@zeedhi/teknisa-components-vuetify 1.50.0 → 1.54.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 +141 -218
- package/dist/tek-components-vuetify.umd.js +140 -217
- package/package.json +2 -2
|
@@ -30,10 +30,6 @@
|
|
|
30
30
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
31
31
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
32
32
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
function __metadata(metadataKey, metadataValue) {
|
|
36
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
37
33
|
}
|
|
38
34
|
|
|
39
35
|
/**
|
|
@@ -46,16 +42,13 @@
|
|
|
46
42
|
}
|
|
47
43
|
};
|
|
48
44
|
__decorate([
|
|
49
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
50
|
-
__metadata("design:type", String)
|
|
45
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
51
46
|
], TekBreadcrumbHeader.prototype, "title", void 0);
|
|
52
47
|
__decorate([
|
|
53
|
-
vuePropertyDecorator.Prop({ type: Object, default: {} })
|
|
54
|
-
__metadata("design:type", Object)
|
|
48
|
+
vuePropertyDecorator.Prop({ type: Object, default: {} })
|
|
55
49
|
], TekBreadcrumbHeader.prototype, "breadcrumb", void 0);
|
|
56
50
|
__decorate([
|
|
57
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
58
|
-
__metadata("design:type", Array)
|
|
51
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
59
52
|
], TekBreadcrumbHeader.prototype, "rightSlot", void 0);
|
|
60
53
|
TekBreadcrumbHeader = __decorate([
|
|
61
54
|
vuePropertyDecorator.Component
|
|
@@ -309,28 +302,22 @@
|
|
|
309
302
|
}
|
|
310
303
|
};
|
|
311
304
|
__decorate([
|
|
312
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
313
|
-
__metadata("design:type", String)
|
|
305
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
314
306
|
], TekCardTitle.prototype, "title", void 0);
|
|
315
307
|
__decorate([
|
|
316
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
317
|
-
__metadata("design:type", String)
|
|
308
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
318
309
|
], TekCardTitle.prototype, "subtitle", void 0);
|
|
319
310
|
__decorate([
|
|
320
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
321
|
-
__metadata("design:type", String)
|
|
311
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
322
312
|
], TekCardTitle.prototype, "iconName", void 0);
|
|
323
313
|
__decorate([
|
|
324
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
325
|
-
__metadata("design:type", Array)
|
|
314
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
326
315
|
], TekCardTitle.prototype, "rightSlot", void 0);
|
|
327
316
|
__decorate([
|
|
328
|
-
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
329
|
-
__metadata("design:type", Boolean)
|
|
317
|
+
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
330
318
|
], TekCardTitle.prototype, "showDivider", void 0);
|
|
331
319
|
__decorate([
|
|
332
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
333
|
-
__metadata("design:type", String)
|
|
320
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
334
321
|
], TekCardTitle.prototype, "to", void 0);
|
|
335
322
|
TekCardTitle = __decorate([
|
|
336
323
|
vuePropertyDecorator.Component
|
|
@@ -519,24 +506,19 @@
|
|
|
519
506
|
}
|
|
520
507
|
};
|
|
521
508
|
__decorate([
|
|
522
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
523
|
-
__metadata("design:type", Object)
|
|
509
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
524
510
|
], TekCrudAddButton.prototype, "flat", void 0);
|
|
525
511
|
__decorate([
|
|
526
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
527
|
-
__metadata("design:type", Object)
|
|
512
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
528
513
|
], TekCrudAddButton.prototype, "icon", void 0);
|
|
529
514
|
__decorate([
|
|
530
|
-
vuetify.PropWatch({ type: String, default: 'plus' })
|
|
531
|
-
__metadata("design:type", String)
|
|
515
|
+
vuetify.PropWatch({ type: String, default: 'plus' })
|
|
532
516
|
], TekCrudAddButton.prototype, "iconName", void 0);
|
|
533
517
|
__decorate([
|
|
534
|
-
vuetify.PropWatch({ type: String, default: '#666' })
|
|
535
|
-
__metadata("design:type", String)
|
|
518
|
+
vuetify.PropWatch({ type: String, default: '#666' })
|
|
536
519
|
], TekCrudAddButton.prototype, "color", void 0);
|
|
537
520
|
__decorate([
|
|
538
|
-
vuetify.PropWatch({ type: String, default: 'f2' })
|
|
539
|
-
__metadata("design:type", String)
|
|
521
|
+
vuetify.PropWatch({ type: String, default: 'f2' })
|
|
540
522
|
], TekCrudAddButton.prototype, "clickShortcutKey", void 0);
|
|
541
523
|
TekCrudAddButton = __decorate([
|
|
542
524
|
vuePropertyDecorator.Component
|
|
@@ -654,16 +636,13 @@
|
|
|
654
636
|
}
|
|
655
637
|
};
|
|
656
638
|
__decorate([
|
|
657
|
-
vuetify.PropWatch({ type: String, default: 'CANCEL' })
|
|
658
|
-
__metadata("design:type", String)
|
|
639
|
+
vuetify.PropWatch({ type: String, default: 'CANCEL' })
|
|
659
640
|
], TekCrudCancelButton.prototype, "label", void 0);
|
|
660
641
|
__decorate([
|
|
661
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
662
|
-
__metadata("design:type", Object)
|
|
642
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
663
643
|
], TekCrudCancelButton.prototype, "outline", void 0);
|
|
664
644
|
__decorate([
|
|
665
|
-
vuetify.PropWatch({ type: String, default: 'esc' })
|
|
666
|
-
__metadata("design:type", String)
|
|
645
|
+
vuetify.PropWatch({ type: String, default: 'esc' })
|
|
667
646
|
], TekCrudCancelButton.prototype, "clickShortcutKey", void 0);
|
|
668
647
|
TekCrudCancelButton = __decorate([
|
|
669
648
|
vuePropertyDecorator.Component
|
|
@@ -781,24 +760,19 @@
|
|
|
781
760
|
}
|
|
782
761
|
};
|
|
783
762
|
__decorate([
|
|
784
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
785
|
-
__metadata("design:type", Object)
|
|
763
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
786
764
|
], TekCrudDeleteButton.prototype, "flat", void 0);
|
|
787
765
|
__decorate([
|
|
788
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
789
|
-
__metadata("design:type", Object)
|
|
766
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
790
767
|
], TekCrudDeleteButton.prototype, "icon", void 0);
|
|
791
768
|
__decorate([
|
|
792
|
-
vuetify.PropWatch({ type: String, default: 'trashCanOutline' })
|
|
793
|
-
__metadata("design:type", String)
|
|
769
|
+
vuetify.PropWatch({ type: String, default: 'trashCanOutline' })
|
|
794
770
|
], TekCrudDeleteButton.prototype, "iconName", void 0);
|
|
795
771
|
__decorate([
|
|
796
|
-
vuetify.PropWatch({ type: String, default: '#666' })
|
|
797
|
-
__metadata("design:type", String)
|
|
772
|
+
vuetify.PropWatch({ type: String, default: '#666' })
|
|
798
773
|
], TekCrudDeleteButton.prototype, "color", void 0);
|
|
799
774
|
__decorate([
|
|
800
|
-
vuetify.PropWatch({ type: String, default: 'ctrl+d' })
|
|
801
|
-
__metadata("design:type", String)
|
|
775
|
+
vuetify.PropWatch({ type: String, default: 'ctrl+d' })
|
|
802
776
|
], TekCrudDeleteButton.prototype, "clickShortcutKey", void 0);
|
|
803
777
|
TekCrudDeleteButton = __decorate([
|
|
804
778
|
vuePropertyDecorator.Component
|
|
@@ -1042,12 +1016,10 @@
|
|
|
1042
1016
|
}
|
|
1043
1017
|
};
|
|
1044
1018
|
__decorate([
|
|
1045
|
-
vuetify.PropWatch({ type: String, default: 'SAVE' })
|
|
1046
|
-
__metadata("design:type", String)
|
|
1019
|
+
vuetify.PropWatch({ type: String, default: 'SAVE' })
|
|
1047
1020
|
], TekCrudSaveButton.prototype, "label", void 0);
|
|
1048
1021
|
__decorate([
|
|
1049
|
-
vuetify.PropWatch({ type: String, default: 'ctrl+enter' })
|
|
1050
|
-
__metadata("design:type", String)
|
|
1022
|
+
vuetify.PropWatch({ type: String, default: 'ctrl+enter' })
|
|
1051
1023
|
], TekCrudSaveButton.prototype, "clickShortcutKey", void 0);
|
|
1052
1024
|
TekCrudSaveButton = __decorate([
|
|
1053
1025
|
vuePropertyDecorator.Component
|
|
@@ -1550,83 +1522,64 @@
|
|
|
1550
1522
|
}
|
|
1551
1523
|
};
|
|
1552
1524
|
__decorate([
|
|
1553
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
1554
|
-
__metadata("design:type", String)
|
|
1525
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
1555
1526
|
], TekGrid$1.prototype, "title", void 0);
|
|
1556
1527
|
__decorate([
|
|
1557
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1558
|
-
__metadata("design:type", Object)
|
|
1528
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1559
1529
|
], TekGrid$1.prototype, "addButton", void 0);
|
|
1560
1530
|
__decorate([
|
|
1561
|
-
vuetify.PropWatch({ type: [String], default: 'none' })
|
|
1562
|
-
__metadata("design:type", String)
|
|
1531
|
+
vuetify.PropWatch({ type: [String], default: 'none' })
|
|
1563
1532
|
], TekGrid$1.prototype, "deleteButton", void 0);
|
|
1564
1533
|
__decorate([
|
|
1565
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1566
|
-
__metadata("design:type", Object)
|
|
1534
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1567
1535
|
], TekGrid$1.prototype, "columnsButton", void 0);
|
|
1568
1536
|
__decorate([
|
|
1569
|
-
vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
|
|
1570
|
-
__metadata("design:type", Object)
|
|
1537
|
+
vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
|
|
1571
1538
|
], TekGrid$1.prototype, "columnsButtonIgnore", void 0);
|
|
1572
1539
|
__decorate([
|
|
1573
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1574
|
-
__metadata("design:type", Object)
|
|
1540
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1575
1541
|
], TekGrid$1.prototype, "filterButton", void 0);
|
|
1576
1542
|
__decorate([
|
|
1577
|
-
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
1578
|
-
__metadata("design:type", Object)
|
|
1543
|
+
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
1579
1544
|
], TekGrid$1.prototype, "showSearch", void 0);
|
|
1580
1545
|
__decorate([
|
|
1581
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1582
|
-
__metadata("design:type", Object)
|
|
1546
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
1583
1547
|
], TekGrid$1.prototype, "columnFilterButton", void 0);
|
|
1584
1548
|
__decorate([
|
|
1585
|
-
vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
|
|
1586
|
-
__metadata("design:type", Array)
|
|
1549
|
+
vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
|
|
1587
1550
|
], TekGrid$1.prototype, "actions", void 0);
|
|
1588
1551
|
__decorate([
|
|
1589
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1590
|
-
__metadata("design:type", Object)
|
|
1552
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1591
1553
|
], TekGrid$1.prototype, "dragColumns", void 0);
|
|
1592
1554
|
__decorate([
|
|
1593
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1594
|
-
__metadata("design:type", Object)
|
|
1555
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1595
1556
|
], TekGrid$1.prototype, "resizeColumns", void 0);
|
|
1596
1557
|
__decorate([
|
|
1597
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1598
|
-
__metadata("design:type", Object)
|
|
1558
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1599
1559
|
], TekGrid$1.prototype, "showLayoutOptions", void 0);
|
|
1600
1560
|
__decorate([
|
|
1601
|
-
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
1602
|
-
__metadata("design:type", Object)
|
|
1561
|
+
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
1603
1562
|
], TekGrid$1.prototype, "showExport", void 0);
|
|
1604
1563
|
__decorate([
|
|
1605
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1606
|
-
__metadata("design:type", Object)
|
|
1564
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1607
1565
|
], TekGrid$1.prototype, "showReload", void 0);
|
|
1608
1566
|
__decorate([
|
|
1609
|
-
vuetify.PropWatch({ type: [String, Array] })
|
|
1610
|
-
__metadata("design:type", Array)
|
|
1567
|
+
vuetify.PropWatch({ type: [String, Array] })
|
|
1611
1568
|
], TekGrid$1.prototype, "exportConfig", void 0);
|
|
1612
1569
|
__decorate([
|
|
1613
|
-
vuePropertyDecorator.Prop({ type: [Array] })
|
|
1614
|
-
__metadata("design:type", Array)
|
|
1570
|
+
vuePropertyDecorator.Prop({ type: [Array] })
|
|
1615
1571
|
], TekGrid$1.prototype, "exportActions", void 0);
|
|
1616
1572
|
__decorate([
|
|
1617
|
-
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
1618
|
-
__metadata("design:type", Object)
|
|
1573
|
+
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
1619
1574
|
], TekGrid$1.prototype, "groupsOpened", void 0);
|
|
1620
1575
|
__decorate([
|
|
1621
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1622
|
-
__metadata("design:type", Object)
|
|
1576
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
1623
1577
|
], TekGrid$1.prototype, "showSummaryTotal", void 0);
|
|
1624
1578
|
__decorate([
|
|
1625
1579
|
vuePropertyDecorator.Prop({
|
|
1626
1580
|
type: Array,
|
|
1627
1581
|
default: () => undefined,
|
|
1628
|
-
})
|
|
1629
|
-
__metadata("design:type", Array)
|
|
1582
|
+
})
|
|
1630
1583
|
], TekGrid$1.prototype, "toolbarSlot", void 0);
|
|
1631
1584
|
TekGrid$1 = __decorate([
|
|
1632
1585
|
vuePropertyDecorator.Component
|
|
@@ -1682,6 +1635,7 @@
|
|
|
1682
1635
|
"loading-text": _vm.$t(_vm.instance.loadingText),
|
|
1683
1636
|
"no-data-text": _vm.$t(_vm.instance.noDataText),
|
|
1684
1637
|
"no-results-text": _vm.$t(_vm.instance.noResultText),
|
|
1638
|
+
set: (_vm.canEditRowValues = {}),
|
|
1685
1639
|
},
|
|
1686
1640
|
on: {
|
|
1687
1641
|
"current-items": function ($event) {
|
|
@@ -2614,6 +2568,10 @@
|
|
|
2614
2568
|
"theme--light":
|
|
2615
2569
|
!_vm.$vuetify.theme.dark || _vm.instance.light,
|
|
2616
2570
|
},
|
|
2571
|
+
attrs: {
|
|
2572
|
+
set: (_vm.canEditRowValues[_vm.rowKey(item)] =
|
|
2573
|
+
_vm.instance.callCanEditRow(item)),
|
|
2574
|
+
},
|
|
2617
2575
|
on: {
|
|
2618
2576
|
click: function ($event) {
|
|
2619
2577
|
return _vm.rowClick(item, $event)
|
|
@@ -2717,7 +2675,10 @@
|
|
|
2717
2675
|
{},
|
|
2718
2676
|
column,
|
|
2719
2677
|
cellProps
|
|
2720
|
-
).editable
|
|
2678
|
+
).editable &&
|
|
2679
|
+
_vm.canEditRowValues[
|
|
2680
|
+
_vm.rowKey(item)
|
|
2681
|
+
],
|
|
2721
2682
|
"zd-table-fixed-column":
|
|
2722
2683
|
column.fixed,
|
|
2723
2684
|
},
|
|
@@ -2756,11 +2717,14 @@
|
|
|
2756
2717
|
],
|
|
2757
2718
|
on: {
|
|
2758
2719
|
click: function ($event) {
|
|
2759
|
-
|
|
2720
|
+
_vm.cellClick(
|
|
2760
2721
|
item,
|
|
2761
2722
|
column,
|
|
2762
|
-
$event
|
|
2763
|
-
|
|
2723
|
+
$event,
|
|
2724
|
+
_vm.canEditRowValues[
|
|
2725
|
+
_vm.rowKey(item)
|
|
2726
|
+
]
|
|
2727
|
+
);
|
|
2764
2728
|
},
|
|
2765
2729
|
},
|
|
2766
2730
|
},
|
|
@@ -2815,6 +2779,9 @@
|
|
|
2815
2779
|
column,
|
|
2816
2780
|
cellProps
|
|
2817
2781
|
).editable &&
|
|
2782
|
+
_vm.canEditRowValues[
|
|
2783
|
+
_vm.rowKey(item)
|
|
2784
|
+
] &&
|
|
2818
2785
|
_vm.instance.editing &&
|
|
2819
2786
|
!item.groupFooter
|
|
2820
2787
|
? _c(
|
|
@@ -3225,7 +3192,7 @@
|
|
|
3225
3192
|
/* style */
|
|
3226
3193
|
const __vue_inject_styles__$b = function (inject) {
|
|
3227
3194
|
if (!inject) return
|
|
3228
|
-
inject("data-v-
|
|
3195
|
+
inject("data-v-8106ce02_0", { source: ".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 {\n padding-right: 15px !important;\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.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\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-group-header {\n font-weight: bold;\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 display: inline-block;\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 td.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\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 .tek-grid-body-group-identation {\n width: 8px;\n display: inline-block;\n vertical-align: middle;\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: 10px;\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 position: relative;\n top: -25%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\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 });
|
|
3229
3196
|
|
|
3230
3197
|
};
|
|
3231
3198
|
/* scoped */
|
|
@@ -3646,8 +3613,7 @@
|
|
|
3646
3613
|
}
|
|
3647
3614
|
};
|
|
3648
3615
|
TekGridColumnsOptionsController = __decorate([
|
|
3649
|
-
core.Singleton
|
|
3650
|
-
__metadata("design:paramtypes", [common.Modal])
|
|
3616
|
+
core.Singleton
|
|
3651
3617
|
], TekGridColumnsOptionsController);
|
|
3652
3618
|
var TekGridColumnsOptionsController$1 = TekGridColumnsOptionsController;
|
|
3653
3619
|
|
|
@@ -4203,14 +4169,10 @@
|
|
|
4203
4169
|
}
|
|
4204
4170
|
};
|
|
4205
4171
|
__decorate([
|
|
4206
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
4207
|
-
__metadata("design:type", Object)
|
|
4172
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
4208
4173
|
], TekGridColumnsButton.prototype, "hideGroups", void 0);
|
|
4209
4174
|
__decorate([
|
|
4210
|
-
vuePropertyDecorator.Watch('menuIsOpened')
|
|
4211
|
-
__metadata("design:type", Function),
|
|
4212
|
-
__metadata("design:paramtypes", []),
|
|
4213
|
-
__metadata("design:returntype", void 0)
|
|
4175
|
+
vuePropertyDecorator.Watch('menuIsOpened')
|
|
4214
4176
|
], TekGridColumnsButton.prototype, "menuOpenedChange", null);
|
|
4215
4177
|
TekGridColumnsButton = __decorate([
|
|
4216
4178
|
vuePropertyDecorator.Component
|
|
@@ -5025,12 +4987,10 @@
|
|
|
5025
4987
|
}
|
|
5026
4988
|
};
|
|
5027
4989
|
__decorate([
|
|
5028
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5029
|
-
__metadata("design:type", String)
|
|
4990
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5030
4991
|
], TekImage.prototype, "to", void 0);
|
|
5031
4992
|
__decorate([
|
|
5032
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5033
|
-
__metadata("design:type", String)
|
|
4993
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5034
4994
|
], TekImage.prototype, "src", void 0);
|
|
5035
4995
|
TekImage = __decorate([
|
|
5036
4996
|
vuePropertyDecorator.Component
|
|
@@ -5096,8 +5056,7 @@
|
|
|
5096
5056
|
}
|
|
5097
5057
|
};
|
|
5098
5058
|
__decorate([
|
|
5099
|
-
vuePropertyDecorator.Prop({ type: Object })
|
|
5100
|
-
__metadata("design:type", Object)
|
|
5059
|
+
vuePropertyDecorator.Prop({ type: Object })
|
|
5101
5060
|
], TekIterableCarousel.prototype, "iterable", void 0);
|
|
5102
5061
|
TekIterableCarousel = __decorate([
|
|
5103
5062
|
vuePropertyDecorator.Component
|
|
@@ -5224,24 +5183,19 @@
|
|
|
5224
5183
|
}
|
|
5225
5184
|
};
|
|
5226
5185
|
__decorate([
|
|
5227
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5228
|
-
__metadata("design:type", Array)
|
|
5186
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5229
5187
|
], TekIterableComponentRender.prototype, "footerSlot", void 0);
|
|
5230
5188
|
__decorate([
|
|
5231
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5232
|
-
__metadata("design:type", Array)
|
|
5189
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5233
5190
|
], TekIterableComponentRender.prototype, "toolbarSlot", void 0);
|
|
5234
5191
|
__decorate([
|
|
5235
|
-
vuePropertyDecorator.Prop({ type: [Object, String] })
|
|
5236
|
-
__metadata("design:type", Object)
|
|
5192
|
+
vuePropertyDecorator.Prop({ type: [Object, String] })
|
|
5237
5193
|
], TekIterableComponentRender.prototype, "componentMetadata", void 0);
|
|
5238
5194
|
__decorate([
|
|
5239
|
-
vuetify.PropWatch({ type: String, default: 'row' })
|
|
5240
|
-
__metadata("design:type", String)
|
|
5195
|
+
vuetify.PropWatch({ type: String, default: 'row' })
|
|
5241
5196
|
], TekIterableComponentRender.prototype, "rowPropName", void 0);
|
|
5242
5197
|
__decorate([
|
|
5243
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => ([]) })
|
|
5244
|
-
__metadata("design:type", Array)
|
|
5198
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => ([]) })
|
|
5245
5199
|
], TekIterableComponentRender.prototype, "errorSlot", void 0);
|
|
5246
5200
|
__decorate([
|
|
5247
5201
|
vuePropertyDecorator.Prop({
|
|
@@ -5254,8 +5208,7 @@
|
|
|
5254
5208
|
text: 'NO_DATA',
|
|
5255
5209
|
},
|
|
5256
5210
|
]),
|
|
5257
|
-
})
|
|
5258
|
-
__metadata("design:type", Array)
|
|
5211
|
+
})
|
|
5259
5212
|
], TekIterableComponentRender.prototype, "noDataSlot", void 0);
|
|
5260
5213
|
__decorate([
|
|
5261
5214
|
vuePropertyDecorator.Prop({
|
|
@@ -5268,20 +5221,16 @@
|
|
|
5268
5221
|
text: 'NO_RESULT',
|
|
5269
5222
|
},
|
|
5270
5223
|
]),
|
|
5271
|
-
})
|
|
5272
|
-
__metadata("design:type", Array)
|
|
5224
|
+
})
|
|
5273
5225
|
], TekIterableComponentRender.prototype, "noResultSlot", void 0);
|
|
5274
5226
|
__decorate([
|
|
5275
|
-
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5276
|
-
__metadata("design:type", Object)
|
|
5227
|
+
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5277
5228
|
], TekIterableComponentRender.prototype, "height", void 0);
|
|
5278
5229
|
__decorate([
|
|
5279
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5280
|
-
__metadata("design:type", Object)
|
|
5230
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5281
5231
|
], TekIterableComponentRender.prototype, "maxHeight", void 0);
|
|
5282
5232
|
__decorate([
|
|
5283
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5284
|
-
__metadata("design:type", Object)
|
|
5233
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5285
5234
|
], TekIterableComponentRender.prototype, "minHeight", void 0);
|
|
5286
5235
|
TekIterableComponentRender = __decorate([
|
|
5287
5236
|
vuePropertyDecorator.Component
|
|
@@ -5523,16 +5472,13 @@
|
|
|
5523
5472
|
}
|
|
5524
5473
|
};
|
|
5525
5474
|
__decorate([
|
|
5526
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5527
|
-
__metadata("design:type", String)
|
|
5475
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5528
5476
|
], TekLoading.prototype, "text", void 0);
|
|
5529
5477
|
__decorate([
|
|
5530
|
-
vuetify.PropWatch({ type: String, default: loading })
|
|
5531
|
-
__metadata("design:type", String)
|
|
5478
|
+
vuetify.PropWatch({ type: String, default: loading })
|
|
5532
5479
|
], TekLoading.prototype, "image", void 0);
|
|
5533
5480
|
__decorate([
|
|
5534
|
-
vuetify.PropWatch({ type: [Number, String], default: 999 })
|
|
5535
|
-
__metadata("design:type", Object)
|
|
5481
|
+
vuetify.PropWatch({ type: [Number, String], default: 999 })
|
|
5536
5482
|
], TekLoading.prototype, "zdIndex", void 0);
|
|
5537
5483
|
TekLoading = __decorate([
|
|
5538
5484
|
vuePropertyDecorator.Component
|
|
@@ -5615,8 +5561,7 @@
|
|
|
5615
5561
|
}
|
|
5616
5562
|
};
|
|
5617
5563
|
__decorate([
|
|
5618
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5619
|
-
__metadata("design:type", String)
|
|
5564
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5620
5565
|
], TekNotifications.prototype, "allNotificationsPath", void 0);
|
|
5621
5566
|
TekNotifications = __decorate([
|
|
5622
5567
|
vuePropertyDecorator.Component
|
|
@@ -5755,56 +5700,43 @@
|
|
|
5755
5700
|
}
|
|
5756
5701
|
};
|
|
5757
5702
|
__decorate([
|
|
5758
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5759
|
-
__metadata("design:type", String)
|
|
5703
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5760
5704
|
], TekProductCard.prototype, "id", void 0);
|
|
5761
5705
|
__decorate([
|
|
5762
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5763
|
-
__metadata("design:type", String)
|
|
5706
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5764
5707
|
], TekProductCard.prototype, "to", void 0);
|
|
5765
5708
|
__decorate([
|
|
5766
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5767
|
-
__metadata("design:type", String)
|
|
5709
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5768
5710
|
], TekProductCard.prototype, "src", void 0);
|
|
5769
5711
|
__decorate([
|
|
5770
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5771
|
-
__metadata("design:type", String)
|
|
5712
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5772
5713
|
], TekProductCard.prototype, "errorImagePath", void 0);
|
|
5773
5714
|
__decorate([
|
|
5774
|
-
vuetify.PropWatch({ type: String, default: 'UNAVAILABLE_IMAGE' })
|
|
5775
|
-
__metadata("design:type", String)
|
|
5715
|
+
vuetify.PropWatch({ type: String, default: 'UNAVAILABLE_IMAGE' })
|
|
5776
5716
|
], TekProductCard.prototype, "errorImageText", void 0);
|
|
5777
5717
|
__decorate([
|
|
5778
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5779
|
-
__metadata("design:type", String)
|
|
5718
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5780
5719
|
], TekProductCard.prototype, "productName", void 0);
|
|
5781
5720
|
__decorate([
|
|
5782
|
-
vuetify.PropWatch({ type: String })
|
|
5783
|
-
__metadata("design:type", String)
|
|
5721
|
+
vuetify.PropWatch({ type: String })
|
|
5784
5722
|
], TekProductCard.prototype, "productSupplier", void 0);
|
|
5785
5723
|
__decorate([
|
|
5786
|
-
vuetify.PropWatch({ type: String })
|
|
5787
|
-
__metadata("design:type", String)
|
|
5724
|
+
vuetify.PropWatch({ type: String })
|
|
5788
5725
|
], TekProductCard.prototype, "productBrand", void 0);
|
|
5789
5726
|
__decorate([
|
|
5790
|
-
vuetify.PropWatch({ type: [String, Number] })
|
|
5791
|
-
__metadata("design:type", Object)
|
|
5727
|
+
vuetify.PropWatch({ type: [String, Number] })
|
|
5792
5728
|
], TekProductCard.prototype, "productPrice", void 0);
|
|
5793
5729
|
__decorate([
|
|
5794
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5795
|
-
__metadata("design:type", String)
|
|
5730
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5796
5731
|
], TekProductCard.prototype, "width", void 0);
|
|
5797
5732
|
__decorate([
|
|
5798
|
-
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5799
|
-
__metadata("design:type", Object)
|
|
5733
|
+
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5800
5734
|
], TekProductCard.prototype, "height", void 0);
|
|
5801
5735
|
__decorate([
|
|
5802
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5803
|
-
__metadata("design:type", Object)
|
|
5736
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5804
5737
|
], TekProductCard.prototype, "maxHeight", void 0);
|
|
5805
5738
|
__decorate([
|
|
5806
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5807
|
-
__metadata("design:type", Object)
|
|
5739
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5808
5740
|
], TekProductCard.prototype, "minHeight", void 0);
|
|
5809
5741
|
TekProductCard = __decorate([
|
|
5810
5742
|
vuePropertyDecorator.Component
|
|
@@ -6301,75 +6233,58 @@
|
|
|
6301
6233
|
}
|
|
6302
6234
|
};
|
|
6303
6235
|
__decorate([
|
|
6304
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
6305
|
-
__metadata("design:type", String)
|
|
6236
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
6306
6237
|
], TekGrid.prototype, "title", void 0);
|
|
6307
6238
|
__decorate([
|
|
6308
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6309
|
-
__metadata("design:type", Object)
|
|
6239
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6310
6240
|
], TekGrid.prototype, "addButton", void 0);
|
|
6311
6241
|
__decorate([
|
|
6312
|
-
vuetify.PropWatch({ type: [String], default: 'none' })
|
|
6313
|
-
__metadata("design:type", String)
|
|
6242
|
+
vuetify.PropWatch({ type: [String], default: 'none' })
|
|
6314
6243
|
], TekGrid.prototype, "deleteButton", void 0);
|
|
6315
6244
|
__decorate([
|
|
6316
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6317
|
-
__metadata("design:type", Object)
|
|
6245
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6318
6246
|
], TekGrid.prototype, "columnsButton", void 0);
|
|
6319
6247
|
__decorate([
|
|
6320
|
-
vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
|
|
6321
|
-
__metadata("design:type", Object)
|
|
6248
|
+
vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
|
|
6322
6249
|
], TekGrid.prototype, "columnsButtonIgnore", void 0);
|
|
6323
6250
|
__decorate([
|
|
6324
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6325
|
-
__metadata("design:type", Object)
|
|
6251
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6326
6252
|
], TekGrid.prototype, "filterButton", void 0);
|
|
6327
6253
|
__decorate([
|
|
6328
|
-
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
6329
|
-
__metadata("design:type", Object)
|
|
6254
|
+
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
6330
6255
|
], TekGrid.prototype, "showSearch", void 0);
|
|
6331
6256
|
__decorate([
|
|
6332
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6333
|
-
__metadata("design:type", Object)
|
|
6257
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6334
6258
|
], TekGrid.prototype, "columnFilterButton", void 0);
|
|
6335
6259
|
__decorate([
|
|
6336
|
-
vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
|
|
6337
|
-
__metadata("design:type", Array)
|
|
6260
|
+
vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
|
|
6338
6261
|
], TekGrid.prototype, "actions", void 0);
|
|
6339
6262
|
__decorate([
|
|
6340
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6341
|
-
__metadata("design:type", Object)
|
|
6263
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6342
6264
|
], TekGrid.prototype, "dragColumns", void 0);
|
|
6343
6265
|
__decorate([
|
|
6344
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6345
|
-
__metadata("design:type", Object)
|
|
6266
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6346
6267
|
], TekGrid.prototype, "resizeColumns", void 0);
|
|
6347
6268
|
__decorate([
|
|
6348
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6349
|
-
__metadata("design:type", Object)
|
|
6269
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6350
6270
|
], TekGrid.prototype, "showLayoutOptions", void 0);
|
|
6351
6271
|
__decorate([
|
|
6352
|
-
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
6353
|
-
__metadata("design:type", Object)
|
|
6272
|
+
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
6354
6273
|
], TekGrid.prototype, "showExport", void 0);
|
|
6355
6274
|
__decorate([
|
|
6356
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6357
|
-
__metadata("design:type", Object)
|
|
6275
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6358
6276
|
], TekGrid.prototype, "showReload", void 0);
|
|
6359
6277
|
__decorate([
|
|
6360
|
-
vuePropertyDecorator.Prop({ type: [String, Array] })
|
|
6361
|
-
__metadata("design:type", Array)
|
|
6278
|
+
vuePropertyDecorator.Prop({ type: [String, Array] })
|
|
6362
6279
|
], TekGrid.prototype, "exportConfig", void 0);
|
|
6363
6280
|
__decorate([
|
|
6364
|
-
vuePropertyDecorator.Prop({ type: [Array] })
|
|
6365
|
-
__metadata("design:type", Array)
|
|
6281
|
+
vuePropertyDecorator.Prop({ type: [Array] })
|
|
6366
6282
|
], TekGrid.prototype, "exportActions", void 0);
|
|
6367
6283
|
__decorate([
|
|
6368
6284
|
vuePropertyDecorator.Prop({
|
|
6369
6285
|
type: Array,
|
|
6370
6286
|
default: () => undefined,
|
|
6371
|
-
})
|
|
6372
|
-
__metadata("design:type", Array)
|
|
6287
|
+
})
|
|
6373
6288
|
], TekGrid.prototype, "toolbarSlot", void 0);
|
|
6374
6289
|
TekGrid = __decorate([
|
|
6375
6290
|
vuePropertyDecorator.Component
|
|
@@ -6426,6 +6341,7 @@
|
|
|
6426
6341
|
"loading-text": _vm.$t(_vm.instance.loadingText),
|
|
6427
6342
|
"no-data-text": _vm.$t(_vm.instance.noDataText),
|
|
6428
6343
|
"no-results-text": _vm.$t(_vm.instance.noResultText),
|
|
6344
|
+
set: (_vm.canEditRowValues = {}),
|
|
6429
6345
|
},
|
|
6430
6346
|
on: {
|
|
6431
6347
|
"current-items": function ($event) {
|
|
@@ -7115,6 +7031,10 @@
|
|
|
7115
7031
|
active: isSelected,
|
|
7116
7032
|
current: _vm.isCurrentRow(item),
|
|
7117
7033
|
},
|
|
7034
|
+
attrs: {
|
|
7035
|
+
set: (_vm.canEditRowValues[_vm.rowKey(item)] =
|
|
7036
|
+
_vm.instance.callCanEditRow(item)),
|
|
7037
|
+
},
|
|
7118
7038
|
on: {
|
|
7119
7039
|
click: function ($event) {
|
|
7120
7040
|
return _vm.rowClick(item, $event)
|
|
@@ -7198,7 +7118,10 @@
|
|
|
7198
7118
|
{},
|
|
7199
7119
|
column,
|
|
7200
7120
|
cellProps
|
|
7201
|
-
).editable
|
|
7121
|
+
).editable &&
|
|
7122
|
+
_vm.canEditRowValues[
|
|
7123
|
+
_vm.rowKey(item)
|
|
7124
|
+
],
|
|
7202
7125
|
"zd-table-fixed-column":
|
|
7203
7126
|
column.fixed,
|
|
7204
7127
|
},
|
|
@@ -7220,11 +7143,14 @@
|
|
|
7220
7143
|
],
|
|
7221
7144
|
on: {
|
|
7222
7145
|
click: function ($event) {
|
|
7223
|
-
|
|
7146
|
+
_vm.cellClick(
|
|
7224
7147
|
item,
|
|
7225
7148
|
column,
|
|
7226
|
-
$event
|
|
7227
|
-
|
|
7149
|
+
$event,
|
|
7150
|
+
_vm.canEditRowValues[
|
|
7151
|
+
_vm.rowKey(item)
|
|
7152
|
+
]
|
|
7153
|
+
);
|
|
7228
7154
|
},
|
|
7229
7155
|
},
|
|
7230
7156
|
},
|
|
@@ -7241,7 +7167,11 @@
|
|
|
7241
7167
|
: _vm._e(),
|
|
7242
7168
|
_vm._v(" "),
|
|
7243
7169
|
Object.assign({}, column, cellProps)
|
|
7244
|
-
.editable &&
|
|
7170
|
+
.editable &&
|
|
7171
|
+
_vm.canEditRowValues[
|
|
7172
|
+
_vm.rowKey(item)
|
|
7173
|
+
] &&
|
|
7174
|
+
_vm.instance.editing
|
|
7245
7175
|
? _c(
|
|
7246
7176
|
"span",
|
|
7247
7177
|
{
|
|
@@ -7693,7 +7623,7 @@
|
|
|
7693
7623
|
/* style */
|
|
7694
7624
|
const __vue_inject_styles__$2 = function (inject) {
|
|
7695
7625
|
if (!inject) return
|
|
7696
|
-
inject("data-v-
|
|
7626
|
+
inject("data-v-1caf475e_0", { source: ".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 {\n padding-right: 15px !important;\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.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\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-group-header {\n font-weight: bold;\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 display: inline-block;\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 td.zd-table-cell.zd-table-fixed-column.theme--light {\n background: #f7f7f7 !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column.theme--dark {\n background: #3c3c3c !important;\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 .tek-grid-body-group-identation {\n width: 8px;\n display: inline-block;\n vertical-align: middle;\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: 10px;\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 position: relative;\n top: -25%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\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 });
|
|
7697
7627
|
|
|
7698
7628
|
};
|
|
7699
7629
|
/* scoped */
|
|
@@ -7728,24 +7658,19 @@
|
|
|
7728
7658
|
}
|
|
7729
7659
|
};
|
|
7730
7660
|
__decorate([
|
|
7731
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7732
|
-
__metadata("design:type", String)
|
|
7661
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7733
7662
|
], TekUserInfo.prototype, "aboutImage", void 0);
|
|
7734
7663
|
__decorate([
|
|
7735
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7736
|
-
__metadata("design:type", String)
|
|
7664
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7737
7665
|
], TekUserInfo.prototype, "defaultEmail", void 0);
|
|
7738
7666
|
__decorate([
|
|
7739
|
-
vuetify.PropWatch({ type: [Object, String], default: null })
|
|
7740
|
-
__metadata("design:type", Object)
|
|
7667
|
+
vuetify.PropWatch({ type: [Object, String], default: null })
|
|
7741
7668
|
], TekUserInfo.prototype, "versionInfo", void 0);
|
|
7742
7669
|
__decorate([
|
|
7743
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7744
|
-
__metadata("design:type", String)
|
|
7670
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7745
7671
|
], TekUserInfo.prototype, "versionUrl", void 0);
|
|
7746
7672
|
__decorate([
|
|
7747
|
-
vuePropertyDecorator.Prop({ type: [Array], default: undefined })
|
|
7748
|
-
__metadata("design:type", Object)
|
|
7673
|
+
vuePropertyDecorator.Prop({ type: [Array], default: undefined })
|
|
7749
7674
|
], TekUserInfo.prototype, "bottomSlot", void 0);
|
|
7750
7675
|
TekUserInfo = __decorate([
|
|
7751
7676
|
vuePropertyDecorator.Component
|
|
@@ -7845,12 +7770,10 @@
|
|
|
7845
7770
|
}
|
|
7846
7771
|
};
|
|
7847
7772
|
__decorate([
|
|
7848
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7849
|
-
__metadata("design:type", String)
|
|
7773
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7850
7774
|
], TekUserInfoList.prototype, "parentName", void 0);
|
|
7851
7775
|
__decorate([
|
|
7852
|
-
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
7853
|
-
__metadata("design:type", Boolean)
|
|
7776
|
+
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
7854
7777
|
], TekUserInfoList.prototype, "dense", void 0);
|
|
7855
7778
|
TekUserInfoList = __decorate([
|
|
7856
7779
|
vuePropertyDecorator.Component
|