@sme.up/ketchup 10.3.6 → 10.3.7

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 (285) hide show
  1. package/dist/cjs/{f-cell-e5ff9c98.js → f-cell-5c1b2c66.js} +21 -13
  2. package/dist/cjs/{f-chip-f35c1b42.js → f-chip-b4aebf7c.js} +1 -1
  3. package/dist/cjs/{f-object-field-04065abd.js → f-object-field-62195164.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-3ada5c71.js → f-paginator-utils-54bc1b31.js} +9 -7
  5. package/dist/cjs/{f-text-field-0eda27cd.js → f-text-field-03e975ad.js} +2 -5
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +131 -83
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +7 -4
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  17. package/dist/cjs/{kup-data-table-helper-0b79fb90.js → kup-data-table-helper-72dc3004.js} +3 -3
  18. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-echart.cjs.entry.js +48 -6
  20. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  23. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-input-panel.cjs.entry.js +168 -28
  27. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  29. package/dist/cjs/{kup-manager-5cdad0f5.js → kup-manager-bb0a1490.js} +6 -10
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  33. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  36. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  37. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-typography.cjs.entry.js +3 -3
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/collection/assets/echart.js +343 -169
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +4 -2
  45. package/dist/collection/components/kup-combobox/kup-combobox.js +4 -2
  46. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  47. package/dist/collection/components/kup-data-table/kup-data-table.css +7 -4
  48. package/dist/collection/components/kup-data-table/kup-data-table.js +14 -11
  49. package/dist/collection/components/kup-echart/kup-echart.js +47 -5
  50. package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +3 -1
  51. package/dist/collection/components/kup-file-upload/kup-file-upload.css +13 -0
  52. package/dist/collection/components/kup-file-upload/kup-file-upload.js +181 -25
  53. package/dist/collection/components/kup-form/kup-form.js +2 -2
  54. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  55. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  56. package/dist/collection/components/kup-input-panel/kup-input-panel.js +182 -22
  57. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  58. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  59. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  60. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  61. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  62. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  63. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  64. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  65. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  66. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  67. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  68. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  69. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  70. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  71. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  72. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  73. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  74. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  75. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  76. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  77. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  78. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  79. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  80. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  81. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  82. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  83. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  84. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  85. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  86. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  87. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  88. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  89. package/dist/collection/f-components/f-cell/f-cell.js +13 -7
  90. package/dist/collection/f-components/f-paginator/f-paginator.js +1 -1
  91. package/dist/collection/f-components/f-radio/f-radio.js +3 -1
  92. package/dist/collection/f-components/f-text-field/f-text-field.js +1 -4
  93. package/dist/collection/utils/cell-utils.js +2 -7
  94. package/dist/components/index.js +1 -1
  95. package/dist/components/kup-accordion.js +2 -2
  96. package/dist/components/kup-activity-timeline.js +2 -2
  97. package/dist/components/kup-autocomplete.js +1 -1
  98. package/dist/components/kup-badge.js +1 -1
  99. package/dist/components/kup-box.js +1 -1
  100. package/dist/components/kup-button-list.js +1 -1
  101. package/dist/components/kup-button.js +1 -1
  102. package/dist/components/kup-calendar.js +7 -4
  103. package/dist/components/kup-card-list.js +3 -3
  104. package/dist/components/kup-card.js +1 -1
  105. package/dist/components/kup-cell.js +2 -2
  106. package/dist/components/kup-chart.js +1 -1
  107. package/dist/components/kup-checkbox.js +1 -1
  108. package/dist/components/kup-chip.js +1 -1
  109. package/dist/components/kup-color-picker.js +1 -1
  110. package/dist/components/kup-combobox.js +1 -1
  111. package/dist/components/kup-custom-task-list-header.js +1 -1
  112. package/dist/components/kup-dashboard.js +2 -2
  113. package/dist/components/kup-data-table.js +1 -1
  114. package/dist/components/kup-date-picker.js +1 -1
  115. package/dist/components/kup-dialog.js +1 -1
  116. package/dist/components/kup-drawer.js +2 -2
  117. package/dist/components/kup-dropdown-button.js +1 -1
  118. package/dist/components/kup-echart.js +1 -1
  119. package/dist/components/kup-editor.js +1 -1
  120. package/dist/components/kup-family-tree.js +3 -3
  121. package/dist/components/kup-file-upload.js +1 -1
  122. package/dist/components/kup-form.js +1 -1
  123. package/dist/components/kup-gantt-calendar.js +1 -1
  124. package/dist/components/kup-gantt.js +1 -1
  125. package/dist/components/kup-gauge.js +1 -1
  126. package/dist/components/kup-grid-renderer.js +1 -1
  127. package/dist/components/kup-grid.js +1 -1
  128. package/dist/components/kup-horizontal-scroll.js +1 -1
  129. package/dist/components/kup-htm.js +3 -3
  130. package/dist/components/kup-iframe.js +2 -2
  131. package/dist/components/kup-image-list.js +1 -1
  132. package/dist/components/kup-image.js +1 -1
  133. package/dist/components/kup-input-panel.js +166 -26
  134. package/dist/components/kup-lazy.js +13 -13
  135. package/dist/components/kup-list.js +1 -1
  136. package/dist/components/kup-magic-box.js +7 -7
  137. package/dist/components/kup-nav-bar.js +3 -3
  138. package/dist/components/kup-numeric-picker.js +3 -3
  139. package/dist/components/kup-object-field.js +3 -3
  140. package/dist/components/kup-pdf.js +3 -3
  141. package/dist/components/kup-planner-renderer.js +1 -1
  142. package/dist/components/kup-planner.js +17 -17
  143. package/dist/components/kup-probe.js +3 -3
  144. package/dist/components/kup-progress-bar.js +1 -1
  145. package/dist/components/kup-qlik.js +3 -3
  146. package/dist/components/kup-radio.js +1 -1
  147. package/dist/components/kup-rating.js +1 -1
  148. package/dist/components/kup-snackbar.js +3 -3
  149. package/dist/components/kup-spinner.js +1 -1
  150. package/dist/components/kup-standard-tooltip.js +1 -1
  151. package/dist/components/kup-switch.js +1 -1
  152. package/dist/components/kup-switcher.js +1 -1
  153. package/dist/components/kup-tab-bar.js +1 -1
  154. package/dist/components/kup-task-gantt.js +1 -1
  155. package/dist/components/kup-task-list-header.js +1 -1
  156. package/dist/components/kup-task-list-table.js +1 -1
  157. package/dist/components/kup-task-list.js +1 -1
  158. package/dist/components/kup-text-field.js +1 -1
  159. package/dist/components/kup-time-picker.js +1 -1
  160. package/dist/components/kup-toolbar.js +1 -1
  161. package/dist/components/kup-tooltip.js +1 -1
  162. package/dist/components/kup-tree.js +1 -1
  163. package/dist/components/kup-txt.js +3 -3
  164. package/dist/components/kup-typography-list.js +3 -3
  165. package/dist/components/kup-typography.js +4 -4
  166. package/dist/components/kup-vertical-scroll.js +1 -1
  167. package/dist/components/{p-b45eb398.js → p-0448c650.js} +13 -13
  168. package/dist/components/{p-7aa9d49d.js → p-072ba014.js} +7 -7
  169. package/dist/components/{p-28f24feb.js → p-09e09e43.js} +15 -15
  170. package/dist/components/{p-af0a6cfe.js → p-47eafd24.js} +2 -2
  171. package/dist/components/{p-33cf89e0.js → p-57069e5c.js} +1 -1
  172. package/dist/components/{p-c061deb1.js → p-66800070.js} +166 -101
  173. package/dist/components/{p-28774fba.js → p-73b82fab.js} +4 -4
  174. package/dist/components/{p-57a120a5.js → p-78086e86.js} +1 -1
  175. package/dist/components/{p-46ec5845.js → p-7b80651f.js} +1 -1
  176. package/dist/components/{p-34ed7a73.js → p-7fa7072d.js} +2 -2
  177. package/dist/components/{p-b87bd975.js → p-96d517a7.js} +5 -5
  178. package/dist/components/{p-df77b97b.js → p-970526a0.js} +6 -10
  179. package/dist/components/{p-daa07bb7.js → p-9c59685c.js} +1 -1
  180. package/dist/components/{p-ae3013bd.js → p-a266fbc3.js} +2 -2
  181. package/dist/components/{p-5db0bb55.js → p-a6da9edf.js} +2 -2
  182. package/dist/components/{p-edac29ad.js → p-a70b7f3e.js} +2 -2
  183. package/dist/components/{p-394a36af.js → p-bba3ee8c.js} +3 -3
  184. package/dist/components/{p-398198d3.js → p-e8d7edaf.js} +49 -7
  185. package/dist/components/{p-5e31c839.js → p-eee85021.js} +2 -2
  186. package/dist/components/{p-d3a8c2ba.js → p-f836c3ed.js} +2 -2
  187. package/dist/esm/{f-cell-d72f5a9c.js → f-cell-3f9d4de0.js} +21 -13
  188. package/dist/esm/{f-chip-663db488.js → f-chip-28fde4c9.js} +1 -1
  189. package/dist/esm/{f-object-field-afe7604f.js → f-object-field-24f67438.js} +2 -2
  190. package/dist/esm/{f-paginator-utils-b6924c55.js → f-paginator-utils-3e2a0dcd.js} +9 -7
  191. package/dist/esm/{f-text-field-40f1ad00.js → f-text-field-f64cc53e.js} +2 -5
  192. package/dist/esm/index.js +1 -1
  193. package/dist/esm/ketchup.js +1 -1
  194. package/dist/esm/kup-accordion.entry.js +1 -1
  195. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  196. package/dist/esm/kup-autocomplete_30.entry.js +131 -83
  197. package/dist/esm/kup-box.entry.js +7 -7
  198. package/dist/esm/kup-calendar.entry.js +7 -4
  199. package/dist/esm/kup-card-list.entry.js +1 -1
  200. package/dist/esm/kup-cell.entry.js +5 -5
  201. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  202. package/dist/esm/kup-dashboard.entry.js +2 -2
  203. package/dist/esm/{kup-data-table-helper-8f020338.js → kup-data-table-helper-edbee21a.js} +3 -3
  204. package/dist/esm/kup-drawer.entry.js +1 -1
  205. package/dist/esm/kup-echart.entry.js +48 -6
  206. package/dist/esm/kup-editor.entry.js +1 -1
  207. package/dist/esm/kup-family-tree.entry.js +1 -1
  208. package/dist/esm/kup-gantt_10.entry.js +23 -23
  209. package/dist/esm/kup-grid.entry.js +1 -1
  210. package/dist/esm/kup-htm.entry.js +2 -2
  211. package/dist/esm/kup-iframe.entry.js +1 -1
  212. package/dist/esm/kup-input-panel.entry.js +168 -28
  213. package/dist/esm/kup-lazy.entry.js +12 -12
  214. package/dist/esm/kup-magic-box.entry.js +4 -4
  215. package/dist/esm/{kup-manager-b367be3b.js → kup-manager-7acd779a.js} +6 -10
  216. package/dist/esm/kup-nav-bar.entry.js +2 -2
  217. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  218. package/dist/esm/kup-object-field.entry.js +4 -4
  219. package/dist/esm/kup-pdf.entry.js +2 -2
  220. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  221. package/dist/esm/kup-planner.entry.js +3 -3
  222. package/dist/esm/kup-probe.entry.js +2 -2
  223. package/dist/esm/kup-qlik.entry.js +2 -2
  224. package/dist/esm/kup-snackbar.entry.js +2 -2
  225. package/dist/esm/kup-txt.entry.js +2 -2
  226. package/dist/esm/kup-typography-list.entry.js +2 -2
  227. package/dist/esm/kup-typography.entry.js +3 -3
  228. package/dist/esm/loader.js +1 -1
  229. package/dist/ketchup/index.esm.js +1 -1
  230. package/dist/ketchup/ketchup.esm.js +1 -1
  231. package/dist/ketchup/{p-8bc2888a.entry.js → p-001bf9b3.entry.js} +1 -1
  232. package/dist/ketchup/p-003617f2.entry.js +1 -0
  233. package/dist/ketchup/{p-17b25b3d.entry.js → p-00e3a2c7.entry.js} +1 -1
  234. package/dist/ketchup/{p-ebf955a8.entry.js → p-05da127e.entry.js} +1 -1
  235. package/dist/ketchup/{p-4735c623.entry.js → p-0a4869d8.entry.js} +1 -1
  236. package/dist/ketchup/{p-fac09a35.entry.js → p-0f3e905b.entry.js} +1 -1
  237. package/dist/ketchup/{p-b0550f15.entry.js → p-0f78bd11.entry.js} +2 -2
  238. package/dist/ketchup/p-216b5deb.js +1 -0
  239. package/dist/ketchup/p-3823781f.entry.js +1 -0
  240. package/dist/ketchup/{p-def6d8b4.entry.js → p-39ab2443.entry.js} +1 -1
  241. package/dist/ketchup/{p-b9350213.entry.js → p-4e8d34ad.entry.js} +1 -1
  242. package/dist/ketchup/{p-75deebdb.entry.js → p-561db8b0.entry.js} +1 -1
  243. package/dist/ketchup/{p-c2531d28.entry.js → p-5c538668.entry.js} +1 -1
  244. package/dist/ketchup/{p-9ff4c3e5.entry.js → p-5cdbe34b.entry.js} +1 -1
  245. package/dist/ketchup/p-607b56b3.entry.js +8 -0
  246. package/dist/ketchup/{p-f2bfb53c.entry.js → p-60c3a948.entry.js} +1 -1
  247. package/dist/ketchup/{p-62edfd5a.entry.js → p-6429a3bc.entry.js} +1 -1
  248. package/dist/ketchup/{p-d696e519.js → p-84a053a8.js} +1 -1
  249. package/dist/ketchup/{p-c0928fec.entry.js → p-864d384f.entry.js} +1 -1
  250. package/dist/ketchup/{p-43bfca60.entry.js → p-90345661.entry.js} +2 -2
  251. package/dist/ketchup/{p-928adf93.entry.js → p-91184407.entry.js} +1 -1
  252. package/dist/ketchup/{p-5bf264dd.entry.js → p-92d5502a.entry.js} +1 -1
  253. package/dist/ketchup/{p-ec1129bf.entry.js → p-9432bc02.entry.js} +1 -1
  254. package/dist/ketchup/{p-6e6d3296.entry.js → p-9667a3f6.entry.js} +1 -1
  255. package/dist/ketchup/{p-26a20d81.entry.js → p-98865092.entry.js} +1 -1
  256. package/dist/ketchup/{p-4c8edfb1.entry.js → p-a5589352.entry.js} +1 -1
  257. package/dist/ketchup/{p-6b185239.entry.js → p-ab5dcfce.entry.js} +1 -1
  258. package/dist/ketchup/p-b7b54a12.js +1 -0
  259. package/dist/ketchup/{p-32ced542.entry.js → p-bbdc671b.entry.js} +1 -1
  260. package/dist/ketchup/p-c00b4f52.js +1 -0
  261. package/dist/ketchup/p-c38d19f9.js +1 -0
  262. package/dist/ketchup/{p-26206b66.entry.js → p-cb4c3ec6.entry.js} +1 -1
  263. package/dist/ketchup/{p-9c13c092.entry.js → p-d643a6b0.entry.js} +1 -1
  264. package/dist/ketchup/{p-0666ba27.entry.js → p-d7bfb6da.entry.js} +2 -2
  265. package/dist/ketchup/{p-51cc836a.js → p-e3098793.js} +1 -1
  266. package/dist/ketchup/p-ebcd12d5.js +1 -0
  267. package/dist/ketchup/{p-941beedb.entry.js → p-ebcf33a3.entry.js} +1 -1
  268. package/dist/ketchup/{p-006b5782.entry.js → p-ee752492.entry.js} +1 -1
  269. package/dist/ketchup/{p-4af4b7d3.entry.js → p-f446a5dd.entry.js} +1 -1
  270. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -1
  271. package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +6 -1
  272. package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +31 -5
  273. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +2 -1
  274. package/dist/types/components.d.ts +55 -11
  275. package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +1 -0
  276. package/dist/types/utils/cell-utils.d.ts +3 -1
  277. package/package.json +4 -1
  278. package/dist/ketchup/p-058def11.entry.js +0 -1
  279. package/dist/ketchup/p-29c07479.entry.js +0 -8
  280. package/dist/ketchup/p-2e012afe.js +0 -1
  281. package/dist/ketchup/p-8be7a37f.js +0 -1
  282. package/dist/ketchup/p-b39c7a22.js +0 -1
  283. package/dist/ketchup/p-c109ce22.js +0 -1
  284. package/dist/ketchup/p-d49f1a0d.js +0 -1
  285. package/dist/ketchup/p-eb771c1b.entry.js +0 -1
