@zeedhi/teknisa-components-vuetify 1.55.0 → 1.58.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 +42 -11
- package/dist/tek-components-vuetify.umd.js +45 -14
- package/package.json +2 -2
- package/types/components/crud/TekCrudButton.d.ts +1 -1
- package/types/components/tek-grid/TekGrid.d.ts +1 -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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ModalService, Icons } from '@zeedhi/common';
|
|
2
2
|
import { ZdUserInfo } from '@zeedhi/zd-user-info-vue';
|
|
3
|
+
import { Metadata, Config, dayjs, Singleton, Utils, I18n, Loader, VersionService } from '@zeedhi/core';
|
|
3
4
|
import { Prop, Component, Watch } from 'vue-property-decorator';
|
|
4
5
|
import { BreadcrumbHeader, CardTitle, CrudButton, CrudAddButton, CrudCancelButton, CrudDeleteButton, CrudForm, CrudSaveButton, TekGrid as TekGrid$2, TekRestDatasource, TekMemoryDatasource, TekGridColumn, TekGridColumnsButton as TekGridColumnsButton$1, TekGridLayoutOptions as TekGridLayoutOptions$1, TekFilterHelper, Image, IterableCarousel, IterableComponentRender, Loading, Notifications, ProductCard, TekTreeGrid, TekUserInfo as TekUserInfo$1, TekUserInfoList as TekUserInfoList$1 } from '@zeedhi/teknisa-components-common';
|
|
5
6
|
import { PropWatch, ZdComponent, ZdComponentRender, components as components$1, ZdForm, ZdGrid, ZdIterableColumnsButton, ZdIterable, ZdLoading } from '@zeedhi/vuetify';
|
|
6
|
-
import { Metadata, Config, dayjs, Singleton, Utils, I18n, Loader } from '@zeedhi/core';
|
|
7
7
|
import debounce from 'lodash.debounce';
|
|
8
8
|
import Sortable from 'sortablejs';
|
|
9
9
|
import cloneDeep from 'lodash.clonedeep';
|
|
@@ -1796,7 +1796,9 @@ var __vue_render__$b = function () {
|
|
|
1796
1796
|
width:
|
|
1797
1797
|
_vm.calcWidth(
|
|
1798
1798
|
column,
|
|
1799
|
-
column.
|
|
1799
|
+
column.width ||
|
|
1800
|
+
column.maxWidth ||
|
|
1801
|
+
column.minWidth
|
|
1800
1802
|
) || "unset",
|
|
1801
1803
|
},
|
|
1802
1804
|
attrs: {
|
|
@@ -1811,7 +1813,12 @@ var __vue_render__$b = function () {
|
|
|
1811
1813
|
staticClass: "zd-table-header-cell",
|
|
1812
1814
|
style: {
|
|
1813
1815
|
width:
|
|
1814
|
-
_vm.
|
|
1816
|
+
_vm.calcWidth(
|
|
1817
|
+
column,
|
|
1818
|
+
column.width ||
|
|
1819
|
+
column.maxWidth ||
|
|
1820
|
+
column.minWidth
|
|
1821
|
+
) || "unset",
|
|
1815
1822
|
},
|
|
1816
1823
|
},
|
|
1817
1824
|
[
|
|
@@ -2367,7 +2374,8 @@ var __vue_render__$b = function () {
|
|
|
2367
2374
|
return [
|
|
2368
2375
|
_c("tr", [
|
|
2369
2376
|
_c("td", {
|
|
2370
|
-
style:
|
|
2377
|
+
style:
|
|
2378
|
+
"padding-top: " + _vm.scrollData.startHeight + "px",
|
|
2371
2379
|
attrs: { colspan: headers.length },
|
|
2372
2380
|
}),
|
|
2373
2381
|
]),
|
|
@@ -2809,7 +2817,8 @@ var __vue_render__$b = function () {
|
|
|
2809
2817
|
width:
|
|
2810
2818
|
_vm.calcWidth(
|
|
2811
2819
|
column,
|
|
2812
|
-
column.
|
|
2820
|
+
column.width ||
|
|
2821
|
+
column.maxWidth ||
|
|
2813
2822
|
column.minWidth
|
|
2814
2823
|
) || "unset",
|
|
2815
2824
|
"min-width":
|
|
@@ -2963,12 +2972,18 @@ var __vue_render__$b = function () {
|
|
|
2963
2972
|
? "overflow-clamp overflow-clamp-" +
|
|
2964
2973
|
column.overflow
|
|
2965
2974
|
: "",
|
|
2975
|
+
_vm.instance
|
|
2976
|
+
.groupColumnNames
|
|
2977
|
+
.length > 0
|
|
2978
|
+
? "zd-table-cell-aling-total"
|
|
2979
|
+
: "",
|
|
2966
2980
|
],
|
|
2967
2981
|
style: {
|
|
2968
2982
|
width:
|
|
2969
2983
|
_vm.calcWidth(
|
|
2970
2984
|
column,
|
|
2971
|
-
column.
|
|
2985
|
+
column.width ||
|
|
2986
|
+
column.maxWidth ||
|
|
2972
2987
|
column.minWidth
|
|
2973
2988
|
) || "unset",
|
|
2974
2989
|
"min-width":
|
|
@@ -3198,7 +3213,7 @@ __vue_render__$b._withStripped = true;
|
|
|
3198
3213
|
/* style */
|
|
3199
3214
|
const __vue_inject_styles__$b = function (inject) {
|
|
3200
3215
|
if (!inject) return
|
|
3201
|
-
inject("data-v-
|
|
3216
|
+
inject("data-v-51404098_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-aling-total {\n display: flex !important;\n position: relative;\n justify-content: start;\n align-items: center;\n left: 1.5rem;\n top: -50%;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-aling-total:first-of-type {\n display: inline-block !important;\n top: 0;\n left: 0;\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: flex;\n position: relative;\n top: 10px;\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: -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 });
|
|
3202
3217
|
|
|
3203
3218
|
};
|
|
3204
3219
|
/* scoped */
|
|
@@ -6474,6 +6489,9 @@ var __vue_render__$2 = function () {
|
|
|
6474
6489
|
style: {
|
|
6475
6490
|
"background-color":
|
|
6476
6491
|
_vm.instance.headerBackground,
|
|
6492
|
+
width:
|
|
6493
|
+
_vm.calcWidth(column, column.width) ||
|
|
6494
|
+
"unset",
|
|
6477
6495
|
"min-width":
|
|
6478
6496
|
_vm.calcWidth(
|
|
6479
6497
|
column,
|
|
@@ -6504,7 +6522,12 @@ var __vue_render__$2 = function () {
|
|
|
6504
6522
|
staticClass: "zd-table-header-cell",
|
|
6505
6523
|
style: {
|
|
6506
6524
|
width:
|
|
6507
|
-
_vm.
|
|
6525
|
+
_vm.calcWidth(
|
|
6526
|
+
column,
|
|
6527
|
+
column.width ||
|
|
6528
|
+
column.maxWidth ||
|
|
6529
|
+
column.minWidth
|
|
6530
|
+
) || "unset",
|
|
6508
6531
|
},
|
|
6509
6532
|
},
|
|
6510
6533
|
[
|
|
@@ -6586,6 +6609,11 @@ var __vue_render__$2 = function () {
|
|
|
6586
6609
|
: "",
|
|
6587
6610
|
],
|
|
6588
6611
|
style: {
|
|
6612
|
+
width:
|
|
6613
|
+
_vm.calcWidth(
|
|
6614
|
+
column,
|
|
6615
|
+
column.width
|
|
6616
|
+
) || "unset",
|
|
6589
6617
|
"min-width":
|
|
6590
6618
|
_vm.calcWidth(
|
|
6591
6619
|
column,
|
|
@@ -7204,7 +7232,8 @@ var __vue_render__$2 = function () {
|
|
|
7204
7232
|
width:
|
|
7205
7233
|
_vm.calcWidth(
|
|
7206
7234
|
column,
|
|
7207
|
-
column.
|
|
7235
|
+
column.width ||
|
|
7236
|
+
column.maxWidth ||
|
|
7208
7237
|
column.minWidth
|
|
7209
7238
|
) || "unset",
|
|
7210
7239
|
"min-width":
|
|
@@ -7637,7 +7666,7 @@ __vue_render__$2._withStripped = true;
|
|
|
7637
7666
|
/* style */
|
|
7638
7667
|
const __vue_inject_styles__$2 = function (inject) {
|
|
7639
7668
|
if (!inject) return
|
|
7640
|
-
inject("data-v-
|
|
7669
|
+
inject("data-v-58731eeb_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-aling-total {\n display: flex !important;\n position: relative;\n justify-content: start;\n align-items: center;\n left: 1.5rem;\n top: -50%;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-aling-total:first-of-type {\n display: inline-block !important;\n top: 0;\n left: 0;\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: flex;\n position: relative;\n top: 10px;\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: -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 });
|
|
7641
7670
|
|
|
7642
7671
|
};
|
|
7643
7672
|
/* scoped */
|
|
@@ -7881,6 +7910,8 @@ const TeknisaComponents = {
|
|
|
7881
7910
|
});
|
|
7882
7911
|
Vue.component('ZdUserInfo', ZdUserInfo);
|
|
7883
7912
|
},
|
|
7884
|
-
};
|
|
7913
|
+
};
|
|
7914
|
+
const packageContent = require('../package.json');
|
|
7915
|
+
VersionService.addPackageVersion(packageContent.name, packageContent.version);
|
|
7885
7916
|
|
|
7886
7917
|
export { script$i as TekBreadcrumbHeader, script$h as TekCardTitle, script$g as TekCrudAddButton, script$f as TekCrudCancelButton, script$e as TekCrudDeleteButton, script$d as TekCrudForm, script$c as TekCrudSaveButton, script$b as TekGrid, script$a as TekGridColumnsButton, script$9 as TekGridLayoutOptions, script$8 as TekImage, script$6 as TekIterableComponentRender, script$3 as TekProductCard, script$2 as TekTreeGrid, script$1 as TekUserInfo, script as TekUserInfoList, TeknisaComponents as default };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@zeedhi/common'), require('@zeedhi/zd-user-info-vue'), require('vue-property-decorator'), require('@zeedhi/teknisa-components-common'), require('@zeedhi/vuetify'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@zeedhi/common', '@zeedhi/zd-user-info-vue', 'vue-property-decorator', '@zeedhi/teknisa-components-common', '@zeedhi/vuetify', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@zeedhi/teknisa-components-vuetify"] = {}, global.common, global["@zeedhi/zd-user-info-vue"], global["vue-property-decorator"], global["@zeedhi/teknisa-components-common"], global.vuetify, global.
|
|
5
|
-
})(this, (function (exports, common, zdUserInfoVue, vuePropertyDecorator, teknisaComponentsCommon, vuetify,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@zeedhi/common'), require('@zeedhi/zd-user-info-vue'), require('@zeedhi/core'), require('vue-property-decorator'), require('@zeedhi/teknisa-components-common'), require('@zeedhi/vuetify'), require('lodash.debounce'), require('sortablejs'), require('lodash.clonedeep')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', '@zeedhi/common', '@zeedhi/zd-user-info-vue', '@zeedhi/core', 'vue-property-decorator', '@zeedhi/teknisa-components-common', '@zeedhi/vuetify', 'lodash.debounce', 'sortablejs', 'lodash.clonedeep'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@zeedhi/teknisa-components-vuetify"] = {}, global.common, global["@zeedhi/zd-user-info-vue"], global.core, global["vue-property-decorator"], global["@zeedhi/teknisa-components-common"], global.vuetify, global.lodash.debounce, global.sortablejs, global.lodash.clonedeep));
|
|
5
|
+
})(this, (function (exports, common, zdUserInfoVue, core, vuePropertyDecorator, teknisaComponentsCommon, vuetify, debounce, Sortable, cloneDeep) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -1798,7 +1798,9 @@
|
|
|
1798
1798
|
width:
|
|
1799
1799
|
_vm.calcWidth(
|
|
1800
1800
|
column,
|
|
1801
|
-
column.
|
|
1801
|
+
column.width ||
|
|
1802
|
+
column.maxWidth ||
|
|
1803
|
+
column.minWidth
|
|
1802
1804
|
) || "unset",
|
|
1803
1805
|
},
|
|
1804
1806
|
attrs: {
|
|
@@ -1813,7 +1815,12 @@
|
|
|
1813
1815
|
staticClass: "zd-table-header-cell",
|
|
1814
1816
|
style: {
|
|
1815
1817
|
width:
|
|
1816
|
-
_vm.
|
|
1818
|
+
_vm.calcWidth(
|
|
1819
|
+
column,
|
|
1820
|
+
column.width ||
|
|
1821
|
+
column.maxWidth ||
|
|
1822
|
+
column.minWidth
|
|
1823
|
+
) || "unset",
|
|
1817
1824
|
},
|
|
1818
1825
|
},
|
|
1819
1826
|
[
|
|
@@ -2369,7 +2376,8 @@
|
|
|
2369
2376
|
return [
|
|
2370
2377
|
_c("tr", [
|
|
2371
2378
|
_c("td", {
|
|
2372
|
-
style:
|
|
2379
|
+
style:
|
|
2380
|
+
"padding-top: " + _vm.scrollData.startHeight + "px",
|
|
2373
2381
|
attrs: { colspan: headers.length },
|
|
2374
2382
|
}),
|
|
2375
2383
|
]),
|
|
@@ -2811,7 +2819,8 @@
|
|
|
2811
2819
|
width:
|
|
2812
2820
|
_vm.calcWidth(
|
|
2813
2821
|
column,
|
|
2814
|
-
column.
|
|
2822
|
+
column.width ||
|
|
2823
|
+
column.maxWidth ||
|
|
2815
2824
|
column.minWidth
|
|
2816
2825
|
) || "unset",
|
|
2817
2826
|
"min-width":
|
|
@@ -2965,12 +2974,18 @@
|
|
|
2965
2974
|
? "overflow-clamp overflow-clamp-" +
|
|
2966
2975
|
column.overflow
|
|
2967
2976
|
: "",
|
|
2977
|
+
_vm.instance
|
|
2978
|
+
.groupColumnNames
|
|
2979
|
+
.length > 0
|
|
2980
|
+
? "zd-table-cell-aling-total"
|
|
2981
|
+
: "",
|
|
2968
2982
|
],
|
|
2969
2983
|
style: {
|
|
2970
2984
|
width:
|
|
2971
2985
|
_vm.calcWidth(
|
|
2972
2986
|
column,
|
|
2973
|
-
column.
|
|
2987
|
+
column.width ||
|
|
2988
|
+
column.maxWidth ||
|
|
2974
2989
|
column.minWidth
|
|
2975
2990
|
) || "unset",
|
|
2976
2991
|
"min-width":
|
|
@@ -3200,7 +3215,7 @@
|
|
|
3200
3215
|
/* style */
|
|
3201
3216
|
const __vue_inject_styles__$b = function (inject) {
|
|
3202
3217
|
if (!inject) return
|
|
3203
|
-
inject("data-v-
|
|
3218
|
+
inject("data-v-51404098_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-aling-total {\n display: flex !important;\n position: relative;\n justify-content: start;\n align-items: center;\n left: 1.5rem;\n top: -50%;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-aling-total:first-of-type {\n display: inline-block !important;\n top: 0;\n left: 0;\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: flex;\n position: relative;\n top: 10px;\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: -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 });
|
|
3204
3219
|
|
|
3205
3220
|
};
|
|
3206
3221
|
/* scoped */
|
|
@@ -6476,6 +6491,9 @@
|
|
|
6476
6491
|
style: {
|
|
6477
6492
|
"background-color":
|
|
6478
6493
|
_vm.instance.headerBackground,
|
|
6494
|
+
width:
|
|
6495
|
+
_vm.calcWidth(column, column.width) ||
|
|
6496
|
+
"unset",
|
|
6479
6497
|
"min-width":
|
|
6480
6498
|
_vm.calcWidth(
|
|
6481
6499
|
column,
|
|
@@ -6506,7 +6524,12 @@
|
|
|
6506
6524
|
staticClass: "zd-table-header-cell",
|
|
6507
6525
|
style: {
|
|
6508
6526
|
width:
|
|
6509
|
-
_vm.
|
|
6527
|
+
_vm.calcWidth(
|
|
6528
|
+
column,
|
|
6529
|
+
column.width ||
|
|
6530
|
+
column.maxWidth ||
|
|
6531
|
+
column.minWidth
|
|
6532
|
+
) || "unset",
|
|
6510
6533
|
},
|
|
6511
6534
|
},
|
|
6512
6535
|
[
|
|
@@ -6588,6 +6611,11 @@
|
|
|
6588
6611
|
: "",
|
|
6589
6612
|
],
|
|
6590
6613
|
style: {
|
|
6614
|
+
width:
|
|
6615
|
+
_vm.calcWidth(
|
|
6616
|
+
column,
|
|
6617
|
+
column.width
|
|
6618
|
+
) || "unset",
|
|
6591
6619
|
"min-width":
|
|
6592
6620
|
_vm.calcWidth(
|
|
6593
6621
|
column,
|
|
@@ -7206,7 +7234,8 @@
|
|
|
7206
7234
|
width:
|
|
7207
7235
|
_vm.calcWidth(
|
|
7208
7236
|
column,
|
|
7209
|
-
column.
|
|
7237
|
+
column.width ||
|
|
7238
|
+
column.maxWidth ||
|
|
7210
7239
|
column.minWidth
|
|
7211
7240
|
) || "unset",
|
|
7212
7241
|
"min-width":
|
|
@@ -7639,7 +7668,7 @@
|
|
|
7639
7668
|
/* style */
|
|
7640
7669
|
const __vue_inject_styles__$2 = function (inject) {
|
|
7641
7670
|
if (!inject) return
|
|
7642
|
-
inject("data-v-
|
|
7671
|
+
inject("data-v-58731eeb_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-aling-total {\n display: flex !important;\n position: relative;\n justify-content: start;\n align-items: center;\n left: 1.5rem;\n top: -50%;\n}\n.tek-grid table tbody tr td.zd-table-cell .zd-table-cell-aling-total:first-of-type {\n display: inline-block !important;\n top: 0;\n left: 0;\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: flex;\n position: relative;\n top: 10px;\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: -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 });
|
|
7643
7672
|
|
|
7644
7673
|
};
|
|
7645
7674
|
/* scoped */
|
|
@@ -7883,7 +7912,9 @@
|
|
|
7883
7912
|
});
|
|
7884
7913
|
Vue.component('ZdUserInfo', zdUserInfoVue.ZdUserInfo);
|
|
7885
7914
|
},
|
|
7886
|
-
};
|
|
7915
|
+
};
|
|
7916
|
+
const packageContent = require('../package.json');
|
|
7917
|
+
core.VersionService.addPackageVersion(packageContent.name, packageContent.version);
|
|
7887
7918
|
|
|
7888
7919
|
exports.TekBreadcrumbHeader = script$i;
|
|
7889
7920
|
exports.TekCardTitle = script$h;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/teknisa-components-vuetify",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.58.0",
|
|
4
4
|
"description": "Teknisa Components based on Vuetify",
|
|
5
5
|
"author": "Zeedhi <zeedhi@teknisa.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"vue": "^2.6.12",
|
|
42
42
|
"vuetify": "^2.4.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "708b51c2be642855478411bf14293b8049bc1b56"
|
|
45
45
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CrudButton } from '@zeedhi/teknisa-components-common';
|
|
2
|
-
declare const ZdButton: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never,
|
|
2
|
+
declare const ZdButton: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
3
3
|
/**
|
|
4
4
|
* TekCrudButton component
|
|
5
5
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { TekGrid as TekGridClass, TekGridColumn, ITekGridExportConfig, IDynamicFilterItem, ITekGridGroupHeader } from '@zeedhi/teknisa-components-common';
|
|
3
3
|
import { IComponentRender, Select } from '@zeedhi/common';
|
|
4
4
|
import { IDictionary, IEventParam } from '@zeedhi/core';
|
|
5
|
-
declare const ZdGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never,
|
|
5
|
+
declare const ZdGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
6
6
|
/**
|
|
7
7
|
* TekGrid component
|
|
8
8
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IterableCarousel, IIterableComponentRender } from '@zeedhi/teknisa-components-common';
|
|
2
|
-
declare const ZdCarousel: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never,
|
|
2
|
+
declare const ZdCarousel: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
3
3
|
/**
|
|
4
4
|
* TekIterableCarousel component
|
|
5
5
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { TekTreeGrid as TekTreeGridClass, TekGridColumn, ITekGridExportConfig, IDynamicFilterItem } from '@zeedhi/teknisa-components-common';
|
|
3
3
|
import { IComponentRender, Select } from '@zeedhi/common';
|
|
4
4
|
import { IDictionary, IEventParam } from '@zeedhi/core';
|
|
5
|
-
declare const ZdTreeGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never,
|
|
5
|
+
declare const ZdTreeGridEditable: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
6
6
|
/**
|
|
7
7
|
* TekGrid component
|
|
8
8
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TekUserInfoList as TekUserInfoListClass } from '@zeedhi/teknisa-components-common';
|
|
2
|
-
declare const ZdList: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never,
|
|
2
|
+
declare const ZdList: import("vue").VueConstructor<import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue-property-decorator").Vue<Record<string, any>, Record<string, any>, never, never, any>>>;
|
|
3
3
|
export default class TekUserInfoList extends ZdList {
|
|
4
4
|
instance: TekUserInfoListClass;
|
|
5
5
|
instanceType: typeof TekUserInfoListClass;
|