@zeedhi/vuetify 1.55.0 → 1.56.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.
@@ -7,8 +7,8 @@ import Sortable from 'sortablejs';
7
7
  import 'hooper/dist/hooper.css';
8
8
  import '@zeedhi/zd-vue-treeselect/dist/vue-treeselect.css';
9
9
  import Vue from 'vue';
10
- import { Prop, Component, Watch } from 'vue-property-decorator';
11
- import { Component as Component$1, AlertService, ComponentRender, ApexChart, Badge, Breadcrumbs, Button, ButtonGroup as ButtonGroup$1, Card, Carousel, Input, Form, Toggleable as Toggleable$1, Checkbox, CheckboxMultiple, Chip, CodeEditor, Col, CollapseCard, Container, TextInput, Number as Number$1, AutoNumeric, Currency, Dashboard, Date as Date$1, DateRange, DialogService, Divider, Dropdown, FileInput, Footer, ChildNotFoundError, Frame, FramePage, Iterable, Grid, GridEditable, Header, Icon, Image as Image$1, Increment, IterableColumnsButton, IterablePageComponent, IterablePagination, Select, IterablePageSize, IterablePageInfo, List, ListItem, ListGroup, Loading, LoadingService, Login, LoginButton, MasterDetail, Menu, MenuLink, MenuGroup, MenuButton, MenuSeparator, ModalService, ModalCloseButton, Month, Password, Progress, Radio, RangeSlider, Row as Row$1, Search, SelectableList, SelectMultiple, SelectTree, SelectTreeMultiple, SpeedDial, Steppers, SvgMap, Switch, Table, Tabs, Tag, Text, Textarea, Time, Tooltip, Tree, TreeGrid, TreeGridEditable, Icons as Icons$1 } from '@zeedhi/common';
10
+ import { Prop, Component as Component$1, Watch } from 'vue-property-decorator';
11
+ import { Component, AlertService, ComponentRender, ApexChart, Badge, Breadcrumbs, Button, ButtonGroup as ButtonGroup$1, Card, Carousel, Input, Form, Toggleable as Toggleable$1, Checkbox, CheckboxMultiple, Chip, CodeEditor, Col, CollapseCard, Container, TextInput, Number as Number$1, AutoNumeric, Currency, Dashboard, Date as Date$1, DateRange, DialogService, Divider, Dropdown, FileInput, Footer, ChildNotFoundError, Frame, FramePage, Iterable, Grid, GridEditable, Header, Icon, Image as Image$1, Increment, IterableColumnsButton, IterablePageComponent, IterablePagination, Select, IterablePageSize, IterablePageInfo, List, ListItem, ListGroup, Loading, LoadingService, Login, LoginButton, MasterDetail, Menu, MenuLink, MenuGroup, MenuButton, MenuSeparator, ModalService, ModalCloseButton, Month, Password, Progress, Radio, RangeSlider, Row as Row$1, Search, SelectableList, SelectMultiple, SelectTree, SelectTreeMultiple, SpeedDial, Steppers, SvgMap, Switch, Table, Tabs, Tag, Text, Textarea, Time, Tooltip, Tree, TreeGrid, TreeGridEditable, Icons as Icons$1 } from '@zeedhi/common';
12
12
  import Component$2, { createDecorator } from 'vue-class-component';
13
13
  import Prism$1 from 'prismjs';
14
14
  import 'prismjs/themes/prism.css';
@@ -37639,7 +37639,7 @@ let ZdComponent = ZdComponent_1 = class ZdComponent extends Vue {
37639
37639
  constructor() {
37640
37640
  super(...arguments);
37641
37641
  this.instance = {};
37642
- this.instanceType = Component$1;
37642
+ this.instanceType = Component;
37643
37643
  this.createdFromObject = false;
37644
37644
  }
37645
37645
  created() {
@@ -37798,14 +37798,14 @@ __decorate([
37798
37798
  ], ZdComponent.prototype, "keyMap", void 0);
37799
37799
  __decorate([
37800
37800
  Prop({ type: Object }),
37801
- __metadata("design:type", Component$1)
37801
+ __metadata("design:type", Component)
37802
37802
  ], ZdComponent.prototype, "parent", void 0);
37803
37803
  __decorate([
37804
37804
  Prop({ type: Object }),
37805
- __metadata("design:type", Component$1)
37805
+ __metadata("design:type", Component)
37806
37806
  ], ZdComponent.prototype, "instanceObject", void 0);
37807
37807
  ZdComponent = ZdComponent_1 = __decorate([
37808
- Component
37808
+ Component$1
37809
37809
  ], ZdComponent);
37810
37810
  var ZdComponent$1 = ZdComponent;
37811
37811
 
@@ -37819,7 +37819,7 @@ let ZdAlert = class ZdAlert extends ZdComponent$1 {
37819
37819
  }
37820
37820
  };
37821
37821
  ZdAlert = __decorate([
37822
- Component,
37822
+ Component$1,
37823
37823
  __metadata("design:paramtypes", [])
37824
37824
  ], ZdAlert);
37825
37825
  var script$1f = ZdAlert;
@@ -38093,7 +38093,7 @@ __decorate([
38093
38093
  __metadata("design:type", String)
38094
38094
  ], ZdComponentRender.prototype, "component", void 0);
38095
38095
  ZdComponentRender = __decorate([
38096
- Component
38096
+ Component$1
38097
38097
  ], ZdComponentRender);
38098
38098
  var ZdComponentRender$1 = ZdComponentRender;
38099
38099
 
@@ -38186,7 +38186,7 @@ __decorate([
38186
38186
  __metadata("design:type", String)
38187
38187
  ], ZdApexChart.prototype, "loadColor", void 0);
38188
38188
  ZdApexChart = __decorate([
38189
- Component
38189
+ Component$1
38190
38190
  ], ZdApexChart);
38191
38191
  var script$1e = ZdApexChart;
38192
38192
 
@@ -38309,7 +38309,7 @@ __decorate([
38309
38309
  __metadata("design:type", Boolean)
38310
38310
  ], ZdBadge.prototype, "showBadgeCounter", void 0);
38311
38311
  ZdBadge = __decorate([
38312
- Component
38312
+ Component$1
38313
38313
  ], ZdBadge);
38314
38314
  var script$1d = ZdBadge;
38315
38315
 
@@ -38432,7 +38432,7 @@ __decorate([
38432
38432
  __metadata("design:type", Boolean)
38433
38433
  ], ZdBreadcrumbs.prototype, "small", void 0);
38434
38434
  ZdBreadcrumbs = __decorate([
38435
- Component
38435
+ Component$1
38436
38436
  ], ZdBreadcrumbs);
38437
38437
  var script$1c = ZdBreadcrumbs;
38438
38438
 
@@ -38638,7 +38638,7 @@ __decorate([
38638
38638
  __metadata("design:type", Object)
38639
38639
  ], ZdButton.prototype, "width", void 0);
38640
38640
  ZdButton = __decorate([
38641
- Component
38641
+ Component$1
38642
38642
  ], ZdButton);
38643
38643
  var ZdButton$1 = ZdButton;
38644
38644
 
@@ -38845,7 +38845,7 @@ __decorate([
38845
38845
  __metadata("design:type", Array)
38846
38846
  ], ZdButtonGroup.prototype, "children", void 0);
38847
38847
  ZdButtonGroup = __decorate([
38848
- Component
38848
+ Component$1
38849
38849
  ], ZdButtonGroup);
38850
38850
  var script$1b = ZdButtonGroup;
38851
38851
 
@@ -39055,7 +39055,7 @@ __decorate([
39055
39055
  __metadata("design:type", Object)
39056
39056
  ], ZdCard.prototype, "width", void 0);
39057
39057
  ZdCard = __decorate([
39058
- Component
39058
+ Component$1
39059
39059
  ], ZdCard);
39060
39060
  var script$1a = ZdCard;
39061
39061
 
@@ -39405,7 +39405,7 @@ __decorate([
39405
39405
  __metadata("design:returntype", void 0)
39406
39406
  ], ZdCarousel.prototype, "changeIsVisible", null);
39407
39407
  ZdCarousel = __decorate([
39408
- Component
39408
+ Component$1
39409
39409
  ], ZdCarousel);
39410
39410
  var script$19 = ZdCarousel;
39411
39411
 
@@ -39878,7 +39878,7 @@ __decorate([
39878
39878
  __metadata("design:type", Object)
39879
39879
  ], ZdInput.prototype, "value", void 0);
39880
39880
  ZdInput = __decorate([
39881
- Component
39881
+ Component$1
39882
39882
  ], ZdInput);
39883
39883
  var ZdInput$1 = ZdInput;
39884
39884
 
@@ -39900,7 +39900,7 @@ __decorate([
39900
39900
  __metadata("design:type", Object)
39901
39901
  ], ZdToggleable.prototype, "trueValue", void 0);
39902
39902
  ZdToggleable = __decorate([
39903
- Component
39903
+ Component$1
39904
39904
  ], ZdToggleable);
39905
39905
  var ZdToggleable$1 = ZdToggleable;
39906
39906
 
@@ -39918,7 +39918,7 @@ let ZdCheckbox = class ZdCheckbox extends ZdToggleable$1 {
39918
39918
  }
39919
39919
  };