@@ -1,19 +1,19 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, F as Fragment, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as FILTER_ANALYZER, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as getRegExpFromString, Q as isNegativeNumber, R as FCellClasses, U as kupDynamicPositionAttribute, V as KupPointerEventTypes, W as kupDraggableColumnAttr, X as kupDragActiveAttr, Y as KupDragEffect, Z as kupDraggableCellAttr, _ as KupDropEventTypes, $ as DataTableAreasEnum, a0 as TypesToDuplicate, a1 as FixedCellsClasses, a2 as FixedCellsCSSVarsBase, a3 as KupLanguageFontsize, a4 as KupLanguageDensity, a5 as KupLanguageGrid, a6 as KupDataTableProps, a7 as UseAsValue, a8 as SortMode, a9 as iconColumn, aa as keyColumn, ab as fieldColumn, ac as KupLanguageUpload, ad as FCellTypes, ae as KupListRole, af as KupListProps, ag as addColumnValueFromRow, ah as KupGlobalFilterMode } from './kup-manager-b367be3b.js';
3
- import { F as FTextField } from './f-text-field-40f1ad00.js';
2
+ import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as FILTER_ANALYZER, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as getRegExpFromString, Q as isNegativeNumber, R as FCellClasses, U as kupDynamicPositionAttribute, V as KupPointerEventTypes, W as kupDraggableColumnAttr, X as kupDragActiveAttr, Y as KupDragEffect, Z as kupDraggableCellAttr, _ as KupDropEventTypes, $ as DataTableAreasEnum, a0 as TypesToDuplicate, a1 as FixedCellsClasses, a2 as FixedCellsCSSVarsBase, a3 as KupLanguageFontsize, a4 as KupLanguageDensity, a5 as KupLanguageGrid, a6 as KupDataTableProps, a7 as UseAsValue, a8 as SortMode, a9 as iconColumn, aa as keyColumn, ab as fieldColumn, ac as KupLanguageUpload, ad as FCellTypes, ae as KupListRole, af as KupListProps, ag as addColumnValueFromRow, ah as KupGlobalFilterMode } from './kup-manager-7acd779a.js';
3
+ import { F as FTextField } from './f-text-field-f64cc53e.js';
4
4
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
5
- import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-663db488.js';
5
+ import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-28fde4c9.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import { F as FImage } from './f-image-a2ecd7c3.js';
8
8
  import { F as FButton } from './f-button-3c8f4506.js';
