@zeedhi/teknisa-components-vuetify 1.96.1 → 1.96.2
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.
|
@@ -2360,6 +2360,8 @@ var __vue_render__$g = function () {
|
|
|
2360
2360
|
.cellSelection,
|
|
2361
2361
|
},
|
|
2362
2362
|
on: {
|
|
2363
|
+
mousedown:
|
|
2364
|
+
_vm.editableMousedown,
|
|
2363
2365
|
click: function ($event) {
|
|
2364
2366
|
_vm.cellClick(
|
|
2365
2367
|
item,
|
|
@@ -2385,6 +2387,11 @@ var __vue_render__$g = function () {
|
|
|
2385
2387
|
column
|
|
2386
2388
|
)
|
|
2387
2389
|
},
|
|
2390
|
+
focusin: function ($event) {
|
|
2391
|
+
return _vm.cellFocusIn(
|
|
2392
|
+
$event
|
|
2393
|
+
)
|
|
2394
|
+
},
|
|
2388
2395
|
focusout: function (
|
|
2389
2396
|
$event
|
|
2390
2397
|
) {
|
|
@@ -2544,6 +2551,22 @@ var __vue_render__$g = function () {
|
|
|
2544
2551
|
: "unset",
|
|
2545
2552
|
},
|
|
2546
2553
|
],
|
|
2554
|
+
row: item,
|
|
2555
|
+
},
|
|
2556
|
+
on: {
|
|
2557
|
+
focus: function ($event) {
|
|
2558
|
+
return _vm.cellFocus(
|
|
2559
|
+
item,
|
|
2560
|
+
column
|
|
2561
|
+
)
|
|
2562
|
+
},
|
|
2563
|
+
focusin: function (
|
|
2564
|
+
$event
|
|
2565
|
+
) {
|
|
2566
|
+
return _vm.cellFocusIn(
|
|
2567
|
+
$event
|
|
2568
|
+
)
|
|
2569
|
+
},
|
|
2547
2570
|
},
|
|
2548
2571
|
},
|
|
2549
2572
|
[
|
|
@@ -2653,14 +2676,20 @@ var __vue_render__$g = function () {
|
|
|
2653
2676
|
],
|
|
2654
2677
|
cellSelection:
|
|
2655
2678
|
_vm.instance.cellSelection,
|
|
2679
|
+
row: item,
|
|
2656
2680
|
},
|
|
2657
2681
|
on: {
|
|
2658
|
-
|
|
2682
|
+
focus: function ($event) {
|
|
2659
2683
|
return _vm.cellFocus(
|
|
2660
2684
|
item,
|
|
2661
2685
|
column
|
|
2662
2686
|
)
|
|
2663
2687
|
},
|
|
2688
|
+
focusin: function ($event) {
|
|
2689
|
+
return _vm.cellFocusIn(
|
|
2690
|
+
$event
|
|
2691
|
+
)
|
|
2692
|
+
},
|
|
2664
2693
|
click: function ($event) {
|
|
2665
2694
|
return _vm.cellClick(
|
|
2666
2695
|
item,
|
|
@@ -2804,7 +2833,7 @@ __vue_render__$g._withStripped = true;
|
|
|
2804
2833
|
/* style */
|
|
2805
2834
|
const __vue_inject_styles__$g = function (inject) {
|
|
2806
2835
|
if (!inject) return
|
|
2807
|
-
inject("data-v-
|
|
2836
|
+
inject("data-v-6d49a6da_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 });
|
|
2808
2837
|
|
|
2809
2838
|
};
|
|
2810
2839
|
/* scoped */
|
|
@@ -4195,6 +4224,25 @@ let TekGridFilterButton = class TekGridFilterButton extends ZdButton {
|
|
|
4195
4224
|
filterClick({ event }) {
|
|
4196
4225
|
this.instance.click(event);
|
|
4197
4226
|
}
|
|
4227
|
+
getEvents() {
|
|
4228
|
+
const on = this.$listeners;
|
|
4229
|
+
const events = Object.assign({}, this.instance.events);
|
|
4230
|
+
Object.keys(on).forEach((eventName) => {
|
|
4231
|
+
const callback = this.instance.events[eventName];
|
|
4232
|
+
events[eventName] = ({ event, component, element }) => {
|
|
4233
|
+
if (callback && typeof callback === 'function') {
|
|
4234
|
+
callback({ event, component, element });
|
|
4235
|
+
}
|
|
4236
|
+
const onEvent = on[eventName];
|
|
4237
|
+
if (typeof onEvent === 'function') {
|
|
4238
|
+
onEvent(event);
|
|
4239
|
+
return;
|
|
4240
|
+
}
|
|
4241
|
+
onEvent.forEach((fn) => fn(event));
|
|
4242
|
+
};
|
|
4243
|
+
});
|
|
4244
|
+
return events;
|
|
4245
|
+
}
|
|
4198
4246
|
};
|
|
4199
4247
|
__decorate([
|
|
4200
4248
|
PropWatch({ type: [String], default: '' })
|
|
@@ -5853,6 +5901,8 @@ var __vue_render__$c = function () {
|
|
|
5853
5901
|
.cellSelection,
|
|
5854
5902
|
},
|
|
5855
5903
|
on: {
|
|
5904
|
+
mousedown:
|
|
5905
|
+
_vm.editableMousedown,
|
|
5856
5906
|
click: function (
|
|
5857
5907
|
$event
|
|
5858
5908
|
) {
|
|
@@ -5886,6 +5936,14 @@ var __vue_render__$c = function () {
|
|
|
5886
5936
|
column
|
|
5887
5937
|
)
|
|
5888
5938
|
},
|
|
5939
|
+
focusin:
|
|
5940
|
+
function (
|
|
5941
|
+
$event
|
|
5942
|
+
) {
|
|
5943
|
+
return _vm.cellFocusIn(
|
|
5944
|
+
$event
|
|
5945
|
+
)
|
|
5946
|
+
},
|
|
5889
5947
|
focusout:
|
|
5890
5948
|
function (
|
|
5891
5949
|
$event
|
|
@@ -6061,9 +6119,10 @@ var __vue_render__$c = function () {
|
|
|
6061
6119
|
cellSelection:
|
|
6062
6120
|
_vm.instance
|
|
6063
6121
|
.cellSelection,
|
|
6122
|
+
row: item,
|
|
6064
6123
|
},
|
|
6065
6124
|
on: {
|
|
6066
|
-
|
|
6125
|
+
focus: function (
|
|
6067
6126
|
$event
|
|
6068
6127
|
) {
|
|
6069
6128
|
return _vm.cellFocus(
|
|
@@ -6071,6 +6130,13 @@ var __vue_render__$c = function () {
|
|
|
6071
6130
|
column
|
|
6072
6131
|
)
|
|
6073
6132
|
},
|
|
6133
|
+
focusin: function (
|
|
6134
|
+
$event
|
|
6135
|
+
) {
|
|
6136
|
+
return _vm.cellFocusIn(
|
|
6137
|
+
$event
|
|
6138
|
+
)
|
|
6139
|
+
},
|
|
6074
6140
|
click: function (
|
|
6075
6141
|
$event
|
|
6076
6142
|
) {
|
|
@@ -6226,7 +6292,7 @@ __vue_render__$c._withStripped = true;
|
|
|
6226
6292
|
/* style */
|
|
6227
6293
|
const __vue_inject_styles__$c = function (inject) {
|
|
6228
6294
|
if (!inject) return
|
|
6229
|
-
inject("data-v-
|
|
6295
|
+
inject("data-v-605f8700_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 });
|
|
6230
6296
|
|
|
6231
6297
|
};
|
|
6232
6298
|
/* scoped */
|
|
@@ -6565,9 +6631,7 @@ var __vue_render__$a = function () {
|
|
|
6565
6631
|
cssClass: "tek-grid-filter-button",
|
|
6566
6632
|
iconName: "filter",
|
|
6567
6633
|
isVisible: _vm.instance.grid.filterButton,
|
|
6568
|
-
events: {
|
|
6569
|
-
click: _vm.filterClick,
|
|
6570
|
-
},
|
|
6634
|
+
events: Object.assign({}, _vm.getEvents(), { click: _vm.filterClick }),
|
|
6571
6635
|
},
|
|
6572
6636
|
false
|
|
6573
6637
|
)
|
|
@@ -6579,7 +6643,7 @@ __vue_render__$a._withStripped = true;
|
|
|
6579
6643
|
/* style */
|
|
6580
6644
|
const __vue_inject_styles__$a = function (inject) {
|
|
6581
6645
|
if (!inject) return
|
|
6582
|
-
inject("data-v-
|
|
6646
|
+
inject("data-v-312d9169_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 });
|
|
6583
6647
|
|
|
6584
6648
|
};
|
|
6585
6649
|
/* scoped */
|
|
@@ -8253,6 +8317,8 @@ var __vue_render__$2 = function () {
|
|
|
8253
8317
|
_vm.instance.cellSelection,
|
|
8254
8318
|
},
|
|
8255
8319
|
on: {
|
|
8320
|
+
mousedown:
|
|
8321
|
+
_vm.editableMousedown,
|
|
8256
8322
|
click: function ($event) {
|
|
8257
8323
|
_vm.cellClick(
|
|
8258
8324
|
item,
|
|
@@ -8277,6 +8343,9 @@ var __vue_render__$2 = function () {
|
|
|
8277
8343
|
column
|
|
8278
8344
|
)
|
|
8279
8345
|
},
|
|
8346
|
+
focusin: function ($event) {
|
|
8347
|
+
return _vm.cellFocusIn($event)
|
|
8348
|
+
},
|
|
8280
8349
|
focusout: function ($event) {
|
|
8281
8350
|
return _vm.fieldFocusout(
|
|
8282
8351
|
$event
|
|
@@ -8394,12 +8463,17 @@ var __vue_render__$2 = function () {
|
|
|
8394
8463
|
_vm.instance.cellSelection,
|
|
8395
8464
|
},
|
|
8396
8465
|
on: {
|
|
8397
|
-
|
|
8466
|
+
focus: function ($event) {
|
|
8398
8467
|
return _vm.cellFocus(
|
|
8399
8468
|
item,
|
|
8400
8469
|
column
|
|
8401
8470
|
)
|
|
8402
8471
|
},
|
|
8472
|
+
focusin: function ($event) {
|
|
8473
|
+
return _vm.cellFocusIn(
|
|
8474
|
+
$event
|
|
8475
|
+
)
|
|
8476
|
+
},
|
|
8403
8477
|
click: function ($event) {
|
|
8404
8478
|
return _vm.cellClick(
|
|
8405
8479
|
item,
|
|
@@ -8515,7 +8589,7 @@ __vue_render__$2._withStripped = true;
|
|
|
8515
8589
|
/* style */
|
|
8516
8590
|
const __vue_inject_styles__$2 = function (inject) {
|
|
8517
8591
|
if (!inject) return
|
|
8518
|
-
inject("data-v-
|
|
8592
|
+
inject("data-v-469df069_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 });
|
|
8519
8593
|
|
|
8520
8594
|
};
|
|
8521
8595
|
/* scoped */
|
|
@@ -2360,6 +2360,8 @@
|
|
|
2360
2360
|
.cellSelection,
|
|
2361
2361
|
},
|
|
2362
2362
|
on: {
|
|
2363
|
+
mousedown:
|
|
2364
|
+
_vm.editableMousedown,
|
|
2363
2365
|
click: function ($event) {
|
|
2364
2366
|
_vm.cellClick(
|
|
2365
2367
|
item,
|
|
@@ -2385,6 +2387,11 @@
|
|
|
2385
2387
|
column
|
|
2386
2388
|
)
|
|
2387
2389
|
},
|
|
2390
|
+
focusin: function ($event) {
|
|
2391
|
+
return _vm.cellFocusIn(
|
|
2392
|
+
$event
|
|
2393
|
+
)
|
|
2394
|
+
},
|
|
2388
2395
|
focusout: function (
|
|
2389
2396
|
$event
|
|
2390
2397
|
) {
|
|
@@ -2544,6 +2551,22 @@
|
|
|
2544
2551
|
: "unset",
|
|
2545
2552
|
},
|
|
2546
2553
|
],
|
|
2554
|
+
row: item,
|
|
2555
|
+
},
|
|
2556
|
+
on: {
|
|
2557
|
+
focus: function ($event) {
|
|
2558
|
+
return _vm.cellFocus(
|
|
2559
|
+
item,
|
|
2560
|
+
column
|
|
2561
|
+
)
|
|
2562
|
+
},
|
|
2563
|
+
focusin: function (
|
|
2564
|
+
$event
|
|
2565
|
+
) {
|
|
2566
|
+
return _vm.cellFocusIn(
|
|
2567
|
+
$event
|
|
2568
|
+
)
|
|
2569
|
+
},
|
|
2547
2570
|
},
|
|
2548
2571
|
},
|
|
2549
2572
|
[
|
|
@@ -2653,14 +2676,20 @@
|
|
|
2653
2676
|
],
|
|
2654
2677
|
cellSelection:
|
|
2655
2678
|
_vm.instance.cellSelection,
|
|
2679
|
+
row: item,
|
|
2656
2680
|
},
|
|
2657
2681
|
on: {
|
|
2658
|
-
|
|
2682
|
+
focus: function ($event) {
|
|
2659
2683
|
return _vm.cellFocus(
|
|
2660
2684
|
item,
|
|
2661
2685
|
column
|
|
2662
2686
|
)
|
|
2663
2687
|
},
|
|
2688
|
+
focusin: function ($event) {
|
|
2689
|
+
return _vm.cellFocusIn(
|
|
2690
|
+
$event
|
|
2691
|
+
)
|
|
2692
|
+
},
|
|
2664
2693
|
click: function ($event) {
|
|
2665
2694
|
return _vm.cellClick(
|
|
2666
2695
|
item,
|
|
@@ -2804,7 +2833,7 @@
|
|
|
2804
2833
|
/* style */
|
|
2805
2834
|
const __vue_inject_styles__$g = function (inject) {
|
|
2806
2835
|
if (!inject) return
|
|
2807
|
-
inject("data-v-
|
|
2836
|
+
inject("data-v-6d49a6da_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 });
|
|
2808
2837
|
|
|
2809
2838
|
};
|
|
2810
2839
|
/* scoped */
|
|
@@ -4195,6 +4224,25 @@
|
|
|
4195
4224
|
filterClick({ event }) {
|
|
4196
4225
|
this.instance.click(event);
|
|
4197
4226
|
}
|
|
4227
|
+
getEvents() {
|
|
4228
|
+
const on = this.$listeners;
|
|
4229
|
+
const events = Object.assign({}, this.instance.events);
|
|
4230
|
+
Object.keys(on).forEach((eventName) => {
|
|
4231
|
+
const callback = this.instance.events[eventName];
|
|
4232
|
+
events[eventName] = ({ event, component, element }) => {
|
|
4233
|
+
if (callback && typeof callback === 'function') {
|
|
4234
|
+
callback({ event, component, element });
|
|
4235
|
+
}
|
|
4236
|
+
const onEvent = on[eventName];
|
|
4237
|
+
if (typeof onEvent === 'function') {
|
|
4238
|
+
onEvent(event);
|
|
4239
|
+
return;
|
|
4240
|
+
}
|
|
4241
|
+
onEvent.forEach((fn) => fn(event));
|
|
4242
|
+
};
|
|
4243
|
+
});
|
|
4244
|
+
return events;
|
|
4245
|
+
}
|
|
4198
4246
|
};
|
|
4199
4247
|
__decorate([
|
|
4200
4248
|
vuetify.PropWatch({ type: [String], default: '' })
|
|
@@ -5853,6 +5901,8 @@
|
|
|
5853
5901
|
.cellSelection,
|
|
5854
5902
|
},
|
|
5855
5903
|
on: {
|
|
5904
|
+
mousedown:
|
|
5905
|
+
_vm.editableMousedown,
|
|
5856
5906
|
click: function (
|
|
5857
5907
|
$event
|
|
5858
5908
|
) {
|
|
@@ -5886,6 +5936,14 @@
|
|
|
5886
5936
|
column
|
|
5887
5937
|
)
|
|
5888
5938
|
},
|
|
5939
|
+
focusin:
|
|
5940
|
+
function (
|
|
5941
|
+
$event
|
|
5942
|
+
) {
|
|
5943
|
+
return _vm.cellFocusIn(
|
|
5944
|
+
$event
|
|
5945
|
+
)
|
|
5946
|
+
},
|
|
5889
5947
|
focusout:
|
|
5890
5948
|
function (
|
|
5891
5949
|
$event
|
|
@@ -6061,9 +6119,10 @@
|
|
|
6061
6119
|
cellSelection:
|
|
6062
6120
|
_vm.instance
|
|
6063
6121
|
.cellSelection,
|
|
6122
|
+
row: item,
|
|
6064
6123
|
},
|
|
6065
6124
|
on: {
|
|
6066
|
-
|
|
6125
|
+
focus: function (
|
|
6067
6126
|
$event
|
|
6068
6127
|
) {
|
|
6069
6128
|
return _vm.cellFocus(
|
|
@@ -6071,6 +6130,13 @@
|
|
|
6071
6130
|
column
|
|
6072
6131
|
)
|
|
6073
6132
|
},
|
|
6133
|
+
focusin: function (
|
|
6134
|
+
$event
|
|
6135
|
+
) {
|
|
6136
|
+
return _vm.cellFocusIn(
|
|
6137
|
+
$event
|
|
6138
|
+
)
|
|
6139
|
+
},
|
|
6074
6140
|
click: function (
|
|
6075
6141
|
$event
|
|
6076
6142
|
) {
|
|
@@ -6226,7 +6292,7 @@
|
|
|
6226
6292
|
/* style */
|
|
6227
6293
|
const __vue_inject_styles__$c = function (inject) {
|
|
6228
6294
|
if (!inject) return
|
|
6229
|
-
inject("data-v-
|
|
6295
|
+
inject("data-v-605f8700_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 });
|
|
6230
6296
|
|
|
6231
6297
|
};
|
|
6232
6298
|
/* scoped */
|
|
@@ -6565,9 +6631,7 @@
|
|
|
6565
6631
|
cssClass: "tek-grid-filter-button",
|
|
6566
6632
|
iconName: "filter",
|
|
6567
6633
|
isVisible: _vm.instance.grid.filterButton,
|
|
6568
|
-
events: {
|
|
6569
|
-
click: _vm.filterClick,
|
|
6570
|
-
},
|
|
6634
|
+
events: Object.assign({}, _vm.getEvents(), { click: _vm.filterClick }),
|
|
6571
6635
|
},
|
|
6572
6636
|
false
|
|
6573
6637
|
)
|
|
@@ -6579,7 +6643,7 @@
|
|
|
6579
6643
|
/* style */
|
|
6580
6644
|
const __vue_inject_styles__$a = function (inject) {
|
|
6581
6645
|
if (!inject) return
|
|
6582
|
-
inject("data-v-
|
|
6646
|
+
inject("data-v-312d9169_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 });
|
|
6583
6647
|
|
|
6584
6648
|
};
|
|
6585
6649
|
/* scoped */
|
|
@@ -8253,6 +8317,8 @@
|
|
|
8253
8317
|
_vm.instance.cellSelection,
|
|
8254
8318
|
},
|
|
8255
8319
|
on: {
|
|
8320
|
+
mousedown:
|
|
8321
|
+
_vm.editableMousedown,
|
|
8256
8322
|
click: function ($event) {
|
|
8257
8323
|
_vm.cellClick(
|
|
8258
8324
|
item,
|
|
@@ -8277,6 +8343,9 @@
|
|
|
8277
8343
|
column
|
|
8278
8344
|
)
|
|
8279
8345
|
},
|
|
8346
|
+
focusin: function ($event) {
|
|
8347
|
+
return _vm.cellFocusIn($event)
|
|
8348
|
+
},
|
|
8280
8349
|
focusout: function ($event) {
|
|
8281
8350
|
return _vm.fieldFocusout(
|
|
8282
8351
|
$event
|
|
@@ -8394,12 +8463,17 @@
|
|
|
8394
8463
|
_vm.instance.cellSelection,
|
|
8395
8464
|
},
|
|
8396
8465
|
on: {
|
|
8397
|
-
|
|
8466
|
+
focus: function ($event) {
|
|
8398
8467
|
return _vm.cellFocus(
|
|
8399
8468
|
item,
|
|
8400
8469
|
column
|
|
8401
8470
|
)
|
|
8402
8471
|
},
|
|
8472
|
+
focusin: function ($event) {
|
|
8473
|
+
return _vm.cellFocusIn(
|
|
8474
|
+
$event
|
|
8475
|
+
)
|
|
8476
|
+
},
|
|
8403
8477
|
click: function ($event) {
|
|
8404
8478
|
return _vm.cellClick(
|
|
8405
8479
|
item,
|
|
@@ -8515,7 +8589,7 @@
|
|
|
8515
8589
|
/* style */
|
|
8516
8590
|
const __vue_inject_styles__$2 = function (inject) {
|
|
8517
8591
|
if (!inject) return
|
|
8518
|
-
inject("data-v-
|
|
8592
|
+
inject("data-v-469df069_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 });
|
|
8519
8593
|
|
|
8520
8594
|
};
|
|
8521
8595
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/teknisa-components-vuetify",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.2",
|
|
4
4
|
"description": "Teknisa Components based on Vuetify",
|
|
5
5
|
"author": "Zeedhi <zeedhi@teknisa.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"vue": "2.7.*",
|
|
45
45
|
"vuetify": "2.6.*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "23195c214009cb263eb404224929e8acfd63ed3c"
|
|
48
48
|
}
|
|
@@ -12,5 +12,16 @@ export default class TekGridFilterButton extends ZdButton {
|
|
|
12
12
|
instance: TekGridFilterButtonClass;
|
|
13
13
|
instanceType: typeof TekGridFilterButtonClass;
|
|
14
14
|
filterClick({ event }: IEventParam<Button>): void;
|
|
15
|
+
getEvents(): {
|
|
16
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | undefined)[] | undefined;
|
|
17
|
+
blur?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
18
|
+
click?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
19
|
+
focus?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
20
|
+
onCreated?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
21
|
+
onBeforeMount?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
22
|
+
onMounted?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
23
|
+
onBeforeDestroy?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
24
|
+
onDestroyed?: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>)[] | undefined;
|
|
25
|
+
};
|
|
15
26
|
}
|
|
16
27
|
export {};
|