@zeedhi/teknisa-components-vuetify 1.111.0 → 1.113.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.
@@ -2,7 +2,7 @@ import { ModalService, IterableComponentRender, Icons } from '@zeedhi/common';
2
2
  import { ZdUserInfo } from '@zeedhi/zd-user-info-vue';
3
3
  import { Metadata, Config, dayjs, Singleton, Utils, I18n, Loader, VersionService } from '@zeedhi/core';
4
4
  import { Prop, Component, Watch } from 'vue-property-decorator';
5
- import { BreadcrumbHeader, CardTitle, CrudButton, CrudAddButton, CrudCancelButton, CrudDeleteButton, CrudForm, CrudSaveButton, TekGrid as TekGrid$3, TekRestDatasource, TekMemoryDatasource, TekGridColumn, TekGridColumnsButton as TekGridColumnsButton$1, TekGridFilterButton as TekGridFilterButton$1, TekGridLayoutOptions as TekGridLayoutOptions$1, TekFilterHelper, Image, ProductCard, TekTreeGrid, TekUserInfo as TekUserInfo$1, TekUserInfoList as TekUserInfoList$1, TekDragGrid as TekDragGrid$1, IterableCarousel, Loading, Notifications } from '@zeedhi/teknisa-components-common';
5
+ import { BreadcrumbHeader, CardTitle, CrudButton, CrudAddButton, CrudCancelButton, CrudDeleteButton, CrudForm, CrudSaveButton, TekGrid as TekGrid$2, TekRestDatasource, TekMemoryDatasource, TekGridColumn, TekGridColumnsButton as TekGridColumnsButton$1, TekGridFilterButton as TekGridFilterButton$1, TekGridLayoutOptions as TekGridLayoutOptions$1, TekFilterHelper, Image, ProductCard, TekTreeGrid as TekTreeGrid$1, TekUserInfo as TekUserInfo$1, TekUserInfoList as TekUserInfoList$1, TekDragGrid as TekDragGrid$1, IterableCarousel, Loading, Notifications } from '@zeedhi/teknisa-components-common';
6
6
  import { PropWatch, ZdComponent, ZdComponentRender, components as components$1, ZdForm, EditableMixin, NavigableTableMixin, ZdGrid, ZdIterableColumnsButton, setFillHeight, ZdIterableComponentRender, ZdLoading, ZdIterable } from '@zeedhi/vuetify';
7
7
  import debounce from 'lodash.debounce';
8
8
  import Vue from 'vue';
@@ -1147,10 +1147,10 @@ const ZdGridEditable = components$1.ZdGridEditable;
1147
1147
  /**
1148
1148
  * TekGrid component
1149
1149
  */
