overview-components 1.0.66 → 1.0.68

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.
Files changed (267) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +6 -0
  2. package/dist/_virtual/index.js +4 -0
  3. package/dist/_virtual/react.production.js +4 -0
  4. package/dist/assets/generated/locales/de.js +72 -70
  5. package/dist/assets/generated/locales/en.js +72 -70
  6. package/dist/assets/generated/locales/fr.js +72 -70
  7. package/dist/assets/generated/locales/hr.js +72 -70
  8. package/dist/assets/generated/locales/it.js +72 -70
  9. package/dist/assets/generated/locales/pl.js +72 -70
  10. package/dist/assets/generated/locales/ro.js +72 -70
  11. package/dist/assets/generated/locales/sk.js +72 -70
  12. package/dist/assets/generated/locales/sr.js +72 -70
  13. package/dist/assets/{ilustration/no-content.d.ts → illustration/delete-illustration.d.ts} +2 -2
  14. package/dist/assets/illustration/delete-illustration.d.ts.map +1 -0
  15. package/dist/components/components-settings/attachments-tab-settings.d.ts +39 -0
  16. package/dist/components/components-settings/attachments-tab-settings.d.ts.map +1 -0
  17. package/dist/components/components-settings/section-tab-settings.d.ts +0 -1
  18. package/dist/components/components-settings/section-tab-settings.d.ts.map +1 -1
  19. package/dist/components/components-settings/tabs-overview-settings.d.ts +53 -0
  20. package/dist/components/components-settings/tabs-overview-settings.d.ts.map +1 -0
  21. package/dist/components/lit-attachments-tab.d.ts +13 -15
  22. package/dist/components/lit-attachments-tab.d.ts.map +1 -1
  23. package/dist/components/lit-attachments-tab.js +323 -384
  24. package/dist/components/lit-badge.js +37 -40
  25. package/dist/components/lit-case-variables-tab.js +378 -497
  26. package/dist/components/lit-data-grid-tanstack.js +1145 -1663
  27. package/dist/components/lit-filter-modal.js +194 -230
  28. package/dist/components/lit-section-tab.js +69 -85
  29. package/dist/components/lit-tabs-overview.d.ts +26 -10
  30. package/dist/components/lit-tabs-overview.d.ts.map +1 -1
  31. package/dist/components/modals/lit-confirm-modal.d.ts +25 -0
  32. package/dist/components/modals/lit-confirm-modal.d.ts.map +1 -0
  33. package/dist/components/modals/lit-delete-modal.d.ts +25 -0
  34. package/dist/components/modals/lit-delete-modal.d.ts.map +1 -0
  35. package/dist/components/react-wrappers/attachments-tab.js +13 -8
  36. package/dist/components/react-wrappers/badge.js +13 -8
  37. package/dist/components/react-wrappers/case-variables-tab.js +13 -8
  38. package/dist/components/react-wrappers/data-grid-tanstack.js +13 -8
  39. package/dist/components/react-wrappers/filter-modal.js +13 -8
  40. package/dist/components/react-wrappers/section-tab.js +13 -8
  41. package/dist/index.js +26 -27
  42. package/dist/libs/xlsx.mini.min.js +10 -0
  43. package/dist/node_modules/@lit/reactive-element/css-tag.js +42 -0
  44. package/dist/node_modules/@lit/reactive-element/decorators/base.js +9 -0
  45. package/dist/node_modules/@lit/reactive-element/decorators/custom-element.js +13 -0
  46. package/dist/node_modules/@lit/reactive-element/decorators/property.js +37 -0
  47. package/dist/node_modules/@lit/reactive-element/decorators/query.js +20 -0
  48. package/dist/node_modules/@lit/reactive-element/decorators/state.js +12 -0
  49. package/dist/node_modules/@lit/reactive-element/reactive-element.js +249 -0
  50. package/dist/node_modules/lit-html/async-directive.js +69 -0
  51. package/dist/node_modules/lit-html/directive-helpers.js +45 -0
  52. package/dist/node_modules/lit-html/directive.js +27 -0
  53. package/dist/node_modules/lit-html/directives/ref.js +42 -0
  54. package/dist/node_modules/lit-html/directives/repeat.js +61 -0
  55. package/dist/node_modules/lit-html/directives/style-map.js +36 -0
  56. package/dist/node_modules/lit-html/directives/unsafe-html.js +27 -0
  57. package/dist/node_modules/lit-html/lit-html.js +242 -0
  58. package/dist/node_modules/react/cjs/react.production.js +417 -0
  59. package/dist/node_modules/react/index.js +10 -0
  60. package/dist/schemas/index.d.ts +7 -1
  61. package/dist/schemas/index.d.ts.map +1 -1
  62. package/dist/schemas/lit-attachments-tab-document.schema.d.ts +20 -0
  63. package/dist/schemas/lit-attachments-tab-document.schema.d.ts.map +1 -0
  64. package/dist/schemas/lit-attachments-tab-settings-value.schema.d.ts +15 -0
  65. package/dist/schemas/lit-attachments-tab-settings-value.schema.d.ts.map +1 -0
  66. package/dist/schemas/lit-attachments-tab.schema.d.ts +49 -0
  67. package/dist/schemas/lit-attachments-tab.schema.d.ts.map +1 -0
  68. package/dist/schemas/lit-tabs-overview-tab-array.schema.d.ts +43 -0
  69. package/dist/schemas/lit-tabs-overview-tab-array.schema.d.ts.map +1 -0
  70. package/dist/schemas/lit-tabs-overview-tab.schema.d.ts +40 -0
  71. package/dist/schemas/lit-tabs-overview-tab.schema.d.ts.map +1 -0
  72. package/dist/schemas/lit-tabs-overview.schema.d.ts +66 -0
  73. package/dist/schemas/lit-tabs-overview.schema.d.ts.map +1 -0
  74. package/dist/shared/lit-button.d.ts +1 -1
  75. package/dist/shared/lit-button.d.ts.map +1 -1
  76. package/dist/shared/lit-icon-button.d.ts +2 -2
  77. package/dist/shared/lit-icon-button.d.ts.map +1 -1
  78. package/dist/shared/lit-input.d.ts.map +1 -1
  79. package/dist/shared/lit-label.d.ts.map +1 -1
  80. package/dist/shared/lit-text-field.d.ts +1 -0
  81. package/dist/shared/lit-text-field.d.ts.map +1 -1
  82. package/dist/shared/simple-tooltip.js +122 -198
  83. package/dist/shared/styles/button-shared-styles.d.ts.map +1 -1
  84. package/dist/utils/currency.js +12 -15
  85. package/dist/utils/custom-filters.js +45 -80
  86. package/dist/utils/date.js +13 -21
  87. package/dist/utils/getOperatorByType.js +50 -65
  88. package/dist/utils/localization.js +29 -431
  89. package/dist/vite.svg +1 -0
  90. package/package.json +17 -2
  91. package/dist/assets/generated/locales/de.js.map +0 -1
  92. package/dist/assets/generated/locales/en.js.map +0 -1
  93. package/dist/assets/generated/locales/fr.js.map +0 -1
  94. package/dist/assets/generated/locales/hr.js.map +0 -1
  95. package/dist/assets/generated/locales/it.js.map +0 -1
  96. package/dist/assets/generated/locales/pl.js.map +0 -1
  97. package/dist/assets/generated/locales/ro.js.map +0 -1
  98. package/dist/assets/generated/locales/sk.js.map +0 -1
  99. package/dist/assets/generated/locales/sr.js.map +0 -1
  100. package/dist/assets/icons/iconGlyphs.js +0 -679
  101. package/dist/assets/icons/iconGlyphs.js.map +0 -1
  102. package/dist/assets/illustration/no-content.js +0 -167
  103. package/dist/assets/illustration/no-content.js.map +0 -1
  104. package/dist/assets/illustration/no-preview.js +0 -133
  105. package/dist/assets/illustration/no-preview.js.map +0 -1
  106. package/dist/assets/illustration/not-found.js +0 -106
  107. package/dist/assets/illustration/not-found.js.map +0 -1
  108. package/dist/assets/illustration/settings-illustration.js +0 -176
  109. package/dist/assets/illustration/settings-illustration.js.map +0 -1
  110. package/dist/assets/ilustration/no-content.d.ts.map +0 -1
  111. package/dist/assets/ilustration/no-content.js +0 -167
  112. package/dist/assets/ilustration/no-content.js.map +0 -1
  113. package/dist/assets/ilustration/no-preview.d.ts +0 -6
  114. package/dist/assets/ilustration/no-preview.d.ts.map +0 -1
  115. package/dist/assets/ilustration/no-preview.js +0 -133
  116. package/dist/assets/ilustration/no-preview.js.map +0 -1
  117. package/dist/assets/ilustration/not-found.d.ts +0 -6
  118. package/dist/assets/ilustration/not-found.d.ts.map +0 -1
  119. package/dist/assets/ilustration/not-found.js +0 -106
  120. package/dist/assets/ilustration/not-found.js.map +0 -1
  121. package/dist/components/components-settings/data-grid-settings.js +0 -318
  122. package/dist/components/components-settings/data-grid-settings.js.map +0 -1
  123. package/dist/components/components-settings/section-tab-settings.js +0 -270
  124. package/dist/components/components-settings/section-tab-settings.js.map +0 -1
  125. package/dist/components/lit-attachments-tab.js.map +0 -1
  126. package/dist/components/lit-badge.js.map +0 -1
  127. package/dist/components/lit-case-variables-tab.js.map +0 -1
  128. package/dist/components/lit-chart.js +0 -423
  129. package/dist/components/lit-chart.js.map +0 -1
  130. package/dist/components/lit-data-grid-tanstack.js.map +0 -1
  131. package/dist/components/lit-filter-modal.js.map +0 -1
  132. package/dist/components/lit-multiselect-item.js +0 -706
  133. package/dist/components/lit-multiselect-item.js.map +0 -1
  134. package/dist/components/lit-progress-bar.d.ts +0 -17
  135. package/dist/components/lit-progress-bar.d.ts.map +0 -1
  136. package/dist/components/lit-progress-bar.js +0 -81
  137. package/dist/components/lit-progress-bar.js.map +0 -1
  138. package/dist/components/lit-section-tab.js.map +0 -1
  139. package/dist/components/lit-tabs-overview.js +0 -142
  140. package/dist/components/lit-tabs-overview.js.map +0 -1
  141. package/dist/components/react-wrappers/attachments-tab.js.map +0 -1
  142. package/dist/components/react-wrappers/badge.js.map +0 -1
  143. package/dist/components/react-wrappers/case-variables-tab.js.map +0 -1
  144. package/dist/components/react-wrappers/chart.js +0 -9
  145. package/dist/components/react-wrappers/chart.js.map +0 -1
  146. package/dist/components/react-wrappers/data-grid-tanstack.js.map +0 -1
  147. package/dist/components/react-wrappers/filter-modal.js.map +0 -1
  148. package/dist/components/react-wrappers/progress-bar.js +0 -9
  149. package/dist/components/react-wrappers/progress-bar.js.map +0 -1
  150. package/dist/components/react-wrappers/section-tab.js.map +0 -1
  151. package/dist/components/react-wrappers/tabs-overview.js +0 -9
  152. package/dist/components/react-wrappers/tabs-overview.js.map +0 -1
  153. package/dist/data/translations.js +0 -2763
  154. package/dist/data/translations.js.map +0 -1
  155. package/dist/index.js.map +0 -1
  156. package/dist/schemas/cell-case-variables-tab.schema.d.ts +0 -110
  157. package/dist/schemas/cell-case-variables-tab.schema.d.ts.map +0 -1
  158. package/dist/schemas/cell-case-variables-tab.schema.js +0 -47
  159. package/dist/schemas/cell-case-variables-tab.schema.js.map +0 -1
  160. package/dist/schemas/index.js +0 -11
  161. package/dist/schemas/index.js.map +0 -1
  162. package/dist/schemas/lit-case-variables-tab-cell.schema.js +0 -43
  163. package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +0 -1
  164. package/dist/schemas/lit-case-variables-tab-rows.schema.js +0 -6
  165. package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +0 -1
  166. package/dist/schemas/lit-case-variables-tab.schema.js +0 -24
  167. package/dist/schemas/lit-case-variables-tab.schema.js.map +0 -1
  168. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +0 -6
  169. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +0 -1
  170. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +0 -6
  171. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +0 -1
  172. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +0 -11
  173. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +0 -1
  174. package/dist/schemas/lit-data-grid-tanstack-column.schema.js +0 -55
  175. package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +0 -1
  176. package/dist/schemas/lit-data-grid-tanstack.schema.js +0 -99
  177. package/dist/schemas/lit-data-grid-tanstack.schema.js.map +0 -1
  178. package/dist/schemas/lit-section-tab-schema.js +0 -24
  179. package/dist/schemas/lit-section-tab-schema.js.map +0 -1
  180. package/dist/scripts/translate-locales.js +0 -69
  181. package/dist/scripts/translate-locales.js.map +0 -1
  182. package/dist/shared/filter-inputs.js +0 -427
  183. package/dist/shared/filter-inputs.js.map +0 -1
  184. package/dist/shared/lit-button.js +0 -156
  185. package/dist/shared/lit-button.js.map +0 -1
  186. package/dist/shared/lit-case-variables-tab-cell.js +0 -226
  187. package/dist/shared/lit-case-variables-tab-cell.js.map +0 -1
  188. package/dist/shared/lit-checkbox.js +0 -171
  189. package/dist/shared/lit-checkbox.js.map +0 -1
  190. package/dist/shared/lit-custom-popper.js +0 -117
  191. package/dist/shared/lit-custom-popper.js.map +0 -1
  192. package/dist/shared/lit-data-grid-action-buttons-popover.js +0 -295
  193. package/dist/shared/lit-data-grid-action-buttons-popover.js.map +0 -1
  194. package/dist/shared/lit-data-grid-density-popover.js +0 -84
  195. package/dist/shared/lit-data-grid-density-popover.js.map +0 -1
  196. package/dist/shared/lit-data-grid-export-popover.js +0 -68
  197. package/dist/shared/lit-data-grid-export-popover.js.map +0 -1
  198. package/dist/shared/lit-data-grid-operators-popover.js +0 -114
  199. package/dist/shared/lit-data-grid-operators-popover.js.map +0 -1
  200. package/dist/shared/lit-data-grid-row-actions.js +0 -76
  201. package/dist/shared/lit-data-grid-row-actions.js.map +0 -1
  202. package/dist/shared/lit-date-picker.js +0 -606
  203. package/dist/shared/lit-date-picker.js.map +0 -1
  204. package/dist/shared/lit-icon-button.js +0 -104
  205. package/dist/shared/lit-icon-button.js.map +0 -1
  206. package/dist/shared/lit-icon.js +0 -284
  207. package/dist/shared/lit-icon.js.map +0 -1
  208. package/dist/shared/lit-input.js +0 -238
  209. package/dist/shared/lit-input.js.map +0 -1
  210. package/dist/shared/lit-label.js +0 -100
  211. package/dist/shared/lit-label.js.map +0 -1
  212. package/dist/shared/lit-loader.js +0 -69
  213. package/dist/shared/lit-loader.js.map +0 -1
  214. package/dist/shared/lit-loading-bar.js +0 -127
  215. package/dist/shared/lit-loading-bar.js.map +0 -1
  216. package/dist/shared/lit-menu-item.js +0 -99
  217. package/dist/shared/lit-menu-item.js.map +0 -1
  218. package/dist/shared/lit-menu.js +0 -42
  219. package/dist/shared/lit-menu.js.map +0 -1
  220. package/dist/shared/lit-modal-body.js +0 -22
  221. package/dist/shared/lit-modal-body.js.map +0 -1
  222. package/dist/shared/lit-modal-footer.js +0 -29
  223. package/dist/shared/lit-modal-footer.js.map +0 -1
  224. package/dist/shared/lit-modal-header.js +0 -36
  225. package/dist/shared/lit-modal-header.js.map +0 -1
  226. package/dist/shared/lit-modal.js +0 -169
  227. package/dist/shared/lit-modal.js.map +0 -1
  228. package/dist/shared/lit-overflow-tooltip.js +0 -103
  229. package/dist/shared/lit-overflow-tooltip.js.map +0 -1
  230. package/dist/shared/lit-pill.js +0 -88
  231. package/dist/shared/lit-pill.js.map +0 -1
  232. package/dist/shared/lit-progress-bar.js +0 -81
  233. package/dist/shared/lit-progress-bar.js.map +0 -1
  234. package/dist/shared/lit-responsive-button.js +0 -94
  235. package/dist/shared/lit-responsive-button.js.map +0 -1
  236. package/dist/shared/lit-select-field.js +0 -459
  237. package/dist/shared/lit-select-field.js.map +0 -1
  238. package/dist/shared/lit-select.js +0 -413
  239. package/dist/shared/lit-select.js.map +0 -1
  240. package/dist/shared/lit-settings.js +0 -77
  241. package/dist/shared/lit-settings.js.map +0 -1
  242. package/dist/shared/lit-text-field.js +0 -214
  243. package/dist/shared/lit-text-field.js.map +0 -1
  244. package/dist/shared/lit-toggle.js +0 -222
  245. package/dist/shared/lit-toggle.js.map +0 -1
  246. package/dist/shared/lit-tooltip.js +0 -166
  247. package/dist/shared/lit-tooltip.js.map +0 -1
  248. package/dist/shared/simple-popper.js +0 -266
  249. package/dist/shared/simple-popper.js.map +0 -1
  250. package/dist/shared/simple-tooltip.js.map +0 -1
  251. package/dist/shared/styles/button-shared-styles.js +0 -105
  252. package/dist/shared/styles/button-shared-styles.js.map +0 -1
  253. package/dist/styles.js +0 -169
  254. package/dist/styles.js.map +0 -1
  255. package/dist/utils/currency.js.map +0 -1
  256. package/dist/utils/custom-filters.js.map +0 -1
  257. package/dist/utils/date.js.map +0 -1
  258. package/dist/utils/getOperatorByType.js.map +0 -1
  259. package/dist/utils/getOverviewValue.js +0 -177
  260. package/dist/utils/getOverviewValue.js.map +0 -1
  261. package/dist/utils/localization.js.map +0 -1
  262. package/dist/utils/utils.js +0 -13
  263. package/dist/utils/utils.js.map +0 -1
  264. package/dist/utils/validate-json-schema.js +0 -8
  265. package/dist/utils/validate-json-schema.js.map +0 -1
  266. package/dist/validators/validator.js +0 -7
  267. package/dist/validators/validator.js.map +0 -1
