Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .browserslistrc
100644 → 100755
Empty file.
Empty file modified .eslintignore
100644 → 100755
Empty file.
Empty file modified .eslintrc.js
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .prettierrc
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified babel.config.js
100644 → 100755
Empty file.
3,264 changes: 778 additions & 2,486 deletions dist/Vxg.common.js

Large diffs are not rendered by default.

112 changes: 111 additions & 1 deletion dist/Vxg.css
Original file line number Diff line number Diff line change
@@ -1 +1,111 @@
html{--vxg-c-bg0:0,255,255;--vxg-c-bg1:0,204,204;--vxg-c-bg2:0,68,68}.vxg-icon{padding:20px}.vxg-app-bar{height:64px;background-color:#fff;margin-left:25px}.vxg-head-btn{height:100%;background-color:#fff!important;color:rgb(var(--vxg-ct0));text-transform:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin-left:10px}.vxg-head-btn .v-icon{color:rgb(var(--vxg-ci0))!important}nav.vxg-side,nav.vxg-side .v-sheet{background-color:rgb(var(--vxg-cb1))!important}nav.vxg-side .v-divider{border-color:rgb(var(--vxg-ct2))!important;margin:16px 8px}.btn-style{background-color:#00001a!important;width:141px}.vxg-toggle{background-color:rgb(var(--vxg-cb1))!important}a.vxg-router-link{display:block;margin:0 8px;padding:16px 8px;text-decoration:none!important;color:rgb(var(--vxg-ct1))!important;border-radius:8px}a.vxg-router-link .v-icon{color:rgb(var(--vxg-ct2))!important}a.vxg-router-link.router-link-active{background-color:rgb(var(--vxg-cb2))!important;color:rgb(var(--vxg-ct1))!important}a.vxg-router-link.router-link-active .v-icon{color:rgb(var(--vxg-ct1))!important}.vxg-side-open{width:48px;height:48px}.vxg-form-field{text-align:right;padding:0 8px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}div.changes{width:100%;color:rgba(0,0,0,.26)!important;background-color:transparent!important}div.changes table{width:100%;background-color:#fff!important;border-bottom:0;border-left:0;border-right:1px solid rgba(0,0,0,.26);border-top:1px solid rgba(0,0,0,.26)}div.changes td,div.changes th{background-color:#fff!important;border-right:0;border-top:0;border-left:1px solid rgba(0,0,0,.26);border-bottom:1px solid rgba(0,0,0,.26);padding:4px}
.vxg-icon {
padding: 20px;
}
.vxg-app-bar {
height: 64px;
background-color: white;
margin-left: 25px;
}
.vxg-head-btn {
height: 100%;
background-color: white !important;
color: rgb(var(--vxg-ct0));
text-transform: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
margin-left: 10px;
}
.vxg-head-btn .v-icon {
color: rgb(var(--vxg-ci0)) !important;
}
.basic-footer[data-v-d93f7088] {
padding: 1rem;
text-align: center;
background-color: #f5f5f5;
color: #333;
}
nav.vxg-side {
background-color: rgb(var(--vxg-cb1)) !important;
}
nav.vxg-side .v-sheet {
background-color: rgb(var(--vxg-cb1)) !important;
}
nav.vxg-side .v-divider {
border-color: rgb(var(--vxg-ct2)) !important;
margin: 16px 8px;
}
.btn-style {
background-color: #283348 !important;
width: 141px;
height: 281px;
margin: 4px !important;
}
.btn-style.selected-btn {
background-color: rgb(var(--vxg-cb1)) !important;
color: rgb(var(--vxg-ct1)) !important;
}
.btn-style.selected-btn .v-icon {
color: rgb(var(--vxg-ct1)) !important;
}
.vxg-toggle {
background-color: rgb(var(--vxg-cb1)) !important;
padding: 10px !important;
padding-bottom: 10px;
padding-top: 10px;
margin-right: 10px;
}
a.vxg-router-link {
display: block;
margin: 0px 8px;
padding: 16px 8px;
text-decoration: none !important;
color: rgb(var(--vxg-ct1)) !important;
border-radius: 8px;
}
a.vxg-router-link .v-icon {
color: rgb(var(--vxg-ct2)) !important;
}
a.vxg-router-link.router-link-active {
background-color: rgb(var(--vxg-cb2)) !important;
color: rgb(var(--vxg-ct1)) !important;
}
a.vxg-router-link.router-link-active .v-icon {
color: rgb(var(--vxg-ct1)) !important;
}
.vxg-side-open {
width: 48px;
height: 48px;
}
.drawer-toggle {
width: 48px;
}
.font-size-13 {
font-size: 13px;
}
.vxg-form-field {
text-align: right;
padding: 0px 8px 0px 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div.changes {
width: 100%;
color: rgba(0, 0, 0, 0.26) !important;
background-color: rgba(0, 0, 0, 0) !important;
}
div.changes table {
width: 100%;
background-color: #FFF !important;
border-bottom: 0px;
border-left: 0px;
border-right: 1px solid rgba(0, 0, 0, 0.26);
border-top: 1px solid rgba(0, 0, 0, 0.26);
}
div.changes th, div.changes td {
background-color: #FFF !important;
border-right: 0px;
border-top: 0px;
border-left: 1px solid rgba(0, 0, 0, 0.26);
border-bottom: 1px solid rgba(0, 0, 0, 0.26);
padding: 4px;
}
3,274 changes: 783 additions & 2,491 deletions dist/Vxg.umd.js

Large diffs are not rendered by default.

1,063 changes: 1,061 additions & 2 deletions dist/Vxg.umd.min.js

Large diffs are not rendered by default.

Empty file modified example/basic/.browserslistrc
100644 → 100755
Empty file.
Empty file modified example/basic/.gitignore
100644 → 100755
Empty file.
Empty file modified example/basic/NOTES.md
100644 → 100755
Empty file.
Empty file modified example/basic/README.md
100644 → 100755
Empty file.
Empty file modified example/basic/babel.config.js
100644 → 100755
Empty file.
Empty file modified example/basic/model/config/config.jsonic
100644 → 100755
Empty file.
Empty file modified example/basic/model/config/model.json
100644 → 100755
Empty file.
Empty file modified example/basic/model/model.json
100644 → 100755
Empty file.
Empty file modified example/basic/model/model.jsonic
100644 → 100755
Empty file.
Empty file modified example/basic/package-lock.json
100644 → 100755
Empty file.
Empty file modified example/basic/package.json
100644 → 100755
Empty file.
Empty file modified example/basic/public/favicon.ico
100644 → 100755
Empty file.
Empty file modified example/basic/public/index.html
100644 → 100755
Empty file.
Empty file modified example/basic/src/Account.vue
100644 → 100755
Empty file.
Empty file modified example/basic/src/Public.vue
100644 → 100755
Empty file.
Empty file modified example/basic/src/account.js
100644 → 100755
Empty file.
Empty file modified example/basic/src/assets/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified example/basic/src/components/PackageView.vue
100644 → 100755
Empty file.
Empty file modified example/basic/src/components/ProfileView.vue
100644 → 100755
Empty file.
Empty file modified example/basic/src/components/ReportView.vue
100644 → 100755
Empty file.
Empty file modified example/basic/src/index.js
100644 → 100755
Empty file.
Empty file modified example/basic/src/router/router.js
100644 → 100755
Empty file.
Empty file modified example/basic/src/store/store.js
100644 → 100755
Empty file.
Empty file modified example/basic/src/views/About.vue
100644 → 100755
Empty file.
Empty file modified example/basic/src/views/Home.vue
100644 → 100755
Empty file.
Empty file modified example/basic/src/vuetify/vuetify.js
100644 → 100755
Empty file.
Empty file modified example/basic/src/vxg/vxg.js
100644 → 100755
Empty file.
Empty file modified example/basic/vue.config.js
100644 → 100755
Empty file.
9 changes: 4 additions & 5 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voxgig/model-vue",
"version": "0.16.0",
"name": "@plantquest/model-vue",
"version": "0.16.32",
"main": "./dist/Vxg.umd.js",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -35,6 +35,7 @@
"@hapi/joi": "17.1.1",
"@hapi/lab": "24.3.2",
"@jsonic/jsonic-next": "2.4.3",
"@seneca/search-mini": "0.1.2",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-vuex": "4.5.13",
Expand All @@ -48,7 +49,6 @@
"eslint-plugin-prettier": "3",
"eslint-plugin-vue": "7.18.0",
"expect": "27.2.4",
"fibers": "5.0.0",
"gubu": "4.0.0",
"jsdom": "17.0.0",
"jsdom-global": "3.0.2",
Expand All @@ -66,7 +66,6 @@
"vuetify": "2.5.1",
"vuetify-loader": "1.7.2",
"vuex": "3.4.0",
"webpack-node-externals": "3.0.0",
"@seneca/search-mini": "0.1.2"
"webpack-node-externals": "3.0.0"
}
}
Empty file modified public/favicon.ico
100644 → 100755
Empty file.
Empty file modified public/index.html
100644 → 100755
Empty file.
Empty file modified src/App.vue
100644 → 100755
Empty file.
Empty file modified src/components/BasicAdmin.vue
100644 → 100755
Empty file.
Empty file modified src/components/BasicAuth.vue
100644 → 100755
Empty file.
Empty file modified src/components/BasicFieldPick.vue
100644 → 100755
Empty file.
24 changes: 17 additions & 7 deletions src/components/BasicFoot.vue
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
<template>
<div>___</div>
<footer class="basic-footer">
<p>&copy; {{ currentYear }} PlantQuest. All rights reserved.</p>
</footer>
</template>