9
9
  import { F as FButtonAlign, a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
10
- import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-d72f5a9c.js';
10
+ import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-3f9d4de0.js';
11
11
  import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-77f1a451.js';
12
12
  import { M as MDCRipple } from './component-a35bc7f1.js';
13
13
  import { F as FCheckbox } from './f-checkbox-5cdd1cad.js';
14
- import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-8f020338.js';
15
- import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-b6924c55.js';
16
- import './f-object-field-afe7604f.js';
14
+ import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-edbee21a.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-3e2a0dcd.js';
16
+ import './f-object-field-24f67438.js';
17
17
 
18
18
  /**
19
19
  * Props of the kup-autocomplete component.
@@ -401,12 +401,14 @@ const KupAutocomplete = class {
401
401
  : false,
402
402
  showMarker: this.showMarker,
403
403
  legacyLook: this.legacyLook,
404
- size: getSizeOfInputElement(this.data, this.displayMode, this.size),
404
+ size: this.size
405
+ ? this.size
406
+ : getSizeOfInputElement(this.data, this.displayMode, this.size),
405
407
  title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
406
408
  };
407
409
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
408
410
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
409
- return (h(Host, { key: 'bd65a5abab4ff62f91a6348e03b496711b796d90', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: '7133bd7ceb0365b4bd82846a60addb3085a25d37' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '8b09ee007f909d8f6eadeebda3262b42731a747a', id: componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '56658e721535c89c971bd7dae0af26c073a6eab6' }, props, { icon: this.showDropDownIcon
411
+ return (h(Host, { key: 'ba27aa4bc6759aec2f01a404117c115e7aa7849f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: 'b4b0bd1e49208182acf4681b8c3764883e41d3c8' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '2b227672c21f3fedc690cdeb36cd5fb129928567', id: componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '4e62a1c01fc2691d74b3bc257ffb4c63f93acb04' }, props, { icon: this.showDropDownIcon
410
412
  ? KupThemeIconValues.SEARCH
411
413
  : null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChangeSubmit(e.target.value, this.kupChange), onFocus: () => this.onKupFocus(), onInput: () => {
412
414
  window.clearTimeout(__classPrivateFieldGet$b(this, _KupAutocomplete_inputTimeout, "f"));
@@ -7826,12 +7828,14 @@ const KupCombobox = class {
7826
7828
  : false,
7827
7829
  showMarker: this.showMarker,
7828
7830
  legacyLook: this.legacyLook,
7829
- size: getSizeOfInputElement(this.data, this.displayMode, this.size),
7831
+ size: this.size
7832
+ ? this.size
7833
+ : getSizeOfInputElement(this.data, this.displayMode, this.size),
7830
7834
  title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
7831
7835
  };
7832
7836
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
7833
7837
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
7834
- return (h(Host, { key: 'b419cdf58d190601c58d0ab1501e6cfeeb215c4f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h("style", { key: '9c5b4ad2ae9303e607ab0667cd31d2fe95f50524' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '759809bb42d7f30abdcb5db1abb4a0e5689fc731', id: componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: '9e864b76be8ad6602186797f68d237980ebd307d' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
7838
+ return (h(Host, { key: '8bb8eace416a6799a32f5d5222759ead3525ed7d', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h("style", { key: 'bf9817caafcbd303719c862f4f84111ef6da27c1' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '1052268f4d6e8227b3fdc6c6a25ea2004f21d197', id: componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: 'df2cf6672cfe3c9360476df936cedff6449861b6' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
7835
7839
  ? KupThemeIconValues.DROPDOWN
7836
7840
  : null, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupIconClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => this.onKupInput(), onIconClick: () => this.onKupIconClick(), onClearIconClick: () => this.onKupClearIconClick() }))), __classPrivateFieldGet$9(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
7837
7841
  }
@@ -8620,7 +8624,7 @@ class KupColumnMenu {
8620
8624
  }
8621
8625
  }
8622
8626
 
8623
- const kupDataTableCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_datatable_background_color:var(\n --kup-datatable-background-color,\n var(--kup-layer-1)\n );--kup_datatable_th_background_color:var(\n --kup-datatable-th-background-color,\n var(--kup-layer-2)\n );--kup_datatable_background_color_selected:var(\n --kup-datatable-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_datatable_border:var(\n --kup-datatable-border-color,\n 1px solid var(--kup-border-subtle)\n );--kup_datatable_font_family:var(\n --kup-datatable-font-family,\n var(--kup-font-family)\n );--kup_datatable_font_family_monospace:var(\n --kup-datatable-font-family-monospace,\n var(--kup-font-family-monospace)\n );--kup_datatable_font_size:var(\n --kup-datatable-font-size,\n var(--kup-font-size)\n );--kup_fcell_line_height_extradense:var(\n --kup-fcell-line-height-extradense,\n 14px\n );--kup_fcell_font_size_extradense:var(--kup-fcell-font-size-extradense, 12px);--kup_datatable_th_border:var(\n --kup-datatable-th-border,\n 1px solid var(--kup-gray-color-30)\n );--kup_datatable_th_resize_handle_width:var(\n --kup-datatable-th-resize-handle-width,\n 3px\n );--kup_datatable_background_color_hover:var(\n --kup-datatable-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_datatable_text_color_hover:var(\n --kup-datatable-text-color-hover,\n var(--kup-text-primary)\n );--kup_card_text_color:var(--kup-card-text-color, var(--kup-text-secondary));--kup_fcell_padding_extradense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-01)\n );--kup_fcell_padding_dense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-03)\n );--kup_fcell_padding_medium:var(\n --kup-fcell-padding-medium,\n var(--kup-space-02) var(--kup-space-03)\n );--kup_fcell_padding_wide:var(\n --kup-fcell-padding-wide,\n var(--kup-space-04) var(--kup-space-03)\n );display:block;font-family:var(--kup_datatable_font_family);font-size:var(--kup_datatable_font_size);position:relative}:host([kup-toolbar]) .settings-trigger{height:12px}:host([kup-toolbar]) .customize-panel{visibility:visible}:host([force-one-line]) .f-cell__text{white-space:nowrap}#kup-component.auto-width{width:fit-content}table{background-color:var(--kup_datatable_background_color);border-spacing:0;border-collapse:separate;color:var(--kup_card_text_color);min-width:intrinsic;min-width:-moz-max-content;min-width:-webkit-max-content;text-align:left;width:100%}table.auto-width{min-width:auto;width:0}table>tbody>tr.focus td:first-of-type,table>tbody>tr[kup-drag-over] td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup_datatable_th_border)}table>tbody>tr:last-of-type>td{border-bottom:var(--kup_datatable_border)}table.border-top>tbody>tr:first-of-type>td{border-top:var(--kup_datatable_border)}table.row-separation>tbody>tr>td{border-bottom:var(--kup_datatable_border)}table.column-separation>tbody>tr>td{border-right:var(--kup_datatable_border)}table.noGrid,table.noGrid td{border:none}table tfoot tr td{background-color:var(--kup_datatable_background_color);border-bottom:var(--kup_datatable_border);border-right:var(--kup_datatable_border);box-sizing:border-box;height:36px;text-align:right;font-weight:bold;padding:0.5em var(--kup-space-03)}table tfoot tr td:hover{background-color:var(--kup_datatable_background_color)}table tfoot tr td:last-of-type{border-right:none}#global-filter{min-width:140px;width:100%;flex:1}#global-filter .f-text-field .mdc-text-field-container .mdc-text-field{border-bottom:none}.kup-icon:not(.f-image){background-color:var(--kup-title-color);margin:0 0.25em;height:1.25em;width:1.25em}.kup-icon:not(.f-image).kup-ascending-icon,.kup-icon:not(.f-image).kup-descending-icon,.kup-icon:not(.f-image).kup-key-icon,.kup-icon:not(.f-image).kup-filter-remove-icon{height:auto}.kup-icon:not(.f-image).kup-collapsed-icon,.kup-icon:not(.f-image).kup-expanded-icon{float:left}.kup-icon:not(.f-image).kup-filter-remove-icon,.kup-icon:not(.f-image).kup-key-icon{margin:0 0.25em}.below-wrapper{backface-visibility:hidden;height:auto;overflow:auto}.below-wrapper.custom-size{overflow:unset}.below-wrapper.custom-size table{overflow:auto}.below-wrapper:not(.custom-size){overflow-x:auto}.density-extra_dense .header-cell__content,.density-extra_dense tbody>tr.group td{padding:var(--kup-fcell-padding-extradense, var(--kup_fcell_padding_extradense))}.density-extra_dense .header-cell__title{font-size:var(--kup_fcell_font_size_extradense)}.density-extra_dense .group-cell-content>span.text{font-size:var(--kup_fcell_font_size_extradense);line-height:var(--kup_fcell_line_height_extradense)}.density-dense .header-cell__content,.density-dense tbody>tr.group td{padding:var(--kup-fcell-padding-dense, var(--kup_fcell_padding_dense))}.density-medium .header-cell__content,.density-medium tbody>tr.group>td{padding:var(--kup-fcell-padding-medium, var(--kup_fcell_padding_medium))}.density-wide .header-cell__content,.density-wide tbody>tr.group>td{padding:var(--kup-fcell-padding-wide, var(--kup_fcell_padding_wide))}.fontsize-small{font-size:calc(var(--kup_datatable_font_size) * 0.75);transition:font-size 0.1s}.fontsize-small .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1) !important}.fontsize-big{font-size:calc(var(--kup_datatable_font_size) * 1.25);transition:font-size 0.1s}.fontsize-big .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1.5) !important}th{background-color:var(--kup_datatable_th_background_color);border:var(--kup_datatable_th_border);border-left:0 none;box-sizing:border-box;top:0;touch-action:none;transition:background-color 0.25s ease;user-select:none}th:last-of-type{border-right:none}.header-cell__content{color:var(--kup-text-primary);display:flex;justify-content:space-between;padding:0.5em var(--kup-space-03);text-overflow:ellipsis;white-space:nowrap;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.header-cell--centered .header-cell__content{justify-content:center}.header-cell--is-number .header-cell__content{justify-content:flex-end}.header-cell__title{overflow:hidden;text-overflow:ellipsis;user-select:none}.header-cell__icons{display:flex}.header-cell__icons .kup-icon{background-color:var(--kup-text-primary)}.header-cell__drag-handler{background:var(--kup-border-strong);height:100%;position:absolute;right:0;top:0;touch-action:none;user-select:none;width:var(--kup-space-01)}.header-cell__drag-handler:hover{background:var(--kup-border-strong-hover)}.header-cell--sortable{cursor:pointer}.header-cell--is-icon{width:30px}tbody{cursor:auto}tbody td{height:0;padding:0;font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px;font-size:13px;outline:none}tbody td>*{border:none !important}tbody tr kup-button{max-width:max-content}tbody tr[kup-draggable]{opacity:0.5}tbody tr.selected td{background-color:var(--kup_datatable_background_color_selected)}tbody tr:hover:not(.group):not(.selected) td{color:var(--kup_datatable_text_color_hover);background-color:var(--kup_datatable_background_color_hover)}tbody tr.group{background:var(--kup-layer-1-selected);border-top:var(--kup_datatable_border);color:var(--kup-text-secondary);font-weight:bold;cursor:pointer}tbody tr.group.group-label{border-bottom:none}tbody tr.group.group-total{border-top:none;line-height:0.5em}tbody tr.group>td .group-cell-content .indent{float:left;margin-left:0.25em}tbody tr.group>td .group-cell-content>span{display:inline-flex;outline:none;margin-left:0.25em;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}tbody tr.group>td .group-cell-content .kup-icon{background-color:var(--kup-text-secondary)}tbody tr.group>td.total{border-bottom:1px solid var(--kup-border-subtle-selected);text-align:right;padding:0 var(--kup-space-03) 0.25em var(--kup-space-03);font-family:var(--kup_datatable_font_family_monospace)}tbody tr.group>td.total.negative-number{color:var(--kup-danger-color-60)}tbody tr>td{box-sizing:border-box;transition:box-shadow 0.1s}tbody tr>td .row-expander{margin-right:0.5em}tbody tr>td .row-action{margin-right:0.2em}tbody tr [row-select-cell]{min-height:40px}tbody tr td[row-action-cell]{width:calc(3em * var(--kup_datatable_row_actions))}tbody tr td[row-action-cell] .f-image{cursor:pointer;margin-left:0.75em;display:inline-block;opacity:1;transition:0.25s ease-in-out}tbody tr td[row-action-cell] .f-image:hover{opacity:0.5}.kup-icon.overlay-action{display:none;position:absolute;top:0.5em;left:calc(50% - 0.625em)}th:hover .kup-icon.overlay-action{display:block}thead th{position:relative;box-sizing:content-box}th.obj:hover span:not(.overlay-action){opacity:0.5}.hidden span{color:transparent;position:relative;text-overflow:ellipsis;transition:color 200ms}.hidden span:hover{color:var(--kup-text-secondary)}.group-wrapper{--kup-chip-margin:0 4px}.totals-value{font-weight:bold;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px;font-size:13px;font-family:var(--kup_datatable_font_family_monospace)}.totals-value.danger-text{color:var(--kup-danger-color-60) !important}.settings-trigger{cursor:pointer;display:block;width:32px;height:0;border-top-left-radius:25px 30px;border-top-right-radius:25px 30px;background-color:var(--kup-border-subtle);transition:height 0.25s}.settings-trigger.toggled{background-color:var(--kup-primary-color)}.settings-trigger.toggled .f-image__icon{background:var(--kup-text-on-primary-color) !important}.indent{display:inline-block;height:1em;width:2em}.indent~kup-image,.indent~kup-button{margin:0;vertical-align:middle}.indent~kup-image{display:inline-block}.indent~kup-button,.indent~kup-checkbox{display:inline-block}.actions-wrapper{display:flex;justify-content:flex-end;background-color:var(--kup-layer-1)}.actions-wrapper .insert-button .f-button .icon-button,.actions-wrapper .delete-button .f-button .icon-button,.actions-wrapper .history-button .f-button .icon-button,.actions-wrapper .save-button .f-button .icon-button{padding:0.55em}.actions-wrapper.paginator-top{border-left:var(--kup_datatable_border)}.kup-icon.kup-ascending-icon{-webkit-mask:var(--kup-ascending-icon);mask:var(--kup-ascending-icon)}.kup-icon.kup-collapsed-icon{-webkit-mask:var(--kup-collapsed-icon);mask:var(--kup-collapsed-icon)}.kup-icon.kup-descending-icon{-webkit-mask:var(--kup-descending-icon);mask:var(--kup-descending-icon)}.kup-icon.kup-expanded-icon{-webkit-mask:var(--kup-expanded-icon);mask:var(--kup-expanded-icon)}.kup-icon.kup-filter-remove-icon{-webkit-mask:var(--kup-filter-remove-icon);mask:var(--kup-filter-remove-icon)}.kup-icon.kup-key-icon{-webkit-mask:var(--kup-key-icon);mask:var(--kup-key-icon)}@media (max-width: 678px){.actions-wrapper{flex-direction:column-reverse}#kup-component.auto-width{width:auto}}:host([legacy-look]){--kup-textfield-background-color:transparent;--kup-fcell-width:100%;--kup-fcell-padding-extradense:0px;--kup-extradense-legacy-look-padding:var(--kup-space-00) var(--kup-space-03);--kup-textfield-extrasmall-padding:var(--kup-extradense-legacy-look-padding);--kup-textfield-extrasmall-height:20px}:host([legacy-look]) th .header-cell__content{font-family:var(--kup_datatable_font_family_monospace);white-space:pre !important;font-size:12px;padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell__text{padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell.extra_dense{min-height:var(--kup_fcell_extradense_min_height)}:host([legacy-look]) .f-cell.dense{min-height:var(--kup_fcell_dense_min_height)}:host([legacy-look]) .f-cell.medium{min-height:var(--kup_fcell_medium_min_height)}:host([legacy-look]) .f-cell.wide{min-height:var(--kup_fcell_wide_min_height)}:host([legacy-look]) table.row-separation>tbody>tr>td{box-shadow:0px 1px var(--kup-border-subtle);border-bottom:0px}.paginator-wrapper{display:flex;flex-flow:wrap}.paginator-tabs{width:100%}.paginator-tabs kup-paginator{display:inline-flex}.paginator-tabs kup-button{position:relative;height:100%;margin-left:0.25em;float:right}@media (max-width: 500px){.paginator-wrapper{min-width:fit-content}.above-wrapper.paginator-top{border-bottom:1px solid var(--kup-border-subtle)}}sticky-header{display:none}.persistent-header~sticky-header{background:var(--kup-gray-color-20);color:var(--kup-title-color);display:block;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity 0.25s ease-in-out;z-index:10}.persistent-header~sticky-header.activated{opacity:1;pointer-events:all}.persistent-header~sticky-header[hidden]{display:none}.persistent-header~sticky-header tr-sticky{display:inline-flex}.persistent-header~sticky-header th-sticky{box-sizing:border-box;display:inline-flex;padding:0 0.3125em}.persistent-header~sticky-header th-sticky .header-cell__content{width:100%}.fixed-column-r,.fixed-column,.fixed-row{background-color:var(--kup_datatable_background_color);color:var(--kup-text-color);position:sticky}thead .fixed-column-r,thead .fixed-column,thead .fixed-row,tfoot .fixed-column-r,tfoot .fixed-column,tfoot .fixed-row{z-index:10}table.custom-size th{position:sticky;inset-block-start:0;z-index:10}table.custom-size th.fixed-column,table.custom-size th.fixed-column-r{z-index:11}table.custom-size tfoot td{position:sticky;inset-block-end:0;z-index:10}table.custom-size tfoot td.fixed-column{z-index:11}tr:hover .fixed-row,tr:hover .fixed-column,tr:hover .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tr.selected .fixed-column,tr.selected .fixed-row,tr.selected .fixed-row-r{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-primary-color-rgb), 0.175) 0%, rgba(var(--kup-primary-color-rgb), 0.175) 0.1%, rgba(var(--kup-primary-color-rgb), 0.175))}.fixed-row{top:0;z-index:4}.fixed-column{left:0;z-index:6}.fixed-column.fixed-row{z-index:8}.fixed-column-r{right:0;z-index:6}.fixed-column-r.fixed-row{z-index:8}thead tr .fixed-column,thead tr:hover:not(.group):not(.selected) .fixed-column,thead tr .fixed-column-r,thead tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tfoot tr:hover:not(.group):not(.selected) .fixed-row,tfoot tr:hover:not(.group):not(.selected) .fixed-column,tfoot tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}:host([drag-enabled]) tr{touch-action:none}th[kup-drag-over]{background-color:rgba(var(--kup-success-color-rgb), 0.25)}th[kup-draggable]{cursor:grabbing !important;opacity:0.5}.droparea{animation:fade-in 0.25s ease-out;background:var(--kup_datatable_background_color);border-radius:8px;box-shadow:var(--kup-box-shadow);display:none;padding:1em 0.5em}.droparea--visible{display:flex}.droparea__groups{border:2px dashed var(--kup-text-color)}.droparea__remove{border:2px dashed var(--kup-danger-color-60)}.droparea__groups,.droparea__remove{background:var(--kup_datatable_background_color);box-shadow:var(--kup-box-shadow);display:block;height:50px;margin:0 0.5em;opacity:0.5;position:relative;transition:opacity 0.25s;width:50px}.droparea__groups .f-image,.droparea__remove .f-image{width:100%;position:absolute}.droparea__groups .f-image:first-of-type,.droparea__remove .f-image:first-of-type{opacity:1}.droparea__groups .f-image:last-of-type,.droparea__remove .f-image:last-of-type{opacity:0}.droparea__groups[kup-drag-over],.droparea__remove[kup-drag-over]{opacity:1}.droparea__groups[kup-drag-over] .f-image:first-of-type,.droparea__remove[kup-drag-over] .f-image:first-of-type{opacity:0}.droparea__groups[kup-drag-over] .f-image:last-of-type,.droparea__remove[kup-drag-over] .f-image:last-of-type{opacity:1}:host(.kup-cross-selection) #kup-component th.selected{box-shadow:inset 0px 4px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tbody td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.075)}:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-column,:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td{background-color:var(--kup-gray-color-20-hover)}:host(.kup-cross-selection) #kup-component tr.selected td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tr.selected td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.15)}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column.selected,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row.selected{background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.15) 0%, rgba(var(--kup-text-color-rgb), 0.15) 0.1%, rgba(var(--kup-text-color-rgb), 0.15))}:host(.kup-layout-fixed) #kup-component table{table-layout:fixed;width:100%}tr.clickable{cursor:pointer}.commands{display:flex;gap:1px}";
8627
+ const kupDataTableCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_datatable_background_color:var(\n --kup-datatable-background-color,\n var(--kup-layer-1)\n );--kup_datatable_th_background_color:var(\n --kup-datatable-th-background-color,\n var(--kup-layer-2)\n );--kup_datatable_background_color_selected:var(\n --kup-datatable-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_datatable_border:var(\n --kup-datatable-border-color,\n 1px solid var(--kup-border-subtle)\n );--kup_datatable_font_family:var(\n --kup-datatable-font-family,\n var(--kup-font-family)\n );--kup_datatable_font_family_monospace:var(\n --kup-datatable-font-family-monospace,\n var(--kup-font-family-monospace)\n );--kup_datatable_font_size:var(\n --kup-datatable-font-size,\n var(--kup-font-size)\n );--kup_fcell_line_height_extradense:var(\n --kup-fcell-line-height-extradense,\n 14px\n );--kup_fcell_font_size_extradense:var(--kup-fcell-font-size-extradense, 12px);--kup_datatable_th_border:var(\n --kup-datatable-th-border,\n 1px solid var(--kup-gray-color-30)\n );--kup_datatable_th_resize_handle_width:var(\n --kup-datatable-th-resize-handle-width,\n 3px\n );--kup_datatable_background_color_hover:var(\n --kup-datatable-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_datatable_text_color_hover:var(\n --kup-datatable-text-color-hover,\n var(--kup-text-primary)\n );--kup_card_text_color:var(--kup-card-text-color, var(--kup-text-secondary));--kup_fcell_padding_extradense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-01)\n );--kup_fcell_padding_dense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-03)\n );--kup_fcell_padding_medium:var(\n --kup-fcell-padding-medium,\n var(--kup-space-02) var(--kup-space-03)\n );--kup_fcell_padding_wide:var(\n --kup-fcell-padding-wide,\n var(--kup-space-04) var(--kup-space-03)\n );display:block;font-family:var(--kup_datatable_font_family);font-size:var(--kup_datatable_font_size);position:relative}:host([kup-toolbar]) .settings-trigger{height:12px}:host([kup-toolbar]) .customize-panel{visibility:visible}:host([force-one-line]) .f-cell__text{white-space:nowrap}#kup-component.auto-width{width:fit-content}table{background-color:var(--kup_datatable_background_color);border-spacing:0;border-collapse:separate;color:var(--kup_card_text_color);min-width:intrinsic;min-width:-moz-max-content;min-width:-webkit-max-content;text-align:left;width:100%}table.auto-width{min-width:auto;width:0}table>tbody>tr.focus td:first-of-type,table>tbody>tr[kup-drag-over] td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup_datatable_th_border)}table>tbody>tr:last-of-type>td{border-bottom:var(--kup_datatable_border)}table.border-top>tbody>tr:first-of-type>td{border-top:var(--kup_datatable_border)}table.row-separation>tbody>tr>td{border-bottom:var(--kup_datatable_border)}table.column-separation>tbody>tr>td{border-right:var(--kup_datatable_border)}table.noGrid,table.noGrid td{border:none}table tfoot tr td{background-color:var(--kup_datatable_background_color);border-bottom:var(--kup_datatable_border);border-right:var(--kup_datatable_border);box-sizing:border-box;height:36px;text-align:right;font-weight:bold;padding:0.5em var(--kup-space-03)}table tfoot tr td:hover{background-color:var(--kup_datatable_background_color)}table tfoot tr td:last-of-type{border-right:none}#global-filter{min-width:140px;width:100%;flex:1}#global-filter .f-text-field .mdc-text-field-container .mdc-text-field{border-bottom:none}.kup-icon:not(.f-image){background-color:var(--kup-title-color);margin:0 0.25em;height:1.25em;width:1.25em}.kup-icon:not(.f-image).kup-ascending-icon,.kup-icon:not(.f-image).kup-descending-icon,.kup-icon:not(.f-image).kup-key-icon,.kup-icon:not(.f-image).kup-filter-remove-icon{height:auto}.kup-icon:not(.f-image).kup-collapsed-icon,.kup-icon:not(.f-image).kup-expanded-icon{float:left}.kup-icon:not(.f-image).kup-filter-remove-icon,.kup-icon:not(.f-image).kup-key-icon{margin:0 0.25em}.below-wrapper{backface-visibility:hidden;height:auto;overflow:auto}.below-wrapper.custom-size{overflow:unset}.below-wrapper.custom-size table{overflow:auto}.below-wrapper:not(.custom-size){overflow-x:auto}.density-extra_dense .header-cell__content,.density-extra_dense tbody>tr.group td{padding:var(--kup-fcell-padding-extradense, var(--kup_fcell_padding_extradense))}.density-extra_dense .header-cell__title{font-size:var(--kup_fcell_font_size_extradense)}.density-extra_dense .group-cell-content>span.text{font-size:var(--kup_fcell_font_size_extradense);line-height:var(--kup_fcell_line_height_extradense)}.density-dense .header-cell__content,.density-dense tbody>tr.group td{padding:var(--kup-fcell-padding-dense, var(--kup_fcell_padding_dense))}.density-medium .header-cell__content,.density-medium tbody>tr.group>td{padding:var(--kup-fcell-padding-medium, var(--kup_fcell_padding_medium))}.density-wide .header-cell__content,.density-wide tbody>tr.group>td{padding:var(--kup-fcell-padding-wide, var(--kup_fcell_padding_wide))}.fontsize-small{font-size:calc(var(--kup_datatable_font_size) * 0.75);transition:font-size 0.1s}.fontsize-small .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1) !important}.fontsize-big{font-size:calc(var(--kup_datatable_font_size) * 1.25);transition:font-size 0.1s}.fontsize-big .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1.5) !important}th{background-color:var(--kup_datatable_th_background_color);border:var(--kup_datatable_th_border);border-left:0 none;box-sizing:border-box;top:0;touch-action:none;transition:background-color 0.25s ease;user-select:none}th:last-of-type{border-right:none}.header-cell__content{color:var(--kup-text-primary);display:flex;justify-content:space-between;padding:0.5em var(--kup-space-03);text-overflow:ellipsis;white-space:nowrap;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.header-cell--centered .header-cell__content{justify-content:center}.header-cell--is-number .header-cell__content{justify-content:flex-end}.header-cell__title{overflow:hidden;text-overflow:ellipsis;user-select:none}.header-cell__icons{display:flex}.header-cell__icons .kup-icon{background-color:var(--kup-text-primary)}.header-cell__drag-handler{background:var(--kup-border-strong);height:100%;position:absolute;right:0;top:0;touch-action:none;user-select:none;width:var(--kup-space-01)}.header-cell__drag-handler:hover{background:var(--kup-border-strong-hover)}.header-cell--sortable{cursor:pointer}.header-cell--is-icon{width:30px}tbody{cursor:auto}tbody td{height:0;padding:0;font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px;font-size:13px;outline:none}tbody td>*{border:none !important}tbody tr kup-button{max-width:max-content}tbody tr[kup-draggable]{opacity:0.5}tbody tr.selected td{background-color:var(--kup_datatable_background_color_selected)}tbody tr:hover:not(.group):not(.selected) td{color:var(--kup_datatable_text_color_hover);background-color:var(--kup_datatable_background_color_hover)}tbody tr.group{background:var(--kup-layer-1-selected);border-top:var(--kup_datatable_border);color:var(--kup-text-secondary);font-weight:bold;cursor:pointer}tbody tr.group.group-label{border-bottom:none}tbody tr.group.group-total{border-top:none;line-height:0.5em}tbody tr.group>td .group-cell-content .indent{float:left;margin-left:0.25em}tbody tr.group>td .group-cell-content>span{display:inline-flex;outline:none;margin-left:0.25em;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}tbody tr.group>td .group-cell-content .kup-icon{background-color:var(--kup-text-secondary)}tbody tr.group>td.total{border-bottom:1px solid var(--kup-border-subtle-selected);text-align:right;padding:0 var(--kup-space-03) 0.25em var(--kup-space-03);font-family:var(--kup_datatable_font_family_monospace)}tbody tr.group>td.total.negative-number{color:var(--kup-danger-color-60)}tbody tr>td{box-sizing:border-box;transition:box-shadow 0.1s}tbody tr>td .row-expander{margin-right:0.5em}tbody tr>td .row-action{margin-right:0.2em}tbody tr [row-select-cell]{min-height:40px}tbody tr td[row-action-cell]{width:calc(3em * var(--kup_datatable_row_actions))}tbody tr td[row-action-cell] .f-image{cursor:pointer;margin-left:0.75em;display:inline-block;opacity:1;transition:0.25s ease-in-out}tbody tr td[row-action-cell] .f-image:hover{opacity:0.5}.kup-icon.overlay-action{display:none;position:absolute;top:0.5em;left:calc(50% - 0.625em)}th:hover .kup-icon.overlay-action{display:block}thead th{position:relative;box-sizing:content-box}th.obj:hover span:not(.overlay-action){opacity:0.5}.hidden span{color:transparent;position:relative;text-overflow:ellipsis;transition:color 200ms}.hidden span:hover{color:var(--kup-text-secondary)}.group-wrapper{--kup-chip-margin:0 4px}.totals-value{font-weight:bold;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px;font-size:13px;font-family:var(--kup_datatable_font_family_monospace)}.totals-value.danger-text{color:var(--kup-danger-color-60) !important}.settings-trigger{cursor:pointer;display:block;width:32px;height:0;border-top-left-radius:25px 30px;border-top-right-radius:25px 30px;background-color:var(--kup-border-subtle);transition:height 0.25s}.settings-trigger.toggled{background-color:var(--kup-primary-color)}.settings-trigger.toggled .f-image__icon{background:var(--kup-text-on-primary-color) !important}.indent{display:inline-block;height:1em;width:2em}.indent~kup-image,.indent~kup-button{margin:0;vertical-align:middle}.indent~kup-image{display:inline-block}.indent~kup-button,.indent~kup-checkbox{display:inline-block}.actions-wrapper{display:flex;justify-content:flex-end;background-color:var(--kup-layer-1)}.actions-wrapper .insert-button .f-button .icon-button,.actions-wrapper .delete-button .f-button .icon-button,.actions-wrapper .history-button .f-button .icon-button,.actions-wrapper .save-button .f-button .icon-button{padding:0.55em}.actions-wrapper.paginator-top{border-left:var(--kup_datatable_border)}.kup-icon.kup-ascending-icon{-webkit-mask:var(--kup-ascending-icon);mask:var(--kup-ascending-icon)}.kup-icon.kup-collapsed-icon{-webkit-mask:var(--kup-collapsed-icon);mask:var(--kup-collapsed-icon)}.kup-icon.kup-descending-icon{-webkit-mask:var(--kup-descending-icon);mask:var(--kup-descending-icon)}.kup-icon.kup-expanded-icon{-webkit-mask:var(--kup-expanded-icon);mask:var(--kup-expanded-icon)}.kup-icon.kup-filter-remove-icon{-webkit-mask:var(--kup-filter-remove-icon);mask:var(--kup-filter-remove-icon)}.kup-icon.kup-key-icon{-webkit-mask:var(--kup-key-icon);mask:var(--kup-key-icon)}@media (max-width: 830px){.actions-wrapper{flex-direction:column-reverse}#kup-component.auto-width{width:auto}}:host([legacy-look]){--kup-textfield-background-color:transparent;--kup-fcell-width:100%;--kup-fcell-padding-extradense:0px;--kup-extradense-legacy-look-padding:var(--kup-space-00) var(--kup-space-03);--kup-textfield-extrasmall-padding:var(--kup-extradense-legacy-look-padding);--kup-textfield-extrasmall-height:20px}:host([legacy-look]) th .header-cell__content{font-family:var(--kup_datatable_font_family_monospace);white-space:pre !important;font-size:12px;padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell__text{padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell.extra_dense{min-height:var(--kup_fcell_extradense_min_height)}:host([legacy-look]) .f-cell.dense{min-height:var(--kup_fcell_dense_min_height)}:host([legacy-look]) .f-cell.medium{min-height:var(--kup_fcell_medium_min_height)}:host([legacy-look]) .f-cell.wide{min-height:var(--kup_fcell_wide_min_height)}:host([legacy-look]) table.row-separation>tbody>tr>td{box-shadow:0px 1px var(--kup-border-subtle);border-bottom:0px}.paginator-wrapper{display:flex;flex-flow:wrap}.paginator-tabs{width:100%;display:flex}.paginator-tabs kup-paginator{display:inline-flex}.paginator-tabs kup-button{position:relative;height:100%;margin-left:0.25em;float:right}@media (max-width: 830px){.above-wrapper.paginator-top{border-bottom:1px solid var(--kup-border-subtle)}}@media (max-width: 500px){.paginator-wrapper{min-width:fit-content}}sticky-header{display:none}.persistent-header~sticky-header{background:var(--kup-gray-color-20);color:var(--kup-title-color);display:block;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity 0.25s ease-in-out;z-index:10}.persistent-header~sticky-header.activated{opacity:1;pointer-events:all}.persistent-header~sticky-header[hidden]{display:none}.persistent-header~sticky-header tr-sticky{display:inline-flex}.persistent-header~sticky-header th-sticky{box-sizing:border-box;display:inline-flex;padding:0 0.3125em}.persistent-header~sticky-header th-sticky .header-cell__content{width:100%}.fixed-column-r,.fixed-column,.fixed-row{background-color:var(--kup_datatable_background_color);color:var(--kup-text-color);position:sticky}thead .fixed-column-r,thead .fixed-column,thead .fixed-row,tfoot .fixed-column-r,tfoot .fixed-column,tfoot .fixed-row{z-index:10}table.custom-size th{position:sticky;inset-block-start:0;z-index:10}table.custom-size th.fixed-column,table.custom-size th.fixed-column-r{z-index:11}table.custom-size tfoot td{position:sticky;inset-block-end:0;z-index:10}table.custom-size tfoot td.fixed-column{z-index:11}tr:hover .fixed-row,tr:hover .fixed-column,tr:hover .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tr.selected .fixed-column,tr.selected .fixed-row,tr.selected .fixed-row-r{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-primary-color-rgb), 0.175) 0%, rgba(var(--kup-primary-color-rgb), 0.175) 0.1%, rgba(var(--kup-primary-color-rgb), 0.175))}.fixed-row{top:0;z-index:4}.fixed-column{left:0;z-index:6}.fixed-column.fixed-row{z-index:8}.fixed-column-r{right:0;z-index:6}.fixed-column-r.fixed-row{z-index:8}thead tr .fixed-column,thead tr:hover:not(.group):not(.selected) .fixed-column,thead tr .fixed-column-r,thead tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tfoot tr:hover:not(.group):not(.selected) .fixed-row,tfoot tr:hover:not(.group):not(.selected) .fixed-column,tfoot tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}:host([drag-enabled]) tr{touch-action:none}th[kup-drag-over]{background-color:rgba(var(--kup-success-color-rgb), 0.25)}th[kup-draggable]{cursor:grabbing !important;opacity:0.5}.droparea{animation:fade-in 0.25s ease-out;background:var(--kup_datatable_background_color);border-radius:8px;box-shadow:var(--kup-box-shadow);display:none;padding:1em 0.5em}.droparea--visible{display:flex}.droparea__groups{border:2px dashed var(--kup-text-color)}.droparea__remove{border:2px dashed var(--kup-danger-color-60)}.droparea__groups,.droparea__remove{background:var(--kup_datatable_background_color);box-shadow:var(--kup-box-shadow);display:block;height:50px;margin:0 0.5em;opacity:0.5;position:relative;transition:opacity 0.25s;width:50px}.droparea__groups .f-image,.droparea__remove .f-image{width:100%;position:absolute}.droparea__groups .f-image:first-of-type,.droparea__remove .f-image:first-of-type{opacity:1}.droparea__groups .f-image:last-of-type,.droparea__remove .f-image:last-of-type{opacity:0}.droparea__groups[kup-drag-over],.droparea__remove[kup-drag-over]{opacity:1}.droparea__groups[kup-drag-over] .f-image:first-of-type,.droparea__remove[kup-drag-over] .f-image:first-of-type{opacity:0}.droparea__groups[kup-drag-over] .f-image:last-of-type,.droparea__remove[kup-drag-over] .f-image:last-of-type{opacity:1}:host(.kup-cross-selection) #kup-component th.selected{box-shadow:inset 0px 4px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tbody td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.075)}:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-column,:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td{background-color:var(--kup-gray-color-20-hover)}:host(.kup-cross-selection) #kup-component tr.selected td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tr.selected td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.15)}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column.selected,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row.selected{background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.15) 0%, rgba(var(--kup-text-color-rgb), 0.15) 0.1%, rgba(var(--kup-text-color-rgb), 0.15))}:host(.kup-layout-fixed) #kup-component table{table-layout:fixed;width:100%}tr.clickable{cursor:pointer}.commands{display:flex;gap:1px}";
8624
8628
  const KupDataTableStyle0 = kupDataTableCss;
8625
8629
 
8626
8630
  var __classPrivateFieldGet$8 = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
@@ -9061,7 +9065,7 @@ const KupDataTable = class {
9061
9065
  computeMaxRowsPerPage() {
9062
9066
  var _a, _b, _c, _d;
9063
9067
  if (((_b = (_a = this.data) === null || _a === void 0 ? void 0 : _a.columns) === null || _b === void 0 ? void 0 : _b.length) > 0 && ((_d = (_c = this.data) === null || _c === void 0 ? void 0 : _c.rows) === null || _d === void 0 ? void 0 : _d.length) > 0) {
9064
- const columnsNumber = this.data.columns.length;
9068
+ const columnsNumber = this.getVisibleColumns().length;
9065
9069
  const rowsNumber = this.data.rows.length;
9066
9070
  const perfTuning = __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfTuning;
9067
9071
  perfTuning.maxRowsPerPageProvider(columnsNumber, rowsNumber, (maxRows) => {
@@ -10059,7 +10063,7 @@ const KupDataTable = class {
10059
10063
  __classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
10060
10064
  let rows = null;
10061
10065
  if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
10062
- rows = (h("tr", { key: '07ec46c9a424095e068b11ec69c3a174c367e71f', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '0815316e29d0de0c08707ab2884c154e9fcfd842', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10066
+ rows = (h("tr", { key: '65b3fb40eaad33e6d3c3bcb8f160b69856ecf701', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '5e670d0765de2341365a739bc3f825e78721ac25', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10063
10067
  }
10064
10068
  else {
10065
10069
  rows = [];
@@ -10135,7 +10139,7 @@ const KupDataTable = class {
10135
10139
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
10136
10140
  });
10137
10141
  }
10138
- groupChips = h(FChip, Object.assign({ key: 'b9787d6ffd1c934371490794b42cdfdea1c01038' }, props));
10142
+ groupChips = h(FChip, Object.assign({ key: '5b8732380a56359aef620c40b29c64159570f9d9' }, props));
10139
10143
  }
10140
10144
  }
10141
10145
  const tableClass = {
@@ -10167,7 +10171,7 @@ const KupDataTable = class {
10167
10171
  if (this.headerIsPersistent &&
10168
10172
  this.tableHeight === undefined &&
10169
10173
  this.tableWidth === undefined) {
10170
- stickyEl = (h("sticky-header", { key: 'b39ba6e2f3d690191289485213c40b332b1d26b5', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'b0a7cd9c667abc832d623bf50b59ca5805f27201' }, h("tr-sticky", { key: 'b6d8cba262f07d876f155e8e9aab2513b1ab87a1' }, stickyHeader))));
10174
+ stickyEl = (h("sticky-header", { key: 'f4209dc154f69639a46e566999616b493caed499', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'de05e2fbcb98a9d1beaf6a9ae903219398d80478' }, h("tr-sticky", { key: 'd4df92b29c1a2328f1095e852fee3a98495ef33c' }, stickyHeader))));
10171
10175
  }
10172
10176
  let belowClass = 'below-wrapper';
10173
10177
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -10213,7 +10217,7 @@ const KupDataTable = class {
10213
10217
  const useGlobalFilter = !this.legacyLook &&
10214
10218
  (this.globalFilter ||
10215
10219
  this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
10216
- const compCreated = (h(Host, { key: 'dae64eb7127e6224a3e70901fd95ab5e01184637', "onKup-drop": (e) => {
10220
+ const compCreated = (h(Host, { key: '9a17685f40d632c7cb18a342236f99f96825120d', "onKup-drop": (e) => {
10217
10221
  this.kupDataTableDrop.emit(e.detail);
10218
10222
  }, "onKup-cell-input": (e) => {
10219
10223
  autoselectOnAction(e);
@@ -10228,11 +10232,11 @@ const KupDataTable = class {
10228
10232
  this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
10229
10233
  }, "onKup-objectfield-selectedmenuitem": (e) => {
10230
10234
  this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
10231
- } }, h("style", { key: 'eb3cf7aad6a0000d4392fae00b54cd2e55c45b1e' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h("div", { key: 'b5cf011078c5cb66c3ea0e35d56876321db2d741', id: componentWrapperId, class: wrapClass }, h("div", { key: '3eee618cb47ea8dfffa99d579539a77399821d8b', class: "group-wrapper" }, groupChips), h("div", { key: '9cdd14af5170a3db5ae3ee9a9cba45b41443100a', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
10235
+ } }, h("style", { key: '79ace6176b404970802c44e116bfe85eb4f97585' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h("div", { key: '351cd4f3fa636ae8aac9b789ab5ddf2161b17942', id: componentWrapperId, class: wrapClass }, h("div", { key: '32ec90f3dc78d10462e5e5ef8a4ef0684cdcff36', class: "group-wrapper" }, groupChips), h("div", { key: '41c4515d9d59078f867aa638cdd3b9ea0f157d45', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
10232
10236
  const t = event.target;
10233
10237
  window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
10234
10238
  __classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
10235
- } }))) : null, h("div", { key: '738986c7da7d958e11d20a888879fe88990c6661', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
10239
+ } }))) : null, paginatorTop && (h("div", { key: 'cabedeb68bcfe2cf6a99deff4d591a9a9ee29bb3', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10236
10240
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
10237
10241
  this.kupSave.emit({
10238
10242
  comp: this,
@@ -10282,9 +10286,9 @@ const KupDataTable = class {
10282
10286
  this.data.rows.unshift(row);
10283
10287
  await this.refresh(true);
10284
10288
  }
10285
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'bc2478aff69fa98876ff08b2f4fff283fead57ee', class: "droparea", ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10289
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'eb03546e0494b0185762bcbef91938c67fb67f71', class: "droparea", ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10286
10290
  ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10287
- : null), h("div", { key: 'e638d996e1824aa362f60000451fdeb522422593', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10291
+ : null), h("div", { key: '1c23ebbebedf9b71f1774dc9a719a814ae2d9342', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10288
10292
  ? [
10289
10293
  h("div", { class: "settings-trigger", onClick: () => {
10290
10294
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10293,7 +10297,7 @@ const KupDataTable = class {
10293
10297
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10294
10298
  this.renderCustomizePanel(),
10295
10299
  ]
10296
- : null, h("table", { key: '9170bbb26e1a0d1e9e18668df90edc9324271e15', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10300
+ : null, h("table", { key: '0c641583cbf04c513aa98d0dce01ca6d9b8c011c', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10297
10301
  ev.stopPropagation();
10298
10302
  }, onPointerDown: (e) => {
10299
10303
  __classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
@@ -10301,7 +10305,7 @@ const KupDataTable = class {
10301
10305
  __classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
10302
10306
  }, onContextMenu: (e) => {
10303
10307
  e.preventDefault();
10304
- } }, h("thead", { key: 'f5712e5ee848bd8500bb3ba4db462c67690a51bd', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'f31395dd72d13b0ae9746db64fa2505dad92c083' }, header)), h("tbody", { key: '084950706c42cb528f9e8eb1ab38f8bcd96e8417' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10308
+ } }, h("thead", { key: '19ba63a8356e15878207df1c167825c7089dcb43', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '14477c0152f8a5dc08c6ca4adbff833c6f04713a' }, header)), h("tbody", { key: '1a91bb716cea4d295c659e30006385ac3c0081d6' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10305
10309
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
10306
10310
  return compCreated;
10307
10311
  }
@@ -10341,6 +10345,7 @@ const KupDataTable = class {
10341
10345
  "currentPage": ["recalculateRows"],
10342
10346
  "currentRowsPerPage": ["recalculateRows"],
10343
10347
  "data": ["identifyAndInitRows", "decorateAndInitForUpdTable", "computeMaxRowsPerPage"],
10348
+ "visibleColumns": ["computeMaxRowsPerPage"],
10344
10349
  "groups": ["recalculateRowsAndUndoSelections"],
10345
10350
  "fixedColumns": ["controlFixedRowsColumns"],
10346
10351
  "fixedColumnsR": ["controlFixedRowsColumns"],
@@ -14195,10 +14200,12 @@ KupDropdownButton.style = KupDropdownButtonStyle0;
14195
14200
  var KupFileUploadProps;
14196
14201
  (function (KupFileUploadProps) {
14197
14202
  KupFileUploadProps["customStyle"] = "Custom style of the component.";
14198
- KupFileUploadProps["data"] = "Actual data of the input file upload.";
14203
+ KupFileUploadProps["pathString"] = "The initial filepaths.";
14204
+ KupFileUploadProps["FupMul"] = "Sets the multiple upload.";
14205
+ KupFileUploadProps["FupAut"] = "Sets the auto upload of select file";
14199
14206
  })(KupFileUploadProps || (KupFileUploadProps = {}));
14200
14207
 
14201
- const kupFileUploadCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_upload_icon_color:var(--kup-upload-icon-color, var(--kup-icon-color));--kup_upload_border_color:var(\n --kup-upload-border-color,\n var(--kup-gray-color-30)\n );flex:1}:host .file-upload-spinner>*{opacity:0.6;pointer-events:none}:host .file-upload-spinner>file-upload__spinner-container{opacity:1}:host .file-upload{display:flex;flex-direction:column;gap:1em;border:2px dashed var(--kup_upload_border_color);border-radius:4px;padding:1em;position:relative}:host .file-upload__buttons{display:flex;gap:1em;align-items:center;justify-content:center}:host .file-upload__buttons .spinner{height:48px;margin:auto;width:48px}:host .file-upload__list{display:flex;flex-direction:column;gap:1em}:host .file-upload__list__item{display:flex;gap:1em;align-items:center}:host .file-upload__list__item__preview{height:3em;width:3em;display:flex;align-items:center}:host .file-upload__list__item__desc{width:14em}:host .file-upload__list__item__clear{background-color:var(--kup_upload_icon_color);cursor:pointer;height:16px;width:16px;min-width:16px;min-height:16px;outline:none;pointer-events:all;-webkit-mask:var(--kup-clear-icon);mask:var(--kup-clear-icon)}:host .file-upload__list__item__clear:hover{background-color:var(--kup-danger-color-60)}:host .file-upload__spinner-container{height:calc(100% - 2em);width:20%;position:absolute;left:40%}";
14208
+ const kupFileUploadCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_upload_icon_color:var(--kup-upload-icon-color, var(--kup-icon-color));--kup_upload_border_color:var(\n --kup-upload-border-color,\n var(--kup-gray-color-30)\n );flex:1;min-width:360px}:host .file-upload-spinner>*{opacity:0.6;pointer-events:none}:host .file-upload-spinner>file-upload__spinner-container{opacity:1}:host .file-upload{display:flex;flex-direction:column;gap:1em;border:2px dashed var(--kup_upload_border_color);border-radius:4px;padding:1em;position:relative}:host .file-upload__buttons{display:flex;gap:1em;align-items:center;justify-content:center}:host .file-upload__buttons .spinner{height:48px;margin:auto;width:48px}:host .file-upload__error{display:flex;justify-content:center}:host .file-upload__error .mdc-error-message{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px;color:var(--kup-danger-color-60)}:host .file-upload__list{display:flex;flex-direction:column;gap:1em}:host .file-upload__list__item{display:flex;gap:1em;align-items:center}:host .file-upload__list__item__preview{height:3em;width:3em;display:flex;align-items:center}:host .file-upload__list__item__desc{width:14em}:host .file-upload__list__item__clear{background-color:var(--kup_upload_icon_color);cursor:pointer;height:16px;width:16px;min-width:16px;min-height:16px;outline:none;pointer-events:all;-webkit-mask:var(--kup-clear-icon);mask:var(--kup-clear-icon)}:host .file-upload__list__item__clear:hover{background-color:var(--kup-danger-color-60)}:host .file-upload__spinner-container{height:calc(100% - 2em);width:20%;position:absolute;left:40%}";
14202
14209
  const KupFileUploadStyle0 = kupFileUploadCss;
14203
14210
 
14204
14211
  var __classPrivateFieldGet$6 = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
@@ -14214,6 +14221,7 @@ const KupFileUpload = class {
14214
14221
  registerInstance(this, hostRef);
14215
14222
  this.kupReady = createEvent(this, "kup-file-upload-ready", 6);
14216
14223
  this.kupUpload = createEvent(this, "kup-file-upload-upload", 6);
14224
+ this.kupChange = createEvent(this, "kup-file-upload-change", 6);
14217
14225
  _KupFileUpload_instances.add(this);
14218
14226
  //#endregion
14219
14227
  //#region VARIABLES
@@ -14235,18 +14243,36 @@ const KupFileUpload = class {
14235
14243
  ],
14236
14244
  ]));
14237
14245
  this.customStyle = '';
14238
- this.data = null;
14246
+ this.pathString = null;
14247
+ this.FupMul = 'false';
14248
+ this.FupAut = 'false';
14249
+ this.FupDir = null;
14250
+ this.error = undefined;
14239
14251
  this.inputRef = undefined;
14240
- this.files = [];
14252
+ this.tempFiles = [];
14253
+ this.pathFiles = [];
14241
14254
  this.uploadSuccess = false;
14242
14255
  this.showSpinner = false;
14256
+ this.multiUpload = false;
14257
+ this.autoUpload = false;
14243
14258
  }
14244
14259
  //#endregion
14245
14260
  //#region WATCHERS
14246
14261
  /*-------------------------------------------------*/
14247
14262
  /* W a t c h e r s */
14248
14263
  /*-------------------------------------------------*/
14249
- onDataChanged() { }
14264
+ onDataChanged() {
14265
+ var _a;
14266
+ this.uploadSuccess = false;
14267
+ __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleCancel).call(this);
14268
+ this.pathFiles = ((_a = this.pathString) === null || _a === void 0 ? void 0 : _a.split(';')) || [];
14269
+ }
14270
+ onFupMulChanged() {
14271
+ this.multiUpload = this.FupMul === 'true';
14272
+ }
14273
+ onFupAutChanged() {
14274
+ this.autoUpload = this.FupAut === 'true';
14275
+ }
14250
14276
  //#endregion
