@zeedhi/vuetify 1.42.0 → 1.43.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.
package/dist/zd-style.css CHANGED
@@ -140,8 +140,8 @@ main.v-main {
140
140
  height: 7px; }
141
141
 
142
142
  ::-webkit-scrollbar-track {
143
- background-color: var(--v-grey-lighten5); }
143
+ background-color: var(--zd-scrollbar-track); }
144
144
 
145
145
  ::-webkit-scrollbar-thumb {
146
- background-color: var(--v-grey-lighten4);
146
+ background-color: var(--zd-scrollbar-thumb);
147
147
  border-radius: 5px; }
@@ -31044,6 +31044,14 @@ __decorate([
31044
31044
  PropWatch({ type: [Number, String], default: 'auto' }),
31045
31045
  __metadata("design:type", Object)
31046
31046
  ], ZdCarousel.prototype, "height", void 0);
31047
+ __decorate([
31048
+ PropWatch({ type: [Number, String], default: 'none' }),
31049
+ __metadata("design:type", Object)
31050
+ ], ZdCarousel.prototype, "maxHeight", void 0);
31051
+ __decorate([
31052
+ PropWatch({ type: [Number, String], default: 'none' }),
31053
+ __metadata("design:type", Object)
31054
+ ], ZdCarousel.prototype, "minHeight", void 0);
31047
31055
  __decorate([
31048
31056
  PropWatch({ type: [Boolean, String], default: true }),
31049
31057
  __metadata("design:type", Boolean)
@@ -31210,7 +31218,11 @@ var __vue_render__$1e = function () {
31210
31218
  {
31211
31219
  key: _vm.hooperKey,
31212
31220
  ref: "carousel",
31213
- style: { height: _vm.$formatSize(_vm.instance.height) },
31221
+ style: {
31222
+ height: _vm.$formatSize(_vm.instance.height),
31223
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
31224
+ minHeight: _vm.$formatSize(_vm.instance.minHeight),
31225
+ },
31214
31226
  attrs: {
31215
31227
  autoPlay: _vm.instance.autoPlay,
31216
31228
  centerMode: _vm.instance.center,
@@ -31471,7 +31483,7 @@ __vue_render__$1e._withStripped = true;
31471
31483
  /* style */
31472
31484
  const __vue_inject_styles__$1e = function (inject) {
31473
31485
  if (!inject) return
31474
- inject("data-v-7393abf5_0", { source: ".zd-carousel {\n height: 100%;\n}\n.zd-carousel section.hooper {\n outline: none;\n}\n.zd-carousel section.hooper * {\n outline: none;\n}\n.zd-carousel section.hooper .hooper-list .hooper-slide {\n align-self: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination {\n padding: 0;\n width: 100%;\n height: 50px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators {\n margin: 0 auto;\n display: block;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li {\n display: inline-block;\n margin: 0 var(--spacing-2);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li .hooper-indicator {\n width: 18px;\n height: 18px;\n border-radius: 50%;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.show-background {\n background: rgba(0, 0, 0, 0.3);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator {\n opacity: 0.25;\n background-color: black;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator.is-active {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator:hover:not(.is-active) {\n opacity: 0.4;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark {\n color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator {\n opacity: 0.5;\n background-color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator.is-active {\n opacity: 0.8;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator:hover:not(.is-active) {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-prev {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-next {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list .prev-button, .zd-carousel section.hooper .hooper-list .next-button {\n transition: 0.1s;\n}\n.zd-carousel section.hooper .hooper-list ul.hooper-track, .zd-carousel section.hooper .hooper-list ol.hooper-indicators {\n padding-left: 0;\n}\n.zd-carousel section.hooper .hooper-list .hooper-progress-inner {\n background-color: var(--v-primary-base);\n}\n.zd-carousel.buttons-outside section.hooper {\n width: calc(100% - 2 * var(--spacing-8));\n margin-left: var(--spacing-8);\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-prev {\n left: calc(-1 * var(--spacing-8));\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-next {\n right: calc(-1 * var(--spacing-8));\n}", map: undefined, media: undefined });
31486
+ inject("data-v-6d92f6fe_0", { source: ".zd-carousel {\n height: 100%;\n}\n.zd-carousel section.hooper {\n outline: none;\n}\n.zd-carousel section.hooper * {\n outline: none;\n}\n.zd-carousel section.hooper .hooper-list .hooper-slide {\n align-self: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination {\n padding: 0;\n width: 100%;\n height: 50px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators {\n margin: 0 auto;\n display: block;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li {\n display: inline-block;\n margin: 0 var(--spacing-2);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li .hooper-indicator {\n width: 18px;\n height: 18px;\n border-radius: 50%;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.show-background {\n background: rgba(0, 0, 0, 0.3);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator {\n opacity: 0.25;\n background-color: black;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator.is-active {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator:hover:not(.is-active) {\n opacity: 0.4;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark {\n color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator {\n opacity: 0.5;\n background-color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator.is-active {\n opacity: 0.8;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator:hover:not(.is-active) {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-prev {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-next {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list .prev-button, .zd-carousel section.hooper .hooper-list .next-button {\n transition: 0.1s;\n}\n.zd-carousel section.hooper .hooper-list ul.hooper-track, .zd-carousel section.hooper .hooper-list ol.hooper-indicators {\n padding-left: 0;\n}\n.zd-carousel section.hooper .hooper-list .hooper-progress-inner {\n background-color: var(--v-primary-base);\n}\n.zd-carousel.buttons-outside section.hooper {\n width: calc(100% - 2 * var(--spacing-8));\n margin-left: var(--spacing-8);\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-prev {\n left: calc(-1 * var(--spacing-8));\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-next {\n right: calc(-1 * var(--spacing-8));\n}", map: undefined, media: undefined });
31475
31487
 
31476
31488
  };
31477
31489
  /* scoped */
@@ -32218,9 +32230,13 @@ __decorate([
32218
32230
  __metadata("design:type", String)
32219
32231
  ], ZdCodeEditor.prototype, "copyIcon", void 0);
32220
32232
  __decorate([
32221
- PropWatch({ type: String, default: 'none' }),
32233
+ PropWatch({ type: [String, Number], default: 'none' }),
32222
32234
  __metadata("design:type", String)
32223
32235
  ], ZdCodeEditor.prototype, "maxHeight", void 0);
32236
+ __decorate([
32237
+ PropWatch({ type: [String, Number], default: 'auto' }),
32238
+ __metadata("design:type", String)
32239
+ ], ZdCodeEditor.prototype, "height", void 0);
32224
32240
  __decorate([
32225
32241
  PropWatch({ type: String, default: 'ts' }),
32226
32242
  __metadata("design:type", String)
@@ -32271,7 +32287,10 @@ var __vue_render__$1a = function () {
32271
32287
  "div",
32272
32288
  {
32273
32289
  staticClass: "zd-code-editor-container",
32274
- style: "max-height: " + (_vm.instance.maxHeight || "none"),
32290
+ style: {
32291
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
32292
+ height: _vm.$formatSize(_vm.instance.height),
32293
+ },
32275
32294
  },
32276
32295
  [
32277
32296
  _vm.instance.showLineNumbers
@@ -32371,11 +32390,11 @@ __vue_render__$1a._withStripped = true;
32371
32390
  /* style */
32372
32391
  const __vue_inject_styles__$1a = function (inject) {
32373
32392
  if (!inject) return
32374
- inject("data-v-17b1bb1a_0", { source: ".zd-code-editor[data-v-17b1bb1a] {\n position: relative;\n}\n.zd-code-editor-clipboard-button[data-v-17b1bb1a] {\n position: absolute;\n top: 10px;\n right: 10px;\n background-color: var(--v-grey-lighten5);\n opacity: 0;\n transition: 0.3s all ease-in;\n}\n.zd-code-editor-clipboard-button .v-icon[data-v-17b1bb1a] {\n color: var(--v-grey-base);\n font-size: 18px;\n}\n.zd-code-editor:hover .zd-code-editor-clipboard-button[data-v-17b1bb1a] {\n opacity: 1;\n}\n.zd-code-editor-container[data-v-17b1bb1a] {\n position: relative;\n background-color: var(--v-grey-lighten5);\n min-height: 45px;\n display: flex;\n border: solid var(--regular) var(--v-grey-lighten5);\n overflow: auto;\n}\n.zd-code-editor-container[data-v-17b1bb1a]:focus-within {\n border: solid var(--regular) var(--v-primary-base);\n}\n.zd-code-editor-container .zd-code-editor-line-numbers[data-v-17b1bb1a] {\n height: 100%;\n min-height: 45px;\n width: 30px;\n overflow: hidden;\n flex-shrink: 0;\n margin-top: 0;\n font-size: 0.9em;\n padding: 10px 3px;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n background: var(--v-grey-lighten4);\n color: var(--zd-font-color);\n position: sticky;\n top: 0;\n left: 0;\n}\n.zd-code-editor-container .zd-code-editor-line-numbers .zd-code-editor-line-number[data-v-17b1bb1a] {\n text-align: right;\n white-space: nowrap;\n}\n.zd-code-editor-container pre[data-v-17b1bb1a] {\n padding: 10px;\n margin: 0;\n background: transparent;\n -moz-tab-size: 4;\n -ms-flex-positive: 2;\n -o-tab-size: 4;\n -webkit-box-flex: 2;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n flex-grow: 2;\n outline: none;\n tab-size: 4;\n font-weight: 500;\n font-size: 0.9em;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n overflow: hidden;\n color: var(--zd-font-color);\n}\n.zd-code-editor.theme--dark .zd-code-editor-container[data-v-17b1bb1a] {\n border: solid var(--regular) var(--v-grey-darken3);\n}\n.zd-code-editor.theme--dark .zd-code-editor-container .zd-code-editor-line-numbers[data-v-17b1bb1a] {\n background: var(--v-grey-darken3);\n color: var(--v-grey-lighten4);\n}", map: undefined, media: undefined });
32393
+ inject("data-v-cc2ec848_0", { source: ".zd-code-editor {\n position: relative;\n}\n.zd-code-editor-clipboard-button {\n position: absolute;\n top: 10px;\n right: 10px;\n background-color: var(--v-grey-lighten5);\n opacity: 0;\n transition: 0.3s all ease-in;\n}\n.zd-code-editor-clipboard-button .v-icon {\n color: var(--v-grey-base);\n font-size: 18px;\n}\n.zd-code-editor:hover .zd-code-editor-clipboard-button {\n opacity: 1;\n}\n.zd-code-editor-container {\n position: relative;\n background-color: var(--v-grey-lighten5);\n min-height: 45px;\n display: flex;\n border: solid var(--regular) var(--v-grey-lighten5);\n overflow: auto;\n}\n.zd-code-editor-container:focus-within {\n border: solid var(--regular) var(--v-primary-base);\n}\n.zd-code-editor-container .zd-code-editor-line-numbers {\n height: 100%;\n min-height: 45px;\n width: 30px;\n overflow: hidden;\n flex-shrink: 0;\n margin-top: 0;\n font-size: 0.9em;\n padding: 10px 3px;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n background: var(--v-grey-lighten4);\n color: var(--zd-font-color);\n position: sticky;\n top: 0;\n left: 0;\n}\n.zd-code-editor-container .zd-code-editor-line-numbers .zd-code-editor-line-number {\n text-align: right;\n white-space: nowrap;\n}\n.zd-code-editor-container pre {\n padding: 10px;\n margin: 0;\n background: transparent;\n -moz-tab-size: 4;\n -ms-flex-positive: 2;\n -o-tab-size: 4;\n -webkit-box-flex: 2;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n flex-grow: 2;\n outline: none;\n tab-size: 4;\n font-weight: 500;\n font-size: 0.9em;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n overflow: hidden;\n color: var(--zd-font-color);\n}\n.zd-code-editor.theme--dark .zd-code-editor-clipboard-button {\n background-color: #383838;\n}\n.zd-code-editor.theme--dark .zd-code-editor-clipboard-button .v-icon {\n color: var(--v-grey-lighten4);\n font-size: 18px;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container {\n border: solid var(--regular) var(--v-grey-darken3);\n background: #383838;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container .zd-code-editor-line-numbers {\n background: var(--v-grey-darken3);\n color: var(--v-grey-lighten4);\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre {\n text-shadow: 0 1px #2c2c2c;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.property, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.tag, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.boolean, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.number, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.constant, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.symbol, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.deleted {\n color: #ff6fd3;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.atrule, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.attr-value, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.keyword {\n color: #00acf6;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.function, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.class-name {\n color: #ff7692;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.selector, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.attr-name, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.string, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.char, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.builtin, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.inserted {\n color: #77b300;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.operator {\n background: none;\n}", map: undefined, media: undefined });
32375
32394
 
32376
32395
  };
32377
32396
  /* scoped */
32378
- const __vue_scope_id__$1a = "data-v-17b1bb1a";
32397
+ const __vue_scope_id__$1a = undefined;
32379
32398
  /* module identifier */
32380
32399
  const __vue_module_identifier__$1a = undefined;
32381
32400
  /* functional template */
@@ -32849,6 +32868,18 @@ __decorate([
32849
32868
  PropWatch({ type: [Boolean, String], default: false }),
32850
32869
  __metadata("design:type", Boolean)
32851
32870
  ], ZdContainer.prototype, "fillHeight", void 0);
32871
+ __decorate([
32872
+ PropWatch({ type: [Number, String], default: 'auto' }),
32873
+ __metadata("design:type", Object)
32874
+ ], ZdContainer.prototype, "height", void 0);
32875
+ __decorate([
32876
+ PropWatch({ type: [Number, String], default: 'none' }),
32877
+ __metadata("design:type", Object)
32878
+ ], ZdContainer.prototype, "maxHeight", void 0);
32879
+ __decorate([
32880
+ PropWatch({ type: [Number, String], default: 'none' }),
32881
+ __metadata("design:type", Object)
32882
+ ], ZdContainer.prototype, "minHeight", void 0);
32852
32883
  ZdContainer = __decorate([
32853
32884
  Component
32854
32885
  ], ZdContainer);
@@ -32878,7 +32909,11 @@ var __vue_render__$17 = function () {
32878
32909
  _vm.instance.cssClass,
32879
32910
  { "fill-height": _vm.instance.fillHeight },
32880
32911
  ],
32881
- style: _vm.instance.cssStyle,
32912
+ style: Object.assign({}, _vm.instance.cssStyle, {
32913
+ height: _vm.$formatSize(_vm.instance.height),
32914
+ minHeight: _vm.$formatSize(_vm.instance.minHeight),
32915
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
32916
+ }),
32882
32917
  attrs: {
32883
32918
  id: _vm.instance.name,
32884
32919
  name: _vm.instance.name,
@@ -32917,11 +32952,11 @@ __vue_render__$17._withStripped = true;
32917
32952
  /* style */
32918
32953
  const __vue_inject_styles__$17 = function (inject) {
32919
32954
  if (!inject) return
32920
- inject("data-v-32c162b3_0", { source: ".zd-container[data-v-32c162b3] {\n padding: var(--zd-default-padding);\n}", map: undefined, media: undefined });
32955
+ inject("data-v-352601cf_0", { source: ".zd-container[data-v-352601cf] {\n padding: var(--zd-default-padding);\n}", map: undefined, media: undefined });
32921
32956
 
32922
32957
  };
32923
32958
  /* scoped */
32924
- const __vue_scope_id__$17 = "data-v-32c162b3";
32959
+ const __vue_scope_id__$17 = "data-v-352601cf";
32925
32960
  /* module identifier */
32926
32961
  const __vue_module_identifier__$17 = undefined;
32927
32962
  /* functional template */
@@ -34793,6 +34828,10 @@ __decorate([
34793
34828
  PropWatch({ type: [Boolean, String], default: false }),
34794
34829
  __metadata("design:type", Boolean)
34795
34830
  ], ZdDropdown.prototype, "hover", void 0);
34831
+ __decorate([
34832
+ PropWatch({ type: [Number, String], default: 'auto' }),
34833
+ __metadata("design:type", Object)
34834
+ ], ZdDropdown.prototype, "height", void 0);
34796
34835
  __decorate([
34797
34836
  PropWatch({ type: [Number, String] }),
34798
34837
  __metadata("design:type", Object)
@@ -35801,6 +35840,10 @@ __decorate([
35801
35840
  PropWatch({ type: String }),
35802
35841
  __metadata("design:type", String)
35803
35842
  ], ZdForm.prototype, "justify", void 0);
35843
+ __decorate([
35844
+ PropWatch({ type: [Number, String] }),
35845
+ __metadata("design:type", Object)
35846
+ ], ZdForm.prototype, "height", void 0);
35804
35847
  __decorate([
35805
35848
  Prop({ type: Object, default: () => ({}) }),
35806
35849
  __metadata("design:type", Object)
@@ -35830,8 +35873,11 @@ var __vue_render__$X = function () {
35830
35873
  },
35831
35874
  ],
35832
35875
  ref: "form",
35833
- class: _vm.instance.cssClass,
35834
- style: _vm.instance.cssStyle,
35876
+ class: ["zd-form", _vm.instance.cssClass],
35877
+ style: [
35878
+ _vm.instance.cssStyle,
35879
+ { height: _vm.$formatSize(_vm.instance.height) },
35880
+ ],
35835
35881
  attrs: { id: _vm.instance.name, name: _vm.instance.name },
35836
35882
  on: {
35837
35883
  submit: function ($event) {
@@ -35960,6 +36006,18 @@ __decorate([
35960
36006
  Prop({ type: [String, Number], default: 2 * 60 * 60 * 1000 }),
35961
36007
  __metadata("design:type", Number)
35962
36008
  ], ZdFrame.prototype, "cacheDuration", void 0);
36009
+ __decorate([
36010
+ PropWatch({ type: [String, Number], default: 'auto' }),
36011
+ __metadata("design:type", Object)
36012
+ ], ZdFrame.prototype, "height", void 0);
36013
+ __decorate([
36014
+ PropWatch({ type: [String, Number], default: 'none' }),
36015
+ __metadata("design:type", Object)
36016
+ ], ZdFrame.prototype, "maxHeight", void 0);
36017
+ __decorate([
36018
+ PropWatch({ type: [String, Number], default: 'none' }),
36019
+ __metadata("design:type", Object)
36020
+ ], ZdFrame.prototype, "minHeight", void 0);
35963
36021
  ZdFrame = __decorate([
35964
36022
  Component
35965
36023
  ], ZdFrame);
@@ -35985,7 +36043,11 @@ var __vue_render__$W = function () {
35985
36043
  },
35986
36044
  ],
35987
36045
  class: ["zd-frame", _vm.instance.cssClass],
35988
- style: _vm.instance.cssStyle,
36046
+ style: Object.assign({}, _vm.instance.cssStyle, {
36047
+ height: _vm.$formatSize(_vm.instance.height),
36048
+ minHeight: _vm.$formatSize(_vm.instance.minHeight),
36049
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
36050
+ }),
35989
36051
  attrs: { id: _vm.instance.name },
35990
36052
  },
35991
36053
  [
@@ -36012,7 +36074,7 @@ __vue_render__$W._withStripped = true;
36012
36074
  /* style */
36013
36075
  const __vue_inject_styles__$W = function (inject) {
36014
36076
  if (!inject) return
36015
- inject("data-v-42090dcb_0", { source: ".zd-frame {\n height: inherit;\n width: inherit;\n}\n.zd-frame .v-progress-circular {\n left: 50%;\n transform: translateX(-50%);\n}", map: undefined, media: undefined });
36077
+ inject("data-v-78e60822_0", { source: ".zd-frame {\n height: inherit;\n width: inherit;\n}\n.zd-frame .v-progress-circular {\n left: 50%;\n transform: translateX(-50%);\n}", map: undefined, media: undefined });
36016
36078
 
36017
36079
  };
36018
36080
  /* scoped */
@@ -36316,10 +36378,7 @@ let ZdGrid = class ZdGrid extends ZdIterable$1 {
36316
36378
  return event.related.classList.contains('sortHandle');
36317
36379
  }
36318
36380
  hideColumn(event) {
36319
- let columnIndex = Number(event.item.getAttribute('index'));
36320
- if (this.instance.selectable) {
36321
- columnIndex -= 1;
36322
- }
36381
+ const columnIndex = Number(event.item.getAttribute('index'));
36323
36382
  const column = this.getColumnsDOMOrder()[columnIndex];
36324
36383
  column.isVisible = false;
36325
36384
  this.instance.changeLayout(event, this.$el);
@@ -36795,7 +36854,11 @@ var __vue_render__$U = function () {
36795
36854
  column.maxWidth || column.minWidth
36796
36855
  ) || "unset",
36797
36856
  },
36798
- attrs: { index: index },
36857
+ attrs: {
36858
+ index: _vm.instance.selectable
36859
+ ? index - 1
36860
+ : index,
36861
+ },
36799
36862
  },
36800
36863
  [
36801
36864
  _c(
@@ -37417,7 +37480,7 @@ __vue_render__$U._withStripped = true;
37417
37480
  /* style */
37418
37481
  const __vue_inject_styles__$U = function (inject) {
37419
37482
  if (!inject) return
37420
- inject("data-v-6b8d8274_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: nowrap;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.sortable {\n cursor: pointer;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: -8px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: 6px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: 3px;\n transform: rotate(180deg);\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: -1px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-name, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-name {\n opacity: 1;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-sort, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-sort {\n opacity: 1;\n}\n.zd-grid table thead tr th .zd-grid-resize-handle {\n height: 100%;\n width: 10px;\n display: block;\n position: absolute;\n top: 0;\n right: 0;\n cursor: ew-resize;\n font-size: 15px;\n color: #ccc;\n display: none;\n}\n.zd-grid table thead tr th:hover .zd-grid-resize-handle {\n display: block;\n}\n.zd-grid table tbody tr td.zd-table-cell {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n padding: 0 var(--spacing-4);\n height: 48px;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable {\n overflow: hidden;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 0.7;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n}", map: undefined, media: undefined });
37483
+ inject("data-v-30c5a8ae_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: nowrap;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.sortable {\n cursor: pointer;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: -8px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: 6px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: 3px;\n transform: rotate(180deg);\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: -1px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-name, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-name {\n opacity: 1;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-sort, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-sort {\n opacity: 1;\n}\n.zd-grid table thead tr th .zd-grid-resize-handle {\n height: 100%;\n width: 10px;\n display: block;\n position: absolute;\n top: 0;\n right: 0;\n cursor: ew-resize;\n font-size: 15px;\n color: #ccc;\n display: none;\n}\n.zd-grid table thead tr th:hover .zd-grid-resize-handle {\n display: block;\n}\n.zd-grid table tbody tr td.zd-table-cell {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n padding: 0 var(--spacing-4);\n height: 48px;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable {\n overflow: hidden;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 0.7;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n}", map: undefined, media: undefined });
37421
37484
 
37422
37485
  };
37423
37486
  /* scoped */
@@ -40191,6 +40254,7 @@ let ZdSelect = class ZdSelect extends __vue_component__$16 {
40191
40254
  toggle() {
40192
40255
  const { input, menu } = this.componentRef.$refs;
40193
40256
  input.focus();
40257
+ this.click();
40194
40258
  menu.isActive = !this.instance.readonly && !this.instance.disabled && !menu.isActive;
40195
40259
  this.$nextTick(() => { this.componentRef.isFocused = true; });
40196
40260
  }
@@ -40874,6 +40938,18 @@ __decorate([
40874
40938
  PropWatch({ type: [Boolean, String], default: false }),
40875
40939
  __metadata("design:type", Boolean)
40876
40940
  ], ZdList.prototype, "expand", void 0);
40941
+ __decorate([
40942
+ PropWatch({ type: [Number, String], default: 'auto' }),
40943
+ __metadata("design:type", Object)
40944
+ ], ZdList.prototype, "height", void 0);
40945
+ __decorate([
40946
+ PropWatch({ type: [Number, String], default: 'none' }),
40947
+ __metadata("design:type", Object)
40948
+ ], ZdList.prototype, "maxHeight", void 0);
40949
+ __decorate([
40950
+ PropWatch({ type: [Number, String], default: 'none' }),
40951
+ __metadata("design:type", Object)
40952
+ ], ZdList.prototype, "minHeight", void 0);
40877
40953
  __decorate([
40878
40954
  Prop({ type: Array, default: () => ([]) }),
40879
40955
  __metadata("design:type", Array)
@@ -40916,6 +40992,9 @@ var __vue_render__$F = function () {
40916
40992
  elevation: _vm.instance.elevation,
40917
40993
  expand: _vm.instance.expand,
40918
40994
  tile: _vm.instance.tile,
40995
+ height: _vm.instance.height,
40996
+ minHeight: _vm.instance.minHeight,
40997
+ maxHeight: _vm.instance.maxHeight,
40919
40998
  },
40920
40999
  },
40921
41000
  [
@@ -40956,7 +41035,7 @@ __vue_render__$F._withStripped = true;
40956
41035
  /* style */
40957
41036
  const __vue_inject_styles__$F = function (inject) {
40958
41037
  if (!inject) return
40959
- inject("data-v-3e496d20_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
41038
+ inject("data-v-3b2f260e_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
40960
41039
 
40961
41040
  };
40962
41041
  /* scoped */
@@ -42064,6 +42143,12 @@ let ZdMenu = class ZdMenu extends ZdComponentRender$1 {
42064
42143
  mounted() {
42065
42144
  this.instance.urlChanged(Router.getCurrentRoute());
42066
42145
  }
42146
+ showSlotOnHover() {
42147
+ if (this.instance.miniState && this.$children.length >= 2 && this.$children[1].$el.matches(':hover')) {
42148
+ return this.instance.miniState;
42149
+ }
42150
+ return !this.instance.miniState;
42151
+ }
42067
42152
  doSearch({ component }) {
42068
42153
  this.instance.search = component.value;
42069
42154
  }
@@ -42257,8 +42342,8 @@ var __vue_render__$x = function () {
42257
42342
  {
42258
42343
  name: "show",
42259
42344
  rawName: "v-show",
42260
- value: !_vm.instance.miniState,
42261
- expression: "!instance.miniState",
42345
+ value: _vm.showSlotOnHover(),
42346
+ expression: "showSlotOnHover()",
42262
42347
  },
42263
42348
  ],
42264
42349
  staticClass: "zd-menu-top-slot",
@@ -42331,7 +42416,7 @@ __vue_render__$x._withStripped = true;
42331
42416
  /* style */
42332
42417
  const __vue_inject_styles__$x = function (inject) {
42333
42418
  if (!inject) return
42334
- inject("data-v-e6c32b74_0", { source: ".zd-menu .v-list .v-list-item .v-list-item__title {\n font-weight: var(--zd-font-body1-weight);\n font-size: var(--zd-font-body1-size);\n color: var(--zd-font-color);\n text-align: left;\n}\n.zd-menu .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--zd-font-color);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.v-list-item--active:not(.focus-visible):not(:focus):not([data-focus-visible-added]):not(:hover):before {\n opacity: 0;\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .zd-menu-top-slot {\n margin-bottom: 10px;\n display: block;\n}\n.zd-menu.v-navigation-drawer--mini-variant .v-list-item {\n justify-content: inherit;\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__title {\n color: var(--v--grey-lighten5);\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--v--grey-lighten5);\n}", map: undefined, media: undefined });
42419
+ inject("data-v-3a3668e0_0", { source: ".zd-menu .v-list .v-list-item .v-list-item__title {\n font-weight: var(--zd-font-body1-weight);\n font-size: var(--zd-font-body1-size);\n color: var(--zd-font-color);\n text-align: left;\n}\n.zd-menu .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--zd-font-color);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.v-list-item--active:not(.focus-visible):not(:focus):not([data-focus-visible-added]):not(:hover):before {\n opacity: 0;\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .zd-menu-top-slot {\n margin-bottom: 10px;\n display: block;\n}\n.zd-menu.v-navigation-drawer--mini-variant .v-list-item {\n justify-content: inherit;\n}\n.zd-menu.v-navigation-drawer--is-mobile div > .zd-menu-top-slot {\n display: block !important;\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__title {\n color: var(--v--grey-lighten5);\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--v--grey-lighten5);\n}", map: undefined, media: undefined });
42335
42420
 
42336
42421
  };
42337
42422
  /* scoped */
@@ -44102,6 +44187,9 @@ var __vue_render__$j = function () {
44102
44187
  elevation: _vm.instance.elevation,
44103
44188
  expand: _vm.instance.expand,
44104
44189
  tile: _vm.instance.tile,
44190
+ height: _vm.instance.height,
44191
+ minHeight: _vm.instance.minHeight,
44192
+ maxHeight: _vm.instance.maxHeight,
44105
44193
  },
44106
44194
  },
44107
44195
  [
@@ -44145,7 +44233,7 @@ __vue_render__$j._withStripped = true;
44145
44233
  /* style */
44146
44234
  const __vue_inject_styles__$j = function (inject) {
44147
44235
  if (!inject) return
44148
- inject("data-v-5d038297_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
44236
+ inject("data-v-4e0cc00e_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
44149
44237
 
44150
44238
  };
44151
44239
  /* scoped */
@@ -46347,6 +46435,10 @@ __decorate([
46347
46435
  PropWatch({ type: [Number, String], default: 0 }),
46348
46436
  __metadata("design:type", Number)
46349
46437
  ], ZdTabs.prototype, "activeTab", void 0);
46438
+ __decorate([
46439
+ PropWatch({ type: [Number, String] }),
46440
+ __metadata("design:type", Object)
46441
+ ], ZdTabs.prototype, "height", void 0);
46350
46442
  __decorate([
46351
46443
  Prop({ type: Array, default: () => [] }),
46352
46444
  __metadata("design:type", Array)
@@ -46376,7 +46468,10 @@ var __vue_render__$a = function () {
46376
46468
  },
46377
46469
  ],
46378
46470
  class: ["zd-tabs", _vm.instance.cssClass],
46379
- style: _vm.instance.cssStyle,
46471
+ style: [
46472
+ _vm.instance.cssStyle,
46473
+ { height: _vm.$formatSize(_vm.instance.height) },
46474
+ ],
46380
46475
  attrs: { id: _vm.instance.name, name: _vm.instance.name },
46381
46476
  },
46382
46477
  [
@@ -46498,11 +46593,11 @@ __vue_render__$a._withStripped = true;
46498
46593
  /* style */
46499
46594
  const __vue_inject_styles__$a = function (inject) {
46500
46595
  if (!inject) return
46501
- inject("data-v-3cb2ae69_0", { source: ".zd-tabs[data-v-3cb2ae69] .v-tabs-bar,\n.zd-tabs[data-v-3cb2ae69] .v-tabs-items {\n background-color: transparent;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs-bar {\n height: auto;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs-bar .v-tabs-slider-wrapper {\n bottom: -1px;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs-bar__content {\n border-bottom: solid 1px var(--v-grey-lighten4);\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs {\n margin-bottom: var(--spacing-4);\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__next,\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__prev {\n flex-basis: 30px;\n min-width: 30px;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__next .v-icon,\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__prev .v-icon {\n font-size: 18px;\n}", map: undefined, media: undefined });
46596
+ inject("data-v-74f11808_0", { source: ".zd-tabs[data-v-74f11808] {\n display: flex;\n flex-direction: column;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar,\n.zd-tabs[data-v-74f11808] .v-tabs-items {\n background-color: transparent;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar {\n height: auto;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar .v-tabs-slider-wrapper {\n bottom: -1px;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar__content {\n border-bottom: solid 1px var(--v-grey-lighten4);\n}\n.zd-tabs[data-v-74f11808] .v-tabs {\n margin-bottom: var(--spacing-4);\n}\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__next,\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__prev {\n flex-basis: 30px;\n min-width: 30px;\n}\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__next .v-icon,\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__prev .v-icon {\n font-size: 18px;\n}\n.zd-tabs[data-v-74f11808] .v-tabs {\n flex-grow: 0;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-items {\n flex-grow: 1;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-items .v-window__container {\n height: 100% !important;\n}", map: undefined, media: undefined });
46502
46597
 
46503
46598
  };
46504
46599
  /* scoped */
46505
- const __vue_scope_id__$a = "data-v-3cb2ae69";
46600
+ const __vue_scope_id__$a = "data-v-74f11808";
46506
46601
  /* module identifier */
46507
46602
  const __vue_module_identifier__$a = undefined;
46508
46603
  /* functional template */
@@ -46660,47 +46755,41 @@ var __vue_render__$8 = function () {
46660
46755
  var _h = _vm.$createElement;
46661
46756
  var _c = _vm._self._c || _h;
46662
46757
  return _c(
46663
- "div",
46664
- { attrs: { id: _vm.instance.name } },
46665
- [
46666
- _c(
46667
- "v-tab-item",
46758
+ "v-tab-item",
46759
+ {
46760
+ directives: [
46668
46761
  {
46669
- directives: [
46670
- {
46671
- name: "show",
46672
- rawName: "v-show",
46673
- value: _vm.isVisible,
46674
- expression: "isVisible",
46675
- },
46676
- ],
46677
- key: _vm.index,
46678
- staticClass: "zd-tabs-tab-item",
46679
- attrs: { value: _vm.index, dark: _vm.dark, light: _vm.light },
46762
+ name: "show",
46763
+ rawName: "v-show",
46764
+ value: _vm.isVisible,
46765
+ expression: "isVisible",
46680
46766
  },
46767
+ ],
46768
+ key: _vm.index,
46769
+ staticClass: "zd-tabs-tab-item",
46770
+ style: [_vm.instance.cssStyle],
46771
+ attrs: { value: _vm.index, dark: _vm.dark, light: _vm.light },
46772
+ },
46773
+ [
46774
+ _c(
46775
+ "v-container",
46776
+ { attrs: { fluid: "" } },
46681
46777
  [
46682
- _c(
46683
- "v-container",
46684
- { attrs: { fluid: "" } },
46685
- [
46686
- _vm._l(_vm.children, function (child, index) {
46687
- return _c(
46688
- child.component,
46689
- _vm._b(
46690
- { key: index, tag: "component" },
46691
- "component",
46692
- child,
46693
- false
46694
- )
46695
- )
46696
- }),
46697
- _vm._v(" "),
46698
- _vm._t("default"),
46699
- ],
46700
- 2
46701
- ),
46778
+ _vm._l(_vm.children, function (child, index) {
46779
+ return _c(
46780
+ child.component,
46781
+ _vm._b(
46782
+ { key: index, tag: "component" },
46783
+ "component",
46784
+ child,
46785
+ false
46786
+ )
46787
+ )
46788
+ }),
46789
+ _vm._v(" "),
46790
+ _vm._t("default"),
46702
46791
  ],
46703
- 1
46792
+ 2
46704
46793
  ),
46705
46794
  ],
46706
46795
  1
@@ -46712,11 +46801,11 @@ __vue_render__$8._withStripped = true;
46712
46801
  /* style */
46713
46802
  const __vue_inject_styles__$8 = function (inject) {
46714
46803
  if (!inject) return
46715
- inject("data-v-6acaffe8_0", { source: ".zd-tabs-tab-item[data-v-6acaffe8] {\n transition: none;\n}\n.zd-tabs-tab-item > .container[data-v-6acaffe8] {\n padding: 0;\n}", map: undefined, media: undefined });
46804
+ inject("data-v-92cd83f8_0", { source: ".zd-tabs-tab-item[data-v-92cd83f8] {\n transition: none;\n}\n.zd-tabs-tab-item > .container[data-v-92cd83f8] {\n padding: 0;\n}\n.zd-tabs .zd-tabs-tab-item[data-v-92cd83f8] {\n height: 100%;\n}\n.zd-tabs .zd-tabs-tab-item .container[data-v-92cd83f8] {\n height: 100%;\n}", map: undefined, media: undefined });
46716
46805
 
46717
46806
  };
46718
46807
  /* scoped */
46719
- const __vue_scope_id__$8 = "data-v-6acaffe8";
46808
+ const __vue_scope_id__$8 = "data-v-92cd83f8";
46720
46809
  /* module identifier */
46721
46810
  const __vue_module_identifier__$8 = undefined;
46722
46811
  /* functional template */
@@ -31043,6 +31043,14 @@ If you're seeing "$attrs is readonly", it's caused by this`);
31043
31043
  PropWatch({ type: [Number, String], default: 'auto' }),
31044
31044
  __metadata("design:type", Object)
31045
31045
  ], ZdCarousel.prototype, "height", void 0);
31046
+ __decorate([
31047
+ PropWatch({ type: [Number, String], default: 'none' }),
31048
+ __metadata("design:type", Object)
31049
+ ], ZdCarousel.prototype, "maxHeight", void 0);
31050
+ __decorate([
31051
+ PropWatch({ type: [Number, String], default: 'none' }),
31052
+ __metadata("design:type", Object)
31053
+ ], ZdCarousel.prototype, "minHeight", void 0);
31046
31054
  __decorate([
31047
31055
  PropWatch({ type: [Boolean, String], default: true }),
31048
31056
  __metadata("design:type", Boolean)
@@ -31209,7 +31217,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
31209
31217
  {
31210
31218
  key: _vm.hooperKey,
31211
31219
  ref: "carousel",
31212
- style: { height: _vm.$formatSize(_vm.instance.height) },
31220
+ style: {
31221
+ height: _vm.$formatSize(_vm.instance.height),
31222
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
31223
+ minHeight: _vm.$formatSize(_vm.instance.minHeight),
31224
+ },
31213
31225
  attrs: {
31214
31226
  autoPlay: _vm.instance.autoPlay,
31215
31227
  centerMode: _vm.instance.center,
@@ -31470,7 +31482,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
31470
31482
  /* style */
31471
31483
  const __vue_inject_styles__$1e = function (inject) {
31472
31484
  if (!inject) return
31473
- inject("data-v-7393abf5_0", { source: ".zd-carousel {\n height: 100%;\n}\n.zd-carousel section.hooper {\n outline: none;\n}\n.zd-carousel section.hooper * {\n outline: none;\n}\n.zd-carousel section.hooper .hooper-list .hooper-slide {\n align-self: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination {\n padding: 0;\n width: 100%;\n height: 50px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators {\n margin: 0 auto;\n display: block;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li {\n display: inline-block;\n margin: 0 var(--spacing-2);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li .hooper-indicator {\n width: 18px;\n height: 18px;\n border-radius: 50%;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.show-background {\n background: rgba(0, 0, 0, 0.3);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator {\n opacity: 0.25;\n background-color: black;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator.is-active {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator:hover:not(.is-active) {\n opacity: 0.4;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark {\n color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator {\n opacity: 0.5;\n background-color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator.is-active {\n opacity: 0.8;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator:hover:not(.is-active) {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-prev {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-next {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list .prev-button, .zd-carousel section.hooper .hooper-list .next-button {\n transition: 0.1s;\n}\n.zd-carousel section.hooper .hooper-list ul.hooper-track, .zd-carousel section.hooper .hooper-list ol.hooper-indicators {\n padding-left: 0;\n}\n.zd-carousel section.hooper .hooper-list .hooper-progress-inner {\n background-color: var(--v-primary-base);\n}\n.zd-carousel.buttons-outside section.hooper {\n width: calc(100% - 2 * var(--spacing-8));\n margin-left: var(--spacing-8);\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-prev {\n left: calc(-1 * var(--spacing-8));\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-next {\n right: calc(-1 * var(--spacing-8));\n}", map: undefined, media: undefined });
31485
+ inject("data-v-6d92f6fe_0", { source: ".zd-carousel {\n height: 100%;\n}\n.zd-carousel section.hooper {\n outline: none;\n}\n.zd-carousel section.hooper * {\n outline: none;\n}\n.zd-carousel section.hooper .hooper-list .hooper-slide {\n align-self: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination {\n padding: 0;\n width: 100%;\n height: 50px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators {\n margin: 0 auto;\n display: block;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li {\n display: inline-block;\n margin: 0 var(--spacing-2);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination .hooper-indicators li .hooper-indicator {\n width: 18px;\n height: 18px;\n border-radius: 50%;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.show-background {\n background: rgba(0, 0, 0, 0.3);\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator {\n opacity: 0.25;\n background-color: black;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator.is-active {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--light .hooper-indicator:hover:not(.is-active) {\n opacity: 0.4;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark {\n color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator {\n opacity: 0.5;\n background-color: white;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator.is-active {\n opacity: 0.8;\n}\n.zd-carousel section.hooper .hooper-list .hooper-pagination.theme--dark .hooper-indicator:hover:not(.is-active) {\n opacity: 0.6;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-prev {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list button.hooper-next {\n padding: 0;\n}\n.zd-carousel section.hooper .hooper-list .prev-button, .zd-carousel section.hooper .hooper-list .next-button {\n transition: 0.1s;\n}\n.zd-carousel section.hooper .hooper-list ul.hooper-track, .zd-carousel section.hooper .hooper-list ol.hooper-indicators {\n padding-left: 0;\n}\n.zd-carousel section.hooper .hooper-list .hooper-progress-inner {\n background-color: var(--v-primary-base);\n}\n.zd-carousel.buttons-outside section.hooper {\n width: calc(100% - 2 * var(--spacing-8));\n margin-left: var(--spacing-8);\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-prev {\n left: calc(-1 * var(--spacing-8));\n}\n.zd-carousel.buttons-outside section.hooper .hooper-list .hooper-navigation button.hooper-next {\n right: calc(-1 * var(--spacing-8));\n}", map: undefined, media: undefined });
31474
31486
 
31475
31487
  };
31476
31488
  /* scoped */
@@ -32217,9 +32229,13 @@ If you're seeing "$attrs is readonly", it's caused by this`);
32217
32229
  __metadata("design:type", String)
32218
32230
  ], ZdCodeEditor.prototype, "copyIcon", void 0);
32219
32231
  __decorate([
32220
- PropWatch({ type: String, default: 'none' }),
32232
+ PropWatch({ type: [String, Number], default: 'none' }),
32221
32233
  __metadata("design:type", String)
32222
32234
  ], ZdCodeEditor.prototype, "maxHeight", void 0);
32235
+ __decorate([
32236
+ PropWatch({ type: [String, Number], default: 'auto' }),
32237
+ __metadata("design:type", String)
32238
+ ], ZdCodeEditor.prototype, "height", void 0);
32223
32239
  __decorate([
32224
32240
  PropWatch({ type: String, default: 'ts' }),
32225
32241
  __metadata("design:type", String)
@@ -32270,7 +32286,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
32270
32286
  "div",
32271
32287
  {
32272
32288
  staticClass: "zd-code-editor-container",
32273
- style: "max-height: " + (_vm.instance.maxHeight || "none"),
32289
+ style: {
32290
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
32291
+ height: _vm.$formatSize(_vm.instance.height),
32292
+ },
32274
32293
  },
32275
32294
  [
32276
32295
  _vm.instance.showLineNumbers
@@ -32370,11 +32389,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
32370
32389
  /* style */
32371
32390
  const __vue_inject_styles__$1a = function (inject) {
32372
32391
  if (!inject) return
32373
- inject("data-v-17b1bb1a_0", { source: ".zd-code-editor[data-v-17b1bb1a] {\n position: relative;\n}\n.zd-code-editor-clipboard-button[data-v-17b1bb1a] {\n position: absolute;\n top: 10px;\n right: 10px;\n background-color: var(--v-grey-lighten5);\n opacity: 0;\n transition: 0.3s all ease-in;\n}\n.zd-code-editor-clipboard-button .v-icon[data-v-17b1bb1a] {\n color: var(--v-grey-base);\n font-size: 18px;\n}\n.zd-code-editor:hover .zd-code-editor-clipboard-button[data-v-17b1bb1a] {\n opacity: 1;\n}\n.zd-code-editor-container[data-v-17b1bb1a] {\n position: relative;\n background-color: var(--v-grey-lighten5);\n min-height: 45px;\n display: flex;\n border: solid var(--regular) var(--v-grey-lighten5);\n overflow: auto;\n}\n.zd-code-editor-container[data-v-17b1bb1a]:focus-within {\n border: solid var(--regular) var(--v-primary-base);\n}\n.zd-code-editor-container .zd-code-editor-line-numbers[data-v-17b1bb1a] {\n height: 100%;\n min-height: 45px;\n width: 30px;\n overflow: hidden;\n flex-shrink: 0;\n margin-top: 0;\n font-size: 0.9em;\n padding: 10px 3px;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n background: var(--v-grey-lighten4);\n color: var(--zd-font-color);\n position: sticky;\n top: 0;\n left: 0;\n}\n.zd-code-editor-container .zd-code-editor-line-numbers .zd-code-editor-line-number[data-v-17b1bb1a] {\n text-align: right;\n white-space: nowrap;\n}\n.zd-code-editor-container pre[data-v-17b1bb1a] {\n padding: 10px;\n margin: 0;\n background: transparent;\n -moz-tab-size: 4;\n -ms-flex-positive: 2;\n -o-tab-size: 4;\n -webkit-box-flex: 2;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n flex-grow: 2;\n outline: none;\n tab-size: 4;\n font-weight: 500;\n font-size: 0.9em;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n overflow: hidden;\n color: var(--zd-font-color);\n}\n.zd-code-editor.theme--dark .zd-code-editor-container[data-v-17b1bb1a] {\n border: solid var(--regular) var(--v-grey-darken3);\n}\n.zd-code-editor.theme--dark .zd-code-editor-container .zd-code-editor-line-numbers[data-v-17b1bb1a] {\n background: var(--v-grey-darken3);\n color: var(--v-grey-lighten4);\n}", map: undefined, media: undefined });
32392
+ inject("data-v-cc2ec848_0", { source: ".zd-code-editor {\n position: relative;\n}\n.zd-code-editor-clipboard-button {\n position: absolute;\n top: 10px;\n right: 10px;\n background-color: var(--v-grey-lighten5);\n opacity: 0;\n transition: 0.3s all ease-in;\n}\n.zd-code-editor-clipboard-button .v-icon {\n color: var(--v-grey-base);\n font-size: 18px;\n}\n.zd-code-editor:hover .zd-code-editor-clipboard-button {\n opacity: 1;\n}\n.zd-code-editor-container {\n position: relative;\n background-color: var(--v-grey-lighten5);\n min-height: 45px;\n display: flex;\n border: solid var(--regular) var(--v-grey-lighten5);\n overflow: auto;\n}\n.zd-code-editor-container:focus-within {\n border: solid var(--regular) var(--v-primary-base);\n}\n.zd-code-editor-container .zd-code-editor-line-numbers {\n height: 100%;\n min-height: 45px;\n width: 30px;\n overflow: hidden;\n flex-shrink: 0;\n margin-top: 0;\n font-size: 0.9em;\n padding: 10px 3px;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n background: var(--v-grey-lighten4);\n color: var(--zd-font-color);\n position: sticky;\n top: 0;\n left: 0;\n}\n.zd-code-editor-container .zd-code-editor-line-numbers .zd-code-editor-line-number {\n text-align: right;\n white-space: nowrap;\n}\n.zd-code-editor-container pre {\n padding: 10px;\n margin: 0;\n background: transparent;\n -moz-tab-size: 4;\n -ms-flex-positive: 2;\n -o-tab-size: 4;\n -webkit-box-flex: 2;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n flex-grow: 2;\n outline: none;\n tab-size: 4;\n font-weight: 500;\n font-size: 0.9em;\n font-family: Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace;\n overflow: hidden;\n color: var(--zd-font-color);\n}\n.zd-code-editor.theme--dark .zd-code-editor-clipboard-button {\n background-color: #383838;\n}\n.zd-code-editor.theme--dark .zd-code-editor-clipboard-button .v-icon {\n color: var(--v-grey-lighten4);\n font-size: 18px;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container {\n border: solid var(--regular) var(--v-grey-darken3);\n background: #383838;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container .zd-code-editor-line-numbers {\n background: var(--v-grey-darken3);\n color: var(--v-grey-lighten4);\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre {\n text-shadow: 0 1px #2c2c2c;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.property, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.tag, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.boolean, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.number, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.constant, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.symbol, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.deleted {\n color: #ff6fd3;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.atrule, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.attr-value, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.keyword {\n color: #00acf6;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.function, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.class-name {\n color: #ff7692;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.selector, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.attr-name, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.string, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.char, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.builtin, .zd-code-editor.theme--dark .zd-code-editor-container pre span.token.inserted {\n color: #77b300;\n}\n.zd-code-editor.theme--dark .zd-code-editor-container pre span.token.operator {\n background: none;\n}", map: undefined, media: undefined });
32374
32393
 
32375
32394
  };
32376
32395
  /* scoped */
32377
- const __vue_scope_id__$1a = "data-v-17b1bb1a";
32396
+ const __vue_scope_id__$1a = undefined;
32378
32397
  /* module identifier */
32379
32398
  const __vue_module_identifier__$1a = undefined;
32380
32399
  /* functional template */
@@ -32848,6 +32867,18 @@ If you're seeing "$attrs is readonly", it's caused by this`);
32848
32867
  PropWatch({ type: [Boolean, String], default: false }),
32849
32868
  __metadata("design:type", Boolean)
32850
32869
  ], ZdContainer.prototype, "fillHeight", void 0);
32870
+ __decorate([
32871
+ PropWatch({ type: [Number, String], default: 'auto' }),
32872
+ __metadata("design:type", Object)
32873
+ ], ZdContainer.prototype, "height", void 0);
32874
+ __decorate([
32875
+ PropWatch({ type: [Number, String], default: 'none' }),
32876
+ __metadata("design:type", Object)
32877
+ ], ZdContainer.prototype, "maxHeight", void 0);
32878
+ __decorate([
32879
+ PropWatch({ type: [Number, String], default: 'none' }),
32880
+ __metadata("design:type", Object)
32881
+ ], ZdContainer.prototype, "minHeight", void 0);
32851
32882
  ZdContainer = __decorate([
32852
32883
  vuePropertyDecorator.Component
32853
32884
  ], ZdContainer);
@@ -32877,7 +32908,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
32877
32908
  _vm.instance.cssClass,
32878
32909
  { "fill-height": _vm.instance.fillHeight },
32879
32910
  ],
32880
- style: _vm.instance.cssStyle,
32911
+ style: Object.assign({}, _vm.instance.cssStyle, {
32912
+ height: _vm.$formatSize(_vm.instance.height),
32913
+ minHeight: _vm.$formatSize(_vm.instance.minHeight),
32914
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
32915
+ }),
32881
32916
  attrs: {
32882
32917
  id: _vm.instance.name,
32883
32918
  name: _vm.instance.name,
@@ -32916,11 +32951,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
32916
32951
  /* style */
32917
32952
  const __vue_inject_styles__$17 = function (inject) {
32918
32953
  if (!inject) return
32919
- inject("data-v-32c162b3_0", { source: ".zd-container[data-v-32c162b3] {\n padding: var(--zd-default-padding);\n}", map: undefined, media: undefined });
32954
+ inject("data-v-352601cf_0", { source: ".zd-container[data-v-352601cf] {\n padding: var(--zd-default-padding);\n}", map: undefined, media: undefined });
32920
32955
 
32921
32956
  };
32922
32957
  /* scoped */
32923
- const __vue_scope_id__$17 = "data-v-32c162b3";
32958
+ const __vue_scope_id__$17 = "data-v-352601cf";
32924
32959
  /* module identifier */
32925
32960
  const __vue_module_identifier__$17 = undefined;
32926
32961
  /* functional template */
@@ -34792,6 +34827,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
34792
34827
  PropWatch({ type: [Boolean, String], default: false }),
34793
34828
  __metadata("design:type", Boolean)
34794
34829
  ], ZdDropdown.prototype, "hover", void 0);
34830
+ __decorate([
34831
+ PropWatch({ type: [Number, String], default: 'auto' }),
34832
+ __metadata("design:type", Object)
34833
+ ], ZdDropdown.prototype, "height", void 0);
34795
34834
  __decorate([
34796
34835
  PropWatch({ type: [Number, String] }),
34797
34836
  __metadata("design:type", Object)
@@ -35800,6 +35839,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
35800
35839
  PropWatch({ type: String }),
35801
35840
  __metadata("design:type", String)
35802
35841
  ], ZdForm.prototype, "justify", void 0);
35842
+ __decorate([
35843
+ PropWatch({ type: [Number, String] }),
35844
+ __metadata("design:type", Object)
35845
+ ], ZdForm.prototype, "height", void 0);
35803
35846
  __decorate([
35804
35847
  vuePropertyDecorator.Prop({ type: Object, default: () => ({}) }),
35805
35848
  __metadata("design:type", Object)
@@ -35829,8 +35872,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
35829
35872
  },
35830
35873
  ],
35831
35874
  ref: "form",
35832
- class: _vm.instance.cssClass,
35833
- style: _vm.instance.cssStyle,
35875
+ class: ["zd-form", _vm.instance.cssClass],
35876
+ style: [
35877
+ _vm.instance.cssStyle,
35878
+ { height: _vm.$formatSize(_vm.instance.height) },
35879
+ ],
35834
35880
  attrs: { id: _vm.instance.name, name: _vm.instance.name },
35835
35881
  on: {
35836
35882
  submit: function ($event) {
@@ -35959,6 +36005,18 @@ If you're seeing "$attrs is readonly", it's caused by this`);
35959
36005
  vuePropertyDecorator.Prop({ type: [String, Number], default: 2 * 60 * 60 * 1000 }),
35960
36006
  __metadata("design:type", Number)
35961
36007
  ], ZdFrame.prototype, "cacheDuration", void 0);
36008
+ __decorate([
36009
+ PropWatch({ type: [String, Number], default: 'auto' }),
36010
+ __metadata("design:type", Object)
36011
+ ], ZdFrame.prototype, "height", void 0);
36012
+ __decorate([
36013
+ PropWatch({ type: [String, Number], default: 'none' }),
36014
+ __metadata("design:type", Object)
36015
+ ], ZdFrame.prototype, "maxHeight", void 0);
36016
+ __decorate([
36017
+ PropWatch({ type: [String, Number], default: 'none' }),
36018
+ __metadata("design:type", Object)
36019
+ ], ZdFrame.prototype, "minHeight", void 0);
35962
36020
  ZdFrame = __decorate([
35963
36021
  vuePropertyDecorator.Component
35964
36022
  ], ZdFrame);
@@ -35984,7 +36042,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
35984
36042
  },
35985
36043
  ],
35986
36044
  class: ["zd-frame", _vm.instance.cssClass],
35987
- style: _vm.instance.cssStyle,
36045
+ style: Object.assign({}, _vm.instance.cssStyle, {
36046
+ height: _vm.$formatSize(_vm.instance.height),
36047
+ minHeight: _vm.$formatSize(_vm.instance.minHeight),
36048
+ maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
36049
+ }),
35988
36050
  attrs: { id: _vm.instance.name },
35989
36051
  },
35990
36052
  [
@@ -36011,7 +36073,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
36011
36073
  /* style */
36012
36074
  const __vue_inject_styles__$W = function (inject) {
36013
36075
  if (!inject) return
36014
- inject("data-v-42090dcb_0", { source: ".zd-frame {\n height: inherit;\n width: inherit;\n}\n.zd-frame .v-progress-circular {\n left: 50%;\n transform: translateX(-50%);\n}", map: undefined, media: undefined });
36076
+ inject("data-v-78e60822_0", { source: ".zd-frame {\n height: inherit;\n width: inherit;\n}\n.zd-frame .v-progress-circular {\n left: 50%;\n transform: translateX(-50%);\n}", map: undefined, media: undefined });
36015
36077
 
36016
36078
  };
36017
36079
  /* scoped */
@@ -36315,10 +36377,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
36315
36377
  return event.related.classList.contains('sortHandle');
36316
36378
  }
36317
36379
  hideColumn(event) {
36318
- let columnIndex = Number(event.item.getAttribute('index'));
36319
- if (this.instance.selectable) {
36320
- columnIndex -= 1;
36321
- }
36380
+ const columnIndex = Number(event.item.getAttribute('index'));
36322
36381
  const column = this.getColumnsDOMOrder()[columnIndex];
36323
36382
  column.isVisible = false;
36324
36383
  this.instance.changeLayout(event, this.$el);
@@ -36794,7 +36853,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
36794
36853
  column.maxWidth || column.minWidth
36795
36854
  ) || "unset",
36796
36855
  },
36797
- attrs: { index: index },
36856
+ attrs: {
36857
+ index: _vm.instance.selectable
36858
+ ? index - 1
36859
+ : index,
36860
+ },
36798
36861
  },
36799
36862
  [
36800
36863
  _c(
@@ -37416,7 +37479,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
37416
37479
  /* style */
37417
37480
  const __vue_inject_styles__$U = function (inject) {
37418
37481
  if (!inject) return
37419
- inject("data-v-6b8d8274_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: nowrap;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.sortable {\n cursor: pointer;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: -8px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: 6px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: 3px;\n transform: rotate(180deg);\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: -1px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-name, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-name {\n opacity: 1;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-sort, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-sort {\n opacity: 1;\n}\n.zd-grid table thead tr th .zd-grid-resize-handle {\n height: 100%;\n width: 10px;\n display: block;\n position: absolute;\n top: 0;\n right: 0;\n cursor: ew-resize;\n font-size: 15px;\n color: #ccc;\n display: none;\n}\n.zd-grid table thead tr th:hover .zd-grid-resize-handle {\n display: block;\n}\n.zd-grid table tbody tr td.zd-table-cell {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n padding: 0 var(--spacing-4);\n height: 48px;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable {\n overflow: hidden;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 0.7;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n}", map: undefined, media: undefined });
37482
+ inject("data-v-30c5a8ae_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: nowrap;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.sortable {\n cursor: pointer;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: -8px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.asc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: 6px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-icon {\n top: 3px;\n transform: rotate(180deg);\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.active.desc .zd-table-cell-sort .zd-table-cell-sort-order {\n top: -1px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-name, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-name {\n opacity: 1;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell:hover .zd-table-cell-sort, .zd-grid table .zd-grid-table-header th.zd-table-cell.active .zd-table-cell-sort {\n opacity: 1;\n}\n.zd-grid table thead tr th .zd-grid-resize-handle {\n height: 100%;\n width: 10px;\n display: block;\n position: absolute;\n top: 0;\n right: 0;\n cursor: ew-resize;\n font-size: 15px;\n color: #ccc;\n display: none;\n}\n.zd-grid table thead tr th:hover .zd-grid-resize-handle {\n display: block;\n}\n.zd-grid table tbody tr td.zd-table-cell {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n padding: 0 var(--spacing-4);\n height: 48px;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable {\n overflow: hidden;\n}\n.zd-grid table tbody tr td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 0.7;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n display: block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-hidden {\n text-overflow: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-wrap {\n white-space: unset;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: unset;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-2 {\n -webkit-line-clamp: 2;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-3 {\n -webkit-line-clamp: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-4 {\n -webkit-line-clamp: 4;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp.overflow-clamp-5 {\n -webkit-line-clamp: 5;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n}", map: undefined, media: undefined });
37420
37483
 
37421
37484
  };
37422
37485
  /* scoped */
@@ -40190,6 +40253,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
40190
40253
  toggle() {
40191
40254
  const { input, menu } = this.componentRef.$refs;
40192
40255
  input.focus();
40256
+ this.click();
40193
40257
  menu.isActive = !this.instance.readonly && !this.instance.disabled && !menu.isActive;
40194
40258
  this.$nextTick(() => { this.componentRef.isFocused = true; });
40195
40259
  }
@@ -40873,6 +40937,18 @@ If you're seeing "$attrs is readonly", it's caused by this`);
40873
40937
  PropWatch({ type: [Boolean, String], default: false }),
40874
40938
  __metadata("design:type", Boolean)
40875
40939
  ], ZdList.prototype, "expand", void 0);
40940
+ __decorate([
40941
+ PropWatch({ type: [Number, String], default: 'auto' }),
40942
+ __metadata("design:type", Object)
40943
+ ], ZdList.prototype, "height", void 0);
40944
+ __decorate([
40945
+ PropWatch({ type: [Number, String], default: 'none' }),
40946
+ __metadata("design:type", Object)
40947
+ ], ZdList.prototype, "maxHeight", void 0);
40948
+ __decorate([
40949
+ PropWatch({ type: [Number, String], default: 'none' }),
40950
+ __metadata("design:type", Object)
40951
+ ], ZdList.prototype, "minHeight", void 0);
40876
40952
  __decorate([
40877
40953
  vuePropertyDecorator.Prop({ type: Array, default: () => ([]) }),
40878
40954
  __metadata("design:type", Array)
@@ -40915,6 +40991,9 @@ If you're seeing "$attrs is readonly", it's caused by this`);
40915
40991
  elevation: _vm.instance.elevation,
40916
40992
  expand: _vm.instance.expand,
40917
40993
  tile: _vm.instance.tile,
40994
+ height: _vm.instance.height,
40995
+ minHeight: _vm.instance.minHeight,
40996
+ maxHeight: _vm.instance.maxHeight,
40918
40997
  },
40919
40998
  },
40920
40999
  [
@@ -40955,7 +41034,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
40955
41034
  /* style */
40956
41035
  const __vue_inject_styles__$F = function (inject) {
40957
41036
  if (!inject) return
40958
- inject("data-v-3e496d20_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
41037
+ inject("data-v-3b2f260e_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
40959
41038
 
40960
41039
  };
40961
41040
  /* scoped */
@@ -42063,6 +42142,12 @@ If you're seeing "$attrs is readonly", it's caused by this`);
42063
42142
  mounted() {
42064
42143
  this.instance.urlChanged(core.Router.getCurrentRoute());
42065
42144
  }
42145
+ showSlotOnHover() {
42146
+ if (this.instance.miniState && this.$children.length >= 2 && this.$children[1].$el.matches(':hover')) {
42147
+ return this.instance.miniState;
42148
+ }
42149
+ return !this.instance.miniState;
42150
+ }
42066
42151
  doSearch({ component }) {
42067
42152
  this.instance.search = component.value;
42068
42153
  }
@@ -42256,8 +42341,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
42256
42341
  {
42257
42342
  name: "show",
42258
42343
  rawName: "v-show",
42259
- value: !_vm.instance.miniState,
42260
- expression: "!instance.miniState",
42344
+ value: _vm.showSlotOnHover(),
42345
+ expression: "showSlotOnHover()",
42261
42346
  },
42262
42347
  ],
42263
42348
  staticClass: "zd-menu-top-slot",
@@ -42330,7 +42415,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
42330
42415
  /* style */
42331
42416
  const __vue_inject_styles__$x = function (inject) {
42332
42417
  if (!inject) return
42333
- inject("data-v-e6c32b74_0", { source: ".zd-menu .v-list .v-list-item .v-list-item__title {\n font-weight: var(--zd-font-body1-weight);\n font-size: var(--zd-font-body1-size);\n color: var(--zd-font-color);\n text-align: left;\n}\n.zd-menu .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--zd-font-color);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.v-list-item--active:not(.focus-visible):not(:focus):not([data-focus-visible-added]):not(:hover):before {\n opacity: 0;\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .zd-menu-top-slot {\n margin-bottom: 10px;\n display: block;\n}\n.zd-menu.v-navigation-drawer--mini-variant .v-list-item {\n justify-content: inherit;\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__title {\n color: var(--v--grey-lighten5);\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--v--grey-lighten5);\n}", map: undefined, media: undefined });
42418
+ inject("data-v-3a3668e0_0", { source: ".zd-menu .v-list .v-list-item .v-list-item__title {\n font-weight: var(--zd-font-body1-weight);\n font-size: var(--zd-font-body1-size);\n color: var(--zd-font-color);\n text-align: left;\n}\n.zd-menu .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--zd-font-color);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.selected .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-item.v-list-item--active:not(.focus-visible):not(:focus):not([data-focus-visible-added]):not(:hover):before {\n opacity: 0;\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__title {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .v-list-group.selected > .v-list-group__header .v-list-item__icon .v-icon {\n color: var(--v-primary-base);\n}\n.zd-menu .v-list .zd-menu-top-slot {\n margin-bottom: 10px;\n display: block;\n}\n.zd-menu.v-navigation-drawer--mini-variant .v-list-item {\n justify-content: inherit;\n}\n.zd-menu.v-navigation-drawer--is-mobile div > .zd-menu-top-slot {\n display: block !important;\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__title {\n color: var(--v--grey-lighten5);\n}\n.zd-menu.theme--dark .v-list .v-list-item .v-list-item__icon .v-icon {\n color: var(--v--grey-lighten5);\n}", map: undefined, media: undefined });
42334
42419
 
42335
42420
  };
42336
42421
  /* scoped */
@@ -44101,6 +44186,9 @@ If you're seeing "$attrs is readonly", it's caused by this`);
44101
44186
  elevation: _vm.instance.elevation,
44102
44187
  expand: _vm.instance.expand,
44103
44188
  tile: _vm.instance.tile,
44189
+ height: _vm.instance.height,
44190
+ minHeight: _vm.instance.minHeight,
44191
+ maxHeight: _vm.instance.maxHeight,
44104
44192
  },
44105
44193
  },
44106
44194
  [
@@ -44144,7 +44232,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
44144
44232
  /* style */
44145
44233
  const __vue_inject_styles__$j = function (inject) {
44146
44234
  if (!inject) return
44147
- inject("data-v-5d038297_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
44235
+ inject("data-v-4e0cc00e_0", { source: ".zd-list.v-list--dense .zd-list-group.v-list-item--three-line {\n min-height: 76px;\n}\n.zd-list .v-list-item .v-list-item__icon {\n flex-direction: column;\n justify-content: center;\n align-self: center;\n height: auto;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__prepend-icon {\n margin: 4px 16px 4px 0;\n}\n.zd-list .v-list-item .v-list-item__icon.v-list-group__header__append-icon {\n margin: 4px 0 4px 16px;\n}\n.zd-list .zd-list-item-title {\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n}\n.zd-list .zd-list-item-subtitle {\n font-size: var(--zd-font-body3-size);\n font-weight: var(--zd-font-body3-weight);\n}", map: undefined, media: undefined });
44148
44236
 
44149
44237
  };
44150
44238
  /* scoped */
@@ -46346,6 +46434,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
46346
46434
  PropWatch({ type: [Number, String], default: 0 }),
46347
46435
  __metadata("design:type", Number)
46348
46436
  ], ZdTabs.prototype, "activeTab", void 0);
46437
+ __decorate([
46438
+ PropWatch({ type: [Number, String] }),
46439
+ __metadata("design:type", Object)
46440
+ ], ZdTabs.prototype, "height", void 0);
46349
46441
  __decorate([
46350
46442
  vuePropertyDecorator.Prop({ type: Array, default: () => [] }),
46351
46443
  __metadata("design:type", Array)
@@ -46375,7 +46467,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
46375
46467
  },
46376
46468
  ],
46377
46469
  class: ["zd-tabs", _vm.instance.cssClass],
46378
- style: _vm.instance.cssStyle,
46470
+ style: [
46471
+ _vm.instance.cssStyle,
46472
+ { height: _vm.$formatSize(_vm.instance.height) },
46473
+ ],
46379
46474
  attrs: { id: _vm.instance.name, name: _vm.instance.name },
46380
46475
  },
46381
46476
  [
@@ -46497,11 +46592,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
46497
46592
  /* style */
46498
46593
  const __vue_inject_styles__$a = function (inject) {
46499
46594
  if (!inject) return
46500
- inject("data-v-3cb2ae69_0", { source: ".zd-tabs[data-v-3cb2ae69] .v-tabs-bar,\n.zd-tabs[data-v-3cb2ae69] .v-tabs-items {\n background-color: transparent;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs-bar {\n height: auto;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs-bar .v-tabs-slider-wrapper {\n bottom: -1px;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs-bar__content {\n border-bottom: solid 1px var(--v-grey-lighten4);\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs {\n margin-bottom: var(--spacing-4);\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__next,\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__prev {\n flex-basis: 30px;\n min-width: 30px;\n}\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__next .v-icon,\n.zd-tabs[data-v-3cb2ae69] .v-tabs .v-slide-group__prev .v-icon {\n font-size: 18px;\n}", map: undefined, media: undefined });
46595
+ inject("data-v-74f11808_0", { source: ".zd-tabs[data-v-74f11808] {\n display: flex;\n flex-direction: column;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar,\n.zd-tabs[data-v-74f11808] .v-tabs-items {\n background-color: transparent;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar {\n height: auto;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar .v-tabs-slider-wrapper {\n bottom: -1px;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-bar__content {\n border-bottom: solid 1px var(--v-grey-lighten4);\n}\n.zd-tabs[data-v-74f11808] .v-tabs {\n margin-bottom: var(--spacing-4);\n}\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__next,\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__prev {\n flex-basis: 30px;\n min-width: 30px;\n}\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__next .v-icon,\n.zd-tabs[data-v-74f11808] .v-tabs .v-slide-group__prev .v-icon {\n font-size: 18px;\n}\n.zd-tabs[data-v-74f11808] .v-tabs {\n flex-grow: 0;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-items {\n flex-grow: 1;\n}\n.zd-tabs[data-v-74f11808] .v-tabs-items .v-window__container {\n height: 100% !important;\n}", map: undefined, media: undefined });
46501
46596
 
46502
46597
  };
46503
46598
  /* scoped */
46504
- const __vue_scope_id__$a = "data-v-3cb2ae69";
46599
+ const __vue_scope_id__$a = "data-v-74f11808";
46505
46600
  /* module identifier */
46506
46601
  const __vue_module_identifier__$a = undefined;
46507
46602
  /* functional template */
@@ -46659,47 +46754,41 @@ If you're seeing "$attrs is readonly", it's caused by this`);
46659
46754
  var _h = _vm.$createElement;
46660
46755
  var _c = _vm._self._c || _h;
46661
46756
  return _c(
46662
- "div",
46663
- { attrs: { id: _vm.instance.name } },
46664
- [
46665
- _c(
46666
- "v-tab-item",
46757
+ "v-tab-item",
46758
+ {
46759
+ directives: [
46667
46760
  {
46668
- directives: [
46669
- {
46670
- name: "show",
46671
- rawName: "v-show",
46672
- value: _vm.isVisible,
46673
- expression: "isVisible",
46674
- },
46675
- ],
46676
- key: _vm.index,
46677
- staticClass: "zd-tabs-tab-item",
46678
- attrs: { value: _vm.index, dark: _vm.dark, light: _vm.light },
46761
+ name: "show",
46762
+ rawName: "v-show",
46763
+ value: _vm.isVisible,
46764
+ expression: "isVisible",
46679
46765
  },
46766
+ ],
46767
+ key: _vm.index,
46768
+ staticClass: "zd-tabs-tab-item",
46769
+ style: [_vm.instance.cssStyle],
46770
+ attrs: { value: _vm.index, dark: _vm.dark, light: _vm.light },
46771
+ },
46772
+ [
46773
+ _c(
46774
+ "v-container",
46775
+ { attrs: { fluid: "" } },
46680
46776
  [
46681
- _c(
46682
- "v-container",
46683
- { attrs: { fluid: "" } },
46684
- [
46685
- _vm._l(_vm.children, function (child, index) {
46686
- return _c(
46687
- child.component,
46688
- _vm._b(
46689
- { key: index, tag: "component" },
46690
- "component",
46691
- child,
46692
- false
46693
- )
46694
- )
46695
- }),
46696
- _vm._v(" "),
46697
- _vm._t("default"),
46698
- ],
46699
- 2
46700
- ),
46777
+ _vm._l(_vm.children, function (child, index) {
46778
+ return _c(
46779
+ child.component,
46780
+ _vm._b(
46781
+ { key: index, tag: "component" },
46782
+ "component",
46783
+ child,
46784
+ false
46785
+ )
46786
+ )
46787
+ }),
46788
+ _vm._v(" "),
46789
+ _vm._t("default"),
46701
46790
  ],
46702
- 1
46791
+ 2
46703
46792
  ),
46704
46793
  ],
46705
46794
  1
@@ -46711,11 +46800,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
46711
46800
  /* style */
46712
46801
  const __vue_inject_styles__$8 = function (inject) {
46713
46802
  if (!inject) return
46714
- inject("data-v-6acaffe8_0", { source: ".zd-tabs-tab-item[data-v-6acaffe8] {\n transition: none;\n}\n.zd-tabs-tab-item > .container[data-v-6acaffe8] {\n padding: 0;\n}", map: undefined, media: undefined });
46803
+ inject("data-v-92cd83f8_0", { source: ".zd-tabs-tab-item[data-v-92cd83f8] {\n transition: none;\n}\n.zd-tabs-tab-item > .container[data-v-92cd83f8] {\n padding: 0;\n}\n.zd-tabs .zd-tabs-tab-item[data-v-92cd83f8] {\n height: 100%;\n}\n.zd-tabs .zd-tabs-tab-item .container[data-v-92cd83f8] {\n height: 100%;\n}", map: undefined, media: undefined });
46715
46804
 
46716
46805
  };
46717
46806
  /* scoped */
46718
- const __vue_scope_id__$8 = "data-v-6acaffe8";
46807
+ const __vue_scope_id__$8 = "data-v-92cd83f8";
46719
46808
  /* module identifier */
46720
46809
  const __vue_module_identifier__$8 = undefined;
46721
46810
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/vuetify",
3
- "version": "1.42.0",
3
+ "version": "1.43.0",
4
4
  "description": "Zeedhi Components based on Vuetify",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -51,5 +51,5 @@
51
51
  "@types/prismjs": "^1.16.2",
52
52
  "@types/sortablejs": "^1.10.6"
53
53
  },
54
- "gitHead": "ca9a827eab97ada267f9f6406ef35f199e1fbaf1"
54
+ "gitHead": "f6b2292eede8b26c85ffb8510456ad20aade752f"
55
55
  }
@@ -10,6 +10,8 @@ export default class ZdCarousel extends ZdComponentRender {
10
10
  currentSlide?: number;
11
11
  fractionPagination: boolean;
12
12
  height: number | string;
13
+ maxHeight: number | string;
14
+ minHeight: number | string;
13
15
  infiniteScroll: boolean;
14
16
  initialSlide: number;
15
17
  interval: number;
@@ -6,6 +6,7 @@ import ZdComponentRender from '../zd-component/ZdComponentRender';
6
6
  export default class ZdCodeEditor extends ZdComponentRender {
7
7
  copyIcon: string;
8
8
  maxHeight: string;
9
+ height: string;
9
10
  language: string;
10
11
  showLineNumbers: boolean | string;
11
12
  staticCode: object | string | string[];
@@ -6,6 +6,9 @@ import ZdComponentRender from '../zd-component/ZdComponentRender';
6
6
  export default class ZdContainer extends ZdComponentRender {
7
7
  fluid: boolean;
8
8
  fillHeight: boolean;
9
+ height: number | string;
10
+ maxHeight: number | string;
11
+ minHeight: number | string;
9
12
  instance: Container;
10
13
  instanceType: typeof Container;
11
14
  }
@@ -12,6 +12,7 @@ export default class ZdDropdown extends ZdComponentRender {
12
12
  disabled: boolean;
13
13
  fixed: boolean;
14
14
  hover: boolean;
15
+ height?: number | string;
15
16
  maxHeight?: number | string;
16
17
  maxWidth?: number | string;
17
18
  minHeight?: number | string;
@@ -7,6 +7,7 @@ import ZdComponentRender from '../zd-component/ZdComponentRender';
7
7
  export default class ZdForm extends ZdComponentRender {
8
8
  align?: string;
9
9
  justify?: string;
10
+ height?: number | string;
10
11
  value: IDictionary<any>;
11
12
  instance: Form;
12
13
  instanceType: typeof Form;
@@ -9,6 +9,9 @@ export default class ZdFrame extends ZdComponentRender {
9
9
  override: object;
10
10
  cache: boolean;
11
11
  cacheDuration: number;
12
+ height: number | string;
13
+ maxHeight: number | string;
14
+ minHeight: number | string;
12
15
  instance: Frame;
13
16
  instanceType: typeof Frame;
14
17
  }
@@ -12,6 +12,9 @@ export default class ZdList extends ZdComponentRender {
12
12
  color?: string;
13
13
  elevation?: number | string;
14
14
  expand?: boolean;
15
+ height?: number | string;
16
+ maxHeight?: number | string;
17
+ minHeight?: number | string;
15
18
  items: IListItem[];
16
19
  instance: List;
17
20
  instanceType: typeof List;
@@ -28,5 +28,6 @@ export default class ZdMenu extends ZdComponentRender {
28
28
  onRouterChange(current: any, previous: any): void;
29
29
  mounted(): void;
30
30
  searchInputProps: ITextInput;
31
+ showSlotOnHover(): boolean;
31
32
  private doSearch;
32
33
  }
@@ -5,6 +5,7 @@ import ZdComponentRender from '../zd-component/ZdComponentRender';
5
5
  */
6
6
  export default class ZdTabs extends ZdComponentRender {
7
7
  activeTab: number;
8
+ height?: number | string;
8
9
  tabs: ITab[];
9
10
  instance: Tabs;
10
11
  instanceType: typeof Tabs;