@sme.up/ketchup 11.0.0-SNAPSHOT-20250204102909 → 11.0.0-SNAPSHOT-20250204113836

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 (288) hide show
  1. package/dist/cjs/{f-cell-f0ab65b9.js → f-cell-bc053135.js} +6 -4
  2. package/dist/cjs/{f-chip-35f8c5a9.js → f-chip-a913f6db.js} +1 -1
  3. package/dist/cjs/{f-object-field-5fc4341f.js → f-object-field-eabecff2.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0c423047.js → f-paginator-utils-de023500.js} +1 -1
  5. package/dist/cjs/{f-text-field-cb62a970.js → f-text-field-8a765845.js} +1 -1
  6. package/dist/cjs/index-e8aa3c73.js +2 -2
  7. package/dist/cjs/index.cjs.js +1 -1
  8. package/dist/cjs/ketchup.cjs.js +1 -1
  9. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  10. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  11. package/dist/cjs/{kup-autocomplete_28.cjs.entry.js → kup-autocomplete_29.cjs.entry.js} +1071 -876
  12. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  13. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  15. package/dist/cjs/kup-cell.cjs.entry.js +12 -7
  16. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  17. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  18. package/dist/cjs/{kup-data-table-helper-675f75cd.js → kup-data-table-helper-1da4e593.js} +1 -1
  19. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  24. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  25. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  27. package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
  28. package/dist/cjs/kup-input-panel.cjs.entry.js +7 -7
  29. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  30. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  31. package/dist/cjs/{kup-manager-80148a95.js → kup-manager-3b86b8d0.js} +25 -2
  32. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  34. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  35. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  36. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  37. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  38. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  42. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  43. package/dist/cjs/kup-typography.cjs.entry.js +2 -2
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/collection/collection-manifest.json +1 -0
  46. package/dist/collection/components/kup-cell/kup-cell.js +27 -2
  47. package/dist/collection/components/kup-data-table/kup-data-table.js +23 -10
  48. package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +5 -0
  49. package/dist/collection/components/kup-file-upload/kup-file-upload.css +203 -0
  50. package/dist/collection/components/kup-file-upload/kup-file-upload.js +423 -0
  51. package/dist/collection/components/kup-form/kup-form.js +2 -2
  52. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  53. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  54. package/dist/collection/components/kup-input-panel/kup-input-panel.js +2 -2
  55. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  56. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  57. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  58. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  59. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  60. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  61. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  62. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  63. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  64. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  65. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  66. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  67. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  68. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  69. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  70. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  71. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  72. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  73. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  74. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  75. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  76. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  77. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  78. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  79. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  80. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  81. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  82. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  83. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  84. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  85. package/dist/collection/components/kup-typography/kup-typography.js +1 -1
  86. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  87. package/dist/collection/f-components/f-cell/f-cell-declarations.js +3 -0
  88. package/dist/collection/f-components/f-cell/f-cell.js +2 -0
  89. package/dist/collection/managers/kup-data/kup-data.js +2 -0
  90. package/dist/collection/managers/kup-language/kup-language-declarations.js +9 -0
  91. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +2 -0
  92. package/dist/collection/types/GenericTypes.js +1 -0
  93. package/dist/components/index.js +1 -1
  94. package/dist/components/kup-accordion.js +21 -16
  95. package/dist/components/kup-activity-timeline.js +21 -16
  96. package/dist/components/kup-autocomplete.js +1 -1
  97. package/dist/components/kup-badge.js +1 -1
  98. package/dist/components/kup-box.js +1 -1
  99. package/dist/components/kup-button-list.js +1 -1
  100. package/dist/components/kup-button.js +1 -1
  101. package/dist/components/kup-calendar.js +21 -16
  102. package/dist/components/kup-card-list.js +22 -17
  103. package/dist/components/kup-card.js +1 -1
  104. package/dist/components/kup-cell.js +28 -18
  105. package/dist/components/kup-chart.js +1 -1
  106. package/dist/components/kup-checkbox.js +1 -1
  107. package/dist/components/kup-chip.js +1 -1
  108. package/dist/components/kup-color-picker.js +1 -1
  109. package/dist/components/kup-combobox.js +1 -1
  110. package/dist/components/kup-custom-task-list-header.js +1 -1
  111. package/dist/components/kup-dashboard.js +21 -16
  112. package/dist/components/kup-data-table.js +1 -1
  113. package/dist/components/kup-date-picker.js +1 -1
  114. package/dist/components/kup-dialog.js +1 -1
  115. package/dist/components/kup-drawer.js +21 -16
  116. package/dist/components/kup-dropdown-button.js +1 -1
  117. package/dist/components/kup-echart.js +1 -1
  118. package/dist/components/kup-editor.js +1 -1
  119. package/dist/components/kup-family-tree.js +23 -18
  120. package/dist/components/kup-file-upload.d.ts +11 -0
  121. package/dist/components/kup-file-upload.js +6 -0
  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 +22 -17
  130. package/dist/components/kup-iframe.js +21 -16
  131. package/dist/components/kup-image-list.js +24 -19
  132. package/dist/components/kup-image.js +1 -1
  133. package/dist/components/kup-input-panel.js +25 -20
  134. package/dist/components/kup-lazy.js +32 -27
  135. package/dist/components/kup-list.js +1 -1
  136. package/dist/components/kup-magic-box.js +28 -23
  137. package/dist/components/kup-nav-bar.js +22 -17
  138. package/dist/components/kup-numeric-picker.js +22 -17
  139. package/dist/components/kup-object-field.js +22 -17
  140. package/dist/components/kup-pdf.js +22 -17
  141. package/dist/components/kup-planner-renderer.js +1 -1
  142. package/dist/components/kup-planner.js +39 -34
  143. package/dist/components/kup-probe.js +22 -17
  144. package/dist/components/kup-progress-bar.js +1 -1
  145. package/dist/components/kup-qlik.js +22 -17
  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 +22 -17
  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 +22 -17
  164. package/dist/components/kup-typography-list.js +22 -17
  165. package/dist/components/kup-typography.js +22 -17
  166. package/dist/components/kup-vertical-scroll.js +1 -1
  167. package/dist/components/{p-a37e6312.js → p-00fe03b5.js} +7 -7
  168. package/dist/components/{p-d9d60a18.js → p-010ce0fe.js} +13 -13
  169. package/dist/components/{p-b57801f3.js → p-22538c02.js} +15 -15
  170. package/dist/components/{p-63ddd73a.js → p-2865ea51.js} +4 -4
  171. package/dist/components/{p-fb9ca494.js → p-443b5e15.js} +1 -1
  172. package/dist/components/{p-f3104d30.js → p-5b63178f.js} +21 -16
  173. package/dist/components/{p-74dce0e5.js → p-6924a70f.js} +2 -2
  174. package/dist/components/{p-23d7e632.js → p-7646ccdd.js} +2 -2
  175. package/dist/components/{p-5fa3e60f.js → p-8204c90e.js} +1 -1
  176. package/dist/components/{p-00a46ffd.js → p-8f77f6d8.js} +21 -16
  177. package/dist/components/{p-3aff545d.js → p-98aafbf3.js} +26 -3
  178. package/dist/components/{p-3bde4660.js → p-9e0b916d.js} +1 -1
  179. package/dist/components/{p-d7931d3a.js → p-a0a94cd3.js} +21 -16
  180. package/dist/components/{p-000af163.js → p-c528b477.js} +5 -5
  181. package/dist/components/{p-1f13e420.js → p-cb58e44a.js} +1 -1
  182. package/dist/components/{p-52d321c0.js → p-d339381c.js} +21 -16
  183. package/dist/components/{p-15078d74.js → p-dd07188b.js} +1089 -589
  184. package/dist/components/{p-cd2db6f6.js → p-e4277d58.js} +3 -3
  185. package/dist/components/{p-20771aa1.js → p-ec1762ee.js} +2 -2
  186. package/dist/components/{p-0d3f38e3.js → p-fd8fe6d0.js} +2 -2
  187. package/dist/esm/{f-cell-fa00b8ef.js → f-cell-2b1c1919.js} +6 -4
  188. package/dist/esm/{f-chip-05355daa.js → f-chip-b42af349.js} +1 -1
  189. package/dist/esm/{f-object-field-c9d54642.js → f-object-field-2bfc470c.js} +2 -2
  190. package/dist/esm/{f-paginator-utils-bf93d7d4.js → f-paginator-utils-541bc197.js} +1 -1
  191. package/dist/esm/{f-text-field-b75996bd.js → f-text-field-04f701fb.js} +1 -1
  192. package/dist/esm/index-c9246a86.js +2 -2
  193. package/dist/esm/index.js +1 -1
  194. package/dist/esm/ketchup.js +1 -1
  195. package/dist/esm/kup-accordion.entry.js +1 -1
  196. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  197. package/dist/esm/{kup-autocomplete_28.entry.js → kup-autocomplete_29.entry.js} +1071 -877
  198. package/dist/esm/kup-box.entry.js +7 -7
  199. package/dist/esm/kup-calendar.entry.js +2 -2
  200. package/dist/esm/kup-card-list.entry.js +1 -1
  201. package/dist/esm/kup-cell.entry.js +12 -7
  202. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  203. package/dist/esm/kup-dashboard.entry.js +2 -2
  204. package/dist/esm/{kup-data-table-helper-e3846302.js → kup-data-table-helper-0dbc3495.js} +1 -1
  205. package/dist/esm/kup-drawer.entry.js +1 -1
  206. package/dist/esm/kup-echart.entry.js +1 -1
  207. package/dist/esm/kup-editor.entry.js +1 -1
  208. package/dist/esm/kup-family-tree.entry.js +1 -1
  209. package/dist/esm/kup-gantt_10.entry.js +23 -23
  210. package/dist/esm/kup-grid.entry.js +1 -1
  211. package/dist/esm/kup-htm.entry.js +2 -2
  212. package/dist/esm/kup-iframe.entry.js +1 -1
  213. package/dist/esm/kup-image-list.entry.js +8 -8
  214. package/dist/esm/kup-input-panel.entry.js +7 -7
  215. package/dist/esm/kup-lazy.entry.js +12 -12
  216. package/dist/esm/kup-magic-box.entry.js +4 -4
  217. package/dist/esm/{kup-manager-2d8f4f18.js → kup-manager-89189705.js} +26 -3
  218. package/dist/esm/kup-nav-bar.entry.js +2 -2
  219. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  220. package/dist/esm/kup-object-field.entry.js +4 -4
  221. package/dist/esm/kup-pdf.entry.js +2 -2
  222. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  223. package/dist/esm/kup-planner.entry.js +3 -3
  224. package/dist/esm/kup-probe.entry.js +2 -2
  225. package/dist/esm/kup-qlik.entry.js +2 -2
  226. package/dist/esm/kup-snackbar.entry.js +2 -2
  227. package/dist/esm/kup-txt.entry.js +2 -2
  228. package/dist/esm/kup-typography-list.entry.js +2 -2
  229. package/dist/esm/kup-typography.entry.js +2 -2
  230. package/dist/esm/loader.js +1 -1
  231. package/dist/ketchup/index.esm.js +1 -1
  232. package/dist/ketchup/ketchup.esm.js +1 -1
  233. package/dist/ketchup/{p-36d3870e.entry.js → p-069fe9e1.entry.js} +1 -1
  234. package/dist/ketchup/p-0dd57f34.js +1 -0
  235. package/dist/ketchup/{p-72e25927.entry.js → p-0e644cb7.entry.js} +1 -1
  236. package/dist/ketchup/{p-6b76cc4c.entry.js → p-0ea4179b.entry.js} +1 -1
  237. package/dist/ketchup/{p-fe9db498.js → p-15491541.js} +1 -1
  238. package/dist/ketchup/{p-04915720.js → p-285c28ae.js} +1 -1
  239. package/dist/ketchup/{p-cbe1e4a5.entry.js → p-2e789d5f.entry.js} +1 -1
  240. package/dist/ketchup/{p-960b5246.entry.js → p-43159582.entry.js} +1 -1
  241. package/dist/ketchup/{p-b0f1b21d.entry.js → p-47545e56.entry.js} +1 -1
  242. package/dist/ketchup/{p-4d899ee9.entry.js → p-4b1eb87d.entry.js} +1 -1
  243. package/dist/ketchup/{p-31304076.entry.js → p-4ceb2da3.entry.js} +1 -1
  244. package/dist/ketchup/{p-b75e663b.entry.js → p-54a54f0d.entry.js} +1 -1
  245. package/dist/ketchup/{p-4da163e9.entry.js → p-595f3fd8.entry.js} +1 -1
  246. package/dist/ketchup/{p-85cbe3fc.entry.js → p-5a015f10.entry.js} +1 -1
  247. package/dist/ketchup/{p-b9dd4ebe.entry.js → p-5a345165.entry.js} +1 -1
  248. package/dist/ketchup/{p-b2cb221e.js → p-5d7a9987.js} +1 -1
  249. package/dist/ketchup/{p-ed90bf43.entry.js → p-6b11fc72.entry.js} +1 -1
  250. package/dist/ketchup/{p-a74fe69d.entry.js → p-6b771a9b.entry.js} +1 -1
  251. package/dist/ketchup/{p-bb757c4b.entry.js → p-7819480d.entry.js} +1 -1
  252. package/dist/ketchup/p-86f75374.entry.js +1 -0
  253. package/dist/ketchup/{p-66ccba95.entry.js → p-8afe1504.entry.js} +1 -1
  254. package/dist/ketchup/{p-ab8b13ac.entry.js → p-8bc2f0b6.entry.js} +1 -1
  255. package/dist/ketchup/p-98797821.entry.js +1 -0
  256. package/dist/ketchup/{p-a7123dc1.entry.js → p-9f51f081.entry.js} +1 -1
  257. package/dist/ketchup/p-a00e1a17.entry.js +9 -0
  258. package/dist/ketchup/{p-b84093fc.entry.js → p-a50b3050.entry.js} +1 -1
  259. package/dist/ketchup/{p-a8a3291d.entry.js → p-af7c5f4d.entry.js} +2 -2
  260. package/dist/ketchup/{p-317b3e3a.entry.js → p-b59ba2e0.entry.js} +1 -1
  261. package/dist/ketchup/{p-1d9a31fc.entry.js → p-c1b293a7.entry.js} +1 -1
  262. package/dist/ketchup/{p-bfe12bd6.entry.js → p-ccb2296a.entry.js} +1 -1
  263. package/dist/ketchup/{p-cb88c213.entry.js → p-d1389486.entry.js} +1 -1
  264. package/dist/ketchup/{p-72c85164.entry.js → p-d47f322d.entry.js} +1 -1
  265. package/dist/ketchup/{p-479ef0dc.entry.js → p-dd65ab87.entry.js} +2 -2
  266. package/dist/ketchup/{p-714609da.entry.js → p-e1683cf1.entry.js} +1 -1
  267. package/dist/ketchup/p-e202be52.js +1 -0
  268. package/dist/ketchup/p-e527cae5.entry.js +1 -0
  269. package/dist/ketchup/{p-bdfde4e7.entry.js → p-f0c7071a.entry.js} +1 -1
  270. package/dist/ketchup/p-f51f2af6.js +21 -0
  271. package/dist/ketchup/{p-162a169f.entry.js → p-f5e50e78.entry.js} +1 -1
  272. package/dist/ketchup/p-fc645b13.js +1 -0
  273. package/dist/types/components/kup-cell/kup-cell.d.ts +3 -0
  274. package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +8 -0
  275. package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +62 -0
  276. package/dist/types/components.d.ts +85 -0
  277. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +2 -0
  278. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +10 -2
  279. package/dist/types/types/GenericTypes.d.ts +2 -1
  280. package/package.json +1 -1
  281. package/dist/ketchup/p-0f25c7c6.js +0 -21
  282. package/dist/ketchup/p-3d927559.entry.js +0 -1
  283. package/dist/ketchup/p-51d6eb71.js +0 -1
  284. package/dist/ketchup/p-64e7493c.js +0 -1
  285. package/dist/ketchup/p-7fff3f5f.entry.js +0 -1
  286. package/dist/ketchup/p-c7caa9ab.entry.js +0 -1
  287. package/dist/ketchup/p-d27a5f1f.js +0 -1
  288. package/dist/ketchup/p-de8b7f56.entry.js +0 -9
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-89189705.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.js';
5
5
 