1150
- let TekGrid$1 = class TekGrid extends ZdGridEditable {
1150
+ let TekGrid = class TekGrid extends ZdGridEditable {
1151
1151
  constructor() {
1152
1152
  super(...arguments);
1153
- this.instanceType = TekGrid$3;
1153
+ this.instanceType = TekGrid$2;
1154
1154
  this.visibleRowsLength = 0;
1155
1155
  this.debouncedDatasourceGet = debounce((instance) => {
1156
1156
  const event = new Event('change', { cancelable: true });
@@ -1569,115 +1569,115 @@ let TekGrid$1 = class TekGrid extends ZdGridEditable {
1569
1569
  };
1570
1570
  __decorate([
1571
1571
  PropWatch({ type: [String], default: '' })
1572
- ], TekGrid$1.prototype, "title", void 0);
1572
+ ], TekGrid.prototype, "title", void 0);
1573
1573
  __decorate([
1574
1574
  PropWatch({ type: [Boolean, String], default: false })
1575
- ], TekGrid$1.prototype, "addButton", void 0);
1575
+ ], TekGrid.prototype, "addButton", void 0);
1576
1576
  __decorate([
1577
1577
  PropWatch({ type: [String], default: 'none' })
1578
- ], TekGrid$1.prototype, "deleteButton", void 0);
1578
+ ], TekGrid.prototype, "deleteButton", void 0);
1579
1579
  __decorate([
1580
1580
  PropWatch({ type: [Boolean, String], default: false })
1581
- ], TekGrid$1.prototype, "columnsButton", void 0);
1581
+ ], TekGrid.prototype, "columnsButton", void 0);
1582
1582
  __decorate([
1583
1583
  Prop({ type: [Array, String], default: () => [] })
1584
- ], TekGrid$1.prototype, "columnsButtonIgnore", void 0);
1584
+ ], TekGrid.prototype, "columnsButtonIgnore", void 0);
1585
1585
  __decorate([
1586
1586
  PropWatch({ type: [Boolean, String], default: true })
1587
- ], TekGrid$1.prototype, "showEditButtons", void 0);
1587
+ ], TekGrid.prototype, "showEditButtons", void 0);
1588
1588
  __decorate([
1589
1589
  PropWatch({ type: [Boolean, String], default: false })
1590
- ], TekGrid$1.prototype, "filterButton", void 0);
1590
+ ], TekGrid.prototype, "filterButton", void 0);
1591
1591
  __decorate([
1592
1592
  PropWatch({ type: [Object] })
1593
- ], TekGrid$1.prototype, "modalFilterProps", void 0);
1593
+ ], TekGrid.prototype, "modalFilterProps", void 0);
1594
1594
  __decorate([
1595
1595
  PropWatch({ type: [Boolean, String], default: true })
1596
- ], TekGrid$1.prototype, "showSearch", void 0);
1596
+ ], TekGrid.prototype, "showSearch", void 0);
1597
1597
  __decorate([
1598
1598
  PropWatch({ type: [Boolean, String], default: true })
1599
- ], TekGrid$1.prototype, "showHideButton", void 0);
1599
+ ], TekGrid.prototype, "showHideButton", void 0);
1600
1600
  __decorate([
1601
1601
  PropWatch({ type: [Boolean, String], default: false })
1602
- ], TekGrid$1.prototype, "columnFilterButton", void 0);
1602
+ ], TekGrid.prototype, "columnFilterButton", void 0);
1603
1603
  __decorate([
1604
1604
  PropWatch({ type: Boolean, default: false })
1605
- ], TekGrid$1.prototype, "hideActions", void 0);
1605
+ ], TekGrid.prototype, "hideActions", void 0);
1606
1606
  __decorate([
1607
1607
  Prop({ type: [Array], default: () => [] })
1608
- ], TekGrid$1.prototype, "actions", void 0);
1608
+ ], TekGrid.prototype, "actions", void 0);
1609
1609
  __decorate([
1610
1610
  PropWatch({ type: [String, Boolean], default: true })
1611
- ], TekGrid$1.prototype, "dragColumns", void 0);
1611
+ ], TekGrid.prototype, "dragColumns", void 0);
1612
1612
  __decorate([
1613
1613
  PropWatch({ type: [String, Boolean], default: true })
1614
- ], TekGrid$1.prototype, "resizeColumns", void 0);
1614
+ ], TekGrid.prototype, "resizeColumns", void 0);
1615
1615
  __decorate([
1616
1616
  PropWatch({ type: [String, Boolean], default: true })
1617
- ], TekGrid$1.prototype, "showLayoutOptions", void 0);
1617
+ ], TekGrid.prototype, "showLayoutOptions", void 0);
1618
1618
  __decorate([
1619
1619
  PropWatch({ type: [String, Boolean], default: false })
1620
- ], TekGrid$1.prototype, "showExport", void 0);
1620
+ ], TekGrid.prototype, "showExport", void 0);
1621
1621
  __decorate([
1622
1622
  PropWatch({ type: [String, Boolean], default: true })
1623
- ], TekGrid$1.prototype, "showReload", void 0);
1623
+ ], TekGrid.prototype, "showReload", void 0);
1624
1624
  __decorate([
1625
1625
  PropWatch({ type: [String, Array] })
1626
- ], TekGrid$1.prototype, "exportConfig", void 0);
1626
+ ], TekGrid.prototype, "exportConfig", void 0);
1627
1627
  __decorate([
1628
1628
  Prop({ type: [Array] })
1629
- ], TekGrid$1.prototype, "exportActions", void 0);
1629
+ ], TekGrid.prototype, "exportActions", void 0);
1630
1630
  __decorate([
1631
1631
  PropWatch({ type: [String, Boolean], default: false })
1632
- ], TekGrid$1.prototype, "groupsOpened", void 0);
1632
+ ], TekGrid.prototype, "groupsOpened", void 0);
1633
1633
  __decorate([
1634
1634
  PropWatch({ type: [String, Boolean], default: true })
1635
- ], TekGrid$1.prototype, "showSummaryTotal", void 0);
1635
+ ], TekGrid.prototype, "showSummaryTotal", void 0);
1636
1636
  __decorate([
1637
1637
  PropWatch({ type: [String, Boolean], default: true })
1638
- ], TekGrid$1.prototype, "mainGrid", void 0);
1638
+ ], TekGrid.prototype, "mainGrid", void 0);
1639
1639
  __decorate([
1640
1640
  PropWatch({ type: [String], default: undefined })
1641
- ], TekGrid$1.prototype, "xlsDefaultType", void 0);
1641
+ ], TekGrid.prototype, "xlsDefaultType", void 0);
1642
1642
  __decorate([
1643
1643
  PropWatch({
1644
1644
  type: [String, Boolean],
1645
1645
  default: Config.gridShowCheckboxAllFilter,
1646
1646
  })
1647
- ], TekGrid$1.prototype, "showCheckboxAllFilter", void 0);
1647
+ ], TekGrid.prototype, "showCheckboxAllFilter", void 0);
1648
1648
  __decorate([
1649
1649
  PropWatch({ type: [Boolean], default: true })
1650
- ], TekGrid$1.prototype, "toolbarOpened", void 0);
1650
+ ], TekGrid.prototype, "toolbarOpened", void 0);
1651
1651
  __decorate([
1652
1652
  PropWatch({ type: [Object] })
1653
- ], TekGrid$1.prototype, "defaultFilter", void 0);
1653
+ ], TekGrid.prototype, "defaultFilter", void 0);
1654
1654
  __decorate([
1655
1655
  PropWatch({ type: [String] })
1656
- ], TekGrid$1.prototype, "reportTitle", void 0);
1656
+ ], TekGrid.prototype, "reportTitle", void 0);
1657
1657
  __decorate([
1658
1658
  PropWatch({ type: [Array] })
1659
- ], TekGrid$1.prototype, "toolbarConfig", void 0);
1659
+ ], TekGrid.prototype, "toolbarConfig", void 0);
1660
1660
  __decorate([
1661
1661
  PropWatch({ type: [String, Function] })
1662
- ], TekGrid$1.prototype, "reportLabelFormatter", void 0);
1662
+ ], TekGrid.prototype, "reportLabelFormatter", void 0);
1663
1663
  __decorate([
1664
1664
  Prop({
1665
1665
  type: Array,
1666
1666
  default: () => undefined,
1667
1667
  })
1668
- ], TekGrid$1.prototype, "toolbarSlot", void 0);
1668
+ ], TekGrid.prototype, "toolbarSlot", void 0);
1669
1669
  __decorate([
1670
1670
  Watch('instance.title')
1671
- ], TekGrid$1.prototype, "updateTitle", null);
1672
- TekGrid$1 = __decorate([
1671
+ ], TekGrid.prototype, "updateTitle", null);
1672
+ TekGrid = __decorate([
1673
1673
  Component({
1674
1674
  mixins: [EditableMixin, NavigableTableMixin],
1675
1675
  })
1676
- ], TekGrid$1);
1677
- var TekGrid$2 = TekGrid$1;
1676
+ ], TekGrid);
1677
+ var TekGrid$1 = TekGrid;
1678
1678
 
1679
1679
  /* script */
1680
- const __vue_script__$g = TekGrid$2;
1680
+ const __vue_script__$g = TekGrid$1;
1681
1681
 
1682
1682
  /* template */