39920
39920
  ZdCheckbox = __decorate([
39921
- Component
39921
+ Component$1
39922
39922
  ], ZdCheckbox);
39923
39923
  var script$18 = ZdCheckbox;
39924
39924
 
@@ -40085,7 +40085,7 @@ __decorate([
40085
40085
  __metadata("design:type", Object)
40086
40086
  ], ZdCheckboxMultiple.prototype, "vertical", void 0);
40087
40087
  ZdCheckboxMultiple = __decorate([
40088
- Component
40088
+ Component$1
40089
40089
  ], ZdCheckboxMultiple);
40090
40090
  var script$17 = ZdCheckboxMultiple;
40091
40091
 
@@ -40287,7 +40287,7 @@ __decorate([
40287
40287
  __metadata("design:type", Boolean)
40288
40288
  ], ZdChip.prototype, "xSmall", void 0);
40289
40289
  ZdChip = __decorate([
40290
- Component
40290
+ Component$1
40291
40291
  ], ZdChip);
40292
40292
  var script$16 = ZdChip;
40293
40293
 
@@ -40492,7 +40492,7 @@ __decorate([
40492
40492
  __metadata("design:type", Object)
40493
40493
  ], ZdCodeEditor.prototype, "staticCode", void 0);
40494
40494
  ZdCodeEditor = __decorate([
40495
- Component
40495
+ Component$1
40496
40496
  ], ZdCodeEditor);
40497
40497
  var script$15 = ZdCodeEditor;
40498
40498
 
@@ -40694,7 +40694,7 @@ __decorate([
40694
40694
  __metadata("design:type", Object)
40695
40695
  ], ZdCol.prototype, "offset", void 0);
40696
40696
  ZdCol = __decorate([
40697
- Component
40697
+ Component$1
40698
40698
  ], ZdCol);
40699
40699
  var script$14 = ZdCol;
40700
40700
 
@@ -40872,7 +40872,7 @@ __decorate([
40872
40872
  __metadata("design:type", Boolean)
40873
40873
  ], ZdCollapseCard.prototype, "readonly", void 0);
40874
40874
  ZdCollapseCard = __decorate([
40875
- Component
40875
+ Component$1
40876
40876
  ], ZdCollapseCard);
40877
40877
  var script$13 = ZdCollapseCard;
40878
40878
 
@@ -41127,7 +41127,7 @@ __decorate([
41127
41127
  __metadata("design:type", Object)
41128
41128
  ], ZdContainer.prototype, "minHeight", void 0);
41129
41129
  ZdContainer = __decorate([
41130
- Component
41130
+ Component$1
41131
41131
  ], ZdContainer);
41132
41132
  var script$12 = ZdContainer;
41133
41133
 
@@ -41362,7 +41362,7 @@ __decorate([
41362
41362
  __metadata("design:type", Object)
41363
41363
  ], ZdTextInput.prototype, "value", void 0);
41364
41364
  ZdTextInput = __decorate([
41365
- Component
41365
+ Component$1
41366
41366
  ], ZdTextInput);
41367
41367
  var ZdTextInput$1 = ZdTextInput;
41368
41368
 
@@ -41420,6 +41420,7 @@ var __vue_render__$18 = function () {
41420
41420
  },
41421
41421
  "zd-text-align-" +
41422
41422
  (_vm.instance.reverse ? "right" : _vm.instance.align),
41423
+ _vm.instance.type === "color" ? "zd-color-type" : "",
41423
41424
  ],
41424
41425
  style: _vm.instance.cssStyle,
