@zeedhi/teknisa-components-vuetify 1.40.0 → 1.41.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.
@@ -60,7 +60,7 @@
60
60
  TekBreadcrumbHeader = __decorate([
61
61
  vuePropertyDecorator.Component
62
62
  ], TekBreadcrumbHeader);
63
- var script$f = TekBreadcrumbHeader;
63
+ var script$g = TekBreadcrumbHeader;
64
64
 
65
65
  function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
66
66
  if (typeof shadowMode !== 'boolean') {
@@ -191,16 +191,16 @@
191
191
  }
192
192
 
193
193
  /* script */
194
- const __vue_script__$f = script$f;
194
+ const __vue_script__$g = script$g;
195
195
 
196
196
  /* template */
197
- var __vue_render__$f = function () {
197
+ var __vue_render__$g = function () {
198
198
  var _vm = this;
199
199
  var _h = _vm.$createElement;
200
200
  var _c = _vm._self._c || _h;
201
201
  return _c(
202
202
  "div",
203
- { staticClass: "tek-breadcrumb-header" },
203
+ { staticClass: "tek-breadcrumb-header", attrs: { id: _vm.instance.name } },
204
204
  [
205
205
  _c(
206
206
  "zd-breadcrumbs",
@@ -265,34 +265,34 @@
265
265
  1
266
266
  )
267
267
  };
268
- var __vue_staticRenderFns__$f = [];
269
- __vue_render__$f._withStripped = true;
268
+ var __vue_staticRenderFns__$g = [];
269
+ __vue_render__$g._withStripped = true;
270
270
 
271
271
  /* style */
272
- const __vue_inject_styles__$f = function (inject) {
272
+ const __vue_inject_styles__$g = function (inject) {
273
273
  if (!inject) return
274
- inject("data-v-53da1132_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 });
274
+ 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 });
275
275
 
276
276
  };
277
277
  /* scoped */
278
- const __vue_scope_id__$f = undefined;
278
+ const __vue_scope_id__$g = undefined;
279
279
  /* module identifier */
280
- const __vue_module_identifier__$f = undefined;
280
+ const __vue_module_identifier__$g = undefined;
281
281
  /* functional template */
282
- const __vue_is_functional_template__$f = false;
282
+ const __vue_is_functional_template__$g = false;
283
283
  /* style inject SSR */
284
284
 
285
285
  /* style inject shadow dom */
286
286
 
287
287
 
288
288
 
289
- const __vue_component__$f = /*#__PURE__*/normalizeComponent(
290
- { render: __vue_render__$f, staticRenderFns: __vue_staticRenderFns__$f },
291
- __vue_inject_styles__$f,
292
- __vue_script__$f,
293
- __vue_scope_id__$f,
294
- __vue_is_functional_template__$f,
295
- __vue_module_identifier__$f,
289
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent(
290
+ { render: __vue_render__$g, staticRenderFns: __vue_staticRenderFns__$g },
291
+ __vue_inject_styles__$g,
292
+ __vue_script__$g,
293
+ __vue_scope_id__$g,
294
+ __vue_is_functional_template__$g,
295
+ __vue_module_identifier__$g,
296
296
  false,
297
297
  createInjector,
298
298
  undefined,
@@ -335,19 +335,22 @@
335
335
  TekCardTitle = __decorate([
336
336
  vuePropertyDecorator.Component
337
337
  ], TekCardTitle);
338
- var script$e = TekCardTitle;
338
+ var script$f = TekCardTitle;
339
339
 
340
340
  /* script */
341
- const __vue_script__$e = script$e;
341
+ const __vue_script__$f = script$f;
342
342
 
343
343
  /* template */
344
- var __vue_render__$e = function () {
344
+ var __vue_render__$f = function () {
345
345
  var _vm = this;
346
346
  var _h = _vm.$createElement;
347
347
  var _c = _vm._self._c || _h;
348
348
  return _c(
349
349
  "div",
350
- { class: ["tek-card-title", _vm.instance.cssClass] },
350
+ {
351
+ class: ["tek-card-title", _vm.instance.cssClass],
352
+ attrs: { id: _vm.instance.name },
353
+ },
351
354
  [
352
355
  _c(
353
356
  "div",
@@ -438,34 +441,34 @@
438
441
  1
439
442
  )
440
443
  };
441
- var __vue_staticRenderFns__$e = [];
442
- __vue_render__$e._withStripped = true;
444
+ var __vue_staticRenderFns__$f = [];
445
+ __vue_render__$f._withStripped = true;
443
446
 
444
447
  /* style */
445
- const __vue_inject_styles__$e = function (inject) {
448
+ const __vue_inject_styles__$f = function (inject) {
446
449
  if (!inject) return
447
- inject("data-v-520a641c_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 });
450
+ 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
451
 
449
452
  };
450
453
  /* scoped */
451
- const __vue_scope_id__$e = undefined;
454
+ const __vue_scope_id__$f = undefined;
452
455
  /* module identifier */
453
- const __vue_module_identifier__$e = undefined;
456
+ const __vue_module_identifier__$f = undefined;
454
457
  /* functional template */
455
- const __vue_is_functional_template__$e = false;
458
+ const __vue_is_functional_template__$f = false;
456
459
  /* style inject SSR */
457
460
 
458
461
  /* style inject shadow dom */
459
462
 
460
463
 
461
464
 
462
- const __vue_component__$e = /*#__PURE__*/normalizeComponent(
463
- { render: __vue_render__$e, staticRenderFns: __vue_staticRenderFns__$e },
464
- __vue_inject_styles__$e,
465
- __vue_script__$e,
466
- __vue_scope_id__$e,
467
- __vue_is_functional_template__$e,
468
- __vue_module_identifier__$e,
465
+ const __vue_component__$f = /*#__PURE__*/normalizeComponent(
466
+ { render: __vue_render__$f, staticRenderFns: __vue_staticRenderFns__$f },
467
+ __vue_inject_styles__$f,
468
+ __vue_script__$f,
469
+ __vue_scope_id__$f,
470
+ __vue_is_functional_template__$f,
471
+ __vue_module_identifier__$f,
469
472
  false,
470
473
  createInjector,
471
474
  undefined,
@@ -538,13 +541,13 @@
538
541
  TekCrudAddButton = __decorate([
539
542
  vuePropertyDecorator.Component
540
543
  ], TekCrudAddButton);
541
- var script$d = TekCrudAddButton;
544
+ var script$e = TekCrudAddButton;
542
545
 
543
546
  /* script */
544
- const __vue_script__$d = script$d;
547
+ const __vue_script__$e = script$e;
545
548
 
546
549
  /* template */
547
- var __vue_render__$d = function () {
550
+ var __vue_render__$e = function () {
548
551
  var _vm = this;
549
552
  var _h = _vm.$createElement;
550
553
  var _c = _vm._self._c || _h;
@@ -560,7 +563,7 @@
560
563
  return [
561
564
  _c(
562
565
  "span",
563
- _vm._g({}, on),
566
+ _vm._g({ attrs: { id: _vm.instance.name } }, on),
564
567
  [
565
568
  _c("zd-button", {
566
569
  attrs: {
@@ -609,17 +612,17 @@
609
612
  ]
610
613
  )
611
614
  };
612
- var __vue_staticRenderFns__$d = [];
613
- __vue_render__$d._withStripped = true;
615
+ var __vue_staticRenderFns__$e = [];
616
+ __vue_render__$e._withStripped = true;
614
617
 
615
618
  /* style */
616
- const __vue_inject_styles__$d = undefined;
619
+ const __vue_inject_styles__$e = undefined;
617
620
  /* scoped */
618
- const __vue_scope_id__$d = undefined;
621
+ const __vue_scope_id__$e = undefined;
619
622
  /* module identifier */
620
- const __vue_module_identifier__$d = undefined;
623
+ const __vue_module_identifier__$e = undefined;
621
624
  /* functional template */
622
- const __vue_is_functional_template__$d = false;
625
+ const __vue_is_functional_template__$e = false;
623
626
  /* style inject */
624
627
 
625
628
  /* style inject SSR */
@@ -628,13 +631,13 @@
628
631
 
629
632
 
630
633
 
631
- const __vue_component__$d = /*#__PURE__*/normalizeComponent(
632
- { render: __vue_render__$d, staticRenderFns: __vue_staticRenderFns__$d },
633
- __vue_inject_styles__$d,
634
- __vue_script__$d,
635
- __vue_scope_id__$d,
636
- __vue_is_functional_template__$d,
637
- __vue_module_identifier__$d,
634
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent(
635
+ { render: __vue_render__$e, staticRenderFns: __vue_staticRenderFns__$e },
636
+ __vue_inject_styles__$e,
637
+ __vue_script__$e,
638
+ __vue_scope_id__$e,
639
+ __vue_is_functional_template__$e,
640
+ __vue_module_identifier__$e,
638
641
  false,
639
642
  undefined,
640
643
  undefined,
@@ -665,13 +668,13 @@
665
668
  TekCrudCancelButton = __decorate([
666
669
  vuePropertyDecorator.Component
667
670
  ], TekCrudCancelButton);
668
- var script$c = TekCrudCancelButton;
671
+ var script$d = TekCrudCancelButton;
669
672
 
670
673
  /* script */
671
- const __vue_script__$c = script$c;
674
+ const __vue_script__$d = script$d;
672
675
 
673
676
  /* template */
674
- var __vue_render__$c = function () {
677
+ var __vue_render__$d = function () {
675
678
  var _vm = this;
676
679
  var _h = _vm.$createElement;
677
680
  var _c = _vm._self._c || _h;
@@ -687,7 +690,7 @@
687
690
  return [
688
691
  _c(
689
692
  "span",
690
- _vm._g({}, on),
693
+ _vm._g({ attrs: { id: _vm.instance.name } }, on),
691
694
  [
692
695
  _c("zd-button", {
693
696
  attrs: {
@@ -736,17 +739,17 @@
736
739
  ]
737
740
  )
738
741
  };
739
- var __vue_staticRenderFns__$c = [];
740
- __vue_render__$c._withStripped = true;
742
+ var __vue_staticRenderFns__$d = [];
743
+ __vue_render__$d._withStripped = true;
741
744
 
742
745
  /* style */
743
- const __vue_inject_styles__$c = undefined;
746
+ const __vue_inject_styles__$d = undefined;
744
747
  /* scoped */
745
- const __vue_scope_id__$c = undefined;
748
+ const __vue_scope_id__$d = undefined;
746
749
  /* module identifier */
747
- const __vue_module_identifier__$c = undefined;
750
+ const __vue_module_identifier__$d = undefined;
748
751
  /* functional template */
749
- const __vue_is_functional_template__$c = false;
752
+ const __vue_is_functional_template__$d = false;
750
753
  /* style inject */
751
754
 
752
755
  /* style inject SSR */
@@ -755,13 +758,13 @@
755
758
 
756
759
 
757
760
 
758
- const __vue_component__$c = /*#__PURE__*/normalizeComponent(
759
- { render: __vue_render__$c, staticRenderFns: __vue_staticRenderFns__$c },
760
- __vue_inject_styles__$c,
761
- __vue_script__$c,
762
- __vue_scope_id__$c,
763
- __vue_is_functional_template__$c,
764
- __vue_module_identifier__$c,
761
+ const __vue_component__$d = /*#__PURE__*/normalizeComponent(
762
+ { render: __vue_render__$d, staticRenderFns: __vue_staticRenderFns__$d },
763
+ __vue_inject_styles__$d,
764
+ __vue_script__$d,
765
+ __vue_scope_id__$d,
766
+ __vue_is_functional_template__$d,
767
+ __vue_module_identifier__$d,
765
768
  false,
766
769
  undefined,
767
770
  undefined,
@@ -800,13 +803,13 @@
800
803
  TekCrudDeleteButton = __decorate([
801
804
  vuePropertyDecorator.Component
802
805
  ], TekCrudDeleteButton);
803
- var script$b = TekCrudDeleteButton;
806
+ var script$c = TekCrudDeleteButton;
804
807
 
805
808
  /* script */
806
- const __vue_script__$b = script$b;
809
+ const __vue_script__$c = script$c;
807
810
 
808
811
  /* template */
809
- var __vue_render__$b = function () {
812
+ var __vue_render__$c = function () {
810
813
  var _vm = this;
811
814
  var _h = _vm.$createElement;
812
815
  var _c = _vm._self._c || _h;
@@ -822,7 +825,7 @@
822
825
  return [
823
826
  _c(
824
827
  "span",
825
- _vm._g({}, on),
828
+ _vm._g({ attrs: { id: _vm.instance.name } }, on),
826
829
  [
827
830
  _c("zd-button", {
828
831
  attrs: {
@@ -871,17 +874,17 @@
871
874
  ]
872
875
  )
873
876
  };
874
- var __vue_staticRenderFns__$b = [];
875
- __vue_render__$b._withStripped = true;
877
+ var __vue_staticRenderFns__$c = [];
878
+ __vue_render__$c._withStripped = true;
876
879
 
877
880
  /* style */
878
- const __vue_inject_styles__$b = undefined;
881
+ const __vue_inject_styles__$c = undefined;
879
882
  /* scoped */
880
- const __vue_scope_id__$b = undefined;
883
+ const __vue_scope_id__$c = undefined;
881
884
  /* module identifier */
882
- const __vue_module_identifier__$b = undefined;
885
+ const __vue_module_identifier__$c = undefined;
883
886
  /* functional template */
884
- const __vue_is_functional_template__$b = false;
887
+ const __vue_is_functional_template__$c = false;
885
888
  /* style inject */
886
889
 
887
890
  /* style inject SSR */
@@ -890,13 +893,13 @@
890
893
 
891
894
 
892
895
 
893
- const __vue_component__$b = /*#__PURE__*/normalizeComponent(
894
- { render: __vue_render__$b, staticRenderFns: __vue_staticRenderFns__$b },
895
- __vue_inject_styles__$b,
896
- __vue_script__$b,
897
- __vue_scope_id__$b,
898
- __vue_is_functional_template__$b,
899
- __vue_module_identifier__$b,
896
+ const __vue_component__$c = /*#__PURE__*/normalizeComponent(
897
+ { render: __vue_render__$c, staticRenderFns: __vue_staticRenderFns__$c },
898
+ __vue_inject_styles__$c,
899
+ __vue_script__$c,
900
+ __vue_scope_id__$c,
901
+ __vue_is_functional_template__$c,
902
+ __vue_module_identifier__$c,
900
903
  false,
901
904
  undefined,
902
905
  undefined,
@@ -915,13 +918,13 @@
915
918
  TekCrudForm = __decorate([
916
919
  vuePropertyDecorator.Component
917
920
  ], TekCrudForm);
918
- var script$a = TekCrudForm;
921
+ var script$b = TekCrudForm;
919
922
 
920
923
  /* script */
921
- const __vue_script__$a = script$a;
924
+ const __vue_script__$b = script$b;
922
925
 
923
926
  /* template */
924
- var __vue_render__$a = function () {
927
+ var __vue_render__$b = function () {
925
928
  var _vm = this;
926
929
  var _h = _vm.$createElement;
927
930
  var _c = _vm._self._c || _h;
@@ -938,7 +941,7 @@
938
941
  ],
939
942
  ref: "form",
940
943
  class: ["tek-crud-form", _vm.instance.cssClass],
941
- attrs: { name: _vm.instance.name, tabindex: "0" },
944
+ attrs: { id: _vm.instance.name, name: _vm.instance.name, tabindex: "0" },
942
945
  on: {
943
946
  submit: function ($event) {
944
947
  $event.preventDefault();
@@ -995,34 +998,34 @@
995
998
  2
996
999
  )
997
1000
  };
998
- var __vue_staticRenderFns__$a = [];
999
- __vue_render__$a._withStripped = true;
1001
+ var __vue_staticRenderFns__$b = [];
1002
+ __vue_render__$b._withStripped = true;
1000
1003
 
1001
1004
  /* style */
1002
- const __vue_inject_styles__$a = function (inject) {
1005
+ const __vue_inject_styles__$b = function (inject) {
1003
1006
  if (!inject) return
1004
- inject("data-v-aa2c2e04_0", { source: ".tek-crud-form {\n outline: none;\n}", map: undefined, media: undefined });
1007
+ inject("data-v-12f9560c_0", { source: ".tek-crud-form {\n outline: none;\n}", map: undefined, media: undefined });
1005
1008
 
1006
1009
  };
1007
1010
  /* scoped */
1008
- const __vue_scope_id__$a = undefined;
1011
+ const __vue_scope_id__$b = undefined;
1009
1012
  /* module identifier */
1010
- const __vue_module_identifier__$a = undefined;
1013
+ const __vue_module_identifier__$b = undefined;
1011
1014
  /* functional template */
1012
- const __vue_is_functional_template__$a = false;
1015
+ const __vue_is_functional_template__$b = false;
1013
1016
  /* style inject SSR */
1014
1017
 
1015
1018
  /* style inject shadow dom */
1016
1019
 
1017
1020
 
1018
1021
 
1019
- const __vue_component__$a = /*#__PURE__*/normalizeComponent(
1020
- { render: __vue_render__$a, staticRenderFns: __vue_staticRenderFns__$a },
1021
- __vue_inject_styles__$a,
1022
- __vue_script__$a,
1023
- __vue_scope_id__$a,
1024
- __vue_is_functional_template__$a,
1025
- __vue_module_identifier__$a,
1022
+ const __vue_component__$b = /*#__PURE__*/normalizeComponent(
1023
+ { render: __vue_render__$b, staticRenderFns: __vue_staticRenderFns__$b },
1024
+ __vue_inject_styles__$b,
1025
+ __vue_script__$b,
1026
+ __vue_scope_id__$b,
1027
+ __vue_is_functional_template__$b,
1028
+ __vue_module_identifier__$b,
1026
1029
  false,
1027
1030
  createInjector,
1028
1031
  undefined,
@@ -1049,13 +1052,13 @@
1049
1052
  TekCrudSaveButton = __decorate([
1050
1053
  vuePropertyDecorator.Component
1051
1054
  ], TekCrudSaveButton);
1052
- var script$9 = TekCrudSaveButton;
1055
+ var script$a = TekCrudSaveButton;
1053
1056
 
1054
1057
  /* script */
1055
- const __vue_script__$9 = script$9;
1058
+ const __vue_script__$a = script$a;
1056
1059
 
1057
1060
  /* template */
1058
- var __vue_render__$9 = function () {
1061
+ var __vue_render__$a = function () {
1059
1062
  var _vm = this;
1060
1063
  var _h = _vm.$createElement;
1061
1064
  var _c = _vm._self._c || _h;
@@ -1071,7 +1074,7 @@
1071
1074
  return [
1072
1075
  _c(
1073
1076
  "span",
1074
- _vm._g({}, on),
1077
+ _vm._g({ attrs: { id: _vm.instance.name } }, on),
1075
1078
  [
1076
1079
  _c("zd-button", {
1077
1080
  attrs: {
@@ -1120,17 +1123,17 @@
1120
1123
  ]
1121
1124
  )
1122
1125
  };
1123
- var __vue_staticRenderFns__$9 = [];
1124
- __vue_render__$9._withStripped = true;
1126
+ var __vue_staticRenderFns__$a = [];
1127
+ __vue_render__$a._withStripped = true;
1125
1128
 
1126
1129
  /* style */
1127
- const __vue_inject_styles__$9 = undefined;
1130
+ const __vue_inject_styles__$a = undefined;
1128
1131
  /* scoped */
1129
- const __vue_scope_id__$9 = undefined;
1132
+ const __vue_scope_id__$a = undefined;
1130
1133
  /* module identifier */
1131
- const __vue_module_identifier__$9 = undefined;
1134
+ const __vue_module_identifier__$a = undefined;
1132
1135
  /* functional template */
1133
- const __vue_is_functional_template__$9 = false;
1136
+ const __vue_is_functional_template__$a = false;
1134
1137
  /* style inject */
1135
1138
 
1136
1139
  /* style inject SSR */
@@ -1139,13 +1142,13 @@
1139
1142
 
1140
1143
 
1141
1144
 
1142
- const __vue_component__$9 = /*#__PURE__*/normalizeComponent(
1143
- { render: __vue_render__$9, staticRenderFns: __vue_staticRenderFns__$9 },
1144
- __vue_inject_styles__$9,
1145
- __vue_script__$9,
1146
- __vue_scope_id__$9,
1147
- __vue_is_functional_template__$9,
1148
- __vue_module_identifier__$9,
1145
+ const __vue_component__$a = /*#__PURE__*/normalizeComponent(
1146
+ { render: __vue_render__$a, staticRenderFns: __vue_staticRenderFns__$a },
1147
+ __vue_inject_styles__$a,
1148
+ __vue_script__$a,
1149
+ __vue_scope_id__$a,
1150
+ __vue_is_functional_template__$a,
1151
+ __vue_module_identifier__$a,
1149
1152
  false,
1150
1153
  undefined,
1151
1154
  undefined,
@@ -1624,13 +1627,13 @@
1624
1627
  TekGrid$1 = __decorate([
1625
1628
  vuePropertyDecorator.Component
1626
1629
  ], TekGrid$1);
1627
- var script$8 = TekGrid$1;
1630
+ var script$9 = TekGrid$1;
1628
1631
 
1629
1632
  /* script */
1630
- const __vue_script__$8 = script$8;
1633
+ const __vue_script__$9 = script$9;
1631
1634
 
1632
1635
  /* template */
1633
- var __vue_render__$8 = function () {
1636
+ var __vue_render__$9 = function () {
1634
1637
  var _vm = this;
1635
1638
  var _h = _vm.$createElement;
1636
1639
  var _c = _vm._self._c || _h;
@@ -1652,6 +1655,7 @@
1652
1655
  ],
1653
1656
  style: [_vm.cssColorVars, _vm.instance.cssStyle],
1654
1657
  attrs: {
1658
+ id: _vm.instance.name,
1655
1659
  "fixed-header": "",
1656
1660
  "disable-pagination": "",
1657
1661
  "hide-default-header": "",
@@ -3211,34 +3215,34 @@
3211
3215
  },
3212
3216
  })
3213
3217
  };
3214
- var __vue_staticRenderFns__$8 = [];
3215
- __vue_render__$8._withStripped = true;
3218
+ var __vue_staticRenderFns__$9 = [];
3219
+ __vue_render__$9._withStripped = true;
3216
3220
 
3217
3221
  /* style */
3218
- const __vue_inject_styles__$8 = function (inject) {
3222
+ const __vue_inject_styles__$9 = function (inject) {
3219
3223
  if (!inject) return
3220
- inject("data-v-566cdbe4_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 });
3224
+ inject("data-v-6718d0bc_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 });
3221
3225
 
3222
3226
  };
3223
3227
  /* scoped */
3224
- const __vue_scope_id__$8 = undefined;
3228
+ const __vue_scope_id__$9 = undefined;
3225
3229
  /* module identifier */
3226
- const __vue_module_identifier__$8 = undefined;
3230
+ const __vue_module_identifier__$9 = undefined;
3227
3231
  /* functional template */
3228
- const __vue_is_functional_template__$8 = false;
3232
+ const __vue_is_functional_template__$9 = false;
3229
3233
  /* style inject SSR */
3230
3234
 
3231
3235
  /* style inject shadow dom */
3232
3236
 
3233
3237
 
3234
3238
 
3235
- const __vue_component__$8 = /*#__PURE__*/normalizeComponent(
3236
- { render: __vue_render__$8, staticRenderFns: __vue_staticRenderFns__$8 },
3237
- __vue_inject_styles__$8,
3238
- __vue_script__$8,
3239
- __vue_scope_id__$8,
3240
- __vue_is_functional_template__$8,
3241
- __vue_module_identifier__$8,
3239
+ const __vue_component__$9 = /*#__PURE__*/normalizeComponent(
3240
+ { render: __vue_render__$9, staticRenderFns: __vue_staticRenderFns__$9 },
3241
+ __vue_inject_styles__$9,
3242
+ __vue_script__$9,
3243
+ __vue_scope_id__$9,
3244
+ __vue_is_functional_template__$9,
3245
+ __vue_module_identifier__$9,
3242
3246
  false,
3243
3247
  createInjector,
3244
3248
  undefined,
@@ -4207,13 +4211,13 @@
4207
4211
  TekGridColumnsButton = __decorate([
4208
4212
  vuePropertyDecorator.Component
4209
4213
  ], TekGridColumnsButton);
4210
- var script$7 = TekGridColumnsButton;
4214
+ var script$8 = TekGridColumnsButton;
4211
4215
 
4212
4216
  /* script */
4213
- const __vue_script__$7 = script$7;
4217
+ const __vue_script__$8 = script$8;
4214
4218
 
4215
4219
  /* template */
4216
- var __vue_render__$7 = function () {
4220
+ var __vue_render__$8 = function () {
4217
4221
  var _vm = this;
4218
4222
  var _h = _vm.$createElement;
4219
4223
  var _c = _vm._self._c || _h;
@@ -4235,6 +4239,7 @@
4235
4239
  ],
4236
4240
  style: _vm.instance.cssStyle,
4237
4241
  attrs: {
4242
+ id: _vm.instance.name,
4238
4243
  closeOnContentClick: false,
4239
4244
  "offset-y": "",
4240
4245
  "content-class":
@@ -4474,34 +4479,34 @@
4474
4479
  ]
4475
4480
  )
4476
4481
  };
4477
- var __vue_staticRenderFns__$7 = [];
4478
- __vue_render__$7._withStripped = true;
4482
+ var __vue_staticRenderFns__$8 = [];
4483
+ __vue_render__$8._withStripped = true;
4479
4484
 
4480
4485
  /* style */
4481
- const __vue_inject_styles__$7 = function (inject) {
4486
+ const __vue_inject_styles__$8 = function (inject) {
4482
4487
  if (!inject) return
4483
- inject("data-v-6e194912_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 });
4488
+ 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 });
4484
4489
 
4485
4490
  };
4486
4491
  /* scoped */
4487
- const __vue_scope_id__$7 = undefined;
4492
+ const __vue_scope_id__$8 = undefined;
4488
4493
  /* module identifier */
4489
- const __vue_module_identifier__$7 = undefined;
4494
+ const __vue_module_identifier__$8 = undefined;
4490
4495
  /* functional template */
4491
- const __vue_is_functional_template__$7 = false;
4496
+ const __vue_is_functional_template__$8 = false;
4492
4497
  /* style inject SSR */
4493
4498
 
4494
4499
  /* style inject shadow dom */
4495
4500
 
4496
4501
 
4497
4502
 
4498
- const __vue_component__$7 = /*#__PURE__*/normalizeComponent(
4499
- { render: __vue_render__$7, staticRenderFns: __vue_staticRenderFns__$7 },
4500
- __vue_inject_styles__$7,
4501
- __vue_script__$7,
4502
- __vue_scope_id__$7,
4503
- __vue_is_functional_template__$7,
4504
- __vue_module_identifier__$7,
4503
+ const __vue_component__$8 = /*#__PURE__*/normalizeComponent(
4504
+ { render: __vue_render__$8, staticRenderFns: __vue_staticRenderFns__$8 },
4505
+ __vue_inject_styles__$8,
4506
+ __vue_script__$8,
4507
+ __vue_scope_id__$8,
4508
+ __vue_is_functional_template__$8,
4509
+ __vue_module_identifier__$8,
4505
4510
  false,
4506
4511
  createInjector,
4507
4512
  undefined,
@@ -4696,13 +4701,13 @@
4696
4701
  TekGridLayoutOptions = __decorate([
4697
4702
  vuePropertyDecorator.Component
4698
4703
  ], TekGridLayoutOptions);
4699
- var script$6 = TekGridLayoutOptions;
4704
+ var script$7 = TekGridLayoutOptions;
4700
4705
 
4701
4706
  /* script */
4702
- const __vue_script__$6 = script$6;
4707
+ const __vue_script__$7 = script$7;
4703
4708
 
4704
4709
  /* template */
4705
- var __vue_render__$6 = function () {
4710
+ var __vue_render__$7 = function () {
4706
4711
  var _vm = this;
4707
4712
  var _h = _vm.$createElement;
4708
4713
  var _c = _vm._self._c || _h;
@@ -4721,6 +4726,7 @@
4721
4726
  class: ["tek-grid-layout-options", _vm.instance.cssClass],
4722
4727
  style: _vm.instance.cssStyle,
4723
4728
  attrs: {
4729
+ id: _vm.instance.name,
4724
4730
  name: _vm.instance.name,
4725
4731
  "offset-y": "",
4726
4732
  closeOnContentClick: false,
@@ -4947,34 +4953,34 @@
4947
4953
  1
4948
4954
  )
4949
4955
  };
4950
- var __vue_staticRenderFns__$6 = [];
4951
- __vue_render__$6._withStripped = true;
4956
+ var __vue_staticRenderFns__$7 = [];
4957
+ __vue_render__$7._withStripped = true;
4952
4958
 
4953
4959
  /* style */
4954
- const __vue_inject_styles__$6 = function (inject) {
4960
+ const __vue_inject_styles__$7 = function (inject) {
4955
4961
  if (!inject) return
4956
- inject("data-v-273eb432_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 });
4962
+ inject("data-v-b7689878_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 });
4957
4963
 
4958
4964
  };
4959
4965
  /* scoped */
4960
- const __vue_scope_id__$6 = undefined;
4966
+ const __vue_scope_id__$7 = undefined;
4961
4967
  /* module identifier */
4962
- const __vue_module_identifier__$6 = undefined;
4968
+ const __vue_module_identifier__$7 = undefined;
4963
4969
  /* functional template */
4964
- const __vue_is_functional_template__$6 = false;
4970
+ const __vue_is_functional_template__$7 = false;
4965
4971
  /* style inject SSR */
4966
4972
 
4967
4973
  /* style inject shadow dom */
4968
4974
 
4969
4975
 
4970
4976
 
4971
- const __vue_component__$6 = /*#__PURE__*/normalizeComponent(
4972
- { render: __vue_render__$6, staticRenderFns: __vue_staticRenderFns__$6 },
4973
- __vue_inject_styles__$6,
4974
- __vue_script__$6,
4975
- __vue_scope_id__$6,
4976
- __vue_is_functional_template__$6,
4977
- __vue_module_identifier__$6,
4977
+ const __vue_component__$7 = /*#__PURE__*/normalizeComponent(
4978
+ { render: __vue_render__$7, staticRenderFns: __vue_staticRenderFns__$7 },
4979
+ __vue_inject_styles__$7,
4980
+ __vue_script__$7,
4981
+ __vue_scope_id__$7,
4982
+ __vue_is_functional_template__$7,
4983
+ __vue_module_identifier__$7,
4978
4984
  false,
4979
4985
  createInjector,
4980
4986
  undefined,
@@ -5001,34 +5007,34 @@
5001
5007
  TekImage = __decorate([
5002
5008
  vuePropertyDecorator.Component
5003
5009
  ], TekImage);
5004
- var script$5 = TekImage;
5010
+ var script$6 = TekImage;
5005
5011
 
5006
5012
  /* script */
5007
- const __vue_script__$5 = script$5;
5013
+ const __vue_script__$6 = script$6;
5008
5014
 
5009
5015
  /* template */
5010
- var __vue_render__$5 = function () {
5016
+ var __vue_render__$6 = function () {
5011
5017
  var _vm = this;
5012
5018
  var _h = _vm.$createElement;
5013
5019
  var _c = _vm._self._c || _h;
5014
5020
  return _c(
5015
5021
  "router-link",
5016
- { attrs: { to: _vm.instance.to } },
5022
+ { attrs: { id: _vm.instance.name, to: _vm.instance.to } },
5017
5023
  [_c("v-img", { attrs: { src: _vm.instance.src } })],
5018
5024
  1
5019
5025
  )
5020
5026
  };
5021
- var __vue_staticRenderFns__$5 = [];
5022
- __vue_render__$5._withStripped = true;
5027
+ var __vue_staticRenderFns__$6 = [];
5028
+ __vue_render__$6._withStripped = true;
5023
5029
 
5024
5030
  /* style */
5025
- const __vue_inject_styles__$5 = undefined;
5031
+ const __vue_inject_styles__$6 = undefined;
5026
5032
  /* scoped */
5027
- const __vue_scope_id__$5 = undefined;
5033
+ const __vue_scope_id__$6 = undefined;
5028
5034
  /* module identifier */
5029
- const __vue_module_identifier__$5 = undefined;
5035
+ const __vue_module_identifier__$6 = undefined;
5030
5036
  /* functional template */
5031
- const __vue_is_functional_template__$5 = false;
5037
+ const __vue_is_functional_template__$6 = false;
5032
5038
  /* style inject */
5033
5039
 
5034
5040
  /* style inject SSR */
@@ -5037,13 +5043,13 @@
5037
5043
 
5038
5044
 
5039
5045
 
5040
- const __vue_component__$5 = /*#__PURE__*/normalizeComponent(
5041
- { render: __vue_render__$5, staticRenderFns: __vue_staticRenderFns__$5 },
5042
- __vue_inject_styles__$5,
5043
- __vue_script__$5,
5044
- __vue_scope_id__$5,
5045
- __vue_is_functional_template__$5,
5046
- __vue_module_identifier__$5,
5046
+ const __vue_component__$6 = /*#__PURE__*/normalizeComponent(
5047
+ { render: __vue_render__$6, staticRenderFns: __vue_staticRenderFns__$6 },
5048
+ __vue_inject_styles__$6,
5049
+ __vue_script__$6,
5050
+ __vue_scope_id__$6,
5051
+ __vue_is_functional_template__$6,
5052
+ __vue_module_identifier__$6,
5047
5053
  false,
5048
5054
  undefined,
5049
5055
  undefined,
@@ -5068,13 +5074,13 @@
5068
5074
  TekIterableCarousel = __decorate([
5069
5075
  vuePropertyDecorator.Component
5070
5076
  ], TekIterableCarousel);
5071
- var script$4 = TekIterableCarousel;
5077
+ var script$5 = TekIterableCarousel;
5072
5078
 
5073
5079
  /* script */
5074
- const __vue_script__$4 = script$4;
5080
+ const __vue_script__$5 = script$5;
5075
5081
 
5076
5082
  /* template */
5077
- var __vue_render__$4 = function () {
5083
+ var __vue_render__$5 = function () {
5078
5084
  var _vm = this;
5079
5085
  var _h = _vm.$createElement;
5080
5086
  var _c = _vm._self._c || _h;
@@ -5091,7 +5097,7 @@
5091
5097
  ],
5092
5098
  class: ["tek-iterable-carousel", _vm.instance.cssClass],
5093
5099
  style: _vm.instance.cssStyle,
5094
- attrs: { name: _vm.instance.name },
5100
+ attrs: { id: _vm.instance.name, name: _vm.instance.name },
5095
5101
  },
5096
5102
  [
5097
5103
  _vm.instance.iterable.datasource.loading
@@ -5148,17 +5154,17 @@
5148
5154
  1
5149
5155
  )
5150
5156
  };
5151
- var __vue_staticRenderFns__$4 = [];
5152
- __vue_render__$4._withStripped = true;
5157
+ var __vue_staticRenderFns__$5 = [];
5158
+ __vue_render__$5._withStripped = true;
5153
5159
 
5154
5160
  /* style */
5155
- const __vue_inject_styles__$4 = undefined;
5161
+ const __vue_inject_styles__$5 = undefined;
5156
5162
  /* scoped */
5157
- const __vue_scope_id__$4 = undefined;
5163
+ const __vue_scope_id__$5 = undefined;
5158
5164
  /* module identifier */
5159
- const __vue_module_identifier__$4 = undefined;
5165
+ const __vue_module_identifier__$5 = undefined;
5160
5166
  /* functional template */
5161
- const __vue_is_functional_template__$4 = false;
5167
+ const __vue_is_functional_template__$5 = false;
5162
5168
  /* style inject */
5163
5169
 
5164
5170
  /* style inject SSR */
@@ -5167,13 +5173,13 @@
5167
5173
 
5168
5174
 
5169
5175
 
5170
- const __vue_component__$4 = /*#__PURE__*/normalizeComponent(
5171
- { render: __vue_render__$4, staticRenderFns: __vue_staticRenderFns__$4 },
5172
- __vue_inject_styles__$4,
5173
- __vue_script__$4,
5174
- __vue_scope_id__$4,
5175
- __vue_is_functional_template__$4,
5176
- __vue_module_identifier__$4,
5176
+ const __vue_component__$5 = /*#__PURE__*/normalizeComponent(
5177
+ { render: __vue_render__$5, staticRenderFns: __vue_staticRenderFns__$5 },
5178
+ __vue_inject_styles__$5,
5179
+ __vue_script__$5,
5180
+ __vue_scope_id__$5,
5181
+ __vue_is_functional_template__$5,
5182
+ __vue_module_identifier__$5,
5177
5183
  false,
5178
5184
  undefined,
5179
5185
  undefined,
@@ -5240,20 +5246,23 @@
5240
5246
  TekIterableComponentRender = __decorate([
5241
5247
  vuePropertyDecorator.Component
5242
5248
  ], TekIterableComponentRender);
5243
- var script$3 = TekIterableComponentRender;
5249
+ var script$4 = TekIterableComponentRender;
5244
5250
 
5245
5251
  /* script */
5246
- const __vue_script__$3 = script$3;
5252
+ const __vue_script__$4 = script$4;
5247
5253
 
5248
5254
  /* template */
5249
- var __vue_render__$3 = function () {
5255
+ var __vue_render__$4 = function () {
5250
5256
  var _vm = this;
5251
5257
  var _h = _vm.$createElement;
5252
5258
  var _c = _vm._self._c || _h;
5253
5259
  return _vm.instance.isVisible
5254
5260
  ? _c(
5255
5261
  "div",
5256
- { class: ["tek-iterable-component-render", _vm.instance.cssClass] },
5262
+ {
5263
+ class: ["tek-iterable-component-render", _vm.instance.cssClass],
5264
+ attrs: { id: _vm.instance.name },
5265
+ },
5257
5266
  [
5258
5267
  _vm.instance.toolbarSlot.length || !!_vm.$slots.toolbarSlot
5259
5268
  ? _c("div", { staticClass: "tek-iterable-toolbar" }, [
@@ -5422,21 +5431,106 @@
5422
5431
  )
5423
5432
  : _vm._e()
5424
5433
  };
5425
- var __vue_staticRenderFns__$3 = [];
5426
- __vue_render__$3._withStripped = true;
5434
+ var __vue_staticRenderFns__$4 = [];
5435
+ __vue_render__$4._withStripped = true;
5427
5436
 
5428
5437
  /* style */
5429
- const __vue_inject_styles__$3 = function (inject) {
5438
+ const __vue_inject_styles__$4 = function (inject) {
5430
5439
  if (!inject) return
5431
- inject("data-v-02c0169b_0", { source: ".tek-iterable-component-render[data-v-02c0169b] {\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-02c0169b],\n.tek-iterable-component-render .no--data[data-v-02c0169b] {\n text-align: center;\n width: 100%;\n font-size: 14px;\n}\n.tek-iterable-component-render .no--data[data-v-02c0169b] {\n color: rgba(0, 0, 0, 0.38);\n}\n.tek-iterable-component-render .tek-iterable-toolbar[data-v-02c0169b] {\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-02c0169b] {\n padding: 5px 0;\n display: flex;\n width: 100%;\n}", map: undefined, media: undefined });
5440
+ inject("data-v-42c57cb2_0", { source: ".tek-iterable-component-render[data-v-42c57cb2] {\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-42c57cb2],\n.tek-iterable-component-render .no--data[data-v-42c57cb2] {\n text-align: center;\n width: 100%;\n font-size: 14px;\n}\n.tek-iterable-component-render .no--data[data-v-42c57cb2] {\n color: rgba(0, 0, 0, 0.38);\n}\n.tek-iterable-component-render .tek-iterable-toolbar[data-v-42c57cb2] {\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-42c57cb2] {\n padding: 5px 0;\n display: flex;\n width: 100%;\n}", map: undefined, media: undefined });
5432
5441
 
5433
5442
  };
5434
5443
  /* scoped */
5435
- const __vue_scope_id__$3 = "data-v-02c0169b";
5444
+ const __vue_scope_id__$4 = "data-v-42c57cb2";
5445
+ /* module identifier */
5446
+ const __vue_module_identifier__$4 = undefined;
5447
+ /* functional template */
5448
+ const __vue_is_functional_template__$4 = false;
5449
+ /* style inject SSR */
5450
+
5451
+ /* style inject shadow dom */
5452
+
5453
+
5454
+
5455
+ const __vue_component__$4 = /*#__PURE__*/normalizeComponent(
5456
+ { render: __vue_render__$4, staticRenderFns: __vue_staticRenderFns__$4 },
5457
+ __vue_inject_styles__$4,
5458
+ __vue_script__$4,
5459
+ __vue_scope_id__$4,
5460
+ __vue_is_functional_template__$4,
5461
+ __vue_module_identifier__$4,
5462
+ false,
5463
+ createInjector,
5464
+ undefined,
5465
+ undefined
5466
+ );
5467
+
5468
+ // eslint-disable-next-line
5469
+ const loading = 'data:image/gif;base64,R0lGODlhlgCWAPf/AC1oxPa+ADarUdmsFEB/m0yTcjiMhEafWjFova2SNDZotX10VsOfJDlosFZnge25BnJtXTukVWVmaFh1eIuOZ1x0ZEFopHpyWGFpcS5ow+q2CVNnhmVnZvW9AW5qYUyKXUJnofW+AKWNOV9mcS9owZuGQTporlCGXbWXLmNrazxnqeKyDoGDZVFniFZ6ZNSpGJ+IPoR4Ud+wEURnnmtpYklnlll5YbGUMcagIk5njmhnZWpoZGF0aWBmbkdnmbyaKUtnlEaBfWdmZTNou0WUW5WDRFtmeGZmZ82kHqecTXqIdzRouGJmbPC6BIB2VDxnrGNmakyHYPO8AkxnkUh0qmRpZl9wZVxndmRmaVhnffS9AqmPN09ni96vEUmQWzBowC1ow2FtZVR3gl5ndFGCYEVnnF1mdGR9i1dnf7qZK4l7TnRvXOK1FD6eV8ijIG6Cgl58lF1rfEBnpFVsi1pmeo5+Sk56dz9np5OCRjaqUi5pxNarFndwWmNqZm9sYFx7a098itGnG4d6T7ikPKKLO1Rmg+e1Cr2bKVhme0GbVkpmk5mWW5GBSM+nHLiYLPG7BIp8TUKZWUFsqWJnbltmd0hnmNqtFExtm1tsgaiOOIx9TNuuE6CKPWJmbcqjH1OJb8CdJjFovlpwb+u5CzioU1aFbjdos0qYXJOPXWFwczepUnBsX8qrKuW0DD5nqdmsFUl+kTtnrDdntNKuI+OzDVRnhYuEV52HPzNqvjltuVBqkJeERNirFnVvXKSMOjVsvDmLhEJxsTloss+sJTeqUdyzGkaeWreYLmBqdjmMhDyhVvC8B49/STinVVV+YVp/bEuScq6fRj5tr8CnNUV/lUNnoGZnZkCFgTaqUVeCYTuLgz2Ig02RcUySck+QcTxpr5qQUFCPXjZsullviFh4ZNaxH0KAmEGYXFJ4oFCNcEdsoUicWpmFQkRooEFvsHt5YDepUXBvYzyKhESXWkeeWjxutcWlK250bYp+UFCQcGZoaLyeLtitFaGSR0OYV2ZmZiH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEVGRUY5RjYzRjYxMUVDQkRFNUM0MjQ5M0FFRTY2RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEVGRUZBMDYzRjYxMUVDQkRFNUM0MjQ5M0FFRTY2RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQwRUZFRjlENjNGNjExRUNCREU1QzQyNDkzQUVFNjZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQwRUZFRjlFNjNGNjExRUNCREU1QzQyNDkzQUVFNjZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1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3cr155ExDjZsyDKiK8weU4R9AcAWTCgTLcyulFBrCdu7eAHITSmhEpi8gPeirJEBcGDBJR0UNpwXMUksChgfdhxyg+TJlD/eudw480cmdjnf9fxxDAnRo0l3vII6teqNZhajfs1xBILWemlrlNAAt+6NNXz/zjji9OzhGSu1Rp6RSW/RzDOaicw5esZJrqpbx4iFiynZd0mYgtiuEQuaSndMmJAzhY4E8vDjy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5JBEFmnkkUgmqSRVAQEAIfkEBQQA/wAsAAAAAJYAlgAACPEA/wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gw4odS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufbjggACH5BAUEAP8ALAAAAAABAAEAAAgEAP8FBAA7';
5470
+ let TekLoading = class TekLoading extends vuetify.ZdLoading {
5471
+ constructor() {
5472
+ super(...arguments);
5473
+ this.instanceType = teknisaComponentsCommon.Loading;
5474
+ }
5475
+ };
5476
+ __decorate([
5477
+ vuePropertyDecorator.Prop({ type: String, default: '' }),
5478
+ __metadata("design:type", String)
5479
+ ], TekLoading.prototype, "text", void 0);
5480
+ __decorate([
5481
+ vuePropertyDecorator.Prop({ type: String, default: loading }),
5482
+ __metadata("design:type", String)
5483
+ ], TekLoading.prototype, "image", void 0);
5484
+ __decorate([
5485
+ vuePropertyDecorator.Prop({ type: [Number, String], default: 999 }),
5486
+ __metadata("design:type", Object)
5487
+ ], TekLoading.prototype, "zdIndex", void 0);
5488
+ TekLoading = __decorate([
5489
+ vuePropertyDecorator.Component
5490
+ ], TekLoading);
5491
+ var script$3 = TekLoading;
5492
+
5493
+ /* script */
5494
+ const __vue_script__$3 = script$3;
5495
+
5496
+ /* template */
5497
+ var __vue_render__$3 = function () {
5498
+ var _vm = this;
5499
+ var _h = _vm.$createElement;
5500
+ var _c = _vm._self._c || _h;
5501
+ return _c(
5502
+ "zd-loading",
5503
+ _vm._b(
5504
+ {},
5505
+ "zd-loading",
5506
+ {
5507
+ name: _vm.instance.name,
5508
+ text: _vm.instance.text,
5509
+ image: _vm.instance.image,
5510
+ zIndex: _vm.instance.zIndex,
5511
+ textColor: _vm.textColor,
5512
+ loadingColor: _vm.loadingColor,
5513
+ size: _vm.size,
5514
+ loadingWidth: _vm.loadingWidth,
5515
+ opacity: _vm.opacity,
5516
+ },
5517
+ false
5518
+ )
5519
+ )
5520
+ };
5521
+ var __vue_staticRenderFns__$3 = [];
5522
+ __vue_render__$3._withStripped = true;
5523
+
5524
+ /* style */
5525
+ const __vue_inject_styles__$3 = undefined;
5526
+ /* scoped */
5527
+ const __vue_scope_id__$3 = undefined;
5436
5528
  /* module identifier */
5437
5529
  const __vue_module_identifier__$3 = undefined;
5438
5530
  /* functional template */
5439
5531
  const __vue_is_functional_template__$3 = false;
5532
+ /* style inject */
5533
+
5440
5534
  /* style inject SSR */
5441
5535
 
5442
5536
  /* style inject shadow dom */
@@ -5451,7 +5545,7 @@
5451
5545
  __vue_is_functional_template__$3,
5452
5546
  __vue_module_identifier__$3,
5453
5547
  false,
5454
- createInjector,
5548
+ undefined,
5455
5549
  undefined,
5456
5550
  undefined
5457
5551
  );
@@ -5490,7 +5584,7 @@
5490
5584
  var _c = _vm._self._c || _h;
5491
5585
  return _c(
5492
5586
  "div",
5493
- { staticClass: "tek-notifications" },
5587
+ { staticClass: "tek-notifications", attrs: { id: _vm.instance.name } },
5494
5588
  [
5495
5589
  _c(
5496
5590
  "tek-card-title",
@@ -5567,7 +5661,7 @@
5567
5661
  /* style */
5568
5662
  const __vue_inject_styles__$2 = function (inject) {
5569
5663
  if (!inject) return
5570
- inject("data-v-552c53cd_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 });
5664
+ 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 });
5571
5665
 
5572
5666
  };
5573
5667
  /* scoped */
@@ -5680,6 +5774,7 @@
5680
5774
  _vm.instance.cssClass,
5681
5775
  ],
5682
5776
  style: { width: _vm.instance.width },
5777
+ attrs: { id: _vm.instance.name },
5683
5778
  on: {
5684
5779
  click: function ($event) {
5685
5780
  return _vm.click($event)
@@ -5794,7 +5889,7 @@
5794
5889
  /* style */
5795
5890
  const __vue_inject_styles__$1 = function (inject) {
5796
5891
  if (!inject) return
5797
- inject("data-v-6e1fe58c_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 });
5892
+ inject("data-v-67ead2c4_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 });
5798
5893
 
5799
5894
  };
5800
5895
  /* scoped */
@@ -6235,6 +6330,7 @@
6235
6330
  ],
6236
6331
  style: [_vm.cssColorVars, _vm.instance.cssStyle],
6237
6332
  attrs: {
6333
+ id: _vm.instance.name,
6238
6334
  "fixed-header": "",
6239
6335
  "disable-pagination": "",
6240
6336
  "hide-default-header": "",
@@ -7520,7 +7616,7 @@
7520
7616
  /* style */
7521
7617
  const __vue_inject_styles__ = function (inject) {
7522
7618
  if (!inject) return
7523
- inject("data-v-3b2c019e_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 });
7619
+ inject("data-v-097f1242_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 });
7524
7620
 
7525
7621
  };
7526
7622
  /* scoped */
@@ -7549,20 +7645,21 @@
7549
7645
  );
7550
7646
 
7551
7647
  const components = {
7552
- TekBreadcrumbHeader: __vue_component__$f,
7553
- TekCardTitle: __vue_component__$e,
7554
- TekCrudAddButton: __vue_component__$d,
7555
- TekCrudCancelButton: __vue_component__$c,
7556
- TekCrudDeleteButton: __vue_component__$b,
7557
- TekCrudForm: __vue_component__$a,
7558
- TekCrudSaveButton: __vue_component__$9,
7559
- TekGrid: __vue_component__$8,
7560
- TekGridColumnsButton: __vue_component__$7,
7561
- TekGridLayoutOptions: __vue_component__$6,
7562
- TekImage: __vue_component__$5,
7648
+ TekBreadcrumbHeader: __vue_component__$g,
7649
+ TekCardTitle: __vue_component__$f,
7650
+ TekCrudAddButton: __vue_component__$e,
7651
+ TekCrudCancelButton: __vue_component__$d,
7652
+ TekCrudDeleteButton: __vue_component__$c,
7653
+ TekCrudForm: __vue_component__$b,
7654
+ TekCrudSaveButton: __vue_component__$a,
7655
+ TekGrid: __vue_component__$9,
7656
+ TekGridColumnsButton: __vue_component__$8,
7657
+ TekGridLayoutOptions: __vue_component__$7,
7658
+ TekImage: __vue_component__$6,
7563
7659
  TekProductCard: __vue_component__$1,
7564
- TekIterableComponentRender: __vue_component__$3,
7565
- TekIterableCarousel: __vue_component__$4,
7660
+ TekIterableComponentRender: __vue_component__$4,
7661
+ TekIterableCarousel: __vue_component__$5,
7662
+ TekLoading: __vue_component__$3,
7566
7663
  TekNotifications: __vue_component__$2,
7567
7664
  TekTreeGrid: __vue_component__,
7568
7665
  };
@@ -7585,18 +7682,18 @@
7585
7682
  },
7586
7683
  };
7587
7684
 
7588
- exports.TekBreadcrumbHeader = script$f;
7589
- exports.TekCardTitle = script$e;
7590
- exports.TekCrudAddButton = script$d;
7591
- exports.TekCrudCancelButton = script$c;
7592
- exports.TekCrudDeleteButton = script$b;
7593
- exports.TekCrudForm = script$a;
7594
- exports.TekCrudSaveButton = script$9;
7595
- exports.TekGrid = script$8;
7596
- exports.TekGridColumnsButton = script$7;
7597
- exports.TekGridLayoutOptions = script$6;
7598
- exports.TekImage = script$5;
7599
- exports.TekIterableComponentRender = script$3;
7685
+ exports.TekBreadcrumbHeader = script$g;
7686
+ exports.TekCardTitle = script$f;
7687
+ exports.TekCrudAddButton = script$e;
7688
+ exports.TekCrudCancelButton = script$d;
7689
+ exports.TekCrudDeleteButton = script$c;
7690
+ exports.TekCrudForm = script$b;
7691
+ exports.TekCrudSaveButton = script$a;
7692
+ exports.TekGrid = script$9;
7693
+ exports.TekGridColumnsButton = script$8;
7694
+ exports.TekGridLayoutOptions = script$7;
7695
+ exports.TekImage = script$6;
7696
+ exports.TekIterableComponentRender = script$4;
7600
7697
  exports.TekProductCard = script$1;
7601
7698
  exports.TekTreeGrid = script;
7602
7699
  exports["default"] = TeknisaComponents;