overview-components 1.1.174 → 1.1.176

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 (482) 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 +36 -17
  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 +0 -1
  91. package/dist/components/react-wrappers/index.js +0 -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 +1 -2
  137. package/dist/shared/filter-inputs.js +18 -9
  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 +2 -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 +1 -1
  203. package/dist/shared/lit-select.js +49 -41
  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 +44 -17
  241. package/dist/assets/generated/locales/de.d.ts.map +0 -1
  242. package/dist/assets/generated/locales/de.js.map +0 -1
  243. package/dist/assets/generated/locales/en.d.ts.map +0 -1
  244. package/dist/assets/generated/locales/en.js.map +0 -1
  245. package/dist/assets/generated/locales/fr.d.ts.map +0 -1
  246. package/dist/assets/generated/locales/fr.js.map +0 -1
  247. package/dist/assets/generated/locales/hr.d.ts.map +0 -1
  248. package/dist/assets/generated/locales/hr.js.map +0 -1
  249. package/dist/assets/generated/locales/it.d.ts.map +0 -1
  250. package/dist/assets/generated/locales/it.js.map +0 -1
  251. package/dist/assets/generated/locales/pl.d.ts.map +0 -1
  252. package/dist/assets/generated/locales/pl.js.map +0 -1
  253. package/dist/assets/generated/locales/ro.d.ts.map +0 -1
  254. package/dist/assets/generated/locales/ro.js.map +0 -1
  255. package/dist/assets/generated/locales/sk.d.ts.map +0 -1
  256. package/dist/assets/generated/locales/sk.js.map +0 -1
  257. package/dist/assets/generated/locales/sr.d.ts.map +0 -1
  258. package/dist/assets/generated/locales/sr.js.map +0 -1
  259. package/dist/assets/icons/iconGlyphs.d.ts.map +0 -1
  260. package/dist/assets/icons/iconGlyphs.js.map +0 -1
  261. package/dist/assets/illustration/aichatbot-illustration.d.ts.map +0 -1
  262. package/dist/assets/illustration/aichatbot-illustration.js.map +0 -1
  263. package/dist/assets/illustration/delete-illustration.d.ts.map +0 -1
  264. package/dist/assets/illustration/delete-illustration.js.map +0 -1
  265. package/dist/assets/illustration/no-content.d.ts.map +0 -1
  266. package/dist/assets/illustration/no-content.js.map +0 -1
  267. package/dist/assets/illustration/no-preview.d.ts.map +0 -1
  268. package/dist/assets/illustration/no-preview.js.map +0 -1
  269. package/dist/assets/illustration/not-found.d.ts.map +0 -1
  270. package/dist/assets/illustration/not-found.js.map +0 -1
  271. package/dist/assets/illustration/settings-illustration.d.ts.map +0 -1
  272. package/dist/assets/illustration/settings-illustration.js.map +0 -1
  273. package/dist/components/components-settings/attachments-tab-settings.d.ts.map +0 -1
  274. package/dist/components/components-settings/attachments-tab-settings.js.map +0 -1
  275. package/dist/components/components-settings/data-grid-settings.d.ts.map +0 -1
  276. package/dist/components/components-settings/data-grid-settings.js.map +0 -1
  277. package/dist/components/components-settings/section-tab-settings.d.ts.map +0 -1
  278. package/dist/components/components-settings/section-tab-settings.js.map +0 -1
  279. package/dist/components/components-settings/tabs-overview-settings.d.ts.map +0 -1
  280. package/dist/components/components-settings/tabs-overview-settings.js.map +0 -1
  281. package/dist/components/index.d.ts.map +0 -1
  282. package/dist/components/index.js.map +0 -1
  283. package/dist/components/lit-ai-filter-assistant.d.ts.map +0 -1
  284. package/dist/components/lit-ai-filter-assistant.js.map +0 -1
  285. package/dist/components/lit-attachments-tab.d.ts.map +0 -1
  286. package/dist/components/lit-attachments-tab.js.map +0 -1
  287. package/dist/components/lit-badge.d.ts.map +0 -1
  288. package/dist/components/lit-badge.js.map +0 -1
  289. package/dist/components/lit-case-variables-tab.d.ts.map +0 -1
  290. package/dist/components/lit-case-variables-tab.js.map +0 -1
  291. package/dist/components/lit-chart.d.ts.map +0 -1
  292. package/dist/components/lit-chart.js.map +0 -1
  293. package/dist/components/lit-data-grid-tanstack.d.ts.map +0 -1
  294. package/dist/components/lit-data-grid-tanstack.js.map +0 -1
  295. package/dist/components/lit-filter-builder.d.ts.map +0 -1
  296. package/dist/components/lit-filter-builder.js.map +0 -1
  297. package/dist/components/lit-filter-modal.d.ts.map +0 -1
  298. package/dist/components/lit-filter-modal.js.map +0 -1
  299. package/dist/components/lit-multiselect-item.d.ts.map +0 -1
  300. package/dist/components/lit-multiselect-item.js.map +0 -1
  301. package/dist/components/lit-section-tab.d.ts.map +0 -1
  302. package/dist/components/lit-section-tab.js.map +0 -1
  303. package/dist/components/lit-tabs-overview.d.ts.map +0 -1
  304. package/dist/components/lit-tabs-overview.js.map +0 -1
  305. package/dist/components/modals/lit-confirm-modal.d.ts.map +0 -1
  306. package/dist/components/modals/lit-confirm-modal.js.map +0 -1
  307. package/dist/components/modals/lit-delete-modal.d.ts.map +0 -1
  308. package/dist/components/modals/lit-delete-modal.js.map +0 -1
  309. package/dist/components/react-wrappers/ai-filter-assistant.d.ts.map +0 -1
  310. package/dist/components/react-wrappers/ai-filter-assistant.js.map +0 -1
  311. package/dist/components/react-wrappers/attachments-tab.d.ts.map +0 -1
  312. package/dist/components/react-wrappers/attachments-tab.js.map +0 -1
  313. package/dist/components/react-wrappers/badge.d.ts.map +0 -1
  314. package/dist/components/react-wrappers/badge.js.map +0 -1
  315. package/dist/components/react-wrappers/button.d.ts.map +0 -1
  316. package/dist/components/react-wrappers/button.js.map +0 -1
  317. package/dist/components/react-wrappers/calendar.d.ts.map +0 -1
  318. package/dist/components/react-wrappers/calendar.js.map +0 -1
  319. package/dist/components/react-wrappers/case-variables-tab.d.ts.map +0 -1
  320. package/dist/components/react-wrappers/case-variables-tab.js.map +0 -1
  321. package/dist/components/react-wrappers/chart.d.ts.map +0 -1
  322. package/dist/components/react-wrappers/chart.js.map +0 -1
  323. package/dist/components/react-wrappers/data-grid-tanstack.d.ts.map +0 -1
  324. package/dist/components/react-wrappers/data-grid-tanstack.js.map +0 -1
  325. package/dist/components/react-wrappers/filter-builder.d.ts.map +0 -1
  326. package/dist/components/react-wrappers/filter-builder.js.map +0 -1
  327. package/dist/components/react-wrappers/filter-modal.d.ts.map +0 -1
  328. package/dist/components/react-wrappers/filter-modal.js.map +0 -1
  329. package/dist/components/react-wrappers/index.d.ts.map +0 -1
  330. package/dist/components/react-wrappers/index.js.map +0 -1
  331. package/dist/components/react-wrappers/progress-bar.d.ts.map +0 -1
  332. package/dist/components/react-wrappers/progress-bar.js.map +0 -1
  333. package/dist/components/react-wrappers/section-tab.d.ts.map +0 -1
  334. package/dist/components/react-wrappers/section-tab.js.map +0 -1
  335. package/dist/components/react-wrappers/tabs-overview.d.ts.map +0 -1
  336. package/dist/components/react-wrappers/tabs-overview.js.map +0 -1
  337. package/dist/data/translations.d.ts.map +0 -1
  338. package/dist/data/translations.js.map +0 -1
  339. package/dist/index.d.ts.map +0 -1
  340. package/dist/index.js.map +0 -1
  341. package/dist/libs/xlsx.mini.min.js +0 -10
  342. package/dist/schemas/index.d.ts.map +0 -1
  343. package/dist/schemas/index.js.map +0 -1
  344. package/dist/schemas/lit-attachments-tab-document.schema.d.ts.map +0 -1
  345. package/dist/schemas/lit-attachments-tab-document.schema.js.map +0 -1
  346. package/dist/schemas/lit-attachments-tab-settings-value.schema.d.ts.map +0 -1
  347. package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +0 -1
  348. package/dist/schemas/lit-attachments-tab.schema.d.ts.map +0 -1
  349. package/dist/schemas/lit-attachments-tab.schema.js.map +0 -1
  350. package/dist/schemas/lit-case-variables-tab-cell.schema.d.ts.map +0 -1
  351. package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +0 -1
  352. package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts.map +0 -1
  353. package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +0 -1
  354. package/dist/schemas/lit-case-variables-tab.schema.d.ts.map +0 -1
  355. package/dist/schemas/lit-case-variables-tab.schema.js.map +0 -1
  356. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.d.ts.map +0 -1
  357. package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +0 -1
  358. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.d.ts.map +0 -1
  359. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +0 -1
  360. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.d.ts.map +0 -1
  361. package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +0 -1
  362. package/dist/schemas/lit-data-grid-tanstack-column.schema.d.ts.map +0 -1
  363. package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +0 -1
  364. package/dist/schemas/lit-data-grid-tanstack.schema.d.ts.map +0 -1
  365. package/dist/schemas/lit-data-grid-tanstack.schema.js.map +0 -1
  366. package/dist/schemas/lit-filter-builder.schema.d.ts.map +0 -1
  367. package/dist/schemas/lit-filter-builder.schema.js.map +0 -1
  368. package/dist/schemas/lit-section-tab-schema.d.ts.map +0 -1
  369. package/dist/schemas/lit-section-tab-schema.js.map +0 -1
  370. package/dist/schemas/lit-tabs-overview-tab-array.schema.d.ts.map +0 -1
  371. package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +0 -1
  372. package/dist/schemas/lit-tabs-overview-tab.schema.d.ts.map +0 -1
  373. package/dist/schemas/lit-tabs-overview-tab.schema.js.map +0 -1
  374. package/dist/schemas/lit-tabs-overview.schema.d.ts.map +0 -1
  375. package/dist/schemas/lit-tabs-overview.schema.js.map +0 -1
  376. package/dist/scripts/translate-locales.d.ts +0 -2
  377. package/dist/scripts/translate-locales.d.ts.map +0 -1
  378. package/dist/scripts/translate-locales.js +0 -241
  379. package/dist/scripts/translate-locales.js.map +0 -1
  380. package/dist/shared/filter-inputs.d.ts.map +0 -1
  381. package/dist/shared/filter-inputs.js.map +0 -1
  382. package/dist/shared/icon-svg.d.ts.map +0 -1
  383. package/dist/shared/icon-svg.js.map +0 -1
  384. package/dist/shared/index.d.ts.map +0 -1
  385. package/dist/shared/index.js.map +0 -1
  386. package/dist/shared/lit-button.d.ts.map +0 -1
  387. package/dist/shared/lit-button.js.map +0 -1
  388. package/dist/shared/lit-calendar.d.ts.map +0 -1
  389. package/dist/shared/lit-calendar.js.map +0 -1
  390. package/dist/shared/lit-case-variables-tab-cell.d.ts.map +0 -1
  391. package/dist/shared/lit-case-variables-tab-cell.js.map +0 -1
  392. package/dist/shared/lit-checkbox.d.ts.map +0 -1
  393. package/dist/shared/lit-checkbox.js.map +0 -1
  394. package/dist/shared/lit-custom-popper.d.ts.map +0 -1
  395. package/dist/shared/lit-custom-popper.js.map +0 -1
  396. package/dist/shared/lit-data-grid-action-buttons-popover.d.ts.map +0 -1
  397. package/dist/shared/lit-data-grid-action-buttons-popover.js.map +0 -1
  398. package/dist/shared/lit-data-grid-density-popover.d.ts.map +0 -1
  399. package/dist/shared/lit-data-grid-density-popover.js.map +0 -1
  400. package/dist/shared/lit-data-grid-export-popover.d.ts.map +0 -1
  401. package/dist/shared/lit-data-grid-export-popover.js.map +0 -1
  402. package/dist/shared/lit-data-grid-operators-popover.d.ts.map +0 -1
  403. package/dist/shared/lit-data-grid-operators-popover.js.map +0 -1
  404. package/dist/shared/lit-data-grid-row-actions.d.ts.map +0 -1
  405. package/dist/shared/lit-data-grid-row-actions.js.map +0 -1
  406. package/dist/shared/lit-date-picker.d.ts.map +0 -1
  407. package/dist/shared/lit-date-picker.js.map +0 -1
  408. package/dist/shared/lit-document-thumbnail.d.ts.map +0 -1
  409. package/dist/shared/lit-document-thumbnail.js.map +0 -1
  410. package/dist/shared/lit-filter-input.d.ts.map +0 -1
  411. package/dist/shared/lit-filter-input.js.map +0 -1
  412. package/dist/shared/lit-icon-button.d.ts.map +0 -1
  413. package/dist/shared/lit-icon-button.js.map +0 -1
  414. package/dist/shared/lit-icon.d.ts.map +0 -1
  415. package/dist/shared/lit-icon.js.map +0 -1
  416. package/dist/shared/lit-input.d.ts.map +0 -1
  417. package/dist/shared/lit-input.js.map +0 -1
  418. package/dist/shared/lit-label.d.ts.map +0 -1
  419. package/dist/shared/lit-label.js.map +0 -1
  420. package/dist/shared/lit-loader.d.ts.map +0 -1
  421. package/dist/shared/lit-loader.js.map +0 -1
  422. package/dist/shared/lit-loading-bar.d.ts.map +0 -1
  423. package/dist/shared/lit-loading-bar.js.map +0 -1
  424. package/dist/shared/lit-menu-item.d.ts.map +0 -1
  425. package/dist/shared/lit-menu-item.js.map +0 -1
  426. package/dist/shared/lit-menu.d.ts.map +0 -1
  427. package/dist/shared/lit-menu.js.map +0 -1
  428. package/dist/shared/lit-modal-body.d.ts.map +0 -1
  429. package/dist/shared/lit-modal-body.js.map +0 -1
  430. package/dist/shared/lit-modal-footer.d.ts.map +0 -1
  431. package/dist/shared/lit-modal-footer.js.map +0 -1
  432. package/dist/shared/lit-modal-header.d.ts.map +0 -1
  433. package/dist/shared/lit-modal-header.js.map +0 -1
  434. package/dist/shared/lit-modal.d.ts.map +0 -1
  435. package/dist/shared/lit-modal.js.map +0 -1
  436. package/dist/shared/lit-overflow-tooltip.d.ts.map +0 -1
  437. package/dist/shared/lit-overflow-tooltip.js.map +0 -1
  438. package/dist/shared/lit-pill.d.ts.map +0 -1
  439. package/dist/shared/lit-pill.js.map +0 -1
  440. package/dist/shared/lit-progress-bar.d.ts.map +0 -1
  441. package/dist/shared/lit-progress-bar.js.map +0 -1
  442. package/dist/shared/lit-responsive-button.d.ts.map +0 -1
  443. package/dist/shared/lit-responsive-button.js.map +0 -1
  444. package/dist/shared/lit-select-field.d.ts.map +0 -1
  445. package/dist/shared/lit-select-field.js.map +0 -1
  446. package/dist/shared/lit-select.d.ts.map +0 -1
  447. package/dist/shared/lit-select.js.map +0 -1
  448. package/dist/shared/lit-settings.d.ts.map +0 -1
  449. package/dist/shared/lit-settings.js.map +0 -1
  450. package/dist/shared/lit-text-field.d.ts.map +0 -1
  451. package/dist/shared/lit-text-field.js.map +0 -1
  452. package/dist/shared/lit-toggle.d.ts.map +0 -1
  453. package/dist/shared/lit-toggle.js.map +0 -1
  454. package/dist/shared/lit-tooltip.d.ts.map +0 -1
  455. package/dist/shared/lit-tooltip.js.map +0 -1
  456. package/dist/shared/simple-popper.d.ts.map +0 -1
  457. package/dist/shared/simple-popper.js.map +0 -1
  458. package/dist/shared/simple-tooltip.d.ts.map +0 -1
  459. package/dist/shared/simple-tooltip.js.map +0 -1
  460. package/dist/shared/styles/button-shared-styles.d.ts.map +0 -1
  461. package/dist/shared/styles/button-shared-styles.js.map +0 -1
  462. package/dist/style.css +0 -1
  463. package/dist/styles.d.ts.map +0 -1
  464. package/dist/styles.js.map +0 -1
  465. package/dist/utils/custom-filters.d.ts.map +0 -1
  466. package/dist/utils/custom-filters.js.map +0 -1
  467. package/dist/utils/date.d.ts.map +0 -1
  468. package/dist/utils/date.js.map +0 -1
  469. package/dist/utils/file-type-utils.d.ts.map +0 -1
  470. package/dist/utils/file-type-utils.js.map +0 -1
  471. package/dist/utils/formatNumber.d.ts.map +0 -1
  472. package/dist/utils/formatNumber.js.map +0 -1
  473. package/dist/utils/getOperatorByType.d.ts.map +0 -1
  474. package/dist/utils/getOperatorByType.js.map +0 -1
  475. package/dist/utils/getOverviewValue.d.ts.map +0 -1
  476. package/dist/utils/getOverviewValue.js.map +0 -1
  477. package/dist/utils/localization.d.ts.map +0 -1
  478. package/dist/utils/localization.js.map +0 -1
  479. package/dist/utils/pdf-thumbnail-generator.d.ts.map +0 -1
  480. package/dist/utils/pdf-thumbnail-generator.js.map +0 -1
  481. package/dist/utils/utils.d.ts.map +0 -1
  482. package/dist/utils/utils.js.map +0 -1