1683
1683
  var __vue_render__$g = function () {
@@ -2669,7 +2669,7 @@ var __vue_render__$g = function () {
2669
2669
  cellsApplied:
2670
2670
  cellsApplied,
2671
2671
  visibleValue:
2672
- item[column.name],
2672
+ item[column.valueIn],
2673
2673
  },
2674
2674
  on: {
2675
2675
  mouseenter: function (
@@ -2889,7 +2889,7 @@ __vue_render__$g._withStripped = true;
2889
2889
  /* style */
2890
2890
  const __vue_inject_styles__$g = function (inject) {
2891
2891
  if (!inject) return
2892
- inject("data-v-d1c8d010_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: auto;\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 flex-grow: 1;\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: var(--row-active-color);\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}\n.is-rotated {\n transform: rotate(180deg);\n transition: transform 0.3s ease;\n}\n.toolbar-visible {\n width: 0;\n overflow: hidden;\n white-space: nowrap;\n}", map: undefined, media: undefined });
2892
+ inject("data-v-f285095a_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: auto;\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 flex-grow: 1;\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: var(--row-active-color);\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}\n.is-rotated {\n transform: rotate(180deg);\n transition: transform 0.3s ease;\n}\n.toolbar-visible {\n width: 0;\n overflow: hidden;\n white-space: nowrap;\n}", map: undefined, media: undefined });
2893
2893
 
2894
2894
  };
2895
2895
  /* scoped */
@@ -3349,7 +3349,7 @@ let TekGridColumnsOptionsController = class TekGridColumnsOptionsController {
3349
3349
  set instance(instance) {
3350
3350
  this.instanceValue = instance;
3351
3351
  this.iterableComponent = instance.iterableComponent;
3352
- this.showGroups = instance.iterableComponent instanceof TekGrid$3;
3352
+ this.showGroups = instance.iterableComponent instanceof TekGrid$2;
3353
3353
  this.aggregationData = instance.getAggregationSelectData();
3354
3354
  this.columnData = {};
3355
3355
  this.iterableComponent.columns.forEach((column) => {
@@ -4461,7 +4461,7 @@ let TekGridLayoutOptions = class TekGridLayoutOptions extends ZdComponentRender
4461
4461
  !== oldDynamicFilter)
4462
4462
  && !groupParamsChanged) {
4463
4463
  // Se os parametros de agrupamento tiverem sido alterados um get é feito automaticamente
4464
- if (grid instanceof TekGrid$3) {
4464
+ if (grid instanceof TekGrid$2) {
4465
4465
  grid.loadAfterTasks();
4466
4466
  }
4467
4467
  else {
@@ -4697,10 +4697,10 @@ const ZdTreeGridEditable = components$1.ZdTreeGridEditable;
4697
4697
  /**
4698
4698
  * TekGrid component
4699
4699
  */
4700
- let TekGrid = class TekGrid extends ZdTreeGridEditable {
4700
+ let TekTreeGrid = class TekTreeGrid extends ZdTreeGridEditable {
4701
4701
  constructor() {
4702
4702
  super(...arguments);
4703
- this.instanceType = TekTreeGrid;
4703
+ this.instanceType = TekTreeGrid$1;
4704
4704
  this.debouncedDatasourceGet = debounce((instance) => {
4705
4705
  if (instance.events.beforeApplyFilter) {
4706
4706
  instance.events.beforeApplyFilter({ component: instance });
@@ -5031,83 +5031,83 @@ let TekGrid = class TekGrid extends ZdTreeGridEditable {
5031
5031
  };
5032
5032
  __decorate([
5033
5033
  PropWatch({ type: [String], default: '' })
5034
- ], TekGrid.prototype, "title", void 0);
5034
+ ], TekTreeGrid.prototype, "title", void 0);
5035
5035
  __decorate([
5036
5036
  PropWatch({ type: [Boolean, String], default: false })
5037
- ], TekGrid.prototype, "addButton", void 0);
5037
+ ], TekTreeGrid.prototype, "addButton", void 0);
5038
5038
  __decorate([
5039
5039
  PropWatch({ type: [String], default: 'none' })
5040
- ], TekGrid.prototype, "deleteButton", void 0);
5040
+ ], TekTreeGrid.prototype, "deleteButton", void 0);
5041
5041
  __decorate([
5042
5042
  PropWatch({ type: [Boolean, String], default: false })
5043
- ], TekGrid.prototype, "columnsButton", void 0);
5043
+ ], TekTreeGrid.prototype, "columnsButton", void 0);
5044
5044
  __decorate([
5045
5045
  Prop({ type: [Array, String], default: () => [] })
5046
- ], TekGrid.prototype, "columnsButtonIgnore", void 0);
5046
+ ], TekTreeGrid.prototype, "columnsButtonIgnore", void 0);
5047
5047
  __decorate([
5048
5048
  PropWatch({ type: [Boolean, String], default: true })
5049
- ], TekGrid.prototype, "showEditButtons", void 0);
5049
+ ], TekTreeGrid.prototype, "showEditButtons", void 0);
5050
5050
  __decorate([
5051
5051
  PropWatch({ type: [Boolean, String], default: false })
5052
- ], TekGrid.prototype, "filterButton", void 0);
5052
+ ], TekTreeGrid.prototype, "filterButton", void 0);
5053
5053
  __decorate([
5054
5054
  PropWatch({ type: [Object] })
5055
- ], TekGrid.prototype, "modalFilterProps", void 0);
5055
+ ], TekTreeGrid.prototype, "modalFilterProps", void 0);
5056
5056
  __decorate([
5057
5057
  PropWatch({ type: [Boolean, String], default: true })
5058
- ], TekGrid.prototype, "showSearch", void 0);
5058
+ ], TekTreeGrid.prototype, "showSearch", void 0);
5059
5059
  __decorate([
5060
5060
  PropWatch({ type: [Boolean, String], default: true })
5061
- ], TekGrid.prototype, "showHideButton", void 0);
5061
+ ], TekTreeGrid.prototype, "showHideButton", void 0);
5062
5062
  __decorate([
5063
5063
  PropWatch({ type: [Boolean, String], default: false })
5064
- ], TekGrid.prototype, "columnFilterButton", void 0);
5064
+ ], TekTreeGrid.prototype, "columnFilterButton", void 0);
5065
5065
  __decorate([
5066
5066
  Prop({ type: [Array], default: () => [] })
5067
- ], TekGrid.prototype, "actions", void 0);
5067
+ ], TekTreeGrid.prototype, "actions", void 0);
5068
5068
  __decorate([
5069
5069
  PropWatch({ type: [String, Boolean], default: true })
5070
- ], TekGrid.prototype, "dragColumns", void 0);
5070
+ ], TekTreeGrid.prototype, "dragColumns", void 0);
5071
5071
  __decorate([
5072
5072
  PropWatch({ type: [String, Boolean], default: true })
5073
- ], TekGrid.prototype, "mainGrid", void 0);
5073
+ ], TekTreeGrid.prototype, "mainGrid", void 0);
5074
5074
  __decorate([
5075
5075
  PropWatch({ type: [String, Boolean], default: true })
5076
- ], TekGrid.prototype, "resizeColumns", void 0);
5076
+ ], TekTreeGrid.prototype, "resizeColumns", void 0);
5077
5077
  __decorate([
5078
5078
  PropWatch({ type: [String, Boolean], default: true })
5079
- ], TekGrid.prototype, "showLayoutOptions", void 0);
5079
+ ], TekTreeGrid.prototype, "showLayoutOptions", void 0);
5080
5080
  __decorate([
5081
5081
  PropWatch({ type: [String, Boolean], default: false })
5082
- ], TekGrid.prototype, "showExport", void 0);
5082
+ ], TekTreeGrid.prototype, "showExport", void 0);
5083
5083
  __decorate([
5084
5084
  PropWatch({ type: [String, Boolean], default: true })
5085
- ], TekGrid.prototype, "showReload", void 0);
5085
+ ], TekTreeGrid.prototype, "showReload", void 0);
5086
5086
  __decorate([
5087
5087
  PropWatch({ type: [Object] })
5088
- ], TekGrid.prototype, "defaultFilter", void 0);
5088
+ ], TekTreeGrid.prototype, "defaultFilter", void 0);
5089
5089
  __decorate([
5090
5090
  PropWatch({ type: [String] })
5091
- ], TekGrid.prototype, "reportTitle", void 0);
5091
+ ], TekTreeGrid.prototype, "reportTitle", void 0);
5092
5092
  __decorate([
5093
5093
  Prop({ type: [String, Array] })
5094
- ], TekGrid.prototype, "exportConfig", void 0);
5094
+ ], TekTreeGrid.prototype, "exportConfig", void 0);
5095
5095
  __decorate([
5096
5096
  Prop({ type: [Array] })
5097
- ], TekGrid.prototype, "exportActions", void 0);
5097
+ ], TekTreeGrid.prototype, "exportActions", void 0);
5098
5098
  __decorate([
5099
5099
  Prop({
5100
5100
  type: Array,
5101
5101
  default: () => undefined,
5102
5102
  })
5103
- ], TekGrid.prototype, "toolbarSlot", void 0);
5103
+ ], TekTreeGrid.prototype, "toolbarSlot", void 0);
5104
5104
  __decorate([
5105
5105
  Watch('instance.title')
5106
- ], TekGrid.prototype, "updateTitle", null);
5107
- TekGrid = __decorate([
5106
+ ], TekTreeGrid.prototype, "updateTitle", null);
5107
+ TekTreeGrid = __decorate([
5108
5108
  Component
5109
- ], TekGrid);
5110
- var script$6 = TekGrid;
5109
+ ], TekTreeGrid);
5110
+ var script$6 = TekTreeGrid;
5111
5111
 
