overview-components 1.0.98 → 1.0.100
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/assets/generated/locales/de.js +70 -72
- package/dist/assets/generated/locales/de.js.map +1 -0
- package/dist/assets/generated/locales/en.js +70 -72
- package/dist/assets/generated/locales/en.js.map +1 -0
- package/dist/assets/generated/locales/fr.js +70 -72
- package/dist/assets/generated/locales/fr.js.map +1 -0
- package/dist/assets/generated/locales/hr.js +70 -72
- package/dist/assets/generated/locales/hr.js.map +1 -0
- package/dist/assets/generated/locales/it.js +70 -72
- package/dist/assets/generated/locales/it.js.map +1 -0
- package/dist/assets/generated/locales/pl.js +70 -72
- package/dist/assets/generated/locales/pl.js.map +1 -0
- package/dist/assets/generated/locales/ro.js +70 -72
- package/dist/assets/generated/locales/ro.js.map +1 -0
- package/dist/assets/generated/locales/sk.js +70 -72
- package/dist/assets/generated/locales/sk.js.map +1 -0
- package/dist/assets/generated/locales/sr.js +70 -72
- package/dist/assets/generated/locales/sr.js.map +1 -0
- package/dist/assets/icons/iconGlyphs.js +678 -679
- package/dist/assets/icons/iconGlyphs.js.map +1 -0
- package/dist/assets/illustration/delete-illustration.js +96 -0
- package/dist/assets/illustration/delete-illustration.js.map +1 -0
- package/dist/assets/illustration/no-content.js +167 -0
- package/dist/assets/illustration/no-content.js.map +1 -0
- package/dist/assets/illustration/no-preview.js +133 -0
- package/dist/assets/illustration/no-preview.js.map +1 -0
- package/dist/assets/illustration/not-found.js +19 -22
- package/dist/assets/illustration/not-found.js.map +1 -0
- package/dist/assets/illustration/settings-illustration.js +176 -0
- package/dist/assets/illustration/settings-illustration.js.map +1 -0
- package/dist/components/components-settings/attachments-tab-settings.js +226 -0
- package/dist/components/components-settings/attachments-tab-settings.js.map +1 -0
- package/dist/components/components-settings/data-grid-settings.js +212 -182
- package/dist/components/components-settings/data-grid-settings.js.map +1 -0
- package/dist/components/components-settings/section-tab-settings.js +269 -0
- package/dist/components/components-settings/section-tab-settings.js.map +1 -0
- package/dist/components/components-settings/tabs-overview-settings.js +439 -0
- package/dist/components/components-settings/tabs-overview-settings.js.map +1 -0
- package/dist/components/lit-attachments-tab.js +432 -271
- package/dist/components/lit-attachments-tab.js.map +1 -0
- package/dist/components/lit-badge.js +40 -40
- package/dist/components/lit-badge.js.map +1 -0
- package/dist/components/lit-case-variables-tab.js +497 -382
- package/dist/components/lit-case-variables-tab.js.map +1 -0
- package/dist/components/lit-chart.js +406 -378
- package/dist/components/lit-chart.js.map +1 -0
- package/dist/components/lit-data-grid-tanstack.js +1663 -1150
- package/dist/components/lit-data-grid-tanstack.js.map +1 -0
- package/dist/components/lit-filter-modal.js +230 -198
- package/dist/components/lit-filter-modal.js.map +1 -0
- package/dist/components/lit-multiselect-item.js +477 -301
- package/dist/components/lit-multiselect-item.js.map +1 -0
- package/dist/components/lit-section-tab.js +85 -73
- package/dist/components/lit-section-tab.js.map +1 -0
- package/dist/components/lit-tabs-overview.js +232 -191
- package/dist/components/lit-tabs-overview.js.map +1 -0
- package/dist/components/modals/lit-confirm-modal.js +120 -0
- package/dist/components/modals/lit-confirm-modal.js.map +1 -0
- package/dist/components/modals/lit-delete-modal.js +128 -0
- package/dist/components/modals/lit-delete-modal.js.map +1 -0
- package/dist/components/react-wrappers/attachments-tab.js +8 -13
- package/dist/components/react-wrappers/attachments-tab.js.map +1 -0
- package/dist/components/react-wrappers/badge.js +8 -13
- package/dist/components/react-wrappers/badge.js.map +1 -0
- package/dist/components/react-wrappers/button.js +8 -13
- package/dist/components/react-wrappers/button.js.map +1 -0
- package/dist/components/react-wrappers/case-variables-tab.js +8 -13
- package/dist/components/react-wrappers/case-variables-tab.js.map +1 -0
- package/dist/components/react-wrappers/chart.js +8 -13
- package/dist/components/react-wrappers/chart.js.map +1 -0
- package/dist/components/react-wrappers/data-grid-tanstack.js +8 -13
- package/dist/components/react-wrappers/data-grid-tanstack.js.map +1 -0
- package/dist/components/react-wrappers/filter-modal.js +8 -13
- package/dist/components/react-wrappers/filter-modal.js.map +1 -0
- package/dist/components/react-wrappers/progress-bar.js +8 -13
- package/dist/components/react-wrappers/progress-bar.js.map +1 -0
- package/dist/components/react-wrappers/section-tab.js +8 -13
- package/dist/components/react-wrappers/section-tab.js.map +1 -0
- package/dist/components/react-wrappers/tabs-overview.js +8 -13
- package/dist/components/react-wrappers/tabs-overview.js.map +1 -0
- package/dist/data/translations.js +2763 -0
- package/dist/data/translations.js.map +1 -0
- package/dist/index.js +72 -80
- package/dist/index.js.map +1 -0
- package/dist/schemas/index.js +17 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js +20 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js +15 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab.schema.js +32 -0
- package/dist/schemas/lit-attachments-tab.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.js +43 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.js +6 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab.schema.js +24 -0
- package/dist/schemas/lit-case-variables-tab.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +11 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js +55 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js +99 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js.map +1 -0
- package/dist/schemas/lit-section-tab-schema.js +24 -0
- package/dist/schemas/lit-section-tab-schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js +6 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js +32 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview.schema.js +29 -0
- package/dist/schemas/lit-tabs-overview.schema.js.map +1 -0
- package/dist/scripts/translate-locales.js +69 -0
- package/dist/scripts/translate-locales.js.map +1 -0
- package/dist/shared/filter-inputs.js +335 -234
- package/dist/shared/filter-inputs.js.map +1 -0
- package/dist/shared/lit-button.js +80 -66
- package/dist/shared/lit-button.js.map +1 -0
- package/dist/shared/lit-case-variables-tab-cell.js +226 -0
- package/dist/shared/lit-case-variables-tab-cell.js.map +1 -0
- package/dist/shared/lit-checkbox.js +94 -78
- package/dist/shared/lit-checkbox.js.map +1 -0
- package/dist/shared/lit-custom-popper.js +117 -0
- package/dist/shared/lit-custom-popper.js.map +1 -0
- package/dist/shared/lit-data-grid-action-buttons-popover.js +178 -141
- package/dist/shared/lit-data-grid-action-buttons-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-density-popover.js +54 -49
- package/dist/shared/lit-data-grid-density-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-export-popover.js +43 -41
- package/dist/shared/lit-data-grid-export-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-operators-popover.js +114 -0
- package/dist/shared/lit-data-grid-operators-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-row-actions.js +54 -51
- package/dist/shared/lit-data-grid-row-actions.js.map +1 -0
- package/dist/shared/lit-date-picker.js +606 -0
- package/dist/shared/lit-date-picker.js.map +1 -0
- package/dist/shared/lit-icon-button.js +66 -52
- package/dist/shared/lit-icon-button.js.map +1 -0
- package/dist/shared/lit-icon.js +261 -259
- package/dist/shared/lit-icon.js.map +1 -0
- package/dist/shared/lit-input.js +239 -0
- package/dist/shared/lit-input.js.map +1 -0
- package/dist/shared/lit-label.js +104 -0
- package/dist/shared/lit-label.js.map +1 -0
- package/dist/shared/lit-loader.js +69 -0
- package/dist/shared/lit-loader.js.map +1 -0
- package/dist/shared/lit-loading-bar.js +57 -24
- package/dist/shared/lit-loading-bar.js.map +1 -0
- package/dist/shared/lit-menu-item.js +99 -0
- package/dist/shared/lit-menu-item.js.map +1 -0
- package/dist/shared/lit-menu.js +42 -0
- package/dist/shared/lit-menu.js.map +1 -0
- package/dist/shared/lit-modal-body.js +22 -0
- package/dist/shared/lit-modal-body.js.map +1 -0
- package/dist/shared/lit-modal-footer.js +29 -0
- package/dist/shared/lit-modal-footer.js.map +1 -0
- package/dist/shared/lit-modal-header.js +36 -0
- package/dist/shared/lit-modal-header.js.map +1 -0
- package/dist/shared/lit-modal.js +169 -0
- package/dist/shared/lit-modal.js.map +1 -0
- package/dist/shared/lit-overflow-tooltip.js +86 -68
- package/dist/shared/lit-overflow-tooltip.js.map +1 -0
- package/dist/shared/lit-pill.js +88 -0
- package/dist/shared/lit-pill.js.map +1 -0
- package/dist/shared/lit-progress-bar.js +33 -35
- package/dist/shared/lit-progress-bar.js.map +1 -0
- package/dist/shared/lit-responsive-button.js +74 -64
- package/dist/shared/lit-responsive-button.js.map +1 -0
- package/dist/shared/lit-select-field.js +459 -0
- package/dist/shared/lit-select-field.js.map +1 -0
- package/dist/shared/lit-select.js +413 -0
- package/dist/shared/lit-select.js.map +1 -0
- package/dist/shared/lit-settings.js +77 -0
- package/dist/shared/lit-settings.js.map +1 -0
- package/dist/shared/lit-text-field.js +222 -0
- package/dist/shared/lit-text-field.js.map +1 -0
- package/dist/shared/lit-toggle.js +222 -0
- package/dist/shared/lit-toggle.js.map +1 -0
- package/dist/shared/lit-tooltip.js +166 -0
- package/dist/shared/lit-tooltip.js.map +1 -0
- package/dist/shared/simple-popper.js +266 -0
- package/dist/shared/simple-popper.js.map +1 -0
- package/dist/shared/simple-tooltip.js +198 -124
- package/dist/shared/simple-tooltip.js.map +1 -0
- package/dist/shared/styles/button-shared-styles.js +4 -8
- package/dist/shared/styles/button-shared-styles.js.map +1 -0
- package/dist/styles.js +3 -8
- package/dist/styles.js.map +1 -0
- package/dist/utils/currency.js +15 -12
- package/dist/utils/currency.js.map +1 -0
- package/dist/utils/custom-filters.js +80 -46
- package/dist/utils/custom-filters.js.map +1 -0
- package/dist/utils/date.js +21 -14
- package/dist/utils/date.js.map +1 -0
- package/dist/utils/getOperatorByType.js +65 -51
- package/dist/utils/getOperatorByType.js.map +1 -0
- package/dist/utils/getOverviewValue.js +177 -0
- package/dist/utils/getOverviewValue.js.map +1 -0
- package/dist/utils/localization.js +431 -29
- package/dist/utils/localization.js.map +1 -0
- package/dist/utils/utils.js +12 -10
- package/dist/utils/utils.js.map +1 -0
- package/dist/utils/validate-json-schema.js +8 -0
- package/dist/utils/validate-json-schema.js.map +1 -0
- package/dist/validators/validator.js +7 -0
- package/dist/validators/validator.js.map +1 -0
- package/package.json +2 -2
- package/dist/_virtual/FileSaver.min.js +0 -4
- package/dist/_virtual/_commonjsHelpers.js +0 -8
- package/dist/_virtual/lodash.js +0 -4
- package/dist/libs/xlsx.mini.min.js +0 -10
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -432
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -306
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -127
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -127
- package/dist/node_modules/@kurkle/color/dist/color.esm.js +0 -448
- package/dist/node_modules/@lit/localize/init/install.js +0 -11
- package/dist/node_modules/@lit/localize/init/runtime.js +0 -42
- package/dist/node_modules/@lit/localize/internal/default-msg.js +0 -10
- package/dist/node_modules/@lit/localize/internal/deferred.js +0 -21
- package/dist/node_modules/@lit/localize/internal/fnv1a64.js +0 -17
- package/dist/node_modules/@lit/localize/internal/id-generation.js +0 -14
- package/dist/node_modules/@lit/localize/internal/locale-status-event.js +0 -9
- package/dist/node_modules/@lit/localize/internal/runtime-msg.js +0 -42
- package/dist/node_modules/@lit/localize/internal/str-tag.js +0 -15
- package/dist/node_modules/@lit/react/create-component.js +0 -35
- package/dist/node_modules/@lit/reactive-element/css-tag.js +0 -50
- package/dist/node_modules/@lit/reactive-element/decorators/base.js +0 -9
- package/dist/node_modules/@lit/reactive-element/decorators/custom-element.js +0 -13
- package/dist/node_modules/@lit/reactive-element/decorators/property.js +0 -37
- package/dist/node_modules/@lit/reactive-element/decorators/query.js +0 -20
- package/dist/node_modules/@lit/reactive-element/decorators/state.js +0 -12
- package/dist/node_modules/@lit/reactive-element/reactive-element.js +0 -250
- package/dist/node_modules/@tanstack/lit-table/build/lib/index.js +0 -104
- package/dist/node_modules/@tanstack/lit-virtual/dist/esm/index.js +0 -40
- package/dist/node_modules/@tanstack/table-core/build/lib/index.js +0 -1956
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +0 -490
- package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +0 -52
- package/dist/node_modules/chart.js/dist/chart.js +0 -7122
- package/dist/node_modules/chart.js/dist/chunks/helpers.segment.js +0 -1691
- package/dist/node_modules/file-saver/dist/FileSaver.min.js +0 -74
- package/dist/node_modules/lit-element/lit-element.js +0 -51
- package/dist/node_modules/lit-html/async-directive.js +0 -69
- package/dist/node_modules/lit-html/directive-helpers.js +0 -45
- package/dist/node_modules/lit-html/directive.js +0 -27
- package/dist/node_modules/lit-html/directives/class-map.js +0 -34
- package/dist/node_modules/lit-html/directives/ref.js +0 -42
- package/dist/node_modules/lit-html/directives/repeat.js +0 -61
- package/dist/node_modules/lit-html/directives/style-map.js +0 -36
- package/dist/node_modules/lit-html/directives/unsafe-html.js +0 -27
- package/dist/node_modules/lit-html/lit-html.js +0 -243
- package/dist/node_modules/lodash/lodash.js +0 -3678
- package/dist/node_modules/luxon/src/datetime.js +0 -1793
- package/dist/node_modules/luxon/src/duration.js +0 -723
- package/dist/node_modules/luxon/src/errors.js +0 -40
- package/dist/node_modules/luxon/src/impl/conversions.js +0 -92
- package/dist/node_modules/luxon/src/impl/diff.js +0 -36
- package/dist/node_modules/luxon/src/impl/digits.js +0 -74
- package/dist/node_modules/luxon/src/impl/english.js +0 -138
- package/dist/node_modules/luxon/src/impl/formats.js +0 -150
- package/dist/node_modules/luxon/src/impl/formatter.js +0 -245
- package/dist/node_modules/luxon/src/impl/invalid.js +0 -11
- package/dist/node_modules/luxon/src/impl/locale.js +0 -282
- package/dist/node_modules/luxon/src/impl/regexParser.js +0 -202
- package/dist/node_modules/luxon/src/impl/tokenParser.js +0 -329
- package/dist/node_modules/luxon/src/impl/util.js +0 -206
- package/dist/node_modules/luxon/src/impl/zoneUtil.js +0 -19
- package/dist/node_modules/luxon/src/info.js +0 -180
- package/dist/node_modules/luxon/src/interval.js +0 -466
- package/dist/node_modules/luxon/src/settings.js +0 -150
- package/dist/node_modules/luxon/src/zone.js +0 -88
- package/dist/node_modules/luxon/src/zones/IANAZone.js +0 -178
- package/dist/node_modules/luxon/src/zones/fixedOffsetZone.js +0 -125
- package/dist/node_modules/luxon/src/zones/invalidZone.js +0 -41
- package/dist/node_modules/luxon/src/zones/systemZone.js +0 -47
- package/dist/node_modules/sortablejs/modular/sortable.esm.js +0 -1261
- package/dist/style.css +0 -1
- package/dist/vite.svg +0 -1
|
@@ -1,90 +1,121 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { LitElement as h } from "../../node_modules/lit-element/lit-element.js";
|
|
7
|
-
import { msg as c } from "../../node_modules/@lit/localize/init/install.js";
|
|
8
|
-
import "../../node_modules/@lit/localize/init/runtime.js";
|
|
9
|
-
import { css as m } from "../../node_modules/@lit/reactive-element/css-tag.js";
|
|
10
|
-
var b = Object.defineProperty, f = Object.getOwnPropertyDescriptor, l = (e, o, a, r) => {
|
|
11
|
-
for (var n = r > 1 ? void 0 : r ? f(o, a) : o, u = e.length - 1, p; u >= 0; u--)
|
|
12
|
-
(p = e[u]) && (n = (r ? p(o, a, n) : p(n)) || n);
|
|
13
|
-
return r && n && b(o, a, n), n;
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
14
6
|
};
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
7
|
+
import { customElement, property, state } from 'lit/decorators.js';
|
|
8
|
+
import { css, html, LitElement } from 'lit';
|
|
9
|
+
import { msg } from '@lit/localize';
|
|
10
|
+
//components
|
|
11
|
+
import '../../shared/lit-icon.js';
|
|
12
|
+
import '../../shared/lit-input.js';
|
|
13
|
+
import '../../shared/simple-popper.js';
|
|
14
|
+
import '../../assets/illustration/not-found.js';
|
|
15
|
+
import '../../assets/illustration/settings-illustration.js';
|
|
16
|
+
import '../../shared/lit-menu.js';
|
|
17
|
+
import '../../shared/lit-menu-item.js';
|
|
18
|
+
import '../../shared/lit-button.js';
|
|
19
|
+
import '../../shared/lit-icon-button.js';
|
|
20
|
+
import '../../shared/lit-text-field.js';
|
|
21
|
+
import '../../shared/lit-select-field.js';
|
|
22
|
+
import '../../shared/lit-modal.js';
|
|
23
|
+
import '../../shared/lit-checkbox.js';
|
|
24
|
+
import '../../shared/lit-icon-button.js';
|
|
25
|
+
import '../../shared/lit-modal-header.js';
|
|
26
|
+
import '../../shared/lit-modal-footer.js';
|
|
27
|
+
import '../../shared/lit-modal-body.js';
|
|
28
|
+
import '../../shared/lit-label.js';
|
|
29
|
+
import '../../shared/lit-toggle.js';
|
|
30
|
+
let DataGridSettings = class DataGridSettings extends LitElement {
|
|
31
|
+
constructor() {
|
|
32
|
+
super(...arguments);
|
|
33
|
+
this.onSettingsChangedModal = (settingsValue) => { };
|
|
34
|
+
this.enableColumnPinning = true;
|
|
35
|
+
this.enableFiltering = true;
|
|
36
|
+
this.enableSorting = true;
|
|
37
|
+
this.enableGrouping = true;
|
|
38
|
+
this.exportData = true;
|
|
39
|
+
this.actionButtonsInMenu = false;
|
|
40
|
+
this.hideFooter = false;
|
|
41
|
+
this.isOpenModal = false;
|
|
42
|
+
this.originalValues = {};
|
|
43
|
+
this.currentValues = {};
|
|
44
|
+
}
|
|
45
|
+
connectedCallback() {
|
|
46
|
+
super.connectedCallback();
|
|
47
|
+
this.initializeValues();
|
|
48
|
+
}
|
|
49
|
+
updated(changedProperties) {
|
|
50
|
+
super.updated(changedProperties);
|
|
51
|
+
// If any of the properties changed, reinitialize values
|
|
52
|
+
const settingsProperties = [
|
|
53
|
+
'enableFiltering',
|
|
54
|
+
'enableSorting',
|
|
55
|
+
'columnDefaultSize',
|
|
56
|
+
'columnGroupedColor',
|
|
57
|
+
'rowAggregationColor',
|
|
58
|
+
'enableGrouping',
|
|
59
|
+
'exportData',
|
|
60
|
+
'actionButtonsInMenu',
|
|
61
|
+
'hideFooter',
|
|
62
|
+
'enableColumnPinning',
|
|
63
|
+
];
|
|
64
|
+
if (settingsProperties.some((prop) => changedProperties.has(prop))) {
|
|
65
|
+
this.initializeValues();
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
initializeValues() {
|
|
69
|
+
// Store original values
|
|
70
|
+
this.originalValues = {
|
|
71
|
+
enableFiltering: this.enableFiltering,
|
|
72
|
+
enableSorting: this.enableSorting,
|
|
73
|
+
enableGrouping: this.enableGrouping,
|
|
74
|
+
exportData: this.exportData,
|
|
75
|
+
actionButtonsInMenu: this.actionButtonsInMenu,
|
|
76
|
+
hideFooter: this.hideFooter,
|
|
77
|
+
enableColumnPinning: this.enableColumnPinning,
|
|
78
|
+
columnDefaultSize: this.columnDefaultSize || 100,
|
|
79
|
+
columnGroupedColor: this.columnGroupedColor || '#f0fadf',
|
|
80
|
+
rowAggregationColor: this.rowAggregationColor || '#ffe1a8',
|
|
81
|
+
};
|
|
82
|
+
// Initialize current values with original values
|
|
83
|
+
this.currentValues = { ...this.originalValues };
|
|
84
|
+
this.localSettingsValue = {};
|
|
85
|
+
}
|
|
86
|
+
updateCurrentValue(key, value) {
|
|
87
|
+
this.currentValues = { ...this.currentValues, [key]: value };
|
|
88
|
+
this.localSettingsValue = { ...this.localSettingsValue, [key]: value };
|
|
89
|
+
}
|
|
90
|
+
trySendSettingsUpdate() {
|
|
91
|
+
this.onSettingsChangedModal?.(this.localSettingsValue);
|
|
92
|
+
this.onClose?.();
|
|
93
|
+
}
|
|
94
|
+
discardChanges() {
|
|
95
|
+
this.currentValues = { ...this.originalValues };
|
|
96
|
+
this.localSettingsValue = {};
|
|
97
|
+
this.requestUpdate();
|
|
98
|
+
this.onClose?.();
|
|
99
|
+
}
|
|
100
|
+
render() {
|
|
101
|
+
return html `
|
|
64
102
|
<lit-modal
|
|
65
103
|
.open=${this.isOpenModal}
|
|
66
104
|
.onClose=${() => {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.
|
|
71
|
-
|
|
72
|
-
getComputedStyle(document.documentElement).getPropertyValue(
|
|
73
|
-
"--breakpoint-sm"
|
|
74
|
-
)
|
|
75
|
-
) || 600)}
|
|
105
|
+
this.onClose?.();
|
|
106
|
+
}}
|
|
107
|
+
.closeOnOutsideClick=${false}
|
|
108
|
+
.fullScreen=${window.innerWidth <=
|
|
109
|
+
(parseInt(getComputedStyle(document.documentElement).getPropertyValue('--breakpoint-sm')) || 600)}
|
|
76
110
|
>
|
|
77
111
|
<lit-modal-header
|
|
78
112
|
style="display: flex; align-items: center; justify-content: flex-end;"
|
|
79
113
|
>
|
|
80
114
|
<lit-icon-button
|
|
81
|
-
.icon="${
|
|
82
|
-
variant="${
|
|
83
|
-
size="${
|
|
84
|
-
@click=${() =>
|
|
85
|
-
var e;
|
|
86
|
-
return (e = this.onClose) == null ? void 0 : e.call(this);
|
|
87
|
-
}}
|
|
115
|
+
.icon="${'close'}"
|
|
116
|
+
variant="${'text'}"
|
|
117
|
+
size="${'small'}"
|
|
118
|
+
@click=${() => this.onClose?.()}
|
|
88
119
|
></lit-icon-button>
|
|
89
120
|
</lit-modal-header>
|
|
90
121
|
<lit-modal-body style=" height: calc(100vh - 37px - 54px);>
|
|
@@ -98,7 +129,7 @@ let t = class extends h {
|
|
|
98
129
|
<span
|
|
99
130
|
style="font-size: 0.875rem; font-weight: 500 ; color: var(--text-secondary, #777);"
|
|
100
131
|
>
|
|
101
|
-
${
|
|
132
|
+
${msg('Konfigurace') + '- DataGrid'}
|
|
102
133
|
</span>
|
|
103
134
|
</div>
|
|
104
135
|
</div>
|
|
@@ -107,74 +138,74 @@ let t = class extends h {
|
|
|
107
138
|
style="display: flex; flex-direction: column;justify-content: center;gap: 2px"
|
|
108
139
|
>
|
|
109
140
|
<lit-toggle
|
|
110
|
-
.tooltip="${
|
|
111
|
-
.label="${
|
|
141
|
+
.tooltip="${'Enables or disables column filtering.'}"
|
|
142
|
+
.label="${'enableFiltering'}"
|
|
112
143
|
.checked=${this.currentValues.enableFiltering}
|
|
113
144
|
@change=${(e) => {
|
|
114
|
-
|
|
115
|
-
|
|
145
|
+
this.updateCurrentValue('enableFiltering', e.detail);
|
|
146
|
+
}}
|
|
116
147
|
></lit-toggle>
|
|
117
148
|
<lit-toggle
|
|
118
|
-
.tooltip="${
|
|
119
|
-
.label="${
|
|
149
|
+
.tooltip="${'Enables or disables column sorting.'}"
|
|
150
|
+
.label="${'enableSorting'}"
|
|
120
151
|
.checked=${this.currentValues.enableSorting}
|
|
121
152
|
@change=${(e) => {
|
|
122
|
-
|
|
123
|
-
|
|
153
|
+
this.updateCurrentValue('enableSorting', e.detail);
|
|
154
|
+
}}
|
|
124
155
|
></lit-toggle>
|
|
125
156
|
<lit-toggle
|
|
126
|
-
.tooltip="${
|
|
127
|
-
.label="${
|
|
157
|
+
.tooltip="${'Enable or disable the export to CSV and Excel feature.'}"
|
|
158
|
+
.label="${'enableExportData'}"
|
|
128
159
|
.checked=${this.currentValues.exportData}
|
|
129
160
|
@change=${(e) => {
|
|
130
|
-
|
|
131
|
-
|
|
161
|
+
this.updateCurrentValue('exportData', e.detail);
|
|
162
|
+
}}
|
|
132
163
|
></lit-toggle>
|
|
133
164
|
<lit-toggle
|
|
134
|
-
.tooltip="${
|
|
135
|
-
.label="${
|
|
165
|
+
.tooltip="${'Enables or disables column grouping functionality. If true, users can group rows by specific columns.'}"
|
|
166
|
+
.label="${'enableGrouping'}"
|
|
136
167
|
.checked=${this.currentValues.enableGrouping}
|
|
137
168
|
@change=${(e) => {
|
|
138
|
-
|
|
139
|
-
|
|
169
|
+
this.updateCurrentValue('enableGrouping', e.detail);
|
|
170
|
+
}}
|
|
140
171
|
></lit-toggle>
|
|
141
172
|
<lit-toggle
|
|
142
|
-
.tooltip="${
|
|
143
|
-
.label="${
|
|
173
|
+
.tooltip="${'Enables or disables column pinning. If true, columns can be pinned to the left.'}"
|
|
174
|
+
.label="${'enableColumnPinning'}"
|
|
144
175
|
.checked=${this.currentValues.enableColumnPinning}
|
|
145
176
|
@change=${(e) => {
|
|
146
|
-
|
|
147
|
-
|
|
177
|
+
this.updateCurrentValue('enableColumnPinning', e.detail);
|
|
178
|
+
}}
|
|
148
179
|
></lit-toggle>
|
|
149
180
|
<lit-toggle
|
|
150
|
-
.tooltip="${
|
|
151
|
-
.label="${
|
|
181
|
+
.tooltip="${'If true, column actions like pinning and grouping are moved into a popover menu instead of displaying individual buttons in the column header.'}"
|
|
182
|
+
.label="${'actionButtonsInMenu'}"
|
|
152
183
|
.checked=${this.currentValues.actionButtonsInMenu}
|
|
153
184
|
@change=${(e) => {
|
|
154
|
-
|
|
155
|
-
|
|
185
|
+
this.updateCurrentValue('actionButtonsInMenu', e.detail);
|
|
186
|
+
}}
|
|
156
187
|
></lit-toggle>
|
|
157
188
|
|
|
158
189
|
<lit-label
|
|
159
|
-
.label="${
|
|
160
|
-
.tooltip="${
|
|
190
|
+
.label="${'columnDefaultSize'}"
|
|
191
|
+
.tooltip="${'The default width of all columns.'}"
|
|
161
192
|
></lit-label>
|
|
162
193
|
<lit-input
|
|
163
194
|
style="margin: 4px 0 4px 14px"
|
|
164
195
|
type="number"
|
|
165
196
|
disableClearButton="true"
|
|
166
|
-
.value="${this.currentValues.columnDefaultSize ||
|
|
167
|
-
.onInput=${(
|
|
168
|
-
|
|
169
|
-
|
|
197
|
+
.value="${this.currentValues.columnDefaultSize || ''}"
|
|
198
|
+
.onInput=${(val) => {
|
|
199
|
+
this.updateCurrentValue('columnDefaultSize', val);
|
|
200
|
+
}}
|
|
170
201
|
></lit-input>
|
|
171
202
|
</div>
|
|
172
203
|
<div
|
|
173
204
|
style="display: flex; flex-direction: column;justify-content: center;gap: 2px"
|
|
174
205
|
>
|
|
175
206
|
<lit-label
|
|
176
|
-
.label="${
|
|
177
|
-
.tooltip="${
|
|
207
|
+
.label="${'columnGroupedColor'}"
|
|
208
|
+
.tooltip="${'The background color for grouped column headers.'}"
|
|
178
209
|
></lit-label>
|
|
179
210
|
<input
|
|
180
211
|
style="margin: 4px 0 4px 14px;"
|
|
@@ -182,17 +213,17 @@ let t = class extends h {
|
|
|
182
213
|
id="colorPickerCustom"
|
|
183
214
|
value="${this.currentValues.columnGroupedColor}"
|
|
184
215
|
@change=${(e) => {
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
216
|
+
const color = e.target.value;
|
|
217
|
+
this.updateCurrentValue('columnGroupedColor', color);
|
|
218
|
+
}}
|
|
188
219
|
/>
|
|
189
220
|
</div>
|
|
190
221
|
<div
|
|
191
222
|
style="display: flex; flex-direction: column;justify-content: center;gap: 2px"
|
|
192
223
|
>
|
|
193
224
|
<lit-label
|
|
194
|
-
.label="${
|
|
195
|
-
.tooltip="${
|
|
225
|
+
.label="${'rowAggregationColor'}"
|
|
226
|
+
.tooltip="${'The background color for rows affected by aggregation.'}"
|
|
196
227
|
></lit-label>
|
|
197
228
|
<input
|
|
198
229
|
style="margin: 4px 0 4px 14px"
|
|
@@ -200,9 +231,9 @@ let t = class extends h {
|
|
|
200
231
|
id="colorPickerCustom"
|
|
201
232
|
value="${this.currentValues.rowAggregationColor}"
|
|
202
233
|
@change=${(e) => {
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
234
|
+
const color = e.target.value;
|
|
235
|
+
this.updateCurrentValue('rowAggregationColor', color);
|
|
236
|
+
}}
|
|
206
237
|
/>
|
|
207
238
|
</div>
|
|
208
239
|
</div>
|
|
@@ -214,75 +245,74 @@ let t = class extends h {
|
|
|
214
245
|
justify-content: center;"
|
|
215
246
|
>
|
|
216
247
|
<lit-button
|
|
217
|
-
.label="${
|
|
218
|
-
.icon="${
|
|
219
|
-
.size="${
|
|
248
|
+
.label="${msg('Uložit')}"
|
|
249
|
+
.icon="${'check'}"
|
|
250
|
+
.size="${'medium'}"
|
|
220
251
|
@click=${() => this.trySendSettingsUpdate()}
|
|
221
252
|
></lit-button>
|
|
222
253
|
<lit-button
|
|
223
|
-
.label="${
|
|
224
|
-
variant="${
|
|
225
|
-
.icon="${
|
|
226
|
-
.size="${
|
|
254
|
+
.label="${msg('Zrušit')}"
|
|
255
|
+
variant="${'text'}"
|
|
256
|
+
.icon="${'close'}"
|
|
257
|
+
.size="${'medium'}"
|
|
227
258
|
@click=${() => this.discardChanges()}
|
|
228
259
|
></lit-button>
|
|
229
260
|
</lit-modal-footer>
|
|
230
261
|
</lit-modal>
|
|
231
262
|
`;
|
|
232
|
-
|
|
233
|
-
};
|
|
234
|
-
t.styles = [m``];
|
|
235
|
-
l([
|
|
236
|
-
i({ type: Function })
|
|
237
|
-
], t.prototype, "onClose", 2);
|
|
238
|
-
l([
|
|
239
|
-
i({ type: Function })
|
|
240
|
-
], t.prototype, "onSettingsChangedModal", 2);
|
|
241
|
-
l([
|
|
242
|
-
i({ type: Boolean })
|
|
243
|
-
], t.prototype, "enableColumnPinning", 2);
|
|
244
|
-
l([
|
|
245
|
-
i({ type: Boolean })
|
|
246
|
-
], t.prototype, "enableFiltering", 2);
|
|
247
|
-
l([
|
|
248
|
-
i({ type: Boolean })
|
|
249
|
-
], t.prototype, "enableSorting", 2);
|
|
250
|
-
l([
|
|
251
|
-
i({ type: Number })
|
|
252
|
-
], t.prototype, "columnDefaultSize", 2);
|
|
253
|
-
l([
|
|
254
|
-
i({ type: String })
|
|
255
|
-
], t.prototype, "columnGroupedColor", 2);
|
|
256
|
-
l([
|
|
257
|
-
i({ type: String })
|
|
258
|
-
], t.prototype, "rowAggregationColor", 2);
|
|
259
|
-
l([
|
|
260
|
-
i({ type: Boolean })
|
|
261
|
-
], t.prototype, "enableGrouping", 2);
|
|
262
|
-
l([
|
|
263
|
-
i({ type: Boolean })
|
|
264
|
-
], t.prototype, "exportData", 2);
|
|
265
|
-
l([
|
|
266
|
-
i({ type: Boolean })
|
|
267
|
-
], t.prototype, "actionButtonsInMenu", 2);
|
|
268
|
-
l([
|
|
269
|
-
i({ type: Boolean })
|
|
270
|
-
], t.prototype, "hideFooter", 2);
|
|
271
|
-
l([
|
|
272
|
-
s()
|
|
273
|
-
], t.prototype, "isOpenModal", 2);
|
|
274
|
-
l([
|
|
275
|
-
s()
|
|
276
|
-
], t.prototype, "localSettingsValue", 2);
|
|
277
|
-
l([
|
|
278
|
-
s()
|
|
279
|
-
], t.prototype, "originalValues", 2);
|
|
280
|
-
l([
|
|
281
|
-
s()
|
|
282
|
-
], t.prototype, "currentValues", 2);
|
|
283
|
-
t = l([
|
|
284
|
-
g("data-grid-settings")
|
|
285
|
-
], t);
|
|
286
|
-
export {
|
|
287
|
-
t as DataGridSettings
|
|
263
|
+
}
|
|
288
264
|
};
|
|
265
|
+
DataGridSettings.styles = [css ``];
|
|
266
|
+
__decorate([
|
|
267
|
+
property({ type: Function })
|
|
268
|
+
], DataGridSettings.prototype, "onClose", void 0);
|
|
269
|
+
__decorate([
|
|
270
|
+
property({ type: Function })
|
|
271
|
+
], DataGridSettings.prototype, "onSettingsChangedModal", void 0);
|
|
272
|
+
__decorate([
|
|
273
|
+
property({ type: Boolean })
|
|
274
|
+
], DataGridSettings.prototype, "enableColumnPinning", void 0);
|
|
275
|
+
__decorate([
|
|
276
|
+
property({ type: Boolean })
|
|
277
|
+
], DataGridSettings.prototype, "enableFiltering", void 0);
|
|
278
|
+
__decorate([
|
|
279
|
+
property({ type: Boolean })
|
|
280
|
+
], DataGridSettings.prototype, "enableSorting", void 0);
|
|
281
|
+
__decorate([
|
|
282
|
+
property({ type: Number })
|
|
283
|
+
], DataGridSettings.prototype, "columnDefaultSize", void 0);
|
|
284
|
+
__decorate([
|
|
285
|
+
property({ type: String })
|
|
286
|
+
], DataGridSettings.prototype, "columnGroupedColor", void 0);
|
|
287
|
+
__decorate([
|
|
288
|
+
property({ type: String })
|
|
289
|
+
], DataGridSettings.prototype, "rowAggregationColor", void 0);
|
|
290
|
+
__decorate([
|
|
291
|
+
property({ type: Boolean })
|
|
292
|
+
], DataGridSettings.prototype, "enableGrouping", void 0);
|
|
293
|
+
__decorate([
|
|
294
|
+
property({ type: Boolean })
|
|
295
|
+
], DataGridSettings.prototype, "exportData", void 0);
|
|
296
|
+
__decorate([
|
|
297
|
+
property({ type: Boolean })
|
|
298
|
+
], DataGridSettings.prototype, "actionButtonsInMenu", void 0);
|
|
299
|
+
__decorate([
|
|
300
|
+
property({ type: Boolean })
|
|
301
|
+
], DataGridSettings.prototype, "hideFooter", void 0);
|
|
302
|
+
__decorate([
|
|
303
|
+
state()
|
|
304
|
+
], DataGridSettings.prototype, "isOpenModal", void 0);
|
|
305
|
+
__decorate([
|
|
306
|
+
state()
|
|
307
|
+
], DataGridSettings.prototype, "localSettingsValue", void 0);
|
|
308
|
+
__decorate([
|
|
309
|
+
state()
|
|
310
|
+
], DataGridSettings.prototype, "originalValues", void 0);
|
|
311
|
+
__decorate([
|
|
312
|
+
state()
|
|
313
|
+
], DataGridSettings.prototype, "currentValues", void 0);
|
|
314
|
+
DataGridSettings = __decorate([
|
|
315
|
+
customElement('data-grid-settings')
|
|
316
|
+
], DataGridSettings);
|
|
317
|
+
export { DataGridSettings };
|
|
318
|
+
//# sourceMappingURL=data-grid-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-grid-settings.js","sourceRoot":"","sources":["../../../src/components/components-settings/data-grid-settings.ts"],"names":[],"mappings":"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"}
|