overview-components 1.0.82 → 1.0.88
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 +72 -70
- package/dist/assets/generated/locales/en.js +72 -70
- package/dist/assets/generated/locales/fr.js +72 -70
- package/dist/assets/generated/locales/hr.js +72 -70
- package/dist/assets/generated/locales/it.js +72 -70
- package/dist/assets/generated/locales/pl.js +72 -70
- package/dist/assets/generated/locales/ro.js +72 -70
- package/dist/assets/generated/locales/sk.js +72 -70
- package/dist/assets/generated/locales/sr.js +72 -70
- package/dist/components/lit-attachments-tab.js +267 -432
- package/dist/components/lit-badge.js +37 -40
- package/dist/components/lit-case-variables-tab.js +378 -497
- package/dist/components/lit-chart.js +375 -406
- package/dist/components/lit-data-grid-tanstack.js +1145 -1663
- package/dist/components/lit-filter-modal.js +194 -230
- package/dist/components/lit-multiselect-item.js +297 -477
- package/dist/components/lit-section-tab.js +69 -85
- package/dist/components/lit-tabs-overview.js +187 -232
- package/dist/components/react-wrappers/attachments-tab.js +13 -8
- package/dist/components/react-wrappers/badge.js +13 -8
- package/dist/components/react-wrappers/button.js +13 -8
- package/dist/components/react-wrappers/case-variables-tab.js +13 -8
- package/dist/components/react-wrappers/chart.js +13 -8
- package/dist/components/react-wrappers/data-grid-tanstack.js +13 -8
- package/dist/components/react-wrappers/filter-modal.js +13 -8
- package/dist/components/react-wrappers/progress-bar.js +13 -8
- package/dist/components/react-wrappers/section-tab.js +13 -8
- package/dist/components/react-wrappers/tabs-overview.js +13 -8
- package/dist/index.d.ts +1 -64
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +42 -107
- package/dist/node_modules/@lit/reactive-element/css-tag.js +42 -0
- package/dist/node_modules/@lit/reactive-element/decorators/base.js +9 -0
- package/dist/node_modules/@lit/reactive-element/decorators/custom-element.js +13 -0
- package/dist/node_modules/@lit/reactive-element/decorators/property.js +37 -0
- package/dist/node_modules/@lit/reactive-element/decorators/query.js +20 -0
- package/dist/node_modules/@lit/reactive-element/decorators/state.js +12 -0
- package/dist/node_modules/@lit/reactive-element/reactive-element.js +249 -0
- package/dist/node_modules/lit-html/async-directive.js +69 -0
- package/dist/node_modules/lit-html/directive-helpers.js +45 -0
- package/dist/node_modules/lit-html/directive.js +27 -0
- package/dist/node_modules/lit-html/directives/ref.js +42 -0
- package/dist/node_modules/lit-html/directives/repeat.js +61 -0
- package/dist/node_modules/lit-html/directives/style-map.js +36 -0
- package/dist/node_modules/lit-html/directives/unsafe-html.js +27 -0
- package/dist/node_modules/lit-html/lit-html.js +242 -0
- package/dist/shared/lit-button.js +63 -80
- package/dist/shared/lit-icon-button.d.ts +1 -1
- package/dist/shared/lit-icon-button.d.ts.map +1 -1
- package/dist/shared/lit-loader.d.ts +1 -1
- package/dist/shared/lit-loader.d.ts.map +1 -1
- package/dist/shared/lit-loading-bar.d.ts +1 -1
- package/dist/shared/lit-loading-bar.d.ts.map +1 -1
- package/dist/shared/lit-menu-item.d.ts +1 -1
- package/dist/shared/lit-menu-item.d.ts.map +1 -1
- package/dist/shared/lit-progress-bar.js +32 -33
- package/dist/shared/lit-text-field.d.ts +1 -1
- package/dist/shared/lit-text-field.d.ts.map +1 -1
- package/dist/shared/simple-tooltip.js +122 -198
- package/dist/shared/styles/button-shared-styles.js +5 -4
- package/dist/utils/currency.js +12 -15
- package/dist/utils/custom-filters.js +45 -80
- package/dist/utils/date.js +13 -21
- package/dist/utils/getOperatorByType.js +50 -65
- package/dist/utils/localization.js +29 -431
- package/package.json +6 -4
- package/dist/assets/generated/locales/de.js.map +0 -1
- package/dist/assets/generated/locales/en.js.map +0 -1
- package/dist/assets/generated/locales/fr.js.map +0 -1
- package/dist/assets/generated/locales/hr.js.map +0 -1
- package/dist/assets/generated/locales/it.js.map +0 -1
- package/dist/assets/generated/locales/pl.js.map +0 -1
- package/dist/assets/generated/locales/ro.js.map +0 -1
- package/dist/assets/generated/locales/sk.js.map +0 -1
- package/dist/assets/generated/locales/sr.js.map +0 -1
- package/dist/assets/icons/iconGlyphs.js +0 -679
- package/dist/assets/icons/iconGlyphs.js.map +0 -1
- package/dist/assets/illustration/delete-illustration.js +0 -96
- package/dist/assets/illustration/delete-illustration.js.map +0 -1
- package/dist/assets/illustration/no-content.js +0 -167
- package/dist/assets/illustration/no-content.js.map +0 -1
- package/dist/assets/illustration/no-preview.js +0 -133
- package/dist/assets/illustration/no-preview.js.map +0 -1
- package/dist/assets/illustration/not-found.js +0 -106
- package/dist/assets/illustration/not-found.js.map +0 -1
- package/dist/assets/illustration/settings-illustration.js +0 -176
- package/dist/assets/illustration/settings-illustration.js.map +0 -1
- package/dist/components/components-settings/attachments-tab-settings.js +0 -226
- package/dist/components/components-settings/attachments-tab-settings.js.map +0 -1
- package/dist/components/components-settings/data-grid-settings.js +0 -318
- package/dist/components/components-settings/data-grid-settings.js.map +0 -1
- package/dist/components/components-settings/section-tab-settings.js +0 -269
- package/dist/components/components-settings/section-tab-settings.js.map +0 -1
- package/dist/components/components-settings/tabs-overview-settings.js +0 -439
- package/dist/components/components-settings/tabs-overview-settings.js.map +0 -1
- package/dist/components/lit-attachments-tab.js.map +0 -1
- package/dist/components/lit-badge.js.map +0 -1
- package/dist/components/lit-case-variables-tab.js.map +0 -1
- package/dist/components/lit-chart.js.map +0 -1
- package/dist/components/lit-data-grid-tanstack.js.map +0 -1
- package/dist/components/lit-filter-modal.js.map +0 -1
- package/dist/components/lit-multiselect-item.js.map +0 -1
- package/dist/components/lit-section-tab.js.map +0 -1
- package/dist/components/lit-tabs-overview.js.map +0 -1
- package/dist/components/modals/lit-confirm-modal.js +0 -120
- package/dist/components/modals/lit-confirm-modal.js.map +0 -1
- package/dist/components/modals/lit-delete-modal.js +0 -128
- package/dist/components/modals/lit-delete-modal.js.map +0 -1
- package/dist/components/react-wrappers/attachments-tab.js.map +0 -1
- package/dist/components/react-wrappers/badge.js.map +0 -1
- package/dist/components/react-wrappers/button.js.map +0 -1
- package/dist/components/react-wrappers/case-variables-tab.js.map +0 -1
- package/dist/components/react-wrappers/chart.js.map +0 -1
- package/dist/components/react-wrappers/data-grid-tanstack.js.map +0 -1
- package/dist/components/react-wrappers/filter-modal.js.map +0 -1
- package/dist/components/react-wrappers/progress-bar.js.map +0 -1
- package/dist/components/react-wrappers/section-tab.js.map +0 -1
- package/dist/components/react-wrappers/tabs-overview.js.map +0 -1
- package/dist/data/translations.js +0 -2763
- package/dist/data/translations.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/schemas/index.js +0 -17
- package/dist/schemas/index.js.map +0 -1
- package/dist/schemas/lit-attachments-tab-document.schema.js +0 -20
- package/dist/schemas/lit-attachments-tab-document.schema.js.map +0 -1
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js +0 -15
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +0 -1
- package/dist/schemas/lit-attachments-tab.schema.js +0 -32
- package/dist/schemas/lit-attachments-tab.schema.js.map +0 -1
- package/dist/schemas/lit-case-variables-tab-cell.schema.js +0 -43
- package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +0 -1
- package/dist/schemas/lit-case-variables-tab-rows.schema.js +0 -6
- package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +0 -1
- package/dist/schemas/lit-case-variables-tab.schema.js +0 -24
- package/dist/schemas/lit-case-variables-tab.schema.js.map +0 -1
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +0 -6
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +0 -1
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +0 -6
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +0 -1
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +0 -11
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +0 -1
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js +0 -55
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +0 -1
- package/dist/schemas/lit-data-grid-tanstack.schema.js +0 -99
- package/dist/schemas/lit-data-grid-tanstack.schema.js.map +0 -1
- package/dist/schemas/lit-section-tab-schema.js +0 -24
- package/dist/schemas/lit-section-tab-schema.js.map +0 -1
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js +0 -6
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +0 -1
- package/dist/schemas/lit-tabs-overview-tab.schema.js +0 -32
- package/dist/schemas/lit-tabs-overview-tab.schema.js.map +0 -1
- package/dist/schemas/lit-tabs-overview.schema.js +0 -29
- package/dist/schemas/lit-tabs-overview.schema.js.map +0 -1
- package/dist/scripts/translate-locales.js +0 -69
- package/dist/scripts/translate-locales.js.map +0 -1
- package/dist/shared/filter-inputs.js +0 -427
- package/dist/shared/filter-inputs.js.map +0 -1
- package/dist/shared/lit-button.js.map +0 -1
- package/dist/shared/lit-case-variables-tab-cell.js +0 -226
- package/dist/shared/lit-case-variables-tab-cell.js.map +0 -1
- package/dist/shared/lit-checkbox.js +0 -171
- package/dist/shared/lit-checkbox.js.map +0 -1
- package/dist/shared/lit-custom-popper.js +0 -117
- package/dist/shared/lit-custom-popper.js.map +0 -1
- package/dist/shared/lit-data-grid-action-buttons-popover.js +0 -295
- package/dist/shared/lit-data-grid-action-buttons-popover.js.map +0 -1
- package/dist/shared/lit-data-grid-density-popover.js +0 -84
- package/dist/shared/lit-data-grid-density-popover.js.map +0 -1
- package/dist/shared/lit-data-grid-export-popover.js +0 -68
- package/dist/shared/lit-data-grid-export-popover.js.map +0 -1
- package/dist/shared/lit-data-grid-operators-popover.js +0 -114
- package/dist/shared/lit-data-grid-operators-popover.js.map +0 -1
- package/dist/shared/lit-data-grid-row-actions.js +0 -76
- package/dist/shared/lit-data-grid-row-actions.js.map +0 -1
- package/dist/shared/lit-date-picker.js +0 -606
- package/dist/shared/lit-date-picker.js.map +0 -1
- package/dist/shared/lit-icon-button.js +0 -105
- package/dist/shared/lit-icon-button.js.map +0 -1
- package/dist/shared/lit-icon.js +0 -284
- package/dist/shared/lit-icon.js.map +0 -1
- package/dist/shared/lit-input.js +0 -239
- package/dist/shared/lit-input.js.map +0 -1
- package/dist/shared/lit-label.js +0 -104
- package/dist/shared/lit-label.js.map +0 -1
- package/dist/shared/lit-loader.js +0 -69
- package/dist/shared/lit-loader.js.map +0 -1
- package/dist/shared/lit-loading-bar.js +0 -127
- package/dist/shared/lit-loading-bar.js.map +0 -1
- package/dist/shared/lit-menu-item.js +0 -99
- package/dist/shared/lit-menu-item.js.map +0 -1
- package/dist/shared/lit-menu.js +0 -42
- package/dist/shared/lit-menu.js.map +0 -1
- package/dist/shared/lit-modal-body.js +0 -22
- package/dist/shared/lit-modal-body.js.map +0 -1
- package/dist/shared/lit-modal-footer.js +0 -29
- package/dist/shared/lit-modal-footer.js.map +0 -1
- package/dist/shared/lit-modal-header.js +0 -36
- package/dist/shared/lit-modal-header.js.map +0 -1
- package/dist/shared/lit-modal.js +0 -169
- package/dist/shared/lit-modal.js.map +0 -1
- package/dist/shared/lit-overflow-tooltip.js +0 -103
- package/dist/shared/lit-overflow-tooltip.js.map +0 -1
- package/dist/shared/lit-pill.js +0 -88
- package/dist/shared/lit-pill.js.map +0 -1
- package/dist/shared/lit-progress-bar.js.map +0 -1
- package/dist/shared/lit-responsive-button.js +0 -94
- package/dist/shared/lit-responsive-button.js.map +0 -1
- package/dist/shared/lit-select-field.js +0 -459
- package/dist/shared/lit-select-field.js.map +0 -1
- package/dist/shared/lit-select.js +0 -413
- package/dist/shared/lit-select.js.map +0 -1
- package/dist/shared/lit-settings.js +0 -77
- package/dist/shared/lit-settings.js.map +0 -1
- package/dist/shared/lit-text-field.js +0 -222
- package/dist/shared/lit-text-field.js.map +0 -1
- package/dist/shared/lit-toggle.js +0 -222
- package/dist/shared/lit-toggle.js.map +0 -1
- package/dist/shared/lit-tooltip.js +0 -166
- package/dist/shared/lit-tooltip.js.map +0 -1
- package/dist/shared/simple-popper.js +0 -266
- package/dist/shared/simple-popper.js.map +0 -1
- package/dist/shared/simple-tooltip.js.map +0 -1
- package/dist/shared/styles/button-shared-styles.js.map +0 -1
- package/dist/style.css +0 -1
- package/dist/styles.js +0 -169
- package/dist/styles.js.map +0 -1
- package/dist/utils/currency.js.map +0 -1
- package/dist/utils/custom-filters.js.map +0 -1
- package/dist/utils/date.js.map +0 -1
- package/dist/utils/getOperatorByType.js.map +0 -1
- package/dist/utils/getOverviewValue.js +0 -177
- package/dist/utils/getOverviewValue.js.map +0 -1
- package/dist/utils/localization.js.map +0 -1
- package/dist/utils/utils.js +0 -13
- package/dist/utils/utils.js.map +0 -1
- package/dist/utils/validate-json-schema.js +0 -8
- package/dist/utils/validate-json-schema.js.map +0 -1
- package/dist/validators/validator.js +0 -7
- package/dist/validators/validator.js.map +0 -1
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { createComponent } from
|
|
3
|
-
import { LitFilterModal } from
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import t from "react";
|
|
2
|
+
import { createComponent as e } from "@lit-labs/react";
|
|
3
|
+
import { LitFilterModal as o } from "../lit-filter-modal.js";
|
|
4
|
+
const l = e({
|
|
5
|
+
tagName: "lit-filter-modal",
|
|
6
|
+
// Názov custom elementu
|
|
7
|
+
elementClass: o,
|
|
8
|
+
// Trieda Lit komponentu
|
|
9
|
+
react: t
|
|
10
|
+
// React objekt
|
|
8
11
|
});
|
|
9
|
-
|
|
12
|
+
export {
|
|
13
|
+
l as FilterModal
|
|
14
|
+
};
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { createComponent } from
|
|
3
|
-
import { LitProgressBar } from
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import r from "react";
|
|
2
|
+
import { createComponent as e } from "@lit-labs/react";
|
|
3
|
+
import { LitProgressBar as o } from "../../shared/lit-progress-bar.js";
|
|
4
|
+
const s = e({
|
|
5
|
+
tagName: "lit-progress-bar",
|
|
6
|
+
// Názov custom elementu
|
|
7
|
+
elementClass: o,
|
|
8
|
+
// Trieda Lit komponentu
|
|
9
|
+
react: r
|
|
10
|
+
// React objekt
|
|
8
11
|
});
|
|
9
|
-
|
|
12
|
+
export {
|
|
13
|
+
s as ProgressBar
|
|
14
|
+
};
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { createComponent } from
|
|
3
|
-
import { LitSectionTab } from
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import t from "react";
|
|
2
|
+
import { createComponent as e } from "@lit-labs/react";
|
|
3
|
+
import { LitSectionTab as o } from "../lit-section-tab.js";
|
|
4
|
+
const i = e({
|
|
5
|
+
tagName: "lit-section-tab",
|
|
6
|
+
// Názov custom elementu
|
|
7
|
+
elementClass: o,
|
|
8
|
+
// Trieda Lit komponentu
|
|
9
|
+
react: t
|
|
10
|
+
// React objekt
|
|
8
11
|
});
|
|
9
|
-
|
|
12
|
+
export {
|
|
13
|
+
i as SectionTab
|
|
14
|
+
};
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { createComponent } from
|
|
3
|
-
import { LitTabsOverview } from
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import e from "react";
|
|
2
|
+
import { createComponent as t } from "@lit-labs/react";
|
|
3
|
+
import { LitTabsOverview as r } from "../lit-tabs-overview.js";
|
|
4
|
+
const i = t({
|
|
5
|
+
tagName: "lit-tabs-overview",
|
|
6
|
+
// Názov custom elementu
|
|
7
|
+
elementClass: r,
|
|
8
|
+
// Trieda Lit komponentu
|
|
9
|
+
react: e
|
|
10
|
+
// React objekt
|
|
8
11
|
});
|
|
9
|
-
|
|
12
|
+
export {
|
|
13
|
+
i as TabsOverview
|
|
14
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -10,77 +10,14 @@ export * from './components/lit-badge.js';
|
|
|
10
10
|
export { LitBadge } from './components/lit-badge.js';
|
|
11
11
|
export * from './components/lit-filter-modal.js';
|
|
12
12
|
export { LitFilterModal } from './components/lit-filter-modal.js';
|
|
13
|
+
export * from './components/lit-chart.js';
|
|
13
14
|
export { LitChart } from './components/lit-chart.js';
|
|
14
15
|
export * from './components/lit-tabs-overview.js';
|
|
15
16
|
export { LitTabsOverview } from './components/lit-tabs-overview.js';
|
|
16
17
|
export * from './components/lit-multiselect-item.js';
|
|
17
18
|
export { LitMultiselectItem } from './components/lit-multiselect-item.js';
|
|
18
|
-
export * from './shared/filter-inputs.js';
|
|
19
19
|
export * from './shared/lit-button.js';
|
|
20
20
|
export { LitButton } from './shared/lit-button.js';
|
|
21
|
-
export * from './shared/lit-case-variables-tab-cell.js';
|
|
22
|
-
export { LitCaseVariablesTabCell } from './shared/lit-case-variables-tab-cell.js';
|
|
23
|
-
export * from './shared/lit-checkbox.js';
|
|
24
|
-
export { LitCheckbox } from './shared/lit-checkbox.js';
|
|
25
|
-
export * from './shared/lit-custom-popper.js';
|
|
26
|
-
export { LitCustomPopper } from './shared/lit-custom-popper.js';
|
|
27
|
-
export * from './shared/lit-data-grid-action-buttons-popover.js';
|
|
28
|
-
export { LitDataGridActionButtonsPopover } from './shared/lit-data-grid-action-buttons-popover.js';
|
|
29
|
-
export * from './shared/lit-data-grid-density-popover.js';
|
|
30
|
-
export { LitDataGridDensityPopover } from './shared/lit-data-grid-density-popover.js';
|
|
31
|
-
export * from './shared/lit-data-grid-export-popover.js';
|
|
32
|
-
export { LitDataGridExportPopover } from './shared/lit-data-grid-export-popover.js';
|
|
33
|
-
export * from './shared/lit-data-grid-operators-popover.js';
|
|
34
|
-
export { LitDataGridOperatorsPopover } from './shared/lit-data-grid-operators-popover.js';
|
|
35
|
-
export * from './shared/lit-data-grid-row-actions.js';
|
|
36
|
-
export { LitDataGridRowActions } from './shared/lit-data-grid-row-actions.js';
|
|
37
|
-
export * from './shared/lit-date-picker.js';
|
|
38
|
-
export { LitDatePicker } from './shared/lit-date-picker.js';
|
|
39
|
-
export * from './shared/lit-icon-button.js';
|
|
40
|
-
export { LitIconButton } from './shared/lit-icon-button.js';
|
|
41
|
-
export * from './shared/lit-icon.js';
|
|
42
|
-
export { LitIcon } from './shared/lit-icon.js';
|
|
43
|
-
export * from './shared/lit-input.js';
|
|
44
|
-
export { LitInput } from './shared/lit-input.js';
|
|
45
|
-
export * from './shared/lit-label.js';
|
|
46
|
-
export { LitLabel } from './shared/lit-label.js';
|
|
47
|
-
export * from './shared/lit-loader.js';
|
|
48
|
-
export { LitLoader } from './shared/lit-loader.js';
|
|
49
|
-
export * from './shared/lit-loading-bar.js';
|
|
50
|
-
export { LitLoadingBar } from './shared/lit-loading-bar.js';
|
|
51
|
-
export { LitMenuItem } from './shared/lit-menu-item.js';
|
|
52
|
-
export * from './shared/lit-menu.js';
|
|
53
|
-
export { LitMenu } from './shared/lit-menu.js';
|
|
54
|
-
export * from './shared/lit-modal-body.js';
|
|
55
|
-
export { LitModalBody } from './shared/lit-modal-body.js';
|
|
56
|
-
export * from './shared/lit-modal-footer.js';
|
|
57
|
-
export { LitModalFooter } from './shared/lit-modal-footer.js';
|
|
58
|
-
export * from './shared/lit-modal-header.js';
|
|
59
|
-
export { LitModalHeader } from './shared/lit-modal-header.js';
|
|
60
|
-
export * from './shared/lit-modal.js';
|
|
61
|
-
export { LitModal } from './shared/lit-modal.js';
|
|
62
|
-
export * from './shared/lit-overflow-tooltip.js';
|
|
63
|
-
export { LitOverflowTooltip } from './shared/lit-overflow-tooltip.js';
|
|
64
|
-
export * from './shared/lit-pill.js';
|
|
65
|
-
export { LitPill } from './shared/lit-pill.js';
|
|
66
|
-
export * from './shared/lit-progress-bar.js';
|
|
67
|
-
export { LitProgressBar } from './shared/lit-progress-bar.js';
|
|
68
|
-
export * from './shared/lit-responsive-button.js';
|
|
69
|
-
export { LitResponsiveButton } from './shared/lit-responsive-button.js';
|
|
70
|
-
export * from './shared/lit-select-field.js';
|
|
71
|
-
export { LitSelectField } from './shared/lit-select-field.js';
|
|
72
|
-
export * from './shared/lit-select.js';
|
|
73
|
-
export { LitSelect } from './shared/lit-select.js';
|
|
74
|
-
export * from './shared/lit-settings.js';
|
|
75
|
-
export { LitSettings } from './shared/lit-settings.js';
|
|
76
|
-
export * from './shared/lit-text-field.js';
|
|
77
|
-
export { LitTextField } from './shared/lit-text-field.js';
|
|
78
|
-
export * from './shared/lit-toggle.js';
|
|
79
|
-
export { LitToggle } from './shared/lit-toggle.js';
|
|
80
|
-
export * from './shared/lit-tooltip.js';
|
|
81
|
-
export { PerfTooltip } from './shared/lit-tooltip.js';
|
|
82
|
-
export * from './shared/simple-popper.js';
|
|
83
|
-
export * from './shared/simple-tooltip.js';
|
|
84
21
|
export * from './components/react-wrappers/case-variables-tab.js';
|
|
85
22
|
export { CaseVariablesTab } from './components/react-wrappers/case-variables-tab.js';
|
|
86
23
|
export * from './components/react-wrappers/data-grid-tanstack.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,cAAc,iCAAiC,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,qCAAqC,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,cAAc,iCAAiC,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,cAAc,sCAAsC,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,cAAc,mDAAmD,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AACrF,cAAc,mDAAmD,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AACrF,cAAc,gDAAgD,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAChF,cAAc,4CAA4C,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AACxE,cAAc,sCAAsC,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,cAAc,sCAAsC,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAC5E,cAAc,6CAA6C,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,cAAc,uCAAuC,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,107 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export * from './shared/lit-icon.js';
|
|
44
|
-
export { LitIcon } from './shared/lit-icon.js';
|
|
45
|
-
export * from './shared/lit-input.js';
|
|
46
|
-
export { LitInput } from './shared/lit-input.js';
|
|
47
|
-
export * from './shared/lit-label.js';
|
|
48
|
-
export { LitLabel } from './shared/lit-label.js';
|
|
49
|
-
export * from './shared/lit-loader.js';
|
|
50
|
-
export { LitLoader } from './shared/lit-loader.js';
|
|
51
|
-
export * from './shared/lit-loading-bar.js';
|
|
52
|
-
export { LitLoadingBar } from './shared/lit-loading-bar.js';
|
|
53
|
-
export { LitMenuItem } from './shared/lit-menu-item.js';
|
|
54
|
-
export * from './shared/lit-menu.js';
|
|
55
|
-
export { LitMenu } from './shared/lit-menu.js';
|
|
56
|
-
export * from './shared/lit-modal-body.js';
|
|
57
|
-
export { LitModalBody } from './shared/lit-modal-body.js';
|
|
58
|
-
export * from './shared/lit-modal-footer.js';
|
|
59
|
-
export { LitModalFooter } from './shared/lit-modal-footer.js';
|
|
60
|
-
export * from './shared/lit-modal-header.js';
|
|
61
|
-
export { LitModalHeader } from './shared/lit-modal-header.js';
|
|
62
|
-
export * from './shared/lit-modal.js';
|
|
63
|
-
export { LitModal } from './shared/lit-modal.js';
|
|
64
|
-
export * from './shared/lit-overflow-tooltip.js';
|
|
65
|
-
export { LitOverflowTooltip } from './shared/lit-overflow-tooltip.js';
|
|
66
|
-
export * from './shared/lit-pill.js';
|
|
67
|
-
export { LitPill } from './shared/lit-pill.js';
|
|
68
|
-
export * from './shared/lit-progress-bar.js';
|
|
69
|
-
export { LitProgressBar } from './shared/lit-progress-bar.js';
|
|
70
|
-
export * from './shared/lit-responsive-button.js';
|
|
71
|
-
export { LitResponsiveButton } from './shared/lit-responsive-button.js';
|
|
72
|
-
export * from './shared/lit-select-field.js';
|
|
73
|
-
export { LitSelectField } from './shared/lit-select-field.js';
|
|
74
|
-
export * from './shared/lit-select.js';
|
|
75
|
-
export { LitSelect } from './shared/lit-select.js';
|
|
76
|
-
export * from './shared/lit-settings.js';
|
|
77
|
-
export { LitSettings } from './shared/lit-settings.js';
|
|
78
|
-
export * from './shared/lit-text-field.js';
|
|
79
|
-
export { LitTextField } from './shared/lit-text-field.js';
|
|
80
|
-
export * from './shared/lit-toggle.js';
|
|
81
|
-
export { LitToggle } from './shared/lit-toggle.js';
|
|
82
|
-
export * from './shared/lit-tooltip.js';
|
|
83
|
-
export { PerfTooltip } from './shared/lit-tooltip.js';
|
|
84
|
-
export * from './shared/simple-popper.js';
|
|
85
|
-
export * from './shared/simple-tooltip.js';
|
|
86
|
-
// Export všetkých React wrapperov
|
|
87
|
-
export * from './components/react-wrappers/case-variables-tab.js';
|
|
88
|
-
export { CaseVariablesTab } from './components/react-wrappers/case-variables-tab.js';
|
|
89
|
-
export * from './components/react-wrappers/data-grid-tanstack.js';
|
|
90
|
-
export { DataGridTanstack } from './components/react-wrappers/data-grid-tanstack.js';
|
|
91
|
-
export * from './components/react-wrappers/attachments-tab.js';
|
|
92
|
-
export { AttachmentsTab } from './components/react-wrappers/attachments-tab.js';
|
|
93
|
-
export * from './components/react-wrappers/section-tab.js';
|
|
94
|
-
export { SectionTab } from './components/react-wrappers/section-tab.js';
|
|
95
|
-
export * from './components/react-wrappers/badge.js';
|
|
96
|
-
export { Badge } from './components/react-wrappers/badge.js';
|
|
97
|
-
export * from './components/react-wrappers/filter-modal.js';
|
|
98
|
-
export { FilterModal } from './components/react-wrappers/filter-modal.js';
|
|
99
|
-
export * from './components/react-wrappers/chart.js';
|
|
100
|
-
export { Chart } from './components/react-wrappers/chart.js';
|
|
101
|
-
export * from './components/react-wrappers/tabs-overview.js';
|
|
102
|
-
export { TabsOverview } from './components/react-wrappers/tabs-overview.js';
|
|
103
|
-
export * from './components/react-wrappers/progress-bar.js';
|
|
104
|
-
export { ProgressBar } from './components/react-wrappers/progress-bar.js';
|
|
105
|
-
export * from './components/react-wrappers/button.js';
|
|
106
|
-
export { Button } from './components/react-wrappers/button.js';
|
|
107
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
import { LitCaseVariablesTab as o } from "./components/lit-case-variables-tab.js";
|
|
2
|
+
import { LitDataGridTanstack as a } from "./components/lit-data-grid-tanstack.js";
|
|
3
|
+
import { LitAttachmentsTab as i } from "./components/lit-attachments-tab.js";
|
|
4
|
+
import { LitSectionTab as p } from "./components/lit-section-tab.js";
|
|
5
|
+
import { LitBadge as s } from "./components/lit-badge.js";
|
|
6
|
+
import { LitFilterModal as L } from "./components/lit-filter-modal.js";
|
|
7
|
+
import { LitChart as l } from "./components/lit-chart.js";
|
|
8
|
+
import { LitTabsOverview as c } from "./components/lit-tabs-overview.js";
|
|
9
|
+
import { LitMultiselectItem as B } from "./components/lit-multiselect-item.js";
|
|
10
|
+
import { LitButton as v } from "./shared/lit-button.js";
|
|
11
|
+
import { CaseVariablesTab as g } from "./components/react-wrappers/case-variables-tab.js";
|
|
12
|
+
import { DataGridTanstack as M } from "./components/react-wrappers/data-grid-tanstack.js";
|
|
13
|
+
import { AttachmentsTab as w } from "./components/react-wrappers/attachments-tab.js";
|
|
14
|
+
import { SectionTab as D } from "./components/react-wrappers/section-tab.js";
|
|
15
|
+
import { Badge as G } from "./components/react-wrappers/badge.js";
|
|
16
|
+
import { FilterModal as S } from "./components/react-wrappers/filter-modal.js";
|
|
17
|
+
import { Chart as I } from "./components/react-wrappers/chart.js";
|
|
18
|
+
import { TabsOverview as j } from "./components/react-wrappers/tabs-overview.js";
|
|
19
|
+
import { ProgressBar as y } from "./components/react-wrappers/progress-bar.js";
|
|
20
|
+
import { Button as E } from "./components/react-wrappers/button.js";
|
|
21
|
+
export {
|
|
22
|
+
w as AttachmentsTab,
|
|
23
|
+
G as Badge,
|
|
24
|
+
E as Button,
|
|
25
|
+
g as CaseVariablesTab,
|
|
26
|
+
I as Chart,
|
|
27
|
+
M as DataGridTanstack,
|
|
28
|
+
S as FilterModal,
|
|
29
|
+
i as LitAttachmentsTab,
|
|
30
|
+
s as LitBadge,
|
|
31
|
+
v as LitButton,
|
|
32
|
+
o as LitCaseVariablesTab,
|
|
33
|
+
l as LitChart,
|
|
34
|
+
a as LitDataGridTanstack,
|
|
35
|
+
L as LitFilterModal,
|
|
36
|
+
B as LitMultiselectItem,
|
|
37
|
+
p as LitSectionTab,
|
|
38
|
+
c as LitTabsOverview,
|
|
39
|
+
y as ProgressBar,
|
|
40
|
+
D as SectionTab,
|
|
41
|
+
j as TabsOverview
|
|
42
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2019 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
+
*/
|
|
6
|
+
const S = globalThis, n = S.ShadowRoot && (S.ShadyCSS === void 0 || S.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, l = Symbol(), c = /* @__PURE__ */ new WeakMap();
|
|
7
|
+
class a {
|
|
8
|
+
constructor(s, e, o) {
|
|
9
|
+
if (this._$cssResult$ = !0, o !== l) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
10
|
+
this.cssText = s, this.t = e;
|
|
11
|
+
}
|
|
12
|
+
get styleSheet() {
|
|
13
|
+
let s = this.o;
|
|
14
|
+
const e = this.t;
|
|
15
|
+
if (n && s === void 0) {
|
|
16
|
+
const o = e !== void 0 && e.length === 1;
|
|
17
|
+
o && (s = c.get(e)), s === void 0 && ((this.o = s = new CSSStyleSheet()).replaceSync(this.cssText), o && c.set(e, s));
|
|
18
|
+
}
|
|
19
|
+
return s;
|
|
20
|
+
}
|
|
21
|
+
toString() {
|
|
22
|
+
return this.cssText;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
const r = (t) => new a(typeof t == "string" ? t : t + "", void 0, l), h = (t, s) => {
|
|
26
|
+
if (n) t.adoptedStyleSheets = s.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
|
|
27
|
+
else for (const e of s) {
|
|
28
|
+
const o = document.createElement("style"), i = S.litNonce;
|
|
29
|
+
i !== void 0 && o.setAttribute("nonce", i), o.textContent = e.cssText, t.appendChild(o);
|
|
30
|
+
}
|
|
31
|
+
}, d = n ? (t) => t : (t) => t instanceof CSSStyleSheet ? ((s) => {
|
|
32
|
+
let e = "";
|
|
33
|
+
for (const o of s.cssRules) e += o.cssText;
|
|
34
|
+
return r(e);
|
|
35
|
+
})(t) : t;
|
|
36
|
+
export {
|
|
37
|
+
a as CSSResult,
|
|
38
|
+
h as adoptStyles,
|
|
39
|
+
d as getCompatibleStyle,
|
|
40
|
+
n as supportsAdoptingStyleSheets,
|
|
41
|
+
r as unsafeCSS
|
|
42
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2017 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
+
*/
|
|
6
|
+
const o = (r, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(r, t, e), e);
|
|
7
|
+
export {
|
|
8
|
+
o as desc
|
|
9
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2017 Google LLC
|
|
4
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
+
*/
|
|
6
|
+
const s = (e) => (t, n) => {
|
|
7
|
+
n !== void 0 ? n.addInitializer(() => {
|
|
8
|
+
customElements.define(e, t);
|
|
9
|
+
}) : customElements.define(e, t);
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
s as customElement
|
|
13
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { notEqual as p, defaultConverter as l } from "../reactive-element.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2017 Google LLC
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
*/
|
|
7
|
+
const d = { attribute: !0, type: String, converter: l, reflect: !1, hasChanged: p }, u = (t = d, s, e) => {
|
|
8
|
+
const { kind: n, metadata: i } = e;
|
|
9
|
+
let r = globalThis.litPropertyMetadata.get(i);
|
|
10
|
+
if (r === void 0 && globalThis.litPropertyMetadata.set(i, r = /* @__PURE__ */ new Map()), n === "setter" && ((t = Object.create(t)).wrapped = !0), r.set(e.name, t), n === "accessor") {
|
|
11
|
+
const { name: o } = e;
|
|
12
|
+
return { set(a) {
|
|
13
|
+
const c = s.get.call(this);
|
|
14
|
+
s.set.call(this, a), this.requestUpdate(o, c, t);
|
|
15
|
+
}, init(a) {
|
|
16
|
+
return a !== void 0 && this.C(o, void 0, t, a), a;
|
|
17
|
+
} };
|
|
18
|
+
}
|
|
19
|
+
if (n === "setter") {
|
|
20
|
+
const { name: o } = e;
|
|
21
|
+
return function(a) {
|
|
22
|
+
const c = this[o];
|
|
23
|
+
s.call(this, a), this.requestUpdate(o, c, t);
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
throw Error("Unsupported decorator location: " + n);
|
|
27
|
+
};
|
|
28
|
+
function f(t) {
|
|
29
|
+
return (s, e) => typeof e == "object" ? u(t, s, e) : ((n, i, r) => {
|
|
30
|
+
const o = i.hasOwnProperty(r);
|
|
31
|
+
return i.constructor.createProperty(r, n), o ? Object.getOwnPropertyDescriptor(i, r) : void 0;
|
|
32
|
+
})(t, s, e);
|
|
33
|
+
}
|
|
34
|
+
export {
|
|
35
|
+
f as property,
|
|
36
|
+
u as standardProperty
|
|
37
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { desc as s } from "./base.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2017 Google LLC
|
|
5
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
+
*/
|
|
7
|
+
function a(e, c) {
|
|
8
|
+
return (t, o, i) => {
|
|
9
|
+
const n = (u) => {
|
|
10
|
+
var r;
|
|
11
|
+
return ((r = u.renderRoot) == null ? void 0 : r.querySelector(e)) ?? null;
|
|
12
|
+
};
|
|
13
|
+
return s(t, o, { get() {
|
|
14
|
+
return n(this);
|
|
15
|
+
} });
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
a as query
|
|
20
|
+
};
|