@@ -134,39 +134,39 @@ const KupLazy = class {
134
134
  switch (this.componentName) {
135
135
  case 'kup-button':
136
136
  //call_to_action.svg
137
- resource = (h("svg", { key: 'fb2b8362e3dc1b12b70f15e99928a57d7b12fedf', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '436f390f7b97422e6748b2a7759d592f44c506dc', d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
137
+ resource = (h("svg", { key: '8802574ba1d79ac1e274790bdf8686015476b2ad', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'c3d51c252fdf77cecf888da91a901c48d08fd69c', d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
138
138
  break;
139
139
  case 'kup-card':
140
140
  //art_track.svg
141
- resource = (h("svg", { key: 'f3c05242075e730bc7105c53bd62b18aecf5ec3d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'a2eee16a6ace543cac444d960a62b59a086eb744', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
141
+ resource = (h("svg", { key: '4a1d1532c15748b95b0584f5d004bf5804417bc2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '20e5ab4bd0690a0599a28e05b355a405e07f7cad', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
142
142
  break;
143
143
  case 'kup-checkbox':
144
144
  //check_box_outline_blank.svg
145
- resource = (h("svg", { key: 'f6716e9ce1594db32cc40769a2670f5eaab944ec', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '7a5d24b382c912f86930086ea47d5352f7d268c0', d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
145
+ resource = (h("svg", { key: '99d255a35e9890c805abb2994b6174223184cfd0', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '513cf3606dfd9bde023162e079dee3cf54304084', d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
146
146
  break;
147
147
  case 'kup-chart':
148
148
  //chart-bar.svg
149
- resource = (h("svg", { key: '282e8485c65d6c90cc6742fab3ea8826eeb3579a', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'ff9a9420e091b9f5ccf64c2a248715445a3ea89b', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
149
+ resource = (h("svg", { key: '842f850f0b3532fd388a8e1ebf48c11161d95561', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'b2e747170adf5dbe81a80a7a4ccc4df71abe776d', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
150
150
  break;
151
151
  case 'kup-data-table':
152
152
  //table-large.svg
153
- resource = (h("svg", { key: 'eaffa11808d13d6a30fff31bea6530830f69d88f', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'c0eac37b259ccaa3176fb122208202dc8885de85', d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
153
+ resource = (h("svg", { key: '252aee5d61964d1580283ae5edb5fb8064f3d668', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '876b7590622878f40fe3ee89aa880d187a69cb91', d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
154
154
  break;
155
155
  case 'kup-image':
156
156
  //photo.svg
157
- resource = (h("svg", { key: '0fc683ca7735ac9d5f48d9c1350d67549444a37e', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'dc800aa000585a00f390e3e92f9456af2c83b121', d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
157
+ resource = (h("svg", { key: 'a43007f243ee6855d8ae9b7ff517d471e37164d8', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '7f6654a6ddabef4701471ddd4c49c4eef87cc20f', d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
158
158
  break;
159
159
  case 'kup-progress-bar':
160
160
  //linear_scale.svg
161
- resource = (h("svg", { key: '6703f804c86f98915b6fca8d561b79e818480ee0', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '5b473c7582738c69b3e693b653eb8e83f0a5bd7d', d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
161
+ resource = (h("svg", { key: '23dfbe528bbea80630394aaa91f09dd687cecb9d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '0615b03884b85a2e1215d3a25bfe225f43f0c84e', d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
162
162
  break;
163
163
  case 'kup-radio':
164
164
  //radio_button_unchecked.svg
165
- resource = (h("svg", { key: 'b5020673fe0d60ddcb887878d027f9be1a04f611', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'ca7c15a6029ffb8468db47603eae20f8db8eaa54', d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
165
+ resource = (h("svg", { key: '9614fc7450e6a432fb6645911a0ee3739c3bdba1', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'd3d77ee72693ca34d75bb90a020c0904d8345897', d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
166
166
  break;
167
167
  default:
168
168
  //art_track.svg
169
- resource = (h("svg", { key: '6e916204ad921b9387a2da59225277a12bdfee97', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '2397c3c58a7ac2ddfe1c4d95680c805b410a1cda', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
169
+ resource = (h("svg", { key: '7e9e25c82c6a968df1e34d6404a5b6a26208a1d2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '3355655ef7a1bd635fd287bd72124fc409acdb90', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
170
170
  break;
171
171
  }
172
172
  if ((this.renderMode === KupLazyRender.VIEWPORT && this.isInViewport) ||
@@ -175,14 +175,14 @@ const KupLazy = class {
175
175
  this.data &&
176
176
  this.isInViewport)) {
177
177
  let Tag = this.componentName;
178
- content = (h(Tag, Object.assign({ key: '55d8ffa08667bdf2f90e278bd6d28e94d5a5fd90' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
178
+ content = (h(Tag, Object.assign({ key: '598ae9bb03885be0e6f25ca73b9ee2cf52a6ab8e' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
179
179
  className += ' kup-loaded';
180
180
  }
181
181
  else if (this.showPlaceholder) {
182
182
  content = resource;
183
183
  className += ' kup-to-be-loaded';
184
184
  }
185
- return (h(Host, { key: 'b51dd829f66bf9958780ca2a106bd265097e0212', class: className }, h("style", { key: '5f16dbbf7222c11e5e3daf2d914b0cbb4f7d757a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'c0c9f7471b8e6529fa510db940edbbd2505deb86', id: componentWrapperId }, content)));
185
+ return (h(Host, { key: 'fdc3a6a971b8c6b74129d1d8c561fce5e52c3b44', class: className }, h("style", { key: 'b8d687d0af73cc123bc465d481c4c37b0ba6c552' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '9c9f61bc50d5badca2f000fe40817eba70e6a4c5', id: componentWrapperId }, content)));
186
186
  }
187
187
  disconnectedCallback() {
188
188
  var _a;
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, aA as kupDropEvent, V as kupDraggableColumnAttr, aB as kupDraggableRowAttr, Z as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, aB as kupDropEvent, V as kupDraggableColumnAttr, aC as kupDraggableRowAttr, Z as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-89189705.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-9b15e9ac.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
@@ -287,11 +287,11 @@ const KupMagicBox = class {
287
287
  this.kupManager.debug.logRender(this, true);
288
288
  }
289
289
  render() {
290
- return (h(Host, { key: '579cf183f0915d864820f3d06bc1576ab11ae1a4' }, h("style", { key: '9128110fcaca2c1da80ce29a30b17f26d287ccb3' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a23742c2083fc1ef92fbc370da846dc8b9182116', id: componentWrapperId }, h("div", { key: '1c23fa7eb08e82493c2279f975425297dbcc46fd', class: "magic-box-wrapper" }, h("div", { key: '3c1f251962659f982d0d68108fdb0476d0fa065a', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '30fbff2375c6872fc6ae239a7a215928a4512e3c' }, this.comboboxProps())), h("kup-button", { key: 'de990f96f370f26bd847d90bb555cd818ce59b4e', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
290
+ return (h(Host, { key: '965bc0e815b0a0054521248bd377cb16856fc415' }, h("style", { key: '66c60a18972e45960bd47a7ab2d491c39809b485' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4dfcddb31127f78e68b1e37dc35c82a2734ba350', id: componentWrapperId }, h("div", { key: '571076a5c66c80d91c4c43160f8d2ca1ac29c54c', class: "magic-box-wrapper" }, h("div", { key: '92f135694c618cddc6325e8b1ed39270027aae06', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '4fabc4f0737bf3d0548793194834d8bd9785557e' }, this.comboboxProps())), h("kup-button", { key: '2b1ae00bc73ce74d2d4ad850d458782ea788d94b', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
291
291
  this.data = null;
292
- } }), h("kup-button", { key: '867ec9ed075ae869dc9350e00096036d3af780e6', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
292
+ } }), h("kup-button", { key: '000ddc9301085892b967678b42a1a8154a7679d1', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
293
293
  this.kupManager.hideMagicBox();
294
- } })), h("div", { key: '279780fb00c2ad681ff42f266ad08a25705928fe', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
294
+ } })), h("div", { key: '74bd8964eca9d638a197ed748d51d746f250afe5', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
295
295
  }
296
296
  disconnectedCallback() {
297
297
  this.kupManager.interact.unregister([
@@ -248,6 +248,8 @@ var KupLanguageGeneric;
248
248
  KupLanguageGeneric["ROW_DELETE"] = "genericRowDelete";
249
249
  KupLanguageGeneric["INVALID_VALUE"] = "genericInvalidValue";
250
250
  KupLanguageGeneric["REQUIRED_VALUE"] = "genericRequiredValue";
251
+ KupLanguageGeneric["UPLOAD"] = "genericUpload";
252
+ KupLanguageGeneric["CHOOSE"] = "genericChoose";
251
253
  })(KupLanguageGeneric || (KupLanguageGeneric = {}));
252
254
  /**
253
255
  * Grid decodes (data table customization settings).
@@ -318,6 +320,13 @@ var KupLanguageTotals;
318
320
  KupLanguageTotals["PRODUCT"] = "totalsProduct";
319
321
  KupLanguageTotals["SUM"] = "totalsSum";
320
322
  })(KupLanguageTotals || (KupLanguageTotals = {}));
323
+ /**
324
+ * File upload
325
+ */
326
+ var KupLanguageUpload;
327
+ (function (KupLanguageUpload) {
328
+ KupLanguageUpload["SUCCESS"] = "fileUploadSuccess";
329
+ })(KupLanguageUpload || (KupLanguageUpload = {}));
321
330
 
322
331
  /**
323
332
  * Category of debug logs.
@@ -2058,7 +2067,10 @@ const english = {
2058
2067
  genericRowDelete: "Delete row",
2059
2068
  genericRowAdd: "Add row",
2060
2069
  genericInvalidValue: "Invalid value",
2061
- genericRequiredValue: "This field is required"
2070
+ genericRequiredValue: "This field is required",
2071
+ genericUpload: "Upload",
2072
+ genericChoose: "Choose",
2073
+ fileUploadSuccess: "Upload complete"
2062
2074
  }
2063
2075
  };
2064
2076
  const french = {
@@ -2313,7 +2325,10 @@ const italian = {
2313
2325
  genericRowDelete: "Elimina riga",
2314
2326
  genericRowAdd: "Aggiungi riga",
2315
2327
  genericInvalidValue: "Valore non valido",
2316
- genericRequiredValue: "Valore obbligatorio"
2328
+ genericRequiredValue: "Valore obbligatorio",
2329
+ genericUpload: "Carica",
2330
+ genericChoose: "Scegli",
2331
+ fileUploadSuccess: "Caricamento completato"
2317
2332
  },
2318
2333
  variants: {
2319
2334
  smeup: {
@@ -6549,6 +6564,7 @@ var KupTagNames;
6549
6564
  KupTagNames["TOOLTIP"] = "KUP-TOOLTIP";
6550
6565
  KupTagNames["TREE"] = "KUP-TREE";
6551
6566
  KupTagNames["OBJECT_FIELD"] = "KUP-OBJECT-FIELD";
6567
+ KupTagNames["UPLOAD"] = "KUP-FILE-UPLOAD";
6552
6568
  })(KupTagNames || (KupTagNames = {}));
6553
6569
  /**
6554
6570
  * Sizing options for the button/text-field components.
@@ -6592,6 +6608,7 @@ const fButtonUsers = [
6592
6608
  KupTagNames.OBJECT_FIELD,
6593
6609
  KupTagNames.SNACKBAR,
6594
6610
  KupTagNames.TOOLBAR,
6611
+ KupTagNames.UPLOAD,
6595
6612
  ];
6596
6613
  /**
6597
6614
  * Components using the FCell functional component.
@@ -6670,6 +6687,7 @@ const fImageUsers = [
6670
6687
  KupTagNames.TYPOGRAPHY,
6671
6688
  KupTagNames.TYPOGRAPHY_LIST,
6672
6689
  KupTagNames.TREE,
6690
+ KupTagNames.UPLOAD,
6673
6691
  ];
6674
6692
  /**
6675
6693
  * Components using the FPaginator functional component.
@@ -9235,6 +9253,7 @@ const FCellShapes = {
9235
9253
  COMBOBOX: 'CMB',
9236
9254
  DATE: 'CAL',
9237
9255
  EDITOR: 'EDT',
9256
+ FILE_UPLOAD: 'FUP',
9238
9257
  GAUGE: 'GAU',
9239
9258
  ICON: 'ICO',
9240
9259
  IMAGE: 'IMG',
@@ -9271,6 +9290,7 @@ var FCellTypes;
9271
9290
  FCellTypes["DATE"] = "date";
9272
9291
  FCellTypes["DATETIME"] = "datetime";
9273
9292
  FCellTypes["EDITOR"] = "editor";
9293
+ FCellTypes["FILE_UPLOAD"] = "file-upload";
9274
9294
  FCellTypes["GAUGE"] = "gauge";
9275
9295
  FCellTypes["ICON"] = "icon";
9276
9296
  FCellTypes["IMAGE"] = "image";
@@ -9308,6 +9328,7 @@ const editableTypes = [
9308
9328
  FCellTypes.SWITCH,
9309
9329
  FCellTypes.TIME,
9310
9330
  FCellTypes.EDITOR,
9331
+ FCellTypes.FILE_UPLOAD,
9311
9332
  ];
9312
9333
  const kupTypes = [
9313
9334
  FCellTypes.BAR,
@@ -9369,6 +9390,8 @@ class KupData {
9369
9390
  return FCellTypes.DATE;
9370
9391
  case FCellShapes.EDITOR:
9371
9392
  return FCellTypes.EDITOR;
9393
+ case FCellShapes.FILE_UPLOAD:
9394
+ return FCellTypes.FILE_UPLOAD;
9372
9395
  case FCellShapes.GAUGE:
9373
9396
  return FCellTypes.GAUGE;
9374
9397
  case FCellShapes.IMAGE:
@@ -19672,4 +19695,4 @@ function kupManagerInstance() {
19672
19695
  return dom.ketchup;
19673
19696
  }
19674
19697
 
19675
- export { FixedCellsCSSVarsBase as $, KupLanguageCheckbox as A, getValueForDisplay2 as B, Filters as C, getValueForDisplay as D, KupLanguageSearch as E, FCellShapes as F, GroupLabelDisplayMode as G, FILTER_ANALYZER as H, ItemsDisplayMode as I, ShowGrid as J, KupManager as K, LoadMoreMode as L, TotalMode as M, getRegExpFromString as N, isNegativeNumber as O, PaginatorPos as P, FCellClasses as Q, kupDynamicPositionAttribute as R, SelectionMode as S, TotalLabel as T, KupPointerEventTypes as U, kupDraggableColumnAttr as V, kupDragActiveAttr as W, KupDragEffect as X, kupDraggableCellAttr as Y, KupDropEventTypes as Z, FixedCellsClasses as _, KupComponentSizing as a, KupLanguageFontsize as a0, KupLanguageDensity as a1, KupLanguageGrid as a2, KupDataTableProps as a3, DataTableAreasEnum as a4, SortMode as a5, iconColumn as a6, keyColumn as a7, fieldColumn as a8, FCellTypes as a9, kupDropEvent as aA, kupDraggableRowAttr as aB, kupDraggableAttr as aC, KupListRole as aa, KupListProps as ab, addColumnValueFromRow as ac, KupGlobalFilterMode as ad, getCellValueForDisplay as ae, KupData as af, compareCell as ag, CMBandACPAdapter as ah, RADAdapter as ai, CHKAdapter as aj, CHIAdapter as ak, SWTAdapter as al, editableTypes as am, kupTypes as an, KupTagNames as ao, fullWidthFieldsComps as ap, autoCenterComps as aq, adaptContentToDisplayMode as ar, FCellEvents as as, isForceUppercase as at, isForceLowercase as au, KupLanguagePage as av, KupCellElementsPosition as aw, submitPositionAdapter as ax, KupCellProps as ay, KupLanguageDashboard as az, KupThemeIconValues as b, KupDynamicPositionPlacement as c, KupThemeColorValues as d, KupDebugCategory as e, FCellPadding as f, getProps as g, KupLanguageGeneric as h, fillString as i, KupCardBuiltInClockElements as j, kupManagerInstance as k, KupCardCSSClasses as l, KupLanguageTotals as m, KupLanguageColumn as n, KupDataNewColumnTypes as o, KupCardSubEvents as p, KupCardIds as q, KupLanguageRow as r, setProps as s, KupCardFamily as t, KupCardProps as u, getColumnByName as v, formatToNumber as w, KupObjects as x, identify as y, KupLanguageGrouping as z };
19698
+ export { FixedCellsCSSVarsBase as $, KupLanguageCheckbox as A, getValueForDisplay2 as B, Filters as C, getValueForDisplay as D, KupLanguageSearch as E, FCellShapes as F, GroupLabelDisplayMode as G, FILTER_ANALYZER as H, ItemsDisplayMode as I, ShowGrid as J, KupManager as K, LoadMoreMode as L, TotalMode as M, getRegExpFromString as N, isNegativeNumber as O, PaginatorPos as P, FCellClasses as Q, kupDynamicPositionAttribute as R, SelectionMode as S, TotalLabel as T, KupPointerEventTypes as U, kupDraggableColumnAttr as V, kupDragActiveAttr as W, KupDragEffect as X, kupDraggableCellAttr as Y, KupDropEventTypes as Z, FixedCellsClasses as _, KupComponentSizing as a, KupLanguageFontsize as a0, KupLanguageDensity as a1, KupLanguageGrid as a2, KupDataTableProps as a3, DataTableAreasEnum as a4, SortMode as a5, iconColumn as a6, keyColumn as a7, fieldColumn as a8, KupLanguageUpload as a9, KupLanguageDashboard as aA, kupDropEvent as aB, kupDraggableRowAttr as aC, kupDraggableAttr as aD, FCellTypes as aa, KupListRole as ab, KupListProps as ac, addColumnValueFromRow as ad, KupGlobalFilterMode as ae, getCellValueForDisplay as af, KupData as ag, compareCell as ah, CMBandACPAdapter as ai, RADAdapter as aj, CHKAdapter as ak, CHIAdapter as al, SWTAdapter as am, editableTypes as an, kupTypes as ao, KupTagNames as ap, fullWidthFieldsComps as aq, autoCenterComps as ar, adaptContentToDisplayMode as as, FCellEvents as at, isForceUppercase as au, isForceLowercase as av, KupLanguagePage as aw, KupCellElementsPosition as ax, submitPositionAdapter as ay, KupCellProps as az, KupThemeIconValues as b, KupDynamicPositionPlacement as c, KupThemeColorValues as d, KupDebugCategory as e, FCellPadding as f, getProps as g, KupLanguageGeneric as h, fillString as i, KupCardBuiltInClockElements as j, kupManagerInstance as k, KupCardCSSClasses as l, KupLanguageTotals as m, KupLanguageColumn as n, KupDataNewColumnTypes as o, KupCardSubEvents as p, KupCardIds as q, KupLanguageRow as r, setProps as s, KupCardFamily as t, KupCardProps as u, getColumnByName as v, formatToNumber as w, KupObjects as x, identify as y, KupLanguageGrouping as z };
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-89189705.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.js';
5
5
 
@@ -126,7 +126,7 @@ const KupNavBar = class {
126
126
  this.kupManager.debug.logRender(this, true);
127
127
  }
128
128
  render() {
129
- return (h(Host, { key: '78c7f252d8e16460a2108c898e025209183103c8', class: "header" }, h("style", { key: 'f18b1188fbc590427245dd6acaeed14f3aba3033' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '58a440f172111617ad78da7352b3803356a16015', id: componentWrapperId }, h("header", { key: 'cb2783014d79eee887c8507a06d504fa614fdd77', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: 'e9ca378c0a88b69abc3933780fcc4f33a6d9e6ed', class: `${navbarClass}__row` }, this.content())))));
129
+ return (h(Host, { key: '1a06d28ec363f674f615ca16916eee913ca20015', class: "header" }, h("style", { key: '7bbf690ff318025c09177de7f50b1090fee08b26' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '998dd20d642ac4b6c9c41e7d829279c66b456c24', id: componentWrapperId }, h("header", { key: '2510f5028b269724e936f8e3a64cb3968fc2954f', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '0bb71e253c2ccb01647f2806561940c975ec81cc', class: `${navbarClass}__row` }, this.content())))));
130
130
  }
131
131
  disconnectedCallback() {
132
132
  this.kupManager.language.unregister(this);
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, c as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, g as getProps, c as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-89189705.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-b75996bd.js';
4
+ import { F as FTextField } from './f-text-field-04f701fb.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import './kup-dates-da19044e.js';
7
7
  import './f-image-9b15e9ac.js';
@@ -351,7 +351,7 @@ const KupNumericPicker = class {
351
351
  this.kupManager.debug.logRender(this, true);
352
352
  }
353
353
  render() {
354
- return (h(Host, { key: 'e4971105409f3f1d053379189bb98a5cee25e986' }, h("style", { key: 'a15921df3d5f4bf5542216219197383b5a8c04e1' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e1e1ccc7e4a954956fb4a49f2aeb43a113e25030', id: componentWrapperId }, this.prepTextfield())));
354
+ return (h(Host, { key: '08eefc0738bf43f53540b2985b753e4f6d636eca' }, h("style", { key: '233812ade3df39cd82f66c7af937cdf6d23a8a1b' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'ac5004a45b7535c7efa2cfb4c59d70d93c0ad21b', id: componentWrapperId }, this.prepTextfield())));
355
355
  }
356
356
  disconnectedCallback() {
357
357
  this.kupManager.dates.unregister(this);
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { F as FObjectField } from './f-object-field-c9d54642.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-2d8f4f18.js';
2
+ import { F as FObjectField } from './f-object-field-2bfc470c.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-89189705.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-f1040575.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-9b15e9ac.js';
8
- import './f-text-field-b75996bd.js';
8
+ import './f-text-field-04f701fb.js';
9
9
  import './kup-dates-da19044e.js';
10
10
 
11
11
  /**
@@ -97,7 +97,7 @@ const KupObjectField = class {
97
97
  inputValue: this.inputValue,
98
98
  onChange: null,
99
99
  };
100
- return (h(Host, { key: '65feb5086b8f2877caec6e1ad4d96e5a5637072e' }, h("style", { key: '27a574d6b76df1162a833250ffdfbc331bfe3780' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'f6c255e88915cd54e04c27dfa4e10eed6594b651', id: componentWrapperId }, h(FObjectField, Object.assign({ key: '34327f6110a365fdf8526268d5de4d5bc6254628' }, props)))));
100
+ return (h(Host, { key: '0fe8d709aa64a6b897826768202be8f429566039' }, h("style", { key: 'cc7dc1b54babc2a81b4ec5d73fafbba0b271da65' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'ce34127b373e9f89dda73893a463707c68aeb2e7', id: componentWrapperId }, h(FObjectField, Object.assign({ key: 'f4512b7785f6ca257944c1a8649632d2cad1d98c' }, props)))));
101
101
  }
102
102
  disconnectedCallback() {
103
103
  __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.unregister(this);
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-89189705.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
5
5
 
@@ -76581,7 +76581,7 @@ const KupPdf = class {
76581
76581
  catch (error) { }
76582
76582
  }
76583
76583
  render() {
76584
- return (h(Host, { key: 'f2613b15accb59fe68734ffd1972aecf216bed74' }, h("div", { key: 'a9738ed98a36d3fc46e7ae91716ccbfae4898776', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76584
+ return (h(Host, { key: 'a6108afcf42e484283b905a31f649a23aa589b35' }, h("div", { key: '4c30e51fe0592f167a2e6803784402c11c005db9', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76585
76585
  }
76586
76586
  disconnectedCallback() {
76587
76587
  __classPrivateFieldGet(this, _KupPdf_kupManager, "f").theme.unregister(this);
@@ -226,13 +226,13 @@ const KupPlannerRenderer = class {
226
226
  }
227
227
  render() {
228
228
  var _a, _b, _c;
229
- return (h("div", { key: 'd65dc1b3bb17e925e66637e6f23e6800be4ccf0b', class: "planner-render" }, h("kup-switcher", { key: '39f4a4583959c992eb1faf4893ff6664625b22e6', timeUnitChange: (timeUnit) => {
229
+ return (h("div", { key: '8719faaa97825cabf595e3479848fb8fb830b21d', class: "planner-render" }, h("kup-switcher", { key: 'c0e2907c74e1ea3b70283ffcb72bcca1d69208e3', timeUnitChange: (timeUnit) => {
230
230
  var _a, _b;
231
231
  (_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
232
232
  this.timeUnit = timeUnit;
233
233
  this.viewDate = undefined;
234
234
  this.scrollX = -1;
235
- } }), this.props && (h("div", { key: '61538f08c137fbf7dde71594eea8ab6d15f7a070', style: {
235
+ } }), this.props && (h("div", { key: '197c36c988ef8a3d3cf60f599d373e4b6bf334cc', style: {
236
236
  display: 'flex',
237
237
  flexDirection: 'column',
238
238
  } }, h("kup-gantt", Object.assign({ ref: (el) => (this.mainGantt = el), ganttId: KUP_PLANNER_MAIN_GANTT_ID, key: KUP_PLANNER_MAIN_GANTT_ID, filter: this.props.mainGantt.filter, hideLabel: this.props.mainGantt.hideLabel, showSecondaryDates: this.mainGanttDoubleView, hideDependencies: this.props.mainGantt.hideDependencies, ganttHeight: this.props.mainGantt.ganttHeight, displayedStartDate: this.displayedDates.displayedStartDate, displayedEndDate: this.displayedDates.displayedEndDate, viewDate: this.viewDate, tasks: this.tasks, columnWidth: columnWidthForTimeUnit(this.timeUnit), viewMode: this.timeUnit }, this.props.mainGantt.stylingOptions, { TaskListHeader: this.props.mainGantt.taskListHeaderProject, TaskListTable: this.props.mainGantt.taskListTableProject, TooltipContent: (_a = this.props.mainGantt.tooltipContent) !== null && _a !== void 0 ? _a : CustomTooltipHOC(), barClick: (task) => {
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, ae as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, E as KupLanguageSearch } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, af as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, E as KupLanguageSearch } from './kup-manager-89189705.js';
3
3
  import { K as KupPlannerGanttRowType, d as defaultStylingOptions, a as KupPlannerTaskAction, b as KupPlannerLastOnChangeReceived, c as KupPlannerProps } from './kup-planner-declarations-0704bc6c.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import { F as FTextField } from './f-text-field-b75996bd.js';
5
+ import { F as FTextField } from './f-text-field-04f701fb.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
7
  import './kup-dates-da19044e.js';
8
8
  import './f-image-9b15e9ac.js';
@@ -643,7 +643,7 @@ const KupPlanner = class {
643
643
  if ((_b = this.plannerProps) === null || _b === void 0 ? void 0 : _b.secondaryGantt) {
644
644
  plannerProps.secondaryGantt = Object.assign(Object.assign({}, this.plannerProps.secondaryGantt), { onScrollY: this.handleDetailGanttScrollY.bind(this) });
645
645
  }
646
- return (h(Host, { key: '566acc19713e3e86dd7df82289970c2177d9ca64' }, h("style", { key: 'b963bc1a35ee326159dcfdba26d54b0363a6b24d' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '431b11c904af49b67400e33dd151eab1e662a2c9', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: 'c3ea134d3afc42f6e1d3089dc65c251e2338febe', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '43969a35e6a3ada36973257bcdb0081d560098e4', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: 'c0a01be246cc6e28f2780fe57194b6e4c84ad194', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
646
+ return (h(Host, { key: 'aa6f0014820025482238c3462872d803e697ee12' }, h("style", { key: '444ae126bbe3f926d0c94d4e282e60959479bb77' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c1fae911d7d5801c77d83de96edaefe70c18fedf', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: 'e79fd4d2d42079a1e921e35686f58f65989d4cdd', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '5a2b0850936753c168ebd2b610df67a3df48e774', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '7c97395604c27f65cd5a904117b31b4b60e48ede', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
647
647
  if (e.key === 'Enter') {
648
648
  __classPrivateFieldGet(this, _KupPlanner_instances, "m", _KupPlanner_onFilter).call(this, e.target.value);
649
649
  }
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance } from './kup-manager-89189705.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.js';
5
5
 
@@ -235,7 +235,7 @@ const KupProbe = class {
235
235
  if (this.features.theme) {
236
236
  customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
237
237
  }
238
- return (h(Host, { key: '7386ef26ca3634785faad934c85e0c8c952233b6' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '7e8a8bf7b8944be9ce5b074aee74ff488dad7926', id: componentWrapperId }, this.content)));
238
+ return (h(Host, { key: '0ec1f1a759ebf413ec64ddab4a2ee9a411f07bde' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: 'f680375553b549dcc1d0f768cab4bf94be389268', id: componentWrapperId }, this.content)));
239
239
  }
240
240
  disconnectedCallback() {
241
241
  if (this.features.language) {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance } from './kup-manager-89189705.js';
3
3
  import './kup-dates-da19044e.js';
4
4
 
5
5
  const kupQlikCss = ".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: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);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}.kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-subtle, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
@@ -116,7 +116,7 @@ const KupQlik = class {
116
116
  layoutStyle = {
117
117
  ['--lyo_obj-height']: this.defobjsize,
118
118
  };
119
- return (h("div", { key: '9a7377976f44e92eae2b34ed098d91859939ae89', class: classLayout, style: layoutStyle }, this.divlist));
119
+ return (h("div", { key: '19ebb0eff3df2752a8b6c72a043c23369fab70f1', class: classLayout, style: layoutStyle }, this.divlist));
120
120
  }
121
121
  componentDidRender() {
122
122
  if (this.debug) {
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-89189705.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-f1040575.js';
5
5
  import './kup-dates-da19044e.js';
@@ -115,7 +115,7 @@ const KupSnackbar = class {
115
115
  this.kupManager.debug.logRender(this, true);
116
116
  }
117
117
  render() {
118
- return (h(Host, { key: 'a2aafc21c58f37c0accc93689a7dfbf6e7436cce', "kup-visible": this.visible }, h("style", { key: 'c410184ddb5cfa35d6019026aaf25b750cae9dc8' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '1cc2d94c936102f1bc2f05317aa6cf2e633a3927', id: componentWrapperId }, h("div", { key: '2db015b55479eea3c47c580a5095efe7a163dff0', class: snackbarClass }, h("div", { key: '53f393bfb8fc6531c2a743784527c26c752f82b8', class: "snackbar__text__block" }, h("div", { key: 'd4d17ebbb216db50ea7a6b98b7e3cd29f389a3e0', class: `${snackbarClass}__header` }, this.header), h("div", { key: '097414537384bf1de0eadbe191eb9c697db0b4a4', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
118
+ return (h(Host, { key: '526f224445d928a1550779e5fcc82e45cbee7383', "kup-visible": this.visible }, h("style", { key: '4aea86015d04709a34b601130412cd45dda1b15b' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0c9ff94539b722b5f296c9bcc3c83ae6fadcc9e4', id: componentWrapperId }, h("div", { key: '3a13bbf6f571ec7410977baba043814d9db4a5a1', class: snackbarClass }, h("div", { key: 'f138d49204cd804851662f901a65c7133643ca75', class: "snackbar__text__block" }, h("div", { key: '879971b65631468ddd9e2e7907dd1b24d047a938', class: `${snackbarClass}__header` }, this.header), h("div", { key: '99f6bc0d911eb3914d7d4a999202bcf299ae98a9', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
119
119
  }
120
120
  disconnectedCallback() {
121
121
  this.kupManager.theme.unregister(this);
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-89189705.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-da19044e.js';
5
5
 
@@ -88,7 +88,7 @@ const KupTxt = class {
88
88
  }
89
89
  render() {
90
90
  const value = this.getValue();
91
- return (h(Host, { key: 'adb207307c8325d8e5bb41aa127be383cdbcec3a' }, h("style", { key: '4712b1b877f6fa5b640051be06e86598a61d289e' }, __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'fe6c65e8e854c9a420585d59a838c10605ccbf28', id: componentWrapperId }, h("div", { key: 'fcec5c5b57a3af8b67bbd0ba93d3236159a429b7', innerHTML: value }))));
91
+ return (h(Host, { key: 'ed47a48506c15c4206feaf7670316f9fab3d29f4' }, h("style", { key: 'e3e277fee9ae458fcbcc028083c6ad6eba5e98d1' }, __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '4c53b9137f50aa9008e2e52de54fb32b88d5080b', id: componentWrapperId }, h("div", { key: '4013343e1d3f240a764fb09c2157757899411b84', innerHTML: value }))));
92
92
  }
93
93
  disconnectedCallback() {
94
94
  __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.unregister(this);
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, e as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, e as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-89189705.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-65229068.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './kup-dates-da19044e.js';
@@ -185,7 +185,7 @@ const KupTypographyList = class {
185
185
  }
186
186
  render() {
187
187
  const typograhy = this.renderTypographys();
188
- return (h(Host, { key: '27f10fadd875c6a66a5b414052a3564a451791e7' }, h("style", { key: 'dac7a659ae4e294309c00da2c307723b123f2e0c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '17d840b0eda542ff89323113b2c34261613ba336', id: componentWrapperId }, h("div", { key: '2388ca424d760e9bd3bacedb6570de002300cc19', class: "typographies-wrapper" }, typograhy))));
188
+ return (h(Host, { key: '133ed4c5148b141988a0ef0d7902eb1cba2aca1b' }, h("style", { key: 'dbed638dd175c07dd2a496d1695116b1dd9e9816' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'ff32d83dc83bc703493d350c5f7d35a7abafcc9d', id: componentWrapperId }, h("div", { key: '56aa862848281642f21223699a098e3eb28f558e', class: "typographies-wrapper" }, typograhy))));
189
189
  }
190
190
  disconnectedCallback() {
191
191
  this.kupManager.theme.unregister(this);
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, c as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-2d8f4f18.js';
2
+ import { k as kupManagerInstance, c as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-89189705.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-65229068.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { F as FImage } from './f-image-9b15e9ac.js';
@@ -184,7 +184,7 @@ const KupTypography = class {
184
184
  const classObjParent = {
185
185
  'kup-typography--wrap': props.toolbar ? true : false,
186
186
  };
187
- return (h(Host, { key: '27f9ac7bf67392fd5db9855b7e66bdc913553492' }, h("style", { key: '6609e32fd74eefed92a8e4acd1fe6000c76fb976' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'f21fdabcc4c3db2c90f11abb4a68cb4e410d6d2f', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: 'fcfd6add0b15ad0651ed2daaba19be3d31f0c9c0' }, props)), this.toolbar && (h(FImage, Object.assign({ key: '84e33be94c0a024be8003ce0e44b8aa024ddf363' }, propsFImage, { onClick: (event) => {
187
+ return (h(Host, { key: '34e9da970fa1c0d4363fd96a507d54969bf1c316' }, h("style", { key: '65d16a1056f44d8f2ffe867753ced85cf2b81460' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '6499e780132230a2cd9ac617ab67bf24b2e10d1d', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: 'a67c8983c7df830caa13738a8de078fe2c936827' }, props)), this.toolbar && (h(FImage, Object.assign({ key: '105c5272fb10d16f81c3efadc9bda7b984de1e73' }, propsFImage, { onClick: (event) => {
188
188
  event.stopPropagation();
189
189
  this.onKupIconClick(event.currentTarget);
190
190
  } }))))));