@@ -1,86 +1,69 @@
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;
1
+ import { customElement as d } from "../node_modules/@lit/reactive-element/decorators/custom-element.js";
2
+ import { property as a } from "../node_modules/@lit/reactive-element/decorators/property.js";
3
+ import { state as g } from "../node_modules/@lit/reactive-element/decorators/state.js";
4
+ import { LitElement as m, html as c, css as h } from "lit";
5
+ import { styleMap as b } from "../node_modules/lit-html/directives/style-map.js";
6
+ import { msg as u } from "@lit/localize";
7
+ var f = Object.defineProperty, y = Object.getOwnPropertyDescriptor, s = (i, t, o, r) => {
8
+ for (var n = r > 1 ? void 0 : r ? y(t, o) : t, l = i.length - 1, p; l >= 0; l--)
9
+ (p = i[l]) && (n = (r ? p(t, o, n) : p(n)) || n);
10
+ return r && n && f(t, o, n), n;
6
11
  };
7
- import { customElement, property, state } from 'lit/decorators.js';
8
- import { css, html, LitElement } from 'lit';
9
- import { styleMap } from 'lit/directives/style-map.js';
10
- import '../shared/lit-icon.js';
11
- import '../shared/lit-settings.js';
12
- import '../shared/lit-input.js';
13
- import { msg } from '@lit/localize';
14
- import '../shared/simple-popper.js';
15
- import '../assets/illustration/not-found.js';
16
- import '../shared/lit-menu.js';
17
- import '../shared/lit-menu-item.js';
18
- import '../shared/lit-tooltip.js';
19
- import '../shared/lit-modal.js';
20
- import './components-settings/section-tab-settings.js';
21
- let LitSectionTab = class LitSectionTab extends LitElement {
22
- constructor() {
23
- super(...arguments);
24
- this.sx = {};
25
- this.enableSettings = false;
26
- this.userLang = 'cs';
27
- this.allowedLang = ['cs'];
28
- this.onSettingsChanged = () => { };
29
- this.isOpenModal = false;
30
- }
31
- connectedCallback() {
32
- super.connectedCallback();
33
- }
34
- disconnectedCallback() {
35
- super.disconnectedCallback();
36
- }
37
- onSettingsChangedCallback(value) {
38
- this.settingsValue = { ...value };
39
- this.onSettingsChanged?.(this.settingsValue);
40
- }
41
- toggleModal() {
42
- this.isOpenModal = !this.isOpenModal;
43
- }
44
- render() {
45
- return html ` <div part="section-header-settings" class="section-header">
12
+ let e = class extends m {
13
+ constructor() {
14
+ super(...arguments), this.sx = {}, this.enableSettings = !1, this.userLang = "cs", this.allowedLang = ["cs"], this.onSettingsChanged = () => {
15
+ }, this.isOpenModal = !1;
16
+ }
17
+ connectedCallback() {
18
+ super.connectedCallback();
19
+ }
20
+ disconnectedCallback() {
21
+ super.disconnectedCallback();
22
+ }
23
+ onSettingsChangedCallback(i) {
24
+ var t;
25
+ this.settingsValue = { ...i }, (t = this.onSettingsChanged) == null || t.call(this, this.settingsValue);
26
+ }
27
+ toggleModal() {
28
+ this.isOpenModal = !this.isOpenModal;
29
+ }
30
+ render() {
31
+ var i, t, o;
32
+ return c` <div part="section-header-settings" class="section-header">
46
33
  <lit-icon
47
34
  size="1rem"
48
- .icon="${this.settingsValue?.titleIcon || 'documents'}"
35
+ .icon="${((i = this.settingsValue) == null ? void 0 : i.titleIcon) || "documents"}"
49
36
  ></lit-icon>
50
37
  <div class="section-title">
51
- ${this.settingsValue?.[`titleLabel_${this.userLang}`] ||
52
- this.settingsValue?.titleLabel ||
53
- msg('Zadejte název')}
38
+ ${((t = this.settingsValue) == null ? void 0 : t[`titleLabel_${this.userLang}`]) || ((o = this.settingsValue) == null ? void 0 : o.titleLabel) || u("Zadejte název")}
54
39
  </div>
55
- ${this.enableSettings
56
- ? html `
40
+ ${this.enableSettings ? c`
57
41
  <lit-icon
58
42
  style="cursor: pointer"
59
43
  @click="${this.toggleModal}"
60
44
  icon="cog"
61
45
  size="1rem"
62
46
  ></lit-icon>
63
- `
64
- : null}
47
+ ` : null}
65
48
  </div>
66
49
  <section-tab-settings
67
50
  .settingsValue="${this.settingsValue}"
68
51
  .onSettingsChangedModal="${this.onSettingsChangedCallback.bind(this)}"
69
52
  .allowedLang="${this.allowedLang}"
70
53
  .onClose="${() => {
71
- this.isOpenModal = false;
72
- }}"
54
+ this.isOpenModal = !1;
55
+ }}"
73
56
  .isOpenModal="${this.isOpenModal}"