<style lang="scss"></style>

<script>
const currentYear = new Date().getFullYear();

export default {
data () {
name: 'BasicFoot',
data() {
return {
currentYear
}
},

created () {
}
}
</script>

<style lang="scss" scoped>
.basic-footer {
padding: 1rem;
text-align: center;
background-color: #f5f5f5;
color: #333;
}
</style>
6 changes: 3 additions & 3 deletions src/components/BasicHead.vue
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

<v-divider vertical v-if="show('print')"></v-divider>

<v-tooltip bottom v-if="show('print')">
<v-tooltip bottom v-if="show('print')" v-once>
<template v-slot:activator="{ on, attrs }">
<v-btn v-if="tool.print.active && show('print')" v-bind="attrs" v-on="on"
large elevation="0" class="pa-1 ma-1" color="white" style="height: 55px" @click="print()"
Expand All @@ -155,7 +155,7 @@

<v-divider vertical v-if="show('print')"></v-divider>

<v-tooltip bottom v-if="show('bookmark')">
<v-tooltip bottom v-if="show('bookmark')" v-once>
<template v-slot:activator="{ on, attrs }">
<v-btn v-if="tool.bookmark.active && show('bookmark')" v-bind="attrs" v-on="on"
large elevation="0" class="pa-1 ma-1" color="white" style="height: 55px" @click="showTags()" :disabled="!bookmarkVisible">
Expand All @@ -168,7 +168,7 @@

<v-divider vertical v-if="show('bookmark')"></v-divider>

<v-tooltip bottom v-if="show('collect')">
<v-tooltip bottom v-if="show('collect')" v-once>
<template v-slot:activator="{ on, attrs }">
<v-btn v-if="tool['collect'].active && show('collect')" v-bind="attrs" v-on="on"
large elevation="0" class="pa-1 ma-1" color="white" style="height: 55px" @click="collect()">
Expand Down
Loading