@@ -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, {}>;
@@ -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 { LitBadge } from '../lit-badge.js'; // Import Lit komponentu
4
4
  export const Badge = createComponent({
5
5
  tagName: 'lit-badge', // Názov custom elementu
6
6
  elementClass: LitBadge, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=badge.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitButton } from '../../shared/lit-button.js';
2
- export declare const Button: import("@lit-labs/react").ReactWebComponent<LitButton, {}>;
3
- //# sourceMappingURL=button.d.ts.map
2
+ export declare const Button: import("@lit/react").ReactWebComponent<LitButton, {}>;
@@ -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 { LitButton } from '../../shared/lit-button.js'; // Import Lit komponentu
4
4
  export const Button = createComponent({
5
5
  tagName: 'lit-button', // Názov custom elementu
6
6
  elementClass: LitButton, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=button.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitCalendar } from '../../shared/lit-calendar.js';
2
- export declare const Calendar: import("@lit-labs/react").ReactWebComponent<LitCalendar, {}>;
3
- //# sourceMappingURL=calendar.d.ts.map
2
+ export declare const Calendar: import("@lit/react").ReactWebComponent<LitCalendar, {}>;
@@ -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 { LitCalendar } from '../../shared/lit-calendar.js'; // Import Lit komponentu
4
4
  export const Calendar = createComponent({
5
5
  tagName: 'lit-calendar', // Názov custom elementu
6
6
  elementClass: LitCalendar, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=calendar.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitCaseVariablesTab } from '../lit-case-variables-tab.js';
2
- export declare const CaseVariablesTab: import("@lit-labs/react").ReactWebComponent<LitCaseVariablesTab, {}>;
3
- //# sourceMappingURL=case-variables-tab.d.ts.map
2
+ export declare const CaseVariablesTab: import("@lit/react").ReactWebComponent<LitCaseVariablesTab, {}>;
@@ -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 { LitCaseVariablesTab } from '../lit-case-variables-tab.js'; // Import Lit komponentu
4
4
  export const CaseVariablesTab = createComponent({
5
5
  tagName: 'lit-case-variables-tab', // Názov custom elementu
6
6
  elementClass: LitCaseVariablesTab, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=case-variables-tab.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitChart } from '../lit-chart.js';
2
- export declare const Chart: import("@lit-labs/react").ReactWebComponent<LitChart, {}>;
3
- //# sourceMappingURL=chart.d.ts.map
2
+ export declare const Chart: import("@lit/react").ReactWebComponent<LitChart, {}>;
@@ -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 { LitChart } from '../lit-chart.js'; // Import Lit komponentu
4
4
  export const Chart = createComponent({
5
5
  tagName: 'lit-chart', // Názov custom elementu
6
6
  elementClass: LitChart, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=chart.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitDataGridTanstack } from '../lit-data-grid-tanstack.js';
2
- export declare const DataGridTanstack: import("@lit-labs/react").ReactWebComponent<LitDataGridTanstack, {}>;
3
- //# sourceMappingURL=data-grid-tanstack.d.ts.map
2
+ export declare const DataGridTanstack: import("@lit/react").ReactWebComponent<LitDataGridTanstack, {}>;
@@ -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 { LitDataGridTanstack } from '../lit-data-grid-tanstack.js'; // Import Lit komponentu
4
4
  export const DataGridTanstack = createComponent({
5
5
  tagName: 'lit-data-grid-tanstack', // Názov custom elementu
6
6
  elementClass: LitDataGridTanstack, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=data-grid-tanstack.js.map
@@ -2,4 +2,3 @@ import { LitFilterBuilder } from '../lit-filter-builder.js';
2
2
  export declare const LitFilterBuilderReact: import("@lit/react").ReactWebComponent<LitFilterBuilder, {
3
3
  onFilterChange: string;
4
4
  }>;
5
- //# sourceMappingURL=filter-builder.d.ts.map
@@ -9,4 +9,3 @@ export const LitFilterBuilderReact = createComponent({
9
9
  onFilterChange: 'filter-change',
10
10
  },
11
11
  });
12
- //# sourceMappingURL=filter-builder.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitFilterModal } from '../lit-filter-modal.js';
2
- export declare const FilterModal: import("@lit-labs/react").ReactWebComponent<LitFilterModal, {}>;
3
- //# sourceMappingURL=filter-modal.d.ts.map
2
+ export declare const FilterModal: import("@lit/react").ReactWebComponent<LitFilterModal, {}>;
@@ -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 { LitFilterModal } from '../lit-filter-modal.js'; // Import Lit komponentu
4
4
  export const FilterModal = createComponent({
5
5
  tagName: 'lit-filter-modal', // Názov custom elementu
6
6
  elementClass: LitFilterModal, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=filter-modal.js.map
@@ -24,4 +24,3 @@ export * from './filter-builder.js';
24
24
  export { LitFilterBuilderReact } from './filter-builder.js';
25
25
  export * from '../../shared/lit-calendar.js';
26
26
  export { Calendar } from './calendar.js';
27
- //# sourceMappingURL=index.d.ts.map
@@ -24,4 +24,3 @@ export * from './filter-builder.js';
24
24
  export { LitFilterBuilderReact } from './filter-builder.js';
25
25
  export * from '../../shared/lit-calendar.js';
26
26
  export { Calendar } from './calendar.js';
27
- //# sourceMappingURL=index.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitProgressBar } from '../../shared/lit-progress-bar.js';
2
- export declare const ProgressBar: import("@lit-labs/react").ReactWebComponent<LitProgressBar, {}>;
3
- //# sourceMappingURL=progress-bar.d.ts.map
2
+ export declare const ProgressBar: import("@lit/react").ReactWebComponent<LitProgressBar, {}>;
@@ -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 { LitProgressBar } from '../../shared/lit-progress-bar.js'; // Import Lit komponentu
4
4
  export const ProgressBar = createComponent({
5
5
  tagName: 'lit-progress-bar', // Názov custom elementu
6
6
  elementClass: LitProgressBar, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=progress-bar.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitSectionTab } from '../lit-section-tab.js';
2
- export declare const SectionTab: import("@lit-labs/react").ReactWebComponent<LitSectionTab, {}>;
3
- //# sourceMappingURL=section-tab.d.ts.map
2
+ export declare const SectionTab: import("@lit/react").ReactWebComponent<LitSectionTab, {}>;
@@ -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 { LitSectionTab } from '../lit-section-tab.js'; // Import Lit komponentu
4
4
  export const SectionTab = createComponent({
5
5
  tagName: 'lit-section-tab', // Názov custom elementu
6
6
  elementClass: LitSectionTab, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=section-tab.js.map
@@ -1,3 +1,2 @@
1
1
  import { LitTabsOverview } from '../lit-tabs-overview.js';
2
- export declare const TabsOverview: import("@lit-labs/react").ReactWebComponent<LitTabsOverview, {}>;
3
- //# sourceMappingURL=tabs-overview.d.ts.map
2
+ export declare const TabsOverview: import("@lit/react").ReactWebComponent<LitTabsOverview, {}>;
@@ -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 { LitTabsOverview } from '../lit-tabs-overview.js'; // Import Lit komponentu
4
4
  export const TabsOverview = createComponent({
5
5
  tagName: 'lit-tabs-overview', // Názov custom elementu
6
6
  elementClass: LitTabsOverview, // Trieda Lit komponentu
7
7
  react: React, // React objekt
8
8
  });
9
- //# sourceMappingURL=tabs-overview.js.map
@@ -1,2 +1 @@
1
1
  export declare const langData: any;
2
- //# sourceMappingURL=translations.d.ts.map
@@ -2765,4 +2765,3 @@ export const langData = {
2765
2765
  en: 'Filled (hrs)',
2766
2766
  },
2767
2767
  };
2768
- //# sourceMappingURL=translations.js.map
package/dist/index.d.ts CHANGED
@@ -1,4 +1,2 @@
1
1
  export * from './components/index.js';
2
- export * from './components/react-wrappers/index.js';
3
2
  export * from './schemas/index.js';
4
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  // Export všetkých Lit komponentov
2
2
  export * from './components/index.js';
3
- // Export všetkých React wrapperov
4
- export * from './components/react-wrappers/index.js';
5
3
  // export schemas pre JSON validáciu
6
4
  export * from './schemas/index.js';
7
- //# sourceMappingURL=index.js.map
5
+ // React wrappery sú zámerne vyňaté z hlavného vstupného bodu, aby čisto Lit/vanilla
6
+ // konzument nebol nútený mať nainštalovaný React. Importujte ich cez subpath:
7
+ // import { Badge } from 'overview-components/react';
8
+ // (mapované na './components/react-wrappers/index.js' cez pole "exports" v package.json)
@@ -15,4 +15,3 @@ import { litAttachmentsTabSettingsValueSchema } from './lit-attachments-tab-sett
15
15
  import { litAttachmentsTabSchema } from './lit-attachments-tab.schema.js';
16
16
  import { litFilterBuilderSchema, filterGroupSchema } from './lit-filter-builder.schema.js';
17
17
  export { litCaseVariablesTabSchema, litCaseVariablesTabCellSchema, litCaseVariablesTabRowsSchema, litSectionTabSchema, litDataGridTanstackColumnSchema, litDataGridTanstackColumnCustomFilterSchema, litDataGridTanstackColumnCustomFilterArraySchema, litDataGridTanstackColumnArraySchema, litDataGridTanstackSchema, litAttachmentsTabDocumentSchema, litAttachmentsTabSettingsValueSchema, litAttachmentsTabSchema, litTabsOverviewTabSchema, litTabsOverviewSchema, litTabsOverviewTabArraySchema, litFilterBuilderSchema, filterGroupSchema, };
18
- //# sourceMappingURL=index.d.ts.map
@@ -15,4 +15,3 @@ import { litAttachmentsTabSettingsValueSchema } from './lit-attachments-tab-sett
15
15
  import { litAttachmentsTabSchema } from './lit-attachments-tab.schema.js';
16
16
  import { litFilterBuilderSchema, filterGroupSchema } from './lit-filter-builder.schema.js';
17
17
  export { litCaseVariablesTabSchema, litCaseVariablesTabCellSchema, litCaseVariablesTabRowsSchema, litSectionTabSchema, litDataGridTanstackColumnSchema, litDataGridTanstackColumnCustomFilterSchema, litDataGridTanstackColumnCustomFilterArraySchema, litDataGridTanstackColumnArraySchema, litDataGridTanstackSchema, litAttachmentsTabDocumentSchema, litAttachmentsTabSettingsValueSchema, litAttachmentsTabSchema, litTabsOverviewTabSchema, litTabsOverviewSchema, litTabsOverviewTabArraySchema, litFilterBuilderSchema, filterGroupSchema, };
18
- //# sourceMappingURL=index.js.map
@@ -36,4 +36,3 @@ export declare const litAttachmentsTabDocumentSchema: {
36
36
  readonly required: readonly ["id"];
37
37
  readonly additionalProperties: false;
38
38
  };
39
- //# sourceMappingURL=lit-attachments-tab-document.schema.d.ts.map
@@ -36,4 +36,3 @@ export const litAttachmentsTabDocumentSchema = {
36
36
  required: ['id'],
37
37
  additionalProperties: false,
38
38
  };
39
- //# sourceMappingURL=lit-attachments-tab-document.schema.js.map
@@ -27,4 +27,3 @@ export declare const litAttachmentsTabSettingsValueSchema: {
27
27
  };
28
28
  readonly additionalProperties: false;
29
29
  };
30
- //# sourceMappingURL=lit-attachments-tab-settings-value.schema.d.ts.map
@@ -27,4 +27,3 @@ export const litAttachmentsTabSettingsValueSchema = {
27
27
  },
28
28
  additionalProperties: false,
29
29
  };
30
- //# sourceMappingURL=lit-attachments-tab-settings-value.schema.js.map
@@ -101,4 +101,3 @@ export declare const litAttachmentsTabSchema: {
101
101
  };
102
102
  readonly additionalProperties: false;
103
103
  };
104
- //# sourceMappingURL=lit-attachments-tab.schema.d.ts.map
@@ -65,4 +65,3 @@ export const litAttachmentsTabSchema = {
65
65
  },
66
66
  additionalProperties: false,
67
67
  };
68
- //# sourceMappingURL=lit-attachments-tab.schema.js.map
@@ -287,4 +287,3 @@ export declare const litCaseVariablesTabCellSchema: {
287
287
  readonly required: readonly ["field"];
288
288
  readonly additionalProperties: false;
289
289
  };
290
- //# sourceMappingURL=lit-case-variables-tab-cell.schema.d.ts.map
@@ -223,4 +223,3 @@ export const litCaseVariablesTabCellSchema = {
223
223
  required: ['field'],
224
224
  additionalProperties: false,
225
225
  };
226
- //# sourceMappingURL=lit-case-variables-tab-cell.schema.js.map
@@ -290,4 +290,3 @@ export declare const litCaseVariablesTabRowsSchema: {
290
290
  readonly additionalProperties: false;
291
291
  };
292
292
  };
293
- //# sourceMappingURL=lit-case-variables-tab-rows.schema.d.ts.map
@@ -3,4 +3,3 @@ export const litCaseVariablesTabRowsSchema = {
3
3
  type: 'array',
4
4
  items: litCaseVariablesTabCellSchema,
5
5
  };
6
- //# sourceMappingURL=lit-case-variables-tab-rows.schema.js.map
@@ -616,4 +616,3 @@ export declare const litCaseVariablesTabSchema: {
616
616
  readonly required: readonly ["tabId"];
617
617
  readonly additionalProperties: false;
618
618
  };
619
- //# sourceMappingURL=lit-case-variables-tab.schema.d.ts.map
@@ -24,4 +24,3 @@ export const litCaseVariablesTabSchema = {
24
24
  required: ['tabId'],
25
25
  additionalProperties: false,
26
26
  };
27
- //# sourceMappingURL=lit-case-variables-tab.schema.js.map
@@ -100,4 +100,3 @@ export declare const litDataGridTanstackColumnArraySchema: {
100
100
  readonly additionalProperties: true;
101
101
  };
102
102
  };
103
- //# sourceMappingURL=lit-data-grid-tanstack-column-array.schema.d.ts.map
@@ -3,4 +3,3 @@ export const litDataGridTanstackColumnArraySchema = {
3
3
  type: 'array',
4
4
  items: litDataGridTanstackColumnSchema,
5
5
  };
6
- //# sourceMappingURL=lit-data-grid-tanstack-column-array.schema.js.map
@@ -17,4 +17,3 @@ export declare const litDataGridTanstackColumnCustomFilterArraySchema: {
17
17
  readonly additionalProperties: false;
18
18
  };
19
19
  };
20
- //# sourceMappingURL=lit-data-grid-tanstack-column-custom-filter-array.schema.d.ts.map
@@ -3,4 +3,3 @@ export const litDataGridTanstackColumnCustomFilterArraySchema = {
3
3
  type: 'array',
4
4
  items: litDataGridTanstackColumnCustomFilterSchema,
5
5
  };
6
- //# sourceMappingURL=lit-data-grid-tanstack-column-custom-filter-array.schema.js.map
@@ -14,4 +14,3 @@ export declare const litDataGridTanstackColumnCustomFilterSchema: {
14
14
  readonly required: readonly ["label", "value"];
15
15
  readonly additionalProperties: false;
16
16
  };
17
- //# sourceMappingURL=lit-data-grid-tanstack-column-custom-filter.schema.d.ts.map
@@ -8,4 +8,3 @@ export const litDataGridTanstackColumnCustomFilterSchema = {
8
8
  required: ['label', 'value'],
9
9
  additionalProperties: false,
10
10
  };
11
- //# sourceMappingURL=lit-data-grid-tanstack-column-custom-filter.schema.js.map
@@ -97,4 +97,3 @@ export declare const litDataGridTanstackColumnSchema: {
97
97
  readonly required: readonly ["field"];
98
98
  readonly additionalProperties: true;
99
99
  };
100
- //# sourceMappingURL=lit-data-grid-tanstack-column.schema.d.ts.map
@@ -76,4 +76,3 @@ export const litDataGridTanstackColumnSchema = {
76
76
  required: ['field'],
77
77
  additionalProperties: true,
78
78
  };
79
- //# sourceMappingURL=lit-data-grid-tanstack-column.schema.js.map
@@ -340,4 +340,3 @@ export declare const litDataGridTanstackSchema: {
340
340
  };
341
341
  readonly additionalProperties: false;
342
342
  };
343
- //# sourceMappingURL=lit-data-grid-tanstack.schema.d.ts.map
@@ -105,4 +105,3 @@ export const litDataGridTanstackSchema = {
105
105
  },
106
106
  additionalProperties: false,
107
107
  };
108
- //# sourceMappingURL=lit-data-grid-tanstack.schema.js.map
@@ -119,4 +119,3 @@ export declare const litFilterBuilderSchema: {
119
119
  };
120
120
  readonly required: readonly ["filterGroups", "groupLogicOperator"];
121
121
  };