41425
41426
  attrs: {
@@ -41531,7 +41532,7 @@ __vue_render__$18._withStripped = true;
41531
41532
  /* style */
41532
41533
  const __vue_inject_styles__$18 = function (inject) {
41533
41534
  if (!inject) return
41534
- inject("data-v-60a42fc6_0", { source: ".zd-text-input__affix, .v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix, .v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-grey-lighten2);\n font-size: var(--zd-font-body2-size);\n line-height: 15px;\n padding: 3px 0 4px 0;\n}\n.zd-input.v-input.v-input--is-readonly > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-lighten5);\n}\n.zd-input.v-input.v-input--is-readonly.theme--dark > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-darken2);\n}\n.v-input.zd-text-input {\n padding-top: var(--spacing-4);\n}\n.v-input.zd-text-input .v-input__prepend-outer {\n margin-right: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__append-outer {\n margin-left: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__prepend-outer, .v-input.zd-text-input .v-input__append-outer {\n margin-top: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input .v-input__append-inner, .v-input.zd-text-input .v-input__prepend-inner {\n padding: 0;\n margin: 0;\n align-self: unset;\n}\n.v-input.zd-text-input .v-input__prepend-outer .v-icon, .v-input.zd-text-input .v-input__append-outer .v-icon, .v-input.zd-text-input .v-input__append-inner .v-icon, .v-input.zd-text-input .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n padding-left: var(--spacing-2);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__slot {\n position: static;\n}\n.v-input.zd-text-input.v-text-field--reverse > .v-input__control > .v-input__slot label {\n left: auto !important;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append {\n align-items: center;\n display: inline-flex;\n flex: 1 0 auto;\n justify-content: center;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix {\n padding-right: var(--spacing-2);\n}\n.v-input.zd-text-input.zd-text-input--prepend-icon > .v-input__control > .v-input__slot > .v-input__prepend-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-input--append-icon > .v-input__control > .v-input__slot > .v-input__append-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer, .v-input.zd-text-input.zd-dense .v-input__append-outer {\n margin-top: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-inner .v-icon, .v-input.zd-text-input.zd-dense .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size-small);\n}\n.v-input.zd-text-input.zd-dense .v-input__slot .v-text-field__prefix {\n height: auto;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__append-inner:last-child,\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__prepend-inner:first-child {\n margin: 0;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) > .v-input__control > .v-input__slot input {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-align-left > .v-input__control > .v-input__slot input {\n text-align: left;\n}\n.v-input.zd-text-input.zd-text-align-center > .v-input__control > .v-input__slot input {\n text-align: center;\n}\n.v-input.zd-text-input.zd-text-align-right > .v-input__control > .v-input__slot input {\n text-align: right;\n}", map: undefined, media: undefined });
41535
+ inject("data-v-5ab905d8_0", { source: ".zd-text-input__affix, .v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix, .v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-grey-lighten2);\n font-size: var(--zd-font-body2-size);\n line-height: 15px;\n padding: 3px 0 4px 0;\n}\n.zd-input.v-input.v-input--is-readonly > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-lighten5);\n}\n.zd-input.v-input.v-input--is-readonly.theme--dark > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-darken2);\n}\n.v-input.zd-text-input {\n padding-top: var(--spacing-4);\n}\n.v-input.zd-text-input .v-input__prepend-outer {\n margin-right: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__append-outer {\n margin-left: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__prepend-outer, .v-input.zd-text-input .v-input__append-outer {\n margin-top: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input .v-input__append-inner, .v-input.zd-text-input .v-input__prepend-inner {\n padding: 0;\n margin: 0;\n align-self: unset;\n}\n.v-input.zd-text-input .v-input__prepend-outer .v-icon, .v-input.zd-text-input .v-input__append-outer .v-icon, .v-input.zd-text-input .v-input__append-inner .v-icon, .v-input.zd-text-input .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n padding-left: var(--spacing-2);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__slot {\n position: static;\n}\n.v-input.zd-text-input.v-text-field--reverse > .v-input__control > .v-input__slot label {\n left: auto !important;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append {\n align-items: center;\n display: inline-flex;\n flex: 1 0 auto;\n justify-content: center;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix {\n padding-right: var(--spacing-2);\n}\n.v-input.zd-text-input.zd-text-input--prepend-icon > .v-input__control > .v-input__slot > .v-input__prepend-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-input--append-icon > .v-input__control > .v-input__slot > .v-input__append-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer, .v-input.zd-text-input.zd-dense .v-input__append-outer {\n margin-top: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-inner .v-icon, .v-input.zd-text-input.zd-dense .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size-small);\n}\n.v-input.zd-text-input.zd-dense .v-input__slot .v-text-field__prefix {\n height: auto;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__append-inner:last-child,\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__prepend-inner:first-child {\n margin: 0;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) > .v-input__control > .v-input__slot input {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-align-left > .v-input__control > .v-input__slot input {\n text-align: left;\n}\n.v-input.zd-text-input.zd-color-type > .v-input__control > .v-input__slot input {\n padding: 0;\n cursor: pointer;\n max-height: 22px;\n}\n.v-input.zd-text-input.zd-color-type:not(.zd-dense) > .v-input__control > .v-input__slot input {\n max-height: 34px;\n}\n.v-input.zd-text-input.zd-text-align-center > .v-input__control > .v-input__slot input {\n text-align: center;\n}\n.v-input.zd-text-input.zd-text-align-right > .v-input__control > .v-input__slot input {\n text-align: right;\n}", map: undefined, media: undefined });
41535
41536
 
41536
41537
  };
41537
41538
  /* scoped */
@@ -41608,7 +41609,7 @@ __decorate([
41608
41609
  __metadata("design:type", Object)
41609
41610
  ], ZdNumber.prototype, "value", void 0);
41610
41611
  ZdNumber = __decorate([
41611
- Component
41612
+ Component$1
41612
41613
  ], ZdNumber);
41613
41614
  var ZdNumber$1 = ZdNumber;
41614
41615
 
@@ -41696,7 +41697,7 @@ __decorate([
41696
41697
  __metadata("design:type", Object)
41697
41698
  ], ZdCurrency.prototype, "mask", void 0);
41698
41699
  ZdCurrency = __decorate([
41699
- Component
41700
+ Component$1
41700
41701
  ], ZdCurrency);
41701
41702
  var script$11 = ZdCurrency;
41702
41703
 
@@ -41898,7 +41899,7 @@ __decorate([
41898
41899
  __metadata("design:type", Object)
41899
41900
  ], ZdDashboard.prototype, "cardFooterSlot", void 0);
41900
41901
  ZdDashboard = __decorate([
41901
- Component
41902
+ Component$1
41902
41903
  ], ZdDashboard);
41903
41904
  var script$10 = ZdDashboard;
41904
41905
 
@@ -42378,7 +42379,7 @@ __decorate([
42378
42379
  __metadata("design:type", String)
42379
42380
  ], ZdDate.prototype, "helperValue", void 0);
42380
42381
  ZdDate = __decorate([
42381
- Component
42382
+ Component$1
42382
42383
  ], ZdDate);
42383
42384
  var script$$ = ZdDate;
42384
42385
 
@@ -42801,7 +42802,7 @@ __decorate([
42801
42802
  __metadata("design:type", String)
42802
42803
  ], ZdDateRange.prototype, "helperValue", void 0);
42803
42804
  ZdDateRange = __decorate([
42804
- Component
42805
+ Component$1
42805
42806
  ], ZdDateRange);
42806
42807
  var script$_ = ZdDateRange;
42807
42808
 
@@ -43015,7 +43016,7 @@ let ZdDialog = class ZdDialog extends ZdComponent$1 {
43015
43016
  }
43016
43017
  };
