@zeedhi/teknisa-components-vuetify 1.94.0 → 1.96.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/tek-components-vuetify.esm.js +45 -19
- package/dist/tek-components-vuetify.umd.js +45 -19
- package/dist/tek-style.css +7 -5812
- package/package.json +2 -2
- package/types/components/tek-grid/TekGrid.d.ts +1 -0
- package/types/components/tek-grid/TekGridFilterButton.d.ts +1 -0
- package/types/components/tek-image/TekImage.d.ts +1 -0
|
@@ -1616,6 +1616,12 @@ __decorate([
|
|
|
1616
1616
|
__decorate([
|
|
1617
1617
|
PropWatch({ type: [String, Boolean], default: true })
|
|
1618
1618
|
], TekGrid$1.prototype, "mainGrid", void 0);
|
|
1619
|
+
__decorate([
|
|
1620
|
+
PropWatch({
|
|
1621
|
+
type: [String, Boolean],
|
|
1622
|
+
default: Config.gridShowCheckboxAllFilter,
|
|
1623
|
+
})
|
|
1624
|
+
], TekGrid$1.prototype, "showCheckboxAllFilter", void 0);
|
|
1619
1625
|
__decorate([
|
|
1620
1626
|
Prop({
|
|
1621
1627
|
type: Array,
|
|
@@ -1666,7 +1672,9 @@ var __vue_render__$e = function () {
|
|
|
1666
1672
|
maxWidth: _vm.$formatSize(_vm.instance.maxWidth),
|
|
1667
1673
|
minWidth: _vm.$formatSize(_vm.instance.minWidth),
|
|
1668
1674
|
"--overflow-y-style":
|
|
1669
|
-
_vm.instance.height !== "auto" ||
|
|
1675
|
+
_vm.instance.height !== "auto" ||
|
|
1676
|
+
_vm.instance.maxHeight !== "auto" ||
|
|
1677
|
+
_vm.instance.fillHeight
|
|
1670
1678
|
? "auto"
|
|
1671
1679
|
: "hidden",
|
|
1672
1680
|
},
|
|
@@ -3035,6 +3043,8 @@ var __vue_render__$e = function () {
|
|
|
3035
3043
|
rowStyle: rowStyle,
|
|
3036
3044
|
cellsApplied:
|
|
3037
3045
|
cellsApplied,
|
|
3046
|
+
visibleValue:
|
|
3047
|
+
item[column.name],
|
|
3038
3048
|
},
|
|
3039
3049
|
on: {
|
|
3040
3050
|
mouseenter: function (
|
|
@@ -3242,7 +3252,7 @@ __vue_render__$e._withStripped = true;
|
|
|
3242
3252
|
/* style */
|
|
3243
3253
|
const __vue_inject_styles__$e = function (inject) {
|
|
3244
3254
|
if (!inject) return
|
|
3245
|
-
inject("data-v-
|
|
3255
|
+
inject("data-v-7c88975c_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
|
3246
3256
|
|
|
3247
3257
|
};
|
|
3248
3258
|
/* scoped */
|
|
@@ -3768,21 +3778,20 @@ TekGridColumnsOptionsModal.modalDef = {
|
|
|
3768
3778
|
},
|
|
3769
3779
|
children: [
|
|
3770
3780
|
{
|
|
3771
|
-
name: '
|
|
3772
|
-
component: '
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
elevation: 0,
|
|
3776
|
-
cssClass: 'zd-ml-n1 zd-mb-4',
|
|
3777
|
-
leftSlot: [
|
|
3781
|
+
name: 'tekGridColumnsOptionsCloseButtonContainer',
|
|
3782
|
+
component: 'ZdContainer',
|
|
3783
|
+
cssClass: 'zd-pa-0 zd-mb-6 zd-display-flex',
|
|
3784
|
+
children: [
|
|
3778
3785
|
{
|
|
3779
3786
|
name: 'tekGridColumnsOptionsTitleText',
|
|
3780
3787
|
component: 'ZdText',
|
|
3781
3788
|
text: 'TEKGRID_COLUMNS_OPTIONS',
|
|
3782
3789
|
cssClass: 'zd-theme-font-title',
|
|
3783
3790
|
},
|
|
3784
|
-
|
|
3785
|
-
|
|
3791
|
+
{
|
|
3792
|
+
name: 'tekGridColumnsOptionsFilterSpacer',
|
|
3793
|
+
component: 'VSpacer',
|
|
3794
|
+
},
|
|
3786
3795
|
{
|
|
3787
3796
|
name: 'tekGridColumnsOptionsCloseModalButton',
|
|
3788
3797
|
component: 'ZdModalCloseButton',
|
|
@@ -4323,6 +4332,9 @@ __decorate([
|
|
|
4323
4332
|
__decorate([
|
|
4324
4333
|
PropWatch({ type: [Object, String], default: () => { } })
|
|
4325
4334
|
], TekGridFilterButton.prototype, "grid", void 0);
|
|
4335
|
+
__decorate([
|
|
4336
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
4337
|
+
], TekGridFilterButton.prototype, "showCheckboxAll", void 0);
|
|
4326
4338
|
TekGridFilterButton = __decorate([
|
|
4327
4339
|
Component
|
|
4328
4340
|
], TekGridFilterButton);
|
|
@@ -4574,6 +4586,9 @@ let TekImage = class TekImage extends ZdComponent {
|
|
|
4574
4586
|
setFillHeight(this.$el);
|
|
4575
4587
|
}
|
|
4576
4588
|
}
|
|
4589
|
+
load(event) {
|
|
4590
|
+
this.instance.load(event, this.$el);
|
|
4591
|
+
}
|
|
4577
4592
|
};
|
|
4578
4593
|
__decorate([
|
|
4579
4594
|
PropWatch({ type: String, default: '' })
|
|
@@ -5211,7 +5226,9 @@ var __vue_render__$c = function () {
|
|
|
5211
5226
|
maxWidth: _vm.$formatSize(_vm.instance.maxWidth),
|
|
5212
5227
|
minWidth: _vm.$formatSize(_vm.instance.minWidth),
|
|
5213
5228
|
"--overflow-y-style":
|
|
5214
|
-
_vm.instance.height !== "auto" ||
|
|
5229
|
+
_vm.instance.height !== "auto" ||
|
|
5230
|
+
_vm.instance.maxHeight !== "auto" ||
|
|
5231
|
+
_vm.instance.fillHeight
|
|
5215
5232
|
? "auto"
|
|
5216
5233
|
: "hidden",
|
|
5217
5234
|
},
|
|
@@ -6709,7 +6726,7 @@ __vue_render__$c._withStripped = true;
|
|
|
6709
6726
|
/* style */
|
|
6710
6727
|
const __vue_inject_styles__$c = function (inject) {
|
|
6711
6728
|
if (!inject) return
|
|
6712
|
-
inject("data-v-
|
|
6729
|
+
inject("data-v-78e28f17_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
|
6713
6730
|
|
|
6714
6731
|
};
|
|
6715
6732
|
/* scoped */
|
|
@@ -7060,15 +7077,17 @@ var __vue_staticRenderFns__$a = [];
|
|
|
7060
7077
|
__vue_render__$a._withStripped = true;
|
|
7061
7078
|
|
|
7062
7079
|
/* style */
|
|
7063
|
-
const __vue_inject_styles__$a =
|
|
7080
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
7081
|
+
if (!inject) return
|
|
7082
|
+
inject("data-v-5bef20ae_0", { source: ".zd-container.tek-grid-filter-content-container {\n position: relative;\n left: calc(var(--zd-default-padding) * -1) !important;\n padding-left: var(--zd-default-padding) !important;\n width: calc(100% + var(--zd-default-padding) * 2) !important;\n padding-right: var(--zd-default-padding) !important;\n max-width: none !important;\n}", map: undefined, media: undefined });
|
|
7083
|
+
|
|
7084
|
+
};
|
|
7064
7085
|
/* scoped */
|
|
7065
7086
|
const __vue_scope_id__$a = undefined;
|
|
7066
7087
|
/* module identifier */
|
|
7067
7088
|
const __vue_module_identifier__$a = undefined;
|
|
7068
7089
|
/* functional template */
|
|
7069
7090
|
const __vue_is_functional_template__$a = false;
|
|
7070
|
-
/* style inject */
|
|
7071
|
-
|
|
7072
7091
|
/* style inject SSR */
|
|
7073
7092
|
|
|
7074
7093
|
/* style inject shadow dom */
|
|
@@ -7083,7 +7102,7 @@ __vue_render__$a._withStripped = true;
|
|
|
7083
7102
|
__vue_is_functional_template__$a,
|
|
7084
7103
|
__vue_module_identifier__$a,
|
|
7085
7104
|
false,
|
|
7086
|
-
|
|
7105
|
+
createInjector,
|
|
7087
7106
|
undefined,
|
|
7088
7107
|
undefined
|
|
7089
7108
|
);
|
|
@@ -7413,6 +7432,11 @@ var __vue_render__$8 = function () {
|
|
|
7413
7432
|
_vm.$styleObject(_vm.instance.cssStyle)
|
|
7414
7433
|
),
|
|
7415
7434
|
attrs: { src: _vm.instance.src },
|
|
7435
|
+
on: {
|
|
7436
|
+
load: function ($event) {
|
|
7437
|
+
return _vm.load($event)
|
|
7438
|
+
},
|
|
7439
|
+
},
|
|
7416
7440
|
}),
|
|
7417
7441
|
],
|
|
7418
7442
|
1
|
|
@@ -8236,7 +8260,9 @@ var __vue_render__$2 = function () {
|
|
|
8236
8260
|
maxWidth: _vm.$formatSize(_vm.instance.maxWidth),
|
|
8237
8261
|
minWidth: _vm.$formatSize(_vm.instance.minWidth),
|
|
8238
8262
|
"--overflow-y-style":
|
|
8239
|
-
_vm.instance.height !== "auto" ||
|
|
8263
|
+
_vm.instance.height !== "auto" ||
|
|
8264
|
+
_vm.instance.maxHeight !== "auto" ||
|
|
8265
|
+
_vm.instance.fillHeight
|
|
8240
8266
|
? "auto"
|
|
8241
8267
|
: "hidden",
|
|
8242
8268
|
},
|
|
@@ -9445,7 +9471,7 @@ __vue_render__$2._withStripped = true;
|
|
|
9445
9471
|
/* style */
|
|
9446
9472
|
const __vue_inject_styles__$2 = function (inject) {
|
|
9447
9473
|
if (!inject) return
|
|
9448
|
-
inject("data-v-
|
|
9474
|
+
inject("data-v-ec64a1f4_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
|
9449
9475
|
|
|
9450
9476
|
};
|
|
9451
9477
|
/* scoped */
|
|
@@ -1616,6 +1616,12 @@
|
|
|
1616
1616
|
__decorate([
|
|
1617
1617
|
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1618
1618
|
], TekGrid$1.prototype, "mainGrid", void 0);
|
|
1619
|
+
__decorate([
|
|
1620
|
+
vuetify.PropWatch({
|
|
1621
|
+
type: [String, Boolean],
|
|
1622
|
+
default: core.Config.gridShowCheckboxAllFilter,
|
|
1623
|
+
})
|
|
1624
|
+
], TekGrid$1.prototype, "showCheckboxAllFilter", void 0);
|
|
1619
1625
|
__decorate([
|
|
1620
1626
|
vuePropertyDecorator.Prop({
|
|
1621
1627
|
type: Array,
|
|
@@ -1666,7 +1672,9 @@
|
|
|
1666
1672
|
maxWidth: _vm.$formatSize(_vm.instance.maxWidth),
|
|
1667
1673
|
minWidth: _vm.$formatSize(_vm.instance.minWidth),
|
|
1668
1674
|
"--overflow-y-style":
|
|
1669
|
-
_vm.instance.height !== "auto" ||
|
|
1675
|
+
_vm.instance.height !== "auto" ||
|
|
1676
|
+
_vm.instance.maxHeight !== "auto" ||
|
|
1677
|
+
_vm.instance.fillHeight
|
|
1670
1678
|
? "auto"
|
|
1671
1679
|
: "hidden",
|
|
1672
1680
|
},
|
|
@@ -3035,6 +3043,8 @@
|
|
|
3035
3043
|
rowStyle: rowStyle,
|
|
3036
3044
|
cellsApplied:
|
|
3037
3045
|
cellsApplied,
|
|
3046
|
+
visibleValue:
|
|
3047
|
+
item[column.name],
|
|
3038
3048
|
},
|
|
3039
3049
|
on: {
|
|
3040
3050
|
mouseenter: function (
|
|
@@ -3242,7 +3252,7 @@
|
|
|
3242
3252
|
/* style */
|
|
3243
3253
|
const __vue_inject_styles__$e = function (inject) {
|
|
3244
3254
|
if (!inject) return
|
|
3245
|
-
inject("data-v-
|
|
3255
|
+
inject("data-v-7c88975c_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
|
3246
3256
|
|
|
3247
3257
|
};
|
|
3248
3258
|
/* scoped */
|
|
@@ -3768,21 +3778,20 @@
|
|
|
3768
3778
|
},
|
|
3769
3779
|
children: [
|
|
3770
3780
|
{
|
|
3771
|
-
name: '
|
|
3772
|
-
component: '
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
elevation: 0,
|
|
3776
|
-
cssClass: 'zd-ml-n1 zd-mb-4',
|
|
3777
|
-
leftSlot: [
|
|
3781
|
+
name: 'tekGridColumnsOptionsCloseButtonContainer',
|
|
3782
|
+
component: 'ZdContainer',
|
|
3783
|
+
cssClass: 'zd-pa-0 zd-mb-6 zd-display-flex',
|
|
3784
|
+
children: [
|
|
3778
3785
|
{
|
|
3779
3786
|
name: 'tekGridColumnsOptionsTitleText',
|
|
3780
3787
|
component: 'ZdText',
|
|
3781
3788
|
text: 'TEKGRID_COLUMNS_OPTIONS',
|
|
3782
3789
|
cssClass: 'zd-theme-font-title',
|
|
3783
3790
|
},
|
|
3784
|
-
|
|
3785
|
-
|
|
3791
|
+
{
|
|
3792
|
+
name: 'tekGridColumnsOptionsFilterSpacer',
|
|
3793
|
+
component: 'VSpacer',
|
|
3794
|
+
},
|
|
3786
3795
|
{
|
|
3787
3796
|
name: 'tekGridColumnsOptionsCloseModalButton',
|
|
3788
3797
|
component: 'ZdModalCloseButton',
|
|
@@ -4323,6 +4332,9 @@
|
|
|
4323
4332
|
__decorate([
|
|
4324
4333
|
vuetify.PropWatch({ type: [Object, String], default: () => { } })
|
|
4325
4334
|
], TekGridFilterButton.prototype, "grid", void 0);
|
|
4335
|
+
__decorate([
|
|
4336
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
4337
|
+
], TekGridFilterButton.prototype, "showCheckboxAll", void 0);
|
|
4326
4338
|
TekGridFilterButton = __decorate([
|
|
4327
4339
|
vuePropertyDecorator.Component
|
|
4328
4340
|
], TekGridFilterButton);
|
|
@@ -4574,6 +4586,9 @@
|
|
|
4574
4586
|
vuetify.setFillHeight(this.$el);
|
|
4575
4587
|
}
|
|
4576
4588
|
}
|
|
4589
|
+
load(event) {
|
|
4590
|
+
this.instance.load(event, this.$el);
|
|
4591
|
+
}
|
|
4577
4592
|
};
|
|
4578
4593
|
__decorate([
|
|
4579
4594
|
vuetify.PropWatch({ type: String, default: '' })
|
|
@@ -5211,7 +5226,9 @@
|
|
|
5211
5226
|
maxWidth: _vm.$formatSize(_vm.instance.maxWidth),
|
|
5212
5227
|
minWidth: _vm.$formatSize(_vm.instance.minWidth),
|
|
5213
5228
|
"--overflow-y-style":
|
|
5214
|
-
_vm.instance.height !== "auto" ||
|
|
5229
|
+
_vm.instance.height !== "auto" ||
|
|
5230
|
+
_vm.instance.maxHeight !== "auto" ||
|
|
5231
|
+
_vm.instance.fillHeight
|
|
5215
5232
|
? "auto"
|
|
5216
5233
|
: "hidden",
|
|
5217
5234
|
},
|
|
@@ -6709,7 +6726,7 @@
|
|
|
6709
6726
|
/* style */
|
|
6710
6727
|
const __vue_inject_styles__$c = function (inject) {
|
|
6711
6728
|
if (!inject) return
|
|
6712
|
-
inject("data-v-
|
|
6729
|
+
inject("data-v-78e28f17_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
|
6713
6730
|
|
|
6714
6731
|
};
|
|
6715
6732
|
/* scoped */
|
|
@@ -7060,15 +7077,17 @@
|
|
|
7060
7077
|
__vue_render__$a._withStripped = true;
|
|
7061
7078
|
|
|
7062
7079
|
/* style */
|
|
7063
|
-
const __vue_inject_styles__$a =
|
|
7080
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
7081
|
+
if (!inject) return
|
|
7082
|
+
inject("data-v-5bef20ae_0", { source: ".zd-container.tek-grid-filter-content-container {\n position: relative;\n left: calc(var(--zd-default-padding) * -1) !important;\n padding-left: var(--zd-default-padding) !important;\n width: calc(100% + var(--zd-default-padding) * 2) !important;\n padding-right: var(--zd-default-padding) !important;\n max-width: none !important;\n}", map: undefined, media: undefined });
|
|
7083
|
+
|
|
7084
|
+
};
|
|
7064
7085
|
/* scoped */
|
|
7065
7086
|
const __vue_scope_id__$a = undefined;
|
|
7066
7087
|
/* module identifier */
|
|
7067
7088
|
const __vue_module_identifier__$a = undefined;
|
|
7068
7089
|
/* functional template */
|
|
7069
7090
|
const __vue_is_functional_template__$a = false;
|
|
7070
|
-
/* style inject */
|
|
7071
|
-
|
|
7072
7091
|
/* style inject SSR */
|
|
7073
7092
|
|
|
7074
7093
|
/* style inject shadow dom */
|
|
@@ -7083,7 +7102,7 @@
|
|
|
7083
7102
|
__vue_is_functional_template__$a,
|
|
7084
7103
|
__vue_module_identifier__$a,
|
|
7085
7104
|
false,
|
|
7086
|
-
|
|
7105
|
+
createInjector,
|
|
7087
7106
|
undefined,
|
|
7088
7107
|
undefined
|
|
7089
7108
|
);
|
|
@@ -7413,6 +7432,11 @@
|
|
|
7413
7432
|
_vm.$styleObject(_vm.instance.cssStyle)
|
|
7414
7433
|
),
|
|
7415
7434
|
attrs: { src: _vm.instance.src },
|
|
7435
|
+
on: {
|
|
7436
|
+
load: function ($event) {
|
|
7437
|
+
return _vm.load($event)
|
|
7438
|
+
},
|
|
7439
|
+
},
|
|
7416
7440
|
}),
|
|
7417
7441
|
],
|
|
7418
7442
|
1
|
|
@@ -8236,7 +8260,9 @@
|
|
|
8236
8260
|
maxWidth: _vm.$formatSize(_vm.instance.maxWidth),
|
|
8237
8261
|
minWidth: _vm.$formatSize(_vm.instance.minWidth),
|
|
8238
8262
|
"--overflow-y-style":
|
|
8239
|
-
_vm.instance.height !== "auto" ||
|
|
8263
|
+
_vm.instance.height !== "auto" ||
|
|
8264
|
+
_vm.instance.maxHeight !== "auto" ||
|
|
8265
|
+
_vm.instance.fillHeight
|
|
8240
8266
|
? "auto"
|
|
8241
8267
|
: "hidden",
|
|
8242
8268
|
},
|
|
@@ -9445,7 +9471,7 @@
|
|
|
9445
9471
|
/* style */
|
|
9446
9472
|
const __vue_inject_styles__$2 = function (inject) {
|
|
9447
9473
|
if (!inject) return
|
|
9448
|
-
inject("data-v-
|
|
9474
|
+
inject("data-v-ec64a1f4_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: 36px;\n}\n.tek-grid .zd-grid-toolbar .zd-grid-toolbar-slot {\n align-items: center;\n}\n.tek-grid .zd-grid-toolbar .toolbar-divider {\n margin: 10px;\n}\n.tek-grid .zd-grid-toolbar .toolbar-title {\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: #eee;\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}", map: undefined, media: undefined });
|
|
9449
9475
|
|
|
9450
9476
|
};
|
|
9451
9477
|
/* scoped */
|