From b9adf7fea8a4fb6e5b715192eacf06613e8f6b42 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 20 Jun 2019 23:54:53 +0000 Subject: [PATCH] --- ayanova/src/components/tag-picker.vue | 194 ++++++++++++++++++++ ayanova/src/main.js | 4 + ayanova/src/views/inventory-widget-edit.vue | 100 +++++----- 3 files changed, 249 insertions(+), 49 deletions(-) diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index e69de29b..7f9daec9 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -0,0 +1,194 @@ + + diff --git a/ayanova/src/main.js b/ayanova/src/main.js index f0d6cbb3..8222b73c 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -28,7 +28,10 @@ import gzform from "./api/gzform"; import roles from "./api/authorizationroles"; import gztype from "./api/ayatype"; import "@/assets/css/main.css"; + +//controls import dateTimeControl from "./components/date-time-control.vue"; +import tagPicker from "./components/tag-picker.vue"; ///////////////////////////////////////////////////////////////// // LIBS AND GLOBAL ITEMS @@ -148,6 +151,7 @@ Vue.filter("boolastext", function vueFilterBoolAsText(value) { //GZ COMPONENTS // Vue.component("gz-date-time-picker", dateTimeControl); +Vue.component("gz-tag-picker", tagPicker); //////////////////////////////////////////////////////// //3rd party ui components diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 1cd474d5..f4971fc7 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -152,7 +152,15 @@ - + - + + FORMtags: {{ obj.tags }} +