5112
5112
  let TekUserInfo = class TekUserInfo extends ZdUserInfo {
5113
5113
  constructor() {
@@ -5157,7 +5157,7 @@ var script$4 = TekUserInfoList;
5157
5157
  /**
5158
5158
  * TekDragGrid component
5159
5159
  */
5160
- let TekDragGrid = class TekDragGrid extends TekGrid$2 {
5160
+ let TekDragGrid = class TekDragGrid extends TekGrid$1 {
5161
5161
  constructor() {
5162
5162
  super(...arguments);
5163
5163
  this.instanceType = TekDragGrid$1;
@@ -8904,4 +8904,4 @@ const TeknisaComponents = {
8904
8904
  const packageContent = require('../package.json');
8905
8905
  VersionService.addPackageVersion(packageContent.name, packageContent.version);
8906
8906
 
8907
- export { script$m as TekBreadcrumbHeader, script$l as TekCardTitle, script$k as TekCrudAddButton, script$j as TekCrudCancelButton, script$i as TekCrudDeleteButton, script$h as TekCrudForm, script$g as TekCrudSaveButton, script$3 as TekDragGrid, TekGrid$2 as TekGrid, script$f as TekGridCellIdentation, script$d as TekGridColumnFilter, script$c as TekGridColumnsButton, script$b as TekGridFilterButton, script$e as TekGridHeaderIndentation, script$a as TekGridLayoutOptions, script$9 as TekImage, script$8 as TekIterableComponentRender, script$7 as TekProductCard, script$6 as TekTreeGrid, script$5 as TekUserInfo, script$4 as TekUserInfoList, TeknisaComponents as default };
8907
+ export { script$m as TekBreadcrumbHeader, script$l as TekCardTitle, script$k as TekCrudAddButton, script$j as TekCrudCancelButton, script$i as TekCrudDeleteButton, script$h as TekCrudForm, script$g as TekCrudSaveButton, script$3 as TekDragGrid, TekGrid$1 as TekGrid, script$f as TekGridCellIdentation, script$d as TekGridColumnFilter, script$c as TekGridColumnsButton, script$b as TekGridFilterButton, script$e as TekGridHeaderIndentation, script$a as TekGridLayoutOptions, script$9 as TekImage, script$8 as TekIterableComponentRender, script$7 as TekProductCard, script$6 as TekTreeGrid, script$5 as TekUserInfo, script$4 as TekUserInfoList, TeknisaComponents as default };
@@ -1147,7 +1147,7 @@
1147
1147
  /**
1148
1148
  * TekGrid component
1149
1149
  */
1150
- let TekGrid$1 = class TekGrid extends ZdGridEditable {
1150
+ let TekGrid = class TekGrid extends ZdGridEditable {
1151
1151
  constructor() {
1152
1152
  super(...arguments);
1153
1153
  this.instanceType = teknisaComponentsCommon.TekGrid;
@@ -1569,115 +1569,115 @@
1569
1569
  };
1570
1570
  __decorate([
1571
1571
  vuetify.PropWatch({ type: [String], default: '' })
1572
- ], TekGrid$1.prototype, "title", void 0);
1572
+ ], TekGrid.prototype, "title", void 0);
1573
1573
  __decorate([
1574
1574
  vuetify.PropWatch({ type: [Boolean, String], default: false })
1575
- ], TekGrid$1.prototype, "addButton", void 0);
1575
+ ], TekGrid.prototype, "addButton", void 0);
1576
1576
  __decorate([
1577
1577
  vuetify.PropWatch({ type: [String], default: 'none' })
1578
- ], TekGrid$1.prototype, "deleteButton", void 0);
1578
+ ], TekGrid.prototype, "deleteButton", void 0);
1579
1579
  __decorate([
1580
1580
  vuetify.PropWatch({ type: [Boolean, String], default: false })
1581
- ], TekGrid$1.prototype, "columnsButton", void 0);
1581
+ ], TekGrid.prototype, "columnsButton", void 0);
1582
1582
  __decorate([
1583
1583
  vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
1584
- ], TekGrid$1.prototype, "columnsButtonIgnore", void 0);
1584
+ ], TekGrid.prototype, "columnsButtonIgnore", void 0);
1585
1585
  __decorate([
1586
1586
  vuetify.PropWatch({ type: [Boolean, String], default: true })
1587
- ], TekGrid$1.prototype, "showEditButtons", void 0);
1587
+ ], TekGrid.prototype, "showEditButtons", void 0);
1588
1588
  __decorate([
1589
1589
  vuetify.PropWatch({ type: [Boolean, String], default: false })
1590
- ], TekGrid$1.prototype, "filterButton", void 0);
1590
+ ], TekGrid.prototype, "filterButton", void 0);
1591
1591
  __decorate([
1592
1592
  vuetify.PropWatch({ type: [Object] })
1593
- ], TekGrid$1.prototype, "modalFilterProps", void 0);
1593
+ ], TekGrid.prototype, "modalFilterProps", void 0);
1594
1594
  __decorate([
1595
1595
  vuetify.PropWatch({ type: [Boolean, String], default: true })
1596
- ], TekGrid$1.prototype, "showSearch", void 0);
1596
+ ], TekGrid.prototype, "showSearch", void 0);
1597
1597
  __decorate([
1598
1598
  vuetify.PropWatch({ type: [Boolean, String], default: true })
1599
- ], TekGrid$1.prototype, "showHideButton", void 0);
1599
+ ], TekGrid.prototype, "showHideButton", void 0);
1600
1600
  __decorate([
1601
1601
  vuetify.PropWatch({ type: [Boolean, String], default: false })
1602
- ], TekGrid$1.prototype, "columnFilterButton", void 0);
1602
+ ], TekGrid.prototype, "columnFilterButton", void 0);
1603
1603
  __decorate([
1604
1604
  vuetify.PropWatch({ type: Boolean, default: false })
1605
- ], TekGrid$1.prototype, "hideActions", void 0);
1605
+ ], TekGrid.prototype, "hideActions", void 0);
1606
1606
  __decorate([
1607
1607
  vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
1608
- ], TekGrid$1.prototype, "actions", void 0);
1608
+ ], TekGrid.prototype, "actions", void 0);
1609
1609
  __decorate([
1610
1610
  vuetify.PropWatch({ type: [String, Boolean], default: true })
1611
- ], TekGrid$1.prototype, "dragColumns", void 0);
1611
+ ], TekGrid.prototype, "dragColumns", void 0);
1612
1612
  __decorate([
1613
1613
  vuetify.PropWatch({ type: [String, Boolean], default: true })
1614
- ], TekGrid$1.prototype, "resizeColumns", void 0);
1614
+ ], TekGrid.prototype, "resizeColumns", void 0);
1615
1615
  __decorate([
1616
1616
  vuetify.PropWatch({ type: [String, Boolean], default: true })
1617
- ], TekGrid$1.prototype, "showLayoutOptions", void 0);
1617
+ ], TekGrid.prototype, "showLayoutOptions", void 0);
1618
1618
  __decorate([
1619
1619
  vuetify.PropWatch({ type: [String, Boolean], default: false })
1620
- ], TekGrid$1.prototype, "showExport", void 0);
1620
+ ], TekGrid.prototype, "showExport", void 0);
1621
1621
  __decorate([
1622
1622
  vuetify.PropWatch({ type: [String, Boolean], default: true })
1623
- ], TekGrid$1.prototype, "showReload", void 0);
1623
+ ], TekGrid.prototype, "showReload", void 0);
1624
1624
  __decorate([
1625
1625
  vuetify.PropWatch({ type: [String, Array] })
1626
- ], TekGrid$1.prototype, "exportConfig", void 0);
1626
+ ], TekGrid.prototype, "exportConfig", void 0);
1627
1627
  __decorate([
1628
1628
  vuePropertyDecorator.Prop({ type: [Array] })
1629
- ], TekGrid$1.prototype, "exportActions", void 0);
1629
+ ], TekGrid.prototype, "exportActions", void 0);
1630
1630
  __decorate([
1631
1631
  vuetify.PropWatch({ type: [String, Boolean], default: false })
1632
- ], TekGrid$1.prototype, "groupsOpened", void 0);
1632
+ ], TekGrid.prototype, "groupsOpened", void 0);
1633
1633
  __decorate([
1634
1634
  vuetify.PropWatch({ type: [String, Boolean], default: true })
1635
- ], TekGrid$1.prototype, "showSummaryTotal", void 0);
1635
+ ], TekGrid.prototype, "showSummaryTotal", void 0);
1636
1636
  __decorate([
1637
1637
  vuetify.PropWatch({ type: [String, Boolean], default: true })
1638
- ], TekGrid$1.prototype, "mainGrid", void 0);
1638
+ ], TekGrid.prototype, "mainGrid", void 0);
1639
1639
  __decorate([
1640
1640
  vuetify.PropWatch({ type: [String], default: undefined })
1641
- ], TekGrid$1.prototype, "xlsDefaultType", void 0);
1641
+ ], TekGrid.prototype, "xlsDefaultType", void 0);
1642
1642
  __decorate([
1643
1643
  vuetify.PropWatch({
1644
1644
  type: [String, Boolean],
1645
1645
  default: core.Config.gridShowCheckboxAllFilter,
1646
1646
  })
1647
- ], TekGrid$1.prototype, "showCheckboxAllFilter", void 0);
1647
+ ], TekGrid.prototype, "showCheckboxAllFilter", void 0);
1648
1648
  __decorate([
1649
1649
  vuetify.PropWatch({ type: [Boolean], default: true })
1650
- ], TekGrid$1.prototype, "toolbarOpened", void 0);
1650
+ ], TekGrid.prototype, "toolbarOpened", void 0);
1651
1651
  __decorate([
1652
1652
  vuetify.PropWatch({ type: [Object] })
1653
- ], TekGrid$1.prototype, "defaultFilter", void 0);
1653
+ ], TekGrid.prototype, "defaultFilter", void 0);
1654
1654
  __decorate([
1655
1655
  vuetify.PropWatch({ type: [String] })
1656
- ], TekGrid$1.prototype, "reportTitle", void 0);
1656
+ ], TekGrid.prototype, "reportTitle", void 0);
1657
1657
  __decorate([
1658
1658
  vuetify.PropWatch({ type: [Array] })
1659
- ], TekGrid$1.prototype, "toolbarConfig", void 0);
1659
+ ], TekGrid.prototype, "toolbarConfig", void 0);
1660
1660
  __decorate([
1661
1661
  vuetify.PropWatch({ type: [String, Function] })
1662
- ], TekGrid$1.prototype, "reportLabelFormatter", void 0);
1662
+ ], TekGrid.prototype, "reportLabelFormatter", void 0);
1663
1663
  __decorate([
1664
1664
  vuePropertyDecorator.Prop({
1665
1665
  type: Array,
1666
1666
  default: () => undefined,
1667
1667
  })
1668
- ], TekGrid$1.prototype, "toolbarSlot", void 0);
1668
+ ], TekGrid.prototype, "toolbarSlot", void 0);
1669
1669
  __decorate([
1670
1670
  vuePropertyDecorator.Watch('instance.title')
1671
- ], TekGrid$1.prototype, "updateTitle", null);
1672
- TekGrid$1 = __decorate([
1671
+ ], TekGrid.prototype, "updateTitle", null);
1672
+ TekGrid = __decorate([
1673
1673
  vuePropertyDecorator.Component({
1674
1674
  mixins: [vuetify.EditableMixin, vuetify.NavigableTableMixin],
1675
1675
  })
1676
- ], TekGrid$1);
1677
- var TekGrid$2 = TekGrid$1;
1676
+ ], TekGrid);
1677
+ var TekGrid$1 = TekGrid;
1678
1678
 
