overview-components 1.0.91 → 1.0.93

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 (228) hide show
  1. package/dist/assets/generated/locales/de.js +70 -72
  2. package/dist/assets/generated/locales/de.js.map +1 -0
  3. package/dist/assets/generated/locales/en.js +70 -72
  4. package/dist/assets/generated/locales/en.js.map +1 -0
  5. package/dist/assets/generated/locales/fr.js +70 -72
  6. package/dist/assets/generated/locales/fr.js.map +1 -0
  7. package/dist/assets/generated/locales/hr.js +70 -72
  8. package/dist/assets/generated/locales/hr.js.map +1 -0
  9. package/dist/assets/generated/locales/it.js +70 -72
  10. package/dist/assets/generated/locales/it.js.map +1 -0
  11. package/dist/assets/generated/locales/pl.js +70 -72
  12. package/dist/assets/generated/locales/pl.js.map +1 -0
  13. package/dist/assets/generated/locales/ro.js +70 -72
  14. package/dist/assets/generated/locales/ro.js.map +1 -0
  15. package/dist/assets/generated/locales/sk.js +70 -72
  16. package/dist/assets/generated/locales/sk.js.map +1 -0
  17. package/dist/assets/generated/locales/sr.js +70 -72
  18. package/dist/assets/generated/locales/sr.js.map +1 -0
  19. package/dist/assets/icons/iconGlyphs.js +679 -0
  20. package/dist/assets/icons/iconGlyphs.js.map +1 -0
  21. package/dist/assets/illustration/delete-illustration.js +96 -0
  22. package/dist/assets/illustration/delete-illustration.js.map +1 -0
  23. package/dist/assets/illustration/no-content.js +167 -0
  24. package/dist/assets/illustration/no-content.js.map +1 -0
  25. package/dist/assets/illustration/no-preview.js +133 -0
  26. package/dist/assets/illustration/no-preview.js.map +1 -0
  27. package/dist/assets/illustration/not-found.js +106 -0
  28. package/dist/assets/illustration/not-found.js.map +1 -0
  29. package/dist/assets/illustration/settings-illustration.js +176 -0
  30. package/dist/assets/illustration/settings-illustration.js.map +1 -0
  31. package/dist/components/components-settings/attachments-tab-settings.js +226 -0
  32. package/dist/components/components-settings/attachments-tab-settings.js.map +1 -0
  33. package/dist/components/components-settings/data-grid-settings.js +318 -0
  34. package/dist/components/components-settings/data-grid-settings.js.map +1 -0
  35. package/dist/components/components-settings/section-tab-settings.js +269 -0
  36. package/dist/components/components-settings/section-tab-settings.js.map +1 -0
  37. package/dist/components/components-settings/tabs-overview-settings.js +439 -0
  38. package/dist/components/components-settings/tabs-overview-settings.js.map +1 -0
  39. package/dist/components/lit-attachments-tab.js +432 -267
  40. package/dist/components/lit-attachments-tab.js.map +1 -0
  41. package/dist/components/lit-badge.js +40 -37
  42. package/dist/components/lit-badge.js.map +1 -0
  43. package/dist/components/lit-case-variables-tab.js +497 -378
  44. package/dist/components/lit-case-variables-tab.js.map +1 -0
  45. package/dist/components/lit-chart.js +406 -375
  46. package/dist/components/lit-chart.js.map +1 -0
  47. package/dist/components/lit-data-grid-tanstack.js +1663 -1145
  48. package/dist/components/lit-data-grid-tanstack.js.map +1 -0
  49. package/dist/components/lit-filter-modal.js +230 -194
  50. package/dist/components/lit-filter-modal.js.map +1 -0
  51. package/dist/components/lit-multiselect-item.js +477 -297
  52. package/dist/components/lit-multiselect-item.js.map +1 -0
  53. package/dist/components/lit-section-tab.js +85 -69
  54. package/dist/components/lit-section-tab.js.map +1 -0
  55. package/dist/components/lit-tabs-overview.js +232 -187
  56. package/dist/components/lit-tabs-overview.js.map +1 -0
  57. package/dist/components/modals/lit-confirm-modal.js +120 -0
  58. package/dist/components/modals/lit-confirm-modal.js.map +1 -0
  59. package/dist/components/modals/lit-delete-modal.js +128 -0
  60. package/dist/components/modals/lit-delete-modal.js.map +1 -0
  61. package/dist/components/react-wrappers/attachments-tab.js +8 -13
  62. package/dist/components/react-wrappers/attachments-tab.js.map +1 -0
  63. package/dist/components/react-wrappers/badge.js +8 -13
  64. package/dist/components/react-wrappers/badge.js.map +1 -0
  65. package/dist/components/react-wrappers/button.js +8 -13
  66. package/dist/components/react-wrappers/button.js.map +1 -0
  67. package/dist/components/react-wrappers/case-variables-tab.js +8 -13
  68. package/dist/components/react-wrappers/case-variables-tab.js.map +1 -0
  69. package/dist/components/react-wrappers/chart.js +8 -13
  70. package/dist/components/react-wrappers/chart.js.map +1 -0
  71. package/dist/components/react-wrappers/data-grid-tanstack.js +8 -13
  72. package/dist/components/react-wrappers/data-grid-tanstack.js.map +1 -0
  73. package/dist/components/react-wrappers/filter-modal.js +8 -13
  74. package/dist/components/react-wrappers/filter-modal.js.map +1 -0
  75. package/dist/components/react-wrappers/progress-bar.js +8 -13
  76. package/dist/components/react-wrappers/progress-bar.js.map +1 -0
  77. package/dist/components/react-wrappers/section-tab.js +8 -13
  78. package/dist/components/react-wrappers/section-tab.js.map +1 -0
  79. package/dist/components/react-wrappers/tabs-overview.js +8 -13
  80. package/dist/components/react-wrappers/tabs-overview.js.map +1 -0
  81. package/dist/data/translations.js +2763 -0
  82. package/dist/data/translations.js.map +1 -0
  83. package/dist/index.js +43 -42
  84. package/dist/index.js.map +1 -0
  85. package/dist/schemas/index.js +17 -0
  86. package/dist/schemas/index.js.map +1 -0
  87. package/dist/schemas/lit-attachments-tab-document.schema.js +20 -0
  88. package/dist/schemas/lit-attachments-tab-document.schema.js.map +1 -0
  89. package/dist/schemas/lit-attachments-tab-settings-value.schema.js +15 -0
  90. package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +1 -0
  91. package/dist/schemas/lit-attachments-tab.schema.js +32 -0
  92. package/dist/schemas/lit-attachments-tab.schema.js.map +1 -0
  93. package/dist/schemas/lit-case-variables-tab-cell.schema.js +43 -0
  94. package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +1 -0
  95. package/dist/schemas/lit-case-variables-tab-rows.schema.js +6 -0
  96. package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +1 -0
  97. package/dist/schemas/lit-case-variables-tab.schema.js +24 -0
  98. package/dist/schemas/lit-case-variables-tab.schema.js.map +1 -0
  99. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +6 -0
  100. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +1 -0
  101. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +6 -0
  102. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +1 -0
  103. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +11 -0
  104. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +1 -0
  105. package/dist/schemas/lit-data-grid-tanstack-column.schema.js +55 -0
  106. package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +1 -0
  107. package/dist/schemas/lit-data-grid-tanstack.schema.js +99 -0
  108. package/dist/schemas/lit-data-grid-tanstack.schema.js.map +1 -0
  109. package/dist/schemas/lit-section-tab-schema.js +24 -0
  110. package/dist/schemas/lit-section-tab-schema.js.map +1 -0
  111. package/dist/schemas/lit-tabs-overview-tab-array.schema.js +6 -0
  112. package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +1 -0
  113. package/dist/schemas/lit-tabs-overview-tab.schema.js +32 -0
  114. package/dist/schemas/lit-tabs-overview-tab.schema.js.map +1 -0
  115. package/dist/schemas/lit-tabs-overview.schema.js +29 -0
  116. package/dist/schemas/lit-tabs-overview.schema.js.map +1 -0
  117. package/dist/scripts/translate-locales.js +69 -0
  118. package/dist/scripts/translate-locales.js.map +1 -0
  119. package/dist/shared/filter-inputs.js +427 -0
  120. package/dist/shared/filter-inputs.js.map +1 -0
  121. package/dist/shared/lit-button.js +80 -63
  122. package/dist/shared/lit-button.js.map +1 -0
  123. package/dist/shared/lit-case-variables-tab-cell.js +226 -0
  124. package/dist/shared/lit-case-variables-tab-cell.js.map +1 -0
  125. package/dist/shared/lit-checkbox.js +171 -0
  126. package/dist/shared/lit-checkbox.js.map +1 -0
  127. package/dist/shared/lit-custom-popper.js +117 -0
  128. package/dist/shared/lit-custom-popper.js.map +1 -0
  129. package/dist/shared/lit-data-grid-action-buttons-popover.js +295 -0
  130. package/dist/shared/lit-data-grid-action-buttons-popover.js.map +1 -0
  131. package/dist/shared/lit-data-grid-density-popover.js +84 -0
  132. package/dist/shared/lit-data-grid-density-popover.js.map +1 -0
  133. package/dist/shared/lit-data-grid-export-popover.js +68 -0
  134. package/dist/shared/lit-data-grid-export-popover.js.map +1 -0
  135. package/dist/shared/lit-data-grid-operators-popover.js +114 -0
  136. package/dist/shared/lit-data-grid-operators-popover.js.map +1 -0
  137. package/dist/shared/lit-data-grid-row-actions.js +76 -0
  138. package/dist/shared/lit-data-grid-row-actions.js.map +1 -0
  139. package/dist/shared/lit-date-picker.js +606 -0
  140. package/dist/shared/lit-date-picker.js.map +1 -0
  141. package/dist/shared/lit-icon-button.js +105 -0
  142. package/dist/shared/lit-icon-button.js.map +1 -0
  143. package/dist/shared/lit-icon.js +284 -0
  144. package/dist/shared/lit-icon.js.map +1 -0
  145. package/dist/shared/lit-input.js +239 -0
  146. package/dist/shared/lit-input.js.map +1 -0
  147. package/dist/shared/lit-label.js +104 -0
  148. package/dist/shared/lit-label.js.map +1 -0
  149. package/dist/shared/lit-loader.js +69 -0
  150. package/dist/shared/lit-loader.js.map +1 -0
  151. package/dist/shared/lit-loading-bar.js +127 -0
  152. package/dist/shared/lit-loading-bar.js.map +1 -0
  153. package/dist/shared/lit-menu-item.js +99 -0
  154. package/dist/shared/lit-menu-item.js.map +1 -0
  155. package/dist/shared/lit-menu.js +42 -0
  156. package/dist/shared/lit-menu.js.map +1 -0
  157. package/dist/shared/lit-modal-body.js +22 -0
  158. package/dist/shared/lit-modal-body.js.map +1 -0
  159. package/dist/shared/lit-modal-footer.js +29 -0
  160. package/dist/shared/lit-modal-footer.js.map +1 -0
  161. package/dist/shared/lit-modal-header.js +36 -0
  162. package/dist/shared/lit-modal-header.js.map +1 -0
  163. package/dist/shared/lit-modal.js +169 -0
  164. package/dist/shared/lit-modal.js.map +1 -0
  165. package/dist/shared/lit-overflow-tooltip.js +103 -0
  166. package/dist/shared/lit-overflow-tooltip.js.map +1 -0
  167. package/dist/shared/lit-pill.js +88 -0
  168. package/dist/shared/lit-pill.js.map +1 -0
  169. package/dist/shared/lit-progress-bar.js +33 -32
  170. package/dist/shared/lit-progress-bar.js.map +1 -0
  171. package/dist/shared/lit-responsive-button.js +94 -0
  172. package/dist/shared/lit-responsive-button.js.map +1 -0
  173. package/dist/shared/lit-select-field.js +459 -0
  174. package/dist/shared/lit-select-field.js.map +1 -0
  175. package/dist/shared/lit-select.js +413 -0
  176. package/dist/shared/lit-select.js.map +1 -0
  177. package/dist/shared/lit-settings.js +77 -0
  178. package/dist/shared/lit-settings.js.map +1 -0
  179. package/dist/shared/lit-text-field.js +222 -0
  180. package/dist/shared/lit-text-field.js.map +1 -0
  181. package/dist/shared/lit-toggle.js +222 -0
  182. package/dist/shared/lit-toggle.js.map +1 -0
  183. package/dist/shared/lit-tooltip.js +166 -0
  184. package/dist/shared/lit-tooltip.js.map +1 -0
  185. package/dist/shared/simple-popper.js +266 -0
  186. package/dist/shared/simple-popper.js.map +1 -0
  187. package/dist/shared/simple-tooltip.js +198 -122
  188. package/dist/shared/simple-tooltip.js.map +1 -0
  189. package/dist/shared/styles/button-shared-styles.js +4 -5
  190. package/dist/shared/styles/button-shared-styles.js.map +1 -0
  191. package/dist/styles.js +169 -0
  192. package/dist/styles.js.map +1 -0
  193. package/dist/utils/currency.js +15 -12
  194. package/dist/utils/currency.js.map +1 -0
  195. package/dist/utils/custom-filters.js +80 -45
  196. package/dist/utils/custom-filters.js.map +1 -0
  197. package/dist/utils/date.js +21 -13
  198. package/dist/utils/date.js.map +1 -0
  199. package/dist/utils/getOperatorByType.js +65 -50
  200. package/dist/utils/getOperatorByType.js.map +1 -0
  201. package/dist/utils/getOverviewValue.js +177 -0
  202. package/dist/utils/getOverviewValue.js.map +1 -0
  203. package/dist/utils/localization.js +431 -29
  204. package/dist/utils/localization.js.map +1 -0
  205. package/dist/utils/utils.js +13 -0
  206. package/dist/utils/utils.js.map +1 -0
  207. package/dist/utils/validate-json-schema.js +8 -0
  208. package/dist/utils/validate-json-schema.js.map +1 -0
  209. package/dist/validators/validator.js +7 -0
  210. package/dist/validators/validator.js.map +1 -0
  211. package/package.json +74 -76
  212. package/dist/libs/xlsx.mini.min.js +0 -10
  213. package/dist/node_modules/@lit/reactive-element/css-tag.js +0 -42
  214. package/dist/node_modules/@lit/reactive-element/decorators/base.js +0 -9
  215. package/dist/node_modules/@lit/reactive-element/decorators/custom-element.js +0 -13
  216. package/dist/node_modules/@lit/reactive-element/decorators/property.js +0 -37
  217. package/dist/node_modules/@lit/reactive-element/decorators/query.js +0 -20
  218. package/dist/node_modules/@lit/reactive-element/decorators/state.js +0 -12
  219. package/dist/node_modules/@lit/reactive-element/reactive-element.js +0 -249
  220. package/dist/node_modules/lit-html/async-directive.js +0 -69
  221. package/dist/node_modules/lit-html/directive-helpers.js +0 -45
  222. package/dist/node_modules/lit-html/directive.js +0 -27
  223. package/dist/node_modules/lit-html/directives/ref.js +0 -42
  224. package/dist/node_modules/lit-html/directives/repeat.js +0 -61
  225. package/dist/node_modules/lit-html/directives/style-map.js +0 -36
  226. package/dist/node_modules/lit-html/directives/unsafe-html.js +0 -27
  227. package/dist/node_modules/lit-html/lit-html.js +0 -242
  228. package/dist/vite.svg +0 -1