43017
43018
  ZdDialog = __decorate([
43018
- Component,
43019
+ Component$1,
43019
43020
  __metadata("design:paramtypes", [])
43020
43021
  ], ZdDialog);
43021
43022
  var script$Z = ZdDialog;
@@ -43172,7 +43173,7 @@ __decorate([
43172
43173
  __metadata("design:type", Boolean)
43173
43174
  ], ZdDivider.prototype, "vertical", void 0);
43174
43175
  ZdDivider = __decorate([
43175
- Component
43176
+ Component$1
43176
43177
  ], ZdDivider);
43177
43178
  var script$Y = ZdDivider;
43178
43179
 
@@ -43327,7 +43328,7 @@ __decorate([
43327
43328
  __metadata("design:type", Object)
43328
43329
  ], ZdDropdown.prototype, "value", void 0);
43329
43330
  ZdDropdown = __decorate([
43330
- Component
43331
+ Component$1
43331
43332
  ], ZdDropdown);
43332
43333
  var script$X = ZdDropdown;
43333
43334
 
@@ -43617,7 +43618,7 @@ __decorate([
43617
43618
  __metadata("design:type", Object)
43618
43619
  ], ZdFileInput.prototype, "value", void 0);
43619
43620
  ZdFileInput = __decorate([
43620
- Component
43621
+ Component$1
43621
43622
  ], ZdFileInput);
43622
43623
  var script$W = ZdFileInput;
43623
43624
 
@@ -44001,7 +44002,7 @@ __decorate([
44001
44002
  __metadata("design:type", Object)
44002
44003
  ], ZdFooter.prototype, "width", void 0);
44003
44004
  ZdFooter = __decorate([
44004
- Component
44005
+ Component$1
44005
44006
  ], ZdFooter);
44006
44007
  var script$V = ZdFooter;
44007
44008
 
@@ -44293,7 +44294,7 @@ __decorate([
44293
44294
  __metadata("design:type", Object)
44294
44295
  ], ZdForm.prototype, "value", void 0);
44295
44296
  ZdForm = __decorate([
44296
- Component
44297
+ Component$1
44297
44298
  ], ZdForm);
44298
44299
  var script$U = ZdForm;
44299
44300
 
@@ -44476,7 +44477,7 @@ __decorate([
44476
44477
  __metadata("design:type", Object)
44477
44478
  ], ZdFrame.prototype, "minHeight", void 0);
44478
44479
  ZdFrame = __decorate([
44479
- Component
44480
+ Component$1
44480
44481
  ], ZdFrame);
44481
44482
  var script$T = ZdFrame;
44482
44483
 
@@ -44577,7 +44578,7 @@ __decorate([
44577
44578
  __metadata("design:type", String)
44578
44579
  ], ZdFramePage.prototype, "name", void 0);
44579
44580
  ZdFramePage = __decorate([
44580
- Component
44581
+ Component$1
44581
44582
  ], ZdFramePage);
44582
44583
  var script$S = ZdFramePage;
44583
44584
 
@@ -44685,7 +44686,7 @@ __decorate([
44685
44686
  __metadata("design:type", Object)
44686
44687
  ], ZdIterable.prototype, "virtualScroll", void 0);
44687
44688
  ZdIterable = __decorate([
44688
- Component
44689
+ Component$1
44689
44690
  ], ZdIterable);
44690
44691
  var ZdIterable$1 = ZdIterable;
44691
44692
 
@@ -47231,7 +47232,7 @@ __decorate([
47231
47232
  __metadata("design:type", Object)
47232
47233
  ], ZdHeader.prototype, "width", void 0);
47233
47234
  ZdHeader = __decorate([
47234
- Component
47235
+ Component$1
47235
47236
  ], ZdHeader);
47236
47237
  var script$Q = ZdHeader;
47237
47238
 
@@ -47902,7 +47903,7 @@ __decorate([
47902
47903
  __metadata("design:type", String)
47903
47904
  ], ZdIcon.prototype, "iconName", void 0);
47904
47905
  ZdIcon = __decorate([
47905
- Component
47906
+ Component$1
47906
47907
  ], ZdIcon);
47907
47908
  var script$M = ZdIcon;
47908
47909
 
@@ -48022,7 +48023,7 @@ __decorate([
48022
48023
  __metadata("design:type", String)
48023
48024
  ], ZdImage.prototype, "width", void 0);
48024
48025
  ZdImage = __decorate([
48025
- Component
48026
+ Component$1
48026
48027
  ], ZdImage);
48027
48028
  var script$L = ZdImage;
48028
48029
 
@@ -48185,7 +48186,7 @@ __decorate([
48185
48186
  __metadata("design:type", Number)
48186
48187
  ], ZdIncrement.prototype, "step", void 0);
48187
48188
  ZdIncrement = __decorate([
48188
- Component
48189
+ Component$1
48189
48190
  ], ZdIncrement);
48190
48191
  var script$K = ZdIncrement;
48191
48192
 
@@ -48352,7 +48353,7 @@ __decorate([
48352
48353
  __metadata("design:type", Object)
48353
48354
  ], ZdIterableColumnsButton.prototype, "ignoreColumns", void 0);
48354
48355
  ZdIterableColumnsButton = __decorate([
48355
- Component
48356
+ Component$1
48356
48357
  ], ZdIterableColumnsButton);
48357
48358
  var script$J = ZdIterableColumnsButton;
48358
48359
 
@@ -48500,7 +48501,7 @@ __decorate([
48500
48501
  __metadata("design:type", String)
48501
48502
  ], ZdIterablePageComponent.prototype, "iterableComponentName", void 0);
