Vuetify 2.3.1
This commit is contained in:
parent
f4c39d186d
commit
e70839d030
6 changed files with 19 additions and 26 deletions
|
@ -18,23 +18,17 @@
|
||||||
|
|
||||||
<template slot="item" slot-scope="{ index, item, parent }" >
|
<template slot="item" slot-scope="{ index, item, parent }" >
|
||||||
<v-list-item-action>
|
<v-list-item-action>
|
||||||
<v-btn icon :to="item.value">
|
<v-btn icon :to="item.value">
|
||||||
<v-icon>pages</v-icon>
|
<v-icon>arrow_forward</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
|
<v-list-item-content>
|
||||||
|
|
||||||
<v-list-item-title>
|
<v-list-item-title>
|
||||||
{{ item.text }}
|
{{ item.text }}
|
||||||
</v-list-item-title>
|
</v-list-item-title>
|
||||||
<v-spacer></v-spacer>
|
<v-list-item-subtitle>Page {{ item.value }}</v-list-item-subtitle>
|
||||||
<v-list-item-action>
|
</v-list-item-content>
|
||||||
<v-btn
|
|
||||||
icon
|
|
||||||
:to="item.value"
|
|
||||||
>
|
|
||||||
<v-icon>arrow_forward</v-icon>
|
|
||||||
</v-btn>
|
|
||||||
</v-list-item-action>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</v-combobox>
|
</v-combobox>
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
headers: [
|
headers: [
|
||||||
{ text: 'Task', value: 'to' },
|
{ text: 'Task', value: 'to' },
|
||||||
{ text: 'Title', value: 'title' },
|
{ text: 'Title', value: 'title' },
|
||||||
|
{ text: 'Url', value: 'url' },
|
||||||
{ text: 'Description', value: 'description' },
|
{ text: 'Description', value: 'description' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
(: entity access maps
|
(: entity access maps
|
||||||
: auto generated from xml files in entities folder at: 2020-03-12T23:25:24.314Z
|
: auto generated from xml files in entities folder at: 2020-05-04T21:53:38.229+01:00
|
||||||
:)
|
:)
|
||||||
|
|
||||||
module namespace entity = 'quodatum.models.generated';
|
module namespace entity = 'quodatum.models.generated';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue-poc",
|
"name": "vue-poc",
|
||||||
"version": "0.5.5",
|
"version": "0.5.601",
|
||||||
"description": "Frontend vuetify, backend: basex",
|
"description": "Frontend vuetify, backend: basex",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ace": "1.4.10",
|
"ace": "1.4.10",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// generated 2020-05-01T14:30:58.886+01:00
|
// generated 2020-05-16T22:21:09.903+01:00
|
||||||
|
|
||||||
// src: file:///C:/Users/andy/git/vue-poc/src/vue-poc/components/qd-autoheight.vue
|
// src: file:///C:/Users/andy/git/vue-poc/src/vue-poc/components/qd-autoheight.vue
|
||||||
Vue.component('qd-autoheight',{template:`
|
Vue.component('qd-autoheight',{template:`
|
||||||
|
@ -348,19 +348,16 @@ Vue.component('qd-search',{template:`
|
||||||
<template slot="item" slot-scope="{ index, item, parent }">
|
<template slot="item" slot-scope="{ index, item, parent }">
|
||||||
<v-list-item-action>
|
<v-list-item-action>
|
||||||
<v-btn icon :to="item.value">
|
<v-btn icon :to="item.value">
|
||||||
<v-icon>pages</v-icon>
|
<v-icon>arrow_forward</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-list-item-action>
|
</v-list-item-action>
|
||||||
|
<v-list-item-content>
|
||||||
|
|
||||||
<v-list-item-title>
|
<v-list-item-title>
|
||||||
{{ item.text }}
|
{{ item.text }}
|
||||||
</v-list-item-title>
|
</v-list-item-title>
|
||||||
<v-spacer></v-spacer>
|
<v-list-item-subtitle>Page {{ item.value }}</v-list-item-subtitle>
|
||||||
<v-list-item-action>
|
</v-list-item-content>
|
||||||
<v-btn icon :to="item.value">
|
|
||||||
<v-icon>arrow_forward</v-icon>
|
|
||||||
</v-btn>
|
|
||||||
</v-list-item-action>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</v-combobox>
|
</v-combobox>
|
||||||
|
@ -7248,6 +7245,7 @@ const Tasks=Vue.extend({template:`
|
||||||
headers: [
|
headers: [
|
||||||
{ text: 'Task', value: 'to' },
|
{ text: 'Task', value: 'to' },
|
||||||
{ text: 'Title', value: 'title' },
|
{ text: 'Title', value: 'title' },
|
||||||
|
{ text: 'Url', value: 'url' },
|
||||||
{ text: 'Description', value: 'description' },
|
{ text: 'Description', value: 'description' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"/>
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"/>
|
||||||
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons"/>
|
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons"/>
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css" >
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css" >
|
||||||
<link rel="stylesheet" href="//unpkg.com/vuetify@2.2.26/dist/vuetify.min.css" type="text/css"/>
|
<link rel="stylesheet" href="//unpkg.com/vuetify@2.3.1/dist/vuetify.min.css" type="text/css"/>
|
||||||
<link rel="stylesheet" href="//unpkg.com/@riophae/vue-treeselect@0.0.29/dist/vue-treeselect.min.css"/>
|
<link rel="stylesheet" href="//unpkg.com/@riophae/vue-treeselect@0.0.29/dist/vue-treeselect.min.css"/>
|
||||||
<link rel="stylesheet" href="/vue-poc/ui/prism/prism.css" type="text/css"/>
|
<link rel="stylesheet" href="/vue-poc/ui/prism/prism.css" type="text/css"/>
|
||||||
<link rel="stylesheet" href="//unpkg.com/leaflet@1.0.3/dist/leaflet.css"/>
|
<link rel="stylesheet" href="//unpkg.com/leaflet@1.0.3/dist/leaflet.css"/>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/axios/0.19.2/axios.js" crossorigin="anonymous"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/axios/0.19.2/axios.js" crossorigin="anonymous"></script>
|
||||||
<script src="//unpkg.com/vuex@3.1.0/dist/vuex.js" crossorigin="anonymous"></script>
|
<script src="//unpkg.com/vuex@3.1.0/dist/vuex.js" crossorigin="anonymous"></script>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/qs/6.4.0/qs.js" crossorigin="anonymous" ></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/qs/6.4.0/qs.js" crossorigin="anonymous" ></script>
|
||||||
<script src="//unpkg.com/vuetify@2.2.26/dist/vuetify.min.js" crossorigin="anonymous"></script>
|
<script src="//unpkg.com/vuetify@2.3.1/dist/vuetify.min.js" crossorigin="anonymous"></script>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.4.10/ace.js" crossorigin="anonymous"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.4.10/ace.js" crossorigin="anonymous"></script>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.4.10/ext-language_tools.js" crossorigin="anonymous"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.4.10/ext-language_tools.js" crossorigin="anonymous"></script>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.4.10/ext-linking.js" crossorigin="anonymous" charset="utf-8"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.4.10/ext-linking.js" crossorigin="anonymous" charset="utf-8"></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue