@zeedhi/teknisa-components-vuetify 1.53.0 → 1.56.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 +217 -278
- package/dist/tek-components-vuetify.umd.js +216 -277
- package/package.json +2 -2
- package/types/components/crud/TekCrudButton.d.ts +1 -1
- package/types/components/tek-grid/TekGrid.d.ts +2 -1
- package/types/components/tek-iterable-carousel/TekIterableCarousel.d.ts +1 -1
- package/types/components/tek-tree-grid/TekTreeGrid.d.ts +1 -1
- package/types/components/tek-user-info/TekUserInfoList.d.ts +1 -1
|
@@ -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,67 @@
|
|
|
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);
|
|
1578
|
+
__decorate([
|
|
1579
|
+
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
1580
|
+
], TekGrid$1.prototype, "mainGrid", void 0);
|
|
1624
1581
|
__decorate([
|
|
1625
1582
|
vuePropertyDecorator.Prop({
|
|
1626
1583
|
type: Array,
|
|
1627
1584
|
default: () => undefined,
|
|
1628
|
-
})
|
|
1629
|
-
__metadata("design:type", Array)
|
|
1585
|
+
})
|
|
1630
1586
|
], TekGrid$1.prototype, "toolbarSlot", void 0);
|
|
1631
1587
|
TekGrid$1 = __decorate([
|
|
1632
1588
|
vuePropertyDecorator.Component
|
|
@@ -1670,7 +1626,6 @@
|
|
|
1670
1626
|
height: _vm.instance.height,
|
|
1671
1627
|
items: _vm.getData(),
|
|
1672
1628
|
search: _vm.instance.datasource.search,
|
|
1673
|
-
"show-select": _vm.instance.selectable,
|
|
1674
1629
|
dense: _vm.instance.dense,
|
|
1675
1630
|
loading: _vm.instance.datasource.loading,
|
|
1676
1631
|
"item-key": _vm.instance.datasource.uniqueKey,
|
|
@@ -1682,6 +1637,7 @@
|
|
|
1682
1637
|
"loading-text": _vm.$t(_vm.instance.loadingText),
|
|
1683
1638
|
"no-data-text": _vm.$t(_vm.instance.noDataText),
|
|
1684
1639
|
"no-results-text": _vm.$t(_vm.instance.noResultText),
|
|
1640
|
+
set: (_vm.canEditRowValues = {}),
|
|
1685
1641
|
},
|
|
1686
1642
|
on: {
|
|
1687
1643
|
"current-items": function ($event) {
|
|
@@ -1752,32 +1708,34 @@
|
|
|
1752
1708
|
_vm.instance.headerBackground,
|
|
1753
1709
|
},
|
|
1754
1710
|
[
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1711
|
+
_vm.instance.showSelectAll
|
|
1712
|
+
? _c("v-checkbox", {
|
|
1713
|
+
staticClass: "zd-grid-header-checkbox",
|
|
1714
|
+
attrs: {
|
|
1715
|
+
"hide-details": "",
|
|
1716
|
+
color: "primary",
|
|
1717
|
+
disabled: _vm.instance.editing,
|
|
1718
|
+
"on-icon": _vm.$getIcon("checkboxOn"),
|
|
1719
|
+
"off-icon": _vm.$getIcon("checkboxOff"),
|
|
1720
|
+
"indeterminate-icon": _vm.$getIcon(
|
|
1721
|
+
"checkboxIndeterminate"
|
|
1722
|
+
),
|
|
1723
|
+
"input-value": props.everyItem,
|
|
1724
|
+
indeterminate:
|
|
1725
|
+
!props.everyItem && props.someItems,
|
|
1726
|
+
},
|
|
1727
|
+
on: {
|
|
1728
|
+
click: function ($event) {
|
|
1729
|
+
$event.stopPropagation();
|
|
1730
|
+
_vm.toggleSelectAll();
|
|
1731
|
+
_vm.selectAllClick(
|
|
1732
|
+
!props.everyItem,
|
|
1733
|
+
$event
|
|
1734
|
+
);
|
|
1735
|
+
},
|
|
1736
|
+
},
|
|
1737
|
+
})
|
|
1738
|
+
: _vm._e(),
|
|
1781
1739
|
],
|
|
1782
1740
|
1
|
|
1783
1741
|
)
|
|
@@ -2487,7 +2445,9 @@
|
|
|
2487
2445
|
attrs: {
|
|
2488
2446
|
"hide-details": "",
|
|
2489
2447
|
color: "primary",
|
|
2490
|
-
disabled:
|
|
2448
|
+
disabled:
|
|
2449
|
+
_vm.instance.editing ||
|
|
2450
|
+
_vm.instance.callDisableSelection(item),
|
|
2491
2451
|
"on-icon": _vm.$getIcon("checkboxOn"),
|
|
2492
2452
|
"off-icon": _vm.$getIcon("checkboxOff"),
|
|
2493
2453
|
"indeterminate-icon": _vm.$getIcon(
|
|
@@ -2584,9 +2544,9 @@
|
|
|
2584
2544
|
[
|
|
2585
2545
|
_vm._v(
|
|
2586
2546
|
_vm._s(
|
|
2587
|
-
item.groupLabel
|
|
2588
|
-
": "
|
|
2589
|
-
item.groupValue
|
|
2547
|
+
(item.groupLabel
|
|
2548
|
+
? item.groupLabel + ": "
|
|
2549
|
+
: "") + item.groupValue
|
|
2590
2550
|
)
|
|
2591
2551
|
),
|
|
2592
2552
|
]
|
|
@@ -2614,6 +2574,10 @@
|
|
|
2614
2574
|
"theme--light":
|
|
2615
2575
|
!_vm.$vuetify.theme.dark || _vm.instance.light,
|
|
2616
2576
|
},
|
|
2577
|
+
attrs: {
|
|
2578
|
+
set: (_vm.canEditRowValues[_vm.rowKey(item)] =
|
|
2579
|
+
_vm.instance.callCanEditRow(item)),
|
|
2580
|
+
},
|
|
2617
2581
|
on: {
|
|
2618
2582
|
click: function ($event) {
|
|
2619
2583
|
return _vm.rowClick(item, $event)
|
|
@@ -2648,7 +2612,9 @@
|
|
|
2648
2612
|
attrs: {
|
|
2649
2613
|
"hide-details": "",
|
|
2650
2614
|
color: "primary",
|
|
2651
|
-
disabled:
|
|
2615
|
+
disabled:
|
|
2616
|
+
_vm.instance.editing ||
|
|
2617
|
+
_vm.instance.callDisableSelection(item),
|
|
2652
2618
|
"on-icon": _vm.$getIcon("checkboxOn"),
|
|
2653
2619
|
"off-icon": _vm.$getIcon("checkboxOff"),
|
|
2654
2620
|
"true-value": true,
|
|
@@ -2717,7 +2683,10 @@
|
|
|
2717
2683
|
{},
|
|
2718
2684
|
column,
|
|
2719
2685
|
cellProps
|
|
2720
|
-
).editable
|
|
2686
|
+
).editable &&
|
|
2687
|
+
_vm.canEditRowValues[
|
|
2688
|
+
_vm.rowKey(item)
|
|
2689
|
+
],
|
|
2721
2690
|
"zd-table-fixed-column":
|
|
2722
2691
|
column.fixed,
|
|
2723
2692
|
},
|
|
@@ -2756,11 +2725,14 @@
|
|
|
2756
2725
|
],
|
|
2757
2726
|
on: {
|
|
2758
2727
|
click: function ($event) {
|
|
2759
|
-
|
|
2728
|
+
_vm.cellClick(
|
|
2760
2729
|
item,
|
|
2761
2730
|
column,
|
|
2762
|
-
$event
|
|
2763
|
-
|
|
2731
|
+
$event,
|
|
2732
|
+
_vm.canEditRowValues[
|
|
2733
|
+
_vm.rowKey(item)
|
|
2734
|
+
]
|
|
2735
|
+
);
|
|
2764
2736
|
},
|
|
2765
2737
|
},
|
|
2766
2738
|
},
|
|
@@ -2815,6 +2787,9 @@
|
|
|
2815
2787
|
column,
|
|
2816
2788
|
cellProps
|
|
2817
2789
|
).editable &&
|
|
2790
|
+
_vm.canEditRowValues[
|
|
2791
|
+
_vm.rowKey(item)
|
|
2792
|
+
] &&
|
|
2818
2793
|
_vm.instance.editing &&
|
|
2819
2794
|
!item.groupFooter
|
|
2820
2795
|
? _c(
|
|
@@ -3225,7 +3200,7 @@
|
|
|
3225
3200
|
/* style */
|
|
3226
3201
|
const __vue_inject_styles__$b = function (inject) {
|
|
3227
3202
|
if (!inject) return
|
|
3228
|
-
inject("data-v-
|
|
3203
|
+
inject("data-v-5d126417_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
3204
|
|
|
3230
3205
|
};
|
|
3231
3206
|
/* scoped */
|
|
@@ -3646,8 +3621,7 @@
|
|
|
3646
3621
|
}
|
|
3647
3622
|
};
|
|
3648
3623
|
TekGridColumnsOptionsController = __decorate([
|
|
3649
|
-
core.Singleton
|
|
3650
|
-
__metadata("design:paramtypes", [common.Modal])
|
|
3624
|
+
core.Singleton
|
|
3651
3625
|
], TekGridColumnsOptionsController);
|
|
3652
3626
|
var TekGridColumnsOptionsController$1 = TekGridColumnsOptionsController;
|
|
3653
3627
|
|
|
@@ -4203,14 +4177,10 @@
|
|
|
4203
4177
|
}
|
|
4204
4178
|
};
|
|
4205
4179
|
__decorate([
|
|
4206
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
4207
|
-
__metadata("design:type", Object)
|
|
4180
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
4208
4181
|
], TekGridColumnsButton.prototype, "hideGroups", void 0);
|
|
4209
4182
|
__decorate([
|
|
4210
|
-
vuePropertyDecorator.Watch('menuIsOpened')
|
|
4211
|
-
__metadata("design:type", Function),
|
|
4212
|
-
__metadata("design:paramtypes", []),
|
|
4213
|
-
__metadata("design:returntype", void 0)
|
|
4183
|
+
vuePropertyDecorator.Watch('menuIsOpened')
|
|
4214
4184
|
], TekGridColumnsButton.prototype, "menuOpenedChange", null);
|
|
4215
4185
|
TekGridColumnsButton = __decorate([
|
|
4216
4186
|
vuePropertyDecorator.Component
|
|
@@ -5025,12 +4995,10 @@
|
|
|
5025
4995
|
}
|
|
5026
4996
|
};
|
|
5027
4997
|
__decorate([
|
|
5028
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5029
|
-
__metadata("design:type", String)
|
|
4998
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5030
4999
|
], TekImage.prototype, "to", void 0);
|
|
5031
5000
|
__decorate([
|
|
5032
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5033
|
-
__metadata("design:type", String)
|
|
5001
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5034
5002
|
], TekImage.prototype, "src", void 0);
|
|
5035
5003
|
TekImage = __decorate([
|
|
5036
5004
|
vuePropertyDecorator.Component
|
|
@@ -5096,8 +5064,7 @@
|
|
|
5096
5064
|
}
|
|
5097
5065
|
};
|
|
5098
5066
|
__decorate([
|
|
5099
|
-
vuePropertyDecorator.Prop({ type: Object })
|
|
5100
|
-
__metadata("design:type", Object)
|
|
5067
|
+
vuePropertyDecorator.Prop({ type: Object })
|
|
5101
5068
|
], TekIterableCarousel.prototype, "iterable", void 0);
|
|
5102
5069
|
TekIterableCarousel = __decorate([
|
|
5103
5070
|
vuePropertyDecorator.Component
|
|
@@ -5224,24 +5191,19 @@
|
|
|
5224
5191
|
}
|
|
5225
5192
|
};
|
|
5226
5193
|
__decorate([
|
|
5227
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5228
|
-
__metadata("design:type", Array)
|
|
5194
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5229
5195
|
], TekIterableComponentRender.prototype, "footerSlot", void 0);
|
|
5230
5196
|
__decorate([
|
|
5231
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5232
|
-
__metadata("design:type", Array)
|
|
5197
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => [] })
|
|
5233
5198
|
], TekIterableComponentRender.prototype, "toolbarSlot", void 0);
|
|
5234
5199
|
__decorate([
|
|
5235
|
-
vuePropertyDecorator.Prop({ type: [Object, String] })
|
|
5236
|
-
__metadata("design:type", Object)
|
|
5200
|
+
vuePropertyDecorator.Prop({ type: [Object, String] })
|
|
5237
5201
|
], TekIterableComponentRender.prototype, "componentMetadata", void 0);
|
|
5238
5202
|
__decorate([
|
|
5239
|
-
vuetify.PropWatch({ type: String, default: 'row' })
|
|
5240
|
-
__metadata("design:type", String)
|
|
5203
|
+
vuetify.PropWatch({ type: String, default: 'row' })
|
|
5241
5204
|
], TekIterableComponentRender.prototype, "rowPropName", void 0);
|
|
5242
5205
|
__decorate([
|
|
5243
|
-
vuePropertyDecorator.Prop({ type: Array, default: () => ([]) })
|
|
5244
|
-
__metadata("design:type", Array)
|
|
5206
|
+
vuePropertyDecorator.Prop({ type: Array, default: () => ([]) })
|
|
5245
5207
|
], TekIterableComponentRender.prototype, "errorSlot", void 0);
|
|
5246
5208
|
__decorate([
|
|
5247
5209
|
vuePropertyDecorator.Prop({
|
|
@@ -5254,8 +5216,7 @@
|
|
|
5254
5216
|
text: 'NO_DATA',
|
|
5255
5217
|
},
|
|
5256
5218
|
]),
|
|
5257
|
-
})
|
|
5258
|
-
__metadata("design:type", Array)
|
|
5219
|
+
})
|
|
5259
5220
|
], TekIterableComponentRender.prototype, "noDataSlot", void 0);
|
|
5260
5221
|
__decorate([
|
|
5261
5222
|
vuePropertyDecorator.Prop({
|
|
@@ -5268,20 +5229,16 @@
|
|
|
5268
5229
|
text: 'NO_RESULT',
|
|
5269
5230
|
},
|
|
5270
5231
|
]),
|
|
5271
|
-
})
|
|
5272
|
-
__metadata("design:type", Array)
|
|
5232
|
+
})
|
|
5273
5233
|
], TekIterableComponentRender.prototype, "noResultSlot", void 0);
|
|
5274
5234
|
__decorate([
|
|
5275
|
-
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5276
|
-
__metadata("design:type", Object)
|
|
5235
|
+
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5277
5236
|
], TekIterableComponentRender.prototype, "height", void 0);
|
|
5278
5237
|
__decorate([
|
|
5279
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5280
|
-
__metadata("design:type", Object)
|
|
5238
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5281
5239
|
], TekIterableComponentRender.prototype, "maxHeight", void 0);
|
|
5282
5240
|
__decorate([
|
|
5283
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5284
|
-
__metadata("design:type", Object)
|
|
5241
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5285
5242
|
], TekIterableComponentRender.prototype, "minHeight", void 0);
|
|
5286
5243
|
TekIterableComponentRender = __decorate([
|
|
5287
5244
|
vuePropertyDecorator.Component
|
|
@@ -5523,16 +5480,13 @@
|
|
|
5523
5480
|
}
|
|
5524
5481
|
};
|
|
5525
5482
|
__decorate([
|
|
5526
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5527
|
-
__metadata("design:type", String)
|
|
5483
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5528
5484
|
], TekLoading.prototype, "text", void 0);
|
|
5529
5485
|
__decorate([
|
|
5530
|
-
vuetify.PropWatch({ type: String, default: loading })
|
|
5531
|
-
__metadata("design:type", String)
|
|
5486
|
+
vuetify.PropWatch({ type: String, default: loading })
|
|
5532
5487
|
], TekLoading.prototype, "image", void 0);
|
|
5533
5488
|
__decorate([
|
|
5534
|
-
vuetify.PropWatch({ type: [Number, String], default: 999 })
|
|
5535
|
-
__metadata("design:type", Object)
|
|
5489
|
+
vuetify.PropWatch({ type: [Number, String], default: 999 })
|
|
5536
5490
|
], TekLoading.prototype, "zdIndex", void 0);
|
|
5537
5491
|
TekLoading = __decorate([
|
|
5538
5492
|
vuePropertyDecorator.Component
|
|
@@ -5615,8 +5569,7 @@
|
|
|
5615
5569
|
}
|
|
5616
5570
|
};
|
|
5617
5571
|
__decorate([
|
|
5618
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5619
|
-
__metadata("design:type", String)
|
|
5572
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5620
5573
|
], TekNotifications.prototype, "allNotificationsPath", void 0);
|
|
5621
5574
|
TekNotifications = __decorate([
|
|
5622
5575
|
vuePropertyDecorator.Component
|
|
@@ -5755,56 +5708,43 @@
|
|
|
5755
5708
|
}
|
|
5756
5709
|
};
|
|
5757
5710
|
__decorate([
|
|
5758
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5759
|
-
__metadata("design:type", String)
|
|
5711
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5760
5712
|
], TekProductCard.prototype, "id", void 0);
|
|
5761
5713
|
__decorate([
|
|
5762
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5763
|
-
__metadata("design:type", String)
|
|
5714
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5764
5715
|
], TekProductCard.prototype, "to", void 0);
|
|
5765
5716
|
__decorate([
|
|
5766
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5767
|
-
__metadata("design:type", String)
|
|
5717
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5768
5718
|
], TekProductCard.prototype, "src", void 0);
|
|
5769
5719
|
__decorate([
|
|
5770
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5771
|
-
__metadata("design:type", String)
|
|
5720
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5772
5721
|
], TekProductCard.prototype, "errorImagePath", void 0);
|
|
5773
5722
|
__decorate([
|
|
5774
|
-
vuetify.PropWatch({ type: String, default: 'UNAVAILABLE_IMAGE' })
|
|
5775
|
-
__metadata("design:type", String)
|
|
5723
|
+
vuetify.PropWatch({ type: String, default: 'UNAVAILABLE_IMAGE' })
|
|
5776
5724
|
], TekProductCard.prototype, "errorImageText", void 0);
|
|
5777
5725
|
__decorate([
|
|
5778
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5779
|
-
__metadata("design:type", String)
|
|
5726
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5780
5727
|
], TekProductCard.prototype, "productName", void 0);
|
|
5781
5728
|
__decorate([
|
|
5782
|
-
vuetify.PropWatch({ type: String })
|
|
5783
|
-
__metadata("design:type", String)
|
|
5729
|
+
vuetify.PropWatch({ type: String })
|
|
5784
5730
|
], TekProductCard.prototype, "productSupplier", void 0);
|
|
5785
5731
|
__decorate([
|
|
5786
|
-
vuetify.PropWatch({ type: String })
|
|
5787
|
-
__metadata("design:type", String)
|
|
5732
|
+
vuetify.PropWatch({ type: String })
|
|
5788
5733
|
], TekProductCard.prototype, "productBrand", void 0);
|
|
5789
5734
|
__decorate([
|
|
5790
|
-
vuetify.PropWatch({ type: [String, Number] })
|
|
5791
|
-
__metadata("design:type", Object)
|
|
5735
|
+
vuetify.PropWatch({ type: [String, Number] })
|
|
5792
5736
|
], TekProductCard.prototype, "productPrice", void 0);
|
|
5793
5737
|
__decorate([
|
|
5794
|
-
vuetify.PropWatch({ type: String, default: '' })
|
|
5795
|
-
__metadata("design:type", String)
|
|
5738
|
+
vuetify.PropWatch({ type: String, default: '' })
|
|
5796
5739
|
], TekProductCard.prototype, "width", void 0);
|
|
5797
5740
|
__decorate([
|
|
5798
|
-
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5799
|
-
__metadata("design:type", Object)
|
|
5741
|
+
vuetify.PropWatch({ type: [Number, String], default: 'auto' })
|
|
5800
5742
|
], TekProductCard.prototype, "height", void 0);
|
|
5801
5743
|
__decorate([
|
|
5802
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5803
|
-
__metadata("design:type", Object)
|
|
5744
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5804
5745
|
], TekProductCard.prototype, "maxHeight", void 0);
|
|
5805
5746
|
__decorate([
|
|
5806
|
-
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5807
|
-
__metadata("design:type", Object)
|
|
5747
|
+
vuetify.PropWatch({ type: [Number, String], default: 'none' })
|
|
5808
5748
|
], TekProductCard.prototype, "minHeight", void 0);
|
|
5809
5749
|
TekProductCard = __decorate([
|
|
5810
5750
|
vuePropertyDecorator.Component
|
|
@@ -6301,75 +6241,58 @@
|
|
|
6301
6241
|
}
|
|
6302
6242
|
};
|
|
6303
6243
|
__decorate([
|
|
6304
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
6305
|
-
__metadata("design:type", String)
|
|
6244
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
6306
6245
|
], TekGrid.prototype, "title", void 0);
|
|
6307
6246
|
__decorate([
|
|
6308
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6309
|
-
__metadata("design:type", Object)
|
|
6247
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6310
6248
|
], TekGrid.prototype, "addButton", void 0);
|
|
6311
6249
|
__decorate([
|
|
6312
|
-
vuetify.PropWatch({ type: [String], default: 'none' })
|
|
6313
|
-
__metadata("design:type", String)
|
|
6250
|
+
vuetify.PropWatch({ type: [String], default: 'none' })
|
|
6314
6251
|
], TekGrid.prototype, "deleteButton", void 0);
|
|
6315
6252
|
__decorate([
|
|
6316
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6317
|
-
__metadata("design:type", Object)
|
|
6253
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6318
6254
|
], TekGrid.prototype, "columnsButton", void 0);
|
|
6319
6255
|
__decorate([
|
|
6320
|
-
vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
|
|
6321
|
-
__metadata("design:type", Object)
|
|
6256
|
+
vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
|
|
6322
6257
|
], TekGrid.prototype, "columnsButtonIgnore", void 0);
|
|
6323
6258
|
__decorate([
|
|
6324
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6325
|
-
__metadata("design:type", Object)
|
|
6259
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6326
6260
|
], TekGrid.prototype, "filterButton", void 0);
|
|
6327
6261
|
__decorate([
|
|
6328
|
-
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
6329
|
-
__metadata("design:type", Object)
|
|
6262
|
+
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
6330
6263
|
], TekGrid.prototype, "showSearch", void 0);
|
|
6331
6264
|
__decorate([
|
|
6332
|
-
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6333
|
-
__metadata("design:type", Object)
|
|
6265
|
+
vuetify.PropWatch({ type: [Boolean, String], default: false })
|
|
6334
6266
|
], TekGrid.prototype, "columnFilterButton", void 0);
|
|
6335
6267
|
__decorate([
|
|
6336
|
-
vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
|
|
6337
|
-
__metadata("design:type", Array)
|
|
6268
|
+
vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
|
|
6338
6269
|
], TekGrid.prototype, "actions", void 0);
|
|
6339
6270
|
__decorate([
|
|
6340
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6341
|
-
__metadata("design:type", Object)
|
|
6271
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6342
6272
|
], TekGrid.prototype, "dragColumns", void 0);
|
|
6343
6273
|
__decorate([
|
|
6344
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6345
|
-
__metadata("design:type", Object)
|
|
6274
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6346
6275
|
], TekGrid.prototype, "resizeColumns", void 0);
|
|
6347
6276
|
__decorate([
|
|
6348
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6349
|
-
__metadata("design:type", Object)
|
|
6277
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6350
6278
|
], TekGrid.prototype, "showLayoutOptions", void 0);
|
|
6351
6279
|
__decorate([
|
|
6352
|
-
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
6353
|
-
__metadata("design:type", Object)
|
|
6280
|
+
vuetify.PropWatch({ type: [String, Boolean], default: false })
|
|
6354
6281
|
], TekGrid.prototype, "showExport", void 0);
|
|
6355
6282
|
__decorate([
|
|
6356
|
-
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6357
|
-
__metadata("design:type", Object)
|
|
6283
|
+
vuetify.PropWatch({ type: [String, Boolean], default: true })
|
|
6358
6284
|
], TekGrid.prototype, "showReload", void 0);
|
|
6359
6285
|
__decorate([
|
|
6360
|
-
vuePropertyDecorator.Prop({ type: [String, Array] })
|
|
6361
|
-
__metadata("design:type", Array)
|
|
6286
|
+
vuePropertyDecorator.Prop({ type: [String, Array] })
|
|
6362
6287
|
], TekGrid.prototype, "exportConfig", void 0);
|
|
6363
6288
|
__decorate([
|
|
6364
|
-
vuePropertyDecorator.Prop({ type: [Array] })
|
|
6365
|
-
__metadata("design:type", Array)
|
|
6289
|
+
vuePropertyDecorator.Prop({ type: [Array] })
|
|
6366
6290
|
], TekGrid.prototype, "exportActions", void 0);
|
|
6367
6291
|
__decorate([
|
|
6368
6292
|
vuePropertyDecorator.Prop({
|
|
6369
6293
|
type: Array,
|
|
6370
6294
|
default: () => undefined,
|
|
6371
|
-
})
|
|
6372
|
-
__metadata("design:type", Array)
|
|
6295
|
+
})
|
|
6373
6296
|
], TekGrid.prototype, "toolbarSlot", void 0);
|
|
6374
6297
|
TekGrid = __decorate([
|
|
6375
6298
|
vuePropertyDecorator.Component
|
|
@@ -6414,7 +6337,6 @@
|
|
|
6414
6337
|
headers: _vm.instance.columns,
|
|
6415
6338
|
items: _vm.getData(),
|
|
6416
6339
|
search: _vm.instance.datasource.search,
|
|
6417
|
-
"show-select": _vm.instance.selectable,
|
|
6418
6340
|
dense: _vm.instance.dense,
|
|
6419
6341
|
loading: _vm.instance.datasource.loading,
|
|
6420
6342
|
"item-key": _vm.instance.datasource.uniqueKey,
|
|
@@ -6426,6 +6348,7 @@
|
|
|
6426
6348
|
"loading-text": _vm.$t(_vm.instance.loadingText),
|
|
6427
6349
|
"no-data-text": _vm.$t(_vm.instance.noDataText),
|
|
6428
6350
|
"no-results-text": _vm.$t(_vm.instance.noResultText),
|
|
6351
|
+
set: (_vm.canEditRowValues = {}),
|
|
6429
6352
|
},
|
|
6430
6353
|
on: {
|
|
6431
6354
|
"current-items": function ($event) {
|
|
@@ -6483,32 +6406,36 @@
|
|
|
6483
6406
|
_vm.instance.headerBackground,
|
|
6484
6407
|
},
|
|
6485
6408
|
[
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
|
|
6495
|
-
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6409
|
+
_vm.instance.showSelectAll
|
|
6410
|
+
? _c("v-checkbox", {
|
|
6411
|
+
staticClass: "zd-grid-header-checkbox",
|
|
6412
|
+
attrs: {
|
|
6413
|
+
"hide-details": "",
|
|
6414
|
+
color: "primary",
|
|
6415
|
+
disabled: _vm.instance.editing,
|
|
6416
|
+
"on-icon": _vm.$getIcon("checkboxOn"),
|
|
6417
|
+
"off-icon": _vm.$getIcon("checkboxOff"),
|
|
6418
|
+
"indeterminate-icon": _vm.$getIcon(
|
|
6419
|
+
"checkboxIndeterminate"
|
|
6420
|
+
),
|
|
6421
|
+
value: props.everyItem,
|
|
6422
|
+
indeterminate:
|
|
6423
|
+
!props.everyItem && props.someItems,
|
|
6424
|
+
},
|
|
6425
|
+
on: {
|
|
6426
|
+
click: function ($event) {
|
|
6427
|
+
$event.stopPropagation();
|
|
6428
|
+
on["toggle-select-all"](
|
|
6429
|
+
!props.everyItem
|
|
6430
|
+
);
|
|
6431
|
+
_vm.selectAllClick(
|
|
6432
|
+
!props.everyItem,
|
|
6433
|
+
$event
|
|
6434
|
+
);
|
|
6435
|
+
},
|
|
6436
|
+
},
|
|
6437
|
+
})
|
|
6438
|
+
: _vm._e(),
|
|
6512
6439
|
],
|
|
6513
6440
|
1
|
|
6514
6441
|
)
|
|
@@ -7115,6 +7042,10 @@
|
|
|
7115
7042
|
active: isSelected,
|
|
7116
7043
|
current: _vm.isCurrentRow(item),
|
|
7117
7044
|
},
|
|
7045
|
+
attrs: {
|
|
7046
|
+
set: (_vm.canEditRowValues[_vm.rowKey(item)] =
|
|
7047
|
+
_vm.instance.callCanEditRow(item)),
|
|
7048
|
+
},
|
|
7118
7049
|
on: {
|
|
7119
7050
|
click: function ($event) {
|
|
7120
7051
|
return _vm.rowClick(item, $event)
|
|
@@ -7135,12 +7066,17 @@
|
|
|
7135
7066
|
attrs: {
|
|
7136
7067
|
"hide-details": "",
|
|
7137
7068
|
color: "primary",
|
|
7138
|
-
disabled:
|
|
7069
|
+
disabled:
|
|
7070
|
+
_vm.instance.editing ||
|
|
7071
|
+
_vm.instance.callDisableSelection(item),
|
|
7139
7072
|
"on-icon": _vm.$getIcon("checkboxOn"),
|
|
7140
7073
|
"off-icon": _vm.$getIcon("checkboxOff"),
|
|
7141
7074
|
"true-value": true,
|
|
7142
7075
|
"false-value": false,
|
|
7143
7076
|
value: isSelected,
|
|
7077
|
+
indeterminate:
|
|
7078
|
+
!_vm.checkEvery(item) &&
|
|
7079
|
+
_vm.checkSome(item),
|
|
7144
7080
|
},
|
|
7145
7081
|
on: {
|
|
7146
7082
|
click: function ($event) {
|
|
@@ -7198,7 +7134,10 @@
|
|
|
7198
7134
|
{},
|
|
7199
7135
|
column,
|
|
7200
7136
|
cellProps
|
|
7201
|
-
).editable
|
|
7137
|
+
).editable &&
|
|
7138
|
+
_vm.canEditRowValues[
|
|
7139
|
+
_vm.rowKey(item)
|
|
7140
|
+
],
|
|
7202
7141
|
"zd-table-fixed-column":
|
|
7203
7142
|
column.fixed,
|
|
7204
7143
|
},
|
|
@@ -7220,11 +7159,14 @@
|
|
|
7220
7159
|
],
|
|
7221
7160
|
on: {
|
|
7222
7161
|
click: function ($event) {
|
|
7223
|
-
|
|
7162
|
+
_vm.cellClick(
|
|
7224
7163
|
item,
|
|
7225
7164
|
column,
|
|
7226
|
-
$event
|
|
7227
|
-
|
|
7165
|
+
$event,
|
|
7166
|
+
_vm.canEditRowValues[
|
|
7167
|
+
_vm.rowKey(item)
|
|
7168
|
+
]
|
|
7169
|
+
);
|
|
7228
7170
|
},
|
|
7229
7171
|
},
|
|
7230
7172
|
},
|
|
@@ -7241,7 +7183,11 @@
|
|
|
7241
7183
|
: _vm._e(),
|
|
7242
7184
|
_vm._v(" "),
|
|
7243
7185
|
Object.assign({}, column, cellProps)
|
|
7244
|
-
.editable &&
|
|
7186
|
+
.editable &&
|
|
7187
|
+
_vm.canEditRowValues[
|
|
7188
|
+
_vm.rowKey(item)
|
|
7189
|
+
] &&
|
|
7190
|
+
_vm.instance.editing
|
|
7245
7191
|
? _c(
|
|
7246
7192
|
"span",
|
|
7247
7193
|
{
|
|
@@ -7693,7 +7639,7 @@
|
|
|
7693
7639
|
/* style */
|
|
7694
7640
|
const __vue_inject_styles__$2 = function (inject) {
|
|
7695
7641
|
if (!inject) return
|
|
7696
|
-
inject("data-v-
|
|
7642
|
+
inject("data-v-a33ce1b6_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
7643
|
|
|
7698
7644
|
};
|
|
7699
7645
|
/* scoped */
|
|
@@ -7728,24 +7674,19 @@
|
|
|
7728
7674
|
}
|
|
7729
7675
|
};
|
|
7730
7676
|
__decorate([
|
|
7731
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7732
|
-
__metadata("design:type", String)
|
|
7677
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7733
7678
|
], TekUserInfo.prototype, "aboutImage", void 0);
|
|
7734
7679
|
__decorate([
|
|
7735
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7736
|
-
__metadata("design:type", String)
|
|
7680
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7737
7681
|
], TekUserInfo.prototype, "defaultEmail", void 0);
|
|
7738
7682
|
__decorate([
|
|
7739
|
-
vuetify.PropWatch({ type: [Object, String], default: null })
|
|
7740
|
-
__metadata("design:type", Object)
|
|
7683
|
+
vuetify.PropWatch({ type: [Object, String], default: null })
|
|
7741
7684
|
], TekUserInfo.prototype, "versionInfo", void 0);
|
|
7742
7685
|
__decorate([
|
|
7743
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7744
|
-
__metadata("design:type", String)
|
|
7686
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7745
7687
|
], TekUserInfo.prototype, "versionUrl", void 0);
|
|
7746
7688
|
__decorate([
|
|
7747
|
-
vuePropertyDecorator.Prop({ type: [Array], default: undefined })
|
|
7748
|
-
__metadata("design:type", Object)
|
|
7689
|
+
vuePropertyDecorator.Prop({ type: [Array], default: undefined })
|
|
7749
7690
|
], TekUserInfo.prototype, "bottomSlot", void 0);
|
|
7750
7691
|
TekUserInfo = __decorate([
|
|
7751
7692
|
vuePropertyDecorator.Component
|
|
@@ -7845,12 +7786,10 @@
|
|
|
7845
7786
|
}
|
|
7846
7787
|
};
|
|
7847
7788
|
__decorate([
|
|
7848
|
-
vuetify.PropWatch({ type: [String], default: '' })
|
|
7849
|
-
__metadata("design:type", String)
|
|
7789
|
+
vuetify.PropWatch({ type: [String], default: '' })
|
|
7850
7790
|
], TekUserInfoList.prototype, "parentName", void 0);
|
|
7851
7791
|
__decorate([
|
|
7852
|
-
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
7853
|
-
__metadata("design:type", Boolean)
|
|
7792
|
+
vuetify.PropWatch({ type: [Boolean, String], default: true })
|
|
7854
7793
|
], TekUserInfoList.prototype, "dense", void 0);
|
|
7855
7794
|
TekUserInfoList = __decorate([
|
|
7856
7795
|
vuePropertyDecorator.Component
|