Vuetify 2.3.1

This commit is contained in:
Andy Bunce 2020-06-17 21:33:29 +01:00
parent f4c39d186d
commit e70839d030
6 changed files with 19 additions and 26 deletions

View File

@ -18,23 +18,17 @@
<template slot="item" slot-scope="{ index, item, parent }" >
<v-list-item-action>
<v-btn icon :to="item.value">
<v-icon>pages</v-icon>
<v-btn icon :to="item.value">
<v-icon>arrow_forward</v-icon>
</v-btn>
</v-list-item-action>
<v-list-item-content>
<v-list-item-title>
{{ item.text }}
</v-list-item-title>
<v-spacer></v-spacer>
<v-list-item-action>
<v-btn
icon
:to="item.value"
>
<v-icon>arrow_forward</v-icon>
</v-btn>
</v-list-item-action>
<v-list-item-subtitle>Page {{ item.value }}</v-list-item-subtitle>
</v-list-item-content>
</template>
</v-combobox>

View File

@ -59,6 +59,7 @@
headers: [
{ text: 'Task', value: 'to' },
{ text: 'Title', value: 'title' },
{ text: 'Url', value: 'url' },
{ text: 'Description', value: 'description' },
]
}

View File

@ -1,5 +1,5 @@
(: 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';

View File

@ -1,6 +1,6 @@
{
"name": "vue-poc",
"version": "0.5.5",
"version": "0.5.601",
"description": "Frontend vuetify, backend: basex",
"dependencies": {
"ace": "1.4.10",

View File

@ -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
Vue.component('qd-autoheight',{template:`
@ -347,20 +347,17 @@ Vue.component('qd-search',{template:`
<template slot="item" slot-scope="{ index, item, parent }">
<v-list-item-action>
<v-btn icon :to="item.value">
<v-icon>pages</v-icon>
<v-btn icon :to="item.value">
<v-icon>arrow_forward</v-icon>
</v-btn>
</v-list-item-action>
<v-list-item-content>
<v-list-item-title>
{{ item.text }}
</v-list-item-title>
<v-spacer></v-spacer>
<v-list-item-action>
<v-btn icon :to="item.value">
<v-icon>arrow_forward</v-icon>
</v-btn>
</v-list-item-action>
<v-list-item-subtitle>Page {{ item.value }}</v-list-item-subtitle>
</v-list-item-content>
</template>
</v-combobox>
@ -7248,6 +7245,7 @@ const Tasks=Vue.extend({template:`
headers: [
{ text: 'Task', value: 'to' },
{ text: 'Title', value: 'title' },
{ text: 'Url', value: 'url' },
{ text: 'Description', value: 'description' },
]
}

View File

@ -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/icon?family=Material+Icons"/>
<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="/vue-poc/ui/prism/prism.css" type="text/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="//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="//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/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>