@zeedhi/teknisa-components-vuetify 1.44.0 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,8 @@
1
1
  import { Modal, ModalService, Icons } from '@zeedhi/common';
2
+ import { ZdUserInfo } from '@zeedhi/zd-user-info-vue';
2
3
  import { Prop, Component, Watch } from 'vue-property-decorator';
3
- import { BreadcrumbHeader, CardTitle, CrudButton, CrudAddButton, CrudCancelButton, CrudDeleteButton, CrudForm, CrudSaveButton, TekGrid as TekGrid$2, TekRestDatasource, TekMemoryDatasource, TekGridColumn, TekGridColumnsButton as TekGridColumnsButton$1, TekGridLayoutOptions as TekGridLayoutOptions$1, TekFilterHelper, Image, IterableCarousel, IterableComponentRender, Loading, Notifications, ProductCard, TekTreeGrid } from '@zeedhi/teknisa-components-common';
4
- import { ZdComponent, ZdComponentRender, components as components$1, ZdForm, ZdGrid, ZdIterableColumnsButton, ZdIterable, ZdLoading } from '@zeedhi/vuetify';
4
+ import { BreadcrumbHeader, CardTitle, CrudButton, CrudAddButton, CrudCancelButton, CrudDeleteButton, CrudForm, CrudSaveButton, TekGrid as TekGrid$2, TekRestDatasource, TekMemoryDatasource, TekGridColumn, TekGridColumnsButton as TekGridColumnsButton$1, TekGridLayoutOptions as TekGridLayoutOptions$1, TekFilterHelper, Image, IterableCarousel, IterableComponentRender, Loading, Notifications, ProductCard, TekTreeGrid, TekUserInfo as TekUserInfo$1, TekUserInfoList as TekUserInfoList$1 } from '@zeedhi/teknisa-components-common';
5
+ import { PropWatch, ZdComponent, ZdComponentRender, components as components$1, ZdForm, ZdGrid, ZdIterableColumnsButton, ZdIterable, ZdLoading } from '@zeedhi/vuetify';
5
6
  import { Metadata, Config, dayjs, Singleton, Utils, I18n, Loader } from '@zeedhi/core';
6
7
  import debounce from 'lodash.debounce';
7
8
  import Sortable from 'sortablejs';
@@ -43,7 +44,7 @@ let TekBreadcrumbHeader = class TekBreadcrumbHeader extends ZdComponent {
43
44
  }
44
45
  };
45
46
  __decorate([
46
- Prop({ type: String, default: '' }),
47
+ PropWatch({ type: String, default: '' }),
47
48
  __metadata("design:type", String)
48
49
  ], TekBreadcrumbHeader.prototype, "title", void 0);
