@zeedhi/vuetify 1.79.0 → 1.79.1
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 +538 -293
- package/dist/zd-vuetify.umd.js +537 -292
- package/package.json +2 -2
- package/types/components/zd-apex-chart/ZdApexChart.d.ts +3 -1
- package/types/components/zd-select/ZdSelect.d.ts +1 -0
- package/types/components/zd-select-tree/ZdSelectTree.d.ts +3 -0
- package/types/components/zd-text-input/ZdTextInput.d.ts +1 -0
- package/types/components/zd-tree-grid/ZdTreeGrid.d.ts +1 -0
- package/types/components/zd-tree-grid/cell/ZdTreeGridCellActionContent.d.ts +1 -2
- package/types/components/zd-tree-grid/cell/ZdTreeGridCellContent.d.ts +1 -2
package/dist/zd-vuetify.esm.js
CHANGED
@@ -7,7 +7,7 @@ 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 as Component$1, Watch } from 'vue-property-decorator';
|
10
|
+
import { Prop, Component as Component$1, Watch, Vue as Vue$1 } from 'vue-property-decorator';
|
11
11
|
import { Component, AlertService, ComponentRender, ApexChart, Badge, Breadcrumbs, Button, ButtonGroup as ButtonGroup$1, Card, Carousel, Input, Form, Toggleable as Toggleable$1, Checkbox, CheckboxMultiple, Chip, CodeEditor, Col, CollapseCard, Container, TextInput, Number as Number$1, AutoNumeric, Currency, Dashboard, Date as Date$1, DateRange, DialogService, Divider, Dropdown, FileInput, Footer, ChildNotFoundError, Frame, FramePage, Iterable, Grid, GridEditable, Header, 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';
|
@@ -16819,7 +16819,7 @@ const BaseSlideGroup = mixins(BaseItemGroup, Mobile).extend({
|
|
16819
16819
|
}
|
16820
16820
|
|
16821
16821
|
});
|
16822
|
-
BaseSlideGroup.extend({
|
16822
|
+
var VSlideGroup = BaseSlideGroup.extend({
|
16823
16823
|
name: 'v-slide-group',
|
16824
16824
|
|
16825
16825
|
provide() {
|
@@ -26042,7 +26042,7 @@ var VSkeletonLoader = mixins(Elevatable, Measurable, Themeable).extend({
|
|
26042
26042
|
});
|
26043
26043
|
|
26044
26044
|
// Extensions
|
26045
|
-
mixins(BaseItem, factory$1('slideGroup')
|
26045
|
+
var VSlideItem = mixins(BaseItem, factory$1('slideGroup')
|
26046
26046
|
/* @vue/component */
|
26047
26047
|
).extend({
|
26048
26048
|
name: 'v-slide-item'
|
@@ -38197,13 +38197,20 @@ let ZdApexChart = class ZdApexChart extends ZdComponentRender$1 {
|
|
38197
38197
|
}
|
38198
38198
|
mounted() {
|
38199
38199
|
this.setApexChartTheme();
|
38200
|
-
const updateFn =
|
38200
|
+
const updateFn = this.updateChart;
|
38201
38201
|
this.instance.setViewUpdate(updateFn);
|
38202
38202
|
this.instance.setViewGetIconHTML((icon) => IconRenderer.getIcon(icon, this.$root.$options.vuetify));
|
38203
38203
|
if (this.instance.fillHeight) {
|
38204
38204
|
setFillHeight(this.$el);
|
38205
38205
|
}
|
38206
38206
|
}
|
38207
|
+
updateChart(options) {
|
38208
|
+
return new Promise((resolve) => {
|
38209
|
+
const { chart } = this.$refs.instance;
|
38210
|
+
chart.w.globals.selectedDataPoints = [];
|
38211
|
+
resolve(chart.updateOptions(options, false, true, true, true));
|
38212
|
+
});
|
38213
|
+
}
|
38207
38214
|
setApexChartTheme() {
|
38208
38215
|
let theme = '';
|
38209
38216
|
const dark = this.instance.dark || this.$vuetify.theme.dark;
|
@@ -38219,6 +38226,9 @@ let ZdApexChart = class ZdApexChart extends ZdComponentRender$1 {
|
|
38219
38226
|
} });
|
38220
38227
|
this.instance.options = newOptions;
|
38221
38228
|
}
|
38229
|
+
drillUp() {
|
38230
|
+
this.instance.drillUp();
|
38231
|
+
}
|
38222
38232
|
};
|
38223
38233
|
__decorate([
|
38224
38234
|
PropWatch({ type: String, default: 'line' }),
|
@@ -38313,8 +38323,11 @@ var __vue_render__$1t = function () {
|
|
38313
38323
|
class: [
|
38314
38324
|
"zd-apex-chart",
|
38315
38325
|
_vm.instance.cssClass,
|
38316
|
-
{
|
38317
|
-
|
38326
|
+
{
|
38327
|
+
"theme--dark": _vm.$isDark(this),
|
38328
|
+
"theme--light": _vm.$isLight(this),
|
38329
|
+
"zd-apex-chart-drilled": _vm.instance.drillHistory.length > 0,
|
38330
|
+
},
|
38318
38331
|
],
|
38319
38332
|
style: _vm.instance.cssStyle,
|
38320
38333
|
attrs: {
|
@@ -38334,6 +38347,26 @@ var __vue_render__$1t = function () {
|
|
38334
38347
|
},
|
38335
38348
|
}),
|
38336
38349
|
_vm._v(" "),
|
38350
|
+
_vm.instance.drillHistory.length > 0
|
38351
|
+
? _c(
|
38352
|
+
"zd-button",
|
38353
|
+
_vm._b(
|
38354
|
+
{
|
38355
|
+
attrs: { name: "apexcharts-drill-button" },
|
38356
|
+
on: { click: _vm.drillUp },
|
38357
|
+
},
|
38358
|
+
"zd-button",
|
38359
|
+
{
|
38360
|
+
cssClass: "zd-apex-charts-drill-button",
|
38361
|
+
icon: true,
|
38362
|
+
iconName: "arrowLeft",
|
38363
|
+
small: true,
|
38364
|
+
},
|
38365
|
+
false
|
38366
|
+
)
|
38367
|
+
)
|
38368
|
+
: _vm._e(),
|
38369
|
+
_vm._v(" "),
|
38337
38370
|
_c(
|
38338
38371
|
"v-overlay",
|
38339
38372
|
{
|
@@ -38361,7 +38394,7 @@ __vue_render__$1t._withStripped = true;
|
|
38361
38394
|
/* style */
|
38362
38395
|
const __vue_inject_styles__$1t = function (inject) {
|
38363
38396
|
if (!inject) return
|
38364
|
-
inject("data-v-
|
38397
|
+
inject("data-v-d97335de_0", { source: ".zd-apex-chart.zd-apex-chart-drilled svg text.apexcharts-title-text {\n transform: translateX(20px);\n}\n.zd-apex-chart .apexcharts-toolbar {\n z-index: 0;\n}\n.zd-apex-chart .apexcharts-toolbar > div {\n transform: scale(0.8) !important;\n}\n.zd-apex-chart.theme--light .apexcharts-toolbar > div > .v-icon {\n color: #3b3b3b !important;\n}\n.zd-apex-chart.theme--light .apexcharts-tooltip {\n background: #fdfdfd !important;\n border: 1px solid #fdfdfd !important;\n color: #3b3b3b !important;\n z-index: 1;\n}\n.zd-apex-chart.theme--light .apexcharts-tooltip .apexcharts-tooltip-title {\n background: #eee !important;\n color: #3b3b3b !important;\n border-bottom: none !important;\n}\n.zd-apex-chart.theme--light .apexcharts-title-text {\n fill: #3b3b3b !important;\n}\n.zd-apex-chart.theme--light .apexcharts-xaxistooltip {\n background: #eee !important;\n border: 1px solid #d4d4d4 !important;\n}\n.zd-apex-chart.theme--light .apexcharts-xaxistooltip .apexcharts-xaxistooltip-text {\n color: #3b3b3b !important;\n}\n.zd-apex-chart.theme--light .apexcharts-xaxistooltip-bottom::before {\n border-bottom-color: #d4d4d4 !important;\n}\n.zd-apex-chart.theme--light .apexcharts-xaxistooltip-bottom::after {\n border-bottom-color: #d4d4d4 !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-toolbar > div > .v-icon {\n color: #b8b8b8 !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-tooltip {\n background: #1e1e1e !important;\n border: 1px solid #1e1e1e !important;\n color: #b8b8b8 !important;\n z-index: 1;\n}\n.zd-apex-chart.theme--dark .apexcharts-tooltip .apexcharts-tooltip-title {\n background: #101010 !important;\n color: #b8b8b8 !important;\n border-bottom: none !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-text {\n fill: #b8b8b8 !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-title-text {\n fill: #b8b8b8 !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-xaxistooltip {\n background: #101010 !important;\n border: 1px solid #252525 !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-xaxistooltip .apexcharts-xaxistooltip-text {\n color: #b8b8b8 !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-xaxistooltip-bottom::before {\n border-bottom-color: #252525 !important;\n}\n.zd-apex-chart.theme--dark .apexcharts-xaxistooltip-bottom::after {\n border-bottom-color: #252525 !important;\n}\n.apexcharts-overlay {\n z-index: 0 !important;\n}\n.apexcharts-container {\n position: relative;\n overflow: hidden !important;\n}\n.apexcharts-container .zd-apex-charts-drill-button {\n position: absolute;\n top: 0px;\n left: 0px;\n}", map: undefined, media: undefined });
|
38365
38398
|
|
38366
38399
|
};
|
38367
38400
|
/* scoped */
|
@@ -41531,6 +41564,11 @@ let ZdTextInput = class ZdTextInput extends ZdInput$1 {
|
|
41531
41564
|
this.instance.blur(event, this.$el);
|
41532
41565
|
this.setPlaceholder();
|
41533
41566
|
}
|
41567
|
+
setBlur() {
|
41568
|
+
Vue$1.nextTick(() => {
|
41569
|
+
this.$el.getElementsByTagName('input')[0].blur();
|
41570
|
+
});
|
41571
|
+
}
|
41534
41572
|
getIconClickEvents() {
|
41535
41573
|
const events = {};
|
41536
41574
|
if (this.instance.events.appendIconClick) {
|
@@ -42535,7 +42573,9 @@ let ZdDate = class ZdDate extends __vue_component__$1f {
|
|
42535
42573
|
}
|
42536
42574
|
onChangeDatePicker() {
|
42537
42575
|
const textInput = this.$refs.textInputInstance.$children[0];
|
42538
|
-
this
|
42576
|
+
if (!this.$isMobile()) {
|
42577
|
+
this.instance.showDatePicker = false;
|
42578
|
+
}
|
42539
42579
|
textInput.validate(false);
|
42540
42580
|
}
|
42541
42581
|
setFocus(selectAll = false) {
|
@@ -42749,54 +42789,129 @@ var __vue_render__$1b = function () {
|
|
42749
42789
|
},
|
42750
42790
|
[
|
42751
42791
|
_vm._v(" "),
|
42752
|
-
|
42753
|
-
|
42754
|
-
|
42755
|
-
|
42756
|
-
|
42757
|
-
{
|
42758
|
-
|
42759
|
-
|
42760
|
-
|
42761
|
-
expression: "instance.isVisible",
|
42762
|
-
},
|
42763
|
-
],
|
42764
|
-
ref: "picker",
|
42765
|
-
attrs: { "no-title": "" },
|
42766
|
-
on: {
|
42767
|
-
"hook:mounted": _vm.pickerMounted,
|
42768
|
-
"hook:destroyed": _vm.pickerDestroyed,
|
42769
|
-
"click:date": _vm.onSelectDate,
|
42770
|
-
change: function ($event) {
|
42771
|
-
return _vm.onChangeDatePicker()
|
42792
|
+
!_vm.instance.readonly
|
42793
|
+
? _c(
|
42794
|
+
_vm.$isMobile() ? "v-dialog" : "span",
|
42795
|
+
{
|
42796
|
+
tag: "component",
|
42797
|
+
attrs: {
|
42798
|
+
width: "290px",
|
42799
|
+
persistent: "",
|
42800
|
+
"content-class": "zd-mx-0",
|
42772
42801
|
},
|
42773
|
-
|
42774
|
-
|
42775
|
-
|
42776
|
-
|
42777
|
-
|
42802
|
+
model: {
|
42803
|
+
value: _vm.instance.showDatePicker,
|
42804
|
+
callback: function ($$v) {
|
42805
|
+
_vm.$set(_vm.instance, "showDatePicker", $$v);
|
42806
|
+
},
|
42807
|
+
expression: "instance.showDatePicker",
|
42778
42808
|
},
|
42779
|
-
expression: "instance.isoValue",
|
42780
42809
|
},
|
42781
|
-
|
42782
|
-
|
42783
|
-
|
42784
|
-
|
42785
|
-
|
42786
|
-
|
42787
|
-
|
42788
|
-
|
42789
|
-
|
42790
|
-
|
42791
|
-
|
42792
|
-
|
42793
|
-
|
42794
|
-
|
42795
|
-
|
42796
|
-
|
42797
|
-
|
42798
|
-
|
42799
|
-
|
42810
|
+
[
|
42811
|
+
_c(
|
42812
|
+
"v-date-picker",
|
42813
|
+
_vm._b(
|
42814
|
+
{
|
42815
|
+
ref: "picker",
|
42816
|
+
attrs: { "no-title": !_vm.$isMobile() },
|
42817
|
+
on: {
|
42818
|
+
"hook:mounted": _vm.pickerMounted,
|
42819
|
+
"hook:destroyed": _vm.pickerDestroyed,
|
42820
|
+
"click:date": _vm.onSelectDate,
|
42821
|
+
change: function ($event) {
|
42822
|
+
return _vm.onChangeDatePicker()
|
42823
|
+
},
|
42824
|
+
},
|
42825
|
+
model: {
|
42826
|
+
value: _vm.instance.isoValue,
|
42827
|
+
callback: function ($$v) {
|
42828
|
+
_vm.$set(_vm.instance, "isoValue", $$v);
|
42829
|
+
},
|
42830
|
+
expression: "instance.isoValue",
|
42831
|
+
},
|
42832
|
+
},
|
42833
|
+
"v-date-picker",
|
42834
|
+
{
|
42835
|
+
allowedDates: _vm.getAllowedDates,
|
42836
|
+
color: _vm.instance.color,
|
42837
|
+
dark: _vm.instance.dark,
|
42838
|
+
firstDayOfWeek: _vm.instance.firstDayOfWeek,
|
42839
|
+
fullWidth: _vm.instance.fullWidth,
|
42840
|
+
light: _vm.instance.light,
|
42841
|
+
locale: _vm.instance.locale,
|
42842
|
+
scrollable: _vm.instance.scrollable,
|
42843
|
+
showDatePicker: _vm.instance.showDatePicker,
|
42844
|
+
showWeek: _vm.instance.showWeek,
|
42845
|
+
type: _vm.instance.pickerType,
|
42846
|
+
width: _vm.$isMobile() ? "290px" : _vm.instance.width,
|
42847
|
+
},
|
42848
|
+
false
|
42849
|
+
),
|
42850
|
+
[
|
42851
|
+
_vm.$isMobile()
|
42852
|
+
? _c(
|
42853
|
+
"span",
|
42854
|
+
[
|
42855
|
+
_vm.$isMobile()
|
42856
|
+
? _c(
|
42857
|
+
"zd-button",
|
42858
|
+
_vm._b(
|
42859
|
+
{
|
42860
|
+
attrs: {
|
42861
|
+
name:
|
42862
|
+
_vm.instance.name + "-done-button",
|
42863
|
+
},
|
42864
|
+
},
|
42865
|
+
"zd-button",
|
42866
|
+
{
|
42867
|
+
flat: true,
|
42868
|
+
label: "OK",
|
42869
|
+
events: {
|
42870
|
+
click: function () {
|
42871
|
+
_vm.instance.showDatePicker = false;
|
42872
|
+
_vm.setBlur();
|
42873
|
+
},
|
42874
|
+
},
|
42875
|
+
},
|
42876
|
+
false
|
42877
|
+
)
|
42878
|
+
)
|
42879
|
+
: _vm._e(),
|
42880
|
+
_vm._v(" "),
|
42881
|
+
_vm.$isMobile() && _vm.instance.clearable
|
42882
|
+
? _c(
|
42883
|
+
"zd-button",
|
42884
|
+
_vm._b(
|
42885
|
+
{
|
42886
|
+
attrs: {
|
42887
|
+
name:
|
42888
|
+
_vm.instance.name + "-clear-button",
|
42889
|
+
},
|
42890
|
+
},
|
42891
|
+
"zd-button",
|
42892
|
+
{
|
42893
|
+
flat: true,
|
42894
|
+
label: "CLEAR",
|
42895
|
+
events: {
|
42896
|
+
click: function () {
|
42897
|
+
_vm.instance.isoValue = null;
|
42898
|
+
},
|
42899
|
+
},
|
42900
|
+
},
|
42901
|
+
false
|
42902
|
+
)
|
42903
|
+
)
|
42904
|
+
: _vm._e(),
|
42905
|
+
],
|
42906
|
+
1
|
42907
|
+
)
|
42908
|
+
: _vm._e(),
|
42909
|
+
]
|
42910
|
+
),
|
42911
|
+
],
|
42912
|
+
1
|
42913
|
+
)
|
42914
|
+
: _vm._e(),
|
42800
42915
|
],
|
42801
42916
|
1
|
42802
42917
|
),
|
@@ -42847,7 +42962,7 @@ __vue_render__$1b._withStripped = true;
|
|
42847
42962
|
/* style */
|
42848
42963
|
const __vue_inject_styles__$1b = function (inject) {
|
42849
42964
|
if (!inject) return
|
42850
|
-
inject("data-v-
|
42965
|
+
inject("data-v-319c7690_0", { source: "div.v-picker--date .v-picker__body {\n background: transparent;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header {\n padding: var(--spacing-2) var(--spacing-4) var(--spacing-1) var(--spacing-4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) > div {\n color: var(--zd-primary-base) !important;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) > div button:not(:hover):not(:focus) {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header button.v-btn {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-btn--icon {\n height: var(--icon-size);\n width: var(--icon-size);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-date-picker-header__value button {\n padding: 0;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table {\n margin-bottom: 12px;\n padding: 0 var(--spacing-4);\n height: 200px;\n margin-bottom: var(--spacing-4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table .v-btn.v-btn--active {\n color: var(--v-secondary-lighten4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--date .v-btn {\n width: 24px;\n height: 24px;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month {\n padding-top: var(--spacing-4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month .v-btn {\n padding: 4px 0 7px 0;\n height: 24px;\n width: 56px;\n min-width: 56px;\n border-radius: var(--border);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month td {\n height: 24px;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month tr:not(:last-child) td {\n padding-bottom: 24px;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table thead th {\n color: var(--zd-font-disabled-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table tbody button.v-btn {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table tbody button.v-btn.accent--text {\n color: var(--zd-primary-base) !important;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table tbody button.v-btn.accent {\n background: var(--zd-primary-base) !important;\n color: white !important;\n}\ndiv.v-picker--date .v-picker__body ul.v-date-picker-years li {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {\n color: var(--zd-primary-base) !important;\n}\n.zd-date-menu-activator .v-menu__activator.v-menu__activator--disabled {\n cursor: default;\n}\n.date-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.date-helper-values-button.with-label {\n margin-top: 20px;\n}\n.date-helper-values-option {\n cursor: pointer;\n}\n.date-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
42851
42966
|
|
42852
42967
|
};
|
42853
42968
|
/* scoped */
|
@@ -42955,7 +43070,9 @@ let ZdDateRange = class ZdDateRange extends __vue_component__$1f {
|
|
42955
43070
|
onChangeDatePicker() {
|
42956
43071
|
const textInput = this.$refs.textInputInstance.$children[0];
|
42957
43072
|
textInput.validate(false);
|
42958
|
-
this
|
43073
|
+
if (!this.$isMobile()) {
|
43074
|
+
this.instance.showDatePicker = false;
|
43075
|
+
}
|
42959
43076
|
}
|
42960
43077
|
setFocus(selectAll = false) {
|
42961
43078
|
const { textInputInstance } = this.$refs;
|
@@ -43168,52 +43285,135 @@ var __vue_render__$1a = function () {
|
|
43168
43285
|
},
|
43169
43286
|
[
|
43170
43287
|
_vm._v(" "),
|
43171
|
-
|
43172
|
-
|
43173
|
-
|
43174
|
-
|
43175
|
-
|
43176
|
-
{
|
43177
|
-
|
43178
|
-
|
43179
|
-
|
43180
|
-
expression: "instance.isVisible",
|
43181
|
-
},
|
43182
|
-
],
|
43183
|
-
ref: "picker",
|
43184
|
-
attrs: { "no-title": "", range: "" },
|
43185
|
-
on: {
|
43186
|
-
"hook:mounted": _vm.pickerMounted,
|
43187
|
-
"hook:destroyed": _vm.pickerDestroyed,
|
43188
|
-
change: function ($event) {
|
43189
|
-
return _vm.onChangeDatePicker()
|
43288
|
+
!_vm.instance.readonly
|
43289
|
+
? _c(
|
43290
|
+
_vm.$isMobile() ? "v-dialog" : "span",
|
43291
|
+
{
|
43292
|
+
tag: "component",
|
43293
|
+
attrs: {
|
43294
|
+
width: "290px",
|
43295
|
+
persistent: "",
|
43296
|
+
"content-class": "zd-mx-0",
|
43190
43297
|
},
|
43191
|
-
|
43192
|
-
|
43193
|
-
|
43194
|
-
|
43195
|
-
|
43298
|
+
model: {
|
43299
|
+
value: _vm.instance.showDatePicker,
|
43300
|
+
callback: function ($$v) {
|
43301
|
+
_vm.$set(_vm.instance, "showDatePicker", $$v);
|
43302
|
+
},
|
43303
|
+
expression: "instance.showDatePicker",
|
43196
43304
|
},
|
43197
|
-
expression: "instance.isoRangeValue",
|
43198
43305
|
},
|
43199
|
-
|
43200
|
-
|
43201
|
-
|
43202
|
-
|
43203
|
-
|
43204
|
-
|
43205
|
-
|
43206
|
-
|
43207
|
-
|
43208
|
-
|
43209
|
-
|
43210
|
-
|
43211
|
-
|
43212
|
-
|
43213
|
-
|
43214
|
-
|
43215
|
-
|
43216
|
-
|
43306
|
+
[
|
43307
|
+
_c(
|
43308
|
+
"v-date-picker",
|
43309
|
+
_vm._b(
|
43310
|
+
{
|
43311
|
+
directives: [
|
43312
|
+
{
|
43313
|
+
name: "show",
|
43314
|
+
rawName: "v-show",
|
43315
|
+
value: _vm.instance.isVisible,
|
43316
|
+
expression: "instance.isVisible",
|
43317
|
+
},
|
43318
|
+
],
|
43319
|
+
ref: "picker",
|
43320
|
+
attrs: { "no-title": !_vm.$isMobile(), range: "" },
|
43321
|
+
on: {
|
43322
|
+
"hook:mounted": _vm.pickerMounted,
|
43323
|
+
"hook:destroyed": _vm.pickerDestroyed,
|
43324
|
+
change: function ($event) {
|
43325
|
+
return _vm.onChangeDatePicker()
|
43326
|
+
},
|
43327
|
+
},
|
43328
|
+
model: {
|
43329
|
+
value: _vm.instance.isoRangeValue,
|
43330
|
+
callback: function ($$v) {
|
43331
|
+
_vm.$set(_vm.instance, "isoRangeValue", $$v);
|
43332
|
+
},
|
43333
|
+
expression: "instance.isoRangeValue",
|
43334
|
+
},
|
43335
|
+
},
|
43336
|
+
"v-date-picker",
|
43337
|
+
{
|
43338
|
+
color: _vm.instance.color,
|
43339
|
+
dark: _vm.instance.dark,
|
43340
|
+
firstDayOfWeek: _vm.instance.firstDayOfWeek,
|
43341
|
+
fullWidth: _vm.instance.fullWidth,
|
43342
|
+
light: _vm.instance.light,
|
43343
|
+
locale: _vm.instance.locale,
|
43344
|
+
scrollable: _vm.instance.scrollable,
|
43345
|
+
showDatePicker: _vm.instance.showDatePicker,
|
43346
|
+
showWeek: _vm.instance.showWeek,
|
43347
|
+
type: _vm.instance.pickerType,
|
43348
|
+
width: _vm.$isMobile() ? "290px" : _vm.instance.width,
|
43349
|
+
},
|
43350
|
+
false
|
43351
|
+
),
|
43352
|
+
[
|
43353
|
+
_vm.$isMobile()
|
43354
|
+
? _c(
|
43355
|
+
"span",
|
43356
|
+
[
|
43357
|
+
_vm.$isMobile()
|
43358
|
+
? _c(
|
43359
|
+
"zd-button",
|
43360
|
+
_vm._b(
|
43361
|
+
{
|
43362
|
+
attrs: {
|
43363
|
+
name:
|
43364
|
+
_vm.instance.name + "-done-button",
|
43365
|
+
},
|
43366
|
+
},
|
43367
|
+
"zd-button",
|
43368
|
+
{
|
43369
|
+
flat: true,
|
43370
|
+
label: "OK",
|
43371
|
+
events: {
|
43372
|
+
click: function () {
|
43373
|
+
_vm.instance.showDatePicker = false;
|
43374
|
+
_vm.setBlur();
|
43375
|
+
},
|
43376
|
+
},
|
43377
|
+
},
|
43378
|
+
false
|
43379
|
+
)
|
43380
|
+
)
|
43381
|
+
: _vm._e(),
|
43382
|
+
_vm._v(" "),
|
43383
|
+
_vm.$isMobile() && _vm.instance.clearable
|
43384
|
+
? _c(
|
43385
|
+
"zd-button",
|
43386
|
+
_vm._b(
|
43387
|
+
{
|
43388
|
+
attrs: {
|
43389
|
+
name:
|
43390
|
+
_vm.instance.name + "-clear-button",
|
43391
|
+
},
|
43392
|
+
},
|
43393
|
+
"zd-button",
|
43394
|
+
{
|
43395
|
+
flat: true,
|
43396
|
+
label: "CLEAR",
|
43397
|
+
events: {
|
43398
|
+
click: function () {
|
43399
|
+
_vm.instance.value = [];
|
43400
|
+
},
|
43401
|
+
},
|
43402
|
+
},
|
43403
|
+
false
|
43404
|
+
)
|
43405
|
+
)
|
43406
|
+
: _vm._e(),
|
43407
|
+
],
|
43408
|
+
1
|
43409
|
+
)
|
43410
|
+
: _vm._e(),
|
43411
|
+
]
|
43412
|
+
),
|
43413
|
+
],
|
43414
|
+
1
|
43415
|
+
)
|
43416
|
+
: _vm._e(),
|
43217
43417
|
],
|
43218
43418
|
1
|
43219
43419
|
),
|
@@ -43265,7 +43465,7 @@ __vue_render__$1a._withStripped = true;
|
|
43265
43465
|
/* style */
|
43266
43466
|
const __vue_inject_styles__$1a = function (inject) {
|
43267
43467
|
if (!inject) return
|
43268
|
-
inject("data-v-
|
43468
|
+
inject("data-v-5f9ceeca_0", { source: "div.v-picker--date .v-picker__body {\n background: transparent;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header {\n padding: var(--spacing-2) var(--spacing-4) var(--spacing-1) var(--spacing-4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) > div {\n color: var(--zd-primary-base) !important;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) > div button:not(:hover):not(:focus) {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header button.v-btn {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-btn--icon {\n height: var(--icon-size);\n width: var(--icon-size);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-header .v-date-picker-header__value button {\n padding: 0;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table {\n margin-bottom: 12px;\n padding: 0 var(--spacing-4);\n height: 200px;\n margin-bottom: var(--spacing-4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table .v-btn.v-btn--active {\n color: var(--v-secondary-lighten4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--date .v-btn {\n width: 24px;\n height: 24px;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month {\n padding-top: var(--spacing-4);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month .v-btn {\n padding: 4px 0 7px 0;\n height: 24px;\n width: 56px;\n min-width: 56px;\n border-radius: var(--border);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month td {\n height: 24px;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table.v-date-picker-table--month tr:not(:last-child) td {\n padding-bottom: 24px;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table thead th {\n color: var(--zd-font-disabled-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table tbody button.v-btn {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table tbody button.v-btn.accent--text {\n color: var(--zd-primary-base) !important;\n}\ndiv.v-picker--date .v-picker__body .v-date-picker-table table tbody button.v-btn.accent {\n background: var(--zd-primary-base) !important;\n color: white !important;\n}\ndiv.v-picker--date .v-picker__body ul.v-date-picker-years li {\n color: var(--zd-font-default-color);\n}\ndiv.v-picker--date .v-picker__body ul.v-date-picker-years li.primary--text {\n color: var(--zd-primary-base) !important;\n}\n.zd-date-menu-activator .v-menu__activator.v-menu__activator--disabled {\n cursor: default;\n}\n.date-range-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.date-range-helper-values-button.with-label {\n margin-top: 20px;\n}\n.date-range-helper-values-option {\n cursor: pointer;\n}\n.date-range-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
43269
43469
|
|
43270
43470
|
};
|
43271
43471
|
/* scoped */
|
@@ -48905,28 +49105,6 @@ let ZdTreeGridCellContent = class ZdTreeGridCellContent extends __vue_component_
|
|
48905
49105
|
}
|
48906
49106
|
return text;
|
48907
49107
|
}
|
48908
|
-
hasShowChevron(row) {
|
48909
|
-
if (!this.fieldHasChild)
|
48910
|
-
return true;
|
48911
|
-
const rowHasChild = row[this.fieldHasChild];
|
48912
|
-
let isVisibleChevron = true;
|
48913
|
-
switch (rowHasChild) {
|
48914
|
-
case '0':
|
48915
|
-
case false:
|
48916
|
-
case 0:
|
48917
|
-
isVisibleChevron = false;
|
48918
|
-
break;
|
48919
|
-
case '1':
|
48920
|
-
case true:
|
48921
|
-
case 1:
|
48922
|
-
isVisibleChevron = true;
|
48923
|
-
break;
|
48924
|
-
default:
|
48925
|
-
isVisibleChevron = true;
|
48926
|
-
break;
|
48927
|
-
}
|
48928
|
-
return isVisibleChevron;
|
48929
|
-
}
|
48930
49108
|
hasShowChevronInTreeGrid(headerIndex, selectable) {
|
48931
49109
|
return headerIndex === 0 || (headerIndex === 1 && selectable);
|
48932
49110
|
}
|
@@ -48955,14 +49133,14 @@ __decorate([
|
|
48955
49133
|
Prop({ type: String, required: true }),
|
48956
49134
|
__metadata("design:type", String)
|
48957
49135
|
], ZdTreeGridCellContent.prototype, "expandClass", void 0);
|
48958
|
-
__decorate([
|
48959
|
-
Prop({ type: String, required: true }),
|
48960
|
-
__metadata("design:type", String)
|
48961
|
-
], ZdTreeGridCellContent.prototype, "fieldHasChild", void 0);
|
48962
49136
|
__decorate([
|
48963
49137
|
Prop({ type: Boolean, default: false }),
|
48964
49138
|
__metadata("design:type", Boolean)
|
48965
49139
|
], ZdTreeGridCellContent.prototype, "hasUsingCellText", void 0);
|
49140
|
+
__decorate([
|
49141
|
+
Prop({ type: Function, required: true }),
|
49142
|
+
__metadata("design:type", Function)
|
49143
|
+
], ZdTreeGridCellContent.prototype, "hasChildOnDemand", void 0);
|
48966
49144
|
ZdTreeGridCellContent = __decorate([
|
48967
49145
|
Component$2
|
48968
49146
|
], ZdTreeGridCellContent);
|
@@ -49030,8 +49208,8 @@ var __vue_render__$T = function () {
|
|
49030
49208
|
{
|
49031
49209
|
name: "show",
|
49032
49210
|
rawName: "v-show",
|
49033
|
-
value: _vm.
|
49034
|
-
expression: "
|
49211
|
+
value: _vm.hasChildOnDemand(_vm.row),
|
49212
|
+
expression: "hasChildOnDemand(row)",
|
49035
49213
|
},
|
49036
49214
|
],
|
49037
49215
|
class: { opened: _vm.row.tree__opened },
|
@@ -49085,7 +49263,7 @@ __vue_render__$T._withStripped = true;
|
|
49085
49263
|
/* style */
|
49086
49264
|
const __vue_inject_styles__$T = function (inject) {
|
49087
49265
|
if (!inject) return
|
49088
|
-
inject("data-v-
|
49266
|
+
inject("data-v-f6232196_0", { source: ".zd-grid-cell-wrapper {\n display: flex;\n gap: 0.75rem;\n}\n.zd-grid-cell-align-right {\n justify-content: end;\n}\n.zd-grid-cell-align-left {\n justify-content: start;\n}\n.zd-grid-cell-align-center {\n justify-content: center;\n}", map: undefined, media: undefined });
|
49089
49267
|
|
49090
49268
|
};
|
49091
49269
|
/* scoped */
|
@@ -49114,28 +49292,6 @@ __vue_render__$T._withStripped = true;
|
|
49114
49292
|
);
|
49115
49293
|
|
49116
49294
|
let ZdTreeGridCellActionContent = class ZdTreeGridCellActionContent extends __vue_component__$W {
|
49117
|
-
hasShowChevron(row) {
|
49118
|
-
if (!this.fieldHasChild)
|
49119
|
-
return true;
|
49120
|
-
const rowHasChild = row[this.fieldHasChild];
|
49121
|
-
let isVisibleChevron = true;
|
49122
|
-
switch (rowHasChild) {
|
49123
|
-
case '0':
|
49124
|
-
case false:
|
49125
|
-
case 0:
|
49126
|
-
isVisibleChevron = false;
|
49127
|
-
break;
|
49128
|
-
case '1':
|
49129
|
-
case true:
|
49130
|
-
case 1:
|
49131
|
-
isVisibleChevron = true;
|
49132
|
-
break;
|
49133
|
-
default:
|
49134
|
-
isVisibleChevron = true;
|
49135
|
-
break;
|
49136
|
-
}
|
49137
|
-
return isVisibleChevron;
|
49138
|
-
}
|
49139
49295
|
hasShowChevronInTreeGrid(headerIndex, selectable) {
|
49140
49296
|
return headerIndex === 0 || (headerIndex === 1 && selectable);
|
49141
49297
|
}
|
@@ -49144,10 +49300,6 @@ __decorate([
|
|
49144
49300
|
Prop({ type: Number, required: true }),
|
49145
49301
|
__metadata("design:type", Number)
|
49146
49302
|
], ZdTreeGridCellActionContent.prototype, "headerIndex", void 0);
|
49147
|
-
__decorate([
|
49148
|
-
Prop({ type: String, required: true }),
|
49149
|
-
__metadata("design:type", String)
|
49150
|
-
], ZdTreeGridCellActionContent.prototype, "fieldHasChild", void 0);
|
49151
49303
|
__decorate([
|
49152
49304
|
Prop({ type: Boolean, required: true }),
|
49153
49305
|
__metadata("design:type", Boolean)
|
@@ -49172,6 +49324,10 @@ __decorate([
|
|
49172
49324
|
Prop({ type: Object, required: true }),
|
49173
49325
|
__metadata("design:type", Object)
|
49174
49326
|
], ZdTreeGridCellActionContent.prototype, "row", void 0);
|
49327
|
+
__decorate([
|
49328
|
+
Prop({ type: Function, required: true }),
|
49329
|
+
__metadata("design:type", Function)
|
49330
|
+
], ZdTreeGridCellActionContent.prototype, "hasChildOnDemand", void 0);
|
49175
49331
|
ZdTreeGridCellActionContent = __decorate([
|
49176
49332
|
Component$2
|
49177
49333
|
], ZdTreeGridCellActionContent);
|
@@ -49243,8 +49399,8 @@ var __vue_render__$S = function () {
|
|
49243
49399
|
{
|
49244
49400
|
name: "show",
|
49245
49401
|
rawName: "v-show",
|
49246
|
-
value: _vm.
|
49247
|
-
expression: "
|
49402
|
+
value: _vm.hasChildOnDemand(_vm.row),
|
49403
|
+
expression: "hasChildOnDemand(row)",
|
49248
49404
|
},
|
49249
49405
|
],
|
49250
49406
|
class: { opened: _vm.row.tree__opened },
|
@@ -50724,6 +50880,10 @@ __decorate([
|
|
50724
50880
|
PropWatch({ type: [Boolean, String], default: false }),
|
50725
50881
|
__metadata("design:type", Boolean)
|
50726
50882
|
], ZdSelect.prototype, "manualMode", void 0);
|
50883
|
+
__decorate([
|
50884
|
+
PropWatch({ type: [Boolean, String], default: false }),
|
50885
|
+
__metadata("design:type", Boolean)
|
50886
|
+
], ZdSelect.prototype, "attach", void 0);
|
50727
50887
|
__decorate([
|
50728
50888
|
PropWatch({ type: String, default: 'SEARCH' }),
|
50729
50889
|
__metadata("design:type", String)
|
@@ -50792,6 +50952,7 @@ var __vue_render__$K = function () {
|
|
50792
50952
|
_vm.instance.clearable &&
|
50793
50953
|
!_vm.instance.readonly &&
|
50794
50954
|
!_vm.instance.disabled,
|
50955
|
+
attach: _vm.instance.attach,
|
50795
50956
|
color: _vm.instance.color,
|
50796
50957
|
dark: _vm.instance.dark,
|
50797
50958
|
disabled: _vm.instance.disabled,
|
@@ -51035,7 +51196,7 @@ __vue_render__$K._withStripped = true;
|
|
51035
51196
|
/* style */
|
51036
51197
|
const __vue_inject_styles__$K = function (inject) {
|
51037
51198
|
if (!inject) return
|
51038
|
-
inject("data-v-
|
51199
|
+
inject("data-v-4f61cc61_0", { source: ".zd-select .v-input__control .v-input__slot .v-select__slot {\n position: static;\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-outer {\n margin-right: var(--spacing-1);\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-outer {\n margin-left: var(--spacing-1);\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-outer, .zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-outer {\n margin-top: 5px;\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-inner, .zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-inner {\n padding-left: 0;\n padding-right: 0;\n}\n.zd-select.zd-select-align-left > .v-input__control > .v-input__slot input {\n text-align: left;\n}\n.zd-select.zd-select-align-center > .v-input__control > .v-input__slot input {\n text-align: center;\n}\n.zd-select.zd-select-align-right > .v-input__control > .v-input__slot input {\n text-align: right;\n}\n.zd-select .v-select__selections {\n padding: 0;\n width: 172px;\n overflow: hidden;\n white-space: nowrap;\n flex-wrap: nowrap;\n text-overflow: ellipsis;\n}\n.zd-select .v-select__selections .v-select__selection {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n margin: 0;\n max-width: none;\n}\n.zd-select .v-select__selections .v-select__selection--disabled {\n opacity: 0.5;\n}\n.zd-select.zd-dense .v-input__append-inner, .zd-select.zd-dense .v-input__prepend-inner {\n margin-top: 0;\n}\n.zd-select-append-item .v-list-item__content {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-size);\n color: var(--v-primary-base);\n}\n.v-menu__content.zd-select-menu {\n box-shadow: var(--shadow-2);\n}\n.v-menu__content.zd-select-menu .v-select-list {\n padding: 0;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item {\n height: auto;\n min-height: 40px;\n padding: 0 var(--spacing-4);\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item__content {\n padding: var(--spacing-2) 0;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item:not(.theme--dark) {\n color: var(--zd-font-color);\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item__title {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n height: auto;\n line-height: unset;\n white-space: unset;\n overflow: auto;\n text-overflow: unset;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item.v-list-item--disabled .v-list-item__title {\n opacity: 0.5;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item.v-list-item--disabled.primary--text .v-list-item__title {\n color: inherit;\n}\n.v-menu__content.zd-select-menu.zd-dense .v-list-item {\n height: auto;\n min-height: 24px;\n padding: 0 var(--spacing-4);\n}\n.v-menu__content.zd-select-menu.zd-select-align-left .v-list-item__content .v-list-item__title {\n text-align: left;\n}\n.v-menu__content.zd-select-menu.zd-select-align-center .v-list-item__content .v-list-item__title {\n text-align: center;\n}\n.v-menu__content.zd-select-menu.zd-select-align-right .v-list-item__content .v-list-item__title {\n text-align: right;\n}", map: undefined, media: undefined });
|
51039
51200
|
|
51040
51201
|
};
|
51041
51202
|
/* scoped */
|
@@ -55813,8 +55974,18 @@ let ZdSelectTree = class ZdSelectTree extends ZdTextInput$1 {
|
|
55813
55974
|
}
|
55814
55975
|
}
|
55815
55976
|
mounted() {
|
55977
|
+
if (this.instance.parent instanceof Form && (this === null || this === void 0 ? void 0 : this.$parent)) {
|
55978
|
+
this.$parent.register(this);
|
55979
|
+
}
|
55980
|
+
this.instance.setViewResetValidation(this.resetValidation);
|
55816
55981
|
this.addListeners();
|
55817
55982
|
}
|
55983
|
+
validate() {
|
55984
|
+
return this.instance.validate();
|
55985
|
+
}
|
55986
|
+
resetValidation() {
|
55987
|
+
this.instance.resetValidation();
|
55988
|
+
}
|
55818
55989
|
focus(event) {
|
55819
55990
|
this.focused = true;
|
55820
55991
|
this.instance.validationError = '';
|
@@ -55917,6 +56088,10 @@ __decorate([
|
|
55917
56088
|
Prop({ type: [Boolean, String], default: false }),
|
55918
56089
|
__metadata("design:type", Object)
|
55919
56090
|
], ZdSelectTree.prototype, "fetchOnDemand", void 0);
|
56091
|
+
__decorate([
|
56092
|
+
Prop({ type: [String], default: '' }),
|
56093
|
+
__metadata("design:type", String)
|
56094
|
+
], ZdSelectTree.prototype, "fieldHasChild", void 0);
|
55920
56095
|
__decorate([
|
55921
56096
|
Prop({ type: [Number, String], default: undefined }),
|
55922
56097
|
__metadata("design:type", Object)
|
@@ -58486,7 +58661,9 @@ let ZdTime = class ZdTime extends __vue_component__$1f {
|
|
58486
58661
|
mounted() {
|
58487
58662
|
const textInput = this.$refs.textInputInstance.$children[0].$el.getElementsByTagName('input')[0];
|
58488
58663
|
textInput.addEventListener('blur', () => {
|
58489
|
-
this
|
58664
|
+
if (!this.$isMobile()) {
|
58665
|
+
this.instance.showTimePicker = false;
|
58666
|
+
}
|
58490
58667
|
});
|
58491
58668
|
if (this.$isMobile()) {
|
58492
58669
|
this.setMobileProps(textInput);
|
@@ -58664,136 +58841,200 @@ var __vue_render__$6 = function () {
|
|
58664
58841
|
"div",
|
58665
58842
|
{ staticClass: "zd-time", attrs: { id: _vm.instance.name } },
|
58666
58843
|
[
|
58667
|
-
|
58668
|
-
|
58669
|
-
|
58670
|
-
|
58671
|
-
|
58672
|
-
|
58673
|
-
|
58674
|
-
|
58675
|
-
|
58676
|
-
|
58677
|
-
|
58844
|
+
_c(
|
58845
|
+
"v-menu",
|
58846
|
+
{
|
58847
|
+
directives: [
|
58848
|
+
{
|
58849
|
+
name: "show",
|
58850
|
+
rawName: "v-show",
|
58851
|
+
value: _vm.instance.isVisible,
|
58852
|
+
expression: "instance.isVisible",
|
58853
|
+
},
|
58854
|
+
],
|
58855
|
+
ref: "timeMenu",
|
58856
|
+
attrs: {
|
58857
|
+
"offset-overflow": "",
|
58858
|
+
"offset-y": "",
|
58859
|
+
"input-activator": "",
|
58860
|
+
"min-width": "290px",
|
58861
|
+
transition: "scale-transition",
|
58862
|
+
dark: _vm.instance.dark,
|
58863
|
+
light: _vm.instance.light,
|
58864
|
+
"close-on-content-click": false,
|
58865
|
+
disabled: _vm.instance.disabled || _vm.instance.readonly,
|
58866
|
+
},
|
58867
|
+
scopedSlots: _vm._u([
|
58868
|
+
{
|
58869
|
+
key: "activator",
|
58870
|
+
fn: function (ref) {
|
58871
|
+
var on = ref.on;
|
58872
|
+
return [
|
58873
|
+
_c("zd-text-input", {
|
58874
|
+
ref: "textInputInstance",
|
58875
|
+
attrs: {
|
58876
|
+
name: _vm.instance.name + "_text-input",
|
58877
|
+
mask: _vm.getTimeMask,
|
58878
|
+
"instance-object": _vm.instance,
|
58879
|
+
events: _vm.getEvents(on),
|
58880
|
+
autofill: false,
|
58881
|
+
},
|
58882
|
+
on: { input: _vm.input },
|
58883
|
+
}),
|
58884
|
+
]
|
58885
|
+
},
|
58886
|
+
},
|
58887
|
+
]),
|
58888
|
+
model: {
|
58889
|
+
value: _vm.instance.showTimePicker,
|
58890
|
+
callback: function ($$v) {
|
58891
|
+
_vm.$set(_vm.instance, "showTimePicker", $$v);
|
58892
|
+
},
|
58893
|
+
expression: "instance.showTimePicker",
|
58894
|
+
},
|
58895
|
+
},
|
58896
|
+
[
|
58897
|
+
_vm._v(" "),
|
58898
|
+
!_vm.instance.readonly
|
58899
|
+
? _c(
|
58900
|
+
_vm.$isMobile() ? "v-dialog" : "span",
|
58901
|
+
{
|
58902
|
+
tag: "component",
|
58903
|
+
attrs: {
|
58904
|
+
width: "290px",
|
58905
|
+
persistent: "",
|
58906
|
+
"content-class": "zd-mx-0",
|
58678
58907
|
},
|
58679
|
-
|
58680
|
-
|
58681
|
-
|
58682
|
-
|
58683
|
-
"offset-y": "",
|
58684
|
-
"input-activator": "",
|
58685
|
-
"min-width": "290px",
|
58686
|
-
transition: "scale-transition",
|
58687
|
-
dark: _vm.instance.dark,
|
58688
|
-
light: _vm.instance.light,
|
58689
|
-
"close-on-content-click": false,
|
58690
|
-
disabled: _vm.instance.disabled || _vm.instance.readonly,
|
58691
|
-
},
|
58692
|
-
scopedSlots: _vm._u(
|
58693
|
-
[
|
58694
|
-
{
|
58695
|
-
key: "activator",
|
58696
|
-
fn: function (ref) {
|
58697
|
-
var on = ref.on;
|
58698
|
-
return [
|
58699
|
-
_c("zd-text-input", {
|
58700
|
-
ref: "textInputInstance",
|
58701
|
-
attrs: {
|
58702
|
-
name: _vm.instance.name + "_text-input",
|
58703
|
-
mask: _vm.getTimeMask,
|
58704
|
-
"instance-object": _vm.instance,
|
58705
|
-
events: _vm.getEvents(on),
|
58706
|
-
autofill: false,
|
58707
|
-
},
|
58708
|
-
on: { input: _vm.input },
|
58709
|
-
}),
|
58710
|
-
]
|
58711
|
-
},
|
58908
|
+
model: {
|
58909
|
+
value: _vm.instance.showTimePicker,
|
58910
|
+
callback: function ($$v) {
|
58911
|
+
_vm.$set(_vm.instance, "showTimePicker", $$v);
|
58712
58912
|
},
|
58713
|
-
|
58714
|
-
null,
|
58715
|
-
false,
|
58716
|
-
386348313
|
58717
|
-
),
|
58718
|
-
model: {
|
58719
|
-
value: _vm.instance.showTimePicker,
|
58720
|
-
callback: function ($$v) {
|
58721
|
-
_vm.$set(_vm.instance, "showTimePicker", $$v);
|
58913
|
+
expression: "instance.showTimePicker",
|
58722
58914
|
},
|
58723
|
-
expression: "instance.showTimePicker",
|
58724
58915
|
},
|
58725
|
-
|
58726
|
-
|
58727
|
-
|
58728
|
-
|
58729
|
-
|
58730
|
-
|
58731
|
-
|
58732
|
-
|
58733
|
-
|
58734
|
-
|
58735
|
-
|
58736
|
-
|
58737
|
-
|
58916
|
+
[
|
58917
|
+
_c(
|
58918
|
+
"v-time-picker",
|
58919
|
+
_vm._b(
|
58920
|
+
{
|
58921
|
+
directives: [
|
58922
|
+
{
|
58923
|
+
name: "show",
|
58924
|
+
rawName: "v-show",
|
58925
|
+
value: _vm.instance.isVisible,
|
58926
|
+
expression: "instance.isVisible",
|
58927
|
+
},
|
58928
|
+
],
|
58929
|
+
ref: "picker",
|
58930
|
+
attrs: {
|
58931
|
+
"allowed-hours": _vm.instance.allowedHours,
|
58932
|
+
"allowed-minutes": _vm.instance.allowedMinutes,
|
58933
|
+
"allowed-seconds": _vm.instance.allowedSeconds,
|
58934
|
+
max: _vm.pickerMaxTime,
|
58935
|
+
min: _vm.pickerMinTime,
|
58936
|
+
name: _vm.instance.name,
|
58937
|
+
dark: _vm.instance.dark,
|
58938
|
+
light: _vm.instance.light,
|
58738
58939
|
},
|
58739
|
-
|
58740
|
-
|
58741
|
-
|
58742
|
-
|
58743
|
-
|
58744
|
-
|
58745
|
-
|
58746
|
-
min: _vm.pickerMinTime,
|
58747
|
-
name: _vm.instance.name,
|
58748
|
-
dark: _vm.instance.dark,
|
58749
|
-
light: _vm.instance.light,
|
58750
|
-
},
|
58751
|
-
on: {
|
58752
|
-
"hook:mounted": _vm.pickerMounted,
|
58753
|
-
"hook:destroyed": _vm.pickerDestroyed,
|
58754
|
-
"click:time": _vm.onSelectTime,
|
58755
|
-
change: function ($event) {
|
58756
|
-
return _vm.onChangeTimePicker()
|
58940
|
+
on: {
|
58941
|
+
"hook:mounted": _vm.pickerMounted,
|
58942
|
+
"hook:destroyed": _vm.pickerDestroyed,
|
58943
|
+
"click:time": _vm.onSelectTime,
|
58944
|
+
change: function ($event) {
|
58945
|
+
return _vm.onChangeTimePicker()
|
58946
|
+
},
|
58757
58947
|
},
|
58758
|
-
|
58759
|
-
|
58760
|
-
|
58761
|
-
|
58762
|
-
|
58948
|
+
model: {
|
58949
|
+
value: _vm.instance.isoValue,
|
58950
|
+
callback: function ($$v) {
|
58951
|
+
_vm.$set(_vm.instance, "isoValue", $$v);
|
58952
|
+
},
|
58953
|
+
expression: "instance.isoValue",
|
58763
58954
|
},
|
58764
|
-
expression: "instance.isoValue",
|
58765
58955
|
},
|
58766
|
-
|
58767
|
-
|
58768
|
-
|
58769
|
-
|
58770
|
-
|
58771
|
-
|
58772
|
-
|
58773
|
-
|
58774
|
-
|
58775
|
-
|
58776
|
-
|
58777
|
-
|
58778
|
-
|
58779
|
-
|
58780
|
-
|
58781
|
-
|
58782
|
-
|
58783
|
-
|
58784
|
-
|
58785
|
-
|
58786
|
-
|
58787
|
-
|
58788
|
-
|
58789
|
-
|
58790
|
-
|
58791
|
-
|
58792
|
-
|
58793
|
-
|
58794
|
-
|
58956
|
+
"v-time-picker",
|
58957
|
+
{
|
58958
|
+
ampmInTitle: _vm.instance.ampmInTitle,
|
58959
|
+
color: _vm.instance.color,
|
58960
|
+
format: _vm.instance.timeFormat,
|
58961
|
+
fullWidth: _vm.instance.fullWidth,
|
58962
|
+
useSeconds: _vm.instance.useSeconds,
|
58963
|
+
scrollable: _vm.instance.scrollable,
|
58964
|
+
width: _vm.$isMobile() ? "290px" : _vm.instance.width,
|
58965
|
+
},
|
58966
|
+
false
|
58967
|
+
),
|
58968
|
+
[
|
58969
|
+
_vm.$isMobile()
|
58970
|
+
? _c(
|
58971
|
+
"span",
|
58972
|
+
[
|
58973
|
+
_vm.$isMobile()
|
58974
|
+
? _c(
|
58975
|
+
"zd-button",
|
58976
|
+
_vm._b(
|
58977
|
+
{
|
58978
|
+
attrs: {
|
58979
|
+
name:
|
58980
|
+
_vm.instance.name + "-done-button",
|
58981
|
+
},
|
58982
|
+
},
|
58983
|
+
"zd-button",
|
58984
|
+
{
|
58985
|
+
flat: true,
|
58986
|
+
label: "OK",
|
58987
|
+
events: {
|
58988
|
+
click: function () {
|
58989
|
+
_vm.instance.showTimePicker = false;
|
58990
|
+
_vm.setBlur();
|
58991
|
+
},
|
58992
|
+
},
|
58993
|
+
},
|
58994
|
+
false
|
58995
|
+
)
|
58996
|
+
)
|
58997
|
+
: _vm._e(),
|
58998
|
+
_vm._v(" "),
|
58999
|
+
_vm.$isMobile() && _vm.instance.clearable
|
59000
|
+
? _c(
|
59001
|
+
"zd-button",
|
59002
|
+
_vm._b(
|
59003
|
+
{
|
59004
|
+
attrs: {
|
59005
|
+
name:
|
59006
|
+
_vm.instance.name + "-clear-button",
|
59007
|
+
},
|
59008
|
+
},
|
59009
|
+
"zd-button",
|
59010
|
+
{
|
59011
|
+
flat: true,
|
59012
|
+
label: "CLEAR",
|
59013
|
+
events: {
|
59014
|
+
click: function () {
|
59015
|
+
_vm.instance.isoValue = null;
|
59016
|
+
},
|
59017
|
+
},
|
59018
|
+
},
|
59019
|
+
false
|
59020
|
+
)
|
59021
|
+
)
|
59022
|
+
: _vm._e(),
|
59023
|
+
],
|
59024
|
+
1
|
59025
|
+
)
|
59026
|
+
: _vm._e(),
|
59027
|
+
]
|
59028
|
+
),
|
59029
|
+
],
|
59030
|
+
1
|
59031
|
+
)
|
59032
|
+
: _vm._e(),
|
59033
|
+
],
|
59034
|
+
1
|
59035
|
+
),
|
58795
59036
|
],
|
58796
|
-
|
59037
|
+
1
|
58797
59038
|
)
|
58798
59039
|
};
|
58799
59040
|
var __vue_staticRenderFns__$6 = [];
|
@@ -58802,7 +59043,7 @@ __vue_render__$6._withStripped = true;
|
|
58802
59043
|
/* style */
|
58803
59044
|
const __vue_inject_styles__$6 = function (inject) {
|
58804
59045
|
if (!inject) return
|
58805
|
-
inject("data-v-
|
59046
|
+
inject("data-v-e8f3b86c_0", { source: ".zd-time input[type=time] {\n -webkit-appearance: none;\n}\n.zd-time input[type=time]::-webkit-inner-spin-button, .zd-time input[type=time]::-webkit-calendar-picker-indicator {\n display: none;\n -webkit-appearance: none;\n}", map: undefined, media: undefined });
|
58806
59047
|
|
58807
59048
|
};
|
58808
59049
|
/* scoped */
|
@@ -59840,6 +60081,9 @@ let ZdTreeGrid = class ZdTreeGrid extends ZdGrid$1 {
|
|
59840
60081
|
}
|
59841
60082
|
this.orderColumnVisibility();
|
59842
60083
|
}
|
60084
|
+
hasChildOnDemand(row) {
|
60085
|
+
return this.instance.treeDataStructure.hasChildOnDemand(row);
|
60086
|
+
}
|
59843
60087
|
};
|
59844
60088
|
__decorate([
|
59845
60089
|
PropWatch({ type: String, default: '' }),
|
@@ -60527,8 +60771,8 @@ var __vue_render__$1 = function () {
|
|
60527
60771
|
headerIndex: headerIndex,
|
60528
60772
|
selectable:
|
60529
60773
|
_vm.instance.selectable,
|
60530
|
-
|
60531
|
-
_vm.
|
60774
|
+
hasChildOnDemand:
|
60775
|
+
_vm.hasChildOnDemand,
|
60532
60776
|
toggleExpand:
|
60533
60777
|
_vm.toggleExpand,
|
60534
60778
|
rowIndex: index,
|
@@ -60575,8 +60819,8 @@ var __vue_render__$1 = function () {
|
|
60575
60819
|
rowIndex: index,
|
60576
60820
|
getActionComponent:
|
60577
60821
|
_vm.getActionComponent,
|
60578
|
-
|
60579
|
-
_vm.
|
60822
|
+
hasChildOnDemand:
|
60823
|
+
_vm.hasChildOnDemand,
|
60580
60824
|
selectable:
|
60581
60825
|
_vm.instance.selectable,
|
60582
60826
|
},
|
@@ -60695,8 +60939,8 @@ __vue_render__$1._withStripped = true;
|
|
60695
60939
|
/* style */
|
60696
60940
|
const __vue_inject_styles__$1 = function (inject) {
|
60697
60941
|
if (!inject) return
|
60698
|
-
inject("data-v-7742283a_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}\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-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-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 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 })
|
60699
|
-
,inject("data-v-
|
60942
|
+
inject("data-v-259fcf26_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}\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-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-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 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 })
|
60943
|
+
,inject("data-v-259fcf26_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 });
|
60700
60944
|
|
60701
60945
|
};
|
60702
60946
|
/* scoped */
|
@@ -61651,9 +61895,8 @@ var __vue_render__ = function () {
|
|
61651
61895
|
selectable:
|
61652
61896
|
_vm.instance
|
61653
61897
|
.selectable,
|
61654
|
-
|
61655
|
-
_vm.
|
61656
|
-
.fieldHasChild,
|
61898
|
+
hasChildOnDemand:
|
61899
|
+
_vm.hasChildOnDemand,
|
61657
61900
|
toggleExpand:
|
61658
61901
|
_vm.toggleExpand,
|
61659
61902
|
rowIndex: index,
|
@@ -61708,8 +61951,8 @@ var __vue_render__ = function () {
|
|
61708
61951
|
rowIndex: index,
|
61709
61952
|
getActionComponent:
|
61710
61953
|
_vm.getActionComponent,
|
61711
|
-
|
61712
|
-
_vm.
|
61954
|
+
hasChildOnDemand:
|
61955
|
+
_vm.hasChildOnDemand,
|
61713
61956
|
selectable:
|
61714
61957
|
_vm.instance.selectable,
|
61715
61958
|
},
|
@@ -61828,8 +62071,8 @@ __vue_render__._withStripped = true;
|
|
61828
62071
|
/* style */
|
61829
62072
|
const __vue_inject_styles__ = function (inject) {
|
61830
62073
|
if (!inject) return
|
61831
|
-
inject("data-v-171113f1_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}\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-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-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 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 })
|
61832
|
-
,inject("data-v-
|
62074
|
+
inject("data-v-897ef0f6_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}\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-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-action.theme--light {\n background: #f7f7f7 !important;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-fixed-column-action.theme--dark {\n background: #3c3c3c !important;\n}\n.zd-grid table tbody tr:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 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 })
|
62075
|
+
,inject("data-v-897ef0f6_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}\n.zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-inline-edit .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-inline-edit .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: block;\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 });
|
61833
62076
|
|
61834
62077
|
};
|
61835
62078
|
/* scoped */
|
@@ -62277,6 +62520,8 @@ const Zeedhi = {
|
|
62277
62520
|
VToolbar,
|
62278
62521
|
VToolbarItems,
|
62279
62522
|
VSimpleCheckbox,
|
62523
|
+
VSlideGroup,
|
62524
|
+
VSlideItem,
|
62280
62525
|
},
|
62281
62526
|
directives: {
|
62282
62527
|
Touch: directives.Touch,
|