48502
48503
  ZdIterablePageComponent = __decorate([
48503
- Component
48504
+ Component$1
48504
48505
  ], ZdIterablePageComponent);
48505
48506
  var ZdIterablePageComponent$1 = ZdIterablePageComponent;
48506
48507
 
@@ -48600,7 +48601,7 @@ __decorate([
48600
48601
  __metadata("design:type", String)
48601
48602
  ], ZdIterablePagination.prototype, "prevIcon", void 0);
48602
48603
  ZdIterablePagination = __decorate([
48603
- Component
48604
+ Component$1
48604
48605
  ], ZdIterablePagination);
48605
48606
  var script$I = ZdIterablePagination;
48606
48607
 
@@ -49247,7 +49248,7 @@ __decorate([
49247
49248
  __metadata("design:type", Object)
49248
49249
  ], ZdIterablePageSize.prototype, "validations", void 0);
49249
49250
  ZdIterablePageSize = __decorate([
49250
- Component
49251
+ Component$1
49251
49252
  ], ZdIterablePageSize);
49252
49253
  var script$G = ZdIterablePageSize;
49253
49254
 
@@ -49314,7 +49315,7 @@ let ZdIterablePageInfo = class ZdIterablePageInfo extends ZdIterablePageComponen
49314
49315
  }
49315
49316
  };
49316
49317
  ZdIterablePageInfo = __decorate([
49317
- Component
49318
+ Component$1
49318
49319
  ], ZdIterablePageInfo);
49319
49320
  var script$F = ZdIterablePageInfo;
49320
49321
 
@@ -49439,7 +49440,7 @@ __decorate([
49439
49440
  __metadata("design:type", Array)
49440
49441
  ], ZdList.prototype, "items", void 0);
49441
49442
  ZdList = __decorate([
49442
- Component
49443
+ Component$1
49443
49444
  ], ZdList);
49444
49445
  var ZdList$1 = ZdList;
49445
49446
 
@@ -49561,7 +49562,7 @@ __decorate([
49561
49562
  __metadata("design:type", String)
49562
49563
  ], ZdListItem$1.prototype, "title", void 0);
49563
49564
  ZdListItem$1 = __decorate([
49564
- Component
49565
+ Component$1
49565
49566
  ], ZdListItem$1);
49566
49567
  var script$E = ZdListItem$1;
49567
49568
 
@@ -49677,7 +49678,7 @@ __decorate([
49677
49678
  __metadata("design:type", Boolean)
49678
49679
  ], ZdListItem.prototype, "twoLine", void 0);
49679
49680
  ZdListItem = __decorate([
49680
- Component({ components: { ZdListItemContent: __vue_component__$G } })
49681
+ Component$1({ components: { ZdListItemContent: __vue_component__$G } })
49681
49682
  ], ZdListItem);
49682
49683
  var script$D = ZdListItem;
49683
49684
 
@@ -49849,7 +49850,7 @@ __decorate([
49849
49850
  __metadata("design:type", Array)
49850
49851
  ], ZdListGroup.prototype, "items", void 0);
49851
49852
  ZdListGroup = __decorate([
49852
- Component
49853
+ Component$1
49853
49854
  ], ZdListGroup);
49854
49855
  var script$C = ZdListGroup;
49855
49856
 
@@ -50091,7 +50092,7 @@ __decorate([
50091
50092
  __metadata("design:type", String)
50092
50093
  ], ZdLoading.prototype, "textColor", void 0);
50093
50094
  ZdLoading = __decorate([
50094
- Component,
50095
+ Component$1,
50095
50096
  __metadata("design:paramtypes", [])
50096
50097
  ], ZdLoading);
50097
50098
  var script$B = ZdLoading;
@@ -50243,7 +50244,7 @@ __decorate([
50243
50244
  __metadata("design:type", Array)
50244
50245
  ], ZdLogin.prototype, "socialLogin", void 0);
50245
50246
  ZdLogin = __decorate([
50246
- Component
50247
+ Component$1
50247
50248
  ], ZdLogin);
50248
50249
  var script$A = ZdLogin;
50249
50250
 
@@ -50449,7 +50450,7 @@ __decorate([
50449
50450
  __metadata("design:type", String)
50450
50451
  ], ZdLoginButton.prototype, "grantType", void 0);
50451
50452
  ZdLoginButton = __decorate([
50452
- Component
50453
+ Component$1
50453
50454
  ], ZdLoginButton);
50454
50455
  var script$z = ZdLoginButton;
50455
50456
 
@@ -50516,7 +50517,7 @@ __decorate([
50516
50517
  __metadata("design:type", Object)
50517
50518
  ], ZdMasterDetail.prototype, "config", void 0);
50518
50519
  ZdMasterDetail = __decorate([
50519
- Component
50520
+ Component$1
50520
50521
  ], ZdMasterDetail);
50521
50522
  var script$y = ZdMasterDetail;
50522
50523
 
@@ -50830,7 +50831,7 @@ __decorate([
50830
50831
  __metadata("design:returntype", void 0)
50831
50832
  ], ZdMenu.prototype, "onRouterChange", null);
50832
50833
  ZdMenu = __decorate([
50833
- Component
50834
+ Component$1
50834
50835
  ], ZdMenu);
50835
50836
  var script$x = ZdMenu;
50836
50837
 
@@ -51094,7 +51095,7 @@ __decorate([
51094
51095
  __metadata("design:type", MenuGroup)
51095
51096
  ], ZdMenuLink.prototype, "parentGroup", void 0);
51096
51097
  ZdMenuLink = __decorate([
51097
- Component
51098
+ Component$1
51098
51099
  ], ZdMenuLink);
51099
51100
  var script$w = ZdMenuLink;
51100
51101
 
@@ -51242,7 +51243,7 @@ __decorate([
51242
51243
  __metadata("design:type", MenuGroup)
51243
51244
  ], ZdMenuGroup.prototype, "parentGroup", void 0);
51244
51245
  ZdMenuGroup = __decorate([
51245
- Component
51246
+ Component$1
51246
51247
  ], ZdMenuGroup);
51247
51248
  var script$v = ZdMenuGroup;
51248
51249
 
@@ -51408,7 +51409,7 @@ __decorate([
51408
51409
  __metadata("design:type", Object)
51409
51410
  ], ZdMenuButton.prototype, "icon", void 0);
51410
51411
  ZdMenuButton = __decorate([
51411
- Component
51412
+ Component$1
51412
51413
  ], ZdMenuButton);
