@sme.up/ketchup 10.3.2 → 10.3.4

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 (299) hide show
  1. package/dist/cjs/{f-cell-7a2faf7a.js → f-cell-2d3d1fb1.js} +17 -9
  2. package/dist/cjs/{f-chip-f2d6124b.js → f-chip-9ac0d065.js} +11 -2
  3. package/dist/cjs/{f-object-field-3810f288.js → f-object-field-e0c83ebd.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-3855e84c.js → f-paginator-utils-d61b2fc7.js} +1 -1
  5. package/dist/cjs/{f-text-field-a34a5979.js → f-text-field-6c373c74.js} +1 -1
  6. package/dist/cjs/index-c7d441d8.js +2 -6
  7. package/dist/cjs/index.cjs.js +1 -1
  8. package/dist/cjs/ketchup.cjs.js +1 -1
  9. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  10. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  11. package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_30.cjs.entry.js} +1505 -1076
  12. package/dist/cjs/kup-box.cjs.entry.js +8 -8
  13. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  15. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  16. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  17. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  18. package/dist/cjs/{kup-data-table-helper-f53032e7.js → kup-data-table-helper-f4e3958d.js} +1 -1
  19. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-editor.cjs.entry.js +44 -34
  22. package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
  23. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  24. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  25. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +22 -13
  28. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  30. package/dist/cjs/{kup-manager-c70d3188.js → kup-manager-587e54f5.js} +13 -4
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  34. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  36. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  37. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  42. package/dist/cjs/kup-typography.cjs.entry.js +3 -3
  43. package/dist/cjs/loader.cjs.js +1 -1
  44. package/dist/collection/assets/editor-example-1.js +27 -0
  45. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +54 -8
  46. package/dist/collection/components/kup-box/kup-box.css +19 -3
  47. package/dist/collection/components/kup-chip/kup-chip.js +6 -4
  48. package/dist/collection/components/kup-combobox/kup-combobox.js +23 -1
  49. package/dist/collection/components/kup-data-table/kup-data-table.css +1 -1
  50. package/dist/collection/components/kup-data-table/kup-data-table.js +48 -27
  51. package/dist/collection/components/kup-editor/kup-editor-declarations.js +1 -1
  52. package/dist/collection/components/kup-editor/kup-editor.js +44 -34
  53. package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
  54. package/dist/collection/components/kup-file-upload/kup-file-upload.js +2 -2
  55. package/dist/collection/components/kup-form/kup-form.js +2 -2
  56. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  57. package/dist/collection/components/kup-image-list/kup-image-list.css +4 -0
  58. package/dist/collection/components/kup-image-list/kup-image-list.js +68 -7
  59. package/dist/collection/components/kup-input-panel/kup-input-panel.js +18 -8
  60. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  61. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  62. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  63. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  64. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  65. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  66. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  67. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  68. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  69. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  70. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  71. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  72. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  73. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  74. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  75. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  76. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  77. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  78. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  79. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  80. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  81. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  82. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  83. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  84. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  85. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  86. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  87. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  88. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  89. package/dist/collection/components/kup-tree/kup-tree.js +7 -7
  90. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  91. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  92. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  93. package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -0
  94. package/dist/collection/f-components/f-cell/f-cell.js +13 -5
  95. package/dist/collection/f-components/f-chip/f-chip-declarations.js +1 -0
  96. package/dist/collection/f-components/f-chip/f-chip.js +8 -2
  97. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +2 -2
  98. package/dist/collection/managers/kup-data/kup-data-declarations.js +5 -0
  99. package/dist/collection/managers/kup-data/kup-data.js +2 -0
  100. package/dist/collection/utils/filters/filters.js +1 -1
  101. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +3 -4
  102. package/dist/components/index.js +1 -1
  103. package/dist/components/kup-accordion.js +25 -20
  104. package/dist/components/kup-activity-timeline.js +25 -20
  105. package/dist/components/kup-autocomplete.js +1 -1
  106. package/dist/components/kup-badge.js +1 -1
  107. package/dist/components/kup-box.js +1 -1
  108. package/dist/components/kup-button-list.js +1 -1
  109. package/dist/components/kup-button.js +1 -1
  110. package/dist/components/kup-calendar.js +25 -20
  111. package/dist/components/kup-card-list.js +27 -22
  112. package/dist/components/kup-card.js +1 -1
  113. package/dist/components/kup-cell.js +25 -20
  114. package/dist/components/kup-chart.js +1 -1
  115. package/dist/components/kup-checkbox.js +1 -1
  116. package/dist/components/kup-chip.js +1 -1
  117. package/dist/components/kup-color-picker.js +1 -1
  118. package/dist/components/kup-combobox.js +1 -1
  119. package/dist/components/kup-custom-task-list-header.js +1 -1
  120. package/dist/components/kup-dashboard.js +25 -20
  121. package/dist/components/kup-data-table.js +1 -1
  122. package/dist/components/kup-date-picker.js +1 -1
  123. package/dist/components/kup-dialog.js +1 -1
  124. package/dist/components/kup-drawer.js +25 -20
  125. package/dist/components/kup-dropdown-button.js +1 -1
  126. package/dist/components/kup-echart.js +1 -1
  127. package/dist/components/kup-editor.js +1 -1
  128. package/dist/components/kup-family-tree.js +29 -24
  129. package/dist/components/kup-file-upload.js +1 -1
  130. package/dist/components/kup-form.js +1 -1
  131. package/dist/components/kup-gantt-calendar.js +1 -1
  132. package/dist/components/kup-gantt.js +1 -1
  133. package/dist/components/kup-gauge.js +1 -1
  134. package/dist/components/kup-grid-renderer.js +1 -1
  135. package/dist/components/kup-grid.js +1 -1
  136. package/dist/components/kup-horizontal-scroll.js +1 -1
  137. package/dist/components/kup-htm.js +26 -21
  138. package/dist/components/kup-iframe.js +25 -20
  139. package/dist/components/kup-image-list.js +1 -565
  140. package/dist/components/kup-image.js +1 -1
  141. package/dist/components/kup-input-panel.js +44 -30
  142. package/dist/components/kup-lazy.js +36 -31
  143. package/dist/components/kup-list.js +1 -1
  144. package/dist/components/kup-magic-box.js +32 -27
  145. package/dist/components/kup-nav-bar.js +26 -21
  146. package/dist/components/kup-numeric-picker.js +26 -21
  147. package/dist/components/kup-object-field.js +26 -21
  148. package/dist/components/kup-pdf.js +26 -21
  149. package/dist/components/kup-planner-renderer.js +1 -1
  150. package/dist/components/kup-planner.js +47 -42
  151. package/dist/components/kup-probe.js +26 -21
  152. package/dist/components/kup-progress-bar.js +1 -1
  153. package/dist/components/kup-qlik.js +26 -21
  154. package/dist/components/kup-radio.js +1 -1
  155. package/dist/components/kup-rating.js +1 -1
  156. package/dist/components/kup-snackbar.js +26 -21
  157. package/dist/components/kup-spinner.js +1 -1
  158. package/dist/components/kup-standard-tooltip.js +1 -1
  159. package/dist/components/kup-switch.js +1 -1
  160. package/dist/components/kup-switcher.js +1 -1
  161. package/dist/components/kup-tab-bar.js +1 -1
  162. package/dist/components/kup-task-gantt.js +1 -1
  163. package/dist/components/kup-task-list-header.js +1 -1
  164. package/dist/components/kup-task-list-table.js +1 -1
  165. package/dist/components/kup-task-list.js +1 -1
  166. package/dist/components/kup-text-field.js +1 -1
  167. package/dist/components/kup-time-picker.js +1 -1
  168. package/dist/components/kup-toolbar.js +1 -1
  169. package/dist/components/kup-tooltip.js +1 -1
  170. package/dist/components/kup-tree.js +1 -1
  171. package/dist/components/kup-txt.js +26 -21
  172. package/dist/components/kup-typography-list.js +26 -21
  173. package/dist/components/kup-typography.js +27 -22
  174. package/dist/components/kup-vertical-scroll.js +1 -1
  175. package/dist/components/{p-c325da75.js → p-0ca0b3b7.js} +2 -2
  176. package/dist/components/{p-de04aef6.js → p-1ac3dd8e.js} +15 -15
  177. package/dist/components/{p-d0e33e04.js → p-206f0986.js} +13 -13
  178. package/dist/components/{p-6992b96f.js → p-28774fba.js} +4 -4
  179. package/dist/components/{p-6bfda249.js → p-33cf89e0.js} +1 -1
  180. package/dist/components/{p-8472facf.js → p-34ed7a73.js} +2 -2
  181. package/dist/components/{p-a22e5ee4.js → p-36397daa.js} +25 -20
  182. package/dist/components/{p-0e85ab66.js → p-394a36af.js} +3 -3
  183. package/dist/components/{p-55542b47.js → p-46ec5845.js} +1 -1
  184. package/dist/components/{p-3ba7c133.js → p-4b555010.js} +26 -21
  185. package/dist/components/{p-c7c7f760.js → p-57a120a5.js} +1 -1
  186. package/dist/components/{p-3b4cdace.js → p-7aa9d49d.js} +7 -7
  187. package/dist/components/{p-55fda958.js → p-9b35cce9.js} +1361 -588
  188. package/dist/components/{p-286915d4.js → p-ad93796a.js} +25 -20
  189. package/dist/components/{p-97053b4d.js → p-af0a6cfe.js} +2 -2
  190. package/dist/components/{p-9859e801.js → p-af2d3d26.js} +14 -5
  191. package/dist/components/{p-f2e153e3.js → p-b87bd975.js} +5 -5
  192. package/dist/components/{p-d7136d08.js → p-d3a8c2ba.js} +2 -2
  193. package/dist/components/{p-bd3047ee.js → p-daa07bb7.js} +1 -1
  194. package/dist/components/{p-7bdb5142.js → p-f976f7ae.js} +69 -54
  195. package/dist/esm/{f-cell-ae0c965d.js → f-cell-e08c0b3c.js} +17 -9
  196. package/dist/esm/{f-chip-29242e70.js → f-chip-a030d384.js} +11 -2
  197. package/dist/esm/{f-object-field-75069ac2.js → f-object-field-badf11fe.js} +2 -2
  198. package/dist/esm/{f-paginator-utils-212f93c3.js → f-paginator-utils-e1e23a7e.js} +1 -1
  199. package/dist/esm/{f-text-field-ebe023fb.js → f-text-field-188fd143.js} +1 -1
  200. package/dist/esm/index-9b0f4a0d.js +2 -6
  201. package/dist/esm/index.js +1 -1
  202. package/dist/esm/ketchup.js +1 -1
  203. package/dist/esm/kup-accordion.entry.js +1 -1
  204. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  205. package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_30.entry.js} +1505 -1077
  206. package/dist/esm/kup-box.entry.js +8 -8
  207. package/dist/esm/kup-calendar.entry.js +2 -2
  208. package/dist/esm/kup-card-list.entry.js +1 -1
  209. package/dist/esm/kup-cell.entry.js +5 -5
  210. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  211. package/dist/esm/kup-dashboard.entry.js +2 -2
  212. package/dist/esm/{kup-data-table-helper-ca11e6e9.js → kup-data-table-helper-1c128c4b.js} +1 -1
  213. package/dist/esm/kup-drawer.entry.js +1 -1
  214. package/dist/esm/kup-echart.entry.js +1 -1
  215. package/dist/esm/kup-editor.entry.js +44 -34
  216. package/dist/esm/kup-family-tree.entry.js +3 -3
  217. package/dist/esm/kup-gantt_10.entry.js +23 -23
  218. package/dist/esm/kup-grid.entry.js +1 -1
  219. package/dist/esm/kup-htm.entry.js +2 -2
  220. package/dist/esm/kup-iframe.entry.js +1 -1
  221. package/dist/esm/kup-input-panel.entry.js +22 -13
  222. package/dist/esm/kup-lazy.entry.js +12 -12
  223. package/dist/esm/kup-magic-box.entry.js +4 -4
  224. package/dist/esm/{kup-manager-63a8048f.js → kup-manager-fbf034b0.js} +14 -5
  225. package/dist/esm/kup-nav-bar.entry.js +2 -2
  226. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  227. package/dist/esm/kup-object-field.entry.js +4 -4
  228. package/dist/esm/kup-pdf.entry.js +2 -2
  229. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  230. package/dist/esm/kup-planner.entry.js +3 -3
  231. package/dist/esm/kup-probe.entry.js +2 -2
  232. package/dist/esm/kup-qlik.entry.js +2 -2
  233. package/dist/esm/kup-snackbar.entry.js +2 -2
  234. package/dist/esm/kup-txt.entry.js +2 -2
  235. package/dist/esm/kup-typography-list.entry.js +2 -2
  236. package/dist/esm/kup-typography.entry.js +3 -3
  237. package/dist/esm/loader.js +1 -1
  238. package/dist/ketchup/index.esm.js +1 -1
  239. package/dist/ketchup/ketchup.esm.js +1 -1
  240. package/dist/ketchup/p-00e65c8b.entry.js +1 -0
  241. package/dist/ketchup/p-0b47c2e3.js +1 -0
  242. package/dist/ketchup/{p-6f1dec16.entry.js → p-100446c4.entry.js} +1 -1
  243. package/dist/ketchup/{p-b91e3bae.entry.js → p-14b668f6.entry.js} +1 -1
  244. package/dist/ketchup/{p-fb7c0958.entry.js → p-14e878e9.entry.js} +1 -1
  245. package/dist/ketchup/{p-c8cd012e.entry.js → p-15c1ed53.entry.js} +1 -1
  246. package/dist/ketchup/{p-260587c5.entry.js → p-19de01e7.entry.js} +1 -1
  247. package/dist/ketchup/{p-bc789017.entry.js → p-2032b357.entry.js} +1 -1
  248. package/dist/ketchup/{p-a2d40711.entry.js → p-4bef80af.entry.js} +1 -1
  249. package/dist/ketchup/{p-e705eb4a.js → p-515c59b6.js} +1 -1
  250. package/dist/ketchup/{p-9baa1d6d.entry.js → p-58196a26.entry.js} +1 -1
  251. package/dist/ketchup/{p-11e54526.entry.js → p-5bdc3f74.entry.js} +1 -1
  252. package/dist/ketchup/{p-7dfc42f0.entry.js → p-64c7546a.entry.js} +1 -1
  253. package/dist/ketchup/{p-8ba1d444.entry.js → p-66b6d56b.entry.js} +1 -1
  254. package/dist/ketchup/{p-fe42ae2d.entry.js → p-6782ea5b.entry.js} +1 -1
  255. package/dist/ketchup/p-679a76b6.entry.js +8 -0
  256. package/dist/ketchup/{p-610faea9.js → p-69c806c5.js} +1 -1
  257. package/dist/ketchup/{p-434f2c39.entry.js → p-6e4e479b.entry.js} +1 -1
  258. package/dist/ketchup/p-6fe18ae9.js +1 -0
  259. package/dist/ketchup/p-7b5c4ec1.entry.js +1 -0
  260. package/dist/ketchup/{p-eb090acd.entry.js → p-83d15d86.entry.js} +2 -2
  261. package/dist/ketchup/{p-e7293ae8.entry.js → p-85835e52.entry.js} +1 -1
  262. package/dist/ketchup/{p-43f12940.entry.js → p-8ee44f57.entry.js} +1 -1
  263. package/dist/ketchup/{p-5bf3d60d.entry.js → p-8fad681d.entry.js} +1 -1
  264. package/dist/ketchup/{p-f87b7768.entry.js → p-91743bb0.entry.js} +1 -1
  265. package/dist/ketchup/{p-9b200a90.entry.js → p-982d4b01.entry.js} +1 -1
  266. package/dist/ketchup/{p-8610d5b5.js → p-a9a2f8c7.js} +3 -3
  267. package/dist/ketchup/{p-3533879b.entry.js → p-af99fb41.entry.js} +1 -1
  268. package/dist/ketchup/{p-4677cfd1.entry.js → p-b71d58a8.entry.js} +1 -1
  269. package/dist/ketchup/{p-81743364.entry.js → p-bf3bbbe5.entry.js} +1 -1
  270. package/dist/ketchup/p-c3595114.js +1 -0
  271. package/dist/ketchup/{p-d84e4e90.entry.js → p-d52f2836.entry.js} +1 -1
  272. package/dist/ketchup/{p-7b326bde.entry.js → p-ddfe8edb.entry.js} +1 -1
  273. package/dist/ketchup/{p-6c41cd20.entry.js → p-e4687067.entry.js} +1 -1
  274. package/dist/ketchup/{p-6b529a6f.entry.js → p-ec382a7d.entry.js} +2 -2
  275. package/dist/ketchup/{p-4365fbd3.entry.js → p-f17369c3.entry.js} +3 -3
  276. package/dist/ketchup/{p-da694791.js → p-f6eba414.js} +1 -1
  277. package/dist/ketchup/{p-b6beace3.entry.js → p-f738c370.entry.js} +1 -1
  278. package/dist/ketchup/{p-b068a383.entry.js → p-fe3f5f09.entry.js} +1 -1
  279. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +6 -1
  280. package/dist/types/components/kup-combobox/kup-combobox.d.ts +4 -0
  281. package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -1
  282. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +2 -2
  283. package/dist/types/components/kup-image-list/kup-image-list.d.ts +12 -0
  284. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +1 -4
  285. package/dist/types/components.d.ts +39 -1
  286. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +3 -1
  287. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +3 -0
  288. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +5 -1
  289. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -2
  290. package/package.json +1 -1
  291. package/dist/cjs/kup-image-list.cjs.entry.js +0 -404
  292. package/dist/esm/kup-image-list.entry.js +0 -400
  293. package/dist/ketchup/p-102d35b1.js +0 -1
  294. package/dist/ketchup/p-4a64f9f2.entry.js +0 -1
  295. package/dist/ketchup/p-4cfa35bc.js +0 -1
  296. package/dist/ketchup/p-5d28e8e0.entry.js +0 -8
  297. package/dist/ketchup/p-7375d456.js +0 -1
  298. package/dist/ketchup/p-93541362.entry.js +0 -1
  299. package/dist/ketchup/p-fb82cad9.entry.js +0 -1
