@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.umd.js
CHANGED
@@ -957,7 +957,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
957
957
|
if (!search) return items;
|
958
958
|
search = search.toString().toLowerCase();
|
959
959
|
if (search.trim() === '') return items;
|
960
|
-
return items.filter(item => Object.keys(item).some(key => defaultFilter(getObjectValueByPath(item, key), search)));
|
960
|
+
return items.filter(item => Object.keys(item).some(key => defaultFilter(getObjectValueByPath(item, key), search, item)));
|
961
961
|
}
|
962
962
|
/**
|
963
963
|
* Returns:
|
@@ -1009,10 +1009,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
1009
1009
|
function clamp(value, min = 0, max = 1) {
|
1010
1010
|
return Math.max(min, Math.min(max, value));
|
1011
1011
|
}
|
1012
|
-
function padEnd(str, length, char
|
1012
|
+
function padEnd(str, length, char) {
|
1013
1013
|
return str + char.repeat(Math.max(0, length - str.length));
|
1014
1014
|
}
|
1015
|
-
function chunk(str, size
|
1015
|
+
function chunk(str, size) {
|
1016
1016
|
const chunked = [];
|
1017
1017
|
let index = 0;
|
1018
1018
|
|
@@ -1093,11 +1093,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
1093
1093
|
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',
|
1094
1094
|
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',
|
1095
1095
|
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',
|
1096
|
-
clear: '
|
1097
|
-
success: 'M12
|
1098
|
-
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',
|
1099
|
-
warning: '
|
1100
|
-
error: '
|
1096
|
+
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',
|
1097
|
+
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',
|
1098
|
+
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',
|
1099
|
+
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',
|
1100
|
+
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',
|
1101
1101
|
prev: 'M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z',
|
1102
1102
|
next: 'M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z',
|
1103
1103
|
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',
|
@@ -1314,7 +1314,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
1314
1314
|
const LANG_PREFIX = '$vuetify.';
|
1315
1315
|
const fallback = Symbol('Lang fallback');
|
1316
1316
|
|
1317
|
-
function getTranslation(locale, key, usingDefault
|
1317
|
+
function getTranslation(locale, key, usingDefault, defaultLocale) {
|
1318
1318
|
const shortKey = key.replace(LANG_PREFIX, '');
|
1319
1319
|
let translation = getObjectValueByPath(locale, shortKey, fallback);
|
1320
1320
|
|
@@ -2220,7 +2220,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
2220
2220
|
}
|
2221
2221
|
Vuetify.install = install$1;
|
2222
2222
|
Vuetify.installed = false;
|
2223
|
-
Vuetify.version = "2.6.
|
2223
|
+
Vuetify.version = "2.6.6";
|
2224
2224
|
Vuetify.config = {
|
2225
2225
|
silent: false
|
2226
2226
|
};
|
@@ -2601,7 +2601,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
2601
2601
|
return this.$createElement('div', {
|
2602
2602
|
staticClass: 'v-responsive__content',
|
2603
2603
|
class: this.contentClass
|
2604
|
-
}, this
|
2604
|
+
}, getSlot(this));
|
2605
2605
|
}
|
2606
2606
|
|
2607
2607
|
},
|
@@ -2986,10 +2986,12 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
2986
2986
|
},
|
2987
2987
|
|
2988
2988
|
__genPlaceholder() {
|
2989
|
-
|
2989
|
+
const slot = getSlot(this, 'placeholder');
|
2990
|
+
|
2991
|
+
if (slot) {
|
2990
2992
|
const placeholder = this.isLoading ? [this.$createElement('div', {
|
2991
2993
|
staticClass: 'v-image__placeholder'
|
2992
|
-
},
|
2994
|
+
}, slot)] : [];
|
2993
2995
|
if (!this.transition) return placeholder[0];
|
2994
2996
|
return this.$createElement('transition', {
|
2995
2997
|
props: {
|
@@ -3252,7 +3254,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
3252
3254
|
})
|
3253
3255
|
/**/
|
3254
3256
|
|
3255
|
-
function applicationable(value, events
|
3257
|
+
function applicationable(value, events) {
|
3256
3258
|
/* @vue/component */
|
3257
3259
|
return mixins(factory$3(['absolute', 'fixed'])).extend({
|
3258
3260
|
name: 'applicationable',
|
@@ -12404,7 +12406,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
12404
12406
|
}
|
12405
12407
|
});
|
12406
12408
|
|
12407
|
-
function createUTCDate(year, month
|
12409
|
+
function createUTCDate(year, month, day = 1) {
|
12408
12410
|
let date;
|
12409
12411
|
|
12410
12412
|
if (year < 100 && year >= 0) {
|
@@ -16224,10 +16226,6 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
16224
16226
|
});
|
16225
16227
|
},
|
16226
16228
|
|
16227
|
-
onBlur() {
|
16228
|
-
this.isFocused = false;
|
16229
|
-
},
|
16230
|
-
|
16231
16229
|
onClick(e) {
|
16232
16230
|
this.onChange();
|
16233
16231
|
this.$emit('click', e);
|
@@ -16262,8 +16260,14 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
16262
16260
|
this.hasColor = input;
|
16263
16261
|
},
|
16264
16262
|
|
16265
|
-
onFocus() {
|
16263
|
+
onFocus(e) {
|
16266
16264
|
this.isFocused = true;
|
16265
|
+
this.$emit('focus', e);
|
16266
|
+
},
|
16267
|
+
|
16268
|
+
onBlur(e) {
|
16269
|
+
this.isFocused = false;
|
16270
|
+
this.$emit('blur', e);
|
16267
16271
|
},
|
16268
16272
|
|
16269
16273
|
/** @abstract */
|
@@ -22449,8 +22453,9 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
22449
22453
|
},
|
22450
22454
|
|
22451
22455
|
monthClick(value) {
|
22452
|
-
|
22453
|
-
this.
|
22456
|
+
const [year, month] = value.split('-');
|
22457
|
+
this.inputYear = parseInt(year, 10);
|
22458
|
+
this.inputMonth = parseInt(month, 10) - 1;
|
22454
22459
|
|
22455
22460
|
if (this.type === 'date') {
|
22456
22461
|
if (this.inputDay) {
|
@@ -22469,9 +22474,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
22469
22474
|
},
|
22470
22475
|
|
22471
22476
|
dateClick(value) {
|
22472
|
-
|
22473
|
-
this.
|
22474
|
-
this.
|
22477
|
+
const [year, month, day] = value.split('-');
|
22478
|
+
this.inputYear = parseInt(year, 10);
|
22479
|
+
this.inputMonth = parseInt(month, 10) - 1;
|
22480
|
+
this.inputDay = parseInt(day, 10);
|
22475
22481
|
this.emitInput(this.inputDate);
|
22476
22482
|
},
|
22477
22483
|
|
@@ -24724,6 +24730,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
24724
24730
|
|
24725
24731
|
computedItems() {
|
24726
24732
|
return this.segmented ? this.allItems : this.filteredItems;
|
24733
|
+
},
|
24734
|
+
|
24735
|
+
labelValue() {
|
24736
|
+
return this.isFocused && !this.persistentPlaceholder || this.isLabelActive;
|
24727
24737
|
}
|
24728
24738
|
|
24729
24739
|
},
|
@@ -29462,7 +29472,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
29462
29472
|
};
|
29463
29473
|
this.buildTree(children, key); // This fixed bug with dynamic children resetting selected parent state
|
29464
29474
|
|
29465
|
-
if (
|
29475
|
+
if (this.selectionType !== 'independent' && parent !== null && !this.nodes.hasOwnProperty(key) && this.nodes.hasOwnProperty(parent)) {
|
29466
29476
|
node.isSelected = this.nodes[parent].isSelected;
|
29467
29477
|
} else {
|
29468
29478
|
node.isSelected = oldNode.isSelected;
|
@@ -31251,7 +31261,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
31251
31261
|
if (search.trim() === '') return items;
|
31252
31262
|
return items.filter(function (item) {
|
31253
31263
|
return Object.keys(item).some(function (key) {
|
31254
|
-
return defaultFilter(getObjectValueByPath(item, key), search);
|
31264
|
+
return defaultFilter(getObjectValueByPath(item, key), search, item);
|
31255
31265
|
});
|
31256
31266
|
});
|
31257
31267
|
}
|
@@ -31432,11 +31442,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
31432
31442
|
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',
|
31433
31443
|
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',
|
31434
31444
|
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',
|
31435
|
-
clear: '
|
31436
|
-
success: 'M12
|
31437
|
-
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',
|
31438
|
-
warning: '
|
31439
|
-
error: '
|
31445
|
+
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',
|
31446
|
+
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',
|
31447
|
+
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',
|
31448
|
+
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',
|
31449
|
+
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',
|
31440
31450
|
prev: 'M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z',
|
31441
31451
|
next: 'M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z',
|
31442
31452
|
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',
|
@@ -32156,12 +32166,12 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
32156
32166
|
dataTable: {
|
32157
32167
|
itemsPerPageText: 'Files per pàgina:',
|
32158
32168
|
ariaLabel: {
|
32159
|
-
sortDescending: 'Ordre descendent.
|
32160
|
-
sortAscending: 'Ordre ascendent.
|
32161
|
-
sortNone: 'Sense ordenar.
|
32162
|
-
activateNone: '
|
32163
|
-
activateDescending: '
|
32164
|
-
activateAscending: '
|
32169
|
+
sortDescending: 'Ordre descendent.',
|
32170
|
+
sortAscending: 'Ordre ascendent.',
|
32171
|
+
sortNone: 'Sense ordenar.',
|
32172
|
+
activateNone: 'Premi per treure la ordenació.',
|
32173
|
+
activateDescending: 'Premi per ordenar descendent.',
|
32174
|
+
activateAscending: 'Premi per ordenar ascendent.'
|
32165
32175
|
},
|
32166
32176
|
sortBy: 'Ordenat per'
|
32167
32177
|
},
|
@@ -32211,7 +32221,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
32211
32221
|
},
|
32212
32222
|
rating: {
|
32213
32223
|
ariaLabel: {
|
32214
|
-
icon: '
|
32224
|
+
icon: 'Puntuació {0} de {1}'
|
32215
32225
|
}
|
32216
32226
|
}
|
32217
32227
|
};
|
@@ -32713,8 +32723,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
32713
32723
|
sortAscending: 'Orden ascendente.',
|
32714
32724
|
sortNone: 'Sin ordenar.',
|
32715
32725
|
activateNone: 'Pulse para quitar orden.',
|
32716
|
-
activateDescending: 'Pulse para ordenar descendente.',
|
32717
|
-
activateAscending: 'Pulse para ordenar ascendente.'
|
32726
|
+
activateDescending: 'Pulse para ordenar de forma descendente.',
|
32727
|
+
activateAscending: 'Pulse para ordenar de forma ascendente.'
|
32718
32728
|
},
|
32719
32729
|
sortBy: 'Ordenado por'
|
32720
32730
|
},
|
@@ -32723,7 +32733,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
32723
32733
|
itemsPerPageAll: 'Todos',
|
32724
32734
|
nextPage: 'Página siguiente',
|
32725
32735
|
prevPage: 'Página anterior',
|
32726
|
-
firstPage: '
|
32736
|
+
firstPage: 'Primera página',
|
32727
32737
|
lastPage: 'Última página',
|
32728
32738
|
pageText: '{0}-{1} de {2}'
|
32729
32739
|
},
|
@@ -32993,15 +33003,15 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
32993
33003
|
pagination: {
|
32994
33004
|
ariaLabel: {
|
32995
33005
|
wrapper: 'Pagination Navigation',
|
32996
|
-
next: '
|
32997
|
-
previous: '
|
32998
|
-
page: '
|
32999
|
-
currentPage: '
|
33006
|
+
next: 'Seuraava sivu',
|
33007
|
+
previous: 'Edellinen sivu',
|
33008
|
+
page: 'Mene sivulle {0}',
|
33009
|
+
currentPage: 'Nykyinen sivu, Sivu {0}'
|
33000
33010
|
}
|
33001
33011
|
},
|
33002
33012
|
rating: {
|
33003
33013
|
ariaLabel: {
|
33004
|
-
icon: '
|
33014
|
+
icon: 'Luokitus {0}/{1}'
|
33005
33015
|
}
|
33006
33016
|
}
|
33007
33017
|
};
|
@@ -36826,7 +36836,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
36826
36836
|
exports.default = Vuetify;
|
36827
36837
|
Vuetify.install = install_1.install;
|
36828
36838
|
Vuetify.installed = false;
|
36829
|
-
Vuetify.version = "2.6.
|
36839
|
+
Vuetify.version = "2.6.6";
|
36830
36840
|
Vuetify.config = {
|
36831
36841
|
silent: false
|
36832
36842
|
};
|
@@ -40112,7 +40122,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
40112
40122
|
{
|
40113
40123
|
"--checkbox-horizontal-columns": _vm.checkboxHorizontalColumns,
|
40114
40124
|
},
|
40115
|
-
_vm.instance.cssStyle,
|
40125
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
40116
40126
|
],
|
40117
40127
|
},
|
40118
40128
|
_vm._l(_vm.instance.datasource.data, function (row) {
|
@@ -40174,7 +40184,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
40174
40184
|
/* style */
|
40175
40185
|
const __vue_inject_styles__$1e = function (inject) {
|
40176
40186
|
if (!inject) return
|
40177
|
-
inject("data-v-
|
40187
|
+
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 });
|
40178
40188
|
|
40179
40189
|
};
|
40180
40190
|
/* scoped */
|
@@ -40884,7 +40894,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
40884
40894
|
tile: _vm.instance.tile,
|
40885
40895
|
},
|
40886
40896
|
],
|
40887
|
-
style: [_vm.widthStyles, _vm.instance.cssStyle],
|
40897
|
+
style: [_vm.widthStyles, _vm.$styleObject(_vm.instance.cssStyle)],
|
40888
40898
|
attrs: {
|
40889
40899
|
id: _vm.instance.name,
|
40890
40900
|
dark: _vm.instance.dark,
|
@@ -41046,7 +41056,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41046
41056
|
/* style */
|
41047
41057
|
const __vue_inject_styles__$1a = function (inject) {
|
41048
41058
|
if (!inject) return
|
41049
|
-
inject("data-v-
|
41059
|
+
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 });
|
41050
41060
|
|
41051
41061
|
};
|
41052
41062
|
/* scoped */
|
@@ -41087,6 +41097,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41087
41097
|
PropWatch({ type: [Boolean, String], default: true }),
|
41088
41098
|
__metadata("design:type", Boolean)
|
41089
41099
|
], ZdContainer.prototype, "fluid", void 0);
|
41100
|
+
__decorate([
|
41101
|
+
PropWatch({ type: [Boolean, String], default: false }),
|
41102
|
+
__metadata("design:type", Boolean)
|
41103
|
+
], ZdContainer.prototype, "scrollView", void 0);
|
41090
41104
|
__decorate([
|
41091
41105
|
PropWatch({ type: [Boolean, String], default: false }),
|
41092
41106
|
__metadata("design:type", Boolean)
|
@@ -41132,11 +41146,16 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41132
41146
|
_vm.instance.cssClass,
|
41133
41147
|
{ "fill-height": _vm.instance.fillHeight },
|
41134
41148
|
],
|
41135
|
-
style: Object.assign(
|
41136
|
-
|
41137
|
-
|
41138
|
-
|
41139
|
-
|
41149
|
+
style: Object.assign(
|
41150
|
+
{},
|
41151
|
+
{
|
41152
|
+
height: _vm.$formatSize(_vm.instance.height),
|
41153
|
+
minHeight: _vm.$formatSize(_vm.instance.minHeight),
|
41154
|
+
maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
|
41155
|
+
overflow: _vm.instance.scrollView ? "hidden auto" : "none",
|
41156
|
+
},
|
41157
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
41158
|
+
),
|
41140
41159
|
attrs: {
|
41141
41160
|
id: _vm.instance.name,
|
41142
41161
|
name: _vm.instance.name,
|
@@ -41175,11 +41194,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41175
41194
|
/* style */
|
41176
41195
|
const __vue_inject_styles__$19 = function (inject) {
|
41177
41196
|
if (!inject) return
|
41178
|
-
inject("data-v-
|
41197
|
+
inject("data-v-a056e4b6_0", { source: ".zd-container[data-v-a056e4b6] {\n padding: var(--zd-default-padding);\n}", map: undefined, media: undefined });
|
41179
41198
|
|
41180
41199
|
};
|
41181
41200
|
/* scoped */
|
41182
|
-
const __vue_scope_id__$19 = "data-v-
|
41201
|
+
const __vue_scope_id__$19 = "data-v-a056e4b6";
|
41183
41202
|
/* module identifier */
|
41184
41203
|
const __vue_module_identifier__$19 = undefined;
|
41185
41204
|
/* functional template */
|
@@ -41796,11 +41815,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41796
41815
|
card.height = (this.resizeHeight + dy);
|
41797
41816
|
}
|
41798
41817
|
if (dx > this.widthDashboardContainer / 12 && card.width < 12) {
|
41799
|
-
card.width
|
41818
|
+
card.width = Number(card.width) + 1;
|
41800
41819
|
this.resizeX = event.clientX;
|
41801
41820
|
}
|
41802
41821
|
else if (dx < 0 && Math.abs(dx) > this.widthDashboardContainer / 12 && card.width > 1) {
|
41803
|
-
card.width
|
41822
|
+
card.width = Number(card.width) - 1;
|
41804
41823
|
this.resizeX = event.clientX;
|
41805
41824
|
}
|
41806
41825
|
}
|
@@ -41836,13 +41855,6 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41836
41855
|
}
|
41837
41856
|
this.onUnchoose();
|
41838
41857
|
}
|
41839
|
-
/* Return resize options */
|
41840
|
-
getDragCursor() {
|
41841
|
-
if (this.instance.editingMode || this.instance.moveMode) {
|
41842
|
-
return 'cursor: grabbing; overflow: auto';
|
41843
|
-
}
|
41844
|
-
return 'cursor: auto';
|
41845
|
-
}
|
41846
41858
|
};
|
41847
41859
|
__decorate([
|
41848
41860
|
PropWatch({ type: Array, default: () => ([]) }),
|
@@ -41906,9 +41918,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41906
41918
|
dark: _vm.instance.dark,
|
41907
41919
|
light: _vm.instance.light,
|
41908
41920
|
name: "container-dashboard" + _vm.instance.name,
|
41909
|
-
cssStyle: Object.assign(
|
41910
|
-
|
41911
|
-
|
41921
|
+
cssStyle: Object.assign(
|
41922
|
+
{},
|
41923
|
+
{ height: _vm.$formatSize(_vm.instance.height) },
|
41924
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
41925
|
+
),
|
41912
41926
|
},
|
41913
41927
|
},
|
41914
41928
|
[
|
@@ -41962,13 +41976,46 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
41962
41976
|
"zd-card",
|
41963
41977
|
{
|
41964
41978
|
parent: _vm.instance,
|
41965
|
-
|
41979
|
+
activeClass: card.activeClass,
|
41980
|
+
append: card.append,
|
41966
41981
|
cardId: card.cardId,
|
41967
|
-
flat: card.flat,
|
41968
41982
|
children: [_vm.instance.getFrameProps(card.cardId)],
|
41969
|
-
|
41970
|
-
|
41983
|
+
color: card.color,
|
41984
|
+
cssClass: card.cssClass,
|
41985
|
+
cssStyle: Object.assign(
|
41986
|
+
{},
|
41987
|
+
{
|
41988
|
+
cursor:
|
41989
|
+
_vm.instance.editingMode || _vm.instance.moveMode
|
41990
|
+
? "grabbing"
|
41991
|
+
: "auto",
|
41992
|
+
overflow:
|
41993
|
+
_vm.instance.editingMode || _vm.instance.moveMode
|
41994
|
+
? "overflow"
|
41995
|
+
: "",
|
41996
|
+
},
|
41997
|
+
_vm.$styleObject(card.cssStyle)
|
41998
|
+
),
|
41999
|
+
dark: card.dark,
|
42000
|
+
directives: card.directives,
|
42001
|
+
disabled: card.disabled,
|
42002
|
+
elevation: card.elevation,
|
41971
42003
|
events: card.events,
|
42004
|
+
key: card.path,
|
42005
|
+
flat: card.flat,
|
42006
|
+
hover: card.hover,
|
42007
|
+
href: card.href,
|
42008
|
+
img: card.img,
|
42009
|
+
isVisible: card.isVisible,
|
42010
|
+
keyMap: card.keyMap,
|
42011
|
+
light: card.light,
|
42012
|
+
link: card.link,
|
42013
|
+
name: "dashboardCard" + card.cardId,
|
42014
|
+
outlined: card.outlined,
|
42015
|
+
raised: card.raised,
|
42016
|
+
ripple: card.ripple,
|
42017
|
+
tile: card.tile,
|
42018
|
+
to: card.to,
|
41972
42019
|
},
|
41973
42020
|
false
|
41974
42021
|
)
|
@@ -42044,7 +42091,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
42044
42091
|
/* style */
|
42045
42092
|
const __vue_inject_styles__$15 = function (inject) {
|
42046
42093
|
if (!inject) return
|
42047
|
-
inject("data-v-
|
42094
|
+
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 });
|
42048
42095
|
|
42049
42096
|
};
|
42050
42097
|
/* scoped */
|
@@ -43598,10 +43645,9 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
43598
43645
|
"zd-input-required": _vm.instance.validations.required,
|
43599
43646
|
},
|
43600
43647
|
],
|
43601
|
-
style: [
|
43602
|
-
|
43603
|
-
|
43604
|
-
],
|
43648
|
+
style: [{ "--drag-area-height": _vm.getDragAreaHeight() }].concat(
|
43649
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
43650
|
+
),
|
43605
43651
|
attrs: {
|
43606
43652
|
id: _vm.instance.name,
|
43607
43653
|
dark: _vm.instance.dark,
|
@@ -43818,7 +43864,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
43818
43864
|
/* style */
|
43819
43865
|
const __vue_inject_styles__$$ = function (inject) {
|
43820
43866
|
if (!inject) return
|
43821
|
-
inject("data-v-
|
43867
|
+
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 });
|
43822
43868
|
|
43823
43869
|
};
|
43824
43870
|
/* scoped */
|
@@ -44253,10 +44299,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
44253
44299
|
],
|
44254
44300
|
ref: "form",
|
44255
44301
|
class: ["zd-form", _vm.instance.cssClass],
|
44256
|
-
style:
|
44257
|
-
|
44302
|
+
style: Object.assign(
|
44303
|
+
{},
|
44258
44304
|
{ height: _vm.$formatSize(_vm.instance.height) },
|
44259
|
-
|
44305
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
44306
|
+
),
|
44260
44307
|
attrs: { id: _vm.instance.name, name: _vm.instance.name },
|
44261
44308
|
on: {
|
44262
44309
|
submit: function ($event) {
|
@@ -44366,7 +44413,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
44366
44413
|
}
|
44367
44414
|
};
|
44368
44415
|
__decorate([
|
44369
|
-
PropWatch({ type: String,
|
44416
|
+
PropWatch({ type: String, default: '' }),
|
44370
44417
|
__metadata("design:type", String)
|
44371
44418
|
], ZdFrame.prototype, "path", void 0);
|
44372
44419
|
__decorate([
|
@@ -44434,11 +44481,15 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
44434
44481
|
},
|
44435
44482
|
],
|
44436
44483
|
class: ["zd-frame", _vm.instance.cssClass],
|
44437
|
-
style: Object.assign(
|
44438
|
-
|
44439
|
-
|
44440
|
-
|
44441
|
-
|
44484
|
+
style: Object.assign(
|
44485
|
+
{},
|
44486
|
+
{
|
44487
|
+
height: _vm.$formatSize(_vm.instance.height),
|
44488
|
+
minHeight: _vm.$formatSize(_vm.instance.minHeight),
|
44489
|
+
maxHeight: _vm.$formatSize(_vm.instance.maxHeight),
|
44490
|
+
},
|
44491
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
44492
|
+
),
|
44442
44493
|
attrs: { id: _vm.instance.name },
|
44443
44494
|
},
|
44444
44495
|
[
|
@@ -44465,7 +44516,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
44465
44516
|
/* style */
|
44466
44517
|
const __vue_inject_styles__$Y = function (inject) {
|
44467
44518
|
if (!inject) return
|
44468
|
-
inject("data-v-
|
44519
|
+
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 });
|
44469
44520
|
|
44470
44521
|
};
|
44471
44522
|
/* scoped */
|
@@ -44950,15 +45001,16 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
44950
45001
|
'--current-row-hover-color': `${ThemeColor(this, 'primary')}30`,
|
44951
45002
|
};
|
44952
45003
|
}
|
44953
|
-
checkOverflow(event) {
|
45004
|
+
checkOverflow(event, columnOverflow) {
|
44954
45005
|
const target = event.target;
|
44955
|
-
const
|
45006
|
+
const overflow = target.clientWidth < target.scrollWidth;
|
44956
45007
|
const tooltip = this.$refs.gridTooltip;
|
44957
|
-
if (
|
45008
|
+
if ((overflow && tooltip)
|
45009
|
+
|| (Number.isInteger(columnOverflow) && tooltip)) {
|
45010
|
+
tooltip.classList.add('zd-grid-cell-tooltip-show');
|
44958
45011
|
const value = target.innerText;
|
44959
45012
|
const targetBoundingRect = target.getBoundingClientRect();
|
44960
45013
|
tooltip.innerText = value;
|
44961
|
-
tooltip.classList.add('zd-grid-cell-tooltip-show');
|
44962
45014
|
tooltip.style.top = `${targetBoundingRect.bottom}px`;
|
44963
45015
|
tooltip.style.left = `${targetBoundingRect.left}px`;
|
44964
45016
|
}
|
@@ -45103,10 +45155,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
45103
45155
|
],
|
45104
45156
|
style: [
|
45105
45157
|
_vm.cssColorVars,
|
45106
|
-
_vm.instance.cssStyle,
|
45107
45158
|
_vm.instance.gridHeight
|
45108
45159
|
? { height: _vm.$formatSize(_vm.instance.gridHeight) }
|
45109
45160
|
: {},
|
45161
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
45110
45162
|
],
|
45111
45163
|
attrs: {
|
45112
45164
|
id: _vm.instance.name,
|
@@ -45687,7 +45739,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
45687
45739
|
on: {
|
45688
45740
|
mouseenter: function ($event) {
|
45689
45741
|
return _vm.checkOverflow(
|
45690
|
-
$event
|
45742
|
+
$event,
|
45743
|
+
column.overflow
|
45691
45744
|
)
|
45692
45745
|
},
|
45693
45746
|
mouseleave: function ($event) {
|
@@ -45866,7 +45919,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
45866
45919
|
/* style */
|
45867
45920
|
const __vue_inject_styles__$W = function (inject) {
|
45868
45921
|
if (!inject) return
|
45869
|
-
inject("data-v-
|
45922
|
+
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 });
|
45870
45923
|
|
45871
45924
|
};
|
45872
45925
|
/* scoped */
|
@@ -46067,7 +46120,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
46067
46120
|
{ "zd-grid-flex": _vm.instance.gridHeight || _vm.instance.gridMaxHeight },
|
46068
46121
|
{ "zd-grid-loading": _vm.instance.datasource.loading },
|
46069
46122
|
],
|
46070
|
-
style: [_vm.cssColorVars, _vm.instance.cssStyle],
|
46123
|
+
style: [_vm.cssColorVars, _vm.$styleObject(_vm.instance.cssStyle)],
|
46071
46124
|
attrs: {
|
46072
46125
|
id: _vm.instance.name,
|
46073
46126
|
dark: _vm.instance.dark,
|
@@ -46994,8 +47047,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
46994
47047
|
/* style */
|
46995
47048
|
const __vue_inject_styles__$V = function (inject) {
|
46996
47049
|
if (!inject) return
|
46997
|
-
inject("data-v-
|
46998
|
-
,inject("data-v-
|
47050
|
+
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 })
|
47051
|
+
,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 });
|
46999
47052
|
|
47000
47053
|
};
|
47001
47054
|
/* scoped */
|
@@ -51494,9 +51547,15 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
51494
51547
|
const threshold = 1;
|
51495
51548
|
if ((Math.abs(dy) + Math.abs(dx)) >= threshold) {
|
51496
51549
|
const top = toNum(this.dragModal.style.top);
|
51497
|
-
this.dragModal.style.top = toPx(top + dy);
|
51498
51550
|
const left = toNum(this.dragModal.style.left);
|
51499
|
-
|
51551
|
+
if ((window.innerHeight / 2) - (top + dy) >= (this.dragModal.offsetHeight / 2)
|
51552
|
+
&& (window.innerHeight / 2) + (top + dy) >= (this.dragModal.offsetHeight / 2)) {
|
51553
|
+
this.dragModal.style.top = toPx(top + dy);
|
51554
|
+
}
|
51555
|
+
if ((window.innerWidth / 2) + 2 * (left + dx) >= 4
|
51556
|
+
&& (window.innerWidth / 2) - 2 * (left + dx) >= 0) {
|
51557
|
+
this.dragModal.style.left = toPx(left + dx);
|
51558
|
+
}
|
51500
51559
|
this.x = event.clientX;
|
51501
51560
|
this.y = event.clientY;
|
51502
51561
|
}
|
@@ -52328,7 +52387,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
52328
52387
|
maxWidth: _vm.parseSizeToString(_vm.instance.maxWidth),
|
52329
52388
|
minWidth: _vm.parseSizeToString(_vm.instance.minWidth),
|
52330
52389
|
},
|
52331
|
-
_vm.instance.cssStyle,
|
52390
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
52332
52391
|
],
|
52333
52392
|
on: {
|
52334
52393
|
input: function ($event) {
|
@@ -52439,7 +52498,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
52439
52498
|
/* style */
|
52440
52499
|
const __vue_inject_styles__$o = function (inject) {
|
52441
52500
|
if (!inject) return
|
52442
|
-
inject("data-v-
|
52501
|
+
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 });
|
52443
52502
|
|
52444
52503
|
};
|
52445
52504
|
/* scoped */
|
@@ -53531,7 +53590,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
53531
53590
|
this.focused = false;
|
53532
53591
|
}
|
53533
53592
|
dataChange() {
|
53534
|
-
this.instance.
|
53593
|
+
if (!this.instance.fetchOnDemand)
|
53594
|
+
this.instance.createNodesFromDatasource();
|
53535
53595
|
}
|
53536
53596
|
onOpen() {
|
53537
53597
|
this.instance.open(this.$el);
|
@@ -53577,6 +53637,13 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
53577
53637
|
this.instance.validate();
|
53578
53638
|
this.instance.blur(event, this.$el);
|
53579
53639
|
}
|
53640
|
+
loadOptions({ action, parentNode, callback }) {
|
53641
|
+
if (action === 'LOAD_CHILDREN_OPTIONS') {
|
53642
|
+
this.instance.loadChildren(parentNode)
|
53643
|
+
.then(callback)
|
53644
|
+
.catch(() => { var _a; return callback(new Error(core.I18n.translate(((_a = this.instance.datasource) === null || _a === void 0 ? void 0 : _a.error) || ''))); });
|
53645
|
+
}
|
53646
|
+
}
|
53580
53647
|
};
|
53581
53648
|
__decorate([
|
53582
53649
|
vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] }),
|
@@ -53658,6 +53725,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
53658
53725
|
vuePropertyDecorator.Prop({ type: [String, Array], default: () => ([]) }),
|
53659
53726
|
__metadata("design:type", Array)
|
53660
53727
|
], ZdSelectTree.prototype, "disabledItems", void 0);
|
53728
|
+
__decorate([
|
53729
|
+
vuePropertyDecorator.Prop({ type: [Boolean, String], default: false }),
|
53730
|
+
__metadata("design:type", Object)
|
53731
|
+
], ZdSelectTree.prototype, "fetchOnDemand", void 0);
|
53661
53732
|
__decorate([
|
53662
53733
|
vuePropertyDecorator.Watch('instance.datasource.data.length'),
|
53663
53734
|
__metadata("design:type", Function),
|
@@ -53773,9 +53844,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
53773
53844
|
"menu-props": {
|
53774
53845
|
cssClass: _vm.$isDark(this)
|
53775
53846
|
? "theme--dark"
|
53776
|
-
: _vm.$isLight(this)
|
53777
|
-
|
53778
|
-
|
53847
|
+
: (_vm.$isLight(this) ? "theme--light" : "") +
|
53848
|
+
(_vm.instance.datasource &&
|
53849
|
+
_vm.instance.datasource.search
|
53850
|
+
? " has-search"
|
53851
|
+
: ""),
|
53779
53852
|
},
|
53780
53853
|
clearable:
|
53781
53854
|
_vm.instance.clearable &&
|
@@ -53794,6 +53867,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
53794
53867
|
showCountOf: _vm.instance.showCountOf,
|
53795
53868
|
valueFormat: _vm.instance.returnObject ? "object" : "id",
|
53796
53869
|
disableBranchNodes: _vm.instance.disableParentNode,
|
53870
|
+
loadOptions: _vm.loadOptions,
|
53797
53871
|
},
|
53798
53872
|
on: {
|
53799
53873
|
open: _vm.onOpen,
|
@@ -53890,7 +53964,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
53890
53964
|
/* style */
|
53891
53965
|
const __vue_inject_styles__$j = function (inject) {
|
53892
53966
|
if (!inject) return
|
53893
|
-
inject("data-v-
|
53967
|
+
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 });
|
53894
53968
|
|
53895
53969
|
};
|
53896
53970
|
/* scoped */
|
@@ -54061,6 +54135,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
54061
54135
|
showCountOf: _vm.instance.showCountOf,
|
54062
54136
|
valueFormat: _vm.instance.returnObject ? "object" : "id",
|
54063
54137
|
valueConsistsOf: _vm.instance.valueConsistsOf,
|
54138
|
+
loadOptions: _vm.loadOptions,
|
54064
54139
|
},
|
54065
54140
|
on: {
|
54066
54141
|
open: _vm.onOpen,
|
@@ -54156,8 +54231,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
54156
54231
|
/* style */
|
54157
54232
|
const __vue_inject_styles__$i = function (inject) {
|
54158
54233
|
if (!inject) return
|
54159
|
-
inject("data-v-
|
54160
|
-
,inject("data-v-
|
54234
|
+
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 })
|
54235
|
+
,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 });
|
54161
54236
|
|
54162
54237
|
};
|
54163
54238
|
/* scoped */
|
@@ -54695,7 +54770,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
54695
54770
|
},
|
54696
54771
|
_vm.cssVars
|
54697
54772
|
),
|
54698
|
-
_vm.instance.cssStyle,
|
54773
|
+
_vm.$styleObject(_vm.instance.cssStyle),
|
54699
54774
|
],
|
54700
54775
|
attrs: { id: _vm.instance.name, name: _vm.instance.name },
|
54701
54776
|
on: {
|
@@ -54711,7 +54786,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
54711
54786
|
/* style */
|
54712
54787
|
const __vue_inject_styles__$f = function (inject) {
|
54713
54788
|
if (!inject) return
|
54714
|
-
inject("data-v-
|
54789
|
+
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 });
|
54715
54790
|
|
54716
54791
|
};
|
54717
54792
|
/* scoped */
|
@@ -55107,10 +55182,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
55107
55182
|
},
|
55108
55183
|
],
|
55109
55184
|
class: ["zd-tabs", _vm.instance.cssClass],
|
55110
|
-
style:
|
55111
|
-
|
55185
|
+
style: Object.assign(
|
55186
|
+
{},
|
55112
55187
|
{ height: _vm.$formatSize(_vm.instance.height) },
|
55113
|
-
|
55188
|
+
_vm.$styleObject(_vm.instance.cssStyle)
|
55189
|
+
),
|
55114
55190
|
attrs: { id: _vm.instance.name, name: _vm.instance.name },
|
55115
55191
|
},
|
55116
55192
|
[
|
@@ -55214,6 +55290,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
55214
55290
|
children: tab.children,
|
55215
55291
|
flex: tab.flex,
|
55216
55292
|
name: _vm.instance.name + "-tab-item-" + index,
|
55293
|
+
lazyLoad: tab.lazyLoad,
|
55217
55294
|
},
|
55218
55295
|
false
|
55219
55296
|
)
|
@@ -55235,11 +55312,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
55235
55312
|
/* style */
|
55236
55313
|
const __vue_inject_styles__$c = function (inject) {
|
55237
55314
|
if (!inject) return
|
55238
|
-
inject("data-v-
|
55315
|
+
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 });
|
55239
55316
|
|
55240
55317
|
};
|
55241
55318
|
/* scoped */
|
55242
|
-
const __vue_scope_id__$c = "data-v-
|
55319
|
+
const __vue_scope_id__$c = "data-v-0700f23a";
|
55243
55320
|
/* module identifier */
|
55244
55321
|
const __vue_module_identifier__$c = undefined;
|
55245
55322
|
/* functional template */
|
@@ -55391,6 +55468,10 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
55391
55468
|
PropWatch({ type: Boolean }),
|
55392
55469
|
__metadata("design:type", Boolean)
|
55393
55470
|
], ZdTabItem.prototype, "flex", void 0);
|
55471
|
+
__decorate([
|
55472
|
+
PropWatch({ type: Boolean }),
|
55473
|
+
__metadata("design:type", Boolean)
|
55474
|
+
], ZdTabItem.prototype, "lazyLoad", void 0);
|
55394
55475
|
ZdTabItem = __decorate([
|
55395
55476
|
vuePropertyDecorator.Component
|
55396
55477
|
], ZdTabItem);
|
@@ -55417,8 +55498,13 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
55417
55498
|
],
|
55418
55499
|
key: _vm.index,
|
55419
55500
|
staticClass: "zd-tabs-tab-item",
|
55420
|
-
style:
|
55421
|
-
attrs: {
|
55501
|
+
style: _vm.instance.cssStyle,
|
55502
|
+
attrs: {
|
55503
|
+
eager: !_vm.lazyLoad,
|
55504
|
+
value: _vm.index,
|
55505
|
+
dark: _vm.dark,
|
55506
|
+
light: _vm.light,
|
55507
|
+
},
|
55422
55508
|
},
|
55423
55509
|
[
|
55424
55510
|
_c(
|
@@ -55456,11 +55542,11 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
55456
55542
|
/* style */
|
55457
55543
|
const __vue_inject_styles__$a = function (inject) {
|
55458
55544
|
if (!inject) return
|
55459
|
-
inject("data-v-
|
55545
|
+
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 });
|
55460
55546
|
|
55461
55547
|
};
|
55462
55548
|
/* scoped */
|
55463
|
-
const __vue_scope_id__$a = "data-v-
|
55549
|
+
const __vue_scope_id__$a = "data-v-f6ae0120";
|
55464
55550
|
/* module identifier */
|
55465
55551
|
const __vue_module_identifier__$a = undefined;
|
55466
55552
|
/* functional template */
|
@@ -56863,7 +56949,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
56863
56949
|
{ "theme--dark": _vm.$isDark(this) },
|
56864
56950
|
{ "theme--light": _vm.$isLight(this) },
|
56865
56951
|
],
|
56866
|
-
style: [_vm.cssColorVars
|
56952
|
+
style: [_vm.cssColorVars].concat(_vm.$styleObject(_vm.instance.cssStyle)),
|
56867
56953
|
attrs: { id: _vm.instance.name },
|
56868
56954
|
},
|
56869
56955
|
[
|
@@ -56914,6 +57000,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
56914
57000
|
fn: function (ref) {
|
56915
57001
|
var node = ref.node;
|
56916
57002
|
return [
|
57003
|
+
_c("span", { staticClass: "align" }),
|
57004
|
+
_vm._v(" "),
|
56917
57005
|
_vm.instance.checkbox
|
56918
57006
|
? _c("zd-tree-checkbox", {
|
56919
57007
|
attrs: {
|
@@ -56996,7 +57084,17 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
56996
57084
|
return _c(
|
56997
57085
|
comp.component,
|
56998
57086
|
_vm._b(
|
56999
|
-
{
|
57087
|
+
{
|
57088
|
+
key: index,
|
57089
|
+
tag: "component",
|
57090
|
+
class: [
|
57091
|
+
"item-title",
|
57092
|
+
{
|
57093
|
+
"has-children":
|
57094
|
+
node.children.length,
|
57095
|
+
},
|
57096
|
+
],
|
57097
|
+
},
|
57000
57098
|
"component",
|
57001
57099
|
comp,
|
57002
57100
|
false
|
@@ -57121,7 +57219,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
57121
57219
|
/* style */
|
57122
57220
|
const __vue_inject_styles__$2 = function (inject) {
|
57123
57221
|
if (!inject) return
|
57124
|
-
inject("data-v-
|
57222
|
+
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 });
|
57125
57223
|
|
57126
57224
|
};
|
57127
57225
|
/* scoped */
|
@@ -57237,7 +57335,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
57237
57335
|
{ "theme--light": _vm.$isLight(this) },
|
57238
57336
|
{ "zd-grid-loading": _vm.instance.datasource.loading },
|
57239
57337
|
],
|
57240
|
-
style: [_vm.cssColorVars, _vm.instance.cssStyle],
|
57338
|
+
style: [_vm.cssColorVars, _vm.$styleObject(_vm.instance.cssStyle)],
|
57241
57339
|
attrs: {
|
57242
57340
|
id: _vm.instance.name,
|
57243
57341
|
"fixed-header": "",
|
@@ -58026,8 +58124,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
58026
58124
|
/* style */
|
58027
58125
|
const __vue_inject_styles__$1 = function (inject) {
|
58028
58126
|
if (!inject) return
|
58029
|
-
inject("data-v-
|
58030
|
-
,inject("data-v-
|
58127
|
+
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 })
|
58128
|
+
,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 });
|
58031
58129
|
|
58032
58130
|
};
|
58033
58131
|
/* scoped */
|
@@ -58228,7 +58326,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
58228
58326
|
{ "zd-grid-flex": _vm.instance.gridHeight || _vm.instance.gridMaxHeight },
|
58229
58327
|
{ "zd-grid-loading": _vm.instance.datasource.loading },
|
58230
58328
|
],
|
58231
|
-
style: [_vm.cssColorVars, _vm.instance.cssStyle],
|
58329
|
+
style: [_vm.cssColorVars, _vm.$styleObject(_vm.instance.cssStyle)],
|
58232
58330
|
attrs: {
|
58233
58331
|
id: _vm.instance.name,
|
58234
58332
|
"fixed-header": "",
|
@@ -59189,8 +59287,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
59189
59287
|
/* style */
|
59190
59288
|
const __vue_inject_styles__ = function (inject) {
|
59191
59289
|
if (!inject) return
|
59192
|
-
inject("data-v-
|
59193
|
-
,inject("data-v-
|
59290
|
+
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 })
|
59291
|
+
,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 });
|
59194
59292
|
|
59195
59293
|
};
|
59196
59294
|
/* scoped */
|
@@ -59358,6 +59456,21 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
59358
59456
|
|
59359
59457
|
var isLightPlugin = (component) => (!component.$vuetify.theme.dark || component.instance.light);
|
59360
59458
|
|
59459
|
+
var styleObjectPlugin = (style) => {
|
59460
|
+
if (!style || typeof style !== 'string') {
|
59461
|
+
return style;
|
59462
|
+
}
|
59463
|
+
const objectStyle = {};
|
59464
|
+
const attributes = style.split(';');
|
59465
|
+
for (let i = 0; i < attributes.length; i += 1) {
|
59466
|
+
if (attributes[i]) {
|
59467
|
+
const entry = attributes[i].split(':');
|
59468
|
+
objectStyle[entry.splice(0, 1)[0].trim()] = entry.join(':').trim();
|
59469
|
+
}
|
59470
|
+
}
|
59471
|
+
return objectStyle;
|
59472
|
+
};
|
59473
|
+
|
59361
59474
|
// tslint:disable: variable-name
|
59362
59475
|
const VueTreeSelect = require('@zeedhi/zd-vue-treeselect');
|
59363
59476
|
const Hooper = require('hooper');
|
@@ -59498,6 +59611,8 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
59498
59611
|
Vue.prototype.$isDark = isDarkPlugin;
|
59499
59612
|
// isLight
|
59500
59613
|
Vue.prototype.$isLight = isLightPlugin;
|
59614
|
+
// styleObject
|
59615
|
+
Vue.prototype.$styleObject = styleObjectPlugin;
|
59501
59616
|
},
|
59502
59617
|
};
|
59503
59618
|
|