overview-components 1.1.175 → 1.1.177

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 (486) hide show
  1. package/README.md +120 -0
  2. package/dist/assets/generated/locales/de.d.ts +0 -1
  3. package/dist/assets/generated/locales/de.js +0 -1
  4. package/dist/assets/generated/locales/en.d.ts +0 -1
  5. package/dist/assets/generated/locales/en.js +0 -1
  6. package/dist/assets/generated/locales/fr.d.ts +0 -1
  7. package/dist/assets/generated/locales/fr.js +0 -1
  8. package/dist/assets/generated/locales/hr.d.ts +0 -1
  9. package/dist/assets/generated/locales/hr.js +0 -1
  10. package/dist/assets/generated/locales/it.d.ts +0 -1
  11. package/dist/assets/generated/locales/it.js +0 -1
  12. package/dist/assets/generated/locales/pl.d.ts +0 -1
  13. package/dist/assets/generated/locales/pl.js +0 -1
  14. package/dist/assets/generated/locales/ro.d.ts +0 -1
  15. package/dist/assets/generated/locales/ro.js +0 -1
  16. package/dist/assets/generated/locales/sk.d.ts +0 -1
  17. package/dist/assets/generated/locales/sk.js +0 -1
  18. package/dist/assets/generated/locales/sr.d.ts +0 -1
  19. package/dist/assets/generated/locales/sr.js +0 -1
  20. package/dist/assets/icons/iconGlyphs.d.ts +0 -1
  21. package/dist/assets/icons/iconGlyphs.js +0 -1
  22. package/dist/assets/illustration/aichatbot-illustration.d.ts +0 -1
  23. package/dist/assets/illustration/aichatbot-illustration.js +0 -1
  24. package/dist/assets/illustration/delete-illustration.d.ts +0 -1
  25. package/dist/assets/illustration/delete-illustration.js +0 -1
  26. package/dist/assets/illustration/no-content.d.ts +0 -1
  27. package/dist/assets/illustration/no-content.js +0 -1
  28. package/dist/assets/illustration/no-preview.d.ts +0 -1
  29. package/dist/assets/illustration/no-preview.js +0 -1
  30. package/dist/assets/illustration/not-found.d.ts +0 -1
  31. package/dist/assets/illustration/not-found.js +0 -1
  32. package/dist/assets/illustration/settings-illustration.d.ts +0 -1
  33. package/dist/assets/illustration/settings-illustration.js +0 -1
  34. package/dist/components/components-settings/attachments-tab-settings.d.ts +0 -1
  35. package/dist/components/components-settings/attachments-tab-settings.js +0 -1
  36. package/dist/components/components-settings/data-grid-settings.d.ts +0 -1
  37. package/dist/components/components-settings/data-grid-settings.js +0 -1
  38. package/dist/components/components-settings/section-tab-settings.d.ts +0 -1
  39. package/dist/components/components-settings/section-tab-settings.js +0 -1
  40. package/dist/components/components-settings/tabs-overview-settings.d.ts +0 -1
  41. package/dist/components/components-settings/tabs-overview-settings.js +0 -1
  42. package/dist/components/index.d.ts +0 -1
  43. package/dist/components/index.js +0 -1
  44. package/dist/components/lit-ai-filter-assistant.d.ts +0 -1
  45. package/dist/components/lit-ai-filter-assistant.js +0 -1
  46. package/dist/components/lit-attachments-tab.d.ts +0 -1
  47. package/dist/components/lit-attachments-tab.js +0 -1
  48. package/dist/components/lit-badge.d.ts +0 -1
  49. package/dist/components/lit-badge.js +0 -1
  50. package/dist/components/lit-case-variables-tab.d.ts +0 -1
  51. package/dist/components/lit-case-variables-tab.js +0 -1
  52. package/dist/components/lit-chart.d.ts +0 -1
  53. package/dist/components/lit-chart.js +0 -1
  54. package/dist/components/lit-data-grid-tanstack.d.ts +0 -1
  55. package/dist/components/lit-data-grid-tanstack.js +14 -8
  56. package/dist/components/lit-filter-builder.d.ts +0 -1
  57. package/dist/components/lit-filter-builder.js +0 -1
  58. package/dist/components/lit-filter-modal.d.ts +0 -1
  59. package/dist/components/lit-filter-modal.js +0 -1
  60. package/dist/components/lit-multiselect-item.d.ts +0 -1
  61. package/dist/components/lit-multiselect-item.js +0 -1
  62. package/dist/components/lit-section-tab.d.ts +0 -1
  63. package/dist/components/lit-section-tab.js +0 -1
  64. package/dist/components/lit-tabs-overview.d.ts +0 -1
  65. package/dist/components/lit-tabs-overview.js +0 -1
  66. package/dist/components/modals/lit-confirm-modal.d.ts +0 -1
  67. package/dist/components/modals/lit-confirm-modal.js +0 -1
  68. package/dist/components/modals/lit-delete-modal.d.ts +0 -1
  69. package/dist/components/modals/lit-delete-modal.js +0 -1
  70. package/dist/components/react-wrappers/ai-filter-assistant.d.ts +1 -2
  71. package/dist/components/react-wrappers/ai-filter-assistant.js +1 -2
  72. package/dist/components/react-wrappers/attachments-tab.d.ts +1 -2
  73. package/dist/components/react-wrappers/attachments-tab.js +1 -2
  74. package/dist/components/react-wrappers/badge.d.ts +1 -2
  75. package/dist/components/react-wrappers/badge.js +1 -2
  76. package/dist/components/react-wrappers/button.d.ts +1 -2
  77. package/dist/components/react-wrappers/button.js +1 -2
  78. package/dist/components/react-wrappers/calendar.d.ts +1 -2
  79. package/dist/components/react-wrappers/calendar.js +1 -2
  80. package/dist/components/react-wrappers/case-variables-tab.d.ts +1 -2
  81. package/dist/components/react-wrappers/case-variables-tab.js +1 -2
  82. package/dist/components/react-wrappers/chart.d.ts +1 -2
  83. package/dist/components/react-wrappers/chart.js +1 -2
  84. package/dist/components/react-wrappers/data-grid-tanstack.d.ts +1 -2
  85. package/dist/components/react-wrappers/data-grid-tanstack.js +1 -2
  86. package/dist/components/react-wrappers/filter-builder.d.ts +0 -1
  87. package/dist/components/react-wrappers/filter-builder.js +0 -1
  88. package/dist/components/react-wrappers/filter-modal.d.ts +1 -2
  89. package/dist/components/react-wrappers/filter-modal.js +1 -2
  90. package/dist/components/react-wrappers/index.d.ts +1 -1
  91. package/dist/components/react-wrappers/index.js +4 -1
  92. package/dist/components/react-wrappers/progress-bar.d.ts +1 -2
  93. package/dist/components/react-wrappers/progress-bar.js +1 -2
  94. package/dist/components/react-wrappers/section-tab.d.ts +1 -2
  95. package/dist/components/react-wrappers/section-tab.js +1 -2
  96. package/dist/components/react-wrappers/tabs-overview.d.ts +1 -2
  97. package/dist/components/react-wrappers/tabs-overview.js +1 -2
  98. package/dist/data/translations.d.ts +0 -1
  99. package/dist/data/translations.js +0 -1
  100. package/dist/index.d.ts +0 -2
  101. package/dist/index.js +4 -3
  102. package/dist/schemas/index.d.ts +0 -1
  103. package/dist/schemas/index.js +0 -1
  104. package/dist/schemas/lit-attachments-tab-document.schema.d.ts +0 -1
  105. package/dist/schemas/lit-attachments-tab-document.schema.js +0 -1
  106. package/dist/schemas/lit-attachments-tab-settings-value.schema.d.ts +0 -1
  107. package/dist/schemas/lit-attachments-tab-settings-value.schema.js +0 -1
  108. package/dist/schemas/lit-attachments-tab.schema.d.ts +0 -1
  109. package/dist/schemas/lit-attachments-tab.schema.js +0 -1
  110. package/dist/schemas/lit-case-variables-tab-cell.schema.d.ts +0 -1
  111. package/dist/schemas/lit-case-variables-tab-cell.schema.js +0 -1
  112. package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts +0 -1
  113. package/dist/schemas/lit-case-variables-tab-rows.schema.js +0 -1
  114. package/dist/schemas/lit-case-variables-tab.schema.d.ts +0 -1
  115. package/dist/schemas/lit-case-variables-tab.schema.js +0 -1
  116. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.d.ts +0 -1
  117. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +0 -1
  118. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.d.ts +0 -1
  119. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +0 -1
  120. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.d.ts +0 -1
  121. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +0 -1
  122. package/dist/schemas/lit-data-grid-tanstack-column.schema.d.ts +0 -1
  123. package/dist/schemas/lit-data-grid-tanstack-column.schema.js +0 -1
  124. package/dist/schemas/lit-data-grid-tanstack.schema.d.ts +0 -1
  125. package/dist/schemas/lit-data-grid-tanstack.schema.js +0 -1
  126. package/dist/schemas/lit-filter-builder.schema.d.ts +0 -1
  127. package/dist/schemas/lit-filter-builder.schema.js +0 -1
  128. package/dist/schemas/lit-section-tab-schema.d.ts +0 -1
  129. package/dist/schemas/lit-section-tab-schema.js +0 -1
  130. package/dist/schemas/lit-tabs-overview-tab-array.schema.d.ts +0 -1
  131. package/dist/schemas/lit-tabs-overview-tab-array.schema.js +0 -1
  132. package/dist/schemas/lit-tabs-overview-tab.schema.d.ts +0 -1
  133. package/dist/schemas/lit-tabs-overview-tab.schema.js +0 -1
  134. package/dist/schemas/lit-tabs-overview.schema.d.ts +0 -1
  135. package/dist/schemas/lit-tabs-overview.schema.js +0 -1
  136. package/dist/shared/filter-inputs.d.ts +0 -2
  137. package/dist/shared/filter-inputs.js +0 -2
  138. package/dist/shared/icon-svg.d.ts +0 -1
  139. package/dist/shared/icon-svg.js +0 -1
  140. package/dist/shared/index.d.ts +0 -1
  141. package/dist/shared/index.js +0 -1
  142. package/dist/shared/lit-button.d.ts +0 -1
  143. package/dist/shared/lit-button.js +0 -1
  144. package/dist/shared/lit-calendar.d.ts +0 -1
  145. package/dist/shared/lit-calendar.js +0 -1
  146. package/dist/shared/lit-case-variables-tab-cell.d.ts +0 -1
  147. package/dist/shared/lit-case-variables-tab-cell.js +0 -1
  148. package/dist/shared/lit-checkbox.d.ts +0 -1
  149. package/dist/shared/lit-checkbox.js +0 -1
  150. package/dist/shared/lit-custom-popper.d.ts +0 -1
  151. package/dist/shared/lit-custom-popper.js +0 -1
  152. package/dist/shared/lit-data-grid-action-buttons-popover.d.ts +0 -1
  153. package/dist/shared/lit-data-grid-action-buttons-popover.js +0 -1
  154. package/dist/shared/lit-data-grid-density-popover.d.ts +0 -1
  155. package/dist/shared/lit-data-grid-density-popover.js +0 -1
  156. package/dist/shared/lit-data-grid-export-popover.d.ts +0 -1
  157. package/dist/shared/lit-data-grid-export-popover.js +0 -1
  158. package/dist/shared/lit-data-grid-operators-popover.d.ts +0 -1
  159. package/dist/shared/lit-data-grid-operators-popover.js +0 -1
  160. package/dist/shared/lit-data-grid-row-actions.d.ts +0 -1
  161. package/dist/shared/lit-data-grid-row-actions.js +0 -1
  162. package/dist/shared/lit-date-picker.d.ts +0 -2
  163. package/dist/shared/lit-date-picker.js +2 -2
  164. package/dist/shared/lit-document-thumbnail.d.ts +0 -1
  165. package/dist/shared/lit-document-thumbnail.js +0 -1
  166. package/dist/shared/lit-filter-input.d.ts +0 -1
  167. package/dist/shared/lit-filter-input.js +0 -1
  168. package/dist/shared/lit-icon-button.d.ts +0 -1
  169. package/dist/shared/lit-icon-button.js +0 -1
  170. package/dist/shared/lit-icon.d.ts +0 -1
  171. package/dist/shared/lit-icon.js +0 -1
  172. package/dist/shared/lit-input.d.ts +0 -1
  173. package/dist/shared/lit-input.js +0 -1
  174. package/dist/shared/lit-label.d.ts +0 -1
  175. package/dist/shared/lit-label.js +0 -1
  176. package/dist/shared/lit-loader.d.ts +0 -1
  177. package/dist/shared/lit-loader.js +0 -1
  178. package/dist/shared/lit-loading-bar.d.ts +0 -1
  179. package/dist/shared/lit-loading-bar.js +0 -1
  180. package/dist/shared/lit-menu-item.d.ts +0 -1
  181. package/dist/shared/lit-menu-item.js +0 -1
  182. package/dist/shared/lit-menu.d.ts +0 -1
  183. package/dist/shared/lit-menu.js +0 -1
  184. package/dist/shared/lit-modal-body.d.ts +0 -1
  185. package/dist/shared/lit-modal-body.js +0 -1
  186. package/dist/shared/lit-modal-footer.d.ts +0 -1
  187. package/dist/shared/lit-modal-footer.js +0 -1
  188. package/dist/shared/lit-modal-header.d.ts +0 -1
  189. package/dist/shared/lit-modal-header.js +0 -1
  190. package/dist/shared/lit-modal.d.ts +0 -1
  191. package/dist/shared/lit-modal.js +0 -1
  192. package/dist/shared/lit-overflow-tooltip.d.ts +0 -1
  193. package/dist/shared/lit-overflow-tooltip.js +0 -1
  194. package/dist/shared/lit-pill.d.ts +0 -1
  195. package/dist/shared/lit-pill.js +0 -1
  196. package/dist/shared/lit-progress-bar.d.ts +0 -1
  197. package/dist/shared/lit-progress-bar.js +0 -1
  198. package/dist/shared/lit-responsive-button.d.ts +0 -1
  199. package/dist/shared/lit-responsive-button.js +0 -1
  200. package/dist/shared/lit-select-field.d.ts +0 -1
  201. package/dist/shared/lit-select-field.js +0 -1
  202. package/dist/shared/lit-select.d.ts +0 -1
  203. package/dist/shared/lit-select.js +0 -1
  204. package/dist/shared/lit-settings.d.ts +0 -1
  205. package/dist/shared/lit-settings.js +0 -1
  206. package/dist/shared/lit-text-field.d.ts +0 -1
  207. package/dist/shared/lit-text-field.js +0 -1
  208. package/dist/shared/lit-toggle.d.ts +0 -1
  209. package/dist/shared/lit-toggle.js +0 -1
  210. package/dist/shared/lit-tooltip.d.ts +0 -1
  211. package/dist/shared/lit-tooltip.js +0 -1
  212. package/dist/shared/simple-popper.d.ts +0 -1
  213. package/dist/shared/simple-popper.js +0 -1
  214. package/dist/shared/simple-tooltip.d.ts +0 -1
  215. package/dist/shared/simple-tooltip.js +0 -1
  216. package/dist/shared/styles/air-datepicker-css.d.ts +3 -0
  217. package/dist/shared/styles/air-datepicker-css.js +23 -0
  218. package/dist/shared/styles/button-shared-styles.d.ts +0 -1
  219. package/dist/shared/styles/button-shared-styles.js +0 -1
  220. package/dist/styles.d.ts +0 -1
  221. package/dist/styles.js +0 -1
  222. package/dist/utils/custom-filters.d.ts +0 -1
  223. package/dist/utils/custom-filters.js +0 -1
  224. package/dist/utils/date.d.ts +0 -1
  225. package/dist/utils/date.js +0 -1
  226. package/dist/utils/file-type-utils.d.ts +0 -1
  227. package/dist/utils/file-type-utils.js +0 -1
  228. package/dist/utils/formatNumber.d.ts +0 -1
  229. package/dist/utils/formatNumber.js +0 -1
  230. package/dist/utils/getOperatorByType.d.ts +0 -1
  231. package/dist/utils/getOperatorByType.js +0 -1
  232. package/dist/utils/getOverviewValue.d.ts +0 -1
  233. package/dist/utils/getOverviewValue.js +0 -1
  234. package/dist/utils/localization.d.ts +0 -1
  235. package/dist/utils/localization.js +0 -1
  236. package/dist/utils/pdf-thumbnail-generator.d.ts +0 -1
  237. package/dist/utils/pdf-thumbnail-generator.js +0 -1
  238. package/dist/utils/utils.d.ts +0 -1
  239. package/dist/utils/utils.js +0 -1
  240. package/package.json +47 -16
  241. package/react.d.ts +1 -0
  242. package/react.js +3 -0
  243. package/schemas.d.ts +1 -0
  244. package/schemas.js +2 -0
  245. package/dist/assets/generated/locales/de.d.ts.map +0 -1
  246. package/dist/assets/generated/locales/de.js.map +0 -1
  247. package/dist/assets/generated/locales/en.d.ts.map +0 -1
  248. package/dist/assets/generated/locales/en.js.map +0 -1
  249. package/dist/assets/generated/locales/fr.d.ts.map +0 -1
  250. package/dist/assets/generated/locales/fr.js.map +0 -1
  251. package/dist/assets/generated/locales/hr.d.ts.map +0 -1
  252. package/dist/assets/generated/locales/hr.js.map +0 -1
  253. package/dist/assets/generated/locales/it.d.ts.map +0 -1
  254. package/dist/assets/generated/locales/it.js.map +0 -1
  255. package/dist/assets/generated/locales/pl.d.ts.map +0 -1
  256. package/dist/assets/generated/locales/pl.js.map +0 -1
  257. package/dist/assets/generated/locales/ro.d.ts.map +0 -1
  258. package/dist/assets/generated/locales/ro.js.map +0 -1
  259. package/dist/assets/generated/locales/sk.d.ts.map +0 -1
  260. package/dist/assets/generated/locales/sk.js.map +0 -1
  261. package/dist/assets/generated/locales/sr.d.ts.map +0 -1
  262. package/dist/assets/generated/locales/sr.js.map +0 -1
  263. package/dist/assets/icons/iconGlyphs.d.ts.map +0 -1
  264. package/dist/assets/icons/iconGlyphs.js.map +0 -1
  265. package/dist/assets/illustration/aichatbot-illustration.d.ts.map +0 -1
  266. package/dist/assets/illustration/aichatbot-illustration.js.map +0 -1
  267. package/dist/assets/illustration/delete-illustration.d.ts.map +0 -1
  268. package/dist/assets/illustration/delete-illustration.js.map +0 -1
  269. package/dist/assets/illustration/no-content.d.ts.map +0 -1
  270. package/dist/assets/illustration/no-content.js.map +0 -1
  271. package/dist/assets/illustration/no-preview.d.ts.map +0 -1
  272. package/dist/assets/illustration/no-preview.js.map +0 -1
  273. package/dist/assets/illustration/not-found.d.ts.map +0 -1
  274. package/dist/assets/illustration/not-found.js.map +0 -1
  275. package/dist/assets/illustration/settings-illustration.d.ts.map +0 -1
  276. package/dist/assets/illustration/settings-illustration.js.map +0 -1
  277. package/dist/components/components-settings/attachments-tab-settings.d.ts.map +0 -1
  278. package/dist/components/components-settings/attachments-tab-settings.js.map +0 -1
  279. package/dist/components/components-settings/data-grid-settings.d.ts.map +0 -1
  280. package/dist/components/components-settings/data-grid-settings.js.map +0 -1
  281. package/dist/components/components-settings/section-tab-settings.d.ts.map +0 -1
  282. package/dist/components/components-settings/section-tab-settings.js.map +0 -1
  283. package/dist/components/components-settings/tabs-overview-settings.d.ts.map +0 -1
  284. package/dist/components/components-settings/tabs-overview-settings.js.map +0 -1
  285. package/dist/components/index.d.ts.map +0 -1
  286. package/dist/components/index.js.map +0 -1
  287. package/dist/components/lit-ai-filter-assistant.d.ts.map +0 -1
  288. package/dist/components/lit-ai-filter-assistant.js.map +0 -1
  289. package/dist/components/lit-attachments-tab.d.ts.map +0 -1
  290. package/dist/components/lit-attachments-tab.js.map +0 -1
  291. package/dist/components/lit-badge.d.ts.map +0 -1
  292. package/dist/components/lit-badge.js.map +0 -1
  293. package/dist/components/lit-case-variables-tab.d.ts.map +0 -1
  294. package/dist/components/lit-case-variables-tab.js.map +0 -1
  295. package/dist/components/lit-chart.d.ts.map +0 -1
  296. package/dist/components/lit-chart.js.map +0 -1
  297. package/dist/components/lit-data-grid-tanstack.d.ts.map +0 -1
  298. package/dist/components/lit-data-grid-tanstack.js.map +0 -1
  299. package/dist/components/lit-filter-builder.d.ts.map +0 -1
  300. package/dist/components/lit-filter-builder.js.map +0 -1
  301. package/dist/components/lit-filter-modal.d.ts.map +0 -1
  302. package/dist/components/lit-filter-modal.js.map +0 -1
  303. package/dist/components/lit-multiselect-item.d.ts.map +0 -1
  304. package/dist/components/lit-multiselect-item.js.map +0 -1
  305. package/dist/components/lit-section-tab.d.ts.map +0 -1
  306. package/dist/components/lit-section-tab.js.map +0 -1
  307. package/dist/components/lit-tabs-overview.d.ts.map +0 -1
  308. package/dist/components/lit-tabs-overview.js.map +0 -1
  309. package/dist/components/modals/lit-confirm-modal.d.ts.map +0 -1
  310. package/dist/components/modals/lit-confirm-modal.js.map +0 -1
  311. package/dist/components/modals/lit-delete-modal.d.ts.map +0 -1
  312. package/dist/components/modals/lit-delete-modal.js.map +0 -1
  313. package/dist/components/react-wrappers/ai-filter-assistant.d.ts.map +0 -1
  314. package/dist/components/react-wrappers/ai-filter-assistant.js.map +0 -1
  315. package/dist/components/react-wrappers/attachments-tab.d.ts.map +0 -1
  316. package/dist/components/react-wrappers/attachments-tab.js.map +0 -1
  317. package/dist/components/react-wrappers/badge.d.ts.map +0 -1
  318. package/dist/components/react-wrappers/badge.js.map +0 -1
  319. package/dist/components/react-wrappers/button.d.ts.map +0 -1
  320. package/dist/components/react-wrappers/button.js.map +0 -1
  321. package/dist/components/react-wrappers/calendar.d.ts.map +0 -1
  322. package/dist/components/react-wrappers/calendar.js.map +0 -1
  323. package/dist/components/react-wrappers/case-variables-tab.d.ts.map +0 -1
  324. package/dist/components/react-wrappers/case-variables-tab.js.map +0 -1
  325. package/dist/components/react-wrappers/chart.d.ts.map +0 -1
  326. package/dist/components/react-wrappers/chart.js.map +0 -1
  327. package/dist/components/react-wrappers/data-grid-tanstack.d.ts.map +0 -1
  328. package/dist/components/react-wrappers/data-grid-tanstack.js.map +0 -1
  329. package/dist/components/react-wrappers/filter-builder.d.ts.map +0 -1
  330. package/dist/components/react-wrappers/filter-builder.js.map +0 -1
  331. package/dist/components/react-wrappers/filter-modal.d.ts.map +0 -1
  332. package/dist/components/react-wrappers/filter-modal.js.map +0 -1
  333. package/dist/components/react-wrappers/index.d.ts.map +0 -1
  334. package/dist/components/react-wrappers/index.js.map +0 -1
  335. package/dist/components/react-wrappers/progress-bar.d.ts.map +0 -1
  336. package/dist/components/react-wrappers/progress-bar.js.map +0 -1
  337. package/dist/components/react-wrappers/section-tab.d.ts.map +0 -1
  338. package/dist/components/react-wrappers/section-tab.js.map +0 -1
  339. package/dist/components/react-wrappers/tabs-overview.d.ts.map +0 -1
  340. package/dist/components/react-wrappers/tabs-overview.js.map +0 -1
  341. package/dist/data/translations.d.ts.map +0 -1
  342. package/dist/data/translations.js.map +0 -1
  343. package/dist/index.d.ts.map +0 -1
  344. package/dist/index.js.map +0 -1
  345. package/dist/libs/xlsx.mini.min.js +0 -10
  346. package/dist/schemas/index.d.ts.map +0 -1
  347. package/dist/schemas/index.js.map +0 -1
  348. package/dist/schemas/lit-attachments-tab-document.schema.d.ts.map +0 -1
  349. package/dist/schemas/lit-attachments-tab-document.schema.js.map +0 -1
  350. package/dist/schemas/lit-attachments-tab-settings-value.schema.d.ts.map +0 -1
  351. package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +0 -1
  352. package/dist/schemas/lit-attachments-tab.schema.d.ts.map +0 -1
  353. package/dist/schemas/lit-attachments-tab.schema.js.map +0 -1
  354. package/dist/schemas/lit-case-variables-tab-cell.schema.d.ts.map +0 -1
  355. package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +0 -1
  356. package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts.map +0 -1
  357. package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +0 -1
  358. package/dist/schemas/lit-case-variables-tab.schema.d.ts.map +0 -1
  359. package/dist/schemas/lit-case-variables-tab.schema.js.map +0 -1
  360. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.d.ts.map +0 -1
  361. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +0 -1
  362. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.d.ts.map +0 -1
  363. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +0 -1
  364. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.d.ts.map +0 -1
  365. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +0 -1
  366. package/dist/schemas/lit-data-grid-tanstack-column.schema.d.ts.map +0 -1
  367. package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +0 -1
  368. package/dist/schemas/lit-data-grid-tanstack.schema.d.ts.map +0 -1
  369. package/dist/schemas/lit-data-grid-tanstack.schema.js.map +0 -1
  370. package/dist/schemas/lit-filter-builder.schema.d.ts.map +0 -1
  371. package/dist/schemas/lit-filter-builder.schema.js.map +0 -1
  372. package/dist/schemas/lit-section-tab-schema.d.ts.map +0 -1
  373. package/dist/schemas/lit-section-tab-schema.js.map +0 -1
  374. package/dist/schemas/lit-tabs-overview-tab-array.schema.d.ts.map +0 -1
  375. package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +0 -1
  376. package/dist/schemas/lit-tabs-overview-tab.schema.d.ts.map +0 -1
  377. package/dist/schemas/lit-tabs-overview-tab.schema.js.map +0 -1
  378. package/dist/schemas/lit-tabs-overview.schema.d.ts.map +0 -1
  379. package/dist/schemas/lit-tabs-overview.schema.js.map +0 -1
  380. package/dist/scripts/translate-locales.d.ts +0 -2
  381. package/dist/scripts/translate-locales.d.ts.map +0 -1
  382. package/dist/scripts/translate-locales.js +0 -241
  383. package/dist/scripts/translate-locales.js.map +0 -1
  384. package/dist/shared/filter-inputs.d.ts.map +0 -1
  385. package/dist/shared/filter-inputs.js.map +0 -1
  386. package/dist/shared/icon-svg.d.ts.map +0 -1
  387. package/dist/shared/icon-svg.js.map +0 -1
  388. package/dist/shared/index.d.ts.map +0 -1
  389. package/dist/shared/index.js.map +0 -1
  390. package/dist/shared/lit-button.d.ts.map +0 -1
  391. package/dist/shared/lit-button.js.map +0 -1
  392. package/dist/shared/lit-calendar.d.ts.map +0 -1
  393. package/dist/shared/lit-calendar.js.map +0 -1
  394. package/dist/shared/lit-case-variables-tab-cell.d.ts.map +0 -1
  395. package/dist/shared/lit-case-variables-tab-cell.js.map +0 -1
  396. package/dist/shared/lit-checkbox.d.ts.map +0 -1
  397. package/dist/shared/lit-checkbox.js.map +0 -1
  398. package/dist/shared/lit-custom-popper.d.ts.map +0 -1
  399. package/dist/shared/lit-custom-popper.js.map +0 -1
  400. package/dist/shared/lit-data-grid-action-buttons-popover.d.ts.map +0 -1
  401. package/dist/shared/lit-data-grid-action-buttons-popover.js.map +0 -1
  402. package/dist/shared/lit-data-grid-density-popover.d.ts.map +0 -1
  403. package/dist/shared/lit-data-grid-density-popover.js.map +0 -1
  404. package/dist/shared/lit-data-grid-export-popover.d.ts.map +0 -1
  405. package/dist/shared/lit-data-grid-export-popover.js.map +0 -1
  406. package/dist/shared/lit-data-grid-operators-popover.d.ts.map +0 -1
  407. package/dist/shared/lit-data-grid-operators-popover.js.map +0 -1
  408. package/dist/shared/lit-data-grid-row-actions.d.ts.map +0 -1
  409. package/dist/shared/lit-data-grid-row-actions.js.map +0 -1
  410. package/dist/shared/lit-date-picker.d.ts.map +0 -1
  411. package/dist/shared/lit-date-picker.js.map +0 -1
  412. package/dist/shared/lit-document-thumbnail.d.ts.map +0 -1
  413. package/dist/shared/lit-document-thumbnail.js.map +0 -1
  414. package/dist/shared/lit-filter-input.d.ts.map +0 -1
  415. package/dist/shared/lit-filter-input.js.map +0 -1
  416. package/dist/shared/lit-icon-button.d.ts.map +0 -1
  417. package/dist/shared/lit-icon-button.js.map +0 -1
  418. package/dist/shared/lit-icon.d.ts.map +0 -1
  419. package/dist/shared/lit-icon.js.map +0 -1
  420. package/dist/shared/lit-input.d.ts.map +0 -1
  421. package/dist/shared/lit-input.js.map +0 -1
  422. package/dist/shared/lit-label.d.ts.map +0 -1
  423. package/dist/shared/lit-label.js.map +0 -1
  424. package/dist/shared/lit-loader.d.ts.map +0 -1
  425. package/dist/shared/lit-loader.js.map +0 -1
  426. package/dist/shared/lit-loading-bar.d.ts.map +0 -1
  427. package/dist/shared/lit-loading-bar.js.map +0 -1
  428. package/dist/shared/lit-menu-item.d.ts.map +0 -1
  429. package/dist/shared/lit-menu-item.js.map +0 -1
  430. package/dist/shared/lit-menu.d.ts.map +0 -1
  431. package/dist/shared/lit-menu.js.map +0 -1
  432. package/dist/shared/lit-modal-body.d.ts.map +0 -1
  433. package/dist/shared/lit-modal-body.js.map +0 -1
  434. package/dist/shared/lit-modal-footer.d.ts.map +0 -1
  435. package/dist/shared/lit-modal-footer.js.map +0 -1
  436. package/dist/shared/lit-modal-header.d.ts.map +0 -1
  437. package/dist/shared/lit-modal-header.js.map +0 -1
  438. package/dist/shared/lit-modal.d.ts.map +0 -1
  439. package/dist/shared/lit-modal.js.map +0 -1
  440. package/dist/shared/lit-overflow-tooltip.d.ts.map +0 -1
  441. package/dist/shared/lit-overflow-tooltip.js.map +0 -1
  442. package/dist/shared/lit-pill.d.ts.map +0 -1
  443. package/dist/shared/lit-pill.js.map +0 -1
  444. package/dist/shared/lit-progress-bar.d.ts.map +0 -1
  445. package/dist/shared/lit-progress-bar.js.map +0 -1
  446. package/dist/shared/lit-responsive-button.d.ts.map +0 -1
  447. package/dist/shared/lit-responsive-button.js.map +0 -1
  448. package/dist/shared/lit-select-field.d.ts.map +0 -1
  449. package/dist/shared/lit-select-field.js.map +0 -1
  450. package/dist/shared/lit-select.d.ts.map +0 -1
  451. package/dist/shared/lit-select.js.map +0 -1
  452. package/dist/shared/lit-settings.d.ts.map +0 -1
  453. package/dist/shared/lit-settings.js.map +0 -1
  454. package/dist/shared/lit-text-field.d.ts.map +0 -1
  455. package/dist/shared/lit-text-field.js.map +0 -1
  456. package/dist/shared/lit-toggle.d.ts.map +0 -1
  457. package/dist/shared/lit-toggle.js.map +0 -1
  458. package/dist/shared/lit-tooltip.d.ts.map +0 -1
  459. package/dist/shared/lit-tooltip.js.map +0 -1
  460. package/dist/shared/simple-popper.d.ts.map +0 -1
  461. package/dist/shared/simple-popper.js.map +0 -1
  462. package/dist/shared/simple-tooltip.d.ts.map +0 -1
  463. package/dist/shared/simple-tooltip.js.map +0 -1
  464. package/dist/shared/styles/button-shared-styles.d.ts.map +0 -1
  465. package/dist/shared/styles/button-shared-styles.js.map +0 -1
  466. package/dist/style.css +0 -1
  467. package/dist/styles.d.ts.map +0 -1
  468. package/dist/styles.js.map +0 -1
  469. package/dist/utils/custom-filters.d.ts.map +0 -1
  470. package/dist/utils/custom-filters.js.map +0 -1
  471. package/dist/utils/date.d.ts.map +0 -1
  472. package/dist/utils/date.js.map +0 -1
  473. package/dist/utils/file-type-utils.d.ts.map +0 -1
  474. package/dist/utils/file-type-utils.js.map +0 -1
  475. package/dist/utils/formatNumber.d.ts.map +0 -1
  476. package/dist/utils/formatNumber.js.map +0 -1
  477. package/dist/utils/getOperatorByType.d.ts.map +0 -1
  478. package/dist/utils/getOperatorByType.js.map +0 -1
  479. package/dist/utils/getOverviewValue.d.ts.map +0 -1
  480. package/dist/utils/getOverviewValue.js.map +0 -1
  481. package/dist/utils/localization.d.ts.map +0 -1
  482. package/dist/utils/localization.js.map +0 -1
  483. package/dist/utils/pdf-thumbnail-generator.d.ts.map +0 -1
  484. package/dist/utils/pdf-thumbnail-generator.js.map +0 -1
  485. package/dist/utils/utils.d.ts.map +0 -1
  486. package/dist/utils/utils.js.map +0 -1
