@zeedhi/vuetify 1.94.0 → 1.95.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-vuetify.esm.js
CHANGED
@@ -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
|
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, ColumnNotFoundError, Grid, GridEditable, Header, GridColumn, Column, Icon, Image as Image$1, Increment, IterableComponentRender, 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, Watch, Vue as Vue$1 } 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, ColumnNotFoundError, Grid, GridEditable, Header, GridColumn, Column, Icon, Image as Image$1, Increment, IterableComponentRender, 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';
|
@@ -17,6 +17,7 @@ import debounce$1 from 'lodash.debounce';
|
|
17
17
|
import { ZdRender } from '@zeedhi/vue';
|
18
18
|
import kebabcase from 'lodash.kebabcase';
|
19
19
|
import camelcase from 'lodash.camelcase';
|
20
|
+
import 'vuetify/dist/vuetify.min.css';
|
20
21
|
|
21
22
|
/* @vue/component */
|
22
23
|
|
@@ -37631,7 +37632,7 @@ let ZdComponent = ZdComponent_1 = class ZdComponent extends Vue {
|
|
37631
37632
|
constructor() {
|
37632
37633
|
super(...arguments);
|
37633
37634
|
this.instance = {};
|
37634
|
-
this.instanceType = Component;
|
37635
|
+
this.instanceType = Component$1;
|
37635
37636
|
this.createdFromObject = false;
|
37636
37637
|
}
|
37637
37638
|
created() {
|
@@ -37649,7 +37650,8 @@ let ZdComponent = ZdComponent_1 = class ZdComponent extends Vue {
|
|
37649
37650
|
parent = parent.$parent;
|
37650
37651
|
}
|
37651
37652
|
}
|
37652
|
-
|
37653
|
+
const userProperties = this.$attrs;
|
37654
|
+
this.instance = new this.instanceType(Object.assign(Object.assign({}, this.$props), { userProperties, parent: (parent === null || parent === void 0 ? void 0 : parent.instance) || parent, events: this.mergeEvents() }));
|
37653
37655
|
this.instance.onCreated();
|
37654
37656
|
}
|
37655
37657
|
if ((_a = this.$vnode.data) === null || _a === void 0 ? void 0 : _a.style) {
|
@@ -37839,14 +37841,16 @@ __decorate([
|
|
37839
37841
|
], ZdComponent.prototype, "keyMap", void 0);
|
37840
37842
|
__decorate([
|
37841
37843
|
Prop({ type: Object }),
|
37842
|
-
__metadata("design:type", Component)
|
37844
|
+
__metadata("design:type", Component$1)
|
37843
37845
|
], ZdComponent.prototype, "parent", void 0);
|
37844
37846
|
__decorate([
|
37845
37847
|
Prop({ type: Object }),
|
37846
|
-
__metadata("design:type", Component)
|
37848
|
+
__metadata("design:type", Component$1)
|
37847
37849
|
], ZdComponent.prototype, "instanceObject", void 0);
|
37848
37850
|
ZdComponent = ZdComponent_1 = __decorate([
|
37849
|
-
Component
|
37851
|
+
Component({
|
37852
|
+
inheritAttrs: false,
|
37853
|
+
})
|
37850
37854
|
], ZdComponent);
|
37851
37855
|
var ZdComponent$1 = ZdComponent;
|
37852
37856
|
|
@@ -37918,7 +37922,7 @@ __decorate([
|
|
37918
37922
|
__metadata("design:returntype", void 0)
|
37919
37923
|
], ZdAlert.prototype, "changeAlerts", null);
|
37920
37924
|
ZdAlert = __decorate([
|
37921
|
-
Component
|
37925
|
+
Component,
|
37922
37926
|
__metadata("design:paramtypes", [])
|
37923
37927
|
], ZdAlert);
|
37924
37928
|
var script$1n = ZdAlert;
|
@@ -38222,7 +38226,7 @@ __decorate([
|
|
38222
38226
|
__metadata("design:type", String)
|
38223
38227
|
], ZdComponentRender.prototype, "component", void 0);
|
38224
38228
|
ZdComponentRender = __decorate([
|
38225
|
-
Component
|
38229
|
+
Component
|
38226
38230
|
], ZdComponentRender);
|
38227
38231
|
var ZdComponentRender$1 = ZdComponentRender;
|
38228
38232
|
|
@@ -38389,7 +38393,7 @@ __decorate([
|
|
38389
38393
|
__metadata("design:type", String)
|
38390
38394
|
], ZdApexChart.prototype, "loadColor", void 0);
|
38391
38395
|
ZdApexChart = __decorate([
|
38392
|
-
Component
|
38396
|
+
Component
|
38393
38397
|
], ZdApexChart);
|
38394
38398
|
var script$1m = ZdApexChart;
|
38395
38399
|
|
@@ -38546,7 +38550,7 @@ __decorate([
|
|
38546
38550
|
__metadata("design:type", Boolean)
|
38547
38551
|
], ZdBadge.prototype, "showBadgeCounter", void 0);
|
38548
38552
|
ZdBadge = __decorate([
|
38549
|
-
Component
|
38553
|
+
Component
|
38550
38554
|
], ZdBadge);
|
38551
38555
|
var script$1l = ZdBadge;
|
38552
38556
|
|
@@ -38672,7 +38676,7 @@ __decorate([
|
|
38672
38676
|
__metadata("design:type", Boolean)
|
38673
38677
|
], ZdBreadcrumbs.prototype, "small", void 0);
|
38674
38678
|
ZdBreadcrumbs = __decorate([
|
38675
|
-
Component
|
38679
|
+
Component
|
38676
38680
|
], ZdBreadcrumbs);
|
38677
38681
|
var script$1k = ZdBreadcrumbs;
|
38678
38682
|
|
@@ -38878,7 +38882,7 @@ __decorate([
|
|
38878
38882
|
__metadata("design:type", Object)
|
38879
38883
|
], ZdButton.prototype, "width", void 0);
|
38880
38884
|
ZdButton = __decorate([
|
38881
|
-
Component
|
38885
|
+
Component
|
38882
38886
|
], ZdButton);
|
38883
38887
|
var ZdButton$1 = ZdButton;
|
38884
38888
|
|
@@ -39089,7 +39093,7 @@ __decorate([
|
|
39089
39093
|
__metadata("design:type", Array)
|
39090
39094
|
], ZdButtonGroup.prototype, "children", void 0);
|
39091
39095
|
ZdButtonGroup = __decorate([
|
39092
|
-
Component
|
39096
|
+
Component
|
39093
39097
|
], ZdButtonGroup);
|
39094
39098
|
var script$1j = ZdButtonGroup;
|
39095
39099
|
|
@@ -39308,7 +39312,7 @@ __decorate([
|
|
39308
39312
|
__metadata("design:type", String)
|
39309
39313
|
], ZdCard.prototype, "to", void 0);
|
39310
39314
|
ZdCard = __decorate([
|
39311
|
-
Component
|
39315
|
+
Component
|
39312
39316
|
], ZdCard);
|
39313
39317
|
var script$1i = ZdCard;
|
39314
39318
|
|
@@ -39668,7 +39672,7 @@ __decorate([
|
|
39668
39672
|
__metadata("design:returntype", void 0)
|
39669
39673
|
], ZdCarousel.prototype, "changeIsVisible", null);
|
39670
39674
|
ZdCarousel = __decorate([
|
39671
|
-
Component
|
39675
|
+
Component
|
39672
39676
|
], ZdCarousel);
|
39673
39677
|
var script$1h = ZdCarousel;
|
39674
39678
|
|
@@ -40143,7 +40147,7 @@ __decorate([
|
|
40143
40147
|
__metadata("design:type", Object)
|
40144
40148
|
], ZdInput.prototype, "value", void 0);
|
40145
40149
|
ZdInput = __decorate([
|
40146
|
-
Component
|
40150
|
+
Component
|
40147
40151
|
], ZdInput);
|
40148
40152
|
var ZdInput$1 = ZdInput;
|
40149
40153
|
|
@@ -40165,7 +40169,7 @@ __decorate([
|
|
40165
40169
|
__metadata("design:type", Object)
|
40166
40170
|
], ZdToggleable.prototype, "trueValue", void 0);
|
40167
40171
|
ZdToggleable = __decorate([
|
40168
|
-
Component
|
40172
|
+
Component
|
40169
40173
|
], ZdToggleable);
|
40170
40174
|
var ZdToggleable$1 = ZdToggleable;
|
40171
40175
|
|
@@ -40183,7 +40187,7 @@ let ZdCheckbox = class ZdCheckbox extends ZdToggleable$1 {
|
|
40183
40187
|
}
|
40184
40188
|
};
|
40185
40189
|
ZdCheckbox = __decorate([
|
40186
|
-
Component
|
40190
|
+
Component
|
40187
40191
|
], ZdCheckbox);
|
40188
40192
|
var script$1g = ZdCheckbox;
|
40189
40193
|
|
@@ -40354,7 +40358,7 @@ __decorate([
|
|
40354
40358
|
__metadata("design:type", Object)
|
40355
40359
|
], ZdCheckboxMultiple.prototype, "vertical", void 0);
|
40356
40360
|
ZdCheckboxMultiple = __decorate([
|
40357
|
-
Component
|
40361
|
+
Component
|
40358
40362
|
], ZdCheckboxMultiple);
|
40359
40363
|
var script$1f = ZdCheckboxMultiple;
|
40360
40364
|
|
@@ -40559,7 +40563,7 @@ __decorate([
|
|
40559
40563
|
__metadata("design:type", Boolean)
|
40560
40564
|
], ZdChip.prototype, "xSmall", void 0);
|
40561
40565
|
ZdChip = __decorate([
|
40562
|
-
Component
|
40566
|
+
Component
|
40563
40567
|
], ZdChip);
|
40564
40568
|
var script$1e = ZdChip;
|
40565
40569
|
|
@@ -40792,7 +40796,7 @@ __decorate([
|
|
40792
40796
|
__metadata("design:type", Object)
|
40793
40797
|
], ZdCodeEditor.prototype, "staticCode", void 0);
|
40794
40798
|
ZdCodeEditor = __decorate([
|
40795
|
-
Component
|
40799
|
+
Component
|
40796
40800
|
], ZdCodeEditor);
|
40797
40801
|
var script$1d = ZdCodeEditor;
|
40798
40802
|
|
@@ -41029,7 +41033,7 @@ __decorate([
|
|
41029
41033
|
__metadata("design:type", Object)
|
41030
41034
|
], ZdCol.prototype, "fillHeight", void 0);
|
41031
41035
|
ZdCol = __decorate([
|
41032
|
-
Component
|
41036
|
+
Component
|
41033
41037
|
], ZdCol);
|
41034
41038
|
var script$1c = ZdCol;
|
41035
41039
|
|
@@ -41212,7 +41216,7 @@ __decorate([
|
|
41212
41216
|
__metadata("design:type", Boolean)
|
41213
41217
|
], ZdCollapseCard.prototype, "readonly", void 0);
|
41214
41218
|
ZdCollapseCard = __decorate([
|
41215
|
-
Component
|
41219
|
+
Component
|
41216
41220
|
], ZdCollapseCard);
|
41217
41221
|
var script$1b = ZdCollapseCard;
|
41218
41222
|
|
@@ -41491,7 +41495,7 @@ __decorate([
|
|
41491
41495
|
__metadata("design:type", Object)
|
41492
41496
|
], ZdContainer.prototype, "maxWidth", void 0);
|
41493
41497
|
ZdContainer = __decorate([
|
41494
|
-
Component
|
41498
|
+
Component
|
41495
41499
|
], ZdContainer);
|
41496
41500
|
var script$1a = ZdContainer;
|
41497
41501
|
|
@@ -41748,7 +41752,7 @@ __decorate([
|
|
41748
41752
|
__metadata("design:type", Object)
|
41749
41753
|
], ZdTextInput.prototype, "vMaskProp", void 0);
|
41750
41754
|
ZdTextInput = __decorate([
|
41751
|
-
Component
|
41755
|
+
Component
|
41752
41756
|
], ZdTextInput);
|
41753
41757
|
var ZdTextInput$1 = ZdTextInput;
|
41754
41758
|
|
@@ -42008,7 +42012,7 @@ __decorate([
|
|
42008
42012
|
__metadata("design:type", Object)
|
42009
42013
|
], ZdNumber.prototype, "value", void 0);
|
42010
42014
|
ZdNumber = __decorate([
|
42011
|
-
Component
|
42015
|
+
Component
|
42012
42016
|
], ZdNumber);
|
42013
42017
|
var ZdNumber$1 = ZdNumber;
|
42014
42018
|
|
@@ -42096,7 +42100,7 @@ __decorate([
|
|
42096
42100
|
__metadata("design:type", Object)
|
42097
42101
|
], ZdCurrency.prototype, "mask", void 0);
|
42098
42102
|
ZdCurrency = __decorate([
|
42099
|
-
Component
|
42103
|
+
Component
|
42100
42104
|
], ZdCurrency);
|
42101
42105
|
var script$19 = ZdCurrency;
|
42102
42106
|
|
@@ -42333,7 +42337,7 @@ __decorate([
|
|
42333
42337
|
__metadata("design:type", Object)
|
42334
42338
|
], ZdDashboard.prototype, "editHeader", void 0);
|
42335
42339
|
ZdDashboard = __decorate([
|
42336
|
-
Component
|
42340
|
+
Component
|
42337
42341
|
], ZdDashboard);
|
42338
42342
|
var script$18 = ZdDashboard;
|
42339
42343
|
|
@@ -42838,7 +42842,7 @@ __decorate([
|
|
42838
42842
|
__metadata("design:type", String)
|
42839
42843
|
], ZdDate.prototype, "min", void 0);
|
42840
42844
|
ZdDate = __decorate([
|
42841
|
-
Component
|
42845
|
+
Component
|
42842
42846
|
], ZdDate);
|
42843
42847
|
var script$17 = ZdDate;
|
42844
42848
|
|
@@ -43345,7 +43349,7 @@ __decorate([
|
|
43345
43349
|
__metadata("design:type", String)
|
43346
43350
|
], ZdDateRange.prototype, "min", void 0);
|
43347
43351
|
ZdDateRange = __decorate([
|
43348
|
-
Component
|
43352
|
+
Component
|
43349
43353
|
], ZdDateRange);
|
43350
43354
|
var script$16 = ZdDateRange;
|
43351
43355
|
|
@@ -43654,7 +43658,7 @@ let ZdDialog = class ZdDialog extends ZdComponent$1 {
|
|
43654
43658
|
}
|
43655
43659
|
};
|
43656
43660
|
ZdDialog = __decorate([
|
43657
|
-
Component
|
43661
|
+
Component,
|
43658
43662
|
__metadata("design:paramtypes", [])
|
43659
43663
|
], ZdDialog);
|
43660
43664
|
var script$15 = ZdDialog;
|
@@ -43827,7 +43831,7 @@ __decorate([
|
|
43827
43831
|
__metadata("design:type", Boolean)
|
43828
43832
|
], ZdDivider.prototype, "vertical", void 0);
|
43829
43833
|
ZdDivider = __decorate([
|
43830
|
-
Component
|
43834
|
+
Component
|
43831
43835
|
], ZdDivider);
|
43832
43836
|
var script$14 = ZdDivider;
|
43833
43837
|
|
@@ -43986,7 +43990,7 @@ __decorate([
|
|
43986
43990
|
__metadata("design:type", Object)
|
43987
43991
|
], ZdDropdown.prototype, "value", void 0);
|
43988
43992
|
ZdDropdown = __decorate([
|
43989
|
-
Component
|
43993
|
+
Component
|
43990
43994
|
], ZdDropdown);
|
43991
43995
|
var ZdDropdown$1 = ZdDropdown;
|
43992
43996
|
|
@@ -44278,7 +44282,7 @@ __decorate([
|
|
44278
44282
|
__metadata("design:type", Object)
|
44279
44283
|
], ZdFileInput.prototype, "value", void 0);
|
44280
44284
|
ZdFileInput = __decorate([
|
44281
|
-
Component
|
44285
|
+
Component
|
44282
44286
|
], ZdFileInput);
|
44283
44287
|
var script$13 = ZdFileInput;
|
44284
44288
|
|
@@ -44668,7 +44672,7 @@ __decorate([
|
|
44668
44672
|
__metadata("design:type", Object)
|
44669
44673
|
], ZdFooter.prototype, "width", void 0);
|
44670
44674
|
ZdFooter = __decorate([
|
44671
|
-
Component
|
44675
|
+
Component
|
44672
44676
|
], ZdFooter);
|
44673
44677
|
var script$12 = ZdFooter;
|
44674
44678
|
|
@@ -44978,7 +44982,7 @@ __decorate([
|
|
44978
44982
|
__metadata("design:type", Object)
|
44979
44983
|
], ZdForm.prototype, "value", void 0);
|
44980
44984
|
ZdForm = __decorate([
|
44981
|
-
Component
|
44985
|
+
Component
|
44982
44986
|
], ZdForm);
|
44983
44987
|
var script$11 = ZdForm;
|
44984
44988
|
|
@@ -45206,7 +45210,7 @@ __decorate([
|
|
45206
45210
|
__metadata("design:type", Object)
|
45207
45211
|
], ZdFrame.prototype, "fillHeight", void 0);
|
45208
45212
|
ZdFrame = __decorate([
|
45209
|
-
Component
|
45213
|
+
Component
|
45210
45214
|
], ZdFrame);
|
45211
45215
|
var script$10 = ZdFrame;
|
45212
45216
|
|
@@ -45310,7 +45314,7 @@ __decorate([
|
|
45310
45314
|
__metadata("design:type", String)
|
45311
45315
|
], ZdFramePage.prototype, "name", void 0);
|
45312
45316
|
ZdFramePage = __decorate([
|
45313
|
-
Component
|
45317
|
+
Component
|
45314
45318
|
], ZdFramePage);
|
45315
45319
|
var script$$ = ZdFramePage;
|
45316
45320
|
|
@@ -45429,7 +45433,7 @@ __decorate([
|
|
45429
45433
|
__metadata("design:type", Object)
|
45430
45434
|
], ZdIterable.prototype, "searchVisibleOnly", void 0);
|
45431
45435
|
ZdIterable = __decorate([
|
45432
|
-
Component
|
45436
|
+
Component
|
45433
45437
|
], ZdIterable);
|
45434
45438
|
var ZdIterable$1 = ZdIterable;
|
45435
45439
|
|
@@ -46219,7 +46223,7 @@ let ZdGrid = class ZdGrid extends ZdIterable$1 {
|
|
46219
46223
|
return widthData;
|
46220
46224
|
}
|
46221
46225
|
updateFixedColumns() {
|
46222
|
-
if (this.instance.columns.filter((column) => column.fixed).length === 0)
|
46226
|
+
if (this.instance.columns.filter((column) => (column.fixed || column.actionFixed)).length === 0)
|
46223
46227
|
return;
|
46224
46228
|
if (!this.tableHeader) {
|
46225
46229
|
this.tableHeader = this.$el.querySelector('table thead tr');
|
@@ -47370,7 +47374,7 @@ __vue_render__$15._withStripped = true;
|
|
47370
47374
|
/* style */
|
47371
47375
|
const __vue_inject_styles__$15 = function (inject) {
|
47372
47376
|
if (!inject) return
|
47373
|
-
inject("data-v-6352aa7c_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined });
|
47377
|
+
inject("data-v-6352aa7c_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n z-index: 5;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined });
|
47374
47378
|
|
47375
47379
|
};
|
47376
47380
|
/* scoped */
|
@@ -48486,7 +48490,7 @@ __vue_render__$14._withStripped = true;
|
|
48486
48490
|
/* style */
|
48487
48491
|
const __vue_inject_styles__$14 = function (inject) {
|
48488
48492
|
if (!inject) return
|
48489
|
-
inject("data-v-40a8be52_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
48493
|
+
inject("data-v-40a8be52_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n z-index: 5;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
48490
48494
|
,inject("data-v-40a8be52_1", { source: ".zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable.text-right .zd-table-cell-inline-edit, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable.text-right .zd-table-cell-inline-edit {\n justify-content: flex-end;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable.text-right .zd-table-cell-text, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable.text-right .zd-table-cell-text {\n flex-direction: row-reverse !important;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable.text-center .zd-table-cell-inline-edit, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable.text-center .zd-table-cell-inline-edit {\n justify-content: center;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable.text-center .zd-table-cell-text, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable.text-center .zd-table-cell-text {\n flex-direction: column !important;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-inline-edit, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-inline-edit {\n display: flex;\n flex: 1;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-inline-edit .zd-switch .v-input__slot, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-inline-edit .zd-switch .v-input__slot {\n margin-bottom: 0;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-grid-cell-content, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-grid-cell-content {\n flex: 1;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-edit-icon, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-edit-icon {\n align-self: center;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-edit-icon .v-icon, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-edit-icon .v-icon {\n display: flex;\n font-size: 18px;\n margin-right: var(--spacing-1);\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text {\n padding: 0 8px;\n position: relative;\n display: flex;\n flex: 1;\n height: 20px;\n flex-direction: row !important;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:after, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n content: \"\";\n position: absolute;\n width: 1px;\n height: var(--spacing-1);\n bottom: 0px;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before {\n left: 0;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:after, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n right: 0px;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable {\n cursor: pointer;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text {\n border-bottom: solid var(--regular) var(--v-grey-lighten4);\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n border-left: solid var(--regular) var(--v-grey-lighten4);\n}\n.zd-grid.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot {\n height: 22px;\n}\n.zd-grid.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot input, .zd-grid.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot .v-select__selections {\n max-height: 22px;\n}", map: undefined, media: undefined });
|
48491
48495
|
|
48492
48496
|
};
|
@@ -48617,7 +48621,7 @@ __decorate([
|
|
48617
48621
|
__metadata("design:type", Object)
|
48618
48622
|
], ZdHeader.prototype, "width", void 0);
|
48619
48623
|
ZdHeader = __decorate([
|
48620
|
-
Component
|
48624
|
+
Component
|
48621
48625
|
], ZdHeader);
|
48622
48626
|
var script$Z = ZdHeader;
|
48623
48627
|
|
@@ -49303,7 +49307,7 @@ __decorate([
|
|
49303
49307
|
__metadata("design:returntype", void 0)
|
49304
49308
|
], ZdGridAction.prototype, "change", null);
|
49305
49309
|
ZdGridAction = __decorate([
|
49306
|
-
Component
|
49310
|
+
Component
|
49307
49311
|
], ZdGridAction);
|
49308
49312
|
var script$V = ZdGridAction;
|
49309
49313
|
|
@@ -49426,7 +49430,7 @@ __decorate([
|
|
49426
49430
|
__metadata("design:type", Boolean)
|
49427
49431
|
], ZdGridCell.prototype, "cellSelection", void 0);
|
49428
49432
|
ZdGridCell = __decorate([
|
49429
|
-
Component
|
49433
|
+
Component
|
49430
49434
|
], ZdGridCell);
|
49431
49435
|
var ZdGridCell$1 = ZdGridCell;
|
49432
49436
|
|
@@ -49568,7 +49572,7 @@ __decorate([
|
|
49568
49572
|
__metadata("design:returntype", void 0)
|
49569
49573
|
], ZdGridCellContent.prototype, "changeValue", null);
|
49570
49574
|
ZdGridCellContent = __decorate([
|
49571
|
-
Component
|
49575
|
+
Component
|
49572
49576
|
], ZdGridCellContent);
|
49573
49577
|
var script$U = ZdGridCellContent;
|
49574
49578
|
|
@@ -49676,7 +49680,7 @@ __decorate([
|
|
49676
49680
|
__metadata("design:type", Object)
|
49677
49681
|
], ZdGridCellEdit.prototype, "component", void 0);
|
49678
49682
|
ZdGridCellEdit = __decorate([
|
49679
|
-
Component
|
49683
|
+
Component
|
49680
49684
|
], ZdGridCellEdit);
|
49681
49685
|
var script$T = ZdGridCellEdit;
|
49682
49686
|
|
@@ -49940,7 +49944,7 @@ __decorate([
|
|
49940
49944
|
__metadata("design:returntype", void 0)
|
49941
49945
|
], ZdGridEditableCell.prototype, "rowChange", null);
|
49942
49946
|
ZdGridEditableCell = __decorate([
|
49943
|
-
Component
|
49947
|
+
Component
|
49944
49948
|
], ZdGridEditableCell);
|
49945
49949
|
var script$S = ZdGridEditableCell;
|
49946
49950
|
|
@@ -50254,7 +50258,7 @@ __decorate([
|
|
50254
50258
|
__metadata("design:returntype", void 0)
|
50255
50259
|
], ZdGridEditableCellContent.prototype, "rowChange", null);
|
50256
50260
|
ZdGridEditableCellContent = __decorate([
|
50257
|
-
Component
|
50261
|
+
Component
|
50258
50262
|
], ZdGridEditableCellContent);
|
50259
50263
|
var script$R = ZdGridEditableCellContent;
|
50260
50264
|
|
@@ -50398,7 +50402,7 @@ __decorate([
|
|
50398
50402
|
__metadata("design:type", Object)
|
50399
50403
|
], ZdGridRow.prototype, "classes", void 0);
|
50400
50404
|
ZdGridRow = __decorate([
|
50401
|
-
Component
|
50405
|
+
Component
|
50402
50406
|
], ZdGridRow);
|
50403
50407
|
var script$Q = ZdGridRow;
|
50404
50408
|
|
@@ -50507,7 +50511,7 @@ __decorate([
|
|
50507
50511
|
__metadata("design:type", String)
|
50508
50512
|
], ZdGridCheckbox.prototype, "theme", void 0);
|
50509
50513
|
ZdGridCheckbox = __decorate([
|
50510
|
-
Component
|
50514
|
+
Component
|
50511
50515
|
], ZdGridCheckbox);
|
50512
50516
|
var script$P = ZdGridCheckbox;
|
50513
50517
|
|
@@ -50977,7 +50981,7 @@ __decorate([
|
|
50977
50981
|
__metadata("design:type", String)
|
50978
50982
|
], ZdIcon.prototype, "iconName", void 0);
|
50979
50983
|
ZdIcon = __decorate([
|
50980
|
-
Component
|
50984
|
+
Component
|
50981
50985
|
], ZdIcon);
|
50982
50986
|
var script$M = ZdIcon;
|
50983
50987
|
|
@@ -51083,6 +51087,9 @@ let ZdImage = class ZdImage extends ZdComponentRender$1 {
|
|
51083
51087
|
setFillHeight(this.$el);
|
51084
51088
|
}
|
51085
51089
|
}
|
51090
|
+
load(event) {
|
51091
|
+
this.instance.load(event, this.$el);
|
51092
|
+
}
|
51086
51093
|
};
|
51087
51094
|
__decorate([
|
51088
51095
|
PropWatch({ type: String, default: '' }),
|
@@ -51133,7 +51140,7 @@ __decorate([
|
|
51133
51140
|
__metadata("design:type", Object)
|
51134
51141
|
], ZdImage.prototype, "fillHeight", void 0);
|
51135
51142
|
ZdImage = __decorate([
|
51136
|
-
Component
|
51143
|
+
Component
|
51137
51144
|
], ZdImage);
|
51138
51145
|
var script$L = ZdImage;
|
51139
51146
|
|
@@ -51233,7 +51240,7 @@ var __vue_render__$Q = function () {
|
|
51233
51240
|
return _vm.mouseleave($event)
|
51234
51241
|
},
|
51235
51242
|
load: function ($event) {
|
51236
|
-
return _vm.
|
51243
|
+
return _vm.load($event)
|
51237
51244
|
},
|
51238
51245
|
error: function ($event) {
|
51239
51246
|
return _vm.instance.errorImage()
|
@@ -51259,7 +51266,7 @@ __vue_render__$Q._withStripped = true;
|
|
51259
51266
|
/* style */
|
51260
51267
|
const __vue_inject_styles__$Q = function (inject) {
|
51261
51268
|
if (!inject) return
|
51262
|
-
inject("data-v-
|
51269
|
+
inject("data-v-596ad2a8_0", { source: ".zd-image {\n position: relative;\n display: inline-block;\n overflow: hidden;\n}\n.zd-image img {\n height: 100%;\n width: 100%;\n}\n.zd-image img.zd-image-not-found {\n background-color: #f8f8f8;\n object-fit: scale-down !important;\n padding: 10px;\n}\n.zd-image .zd-image-error-text {\n position: absolute;\n bottom: var(--spacing-5);\n width: 100%;\n text-align: center;\n font-style: normal;\n font-size: 16px;\n line-height: var(--zd-font-title-size);\n color: var(--zd-font-color);\n}", map: undefined, media: undefined });
|
51263
51270
|
|
51264
51271
|
};
|
51265
51272
|
/* scoped */
|
@@ -51309,7 +51316,7 @@ __decorate([
|
|
51309
51316
|
__metadata("design:type", Number)
|
51310
51317
|
], ZdIncrement.prototype, "step", void 0);
|
51311
51318
|
ZdIncrement = __decorate([
|
51312
|
-
Component
|
51319
|
+
Component
|
51313
51320
|
], ZdIncrement);
|
51314
51321
|
var script$K = ZdIncrement;
|
51315
51322
|
|
@@ -51541,7 +51548,7 @@ __decorate([
|
|
51541
51548
|
__metadata("design:type", Object)
|
51542
51549
|
], ZdIterableComponentRender.prototype, "fillHeight", void 0);
|
51543
51550
|
ZdIterableComponentRender = __decorate([
|
51544
|
-
Component
|
51551
|
+
Component
|
51545
51552
|
], ZdIterableComponentRender);
|
51546
51553
|
var script$J = ZdIterableComponentRender;
|
51547
51554
|
|
@@ -51832,7 +51839,7 @@ __decorate([
|
|
51832
51839
|
__metadata("design:type", Object)
|
51833
51840
|
], ZdIterableColumnsButton.prototype, "ignoreColumns", void 0);
|
51834
51841
|
ZdIterableColumnsButton = __decorate([
|
51835
|
-
Component
|
51842
|
+
Component
|
51836
51843
|
], ZdIterableColumnsButton);
|
51837
51844
|
var script$I = ZdIterableColumnsButton;
|
51838
51845
|
|
@@ -51973,7 +51980,7 @@ __decorate([
|
|
51973
51980
|
__metadata("design:type", String)
|
51974
51981
|
], ZdIterablePageComponent.prototype, "iterableComponentName", void 0);
|
51975
51982
|
ZdIterablePageComponent = __decorate([
|
51976
|
-
Component
|
51983
|
+
Component
|
51977
51984
|
], ZdIterablePageComponent);
|
51978
51985
|
var ZdIterablePageComponent$1 = ZdIterablePageComponent;
|
51979
51986
|
|
@@ -52075,7 +52082,7 @@ __decorate([
|
|
52075
52082
|
__metadata("design:type", String)
|
52076
52083
|
], ZdIterablePagination.prototype, "prevIcon", void 0);
|
52077
52084
|
ZdIterablePagination = __decorate([
|
52078
|
-
Component
|
52085
|
+
Component
|
52079
52086
|
], ZdIterablePagination);
|
52080
52087
|
var script$H = ZdIterablePagination;
|
52081
52088
|
|
@@ -52796,7 +52803,7 @@ __decorate([
|
|
52796
52803
|
__metadata("design:type", Object)
|
52797
52804
|
], ZdIterablePageSize.prototype, "validations", void 0);
|
52798
52805
|
ZdIterablePageSize = __decorate([
|
52799
|
-
Component
|
52806
|
+
Component
|
52800
52807
|
], ZdIterablePageSize);
|
52801
52808
|
var script$F = ZdIterablePageSize;
|
52802
52809
|
|
@@ -52862,7 +52869,7 @@ let ZdIterablePageInfo = class ZdIterablePageInfo extends ZdIterablePageComponen
|
|
52862
52869
|
}
|
52863
52870
|
};
|
52864
52871
|
ZdIterablePageInfo = __decorate([
|
52865
|
-
Component
|
52872
|
+
Component
|
52866
52873
|
], ZdIterablePageInfo);
|
52867
52874
|
var script$E = ZdIterablePageInfo;
|
52868
52875
|
|
@@ -53008,7 +53015,7 @@ __decorate([
|
|
53008
53015
|
__metadata("design:type", Array)
|
53009
53016
|
], ZdList.prototype, "items", void 0);
|
53010
53017
|
ZdList = __decorate([
|
53011
|
-
Component
|
53018
|
+
Component
|
53012
53019
|
], ZdList);
|
53013
53020
|
var ZdList$1 = ZdList;
|
53014
53021
|
|
@@ -53132,7 +53139,7 @@ __decorate([
|
|
53132
53139
|
__metadata("design:type", String)
|
53133
53140
|
], ZdListItem$1.prototype, "title", void 0);
|
53134
53141
|
ZdListItem$1 = __decorate([
|
53135
|
-
Component
|
53142
|
+
Component
|
53136
53143
|
], ZdListItem$1);
|
53137
53144
|
var script$D = ZdListItem$1;
|
53138
53145
|
|
@@ -53248,7 +53255,7 @@ __decorate([
|
|
53248
53255
|
__metadata("design:type", Boolean)
|
53249
53256
|
], ZdListItem.prototype, "twoLine", void 0);
|
53250
53257
|
ZdListItem = __decorate([
|
53251
|
-
Component
|
53258
|
+
Component({ components: { ZdListItemContent: __vue_component__$G } })
|
53252
53259
|
], ZdListItem);
|
53253
53260
|
var script$C = ZdListItem;
|
53254
53261
|
|
@@ -53432,7 +53439,7 @@ __decorate([
|
|
53432
53439
|
__metadata("design:type", Array)
|
53433
53440
|
], ZdListGroup.prototype, "items", void 0);
|
53434
53441
|
ZdListGroup = __decorate([
|
53435
|
-
Component
|
53442
|
+
Component
|
53436
53443
|
], ZdListGroup);
|
53437
53444
|
var script$B = ZdListGroup;
|
53438
53445
|
|
@@ -53686,7 +53693,7 @@ __decorate([
|
|
53686
53693
|
__metadata("design:type", String)
|
53687
53694
|
], ZdLoading.prototype, "textColor", void 0);
|
53688
53695
|
ZdLoading = __decorate([
|
53689
|
-
Component
|
53696
|
+
Component,
|
53690
53697
|
__metadata("design:paramtypes", [])
|
53691
53698
|
], ZdLoading);
|
53692
53699
|
var script$A = ZdLoading;
|
@@ -53842,7 +53849,7 @@ __decorate([
|
|
53842
53849
|
__metadata("design:type", Array)
|
53843
53850
|
], ZdLogin.prototype, "socialLogin", void 0);
|
53844
53851
|
ZdLogin = __decorate([
|
53845
|
-
Component
|
53852
|
+
Component
|
53846
53853
|
], ZdLogin);
|
53847
53854
|
var script$z = ZdLogin;
|
53848
53855
|
|
@@ -54074,7 +54081,7 @@ __decorate([
|
|
54074
54081
|
__metadata("design:type", String)
|
54075
54082
|
], ZdLoginButton.prototype, "grantType", void 0);
|
54076
54083
|
ZdLoginButton = __decorate([
|
54077
|
-
Component
|
54084
|
+
Component
|
54078
54085
|
], ZdLoginButton);
|
54079
54086
|
var script$y = ZdLoginButton;
|
54080
54087
|
|
@@ -54166,7 +54173,7 @@ __decorate([
|
|
54166
54173
|
__metadata("design:type", Object)
|
54167
54174
|
], ZdMasterDetail.prototype, "fillHeight", void 0);
|
54168
54175
|
ZdMasterDetail = __decorate([
|
54169
|
-
Component
|
54176
|
+
Component
|
54170
54177
|
], ZdMasterDetail);
|
54171
54178
|
var script$x = ZdMasterDetail;
|
54172
54179
|
|
@@ -54496,6 +54503,10 @@ __decorate([
|
|
54496
54503
|
PropWatch({ type: [Boolean, String], default: false }),
|
54497
54504
|
__metadata("design:type", Boolean)
|
54498
54505
|
], ZdMenu.prototype, "cache", void 0);
|
54506
|
+
__decorate([
|
54507
|
+
PropWatch({ type: [Boolean, String], default: false }),
|
54508
|
+
__metadata("design:type", Boolean)
|
54509
|
+
], ZdMenu.prototype, "disableRouteWatcher", void 0);
|
54499
54510
|
__decorate([
|
54500
54511
|
Prop({ type: Array, default: () => [] }),
|
54501
54512
|
__metadata("design:type", Array)
|
@@ -54511,7 +54522,7 @@ __decorate([
|
|
54511
54522
|
__metadata("design:returntype", void 0)
|
54512
54523
|
], ZdMenu.prototype, "onRouterChange", null);
|
54513
54524
|
ZdMenu = __decorate([
|
54514
|
-
Component
|
54525
|
+
Component
|
54515
54526
|
], ZdMenu);
|
54516
54527
|
var script$w = ZdMenu;
|
54517
54528
|
|
@@ -54599,6 +54610,7 @@ var __vue_render__$z = function () {
|
|
54599
54610
|
temporary: _vm.instance.temporary,
|
54600
54611
|
width: _vm.instance.width,
|
54601
54612
|
absolute: _vm.instance.absolute,
|
54613
|
+
"disable-route-watcher": _vm.instance.disableRouteWatcher,
|
54602
54614
|
},
|
54603
54615
|
false
|
54604
54616
|
),
|
@@ -54701,7 +54713,7 @@ __vue_render__$z._withStripped = true;
|
|
54701
54713
|
/* style */
|
54702
54714
|
const __vue_inject_styles__$z = function (inject) {
|
54703
54715
|
if (!inject) return
|
54704
|
-
inject("data-v-
|
54716
|
+
inject("data-v-7a1f3ca2_0", { source: ".zd-menu-tooltip {\n z-index: 999;\n}\n.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 });
|
54705
54717
|
|
54706
54718
|
};
|
54707
54719
|
/* scoped */
|
@@ -54784,7 +54796,7 @@ __decorate([
|
|
54784
54796
|
__metadata("design:type", Number)
|
54785
54797
|
], ZdMenuLink.prototype, "menuLevel", void 0);
|
54786
54798
|
ZdMenuLink = __decorate([
|
54787
|
-
Component
|
54799
|
+
Component
|
54788
54800
|
], ZdMenuLink);
|
54789
54801
|
var script$v = ZdMenuLink;
|
54790
54802
|
|
@@ -54937,7 +54949,7 @@ __decorate([
|
|
54937
54949
|
__metadata("design:type", Boolean)
|
54938
54950
|
], ZdMenuGroup.prototype, "miniVariant", void 0);
|
54939
54951
|
ZdMenuGroup = __decorate([
|
54940
|
-
Component
|
54952
|
+
Component
|
54941
54953
|
], ZdMenuGroup);
|
54942
54954
|
var script$u = ZdMenuGroup;
|
54943
54955
|
|
@@ -55105,7 +55117,7 @@ __decorate([
|
|
55105
55117
|
__metadata("design:type", Object)
|
55106
55118
|
], ZdMenuButton.prototype, "icon", void 0);
|
55107
55119
|
ZdMenuButton = __decorate([
|
55108
|
-
Component
|
55120
|
+
Component
|
55109
55121
|
], ZdMenuButton);
|
55110
55122
|
var script$t = ZdMenuButton;
|
55111
55123
|
|
@@ -55168,7 +55180,7 @@ let ZdMenuSeparator = class ZdMenuSeparator extends ZdComponentRender$1 {
|
|
55168
55180
|
}
|
55169
55181
|
};
|
55170
55182
|
ZdMenuSeparator = __decorate([
|
55171
|
-
Component
|
55183
|
+
Component
|
55172
55184
|
], ZdMenuSeparator);
|
55173
55185
|
var script$s = ZdMenuSeparator;
|
55174
55186
|
|
@@ -55387,7 +55399,7 @@ let ZdModal = class ZdModal extends ZdComponent$1 {
|
|
55387
55399
|
}
|
55388
55400
|
};
|
55389
55401
|
ZdModal = __decorate([
|
55390
|
-
Component
|
55402
|
+
Component
|
55391
55403
|
], ZdModal);
|
55392
55404
|
var script$r = ZdModal;
|
55393
55405
|
|
@@ -55565,7 +55577,7 @@ __decorate([
|
|
55565
55577
|
__metadata("design:type", Object)
|
55566
55578
|
], ZdModalCloseButton.prototype, "icon", void 0);
|
55567
55579
|
ZdModalCloseButton = __decorate([
|
55568
|
-
Component
|
55580
|
+
Component
|
55569
55581
|
], ZdModalCloseButton);
|
55570
55582
|
var script$q = ZdModalCloseButton;
|
55571
55583
|
|
@@ -55640,7 +55652,7 @@ __decorate([
|
|
55640
55652
|
__metadata("design:type", String)
|
55641
55653
|
], ZdMonth.prototype, "pickerType", void 0);
|
55642
55654
|
ZdMonth = __decorate([
|
55643
|
-
Component
|
55655
|
+
Component
|
55644
55656
|
], ZdMonth);
|
55645
55657
|
var script$p = ZdMonth;
|
55646
55658
|
|
@@ -55702,7 +55714,7 @@ let ZdPassword = class ZdPassword extends __vue_component__$1j {
|
|
55702
55714
|
}
|
55703
55715
|
};
|
55704
55716
|
ZdPassword = __decorate([
|
55705
|
-
Component
|
55717
|
+
Component
|
55706
55718
|
], ZdPassword);
|
55707
55719
|
var script$o = ZdPassword;
|
55708
55720
|
|
@@ -55792,7 +55804,7 @@ __decorate([
|
|
55792
55804
|
__metadata("design:type", Object)
|
55793
55805
|
], ZdProgress.prototype, "value", void 0);
|
55794
55806
|
ZdProgress = __decorate([
|
55795
|
-
Component
|
55807
|
+
Component
|
55796
55808
|
], ZdProgress);
|
55797
55809
|
var script$n = ZdProgress;
|
55798
55810
|
|
@@ -55938,7 +55950,7 @@ __decorate([
|
|
55938
55950
|
__metadata("design:type", Object)
|
55939
55951
|
], ZdRadio.prototype, "datasource", void 0);
|
55940
55952
|
ZdRadio = __decorate([
|
55941
|
-
Component
|
55953
|
+
Component
|
55942
55954
|
], ZdRadio);
|
55943
55955
|
var script$m = ZdRadio;
|
55944
55956
|
|
@@ -56188,7 +56200,7 @@ __decorate([
|
|
56188
56200
|
__metadata("design:type", Boolean)
|
56189
56201
|
], ZdRangeSlider.prototype, "vertical", void 0);
|
56190
56202
|
ZdRangeSlider = __decorate([
|
56191
|
-
Component
|
56203
|
+
Component
|
56192
56204
|
], ZdRangeSlider);
|
56193
56205
|
var script$l = ZdRangeSlider;
|
56194
56206
|
|
@@ -56425,7 +56437,7 @@ __decorate([
|
|
56425
56437
|
__metadata("design:type", Object)
|
56426
56438
|
], ZdRow.prototype, "fillHeight", void 0);
|
56427
56439
|
ZdRow = __decorate([
|
56428
|
-
Component
|
56440
|
+
Component
|
56429
56441
|
], ZdRow);
|
56430
56442
|
var script$k = ZdRow;
|
56431
56443
|
|
@@ -56561,7 +56573,7 @@ __decorate([
|
|
56561
56573
|
__metadata("design:type", String)
|
56562
56574
|
], ZdSearch.prototype, "lazyAttach", void 0);
|
56563
56575
|
ZdSearch = __decorate([
|
56564
|
-
Component
|
56576
|
+
Component
|
56565
56577
|
], ZdSearch);
|
56566
56578
|
var script$j = ZdSearch;
|
56567
56579
|
|
@@ -56689,7 +56701,7 @@ __decorate([
|
|
56689
56701
|
__metadata("design:type", Object)
|
56690
56702
|
], ZdSelectableList.prototype, "fillHeight", void 0);
|
56691
56703
|
ZdSelectableList = __decorate([
|
56692
|
-
Component
|
56704
|
+
Component
|
56693
56705
|
], ZdSelectableList);
|
56694
56706
|
var script$i = ZdSelectableList;
|
56695
56707
|
|
@@ -57745,7 +57757,7 @@ __decorate([
|
|
57745
57757
|
__metadata("design:returntype", void 0)
|
57746
57758
|
], ZdSelectTree.prototype, "changeDisabled", null);
|
57747
57759
|
ZdSelectTree = __decorate([
|
57748
|
-
Component
|
57760
|
+
Component
|
57749
57761
|
], ZdSelectTree);
|
57750
57762
|
var ZdSelectTree$1 = ZdSelectTree;
|
57751
57763
|
|
@@ -58065,7 +58077,7 @@ __decorate([
|
|
58065
58077
|
__metadata("design:type", Object)
|
58066
58078
|
], ZdSelectTreeMultiple.prototype, "showSelectAll", void 0);
|
58067
58079
|
ZdSelectTreeMultiple = __decorate([
|
58068
|
-
Component
|
58080
|
+
Component
|
58069
58081
|
], ZdSelectTreeMultiple);
|
58070
58082
|
var script$g = ZdSelectTreeMultiple;
|
58071
58083
|
|
@@ -58456,7 +58468,7 @@ __decorate([
|
|
58456
58468
|
__metadata("design:type", String)
|
58457
58469
|
], ZdSpeedDial.prototype, "transition", void 0);
|
58458
58470
|
ZdSpeedDial = __decorate([
|
58459
|
-
Component
|
58471
|
+
Component
|
58460
58472
|
], ZdSpeedDial);
|
58461
58473
|
var script$f = ZdSpeedDial;
|
58462
58474
|
|
@@ -58624,7 +58636,7 @@ __decorate([
|
|
58624
58636
|
__metadata("design:type", Boolean)
|
58625
58637
|
], ZdSteppers.prototype, "content", void 0);
|
58626
58638
|
ZdSteppers = __decorate([
|
58627
|
-
Component
|
58639
|
+
Component
|
58628
58640
|
], ZdSteppers);
|
58629
58641
|
var script$e = ZdSteppers;
|
58630
58642
|
|
@@ -58876,7 +58888,7 @@ __decorate([
|
|
58876
58888
|
__metadata("design:type", String)
|
58877
58889
|
], ZdSvgMap.prototype, "src", void 0);
|
58878
58890
|
ZdSvgMap = __decorate([
|
58879
|
-
Component
|
58891
|
+
Component
|
58880
58892
|
], ZdSvgMap);
|
58881
58893
|
var script$d = ZdSvgMap;
|
58882
58894
|
|
@@ -58984,7 +58996,7 @@ __decorate([
|
|
58984
58996
|
__metadata("design:type", Boolean)
|
58985
58997
|
], ZdSwitch.prototype, "inset", void 0);
|
58986
58998
|
ZdSwitch = __decorate([
|
58987
|
-
Component
|
58999
|
+
Component
|
58988
59000
|
], ZdSwitch);
|
58989
59001
|
var script$c = ZdSwitch;
|
58990
59002
|
|
@@ -59156,7 +59168,7 @@ __decorate([
|
|
59156
59168
|
__metadata("design:type", Object)
|
59157
59169
|
], ZdTable.prototype, "fillHeight", void 0);
|
59158
59170
|
ZdTable = __decorate([
|
59159
|
-
Component
|
59171
|
+
Component
|
59160
59172
|
], ZdTable);
|
59161
59173
|
var script$b = ZdTable;
|
59162
59174
|
|
@@ -59385,7 +59397,7 @@ __decorate([
|
|
59385
59397
|
__metadata("design:type", Array)
|
59386
59398
|
], ZdTabs.prototype, "tabs", void 0);
|
59387
59399
|
ZdTabs = __decorate([
|
59388
|
-
Component
|
59400
|
+
Component
|
59389
59401
|
], ZdTabs);
|
59390
59402
|
var script$a = ZdTabs;
|
59391
59403
|
|
@@ -59603,7 +59615,7 @@ __decorate([
|
|
59603
59615
|
__metadata("design:type", String)
|
59604
59616
|
], ZdTab.prototype, "tabName", void 0);
|
59605
59617
|
ZdTab = __decorate([
|
59606
|
-
Component
|
59618
|
+
Component
|
59607
59619
|
], ZdTab);
|
59608
59620
|
var script$9 = ZdTab;
|
59609
59621
|
|
@@ -59700,7 +59712,7 @@ __decorate([
|
|
59700
59712
|
__metadata("design:type", Boolean)
|
59701
59713
|
], ZdTabItem.prototype, "lazyLoad", void 0);
|
59702
59714
|
ZdTabItem = __decorate([
|
59703
|
-
Component
|
59715
|
+
Component
|
59704
59716
|
], ZdTabItem);
|
59705
59717
|
var script$8 = ZdTabItem;
|
59706
59718
|
|
@@ -59810,7 +59822,7 @@ __decorate([
|
|
59810
59822
|
__metadata("design:type", String)
|
59811
59823
|
], ZdTag.prototype, "tag", void 0);
|
59812
59824
|
ZdTag = __decorate([
|
59813
|
-
Component
|
59825
|
+
Component
|
59814
59826
|
], ZdTag);
|
59815
59827
|
var script$7 = ZdTag;
|
59816
59828
|
|
@@ -59961,7 +59973,7 @@ __decorate([
|
|
59961
59973
|
__metadata("design:type", Object)
|
59962
59974
|
], ZdText.prototype, "textResize", void 0);
|
59963
59975
|
ZdText = __decorate([
|
59964
|
-
Component
|
59976
|
+
Component({
|
59965
59977
|
components: { ZdRender },
|
59966
59978
|
})
|
59967
59979
|
], ZdText);
|
@@ -60156,7 +60168,7 @@ __decorate([
|
|
60156
60168
|
__metadata("design:type", Object)
|
60157
60169
|
], ZdTextarea.prototype, "fillHeight", void 0);
|
60158
60170
|
ZdTextarea = __decorate([
|
60159
|
-
Component
|
60171
|
+
Component
|
60160
60172
|
], ZdTextarea);
|
60161
60173
|
var script$5 = ZdTextarea;
|
60162
60174
|
|
@@ -60528,7 +60540,7 @@ __decorate([
|
|
60528
60540
|
__metadata("design:type", String)
|
60529
60541
|
], ZdTime.prototype, "displayFormat", void 0);
|
60530
60542
|
ZdTime = __decorate([
|
60531
|
-
Component
|
60543
|
+
Component
|
60532
60544
|
], ZdTime);
|
60533
60545
|
var script$4 = ZdTime;
|
60534
60546
|
|
@@ -60840,7 +60852,7 @@ __decorate([
|
|
60840
60852
|
__metadata("design:type", Object)
|
60841
60853
|
], ZdTooltip.prototype, "top", void 0);
|
60842
60854
|
ZdTooltip = __decorate([
|
60843
|
-
Component
|
60855
|
+
Component
|
60844
60856
|
], ZdTooltip);
|
60845
60857
|
var ZdTooltip$1 = ZdTooltip;
|
60846
60858
|
|
@@ -61009,7 +61021,7 @@ __decorate([
|
|
61009
61021
|
__metadata("design:returntype", void 0)
|
61010
61022
|
], ZdTreeCheckbox.prototype, "check", null);
|
61011
61023
|
ZdTreeCheckbox = __decorate([
|
61012
|
-
Component
|
61024
|
+
Component
|
61013
61025
|
], ZdTreeCheckbox);
|
61014
61026
|
var script$3 = ZdTreeCheckbox;
|
61015
61027
|
|
@@ -61095,7 +61107,7 @@ __decorate([
|
|
61095
61107
|
__metadata("design:type", Object)
|
61096
61108
|
], ZdTreeAfterTitle.prototype, "node", void 0);
|
61097
61109
|
ZdTreeAfterTitle = __decorate([
|
61098
|
-
Component
|
61110
|
+
Component
|
61099
61111
|
], ZdTreeAfterTitle);
|
61100
61112
|
var script$2 = ZdTreeAfterTitle;
|
61101
61113
|
|
@@ -61360,7 +61372,7 @@ __decorate([
|
|
61360
61372
|
__metadata("design:returntype", void 0)
|
61361
61373
|
], ZdTree.prototype, "dataChange", null);
|
61362
61374
|
ZdTree = __decorate([
|
61363
|
-
Component
|
61375
|
+
Component({
|
61364
61376
|
components: { ZdTreeCheckbox: __vue_component__$4, ZdTreeAfterTitle: __vue_component__$3 },
|
61365
61377
|
})
|
61366
61378
|
], ZdTree);
|
@@ -62768,7 +62780,7 @@ __vue_render__$1._withStripped = true;
|
|
62768
62780
|
/* style */
|
62769
62781
|
const __vue_inject_styles__$1 = function (inject) {
|
62770
62782
|
if (!inject) return
|
62771
|
-
inject("data-v-71ece2c4_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
62783
|
+
inject("data-v-71ece2c4_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n z-index: 5;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
62772
62784
|
,inject("data-v-71ece2c4_1", { source: ".zd-tree-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.zd-tree-grid.theme--light tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-tree-grid.theme--dark tbody td.zd-table-cell {\n color: #fff;\n}\n.zd-tree-grid tbody td.zd-table-cell.first {\n padding-left: 5px !important;\n}\n.zd-tree-grid tbody td.zd-table-cell .zd-table-cell-text .search-result {\n background: var(--v-grey-lighten4);\n}\n.zd-tree-grid .zd-tree-grid-expand {\n text-align: end;\n vertical-align: baseline;\n height: 10px;\n display: inline-block;\n}\n.zd-tree-grid .zd-tree-grid-expand.level1 {\n width: 24px !important;\n}\n.zd-tree-grid .zd-tree-grid-expand-action {\n height: 100%;\n display: inline-grid;\n justify-content: end;\n}\n.zd-tree-grid .zd-tree-grid-expand .v-icon {\n transition: transform 0.3s ease;\n -webkit-transition: transform 0.3s ease;\n font-size: 20px;\n}\n.zd-tree-grid .zd-tree-grid-expand .v-icon::after {\n content: none;\n}\n.zd-tree-grid .zd-tree-grid-expand .v-icon.opened {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg);\n}\n.zd-tree-grid .zd-tree-grid-expand.level1 {\n width: 20px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level2 {\n width: 40px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level3 {\n width: 60px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level4 {\n width: 80px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level5 {\n width: 100px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level6 {\n width: 120px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level7 {\n width: 140px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level8 {\n width: 160px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level9 {\n width: 180px;\n}\n.zd-tree-grid .zd-tree-grid-expand.level10 {\n width: 200px;\n}", map: undefined, media: undefined });
|
62773
62785
|
|
62774
62786
|
};
|
@@ -63910,7 +63922,7 @@ __vue_render__._withStripped = true;
|
|
63910
63922
|
/* style */
|
63911
63923
|
const __vue_inject_styles__ = function (inject) {
|
63912
63924
|
if (!inject) return
|
63913
|
-
inject("data-v-910b7ea4_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
63925
|
+
inject("data-v-910b7ea4_0", { source: ".zd-grid {\n outline: none;\n display: flex;\n flex-direction: column;\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 flex: 0 0 auto;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-toolbar .zd-search {\n max-width: 200px;\n}\n.zd-grid .v-data-table__wrapper {\n flex: 1 1 auto;\n overflow-y: var(--overflow-y-style);\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-table-cell.zd-table-fixed-column-action {\n position: sticky !important;\n right: 0;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table .zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\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.text-center .zd-table-header-cell {\n justify-content: center;\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: pre;\n display: inline-block;\n vertical-align: bottom;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name.overflow-clamp {\n white-space: normal;\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-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.zd-grid table thead tr th.zd-table-cell.zd-table-fixed-column-action {\n z-index: 5;\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: pre;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\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: pre-wrap;\n}\n.zd-grid table tbody tr td.zd-table-cell .zd-table-cell-text.overflow-clamp {\n white-space: normal;\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 td.zd-table-cell.zd-table-fixed-column-action {\n z-index: 3;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.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 td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid .zd-table-fixed-column.theme--light {\n background: #f7f7f7;\n}\n.zd-grid .zd-table-fixed-column.theme--dark {\n background: #3c3c3c;\n}\n.zd-grid:not(.zd-grid--cell-selection) tr.current {\n background: var(--current-row-color);\n}\n.zd-grid .zd-table-cell:focus-visible {\n outline: none;\n}\n.zd-grid .zd-table-cell.zd-table-cell--is-current {\n background: var(--current-row-color);\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.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: var(--spacing-4) 0 0 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 1rem;\n flex: 0 0 auto;\n}\n.zd-grid-div-footer {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n@media screen and (max-width: 425px) {\n.zd-grid-footer {\n flex-direction: column;\n justify-content: center;\n}\n.zd-grid-div-footer {\n width: 100%;\n}\n.zd-grid .zd-iterable-pagination {\n justify-content: space-evenly;\n}\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 white-space: pre;\n}\n.zd-grid .zd-grid-cell-tooltip.zd-grid-cell-tooltip-show {\n display: block;\n white-space: normal;\n}\n.zd-grid-loading {\n pointer-events: none;\n}\n.v-data-table__progress {\n position: sticky;\n top: 24px;\n}\n.v-data-table--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
63914
63926
|
,inject("data-v-910b7ea4_1", { source: ".zd-tree-grid-editable table tbody tr td.zd-table-cell .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable.text-right .zd-table-cell-inline-edit, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable.text-right .zd-table-cell-inline-edit {\n justify-content: flex-end;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable.text-center .zd-table-cell-inline-edit, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable.text-center .zd-table-cell-inline-edit {\n justify-content: center;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-inline-edit, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-inline-edit {\n display: flex;\n flex: 1;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-grid-cell-content, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-grid-cell-content {\n flex: 1;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-edit-icon .v-icon, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-edit-icon .v-icon {\n display: flex;\n font-size: 18px;\n margin-right: var(--spacing-1);\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-tree-grid-editable-cell-wrapper, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-tree-grid-editable-cell-wrapper {\n display: flex;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text {\n width: 100%;\n padding: 0 0.5rem;\n position: relative;\n display: flex;\n flex: 1;\n height: 1.25rem;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:before, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:after, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n content: \"\";\n position: absolute;\n width: 1px;\n height: var(--spacing-1);\n bottom: 0;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:before, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before {\n left: 0;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:after, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n right: 0;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable {\n cursor: pointer;\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text {\n border-bottom: solid var(--regular) var(--v-grey-lighten4);\n}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n border-left: solid var(--regular) var(--v-grey-lighten4);\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand {\n display: inline-block;\n text-align: end;\n vertical-align: baseline;\n height: 10px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand .v-icon {\n transition: transform 0.3s ease;\n -webkit-transition: transform 0.3s ease;\n font-size: 20px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand .v-icon::after {\n content: none;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand .v-icon.opened {\n transform: rotate(90deg);\n -webkit-transform: rotate(90deg);\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level1 {\n width: 23px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level2 {\n width: 46px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level3 {\n width: 69px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level4 {\n width: 92px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level5 {\n width: 115px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level6 {\n width: 138px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level7 {\n width: 161px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level8 {\n width: 184px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level9 {\n width: 207px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level10 {\n width: 230px;\n}\n.zd-tree-grid-editable.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot {\n height: 22px;\n}\n.zd-tree-grid-editable.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot input, .zd-tree-grid-editable.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot .v-select__selections {\n max-height: 22px;\n}", map: undefined, media: undefined });
|
63915
63927
|
|
63916
63928
|
};
|
@@ -64270,7 +64282,7 @@ let ZdVMenu = class ZdVMenu extends VMenu {
|
|
64270
64282
|
}
|
64271
64283
|
};
|
64272
64284
|
ZdVMenu = __decorate([
|
64273
|
-
Component
|
64285
|
+
Component
|
64274
64286
|
], ZdVMenu);
|
64275
64287
|
var ZdVMenu$1 = ZdVMenu;
|
64276
64288
|
|
@@ -64286,7 +64298,7 @@ let ZdVTooltip = class ZdVTooltip extends VTooltip {
|
|
64286
64298
|
}
|
64287
64299
|
};
|
64288
64300
|
ZdVTooltip = __decorate([
|
64289
|
-
Component
|
64301
|
+
Component
|
64290
64302
|
], ZdVTooltip);
|
64291
64303
|
var ZdVTooltip$1 = ZdVTooltip;
|
64292
64304
|
|