@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ModalService, Icons } from '@zeedhi/common';
|
|
2
2
|
import { ZdUserInfo } from '@zeedhi/zd-user-info-vue';
|
|
3
3
|
import { Prop, Component, Watch } from 'vue-property-decorator';
|
|
4
4
|
import { BreadcrumbHeader, CardTitle, CrudButton, CrudAddButton, CrudCancelButton, CrudDeleteButton, CrudForm, CrudSaveButton, TekGrid as TekGrid$2, TekRestDatasource, TekMemoryDatasource, TekGridColumn, TekGridColumnsButton as TekGridColumnsButton$1, TekGridLayoutOptions as TekGridLayoutOptions$1, TekFilterHelper, Image, IterableCarousel, IterableComponentRender, Loading, Notifications, ProductCard, TekTreeGrid, TekUserInfo as TekUserInfo$1, TekUserInfoList as TekUserInfoList$1 } from '@zeedhi/teknisa-components-common';
|
|
@@ -28,10 +28,6 @@ function __decorate(decorators, target, key, desc) {
|
|
|
28
28
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
29
29
|
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;
|
|
30
30
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
function __metadata(metadataKey, metadataValue) {
|
|
34
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
35
31
|
}
|
|
36
32
|
|
|
37
33
|
/**
|
|
@@ -44,16 +40,13 @@ let TekBreadcrumbHeader = class TekBreadcrumbHeader extends ZdComponent {
|
|
|
44
40
|
}
|
|
45
41
|
};
|
|
46
42
|
__decorate([
|
|
47
|
-
PropWatch({ type: String, default: '' })
|
|
48
|
-
__metadata("design:type", String)
|
|
43
|
+
PropWatch({ type: String, default: '' })
|
|
49
44
|
], TekBreadcrumbHeader.prototype, "title", void 0);
|
|
50
45
|
__decorate([
|
|
51
|
-
Prop({ type: Object, default: {} })
|
|
52
|
-
__metadata("design:type", Object)
|
|
46
|
+
Prop({ type: Object, default: {} })
|
|
53
47
|
], TekBreadcrumbHeader.prototype, "breadcrumb", void 0);
|
|
54
48
|
__decorate([
|
|
55
|
-
Prop({ type: Array, default: () => [] })
|
|
56
|
-
__metadata("design:type", Array)
|
|
49
|
+
Prop({ type: Array, default: () => [] })
|
|
57
50
|
], TekBreadcrumbHeader.prototype, "rightSlot", void 0);
|
|
58
51
|
TekBreadcrumbHeader = __decorate([
|
|
59
52
|
Component
|
|
@@ -307,28 +300,22 @@ let TekCardTitle = class TekCardTitle extends ZdComponentRender {
|
|
|
307
300
|
}
|
|
308
301
|
};
|
|
309
302
|
__decorate([
|
|
310
|
-
PropWatch({ type: String, default: '' })
|
|
311
|
-
__metadata("design:type", String)
|
|
303
|
+
PropWatch({ type: String, default: '' })
|
|
312
304
|
], TekCardTitle.prototype, "title", void 0);
|
|
313
305
|
__decorate([
|
|
314
|
-
PropWatch({ type: String, default: '' })
|
|
315
|
-
__metadata("design:type", String)
|
|
306
|
+
PropWatch({ type: String, default: '' })
|
|
316
307
|
], TekCardTitle.prototype, "subtitle", void 0);
|
|
317
308
|
__decorate([
|
|
318
|
-
PropWatch({ type: String, default: '' })
|
|
319
|
-
__metadata("design:type", String)
|
|
309
|
+
PropWatch({ type: String, default: '' })
|
|
320
310
|
], TekCardTitle.prototype, "iconName", void 0);
|
|
321
311
|
__decorate([
|
|
322
|
-
Prop({ type: Array, default: () => [] })
|
|
323
|
-
__metadata("design:type", Array)
|
|
312
|
+
Prop({ type: Array, default: () => [] })
|
|
324
313
|
], TekCardTitle.prototype, "rightSlot", void 0);
|
|
325
314
|
__decorate([
|
|
326
|
-
PropWatch({ type: [Boolean, String], default: true })
|
|
327
|
-
__metadata("design:type", Boolean)
|
|
315
|
+
PropWatch({ type: [Boolean, String], default: true })
|
|
328
316
|
], TekCardTitle.prototype, "showDivider", void 0);
|
|
329
317
|
__decorate([
|
|
330
|
-
PropWatch({ type: String, default: '' })
|
|
331
|
-
__metadata("design:type", String)
|
|
318
|
+
PropWatch({ type: String, default: '' })
|
|
332
319
|
], TekCardTitle.prototype, "to", void 0);
|
|
333
320
|
TekCardTitle = __decorate([
|
|
334
321
|
Component
|
|
@@ -517,24 +504,19 @@ let TekCrudAddButton = class TekCrudAddButton extends TekCrudButton$1 {
|
|
|
517
504
|
}
|
|
518
505
|
};
|
|
519
506
|
__decorate([
|
|
520
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
521
|
-
__metadata("design:type", Object)
|
|
507
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
522
508
|
], TekCrudAddButton.prototype, "flat", void 0);
|
|
523
509
|
__decorate([
|
|
524
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
525
|
-
__metadata("design:type", Object)
|
|
510
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
526
511
|
], TekCrudAddButton.prototype, "icon", void 0);
|
|
527
512
|
__decorate([
|
|
528
|
-
PropWatch({ type: String, default: 'plus' })
|
|
529
|
-
__metadata("design:type", String)
|
|
513
|
+
PropWatch({ type: String, default: 'plus' })
|
|
530
514
|
], TekCrudAddButton.prototype, "iconName", void 0);
|
|
531
515
|
__decorate([
|
|
532
|
-
PropWatch({ type: String, default: '#666' })
|
|
533
|
-
__metadata("design:type", String)
|
|
516
|
+
PropWatch({ type: String, default: '#666' })
|
|
534
517
|
], TekCrudAddButton.prototype, "color", void 0);
|
|
535
518
|
__decorate([
|
|
536
|
-
PropWatch({ type: String, default: 'f2' })
|
|
537
|
-
__metadata("design:type", String)
|
|
519
|
+
PropWatch({ type: String, default: 'f2' })
|
|
538
520
|
], TekCrudAddButton.prototype, "clickShortcutKey", void 0);
|
|
539
521
|
TekCrudAddButton = __decorate([
|
|
540
522
|
Component
|
|
@@ -652,16 +634,13 @@ let TekCrudCancelButton = class TekCrudCancelButton extends TekCrudButton$1 {
|
|
|
652
634
|
}
|
|
653
635
|
};
|
|
654
636
|
__decorate([
|
|
655
|
-
PropWatch({ type: String, default: 'CANCEL' })
|
|
656
|
-
__metadata("design:type", String)
|
|
637
|
+
PropWatch({ type: String, default: 'CANCEL' })
|
|
657
638
|
], TekCrudCancelButton.prototype, "label", void 0);
|
|
658
639
|
__decorate([
|
|
659
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
660
|
-
__metadata("design:type", Object)
|
|
640
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
661
641
|
], TekCrudCancelButton.prototype, "outline", void 0);
|
|
662
642
|
__decorate([
|
|
663
|
-
PropWatch({ type: String, default: 'esc' })
|
|
664
|
-
__metadata("design:type", String)
|
|
643
|
+
PropWatch({ type: String, default: 'esc' })
|
|
665
644
|
], TekCrudCancelButton.prototype, "clickShortcutKey", void 0);
|
|
666
645
|
TekCrudCancelButton = __decorate([
|
|
667
646
|
Component
|
|
@@ -779,24 +758,19 @@ let TekCrudDeleteButton = class TekCrudDeleteButton extends TekCrudButton$1 {
|
|
|
779
758
|
}
|
|
780
759
|
};
|
|
781
760
|
__decorate([
|
|
782
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
783
|
-
__metadata("design:type", Object)
|
|
761
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
784
762
|
], TekCrudDeleteButton.prototype, "flat", void 0);
|
|
785
763
|
__decorate([
|
|
786
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
787
|
-
__metadata("design:type", Object)
|
|
764
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
788
765
|
], TekCrudDeleteButton.prototype, "icon", void 0);
|
|
789
766
|
__decorate([
|
|
790
|
-
PropWatch({ type: String, default: 'trashCanOutline' })
|
|
791
|
-
__metadata("design:type", String)
|
|
767
|
+
PropWatch({ type: String, default: 'trashCanOutline' })
|
|
792
768
|
], TekCrudDeleteButton.prototype, "iconName", void 0);
|
|
793
769
|
__decorate([
|
|
794
|
-
PropWatch({ type: String, default: '#666' })
|
|
795
|
-
__metadata("design:type", String)
|
|
770
|
+
PropWatch({ type: String, default: '#666' })
|
|
796
771
|
], TekCrudDeleteButton.prototype, "color", void 0);
|
|
797
772
|
__decorate([
|
|
798
|
-
PropWatch({ type: String, default: 'ctrl+d' })
|
|
799
|
-
__metadata("design:type", String)
|
|
773
|
+
PropWatch({ type: String, default: 'ctrl+d' })
|
|
800
774
|
], TekCrudDeleteButton.prototype, "clickShortcutKey", void 0);
|
|
801
775
|
TekCrudDeleteButton = __decorate([
|
|
802
776
|
Component
|
|
@@ -1040,12 +1014,10 @@ let TekCrudSaveButton = class TekCrudSaveButton extends TekCrudButton$1 {
|
|
|
1040
1014
|
}
|
|
1041
1015
|
};
|
|
1042
1016
|
__decorate([
|
|
1043
|
-
PropWatch({ type: String, default: 'SAVE' })
|
|
1044
|
-
__metadata("design:type", String)
|
|
1017
|
+
PropWatch({ type: String, default: 'SAVE' })
|
|
1045
1018
|
], TekCrudSaveButton.prototype, "label", void 0);
|
|
1046
1019
|
__decorate([
|
|
1047
|
-
PropWatch({ type: String, default: 'ctrl+enter' })
|
|
1048
|
-
__metadata("design:type", String)
|
|
1020
|
+
PropWatch({ type: String, default: 'ctrl+enter' })
|
|
1049
1021
|
], TekCrudSaveButton.prototype, "clickShortcutKey", void 0);
|
|
1050
1022
|
TekCrudSaveButton = __decorate([
|
|
1051
1023
|
Component
|
|
@@ -1548,83 +1520,64 @@ let TekGrid$1 = class TekGrid extends ZdGridEditable {
|
|
|
1548
1520
|
}
|
|
1549
1521
|
};
|
|
1550
1522
|
__decorate([
|
|
1551
|
-
PropWatch({ type: [String], default: '' })
|
|
1552
|
-
__metadata("design:type", String)
|
|
1523
|
+
PropWatch({ type: [String], default: '' })
|
|
1553
1524
|
], TekGrid$1.prototype, "title", void 0);
|
|
1554
1525
|
__decorate([
|
|
1555
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
1556
|
-
__metadata("design:type", Object)
|
|
1526
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
1557
1527
|
], TekGrid$1.prototype, "addButton", void 0);
|
|
1558
1528
|
__decorate([
|
|
1559
|
-
PropWatch({ type: [String], default: 'none' })
|
|
1560
|
-
__metadata("design:type", String)
|
|
1529
|
+
PropWatch({ type: [String], default: 'none' })
|
|
1561
1530
|
], TekGrid$1.prototype, "deleteButton", void 0);
|
|
1562
1531
|
__decorate([
|
|
1563
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
1564
|
-
__metadata("design:type", Object)
|
|
1532
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
1565
1533
|
], TekGrid$1.prototype, "columnsButton", void 0);
|
|
1566
1534
|
__decorate([
|
|
1567
|
-
Prop({ type: [Array, String], default: () => [] })
|
|
1568
|
-
__metadata("design:type", Object)
|
|
1535
|
+
Prop({ type: [Array, String], default: () => [] })
|
|
1569
1536
|
], TekGrid$1.prototype, "columnsButtonIgnore", void 0);
|
|
1570
1537
|
__decorate([
|
|
1571
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
1572
|
-
__metadata("design:type", Object)
|
|
1538
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
1573
1539
|
], TekGrid$1.prototype, "filterButton", void 0);
|
|
1574
1540
|
__decorate([
|
|
1575
|
-
PropWatch({ type: [Boolean, String], default: true })
|
|
1576
|
-
__metadata("design:type", Object)
|
|
1541
|
+
PropWatch({ type: [Boolean, String], default: true })
|
|
1577
1542
|
], TekGrid$1.prototype, "showSearch", void 0);
|
|
1578
1543
|
__decorate([
|
|
1579
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
1580
|
-
__metadata("design:type", Object)
|
|
1544
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
1581
1545
|
], TekGrid$1.prototype, "columnFilterButton", void 0);
|
|
1582
1546
|
__decorate([
|
|
1583
|
-
Prop({ type: [Array], default: () => [] })
|
|
1584
|
-
__metadata("design:type", Array)
|
|
1547
|
+
Prop({ type: [Array], default: () => [] })
|
|
1585
1548
|
], TekGrid$1.prototype, "actions", void 0);
|
|
1586
1549
|
__decorate([
|
|
1587
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
1588
|
-
__metadata("design:type", Object)
|
|
1550
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
1589
1551
|
], TekGrid$1.prototype, "dragColumns", void 0);
|
|
1590
1552
|
__decorate([
|
|
1591
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
1592
|
-
__metadata("design:type", Object)
|
|
1553
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
1593
1554
|
], TekGrid$1.prototype, "resizeColumns", void 0);
|
|
1594
1555
|
__decorate([
|
|
1595
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
1596
|
-
__metadata("design:type", Object)
|
|
1556
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
1597
1557
|
], TekGrid$1.prototype, "showLayoutOptions", void 0);
|
|
1598
1558
|
__decorate([
|
|
1599
|
-
PropWatch({ type: [String, Boolean], default: false })
|
|
1600
|
-
__metadata("design:type", Object)
|
|
1559
|
+
PropWatch({ type: [String, Boolean], default: false })
|
|
1601
1560
|
], TekGrid$1.prototype, "showExport", void 0);
|
|
1602
1561
|
__decorate([
|
|
1603
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
1604
|
-
__metadata("design:type", Object)
|
|
1562
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
1605
1563
|
], TekGrid$1.prototype, "showReload", void 0);
|
|
1606
1564
|
__decorate([
|
|
1607
|
-
PropWatch({ type: [String, Array] })
|
|
1608
|
-
__metadata("design:type", Array)
|
|
1565
|
+
PropWatch({ type: [String, Array] })
|
|
1609
1566
|
], TekGrid$1.prototype, "exportConfig", void 0);
|
|
1610
1567
|
__decorate([
|
|
1611
|
-
Prop({ type: [Array] })
|
|
1612
|
-
__metadata("design:type", Array)
|
|
1568
|
+
Prop({ type: [Array] })
|
|
1613
1569
|
], TekGrid$1.prototype, "exportActions", void 0);
|
|
1614
1570
|
__decorate([
|
|
1615
|
-
PropWatch({ type: [String, Boolean], default: false })
|
|
1616
|
-
__metadata("design:type", Object)
|
|
1571
|
+
PropWatch({ type: [String, Boolean], default: false })
|
|
1617
1572
|
], TekGrid$1.prototype, "groupsOpened", void 0);
|
|
1618
1573
|
__decorate([
|
|
1619
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
1620
|
-
__metadata("design:type", Object)
|
|
1574
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
1621
1575
|
], TekGrid$1.prototype, "showSummaryTotal", void 0);
|
|
1622
1576
|
__decorate([
|
|
1623
1577
|
Prop({
|
|
1624
1578
|
type: Array,
|
|
1625
1579
|
default: () => undefined,
|
|
1626
|
-
})
|
|
1627
|
-
__metadata("design:type", Array)
|
|
1580
|
+
})
|
|
1628
1581
|
], TekGrid$1.prototype, "toolbarSlot", void 0);
|
|
1629
1582
|
TekGrid$1 = __decorate([
|
|
1630
1583
|
Component
|
|
@@ -1680,6 +1633,7 @@ var __vue_render__$b = function () {
|
|
|
1680
1633
|
"loading-text": _vm.$t(_vm.instance.loadingText),
|
|
1681
1634
|
"no-data-text": _vm.$t(_vm.instance.noDataText),
|
|
1682
1635
|
"no-results-text": _vm.$t(_vm.instance.noResultText),
|
|
1636
|
+
set: (_vm.canEditRowValues = {}),
|
|
1683
1637
|
},
|
|
1684
1638
|
on: {
|
|
1685
1639
|
"current-items": function ($event) {
|
|
@@ -2612,6 +2566,10 @@ var __vue_render__$b = function () {
|
|
|
2612
2566
|
"theme--light":
|
|
2613
2567
|
!_vm.$vuetify.theme.dark || _vm.instance.light,
|
|
2614
2568
|
},
|
|
2569
|
+
attrs: {
|
|
2570
|
+
set: (_vm.canEditRowValues[_vm.rowKey(item)] =
|
|
2571
|
+
_vm.instance.callCanEditRow(item)),
|
|
2572
|
+
},
|
|
2615
2573
|
on: {
|
|
2616
2574
|
click: function ($event) {
|
|
2617
2575
|
return _vm.rowClick(item, $event)
|
|
@@ -2715,7 +2673,10 @@ var __vue_render__$b = function () {
|
|
|
2715
2673
|
{},
|
|
2716
2674
|
column,
|
|
2717
2675
|
cellProps
|
|
2718
|
-
).editable
|
|
2676
|
+
).editable &&
|
|
2677
|
+
_vm.canEditRowValues[
|
|
2678
|
+
_vm.rowKey(item)
|
|
2679
|
+
],
|
|
2719
2680
|
"zd-table-fixed-column":
|
|
2720
2681
|
column.fixed,
|
|
2721
2682
|
},
|
|
@@ -2754,11 +2715,14 @@ var __vue_render__$b = function () {
|
|
|
2754
2715
|
],
|
|
2755
2716
|
on: {
|
|
2756
2717
|
click: function ($event) {
|
|
2757
|
-
|
|
2718
|
+
_vm.cellClick(
|
|
2758
2719
|
item,
|
|
2759
2720
|
column,
|
|
2760
|
-
$event
|
|
2761
|
-
|
|
2721
|
+
$event,
|
|
2722
|
+
_vm.canEditRowValues[
|
|
2723
|
+
_vm.rowKey(item)
|
|
2724
|
+
]
|
|
2725
|
+
);
|
|
2762
2726
|
},
|
|
2763
2727
|
},
|
|
2764
2728
|
},
|
|
@@ -2813,6 +2777,9 @@ var __vue_render__$b = function () {
|
|
|
2813
2777
|
column,
|
|
2814
2778
|
cellProps
|
|
2815
2779
|
).editable &&
|
|
2780
|
+
_vm.canEditRowValues[
|
|
2781
|
+
_vm.rowKey(item)
|
|
2782
|
+
] &&
|
|
2816
2783
|
_vm.instance.editing &&
|
|
2817
2784
|
!item.groupFooter
|
|
2818
2785
|
? _c(
|
|
@@ -3223,7 +3190,7 @@ __vue_render__$b._withStripped = true;
|
|
|
3223
3190
|
/* style */
|
|
3224
3191
|
const __vue_inject_styles__$b = function (inject) {
|
|
3225
3192
|
if (!inject) return
|
|
3226
|
-
inject("data-v-
|
|
3193
|
+
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 });
|
|
3227
3194
|
|
|
3228
3195
|
};
|
|
3229
3196
|
/* scoped */
|
|
@@ -3644,8 +3611,7 @@ let TekGridColumnsOptionsController = class TekGridColumnsOptionsController {
|
|
|
3644
3611
|
}
|
|
3645
3612
|
};
|
|
3646
3613
|
TekGridColumnsOptionsController = __decorate([
|
|
3647
|
-
Singleton
|
|
3648
|
-
__metadata("design:paramtypes", [Modal])
|
|
3614
|
+
Singleton
|
|
3649
3615
|
], TekGridColumnsOptionsController);
|
|
3650
3616
|
var TekGridColumnsOptionsController$1 = TekGridColumnsOptionsController;
|
|
3651
3617
|
|
|
@@ -4201,14 +4167,10 @@ let TekGridColumnsButton = class TekGridColumnsButton extends ZdIterableColumnsB
|
|
|
4201
4167
|
}
|
|
4202
4168
|
};
|
|
4203
4169
|
__decorate([
|
|
4204
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
4205
|
-
__metadata("design:type", Object)
|
|
4170
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
4206
4171
|
], TekGridColumnsButton.prototype, "hideGroups", void 0);
|
|
4207
4172
|
__decorate([
|
|
4208
|
-
Watch('menuIsOpened')
|
|
4209
|
-
__metadata("design:type", Function),
|
|
4210
|
-
__metadata("design:paramtypes", []),
|
|
4211
|
-
__metadata("design:returntype", void 0)
|
|
4173
|
+
Watch('menuIsOpened')
|
|
4212
4174
|
], TekGridColumnsButton.prototype, "menuOpenedChange", null);
|
|
4213
4175
|
TekGridColumnsButton = __decorate([
|
|
4214
4176
|
Component
|
|
@@ -5023,12 +4985,10 @@ let TekImage = class TekImage extends ZdComponent {
|
|
|
5023
4985
|
}
|
|
5024
4986
|
};
|
|
5025
4987
|
__decorate([
|
|
5026
|
-
PropWatch({ type: String, default: '' })
|
|
5027
|
-
__metadata("design:type", String)
|
|
4988
|
+
PropWatch({ type: String, default: '' })
|
|
5028
4989
|
], TekImage.prototype, "to", void 0);
|
|
5029
4990
|
__decorate([
|
|
5030
|
-
PropWatch({ type: String, default: '' })
|
|
5031
|
-
__metadata("design:type", String)
|
|
4991
|
+
PropWatch({ type: String, default: '' })
|
|
5032
4992
|
], TekImage.prototype, "src", void 0);
|
|
5033
4993
|
TekImage = __decorate([
|
|
5034
4994
|
Component
|
|
@@ -5094,8 +5054,7 @@ let TekIterableCarousel = class TekIterableCarousel extends ZdCarousel {
|
|
|
5094
5054
|
}
|
|
5095
5055
|
};
|
|
5096
5056
|
__decorate([
|
|
5097
|
-
Prop({ type: Object })
|
|
5098
|
-
__metadata("design:type", Object)
|
|
5057
|
+
Prop({ type: Object })
|
|
5099
5058
|
], TekIterableCarousel.prototype, "iterable", void 0);
|
|
5100
5059
|
TekIterableCarousel = __decorate([
|
|
5101
5060
|
Component
|
|
@@ -5222,24 +5181,19 @@ let TekIterableComponentRender = class TekIterableComponentRender extends ZdIter
|
|
|
5222
5181
|
}
|
|
5223
5182
|
};
|
|
5224
5183
|
__decorate([
|
|
5225
|
-
Prop({ type: Array, default: () => [] })
|
|
5226
|
-
__metadata("design:type", Array)
|
|
5184
|
+
Prop({ type: Array, default: () => [] })
|
|
5227
5185
|
], TekIterableComponentRender.prototype, "footerSlot", void 0);
|
|
5228
5186
|
__decorate([
|
|
5229
|
-
Prop({ type: Array, default: () => [] })
|
|
5230
|
-
__metadata("design:type", Array)
|
|
5187
|
+
Prop({ type: Array, default: () => [] })
|
|
5231
5188
|
], TekIterableComponentRender.prototype, "toolbarSlot", void 0);
|
|
5232
5189
|
__decorate([
|
|
5233
|
-
Prop({ type: [Object, String] })
|
|
5234
|
-
__metadata("design:type", Object)
|
|
5190
|
+
Prop({ type: [Object, String] })
|
|
5235
5191
|
], TekIterableComponentRender.prototype, "componentMetadata", void 0);
|
|
5236
5192
|
__decorate([
|
|
5237
|
-
PropWatch({ type: String, default: 'row' })
|
|
5238
|
-
__metadata("design:type", String)
|
|
5193
|
+
PropWatch({ type: String, default: 'row' })
|
|
5239
5194
|
], TekIterableComponentRender.prototype, "rowPropName", void 0);
|
|
5240
5195
|
__decorate([
|
|
5241
|
-
Prop({ type: Array, default: () => ([]) })
|
|
5242
|
-
__metadata("design:type", Array)
|
|
5196
|
+
Prop({ type: Array, default: () => ([]) })
|
|
5243
5197
|
], TekIterableComponentRender.prototype, "errorSlot", void 0);
|
|
5244
5198
|
__decorate([
|
|
5245
5199
|
Prop({
|
|
@@ -5252,8 +5206,7 @@ __decorate([
|
|
|
5252
5206
|
text: 'NO_DATA',
|
|
5253
5207
|
},
|
|
5254
5208
|
]),
|
|
5255
|
-
})
|
|
5256
|
-
__metadata("design:type", Array)
|
|
5209
|
+
})
|
|
5257
5210
|
], TekIterableComponentRender.prototype, "noDataSlot", void 0);
|
|
5258
5211
|
__decorate([
|
|
5259
5212
|
Prop({
|
|
@@ -5266,20 +5219,16 @@ __decorate([
|
|
|
5266
5219
|
text: 'NO_RESULT',
|
|
5267
5220
|
},
|
|
5268
5221
|
]),
|
|
5269
|
-
})
|
|
5270
|
-
__metadata("design:type", Array)
|
|
5222
|
+
})
|
|
5271
5223
|
], TekIterableComponentRender.prototype, "noResultSlot", void 0);
|
|
5272
5224
|
__decorate([
|
|
5273
|
-
PropWatch({ type: [Number, String], default: 'auto' })
|
|
5274
|
-
__metadata("design:type", Object)
|
|
5225
|
+
PropWatch({ type: [Number, String], default: 'auto' })
|
|
5275
5226
|
], TekIterableComponentRender.prototype, "height", void 0);
|
|
5276
5227
|
__decorate([
|
|
5277
|
-
PropWatch({ type: [Number, String], default: 'none' })
|
|
5278
|
-
__metadata("design:type", Object)
|
|
5228
|
+
PropWatch({ type: [Number, String], default: 'none' })
|
|
5279
5229
|
], TekIterableComponentRender.prototype, "maxHeight", void 0);
|
|
5280
5230
|
__decorate([
|
|
5281
|
-
PropWatch({ type: [Number, String], default: 'none' })
|
|
5282
|
-
__metadata("design:type", Object)
|
|
5231
|
+
PropWatch({ type: [Number, String], default: 'none' })
|
|
5283
5232
|
], TekIterableComponentRender.prototype, "minHeight", void 0);
|
|
5284
5233
|
TekIterableComponentRender = __decorate([
|
|
5285
5234
|
Component
|
|
@@ -5521,16 +5470,13 @@ let TekLoading = class TekLoading extends ZdLoading {
|
|
|
5521
5470
|
}
|
|
5522
5471
|
};
|
|
5523
5472
|
__decorate([
|
|
5524
|
-
PropWatch({ type: String, default: '' })
|
|
5525
|
-
__metadata("design:type", String)
|
|
5473
|
+
PropWatch({ type: String, default: '' })
|
|
5526
5474
|
], TekLoading.prototype, "text", void 0);
|
|
5527
5475
|
__decorate([
|
|
5528
|
-
PropWatch({ type: String, default: loading })
|
|
5529
|
-
__metadata("design:type", String)
|
|
5476
|
+
PropWatch({ type: String, default: loading })
|
|
5530
5477
|
], TekLoading.prototype, "image", void 0);
|
|
5531
5478
|
__decorate([
|
|
5532
|
-
PropWatch({ type: [Number, String], default: 999 })
|
|
5533
|
-
__metadata("design:type", Object)
|
|
5479
|
+
PropWatch({ type: [Number, String], default: 999 })
|
|
5534
5480
|
], TekLoading.prototype, "zdIndex", void 0);
|
|
5535
5481
|
TekLoading = __decorate([
|
|
5536
5482
|
Component
|
|
@@ -5613,8 +5559,7 @@ let TekNotifications = class TekNotifications extends ZdIterable {
|
|
|
5613
5559
|
}
|
|
5614
5560
|
};
|
|
5615
5561
|
__decorate([
|
|
5616
|
-
PropWatch({ type: String, default: '' })
|
|
5617
|
-
__metadata("design:type", String)
|
|
5562
|
+
PropWatch({ type: String, default: '' })
|
|
5618
5563
|
], TekNotifications.prototype, "allNotificationsPath", void 0);
|
|
5619
5564
|
TekNotifications = __decorate([
|
|
5620
5565
|
Component
|
|
@@ -5753,56 +5698,43 @@ let TekProductCard = class TekProductCard extends ZdComponentRender {
|
|
|
5753
5698
|
}
|
|
5754
5699
|
};
|
|
5755
5700
|
__decorate([
|
|
5756
|
-
PropWatch({ type: String, default: '' })
|
|
5757
|
-
__metadata("design:type", String)
|
|
5701
|
+
PropWatch({ type: String, default: '' })
|
|
5758
5702
|
], TekProductCard.prototype, "id", void 0);
|
|
5759
5703
|
__decorate([
|
|
5760
|
-
PropWatch({ type: String, default: '' })
|
|
5761
|
-
__metadata("design:type", String)
|
|
5704
|
+
PropWatch({ type: String, default: '' })
|
|
5762
5705
|
], TekProductCard.prototype, "to", void 0);
|
|
5763
5706
|
__decorate([
|
|
5764
|
-
PropWatch({ type: String, default: '' })
|
|
5765
|
-
__metadata("design:type", String)
|
|
5707
|
+
PropWatch({ type: String, default: '' })
|
|
5766
5708
|
], TekProductCard.prototype, "src", void 0);
|
|
5767
5709
|
__decorate([
|
|
5768
|
-
PropWatch({ type: String, default: '' })
|
|
5769
|
-
__metadata("design:type", String)
|
|
5710
|
+
PropWatch({ type: String, default: '' })
|
|
5770
5711
|
], TekProductCard.prototype, "errorImagePath", void 0);
|
|
5771
5712
|
__decorate([
|
|
5772
|
-
PropWatch({ type: String, default: 'UNAVAILABLE_IMAGE' })
|
|
5773
|
-
__metadata("design:type", String)
|
|
5713
|
+
PropWatch({ type: String, default: 'UNAVAILABLE_IMAGE' })
|
|
5774
5714
|
], TekProductCard.prototype, "errorImageText", void 0);
|
|
5775
5715
|
__decorate([
|
|
5776
|
-
PropWatch({ type: String, default: '' })
|
|
5777
|
-
__metadata("design:type", String)
|
|
5716
|
+
PropWatch({ type: String, default: '' })
|
|
5778
5717
|
], TekProductCard.prototype, "productName", void 0);
|
|
5779
5718
|
__decorate([
|
|
5780
|
-
PropWatch({ type: String })
|
|
5781
|
-
__metadata("design:type", String)
|
|
5719
|
+
PropWatch({ type: String })
|
|
5782
5720
|
], TekProductCard.prototype, "productSupplier", void 0);
|
|
5783
5721
|
__decorate([
|
|
5784
|
-
PropWatch({ type: String })
|
|
5785
|
-
__metadata("design:type", String)
|
|
5722
|
+
PropWatch({ type: String })
|
|
5786
5723
|
], TekProductCard.prototype, "productBrand", void 0);
|
|
5787
5724
|
__decorate([
|
|
5788
|
-
PropWatch({ type: [String, Number] })
|
|
5789
|
-
__metadata("design:type", Object)
|
|
5725
|
+
PropWatch({ type: [String, Number] })
|
|
5790
5726
|
], TekProductCard.prototype, "productPrice", void 0);
|
|
5791
5727
|
__decorate([
|
|
5792
|
-
PropWatch({ type: String, default: '' })
|
|
5793
|
-
__metadata("design:type", String)
|
|
5728
|
+
PropWatch({ type: String, default: '' })
|
|
5794
5729
|
], TekProductCard.prototype, "width", void 0);
|
|
5795
5730
|
__decorate([
|
|
5796
|
-
PropWatch({ type: [Number, String], default: 'auto' })
|
|
5797
|
-
__metadata("design:type", Object)
|
|
5731
|
+
PropWatch({ type: [Number, String], default: 'auto' })
|
|
5798
5732
|
], TekProductCard.prototype, "height", void 0);
|
|
5799
5733
|
__decorate([
|
|
5800
|
-
PropWatch({ type: [Number, String], default: 'none' })
|
|
5801
|
-
__metadata("design:type", Object)
|
|
5734
|
+
PropWatch({ type: [Number, String], default: 'none' })
|
|
5802
5735
|
], TekProductCard.prototype, "maxHeight", void 0);
|
|
5803
5736
|
__decorate([
|
|
5804
|
-
PropWatch({ type: [Number, String], default: 'none' })
|
|
5805
|
-
__metadata("design:type", Object)
|
|
5737
|
+
PropWatch({ type: [Number, String], default: 'none' })
|
|
5806
5738
|
], TekProductCard.prototype, "minHeight", void 0);
|
|
5807
5739
|
TekProductCard = __decorate([
|
|
5808
5740
|
Component
|
|
@@ -6299,75 +6231,58 @@ let TekGrid = class TekGrid extends ZdTreeGridEditable {
|
|
|
6299
6231
|
}
|
|
6300
6232
|
};
|
|
6301
6233
|
__decorate([
|
|
6302
|
-
PropWatch({ type: [String], default: '' })
|
|
6303
|
-
__metadata("design:type", String)
|
|
6234
|
+
PropWatch({ type: [String], default: '' })
|
|
6304
6235
|
], TekGrid.prototype, "title", void 0);
|
|
6305
6236
|
__decorate([
|
|
6306
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
6307
|
-
__metadata("design:type", Object)
|
|
6237
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
6308
6238
|
], TekGrid.prototype, "addButton", void 0);
|
|
6309
6239
|
__decorate([
|
|
6310
|
-
PropWatch({ type: [String], default: 'none' })
|
|
6311
|
-
__metadata("design:type", String)
|
|
6240
|
+
PropWatch({ type: [String], default: 'none' })
|
|
6312
6241
|
], TekGrid.prototype, "deleteButton", void 0);
|
|
6313
6242
|
__decorate([
|
|
6314
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
6315
|
-
__metadata("design:type", Object)
|
|
6243
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
6316
6244
|
], TekGrid.prototype, "columnsButton", void 0);
|
|
6317
6245
|
__decorate([
|
|
6318
|
-
Prop({ type: [Array, String], default: () => [] })
|
|
6319
|
-
__metadata("design:type", Object)
|
|
6246
|
+
Prop({ type: [Array, String], default: () => [] })
|
|
6320
6247
|
], TekGrid.prototype, "columnsButtonIgnore", void 0);
|
|
6321
6248
|
__decorate([
|
|
6322
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
6323
|
-
__metadata("design:type", Object)
|
|
6249
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
6324
6250
|
], TekGrid.prototype, "filterButton", void 0);
|
|
6325
6251
|
__decorate([
|
|
6326
|
-
PropWatch({ type: [Boolean, String], default: true })
|
|
6327
|
-
__metadata("design:type", Object)
|
|
6252
|
+
PropWatch({ type: [Boolean, String], default: true })
|
|
6328
6253
|
], TekGrid.prototype, "showSearch", void 0);
|
|
6329
6254
|
__decorate([
|
|
6330
|
-
PropWatch({ type: [Boolean, String], default: false })
|
|
6331
|
-
__metadata("design:type", Object)
|
|
6255
|
+
PropWatch({ type: [Boolean, String], default: false })
|
|
6332
6256
|
], TekGrid.prototype, "columnFilterButton", void 0);
|
|
6333
6257
|
__decorate([
|
|
6334
|
-
Prop({ type: [Array], default: () => [] })
|
|
6335
|
-
__metadata("design:type", Array)
|
|
6258
|
+
Prop({ type: [Array], default: () => [] })
|
|
6336
6259
|
], TekGrid.prototype, "actions", void 0);
|
|
6337
6260
|
__decorate([
|
|
6338
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
6339
|
-
__metadata("design:type", Object)
|
|
6261
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
6340
6262
|
], TekGrid.prototype, "dragColumns", void 0);
|
|
6341
6263
|
__decorate([
|
|
6342
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
6343
|
-
__metadata("design:type", Object)
|
|
6264
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
6344
6265
|
], TekGrid.prototype, "resizeColumns", void 0);
|
|
6345
6266
|
__decorate([
|
|
6346
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
6347
|
-
__metadata("design:type", Object)
|
|
6267
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
6348
6268
|
], TekGrid.prototype, "showLayoutOptions", void 0);
|
|
6349
6269
|
__decorate([
|
|
6350
|
-
PropWatch({ type: [String, Boolean], default: false })
|
|
6351
|
-
__metadata("design:type", Object)
|
|
6270
|
+
PropWatch({ type: [String, Boolean], default: false })
|
|
6352
6271
|
], TekGrid.prototype, "showExport", void 0);
|
|
6353
6272
|
__decorate([
|
|
6354
|
-
PropWatch({ type: [String, Boolean], default: true })
|
|
6355
|
-
__metadata("design:type", Object)
|
|
6273
|
+
PropWatch({ type: [String, Boolean], default: true })
|
|
6356
6274
|
], TekGrid.prototype, "showReload", void 0);
|
|
6357
6275
|
__decorate([
|
|
6358
|
-
Prop({ type: [String, Array] })
|
|
6359
|
-
__metadata("design:type", Array)
|
|
6276
|
+
Prop({ type: [String, Array] })
|
|
6360
6277
|
], TekGrid.prototype, "exportConfig", void 0);
|
|
6361
6278
|
__decorate([
|
|
6362
|
-
Prop({ type: [Array] })
|
|
6363
|
-
__metadata("design:type", Array)
|
|
6279
|
+
Prop({ type: [Array] })
|
|
6364
6280
|
], TekGrid.prototype, "exportActions", void 0);
|
|
6365
6281
|
__decorate([
|
|
6366
6282
|
Prop({
|
|
6367
6283
|
type: Array,
|
|
6368
6284
|
default: () => undefined,
|
|
6369
|
-
})
|
|
6370
|
-
__metadata("design:type", Array)
|
|
6285
|
+
})
|
|
6371
6286
|
], TekGrid.prototype, "toolbarSlot", void 0);
|
|
6372
6287
|
TekGrid = __decorate([
|
|
6373
6288
|
Component
|
|
@@ -6424,6 +6339,7 @@ var __vue_render__$2 = function () {
|
|
|
6424
6339
|
"loading-text": _vm.$t(_vm.instance.loadingText),
|
|
6425
6340
|
"no-data-text": _vm.$t(_vm.instance.noDataText),
|
|
6426
6341
|
"no-results-text": _vm.$t(_vm.instance.noResultText),
|
|
6342
|
+
set: (_vm.canEditRowValues = {}),
|
|
6427
6343
|
},
|
|
6428
6344
|
on: {
|
|
6429
6345
|
"current-items": function ($event) {
|
|
@@ -7113,6 +7029,10 @@ var __vue_render__$2 = function () {
|
|
|
7113
7029
|
active: isSelected,
|
|
7114
7030
|
current: _vm.isCurrentRow(item),
|
|
7115
7031
|
},
|
|
7032
|
+
attrs: {
|
|
7033
|
+
set: (_vm.canEditRowValues[_vm.rowKey(item)] =
|
|
7034
|
+
_vm.instance.callCanEditRow(item)),
|
|
7035
|
+
},
|
|
7116
7036
|
on: {
|
|
7117
7037
|
click: function ($event) {
|
|
7118
7038
|
return _vm.rowClick(item, $event)
|
|
@@ -7196,7 +7116,10 @@ var __vue_render__$2 = function () {
|
|
|
7196
7116
|
{},
|
|
7197
7117
|
column,
|
|
7198
7118
|
cellProps
|
|
7199
|
-
).editable
|
|
7119
|
+
).editable &&
|
|
7120
|
+
_vm.canEditRowValues[
|
|
7121
|
+
_vm.rowKey(item)
|
|
7122
|
+
],
|
|
7200
7123
|
"zd-table-fixed-column":
|
|
7201
7124
|
column.fixed,
|
|
7202
7125
|
},
|
|
@@ -7218,11 +7141,14 @@ var __vue_render__$2 = function () {
|
|
|
7218
7141
|
],
|
|
7219
7142
|
on: {
|
|
7220
7143
|
click: function ($event) {
|
|
7221
|
-
|
|
7144
|
+
_vm.cellClick(
|
|
7222
7145
|
item,
|
|
7223
7146
|
column,
|
|
7224
|
-
$event
|
|
7225
|
-
|
|
7147
|
+
$event,
|
|
7148
|
+
_vm.canEditRowValues[
|
|
7149
|
+
_vm.rowKey(item)
|
|
7150
|
+
]
|
|
7151
|
+
);
|
|
7226
7152
|
},
|
|
7227
7153
|
},
|
|
7228
7154
|
},
|
|
@@ -7239,7 +7165,11 @@ var __vue_render__$2 = function () {
|
|
|
7239
7165
|
: _vm._e(),
|
|
7240
7166
|
_vm._v(" "),
|
|
7241
7167
|
Object.assign({}, column, cellProps)
|
|
7242
|
-
.editable &&
|
|
7168
|
+
.editable &&
|
|
7169
|
+
_vm.canEditRowValues[
|
|
7170
|
+
_vm.rowKey(item)
|
|
7171
|
+
] &&
|
|
7172
|
+
_vm.instance.editing
|
|
7243
7173
|
? _c(
|
|
7244
7174
|
"span",
|
|
7245
7175
|
{
|
|
@@ -7691,7 +7621,7 @@ __vue_render__$2._withStripped = true;
|
|
|
7691
7621
|
/* style */
|
|
7692
7622
|
const __vue_inject_styles__$2 = function (inject) {
|
|
7693
7623
|
if (!inject) return
|
|
7694
|
-
inject("data-v-
|
|
7624
|
+
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 });
|
|
7695
7625
|
|
|
7696
7626
|
};
|
|
7697
7627
|
/* scoped */
|
|
@@ -7726,24 +7656,19 @@ let TekUserInfo = class TekUserInfo extends ZdUserInfo {
|
|
|
7726
7656
|
}
|
|
7727
7657
|
};
|
|
7728
7658
|
__decorate([
|
|
7729
|
-
PropWatch({ type: [String], default: '' })
|
|
7730
|
-
__metadata("design:type", String)
|
|
7659
|
+
PropWatch({ type: [String], default: '' })
|
|
7731
7660
|
], TekUserInfo.prototype, "aboutImage", void 0);
|
|
7732
7661
|
__decorate([
|
|
7733
|
-
PropWatch({ type: [String], default: '' })
|
|
7734
|
-
__metadata("design:type", String)
|
|
7662
|
+
PropWatch({ type: [String], default: '' })
|
|
7735
7663
|
], TekUserInfo.prototype, "defaultEmail", void 0);
|
|
7736
7664
|
__decorate([
|
|
7737
|
-
PropWatch({ type: [Object, String], default: null })
|
|
7738
|
-
__metadata("design:type", Object)
|
|
7665
|
+
PropWatch({ type: [Object, String], default: null })
|
|
7739
7666
|
], TekUserInfo.prototype, "versionInfo", void 0);
|
|
7740
7667
|
__decorate([
|
|
7741
|
-
PropWatch({ type: [String], default: '' })
|
|
7742
|
-
__metadata("design:type", String)
|
|
7668
|
+
PropWatch({ type: [String], default: '' })
|
|
7743
7669
|
], TekUserInfo.prototype, "versionUrl", void 0);
|
|
7744
7670
|
__decorate([
|
|
7745
|
-
Prop({ type: [Array], default: undefined })
|
|
7746
|
-
__metadata("design:type", Object)
|
|
7671
|
+
Prop({ type: [Array], default: undefined })
|
|
7747
7672
|
], TekUserInfo.prototype, "bottomSlot", void 0);
|
|
7748
7673
|
TekUserInfo = __decorate([
|
|
7749
7674
|
Component
|
|
@@ -7843,12 +7768,10 @@ let TekUserInfoList = class TekUserInfoList extends ZdList {
|
|
|
7843
7768
|
}
|
|
7844
7769
|
};
|
|
7845
7770
|
__decorate([
|
|
7846
|
-
PropWatch({ type: [String], default: '' })
|
|
7847
|
-
__metadata("design:type", String)
|
|
7771
|
+
PropWatch({ type: [String], default: '' })
|
|
7848
7772
|
], TekUserInfoList.prototype, "parentName", void 0);
|
|
7849
7773
|
__decorate([
|
|
7850
|
-
PropWatch({ type: [Boolean, String], default: true })
|
|
7851
|
-
__metadata("design:type", Boolean)
|
|
7774
|
+
PropWatch({ type: [Boolean, String], default: true })
|
|
7852
7775
|
], TekUserInfoList.prototype, "dense", void 0);
|
|
7853
7776
|
TekUserInfoList = __decorate([
|
|
7854
7777
|
Component
|