package/README.md ADDED
@@ -0,0 +1,120 @@
1
+ # overview-components
2
+
3
+ Reusable **Lit 3** web components for the case-overview section, with optional **React**
4
+ wrappers, JSON validation schemas, and built-in internationalization (`@lit/localize`).
5
+
6
+ > **Private / internal package** — distributed via the internal registry. Licensed `UNLICENSED`.
7
+
8
+ ## Install
9
+
10
+ ```bash
11
+ npm install overview-components
12
+ ```
13
+
14
+ This package is **ESM-only** (`"type": "module"`). It cannot be loaded with `require()`.
15
+
16
+ ### Peer dependencies
17
+
18
+ | Peer | Required? | Used by |
19
+ | --- | --- | --- |
20
+ | `lit` `^3.0.0` | **yes** | all components (provided by the consumer so a single Lit instance is shared) |
21
+ | `pdfjs-dist` `>=5.0.0` | **yes** | `lit-attachments-tab` (PDF thumbnails) |
22
+ | `react` `>=17` | only for `overview-components/react` | React wrappers |
23
+ | `xlsx` (SheetJS) `>=0.18.0` | optional | Excel export in `lit-data-grid-tanstack` (lazily imported; or set `window.XLSX`) |
24
+
25
+ ```bash
26
+ npm install lit pdfjs-dist # required peers
27
+ npm install react # only if you use the React wrappers
28
+ npm install xlsx # only if you use the Excel export
29
+ ```
30
+
31
+ ## Co nainstalovat podle funkcionality (v cílové aplikaci)
32
+
33
+ Balíček záměrně **nebundluje** těžké/sdílené závislosti — dodáváš je v cílové app jako
34
+ peer závislosti, aby se sdílela jedna instance (hlavně Lit) a nic se nezdvojovalo.
35
+ Nainstaluj jen to, co odpovídá tomu, co skutečně používáš:
36
+
37
+ | Co chceš používat | Importuješ z | Musíš v app nainstalovat |
38
+ | --- | --- | --- |
39
+ | Lit / vanilla komponenty (`<lit-…>`) | `overview-components` | `overview-components`, `lit`, `pdfjs-dist` |
40
+ | React wrappery (`<Badge />`, …) | `overview-components/react` | `overview-components`, `lit`, `pdfjs-dist`, `react` |
41
+ | Jen JSON schémata (i v Node, bez DOM) | `overview-components/schemas` | `overview-components` (nic dalšího) |
42
+ | Excel export v `lit-data-grid-tanstack` | — (navíc k výše uvedenému) | `xlsx` *(nebo nastav `window.XLSX`)* |
43
+ | PDF náhledy v `lit-attachments-tab` | — (součást základu) | `pdfjs-dist` *(už je v základu)* |
44
+
45
+ > Hlavní vstupní bod `overview-components` natáhne celou knihovnu komponent včetně
46
+ > `lit-attachments-tab`, který používá `pdfjs-dist` — proto je `pdfjs-dist` potřeba
47
+ > i v základním scénáři, ne jen když attachments tab přímo používáš.
48
+
49
+ ### Příkazy podle scénáře
50
+
51
+ ```bash
52
+ # A) Lit / vanilla komponenty
53
+ npm install overview-components lit@^3 pdfjs-dist@">=5"
54
+
55
+ # B) React wrappery (k tomu, co je v A)
56
+ npm install react
57
+
58
+ # C) Jen JSON schémata (např. validace v Node) — stačí samotný balíček
59
+ npm install overview-components
60
+
61
+ # D) Excel export v data-gridu (k tomu, co je v A nebo B)
62
+ npm install xlsx
63
+ ```
64
+
65
+ Pokud některou peer závislost nenainstaluješ, build cílové app spadne na
66
+ `Cannot find module '…'` (např. chybějící `lit`), případně Excel export vyhodí
67
+ srozumitelnou chybu o chybějícím `xlsx`.
68
+
69
+ ## Usage — Lit / vanilla
70
+
71
+ Importing the package registers the custom elements (the package declares
72
+ `"sideEffects": true`, so bundlers keep the `customElements.define(...)` calls):
73
+
74
+ ```js
75
+ import 'overview-components';
76
+ ```
77
+
78
+ ```html
79
+ <lit-badge>...</lit-badge>
80
+ <lit-data-grid-tanstack></lit-data-grid-tanstack>
81
+ <lit-tabs-overview></lit-tabs-overview>
82
+ ```
83
+
84
+ Main registered elements: `lit-data-grid-tanstack`, `lit-attachments-tab`,
85
+ `lit-case-variables-tab`, `lit-section-tab`, `lit-tabs-overview`, `lit-badge`,
86
+ `lit-chart`, `lit-filter-builder`, `lit-filter-modal`, `lit-ai-filter-assistant`,
87
+ `lit-multiselect-item`.
88
+
89
+ ## Usage — React
90
+
91
+ React wrappers are exposed through a **separate subpath** so non-React consumers are not
92
+ forced to install React:
93
+
94
+ ```jsx
95
+ import { DataGridTanstack, Badge } from 'overview-components/react';
96
+
97
+ function App() {
98
+ return <Badge>Hello</Badge>;
99
+ }
100
+ ```
101
+
102
+ ## Usage — JSON schemas
103
+
104
+ The validation schemas are DOM-free and can be imported on their own (e.g. in Node):
105
+
106
+ ```js
107
+ import { litDataGridTanstackSchema } from 'overview-components/schemas';
108
+ ```
109
+
110
+ ## Internationalization
111
+
112
+ Source locale is Czech (`cs`); 9 target locales (`en, de, sk, pl, fr, hr, it, ro, sr`)
113
+ are bundled. Locale is switched at runtime via `@lit/localize`.
114
+
115
+ ## Build
116
+
117
+ ```bash
118
+ npm run build # rm -rf dist && tsc → ESM + type declarations in dist/
119
+ npm run typecheck # tsc --noEmit
120
+ ```
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=de.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `Zum Beispiel die Rechnungsstellung...`,
269
269
  'sfc4c2711e5a55976': `Geben Sie den Namen des Symbols ein`,