1679
1679
  /* script */
1680
- const __vue_script__$g = TekGrid$2;
1680
+ const __vue_script__$g = TekGrid$1;
1681
1681
 
1682
1682
  /* template */
1683
1683
  var __vue_render__$g = function () {
@@ -2669,7 +2669,7 @@
2669
2669
  cellsApplied:
2670
2670
  cellsApplied,
2671
2671
  visibleValue:
2672
- item[column.name],
2672
+ item[column.valueIn],
2673
2673
  },
2674
2674
  on: {
2675
2675
  mouseenter: function (
@@ -2889,7 +2889,7 @@
2889
2889
  /* style */
2890
2890
  const __vue_inject_styles__$g = function (inject) {
2891
2891
  if (!inject) return
2892
- inject("data-v-d1c8d010_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: auto;\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 flex-grow: 1;\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: var(--row-active-color);\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}\n.is-rotated {\n transform: rotate(180deg);\n transition: transform 0.3s ease;\n}\n.toolbar-visible {\n width: 0;\n overflow: hidden;\n white-space: nowrap;\n}", map: undefined, media: undefined });
2892
+ inject("data-v-f285095a_0", { source: ".tek-grid .zd-table-cell-text-first {\n display: inline-flex;\n width: 100%;\n}\n.tek-grid .zd-grid-toolbar {\n height: auto;\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 flex-grow: 1;\n line-height: 22px;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 5;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button {\n display: inline-block;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button .v-icon {\n cursor: pointer;\n font-size: 15px;\n width: 15px;\n padding: 0 3px;\n opacity: 0;\n color: #ccc;\n}\n.tek-grid table thead tr th .tek-grid-column-filter-button.has-filter-data .v-icon {\n opacity: 1;\n color: var(--v-primary-base);\n}\n.tek-grid table thead tr th:hover .tek-grid-column-filter-button .v-icon {\n opacity: 1;\n}\n.tek-grid table tbody tr.footer.theme--light {\n background: #f6f6f6;\n}\n.tek-grid table tbody tr.footer.theme--dark {\n background: #3b3b3b;\n}\n.tek-grid table tbody tr.footer td.zd-table-cell {\n font-weight: 700;\n}\n.tek-grid table tbody tr.summary {\n background: var(--row-active-color);\n}\n.tek-grid table tbody tr.summary td.zd-table-cell {\n font-weight: 700;\n font-size: 15px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-first-group-cell {\n display: flex;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header {\n font-weight: bold;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container {\n display: flex;\n height: 100%;\n align-items: center;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation {\n top: unset;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation :not(.first-group) {\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation.first-group {\n width: 14px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-two-plus-container .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon {\n font-size: 21px;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .v-icon.closed {\n transform: rotate(-90deg);\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container {\n position: sticky !important;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-group-header .zd-table-group-container .zd-table-group-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-text {\n vertical-align: middle;\n}\n.tek-grid table tbody tr td.zd-table-cell.zd-table-fixed-column {\n position: sticky !important;\n left: 0;\n z-index: 3;\n}\n.tek-grid table tbody tr.current td.zd-table-cell.zd-table-fixed-column {\n color: var(--v-primary-base) !important;\n}\n.tek-grid table .tek-grid-header-group-identation {\n width: 22px;\n display: inline-block;\n vertical-align: middle;\n}\n.tek-grid table .tek-grid-header-group-identation.first-group {\n width: 20px;\n}\n.tek-grid table .zd-table-two-plus-groups {\n display: flex !important;\n}\n.tek-grid table .zd-table-two-plus-groups .zd-table-cell-text {\n position: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation {\n top: unset !important;\n}\n.tek-grid table .zd-table-two-plus-groups .tek-grid-body-group-identation:not(.first-group) {\n top: unset;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation {\n width: 8px;\n display: flex;\n position: relative;\n margin-left: 14px;\n height: 100%;\n border-left: solid 1px #ccc;\n}\n.tek-grid table .tek-grid-body-group-identation.first-group {\n width: 1rem;\n margin-left: 10px;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer {\n height: 60%;\n border-bottom: solid 1px #ccc;\n top: -10%;\n}\n.tek-grid table .tek-grid-body-group-identation.group-footer-no-line {\n border-left: none;\n}\n.tek-grid table .footer .zd-grid-row-checkbox {\n display: none;\n}\n.tek-grid .zd-skeleton-table-cell .v-skeleton-loader__table-cell {\n height: auto;\n}\n.tek-grid-export-landscape i {\n transform: rotate(-90deg);\n}\n.tek-grid-export-multioption-text {\n padding-left: 3px;\n font-size: var(--zd-font-body4-size);\n font-weight: var(--zd-font-body4-weight);\n cursor: default;\n}\n.tekgrid-actions-dropdown > * {\n display: block;\n}\n.tek-grid-column-filter-menu {\n padding: 12px 12px 0 12px;\n max-height: 300px;\n}\n.tek-grid-column-filter-menu.theme--light {\n background: #fff;\n}\n.tek-grid-column-filter-menu.theme--dark {\n background: #1e1e1e;\n}\n.filter-helper-values-button {\n height: 24px !important;\n margin-left: 5px;\n margin-top: 0;\n}\n.filter-helper-values-button.with-label {\n margin-top: 20px;\n}\n.filter-helper-values-option {\n cursor: pointer;\n}\n.filter-helper-values-option:hover {\n background-color: rgba(0, 0, 0, 0.03);\n}\n.is-rotated {\n transform: rotate(180deg);\n transition: transform 0.3s ease;\n}\n.toolbar-visible {\n width: 0;\n overflow: hidden;\n white-space: nowrap;\n}", map: undefined, media: undefined });
2893
2893
 
2894
2894
  };
2895
2895
  /* scoped */
@@ -4697,7 +4697,7 @@
4697
4697
  /**
4698
4698
  * TekGrid component
4699
4699
  */
4700
- let TekGrid = class TekGrid extends ZdTreeGridEditable {
4700
+ let TekTreeGrid = class TekTreeGrid extends ZdTreeGridEditable {
4701
4701
  constructor() {
4702
4702
  super(...arguments);
4703
4703
  this.instanceType = teknisaComponentsCommon.TekTreeGrid;
@@ -5031,83 +5031,83 @@
5031
5031
  };
5032
5032
  __decorate([
5033
5033
  vuetify.PropWatch({ type: [String], default: '' })
5034
- ], TekGrid.prototype, "title", void 0);
5034
+ ], TekTreeGrid.prototype, "title", void 0);
5035
5035
  __decorate([
5036
5036
  vuetify.PropWatch({ type: [Boolean, String], default: false })
5037
- ], TekGrid.prototype, "addButton", void 0);
5037
+ ], TekTreeGrid.prototype, "addButton", void 0);
5038
5038
  __decorate([
5039
5039
  vuetify.PropWatch({ type: [String], default: 'none' })
5040
- ], TekGrid.prototype, "deleteButton", void 0);
5040
+ ], TekTreeGrid.prototype, "deleteButton", void 0);
5041
5041
  __decorate([
5042
5042
  vuetify.PropWatch({ type: [Boolean, String], default: false })
5043
- ], TekGrid.prototype, "columnsButton", void 0);
5043
+ ], TekTreeGrid.prototype, "columnsButton", void 0);
5044
5044
  __decorate([
5045
5045
  vuePropertyDecorator.Prop({ type: [Array, String], default: () => [] })
5046
- ], TekGrid.prototype, "columnsButtonIgnore", void 0);
5046
+ ], TekTreeGrid.prototype, "columnsButtonIgnore", void 0);
5047
5047
  __decorate([
5048
5048
  vuetify.PropWatch({ type: [Boolean, String], default: true })
5049
- ], TekGrid.prototype, "showEditButtons", void 0);
5049
+ ], TekTreeGrid.prototype, "showEditButtons", void 0);
5050
5050
  __decorate([
5051
5051
  vuetify.PropWatch({ type: [Boolean, String], default: false })
5052
- ], TekGrid.prototype, "filterButton", void 0);
5052
+ ], TekTreeGrid.prototype, "filterButton", void 0);
5053
5053
  __decorate([
5054
5054
  vuetify.PropWatch({ type: [Object] })
5055
- ], TekGrid.prototype, "modalFilterProps", void 0);
5055
+ ], TekTreeGrid.prototype, "modalFilterProps", void 0);
5056
5056
  __decorate([
5057
5057
  vuetify.PropWatch({ type: [Boolean, String], default: true })
5058
- ], TekGrid.prototype, "showSearch", void 0);
5058
+ ], TekTreeGrid.prototype, "showSearch", void 0);
5059
5059
  __decorate([
5060
5060
  vuetify.PropWatch({ type: [Boolean, String], default: true })
5061
- ], TekGrid.prototype, "showHideButton", void 0);
5061
+ ], TekTreeGrid.prototype, "showHideButton", void 0);
5062
5062
  __decorate([
5063
5063
  vuetify.PropWatch({ type: [Boolean, String], default: false })
5064
- ], TekGrid.prototype, "columnFilterButton", void 0);
5064
+ ], TekTreeGrid.prototype, "columnFilterButton", void 0);
5065
5065
  __decorate([
5066
5066
  vuePropertyDecorator.Prop({ type: [Array], default: () => [] })
5067
- ], TekGrid.prototype, "actions", void 0);
5067
+ ], TekTreeGrid.prototype, "actions", void 0);
5068
5068
  __decorate([
5069
5069
  vuetify.PropWatch({ type: [String, Boolean], default: true })
5070
- ], TekGrid.prototype, "dragColumns", void 0);
5070
+ ], TekTreeGrid.prototype, "dragColumns", void 0);
5071
5071
  __decorate([
5072
5072
  vuetify.PropWatch({ type: [String, Boolean], default: true })
5073
- ], TekGrid.prototype, "mainGrid", void 0);
5073
+ ], TekTreeGrid.prototype, "mainGrid", void 0);
5074
5074
  __decorate([
5075
5075
  vuetify.PropWatch({ type: [String, Boolean], default: true })
5076
- ], TekGrid.prototype, "resizeColumns", void 0);
5076
+ ], TekTreeGrid.prototype, "resizeColumns", void 0);
5077
5077
  __decorate([
5078
5078
  vuetify.PropWatch({ type: [String, Boolean], default: true })
5079
- ], TekGrid.prototype, "showLayoutOptions", void 0);
5079
+ ], TekTreeGrid.prototype, "showLayoutOptions", void 0);
5080
5080
  __decorate([
5081
5081
  vuetify.PropWatch({ type: [String, Boolean], default: false })
5082
- ], TekGrid.prototype, "showExport", void 0);
5082
+ ], TekTreeGrid.prototype, "showExport", void 0);
5083
5083
  __decorate([
5084
5084
  vuetify.PropWatch({ type: [String, Boolean], default: true })
5085
- ], TekGrid.prototype, "showReload", void 0);
5085
+ ], TekTreeGrid.prototype, "showReload", void 0);
5086
5086
  __decorate([
5087
5087
  vuetify.PropWatch({ type: [Object] })
5088
- ], TekGrid.prototype, "defaultFilter", void 0);
5088
+ ], TekTreeGrid.prototype, "defaultFilter", void 0);
5089
5089
  __decorate([
5090
5090
  vuetify.PropWatch({ type: [String] })
5091
- ], TekGrid.prototype, "reportTitle", void 0);
5091
+ ], TekTreeGrid.prototype, "reportTitle", void 0);
5092
5092
  __decorate([
5093
5093
  vuePropertyDecorator.Prop({ type: [String, Array] })
5094
- ], TekGrid.prototype, "exportConfig", void 0);
5094
+ ], TekTreeGrid.prototype, "exportConfig", void 0);
5095
5095
  __decorate([
5096
5096
  vuePropertyDecorator.Prop({ type: [Array] })
5097
- ], TekGrid.prototype, "exportActions", void 0);
5097
+ ], TekTreeGrid.prototype, "exportActions", void 0);
5098
5098
  __decorate([
5099
5099
  vuePropertyDecorator.Prop({
5100
5100
  type: Array,
5101
5101
  default: () => undefined,
5102
5102
  })
5103
- ], TekGrid.prototype, "toolbarSlot", void 0);
5103
+ ], TekTreeGrid.prototype, "toolbarSlot", void 0);
5104
5104
  __decorate([
5105
5105
  vuePropertyDecorator.Watch('instance.title')
5106
- ], TekGrid.prototype, "updateTitle", null);
5107
- TekGrid = __decorate([
5106
+ ], TekTreeGrid.prototype, "updateTitle", null);
5107
+ TekTreeGrid = __decorate([
5108
5108
  vuePropertyDecorator.Component
5109
- ], TekGrid);
5110
- var script$6 = TekGrid;
5109
+ ], TekTreeGrid);
5110
+ var script$6 = TekTreeGrid;
5111
5111
 