51413
51414
  var script$u = ZdMenuButton;
51414
51415
 
@@ -51471,7 +51472,7 @@ let ZdMenuSeparator = class ZdMenuSeparator extends ZdComponentRender$1 {
51471
51472
  }
51472
51473
  };
51473
51474
  ZdMenuSeparator = __decorate([
51474
- Component
51475
+ Component$1
51475
51476
  ], ZdMenuSeparator);
51476
51477
  var script$t = ZdMenuSeparator;
51477
51478
 
@@ -51627,7 +51628,7 @@ let ZdModal = class ZdModal extends ZdComponent$1 {
51627
51628
  }
51628
51629
  };
51629
51630
  ZdModal = __decorate([
51630
- Component
51631
+ Component$1
51631
51632
  ], ZdModal);
51632
51633
  var script$s = ZdModal;
51633
51634
 
@@ -51791,7 +51792,7 @@ __decorate([
51791
51792
  __metadata("design:type", Object)
51792
51793
  ], ZdModalCloseButton.prototype, "icon", void 0);
51793
51794
  ZdModalCloseButton = __decorate([
51794
- Component
51795
+ Component$1
51795
51796
  ], ZdModalCloseButton);
51796
51797
  var script$r = ZdModalCloseButton;
51797
51798
 
@@ -51866,7 +51867,7 @@ __decorate([
51866
51867
  __metadata("design:type", String)
51867
51868
  ], ZdMonth.prototype, "pickerType", void 0);
51868
51869
  ZdMonth = __decorate([
51869
- Component
51870
+ Component$1
51870
51871
  ], ZdMonth);
51871
51872
  var script$q = ZdMonth;
51872
51873
 
@@ -51929,7 +51930,7 @@ let ZdPassword = class ZdPassword extends __vue_component__$18 {
51929
51930
  }
51930
51931
  };
51931
51932
  ZdPassword = __decorate([
51932
- Component
51933
+ Component$1
51933
51934
  ], ZdPassword);
51934
51935
  var script$p = ZdPassword;
51935
51936
 
@@ -52020,7 +52021,7 @@ __decorate([
52020
52021
  __metadata("design:type", Object)
52021
52022
  ], ZdProgress.prototype, "value", void 0);
52022
52023
  ZdProgress = __decorate([
52023
- Component
52024
+ Component$1
52024
52025
  ], ZdProgress);
52025
52026
  var script$o = ZdProgress;
52026
52027
 
@@ -52156,7 +52157,7 @@ __decorate([
52156
52157
  __metadata("design:type", Object)
52157
52158
  ], ZdRadio.prototype, "datasource", void 0);
52158
52159
  ZdRadio = __decorate([
52159
- Component
52160
+ Component$1
52160
52161
  ], ZdRadio);
52161
52162
  var script$n = ZdRadio;
52162
52163
 
@@ -52394,7 +52395,7 @@ __decorate([
52394
52395
  __metadata("design:type", Boolean)
52395
52396
  ], ZdRangeSlider.prototype, "vertical", void 0);
52396
52397
  ZdRangeSlider = __decorate([
52397
- Component
52398
+ Component$1
52398
52399
  ], ZdRangeSlider);
52399
52400
  var script$m = ZdRangeSlider;
52400
52401
 
@@ -52607,7 +52608,7 @@ __decorate([
52607
52608
  __metadata("design:type", Boolean)
52608
52609
  ], ZdRow.prototype, "noGutters", void 0);
52609
52610
  ZdRow = __decorate([
52610
- Component
52611
+ Component$1
52611
52612
  ], ZdRow);
52612
52613
  var script$l = ZdRow;
52613
52614
 
@@ -52735,7 +52736,7 @@ __decorate([
52735
52736
  __metadata("design:type", String)
52736
52737
  ], ZdSearch.prototype, "cssClass", void 0);
52737
52738
  ZdSearch = __decorate([
52738
- Component
52739
+ Component$1
52739
52740
  ], ZdSearch);
52740
52741
  var script$k = ZdSearch;
52741
52742
 
@@ -52828,7 +52829,7 @@ __decorate([
52828
52829
  __metadata("design:type", Object)
52829
52830
  ], ZdSelectableList.prototype, "value", void 0);
52830
52831
  ZdSelectableList = __decorate([
52831
- Component
52832
+ Component$1
52832
52833
  ], ZdSelectableList);
52833
52834
  var script$j = ZdSelectableList;
52834
52835
 
@@ -53799,7 +53800,7 @@ __decorate([
53799
53800
  __metadata("design:returntype", void 0)
53800
53801
  ], ZdSelectTree.prototype, "changeDisabled", null);
53801
53802
  ZdSelectTree = __decorate([
53802
- Component
53803
+ Component$1
53803
53804
  ], ZdSelectTree);
53804
53805
  var ZdSelectTree$1 = ZdSelectTree;
53805
53806
 
@@ -54074,7 +54075,7 @@ __decorate([
54074
54075
  __metadata("design:type", String)
54075
54076
  ], ZdSelectTreeMultiple.prototype, "valueConsistsOf", void 0);
54076
54077
  ZdSelectTreeMultiple = __decorate([
54077
- Component
54078
+ Component$1
54078
54079
  ], ZdSelectTreeMultiple);
54079
54080
  var script$h = ZdSelectTreeMultiple;
54080
54081
 
@@ -54363,7 +54364,7 @@ __decorate([
54363
54364
  __metadata("design:type", String)
54364
54365
  ], ZdSpeedDial.prototype, "transition", void 0);
54365
54366
  ZdSpeedDial = __decorate([
54366
- Component
54367
+ Component$1
54367
54368
  ], ZdSpeedDial);
54368
54369
  var script$g = ZdSpeedDial;
54369
54370
 
@@ -54535,7 +54536,7 @@ __decorate([
54535
54536
  __metadata("design:type", Boolean)
54536
54537
  ], ZdSteppers.prototype, "content", void 0);
54537
54538
  ZdSteppers = __decorate([
54538
- Component
54539
+ Component$1
54539
54540
  ], ZdSteppers);
54540
54541
  var script$f = ZdSteppers;
54541
54542
 
@@ -54787,7 +54788,7 @@ __decorate([
54787
54788
  __metadata("design:type", String)
54788
54789
  ], ZdSvgMap.prototype, "src", void 0);
54789
54790
  ZdSvgMap = __decorate([
54790
- Component
54791
+ Component$1
54791
54792
  ], ZdSvgMap);
54792
54793
  var script$e = ZdSvgMap;
54793
54794
 