270
270
  };
271
- //# sourceMappingURL=de.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=en.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `For example, invoicing...`,
269
269
  'sfc4c2711e5a55976': `Enter the name of the icon`,
270
270
  };
271
- //# sourceMappingURL=en.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=fr.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `Par exemple, la facturation...`,
269
269
  'sfc4c2711e5a55976': `Saisir le nom de l'icône`,
270
270
  };
271
- //# sourceMappingURL=fr.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=hr.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `Na primjer, fakturiranje...`,
269
269
  'sfc4c2711e5a55976': `Unesite ime ikone`,
270
270
  };
271
- //# sourceMappingURL=hr.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=it.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `Ad esempio, la fatturazione...`,
269
269
  'sfc4c2711e5a55976': `Inserire il nome dell'icona`,
270
270
  };
271
- //# sourceMappingURL=it.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=pl.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `Na przykład fakturowanie...`,
269
269
  'sfc4c2711e5a55976': `Wprowadź nazwę ikony`,
270
270
  };
271
- //# sourceMappingURL=pl.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=ro.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `De exemplu, facturarea...`,
269
269
  'sfc4c2711e5a55976': `Introduceți numele pictogramei`,
270
270
  };
271
- //# sourceMappingURL=ro.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=sk.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `Napríklad fakturácia...`,
269
269
  'sfc4c2711e5a55976': `Zadajte názov ikony`,
