@sme.up/ketchup 10.3.3 → 10.3.5

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 (316) hide show
  1. package/dist/cjs/{f-cell-7a2faf7a.js → f-cell-e5ff9c98.js} +38 -11
  2. package/dist/cjs/{f-chip-f2d6124b.js → f-chip-f35c1b42.js} +11 -2
  3. package/dist/cjs/{f-object-field-3810f288.js → f-object-field-04065abd.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-3855e84c.js → f-paginator-utils-3ada5c71.js} +1 -1
  5. package/dist/cjs/{f-text-field-a34a5979.js → f-text-field-0eda27cd.js} +1 -1
  6. package/dist/cjs/index-c7d441d8.js +2 -6
  7. package/dist/cjs/index.cjs.js +2 -2
  8. package/dist/cjs/ketchup.cjs.js +1 -1
  9. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  11. package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_30.cjs.entry.js} +1611 -1179
  12. package/dist/cjs/kup-box.cjs.entry.js +9 -9
  13. package/dist/cjs/kup-calendar.cjs.entry.js +3 -3
  14. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  15. package/dist/cjs/kup-cell.cjs.entry.js +6 -6
  16. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
  17. package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
  18. package/dist/cjs/{kup-data-table-helper-f53032e7.js → kup-data-table-helper-0b79fb90.js} +2 -2
  19. package/dist/cjs/{kup-dates-bc4cf9d0.js → kup-dates-8619368a.js} +3 -7
  20. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-editor.cjs.entry.js +45 -35
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +25 -25
  25. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-htm.cjs.entry.js +3 -3
  27. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  28. package/dist/cjs/kup-input-panel.cjs.entry.js +25 -16
  29. package/dist/cjs/kup-lazy.cjs.entry.js +13 -13
  30. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  31. package/dist/cjs/{kup-manager-c70d3188.js → kup-manager-5cdad0f5.js} +42 -16
  32. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
  34. package/dist/cjs/kup-object-field.cjs.entry.js +5 -5
  35. package/dist/cjs/kup-pdf.cjs.entry.js +3 -3
  36. package/dist/cjs/{kup-planner-renderer-helper-63478d1c.js → kup-planner-renderer-helper-eaca3f99.js} +1 -1
  37. package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
  38. package/dist/cjs/kup-planner.cjs.entry.js +4 -4
  39. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  40. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  41. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  42. package/dist/cjs/kup-txt.cjs.entry.js +3 -3
  43. package/dist/cjs/kup-typography-list.cjs.entry.js +3 -3
  44. package/dist/cjs/kup-typography.cjs.entry.js +4 -4
  45. package/dist/cjs/loader.cjs.js +1 -1
  46. package/dist/collection/assets/debug.js +9 -2536
  47. package/dist/collection/assets/editor-example-1.js +27 -0
  48. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +54 -8
  49. package/dist/collection/components/kup-box/kup-box.css +19 -3
  50. package/dist/collection/components/kup-chip/kup-chip.js +6 -4
  51. package/dist/collection/components/kup-combobox/kup-combobox.js +23 -1
  52. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +2 -2
  53. package/dist/collection/components/kup-data-table/kup-data-table.css +1 -1
  54. package/dist/collection/components/kup-data-table/kup-data-table.js +51 -28
  55. package/dist/collection/components/kup-editor/kup-editor-declarations.js +1 -1
  56. package/dist/collection/components/kup-editor/kup-editor.js +44 -34
  57. package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
  58. package/dist/collection/components/kup-file-upload/kup-file-upload.js +2 -2
  59. package/dist/collection/components/kup-form/kup-form.js +2 -2
  60. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  61. package/dist/collection/components/kup-image-list/kup-image-list.css +4 -0
  62. package/dist/collection/components/kup-image-list/kup-image-list.js +65 -8
  63. package/dist/collection/components/kup-input-panel/kup-input-panel.js +21 -11
  64. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  65. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  66. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  67. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  68. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  69. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  70. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  71. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  72. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  73. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  74. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  75. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  76. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  77. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  78. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  79. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  80. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  81. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  82. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  83. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  84. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  85. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  86. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  87. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  88. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  89. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  90. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  91. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  92. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  93. package/dist/collection/components/kup-tree/kup-tree.js +11 -8
  94. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  95. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  96. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  97. package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -0
  98. package/dist/collection/f-components/f-cell/f-cell.js +34 -7
  99. package/dist/collection/f-components/f-chip/f-chip-declarations.js +1 -0
  100. package/dist/collection/f-components/f-chip/f-chip.js +8 -2
  101. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +2 -2
  102. package/dist/collection/managers/kup-data/kup-data-declarations.js +5 -0
  103. package/dist/collection/managers/kup-data/kup-data.js +2 -0
  104. package/dist/collection/managers/kup-dates/kup-dates.js +3 -7
  105. package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
  106. package/dist/collection/utils/cell-utils.js +21 -7
  107. package/dist/collection/utils/filters/filters.js +7 -4
  108. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +3 -4
  109. package/dist/components/index.js +1 -1
  110. package/dist/components/kup-accordion.js +25 -20
  111. package/dist/components/kup-activity-timeline.js +25 -20
  112. package/dist/components/kup-autocomplete.js +1 -1
  113. package/dist/components/kup-badge.js +1 -1
  114. package/dist/components/kup-box.js +1 -1
  115. package/dist/components/kup-button-list.js +1 -1
  116. package/dist/components/kup-button.js +1 -1
  117. package/dist/components/kup-calendar.js +26 -21
  118. package/dist/components/kup-card-list.js +27 -22
  119. package/dist/components/kup-card.js +1 -1
  120. package/dist/components/kup-cell.js +25 -20
  121. package/dist/components/kup-chart.js +1 -1
  122. package/dist/components/kup-checkbox.js +1 -1
  123. package/dist/components/kup-chip.js +1 -1
  124. package/dist/components/kup-color-picker.js +1 -1
  125. package/dist/components/kup-combobox.js +1 -1
  126. package/dist/components/kup-custom-task-list-header.js +1 -1
  127. package/dist/components/kup-custom-task-list-table.js +1 -1
  128. package/dist/components/kup-dashboard.js +25 -20
  129. package/dist/components/kup-data-table.js +1 -1
  130. package/dist/components/kup-date-picker.js +1 -1
  131. package/dist/components/kup-dialog.js +1 -1
  132. package/dist/components/kup-drawer.js +25 -20
  133. package/dist/components/kup-dropdown-button.js +1 -1
  134. package/dist/components/kup-echart.js +1 -1
  135. package/dist/components/kup-editor.js +1 -1
  136. package/dist/components/kup-family-tree.js +29 -24
  137. package/dist/components/kup-file-upload.js +1 -1
  138. package/dist/components/kup-form.js +1 -1
  139. package/dist/components/kup-gantt-calendar.js +1 -1
  140. package/dist/components/kup-gantt.js +1 -1
  141. package/dist/components/kup-gauge.js +1 -1
  142. package/dist/components/kup-grid-renderer.js +1 -1
  143. package/dist/components/kup-grid.js +1 -1
  144. package/dist/components/kup-horizontal-scroll.js +1 -1
  145. package/dist/components/kup-htm.js +26 -21
  146. package/dist/components/kup-iframe.js +25 -20
  147. package/dist/components/kup-image-list.js +1 -565
  148. package/dist/components/kup-image.js +1 -1
  149. package/dist/components/kup-input-panel.js +46 -32
  150. package/dist/components/kup-lazy.js +36 -31
  151. package/dist/components/kup-list.js +1 -1
  152. package/dist/components/kup-magic-box.js +32 -27
  153. package/dist/components/kup-nav-bar.js +26 -21
  154. package/dist/components/kup-numeric-picker.js +26 -21
  155. package/dist/components/kup-object-field.js +26 -21
  156. package/dist/components/kup-pdf.js +26 -21
  157. package/dist/components/kup-planner-renderer.js +1 -1
  158. package/dist/components/kup-planner.js +47 -42
  159. package/dist/components/kup-probe.js +26 -21
  160. package/dist/components/kup-progress-bar.js +1 -1
  161. package/dist/components/kup-qlik.js +26 -21
  162. package/dist/components/kup-radio.js +1 -1
  163. package/dist/components/kup-rating.js +1 -1
  164. package/dist/components/kup-snackbar.js +26 -21
  165. package/dist/components/kup-spinner.js +1 -1
  166. package/dist/components/kup-standard-tooltip.js +1 -1
  167. package/dist/components/kup-switch.js +1 -1
  168. package/dist/components/kup-switcher.js +1 -1
  169. package/dist/components/kup-tab-bar.js +1 -1
  170. package/dist/components/kup-task-gantt.js +1 -1
  171. package/dist/components/kup-task-list-header.js +1 -1
  172. package/dist/components/kup-task-list-table.js +1 -1
  173. package/dist/components/kup-task-list.js +1 -1
  174. package/dist/components/kup-text-field.js +1 -1
  175. package/dist/components/kup-time-picker.js +1 -1
  176. package/dist/components/kup-toolbar.js +1 -1
  177. package/dist/components/kup-tooltip.js +1 -1
  178. package/dist/components/kup-tree.js +1 -1
  179. package/dist/components/kup-txt.js +26 -21
  180. package/dist/components/kup-typography-list.js +26 -21
  181. package/dist/components/kup-typography.js +27 -22
  182. package/dist/components/kup-vertical-scroll.js +1 -1
  183. package/dist/components/{p-7bdb5142.js → p-03924c38.js} +69 -54
  184. package/dist/components/{p-6992b96f.js → p-28774fba.js} +4 -4
  185. package/dist/components/{p-de04aef6.js → p-28f24feb.js} +17 -17
  186. package/dist/components/{p-6bfda249.js → p-33cf89e0.js} +1 -1
  187. package/dist/components/{p-8472facf.js → p-34ed7a73.js} +2 -2
  188. package/dist/components/{p-286915d4.js → p-3901ad05.js} +25 -20
  189. package/dist/components/{p-0e85ab66.js → p-394a36af.js} +3 -3
  190. package/dist/components/{p-55542b47.js → p-46ec5845.js} +1 -1
  191. package/dist/components/{p-67ba8cd7.js → p-5579a90c.js} +1 -1
  192. package/dist/components/{p-c7c7f760.js → p-57a120a5.js} +1 -1
  193. package/dist/components/{p-c325da75.js → p-5db0bb55.js} +4 -4
  194. package/dist/components/{p-3b4cdace.js → p-7aa9d49d.js} +7 -7
  195. package/dist/components/{p-a22e5ee4.js → p-80b94551.js} +25 -20
  196. package/dist/components/{p-3ba7c133.js → p-89ff2fea.js} +26 -21
  197. package/dist/components/{p-1581348d.js → p-9d9181cf.js} +3 -7
  198. package/dist/components/{p-97053b4d.js → p-af0a6cfe.js} +2 -2
  199. package/dist/components/{p-d0e33e04.js → p-b45eb398.js} +14 -14
  200. package/dist/components/{p-f2e153e3.js → p-b87bd975.js} +5 -5
  201. package/dist/components/{p-d7136d08.js → p-d3a8c2ba.js} +2 -2
  202. package/dist/components/{p-bd3047ee.js → p-daa07bb7.js} +1 -1
  203. package/dist/components/{p-55fda958.js → p-dd93c5e7.js} +1553 -759
  204. package/dist/components/{p-9859e801.js → p-df77b97b.js} +43 -17
  205. package/dist/esm/{f-cell-ae0c965d.js → f-cell-d72f5a9c.js} +38 -11
  206. package/dist/esm/{f-chip-29242e70.js → f-chip-663db488.js} +11 -2
  207. package/dist/esm/{f-object-field-75069ac2.js → f-object-field-afe7604f.js} +2 -2
  208. package/dist/esm/{f-paginator-utils-212f93c3.js → f-paginator-utils-b6924c55.js} +1 -1
  209. package/dist/esm/{f-text-field-ebe023fb.js → f-text-field-40f1ad00.js} +1 -1
  210. package/dist/esm/index-9b0f4a0d.js +2 -6
  211. package/dist/esm/index.js +2 -2
  212. package/dist/esm/ketchup.js +1 -1
  213. package/dist/esm/kup-accordion.entry.js +2 -2
  214. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  215. package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_30.entry.js} +1611 -1180
  216. package/dist/esm/kup-box.entry.js +9 -9
  217. package/dist/esm/kup-calendar.entry.js +3 -3
  218. package/dist/esm/kup-card-list.entry.js +2 -2
  219. package/dist/esm/kup-cell.entry.js +6 -6
  220. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  221. package/dist/esm/kup-dashboard.entry.js +3 -3
  222. package/dist/esm/{kup-data-table-helper-ca11e6e9.js → kup-data-table-helper-8f020338.js} +2 -2
  223. package/dist/esm/{kup-dates-da19044e.js → kup-dates-77f1a451.js} +3 -7
  224. package/dist/esm/kup-drawer.entry.js +2 -2
  225. package/dist/esm/kup-echart.entry.js +2 -2
  226. package/dist/esm/kup-editor.entry.js +45 -35
  227. package/dist/esm/kup-family-tree.entry.js +4 -4
  228. package/dist/esm/kup-gantt_10.entry.js +25 -25
  229. package/dist/esm/kup-grid.entry.js +2 -2
  230. package/dist/esm/kup-htm.entry.js +3 -3
  231. package/dist/esm/kup-iframe.entry.js +2 -2
  232. package/dist/esm/kup-input-panel.entry.js +25 -16
  233. package/dist/esm/kup-lazy.entry.js +13 -13
  234. package/dist/esm/kup-magic-box.entry.js +5 -5
  235. package/dist/esm/{kup-manager-63a8048f.js → kup-manager-b367be3b.js} +43 -17
  236. package/dist/esm/kup-nav-bar.entry.js +3 -3
  237. package/dist/esm/kup-numeric-picker.entry.js +4 -4
  238. package/dist/esm/kup-object-field.entry.js +5 -5
  239. package/dist/esm/kup-pdf.entry.js +3 -3
  240. package/dist/esm/{kup-planner-renderer-helper-4952d0a1.js → kup-planner-renderer-helper-373880b5.js} +1 -1
  241. package/dist/esm/kup-planner-renderer.entry.js +4 -4
  242. package/dist/esm/kup-planner.entry.js +4 -4
  243. package/dist/esm/kup-probe.entry.js +3 -3
  244. package/dist/esm/kup-qlik.entry.js +3 -3
  245. package/dist/esm/kup-snackbar.entry.js +3 -3
  246. package/dist/esm/kup-txt.entry.js +3 -3
  247. package/dist/esm/kup-typography-list.entry.js +3 -3
  248. package/dist/esm/kup-typography.entry.js +4 -4
  249. package/dist/esm/loader.js +1 -1
  250. package/dist/ketchup/index.esm.js +1 -1
  251. package/dist/ketchup/ketchup.esm.js +1 -1
  252. package/dist/ketchup/{p-9b200a90.entry.js → p-006b5782.entry.js} +1 -1
  253. package/dist/ketchup/p-058def11.entry.js +1 -0
  254. package/dist/ketchup/{p-5bf3d60d.entry.js → p-0666ba27.entry.js} +1 -1
  255. package/dist/ketchup/{p-b91e3bae.entry.js → p-17b25b3d.entry.js} +1 -1
  256. package/dist/ketchup/{p-4365fbd3.entry.js → p-26206b66.entry.js} +3 -3
  257. package/dist/ketchup/{p-bc789017.entry.js → p-26a20d81.entry.js} +1 -1
  258. package/dist/ketchup/p-2958b4e6.entry.js +8 -0
  259. package/dist/ketchup/{p-e705eb4a.js → p-2e012afe.js} +1 -1
  260. package/dist/ketchup/{p-6f1dec16.entry.js → p-32ced542.entry.js} +1 -1
  261. package/dist/ketchup/{p-6b529a6f.entry.js → p-43bfca60.entry.js} +2 -2
  262. package/dist/ketchup/{p-11e54526.entry.js → p-4735c623.entry.js} +1 -1
  263. package/dist/ketchup/{p-8ba1d444.entry.js → p-4af4b7d3.entry.js} +1 -1
  264. package/dist/ketchup/{p-e7293ae8.entry.js → p-4c8edfb1.entry.js} +1 -1
  265. package/dist/ketchup/{p-610faea9.js → p-51cc836a.js} +1 -1
  266. package/dist/ketchup/{p-43f12940.entry.js → p-5bf264dd.entry.js} +1 -1
  267. package/dist/ketchup/{p-0f9b546a.js → p-5f645f29.js} +1 -1
  268. package/dist/ketchup/{p-fb7c0958.entry.js → p-62edfd5a.entry.js} +1 -1
  269. package/dist/ketchup/p-6b185239.entry.js +1 -0
  270. package/dist/ketchup/{p-a2d40711.entry.js → p-6e6d3296.entry.js} +1 -1
  271. package/dist/ketchup/{p-260587c5.entry.js → p-75deebdb.entry.js} +1 -1
  272. package/dist/ketchup/{p-7dfc42f0.entry.js → p-8bc2888a.entry.js} +1 -1
  273. package/dist/ketchup/p-8be7a37f.js +1 -0
  274. package/dist/ketchup/{p-9baa1d6d.entry.js → p-928adf93.entry.js} +1 -1
  275. package/dist/ketchup/{p-434f2c39.entry.js → p-941beedb.entry.js} +1 -1
  276. package/dist/ketchup/{p-7b326bde.entry.js → p-9c13c092.entry.js} +1 -1
  277. package/dist/ketchup/{p-b068a383.entry.js → p-9ff4c3e5.entry.js} +1 -1
  278. package/dist/ketchup/{p-eb090acd.entry.js → p-b0550f15.entry.js} +2 -2
  279. package/dist/ketchup/p-b39c7a22.js +1 -0
  280. package/dist/ketchup/{p-c8cd012e.entry.js → p-b9350213.entry.js} +1 -1
  281. package/dist/ketchup/{p-4677cfd1.entry.js → p-c0928fec.entry.js} +1 -1
  282. package/dist/ketchup/{p-4cfa35bc.js → p-c109ce22.js} +1 -1
  283. package/dist/ketchup/{p-d84e4e90.entry.js → p-c2531d28.entry.js} +1 -1
  284. package/dist/ketchup/{p-1ee561ba.js → p-cabebabc.js} +1 -1
  285. package/dist/ketchup/p-d49f1a0d.js +1 -0
  286. package/dist/ketchup/{p-8610d5b5.js → p-d696e519.js} +3 -3
  287. package/dist/ketchup/{p-3533879b.entry.js → p-def6d8b4.entry.js} +1 -1
  288. package/dist/ketchup/p-eb771c1b.entry.js +1 -0
  289. package/dist/ketchup/{p-81743364.entry.js → p-ebf955a8.entry.js} +1 -1
  290. package/dist/ketchup/{p-f87b7768.entry.js → p-ec1129bf.entry.js} +1 -1
  291. package/dist/ketchup/{p-fe42ae2d.entry.js → p-f2bfb53c.entry.js} +1 -1
  292. package/dist/ketchup/{p-6c41cd20.entry.js → p-fac09a35.entry.js} +1 -1
  293. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +6 -1
  294. package/dist/types/components/kup-combobox/kup-combobox.d.ts +4 -0
  295. package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -1
  296. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +2 -2
  297. package/dist/types/components/kup-image-list/kup-image-list.d.ts +11 -0
  298. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +1 -4
  299. package/dist/types/components.d.ts +39 -1
  300. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +3 -1
  301. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +3 -0
  302. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +5 -1
  303. package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
  304. package/dist/types/utils/cell-utils.d.ts +1 -1
  305. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -2
  306. package/package.json +1 -1
  307. package/dist/cjs/kup-image-list.cjs.entry.js +0 -404
  308. package/dist/esm/kup-image-list.entry.js +0 -400
  309. package/dist/ketchup/p-102d35b1.js +0 -1
  310. package/dist/ketchup/p-4a64f9f2.entry.js +0 -1
  311. package/dist/ketchup/p-5d28e8e0.entry.js +0 -8
  312. package/dist/ketchup/p-7375d456.js +0 -1
  313. package/dist/ketchup/p-93541362.entry.js +0 -1
  314. package/dist/ketchup/p-b6beace3.entry.js +0 -1
  315. package/dist/ketchup/p-da694791.js +0 -1
  316. package/dist/ketchup/p-fb82cad9.entry.js +0 -1