@@ -54889,7 +54890,7 @@ __decorate([
54889
54890
  __metadata("design:type", Boolean)
54890
54891
  ], ZdSwitch.prototype, "inset", void 0);
54891
54892
  ZdSwitch = __decorate([
54892
- Component
54893
+ Component$1
54893
54894
  ], ZdSwitch);
54894
54895
  var script$d = ZdSwitch;
54895
54896
 
@@ -55033,7 +55034,7 @@ __decorate([
55033
55034
  __metadata("design:type", Boolean)
55034
55035
  ], ZdTable.prototype, "showTableHead", void 0);
55035
55036
  ZdTable = __decorate([
55036
- Component
55037
+ Component$1
55037
55038
  ], ZdTable);
55038
55039
  var script$c = ZdTable;
55039
55040
 
@@ -55215,7 +55216,7 @@ __decorate([
55215
55216
  __metadata("design:type", Array)
55216
55217
  ], ZdTabs.prototype, "tabs", void 0);
55217
55218
  ZdTabs = __decorate([
55218
- Component
55219
+ Component$1
55219
55220
  ], ZdTabs);
55220
55221
  var script$b = ZdTabs;
55221
55222
 
@@ -55429,7 +55430,7 @@ __decorate([
55429
55430
  __metadata("design:type", String)
55430
55431
  ], ZdTab.prototype, "tabName", void 0);
55431
55432
  ZdTab = __decorate([
55432
- Component
55433
+ Component$1
55433
55434
  ], ZdTab);
55434
55435
  var script$a = ZdTab;
55435
55436
 
@@ -55530,7 +55531,7 @@ __decorate([
55530
55531
  __metadata("design:type", Boolean)
55531
55532
  ], ZdTabItem.prototype, "lazyLoad", void 0);
55532
55533
  ZdTabItem = __decorate([
55533
- Component
55534
+ Component$1
55534
55535
  ], ZdTabItem);
55535
55536
  var script$9 = ZdTabItem;
55536
55537
 
@@ -55645,7 +55646,7 @@ __decorate([
55645
55646
  __metadata("design:type", String)
55646
55647
  ], ZdTag.prototype, "tag", void 0);
55647
55648
  ZdTag = __decorate([
55648
- Component
55649
+ Component$1
55649
55650
  ], ZdTag);
55650
55651
  var script$8 = ZdTag;
55651
55652
 
@@ -55766,7 +55767,7 @@ __decorate([
55766
55767
  __metadata("design:type", String)
55767
55768
  ], ZdText.prototype, "tag", void 0);