5112
5112
  let TekUserInfo = class TekUserInfo extends zdUserInfoVue.ZdUserInfo {
5113
5113
  constructor() {
@@ -5157,7 +5157,7 @@
5157
5157
  /**
5158
5158
  * TekDragGrid component
5159
5159
  */
5160
- let TekDragGrid = class TekDragGrid extends TekGrid$2 {
5160
+ let TekDragGrid = class TekDragGrid extends TekGrid$1 {
5161
5161
  constructor() {
5162
5162
  super(...arguments);
5163
5163
  this.instanceType = teknisaComponentsCommon.TekDragGrid;
@@ -8912,7 +8912,7 @@
8912
8912
  exports.TekCrudForm = script$h;
8913
8913
  exports.TekCrudSaveButton = script$g;
8914
8914
  exports.TekDragGrid = script$3;
8915
- exports.TekGrid = TekGrid$2;
8915
+ exports.TekGrid = TekGrid$1;
8916
8916
  exports.TekGridCellIdentation = script$f;
8917
8917
  exports.TekGridColumnFilter = script$d;
8918
8918
  exports.TekGridColumnsButton = script$c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/teknisa-components-vuetify",
3
- "version": "1.111.0",
3
+ "version": "1.113.0",
4
4
  "description": "Teknisa Components based on Vuetify",
5
5
  "author": "Zeedhi <zeedhi@teknisa.com>",
6
6
  "license": "ISC",
@@ -44,5 +44,5 @@
44
44
  "vue": "2.7.*",
45
45
  "vuetify": "2.6.*"
46
46
  },
47
- "gitHead": "55a6a69ca54e1ee419bdf4608e021222eaf45e51"
47
+ "gitHead": "6e11bff8bd021a6880fc1801c81e8ef1d1124624"
48
48
  }
@@ -5,7 +5,7 @@ declare const ZdTreeGridEditable: import("vue").VueConstructor<import("vue-prope
5
5
  /**
6
6
  * TekGrid component
7
7
  */
8
- export default class TekGrid extends ZdTreeGridEditable {
8
+ export default class TekTreeGrid extends ZdTreeGridEditable {
9
9
  title: string;
10
10
  addButton: boolean | string;
11
11
  deleteButton: 'none' | 'currentRow' | 'selection';