122
- //# sourceMappingURL=lit-filter-builder.schema.d.ts.map
@@ -58,4 +58,3 @@ export const litFilterBuilderSchema = {
58
58
  },
59
59
  required: ['filterGroups', 'groupLogicOperator'],
60
60
  };
61
- //# sourceMappingURL=lit-filter-builder.schema.js.map
@@ -85,4 +85,3 @@ export declare const litSectionTabSchema: {
85
85
  };
86
86
  readonly additionalProperties: false;
87
87
  };
88
- //# sourceMappingURL=lit-section-tab-schema.d.ts.map
@@ -34,4 +34,3 @@ export const litSectionTabSchema = {
34
34
  },
35
35
  additionalProperties: false,
36
36
  };
37
- //# sourceMappingURL=lit-section-tab-schema.js.map
@@ -40,4 +40,3 @@ export declare const litTabsOverviewTabArraySchema: {
40
40
  readonly additionalProperties: false;
41
41
  };
42
42
  };
43
- //# sourceMappingURL=lit-tabs-overview-tab-array.schema.d.ts.map
@@ -3,4 +3,3 @@ export const litTabsOverviewTabArraySchema = {
3
3
  type: 'array',
4
4
  items: litTabsOverviewTabSchema,
5
5
  };
6
- //# sourceMappingURL=lit-tabs-overview-tab-array.schema.js.map
@@ -37,4 +37,3 @@ export declare const litTabsOverviewTabSchema: {
37
37
  readonly required: readonly ["id"];
38
38
  readonly additionalProperties: false;
39
39
  };