14251
14277
  //#region PUBLIC METHODS
14252
14278
  /*-------------------------------------------------*/
@@ -14277,11 +14303,19 @@ const KupFileUpload = class {
14277
14303
  * Sets upload has been successfull to show success message.
14278
14304
  * @param {boolean} success - Boolean to set if upload has been successfull.
14279
14305
  */
14280
- async setSuccess(success) {
14306
+ async setSuccess(success, pathFiles) {
14281
14307
  this.setLoading(false);
14282
- if (success) {
14308
+ if (success && pathFiles) {
14283
14309
  __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleCancel).call(this);
14284
14310
  this.uploadSuccess = success;
14311
+ this.pathFiles = this.multiUpload
14312
+ ? [...this.pathFiles, ...pathFiles.split(';')]
14313
+ : [pathFiles.split(';')[0]];
14314
+ this.kupChange.emit({
14315
+ comp: this,
14316
+ id: this.rootElement.id,
14317
+ value: this.pathFiles.join(';'),
14318
+ });
14285
14319
  }
14286
14320
  }
14287
14321
  /**
@@ -14300,6 +14334,8 @@ const KupFileUpload = class {
14300
14334
  __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").debug.logLoad(this, false);
14301
14335
  __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.register(this);
14302
14336
  __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").theme.register(this);
14337
+ this.multiUpload = this.FupMul === 'true';
14338
+ this.autoUpload = this.FupAut === 'true';
14303
14339
  }
14304
14340
  componentDidLoad() {
14305
14341
  this.kupReady.emit({ comp: this, id: this.rootElement.id });
@@ -14312,10 +14348,10 @@ const KupFileUpload = class {
14312
14348
  __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").debug.logRender(this, true);
14313
14349
  }
14314
14350
  render() {
14315
- return (h(Host, { key: 'c1d2c71efa28c233051bdfeb1535bcb07149c660' }, h("style", { key: '9fb2a5e633f49bac0fe1c8673869ac8b29c1272b' }, __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'b43469650151abf962aba80f54e15343c2a95767', id: componentWrapperId }, h("div", { key: '18489f11209ad6cf55c2de3e232b2b0888a4f505', class: {
14351
+ return (h(Host, { key: 'f412a49eeb30049bdc81a66ab6337e3cfba02b81' }, h("style", { key: '00f66f5328af5e41c35576acbdc73d84b9152cfc' }, __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '7a5f52038e5b41ed7639a2acc0db051b14c5e6e4', id: componentWrapperId }, h("div", { key: 'aff6d5be5a5ca600a1950a2195f9a26ae6f164c6', class: {
14316
14352
  'file-upload': true,
14317
14353
  'file-upload-spinner': this.showSpinner,
14318
- }, onDrop: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleDrop).bind(this), onDragOver: (event) => event.preventDefault() }, h("input", { key: '8a700a42c034d2604bfe84199212123dd082c64a', type: "file", ref: (el) => (this.inputRef = el), onChange: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleFileChange).bind(this), multiple: true, hidden: true }), h("div", { key: '5279ca7bbb0468519c8cb4ae223c0d4e1e6dc7a5', class: "file-upload__buttons" }, h(FButton, { key: '76b00cac757d67e629a043f123217cdbc0b3dc58', icon: "upload", label: __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.CHOOSE), onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleClick).bind(this) }), h(FButton, { key: 'ddec08321006f92257b336530f168cbabcdb0796', icon: "save", disabled: !this.files.length, label: __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.UPLOAD), onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_uploadClick).bind(this), styling: FButtonStyling.FLAT }), h(FButton, { key: '1e70cb49c36286d5e72dd412b776c9002194102e', icon: "clear", disabled: !this.files.length, label: __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.ABORT), onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleCancel).bind(this), styling: FButtonStyling.FLAT })), this.uploadSuccess ? (h("span", null, __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageUpload.SUCCESS))) : (h("div", { class: "file-upload__list" }, this.files.map((file, i) => (h("div", { class: "file-upload__list__item" }, h("div", { class: "file-upload__list__item__preview" }, h(FImage, { resource: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_getPreview).call(this, file) })), h("span", { class: "file-upload__list__item__desc", title: file.name }, __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_trimFileName).call(this, file.name)), h("span", { class: "file-upload__list__item__clear", onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleFileRemove).bind(this, i) })))))), this.showSpinner && (h("div", { key: 'f6a8de73c3109a9067866628f78698150bc83bdc', class: "file-upload__spinner-container" }, h("kup-spinner", { key: 'ca00b8efcae2be30f8ea5028d6c2a7e3839d63a4', active: true, layout: 14, dimensions: "7px" })))))));
14354
+ }, onDrop: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleDrop).bind(this), onDragOver: (event) => event.preventDefault() }, h("input", { key: '2d7d9cce86ee2dccb4183105bd2f87fbfbd8e771', type: "file", ref: (el) => (this.inputRef = el), onChange: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleFileChange).bind(this), multiple: this.multiUpload, hidden: true }), h("div", { key: 'ed2ab48eb2cb2c6cfde66c1cc3ffd82a40ec25b9', class: "file-upload__buttons" }, h(FButton, { key: '419105498c36ca6b6af5ca01d5ec7c751e593172', icon: "upload", label: __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.CHOOSE), onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleClick).bind(this) }), !this.autoUpload && (h(Fragment, { key: '1b7549c1063dd8c2f17b17b1b8c59ef02937c66d' }, h(FButton, { key: 'c67ce873043022be3d1d2f7bddad747940993b2f', icon: "save", disabled: !this.tempFiles.length, label: __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.UPLOAD), onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_uploadClick).bind(this), styling: FButtonStyling.FLAT }), h(FButton, { key: '4c6779d87c9bf1fc272afdab69b798aedfc222fc', icon: "clear", disabled: !this.tempFiles.length, label: __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.ABORT), onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleCancel).bind(this), styling: FButtonStyling.FLAT })))), this.error && (h("div", { key: '39033957eb653997df1241f583bb361fe424ae42', class: "file-upload__error" }, h("span", { key: 'b862700c37fac995a820c8a0e21a168486f097ae', class: "mdc-error-message" }, this.error))), this.uploadSuccess ? (h("span", null, __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageUpload.SUCCESS))) : (h("div", { class: "file-upload__list" }, this.tempFiles.map((file, i) => (h("div", { class: "file-upload__list__item" }, h("div", { class: "file-upload__list__item__preview" }, h(FImage, { resource: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_getPreview).call(this, file), placeholderResource: "file" })), h("span", { class: "file-upload__list__item__desc", title: file.name }, __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_trimFileName).call(this, file.name)), h("span", { class: "file-upload__list__item__clear", onClick: __classPrivateFieldGet$6(this, _KupFileUpload_instances, "m", _KupFileUpload_handleFileRemove).bind(this, i) })))))), this.pathFiles.length ? (h("div", { class: "file-upload__list" }, this.pathFiles.map((path, i) => (h("span", { class: "file-upload__list__item" }, h("span", null, i + 1, ". ", path)))))) : null, this.showSpinner && (h("div", { key: '33fae247104f72981e072659f04f7fff71e0785a', class: "file-upload__spinner-container" }, h("kup-spinner", { key: 'f86cb406e5b9476c9f37f02845b48e8b41ca191d', active: true, layout: 14, dimensions: "7px" })))))));
14319
14355
  }
14320
14356
  disconnectedCallback() {
14321
14357
  __classPrivateFieldGet$6(this, _KupFileUpload_kupManager, "f").language.unregister(this);
@@ -14323,19 +14359,31 @@ const KupFileUpload = class {
14323
14359
  }
14324
14360
  get rootElement() { return getElement$1(this); }
14325
14361
  static get watchers() { return {
14326
- "data": ["onDataChanged"]
14362
+ "pathString": ["onDataChanged"],
14363
+ "FupMul": ["onFupMulChanged"],
14364
+ "FupAut": ["onFupAutChanged"]
14327
14365
  }; }
14328
14366
  };
14329
14367
  _KupFileUpload_kupManager = new WeakMap(), _KupFileUpload_previewMap = new WeakMap(), _KupFileUpload_instances = new WeakSet(), _KupFileUpload_handleClick = function _KupFileUpload_handleClick() {
14330
14368
  this.inputRef.click();
14331
14369
  }, _KupFileUpload_handleFileChange = function _KupFileUpload_handleFileChange(event) {
14332
14370
  this.uploadSuccess = false;
14371
+ this.error = '';
14333
14372
  const newFiles = Array.from(event.target.files);
14334
- this.files = [...this.files, ...newFiles];
14373
+ this.tempFiles = [...this.tempFiles, ...newFiles];
14374
+ this.inputRef.value = '';
14375
+ if (this.autoUpload) {
14376
+ this.kupUpload.emit({
14377
+ comp: this,
14378
+ id: this.rootElement.id,
14379
+ files: this.tempFiles,
14380
+ });
14381
+ this.setLoading(true);
14382
+ }
14335
14383
  }, _KupFileUpload_handleFileRemove = function _KupFileUpload_handleFileRemove(index) {
14336
- this.files = [
14337
- ...this.files.splice(0, index),
14338
- ...this.files.splice(index + 1),
14384
+ this.tempFiles = [
14385
+ ...this.tempFiles.splice(0, index),
14386
+ ...this.tempFiles.splice(index + 1),
14339
14387
  ];
14340
14388
  }, _KupFileUpload_handleDrop = function _KupFileUpload_handleDrop(event) {
14341
14389
  event.preventDefault();
@@ -14343,10 +14391,10 @@ _KupFileUpload_kupManager = new WeakMap(), _KupFileUpload_previewMap = new WeakM
14343
14391
  const droppedFiles = event.dataTransfer.files;
14344
14392
  if (droppedFiles.length > 0) {
14345
14393
  const newFiles = Array.from(droppedFiles);
14346
- this.files = [...this.files, ...newFiles];
14394
+ this.tempFiles = [...this.tempFiles, ...newFiles];
14347
14395
  }
14348
14396
  }, _KupFileUpload_handleCancel = function _KupFileUpload_handleCancel() {
14349
- this.files = [];
14397
+ this.tempFiles = [];
14350
14398
  }, _KupFileUpload_getPreview = function _KupFileUpload_getPreview(file) {
14351
14399
  const previewIcon = __classPrivateFieldGet$6(this, _KupFileUpload_previewMap, "f").get(file.type);
14352
14400
  if (!previewIcon) {
@@ -14368,7 +14416,7 @@ _KupFileUpload_kupManager = new WeakMap(), _KupFileUpload_previewMap = new WeakM
14368
14416
  this.kupUpload.emit({
14369
14417
  comp: this,
14370
14418
  id: this.rootElement.id,
14371
- files: this.files,
14419
+ files: this.tempFiles,
14372
14420
  });
14373
14421
  this.setLoading(true);
14374
14422
  };
@@ -14809,7 +14857,7 @@ const KupForm = class {
14809
14857
  render() {
14810
14858
  let formContent = null;
14811
14859
  if (this.data.rows.length === 0) {
14812
- formContent = (h("p", { key: 'cf8c793fae4b7ab811ed6385dd446ce1603d4921' }, this.kupManager.language.translate(KupLanguageGeneric.EMPTY_DATA)));
14860
+ formContent = (h("p", { key: '103de9b30f44f7958a691e5dccc8698e49ca76cf' }, this.kupManager.language.translate(KupLanguageGeneric.EMPTY_DATA)));
14813
14861
  }
14814
14862
  else {
14815
14863
  const rows = this.data.rows;
@@ -14820,7 +14868,7 @@ const KupForm = class {
14820
14868
  formContent.push(this.renderRow(rows[cnt++]));
14821
14869
  }
14822
14870
  }
14823
- return (h(Host, { key: 'a97811d53f4ed45ced27c021e1cf164f093b04d2' }, h("style", { key: '5531da216461ca36e3efb0f0a365517eb8494d64' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '50e19a44c0be7805bf35215fbc079924178458f9', id: componentWrapperId }, formContent)));
14871
+ return (h(Host, { key: 'cdaa7ff6add189834cc6f570d2a7cd032d3a0b3c' }, h("style", { key: 'd9eff3af01d39df16086be74e2c893b64f861e52' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'd4dd031f9dac773296738ebfe27510be56af8e5a', id: componentWrapperId }, formContent)));
14824
14872
  }
14825
14873
  disconnectedCallback() {
14826
14874
  this.kupManager.language.unregister(this);
@@ -16486,14 +16534,14 @@ const KupImageList = class {
16486
16534
  }
16487
16535
  const imlClass = 'image-list' +
16488
16536
  (this.showFullDescription ? ' full-description' : '');
16489
- return (h(Host, { key: 'e126ffca6f4a347874e940c20833b9a211d75139' }, h("style", { key: 'ecf74bc3247070d5f246cd334885a281e8f71ecc' }, __classPrivateFieldGet$5(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '2d742444cbca6dab5060901ef99313817ec95893', id: componentWrapperId, ref: (el) => {
16537
+ return (h(Host, { key: '4a3c80748fec9b98c9268077893643042b2c4ade' }, h("style", { key: '5fbc10ef98292d3cc1919d26cf64baa1286611e4' }, __classPrivateFieldGet$5(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '52254d30b66446960be0db63fdf486420d35a7ce', id: componentWrapperId, ref: (el) => {
16490
16538
  __classPrivateFieldSet$2(this, _KupImageList_el, el, "f");
16491
- } }, h("div", { key: '1bc44a87241d1488cfe012a2a83567a9d6391414', class: "navigation-bar" }, hasNavigation ? (h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
16539
+ } }, h("div", { key: '68cb3d98496d6314556ad5d777e6a67543a14ff3', class: "navigation-bar" }, hasNavigation ? (h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
16492
16540
  ? 'navigation-bar__wrapper--active'
16493
16541
  : ''}` }, h("div", { class: `navigation-bar__title`, onClick: () => {
16494
16542
  this.navigationBarToggled =
16495
16543
  !this.navigationBarToggled;
16496
- } }, h(FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), h(FButton, Object.assign({}, __classPrivateFieldGet$5(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet$5(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.BACK) })), h(FButton, Object.assign({}, __classPrivateFieldGet$5(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet$5(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.TOP) })))) : null), this.leadingLabel && (h("div", { key: 'a527e20f9633054995f013cd550aae7c9254b492', class: "mdc-text-field__label-container" }, h("label", { key: '8fd3989537d74e0363c822bee6dc3a12eca276d9', class: "mdc-label" }, this.leadingLabel))), h("div", { key: '55329659aec995c3da9718b553ce93efe04cc6e4', class: imlClass, style: combinedGridStyle }, ...__classPrivateFieldGet$5(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
16544
+ } }, h(FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), h(FButton, Object.assign({}, __classPrivateFieldGet$5(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet$5(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.BACK) })), h(FButton, Object.assign({}, __classPrivateFieldGet$5(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet$5(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.TOP) })))) : null), this.leadingLabel && (h("div", { key: '4b808d9230730a0eb49c5eca46a8130eda1c0f51', class: "mdc-text-field__label-container" }, h("label", { key: 'c1fcdb83116da8e7591091fcb97ea6c4ecb19a27', class: "mdc-label" }, this.leadingLabel))), h("div", { key: 'f0b462e13602be5a3a8c00ffd993fd9c8b02476a', class: imlClass, style: combinedGridStyle }, ...__classPrivateFieldGet$5(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
16497
16545
  }
16498
16546
  disconnectedCallback() {
16499
16547
  __classPrivateFieldGet$5(this, _KupImageList_kupManager, "f").interact.unregister(__classPrivateFieldGet$5(this, _KupImageList_interactableTouch, "f"));
@@ -17378,7 +17426,7 @@ const KupProgressBar = class {
17378
17426
  ? true
17379
17427
  : false,
17380
17428
  };
17381
- return (h(Host, { key: '8d220189c286c78ac31626254715672685f00cab' }, h("style", { key: 'b3be36fe507aaf6fbb334a7be2754241e2650665' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a99044918007393d91c5908aeb7405c3aa926979', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: '06fb5ea68772da03c3239076baafc09a899e9376' }, props)))));
17429
+ return (h(Host, { key: '94a226fb07053cb0c122582eb5d64c3a73df2ff6' }, h("style", { key: 'debd9e375096b0c6ac1cdc333b86f07896fd91e2' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '1aceed94fc1ff58e3662f96bb5422dbb95b0af4d', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: 'a34d56d8f05f35d24f0e94987bc952f466082a1f' }, props)))));
17382
17430
  }
17383
17431
  disconnectedCallback() {
17384
17432
  this.kupManager.theme.unregister(this);
@@ -17639,7 +17687,7 @@ const KupRating = class {
17639
17687
  : false,
17640
17688
  onClick: (i) => this.onKupClick(i),
17641
17689
  };
17642
- return (h(Host, { key: 'bdb1bda1a86c539aa9e5fc9012a795758907b3b7' }, h("style", { key: 'e81779a6e575ca00a748cb97d1f721bc67768952' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'b08ef3e278eb9d9a64d16f098227b4bf81fbf918', id: componentWrapperId }, h(FRating, Object.assign({ key: '364542b583d1bf7d31d08632adf555c63a7f14ce' }, props)))));
17690
+ return (h(Host, { key: 'b4103ceb6f27d434447c69c8fff7572374e52d87' }, h("style", { key: 'c65cd936b7e5510718b9e2852af9ef8fac04e0b8' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'b9e228a246590a6ad05b228319846b9937aed321', id: componentWrapperId }, h(FRating, Object.assign({ key: '505d9988d34aa16060c392e8a97e15e4b72680ba' }, props)))));
17643
17691
  }
17644
17692
  disconnectedCallback() {
17645
17693
  this.kupManager.theme.unregister(this);
@@ -17762,59 +17810,59 @@ const KupSpinner = class {
17762
17810
  spinnerClass = 'spinner-v' + this.layout;
17763
17811
  if (this.layout === 7) {
17764
17812
  spinnerEl = [
17765
- h("div", { key: 'c01f5ea89b13c2b77c641ba51fabf141a33d0af5', class: "sk-spinner-v7-dot" }),
17766
- h("div", { key: '31c903defabe01d9050e17e5aeabe4918d4f9672', class: "sk-spinner-v7-dot" }),
17767
- h("div", { key: '1747d7487fdb9f57f850ed5faa3ea6dc6c46d8d7', class: "sk-spinner-v7-dot" }),
17768
- h("div", { key: '8e46243d92c67544f073bd3734a09d6c8a79d070', class: "sk-spinner-v7-dot" }),
17769
- h("div", { key: '56c2d3d344b545ffd0edb810d46ff1fa7e50a51c', class: "sk-spinner-v7-dot" }),
17770
- h("div", { key: '049c44c00e41155c0a675d7e188b36e97f0717d2', class: "sk-spinner-v7-dot" }),
17813
+ h("div", { key: '976b54b2682a715ab838bafbd9efc5980f5212f3', class: "sk-spinner-v7-dot" }),
17814
+ h("div", { key: '6f97965d76d494469a6878ae72d747d5e18c70ea', class: "sk-spinner-v7-dot" }),
17815
+ h("div", { key: '4554ce59f9992eb41837eb1a5bb3e1658105c503', class: "sk-spinner-v7-dot" }),
17816
+ h("div", { key: 'a37de45a0684574dea995fe18cb5a816d776c8b4', class: "sk-spinner-v7-dot" }),
17817
+ h("div", { key: 'ef5cced1953be2c018b9114708e8cf0181d2ec10', class: "sk-spinner-v7-dot" }),
17818
+ h("div", { key: '2a4b5616f967c538fd97df2ae36796f43ee49d42', class: "sk-spinner-v7-dot" }),
17771
17819
  ];
17772
17820
  }
17773
17821
  if (this.layout === 9) {
17774
17822
  spinnerEl = [
17775
- h("div", { key: '50f6366eba722065fdd5082a8d53f04050c6f776', class: "sk-spinner-v9-bounce1" }),
17776
- h("div", { key: 'fb93c6a90bf2744c858e9c275a4da2eada4f2cd4', class: "sk-spinner-v9-bounce2" }),
17823
+ h("div", { key: 'f2688905d587fb4444ab0e6999f0f4cf0699cb8a', class: "sk-spinner-v9-bounce1" }),
17824
+ h("div", { key: 'e22161a648cb24d4b013728d45836b639ebfc0a4', class: "sk-spinner-v9-bounce2" }),
17777
17825
  ];
17778
17826
  }
17779
17827
  if (this.layout === 10) {
17780
17828
  spinnerEl = [
17781
- h("div", { key: '2bdfc4c20465c94db5259ca6687f394a9ddc6ebe', class: "sk-spinner-v10-cube1" }),
17782
- h("div", { key: 'b88a93ee6fbfcd2792947d28aef82154b9276e7e', class: "sk-spinner-v10-cube2" }),
17829
+ h("div", { key: 'de5e7cecb6e8b59a8e3a6113f8a0baffdcf05fe6', class: "sk-spinner-v10-cube1" }),
17830
+ h("div", { key: 'ab1947c193732753b345245c1bbd64f097a412a8', class: "sk-spinner-v10-cube2" }),
17783
17831
  ];
17784
17832
  }
17785
17833
  if (this.layout === 12) {
17786
17834
  spinnerEl = [
17787
- h("div", { key: '78f8d7576541ad7655ae30bdb42234cbd2418202', class: "sk-spinner-v12-dot1" }),
17788
- h("div", { key: 'd23583d213b86321cd80f40f066d227ce3760588', class: "sk-spinner-v12-dot2" }),
17835
+ h("div", { key: '45fd80cfa818b4df9c1bf47a977a69c453e31507', class: "sk-spinner-v12-dot1" }),
17836
+ h("div", { key: 'e5fb43b9dc6a9867ee0b1fd201c3d2027f004fb7', class: "sk-spinner-v12-dot2" }),
17789
17837
  ];
17790
17838
  }
17791
17839
  if (this.layout === 13) {
17792
17840
  spinnerEl = [
17793
- h("div", { key: '4c8538a7f4234b1db874df9079bc7ee0db6ee0cb', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
17794
- h("div", { key: '90bd897f5ce1d63c9e838efedd44d615eb72c560', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
17795
- h("div", { key: 'a77cdfc43dc981b39c973b0061570991bffa564d', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
17796
- h("div", { key: 'aef45d9f3eb81c87475f22e17cc87d5873988d67', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
17797
- h("div", { key: '245dd32e7d3c99deb6044791802813ded8ab02fb', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
17798
- h("div", { key: 'bffd38258c434e59afe98204b366ce3033af73fd', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
17799
- h("div", { key: '5e2140ea8ada6b182e9485b9130c9c3e79fb07bc', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
17800
- h("div", { key: 'c12923fcbe7dc5f1a42426be20bdff3f57ff0ff1', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
17801
- h("div", { key: '6cba9be7a868afda19020b8baa6bae72b3220633', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
17841
+ h("div", { key: '310fd685b049d989574d7f31549838e12e669178', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
17842
+ h("div", { key: '45137e0118a81bad85cc2f16eb2d31778d1e9b8b', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
17843
+ h("div", { key: 'c690e6ba0b9392f5c6a7b60b797cf4abf663ffc5', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
17844
+ h("div", { key: '97c85f44fe97ca977bc8dd4d1418492d089b9d51', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
17845
+ h("div", { key: '287cf4c52ebf89f12e62e0f48f0caccbaa0d8ee5', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
17846
+ h("div", { key: '2fa436ad3f69f97a03b081fe9b747a14f831383a', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
17847
+ h("div", { key: '0ae6a6078cc9f2f34f9f6da9993e495a43afd931', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
17848
+ h("div", { key: '5cd676903937f21ab94bb8c5ad7677eef991699c', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
17849
+ h("div", { key: '307607fef550cd5b9c3d0a436bfe87cace057fd6', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
17802
17850
  ];
17803
17851
  }
17804
17852
  if (this.layout === 14) {
17805
17853
  spinnerEl = [
17806
- h("div", { key: '590bf441b115cc3ab6738c2b6b8f1a8647243646', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
17807
- h("div", { key: '884220f8c3444a3a4af907ab75355a1ad158c87c', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
17808
- h("div", { key: '4719d8ab319183afe77e81c50c22c7fd56fb81a0', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
17809
- h("div", { key: '002e1f32921ced1bd28987a333310906e39eb508', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
17810
- h("div", { key: 'b53a512e4503677951410ac988e126868a1c0bdd', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
17811
- h("div", { key: '4dc3a0d06234332378af1b512332346e4177a4cc', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
17812
- h("div", { key: '61ecb2f55ce5a4c3e45333d731c7a54d3fafd2a7', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
17813
- h("div", { key: '64c3a5716e4433d554d80583b3dbd91bfc18b8cc', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
17814
- h("div", { key: '8f4911f833da4360bdf8201092cce2ad0fb4a5f8', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
17815
- h("div", { key: '8e230fb3c46dc7048fbb38ab9a27f05e599d0f55', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
17816
- h("div", { key: 'ee68b314741378eb5758767f2a33327a3021065a', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
17817
- h("div", { key: 'f27cbc34c0d225c09cc2bc9c60c6c917086e68cc', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
17854
+ h("div", { key: '042ef293a7573f83c76535f634ebcb7319884f3f', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
17855
+ h("div", { key: '5a77f4c8c353a8840bf06a095dbc15dcd879d736', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
17856
+ h("div", { key: 'f3a44ea237aa823810d13c98c179423d97d6c6cf', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
17857
+ h("div", { key: '67f40d832beb253392d0a239128bab310b80bf38', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
17858
+ h("div", { key: '1272b2dcee5c8b2c53720eb811781a19f11b7e55', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
17859
+ h("div", { key: '7af652d0b2c5bc4804db9261ea18030764b2b3ce', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
17860
+ h("div", { key: '534a436998a31e8b348fe62f52a9429b57875cfd', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
17861
+ h("div", { key: '85002b71e7d36bfe9a71314db726ad457d968625', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
17862
+ h("div", { key: '214b749d60eb94eafea8dba46231f3201c7cb2e9', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
17863
+ h("div", { key: 'bbb3b65e6f6a284a9f3a8ed2f61d644d27930246', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
17864
+ h("div", { key: 'e8393696699a1646751c64300c80179d5709c2ba', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
17865
+ h("div", { key: '9828fdeed7750814c6900de4fb6b9081f0466594', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
17818
17866
  ];
17819
17867
  }
17820
17868
  }
@@ -17833,7 +17881,7 @@ const KupSpinner = class {
17833
17881
  else {
17834
17882
  elStyle = Object.assign(Object.assign({}, elStyle), { fontSize: '3px' });
17835
17883
  }
17836
- return (h(Host, { key: 'fc2133eeadba445c7730740e4744eb08e6490bd7', style: elStyle }, h("style", { key: '6088f76d9945e1a029f8b532c8cb460a5b492f8c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '965453340076e2d6e02d312db5d6124e72a60803', id: componentWrapperId, style: elStyle }, h("div", { key: '95190ff48eefb220e3442ea871bef793f3d4f4f2', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: '3894a3f08b16c08a0c225cdf465fe16044e84b4b', id: wrapperClass, style: elStyle }, h("div", { key: '6a14d83f65f72e5b52eb16da6500233042c53eb8', class: spinnerClass }, spinnerEl))))));
17884
+ return (h(Host, { key: 'af30b293984ca1b3c40dd167a912ad00b2007a56', style: elStyle }, h("style", { key: '7b94db80070e95446b4fff8a91a3f9742a351008' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0149ef208e38c49a1be20646b94e1a41fc28d1bc', id: componentWrapperId, style: elStyle }, h("div", { key: '9d126f87c3802d0016b40519a6a22b2115bacb4b', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: '5324ae5919c9f59936ab2997924f5b1186ae0c1a', id: wrapperClass, style: elStyle }, h("div", { key: 'e927477d73c687fda3280dda70b8eb3a871a609e', class: spinnerClass }, spinnerEl))))));
17837
17885
  }
17838
17886
  disconnectedCallback() {
17839
17887
  this.kupManager.theme.unregister(this);
@@ -17981,7 +18029,7 @@ const KupSwitch = class {
17981
18029
  onChange: () => this.onKupChange(),
17982
18030
  onFocus: () => this.onKupFocus(),
17983
18031
  };
17984
- return (h(Host, { key: '77148672a0e0d00bc2804c81bb4ee65915d6a8f1' }, h("style", { key: 'd1bbed237fddbe18b1e9b793b2272e1aea204201' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'fd5b7ae404f9bf48d8814ff83dc516923b447370', id: componentWrapperId }, h(FSwitch, Object.assign({ key: '7877a298be5e33f339486b2b497203e224fff134' }, props)))));
18032
+ return (h(Host, { key: 'ea19dd0ea5069a82bd9270c9dd1fa24e6476a3aa' }, h("style", { key: '2ed2f86ad8b599a714bb7e913bd291c5fa931a21' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '212cf3d8648f188252a2975595f2c6cf741c5758', id: componentWrapperId }, h(FSwitch, Object.assign({ key: '85f9c14e7c7dd8f5df209cd6ba6f10e2794a3405' }, props)))));
17985
18033
  }
17986
18034
  disconnectedCallback() {
17987
18035
  this.kupManager.theme.unregister(this);
@@ -19226,7 +19274,7 @@ const KupTimePicker = class {
19226
19274
  this.kupManager.debug.logRender(this, true);
19227
19275
  }
19228
19276
  render() {
19229
- return (h(Host, { key: '43e729f6812126c4f1ba15a68657c765d723d55a' }, h("style", { key: '7a3c9c10e575721211db345cf720a1b5717cb5aa' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2ac059d1acac2cbfe7610f8e153fb53dc74632f1', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
19277
+ return (h(Host, { key: '3076db3f1376031b4cb23a9fdd71ff1a6ae1ebbf' }, h("style", { key: '2fe19b8ed79d27303cd9960bafecc84398dacfd6' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '26fa259fac1072c29b5602cdccfff9583c247ebc', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
19230
19278
  }
19231
19279
  disconnectedCallback() {
19232
19280
  this.kupManager.dates.unregister(this);