@@ -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-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-da19044e.js';
4
+ import './kup-dates-77f1a451.js';
5
5
 
6
6
  const navbarClass = 'nav-bar';
7
7
  /**
@@ -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: '8dbd20aa3711e4e202b32529f7bfd82e66f5a2e4', class: "header" }, h("style", { key: '9a0fb2fb49b4896ccc53b18ef61ef848f88fc604' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7bf098518f3712d3fa8d8c02a0cdcef96bc0492d', id: componentWrapperId }, h("header", { key: 'c4e45233efd5dad9150f94fc997608afdf6ab9fc', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: 'ffa96645cf8ef65d35aea4c476ad691a989c0b49', class: `${navbarClass}__row` }, this.content())))));
129
+ return (h(Host, { key: 'd10fe50d98c91b7bd6523b0c489f1bd618f3bea5', class: "header" }, h("style", { key: '1bcfbf30b846c2566df8592436e9970ca839d455' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'c59b03f594478b70a148a8a0ef60635f0f370815', id: componentWrapperId }, h("header", { key: '59119aea905464ca6e62ba4b52de771c9502e854', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '3b19e3f10ff6c97c67d83cff649319065fbe7da3', class: `${navbarClass}__row` }, this.content())))));
130
130
  }
131
131
  disconnectedCallback() {
132
132
  this.kupManager.language.unregister(this);
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-ebe023fb.js';
4
+ import { F as FTextField } from './f-text-field-40f1ad00.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import './kup-dates-da19044e.js';
6
+ import './kup-dates-77f1a451.js';
7
7
  import './f-image-a2ecd7c3.js';
8
8
  import './component-a35bc7f1.js';
9
9
 
@@ -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: '7f7f0f85e214b1689be88c1f2bd313132ab37833' }, h("style", { key: 'c627cb9c574954df16eeff160eca5423a6f79724' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '5d633e89e27179bf77e8ef298dc589b572c1d70e', id: componentWrapperId }, this.prepTextfield())));
354
+ return (h(Host, { key: '5e21909e990f0807b9c1ff4566be582a94ca292e' }, h("style", { key: '8bb2390213d050696d23383b4dc2025f0fd8c6a5' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2ba04818393826244f80918569f1da7335d45773', id: componentWrapperId }, this.prepTextfield())));
355
355
  }
356
356
  disconnectedCallback() {
357
357
  this.kupManager.dates.unregister(this);
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { F as FObjectField } from './f-object-field-75069ac2.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-63a8048f.js';
2
+ import { F as FObjectField } from './f-object-field-afe7604f.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-b367be3b.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-3c8f4506.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-a2ecd7c3.js';
8
- import './f-text-field-ebe023fb.js';
9
- import './kup-dates-da19044e.js';
8
+ import './f-text-field-40f1ad00.js';
9
+ import './kup-dates-77f1a451.js';
10
10
 
11
11
  /**
12
12
  * Props of the kup-object-field component.
@@ -97,7 +97,7 @@ const KupObjectField = class {
97
97
  inputValue: this.inputValue,
98
98
  onChange: null,
99
99
  };
100
- return (h(Host, { key: 'ad8b1b5a61471fb4f6b09b79f877a5921787afe5' }, h("style", { key: '72ea7f3d7ffb39d02eb3033fd1b1a918aac3202a' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '545d1726032147520c30ea0e79192fdb17b688db', id: componentWrapperId }, h(FObjectField, Object.assign({ key: '00d9b3d137fc454d8dfde620a7ca0952d65e0afb' }, props)))));
100
+ return (h(Host, { key: '9d2ae70b4dfe89598f331bf72c94db5c5e33242b' }, h("style", { key: '1b21373f4e2d1784498ce119526cd07f4c376cfb' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '1c295a24a8d61f7059e9b7c242069da2b856c50d', id: componentWrapperId }, h(FObjectField, Object.assign({ key: '5386f17afed1cda623bd6a82acafb0e0bfbdbc63' }, props)))));
101
101
  }
102
102
  disconnectedCallback() {
103
103
  __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.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-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
4
+ import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-77f1a451.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-pdf component.
@@ -76581,7 +76581,7 @@ const KupPdf = class {
76581
76581
  catch (error) { }
76582
76582
  }
76583
76583
  render() {
76584
- return (h(Host, { key: 'c53c0ae827a39133eb47392a9e20b34e6d5ed17f' }, h("div", { key: 'c1bfb94253ebba579495c0379ec716f88500e0d2', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76584
+ return (h(Host, { key: '1c5bb13e2ca28b655ed272d85fabcd339b48d4fc' }, h("div", { key: '7e45b0a3e7412e60d6af04a8ea3696808ff0ae52', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76585
76585
  }
76586
76586
  disconnectedCallback() {
76587
76587
  __classPrivateFieldGet(this, _KupPdf_kupManager, "f").theme.unregister(this);
@@ -1,4 +1,4 @@
1
- import { a as KupDates } from './kup-dates-da19044e.js';
1
+ import { a as KupDates } from './kup-dates-77f1a451.js';
2
2
 
3
3
  const columnWidthForTimeUnit = (timeUnit) => {
4
4
  switch (timeUnit) {
@@ -1,7 +1,7 @@
1
1
  import { h, r as registerInstance, d as getElement } from './index-9b0f4a0d.js';
2
- import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-4952d0a1.js';
2
+ import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-373880b5.js';
3
3
  import { e as KUP_PLANNER_MAIN_GANTT_ID, f as KUP_PLANNER_SECONDARY_GANTT_ID } from './kup-planner-declarations-0704bc6c.js';
4
- import { a as KupDates } from './kup-dates-da19044e.js';
4
+ import { a as KupDates } from './kup-dates-77f1a451.js';
5
5
  import { g as ganttDateTimeFormatters } from './kup-planner-time-formatter-ddf84f9b.js';
6
6
 
7
7
  const CustomTooltipHOC = () => {
@@ -226,13 +226,13 @@ const KupPlannerRenderer = class {
226
226
  }
227
227
  render() {
228
228
  var _a, _b, _c;
229
- return (h("div", { key: '29c147210816cb1027ba9fa012a0e4a85799c681', class: "planner-render" }, h("kup-switcher", { key: '833aa730ccc65297d8b5cb9d27f89791b70c7618', timeUnitChange: (timeUnit) => {
229
+ return (h("div", { key: '5cc84453175713cab80f656aca1333f89d43c324', class: "planner-render" }, h("kup-switcher", { key: '39df6e903c0170ae48dcdae7b7a6c0c8df5d4ae8', 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: '5bf9228b73b0eebdf5d71394875298c04922674c', style: {
235
+ } }), this.props && (h("div", { key: '7f4fe2be85a54f9174059d27821e52c02fea3196', 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,10 +1,10 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, ah as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, ai as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-b367be3b.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-ebe023fb.js';
5
+ import { F as FTextField } from './f-text-field-40f1ad00.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
- import './kup-dates-da19044e.js';
7
+ import './kup-dates-77f1a451.js';
8
8
  import './f-image-a2ecd7c3.js';
9
9
  import './component-a35bc7f1.js';
10
10
 
@@ -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: 'efca07999eff0c9da1b462877d51c64342516f99' }, h("style", { key: 'e53837b7f6ac577ffa250425ce5d0391b0248d90' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '9f03432600ea8b1dc75a6365d5b9410727ed6c95', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: 'c2a0a9a13554a58ff46b14dd011eea54a3d43cb0', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: 'a943b2e89a1c75395dd652d9c1001c15278996ab', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '1f16dc9bbc600001edb94a4bbb2b2e22ab401bb1', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
646
+ return (h(Host, { key: 'a39de9ef79d3bb209a9cb99b28fea0259f23317f' }, h("style", { key: 'af9cfff3bba7097157c1edf8d8f83ade6b8f358e' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '7ad7de8208449fcf8e6ae2b483679ab2b6711436', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: '60befc4ef01db8a59ad9517e7e47d2377763134f', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '63eb18daf5ca2946e273851ac61bf3b3df2f1af6', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '44083990df152225dffdf22654309f2dda0ad1b1', 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,7 +1,7 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-da19044e.js';
4
+ import './kup-dates-77f1a451.js';
5
5
 
6
6
  const KupProbe = class {
7
7
  constructor(hostRef) {
@@ -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: 'a7b01937b0cb66b572293c94bb1a4d8dfff53ed4' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '95bed8d3025d363a78cbff27aa81a706b3b6535b', id: componentWrapperId }, this.content)));
238
+ return (h(Host, { key: '71b172082bcfe06f9dc75617e4bd75a978ca2c0b' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '6a04168c88770276df2dbbaf3af33d56f08a7ea2', id: componentWrapperId }, this.content)));
239
239
  }
240
240
  disconnectedCallback() {
241
241
  if (this.features.language) {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance } from './kup-manager-63a8048f.js';
3
- import './kup-dates-da19044e.js';
2
+ import { k as kupManagerInstance } from './kup-manager-b367be3b.js';
3
+ import './kup-dates-77f1a451.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: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}.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%}";
6
6
  const KupQlikStyle0 = kupQlikCss;
@@ -116,7 +116,7 @@ const KupQlik = class {
116
116
  layoutStyle = {
117
117
  ['--lyo_obj-height']: this.defobjsize,
118
118
  };
119
- return (h("div", { key: '39df5639c653501062a0197609ab56bfbba7a79b', class: classLayout, style: layoutStyle }, this.divlist));
119
+ return (h("div", { key: '6208a1ac1fe995940a4ddc412c1300226a16483e', class: classLayout, style: layoutStyle }, this.divlist));
120
120
  }
121
121
  componentDidRender() {
122
122
  if (this.debug) {
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3c8f4506.js';
5
- import './kup-dates-da19044e.js';
5
+ import './kup-dates-77f1a451.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-a2ecd7c3.js';
8
8
 
@@ -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: 'eabc87550d0f2e863606f6ca638ce0201b0a792a', "kup-visible": this.visible }, h("style", { key: 'da7c811c2ca8770cbd2ffc695dbe5289f1536f22' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '47e5c9aaf1e50f41a498fdc050b29e08dc722720', id: componentWrapperId }, h("div", { key: '8b899247d7547a4f9f5c653c34bd6cd8b0a662e4', class: snackbarClass }, h("div", { key: '70b018520246323b9b8aec95af249c5d19618ff5', class: "snackbar__text__block" }, h("div", { key: '91a44a17404b10e37f09651046b75bb340f4a1ff', class: `${snackbarClass}__header` }, this.header), h("div", { key: '7b9b325f847f9ea2d72e11670892dd46e9f1e0d5', 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: '3f081ccf95e871f24aabcdde18113536f1b02f22', "kup-visible": this.visible }, h("style", { key: '705d811fb3102582989b83c4b0b70903405d961e' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2cd0a437e4ac63f30022d4d6b90893205e2fe716', id: componentWrapperId }, h("div", { key: '61a788fe37500fda5eb6abef749dc1c9a4fe0dee', class: snackbarClass }, h("div", { key: 'b8090b7fbb38965fc8b70bf4066fc7a9fc454503', class: "snackbar__text__block" }, h("div", { key: 'eb211b306716c3abda31cc812fedd9792f4e9488', class: `${snackbarClass}__header` }, this.header), h("div", { key: '0f7ac72f824317787d35a61509faca394061adab', 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,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-da19044e.js';
4
+ import './kup-dates-77f1a451.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-txt component.
@@ -88,7 +88,7 @@ const KupTxt = class {
88
88
  }
89
89
  render() {
90
90
  const value = this.getValue();
91
- return (h(Host, { key: '05b83ab932103ec9ebeeff7bfaffc3d2def6d945' }, h("style", { key: 'd1207c1f47fa24a6acecbc49a765e9f2926f3c7d' }, __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'fce2b328dbb5bbb4255548bed43e429fc28fec40', id: componentWrapperId }, h("div", { key: '399fb51322b4b0567738f7f7472eae2ea3f40261', innerHTML: value }))));
91
+ return (h(Host, { key: '205fec845d1dac2f25d9544f15d435177c4eabf1' }, h("style", { key: '76e70793d8aaa42a5a8e05450ccd54f1e0c5b579' }, __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'ff15e4cd8d075189d268c97d3d7d5c9df46cf5cd', id: componentWrapperId }, h("div", { key: '0be7e4dbcee7c30e5c5a6b6c2d15701e12bc8a1d', innerHTML: value }))));
92
92
  }
93
93
  disconnectedCallback() {
94
94
  __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.unregister(this);
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import './kup-dates-da19044e.js';
5
+ import './kup-dates-77f1a451.js';
6
6
 
7
7
  /**
8
8
  * Props of the kup-typography component.
@@ -185,7 +185,7 @@ const KupTypographyList = class {
185
185
  }
186
186
  render() {
187
187
  const typograhy = this.renderTypographys();
188
- return (h(Host, { key: 'eea4a39316b0a3fc506de4c5c7702e70491b6299' }, h("style", { key: 'f5aaa171df25731eca862abd4a58fb797485ad52' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'fb7234ec56efe23662c9ae7a1496200f3cb3ece5', id: componentWrapperId }, h("div", { key: '7be6b9baa1785f2da9e092a91bd8d96a7256dd25', class: "typographies-wrapper" }, typograhy))));
188
+ return (h(Host, { key: '58356b7523f44ef17cd4a535119254b6efed5b7a' }, h("style", { key: 'be31c2f145c03693055bc90fa818781e985b0c0a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '899b21cbcf02ebca7791c9983a1893c8625252ab', id: componentWrapperId }, h("div", { key: '87e0370fa8d496f789bd047f33a39cf2a40952e3', class: "typographies-wrapper" }, typograhy))));
189
189
  }
190
190
  disconnectedCallback() {
191
191
  this.kupManager.theme.unregister(this);
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { F as FImage } from './f-image-a2ecd7c3.js';
6
- import './kup-dates-da19044e.js';
6
+ import './kup-dates-77f1a451.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-typography component.
@@ -262,7 +262,7 @@ const KupTypography = class {
262
262
  const classObjParent = {
263
263
  'kup-typography--wrap': props.toolbar ? true : false,
264
264
  };
265
- return (h(Host, { key: '22068fe2fcabd3b184e705e2a0137837669df2da' }, h("style", { key: '3c4a8811380ce6e6ec12a7077325f3dcb143020c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '927cbb930fb3e0763817e8ad6fb41b521ddf1ad1', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: 'd504a5c8621c4746331225eda11131a5db079edf' }, props)), this.infoIcon && (h(FImage, Object.assign({ key: '9073be54945f7345b754079388130e149ddac338' }, infoIcon, { onClick: async (event) => {
265
+ return (h(Host, { key: 'fc9ed8df1a7996737fa318223fa4a26c048af0da' }, h("style", { key: '7ab80157cf8d7d13198e389b5c2005bc23379f50' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4058a007f7338cb3f4c69e9b7ab8bb2bc0c5d29f', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: '039db543cb870340827953a4c43b092d7dfcb936' }, props)), this.infoIcon && (h(FImage, Object.assign({ key: '3c7ff0751057b4ef2d2f02eadd0f4f069288545a' }, infoIcon, { onClick: async (event) => {
266
266
  event.stopPropagation();
267
267
  const el = event.currentTarget;
268
268
  const data = await this.infoCallBack();
@@ -273,7 +273,7 @@ const KupTypography = class {
273
273
  else {
274
274
  this.kupManager.debug.logMessage(this, 'Toolbar data is empty, not opening dropdown.');
275
275
  }
276
- } }))), this.toolbar && (h(FImage, Object.assign({ key: 'e02ac6db825761a824b4fcc36fd74690bd004cf1' }, toolbarIcon, { onClick: async (event) => {
276
+ } }))), this.toolbar && (h(FImage, Object.assign({ key: 'd66f1503ff3d22223d14f0247cfaaf725352935b' }, toolbarIcon, { onClick: async (event) => {
277
277
  event.stopPropagation();
278
278
  const el = event.currentTarget;
279
279
  const data = await this.toolbarCallback();