40
- //# sourceMappingURL=lit-tabs-overview-tab.schema.d.ts.map
@@ -29,4 +29,3 @@ export const litTabsOverviewTabSchema = {
29
29
  required: ['id'],
30
30
  additionalProperties: false,
31
31
  };
32
- //# sourceMappingURL=lit-tabs-overview-tab.schema.js.map
@@ -63,4 +63,3 @@ export declare const litTabsOverviewSchema: {
63
63
  readonly required: readonly ["userLang", "allowedLang"];
64
64
  readonly additionalProperties: false;
65
65
  };
66
- //# sourceMappingURL=lit-tabs-overview.schema.d.ts.map
@@ -26,4 +26,3 @@ export const litTabsOverviewSchema = {
26
26
  required: ['userLang', 'allowedLang'],
27
27
  additionalProperties: false,
28
28
  };
29
- //# sourceMappingURL=lit-tabs-overview.schema.js.map
@@ -1,5 +1,4 @@
1
1
  import { LitElement } from 'lit';
2
- import 'air-datepicker/air-datepicker.css';
3
2
  import './lit-icon.js';
4
3
  import './lit-icon-button.js';
5
4
  import './lit-select.js';
@@ -22,6 +21,7 @@ export declare class FilterInputs extends LitElement {
22
21
  filterVariant: any;
23
22
  private debouncedSetTextFilter;
24
23
  private debouncedSetNumberFilter;
24
+ private debouncedSetDateFilter;
25
25
  private isClickInside;
26
26
  static styles: import("lit").CSSResult;
27
27
  constructor();
@@ -50,4 +50,3 @@ declare global {
50
50
  'filter-inputs': FilterInputs;
51
51
  }
52
52
  }