49
50
  __decorate([
@@ -57,7 +58,7 @@ __decorate([
57
58
  TekBreadcrumbHeader = __decorate([
58
59
  Component
59
60
  ], TekBreadcrumbHeader);
60
- var script$g = TekBreadcrumbHeader;
61
+ var script$i = TekBreadcrumbHeader;
61
62
 
62
63
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
63
64
  if (typeof shadowMode !== 'boolean') {
@@ -188,10 +189,10 @@ function addStyle(id, css) {
188
189
  }
189
190
 
190
191
  /* script */
191
- const __vue_script__$g = script$g;
192
+ const __vue_script__$i = script$i;
192
193
 
193
194
  /* template */
194
- var __vue_render__$g = function () {
195
+ var __vue_render__$i = function () {
195
196
  var _vm = this;
196
197
  var _h = _vm.$createElement;
197
198
  var _c = _vm._self._c || _h;
@@ -262,34 +263,34 @@ var __vue_render__$g = function () {
262
263
  1
263
264
  )
264
265
  };
265
- var __vue_staticRenderFns__$g = [];
266
- __vue_render__$g._withStripped = true;
266
+ var __vue_staticRenderFns__$i = [];
267
+ __vue_render__$i._withStripped = true;
267
268
 
268
269
  /* style */
269
- const __vue_inject_styles__$g = function (inject) {
270
+ const __vue_inject_styles__$i = function (inject) {
270
271
  if (!inject) return
271
272
  inject("data-v-4982d92e_0", { source: ".tek-breadcrumb-header .tek-breadcrumb-header-title-col {\n display: flex;\n padding-top: 5px;\n padding-left: 0;\n}\n.tek-breadcrumb-header .tek-breadcrumb-header-title-col .tek-breadcrumb-header-slot-right {\n margin-left: auto;\n}\n.tek-breadcrumb-header .zd-breadcrumbs {\n padding: 0;\n font-size: var(--zd-font-body2-size);\n}\n.tek-breadcrumb-header .zd-breadcrumbs .v-breadcrumbs__item--disabled {\n color: #667080;\n}\n.tek-breadcrumb-header .zd-text {\n color: #667080;\n}\n.tek-breadcrumb-header .zd-text.tek-breadcrumb-header-title {\n font-size: 32px;\n font-weight: bold;\n line-height: 35px;\n margin-bottom: 10px;\n}\n.tek-breadcrumb-header .zd-text > p {\n margin: 0;\n}", map: undefined, media: undefined });
272
273
 
273
274
  };
274
275
  /* scoped */
275
- const __vue_scope_id__$g = undefined;
276
+ const __vue_scope_id__$i = undefined;
276
277
  /* module identifier */
277
- const __vue_module_identifier__$g = undefined;
278
+ const __vue_module_identifier__$i = undefined;
278
279
  /* functional template */
279
- const __vue_is_functional_template__$g = false;
280
+ const __vue_is_functional_template__$i = false;
280
281
  /* style inject SSR */
281
282
 
282
283
  /* style inject shadow dom */
283
284
 
284
285
 
285
286
 
286
- const __vue_component__$g = /*#__PURE__*/normalizeComponent(
287
- { render: __vue_render__$g, staticRenderFns: __vue_staticRenderFns__$g },
288
- __vue_inject_styles__$g,
289
- __vue_script__$g,
290
- __vue_scope_id__$g,
291
- __vue_is_functional_template__$g,
292
- __vue_module_identifier__$g,
287
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent(
288
+ { render: __vue_render__$i, staticRenderFns: __vue_staticRenderFns__$i },
289
+ __vue_inject_styles__$i,
290
+ __vue_script__$i,
291
+ __vue_scope_id__$i,
292
+ __vue_is_functional_template__$i,
293
+ __vue_module_identifier__$i,
293
294
  false,
294
295
  createInjector,
295
296
  undefined,
@@ -306,15 +307,15 @@ let TekCardTitle = class TekCardTitle extends ZdComponentRender {
306
307
  }
307
308
  };
308
309
  __decorate([
309
- Prop({ type: String, default: '' }),
310
+ PropWatch({ type: String, default: '' }),
310
311
  __metadata("design:type", String)
311
312
  ], TekCardTitle.prototype, "title", void 0);
312
313
  __decorate([
313
- Prop({ type: String, default: '' }),
314
+ PropWatch({ type: String, default: '' }),
314
315
  __metadata("design:type", String)
315
316
  ], TekCardTitle.prototype, "subtitle", void 0);
316
317
  __decorate([
317
- Prop({ type: String, default: '' }),
318
+ PropWatch({ type: String, default: '' }),
318
319
  __metadata("design:type", String)
319
320
  ], TekCardTitle.prototype, "iconName", void 0);
320
321
  __decorate([
@@ -322,23 +323,23 @@ __decorate([
322
323
  __metadata("design:type", Array)
323
324
  ], TekCardTitle.prototype, "rightSlot", void 0);
324
325
  __decorate([
325
- Prop({ type: [Boolean, String], default: true }),
326
+ PropWatch({ type: [Boolean, String], default: true }),
326
327
  __metadata("design:type", Boolean)
327
328
  ], TekCardTitle.prototype, "showDivider", void 0);
328
329
  __decorate([
329
- Prop({ type: String, default: '' }),
330
+ PropWatch({ type: String, default: '' }),
330
331
  __metadata("design:type", String)
331
332
  ], TekCardTitle.prototype, "to", void 0);
332
333
  TekCardTitle = __decorate([
333
334
  Component
334
335
  ], TekCardTitle);
335
- var script$f = TekCardTitle;
336
+ var script$h = TekCardTitle;
336
337
 
337
338
  /* script */
338
- const __vue_script__$f = script$f;
339
+ const __vue_script__$h = script$h;
339
340
 
340
341
  /* template */
341
- var __vue_render__$f = function () {
342
+ var __vue_render__$h = function () {
342
343
  var _vm = this;
343
344
  var _h = _vm.$createElement;
344
345
  var _c = _vm._self._c || _h;
@@ -438,34 +439,34 @@ var __vue_render__$f = function () {
438
439
  1
439
440
  )
440
441
  };
441
- var __vue_staticRenderFns__$f = [];
442
- __vue_render__$f._withStripped = true;
442
+ var __vue_staticRenderFns__$h = [];
443
+ __vue_render__$h._withStripped = true;
443
444
 
444
445
  /* style */
445
- const __vue_inject_styles__$f = function (inject) {
446
+ const __vue_inject_styles__$h = function (inject) {
446
447
  if (!inject) return
447
448
  inject("data-v-dc07bd14_0", { source: ".tek-card-title-row {\n display: flex;\n align-items: center;\n}\n.tek-card-title-row .tek-card-title-text {\n color: var(--v-primary-base);\n font-weight: bold;\n font-size: 20px;\n}\n.tek-card-title-row .tek-card-subtitle-text {\n padding-left: 10px;\n color: var(--zd-font-color);\n font-size: 13px;\n}\n.tek-card-title-row .tek-card-title-text,\n.tek-card-title-row .tek-card-subtitle-text {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: baseline;\n}\n.tek-card-title-row .v-icon {\n color: var(--v-primary-base);\n padding-right: calc(var(--zd-default-padding) / 2);\n}\n.tek-card-title .v-divider {\n margin-bottom: 16px;\n}\n.tek-card-title .tek-card-title-router {\n text-decoration: none;\n}\n.tek-card-title .tek-card-title-no-router {\n text-decoration: none;\n cursor: default;\n}", map: undefined, media: undefined });
448
449
 
449
450
  };
450
451
  /* scoped */
451
- const __vue_scope_id__$f = undefined;
452
+ const __vue_scope_id__$h = undefined;
452
453
  /* module identifier */
453
- const __vue_module_identifier__$f = undefined;
454
+ const __vue_module_identifier__$h = undefined;
454
455
  /* functional template */
455
- const __vue_is_functional_template__$f = false;
456
+ const __vue_is_functional_template__$h = false;
456
457
  /* style inject SSR */
457
458
 
458
459
  /* style inject shadow dom */
459
460
 
460
461
 
461
462
 
462
- const __vue_component__$f = /*#__PURE__*/normalizeComponent(
463
- { render: __vue_render__$f, staticRenderFns: __vue_staticRenderFns__$f },
464
- __vue_inject_styles__$f,
465
- __vue_script__$f,
466
- __vue_scope_id__$f,
467
- __vue_is_functional_template__$f,
468
- __vue_module_identifier__$f,
463
+ const __vue_component__$h = /*#__PURE__*/normalizeComponent(
464
+ { render: __vue_render__$h, staticRenderFns: __vue_staticRenderFns__$h },
465
+ __vue_inject_styles__$h,
466
+ __vue_script__$h,
467
+ __vue_scope_id__$h,
468
+ __vue_is_functional_template__$h,
469
+ __vue_module_identifier__$h,
469
470
  false,
470
471
  createInjector,
471
472
  undefined,
@@ -516,35 +517,35 @@ let TekCrudAddButton = class TekCrudAddButton extends TekCrudButton$1 {
516
517
  }
517
518
  };
518
519
  __decorate([
519
- Prop({ type: [String, Boolean], default: true }),
520
+ PropWatch({ type: [String, Boolean], default: true }),
520
521
  __metadata("design:type", Object)
521
522
  ], TekCrudAddButton.prototype, "flat", void 0);
522
523
  __decorate([
523
- Prop({ type: [String, Boolean], default: true }),
524
+ PropWatch({ type: [String, Boolean], default: true }),
524
525
  __metadata("design:type", Object)
525
526
  ], TekCrudAddButton.prototype, "icon", void 0);
526
527
  __decorate([
527
- Prop({ type: String, default: 'plus' }),
528
+ PropWatch({ type: String, default: 'plus' }),
528
529
  __metadata("design:type", String)
529
530
  ], TekCrudAddButton.prototype, "iconName", void 0);
530
531
  __decorate([
531
- Prop({ type: String, default: '#666' }),
532
+ PropWatch({ type: String, default: '#666' }),
532
533
  __metadata("design:type", String)
533
534
  ], TekCrudAddButton.prototype, "color", void 0);
534
535
  __decorate([
535
- Prop({ type: String, default: 'f2' }),
536
+ PropWatch({ type: String, default: 'f2' }),
536
537
  __metadata("design:type", String)
537
538
  ], TekCrudAddButton.prototype, "clickShortcutKey", void 0);
538
539
  TekCrudAddButton = __decorate([
539
540
  Component
540
541
  ], TekCrudAddButton);
541
- var script$e = TekCrudAddButton;
542
+ var script$g = TekCrudAddButton;
542
543
 
543
544
  /* script */
544
- const __vue_script__$e = script$e;
545
+ const __vue_script__$g = script$g;
545
546
 
546
547
  /* template */
547
- var __vue_render__$e = function () {
548
+ var __vue_render__$g = function () {
548
549
  var _vm = this;
549
550
  var _h = _vm.$createElement;
550
551
  var _c = _vm._self._c || _h;
@@ -609,17 +610,17 @@ var __vue_render__$e = function () {
609
610
  ]
610
611
  )
611
612
  };
612
- var __vue_staticRenderFns__$e = [];
613
- __vue_render__$e._withStripped = true;
613
+ var __vue_staticRenderFns__$g = [];
614
+ __vue_render__$g._withStripped = true;
614
615
 
615
616
  /* style */
616
- const __vue_inject_styles__$e = undefined;
617
+ const __vue_inject_styles__$g = undefined;
617
618
  /* scoped */
618
- const __vue_scope_id__$e = undefined;
619
+ const __vue_scope_id__$g = undefined;
619
620
  /* module identifier */
620
- const __vue_module_identifier__$e = undefined;
621
+ const __vue_module_identifier__$g = undefined;
621
622
  /* functional template */
622
- const __vue_is_functional_template__$e = false;
623
+ const __vue_is_functional_template__$g = false;
623
624
  /* style inject */
624
625
 
625
626
  /* style inject SSR */
@@ -628,13 +629,13 @@ __vue_render__$e._withStripped = true;
628
629
 
629
630
 
630
631
 
631
- const __vue_component__$e = /*#__PURE__*/normalizeComponent(
632
- { render: __vue_render__$e, staticRenderFns: __vue_staticRenderFns__$e },
633
- __vue_inject_styles__$e,
634
- __vue_script__$e,
635
- __vue_scope_id__$e,
636
- __vue_is_functional_template__$e,
637
- __vue_module_identifier__$e,
632
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent(
633
+ { render: __vue_render__$g, staticRenderFns: __vue_staticRenderFns__$g },
634
+ __vue_inject_styles__$g,
635
+ __vue_script__$g,
636
+ __vue_scope_id__$g,
637
+ __vue_is_functional_template__$g,
638
+ __vue_module_identifier__$g,
638
639
  false,
639
640
  undefined,
640
641
  undefined,
@@ -651,27 +652,27 @@ let TekCrudCancelButton = class TekCrudCancelButton extends TekCrudButton$1 {
651
652
  }
652
653
  };
653
654
  __decorate([
654
- Prop({ type: String, default: 'CANCEL' }),
655
+ PropWatch({ type: String, default: 'CANCEL' }),
655
656
  __metadata("design:type", String)
656
657
  ], TekCrudCancelButton.prototype, "label", void 0);
657
658
  __decorate([
658
- Prop({ type: [String, Boolean], default: true }),
659
+ PropWatch({ type: [String, Boolean], default: true }),
659
660
  __metadata("design:type", Object)
660
661
  ], TekCrudCancelButton.prototype, "outline", void 0);
661
662
  __decorate([
662
- Prop({ type: String, default: 'esc' }),
663
+ PropWatch({ type: String, default: 'esc' }),
663
664
  __metadata("design:type", String)
664
665
  ], TekCrudCancelButton.prototype, "clickShortcutKey", void 0);
665
666
  TekCrudCancelButton = __decorate([
666
667
  Component
667
668
  ], TekCrudCancelButton);
668
- var script$d = TekCrudCancelButton;
669
+ var script$f = TekCrudCancelButton;
669
670
 
670
671
  /* script */
671
- const __vue_script__$d = script$d;
672
+ const __vue_script__$f = script$f;
672
673
 
673
674
  /* template */
674
- var __vue_render__$d = function () {
675
+ var __vue_render__$f = function () {
675
676
  var _vm = this;
676
677
  var _h = _vm.$createElement;
677
678
  var _c = _vm._self._c || _h;
@@ -736,17 +737,17 @@ var __vue_render__$d = function () {
736
737
  ]
737
738
  )
738
739
  };
739
- var __vue_staticRenderFns__$d = [];
740
- __vue_render__$d._withStripped = true;
740
+ var __vue_staticRenderFns__$f = [];
741
+ __vue_render__$f._withStripped = true;
741
742
 
742
743
  /* style */
743
- const __vue_inject_styles__$d = undefined;
744
+ const __vue_inject_styles__$f = undefined;
744
745
  /* scoped */
745
- const __vue_scope_id__$d = undefined;
746
+ const __vue_scope_id__$f = undefined;
746
747
  /* module identifier */
747
- const __vue_module_identifier__$d = undefined;
748
+ const __vue_module_identifier__$f = undefined;
748
749
  /* functional template */
749
- const __vue_is_functional_template__$d = false;
750
+ const __vue_is_functional_template__$f = false;
750
751
  /* style inject */
751
752
 
752
753
  /* style inject SSR */
@@ -755,13 +756,13 @@ __vue_render__$d._withStripped = true;
755
756
 
756
757
 
757
758
 
758
- const __vue_component__$d = /*#__PURE__*/normalizeComponent(
759
- { render: __vue_render__$d, staticRenderFns: __vue_staticRenderFns__$d },
760
- __vue_inject_styles__$d,
761
- __vue_script__$d,
762
- __vue_scope_id__$d,
763
- __vue_is_functional_template__$d,
764
- __vue_module_identifier__$d,
759
+ const __vue_component__$f = /*#__PURE__*/normalizeComponent(
760
+ { render: __vue_render__$f, staticRenderFns: __vue_staticRenderFns__$f },
761
+ __vue_inject_styles__$f,
762
+ __vue_script__$f,
763
+ __vue_scope_id__$f,
764
+ __vue_is_functional_template__$f,
765
+ __vue_module_identifier__$f,
765
766
  false,
766
767
  undefined,
767
768
  undefined,
@@ -778,35 +779,35 @@ let TekCrudDeleteButton = class TekCrudDeleteButton extends TekCrudButton$1 {
778
779
  }
779
780
  };
780
781
  __decorate([
781
- Prop({ type: [String, Boolean], default: true }),
782
+ PropWatch({ type: [String, Boolean], default: true }),
782
783
  __metadata("design:type", Object)
783
784
  ], TekCrudDeleteButton.prototype, "flat", void 0);
784
785
  __decorate([
785
- Prop({ type: [String, Boolean], default: true }),
786
+ PropWatch({ type: [String, Boolean], default: true }),
786
787
  __metadata("design:type", Object)
787
788
  ], TekCrudDeleteButton.prototype, "icon", void 0);
788
789
  __decorate([
789
- Prop({ type: String, default: 'trashCanOutline' }),
790
+ PropWatch({ type: String, default: 'trashCanOutline' }),
790
791
  __metadata("design:type", String)
791
792
  ], TekCrudDeleteButton.prototype, "iconName", void 0);
792
793
  __decorate([
793
- Prop({ type: String, default: '#666' }),
794
+ PropWatch({ type: String, default: '#666' }),
794
795
  __metadata("design:type", String)
795
796
  ], TekCrudDeleteButton.prototype, "color", void 0);
796
797
  __decorate([
797
- Prop({ type: String, default: 'ctrl+d' }),
798
+ PropWatch({ type: String, default: 'ctrl+d' }),
798
799
  __metadata("design:type", String)
799
800
  ], TekCrudDeleteButton.prototype, "clickShortcutKey", void 0);
800
801
  TekCrudDeleteButton = __decorate([
801
802
  Component
802
803
  ], TekCrudDeleteButton);
803
- var script$c = TekCrudDeleteButton;
804
+ var script$e = TekCrudDeleteButton;
804
805
 
805
806
  /* script */
806
- const __vue_script__$c = script$c;
807
+ const __vue_script__$e = script$e;
807
808
 
808
809
  /* template */
809
- var __vue_render__$c = function () {
810
+ var __vue_render__$e = function () {
810
811
  var _vm = this;
811
812
  var _h = _vm.$createElement;
812
813
  var _c = _vm._self._c || _h;
@@ -871,17 +872,17 @@ var __vue_render__$c = function () {
871
872
  ]
872
873
  )
873
874
  };
874
- var __vue_staticRenderFns__$c = [];
875
- __vue_render__$c._withStripped = true;
875
+ var __vue_staticRenderFns__$e = [];
876
+ __vue_render__$e._withStripped = true;
876
877
 
877
878
  /* style */
878
- const __vue_inject_styles__$c = undefined;
879
+ const __vue_inject_styles__$e = undefined;
879
880
  /* scoped */
880
- const __vue_scope_id__$c = undefined;
881
+ const __vue_scope_id__$e = undefined;
881
882
  /* module identifier */
882
- const __vue_module_identifier__$c = undefined;
883
+ const __vue_module_identifier__$e = undefined;
883
884
  /* functional template */
884
- const __vue_is_functional_template__$c = false;
885
+ const __vue_is_functional_template__$e = false;
885
886
  /* style inject */
886
887
 
887
888
  /* style inject SSR */
@@ -890,13 +891,13 @@ __vue_render__$c._withStripped = true;
890
891
 
891
892
 
892
893
 
893
- const __vue_component__$c = /*#__PURE__*/normalizeComponent(
894
- { render: __vue_render__$c, staticRenderFns: __vue_staticRenderFns__$c },
895
- __vue_inject_styles__$c,
896
- __vue_script__$c,
897
- __vue_scope_id__$c,
898
- __vue_is_functional_template__$c,
899
- __vue_module_identifier__$c,
894
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent(
895
+ { render: __vue_render__$e, staticRenderFns: __vue_staticRenderFns__$e },
896
+ __vue_inject_styles__$e,
897
+ __vue_script__$e,
898
+ __vue_scope_id__$e,
899
+ __vue_is_functional_template__$e,
900
+ __vue_module_identifier__$e,
900
901
  false,
901
902
  undefined,
902
903
  undefined,
@@ -915,13 +916,13 @@ let TekCrudForm = class TekCrudForm extends ZdForm {
915
916
  TekCrudForm = __decorate([
916
917
  Component
917
918
  ], TekCrudForm);
918
- var script$b = TekCrudForm;
919
+ var script$d = TekCrudForm;
919
920
 
920
921
  /* script */
921
- const __vue_script__$b = script$b;
922
+ const __vue_script__$d = script$d;
922
923
 
923
924
  /* template */
924
- var __vue_render__$b = function () {
925
+ var __vue_render__$d = function () {
925
926
  var _vm = this;
926
927
  var _h = _vm.$createElement;
927
928
  var _c = _vm._self._c || _h;
@@ -995,34 +996,34 @@ var __vue_render__$b = function () {
995
996
  2
996
997
  )
997
998
  };
998
- var __vue_staticRenderFns__$b = [];
999
- __vue_render__$b._withStripped = true;
999
+ var __vue_staticRenderFns__$d = [];
1000
+ __vue_render__$d._withStripped = true;
1000
1001
 
1001
1002
  /* style */
1002
- const __vue_inject_styles__$b = function (inject) {
1003
+ const __vue_inject_styles__$d = function (inject) {
1003
1004
  if (!inject) return
1004
1005
  inject("data-v-12f9560c_0", { source: ".tek-crud-form {\n outline: none;\n}", map: undefined, media: undefined });
1005
1006
 
1006
1007
  };
1007
1008
  /* scoped */
1008
- const __vue_scope_id__$b = undefined;
1009
+ const __vue_scope_id__$d = undefined;
1009
1010
  /* module identifier */
1010
- const __vue_module_identifier__$b = undefined;
1011
+ const __vue_module_identifier__$d = undefined;
1011
1012
  /* functional template */
1012
- const __vue_is_functional_template__$b = false;
1013
+ const __vue_is_functional_template__$d = false;
1013
1014
  /* style inject SSR */
1014
1015
 
1015
1016
  /* style inject shadow dom */
1016
1017
 
1017
1018
 
1018
1019
 
1019
- const __vue_component__$b = /*#__PURE__*/normalizeComponent(
1020
- { render: __vue_render__$b, staticRenderFns: __vue_staticRenderFns__$b },
1021
- __vue_inject_styles__$b,
1022
- __vue_script__$b,
1023
- __vue_scope_id__$b,
1024
- __vue_is_functional_template__$b,
1025
- __vue_module_identifier__$b,
1020
+ const __vue_component__$d = /*#__PURE__*/normalizeComponent(
1021
+ { render: __vue_render__$d, staticRenderFns: __vue_staticRenderFns__$d },
1022
+ __vue_inject_styles__$d,
1023
+ __vue_script__$d,
1024
+ __vue_scope_id__$d,
1025
+ __vue_is_functional_template__$d,
1026
+ __vue_module_identifier__$d,
1026
1027
  false,
1027
1028
  createInjector,
1028
1029
  undefined,
@@ -1039,23 +1040,23 @@ let TekCrudSaveButton = class TekCrudSaveButton extends TekCrudButton$1 {
1039
1040
  }
1040
1041
  };
1041
1042
  __decorate([
1042
- Prop({ type: String, default: 'SAVE' }),
1043
+ PropWatch({ type: String, default: 'SAVE' }),
1043
1044
  __metadata("design:type", String)
1044
1045
  ], TekCrudSaveButton.prototype, "label", void 0);
1045
1046
  __decorate([
1046
- Prop({ type: String, default: 'ctrl+enter' }),
1047
+ PropWatch({ type: String, default: 'ctrl+enter' }),
1047
1048
  __metadata("design:type", String)
1048
1049
  ], TekCrudSaveButton.prototype, "clickShortcutKey", void 0);
1049
1050
  TekCrudSaveButton = __decorate([
1050
1051
  Component
1051
1052
  ], TekCrudSaveButton);
1052
- var script$a = TekCrudSaveButton;
1053
+ var script$c = TekCrudSaveButton;
1053
1054
 
1054
1055
  /* script */
1055
- const __vue_script__$a = script$a;
1056
+ const __vue_script__$c = script$c;
1056
1057
 
1057
1058
  /* template */
1058
- var __vue_render__$a = function () {
1059
+ var __vue_render__$c = function () {
1059
1060
  var _vm = this;
1060
1061
  var _h = _vm.$createElement;
1061
1062
  var _c = _vm._self._c || _h;
@@ -1120,17 +1121,17 @@ var __vue_render__$a = function () {
1120
1121
  ]
1121
1122
  )
1122
1123
  };
1123
- var __vue_staticRenderFns__$a = [];
1124
- __vue_render__$a._withStripped = true;
1124
+ var __vue_staticRenderFns__$c = [];
1125
+ __vue_render__$c._withStripped = true;
1125
1126
 
1126
1127
  /* style */
1127
- const __vue_inject_styles__$a = undefined;
1128
+ const __vue_inject_styles__$c = undefined;
1128
1129
  /* scoped */
1129
- const __vue_scope_id__$a = undefined;
1130
+ const __vue_scope_id__$c = undefined;
1130
1131
  /* module identifier */
1131
- const __vue_module_identifier__$a = undefined;
1132
+ const __vue_module_identifier__$c = undefined;
1132
1133
  /* functional template */
1133
- const __vue_is_functional_template__$a = false;
1134
+ const __vue_is_functional_template__$c = false;
1134
1135
  /* style inject */
1135
1136
 
1136
1137
  /* style inject SSR */
@@ -1139,13 +1140,13 @@ __vue_render__$a._withStripped = true;
1139
1140
 
1140
1141
 
1141
1142
 
1142
- const __vue_component__$a = /*#__PURE__*/normalizeComponent(
1143
- { render: __vue_render__$a, staticRenderFns: __vue_staticRenderFns__$a },
1144
- __vue_inject_styles__$a,
1145
- __vue_script__$a,
1146
- __vue_scope_id__$a,
1147
- __vue_is_functional_template__$a,
1148
- __vue_module_identifier__$a,
1143
+ const __vue_component__$c = /*#__PURE__*/normalizeComponent(
1144
+ { render: __vue_render__$c, staticRenderFns: __vue_staticRenderFns__$c },
1145
+ __vue_inject_styles__$c,
1146
+ __vue_script__$c,
1147
+ __vue_scope_id__$c,
1148
+ __vue_is_functional_template__$c,
1149
+ __vue_module_identifier__$c,
1149
1150
  false,
1150
1151
  undefined,
1151
1152
  undefined,
@@ -1547,19 +1548,19 @@ let TekGrid$1 = class TekGrid extends ZdGridEditable {
1547
1548
  }
1548
1549
  };
1549
1550
  __decorate([
1550
- Prop({ type: [String], default: '' }),
1551
+ PropWatch({ type: [String], default: '' }),
1551
1552
  __metadata("design:type", String)
1552
1553
  ], TekGrid$1.prototype, "title", void 0);
1553
1554
  __decorate([
1554
- Prop({ type: [Boolean, String], default: false }),
1555
+ PropWatch({ type: [Boolean, String], default: false }),
1555
1556
  __metadata("design:type", Object)
1556
1557
  ], TekGrid$1.prototype, "addButton", void 0);
1557
1558
  __decorate([
1558
- Prop({ type: [String], default: 'none' }),
1559
+ PropWatch({ type: [String], default: 'none' }),
1559
1560
  __metadata("design:type", String)
1560
1561
  ], TekGrid$1.prototype, "deleteButton", void 0);
1561
1562
  __decorate([
1562
- Prop({ type: [Boolean, String], default: false }),
1563
+ PropWatch({ type: [Boolean, String], default: false }),
1563
1564
  __metadata("design:type", Object)
1564
1565
  ], TekGrid$1.prototype, "columnsButton", void 0);
1565
1566
  __decorate([
@@ -1567,15 +1568,15 @@ __decorate([
1567
1568
  __metadata("design:type", Object)
1568
1569
  ], TekGrid$1.prototype, "columnsButtonIgnore", void 0);
1569
1570
  __decorate([
1570
- Prop({ type: [Boolean, String], default: false }),
1571
+ PropWatch({ type: [Boolean, String], default: false }),
1571
1572
  __metadata("design:type", Object)
1572
1573
  ], TekGrid$1.prototype, "filterButton", void 0);
1573
1574
  __decorate([
1574
- Prop({ type: [Boolean, String], default: true }),
1575
+ PropWatch({ type: [Boolean, String], default: true }),
1575
1576
  __metadata("design:type", Object)
1576
1577
  ], TekGrid$1.prototype, "showSearch", void 0);
1577
1578
  __decorate([
1578
- Prop({ type: [Boolean, String], default: false }),
1579
+ PropWatch({ type: [Boolean, String], default: false }),
1579
1580
  __metadata("design:type", Object)
1580
1581
  ], TekGrid$1.prototype, "columnFilterButton", void 0);
1581
1582
  __decorate([
@@ -1583,27 +1584,27 @@ __decorate([
1583
1584
  __metadata("design:type", Array)
1584
1585
  ], TekGrid$1.prototype, "actions", void 0);
1585
1586
  __decorate([
1586
- Prop({ type: [String, Boolean], default: true }),
1587
+ PropWatch({ type: [String, Boolean], default: true }),
1587
1588
  __metadata("design:type", Object)
1588
1589
  ], TekGrid$1.prototype, "dragColumns", void 0);
1589
1590
  __decorate([
1590
- Prop({ type: [String, Boolean], default: true }),
1591
+ PropWatch({ type: [String, Boolean], default: true }),
1591
1592
  __metadata("design:type", Object)
1592
1593
  ], TekGrid$1.prototype, "resizeColumns", void 0);
1593
1594
  __decorate([
1594
- Prop({ type: [String, Boolean], default: true }),
1595
+ PropWatch({ type: [String, Boolean], default: true }),
1595
1596
  __metadata("design:type", Object)
1596
1597
  ], TekGrid$1.prototype, "showLayoutOptions", void 0);
1597
1598
  __decorate([
1598
- Prop({ type: [String, Boolean], default: false }),
1599
+ PropWatch({ type: [String, Boolean], default: false }),
1599
1600
  __metadata("design:type", Object)
1600
1601
  ], TekGrid$1.prototype, "showExport", void 0);
1601
1602
  __decorate([
1602
- Prop({ type: [String, Boolean], default: true }),
1603
+ PropWatch({ type: [String, Boolean], default: true }),
1603
1604
  __metadata("design:type", Object)
1604
1605
  ], TekGrid$1.prototype, "showReload", void 0);
1605
1606
  __decorate([
1606
- Prop({ type: [String, Array] }),
1607
+ PropWatch({ type: [String, Array] }),
1607
1608
  __metadata("design:type", Array)
1608
1609
  ], TekGrid$1.prototype, "exportConfig", void 0);
1609
1610
  __decorate([
@@ -1611,11 +1612,11 @@ __decorate([
1611
1612
  __metadata("design:type", Array)
1612
1613
  ], TekGrid$1.prototype, "exportActions", void 0);
1613
1614
  __decorate([
1614
- Prop({ type: [String, Boolean], default: false }),
1615
+ PropWatch({ type: [String, Boolean], default: false }),
1615
1616
  __metadata("design:type", Object)
1616
1617
  ], TekGrid$1.prototype, "groupsOpened", void 0);
1617
1618
  __decorate([
1618
- Prop({ type: [String, Boolean], default: true }),
1619
+ PropWatch({ type: [String, Boolean], default: true }),
1619
1620
  __metadata("design:type", Object)
1620
1621
  ], TekGrid$1.prototype, "showSummaryTotal", void 0);
1621
1622
  __decorate([
@@ -1628,13 +1629,13 @@ __decorate([
1628
1629
  TekGrid$1 = __decorate([
1629
1630
  Component
1630
1631
  ], TekGrid$1);
1631
- var script$9 = TekGrid$1;
1632
+ var script$b = TekGrid$1;
1632
1633
 
1633
1634
  /* script */
1634
- const __vue_script__$9 = script$9;
1635
+ const __vue_script__$b = script$b;
1635
1636
 
1636
1637
  /* template */
1637
- var __vue_render__$9 = function () {
1638
+ var __vue_render__$b = function () {
1638
1639
  var _vm = this;
1639
1640
  var _h = _vm.$createElement;
1640
1641
  var _c = _vm._self._c || _h;
@@ -1676,6 +1677,9 @@ var __vue_render__$9 = function () {
1676
1677
  "disable-sort": "",
1677
1678
  "disable-filtering": "",
1678
1679
  tabindex: "0",
1680
+ "loading-text": _vm.$t(_vm.instance.loadingText),
1681
+ "no-data-text": _vm.$t(_vm.instance.noDataText),
1682
+ "no-results-text": _vm.$t(_vm.instance.noResultText),
1679
1683
  },
1680
1684
  on: {
1681
1685
  "current-items": function ($event) {
@@ -3213,34 +3217,34 @@ var __vue_render__$9 = function () {
3213
3217
  },
3214
3218
  })
3215
3219
  };
3216
- var __vue_staticRenderFns__$9 = [];
3217
- __vue_render__$9._withStripped = true;
3220
+ var __vue_staticRenderFns__$b = [];
3221
+ __vue_render__$b._withStripped = true;
3218
3222
 
3219
3223
  /* style */
3220
- const __vue_inject_styles__$9 = function (inject) {
3224
+ const __vue_inject_styles__$b = function (inject) {
3221
3225
  if (!inject) return
3222
- inject("data-v-0ced07c0_0", { source: ".tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n}\n.tek-grid table thead tr th {\n padding-right: 15px !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: inline-block;\n vertical-align: middle;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 10px;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n position: relative;\n top: -25%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
3226
+ inject("data-v-ecdd6462_0", { source: ".tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th {\n padding-right: 15px !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: inline-block;\n vertical-align: middle;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 10px;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n position: relative;\n top: -25%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
3223
3227
 
3224
3228
  };
3225
3229
  /* scoped */
3226
- const __vue_scope_id__$9 = undefined;
3230
+ const __vue_scope_id__$b = undefined;
3227
3231
  /* module identifier */
3228
- const __vue_module_identifier__$9 = undefined;
3232
+ const __vue_module_identifier__$b = undefined;
3229
3233
  /* functional template */
3230
- const __vue_is_functional_template__$9 = false;
3234
+ const __vue_is_functional_template__$b = false;
3231
3235
  /* style inject SSR */
3232
3236
 
3233
3237
  /* style inject shadow dom */
3234
3238
 
3235
3239
 
3236
3240
 
3237
- const __vue_component__$9 = /*#__PURE__*/normalizeComponent(
3238
- { render: __vue_render__$9, staticRenderFns: __vue_staticRenderFns__$9 },
3239
- __vue_inject_styles__$9,
3240
- __vue_script__$9,
3241
- __vue_scope_id__$9,
3242
- __vue_is_functional_template__$9,
3243
- __vue_module_identifier__$9,
3241
+ const __vue_component__$b = /*#__PURE__*/normalizeComponent(
3242
+ { render: __vue_render__$b, staticRenderFns: __vue_staticRenderFns__$b },
3243
+ __vue_inject_styles__$b,
3244
+ __vue_script__$b,
3245
+ __vue_scope_id__$b,
3246
+ __vue_is_functional_template__$b,
3247
+ __vue_module_identifier__$b,
3244
3248
  false,
3245
3249
  createInjector,
3246
3250
  undefined,
@@ -4197,7 +4201,7 @@ let TekGridColumnsButton = class TekGridColumnsButton extends ZdIterableColumnsB
4197
4201
  }
4198
4202
  };
4199
4203
  __decorate([
4200
- Prop({ type: [Boolean, String], default: false }),
4204
+ PropWatch({ type: [Boolean, String], default: false }),
4201
4205
  __metadata("design:type", Object)
4202
4206
  ], TekGridColumnsButton.prototype, "hideGroups", void 0);
4203
4207
  __decorate([
@@ -4209,13 +4213,13 @@ __decorate([
4209
4213
  TekGridColumnsButton = __decorate([
4210
4214
  Component
4211
4215
  ], TekGridColumnsButton);
4212
- var script$8 = TekGridColumnsButton;
4216
+ var script$a = TekGridColumnsButton;
4213
4217
 
4214
4218
  /* script */
4215
- const __vue_script__$8 = script$8;
4219
+ const __vue_script__$a = script$a;
4216
4220
 
4217
4221
  /* template */
4218
- var __vue_render__$8 = function () {
4222
+ var __vue_render__$a = function () {
4219
4223
  var _vm = this;
4220
4224
  var _h = _vm.$createElement;
4221
4225
  var _c = _vm._self._c || _h;
@@ -4340,11 +4344,10 @@ var __vue_render__$8 = function () {
4340
4344
  _vm.instance.name +
4341
4345
  "_column_visible_" +
4342
4346
  column.name,
4343
- value: column.isVisible,
4344
- disabled: column.grouped,
4347
+ value: column.grouped || column.isVisible,
4345
4348
  events: {
4346
4349
  change:
4347
- _vm.instance.controller.showHideColumn.bind(
4350
+ _vm.instance.controller.showHideTekColumn.bind(
4348
4351
  _vm.instance.controller,
4349
4352
  column
4350
4353
  ),
@@ -4405,7 +4408,8 @@ var __vue_render__$8 = function () {
4405
4408
  "zd-select",
4406
4409
  {
4407
4410
  value: column.aggregation,
4408
- disabled: column.grouped,
4411
+ disabled:
4412
+ column.grouped || !column.isVisible,
4409
4413
  events: {
4410
4414
  change:
4411
4415
  _vm.instance.controller.changeAggregationColumn.bind(
@@ -4477,34 +4481,34 @@ var __vue_render__$8 = function () {
4477
4481
  ]
4478
4482
  )
4479
4483
  };
4480
- var __vue_staticRenderFns__$8 = [];
4481
- __vue_render__$8._withStripped = true;
4484
+ var __vue_staticRenderFns__$a = [];
4485
+ __vue_render__$a._withStripped = true;
4482
4486
 
4483
4487
  /* style */
4484
- const __vue_inject_styles__$8 = function (inject) {
4488
+ const __vue_inject_styles__$a = function (inject) {
4485
4489
  if (!inject) return
4486
- inject("data-v-8459d5b8_0", { source: ".tek-grid-columns-button-options {\n max-height: 250px;\n display: flex;\n flex-direction: column;\n background-color: #fff;\n}\n.tek-grid-columns-button-options.theme--dark {\n background-color: #1e1e1e;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper {\n flex: 1;\n overflow-y: auto;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table {\n padding: 0 var(--spacing-2) var(--spacing-2) var(--spacing-2);\n font-size: 13px;\n border-spacing: 0;\n width: 100%;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table thead tr th {\n padding: var(--spacing-2) var(--spacing-2) var(--spacing-1) var(--spacing-2);\n white-space: nowrap;\n text-align: left;\n position: sticky;\n top: 0;\n z-index: 10;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td {\n padding: var(--spacing-1) var(--spacing-2);\n white-space: nowrap;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td.tek-grid-columns-button-column-name {\n cursor: -webkit-grab;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td.tek-grid-columns-button-column-name > span {\n padding-right: 4px;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td.tek-grid-columns-button-column-aggregation {\n max-width: 150px;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-footer {\n display: flex;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-footer .zd-button {\n flex: 1;\n}\n.tek-grid-columns-button-sortable-drag {\n background: white;\n}\n.tek-grid-column-option-box {\n margin: var(--spacing-1);\n background: #ccc;\n padding: 2px var(--spacing-1);\n cursor: pointer;\n}\n.tek-grid-column-option-box > * {\n display: inline-block;\n}\n.tek-grid-column-option-box > .zd-icon {\n font-size: 0.9rem;\n margin-left: var(--spacing-2);\n}\n.tek-grid-column-option-box.tek-grid-column-option-grouped-true {\n cursor: default;\n background: #fafafa;\n}\n.tek-grid-column-option-box.tek-grid-column-option-grouped-true > .zd-icon {\n display: none;\n}\n.tek-grid-column-option-box.tek-grid-column-option-selected-true {\n background: var(--v-primary-base);\n color: white;\n}\n.tek-grid-column-option-box.tek-grid-column-option-selected-true > .zd-icon {\n color: white;\n}\n.tek-grid-column-option-container-col {\n position: relative;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-container {\n background: #eee;\n padding: var(--spacing-1);\n max-height: 100px;\n min-height: 42px;\n align-content: center;\n position: relative;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-container .tek-iterable-footer {\n display: none !important;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-container .zd-text.no-data {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n text-align: center;\n font-size: 0.7rem;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-label {\n font-weight: var(--zd-font-body2-weight);\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-select-all {\n position: absolute;\n top: 0.5rem;\n right: var(--spacing-1);\n color: var(--v-primary-base);\n cursor: pointer;\n font-size: 0.8rem;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-drop-here {\n position: absolute;\n z-index: 100;\n left: 50%;\n transform: translateX(-50%);\n top: 35px;\n}\n.tek-grid-column-option-detail-name {\n color: var(--v-primary-base);\n font-weight: var(--zd-font-body2-weight);\n font-size: 1.1rem;\n margin-top: var(--spacing-6);\n}", map: undefined, media: undefined });
4490
+ inject("data-v-1cfc4ef2_0", { source: ".tek-grid-columns-button-options {\n max-height: 250px;\n display: flex;\n flex-direction: column;\n background-color: #fff;\n}\n.tek-grid-columns-button-options.theme--dark {\n background-color: #1e1e1e;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper {\n flex: 1;\n overflow-y: auto;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table {\n padding: 0 var(--spacing-2) var(--spacing-2) var(--spacing-2);\n font-size: 13px;\n border-spacing: 0;\n width: 100%;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table thead tr th {\n padding: var(--spacing-2) var(--spacing-2) var(--spacing-1) var(--spacing-2);\n white-space: nowrap;\n text-align: left;\n position: sticky;\n top: 0;\n z-index: 10;\n background-color: var(--zd-background-base);\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td {\n padding: var(--spacing-1) var(--spacing-2);\n white-space: nowrap;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td.tek-grid-columns-button-column-name {\n cursor: -webkit-grab;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td.tek-grid-columns-button-column-name > span {\n padding-right: 4px;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-wrapper .tek-grid-columns-button-table tbody tr td.tek-grid-columns-button-column-aggregation {\n max-width: 150px;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-footer {\n display: flex;\n}\n.tek-grid-columns-button-options .tek-grid-columns-button-table-footer .zd-button {\n flex: 1;\n}\n.tek-grid-columns-button-sortable-drag {\n background: white;\n}\n.tek-grid-column-option-box {\n margin: var(--spacing-1);\n background: #ccc;\n padding: 2px var(--spacing-1);\n cursor: pointer;\n}\n.tek-grid-column-option-box > * {\n display: inline-block;\n}\n.tek-grid-column-option-box > .zd-icon {\n font-size: 0.9rem;\n margin-left: var(--spacing-2);\n}\n.tek-grid-column-option-box.tek-grid-column-option-grouped-true {\n cursor: default;\n background: #fafafa;\n}\n.tek-grid-column-option-box.tek-grid-column-option-grouped-true > .zd-icon {\n display: none;\n}\n.tek-grid-column-option-box.tek-grid-column-option-selected-true {\n background: var(--v-primary-base);\n color: white;\n}\n.tek-grid-column-option-box.tek-grid-column-option-selected-true > .zd-icon {\n color: white;\n}\n.tek-grid-column-option-container-col {\n position: relative;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-container {\n background: #eee;\n padding: var(--spacing-1);\n max-height: 100px;\n min-height: 42px;\n align-content: center;\n position: relative;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-container .tek-iterable-footer {\n display: none !important;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-container .zd-text.no-data {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n text-align: center;\n font-size: 0.7rem;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-label {\n font-weight: var(--zd-font-body2-weight);\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-select-all {\n position: absolute;\n top: 0.5rem;\n right: var(--spacing-1);\n color: var(--v-primary-base);\n cursor: pointer;\n font-size: 0.8rem;\n}\n.tek-grid-column-option-container-col .tek-grid-column-option-drop-here {\n position: absolute;\n z-index: 100;\n left: 50%;\n transform: translateX(-50%);\n top: 35px;\n}\n.tek-grid-column-option-detail-name {\n color: var(--v-primary-base);\n font-weight: var(--zd-font-body2-weight);\n font-size: 1.1rem;\n margin-top: var(--spacing-6);\n}", map: undefined, media: undefined });
4487
4491
 
4488
4492
  };
4489
4493
  /* scoped */
4490
- const __vue_scope_id__$8 = undefined;
4494
+ const __vue_scope_id__$a = undefined;
4491
4495
  /* module identifier */
4492
- const __vue_module_identifier__$8 = undefined;
4496
+ const __vue_module_identifier__$a = undefined;
4493
4497
  /* functional template */
4494
- const __vue_is_functional_template__$8 = false;
4498
+ const __vue_is_functional_template__$a = false;
4495
4499
  /* style inject SSR */
4496
4500
 
4497
4501
  /* style inject shadow dom */
4498
4502
 
4499
4503
 
4500
4504
 
4501
- const __vue_component__$8 = /*#__PURE__*/normalizeComponent(
4502
- { render: __vue_render__$8, staticRenderFns: __vue_staticRenderFns__$8 },
4503
- __vue_inject_styles__$8,
4504
- __vue_script__$8,
4505
- __vue_scope_id__$8,
4506
- __vue_is_functional_template__$8,
4507
- __vue_module_identifier__$8,
4505
+ const __vue_component__$a = /*#__PURE__*/normalizeComponent(
4506
+ { render: __vue_render__$a, staticRenderFns: __vue_staticRenderFns__$a },
4507
+ __vue_inject_styles__$a,
4508
+ __vue_script__$a,
4509
+ __vue_scope_id__$a,
4510
+ __vue_is_functional_template__$a,
4511
+ __vue_module_identifier__$a,
4508
4512
  false,
4509
4513
  createInjector,
4510
4514
  undefined,
@@ -4707,13 +4711,13 @@ let TekGridLayoutOptions = class TekGridLayoutOptions extends ZdComponentRender
4707
4711
  TekGridLayoutOptions = __decorate([
4708
4712
  Component
4709
4713
  ], TekGridLayoutOptions);
4710
- var script$7 = TekGridLayoutOptions;
4714
+ var script$9 = TekGridLayoutOptions;
4711
4715
 
4712
4716
  /* script */
4713
- const __vue_script__$7 = script$7;
4717
+ const __vue_script__$9 = script$9;
4714
4718
 
4715
4719
  /* template */
4716
- var __vue_render__$7 = function () {
4720
+ var __vue_render__$9 = function () {
4717
4721
  var _vm = this;
4718
4722
  var _h = _vm.$createElement;
4719
4723
  var _c = _vm._self._c || _h;
@@ -4975,36 +4979,36 @@ var __vue_render__$7 = function () {
4975
4979
  1
4976
4980
  )
4977
4981
  };
4978
- var __vue_staticRenderFns__$7 = [];
4979
- __vue_render__$7._withStripped = true;
4982
+ var __vue_staticRenderFns__$9 = [];
4983
+ __vue_render__$9._withStripped = true;
4980
4984
 
4981
4985
  /* style */
4982
- const __vue_inject_styles__$7 = function (inject) {
4986
+ const __vue_inject_styles__$9 = function (inject) {
4983
4987
  if (!inject) return
4984
4988
  inject("data-v-162a7d24_0", { source: ".tek-grid-layout-options-badge .v-badge__badge {\n font-size: var(--zd-font-caption-size);\n font-weight: var(--zd-font-caption-weight);\n line-height: 14px;\n pointer-events: none;\n background-color: var(--zd-badge-background-color) !important;\n}\n.tek-grid-layout-options-badge .v-badge__badge span {\n color: var(--zd-badge-text-color) !important;\n}\n.tek-grid-layout-item {\n font-size: 13px;\n cursor: pointer;\n min-height: 30px;\n}\n.tek-grid-layout-item.selected {\n font-weight: 700;\n}\n.tek-grid-layout-item:hover.theme--light {\n background: #eee;\n}\n.tek-grid-layout-item:hover .tek-grid-layout-item-buttons {\n display: inherit;\n}\n.tek-grid-layout-item .tek-grid-layout-item-buttons {\n display: none;\n position: absolute;\n right: 5px;\n}\n.tek-grid-layout-item .tek-grid-layout-item-buttons .v-icon {\n font-size: 12px;\n}", map: undefined, media: undefined });
4985
4989
 
4986
4990
  };
4987
4991
  /* scoped */
4988
- const __vue_scope_id__$7 = undefined;
4992
+ const __vue_scope_id__$9 = undefined;
4989
4993
  /* module identifier */
4990
- const __vue_module_identifier__$7 = undefined;
4994
+ const __vue_module_identifier__$9 = undefined;
4991
4995
  /* functional template */
4992
- const __vue_is_functional_template__$7 = false;
4996
+ const __vue_is_functional_template__$9 = false;
4993
4997
  /* style inject SSR */
4994
4998
 
4995
4999
  /* style inject shadow dom */
4996
5000
 
4997
5001
 
4998
5002
 
4999
- const __vue_component__$7 = /*#__PURE__*/normalizeComponent(
5000
- { render: __vue_render__$7, staticRenderFns: __vue_staticRenderFns__$7 },
5001
- __vue_inject_styles__$7,
5002
- __vue_script__$7,
5003
- __vue_scope_id__$7,
5004
- __vue_is_functional_template__$7,
5005
- __vue_module_identifier__$7,
5006
- false,
5007
- createInjector,
5003
+ const __vue_component__$9 = /*#__PURE__*/normalizeComponent(
5004
+ { render: __vue_render__$9, staticRenderFns: __vue_staticRenderFns__$9 },
5005
+ __vue_inject_styles__$9,
5006
+ __vue_script__$9,
5007
+ __vue_scope_id__$9,
5008
+ __vue_is_functional_template__$9,
5009
+ __vue_module_identifier__$9,
5010
+ false,
5011
+ createInjector,
5008
5012
  undefined,
5009
5013
  undefined
5010
5014
  );
@@ -5019,23 +5023,23 @@ let TekImage = class TekImage extends ZdComponent {
5019
5023
  }
5020
5024
  };
5021
5025
  __decorate([
5022
- Prop({ type: String, default: '' }),
5026
+ PropWatch({ type: String, default: '' }),
5023
5027
  __metadata("design:type", String)
5024
5028
  ], TekImage.prototype, "to", void 0);
5025
5029
  __decorate([
5026
- Prop({ type: String, default: '' }),
5030
+ PropWatch({ type: String, default: '' }),
5027
5031
  __metadata("design:type", String)
5028
5032
  ], TekImage.prototype, "src", void 0);
5029
5033
  TekImage = __decorate([
5030
5034
  Component
5031
5035
  ], TekImage);
5032
- var script$6 = TekImage;
5036
+ var script$8 = TekImage;
5033
5037
 
5034
5038
  /* script */
5035
- const __vue_script__$6 = script$6;
5039
+ const __vue_script__$8 = script$8;
5036
5040
 
5037
5041
  /* template */
5038
- var __vue_render__$6 = function () {
5042
+ var __vue_render__$8 = function () {
5039
5043
  var _vm = this;
5040
5044
  var _h = _vm.$createElement;
5041
5045
  var _c = _vm._self._c || _h;
@@ -5046,17 +5050,17 @@ var __vue_render__$6 = function () {
5046
5050
  1
5047
5051
  )
5048
5052
  };
5049
- var __vue_staticRenderFns__$6 = [];
5050
- __vue_render__$6._withStripped = true;
5053
+ var __vue_staticRenderFns__$8 = [];
5054
+ __vue_render__$8._withStripped = true;
5051
5055
 
5052
5056
  /* style */
5053
- const __vue_inject_styles__$6 = undefined;
5057
+ const __vue_inject_styles__$8 = undefined;
5054
5058
  /* scoped */
5055
- const __vue_scope_id__$6 = undefined;
5059
+ const __vue_scope_id__$8 = undefined;
5056
5060
  /* module identifier */
5057
- const __vue_module_identifier__$6 = undefined;
5061
+ const __vue_module_identifier__$8 = undefined;
5058
5062
  /* functional template */
5059
- const __vue_is_functional_template__$6 = false;
5063
+ const __vue_is_functional_template__$8 = false;
5060
5064
  /* style inject */
5061
5065
 
5062
5066
  /* style inject SSR */
@@ -5065,13 +5069,13 @@ __vue_render__$6._withStripped = true;
5065
5069
 
5066
5070
 
5067
5071
 
5068
- const __vue_component__$6 = /*#__PURE__*/normalizeComponent(
5069
- { render: __vue_render__$6, staticRenderFns: __vue_staticRenderFns__$6 },
5070
- __vue_inject_styles__$6,
5071
- __vue_script__$6,
5072
- __vue_scope_id__$6,
5073
- __vue_is_functional_template__$6,
5074
- __vue_module_identifier__$6,
5072
+ const __vue_component__$8 = /*#__PURE__*/normalizeComponent(
5073
+ { render: __vue_render__$8, staticRenderFns: __vue_staticRenderFns__$8 },
5074
+ __vue_inject_styles__$8,
5075
+ __vue_script__$8,
5076
+ __vue_scope_id__$8,
5077
+ __vue_is_functional_template__$8,
5078
+ __vue_module_identifier__$8,
5075
5079
  false,
5076
5080
  undefined,
5077
5081
  undefined,
@@ -5096,13 +5100,13 @@ __decorate([
5096
5100
  TekIterableCarousel = __decorate([
5097
5101
  Component
5098
5102
  ], TekIterableCarousel);
5099
- var script$5 = TekIterableCarousel;
5103
+ var script$7 = TekIterableCarousel;
5100
5104
 
5101
5105
  /* script */
5102
- const __vue_script__$5 = script$5;
5106
+ const __vue_script__$7 = script$7;
5103
5107
 
5104
5108
  /* template */
5105
- var __vue_render__$5 = function () {
5109
+ var __vue_render__$7 = function () {
5106
5110
  var _vm = this;
5107
5111
  var _h = _vm.$createElement;
5108
5112
  var _c = _vm._self._c || _h;
@@ -5176,17 +5180,17 @@ var __vue_render__$5 = function () {
5176
5180
  1
5177
5181
  )
5178
5182
  };
5179
- var __vue_staticRenderFns__$5 = [];
5180
- __vue_render__$5._withStripped = true;
5183
+ var __vue_staticRenderFns__$7 = [];
5184
+ __vue_render__$7._withStripped = true;
5181
5185
 
5182
5186
  /* style */
5183
- const __vue_inject_styles__$5 = undefined;
5187
+ const __vue_inject_styles__$7 = undefined;
5184
5188
  /* scoped */
5185
- const __vue_scope_id__$5 = undefined;
5189
+ const __vue_scope_id__$7 = undefined;
5186
5190
  /* module identifier */
5187
- const __vue_module_identifier__$5 = undefined;
5191
+ const __vue_module_identifier__$7 = undefined;
5188
5192
  /* functional template */
5189
- const __vue_is_functional_template__$5 = false;
5193
+ const __vue_is_functional_template__$7 = false;
5190
5194
  /* style inject */
5191
5195
 
5192
5196
  /* style inject SSR */
@@ -5195,13 +5199,13 @@ __vue_render__$5._withStripped = true;
5195
5199
 
5196
5200
 
5197
5201
 
5198
- const __vue_component__$5 = /*#__PURE__*/normalizeComponent(
5199
- { render: __vue_render__$5, staticRenderFns: __vue_staticRenderFns__$5 },
5200
- __vue_inject_styles__$5,
5201
- __vue_script__$5,
5202
- __vue_scope_id__$5,
5203
- __vue_is_functional_template__$5,
5204
- __vue_module_identifier__$5,
5202
+ const __vue_component__$7 = /*#__PURE__*/normalizeComponent(
5203
+ { render: __vue_render__$7, staticRenderFns: __vue_staticRenderFns__$7 },
5204
+ __vue_inject_styles__$7,
5205
+ __vue_script__$7,
5206
+ __vue_scope_id__$7,
5207
+ __vue_is_functional_template__$7,
5208
+ __vue_module_identifier__$7,
5205
5209
  false,
5206
5210
  undefined,
5207
5211
  undefined,
@@ -5230,7 +5234,7 @@ __decorate([
5230
5234
  __metadata("design:type", Object)
5231
5235
  ], TekIterableComponentRender.prototype, "componentMetadata", void 0);
5232
5236
  __decorate([
5233
- Prop({ type: String, default: 'row' }),
5237
+ PropWatch({ type: String, default: 'row' }),
5234
5238
  __metadata("design:type", String)
5235
5239
  ], TekIterableComponentRender.prototype, "rowPropName", void 0);
5236
5240
  __decorate([
@@ -5266,27 +5270,27 @@ __decorate([
5266
5270
  __metadata("design:type", Array)
5267
5271
  ], TekIterableComponentRender.prototype, "noResultSlot", void 0);
5268
5272
  __decorate([
5269
- Prop({ type: [Number, String], default: 'auto' }),
5273
+ PropWatch({ type: [Number, String], default: 'auto' }),
5270
5274
  __metadata("design:type", Object)
5271
5275
  ], TekIterableComponentRender.prototype, "height", void 0);
5272
5276
  __decorate([
5273
- Prop({ type: [Number, String], default: 'none' }),
5277
+ PropWatch({ type: [Number, String], default: 'none' }),
5274
5278
  __metadata("design:type", Object)
5275
5279
  ], TekIterableComponentRender.prototype, "maxHeight", void 0);
5276
5280
  __decorate([
5277
- Prop({ type: [Number, String], default: 'none' }),
5281
+ PropWatch({ type: [Number, String], default: 'none' }),
5278
5282
  __metadata("design:type", Object)
5279
5283
  ], TekIterableComponentRender.prototype, "minHeight", void 0);
5280
5284
  TekIterableComponentRender = __decorate([
5281
5285
  Component
5282
5286
  ], TekIterableComponentRender);
5283
- var script$4 = TekIterableComponentRender;
5287
+ var script$6 = TekIterableComponentRender;
5284
5288
 
5285
5289
  /* script */
5286
- const __vue_script__$4 = script$4;
5290
+ const __vue_script__$6 = script$6;
5287
5291
 
5288
5292
  /* template */
5289
- var __vue_render__$4 = function () {
5293
+ var __vue_render__$6 = function () {
5290
5294
  var _vm = this;
5291
5295
  var _h = _vm.$createElement;
5292
5296
  var _c = _vm._self._c || _h;
@@ -5470,34 +5474,34 @@ var __vue_render__$4 = function () {
5470
5474
  )
5471
5475
  : _vm._e()
5472
5476
  };
5473
- var __vue_staticRenderFns__$4 = [];
5474
- __vue_render__$4._withStripped = true;
5477
+ var __vue_staticRenderFns__$6 = [];
5478
+ __vue_render__$6._withStripped = true;
5475
5479
 
5476
5480
  /* style */
5477
- const __vue_inject_styles__$4 = function (inject) {
5481
+ const __vue_inject_styles__$6 = function (inject) {
5478
5482
  if (!inject) return
5479
5483
  inject("data-v-1447399a_0", { source: ".tek-iterable-component-render[data-v-1447399a] {\n width: 100%;\n display: flex;\n flex-wrap: wrap;\n -webkit-box-flex: 1;\n flex: 1 1 auto;\n}\n.tek-iterable-component-render .error--text[data-v-1447399a],\n.tek-iterable-component-render .no--data[data-v-1447399a] {\n text-align: center;\n width: 100%;\n font-size: 14px;\n}\n.tek-iterable-component-render .no--data[data-v-1447399a] {\n color: rgba(0, 0, 0, 0.38);\n}\n.tek-iterable-component-render .tek-iterable-toolbar[data-v-1447399a] {\n display: flex;\n justify-content: space-between;\n margin-bottom: 16px;\n align-items: center;\n width: 100%;\n}\n.tek-iterable-component-render .tek-iterable-footer[data-v-1447399a] {\n padding: 5px 0;\n display: flex;\n width: 100%;\n}", map: undefined, media: undefined });
5480
5484
 
5481
5485
  };
5482
5486
  /* scoped */
5483
- const __vue_scope_id__$4 = "data-v-1447399a";
5487
+ const __vue_scope_id__$6 = "data-v-1447399a";
5484
5488
  /* module identifier */
5485
- const __vue_module_identifier__$4 = undefined;
5489
+ const __vue_module_identifier__$6 = undefined;
5486
5490
  /* functional template */
5487
- const __vue_is_functional_template__$4 = false;
5491
+ const __vue_is_functional_template__$6 = false;
5488
5492
  /* style inject SSR */
5489
5493
 
5490
5494
  /* style inject shadow dom */
5491
5495
 
5492
5496
 
5493
5497
 
5494
- const __vue_component__$4 = /*#__PURE__*/normalizeComponent(
5495
- { render: __vue_render__$4, staticRenderFns: __vue_staticRenderFns__$4 },
5496
- __vue_inject_styles__$4,
5497
- __vue_script__$4,
5498
- __vue_scope_id__$4,
5499
- __vue_is_functional_template__$4,
5500
- __vue_module_identifier__$4,
5498
+ const __vue_component__$6 = /*#__PURE__*/normalizeComponent(
5499
+ { render: __vue_render__$6, staticRenderFns: __vue_staticRenderFns__$6 },
5500
+ __vue_inject_styles__$6,
5501
+ __vue_script__$6,
5502
+ __vue_scope_id__$6,
5503
+ __vue_is_functional_template__$6,
5504
+ __vue_module_identifier__$6,
5501
5505
  false,
5502
5506
  createInjector,
5503
5507
  undefined,
@@ -5513,27 +5517,27 @@ let TekLoading = class TekLoading extends ZdLoading {
5513
5517
  }
5514
5518
  };
5515
5519
  __decorate([
5516
- Prop({ type: String, default: '' }),
5520
+ PropWatch({ type: String, default: '' }),
5517
5521
  __metadata("design:type", String)
5518
5522
  ], TekLoading.prototype, "text", void 0);
5519
5523
  __decorate([
5520
- Prop({ type: String, default: loading }),
5524
+ PropWatch({ type: String, default: loading }),
5521
5525
  __metadata("design:type", String)
5522
5526
  ], TekLoading.prototype, "image", void 0);
5523
5527
  __decorate([
5524
- Prop({ type: [Number, String], default: 999 }),
5528
+ PropWatch({ type: [Number, String], default: 999 }),
5525
5529
  __metadata("design:type", Object)
5526
5530
  ], TekLoading.prototype, "zdIndex", void 0);
5527
5531
  TekLoading = __decorate([
5528
5532
  Component
5529
5533
  ], TekLoading);
5530
- var script$3 = TekLoading;
5534
+ var script$5 = TekLoading;
5531
5535
 
5532
5536
  /* script */
5533
- const __vue_script__$3 = script$3;
5537
+ const __vue_script__$5 = script$5;
5534
5538
 
5535
5539
  /* template */
5536
- var __vue_render__$3 = function () {
5540
+ var __vue_render__$5 = function () {
5537
5541
  var _vm = this;
5538
5542
  var _h = _vm.$createElement;
5539
5543
  var _c = _vm._self._c || _h;
@@ -5557,17 +5561,17 @@ var __vue_render__$3 = function () {
5557
5561
  )
5558
5562
  )
5559
5563
  };
5560
- var __vue_staticRenderFns__$3 = [];
5561
- __vue_render__$3._withStripped = true;
5564
+ var __vue_staticRenderFns__$5 = [];
5565
+ __vue_render__$5._withStripped = true;
5562
5566
 
5563
5567
  /* style */
5564
- const __vue_inject_styles__$3 = undefined;
5568
+ const __vue_inject_styles__$5 = undefined;
5565
5569
  /* scoped */
5566
- const __vue_scope_id__$3 = undefined;
5570
+ const __vue_scope_id__$5 = undefined;
5567
5571
  /* module identifier */
5568
- const __vue_module_identifier__$3 = undefined;
5572
+ const __vue_module_identifier__$5 = undefined;
5569
5573
  /* functional template */
5570
- const __vue_is_functional_template__$3 = false;
5574
+ const __vue_is_functional_template__$5 = false;
5571
5575
  /* style inject */
5572
5576
 
5573
5577
  /* style inject SSR */
@@ -5576,13 +5580,13 @@ __vue_render__$3._withStripped = true;
5576
5580
 
5577
5581
 
5578
5582
 
5579
- const __vue_component__$3 = /*#__PURE__*/normalizeComponent(
5580
- { render: __vue_render__$3, staticRenderFns: __vue_staticRenderFns__$3 },
5581
- __vue_inject_styles__$3,
5582
- __vue_script__$3,
5583
- __vue_scope_id__$3,
5584
- __vue_is_functional_template__$3,
5585
- __vue_module_identifier__$3,
5583
+ const __vue_component__$5 = /*#__PURE__*/normalizeComponent(
5584
+ { render: __vue_render__$5, staticRenderFns: __vue_staticRenderFns__$5 },
5585
+ __vue_inject_styles__$5,
5586
+ __vue_script__$5,
5587
+ __vue_scope_id__$5,
5588
+ __vue_is_functional_template__$5,
5589
+ __vue_module_identifier__$5,
5586
5590
  false,
5587
5591
  undefined,
5588
5592
  undefined,
@@ -5605,19 +5609,19 @@ let TekNotifications = class TekNotifications extends ZdIterable {
5605
5609
  }
5606
5610
  };
5607
5611
  __decorate([
5608
- Prop({ type: String, default: '' }),
5612
+ PropWatch({ type: String, default: '' }),
5609
5613
  __metadata("design:type", String)
5610
5614
  ], TekNotifications.prototype, "allNotificationsPath", void 0);
5611
5615
  TekNotifications = __decorate([
5612
5616
  Component
5613
5617
  ], TekNotifications);
5614
- var script$2 = TekNotifications;
5618
+ var script$4 = TekNotifications;
5615
5619
 
5616
5620
  /* script */
5617
- const __vue_script__$2 = script$2;
5621
+ const __vue_script__$4 = script$4;
5618
5622
 
5619
5623
  /* template */
5620
- var __vue_render__$2 = function () {
5624
+ var __vue_render__$4 = function () {
5621
5625
  var _vm = this;
5622
5626
  var _h = _vm.$createElement;
5623
5627
  var _c = _vm._self._c || _h;
@@ -5694,34 +5698,34 @@ var __vue_render__$2 = function () {
5694
5698
  1
5695
5699
  )
5696
5700
  };
5697
- var __vue_staticRenderFns__$2 = [];
5698
- __vue_render__$2._withStripped = true;
5701
+ var __vue_staticRenderFns__$4 = [];
5702
+ __vue_render__$4._withStripped = true;
5699
5703
 
5700
5704
  /* style */
5701
- const __vue_inject_styles__$2 = function (inject) {
5705
+ const __vue_inject_styles__$4 = function (inject) {
5702
5706
  if (!inject) return
5703
5707
  inject("data-v-30efacc6_0", { source: ".tek-notifications .tek-card-title .mark-read-text {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n display: inline-block;\n}\n.tek-notifications .tek-card-title .mark-read-text p {\n margin-bottom: 0px;\n}\n.tek-notifications .tek-card-title hr.v-divider {\n margin-bottom: 0px;\n}\n.tek-notifications ul.tek-notifications-list {\n list-style: none;\n padding: 0;\n}\n.tek-notifications ul.tek-notifications-list li {\n border-bottom: solid 1px rgba(0, 0, 0, 0.12);\n color: #667080;\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n line-height: 14px;\n padding: 10px 20px 10px 0;\n position: relative;\n}\n.tek-notifications ul.tek-notifications-list li .tek-notification-subject {\n font-weight: 700;\n}\n.tek-notifications ul.tek-notifications-list li .tek-notification-read-mark {\n width: 10px;\n height: 10px;\n background-color: var(--v-primary-base);\n border-radius: 50%;\n position: absolute;\n right: 2px;\n top: 12px;\n}\n.tek-notifications ul.tek-notifications-list li:last-child {\n border-bottom: none;\n}\n.tek-notifications .tek-notification-show-all {\n text-decoration: none;\n text-align: center;\n padding-top: 10px;\n font-weight: 700;\n display: block;\n border-top: solid 1px rgba(0, 0, 0, 0.12);\n}", map: undefined, media: undefined });
5704
5708
 
5705
5709
  };
5706
5710
  /* scoped */
5707
- const __vue_scope_id__$2 = undefined;
5711
+ const __vue_scope_id__$4 = undefined;
5708
5712
  /* module identifier */
5709
- const __vue_module_identifier__$2 = undefined;
5713
+ const __vue_module_identifier__$4 = undefined;
5710
5714
  /* functional template */
5711
- const __vue_is_functional_template__$2 = false;
5715
+ const __vue_is_functional_template__$4 = false;
5712
5716
  /* style inject SSR */
5713
5717
 
5714
5718
  /* style inject shadow dom */
5715
5719
 
5716
5720
 
5717
5721
 
5718
- const __vue_component__$2 = /*#__PURE__*/normalizeComponent(
5719
- { render: __vue_render__$2, staticRenderFns: __vue_staticRenderFns__$2 },
5720
- __vue_inject_styles__$2,
5721
- __vue_script__$2,
5722
- __vue_scope_id__$2,
5723
- __vue_is_functional_template__$2,
5724
- __vue_module_identifier__$2,
5722
+ const __vue_component__$4 = /*#__PURE__*/normalizeComponent(
5723
+ { render: __vue_render__$4, staticRenderFns: __vue_staticRenderFns__$4 },
5724
+ __vue_inject_styles__$4,
5725
+ __vue_script__$4,
5726
+ __vue_scope_id__$4,
5727
+ __vue_is_functional_template__$4,
5728
+ __vue_module_identifier__$4,
5725
5729
  false,
5726
5730
  createInjector,
5727
5731
  undefined,
@@ -5745,67 +5749,67 @@ let TekProductCard = class TekProductCard extends ZdComponentRender {
5745
5749
  }
5746
5750
  };
5747
5751
  __decorate([
5748
- Prop({ type: String, default: '' }),
5752
+ PropWatch({ type: String, default: '' }),
5749
5753
  __metadata("design:type", String)
5750
5754
  ], TekProductCard.prototype, "id", void 0);
5751
5755
  __decorate([
5752
- Prop({ type: String, default: '' }),
5756
+ PropWatch({ type: String, default: '' }),
5753
5757
  __metadata("design:type", String)
5754
5758
  ], TekProductCard.prototype, "to", void 0);
5755
5759
  __decorate([
5756
- Prop({ type: String, default: '' }),
5760
+ PropWatch({ type: String, default: '' }),
5757
5761
  __metadata("design:type", String)
5758
5762
  ], TekProductCard.prototype, "src", void 0);
5759
5763
  __decorate([
5760
- Prop({ type: String, default: '' }),
5764
+ PropWatch({ type: String, default: '' }),
5761
5765
  __metadata("design:type", String)
5762
5766
  ], TekProductCard.prototype, "errorImagePath", void 0);
5763
5767
  __decorate([
5764
- Prop({ type: String, default: 'UNAVAILABLE_IMAGE' }),
5768
+ PropWatch({ type: String, default: 'UNAVAILABLE_IMAGE' }),
5765
5769
  __metadata("design:type", String)
5766
5770
  ], TekProductCard.prototype, "errorImageText", void 0);
5767
5771
  __decorate([
5768
- Prop({ type: String, default: '' }),
5772
+ PropWatch({ type: String, default: '' }),
5769
5773
  __metadata("design:type", String)
5770
5774
  ], TekProductCard.prototype, "productName", void 0);
5771
5775
  __decorate([
5772
- Prop({ type: String }),
5776
+ PropWatch({ type: String }),
5773
5777
  __metadata("design:type", String)
5774
5778
  ], TekProductCard.prototype, "productSupplier", void 0);
5775
5779
  __decorate([
5776
- Prop({ type: String }),
5780
+ PropWatch({ type: String }),
5777
5781
  __metadata("design:type", String)
5778
5782
  ], TekProductCard.prototype, "productBrand", void 0);
5779
5783
  __decorate([
5780
- Prop({ type: [String, Number] }),
5784
+ PropWatch({ type: [String, Number] }),
5781
5785
  __metadata("design:type", Object)
5782
5786
  ], TekProductCard.prototype, "productPrice", void 0);
5783
5787
  __decorate([
5784
- Prop({ type: String, default: '' }),
5788
+ PropWatch({ type: String, default: '' }),
5785
5789
  __metadata("design:type", String)
5786
5790
  ], TekProductCard.prototype, "width", void 0);
5787
5791
  __decorate([
5788
- Prop({ type: [Number, String], default: 'auto' }),
5792
+ PropWatch({ type: [Number, String], default: 'auto' }),
5789
5793
  __metadata("design:type", Object)
5790
5794
  ], TekProductCard.prototype, "height", void 0);
5791
5795
  __decorate([
5792
- Prop({ type: [Number, String], default: 'none' }),
5796
+ PropWatch({ type: [Number, String], default: 'none' }),
5793
5797
  __metadata("design:type", Object)
5794
5798
  ], TekProductCard.prototype, "maxHeight", void 0);
5795
5799
  __decorate([
5796
- Prop({ type: [Number, String], default: 'none' }),
5800
+ PropWatch({ type: [Number, String], default: 'none' }),
5797
5801
  __metadata("design:type", Object)
5798
5802
  ], TekProductCard.prototype, "minHeight", void 0);
5799
5803
  TekProductCard = __decorate([
5800
5804
  Component
5801
5805
  ], TekProductCard);
5802
- var script$1 = TekProductCard;
5806
+ var script$3 = TekProductCard;
5803
5807
 
5804
5808
  /* script */
5805
- const __vue_script__$1 = script$1;
5809
+ const __vue_script__$3 = script$3;
5806
5810
 
5807
5811
  /* template */
5808
- var __vue_render__$1 = function () {
5812
+ var __vue_render__$3 = function () {
5809
5813
  var _vm = this;
5810
5814
  var _h = _vm.$createElement;
5811
5815
  var _c = _vm._self._c || _h;
@@ -5939,34 +5943,34 @@ var __vue_render__$1 = function () {
5939
5943
  )
5940
5944
  : _vm._e()
5941
5945
  };
5942
- var __vue_staticRenderFns__$1 = [];
5943
- __vue_render__$1._withStripped = true;
5946
+ var __vue_staticRenderFns__$3 = [];
5947
+ __vue_render__$3._withStripped = true;
5944
5948
 
5945
5949
  /* style */
5946
- const __vue_inject_styles__$1 = function (inject) {
5950
+ const __vue_inject_styles__$3 = function (inject) {
5947
5951
  if (!inject) return
5948
5952
  inject("data-v-3dd89d23_0", { source: ".tek-product-card * {\n text-decoration: none;\n}\n.tek-product-card .v-card {\n padding: 0%;\n}\n.tek-product-card .v-card .tek-image-content {\n text-align: center;\n}\n.tek-product-card .v-card .tek-product-card-image-container {\n position: relative;\n}\n.tek-product-card .v-card .tek-product-card-info {\n display: flex;\n flex-direction: column;\n padding: 5px 10px 10px 10px;\n color: var(--zd-font-color);\n}\n.tek-product-card .v-card .tek-product-card-info .tek-product-card-title {\n white-space: nowrap;\n width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n font-size: 16px;\n line-height: 19px;\n}\n.tek-product-card .v-card .tek-product-card-info .tek-product-card-supplier {\n font-size: var(--zd-font-body2-size);\n line-height: 14px;\n color: #c4c4c4;\n}\n.tek-product-card .v-card .tek-product-card-info .tek-product-card-footer {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding-top: 10px;\n}\n.tek-product-card .v-card .tek-product-card-info .tek-product-card-footer .tek-product-card-brand {\n font-size: var(--zd-font-body2-size);\n line-height: 14px;\n}\n.tek-product-card .v-card .tek-product-card-info .tek-product-card-footer .tek-product-card-price {\n font-weight: var(--zd-font-body4-weight);\n font-size: var(--zd-font-body4-size);\n line-height: 16px;\n}\n.tek-product-card--link .v-card {\n cursor: pointer;\n}", map: undefined, media: undefined });
5949
5953
 
5950
5954
  };
5951
5955
  /* scoped */
5952
- const __vue_scope_id__$1 = undefined;
5956
+ const __vue_scope_id__$3 = undefined;
5953
5957
  /* module identifier */
5954
- const __vue_module_identifier__$1 = undefined;
5958
+ const __vue_module_identifier__$3 = undefined;
5955
5959
  /* functional template */
5956
- const __vue_is_functional_template__$1 = false;
5960
+ const __vue_is_functional_template__$3 = false;
5957
5961
  /* style inject SSR */
5958
5962
 
5959
5963
  /* style inject shadow dom */
5960
5964
 
5961
5965
 
5962
5966
 
5963
- const __vue_component__$1 = /*#__PURE__*/normalizeComponent(
5964
- { render: __vue_render__$1, staticRenderFns: __vue_staticRenderFns__$1 },
5965
- __vue_inject_styles__$1,
5966
- __vue_script__$1,
5967
- __vue_scope_id__$1,
5968
- __vue_is_functional_template__$1,
5969
- __vue_module_identifier__$1,
5967
+ const __vue_component__$3 = /*#__PURE__*/normalizeComponent(
5968
+ { render: __vue_render__$3, staticRenderFns: __vue_staticRenderFns__$3 },
5969
+ __vue_inject_styles__$3,
5970
+ __vue_script__$3,
5971
+ __vue_scope_id__$3,
5972
+ __vue_is_functional_template__$3,
5973
+ __vue_module_identifier__$3,
5970
5974
  false,
5971
5975
  createInjector,
5972
5976
  undefined,
@@ -6287,19 +6291,19 @@ let TekGrid = class TekGrid extends ZdTreeGridEditable {
6287
6291
  }
6288
6292
  };
6289
6293
  __decorate([
6290
- Prop({ type: [String], default: '' }),
6294
+ PropWatch({ type: [String], default: '' }),
6291
6295
  __metadata("design:type", String)
6292
6296
  ], TekGrid.prototype, "title", void 0);
6293
6297
  __decorate([
6294
- Prop({ type: [Boolean, String], default: false }),
6298
+ PropWatch({ type: [Boolean, String], default: false }),
6295
6299
  __metadata("design:type", Object)
6296
6300
  ], TekGrid.prototype, "addButton", void 0);
6297
6301
  __decorate([
6298
- Prop({ type: [String], default: 'none' }),
6302
+ PropWatch({ type: [String], default: 'none' }),
6299
6303
  __metadata("design:type", String)
6300
6304
  ], TekGrid.prototype, "deleteButton", void 0);
6301
6305
  __decorate([
6302
- Prop({ type: [Boolean, String], default: false }),
6306
+ PropWatch({ type: [Boolean, String], default: false }),
6303
6307
  __metadata("design:type", Object)
6304
6308
  ], TekGrid.prototype, "columnsButton", void 0);
6305
6309
  __decorate([
@@ -6307,15 +6311,15 @@ __decorate([
6307
6311
  __metadata("design:type", Object)
6308
6312
  ], TekGrid.prototype, "columnsButtonIgnore", void 0);
6309
6313
  __decorate([
6310
- Prop({ type: [Boolean, String], default: false }),
6314
+ PropWatch({ type: [Boolean, String], default: false }),
6311
6315
  __metadata("design:type", Object)
6312
6316
  ], TekGrid.prototype, "filterButton", void 0);
6313
6317
  __decorate([
6314
- Prop({ type: [Boolean, String], default: true }),
6318
+ PropWatch({ type: [Boolean, String], default: true }),
6315
6319
  __metadata("design:type", Object)
6316
6320
  ], TekGrid.prototype, "showSearch", void 0);
6317
6321
  __decorate([
6318
- Prop({ type: [Boolean, String], default: false }),
6322
+ PropWatch({ type: [Boolean, String], default: false }),
6319
6323
  __metadata("design:type", Object)
6320
6324
  ], TekGrid.prototype, "columnFilterButton", void 0);
6321
6325
  __decorate([
@@ -6323,23 +6327,23 @@ __decorate([
6323
6327
  __metadata("design:type", Array)
6324
6328
  ], TekGrid.prototype, "actions", void 0);
6325
6329
  __decorate([
6326
- Prop({ type: [String, Boolean], default: true }),
6330
+ PropWatch({ type: [String, Boolean], default: true }),
6327
6331
  __metadata("design:type", Object)
6328
6332
  ], TekGrid.prototype, "dragColumns", void 0);
6329
6333
  __decorate([
6330
- Prop({ type: [String, Boolean], default: true }),
6334
+ PropWatch({ type: [String, Boolean], default: true }),
6331
6335
  __metadata("design:type", Object)
6332
6336
  ], TekGrid.prototype, "resizeColumns", void 0);
6333
6337
  __decorate([
6334
- Prop({ type: [String, Boolean], default: true }),
6338
+ PropWatch({ type: [String, Boolean], default: true }),
6335
6339
  __metadata("design:type", Object)
6336
6340
  ], TekGrid.prototype, "showLayoutOptions", void 0);
6337
6341
  __decorate([
6338
- Prop({ type: [String, Boolean], default: false }),
6342
+ PropWatch({ type: [String, Boolean], default: false }),
6339
6343
  __metadata("design:type", Object)
6340
6344
  ], TekGrid.prototype, "showExport", void 0);
6341
6345
  __decorate([
6342
- Prop({ type: [String, Boolean], default: true }),
6346
+ PropWatch({ type: [String, Boolean], default: true }),
6343
6347
  __metadata("design:type", Object)
6344
6348
  ], TekGrid.prototype, "showReload", void 0);
6345
6349
  __decorate([
@@ -6360,13 +6364,13 @@ __decorate([
6360
6364
  TekGrid = __decorate([
6361
6365
  Component
6362
6366
  ], TekGrid);
6363
- var script = TekGrid;
6367
+ var script$2 = TekGrid;
6364
6368
 
6365
6369
  /* script */
6366
- const __vue_script__ = script;
6370
+ const __vue_script__$2 = script$2;
6367
6371
 
6368
6372
  /* template */
6369
- var __vue_render__ = function () {
6373
+ var __vue_render__$2 = function () {
6370
6374
  var _vm = this;
6371
6375
  var _h = _vm.$createElement;
6372
6376
  var _c = _vm._self._c || _h;
@@ -6409,6 +6413,9 @@ var __vue_render__ = function () {
6409
6413
  "disable-sort": "",
6410
6414
  "disable-filtering": "",
6411
6415
  tabindex: "0",
6416
+ "loading-text": _vm.$t(_vm.instance.loadingText),
6417
+ "no-data-text": _vm.$t(_vm.instance.noDataText),
6418
+ "no-results-text": _vm.$t(_vm.instance.noResultText),
6412
6419
  },
6413
6420
  on: {
6414
6421
  "current-items": function ($event) {
@@ -7670,21 +7677,205 @@ var __vue_render__ = function () {
7670
7677
  },
7671
7678
  })
7672
7679
  };
7673
- var __vue_staticRenderFns__ = [];
7674
- __vue_render__._withStripped = true;
7680
+ var __vue_staticRenderFns__$2 = [];
7681
+ __vue_render__$2._withStripped = true;
7682
+
7683
+ /* style */
7684
+ const __vue_inject_styles__$2 = function (inject) {
7685
+ if (!inject) return
7686
+ inject("data-v-0e6a2a50_0", { source: ".tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th {\n padding-right: 15px !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: inline-block;\n vertical-align: middle;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 10px;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n position: relative;\n top: -25%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
7687
+
7688
+ };
7689
+ /* scoped */
7690
+ const __vue_scope_id__$2 = undefined;
7691
+ /* module identifier */
7692
+ const __vue_module_identifier__$2 = undefined;
7693
+ /* functional template */
7694
+ const __vue_is_functional_template__$2 = false;
7695
+ /* style inject SSR */
7696
+
7697
+ /* style inject shadow dom */
7698
+
7699
+
7700
+
7701
+ const __vue_component__$2 = /*#__PURE__*/normalizeComponent(
7702
+ { render: __vue_render__$2, staticRenderFns: __vue_staticRenderFns__$2 },
7703
+ __vue_inject_styles__$2,
7704
+ __vue_script__$2,
7705
+ __vue_scope_id__$2,
7706
+ __vue_is_functional_template__$2,
7707
+ __vue_module_identifier__$2,
7708
+ false,
7709
+ createInjector,
7710
+ undefined,
7711
+ undefined
7712
+ );
7713
+
7714
+ let TekUserInfo = class TekUserInfo extends ZdUserInfo {
7715
+ constructor() {
7716
+ super(...arguments);
7717
+ this.instanceType = TekUserInfo$1;
7718
+ }
7719
+ };
7720
+ __decorate([
7721
+ PropWatch({ type: [String], default: '' }),
7722
+ __metadata("design:type", String)
7723
+ ], TekUserInfo.prototype, "aboutImage", void 0);
7724
+ __decorate([
7725
+ PropWatch({ type: [String], default: '' }),
7726
+ __metadata("design:type", String)
7727
+ ], TekUserInfo.prototype, "defaultEmail", void 0);
7728
+ __decorate([
7729
+ PropWatch({ type: [Object, String], default: null }),
7730
+ __metadata("design:type", Object)
7731
+ ], TekUserInfo.prototype, "versionInfo", void 0);
7732
+ __decorate([
7733
+ PropWatch({ type: [String], default: '' }),
7734
+ __metadata("design:type", String)
7735
+ ], TekUserInfo.prototype, "versionUrl", void 0);
7736
+ __decorate([
7737
+ Prop({ type: [Array], default: undefined }),
7738
+ __metadata("design:type", Object)
7739
+ ], TekUserInfo.prototype, "bottomSlot", void 0);
7740
+ TekUserInfo = __decorate([
7741
+ Component
7742
+ ], TekUserInfo);
7743
+ var script$1 = TekUserInfo;
7744
+
7745
+ /* script */
7746
+ const __vue_script__$1 = script$1;
7747
+
7748
+ /* template */
7749
+ var __vue_render__$1 = function () {
7750
+ var _vm = this;
7751
+ var _h = _vm.$createElement;
7752
+ var _c = _vm._self._c || _h;
7753
+ return _c("zd-user-info", {
7754
+ attrs: {
7755
+ id: _vm.instance.name,
7756
+ "instance-object": _vm.instance,
7757
+ name: "user-info",
7758
+ },
7759
+ scopedSlots: _vm._u(
7760
+ [
7761
+ {
7762
+ key: "headerSlot",
7763
+ fn: function () {
7764
+ return [_vm._t("headerSlot")]
7765
+ },
7766
+ proxy: true,
7767
+ },
7768
+ {
7769
+ key: "topSlot",
7770
+ fn: function () {
7771
+ return [_vm._t("topSlot")]
7772
+ },
7773
+ proxy: true,
7774
+ },
7775
+ {
7776
+ key: "centerSlot",
7777
+ fn: function () {
7778
+ return [_vm._t("centerSlot")]
7779
+ },
7780
+ proxy: true,
7781
+ },
7782
+ {
7783
+ key: "bottomSlot",
7784
+ fn: function () {
7785
+ return [_vm._t("bottomSlot")]
7786
+ },
7787
+ proxy: true,
7788
+ },
7789
+ ],
7790
+ null,
7791
+ true
7792
+ ),
7793
+ })
7794
+ };
7795
+ var __vue_staticRenderFns__$1 = [];
7796
+ __vue_render__$1._withStripped = true;
7675
7797
 
7676
7798
  /* style */
7677
- const __vue_inject_styles__ = function (inject) {
7799
+ const __vue_inject_styles__$1 = function (inject) {
7678
7800
  if (!inject) return
7679
- inject("data-v-3ef85802_0", { source: ".tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n}\n.tek-grid table thead tr th {\n padding-right: 15px !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: inline-block;\n vertical-align: middle;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 10px;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n position: relative;\n top: -25%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
7801
+ inject("data-v-d9bc3516_0", { source: ".about-modal {\n height: 80%;\n overflow-y: unset;\n}\n.about-modal .zd-modal-card, .about-modal .zd-modal-card-text, .about-modal .zd-modal-container, .about-modal .zd-tabs {\n height: 100%;\n}\n.about-modal .zd-modal-container {\n display: flex;\n flex-direction: column;\n}\n.about-modal .zd-tabs, .about-modal .v-tabs-items {\n overflow-y: auto;\n}", map: undefined, media: undefined });
7680
7802
 
7681
7803
  };
7682
7804
  /* scoped */
7805
+ const __vue_scope_id__$1 = undefined;
7806
+ /* module identifier */
7807
+ const __vue_module_identifier__$1 = undefined;
7808
+ /* functional template */
7809
+ const __vue_is_functional_template__$1 = false;
7810
+ /* style inject SSR */
7811
+
7812
+ /* style inject shadow dom */
7813
+
7814
+
7815
+
7816
+ const __vue_component__$1 = /*#__PURE__*/normalizeComponent(
7817
+ { render: __vue_render__$1, staticRenderFns: __vue_staticRenderFns__$1 },
7818
+ __vue_inject_styles__$1,
7819
+ __vue_script__$1,
7820
+ __vue_scope_id__$1,
7821
+ __vue_is_functional_template__$1,
7822
+ __vue_module_identifier__$1,
7823
+ false,
7824
+ createInjector,
7825
+ undefined,
7826
+ undefined
7827
+ );
7828
+
7829
+ // eslint-disable-next-line prefer-destructuring
7830
+ const ZdList = components$1.ZdList;
7831
+ let TekUserInfoList = class TekUserInfoList extends ZdList {
7832
+ constructor() {
7833
+ super(...arguments);
7834
+ this.instanceType = TekUserInfoList$1;
7835
+ }
7836
+ };
7837
+ __decorate([
7838
+ PropWatch({ type: [String], default: '' }),
7839
+ __metadata("design:type", String)
7840
+ ], TekUserInfoList.prototype, "parentName", void 0);
7841
+ __decorate([
7842
+ PropWatch({ type: [Boolean, String], default: true }),
7843
+ __metadata("design:type", Boolean)
7844
+ ], TekUserInfoList.prototype, "dense", void 0);
7845
+ TekUserInfoList = __decorate([
7846
+ Component
7847
+ ], TekUserInfoList);
7848
+ var script = TekUserInfoList;
7849
+
7850
+ /* script */
7851
+ const __vue_script__ = script;
7852
+
7853
+ /* template */
7854
+ var __vue_render__ = function () {
7855
+ var _vm = this;
7856
+ var _h = _vm.$createElement;
7857
+ var _c = _vm._self._c || _h;
7858
+ return _c("zd-list", {
7859
+ attrs: {
7860
+ id: _vm.instance.name,
7861
+ "instance-object": _vm.instance,
7862
+ name: "list",
7863
+ },
7864
+ })
7865
+ };
7866
+ var __vue_staticRenderFns__ = [];
7867
+ __vue_render__._withStripped = true;
7868
+
7869
+ /* style */
7870
+ const __vue_inject_styles__ = undefined;
7871
+ /* scoped */
7683
7872
  const __vue_scope_id__ = undefined;
7684
7873
  /* module identifier */
7685
7874
  const __vue_module_identifier__ = undefined;
7686
7875
  /* functional template */
7687
7876
  const __vue_is_functional_template__ = false;
7877
+ /* style inject */
7878
+
7688
7879
  /* style inject SSR */
7689
7880
 
7690
7881
  /* style inject shadow dom */
@@ -7699,29 +7890,31 @@ __vue_render__._withStripped = true;
7699
7890
  __vue_is_functional_template__,
7700
7891
  __vue_module_identifier__,
7701
7892
  false,
7702
- createInjector,
7893
+ undefined,
7703
7894
  undefined,
7704
7895
  undefined
7705
7896
  );
7706
7897
 
7707
7898
  const components = {
7708
- TekBreadcrumbHeader: __vue_component__$g,
7709
- TekCardTitle: __vue_component__$f,
7710
- TekCrudAddButton: __vue_component__$e,
7711
- TekCrudCancelButton: __vue_component__$d,
7712
- TekCrudDeleteButton: __vue_component__$c,
7713
- TekCrudForm: __vue_component__$b,
7714
- TekCrudSaveButton: __vue_component__$a,
7715
- TekGrid: __vue_component__$9,
7716
- TekGridColumnsButton: __vue_component__$8,
7717
- TekGridLayoutOptions: __vue_component__$7,
7718
- TekImage: __vue_component__$6,
7719
- TekProductCard: __vue_component__$1,
7720
- TekIterableComponentRender: __vue_component__$4,
7721
- TekIterableCarousel: __vue_component__$5,
7722
- TekLoading: __vue_component__$3,
7723
- TekNotifications: __vue_component__$2,
7724
- TekTreeGrid: __vue_component__,
7899
+ TekBreadcrumbHeader: __vue_component__$i,
7900
+ TekCardTitle: __vue_component__$h,
7901
+ TekCrudAddButton: __vue_component__$g,
7902
+ TekCrudCancelButton: __vue_component__$f,
7903
+ TekCrudDeleteButton: __vue_component__$e,
7904
+ TekCrudForm: __vue_component__$d,
7905
+ TekCrudSaveButton: __vue_component__$c,
7906
+ TekGrid: __vue_component__$b,
7907
+ TekGridColumnsButton: __vue_component__$a,
7908
+ TekGridLayoutOptions: __vue_component__$9,
7909
+ TekImage: __vue_component__$8,
7910
+ TekProductCard: __vue_component__$3,
7911
+ TekIterableComponentRender: __vue_component__$6,
7912
+ TekIterableCarousel: __vue_component__$7,
7913
+ TekLoading: __vue_component__$5,
7914
+ TekNotifications: __vue_component__$4,
7915
+ TekTreeGrid: __vue_component__$2,
7916
+ TekUserInfo: __vue_component__$1,
7917
+ TekUserInfoList: __vue_component__,
7725
7918
  };
7726
7919
 
7727
7920
  Icons.addIcons({
@@ -7739,7 +7932,8 @@ const TeknisaComponents = {
7739
7932
  Object.keys(components).forEach((id) => {
7740
7933
  Vue.component(id, components[id]);
7741
7934
  });
7935
+ Vue.component('ZdUserInfo', ZdUserInfo);
7742
7936
  },
7743
7937
  };
7744
7938
 
7745
- export { script$g as TekBreadcrumbHeader, script$f as TekCardTitle, script$e as TekCrudAddButton, script$d as TekCrudCancelButton, script$c as TekCrudDeleteButton, script$b as TekCrudForm, script$a as TekCrudSaveButton, script$9 as TekGrid, script$8 as TekGridColumnsButton, script$7 as TekGridLayoutOptions, script$6 as TekImage, script$4 as TekIterableComponentRender, script$1 as TekProductCard, script as TekTreeGrid, TeknisaComponents as default };
7939
+ export { script$i as TekBreadcrumbHeader, script$h as TekCardTitle, script$g as TekCrudAddButton, script$f as TekCrudCancelButton, script$e as TekCrudDeleteButton, script$d as TekCrudForm, script$c as TekCrudSaveButton, script$b as TekGrid, script$a as TekGridColumnsButton, script$9 as TekGridLayoutOptions, script$8 as TekImage, script$6 as TekIterableComponentRender, script$3 as TekProductCard, script$2 as TekTreeGrid, script$1 as TekUserInfo, script as TekUserInfoList, TeknisaComponents as default };