@@ -1402,13 +1402,13 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
1402
1402
  // }
1403
1403
  tickX += this.columnWidth;
1404
1404
  }
1405
- return (h("svg", { key: 'caa01f0da8b796f2972c52d18a63510e4cab22c2', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: '1377b19304f24fd394d75794f7183cc89c728377', class: "grid" }, h("g", { key: 'cd8cee8227450acaa394faf454a593a1e3b0af8f', class: "rows" }, gridRows), h("g", { key: 'ca228cfc5d0e230c57aef7ef9b1cd8c72112309a', class: "rowLines" }, rowLines), h("g", { key: 'a6a07df3c74daffcdd48ccc953b50d4341ea5390', class: "ticks" }, ticks)), h("g", { key: 'bb063d608999fb4c40079dae6cb7a2fd54041c57', class: "content" }, this.currentDateIndicator && (h("rect", { key: '7a5c9feae8400741210221a7c133e36a9e757c48', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: 'e8de3795465816b3f596a6e711355fac290fdf8e', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '4e8f3f49d1641204b06ed6bdf8116f6ecb1b2676', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1405
+ return (h("svg", { key: '5ec57c1b12767c30d9bf5dff548063223f9dd865', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: 'c4ea086a80c8bdb9af3f1c5412d8a21bfbe0d8c2', class: "grid" }, h("g", { key: '4d5fca83f9c9773ace27ca73de0c31a260de6bf4', class: "rows" }, gridRows), h("g", { key: '866826ab5d44f8432505188975335992055749ef', class: "rowLines" }, rowLines), h("g", { key: '1ac3f9ebdc169f26ef80e1fcf32e07852fb82a53', class: "ticks" }, ticks)), h("g", { key: 'e609b944f5eb7cbb0ab0a76ad587bf9f0d9e9c34', class: "content" }, this.currentDateIndicator && (h("rect", { key: 'c92ca47c32edfcad7a4838f81e0b3b24952110e5', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: 'f4442a4e3f6ac41a61ba2638996f6997f43a295e', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '343047f0b4e4001616bdc8ae187a220f6c612df7', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1406
1406
  return task.barChildren.map((child) => {
1407
1407
  if (task.type !== 'timeline') {
1408
1408
  this.renderKupArrow(task, child);
1409
1409
  }
1410
1410
  });
1411
- })), h("g", { key: 'f808b83934069eaa784b3e61df4632fa14c86da7', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1411
+ })), h("g", { key: '8b6fad21ec6778cec66ab08111472c6d5c6c8cb2', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1412
1412
  const forbidResize = task.type === 'project';
1413
1413
  return (h("g", { onKeyDown: (e) => {
1414
1414
  switch (e.key) {
@@ -1468,7 +1468,7 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
1468
1468
  return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
1469
1469
  }
1470
1470
  })()));
1471
- }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '5079ecb243e0c183a9ea44fc7ede475fa198117b', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1471
+ }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '46e057472af12f861f49755ca0635cf52178f653', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1472
1472
  }
1473
1473
  static get watchers() { return {
1474
1474
  "columnWidth": ["updateXStep"],
@@ -13,7 +13,7 @@ const StandardTooltipContent = /*@__PURE__*/ proxyCustomElement(class StandardTo
13
13
  this.fontFamily = undefined;
14
14
  }
15
15
  render() {
16
- return (h("div", { key: '7ea7808e81ea0fa78587826f592ab58f1499bcd1', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, 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 && (h("p", { key: '14b4d81b3e99e1e17a93191a0dd3d2b6ad08688f', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: 'f0c563436783ce3b59b4c6f492910c0b7c393cd4', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
16
+ return (h("div", { key: 'e12cbc7242215c9f9e76d3b19ba5b8bbc116e1a7', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, 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 && (h("p", { key: '28ba0cd9397173f011081a0e1b774b6259ded9a8', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: 'bdacdea774a87ef344f6b07361e53b79cc3e8516', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
17
17
  }
18
18
  static get style() { return KupStandardTooltipStyle0; }
19
19
  }, [1, "kup-standard-tooltip", {
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, a9 as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, az as kupDraggableAttr, al as KupDropEventTypes, J as KupLanguageSearch } from './p-9859e801.js';
3
- import { H as filterRows, I as paginateRows, E as sortRows, J as pageChange, L as rowsPerPageChange, F as FImage, N as FCell, O as FChip, P as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, Q as FPaginator } from './p-55fda958.js';
2
+ import { k as kupManagerInstance, a9 as identify, g as getProps, s as setProps, Y as SortMode, L as getColumnByName, e as KupLanguageGeneric, b as KupThemeIconValues, u as KupDebugCategory, a7 as KupPointerEventTypes, aj as KupDragEffect, aA as kupDraggableAttr, al as KupDropEventTypes, J as KupLanguageSearch } from './p-af2d3d26.js';
3
+ import { I as filterRows, J as paginateRows, G as sortRows, L as pageChange, N as rowsPerPageChange, F as FImage, O as FCell, P as FChip, Q as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u, R as FPaginator } from './p-9b35cce9.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-box component.
@@ -65,7 +65,7 @@ class KupBoxState {
65
65
  }
66
66
  }
67
67
 
68
- const kupBoxCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_box_background_color:var(--kup-box-background-color, var(--kup-layer-1));--kup_box_background_color_hover:var(\n --kup-box-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_box_background_color_selected:var(\n --kup-box-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_box_text_color:var(--kup-box-text-color, var(--kup-text-secondary));--kup_box_grid_gap:var(--kup-box-grid-gap, var(--kup-space-03));--kup_box_transition:var(--kup-box-transition, 0.25s);--kup_box_border_color_drag:var(--kup-box-border-color-drag, var(--kup-border-interactive))\n display: block;--kup_box_padding:var(--kup-box-padding, var(--kup-space-05))}.box-component{transition:border var(--kup_box_transition) ease}.box-component[kup-drag-over]{position:relative;border:3px dashed var(--kup_box_border_color_drag)}#box-container{display:grid;grid-gap:var(--kup_box_grid_gap);color:var(--kup_box_text_color);overflow:auto}#box-container.is-kanban .kanban-section{overflow:auto}#box-container.is-kanban .box-wrapper{padding-top:1em}#box-container.is-kanban .box-wrapper .box{overflow:auto}#box-container *:not(.progress-bar-percentage){box-sizing:border-box}#box-container .box-wrapper{display:flex;align-items:center;background-color:var(--kup_box_background_color);border-radius:var(--kup-radius-00)}#box-container .box-wrapper:hover{background-color:var(--kup_box_background_color_hover)}#box-container .box-wrapper.selected{background-color:var(--kup_box_background_color_selected)}#box-container .box-wrapper.selected .box-section.titled>h3{background-color:transparent}#box-container .box-wrapper .box{flex-grow:1;cursor:pointer;position:relative;display:flex;padding:var(--kup_box_padding);transition:background-color var(--kup_box_transition) ease, box-shadow var(--kup_box_transition) ease, border var(--kup_box_transition) ease}#box-container .box-wrapper .box.draggable{touch-action:none;user-select:none}#box-container .box-wrapper .box.column{flex-direction:column}#box-container .box-wrapper .box[kup-draggable]{opacity:0.5}#box-container .box-wrapper .box[kup-drag-over]{border:3px dashed var(--kup_box_border_color_drag);position:relative;z-index:2}#box-container .box-wrapper .box .box-section{display:flex;flex-direction:row;flex:1 1 1%;flex-wrap:wrap}#box-container .box-wrapper .box .box-section.column{flex-direction:column;justify-content:center;flex-wrap:unset}#box-container .box-wrapper .box .box-section.column>.box-section{flex:0 0 auto}#box-container .box-wrapper .box .box-section.grid{display:grid}#box-container .box-wrapper .box .box-section .box-object{min-height:16px}#box-container .box-wrapper .box .box-section .box-object img{height:auto}#box-container .box-wrapper .box .box-section.collapse-section .header{border-top:1px solid var(--kup-border-subtle);color:rgba(var(--kup-text-secondary-rgb), 0.75);display:flex;justify-content:space-around;width:100%}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content{margin:0.5em;display:flex;align-items:center}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image{transition:transform 0.15s}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image.toggled{transform:rotate(-180deg)}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .kup-icon.kup-dropdown-icon{margin:0;-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}#box-container .box-wrapper .box .box-section.collapse-section .content{display:none;width:100%}#box-container .box-wrapper .box .box-section.collapse-section.open .content{display:block}#box-container .box-wrapper .box .box-section.titled{border:1px solid var(--kup-border-subtle);padding-top:5px;position:relative;margin:10px}#box-container .box-wrapper .box .box-section.titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}#box-container .box-wrapper .box .box-selection{position:absolute;top:0.5em;right:0.5em;z-index:1}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler{position:relative;width:24px;height:24px;margin-left:3px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler svg{cursor:pointer;opacity:0;fill:var(--kup-text-color);transition:opacity 300ms ease-out}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu{background:var(--kup-background-color);border:1px solid var(--kup-border-subtle);box-shadow:0px 0px 7.5px 0px rgba(128, 128, 128, 0.5);position:absolute;top:0;right:24px;display:none;z-index:10}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul{list-style-type:none;margin:0;padding:0}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li{cursor:pointer;white-space:nowrap;padding:0 12px;display:flex;align-items:center;line-height:30px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li:not(:last-child){border-bottom:1px solid var(--kup-border-subtle)}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu.open{display:block}#box-container .box-wrapper:hover .row-actions-wrapper .row-actions-toggler svg{opacity:1}#sort-panel,#global-filter{margin-bottom:1em}:host(.kup-center-aligned) #kup-component .box-section{text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell img{margin:auto}:host(.kup-right-aligned) #kup-component .box-section{text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell img{margin-left:auto;margin-right:0}:host(.kup-top-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-start}:host(.kup-bottom-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-end}:host(.kup-flat-on-hover) #box-container .box-wrapper .box:hover{box-shadow:none}:host(.kup-shaped) .box{border-radius:10px}:host(.kup-round) .box{border-radius:25px}:host(.kup-dashed-sections) .box-section{border:2px dashed var(--kup-text-color)}:host(:not(.kup-paddingless)) #box-container .box .box-section .box-object{padding:1px 4px}:host(:not(.kup-paddingless)) #box-container .box .box-section.last-child{padding:3px 4px}:host(.kup-danger){--kup-box-primary-color-rgb:var(--kup-danger-color-rgb)}:host(.kup-info){--kup-box-primary-color-rgb:var(--kup-info-color-rgb)}:host(.kup-secondary){--kup-box-primary-color-rgb:var(--kup-secondary-color-rgb)}:host(.kup-success){--kup-box-primary-color-rgb:var(--kup-success-color-rgb)}:host(.kup-warning){--kup-box-primary-color-rgb:var(--kup-warning-color-rgb)}";
68
+ const kupBoxCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_box_background_color:var(\n --kup-box-background-color,\n var(--kup-layer-1)\n );--kup_box_background_color_hover:var(\n --kup-box-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_box_background_color_selected:var(\n --kup-box-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_box_text_color:var(--kup-box-text-color, var(--kup-text-secondary));--kup_box_grid_gap:var(--kup-box-grid-gap, var(--kup-space-03));--kup_box_transition:var(--kup-box-transition, 0.25s);--kup_box_border_color_drag:var(\n --kup-box-border-color-drag,\n var(--kup-border-interactive)\n );display:block;--kup_box_padding:var(--kup-box-padding, var(--kup-space-05));--kup_box_border_radius:var(--kup-box-border-radius, var(--kup-radius-00));--kup_box_border_color:var(\n --kup-box-border-color,\n var(--kup-primary-color-60)\n );--kup_box_border_width:var(--kup-box-border-width, 0);--kup_box_border_style:var(--kup-box-border-style, none)}.box-component{transition:border var(--kup_box_transition) ease}.box-component[kup-drag-over]{position:relative;border:3px dashed var(--kup_box_border_color_drag)}#box-container{display:grid;grid-gap:var(--kup_box_grid_gap);color:var(--kup_box_text_color);overflow:auto}#box-container.is-kanban .kanban-section{overflow:auto}#box-container.is-kanban .box-wrapper{padding-top:1em}#box-container.is-kanban .box-wrapper .box{overflow:auto}#box-container *:not(.progress-bar-percentage){box-sizing:border-box}#box-container .box-wrapper{display:flex;align-items:center;background-color:var(--kup_box_background_color);border-radius:var(--kup_box_border_radius);border-color:var(--kup_box_border_color);border-width:var(--kup_box_border_width);border-style:var(--kup_box_border_style)}#box-container .box-wrapper:hover{background-color:var(--kup_box_background_color_hover)}#box-container .box-wrapper.selected{background-color:var(--kup_box_background_color_selected)}#box-container .box-wrapper.selected .box-section.titled>h3{background-color:transparent}#box-container .box-wrapper .box{flex-grow:1;cursor:pointer;position:relative;display:flex;padding:var(--kup_box_padding);transition:background-color var(--kup_box_transition) ease, box-shadow var(--kup_box_transition) ease, border var(--kup_box_transition) ease}#box-container .box-wrapper .box.draggable{touch-action:none;user-select:none}#box-container .box-wrapper .box.column{flex-direction:column}#box-container .box-wrapper .box[kup-draggable]{opacity:0.5}#box-container .box-wrapper .box[kup-drag-over]{border:3px dashed var(--kup_box_border_color_drag);position:relative;z-index:2}#box-container .box-wrapper .box .box-section{display:flex;flex-direction:row;flex:1 1 1%;flex-wrap:wrap}#box-container .box-wrapper .box .box-section.column{flex-direction:column;justify-content:center;flex-wrap:unset}#box-container .box-wrapper .box .box-section.column>.box-section{flex:0 0 auto}#box-container .box-wrapper .box .box-section.grid{display:grid}#box-container .box-wrapper .box .box-section .box-object{min-height:16px}#box-container .box-wrapper .box .box-section .box-object img{height:auto}#box-container .box-wrapper .box .box-section.collapse-section .header{border-top:1px solid var(--kup-border-subtle);color:rgba(var(--kup-text-secondary-rgb), 0.75);display:flex;justify-content:space-around;width:100%}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content{margin:0.5em;display:flex;align-items:center}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image{transition:transform 0.15s}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image.toggled{transform:rotate(-180deg)}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .kup-icon.kup-dropdown-icon{margin:0;-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}#box-container .box-wrapper .box .box-section.collapse-section .content{display:none;width:100%}#box-container .box-wrapper .box .box-section.collapse-section.open .content{display:block}#box-container .box-wrapper .box .box-section.titled{border:1px solid var(--kup-border-subtle);padding-top:5px;position:relative;margin:10px}#box-container .box-wrapper .box .box-section.titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}#box-container .box-wrapper .box .box-selection{position:absolute;top:0.5em;right:0.5em;z-index:1}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler{position:relative;width:24px;height:24px;margin-left:3px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler svg{cursor:pointer;opacity:0;fill:var(--kup-text-color);transition:opacity 300ms ease-out}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu{background:var(--kup-background-color);border:1px solid var(--kup-border-subtle);box-shadow:0px 0px 7.5px 0px rgba(128, 128, 128, 0.5);position:absolute;top:0;right:24px;display:none;z-index:10}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul{list-style-type:none;margin:0;padding:0}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li{cursor:pointer;white-space:nowrap;padding:0 12px;display:flex;align-items:center;line-height:30px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li:not(:last-child){border-bottom:1px solid var(--kup-border-subtle)}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu.open{display:block}#box-container .box-wrapper:hover .row-actions-wrapper .row-actions-toggler svg{opacity:1}#sort-panel,#global-filter{margin-bottom:1em}:host(.kup-center-aligned) #kup-component .box-section{text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell img{margin:auto}:host(.kup-right-aligned) #kup-component .box-section{text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell img{margin-left:auto;margin-right:0}:host(.kup-top-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-start}:host(.kup-bottom-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-end}:host(.kup-flat-on-hover) #box-container .box-wrapper .box:hover{box-shadow:none}:host(.kup-shaped) .box{border-radius:10px}:host(.kup-round) .box{border-radius:25px}:host(.kup-dashed-sections) .box-section{border:2px dashed var(--kup-text-color)}:host(:not(.kup-paddingless)) #box-container .box .box-section .box-object{padding:1px 4px}:host(:not(.kup-paddingless)) #box-container .box .box-section.last-child{padding:3px 4px}:host(.kup-danger){--kup-box-primary-color-rgb:var(--kup-danger-color-rgb)}:host(.kup-info){--kup-box-primary-color-rgb:var(--kup-info-color-rgb)}:host(.kup-secondary){--kup-box-primary-color-rgb:var(--kup-secondary-color-rgb)}:host(.kup-success){--kup-box-primary-color-rgb:var(--kup-success-color-rgb)}:host(.kup-warning){--kup-box-primary-color-rgb:var(--kup-warning-color-rgb)}";
69
69
  const KupBoxStyle0 = kupBoxCss;
70
70
 
71
71
  var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
@@ -1449,7 +1449,7 @@ function defineCustomElement() {
1449
1449
  if (typeof customElements === "undefined") {
1450
1450
  return;
1451
1451
  }
1452
- const components = ["kup-box", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-file-upload", "kup-form", "kup-gauge", "kup-image", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
1452
+ const components = ["kup-box", "kup-autocomplete", "kup-badge", "kup-button", "kup-button-list", "kup-card", "kup-chart", "kup-checkbox", "kup-chip", "kup-color-picker", "kup-combobox", "kup-data-table", "kup-date-picker", "kup-dialog", "kup-dropdown-button", "kup-file-upload", "kup-form", "kup-gauge", "kup-image", "kup-image-list", "kup-list", "kup-progress-bar", "kup-radio", "kup-rating", "kup-spinner", "kup-switch", "kup-tab-bar", "kup-text-field", "kup-time-picker", "kup-toolbar", "kup-tree"];
1453
1453
  components.forEach(tagName => { switch (tagName) {
1454
1454
  case "kup-box":
1455
1455
  if (!customElements.get(tagName)) {
@@ -1458,90 +1458,95 @@ function defineCustomElement() {
1458
1458
  break;
1459
1459
  case "kup-autocomplete":
1460
1460
  if (!customElements.get(tagName)) {
1461
- defineCustomElement$t();
1461
+ defineCustomElement$u();
1462
1462
  }
1463
1463
  break;
1464
1464
  case "kup-badge":
1465
1465
  if (!customElements.get(tagName)) {
1466
- defineCustomElement$s();
1466
+ defineCustomElement$t();
1467
1467
  }
1468
1468
  break;
1469
1469
  case "kup-button":
1470
1470
  if (!customElements.get(tagName)) {
1471
- defineCustomElement$r();
1471
+ defineCustomElement$s();
1472
1472
  }
1473
1473
  break;
1474
1474
  case "kup-button-list":
1475
1475
  if (!customElements.get(tagName)) {
1476
- defineCustomElement$q();
1476
+ defineCustomElement$r();
1477
1477
  }
1478
1478
  break;
1479
1479
  case "kup-card":
1480
1480
  if (!customElements.get(tagName)) {
1481
- defineCustomElement$p();
1481
+ defineCustomElement$q();
1482
1482
  }
1483
1483
  break;
1484
1484
  case "kup-chart":
1485
1485
  if (!customElements.get(tagName)) {
1486
- defineCustomElement$o();
1486
+ defineCustomElement$p();
1487
1487
  }
1488
1488
  break;
1489
1489
  case "kup-checkbox":
1490
1490
  if (!customElements.get(tagName)) {
1491
- defineCustomElement$n();
1491
+ defineCustomElement$o();
1492
1492
  }
1493
1493
  break;
1494
1494
  case "kup-chip":
1495
1495
  if (!customElements.get(tagName)) {
1496
- defineCustomElement$m();
1496
+ defineCustomElement$n();
1497
1497
  }
1498
1498
  break;
1499
1499
  case "kup-color-picker":
1500
1500
  if (!customElements.get(tagName)) {
1501
- defineCustomElement$l();
1501
+ defineCustomElement$m();
1502
1502
  }
1503
1503
  break;
1504
1504
  case "kup-combobox":
1505
1505
  if (!customElements.get(tagName)) {
1506
- defineCustomElement$k();
1506
+ defineCustomElement$l();
1507
1507
  }
1508
1508
  break;
1509
1509
  case "kup-data-table":
1510
1510
  if (!customElements.get(tagName)) {
1511
- defineCustomElement$j();
1511
+ defineCustomElement$k();
1512
1512
  }
1513
1513
  break;
1514
1514
  case "kup-date-picker":
1515
1515
  if (!customElements.get(tagName)) {
1516
- defineCustomElement$i();
1516
+ defineCustomElement$j();
1517
1517
  }
1518
1518
  break;
1519
1519
  case "kup-dialog":
1520
1520
  if (!customElements.get(tagName)) {
1521
- defineCustomElement$h();
1521
+ defineCustomElement$i();
1522
1522
  }
1523
1523
  break;
1524
1524
  case "kup-dropdown-button":
1525
1525
  if (!customElements.get(tagName)) {
1526
- defineCustomElement$g();
1526
+ defineCustomElement$h();
1527
1527
  }
1528
1528
  break;
1529
1529
  case "kup-file-upload":
1530
1530
  if (!customElements.get(tagName)) {
1531
- defineCustomElement$f();
1531
+ defineCustomElement$g();
1532
1532
  }
1533
1533
  break;
1534
1534
  case "kup-form":
1535
1535
  if (!customElements.get(tagName)) {
1536
- defineCustomElement$e();
1536
+ defineCustomElement$f();
1537
1537
  }
1538
1538
  break;
1539
1539
  case "kup-gauge":
1540
1540
  if (!customElements.get(tagName)) {
1541
- defineCustomElement$d();
1541
+ defineCustomElement$e();
1542
1542
  }
1543
1543
  break;
1544
1544
  case "kup-image":
1545
+ if (!customElements.get(tagName)) {
1546
+ defineCustomElement$d();
1547
+ }
1548
+ break;
1549
+ case "kup-image-list":
1545
1550
  if (!customElements.get(tagName)) {
1546
1551
  defineCustomElement$c();
1547
1552
  }
@@ -22,7 +22,7 @@ const KupSwitcher = /*@__PURE__*/ proxyCustomElement(class KupSwitcher extends H
22
22
  this.activeButton = mode;
23
23
  this.timeUnitChange(mode);
24
24
  };
25
- return (h("div", { key: '1377b7f10da8d4f0dbe60c8dc63453a341f2434f', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
25
+ return (h("div", { key: '21500b455d0cc89aa7c787c372a390dd9711195f', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
26
26
  button: true,
27
27
  buttonActive: this.activeButton === label,
28
28
  }, onClick: () => handleButtonClick(label) }, h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -13,22 +13,22 @@ const KupTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupTaskListHead
13
13
  this.rowWidth = undefined;
14
14
  }
15
15
  render() {
16
- return (h("div", { key: '26dcb19d964d3b04630e1dacaedf141c48cf3b38', class: "ganttTable", style: {
16
+ return (h("div", { key: '2d15d2ac7268338cdd3697c21378913ab0f7ca06', class: "ganttTable", style: {
17
17
  fontFamily: this.fontFamily,
18
18
  fontSize: this.fontSize,
19
- } }, h("div", { key: '1049979beaa1db28c008d1f1add7a5071addcab0', class: "ganttTable_Header", style: {
19
+ } }, h("div", { key: '8203d274e6ceaa4c4ca7410cf722ff2e09af4856', class: "ganttTable_Header", style: {
20
20
  height: `${this.headerHeight - 2}px`,
21
- } }, h("div", { key: '28a66dc75f4c75745e136ae1f3d2f2e34e0b56ba', class: "ganttTable_HeaderItem", style: {
21
+ } }, h("div", { key: '269a24bec57ec7158593f1674ad29ad842b7cc5e', class: "ganttTable_HeaderItem", style: {
22
22
  minWidth: this.rowWidth,
23
- } }, "\u00A0Name"), h("div", { key: '6efeb619b395f8d6d9f5041574d1df3bf4068bc2', class: "ganttTable_HeaderSeparator", style: {
23
+ } }, "\u00A0Name"), h("div", { key: 'bb01ed8b2439041d3638f8cad9798fce40cf782c', class: "ganttTable_HeaderSeparator", style: {
24
24
  height: `${this.headerHeight * 0.5}px`,
25
25
  marginTop: `${this.headerHeight * 0.2}px`,
26
- } }), h("div", { key: '868bcd7ff915650828c019edc672ddcc81f1dcc7', class: "ganttTable_HeaderItem", style: {
26
+ } }), h("div", { key: '0b1d2221f6d75b5eb0a4775ad8b2c0625694472d', class: "ganttTable_HeaderItem", style: {
27
27
  minWidth: this.rowWidth,
28
- } }, "\u00A0From"), h("div", { key: '3cb7e45aa77afbcc96828dd64fa40bb7247a6c79', class: "ganttTable_HeaderSeparator", style: {
28
+ } }, "\u00A0From"), h("div", { key: '87fdfe2bda942245d663671e5813382290ca4f9f', class: "ganttTable_HeaderSeparator", style: {
29
29
  height: `${this.headerHeight * 0.5}px`,
30
30
  marginTop: `${this.headerHeight * 0.25}px`,
31
- } }), h("div", { key: '53e8732d455b9b86c2adc222c42fa13c6ba6d7b3', class: "ganttTable_HeaderItem", style: {
31
+ } }), h("div", { key: '5ae7fa15b24484a054cd5538066a78ead93ae6c4', class: "ganttTable_HeaderItem", style: {
32
32
  minWidth: this.rowWidth,
33
33
  } }, "\u00A0To"))));
34
34
  }