270
270
  };
271
- //# sourceMappingURL=sk.js.map
@@ -264,4 +264,3 @@ export declare const templates: {
264
264
  sfc487bd98c5385d2: string;
265
265
  sfc4c2711e5a55976: string;
266
266
  };
267
- //# sourceMappingURL=sr.d.ts.map
@@ -268,4 +268,3 @@ export const templates = {
268
268
  'sfc487bd98c5385d2': `На пример, фактурисање...`,
269
269
  'sfc4c2711e5a55976': `Унесите име иконе`,
270
270
  };
271
- //# sourceMappingURL=sr.js.map
@@ -685,4 +685,3 @@ declare const glyphs: {
685
685
  d: string;
686
686
  };
687
687
  };
688
- //# sourceMappingURL=iconGlyphs.d.ts.map
@@ -688,4 +688,3 @@ const glyphs = {
688
688
  },
689
689
  };
690
690
  export default glyphs;
691
- //# sourceMappingURL=iconGlyphs.js.map
@@ -3,4 +3,3 @@ export declare class AiChatbotIllustration extends LitElement {
3
3
  static styles: import("lit").CSSResult[];
4
4
  protected render(): import("lit-html").TemplateResult<1>;
5
5
  }
6
- //# sourceMappingURL=aichatbot-illustration.d.ts.map
@@ -141,4 +141,3 @@ AiChatbotIllustration.styles = [
141
141
  if (!window.customElements.get("aichatbot-illustration")) {
142
142
  window.customElements.define("aichatbot-illustration", AiChatbotIllustration);
143
143
  }
144
- //# sourceMappingURL=aichatbot-illustration.js.map
@@ -3,4 +3,3 @@ export declare class DeleteIllustration extends LitElement {
3
3
  static styles: import("lit").CSSResult[];
4
4
  protected render(): import("lit-html").TemplateResult<1>;
5
5
  }
6
- //# sourceMappingURL=delete-illustration.d.ts.map
@@ -85,4 +85,3 @@ DeleteIllustration.styles = [
85
85
  if (!window.customElements.get("delete-illustration")) {
86
86
  window.customElements.define("delete-illustration", DeleteIllustration);
87
87
  }
88
- //# sourceMappingURL=delete-illustration.js.map
@@ -3,4 +3,3 @@ export declare class NoContent extends LitElement {
3
3
  static styles: import("lit").CSSResult[];
4
4
  protected render(): import("lit-html").TemplateResult<1>;
5
5
  }
6
- //# sourceMappingURL=no-content.d.ts.map
@@ -156,4 +156,3 @@ NoContent.styles = [
156
156
  if (!window.customElements.get("no-content")) {
157
157
  window.customElements.define("no-content", NoContent);
158
158
  }
159
- //# sourceMappingURL=no-content.js.map
@@ -3,4 +3,3 @@ export declare class NoPreview extends LitElement {
3
3
  static styles: import("lit").CSSResult[];
4
4
  protected render(): import("lit-html").TemplateResult<1>;
5
5
  }
6
- //# sourceMappingURL=no-preview.d.ts.map
@@ -122,4 +122,3 @@ NoPreview.styles = [
122
122
  if (!window.customElements.get("no-preview")) {
123
123
  window.customElements.define("no-preview", NoPreview);
124
124
  }
125
- //# sourceMappingURL=no-preview.js.map
@@ -3,4 +3,3 @@ export declare class NotFound extends LitElement {
3
3
  static styles: import("lit").CSSResult[];
4
4
  protected render(): import("lit-html").TemplateResult<1>;
5
5
  }
6
- //# sourceMappingURL=not-found.d.ts.map
@@ -95,4 +95,3 @@ NotFound.styles = [
95
95
  if (!window.customElements.get('not-found')) {
96
96
  window.customElements.define('not-found', NotFound);
97
97
  }
98
- //# sourceMappingURL=not-found.js.map
@@ -3,4 +3,3 @@ export declare class SettingsIllustration extends LitElement {
3
3
  static styles: import("lit").CSSResult[];
4
4
  protected render(): import("lit-html").TemplateResult<1>;
5
5
  }
6
- //# sourceMappingURL=settings-illustration.d.ts.map
@@ -165,4 +165,3 @@ SettingsIllustration.styles = [
165
165
  if (!window.customElements.get("settings-illustration")) {
166
166
  window.customElements.define("settings-illustration", SettingsIllustration);
167
167
  }
168
- //# sourceMappingURL=settings-illustration.js.map
@@ -44,4 +44,3 @@ declare global {
44
44
  'attachments-tab-settings': AttachmentsTabSettings;
45
45
  }
46
46
  }
47
- //# sourceMappingURL=attachments-tab-settings.d.ts.map
@@ -315,4 +315,3 @@ __decorate([
315
315
  if (!window.customElements.get('attachments-tab-settings')) {
316
316
  window.customElements.define('attachments-tab-settings', AttachmentsTabSettings);
317
317
  }
318
- //# sourceMappingURL=attachments-tab-settings.js.map
@@ -87,4 +87,3 @@ declare global {
87
87
  'data-grid-settings': DataGridSettingsValue;
88
88
  }
89
89
  }
90
- //# sourceMappingURL=data-grid-settings.d.ts.map
@@ -550,4 +550,3 @@ __decorate([
550
550
  if (!window.customElements.get('data-grid-settings')) {
551
551
  window.customElements.define('data-grid-settings', DataGridSettings);
552
552
  }
553
- //# sourceMappingURL=data-grid-settings.js.map
@@ -81,4 +81,3 @@ declare global {
81
81
  'section-tab-settings': SectionTabSettingsProps;
82
82
  }
83
83
  }
84
- //# sourceMappingURL=section-tab-settings.d.ts.map
@@ -716,4 +716,3 @@ __decorate([
716
716
  if (!window.customElements.get('section-tab-settings')) {
717
717
  window.customElements.define('section-tab-settings', SectionTabSettings);
718
718
  }
719
- //# sourceMappingURL=section-tab-settings.js.map
@@ -50,4 +50,3 @@ declare global {
50
50
  'tabs-overview-settings': TabsOverviewSettings;
51
51
  }
52
52
  }
53
- //# sourceMappingURL=tabs-overview-settings.d.ts.map
@@ -418,4 +418,3 @@ __decorate([
418
418
  if (!window.customElements.get('tabs-overview-settings')) {
419
419
  window.customElements.define('tabs-overview-settings', TabsOverviewSettings);
420
420
  }
421
- //# sourceMappingURL=tabs-overview-settings.js.map
@@ -27,4 +27,3 @@ export { LitCalendar } from '../shared/lit-calendar.js';
27
27
  export * from '../shared/index.js';
28
28
  export * from '../utils/getOperatorByType.js';
29
29
  export * from './components-settings/data-grid-settings.js';
30
- //# sourceMappingURL=index.d.ts.map
@@ -27,4 +27,3 @@ export { LitCalendar } from '../shared/lit-calendar.js';
27
27
  export * from '../shared/index.js';
28
28
  export * from '../utils/getOperatorByType.js';
29
29
  export * from './components-settings/data-grid-settings.js';
30
- //# sourceMappingURL=index.js.map
@@ -57,4 +57,3 @@ declare global {
57
57
  'lit-ai-filter-assistant': LitAiFilterAssistant;
58
58
  }
59
59
  }
60
- //# sourceMappingURL=lit-ai-filter-assistant.d.ts.map
@@ -440,4 +440,3 @@ __decorate([
440
440
  if (!window.customElements.get('lit-ai-filter-assistant')) {
441
441
  window.customElements.define('lit-ai-filter-assistant', LitAiFilterAssistant);
442
442
  }
443
- //# sourceMappingURL=lit-ai-filter-assistant.js.map
@@ -165,4 +165,3 @@ declare global {
165
165
  }
166
166
  }
167
167
  export {};
168
- //# sourceMappingURL=lit-attachments-tab.d.ts.map
@@ -2041,4 +2041,3 @@ __decorate([
2041
2041
  if (!window.customElements.get('lit-attachments-tab')) {
2042
2042
  window.customElements.define('lit-attachments-tab', LitAttachmentsTab);
2043
2043
  }
2044
- //# sourceMappingURL=lit-attachments-tab.js.map
@@ -24,4 +24,3 @@ declare global {
24
24
  'lit-badge': LitBadge;
25
25
  }
26
26
  }
27
- //# sourceMappingURL=lit-badge.d.ts.map
@@ -121,4 +121,3 @@ __decorate([
121
121
  if (!window.customElements.get('lit-badge')) {
122
122
  window.customElements.define('lit-badge', LitBadge);
123
123
  }
124
- //# sourceMappingURL=lit-badge.js.map
@@ -201,4 +201,3 @@ declare global {
201
201
  'lit-case-variables-tab': LitCaseVariablesTab;
202
202
  }
203
203
  }
204
- //# sourceMappingURL=lit-case-variables-tab.d.ts.map
@@ -3767,4 +3767,3 @@ __decorate([
3767
3767
  if (!window.customElements.get('lit-case-variables-tab')) {
3768
3768
  window.customElements.define('lit-case-variables-tab', LitCaseVariablesTab);
3769
3769
  }
3770
- //# sourceMappingURL=lit-case-variables-tab.js.map
@@ -63,4 +63,3 @@ declare global {
63
63
  }
64
64
  }
65
65
  export {};
66
- //# sourceMappingURL=lit-chart.d.ts.map
@@ -724,4 +724,3 @@ __decorate([
724
724
  if (!window.customElements.get('lit-chart')) {
725
725
  window.customElements.define('lit-chart', LitChart);
726
726
  }
727
- //# sourceMappingURL=lit-chart.js.map
@@ -206,4 +206,3 @@ declare global {
206
206
  'lit-data-grid-tanstack': LitDataGridTanstack;
207
207
  }
208
208
  }
209
- //# sourceMappingURL=lit-data-grid-tanstack.d.ts.map
@@ -317,13 +317,20 @@ export class LitDataGridTanstack extends LitElement {
317
317
  });
318
318
  }
319
319
  async loadXLSX() {
320
- if (!window.XLSX && !this.server) {
321
- await new Promise((resolve) => {
322
- const script = document.createElement('script');
323
- script.src = '../../public/libs/xlsx.mini.min.js';
324
- script.onload = resolve;
325
- document.head.appendChild(script);
326
- });
320
+ if (this.server || window.XLSX)
321
+ return;
322
+ // Excel export je voliteľný. Konzument môže buď nastaviť window.XLSX (napr. načítať
323
+ // SheetJS skript), alebo nainštalovať voliteľnú peer závislosť "xlsx", ktorá sa tu
324
+ // lenivo naimportuje. Špecifikátor je v premennej zámerne — bundler ho neanalyzuje
325
+ // staticky, takže build konzumenta bez "xlsx" sa nerozbije.
326
+ try {
327
+ const specifier = 'xlsx';
328
+ const mod = await import(/* @vite-ignore */ specifier);
329
+ window.XLSX = mod?.default ?? mod;
330
+ }
331
+ catch (err) {
332
+ throw new Error('Excel export vyžaduje knižnicu XLSX (SheetJS). Nainštalujte voliteľnú ' +
333
+ 'závislosť "xlsx" alebo nastavte window.XLSX pred exportom.');
327
334
  }
328
335
  }
329
336
  // row density
@@ -2596,4 +2603,3 @@ __decorate([
2596
2603
  if (!window.customElements.get('lit-data-grid-tanstack')) {
2597
2604
  window.customElements.define('lit-data-grid-tanstack', LitDataGridTanstack);
2598
2605
  }
2599
- //# sourceMappingURL=lit-data-grid-tanstack.js.map
@@ -79,4 +79,3 @@ declare global {
79
79
  'lit-filter-builder': LitFilterBuilder;
80
80
  }
81
81
  }
82
- //# sourceMappingURL=lit-filter-builder.d.ts.map
@@ -698,4 +698,3 @@ __decorate([
698
698
  if (!window.customElements.get('lit-filter-builder')) {
699
699
  window.customElements.define('lit-filter-builder', LitFilterBuilder);
700
700
  }
701
- //# sourceMappingURL=lit-filter-builder.js.map
@@ -49,4 +49,3 @@ declare global {
49
49
  'lit-filter-modal': LitFilterModal;
50
50
  }
51
51
  }
52
- //# sourceMappingURL=lit-filter-modal.d.ts.map
@@ -346,4 +346,3 @@ __decorate([
346
346
  if (!window.customElements.get('lit-filter-modal')) {
347
347
  window.customElements.define('lit-filter-modal', LitFilterModal);
348
348
  }
349
- //# sourceMappingURL=lit-filter-modal.js.map
@@ -67,4 +67,3 @@ declare global {
67
67
  'lit-multiselect-item': LitMultiselectItemProp;
68
68
  }
69
69
  }
70
- //# sourceMappingURL=lit-multiselect-item.d.ts.map
@@ -704,4 +704,3 @@ __decorate([
704
704
  if (!window.customElements.get('lit-multiselect-item')) {
705
705
  window.customElements.define('lit-multiselect-item', LitMultiselectItem);
706
706
  }
707
- //# sourceMappingURL=lit-multiselect-item.js.map
@@ -54,4 +54,3 @@ declare global {
54
54
  'lit-section-tab': SectionTabProps;
55
55
  }
56
56
  }
57
- //# sourceMappingURL=lit-section-tab.d.ts.map
@@ -265,4 +265,3 @@ __decorate([
265
265
  if (!window.customElements.get('lit-section-tab')) {
266
266
  window.customElements.define('lit-section-tab', LitSectionTab);
267
267
  }
268
- //# sourceMappingURL=lit-section-tab.js.map
@@ -46,4 +46,3 @@ declare global {
46
46
  'lit-tabs-overview': LitTabsOverview;
47
47
  }
48
48
  }
49
- //# sourceMappingURL=lit-tabs-overview.d.ts.map
@@ -353,4 +353,3 @@ __decorate([
353
353
  if (!window.customElements.get('lit-tabs-overview')) {
354
354
  window.customElements.define('lit-tabs-overview', LitTabsOverview);
355
355
  }
356
- //# sourceMappingURL=lit-tabs-overview.js.map
@@ -22,4 +22,3 @@ declare global {
22
22
  'lit-confirm-modal': LitConfirmModal;
23
23
  }
24
24
  }
25
- //# sourceMappingURL=lit-confirm-modal.d.ts.map
@@ -118,4 +118,3 @@ __decorate([
118
118
  if (!window.customElements.get('lit-confirm-modal')) {
119
119
  window.customElements.define('lit-confirm-modal', LitConfirmModal);
120
120
  }
121
- //# sourceMappingURL=lit-confirm-modal.js.map
@@ -22,4 +22,3 @@ declare global {
22
22
  'lit-delete-modal': LitDeleteModal;
23
23
  }
24
24
  }
25
- //# sourceMappingURL=lit-delete-modal.d.ts.map
@@ -128,4 +128,3 @@ __decorate([
128
128
  if (!window.customElements.get('lit-delete-modal')) {
129
129
  window.customElements.define('lit-delete-modal', LitDeleteModal);
130
130
  }
131
- //# sourceMappingURL=lit-delete-modal.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitAiFilterAssistant } from '../lit-ai-filter-assistant.js';
2
- export declare const AiFilterAssistant: import("@lit-labs/react").ReactWebComponent<LitAiFilterAssistant, {}>;
3
- //# sourceMappingURL=ai-filter-assistant.d.ts.map
2
+ export declare const AiFilterAssistant: import("@lit/react").ReactWebComponent<LitAiFilterAssistant, {}>;
@@ -1,9 +1,8 @@
1
1
  import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
2
+ import { createComponent } from '@lit/react';
3
3
  import { LitAiFilterAssistant } from '../lit-ai-filter-assistant.js'; // Import Lit komponentu
4
4
  export const AiFilterAssistant = createComponent({
5
5
  tagName: 'lit-ai-filter-assistant', // Názov custom elementu
6
6
  elementClass: LitAiFilterAssistant, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=ai-filter-assistant.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitAttachmentsTab } from '../lit-attachments-tab.js';
2
- export declare const AttachmentsTab: import("@lit-labs/react").ReactWebComponent<LitAttachmentsTab, {}>;
3
- //# sourceMappingURL=attachments-tab.d.ts.map
2
+ export declare const AttachmentsTab: import("@lit/react").ReactWebComponent<LitAttachmentsTab, {}>;
@@ -1,9 +1,8 @@
1
1
  import React from 'react';
2
- import { createComponent } from '@lit-labs/react';
2
+ import { createComponent } from '@lit/react';
3
3
  import { LitAttachmentsTab } from '../lit-attachments-tab.js'; // Import Lit komponentu
4
4
  export const AttachmentsTab = createComponent({
5
5
  tagName: 'lit-attachments-tab', // Názov custom elementu
6
6
  elementClass: LitAttachmentsTab, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=attachments-tab.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitBadge } from '../lit-badge.js';
2
- export declare const Badge: import("@lit-labs/react").ReactWebComponent<LitBadge, {}>;
3
- //# sourceMappingURL=badge.d.ts.map
2
+ export declare const Badge: import("@lit/react").ReactWebComponent<LitBadge, {}>;