@@ -0,0 +1,13 @@
1
+ // Custom debounce utility function
2
+ export function debounce(func, delay = 500) {
3
+ let timeoutId;
4
+ return function (...args) {
5
+ // Clear previous timeout
6
+ clearTimeout(timeoutId);
7
+ // Set a new timeout
8
+ timeoutId = setTimeout(() => {
9
+ func.apply(this, args);
10
+ }, delay);
11
+ };
12
+ }
13
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"AAAA,mCAAmC;AACnC,MAAM,UAAU,QAAQ,CAAC,IAAc,EAAE,QAAgB,GAAG;IACxD,IAAI,SAAiB,CAAC;IAEtB,OAAO,UAAqB,GAAG,IAAW;QACtC,yBAAyB;QACzB,YAAY,CAAC,SAAS,CAAC,CAAC;QAExB,oBAAoB;QACpB,SAAS,GAAG,UAAU,CAAC,GAAG,EAAE;YACxB,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QAC3B,CAAC,EAAE,KAAK,CAAsB,CAAC;IACnC,CAAC,CAAC;AACN,CAAC"}
@@ -0,0 +1,8 @@
1
+ import Ajv from 'ajv';
2
+ const ajv = new Ajv({ allErrors: true });
3
+ export function validateJson(data, schema) {
4
+ const validate = ajv.compile(schema);
5
+ const valid = validate(data);
6
+ return { valid, errors: validate.errors };
7
+ }
8
+ //# sourceMappingURL=validate-json-schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-json-schema.js","sourceRoot":"","sources":["../../src/utils/validate-json-schema.ts"],"names":[],"mappings":"AAAA,OAAO,GAAoB,MAAM,KAAK,CAAC;AAGvC,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;AAOzC,MAAM,UAAU,YAAY,CAAI,IAAa,EAAE,MAAkB;IAC7D,MAAM,QAAQ,GAAG,GAAG,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IACrC,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;IAC7B,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAAC;AAC9C,CAAC"}
@@ -0,0 +1,7 @@
1
+ import Ajv from "ajv";
2
+ import { litCaseVariablesTabCellSchema, litCaseVariablesTabSchema, litCaseVariablesTabRowsSchema } from "../schemas/index.js";
3
+ const ajv = new Ajv();
4
+ export const validateCellCaseVariablesTab = ajv.compile(litCaseVariablesTabCellSchema);
5
+ export const validateCaseVariablesTab = ajv.compile(litCaseVariablesTabSchema);
6
+ export const validateCaseVariablesTabRows = ajv.compile(litCaseVariablesTabRowsSchema);
7
+ //# sourceMappingURL=validator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validator.js","sourceRoot":"","sources":["../../src/validators/validator.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AACtB,OAAO,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAE9H,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;AACtB,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC;AACvF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC;AAC/E,MAAM,CAAC,MAAM,4BAA4B,GAAG,GAAG,CAAC,OAAO,CAAC,6BAA6B,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,78 +1,76 @@
1
1
  {
2
- "name": "overview-components",
3
- "version": "1.0.91",
4
- "description": "A reusable design Lit components for case overview section.",
5
- "main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist",
10
- "dist/**/*.js",
11
- "dist/**/*.d.ts"
12
- ],
13
- "sideEffects": false,
14
- "type": "module",
15
- "scripts": {
16
- "dev": "vite",
17
- "preview": "vite preview",
18
- "storybook": "storybook dev -p 6006",
19
- "build-storybook": "storybook build",
20
- "build": "tsc --emitDeclarationOnly",
21
- "prepublishOnly": "npm run build",
22
- "extract": "lit-localize extract --config=src/assets/lit-localize.json",
23
- "build:localize": "lit-localize build --config=src/assets/lit-localize.json",
24
- "translate:localize": "node ./src/scripts/translate-locales.js",
25
- "test-storybook": "test-storybook"
26
- },
27
- "dependencies": {
28
- "@floating-ui/dom": "1.6.12",
29
- "@lit-labs/react": "2.1.3",
30
- "@tanstack/lit-table": "8.20.5",
31
- "@tanstack/lit-virtual": "3.13.8",
32
- "air-datepicker": "^3.6.0",
33
- "ajv": "^8.17.1",
34
- "chart.js": "4.4.7",
35
- "dotenv": "16.4.7",
36
- "file-saver": "^2.0.5",
37
- "json-schema-to-ts": "^3.1.1",
38
- "lodash": "4.17.21",
39
- "luxon": "3.5.0",
40
- "node-fetch": "3.3.2",
41
- "pdfjs-dist": "2.16.105",
42
- "sortablejs": "1.15.6"
43
- },
44
- "peerDependencies": {
45
- "lit": "^3.0.0",
46
- "@lit/localize": "^0.12.0",
47
- "react": ">=16.8.0",
48
- "react-dom": ">=16.8.0"
49
- },
50
- "devDependencies": {
51
- "@chromatic-com/storybook": "^1.9.0",
52
- "@lit/localize-tools": "^0.8.0",
53
- "lit": "3.2.0",
54
- "@lit/localize": "0.12.2",
55
- "@storybook/addon-essentials": "8.6.14",
56
- "@storybook/addon-links": "8.6.14",
57
- "@storybook/blocks": "8.6.14",
58
- "@storybook/jest": "^0.2.2",
59
- "@storybook/manager-api": "8.6.14",
60
- "@storybook/test": "8.6.14",
61
- "@storybook/test-runner": "^0.22.0",
62
- "@storybook/testing-library": "^0.2.1",
63
- "@storybook/theming": "8.6.14",
64
- "@storybook/web-components": "8.6.14",
65
- "@storybook/web-components-vite": "8.6.14",
66
- "@types/file-saver": "^2.0.7",
67
- "@types/lodash": "^4.17.13",
68
- "@types/luxon": "^3.4.2",
69
- "@types/node": "^22.10.7",
70
- "@types/sortablejs": "^1.15.8",
71
- "json-schema-to-ts": "^3.1.1",
72
- "prettier": "^3.3.3",
73
- "storybook": "8.6.14",
74
- "storybook-dark-mode": "^4.0.2",
75
- "typescript": "^5.5.3",
76
- "vite": "^5.4.8"
77
- }
2
+ "name": "overview-components",
3
+ "version": "1.0.93",
4
+ "description": "A reusable design Lit components for case overview section.",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist",
10
+ "dist/**/*.js",
11
+ "dist/**/*.d.ts"
12
+ ],
13
+ "sideEffects": false,
14
+ "type": "module",
15
+ "scripts": {
16
+ "dev": "vite",
17
+ "preview": "vite preview",
18
+ "storybook": "storybook dev -p 6006",
19
+ "build-storybook": "storybook build",
20
+ "build": "tsc",
21
+ "prepublishOnly": "npm run build",
22
+ "extract": "lit-localize extract --config=src/assets/lit-localize.json",
23
+ "build:localize": "lit-localize build --config=src/assets/lit-localize.json",
24
+ "translate:localize": "node ./src/scripts/translate-locales.js",
25
+ "test-storybook": "test-storybook"
26
+ },
27
+ "dependencies": {
28
+ "lit": "^3.0.0",
29
+ "@lit/localize": "^0.12.0",
30
+ "@floating-ui/dom": "1.6.12",
31
+ "@lit-labs/react": "2.1.3",
32
+ "@tanstack/lit-table": "8.20.5",
33
+ "@tanstack/lit-virtual": "3.13.8",
34
+ "air-datepicker": "^3.6.0",
35
+ "ajv": "^8.17.1",
36
+ "chart.js": "4.4.7",
37
+ "dotenv": "16.4.7",
38
+ "file-saver": "^2.0.5",
39
+ "json-schema-to-ts": "^3.1.1",
40
+ "lodash": "4.17.21",
41
+ "luxon": "3.5.0",
42
+ "node-fetch": "3.3.2",
43
+ "pdfjs-dist": "2.16.105",
44
+ "sortablejs": "1.15.6"
45
+ },
46
+ "peerDependencies": {
47
+ "react": ">=16.8.0",
48
+ "react-dom": ">=16.8.0"
49
+ },
50
+ "devDependencies": {
51
+ "@chromatic-com/storybook": "^1.9.0",
52
+ "@lit/localize-tools": "^0.8.0",
53
+ "@storybook/addon-essentials": "8.6.14",
54
+ "@storybook/addon-links": "8.6.14",
55
+ "@storybook/blocks": "8.6.14",
56
+ "@storybook/jest": "^0.2.2",
57
+ "@storybook/manager-api": "8.6.14",
58
+ "@storybook/test": "8.6.14",
59
+ "@storybook/test-runner": "^0.22.0",
60
+ "@storybook/testing-library": "^0.2.1",
61
+ "@storybook/theming": "8.6.14",
62
+ "@storybook/web-components": "8.6.14",
63
+ "@storybook/web-components-vite": "8.6.14",
64
+ "@types/file-saver": "^2.0.7",
65
+ "@types/lodash": "^4.17.13",
66
+ "@types/luxon": "^3.4.2",
67
+ "@types/node": "^22.10.7",
68
+ "@types/sortablejs": "^1.15.8",
69
+ "json-schema-to-ts": "^3.1.1",
70
+ "prettier": "^3.3.3",
71
+ "storybook": "8.6.14",
72
+ "storybook-dark-mode": "^4.0.2",
73
+ "typescript": "^5.5.3",
74
+ "vite": "^5.4.8"
75
+ }
78
76
  }