53
- //# sourceMappingURL=filter-inputs.d.ts.map
@@ -8,7 +8,6 @@ import { LitElement, html, css } from 'lit';
8
8
  import _ from 'lodash';
9
9
  import { msg } from '@lit/localize';
10
10
  import { property, state } from 'lit/decorators.js';
11
- import 'air-datepicker/air-datepicker.css';
12
11
  // components
13
12
  import './lit-icon.js';
14
13
  import './lit-icon-button.js';
@@ -52,6 +51,11 @@ export class FilterInputs extends LitElement {
52
51
  this.debouncedSetNumberFilter = debounce((value) => {
53
52
  this.handleSetFilter(value);
54
53
  });
54
+ // Debounce date filtering so the timepicker doesn't apply the filter on
55
+ // every time change (each slider tick fires AirDatepicker's onSelect).
56
+ this.debouncedSetDateFilter = debounce((value) => {
57
+ this.handleSetFilter(value);
58
+ });
55
59
  }
56
60
  checkNumberOfCharacters(value, cf) {
57
61
  if (!_.isEmpty(value)) {
@@ -70,9 +74,13 @@ export class FilterInputs extends LitElement {
70
74
  this.valueOptions = this.column?.columnDef?.meta.valueOptions || [];
71
75
  }
72
76
  else {
73
- const sortedUniqueValues = Array.from(this.column?.getFacetedUniqueValues().keys())
74
- .sort()
75
- .slice(0, 5000);
77
+ // Only the faceted model (enabled when a 'select'/'multiselect'
78
+ // column exists) provides this; guard against undefined when
79
+ // the model is disabled so we degrade to an empty option list.
80
+ const facetedUniqueValues = this.column?.getFacetedUniqueValues?.();
81
+ const sortedUniqueValues = facetedUniqueValues
82
+ ? Array.from(facetedUniqueValues.keys()).sort().slice(0, 5000)
83
+ : [];
76
84
  this.valueOptions = sortedUniqueValues.map((value) => ({
77
85
  value,
78
86
  label: value,
@@ -104,7 +112,7 @@ export class FilterInputs extends LitElement {
104
112
  }
105
113
  handleDateChange(value) {
106
114
  if (!_.isEqual(value, this.value)) {
107
- this.handleSetFilter(value);
115
+ this.debouncedSetDateFilter(value);
108
116
  }
109
117
  }
110
118
  handleStartDateChange(value) {
@@ -117,10 +125,10 @@ export class FilterInputs extends LitElement {
117
125
  }
118
126
  handleFilterDateRangeChange() {
119
127
  if (!this.startDate && !this.endDate) {
120
- this.handleSetFilter(undefined);
128
+ this.debouncedSetDateFilter(undefined);
121
129
  }
122
130
  else {
123
- this.handleSetFilter({ startDate: this.startDate, endDate: this.endDate });
131
+ this.debouncedSetDateFilter({ startDate: this.startDate, endDate: this.endDate });
124
132
  }
125
133
  }
126
134
  handleKeyDown(event) {
@@ -282,7 +290,7 @@ export class FilterInputs extends LitElement {
282
290
  <lit-date-picker
283
291
  class="datePicker"
284
292
  .server="${this.server}"
285
- .pickerVariant='date'
293
+ .pickerVariant=${this.filterVariant === 'dateTime' ? 'dateTime' : 'date'}
286
294
  .value=${this.value}
287
295
  .dateFormat=${this.dateFormat}
288
296
  .userLang=${this.userLang}
@@ -303,6 +311,7 @@ export class FilterInputs extends LitElement {
303
311
  <lit-date-picker
304
312
  class="range-fields"
305
313
  .server="${this.server}"
314
+ .pickerVariant=${this.filterVariant === 'dateTimeRange' ? 'dateTime' : 'date'}
306
315
  .dateFormat=${this.dateFormat}
307
316
  .userLang=${this.userLang}
308
317
  placeholder=${msg('Od')}
@@ -313,6 +322,7 @@ export class FilterInputs extends LitElement {
313
322
  <lit-date-picker
314
323
  class="range-fields"
315
324
  .server="${this.server}"
325
+ .pickerVariant=${this.filterVariant === 'dateTimeRange' ? 'dateTime' : 'date'}
316
326
  .dateFormat=${this.dateFormat}
317
327
  .userLang=${this.userLang}
318
328
  placeholder=${msg('Do')}
@@ -426,4 +436,3 @@ __decorate([
426
436
  if (!window.customElements.get('filter-inputs')) {
427
437
  window.customElements.define('filter-inputs', FilterInputs);
428
438
  }
429
- //# sourceMappingURL=filter-inputs.js.map
@@ -10,4 +10,3 @@ export interface RenderIconOptions {
10
10
  style?: string;
11
11
  }
12
12
  export declare function renderIcon(icon?: string, options?: RenderIconOptions): import("lit-html").TemplateResult<1>;
13
- //# sourceMappingURL=icon-svg.d.ts.map
@@ -74,4 +74,3 @@ export function renderIcon(icon, options = {}) {
74
74
  </svg>
75
75
  `;
76
76
  }
77
- //# sourceMappingURL=icon-svg.js.map