55768
55769
  ZdText = __decorate([
55769
- Component({
55770
+ Component$1({
55770
55771
  components: { ZdRender },
55771
55772
  })
55772
55773
  ], ZdText);
@@ -55929,7 +55930,7 @@ __decorate([
55929
55930
  __metadata("design:type", Object)
55930
55931
  ], ZdTextarea.prototype, "rows", void 0);
55931
55932
  ZdTextarea = __decorate([
55932
- Component
55933
+ Component$1
55933
55934
  ], ZdTextarea);
55934
55935
  var script$6 = ZdTextarea;
55935
55936
 
@@ -56273,7 +56274,7 @@ __decorate([
56273
56274
  __metadata("design:type", String)
56274
56275
  ], ZdTime.prototype, "displayFormat", void 0);
56275
56276
  ZdTime = __decorate([
56276
- Component
56277
+ Component$1
56277
56278
  ], ZdTime);
56278
56279
  var script$5 = ZdTime;
56279
56280
 
@@ -56513,7 +56514,7 @@ __decorate([
56513
56514
  __metadata("design:type", Object)
56514
56515
  ], ZdTooltip.prototype, "top", void 0);
56515
56516
  ZdTooltip = __decorate([
56516
- Component
56517
+ Component$1
56517
56518
  ], ZdTooltip);
56518
56519
  var script$4 = ZdTooltip;
56519
56520
 
@@ -56684,7 +56685,7 @@ __decorate([
56684
56685
  __metadata("design:returntype", void 0)
56685
56686
  ], ZdTreeCheckbox.prototype, "check", null);
56686
56687
  ZdTreeCheckbox = __decorate([
56687
- Component
56688
+ Component$1
56688
56689
  ], ZdTreeCheckbox);
56689
56690
  var script$3 = ZdTreeCheckbox;
56690
56691
 
@@ -56770,7 +56771,7 @@ __decorate([
56770
56771
  __metadata("design:type", Object)
56771
56772
  ], ZdTreeAfterTitle.prototype, "node", void 0);
56772
56773
  ZdTreeAfterTitle = __decorate([
56773
- Component
56774
+ Component$1
56774
56775
  ], ZdTreeAfterTitle);
56775
56776
  var script$2 = ZdTreeAfterTitle;
56776
56777
 
@@ -57004,7 +57005,7 @@ __decorate([
57004
57005
  __metadata("design:returntype", void 0)
57005
57006
  ], ZdTree.prototype, "dataChange", null);
57006
57007
  ZdTree = __decorate([
57007
- Component({
57008
+ Component$1({
57008
57009
  components: { ZdTreeCheckbox: __vue_component__$4, ZdTreeAfterTitle: __vue_component__$3 },
57009
57010
  })
57010
57011
  ], ZdTree);
@@ -41419,6 +41419,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
41419
41419
  },
41420
41420
  "zd-text-align-" +
41421
41421
  (_vm.instance.reverse ? "right" : _vm.instance.align),
41422
+ _vm.instance.type === "color" ? "zd-color-type" : "",
41422
41423
  ],
41423
41424
  style: _vm.instance.cssStyle,
41424
41425
  attrs: {
@@ -41530,7 +41531,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
41530
41531
  /* style */
41531
41532
  const __vue_inject_styles__$18 = function (inject) {
41532
41533
  if (!inject) return
41533
- inject("data-v-60a42fc6_0", { source: ".zd-text-input__affix, .v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix, .v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-grey-lighten2);\n font-size: var(--zd-font-body2-size);\n line-height: 15px;\n padding: 3px 0 4px 0;\n}\n.zd-input.v-input.v-input--is-readonly > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-lighten5);\n}\n.zd-input.v-input.v-input--is-readonly.theme--dark > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-darken2);\n}\n.v-input.zd-text-input {\n padding-top: var(--spacing-4);\n}\n.v-input.zd-text-input .v-input__prepend-outer {\n margin-right: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__append-outer {\n margin-left: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__prepend-outer, .v-input.zd-text-input .v-input__append-outer {\n margin-top: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input .v-input__append-inner, .v-input.zd-text-input .v-input__prepend-inner {\n padding: 0;\n margin: 0;\n align-self: unset;\n}\n.v-input.zd-text-input .v-input__prepend-outer .v-icon, .v-input.zd-text-input .v-input__append-outer .v-icon, .v-input.zd-text-input .v-input__append-inner .v-icon, .v-input.zd-text-input .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n padding-left: var(--spacing-2);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__slot {\n position: static;\n}\n.v-input.zd-text-input.v-text-field--reverse > .v-input__control > .v-input__slot label {\n left: auto !important;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append {\n align-items: center;\n display: inline-flex;\n flex: 1 0 auto;\n justify-content: center;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix {\n padding-right: var(--spacing-2);\n}\n.v-input.zd-text-input.zd-text-input--prepend-icon > .v-input__control > .v-input__slot > .v-input__prepend-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-input--append-icon > .v-input__control > .v-input__slot > .v-input__append-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer, .v-input.zd-text-input.zd-dense .v-input__append-outer {\n margin-top: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-inner .v-icon, .v-input.zd-text-input.zd-dense .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size-small);\n}\n.v-input.zd-text-input.zd-dense .v-input__slot .v-text-field__prefix {\n height: auto;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__append-inner:last-child,\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__prepend-inner:first-child {\n margin: 0;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) > .v-input__control > .v-input__slot input {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-align-left > .v-input__control > .v-input__slot input {\n text-align: left;\n}\n.v-input.zd-text-input.zd-text-align-center > .v-input__control > .v-input__slot input {\n text-align: center;\n}\n.v-input.zd-text-input.zd-text-align-right > .v-input__control > .v-input__slot input {\n text-align: right;\n}", map: undefined, media: undefined });
41534
+ inject("data-v-5ab905d8_0", { source: ".zd-text-input__affix, .v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix, .v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n font-weight: var(--zd-font-body2-weight);\n color: var(--v-grey-lighten2);\n font-size: var(--zd-font-body2-size);\n line-height: 15px;\n padding: 3px 0 4px 0;\n}\n.zd-input.v-input.v-input--is-readonly > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-lighten5);\n}\n.zd-input.v-input.v-input--is-readonly.theme--dark > .v-input__control > .v-input__slot {\n background-color: var(--v-grey-darken2);\n}\n.v-input.zd-text-input {\n padding-top: var(--spacing-4);\n}\n.v-input.zd-text-input .v-input__prepend-outer {\n margin-right: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__append-outer {\n margin-left: var(--spacing-1);\n}\n.v-input.zd-text-input .v-input__prepend-outer, .v-input.zd-text-input .v-input__append-outer {\n margin-top: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--spacing-7) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input .v-input__append-inner, .v-input.zd-text-input .v-input__prepend-inner {\n padding: 0;\n margin: 0;\n align-self: unset;\n}\n.v-input.zd-text-input .v-input__prepend-outer .v-icon, .v-input.zd-text-input .v-input__append-outer .v-icon, .v-input.zd-text-input .v-input__append-inner .v-icon, .v-input.zd-text-input .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__prefix {\n padding-left: var(--spacing-2);\n}\n.v-input.zd-text-input > .v-input__control > .v-input__slot .v-text-field__slot {\n position: static;\n}\n.v-input.zd-text-input.v-text-field--reverse > .v-input__control > .v-input__slot label {\n left: auto !important;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append {\n align-items: center;\n display: inline-flex;\n flex: 1 0 auto;\n justify-content: center;\n}\n.v-input.zd-text-input.zd-text-input--suffix .v-input__append-inner > .zd-text-input__append .zd-text-input__append__suffix {\n padding-right: var(--spacing-2);\n}\n.v-input.zd-text-input.zd-text-input--prepend-icon > .v-input__control > .v-input__slot > .v-input__prepend-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-input--append-icon > .v-input__control > .v-input__slot > .v-input__append-inner {\n padding: 0;\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer, .v-input.zd-text-input.zd-dense .v-input__append-outer {\n margin-top: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n margin-bottom: calc(var(--icon-size) / 2 - var(--icon-size) / 2);\n}\n.v-input.zd-text-input.zd-dense .v-input__prepend-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-outer .v-icon, .v-input.zd-text-input.zd-dense .v-input__append-inner .v-icon, .v-input.zd-text-input.zd-dense .v-input__prepend-inner .v-icon {\n font-size: var(--icon-size-small);\n}\n.v-input.zd-text-input.zd-dense .v-input__slot .v-text-field__prefix {\n height: auto;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__append-inner:last-child,\n.v-input.zd-text-input.zd-no-border:not(.error--text) .v-input__prepend-inner:first-child {\n margin: 0;\n}\n.v-input.zd-text-input.zd-no-border:not(.error--text) > .v-input__control > .v-input__slot input {\n padding: 0;\n}\n.v-input.zd-text-input.zd-text-align-left > .v-input__control > .v-input__slot input {\n text-align: left;\n}\n.v-input.zd-text-input.zd-color-type > .v-input__control > .v-input__slot input {\n padding: 0;\n cursor: pointer;\n max-height: 22px;\n}\n.v-input.zd-text-input.zd-color-type:not(.zd-dense) > .v-input__control > .v-input__slot input {\n max-height: 34px;\n}\n.v-input.zd-text-input.zd-text-align-center > .v-input__control > .v-input__slot input {\n text-align: center;\n}\n.v-input.zd-text-input.zd-text-align-right > .v-input__control > .v-input__slot input {\n text-align: right;\n}", map: undefined, media: undefined });
41534
41535
 
41535
41536
  };
41536
41537
  /* scoped */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/vuetify",
3
- "version": "1.55.0",
3
+ "version": "1.56.0",
4
4
  "description": "Zeedhi Components based on Vuetify",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -44,12 +44,12 @@
44
44
  "@zeedhi/common": "^1.0.0-alpha.0",
45
45
  "@zeedhi/core": "^1.0.0-alpha.0",
46
46
  "@zeedhi/vue": "^1.0.0-alpha.0",
47
- "vue": "^2.6.12",
47
+ "vue": "2.7.4",
48
48
  "vuetify": "^2.6.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/prismjs": "^1.16.2",
52
52
  "@types/sortablejs": "^1.10.6"
53
53
  },
54
- "gitHead": "68400530da9f20f16e469f5aa29bbff02fedfb06"
54
+ "gitHead": "b3aa5bf0a93f19ea0fbdaee5efbeb8537884c4c4"
55
55
  }