@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
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-63478d1c.js');
6
+ const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-eaca3f99.js');
7
7
  const bar_helpers = require('./bar.helpers-c481a535.js');
8
8
  const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
9
- require('./kup-dates-bc4cf9d0.js');
9
+ require('./kup-dates-8619368a.js');
10
10
 
11
11
  const kupGanttCss = ".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}.wrapper{display:flex;padding:0;margin:0;list-style:none;outline:none;position:relative}.ganttContainer{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);overflow:hidden;padding:var(--kup-space-05)}.ganttVerticalContainer{overflow:hidden;font-size:0;margin:0;padding:0}.horizontalContainer{margin:0;padding:0;overflow:hidden}.horizontalContainerScrollable{overflow:auto !important;scrollbar-width:0}.horizontalContainerScrollable::-webkit-scrollbar{width:0;height:0}.task-gantt{overflow:hidden}";
12
12
  const KupGanttStyle0 = kupGanttCss;
@@ -573,9 +573,9 @@ const KupGantt = class {
573
573
  TaskListHeader: this.TaskListHeader,
574
574
  TaskListTable: this.TaskListTable
575
575
  };
576
- return (index.h("div", { key: '1fa0600e961b81ec2f7d9b8017ffc858f1e621af', class: "gannt-wrapper-main" }, index.h("div", { key: '0c44c9eb29c22bc8908adc9339579b8ab5bfa51e', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: '6c07c6b2c3a762951ec13b2d02edefa5e4bbf5e3', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
576
+ return (index.h("div", { key: '3a4a7c6dee9d12ef3d089cf9d8b22742f5717a9a', class: "gannt-wrapper-main" }, index.h("div", { key: '701076ffecda9ec36716dfc676bc830f224ed028', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: '1ca42dc7754cb5b7cb6a3088dca8a2e042c2c390', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
577
577
  this.taskListScrollWidth = width;
578
- }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.h("kup-task-gantt", { key: '994e436eea93e9178b7eb6d14836722aa9d7fddb', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (index.h("kup-tooltip", { key: '6aaba459f112bb02f4db8aff962f028b8538b2f8', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), index.h("kup-vertical-scroll", { key: 'eb83aa5f54f2502a4213f0e164cedad02005ef81', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (index.h("kup-horizontal-scroll", { key: '15158be45b503cfc1de69870bfa5e5587574f296', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
578
+ }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.h("kup-task-gantt", { key: 'af6acb22ea4418fd03515ad78193702a54fd4097', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (index.h("kup-tooltip", { key: 'd9bd829e352fee2185b7648a78b9373ae4923ede', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), index.h("kup-vertical-scroll", { key: 'acf20f898b951dbd742bb8b82e3548f806707a6d', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (index.h("kup-horizontal-scroll", { key: 'ddece5a5222b1abfbe971812d3954af363fa195c', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
579
579
  }
580
580
  get rootElement() { return index.getElement(this); }
581
581
  static get watchers() { return {
@@ -686,20 +686,20 @@ const HorizontalScroll = class {
686
686
  var _a, _b;
687
687
  const w = (_b = ((_a = this.taskListTrueRef) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect().width) + 24 * 1.5) !== null && _b !== void 0 ? _b : 0; // 24 * 2 is the sum of padding and margin for both list and gantt, multiplied by 1.5 cause we need to add the other half to the right
688
688
  const width = +this.listCellWidth.replace('px', '');
689
- return (index.h(index.Fragment, { key: '9632477600482255d1cbcc1586428ee99af0057d' }, index.h("div", { key: '526d5a4fe48222746552cea9fa71d4052c14c7d0', class: "scroll-container" }, this.scrollableTaskList &&
690
- this.taskListScrollWidth > width && (index.h("div", { key: '9b1ff92aa99675168b5f15c2e32490ebd5a0ede6', dir: "ltr", style: {
689
+ return (index.h(index.Fragment, { key: 'fb206cf716ee8d98be3d4207340a8acf7bb1eabe' }, index.h("div", { key: 'c064d07c7c591ab138e14fd0ab68f8251460b202', class: "scroll-container" }, this.scrollableTaskList &&
690
+ this.taskListScrollWidth > width && (index.h("div", { key: '2f97f345f20ba4843e60534d4716b2252b2de297', dir: "ltr", style: {
691
691
  margin: this.rtl
692
692
  ? `0px 20px 0px 20px`
693
693
  : `0px 20px 0px 20px`,
694
694
  maxWidth: `${width + 20}px`,
695
695
  minWidth: `${width + 20}px`,
696
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '37634bfadaa55ff19366bda36106dd6b9761f4c2', style: {
696
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '10644e475d8b633071429046a8c7356942f17db4', style: {
697
697
  width: `${this.taskListScrollWidth}px`,
698
- }, class: "scroll" }))), index.h("div", { key: '1a4ba83f91dd02570af9eff8f9c8cdde746df00a', dir: "ltr", style: {
698
+ }, class: "scroll" }))), index.h("div", { key: 'b8e0948e0db48509ae98a05d0c148220ece705ff', dir: "ltr", style: {
699
699
  margin: this.rtl
700
700
  ? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
701
701
  : `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
702
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: 'd8a395c0984d703b78fc0cac038b83852b431c1e', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
702
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: '72c55a42446f7dd04e94e300ac930dc146162978', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
703
703
  }
704
704
  get rootElement() { return index.getElement(this); }
705
705
  static get watchers() { return {
@@ -720,7 +720,7 @@ const StandardTooltipContent = class {
720
720
  this.fontFamily = undefined;
721
721
  }
722
722
  render() {
723
- return (index.h("div", { key: '7ea7808e81ea0fa78587826f592ab58f1499bcd1', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: 'e0e02f467dc56d81c5a0d8fb47d09182ec9e8252', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (index.h("p", { key: '14b4d81b3e99e1e17a93191a0dd3d2b6ad08688f', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: 'f0c563436783ce3b59b4c6f492910c0b7c393cd4', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
723
+ return (index.h("div", { key: 'e12cbc7242215c9f9e76d3b19ba5b8bbc116e1a7', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '6239efccbfd8ea790f1cc30ca5c5ed847124e3a0', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (index.h("p", { key: '28ba0cd9397173f011081a0e1b774b6259ded9a8', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: 'bdacdea774a87ef344f6b07361e53b79cc3e8516', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
724
724
  }
725
725
  };
726
726
  StandardTooltipContent.style = KupStandardTooltipStyle0;
@@ -746,7 +746,7 @@ const KupSwitcher = class {
746
746
  this.activeButton = mode;
747
747
  this.timeUnitChange(mode);
748
748
  };
749
- return (index.h("div", { key: '1377b7f10da8d4f0dbe60c8dc63453a341f2434f', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
749
+ return (index.h("div", { key: '21500b455d0cc89aa7c787c372a390dd9711195f', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
750
750
  button: true,
751
751
  buttonActive: this.activeButton === label,
752
752
  }, onClick: () => handleButtonClick(label) }, index.h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -790,12 +790,12 @@ const TaskGantt = class {
790
790
  }
791
791
  render() {
792
792
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
793
- return (index.h("div", { key: '0bc88e1fef20b88d72bdcee8e511ae490d592369', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '4c58df0276e7243459a4676fdaf592749c65e3d5', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), index.h("div", { key: '0f29ea8b89ce2b60199f2ac8e652c360f42046dd', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
793
+ return (index.h("div", { key: 'd73a31dca4e8ee110fe81d77e11a95ff30eb8919', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '7e9379676312c2dd4ee18d0349992d8150fb1f9f', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), index.h("div", { key: '9ddbbe390f6d0f7821f9afd8546fab7daea1de00', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
794
794
  ? {
795
795
  height: `${this.ganttHeight}px`,
796
796
  width: `${this.gridProps.svgWidth}px`,
797
797
  }
798
- : { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: '307c9046cf5f994e9ff14368d720316a8f0c9ae0' }, newBarProps)))));
798
+ : { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: '1e862f583de2fc4ced91edd3fcd8c72a21b8a99a' }, newBarProps)))));
799
799
  }
800
800
  get rootElement() { return index.getElement(this); }
801
801
  static get watchers() { return {
@@ -895,7 +895,7 @@ const TaskList = class {
895
895
  if (TaskListTable && TaskListTable['$attrs$']) {
896
896
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
897
897
  }
898
- return (index.h("div", { key: '8385963e6081ce660fd6d3c55d43f97a6fb89c48', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (index.h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), index.h("div", { key: '4efce311fd827db2b4453432b88c8d7d26e57954', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
898
+ return (index.h("div", { key: 'ccebe0409ed60287db6a04a2c0602fd3dd100c3b', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (index.h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), index.h("div", { key: '69b9fb585a4e13f3a809238f32ed30b0f1d2066a', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
899
899
  ? { height: this.ganttHeight + 'px' }
900
900
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (index.h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
901
901
  let row = kupPlannerRendererHelper.getProjectById(id, this.currentTasks);
@@ -944,22 +944,22 @@ const KupTaskListHeader = class {
944
944
  this.rowWidth = undefined;
945
945
  }
946
946
  render() {
947
- return (index.h("div", { key: '26dcb19d964d3b04630e1dacaedf141c48cf3b38', class: "ganttTable", style: {
947
+ return (index.h("div", { key: '2d15d2ac7268338cdd3697c21378913ab0f7ca06', class: "ganttTable", style: {
948
948
  fontFamily: this.fontFamily,
949
949
  fontSize: this.fontSize,
950
- } }, index.h("div", { key: '1049979beaa1db28c008d1f1add7a5071addcab0', class: "ganttTable_Header", style: {
950
+ } }, index.h("div", { key: '8203d274e6ceaa4c4ca7410cf722ff2e09af4856', class: "ganttTable_Header", style: {
951
951
  height: `${this.headerHeight - 2}px`,
952
- } }, index.h("div", { key: '28a66dc75f4c75745e136ae1f3d2f2e34e0b56ba', class: "ganttTable_HeaderItem", style: {
952
+ } }, index.h("div", { key: '269a24bec57ec7158593f1674ad29ad842b7cc5e', class: "ganttTable_HeaderItem", style: {
953
953
  minWidth: this.rowWidth,
954
- } }, "\u00A0Name"), index.h("div", { key: '6efeb619b395f8d6d9f5041574d1df3bf4068bc2', class: "ganttTable_HeaderSeparator", style: {
954
+ } }, "\u00A0Name"), index.h("div", { key: 'bb01ed8b2439041d3638f8cad9798fce40cf782c', class: "ganttTable_HeaderSeparator", style: {
955
955
  height: `${this.headerHeight * 0.5}px`,
956
956
  marginTop: `${this.headerHeight * 0.2}px`,
957
- } }), index.h("div", { key: '868bcd7ff915650828c019edc672ddcc81f1dcc7', class: "ganttTable_HeaderItem", style: {
957
+ } }), index.h("div", { key: '0b1d2221f6d75b5eb0a4775ad8b2c0625694472d', class: "ganttTable_HeaderItem", style: {
958
958
  minWidth: this.rowWidth,
959
- } }, "\u00A0From"), index.h("div", { key: '3cb7e45aa77afbcc96828dd64fa40bb7247a6c79', class: "ganttTable_HeaderSeparator", style: {
959
+ } }, "\u00A0From"), index.h("div", { key: '87fdfe2bda942245d663671e5813382290ca4f9f', class: "ganttTable_HeaderSeparator", style: {
960
960
  height: `${this.headerHeight * 0.5}px`,
961
961
  marginTop: `${this.headerHeight * 0.25}px`,
962
- } }), index.h("div", { key: '53e8732d455b9b86c2adc222c42fa13c6ba6d7b3', class: "ganttTable_HeaderItem", style: {
962
+ } }), index.h("div", { key: '5ae7fa15b24484a054cd5538066a78ead93ae6c4', class: "ganttTable_HeaderItem", style: {
963
963
  minWidth: this.rowWidth,
964
964
  } }, "\u00A0To"))));
965
965
  }
@@ -993,7 +993,7 @@ const TaskListTableDefault = class {
993
993
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
994
994
  }
995
995
  render() {
996
- return (index.h("div", { key: '208ef66a74b0a44a984d639a5fec96776c145d3e', class: "taskListWrapper", style: {
996
+ return (index.h("div", { key: '2de69b875ef1117ca8ad7588d7ca5b5b3b7bf7df', class: "taskListWrapper", style: {
997
997
  fontFamily: this.fontFamily,
998
998
  fontSize: this.fontSize,
999
999
  } }, this.tasks.map((task) => (index.h("div", { class: {
@@ -1082,7 +1082,7 @@ const Tooltip = class {
1082
1082
  }
1083
1083
  }
1084
1084
  render() {
1085
- return (index.h("div", { key: '1523eb34f3a41dd2eb4ef77d5f06dfcb1dceb9cf', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: '0530b87d88badaa394545a93b64b06a9fe4df9c9', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1085
+ return (index.h("div", { key: 'b611372ce3d568cb8ba7c59e24aa2eacbf2c161b', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: '8309fc4f723bfe6649fd4cf981488fb78a3e5708', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1086
1086
  }
1087
1087
  get rootElement() { return index.getElement(this); }
1088
1088
  static get watchers() { return {
@@ -1136,11 +1136,11 @@ const KupVerticalScroll = class {
1136
1136
  };
1137
1137
  }
1138
1138
  render() {
1139
- return (index.h("div", { key: '1a20563f1d6f85acb163fe09d52ea1584a72d22a', style: {
1139
+ return (index.h("div", { key: 'aaf2623339012ffb223563f273e32bf47c7390f6', style: {
1140
1140
  height: `${this.ganttHeight}px`,
1141
1141
  marginTop: `${this.headerHeight}px`,
1142
1142
  marginLeft: this.rtl ? '' : '-1rem',
1143
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: '890883f27cc411a7c83112b1fe808ae7ab741b10', style: {
1143
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: '22b00662319acb2b45838e4f3370aec724577e57', style: {
1144
1144
  height: `${this.ganttFullHeight}px`,
1145
1145
  width: '1px',
1146
1146
  } })));
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-c70d3188.js');
6
+ const kupManager = require('./kup-manager-5cdad0f5.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-bc4cf9d0.js');
8
+ require('./kup-dates-8619368a.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-grid component.
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-c70d3188.js');
6
+ const kupManager = require('./kup-manager-5cdad0f5.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-bc4cf9d0.js');
8
+ require('./kup-dates-8619368a.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-htm component.
@@ -86,7 +86,7 @@ const KupHTM = class {
86
86
  render() {
87
87
  var _a;
88
88
  const isLink = __classPrivateFieldGet(this, _KupHTM_instances, "m", _KupHTM_isObjectCompatibleWithHTM).call(this, (_a = this === null || this === void 0 ? void 0 : this.data) === null || _a === void 0 ? void 0 : _a.obj);
89
- return (index.h(index.Host, { key: '5a79767bda05f81fbfa3b44c06592ce9d338c859' }, index.h("style", { key: '4977d1d9a029a0669695ac206ecbd306b467cf21' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'f8e7cdc3e1992853c090f3204fed1a0de76b904b', id: GenericVariables.componentWrapperId }, index.h("div", { key: '0c6724dc5d6c2b8f53ca7573424aab59adbcf6a4', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB)), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
89
+ return (index.h(index.Host, { key: '5fd7a24633313c182200d98e795cd27938bdd0ed' }, index.h("style", { key: '283f61604341bc317f9eece1bacdfd6f394d73b6' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '2e35f4c034756925be450b15a14b54acd3e496fa', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'a7372f43ada38738eb4134e8feaade2c9db14c13', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB)), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
90
90
  }
91
91
  disconnectedCallback() {
92
92
  __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-c70d3188.js');
7
- require('./kup-dates-bc4cf9d0.js');
6
+ const kupManager = require('./kup-manager-5cdad0f5.js');
7
+ require('./kup-dates-8619368a.js');
8
8
 
9
9
  /**
10
10
  * Props of the kup-iframe component.
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-bfafefb3.js');
7
- const fCell = require('./f-cell-7a2faf7a.js');
8
- const kupManager = require('./kup-manager-c70d3188.js');
7
+ const fCell = require('./f-cell-e5ff9c98.js');
8
+ const kupManager = require('./kup-manager-5cdad0f5.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
10
  const fTypography = require('./f-typography-85d8238a.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-db10b066.js');
14
14
  require('./f-checkbox-aaa6d45c.js');
15
- require('./f-chip-f2d6124b.js');
16
- require('./f-object-field-3810f288.js');
17
- require('./f-text-field-a34a5979.js');
18
- require('./kup-dates-bc4cf9d0.js');
15
+ require('./f-chip-f35c1b42.js');
16
+ require('./f-object-field-04065abd.js');
17
+ require('./f-text-field-0eda27cd.js');
18
+ require('./kup-dates-8619368a.js');
19
19
  require('./component-a6dd6c14.js');
20
20
 
21
21
  var KupInputPanelLayoutSectionType;
@@ -190,7 +190,7 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
190
190
  }
191
191
  return t;
192
192
  };
193
- var _KupInputPanel_instances, _KupInputPanel_kupManager, _KupInputPanel_formRef, _KupInputPanel_optionsAdapterMap, _KupInputPanel_originalData, _KupInputPanel_listeners, _KupInputPanel_cellTypeComponents, _KupInputPanel_cellTypesNeedingReset, _KupInputPanel_cellCustomRender, _KupInputPanel_sectionRenderMap, _KupInputPanel_readyPromise, _KupInputPanel_readyResolve, _KupInputPanel_getCell, _KupInputPanel_renderRow, _KupInputPanel_renderCell, _KupInputPanel_renderButton, _KupInputPanel_renderDropDownButton, _KupInputPanel_renderDataTable, _KupInputPanel_renderLabel, _KupInputPanel_getLabelComponent, _KupInputPanel_renderGridLayout, _KupInputPanel_renderAbsoluteLayout, _KupInputPanel_renderSection, _KupInputPanel_renderAbsoluteSection, _KupInputPanel_extractContentIds, _KupInputPanel_renderSectionTab, _KupInputPanel_renderField, _KupInputPanel_renderAbsoluteField, _KupInputPanel_mapCommands, _KupInputPanel_mapCells, _KupInputPanel_setData, _KupInputPanel_deepObjectsMerge, _KupInputPanel_reverseMapCells, _KupInputPanel_mapData, _KupInputPanel_slotData, _KupInputPanel_CHIAdapter, _KupInputPanel_GRAAdapter, _KupInputPanel_BTNAdapter, _KupInputPanel_CMBandACPAdapter, _KupInputPanel_getOptionHandler, _KupInputPanel_CHKAdapter, _KupInputPanel_CLPAdapter, _KupInputPanel_EDTAdapter, _KupInputPanel_ITXAdapter, _KupInputPanel_RADAdapter, _KupInputPanel_SWTAdapter, _KupInputPanel_DateAdapter, _KupInputPanel_ObjectAdapter, _KupInputPanel_TimeAdapter, _KupInputPanel_NumberAdapter, _KupInputPanel_DataTableAdapter, _KupInputPanel_getTableUpdatedCell, _KupInputPanel_optionsTreeComboAdapter, _KupInputPanel_treeOptionsNodeAdapter, _KupInputPanel_dataTreeOptionsChildrenAdapter, _KupInputPanel_tableOptionsAdapter, _KupInputPanel_commandAdapter, _KupInputPanel_getAutocompleteEventCallback, _KupInputPanel_manageInputPanelCheck, _KupInputPanel_onCellUpdate, _KupInputPanel_setCellError, _KupInputPanel_areValuesUpdated, _KupInputPanel_getFunctionOnClickBTN, _KupInputPanel_findTraversedFCell, _KupInputPanel_getEventDetails, _KupInputPanel_didLoadInteractables, _KupInputPanel_setFocusOnInputElement, _KupInputPanel_findFirstInput, _KupInputPanel_setAutoSkip;
193
+ var _KupInputPanel_instances, _KupInputPanel_kupManager, _KupInputPanel_formRef, _KupInputPanel_optionsAdapterMap, _KupInputPanel_originalData, _KupInputPanel_listeners, _KupInputPanel_cellTypeComponents, _KupInputPanel_cellTypesNeedingReset, _KupInputPanel_cellCustomRender, _KupInputPanel_sectionRenderMap, _KupInputPanel_readyPromise, _KupInputPanel_readyResolve, _KupInputPanel_getCell, _KupInputPanel_renderRow, _KupInputPanel_renderCell, _KupInputPanel_renderButton, _KupInputPanel_renderDropDownButton, _KupInputPanel_renderDataTable, _KupInputPanel_renderLabel, _KupInputPanel_getLabelComponent, _KupInputPanel_renderGridLayout, _KupInputPanel_renderAbsoluteLayout, _KupInputPanel_renderSection, _KupInputPanel_renderAbsoluteSection, _KupInputPanel_extractContentIds, _KupInputPanel_renderSectionTab, _KupInputPanel_skipRenderField, _KupInputPanel_renderField, _KupInputPanel_renderAbsoluteField, _KupInputPanel_mapCommands, _KupInputPanel_mapCells, _KupInputPanel_setData, _KupInputPanel_deepObjectsMerge, _KupInputPanel_reverseMapCells, _KupInputPanel_mapData, _KupInputPanel_slotData, _KupInputPanel_CHIAdapter, _KupInputPanel_GRAAdapter, _KupInputPanel_BTNAdapter, _KupInputPanel_CMBandACPAdapter, _KupInputPanel_getOptionHandler, _KupInputPanel_CHKAdapter, _KupInputPanel_CLPAdapter, _KupInputPanel_EDTAdapter, _KupInputPanel_ITXAdapter, _KupInputPanel_RADAdapter, _KupInputPanel_SWTAdapter, _KupInputPanel_DateAdapter, _KupInputPanel_ObjectAdapter, _KupInputPanel_ImageListAdapter, _KupInputPanel_TimeAdapter, _KupInputPanel_NumberAdapter, _KupInputPanel_DataTableAdapter, _KupInputPanel_getTableUpdatedCell, _KupInputPanel_optionsTreeComboAdapter, _KupInputPanel_treeOptionsNodeAdapter, _KupInputPanel_dataTreeOptionsChildrenAdapter, _KupInputPanel_tableOptionsAdapter, _KupInputPanel_commandAdapter, _KupInputPanel_getAutocompleteEventCallback, _KupInputPanel_manageInputPanelCheck, _KupInputPanel_onCellUpdate, _KupInputPanel_setCellError, _KupInputPanel_areValuesUpdated, _KupInputPanel_getFunctionOnClickBTN, _KupInputPanel_findTraversedFCell, _KupInputPanel_getEventDetails, _KupInputPanel_didLoadInteractables, _KupInputPanel_setFocusOnInputElement, _KupInputPanel_findFirstInput, _KupInputPanel_setAutoSkip;
194
194
  const dom = document.documentElement;
195
195
  const KupInputPanel = class {
196
196
  constructor(hostRef) {
@@ -401,7 +401,7 @@ const KupInputPanel = class {
401
401
  index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
402
402
  ]
403
403
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
404
- return (index.h(index.Host, { key: 'b1133efe7244cc661038684eaf17e4703b9534d1', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
404
+ return (index.h(index.Host, { key: '84aee3c6ff19b190ecc3251bc42d6fd59f9cbdbe', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
405
405
  this.tabSelected = e.detail.node.id;
406
406
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK), "onKup-objectfield-searchpayload": (e) => {
407
407
  this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
@@ -409,7 +409,7 @@ const KupInputPanel = class {
409
409
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
410
410
  }, "onKup-objectfield-selectedmenuitem": (e) => {
411
411
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
412
- } }, index.h("style", { key: '9427c673b6350b14496c77211089da3e6addbbf3' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '35e45b29284732303c817997dcd0888e615453aa', id: GenericVariables.componentWrapperId }, inputPanelContent)));
412
+ } }, index.h("style", { key: '08b5c082a3f4ab01f62f446a0623a4780c82b809' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '42c1e0de773fd027a920add2cb5a07a179aaab00', id: GenericVariables.componentWrapperId }, inputPanelContent)));
413
413
  }
414
414
  disconnectedCallback() {
415
415
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -442,7 +442,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
442
442
  let rowContent;
443
443
  if (!((_a = layout === null || layout === void 0 ? void 0 : layout.sections) === null || _a === void 0 ? void 0 : _a.length)) {
444
444
  rowContent = inputPanelCell.cells
445
- .filter(({ column }) => column.visible)
445
+ .filter(({ column }) => column.visible !== false)
446
446
  .map((cell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderCell).call(this, cell.cell, inputPanelCell.row, cell.column));
447
447
  }
448
448
  else {
@@ -704,9 +704,11 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
704
704
  });
705
705
  const tabCustomStyle = '.tab-bar .tab-scroller .tab .tab__content { justify-content: flex-start; }';
706
706
  return (index.h("div", { class: { 'input-panel__tabs_container': true } }, index.h("kup-tab-bar", { data: tabNodes, customStyle: tabCustomStyle }), sectionContent));
707
+ }, _KupInputPanel_skipRenderField = function _KupInputPanel_skipRenderField(fieldCell) {
708
+ return (!fieldCell || !fieldCell.cell || fieldCell.column.visible === false);
707
709
  }, _KupInputPanel_renderField = function _KupInputPanel_renderField(cells, field) {
708
710
  const fieldCell = cells.cells.find((cell) => cell.column.name === field.id);
709
- if (!fieldCell || !fieldCell.cell || !fieldCell.column.visible) {
711
+ if (__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_skipRenderField).call(this, fieldCell)) {
710
712
  return;
711
713
  }
712
714
  const colSpan = +field.colSpan > 0
@@ -733,7 +735,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
733
735
  return (index.h("div", { style: styleObj }, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderCell).call(this, fieldCell.cell, cells.row, fieldCell.column)));
734
736
  }, _KupInputPanel_renderAbsoluteField = function _KupInputPanel_renderAbsoluteField(cells, field, absoluteTblPositioningData) {
735
737
  const fieldCell = cells.cells.find((cell) => cell.column.name === field.id);
736
- if (!fieldCell || !fieldCell.cell || !fieldCell.column.visible) {
738
+ if (__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_skipRenderField).call(this, fieldCell)) {
737
739
  return;
738
740
  }
739
741
  let length;
@@ -824,7 +826,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
824
826
  }));
825
827
  this.inputPanelCells = inpuPanelCells;
826
828
  }, _KupInputPanel_setData = function _KupInputPanel_setData(cell, column, layout) {
827
- const defaultProps = Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapData).call(this, cell, column, layout)), { disabled: !cell.isEditable, id: column.name });
829
+ const defaultProps = Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapData).call(this, cell, column, layout)), { disabled: !cell.isEditable || column.useAs === kupManager.UseAsValue.KEY, id: column.name });
828
830
  const cellType = dom.ketchup.data.cell.getType(cell, cell.shape);
829
831
  const _a = cell.data || {}, noDataProps = __rest(_a, ["data"]);
830
832
  return cellType !== kupManager.FCellTypes.MULTI_AUTOCOMPLETE &&
@@ -905,6 +907,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
905
907
  [kupManager.FCellTypes.SWITCH, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_SWTAdapter).bind(this)],
906
908
  [kupManager.FCellTypes.TABLE, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_DataTableAdapter).bind(this)],
907
909
  [kupManager.FCellTypes.TIME, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_TimeAdapter).bind(this)],
910
+ [kupManager.FCellTypes.IMAGE_LIST, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_ImageListAdapter).bind(this)],
908
911
  ]);
909
912
  const adapter = dataAdapterMap.get(cellType);
910
913
  return adapter
@@ -923,7 +926,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
923
926
  }
924
927
  if (cellType === kupManager.FCellTypes.MULTI_AUTOCOMPLETE ||
925
928
  cellType === kupManager.FCellTypes.MULTI_COMBOBOX) {
926
- return Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CMBandACPAdapter).call(this, cell.options, col.title, null)), { showDropDownIcon: true, class: '', style: { width: '100%' }, disabled: !cell.isEditable, id: col.name });
929
+ return Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CMBandACPAdapter).call(this, cell.options, col.title, null, cell)), { showDropDownIcon: true, class: '', style: { width: '100%' }, disabled: !cell.isEditable, id: col.name });
927
930
  }
928
931
  return null;
929
932
  }, _KupInputPanel_CHIAdapter = function _KupInputPanel_CHIAdapter(_options, _fieldLabel, currentValue, cell) {
@@ -947,7 +950,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
947
950
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getFunctionOnClickBTN).call(this, cell, id);
948
951
  };
949
952
  return Object.assign({ label: cell.value, fun: cell.fun }, cell.data);
950
- }, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(rawOptions, fieldLabel, currentValue) {
953
+ }, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(rawOptions, fieldLabel, currentValue, cell) {
951
954
  const configCMandACP = kupManager.CMBandACPAdapter(currentValue, fieldLabel, []);
952
955
  if (rawOptions) {
953
956
  configCMandACP.data['kup-list'].data =
@@ -1005,6 +1008,12 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1005
1008
  label: fieldLabel || ' ',
1006
1009
  value: currentValue || '',
1007
1010
  };
1011
+ }, _KupInputPanel_ImageListAdapter = function _KupInputPanel_ImageListAdapter(_options, fieldLabel, currentValue) {
1012
+ return {
1013
+ initialValue: currentValue || '',
1014
+ leadingLabel: fieldLabel || '',
1015
+ value: currentValue || '',
1016
+ };
1008
1017
  }, _KupInputPanel_TimeAdapter = function _KupInputPanel_TimeAdapter(_options, fieldLabel, currentValue) {
1009
1018
  return {
1010
1019
  data: {
@@ -1127,7 +1136,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1127
1136
  }, _KupInputPanel_getAutocompleteEventCallback = function _KupInputPanel_getAutocompleteEventCallback(detail, cell) {
1128
1137
  this.optionsHandler(cell.fun, detail.inputValue, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_reverseMapCells).call(this), detail.id).then((options) => {
1129
1138
  var _a, _b, _c, _d, _e, _f;
1130
- const visibleColumns = ((_a = options === null || options === void 0 ? void 0 : options.columns) === null || _a === void 0 ? void 0 : _a.filter((col) => (col === null || col === void 0 ? void 0 : col.visible) || !('visible' in col)).map((col) => col.name)) || [];
1139
+ const visibleColumns = ((_a = options === null || options === void 0 ? void 0 : options.columns) === null || _a === void 0 ? void 0 : _a.filter((col) => (col === null || col === void 0 ? void 0 : col.visible) !== false).map((col) => col.name)) || [];
1131
1140
  const filteredRows = (_b = options === null || options === void 0 ? void 0 : options.rows) === null || _b === void 0 ? void 0 : _b.map((row) => {
1132
1141
  const { cells } = row;
1133
1142
  const filteredCells = visibleColumns.reduce((acc, columnName) => {
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-c70d3188.js');
6
+ const kupManager = require('./kup-manager-5cdad0f5.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-bc4cf9d0.js');
8
+ require('./kup-dates-8619368a.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-lazy component.
@@ -138,39 +138,39 @@ const KupLazy = class {
138
138
  switch (this.componentName) {
139
139
  case 'kup-button':
140
140
  //call_to_action.svg
141
- resource = (index.h("svg", { key: '3d3f813296d36cdcd7d173d9f436e0d552a0673b', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '23e46931d75401379ce83357a9c343c7c720acfd', 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" })));
141
+ resource = (index.h("svg", { key: '5c5d09e1114809cae5e4d04d2810fcbe38919665', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'ef0cc102b4f61b6cb0b6a11b990d8a683d3dadbb', 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" })));
142
142
  break;
143
143
  case 'kup-card':
144
144
  //art_track.svg
145
- resource = (index.h("svg", { key: '31f0e5169cd260697da6edd1c763db915b8153cf', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '65ac92668eb2914e838b8333f7db8b863f500435', 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" })));
145
+ resource = (index.h("svg", { key: '08418ea5f354cd9703db966a32ba3a2bde766474', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '8575071216916dbd3994f778e3811762c4b1ba14', 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" })));
146
146
  break;
147
147
  case 'kup-checkbox':
148
148
  //check_box_outline_blank.svg
149
- resource = (index.h("svg", { key: 'e969df1de6bddaad47c745033e6c67f3cd155067', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '32a60569f176c7e0bda2577c5f28116e6102741f', 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" })));
149
+ resource = (index.h("svg", { key: '830ea284f7a58f781306f46dbe30917cf24f953f', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'd76171580d775362c392e3ad8fc00370f9ab7b2f', 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" })));
150
150
  break;
151
151
  case 'kup-chart':
152
152
  //chart-bar.svg
153
- resource = (index.h("svg", { key: '3990a3b5027d15ba60962352f011efc0bc0bdbc8', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: 'c745d3d21ce3dcc2f6eae81c558cdfb9ddf7856c', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
153
+ resource = (index.h("svg", { key: '81b641d30123794bacaecc19a99f4ec544c84a8e', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '175cb426d36b630d55bcc637d3d5b7e54ce4cede', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
154
154
  break;
155
155
  case 'kup-data-table':
156
156
  //table-large.svg
157
- resource = (index.h("svg", { key: '39530590dd10736009c375b5f21e8a62b9e9bb6e', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '929b9d6f5a883ae75056635152b971f41b4f7fab', 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" })));
157
+ resource = (index.h("svg", { key: '15f07a20fc21b25f6faad4a2a7f5afa3b38a1914', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '8880c4646eb4d39529164b920b6c06f6ca9d574c', 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" })));
158
158
  break;
159
159
  case 'kup-image':
160
160
  //photo.svg
161
- resource = (index.h("svg", { key: 'e0352a356d272be14bbb79539526c0cb72ffcea1', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'c2743da82c65cc5a8a8238dda4bbd79a07a4f7e6', 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" })));
161
+ resource = (index.h("svg", { key: 'a43bbf16254b87ba99dcd0380fb6dd48d459587e', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '37fe8e3e880ad99cd2ce8699062ea7aaf20b8e2e', 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" })));
162
162
  break;
163
163
  case 'kup-progress-bar':
164
164
  //linear_scale.svg
165
- resource = (index.h("svg", { key: '490fc3794bf51a697a165784e7c2f3e208e0fb24', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'd6fe5a4e35eb39076669fff9027bc300ac0ea7a9', 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" })));
165
+ resource = (index.h("svg", { key: '3f24c39011fcb687a3ab2887020ed239e66f4127', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '42289a40edc167d2ddb4b99cd80c1343c9904142', 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" })));
166
166
  break;
167
167
  case 'kup-radio':
168
168
  //radio_button_unchecked.svg
169
- resource = (index.h("svg", { key: 'ddaca4167f0df39ff99c2eedf51da43e11daa217', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'f1277d43c4b879169ef89e57f3212adc3bd1673b', 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" })));
169
+ resource = (index.h("svg", { key: '8031d9825c3efdfc622b2026309c499b31619be2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '60b60ed680daf4a6bfcfca0c1ce55debbff62235', 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" })));
170
170
  break;
171
171
  default:
172
172
  //art_track.svg
173
- resource = (index.h("svg", { key: 'bac4baf6a31b7f455fb1ec4875c2d01109a136cf', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '6766752680a0ece7a570ae86cb7ea7451b2f6768', 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" })));
173
+ resource = (index.h("svg", { key: '24bc59869d647844dcbe9f24acd37c661c8dcffd', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '29f284cbe18ac03051367321466d2e369860c66e', 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" })));
174
174
  break;
175
175
  }
176
176
  if ((this.renderMode === KupLazyRender.VIEWPORT && this.isInViewport) ||
@@ -179,14 +179,14 @@ const KupLazy = class {
179
179
  this.data &&
180
180
  this.isInViewport)) {
181
181
  let Tag = this.componentName;
182
- content = (index.h(Tag, Object.assign({ key: 'c0d1463f2f6d7abde1954aed56c87727966a421b' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
182
+ content = (index.h(Tag, Object.assign({ key: '1a843ca9f51d0686f5db923cbfbfbeac4c200105' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
183
183
  className += ' kup-loaded';
184
184
  }
185
185
  else if (this.showPlaceholder) {
186
186
  content = resource;
187
187
  className += ' kup-to-be-loaded';
188
188
  }
189
- return (index.h(index.Host, { key: '71c1a3aec26a79f50340cb14cf92f79fedd590a1', class: className }, index.h("style", { key: '41231e59fd53a143644414d9dc15e4be2c7b4715' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '210ea58d84ae6f3ecf2a224cb5e65f74e1b1469f', id: GenericVariables.componentWrapperId }, content)));
189
+ return (index.h(index.Host, { key: 'd150ddb67a168132fc8127e310f628acc9387cce', class: className }, index.h("style", { key: '572fb2b794e42339a3d85dc7df73bb59829a4c23' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: 'e355c76efbd00ed487c8f1d20e3ea1de360e93ec', id: GenericVariables.componentWrapperId }, content)));
190
190
  }
191
191
  disconnectedCallback() {
192
192
  var _a;
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-c70d3188.js');
6
+ const kupManager = require('./kup-manager-5cdad0f5.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-db10b066.js');
9
9
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
10
- require('./kup-dates-bc4cf9d0.js');
10
+ require('./kup-dates-8619368a.js');
11
11
 
12
12
  /**
13
13
  * Props of the kup-magic-box component.
@@ -291,11 +291,11 @@ const KupMagicBox = class {
291
291
  this.kupManager.debug.logRender(this, true);
292
292
  }
293
293
  render() {
294
- return (index.h(index.Host, { key: 'b7967d1b19d364fba9c2537e4f84eeb3bc773895' }, index.h("style", { key: 'ea5db3db6214443f320dd0b262649e2ec9336afa' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '0a46ce6cd95b6bd65e890fa8218525b2fd09e19e', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'a43ac82b66e24ba1933694eb8e2495f40e73c458', class: "magic-box-wrapper" }, index.h("div", { key: 'd3047b7bc7bbbdf445c98a08dad30ad1074e1d76', class: "actions", id: "drag-handle" }, index.h("kup-combobox", Object.assign({ key: 'aab101139a688cfb9d9d803c790710407eebf8b7' }, this.comboboxProps())), index.h("kup-button", { key: 'a4604aa7bbf6b81e9c4b02a8bac9fb1164af5dfd', styling: fButtonDeclarations.FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
294
+ return (index.h(index.Host, { key: 'ab1400184982532a9c66f5691b59e90581811ed3' }, index.h("style", { key: 'e70719f3dcd21934a6bcef170876001d08f86c2b' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '7c2ef2f7de0167abdeb8db6b95aee01bc71a02c8', id: GenericVariables.componentWrapperId }, index.h("div", { key: '9f04dbce690adaa5ec8357f7c4cd232a4c70b817', class: "magic-box-wrapper" }, index.h("div", { key: '210817229409e555ef8be6e4ed14170045b45e32', class: "actions", id: "drag-handle" }, index.h("kup-combobox", Object.assign({ key: '405e78b90d01859f8f94da213c6e18c06baaa225' }, this.comboboxProps())), index.h("kup-button", { key: 'b84448e0458719e0df11f05ac369f22651154933', styling: fButtonDeclarations.FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
295
295
  this.data = null;
296
- } }), index.h("kup-button", { key: 'e484e6690eb7c139ebc7b8b6e976960a2b171623', id: "close-dialog", customStyle: `:host{${kupManager.KupThemeColorValues.PRIMARY}: var(${kupManager.KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
296
+ } }), index.h("kup-button", { key: '6559f85d54df97a598c2488ce0743f36d2863c18', id: "close-dialog", customStyle: `:host{${kupManager.KupThemeColorValues.PRIMARY}: var(${kupManager.KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
297
297
  this.kupManager.hideMagicBox();
298
- } })), index.h("div", { key: '975574be9e898690572df23cac45ef3e29fd31e4', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
298
+ } })), index.h("div", { key: 'dafb9aa60bc583fde505fe1b798e94ecbde59277', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
299
299
  }
300
300
  disconnectedCallback() {
301
301
  this.kupManager.interact.unregister([