@zeedhi/vuetify 1.49.0 → 1.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/zd-vuetify.esm.js +247 -132
- package/dist/zd-vuetify.umd.js +247 -132
- package/package.json +2 -2
- package/types/components/zd-container/ZdContainer.d.ts +1 -0
- package/types/components/zd-dashboard/ZdDashboard.d.ts +0 -1
- package/types/components/zd-grid/ZdGrid.d.ts +1 -1
- package/types/components/zd-select-tree/ZdSelectTree.d.ts +2 -0
- package/types/components/zd-tabs/ZdTabItem.d.ts +1 -0
- package/types/utils/plugins/index.d.ts +2 -1
- package/types/utils/plugins/styleObjectPlugin.d.ts +2 -0
package/dist/zd-vuetify.esm.js
CHANGED
@@ -958,7 +958,7 @@ function searchItems(items, search) {
|
|
958
958
|
if (!search) return items;
|
959
959
|
search = search.toString().toLowerCase();
|
960
960
|
if (search.trim() === '') return items;
|
961
|
-
return items.filter(item => Object.keys(item).some(key => defaultFilter(getObjectValueByPath(item, key), search)));
|
961
|
+
return items.filter(item => Object.keys(item).some(key => defaultFilter(getObjectValueByPath(item, key), search, item)));
|
962
962
|
}
|
963
963
|
/**
|
964
964
|
* Returns:
|
@@ -1010,10 +1010,10 @@ function getSlot(vm, name = 'default', data, optional = false) {
|
|
1010
1010
|
function clamp(value, min = 0, max = 1) {
|
1011
1011
|
return Math.max(min, Math.min(max, value));
|
1012
1012
|
}
|
1013
|
-
function padEnd(str, length, char
|
1013
|
+
function padEnd(str, length, char) {
|
1014
1014
|
return str + char.repeat(Math.max(0, length - str.length));
|
1015
1015
|
}
|
1016
|
-
function chunk(str, size
|
1016
|
+
function chunk(str, size) {
|
1017
1017
|
const chunked = [];
|
1018
1018
|
let index = 0;
|
1019
1019
|
|
@@ -1094,11 +1094,11 @@ const icons$5 = {
|
|
1094
1094
|
cancel: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
1095
1095
|
close: 'M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z',
|
1096
1096
|
delete: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
1097
|
-
clear: '
|
1098
|
-
success: 'M12
|
1099
|
-
info: 'M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z',
|
1100
|
-
warning: '
|
1101
|
-
error: '
|
1097
|
+
clear: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
1098
|
+
success: 'M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z',
|
1099
|
+
info: 'M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2ZM13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',
|
1100
|
+
warning: 'M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',
|
1101
|
+
error: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
1102
1102
|
prev: 'M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z',
|
1103
1103
|
next: 'M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z',
|
1104
1104
|
checkboxOn: 'M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3Z',
|
@@ -1315,7 +1315,7 @@ Icons.property = 'icons';
|
|
1315
1315
|
const LANG_PREFIX = '$vuetify.';
|
1316
1316
|
const fallback = Symbol('Lang fallback');
|
1317
1317
|
|
1318
|
-
function getTranslation(locale, key, usingDefault
|
1318
|
+
function getTranslation(locale, key, usingDefault, defaultLocale) {
|
1319
1319
|
const shortKey = key.replace(LANG_PREFIX, '');
|
1320
1320
|
let translation = getObjectValueByPath(locale, shortKey, fallback);
|
1321
1321
|
|
@@ -2221,7 +2221,7 @@ class Vuetify {
|
|
2221
2221
|
}
|
2222
2222
|
Vuetify.install = install$1;
|
2223
2223
|
Vuetify.installed = false;
|
2224
|
-
Vuetify.version = "2.6.
|
2224
|
+
Vuetify.version = "2.6.6";
|
2225
2225
|
Vuetify.config = {
|
2226
2226
|
silent: false
|
2227
2227
|
};
|
@@ -2602,7 +2602,7 @@ var VResponsive = mixins(Measurable).extend({
|
|
2602
2602
|
return this.$createElement('div', {
|
2603
2603
|
staticClass: 'v-responsive__content',
|
2604
2604
|
class: this.contentClass
|
2605
|
-
}, this
|
2605
|
+
}, getSlot(this));
|
2606
2606
|
}
|
2607
2607
|
|
2608
2608
|
},
|
@@ -2987,10 +2987,12 @@ var VImg = mixins(VResponsive, Themeable).extend({
|
|
2987
2987
|
},
|
2988
2988
|
|
2989
2989
|
__genPlaceholder() {
|
2990
|
-
|
2990
|
+
const slot = getSlot(this, 'placeholder');
|
2991
|
+
|
2992
|
+
if (slot) {
|
2991
2993
|
const placeholder = this.isLoading ? [this.$createElement('div', {
|
2992
2994
|
staticClass: 'v-image__placeholder'
|
2993
|
-
},
|
2995
|
+
}, slot)] : [];
|
2994
2996
|
if (!this.transition) return placeholder[0];
|
2995
2997
|
return this.$createElement('transition', {
|
2996
2998
|
props: {
|
@@ -3253,7 +3255,7 @@ let all = factory().extend({
|
|
3253
3255
|
})
|
3254
3256
|
/**/
|
3255
3257
|
|
3256
|
-
function applicationable(value, events
|
3258
|
+
function applicationable(value, events) {
|
3257
3259
|
/* @vue/component */
|
3258
3260
|
return mixins(factory$3(['absolute', 'fixed'])).extend({
|
3259
3261
|
name: 'applicationable',
|
@@ -12405,7 +12407,7 @@ var Mouse = Vue.extend({
|
|
12405
12407
|
}
|
12406
12408
|
});
|
12407
12409
|
|
12408
|
-
function createUTCDate(year, month
|
12410
|
+
function createUTCDate(year, month, day = 1) {
|
12409
12411
|
let date;
|
12410
12412
|
|
12411
12413
|
if (year < 100 && year >= 0) {
|
@@ -16225,10 +16227,6 @@ var Selectable = mixins(VInput, Rippleable, Comparable).extend({
|
|
16225
16227
|
});
|
16226
16228
|
},
|
16227
16229
|
|
16228
|
-
onBlur() {
|
16229
|
-
this.isFocused = false;
|
16230
|
-
},
|
16231
|
-
|
16232
16230
|
onClick(e) {
|
16233
16231
|
this.onChange();
|
16234
16232
|
this.$emit('click', e);
|
@@ -16263,8 +16261,14 @@ var Selectable = mixins(VInput, Rippleable, Comparable).extend({
|
|
16263
16261
|
this.hasColor = input;
|
16264
16262
|
},
|
16265
16263
|
|
16266
|
-
onFocus() {
|
16264
|
+
onFocus(e) {
|
16267
16265
|
this.isFocused = true;
|
16266
|
+
this.$emit('focus', e);
|
16267
|
+
},
|
16268
|
+
|
16269
|
+
onBlur(e) {
|
16270
|
+
this.isFocused = false;
|
16271
|
+
this.$emit('blur', e);
|
16268
16272
|
},
|
16269
16273
|
|
16270
16274
|
/** @abstract */
|
@@ -22450,8 +22454,9 @@ var VDatePicker = mixins(Localable, Picker).extend({
|
|
22450
22454
|
},
|
22451
22455
|
|
22452
22456
|
monthClick(value) {
|
22453
|
-
|
22454
|
-
this.
|
22457
|
+
const [year, month] = value.split('-');
|
22458
|
+
this.inputYear = parseInt(year, 10);
|
22459
|
+
this.inputMonth = parseInt(month, 10) - 1;
|
22455
22460
|
|
22456
22461
|
if (this.type === 'date') {
|
22457
22462
|
if (this.inputDay) {
|
@@ -22470,9 +22475,10 @@ var VDatePicker = mixins(Localable, Picker).extend({
|
|
22470
22475
|
},
|
22471
22476
|
|
22472
22477
|
dateClick(value) {
|
22473
|
-
|
22474
|
-
this.
|
22475
|
-
this.
|
22478
|
+
const [year, month, day] = value.split('-');
|
22479
|
+
this.inputYear = parseInt(year, 10);
|
22480
|
+
this.inputMonth = parseInt(month, 10) - 1;
|
22481
|
+
this.inputDay = parseInt(day, 10);
|
22476
22482
|
this.emitInput(this.inputDate);
|
22477
22483
|
},
|
22478
22484
|
|
@@ -24725,6 +24731,10 @@ VAutocomplete.extend({
|
|
24725
24731
|
|
24726
24732
|
computedItems() {
|
24727
24733
|
return this.segmented ? this.allItems : this.filteredItems;
|
24734
|
+
},
|
24735
|
+
|
24736
|
+
labelValue() {
|
24737
|
+
return this.isFocused && !this.persistentPlaceholder || this.isLabelActive;
|
24728
24738
|
}
|
24729
24739
|
|
24730
24740
|
},
|
@@ -29463,7 +29473,7 @@ mixins(provide('treeview'), Themeable
|
|
29463
29473
|
};
|
29464
29474
|
this.buildTree(children, key); // This fixed bug with dynamic children resetting selected parent state
|
29465
29475
|
|
29466
|
-
if (
|
29476
|
+
if (this.selectionType !== 'independent' && parent !== null && !this.nodes.hasOwnProperty(key) && this.nodes.hasOwnProperty(parent)) {
|
29467
29477
|
node.isSelected = this.nodes[parent].isSelected;
|
29468
29478
|
} else {
|
29469
29479
|
node.isSelected = oldNode.isSelected;
|
@@ -31252,7 +31262,7 @@ function searchItems(items, search) {
|
|
31252
31262
|
if (search.trim() === '') return items;
|
31253
31263
|
return items.filter(function (item) {
|
31254
31264
|
return Object.keys(item).some(function (key) {
|
31255
|
-
return defaultFilter(getObjectValueByPath(item, key), search);
|
31265
|
+
return defaultFilter(getObjectValueByPath(item, key), search, item);
|
31256
31266
|
});
|
31257
31267
|
});
|
31258
31268
|
}
|
@@ -31433,11 +31443,11 @@ var icons = {
|
|
31433
31443
|
cancel: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
31434
31444
|
close: 'M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z',
|
31435
31445
|
delete: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
31436
|
-
clear: '
|
31437
|
-
success: 'M12
|
31438
|
-
info: 'M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z',
|
31439
|
-
warning: '
|
31440
|
-
error: '
|
31446
|
+
clear: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
31447
|
+
success: 'M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z',
|
31448
|
+
info: 'M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2ZM13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',
|
31449
|
+
warning: 'M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',
|
31450
|
+
error: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
31441
31451
|
prev: 'M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z',
|
31442
31452
|
next: 'M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z',
|
31443
31453
|
checkboxOn: 'M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3Z',
|
@@ -32157,12 +32167,12 @@ var _default = {
|
|
32157
32167
|
dataTable: {
|
32158
32168
|
itemsPerPageText: 'Files per pàgina:',
|
32159
32169
|
ariaLabel: {
|
32160
|
-
sortDescending: 'Ordre descendent.
|
32161
|
-
sortAscending: 'Ordre ascendent.
|
32162
|
-
sortNone: 'Sense ordenar.
|
32163
|
-
activateNone: '
|
32164
|
-
activateDescending: '
|
32165
|
-
activateAscending: '
|
32170
|
+
sortDescending: 'Ordre descendent.',
|
32171
|
+
sortAscending: 'Ordre ascendent.',
|
32172
|
+
sortNone: 'Sense ordenar.',
|
32173
|
+
activateNone: 'Premi per treure la ordenació.',
|
32174
|
+
activateDescending: 'Premi per ordenar descendent.',
|
32175
|
+
activateAscending: 'Premi per ordenar ascendent.'
|
32166
32176
|
},
|
32167
32177
|
sortBy: 'Ordenat per'
|
32168
32178
|
},
|
@@ -32212,7 +32222,7 @@ var _default = {
|
|
32212
32222
|
},
|
32213
32223
|
rating: {
|
32214
32224
|
ariaLabel: {
|
32215
|
-
icon: '
|
32225
|
+
icon: 'Puntuació {0} de {1}'
|
32216
32226
|
}
|
32217
32227
|
}
|
32218
32228
|
};
|
@@ -32714,8 +32724,8 @@ var _default = {
|
|
32714
32724
|
sortAscending: 'Orden ascendente.',
|
32715
32725
|
sortNone: 'Sin ordenar.',
|
32716
32726
|
activateNone: 'Pulse para quitar orden.',
|
32717
|
-
activateDescending: 'Pulse para ordenar descendente.',
|
32718
|
-
activateAscending: 'Pulse para ordenar ascendente.'
|
32727
|
+
activateDescending: 'Pulse para ordenar de forma descendente.',
|
32728
|
+
activateAscending: 'Pulse para ordenar de forma ascendente.'
|
32719
32729
|
},
|
32720
32730
|
sortBy: 'Ordenado por'
|
32721
32731
|
},
|
@@ -32724,7 +32734,7 @@ var _default = {
|
|
32724
32734
|
itemsPerPageAll: 'Todos',
|
32725
32735
|
nextPage: 'Página siguiente',
|
32726
32736
|
prevPage: 'Página anterior',
|
32727
|
-
firstPage: '
|
32737
|
+
firstPage: 'Primera página',
|
32728
32738
|
lastPage: 'Última página',
|
32729
32739
|
pageText: '{0}-{1} de {2}'
|
32730
32740
|
},
|
@@ -32994,15 +33004,15 @@ var _default = {
|
|
32994
33004
|
pagination: {
|
32995
33005
|
ariaLabel: {
|
32996
33006
|
wrapper: 'Pagination Navigation',
|
32997
|
-
next: '
|
32998
|
-
previous: '
|
32999
|
-
page: '
|
33000
|
-
currentPage: '
|
33007
|
+
next: 'Seuraava sivu',
|
33008
|
+
previous: 'Edellinen sivu',
|
33009
|
+
page: 'Mene sivulle {0}',
|
33010
|
+
currentPage: 'Nykyinen sivu, Sivu {0}'
|
33001
33011
|
}
|
33002
33012
|
},
|
33003
33013
|
rating: {
|
33004
33014
|
ariaLabel: {
|
33005
|
-
icon: '
|
33015
|
+
icon: 'Luokitus {0}/{1}'
|
33006
33016
|
}
|
33007
33017
|
}
|
33008
33018
|
};
|
@@ -36827,7 +36837,7 @@ var Vuetify = /*#__PURE__*/function () {
|
|
36827
36837
|
exports.default = Vuetify;
|
36828
36838
|
Vuetify.install = install_1.install;
|
36829
36839
|
Vuetify.installed = false;
|
36830
|
-
Vuetify.version = "2.6.
|
36840
|
+
Vuetify.version = "2.6.6";
|
36831
36841
|
Vuetify.config = {
|
36832
36842
|
silent: false
|
36833
36843
|
};
|
@@ -40113,7 +40123,7 @@ var __vue_render__$1e = function () {
|
|
40113
40123
|
{
|
40114
40124
|
"--checkbox-horizontal-columns": _vm.checkboxHorizontalColumns,
|
40115
40125
|
},
|
40116
|
-
_vm.instance.cssStyle,
|
40126
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
40117
40127
|
],
|
40118
40128
|
},
|
40119
40129
|
_vm._l(_vm.instance.datasource.data, function (row) {
|
@@ -40175,7 +40185,7 @@ __vue_render__$1e._withStripped = true;
|
|
40175
40185
|
/* style */
|
40176
40186
|
const __vue_inject_styles__$1e = function (inject) {
|
40177
40187
|
if (!inject) return
|
40178
|
-
inject("data-v-
|
40188
|
+
inject("data-v-03bb5313_0", { source: ".zd-checkbox-multiple .zd-checkbox-label {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n padding: 0 0 var(--spacing-2);\n color: var(--zd-font-color);\n align-items: flex-start;\n display: flex;\n}\n.zd-checkbox-multiple .zd-checkbox-horizontal {\n display: inline-grid;\n grid-template-columns: var(--checkbox-horizontal-columns);\n width: 100%;\n}\n.zd-checkbox-multiple .v-label {\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n font-size: var(--zd-font-body1-size);\n}\n.zd-checkbox-multiple .v-input--selection-controls {\n padding: 0;\n margin: 0;\n}\n.zd-checkbox-multiple .v-input--selection-controls .v-input__control .v-messages {\n display: none;\n}\n.zd-checkbox-multiple .v-input--selection-controls .v-input__control .v-input__slot {\n margin: 0 10px 0 0;\n}\n.zd-checkbox-multiple .v-input--selection-controls .v-input__control .v-input__slot:hover .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-checkbox-multiple.zd-no-label .v-label {\n display: none;\n}\n.zd-checkbox-multiple.zd-no-helper > .v-input__control > .v-messages {\n display: none;\n}", map: undefined, media: undefined });
|
40179
40189
|
|
40180
40190
|
};
|
40181
40191
|
/* scoped */
|
@@ -40885,7 +40895,7 @@ var __vue_render__$1a = function () {
|
|
40885
40895
|
tile: _vm.instance.tile,
|
40886
40896
|
},
|
40887
40897
|
],
|
40888
|
-
style: [_vm.widthStyles, _vm.instance.cssStyle],
|
40898
|
+
style: [_vm.widthStyles, _vm.$styleObject(_vm.instance.cssStyle)],
|
40889
40899
|
attrs: {
|
40890
40900
|
id: _vm.instance.name,
|
40891
40901
|
dark: _vm.instance.dark,
|
@@ -41047,7 +41057,7 @@ __vue_render__$1a._withStripped = true;
|
|
41047
41057
|
/* style */
|
41048
41058
|
const __vue_inject_styles__$1a = function (inject) {
|
41049
41059
|
if (!inject) return
|
41050
|
-
inject("data-v-
|
41060
|
+
inject("data-v-83d4103c_0", { source: ".v-expansion-panels.tile, .v-expansion-panels.tile:not(.v-expansion-panels--accordion) > .v-expansion-panel--active, .v-expansion-panels.tile:not(.v-expansion-panels--accordion) > .v-expansion-panel--next-active {\n border-radius: var(--border-tile);\n}\n.v-expansion-panels > div:first-child.v-expansion-panel, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active {\n box-shadow: var(--shadow-3);\n border-radius: var(--border);\n}\n.v-expansion-panels > div:first-child.v-expansion-panel::before, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active::before, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active::before {\n box-shadow: none;\n}\n.v-expansion-panels > div:first-child.v-expansion-panel.outlined, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active.outlined, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active.outlined {\n box-shadow: none;\n border: var(--regular) solid var(--v-secondary-base);\n}\n.v-expansion-panels > div:first-child.v-expansion-panel.raised, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active.raised, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active.raised {\n box-shadow: var(--shadow-9);\n}\n.v-expansion-panels > div:first-child.v-expansion-panel .v-expansion-panel-content__wrap, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active .v-expansion-panel-content__wrap, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active .v-expansion-panel-content__wrap {\n padding: 0 var(--spacing-4) var(--spacing-4) var(--spacing-4);\n}\n.v-expansion-panels > div:first-child.v-expansion-panel .v-expansion-panel-header, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active .v-expansion-panel-header, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active .v-expansion-panel-header {\n border-bottom-left-radius: inherit;\n border-bottom-right-radius: inherit;\n min-height: 0;\n padding: var(--spacing-4);\n}\n.v-expansion-panels > div:first-child.v-expansion-panel .v-expansion-panel-header .v-expansion-panel-header__icon .v-btn .v-icon, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active .v-expansion-panel-header .v-expansion-panel-header__icon .v-btn .v-icon, .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active .v-expansion-panel-header .v-expansion-panel-header__icon .v-btn .v-icon {\n color: currentColor;\n}\n.v-expansion-panels > div:first-child.v-expansion-panel .v-expansion-panel-header > :not(.v-expansion-panel-header__icon), .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--active .v-expansion-panel-header > :not(.v-expansion-panel-header__icon), .v-expansion-panels > div:first-child.v-expansion-panel.v-expansion-panel--next-active .v-expansion-panel-header > :not(.v-expansion-panel-header__icon) {\n padding-right: var(--spacing-4);\n}\n.v-expansion-panels--flat > div:first-child.v-expansion-panel, .v-expansion-panels--flat > div:first-child.v-expansion-panel.v-expansion-panel--active, .v-expansion-panels--flat > div:first-child.v-expansion-panel.v-expansion-panel--next-active {\n box-shadow: none;\n}\n.v-expansion-panels.v-expansion-panels--hover > div:first-child.v-expansion-panel:hover, .v-expansion-panels.v-expansion-panels--hover > div:first-child.v-expansion-panel:focus, .v-expansion-panels.v-expansion-panels--hover > div:first-child.v-expansion-panel.v-expansion-panel--active:hover, .v-expansion-panels.v-expansion-panels--hover > div:first-child.v-expansion-panel.v-expansion-panel--active:focus, .v-expansion-panels.v-expansion-panels--hover > div:first-child.v-expansion-panel.v-expansion-panel--next-active:hover, .v-expansion-panels.v-expansion-panels--hover > div:first-child.v-expansion-panel.v-expansion-panel--next-active:focus {\n box-shadow: var(--shadow-5);\n}", map: undefined, media: undefined });
|
41051
41061
|
|
41052
41062
|
};
|
41053
41063
|
/* scoped */
|
@@ -41088,6 +41098,10 @@ __decorate([
|
|
41088
41098
|
PropWatch({ type: [Boolean, String], default: true }),
|
41089
41099
|
__metadata("design:type", Boolean)
|
41090
41100
|
], ZdContainer.prototype, "fluid", void 0);
|
41101
|
+
__decorate([
|
41102
|
+
PropWatch({ type: [Boolean, String], default: false }),
|
41103
|
+
__metadata("design:type", Boolean)
|
41104
|
+
], ZdContainer.prototype, "scrollView", void 0);
|
41091
41105
|
__decorate([
|
41092
41106
|
PropWatch({ type: [Boolean, String], default: false }),
|
41093
41107
|
__metadata("design:type", Boolean)
|
@@ -41133,11 +41147,16 @@ var __vue_render__$19 = function () {
|
|
41133
41147
|
_vm.instance.cssClass,
|
41134
41148
|
{ "fill-height": _vm.instance.fillHeight },
|
41135
41149
|
],
|
41136
|
-
style: Object.assign(
|
41137
|
-
|
41138
|
-
|
41139
|
-
|
41140
|
-
|
41150
|
+
style: Object.assign(
|
41151
|
+
{},
|
41152
|
+
{
|
41153
|
+
height: _vm.$formatSize(_vm.instance.height),
|
41154
|
+
minHeight: _vm.$formatSize(_vm.instance.minHeight),
|
41155
|
+
maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
|
41156
|
+
overflow: _vm.instance.scrollView ? "hidden auto" : "none",
|
41157
|
+
},
|
41158
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
41159
|
+
),
|
41141
41160
|
attrs: {
|
41142
41161
|
id: _vm.instance.name,
|
41143
41162
|
name: _vm.instance.name,
|
@@ -41176,11 +41195,11 @@ __vue_render__$19._withStripped = true;
|
|
41176
41195
|
/* style */
|
41177
41196
|
const __vue_inject_styles__$19 = function (inject) {
|
41178
41197
|
if (!inject) return
|
41179
|
-
inject("data-v-
|
41198
|
+
inject("data-v-a056e4b6_0", { source: ".zd-container[data-v-a056e4b6] {\n padding: var(--zd-default-padding);\n}", map: undefined, media: undefined });
|
41180
41199
|
|
41181
41200
|
};
|
41182
41201
|
/* scoped */
|
41183
|
-
const __vue_scope_id__$19 = "data-v-
|
41202
|
+
const __vue_scope_id__$19 = "data-v-a056e4b6";
|
41184
41203
|
/* module identifier */
|
41185
41204
|
const __vue_module_identifier__$19 = undefined;
|
41186
41205
|
/* functional template */
|
@@ -41797,11 +41816,11 @@ let ZdDashboard = class ZdDashboard extends ZdComponentRender$1 {
|
|
41797
41816
|
card.height = (this.resizeHeight + dy);
|
41798
41817
|
}
|
41799
41818
|
if (dx > this.widthDashboardContainer / 12 && card.width < 12) {
|
41800
|
-
card.width
|
41819
|
+
card.width = Number(card.width) + 1;
|
41801
41820
|
this.resizeX = event.clientX;
|
41802
41821
|
}
|
41803
41822
|
else if (dx < 0 && Math.abs(dx) > this.widthDashboardContainer / 12 && card.width > 1) {
|
41804
|
-
card.width
|
41823
|
+
card.width = Number(card.width) - 1;
|
41805
41824
|
this.resizeX = event.clientX;
|
41806
41825
|
}
|
41807
41826
|
}
|
@@ -41837,13 +41856,6 @@ let ZdDashboard = class ZdDashboard extends ZdComponentRender$1 {
|
|
41837
41856
|
}
|
41838
41857
|
this.onUnchoose();
|
41839
41858
|
}
|
41840
|
-
/* Return resize options */
|
41841
|
-
getDragCursor() {
|
41842
|
-
if (this.instance.editingMode || this.instance.moveMode) {
|
41843
|
-
return 'cursor: grabbing; overflow: auto';
|
41844
|
-
}
|
41845
|
-
return 'cursor: auto';
|
41846
|
-
}
|
41847
41859
|
};
|
41848
41860
|
__decorate([
|
41849
41861
|
PropWatch({ type: Array, default: () => ([]) }),
|
@@ -41907,9 +41919,11 @@ var __vue_render__$15 = function () {
|
|
41907
41919
|
dark: _vm.instance.dark,
|
41908
41920
|
light: _vm.instance.light,
|
41909
41921
|
name: "container-dashboard" + _vm.instance.name,
|
41910
|
-
cssStyle: Object.assign(
|
41911
|
-
|
41912
|
-
|
41922
|
+
cssStyle: Object.assign(
|
41923
|
+
{},
|
41924
|
+
{ height: _vm.$formatSize(_vm.instance.height) },
|
41925
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
41926
|
+
),
|
41913
41927
|
},
|
41914
41928
|
},
|
41915
41929
|
[
|
@@ -41963,13 +41977,46 @@ var __vue_render__$15 = function () {
|
|
41963
41977
|
"zd-card",
|
41964
41978
|
{
|
41965
41979
|
parent: _vm.instance,
|
41966
|
-
|
41980
|
+
activeClass: card.activeClass,
|
41981
|
+
append: card.append,
|
41967
41982
|
cardId: card.cardId,
|
41968
|
-
flat: card.flat,
|
41969
41983
|
children: [_vm.instance.getFrameProps(card.cardId)],
|
41970
|
-
|
41971
|
-
|
41984
|
+
color: card.color,
|
41985
|
+
cssClass: card.cssClass,
|
41986
|
+
cssStyle: Object.assign(
|
41987
|
+
{},
|
41988
|
+
{
|
41989
|
+
cursor:
|
41990
|
+
_vm.instance.editingMode || _vm.instance.moveMode
|
41991
|
+
? "grabbing"
|
41992
|
+
: "auto",
|
41993
|
+
overflow:
|
41994
|
+
_vm.instance.editingMode || _vm.instance.moveMode
|
41995
|
+
? "overflow"
|
41996
|
+
: "",
|
41997
|
+
},
|
41998
|
+
_vm.$styleObject(card.cssStyle)
|
41999
|
+
),
|
42000
|
+
dark: card.dark,
|
42001
|
+
directives: card.directives,
|
42002
|
+
disabled: card.disabled,
|
42003
|
+
elevation: card.elevation,
|
41972
42004
|
events: card.events,
|
42005
|
+
key: card.path,
|
42006
|
+
flat: card.flat,
|
42007
|
+
hover: card.hover,
|
42008
|
+
href: card.href,
|
42009
|
+
img: card.img,
|
42010
|
+
isVisible: card.isVisible,
|
42011
|
+
keyMap: card.keyMap,
|
42012
|
+
light: card.light,
|
42013
|
+
link: card.link,
|
42014
|
+
name: "dashboardCard" + card.cardId,
|
42015
|
+
outlined: card.outlined,
|
42016
|
+
raised: card.raised,
|
42017
|
+
ripple: card.ripple,
|
42018
|
+
tile: card.tile,
|
42019
|
+
to: card.to,
|
41973
42020
|
},
|
41974
42021
|
false
|
41975
42022
|
)
|
@@ -42045,7 +42092,7 @@ __vue_render__$15._withStripped = true;
|
|
42045
42092
|
/* style */
|
42046
42093
|
const __vue_inject_styles__$15 = function (inject) {
|
42047
42094
|
if (!inject) return
|
42048
|
-
inject("data-v-
|
42095
|
+
inject("data-v-5ff6ec98_0", { source: ".zd-dashboard {\n display: flex;\n flex-direction: column;\n cursor: auto;\n}\n.zd-dashboard .zd-header {\n margin-bottom: 10px;\n}\n.zd-dashboard .zd-footer {\n bottom: 0;\n right: 20px;\n position: absolute;\n padding: 3px;\n}\n.zd-dashboard .zd-footer.theme--dark {\n background: #1e1e1e;\n}\n.zd-dashboard .zd-footer.theme--light {\n background: #fff;\n}\n.zd-dashboard .zd-icon {\n bottom: 0;\n right: 0;\n position: absolute;\n cursor: nw-resize;\n}\n.zd-dashboard .zd-dashboard-body {\n justify-content: flex-start;\n align-content: flex-start;\n display: flex;\n flex-wrap: wrap;\n height: 100%;\n min-height: 0;\n}\n.zd-dashboard .zd-dashboard-body .zd-dashboard-card-col {\n min-height: 70px;\n}\n.zd-dashboard .zd-dashboard-body .zd-dashboard-card-col .zd-dashboard-card-div {\n height: 100%;\n position: relative;\n}\n.zd-dashboard .zd-dashboard-body .zd-dashboard-card-col .zd-dashboard-card-div > .zd-card {\n height: 100%;\n}\n.ghost-drag {\n border: 2px dashed #772583;\n opacity: 0.5;\n margin: 0;\n}", map: undefined, media: undefined });
|
42049
42096
|
|
42050
42097
|
};
|
42051
42098
|
/* scoped */
|
@@ -43599,10 +43646,9 @@ var __vue_render__$$ = function () {
|
|
43599
43646
|
"zd-input-required": _vm.instance.validations.required,
|
43600
43647
|
},
|
43601
43648
|
],
|
43602
|
-
style: [
|
43603
|
-
|
43604
|
-
|
43605
|
-
],
|
43649
|
+
style: [{ "--drag-area-height": _vm.getDragAreaHeight() }].concat(
|
43650
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
43651
|
+
),
|
43606
43652
|
attrs: {
|
43607
43653
|
id: _vm.instance.name,
|
43608
43654
|
dark: _vm.instance.dark,
|
@@ -43819,7 +43865,7 @@ __vue_render__$$._withStripped = true;
|
|
43819
43865
|
/* style */
|
43820
43866
|
const __vue_inject_styles__$$ = function (inject) {
|
43821
43867
|
if (!inject) return
|
43822
|
-
inject("data-v-
|
43868
|
+
inject("data-v-47bb0268_0", { source: ".zd-file-input > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n padding: 0 var(--spacing-1);\n}\n.zd-file-input > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text:not(.v-file-input__text--placeholder) {\n color: var(--zd-font-color);\n}\n.zd-file-input > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text .v-chip {\n border-radius: 8px;\n padding: 0 var(--spacing-2);\n}\n.zd-file-input > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text .v-chip.v-size--x-small {\n height: 15px;\n}\n.zd-file-input > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text .v-chip.v-size--x-small .chip-text {\n font-size: 12px;\n}\n.zd-file-input > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text .v-chip .chip-remove-icon {\n font-size: var(--icon-size-small);\n margin-left: var(--spacing-2);\n}\n.zd-file-input > .v-input__control > .v-input__slot > .v-text-field__slot input {\n padding: 0;\n}\n.zd-file-input.zd-dense > .v-input__control > .v-input__slot > .v-text-field__slot {\n min-height: 24px;\n}\n.zd-file-input.zd-dense > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text {\n padding: 0 var(--spacing-1);\n}\n.zd-file-input.zd-dense > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text .v-chip {\n height: 16px;\n line-height: 15px;\n font-size: 11px;\n margin-bottom: 0.2rem;\n margin-top: 0.2rem;\n}\n.zd-file-input.zd-dense > .v-input__control > .v-input__slot > .v-text-field__slot input {\n padding: 0;\n}\n.zd-file-input.with-drag-area {\n padding-top: calc(var(--drag-area-height) + 17px);\n}\n.zd-file-input.with-drag-area.zd-no-label {\n padding-top: calc(var(--drag-area-height) + 5px);\n}\n.zd-file-input.with-drag-area.zd-no-label > .v-input__control > .v-input__slot > .v-text-field__slot .v-label {\n height: calc(var(--drag-area-height) + 5px);\n top: calc(-5px - var(--drag-area-height));\n}\n.zd-file-input.with-drag-area.v-text-field--reverse > .v-input__control > .v-input__slot > .v-text-field__slot .v-label {\n text-align: right;\n}\n.zd-file-input.with-drag-area > .v-input__control > .v-input__slot > .v-text-field__slot .v-label {\n height: calc(var(--drag-area-height) + 25px);\n top: calc(-25px - var(--drag-area-height));\n right: 0 !important;\n left: 0 !important;\n}\n.zd-file-input.with-drag-area > .v-input__control > .v-input__slot > .v-text-field__slot .v-label .zd-file-input-label {\n height: 20px;\n display: block;\n}\n.zd-file-input.with-drag-area > .v-input__control > .v-input__slot > .v-text-field__slot .v-label .zd-file-input-drag-area {\n width: 100%;\n height: var(--drag-area-height);\n border: dashed var(--regular) #c4c4c4;\n position: relative;\n}\n.zd-file-input.with-drag-area > .v-input__control > .v-input__slot > .v-text-field__slot .v-label .zd-file-input-drag-area.dragging {\n background: #7c7c7c;\n}\n.zd-file-input.with-drag-area > .v-input__control > .v-input__slot > .v-text-field__slot .v-label .zd-file-input-drag-area .zd-file-input-drag-content {\n text-align: center;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n.zd-file-input.with-drag-area > .v-input__control > .v-input__slot > .v-text-field__slot .v-label .zd-file-input-drag-area .zd-file-input-drag-content > span {\n display: block;\n}\n.zd-file-input.v-input--is-disabled > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text {\n opacity: 0.5;\n}\n.zd-file-input.v-text-field--reverse > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text {\n flex-direction: row-reverse;\n}\n.zd-file-input.theme--light > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text .v-chip {\n background-color: #e0e0e0;\n color: rgba(0, 0, 0, 0.87);\n}\n.zd-file-input.theme--dark > .v-input__control > .v-input__slot > .v-text-field__slot .v-file-input__text .v-chip {\n background: #555;\n color: #fff;\n}", map: undefined, media: undefined });
|
43823
43869
|
|
43824
43870
|
};
|
43825
43871
|
/* scoped */
|
@@ -44254,10 +44300,11 @@ var __vue_render__$Z = function () {
|
|
44254
44300
|
],
|
44255
44301
|
ref: "form",
|
44256
44302
|
class: ["zd-form", _vm.instance.cssClass],
|
44257
|
-
style:
|
44258
|
-
|
44303
|
+
style: Object.assign(
|
44304
|
+
{},
|
44259
44305
|
{ height: _vm.$formatSize(_vm.instance.height) },
|
44260
|
-
|
44306
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
44307
|
+
),
|
44261
44308
|
attrs: { id: _vm.instance.name, name: _vm.instance.name },
|
44262
44309
|
on: {
|
44263
44310
|
submit: function ($event) {
|
@@ -44367,7 +44414,7 @@ let ZdFrame = class ZdFrame extends ZdComponentRender$1 {
|
|
44367
44414
|
}
|
44368
44415
|
};
|
44369
44416
|
__decorate([
|
44370
|
-
PropWatch({ type: String,
|
44417
|
+
PropWatch({ type: String, default: '' }),
|
44371
44418
|
__metadata("design:type", String)
|
44372
44419
|
], ZdFrame.prototype, "path", void 0);
|
44373
44420
|
__decorate([
|
@@ -44435,11 +44482,15 @@ var __vue_render__$Y = function () {
|
|
44435
44482
|
},
|
44436
44483
|
],
|
44437
44484
|
class: ["zd-frame", _vm.instance.cssClass],
|
44438
|
-
style: Object.assign(
|
44439
|
-
|
44440
|
-
|
44441
|
-
|
44442
|
-
|
44485
|
+
style: Object.assign(
|
44486
|
+
{},
|
44487
|
+
{
|
44488
|
+
height: _vm.$formatSize(_vm.instance.height),
|
44489
|
+
minHeight: _vm.$formatSize(_vm.instance.minHeight),
|
44490
|
+
maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
|
44491
|
+
},
|
44492
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
44493
|
+
),
|
44443
44494
|
attrs: { id: _vm.instance.name },
|
44444
44495
|
},
|
44445
44496
|
[
|
@@ -44466,7 +44517,7 @@ __vue_render__$Y._withStripped = true;
|
|
44466
44517
|
/* style */
|
44467
44518
|
const __vue_inject_styles__$Y = function (inject) {
|
44468
44519
|
if (!inject) return
|
44469
|
-
inject("data-v-
|
44520
|
+
inject("data-v-2c5980a4_0", { source: ".zd-frame {\n height: inherit;\n width: inherit;\n}\n.zd-frame .v-progress-circular {\n left: 50%;\n transform: translateX(-50%);\n}", map: undefined, media: undefined });
|
44470
44521
|
|
44471
44522
|
};
|
44472
44523
|
/* scoped */
|
@@ -44951,15 +45002,16 @@ let ZdGrid = class ZdGrid extends ZdIterable$1 {
|
|
44951
45002
|
'--current-row-hover-color': `${ThemeColor(this, 'primary')}30`,
|
44952
45003
|
};
|
44953
45004
|
}
|
44954
|
-
checkOverflow(event) {
|
45005
|
+
checkOverflow(event, columnOverflow) {
|
44955
45006
|
const target = event.target;
|
44956
|
-
const
|
45007
|
+
const overflow = target.clientWidth < target.scrollWidth;
|
44957
45008
|
const tooltip = this.$refs.gridTooltip;
|
44958
|
-
if (
|
45009
|
+
if ((overflow && tooltip)
|
45010
|
+
|| (Number.isInteger(columnOverflow) && tooltip)) {
|
45011
|
+
tooltip.classList.add('zd-grid-cell-tooltip-show');
|
44959
45012
|
const value = target.innerText;
|
44960
45013
|
const targetBoundingRect = target.getBoundingClientRect();
|
44961
45014
|
tooltip.innerText = value;
|
44962
|
-
tooltip.classList.add('zd-grid-cell-tooltip-show');
|
44963
45015
|
tooltip.style.top = `${targetBoundingRect.bottom}px`;
|
44964
45016
|
tooltip.style.left = `${targetBoundingRect.left}px`;
|
44965
45017
|
}
|
@@ -45104,10 +45156,10 @@ var __vue_render__$W = function () {
|
|
45104
45156
|
],
|
45105
45157
|
style: [
|
45106
45158
|
_vm.cssColorVars,
|
45107
|
-
_vm.instance.cssStyle,
|
45108
45159
|
_vm.instance.gridHeight
|
45109
45160
|
? { height: _vm.$formatSize(_vm.instance.gridHeight) }
|
45110
45161
|
: {},
|
45162
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
45111
45163
|
],
|
45112
45164
|
attrs: {
|
45113
45165
|
id: _vm.instance.name,
|
@@ -45688,7 +45740,8 @@ var __vue_render__$W = function () {
|
|
45688
45740
|
on: {
|
45689
45741
|
mouseenter: function ($event) {
|
45690
45742
|
return _vm.checkOverflow(
|
45691
|
-
$event
|
45743
|
+
$event,
|
45744
|
+
column.overflow
|
45692
45745
|
)
|
45693
45746
|
},
|
45694
45747
|
mouseleave: function ($event) {
|
@@ -45867,7 +45920,7 @@ __vue_render__$W._withStripped = true;
|
|
45867
45920
|
/* style */
|
45868
45921
|
const __vue_inject_styles__$W = function (inject) {
|
45869
45922
|
if (!inject) return
|
45870
|
-
inject("data-v-
|
45923
|
+
inject("data-v-1dfd9c3b_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: 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-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:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n 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--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined });
|
45871
45924
|
|
45872
45925
|
};
|
45873
45926
|
/* scoped */
|
@@ -46068,7 +46121,7 @@ var __vue_render__$V = function () {
|
|
46068
46121
|
{ "zd-grid-flex": _vm.instance.gridHeight || _vm.instance.gridMaxHeight },
|
46069
46122
|
{ "zd-grid-loading": _vm.instance.datasource.loading },
|
46070
46123
|
],
|
46071
|
-
style: [_vm.cssColorVars, _vm.instance.cssStyle],
|
46124
|
+
style: [_vm.cssColorVars, _vm.$styleObject(_vm.instance.cssStyle)],
|
46072
46125
|
attrs: {
|
46073
46126
|
id: _vm.instance.name,
|
46074
46127
|
dark: _vm.instance.dark,
|
@@ -46995,8 +47048,8 @@ __vue_render__$V._withStripped = true;
|
|
46995
47048
|
/* style */
|
46996
47049
|
const __vue_inject_styles__$V = function (inject) {
|
46997
47050
|
if (!inject) return
|
46998
|
-
inject("data-v-
|
46999
|
-
,inject("data-v-
|
47051
|
+
inject("data-v-4dde3c74_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: 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-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:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n 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--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
47052
|
+
,inject("data-v-4dde3c74_1", { source: ".zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable.text-right .zd-table-cell-inline-edit, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable.text-right .zd-table-cell-inline-edit {\n justify-content: flex-end;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable.text-center .zd-table-cell-inline-edit, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable.text-center .zd-table-cell-inline-edit {\n justify-content: center;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-inline-edit, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-inline-edit {\n display: flex;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-inline-edit .zd-table-cell-edit-icon .v-icon, .zd-grid 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-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text {\n padding: 0 8px;\n position: relative;\n display: block;\n height: 20px;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:after, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n content: \"\";\n position: absolute;\n width: 1px;\n height: var(--spacing-1);\n bottom: 0px;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:before {\n left: 0;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-column-editable .zd-table-cell-text:after, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text:after {\n right: 0px;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable {\n cursor: pointer;\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text.zd-table-cell-text-editable {\n border-bottom: solid var(--regular) var(--v-grey-lighten4);\n}\n.zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text.zd-table-cell-text-editable:before, .zd-grid table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text.zd-table-cell-text-editable:after {\n border-left: solid var(--regular) var(--v-grey-lighten4);\n}\n.zd-grid.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot {\n height: 22px;\n}\n.zd-grid.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot input, .zd-grid.v-data-table--dense table tbody .zd-input.zd-text-input .v-input__slot .v-select__selections {\n height: 22px;\n max-height: 22px;\n}", map: undefined, media: undefined });
|
47000
47053
|
|
47001
47054
|
};
|
47002
47055
|
/* scoped */
|
@@ -51495,9 +51548,15 @@ let ZdModal = class ZdModal extends ZdComponent$1 {
|
|
51495
51548
|
const threshold = 1;
|
51496
51549
|
if ((Math.abs(dy) + Math.abs(dx)) >= threshold) {
|
51497
51550
|
const top = toNum(this.dragModal.style.top);
|
51498
|
-
this.dragModal.style.top = toPx(top + dy);
|
51499
51551
|
const left = toNum(this.dragModal.style.left);
|
51500
|
-
|
51552
|
+
if ((window.innerHeight / 2) - (top + dy) >= (this.dragModal.offsetHeight / 2)
|
51553
|
+
&& (window.innerHeight / 2) + (top + dy) >= (this.dragModal.offsetHeight / 2)) {
|
51554
|
+
this.dragModal.style.top = toPx(top + dy);
|
51555
|
+
}
|
51556
|
+
if ((window.innerWidth / 2) + 2 * (left + dx) >= 4
|
51557
|
+
&& (window.innerWidth / 2) - 2 * (left + dx) >= 0) {
|
51558
|
+
this.dragModal.style.left = toPx(left + dx);
|
51559
|
+
}
|
51501
51560
|
this.x = event.clientX;
|
51502
51561
|
this.y = event.clientY;
|
51503
51562
|
}
|
@@ -52329,7 +52388,7 @@ var __vue_render__$o = function () {
|
|
52329
52388
|
maxWidth: _vm.parseSizeToString(_vm.instance.maxWidth),
|
52330
52389
|
minWidth: _vm.parseSizeToString(_vm.instance.minWidth),
|
52331
52390
|
},
|
52332
|
-
_vm.instance.cssStyle,
|
52391
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
52333
52392
|
],
|
52334
52393
|
on: {
|
52335
52394
|
input: function ($event) {
|
@@ -52440,7 +52499,7 @@ __vue_render__$o._withStripped = true;
|
|
52440
52499
|
/* style */
|
52441
52500
|
const __vue_inject_styles__$o = function (inject) {
|
52442
52501
|
if (!inject) return
|
52443
|
-
inject("data-v-
|
52502
|
+
inject("data-v-136b22b0_0", { source: ".v-input.v-input__slider.zd-range-slider {\n margin-top: var(--spacing-1);\n padding-top: var(--spacing-3);\n}\n.v-input.v-input__slider.zd-range-slider .v-input__control .v-messages {\n display: none;\n}\n.v-input.v-input__slider.zd-range-slider .v-input__control .v-input__slot {\n margin: 0;\n}\n.v-input.v-input__slider.zd-range-slider .v-input__control .v-input__slot label.v-label {\n position: absolute !important;\n}\n.v-input.v-input__slider.zd-range-slider .v-input__control .v-input__slot .v-slider .v-slider__thumb:before {\n left: -13px;\n top: -13px;\n}\n.v-input.v-input__slider.zd-range-slider .v-input__control .v-input__slot .v-slider.v-slider--horizontal {\n min-height: 10px;\n}\n.v-input.v-input__slider.zd-range-slider .v-input__control .v-input__slot .v-slider__tick-label {\n font-size: var(--zd-font-body1-size);\n color: var(--zd-font-color);\n}\n.v-input.v-input__slider.zd-range-slider.v-input__slider--inverse-label .v-input__control .v-input__slot label.v-label {\n left: auto !important;\n right: 0 !important;\n}\n.v-input.v-input__slider.zd-range-slider .v-slider__thumb {\n width: 10px;\n height: 10px;\n left: -5px;\n}\n.zd-range-limits {\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n font-size: 9px;\n display: flex;\n justify-content: space-between;\n padding-top: var(--spacing-1);\n}\n.zd-thumb-no-customize .v-slider__thumb-container .v-slider__thumb-label-container .v-slider__thumb-label {\n background-color: transparent !important;\n color: var(--zd-font-color);\n padding: 30px 0 0 30px;\n width: max-content !important;\n font-size: 9px;\n}", map: undefined, media: undefined });
|
52444
52503
|
|
52445
52504
|
};
|
52446
52505
|
/* scoped */
|
@@ -53532,7 +53591,8 @@ let ZdSelectTree = class ZdSelectTree extends ZdTextInput$1 {
|
|
53532
53591
|
this.focused = false;
|
53533
53592
|
}
|
53534
53593
|
dataChange() {
|
53535
|
-
this.instance.
|
53594
|
+
if (!this.instance.fetchOnDemand)
|
53595
|
+
this.instance.createNodesFromDatasource();
|
53536
53596
|
}
|
53537
53597
|
onOpen() {
|
53538
53598
|
this.instance.open(this.$el);
|
@@ -53578,6 +53638,13 @@ let ZdSelectTree = class ZdSelectTree extends ZdTextInput$1 {
|
|
53578
53638
|
this.instance.validate();
|
53579
53639
|
this.instance.blur(event, this.$el);
|
53580
53640
|
}
|
53641
|
+
loadOptions({ action, parentNode, callback }) {
|
53642
|
+
if (action === 'LOAD_CHILDREN_OPTIONS') {
|
53643
|
+
this.instance.loadChildren(parentNode)
|
53644
|
+
.then(callback)
|
53645
|
+
.catch(() => { var _a; return callback(new Error(I18n.translate(((_a = this.instance.datasource) === null || _a === void 0 ? void 0 : _a.error) || ''))); });
|
53646
|
+
}
|
53647
|
+
}
|
53581
53648
|
};
|
53582
53649
|
__decorate([
|
53583
53650
|
Prop({ type: [Array, String], default: () => [] }),
|
@@ -53659,6 +53726,10 @@ __decorate([
|
|
53659
53726
|
Prop({ type: [String, Array], default: () => ([]) }),
|
53660
53727
|
__metadata("design:type", Array)
|
53661
53728
|
], ZdSelectTree.prototype, "disabledItems", void 0);
|
53729
|
+
__decorate([
|
53730
|
+
Prop({ type: [Boolean, String], default: false }),
|
53731
|
+
__metadata("design:type", Object)
|
53732
|
+
], ZdSelectTree.prototype, "fetchOnDemand", void 0);
|
53662
53733
|
__decorate([
|
53663
53734
|
Watch('instance.datasource.data.length'),
|
53664
53735
|
__metadata("design:type", Function),
|
@@ -53774,9 +53845,11 @@ var __vue_render__$j = function () {
|
|
53774
53845
|
"menu-props": {
|
53775
53846
|
cssClass: _vm.$isDark(this)
|
53776
53847
|
? "theme--dark"
|
53777
|
-
: _vm.$isLight(this)
|
53778
|
-
|
53779
|
-
|
53848
|
+
: (_vm.$isLight(this) ? "theme--light" : "") +
|
53849
|
+
(_vm.instance.datasource &&
|
53850
|
+
_vm.instance.datasource.search
|
53851
|
+
? " has-search"
|
53852
|
+
: ""),
|
53780
53853
|
},
|
53781
53854
|
clearable:
|
53782
53855
|
_vm.instance.clearable &&
|
@@ -53795,6 +53868,7 @@ var __vue_render__$j = function () {
|
|
53795
53868
|
showCountOf: _vm.instance.showCountOf,
|
53796
53869
|
valueFormat: _vm.instance.returnObject ? "object" : "id",
|
53797
53870
|
disableBranchNodes: _vm.instance.disableParentNode,
|
53871
|
+
loadOptions: _vm.loadOptions,
|
53798
53872
|
},
|
53799
53873
|
on: {
|
53800
53874
|
open: _vm.onOpen,
|
@@ -53891,7 +53965,7 @@ __vue_render__$j._withStripped = true;
|
|
53891
53965
|
/* style */
|
53892
53966
|
const __vue_inject_styles__$j = function (inject) {
|
53893
53967
|
if (!inject) return
|
53894
|
-
inject("data-v-
|
53968
|
+
inject("data-v-b782ddc6_0", { source: ".zd-select-tree-loading {\n margin-top: -1px;\n width: calc(100% - 2px);\n margin-left: 1px;\n}\n.zd-select-tree {\n color: var(--zd-font-color);\n font-size: var(--zd-font-body1-size);\n font-family: var(--font-family);\n margin-top: var(--spacing-1);\n}\n.zd-select-tree.theme--dark .vue-treeselect__control {\n background-color: #1e1e1e;\n}\n.zd-select-tree.theme--dark .vue-treeselect__multi-value-item {\n background: #555;\n}\n.zd-select-tree.theme--dark .vue-treeselect__multi-value-item, .zd-select-tree.theme--dark .vue-treeselect__multi-value-item .vue-treeselect__value-remove {\n color: #fff;\n}\n.zd-select-tree .vue-treeselect__control {\n border-radius: var(--border);\n height: 34px;\n}\n.zd-select-tree .vue-treeselect__control .vue-treeselect__single-value {\n line-height: 32px;\n}\n.zd-select-tree .vue-treeselect__control-arrow-container svg {\n transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;\n}\n.zd-select-tree .zd-select-tree-label {\n font-weight: var(--zd-font-body1-weight);\n pointer-events: none;\n line-height: 1rem;\n position: relative;\n top: -1px;\n}\n.zd-select-tree .zd-select-tree-label p {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-select-tree.zd-select-tree-disabled {\n opacity: 0.5;\n}\n.zd-select-tree .vue-treeselect__single-value, .zd-select-tree input {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n cursor: text;\n}\n.zd-select-tree.zd-select-tree-error .zd-select-tree-label {\n color: var(--v-error-base) !important;\n animation: v-shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);\n}\n.zd-select-tree.zd-select-tree-error .zd-select-tree-details {\n color: var(--v-error-base) !important;\n}\n.zd-select-tree.zd-select-tree-error .vue-treeselect__control {\n border-color: var(--v-error-base) !important;\n}\n.zd-select-tree.zd-select-tree-error .vue-treeselect__control-arrow-container svg, .zd-select-tree.zd-select-tree-error .vue-treeselect__x-container svg {\n color: var(--v-error-base);\n}\n.zd-select-tree.zd-select-tree-error .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-select-tree-error .zd-select-tree-append-outer-icon {\n color: var(--v-error-base);\n}\n.zd-select-tree .vue-treeselect--focused .vue-treeselect__control-arrow-container svg, .zd-select-tree .vue-treeselect--focused .vue-treeselect__x-container svg {\n color: var(--v-primary-base);\n}\n.zd-select-tree .zd-select-tree-details {\n min-height: 13px;\n font-size: 11px;\n display: flex;\n flex: 1 0 auto;\n max-width: 100%;\n overflow: hidden;\n color: rgba(0, 0, 0, 0.6);\n line-height: 1;\n position: relative;\n top: 1px;\n}\n.zd-select-tree.zd-dense .zd-select-tree-details {\n min-height: 11px;\n}\n.zd-select-tree.zd-dense .vue-treeselect__control {\n height: 24px;\n}\n.zd-select-tree.zd-dense .vue-treeselect__control .vue-treeselect__single-value {\n line-height: 22px;\n}\n.zd-select-tree.zd-dense .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-dense .zd-select-tree-append-outer-icon {\n margin-top: 20px;\n}\n.zd-select-tree.zd-dense.zd-no-label .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-dense.zd-no-label .zd-select-tree-append-outer-icon {\n margin-top: 4px;\n}\n.zd-select-tree.zd-no-helper .zd-select-tree-details {\n display: none;\n}\n.zd-select-tree.zd-no-border .vue-treeselect__control {\n border: none !important;\n}\n.zd-select-tree .zd-select-tree-container {\n display: flex;\n}\n.zd-select-tree .zd-select-tree-prepend-outer-icon, .zd-select-tree .zd-select-tree-append-outer-icon {\n font-size: var(--icon-size-small);\n margin-top: 25px;\n height: 16px;\n}\n.zd-select-tree .zd-select-tree-prepend-outer-icon {\n margin-right: 8px;\n}\n.zd-select-tree.zd-no-label .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-no-label .zd-select-tree-append-outer-icon {\n margin-top: 10px;\n}\n.zd-select-tree .zd-select-tree-append-outer-icon {\n margin-left: 8px;\n}\n.vue-treeselect--searchable .vue-treeselect__multi-value-item-container {\n margin-top: 3px;\n}\n.vue-treeselect--multi :not(.vue-treeselect--searchable) .vue-treeselect__multi-value-item-container {\n margin: 3px 0;\n}\n.vue-treeselect__label {\n padding-left: 10px;\n}\n.vue-treeselect__menu-container .vue-treeselect__icon-warning {\n display: none;\n}\n.vue-treeselect__menu-container .vue-treeselect__option--disabled {\n opacity: 0.5;\n}\n.vue-treeselect__menu > * {\n color: var(--zd-font-color) !important;\n font-size: var(--zd-font-body1-size) !important;\n font-family: var(--font-family) !important;\n}\n.vue-treeselect__menu-container.has-search .vue-treeselect__option {\n display: flex !important;\n}\n.vue-treeselect__menu-container.has-search .vue-treeselect__option-arrow-container {\n display: flex !important;\n}\n.vue-treeselect__menu-container .vue-treeselect__option::before {\n bottom: 0;\n content: \"\";\n left: 0;\n opacity: 0;\n pointer-events: none;\n position: absolute;\n right: 0;\n top: 0;\n box-sizing: inherit;\n height: inherit;\n}\n.vue-treeselect__menu-container .vue-treeselect__list-item > div.vue-treeselect__option--selected::before {\n background: var(--v-primary-base);\n}\n.vue-treeselect__menu-container .vue-treeselect__label {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n font-family: var(--font-family);\n color: var(--zd-font-color);\n}\n.vue-treeselect__menu-container .vue-treeselect__option--selected .vue-treeselect__label-container .vue-treeselect__label, .vue-treeselect__menu-container .vue-treeselect__option--selected .vue-treeselect__option-arrow {\n color: var(--v-primary-base);\n}\n.vue-treeselect__menu-container .vue-treeselect__option:not(.vue-treeselect__option--hide) {\n position: relative;\n display: flex;\n}\n.vue-treeselect__menu-container .vue-treeselect__option-arrow-container:not(.vue-treeselect__option--hide) {\n align-items: center;\n display: flex;\n}\n.vue-treeselect__menu-container.theme--light .vue-treeselect__option::before {\n background-color: #000;\n}\n.vue-treeselect__menu-container.theme--light .vue-treeselect__option:hover::before {\n opacity: 0.04;\n}\n.vue-treeselect__menu-container.theme--light .vue-treeselect__list-item > div.vue-treeselect__option--selected::before {\n opacity: 0.1;\n}\n.vue-treeselect__menu-container.theme--dark > div {\n background-color: #1e1e1e;\n color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__label {\n color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option--highlight {\n background-color: transparent;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option::before {\n background-color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option:hover::before {\n opacity: 0.08;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__list-item > div.vue-treeselect__option--selected::before {\n opacity: 0.2;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__checkbox:not(.vue-treeselect__checkbox--checked):not(.vue-treeselect__checkbox--indeterminate) {\n background-color: transparent;\n border-color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option--selected .vue-treeselect__count {\n opacity: 0.8;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__menu {\n border-color: #1e1e1e;\n}", map: undefined, media: undefined });
|
53895
53969
|
|
53896
53970
|
};
|
53897
53971
|
/* scoped */
|
@@ -54062,6 +54136,7 @@ var __vue_render__$i = function () {
|
|
54062
54136
|
showCountOf: _vm.instance.showCountOf,
|
54063
54137
|
valueFormat: _vm.instance.returnObject ? "object" : "id",
|
54064
54138
|
valueConsistsOf: _vm.instance.valueConsistsOf,
|
54139
|
+
loadOptions: _vm.loadOptions,
|
54065
54140
|
},
|
54066
54141
|
on: {
|
54067
54142
|
open: _vm.onOpen,
|
@@ -54157,8 +54232,8 @@ __vue_render__$i._withStripped = true;
|
|
54157
54232
|
/* style */
|
54158
54233
|
const __vue_inject_styles__$i = function (inject) {
|
54159
54234
|
if (!inject) return
|
54160
|
-
inject("data-v-
|
54161
|
-
,inject("data-v-
|
54235
|
+
inject("data-v-054c20a4_0", { source: ".zd-select-tree-loading {\n margin-top: -1px;\n width: calc(100% - 2px);\n margin-left: 1px;\n}\n.zd-select-tree {\n color: var(--zd-font-color);\n font-size: var(--zd-font-body1-size);\n font-family: var(--font-family);\n margin-top: var(--spacing-1);\n}\n.zd-select-tree.theme--dark .vue-treeselect__control {\n background-color: #1e1e1e;\n}\n.zd-select-tree.theme--dark .vue-treeselect__multi-value-item {\n background: #555;\n}\n.zd-select-tree.theme--dark .vue-treeselect__multi-value-item, .zd-select-tree.theme--dark .vue-treeselect__multi-value-item .vue-treeselect__value-remove {\n color: #fff;\n}\n.zd-select-tree .vue-treeselect__control {\n border-radius: var(--border);\n height: 34px;\n}\n.zd-select-tree .vue-treeselect__control .vue-treeselect__single-value {\n line-height: 32px;\n}\n.zd-select-tree .vue-treeselect__control-arrow-container svg {\n transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;\n}\n.zd-select-tree .zd-select-tree-label {\n font-weight: var(--zd-font-body1-weight);\n pointer-events: none;\n line-height: 1rem;\n position: relative;\n top: -1px;\n}\n.zd-select-tree .zd-select-tree-label p {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-select-tree.zd-select-tree-disabled {\n opacity: 0.5;\n}\n.zd-select-tree .vue-treeselect__single-value, .zd-select-tree input {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n cursor: text;\n}\n.zd-select-tree.zd-select-tree-error .zd-select-tree-label {\n color: var(--v-error-base) !important;\n animation: v-shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);\n}\n.zd-select-tree.zd-select-tree-error .zd-select-tree-details {\n color: var(--v-error-base) !important;\n}\n.zd-select-tree.zd-select-tree-error .vue-treeselect__control {\n border-color: var(--v-error-base) !important;\n}\n.zd-select-tree.zd-select-tree-error .vue-treeselect__control-arrow-container svg, .zd-select-tree.zd-select-tree-error .vue-treeselect__x-container svg {\n color: var(--v-error-base);\n}\n.zd-select-tree.zd-select-tree-error .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-select-tree-error .zd-select-tree-append-outer-icon {\n color: var(--v-error-base);\n}\n.zd-select-tree .vue-treeselect--focused .vue-treeselect__control-arrow-container svg, .zd-select-tree .vue-treeselect--focused .vue-treeselect__x-container svg {\n color: var(--v-primary-base);\n}\n.zd-select-tree .zd-select-tree-details {\n min-height: 13px;\n font-size: 11px;\n display: flex;\n flex: 1 0 auto;\n max-width: 100%;\n overflow: hidden;\n color: rgba(0, 0, 0, 0.6);\n line-height: 1;\n position: relative;\n top: 1px;\n}\n.zd-select-tree.zd-dense .zd-select-tree-details {\n min-height: 11px;\n}\n.zd-select-tree.zd-dense .vue-treeselect__control {\n height: 24px;\n}\n.zd-select-tree.zd-dense .vue-treeselect__control .vue-treeselect__single-value {\n line-height: 22px;\n}\n.zd-select-tree.zd-dense .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-dense .zd-select-tree-append-outer-icon {\n margin-top: 20px;\n}\n.zd-select-tree.zd-dense.zd-no-label .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-dense.zd-no-label .zd-select-tree-append-outer-icon {\n margin-top: 4px;\n}\n.zd-select-tree.zd-no-helper .zd-select-tree-details {\n display: none;\n}\n.zd-select-tree.zd-no-border .vue-treeselect__control {\n border: none !important;\n}\n.zd-select-tree .zd-select-tree-container {\n display: flex;\n}\n.zd-select-tree .zd-select-tree-prepend-outer-icon, .zd-select-tree .zd-select-tree-append-outer-icon {\n font-size: var(--icon-size-small);\n margin-top: 25px;\n height: 16px;\n}\n.zd-select-tree .zd-select-tree-prepend-outer-icon {\n margin-right: 8px;\n}\n.zd-select-tree.zd-no-label .zd-select-tree-prepend-outer-icon, .zd-select-tree.zd-no-label .zd-select-tree-append-outer-icon {\n margin-top: 10px;\n}\n.zd-select-tree .zd-select-tree-append-outer-icon {\n margin-left: 8px;\n}\n.vue-treeselect--searchable .vue-treeselect__multi-value-item-container {\n margin-top: 3px;\n}\n.vue-treeselect--multi :not(.vue-treeselect--searchable) .vue-treeselect__multi-value-item-container {\n margin: 3px 0;\n}\n.vue-treeselect__label {\n padding-left: 10px;\n}\n.vue-treeselect__menu-container .vue-treeselect__icon-warning {\n display: none;\n}\n.vue-treeselect__menu-container .vue-treeselect__option--disabled {\n opacity: 0.5;\n}\n.vue-treeselect__menu > * {\n color: var(--zd-font-color) !important;\n font-size: var(--zd-font-body1-size) !important;\n font-family: var(--font-family) !important;\n}\n.vue-treeselect__menu-container.has-search .vue-treeselect__option {\n display: flex !important;\n}\n.vue-treeselect__menu-container.has-search .vue-treeselect__option-arrow-container {\n display: flex !important;\n}\n.vue-treeselect__menu-container .vue-treeselect__option::before {\n bottom: 0;\n content: \"\";\n left: 0;\n opacity: 0;\n pointer-events: none;\n position: absolute;\n right: 0;\n top: 0;\n box-sizing: inherit;\n height: inherit;\n}\n.vue-treeselect__menu-container .vue-treeselect__list-item > div.vue-treeselect__option--selected::before {\n background: var(--v-primary-base);\n}\n.vue-treeselect__menu-container .vue-treeselect__label {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n font-family: var(--font-family);\n color: var(--zd-font-color);\n}\n.vue-treeselect__menu-container .vue-treeselect__option--selected .vue-treeselect__label-container .vue-treeselect__label, .vue-treeselect__menu-container .vue-treeselect__option--selected .vue-treeselect__option-arrow {\n color: var(--v-primary-base);\n}\n.vue-treeselect__menu-container .vue-treeselect__option:not(.vue-treeselect__option--hide) {\n position: relative;\n display: flex;\n}\n.vue-treeselect__menu-container .vue-treeselect__option-arrow-container:not(.vue-treeselect__option--hide) {\n align-items: center;\n display: flex;\n}\n.vue-treeselect__menu-container.theme--light .vue-treeselect__option::before {\n background-color: #000;\n}\n.vue-treeselect__menu-container.theme--light .vue-treeselect__option:hover::before {\n opacity: 0.04;\n}\n.vue-treeselect__menu-container.theme--light .vue-treeselect__list-item > div.vue-treeselect__option--selected::before {\n opacity: 0.1;\n}\n.vue-treeselect__menu-container.theme--dark > div {\n background-color: #1e1e1e;\n color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__label {\n color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option--highlight {\n background-color: transparent;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option::before {\n background-color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option:hover::before {\n opacity: 0.08;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__list-item > div.vue-treeselect__option--selected::before {\n opacity: 0.2;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__checkbox:not(.vue-treeselect__checkbox--checked):not(.vue-treeselect__checkbox--indeterminate) {\n background-color: transparent;\n border-color: #fff;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__option--selected .vue-treeselect__count {\n opacity: 0.8;\n}\n.vue-treeselect__menu-container.theme--dark .vue-treeselect__menu {\n border-color: #1e1e1e;\n}", map: undefined, media: undefined })
|
54236
|
+
,inject("data-v-054c20a4_1", { source: ".zd-select-tree-multiple .vue-treeselect--multi :not(.vue-treeselect--searchable) .vue-treeselect__multi-value-item-container {\n margin: 1px 0;\n line-height: 16px;\n}\n.zd-select-tree-multiple .vue-treeselect--multi .vue-treeselect__input {\n padding-top: 2px;\n padding-bottom: 2px;\n line-height: 15px;\n}\n.vue-treeselect--searchable .vue-treeselect__multi-value-item-container {\n margin-top: 3px;\n}\n.vue-treeselect--multi :not(.vue-treeselect--searchable) .vue-treeselect__multi-value-item-container {\n margin: 3px 0;\n}", map: undefined, media: undefined });
|
54162
54237
|
|
54163
54238
|
};
|
54164
54239
|
/* scoped */
|
@@ -54696,7 +54771,7 @@ var __vue_render__$f = function () {
|
|
54696
54771
|
},
|
54697
54772
|
_vm.cssVars
|
54698
54773
|
),
|
54699
|
-
_vm.instance.cssStyle,
|
54774
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
54700
54775
|
],
|
54701
54776
|
attrs: { id: _vm.instance.name, name: _vm.instance.name },
|
54702
54777
|
on: {
|
@@ -54712,7 +54787,7 @@ __vue_render__$f._withStripped = true;
|
|
54712
54787
|
/* style */
|
54713
54788
|
const __vue_inject_styles__$f = function (inject) {
|
54714
54789
|
if (!inject) return
|
54715
|
-
inject("data-v-
|
54790
|
+
inject("data-v-6e440529_0", { source: ".zd-svg-map svg {\n width: 100%;\n height: 100%;\n}\n.zd-svg-map:not(.no-area-color) path {\n fill: var(--area-color) !important;\n}\n.zd-svg-map:not(.no-hover-color) path:hover {\n fill: var(--area-hover-color) !important;\n}\n.zd-svg-map:not(.no-select-color) g.active path, .zd-svg-map:not(.no-select-color) path.active {\n fill: var(--area-select-color) !important;\n}", map: undefined, media: undefined });
|
54716
54791
|
|
54717
54792
|
};
|
54718
54793
|
/* scoped */
|
@@ -55108,10 +55183,11 @@ var __vue_render__$c = function () {
|
|
55108
55183
|
},
|
55109
55184
|
],
|
55110
55185
|
class: ["zd-tabs", _vm.instance.cssClass],
|
55111
|
-
style:
|
55112
|
-
|
55186
|
+
style: Object.assign(
|
55187
|
+
{},
|
55113
55188
|
{ height: _vm.$formatSize(_vm.instance.height) },
|
55114
|
-
|
55189
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
55190
|
+
),
|
55115
55191
|
attrs: { id: _vm.instance.name, name: _vm.instance.name },
|
55116
55192
|
},
|
55117
55193
|
[
|
@@ -55215,6 +55291,7 @@ var __vue_render__$c = function () {
|
|
55215
55291
|
children: tab.children,
|
55216
55292
|
flex: tab.flex,
|
55217
55293
|
name: _vm.instance.name + "-tab-item-" + index,
|
55294
|
+
lazyLoad: tab.lazyLoad,
|
55218
55295
|
},
|
55219
55296
|
false
|
55220
55297
|
)
|
@@ -55236,11 +55313,11 @@ __vue_render__$c._withStripped = true;
|
|
55236
55313
|
/* style */
|
55237
55314
|
const __vue_inject_styles__$c = function (inject) {
|
55238
55315
|
if (!inject) return
|
55239
|
-
inject("data-v-
|
55316
|
+
inject("data-v-0700f23a_0", { source: ".zd-tabs[data-v-0700f23a] {\n display: flex;\n flex-direction: column;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs-bar,\n.zd-tabs[data-v-0700f23a] .v-tabs-items {\n background-color: transparent;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs-bar {\n height: auto;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs-bar .v-tabs-slider-wrapper {\n bottom: -1px;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs-bar__content {\n border-bottom: solid 1px var(--v-grey-lighten4);\n}\n.zd-tabs[data-v-0700f23a] .v-tabs {\n margin-bottom: var(--spacing-4);\n}\n.zd-tabs[data-v-0700f23a] .v-tabs .v-slide-group__next,\n.zd-tabs[data-v-0700f23a] .v-tabs .v-slide-group__prev {\n flex-basis: 30px;\n min-width: 30px;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs .v-slide-group__next .v-icon,\n.zd-tabs[data-v-0700f23a] .v-tabs .v-slide-group__prev .v-icon {\n font-size: 18px;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs {\n flex-grow: 0;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs-items {\n flex-grow: 1;\n}\n.zd-tabs[data-v-0700f23a] .v-tabs-items .v-window__container {\n height: 100% !important;\n}", map: undefined, media: undefined });
|
55240
55317
|
|
55241
55318
|
};
|
55242
55319
|
/* scoped */
|
55243
|
-
const __vue_scope_id__$c = "data-v-
|
55320
|
+
const __vue_scope_id__$c = "data-v-0700f23a";
|
55244
55321
|
/* module identifier */
|
55245
55322
|
const __vue_module_identifier__$c = undefined;
|
55246
55323
|
/* functional template */
|
@@ -55392,6 +55469,10 @@ __decorate([
|
|
55392
55469
|
PropWatch({ type: Boolean }),
|
55393
55470
|
__metadata("design:type", Boolean)
|
55394
55471
|
], ZdTabItem.prototype, "flex", void 0);
|
55472
|
+
__decorate([
|
55473
|
+
PropWatch({ type: Boolean }),
|
55474
|
+
__metadata("design:type", Boolean)
|
55475
|
+
], ZdTabItem.prototype, "lazyLoad", void 0);
|
55395
55476
|
ZdTabItem = __decorate([
|
55396
55477
|
Component
|
55397
55478
|
], ZdTabItem);
|
@@ -55418,8 +55499,13 @@ var __vue_render__$a = function () {
|
|
55418
55499
|
],
|
55419
55500
|
key: _vm.index,
|
55420
55501
|
staticClass: "zd-tabs-tab-item",
|
55421
|
-
style:
|
55422
|
-
attrs: {
|
55502
|
+
style: _vm.instance.cssStyle,
|
55503
|
+
attrs: {
|
55504
|
+
eager: !_vm.lazyLoad,
|
55505
|
+
value: _vm.index,
|
55506
|
+
dark: _vm.dark,
|
55507
|
+
light: _vm.light,
|
55508
|
+
},
|
55423
55509
|
},
|
55424
55510
|
[
|
55425
55511
|
_c(
|
@@ -55457,11 +55543,11 @@ __vue_render__$a._withStripped = true;
|
|
55457
55543
|
/* style */
|
55458
55544
|
const __vue_inject_styles__$a = function (inject) {
|
55459
55545
|
if (!inject) return
|
55460
|
-
inject("data-v-
|
55546
|
+
inject("data-v-f6ae0120_0", { source: ".zd-tabs-tab-item[data-v-f6ae0120] {\n transition: none;\n}\n.zd-tabs-tab-item > .container[data-v-f6ae0120] {\n padding: 0;\n}\n.zd-tabs .zd-tabs-tab-item[data-v-f6ae0120] {\n height: 100%;\n}\n.zd-tabs .zd-tabs-tab-item .zd-tabs-tab-item-container-flex[data-v-f6ae0120] {\n display: flex;\n flex-direction: column;\n}\n.zd-tabs .zd-tabs-tab-item .container[data-v-f6ae0120] {\n height: 100%;\n}", map: undefined, media: undefined });
|
55461
55547
|
|
55462
55548
|
};
|
55463
55549
|
/* scoped */
|
55464
|
-
const __vue_scope_id__$a = "data-v-
|
55550
|
+
const __vue_scope_id__$a = "data-v-f6ae0120";
|
55465
55551
|
/* module identifier */
|
55466
55552
|
const __vue_module_identifier__$a = undefined;
|
55467
55553
|
/* functional template */
|
@@ -56864,7 +56950,7 @@ var __vue_render__$2 = function () {
|
|
56864
56950
|
{ "theme--dark": _vm.$isDark(this) },
|
56865
56951
|
{ "theme--light": _vm.$isLight(this) },
|
56866
56952
|
],
|
56867
|
-
style: [_vm.cssColorVars
|
56953
|
+
style: [_vm.cssColorVars].concat(_vm.$styleObject(_vm.instance.cssStyle)),
|
56868
56954
|
attrs: { id: _vm.instance.name },
|
56869
56955
|
},
|
56870
56956
|
[
|
@@ -56915,6 +57001,8 @@ var __vue_render__$2 = function () {
|
|
56915
57001
|
fn: function (ref) {
|
56916
57002
|
var node = ref.node;
|
56917
57003
|
return [
|
57004
|
+
_c("span", { staticClass: "align" }),
|
57005
|
+
_vm._v(" "),
|
56918
57006
|
_vm.instance.checkbox
|
56919
57007
|
? _c("zd-tree-checkbox", {
|
56920
57008
|
attrs: {
|
@@ -56997,7 +57085,17 @@ var __vue_render__$2 = function () {
|
|
56997
57085
|
return _c(
|
56998
57086
|
comp.component,
|
56999
57087
|
_vm._b(
|
57000
|
-
{
|
57088
|
+
{
|
57089
|
+
key: index,
|
57090
|
+
tag: "component",
|
57091
|
+
class: [
|
57092
|
+
"item-title",
|
57093
|
+
{
|
57094
|
+
"has-children":
|
57095
|
+
node.children.length,
|
57096
|
+
},
|
57097
|
+
],
|
57098
|
+
},
|
57001
57099
|
"component",
|
57002
57100
|
comp,
|
57003
57101
|
false
|
@@ -57122,7 +57220,7 @@ __vue_render__$2._withStripped = true;
|
|
57122
57220
|
/* style */
|
57123
57221
|
const __vue_inject_styles__$2 = function (inject) {
|
57124
57222
|
if (!inject) return
|
57125
|
-
inject("data-v-
|
57223
|
+
inject("data-v-38571f58_0", { source: ".zd-tree {\n color: var(--zd-font-color);\n font-size: var(--zd-font-body1-size);\n font-weight: normal;\n}\n.zd-tree.theme--light .sl-vue-tree-title {\n color: var(--zd-font-color);\n}\n.zd-tree.theme--light .sl-vue-tree-nodes-list .sl-vue-tree-node .sl-vue-tree-node-item:hover {\n background: #eee;\n}\n.zd-tree.theme--dark .sl-vue-tree-title {\n color: #fff;\n}\n.zd-tree.theme--dark .sl-vue-tree-nodes-list .sl-vue-tree-node .sl-vue-tree-node-item:hover {\n background: #616161;\n}\n.zd-tree .sl-vue-tree-title {\n display: flex;\n}\n.zd-tree .sl-vue-tree-nodes-list .sl-vue-tree-node {\n padding-top: 3px;\n}\n.zd-tree .sl-vue-tree-nodes-list .sl-vue-tree-node .sl-vue-tree-node-item {\n height: 30px;\n line-height: 30px;\n}\n.zd-tree .sl-vue-tree-nodes-list .sl-vue-tree-node.sl-vue-tree-selected > .sl-vue-tree-node-item {\n background-color: var(--current-row-color);\n color: var(--zd-font-color);\n}\n.zd-tree .sl-vue-tree-nodes-list .sl-vue-tree-node.sl-vue-tree-selected > .sl-vue-tree-node-item:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-tree .sl-vue-tree-nodes-list .sl-vue-tree-node.sl-vue-tree-selected > .sl-vue-tree-node-item .sl-vue-tree-toggle .v-icon {\n color: var(--zd-font-color);\n}\n.zd-tree .sl-vue-tree-nodes-list .sl-vue-tree-node .sl-vue-tree-toggle span .v-icon {\n margin: 0px 1px 0px 1px;\n padding-bottom: 1.4px;\n}\n.zd-tree .sl-vue-tree-nodes-list .sl-vue-tree-gap {\n width: 32px;\n}\n.zd-tree .sl-vue-tree-nodes-list .item-title.has-children {\n font-weight: 700;\n}\n.zd-tree .sl-vue-tree-node-item.sl-vue-tree-node-is-leaf .sl-vue-tree-title .align {\n padding-left: 26px;\n}\n.zd-tree .sl-vue-tree-node-item.sl-vue-tree-node-is-leaf .sl-vue-tree-title .align.is-clickable {\n cursor: pointer;\n}\n.zd-tree .sl-vue-tree-node-item.sl-vue-tree-node-is-leaf .sl-vue-tree-title .align.v-icon {\n padding-left: 4px;\n}\n.zd-tree .sl-vue-tree-node-item .zd-tree-checkbox {\n padding: 0px 3px 3px 0px;\n}", map: undefined, media: undefined });
|
57126
57224
|
|
57127
57225
|
};
|
57128
57226
|
/* scoped */
|
@@ -57238,7 +57336,7 @@ var __vue_render__$1 = function () {
|
|
57238
57336
|
{ "theme--light": _vm.$isLight(this) },
|
57239
57337
|
{ "zd-grid-loading": _vm.instance.datasource.loading },
|
57240
57338
|
],
|
57241
|
-
style: [_vm.cssColorVars, _vm.instance.cssStyle],
|
57339
|
+
style: [_vm.cssColorVars, _vm.$styleObject(_vm.instance.cssStyle)],
|
57242
57340
|
attrs: {
|
57243
57341
|
id: _vm.instance.name,
|
57244
57342
|
"fixed-header": "",
|
@@ -58027,8 +58125,8 @@ __vue_render__$1._withStripped = true;
|
|
58027
58125
|
/* style */
|
58028
58126
|
const __vue_inject_styles__$1 = function (inject) {
|
58029
58127
|
if (!inject) return
|
58030
|
-
inject("data-v-
|
58031
|
-
,inject("data-v-
|
58128
|
+
inject("data-v-51de25ce_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: 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-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:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n 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--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
58129
|
+
,inject("data-v-51de25ce_1", { source: ".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 display: inline-block;\n text-align: end;\n vertical-align: baseline;\n height: 10px;\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 });
|
58032
58130
|
|
58033
58131
|
};
|
58034
58132
|
/* scoped */
|
@@ -58229,7 +58327,7 @@ var __vue_render__ = function () {
|
|
58229
58327
|
{ "zd-grid-flex": _vm.instance.gridHeight || _vm.instance.gridMaxHeight },
|
58230
58328
|
{ "zd-grid-loading": _vm.instance.datasource.loading },
|
58231
58329
|
],
|
58232
|
-
style: [_vm.cssColorVars, _vm.instance.cssStyle],
|
58330
|
+
style: [_vm.cssColorVars, _vm.$styleObject(_vm.instance.cssStyle)],
|
58233
58331
|
attrs: {
|
58234
58332
|
id: _vm.instance.name,
|
58235
58333
|
"fixed-header": "",
|
@@ -59190,8 +59288,8 @@ __vue_render__._withStripped = true;
|
|
59190
59288
|
/* style */
|
59191
59289
|
const __vue_inject_styles__ = function (inject) {
|
59192
59290
|
if (!inject) return
|
59193
|
-
inject("data-v-
|
59194
|
-
,inject("data-v-
|
59291
|
+
inject("data-v-6ec9aad8_0", { source: ".zd-grid {\n outline: none;\n}\n.zd-grid-flex {\n display: flex;\n flex-direction: column;\n}\n.zd-grid-flex .v-data-table__wrapper {\n flex: 1;\n}\n.zd-grid.theme--light:active table th.zd-table-cell, .zd-grid.theme--light:focus table th.zd-table-cell, .zd-grid.theme--light:focus-within table th.zd-table-cell {\n color: var(--v-primary-base) !important;\n}\n.zd-grid-toolbar {\n display: flex;\n justify-content: space-between;\n margin-bottom: var(--spacing-4);\n align-items: center;\n}\n.zd-grid-toolbar-slot {\n width: 100%;\n display: flex;\n align-items: center;\n}\n.zd-grid-search {\n max-width: 200px;\n}\n.zd-grid table .zd-table-cell {\n transition: height 0.1s ease;\n}\n.zd-grid table .zd-table-cell.selectable {\n width: 40px !important;\n padding-right: var(--spacing-2) !important;\n max-width: 40px !important;\n padding-bottom: 0 !important;\n}\n.zd-grid table .zd-table-cell.selectable > div.zd-grid-header-checkbox {\n margin-top: -2px;\n}\n.zd-grid table .zd-grid-header-checkbox, .zd-grid table .zd-grid-row-checkbox {\n margin-top: 0;\n padding-top: 0;\n}\n.zd-grid table .zd-grid-header-checkbox .v-icon, .zd-grid table .zd-grid-row-checkbox .v-icon {\n font-size: var(--icon-size-small);\n}\n.zd-grid table .zd-grid-header-checkbox .v-input--selection-controls__ripple::before, .zd-grid table .zd-grid-row-checkbox .v-input--selection-controls__ripple::before {\n display: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-weight);\n white-space: nowrap;\n height: 40px;\n padding: 0 var(--spacing-4) var(--spacing-2) var(--spacing-4);\n z-index: 4;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-header-cell {\n width: 100%;\n display: flex;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-left .zd-table-header-cell {\n justify-content: flex-start;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell.text-right .zd-table-header-cell {\n justify-content: flex-end;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort {\n opacity: 0;\n position: relative;\n display: inline-block;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-icon {\n position: relative;\n transition: none;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order {\n position: absolute;\n font-size: 9px;\n right: 2px;\n color: var(--zd-font-color);\n width: 12px;\n text-align: center;\n border-radius: 50%;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-sort .zd-table-cell-sort-order.left {\n right: auto;\n left: 2px;\n}\n.zd-grid table .zd-grid-table-header th.zd-table-cell .zd-table-cell-name {\n opacity: 0.7;\n white-space: 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-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:hover td.zd-table-cell.selectable .zd-grid-row-checkbox, .zd-grid table tbody tr.active td.zd-table-cell.selectable .zd-grid-row-checkbox {\n opacity: 1;\n}\n.zd-grid table tbody tr.current {\n background: var(--current-row-color);\n}\n.zd-grid table tbody tr.current:hover {\n background: var(--current-row-hover-color) !important;\n}\n.zd-grid.v-data-table--dense table thead tr th.zd-table-cell {\n padding: 0 var(--spacing-2) var(--spacing-1) var(--spacing-2);\n height: 24px;\n}\n.zd-grid.v-data-table--dense table tbody tr td.zd-table-cell {\n padding: 0 var(--spacing-2);\n height: 29px;\n}\n.zd-grid.theme--light.v-data-table {\n background-color: transparent;\n}\n.zd-grid.theme--light table thead th.zd-table-cell {\n color: var(--zd-font-color) !important;\n}\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--indeterminate .v-icon,\n.zd-grid.theme--light table thead th.zd-table-cell.selectable .zd-grid-header-checkbox.v-input--is-label-active .v-icon {\n color: var(--v-primary-base);\n}\n.zd-grid.theme--light table tbody td.zd-table-cell {\n color: var(--zd-font-color);\n}\n.zd-grid.theme--light table tbody tr:not(:last-child) td:not(.v-data-table__mobile-row) {\n border-bottom: solid var(--regular) var(--v-grey-lighten5);\n}\n.zd-grid.theme--light.v-data-table--fixed-header table thead th.zd-table-cell {\n box-shadow: inset 0 -1px 0 var(--v-grey-lighten3);\n}\n.zd-grid-footer {\n margin: 24px 0 0 0;\n display: flex;\n align-items: center;\n}\n.zd-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.zd-grid .zd-grid-cell-tooltip {\n z-index: 10000;\n position: fixed;\n color: white;\n background-color: var(--v-grey-lighten1);\n border-radius: var(--border);\n padding: var(--spacing-1) var(--spacing-2);\n opacity: 0.9;\n display: none;\n font-size: 14px;\n line-height: 22px;\n text-transform: none;\n width: auto;\n pointer-events: none;\n 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--mobile > .v-data-table__wrapper tbody {\n display: contents;\n flex-direction: column;\n}", map: undefined, media: undefined })
|
59292
|
+
,inject("data-v-6ec9aad8_1", { source: ".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-table-cell-text, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text {\n padding: 0 8px;\n position: relative;\n display: block;\n height: 20px;\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: 0px;\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: 0px;\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.zd-table-cell-text-editable {\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.zd-table-cell-text-editable:before, .zd-tree-grid-editable table tbody tr td.zd-table-cell.zd-table-cell-editable .zd-table-cell-text.zd-table-cell-text-editable: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: 20px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level2 {\n width: 40px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level3 {\n width: 60px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level4 {\n width: 80px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level5 {\n width: 100px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level6 {\n width: 120px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level7 {\n width: 140px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level8 {\n width: 160px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level9 {\n width: 180px;\n}\n.zd-tree-grid-editable .zd-tree-grid-editable-expand.level10 {\n width: 200px;\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 height: 22px;\n max-height: 22px;\n}", map: undefined, media: undefined });
|
59195
59293
|
|
59196
59294
|
};
|
59197
59295
|
/* scoped */
|
@@ -59359,6 +59457,21 @@ var isDarkPlugin = (component) => (component.$vuetify.theme.dark && !component.i
|
|
59359
59457
|
|
59360
59458
|
var isLightPlugin = (component) => (!component.$vuetify.theme.dark || component.instance.light);
|
59361
59459
|
|
59460
|
+
var styleObjectPlugin = (style) => {
|
59461
|
+
if (!style || typeof style !== 'string') {
|
59462
|
+
return style;
|
59463
|
+
}
|
59464
|
+
const objectStyle = {};
|
59465
|
+
const attributes = style.split(';');
|
59466
|
+
for (let i = 0; i < attributes.length; i += 1) {
|
59467
|
+
if (attributes[i]) {
|
59468
|
+
const entry = attributes[i].split(':');
|
59469
|
+
objectStyle[entry.splice(0, 1)[0].trim()] = entry.join(':').trim();
|
59470
|
+
}
|
59471
|
+
}
|
59472
|
+
return objectStyle;
|
59473
|
+
};
|
59474
|
+
|
59362
59475
|
// tslint:disable: variable-name
|
59363
59476
|
const VueTreeSelect = require('@zeedhi/zd-vue-treeselect');
|
59364
59477
|
const Hooper = require('hooper');
|
@@ -59499,6 +59612,8 @@ const Zeedhi = {
|
|
59499
59612
|
Vue.prototype.$isDark = isDarkPlugin;
|
59500
59613
|
// isLight
|
59501
59614
|
Vue.prototype.$isLight = isLightPlugin;
|
59615
|
+
// styleObject
|
59616
|
+
Vue.prototype.$styleObject = styleObjectPlugin;
|
59502
59617
|
},
|
59503
59618
|
};
|
59504
59619
|
|