74
57
  >
75
58
  </section-tab-settings>
76
59
 
77
- <div class="section-tab" style=${styleMap(this.sx)}>
60
+ <div class="section-tab" style=${b(this.sx)}>
78
61
  <slot></slot>
79
62
  </div>`;
80
- }
63
+ }
81
64
  };
82
- LitSectionTab.styles = [
83
- css `
65
+ e.styles = [
66
+ h`
84
67
  .section-tab {
85
68
  background: var(--background-paper, #ffffff);
86
69
  border-radius: 0.75rem;
@@ -115,31 +98,32 @@ LitSectionTab.styles = [
115
98
  background-color: var(--background-paper, #fff);
116
99
  z-index: 1;
117
100
  }
118
- `,
101
+ `
119
102
  ];
120
- __decorate([
121
- property({ type: Object })
122
- ], LitSectionTab.prototype, "sx", void 0);
123
- __decorate([
124
- property({ type: Boolean })
125
- ], LitSectionTab.prototype, "enableSettings", void 0);
126
- __decorate([
127
- property({ type: String })
128
- ], LitSectionTab.prototype, "userLang", void 0);
129
- __decorate([
130
- property({ type: Array })
131
- ], LitSectionTab.prototype, "allowedLang", void 0);
132
- __decorate([
133
- property({ type: Object })
134
- ], LitSectionTab.prototype, "settingsValue", void 0);
135
- __decorate([
136
- property({ attribute: false })
137
- ], LitSectionTab.prototype, "onSettingsChanged", void 0);
138
- __decorate([
139
- state()
140
- ], LitSectionTab.prototype, "isOpenModal", void 0);
141
- LitSectionTab = __decorate([
142
- customElement('lit-section-tab')
143
- ], LitSectionTab);
144
- export { LitSectionTab };
145
- //# sourceMappingURL=lit-section-tab.js.map
103
+ s([
104
+ a({ type: Object })
105
+ ], e.prototype, "sx", 2);
106
+ s([
107
+ a({ type: Boolean })
108
+ ], e.prototype, "enableSettings", 2);
109
+ s([
110
+ a({ type: String })
111
+ ], e.prototype, "userLang", 2);
112
+ s([
113
+ a({ type: Array })
114
+ ], e.prototype, "allowedLang", 2);
115
+ s([
116
+ a({ type: Object })
117
+ ], e.prototype, "settingsValue", 2);
118
+ s([
119
+ a({ attribute: !1 })
120
+ ], e.prototype, "onSettingsChanged", 2);
121
+ s([
122
+ g()
123
+ ], e.prototype, "isOpenModal", 2);
124
+ e = s([
125
+ d("lit-section-tab")
126
+ ], e);
127
+ export {
128
+ e as LitSectionTab
129
+ };
@@ -1,26 +1,42 @@
1
1
  import { LitElement, TemplateResult } from 'lit';
2
+ import { FromSchema } from 'json-schema-to-ts';
3
+ import { litTabsOverviewTabSchema } from '../schemas/index.js';
4
+ import { litTabsOverviewSchema } from '../schemas/index.js';
2
5
  import '../shared/lit-icon.js';
3
6
  import '../shared/lit-button.js';
4
7
  import '../assets/illustration/no-content.js';
5
8
  import './lit-section-tab.js';
6
- export type TabsOverviewProps = {
7
- tabs?: TabDefinition[];
8
- initialSelectedTabId?: string;
9
- };
10
- export type TabDefinition = {
11
- id: string;
12
- label: string;
13
- icon?: string;
14
- noContentText?: string;
15
- };
9
+ import './components-settings/tabs-overview-settings.js';
10
+ import './modals/lit-delete-modal.js';
11
+ export type TabsOverviewProps = FromSchema<typeof litTabsOverviewSchema>;
12
+ export type TabDefinition = FromSchema<typeof litTabsOverviewTabSchema>;
16
13
  export declare class LitTabsOverview extends LitElement {
17
14
  tabs: TabDefinition[];
18
15
  initialSelectedTabId?: string;
16
+ enableSettings?: boolean;
17
+ userLang: string;
18
+ allowedLang: string[];
19
+ onSettingsChanged: (value?: TabDefinition[]) => void;
19
20
  selectedTabId: string;
21
+ editTabId: string;
22
+ deleteTabId: string;
20
23
  private hasContentForTab;
24
+ private isOpenModal;
25
+ private isOpenDeleteModal;
26
+ private sortableInstances;
27
+ isAddMode: boolean;
28
+ private sortableGroupId;
29
+ connectedCallback(): void;
30
+ disconnectedCallback(): void;
31
+ private destroySortables;
32
+ private initSortable;
33
+ onSettingsChangedEvent(value: TabDefinition[]): void;
21
34
  private selectTab;
22
35
  firstUpdated(): void;
23
36
  private handleSlotChange;
37
+ private toggleModal;
38
+ private onSettingsChangedCallback;
39
+ private deleteTab;
24
40
  static styles: import("lit").CSSResult[];
25
41
  protected render(): TemplateResult | null;
26
42
  }
@@ -1 +1 @@
1
- {"version":3,"file":"lit-tabs-overview.d.ts","sourceRoot":"","sources":["../../src/components/lit-tabs-overview.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAG5D,OAAO,uBAAuB,CAAC;AAC/B,OAAO,yBAAyB,CAAC;AACjC,OAAO,sCAAsC,CAAC;AAC9C,OAAO,sBAAsB,CAAC;AAE9B,MAAM,MAAM,iBAAiB,GAAG;IAC5B,IAAI,CAAC,EAAE,aAAa,EAAE,CAAC;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,qBACa,eAAgB,SAAQ,UAAU;IAChB,IAAI,EAAE,aAAa,EAAE,CAAM;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAEjD,aAAa,EAAE,MAAM,CAAM;IAC3B,OAAO,CAAC,gBAAgB,CAA+B;IAEhE,OAAO,CAAC,SAAS;IAIjB,YAAY;IAQZ,OAAO,CAAC,gBAAgB;IAWxB,MAAM,CAAC,MAAM,4BAkCX;IAEF,SAAS,CAAC,MAAM,IAAI,cAAc,GAAG,IAAI;CAuD5C;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,mBAAmB,EAAE,eAAe,CAAC;KACxC;CACJ"}
1
+ {"version":3,"file":"lit-tabs-overview.d.ts","sourceRoot":"","sources":["../../src/components/lit-tabs-overview.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAa,cAAc,EAAE,MAAM,KAAK,CAAC;AAG5D,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,uBAAuB,CAAC;AAC/B,OAAO,yBAAyB,CAAC;AACjC,OAAO,sCAAsC,CAAC;AAC9C,OAAO,sBAAsB,CAAC;AAC9B,OAAO,iDAAiD,CAAC;AACzD,OAAO,8BAA8B,CAAC;AAEtC,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEzE,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAExE,qBACa,eAAgB,SAAQ,UAAU;IAChB,IAAI,EAAE,aAAa,EAAE,CAAM;IAC1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC7B,cAAc,CAAC,EAAE,OAAO,CAAS;IAClC,QAAQ,EAAE,MAAM,CAAQ;IACzB,WAAW,EAAE,MAAM,EAAE,CAAU;IAG1D,iBAAiB,EAAE,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,KAAK,IAAI,CAAY;IAEvD,aAAa,EAAE,MAAM,CAAM;IAC3B,SAAS,EAAE,MAAM,CAAM;IACvB,WAAW,EAAE,MAAM,CAAM;IACzB,OAAO,CAAC,gBAAgB,CAA+B;IACvD,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,iBAAiB,CAAkB;IAC3C,SAAS,UAAS;IAE3B,OAAO,CAAC,eAAe,CAAyD;IAEhF,iBAAiB;IAIjB,oBAAoB;IAKpB,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,YAAY;IAuCpB,sBAAsB,CAAC,KAAK,EAAE,aAAa,EAAE;IAU7C,OAAO,CAAC,SAAS;IAIjB,YAAY;IAYZ,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,yBAAyB;IAQjC,OAAO,CAAC,SAAS;IASjB,MAAM,CAAC,MAAM,4BAgDX;IAEF,SAAS,CAAC,MAAM,IAAI,cAAc,GAAG,IAAI;CA+H5C;AAED,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,mBAAmB,EAAE,eAAe,CAAC;KACxC;CACJ"}
@@ -0,0 +1,25 @@
1
+ import { LitElement, TemplateResult } from 'lit';
2
+ import '../../shared/lit-modal.js';
3
+ import '../../shared/lit-modal-header.js';
4
+ import '../../shared/lit-modal-body.js';
5
+ import '../../shared/lit-modal-footer.js';
6
+ import '../../shared/lit-button.js';
7
+ import '../../shared/lit-icon-button.js';
8
+ import '../../assets/illustration/settings-illustration.js';
9
+ export declare class LitConfirmModal extends LitElement {
10
+ text?: string;
11
+ isOpen?: boolean;
12
+ onClose: (() => void) | undefined;
13
+ onConfirm: (() => void) | undefined;
14
+ onDiscard: (() => void) | undefined;
15
+ connectedCallback(): void;
16
+ disconnectedCallback(): void;
17
+ _handleKeyDown(e: KeyboardEvent): void;
18
+ render(): TemplateResult;
19
+ }
20
+ declare global {
21
+ interface HTMLElementTagNameMap {
22
+ 'lit-confirm-modal': LitConfirmModal;
23
+ }
24
+ }
25
+ //# sourceMappingURL=lit-confirm-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-confirm-modal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/lit-confirm-modal.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,UAAU,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvD,OAAO,2BAA2B,CAAC;AACnC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,gCAAgC,CAAC;AACxC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,iCAAiC,CAAC;AACzC,OAAO,oDAAoD,CAAC;AAU5D,qBACa,eAAgB,SAAQ,UAAU;IACf,IAAI,CAAC,EAAE,MAAM,CAAM;IAClB,MAAM,CAAC,EAAE,OAAO,CAAQ;IACvB,OAAO,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IAClC,SAAS,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IACpC,SAAS,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IAElE,iBAAiB;IAKjB,oBAAoB;IAKpB,cAAc,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAMtC,MAAM,IAAI,cAAc;CAiE3B;AACD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,mBAAmB,EAAE,eAAe,CAAC;KACxC;CACJ"}
@@ -0,0 +1,25 @@
1
+ import { LitElement, TemplateResult } from 'lit';
2
+ import '../../shared/lit-modal.js';
3
+ import '../../shared/lit-modal-header.js';
4
+ import '../../shared/lit-modal-body.js';
5
+ import '../../shared/lit-modal-footer.js';
6
+ import '../../shared/lit-button.js';
7
+ import '../../shared/lit-icon-button.js';
8
+ import '../../assets/illustration/delete-illustration.js';
9
+ export declare class LitDeleteModal extends LitElement {
10
+ text?: string;
11
+ isOpen?: boolean;
12
+ onClose: (() => void) | undefined;
13
+ onDelete: (() => void) | undefined;
14
+ onDiscard: (() => void) | undefined;
15
+ connectedCallback(): void;
16
+ disconnectedCallback(): void;
17
+ _handleKeyDown(e: KeyboardEvent): void;
18
+ render(): TemplateResult;
19
+ }
20
+ declare global {
21
+ interface HTMLElementTagNameMap {
22
+ 'lit-delete-modal': LitDeleteModal;
23
+ }
24
+ }
25
+ //# sourceMappingURL=lit-delete-modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lit-delete-modal.d.ts","sourceRoot":"","sources":["../../../src/components/modals/lit-delete-modal.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,UAAU,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvD,OAAO,2BAA2B,CAAC;AACnC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,gCAAgC,CAAC;AACxC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,4BAA4B,CAAC;AACpC,OAAO,iCAAiC,CAAC;AACzC,OAAO,kDAAkD,CAAC;AAU1D,qBACa,cAAe,SAAQ,UAAU;IACd,IAAI,CAAC,EAAE,MAAM,CAAM;IAClB,MAAM,CAAC,EAAE,OAAO,CAAQ;IACvB,OAAO,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IAClC,QAAQ,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IACnC,SAAS,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IAElE,iBAAiB;IAKjB,oBAAoB;IAKpB,cAAc,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAMtC,MAAM,IAAI,cAAc;CAyE3B;AACD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,kBAAkB,EAAE,cAAc,CAAC;KACtC;CACJ"}
@@ -1,9 +1,14 @@
1
- import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
3
- import { LitAttachmentsTab } from '../lit-attachments-tab.js'; // Import Lit komponentu
4
- export const AttachmentsTab = createComponent({
5
- tagName: 'lit-attachments-tab', // Názov custom elementu
6
- elementClass: LitAttachmentsTab, // Trieda Lit komponentu
7
- react: React, // React objekt
1
+ import t from "../../node_modules/react/index.js";
2
+ import { createComponent as a } from "@lit-labs/react";
3
+ import { LitAttachmentsTab as e } from "../lit-attachments-tab.js";
4
+ const c = a({
5
+ tagName: "lit-attachments-tab",
6
+ // Názov custom elementu
7
+ elementClass: e,
8
+ // Trieda Lit komponentu
9
+ react: t
10
+ // React objekt
8
11
  });
9
- //# sourceMappingURL=attachments-tab.js.map
12
+ export {
13
+ c as AttachmentsTab
14
+ };
@@ -1,9 +1,14 @@
1
- import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
3
- import { LitBadge } from '../lit-badge.js'; // Import Lit komponentu
4
- export const Badge = createComponent({
5
- tagName: 'lit-badge', // Názov custom elementu
6
- elementClass: LitBadge, // Trieda Lit komponentu
7
- react: React, // React objekt
1
+ import e from "../../node_modules/react/index.js";
2
+ import { createComponent as t } from "@lit-labs/react";
3
+ import { LitBadge as o } from "../lit-badge.js";
4
+ const i = t({
5
+ tagName: "lit-badge",
6
+ // Názov custom elementu
7
+ elementClass: o,
8
+ // Trieda Lit komponentu
9
+ react: e
10
+ // React objekt
8
11
  });
9
- //# sourceMappingURL=badge.js.map
12
+ export {
13
+ i as Badge
14
+ };
@@ -1,9 +1,14 @@
1
- import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
3
- import { LitCaseVariablesTab } from '../lit-case-variables-tab.js'; // Import Lit komponentu
4
- export const CaseVariablesTab = createComponent({
5
- tagName: 'lit-case-variables-tab', // Názov custom elementu
6
- elementClass: LitCaseVariablesTab, // Trieda Lit komponentu
7
- react: React, // React objekt
1
+ import a from "../../node_modules/react/index.js";
2
+ import { createComponent as e } from "@lit-labs/react";
3
+ import { LitCaseVariablesTab as t } from "../lit-case-variables-tab.js";
4
+ const s = e({
5
+ tagName: "lit-case-variables-tab",
6
+ // Názov custom elementu
7
+ elementClass: t,
8
+ // Trieda Lit komponentu
9
+ react: a
10
+ // React objekt
8
11
  });
9
- //# sourceMappingURL=case-variables-tab.js.map
12
+ export {
13
+ s as CaseVariablesTab
14
+ };
@@ -1,9 +1,14 @@
1
- import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
3
- import { LitDataGridTanstack } from '../lit-data-grid-tanstack.js'; // Import Lit komponentu
4
- export const DataGridTanstack = createComponent({
5
- tagName: 'lit-data-grid-tanstack', // Názov custom elementu
6
- elementClass: LitDataGridTanstack, // Trieda Lit komponentu
7
- react: React, // React objekt
1
+ import t from "../../node_modules/react/index.js";
2
+ import { createComponent as a } from "@lit-labs/react";
3
+ import { LitDataGridTanstack as r } from "../lit-data-grid-tanstack.js";
4
+ const i = a({
5
+ tagName: "lit-data-grid-tanstack",
6
+ // Názov custom elementu
7
+ elementClass: r,
8
+ // Trieda Lit komponentu
9
+ react: t
10
+ // React objekt
8
11
  });
9
- //# sourceMappingURL=data-grid-tanstack.js.map
12
+ export {
13
+ i as DataGridTanstack
14
+ };
@@ -1,9 +1,14 @@
1
- import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
3
- import { LitFilterModal } from '../lit-filter-modal.js'; // Import Lit komponentu
4
- export const FilterModal = createComponent({
5
- tagName: 'lit-filter-modal', // Názov custom elementu
6
- elementClass: LitFilterModal, // Trieda Lit komponentu
7
- react: React, // React objekt
1
+ import t from "../../node_modules/react/index.js";
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
- //# sourceMappingURL=filter-modal.js.map
12
+ export {
13
+ l as FilterModal
14
+ };
@@ -1,9 +1,14 @@
1
- import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
3
- import { LitSectionTab } from '../lit-section-tab.js'; // Import Lit komponentu
4
- export const SectionTab = createComponent({
5
- tagName: 'lit-section-tab', // Názov custom elementu
6
- elementClass: LitSectionTab, // Trieda Lit komponentu
7
- react: React, // React objekt
1
+ import t from "../../node_modules/react/index.js";
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
- //# sourceMappingURL=section-tab.js.map
12
+ export {
13
+ i as SectionTab
14
+ };
package/dist/index.js CHANGED
@@ -1,27 +1,26 @@
1
- // Export všetkých Lit komponentov
2
- export * from './components/lit-case-variables-tab.js';
3
- export { LitCaseVariablesTab } from './components/lit-case-variables-tab.js';
4
- export * from './components/lit-data-grid-tanstack.js';
5
- export { LitDataGridTanstack } from './components/lit-data-grid-tanstack.js';
6
- export * from './components/lit-attachments-tab.js';
7
- export { LitAttachmentsTab } from './components/lit-attachments-tab.js';
8
- export * from './components/lit-section-tab.js';
9
- export { LitSectionTab } from './components/lit-section-tab.js';
10
- export * from './components/lit-badge.js';
11
- export { LitBadge } from './components/lit-badge.js';
12
- export * from './components/lit-filter-modal.js';
13
- export { LitFilterModal } from './components/lit-filter-modal.js';
14
- // Export všetkých React wrapperov
15
- export * from './components/react-wrappers/case-variables-tab.js';
16
- export { CaseVariablesTab } from './components/react-wrappers/case-variables-tab.js';
17
- export * from './components/react-wrappers/data-grid-tanstack.js';
18
- export { DataGridTanstack } from './components/react-wrappers/data-grid-tanstack.js';
19
- export * from './components/react-wrappers/attachments-tab.js';
20
- export { AttachmentsTab } from './components/react-wrappers/attachments-tab.js';
21
- export * from './components/react-wrappers/section-tab.js';
22
- export { SectionTab } from './components/react-wrappers/section-tab.js';
23
- export * from './components/react-wrappers/badge.js';
24
- export { Badge } from './components/react-wrappers/badge.js';
25
- export * from './components/react-wrappers/filter-modal.js';
26
- export { FilterModal } from './components/react-wrappers/filter-modal.js';
27
- //# sourceMappingURL=index.js.map
1
+ import { LitCaseVariablesTab as o } from "./components/lit-case-variables-tab.js";
2
+ import { LitDataGridTanstack as e } from "./components/lit-data-grid-tanstack.js";
3
+ import { LitAttachmentsTab as m } from "./components/lit-attachments-tab.js";
4
+ import { LitSectionTab as p } from "./components/lit-section-tab.js";
5
+ import { LitBadge as b } from "./components/lit-badge.js";
6
+ import { LitFilterModal as T } from "./components/lit-filter-modal.js";
7
+ import { CaseVariablesTab as d } from "./components/react-wrappers/case-variables-tab.js";
8
+ import { DataGridTanstack as n } from "./components/react-wrappers/data-grid-tanstack.js";
9
+ import { AttachmentsTab as g } from "./components/react-wrappers/attachments-tab.js";
10
+ import { SectionTab as k } from "./components/react-wrappers/section-tab.js";
11
+ import { Badge as B } from "./components/react-wrappers/badge.js";
12
+ import { FilterModal as D } from "./components/react-wrappers/filter-modal.js";
13
+ export {
14
+ g as AttachmentsTab,
15
+ B as Badge,
16
+ d as CaseVariablesTab,
17
+ n as DataGridTanstack,
18
+ D as FilterModal,
19
+ m as LitAttachmentsTab,
20
+ b as LitBadge,
21
+ o as LitCaseVariablesTab,
22
+ e as LitDataGridTanstack,
23
+ T as LitFilterModal,
24
+ p as LitSectionTab,
25
+ k as SectionTab
26
+ };