@sme.up/ketchup 10.3.10 → 10.3.11

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 (305) hide show
  1. package/dist/cjs/{f-cell-9c556447.js → f-cell-17acbc57.js} +4 -4
  2. package/dist/cjs/{f-chip-29f981f7.js → f-chip-69c882a5.js} +1 -1
  3. package/dist/cjs/{f-object-field-ae0e860d.js → f-object-field-c4c5df13.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-806868eb.js → f-paginator-utils-66aa1936.js} +1 -1
  5. package/dist/cjs/{f-text-field-025f9ff3.js → f-text-field-9832e4ef.js} +1 -1
  6. package/dist/cjs/index.cjs.js +2 -2
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +7 -8
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +116 -344
  11. package/dist/cjs/kup-box.cjs.entry.js +8 -8
  12. package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
  13. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-cell.cjs.entry.js +8 -8
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
  17. package/dist/cjs/{kup-data-table-helper-d3b9b899.js → kup-data-table-helper-c7046c05.js} +2 -2
  18. package/dist/cjs/{kup-dates-8619368a.js → kup-dates-6feda954.js} +127 -7
  19. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  20. package/dist/cjs/kup-echart.cjs.entry.js +3 -3
  21. package/dist/cjs/kup-editor.cjs.entry.js +3 -3
  22. package/dist/cjs/kup-family-tree.cjs.entry.js +21 -26
  23. package/dist/cjs/kup-gantt_10.cjs.entry.js +25 -25
  24. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-htm.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +8 -8
  28. package/dist/cjs/kup-lazy.cjs.entry.js +13 -13
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  30. package/dist/cjs/{kup-manager-dbf73b5f.js → kup-manager-863afae7.js} +1 -1
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
  33. package/dist/cjs/kup-object-field.cjs.entry.js +5 -5
  34. package/dist/cjs/kup-pdf.cjs.entry.js +3 -3
  35. package/dist/cjs/{kup-planner-renderer-helper-eaca3f99.js → kup-planner-renderer-helper-593796c6.js} +1 -1
  36. package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
  37. package/dist/cjs/kup-planner.cjs.entry.js +4 -4
  38. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  39. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  40. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  41. package/dist/cjs/kup-txt.cjs.entry.js +3 -3
  42. package/dist/cjs/kup-typography-list.cjs.entry.js +3 -3
  43. package/dist/cjs/kup-typography.cjs.entry.js +4 -4
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/collection/components/kup-accordion/kup-accordion.js +5 -27
  46. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  47. package/dist/collection/components/kup-badge/kup-badge.js +2 -2
  48. package/dist/collection/components/kup-button-list/kup-button-list.js +1 -1
  49. package/dist/collection/components/kup-calendar/kup-calendar.js +2 -2
  50. package/dist/collection/components/kup-card/standard/kup-card-standard.js +2 -4
  51. package/dist/collection/components/kup-cell/kup-cell.js +2 -2
  52. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  53. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  54. package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
  55. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  56. package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
  57. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -0
  58. package/dist/collection/components/kup-data-table/kup-data-table.js +49 -266
  59. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  60. package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
  61. package/dist/collection/components/kup-drawer/kup-drawer.js +2 -2
  62. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +1 -1
  63. package/dist/collection/components/kup-echart/kup-echart.js +1 -1
  64. package/dist/collection/components/kup-editor/kup-editor.js +1 -1
  65. package/dist/collection/components/kup-family-tree/kup-family-tree.css +1 -1
  66. package/dist/collection/components/kup-family-tree/kup-family-tree.js +18 -23
  67. package/dist/collection/components/kup-file-upload/kup-file-upload.js +2 -2
  68. package/dist/collection/components/kup-form/kup-form.js +2 -2
  69. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  70. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  71. package/dist/collection/components/kup-input-panel/kup-input-panel.js +2 -2
  72. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  73. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  74. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  75. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  76. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  77. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  78. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  79. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  80. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  81. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  82. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  83. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  84. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  85. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  86. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  87. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  88. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  89. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  90. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  91. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  92. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  93. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  94. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  95. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  96. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  97. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  98. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  99. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  100. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +2 -23
  101. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  102. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  103. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  104. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  105. package/dist/collection/managers/kup-dates/kup-dates.js +127 -7
  106. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -33
  107. package/dist/components/index.js +1 -1
  108. package/dist/components/kup-accordion.js +7 -9
  109. package/dist/components/kup-activity-timeline.js +2 -2
  110. package/dist/components/kup-autocomplete.js +1 -1
  111. package/dist/components/kup-badge.js +1 -1
  112. package/dist/components/kup-box.js +1 -1
  113. package/dist/components/kup-button-list.js +1 -1
  114. package/dist/components/kup-button.js +1 -1
  115. package/dist/components/kup-calendar.js +5 -5
  116. package/dist/components/kup-card-list.js +3 -3
  117. package/dist/components/kup-card.js +1 -1
  118. package/dist/components/kup-cell.js +4 -4
  119. package/dist/components/kup-chart.js +1 -1
  120. package/dist/components/kup-checkbox.js +1 -1
  121. package/dist/components/kup-chip.js +1 -1
  122. package/dist/components/kup-color-picker.js +1 -1
  123. package/dist/components/kup-combobox.js +1 -1
  124. package/dist/components/kup-custom-task-list-header.js +1 -1
  125. package/dist/components/kup-custom-task-list-table.js +1 -1
  126. package/dist/components/kup-dashboard.js +3 -3
  127. package/dist/components/kup-data-table.js +1 -1
  128. package/dist/components/kup-date-picker.js +1 -1
  129. package/dist/components/kup-dialog.js +1 -1
  130. package/dist/components/kup-drawer.js +4 -4
  131. package/dist/components/kup-dropdown-button.js +1 -1
  132. package/dist/components/kup-echart.js +1 -1
  133. package/dist/components/kup-editor.js +1 -1
  134. package/dist/components/kup-family-tree.js +22 -27
  135. package/dist/components/kup-file-upload.js +1 -1
  136. package/dist/components/kup-form.js +1 -1
  137. package/dist/components/kup-gantt-calendar.js +1 -1
  138. package/dist/components/kup-gantt.js +1 -1
  139. package/dist/components/kup-gauge.js +1 -1
  140. package/dist/components/kup-grid-renderer.js +1 -1
  141. package/dist/components/kup-grid.js +1 -1
  142. package/dist/components/kup-horizontal-scroll.js +1 -1
  143. package/dist/components/kup-htm.js +3 -3
  144. package/dist/components/kup-iframe.js +2 -2
  145. package/dist/components/kup-image-list.js +1 -1
  146. package/dist/components/kup-image.js +1 -1
  147. package/dist/components/kup-input-panel.js +5 -5
  148. package/dist/components/kup-lazy.js +13 -13
  149. package/dist/components/kup-list.js +1 -1
  150. package/dist/components/kup-magic-box.js +7 -7
  151. package/dist/components/kup-nav-bar.js +3 -3
  152. package/dist/components/kup-numeric-picker.js +3 -3
  153. package/dist/components/kup-object-field.js +3 -3
  154. package/dist/components/kup-pdf.js +3 -3
  155. package/dist/components/kup-planner-renderer.js +1 -1
  156. package/dist/components/kup-planner.js +18 -18
  157. package/dist/components/kup-probe.js +3 -3
  158. package/dist/components/kup-progress-bar.js +1 -1
  159. package/dist/components/kup-qlik.js +3 -3
  160. package/dist/components/kup-radio.js +1 -1
  161. package/dist/components/kup-rating.js +1 -1
  162. package/dist/components/kup-snackbar.js +3 -3
  163. package/dist/components/kup-spinner.js +1 -1
  164. package/dist/components/kup-standard-tooltip.js +1 -1
  165. package/dist/components/kup-switch.js +1 -1
  166. package/dist/components/kup-switcher.js +1 -1
  167. package/dist/components/kup-tab-bar.js +1 -1
  168. package/dist/components/kup-task-gantt.js +1 -1
  169. package/dist/components/kup-task-list-header.js +1 -1
  170. package/dist/components/kup-task-list-table.js +1 -1
  171. package/dist/components/kup-task-list.js +1 -1
  172. package/dist/components/kup-text-field.js +1 -1
  173. package/dist/components/kup-time-picker.js +1 -1
  174. package/dist/components/kup-toolbar.js +1 -1
  175. package/dist/components/kup-tooltip.js +1 -1
  176. package/dist/components/kup-tree.js +1 -1
  177. package/dist/components/kup-txt.js +3 -3
  178. package/dist/components/kup-typography-list.js +3 -3
  179. package/dist/components/kup-typography.js +4 -4
  180. package/dist/components/kup-vertical-scroll.js +1 -1
  181. package/dist/components/{p-f4797086.js → p-23d0f0c7.js} +1 -1
  182. package/dist/components/{p-3a56a01b.js → p-2cb9fa58.js} +4 -4
  183. package/dist/components/{p-a52b0e92.js → p-3757ff31.js} +1 -1
  184. package/dist/components/{p-c9135ac0.js → p-5b1056e4.js} +7 -7
  185. package/dist/components/{p-9d9181cf.js → p-60e697f5.js} +127 -7
  186. package/dist/components/{p-28f6440c.js → p-767fcf91.js} +1 -1
  187. package/dist/components/{p-5155623a.js → p-87285464.js} +2 -2
  188. package/dist/components/{p-6cc3382e.js → p-944332b6.js} +3 -3
  189. package/dist/components/{p-a1ae4c21.js → p-97fceaf7.js} +17 -17
  190. package/dist/components/{p-1bb114b8.js → p-980686db.js} +14 -14
  191. package/dist/components/{p-9471f708.js → p-9a502c5d.js} +2 -2
  192. package/dist/components/{p-43275b92.js → p-9a617844.js} +3 -3
  193. package/dist/components/{p-7a243c51.js → p-9d13f3da.js} +4 -4
  194. package/dist/components/{p-fdb5e8d3.js → p-a4f3d24a.js} +2 -2
  195. package/dist/components/{p-32c28a10.js → p-aa882232.js} +2 -2
  196. package/dist/components/{p-ca202cfa.js → p-bbb25c58.js} +1 -1
  197. package/dist/components/{p-86464a43.js → p-bdecbc93.js} +5 -5
  198. package/dist/components/{p-0b4e99fd.js → p-cbc6b3d5.js} +2 -2
  199. package/dist/components/{p-395ac5ac.js → p-dc1ce1b4.js} +1 -1
  200. package/dist/components/{p-e02d95bf.js → p-decce077.js} +3 -3
  201. package/dist/components/{p-40202dad.js → p-e39b777a.js} +1 -1
  202. package/dist/components/{p-a1390144.js → p-f3faa212.js} +110 -342
  203. package/dist/esm/{f-cell-f31f34a8.js → f-cell-1b71c02b.js} +4 -4
  204. package/dist/esm/{f-chip-9d6113fe.js → f-chip-d553e330.js} +1 -1
  205. package/dist/esm/{f-object-field-0c2013c8.js → f-object-field-e6839071.js} +2 -2
  206. package/dist/esm/{f-paginator-utils-8314bf54.js → f-paginator-utils-74a15114.js} +1 -1
  207. package/dist/esm/{f-text-field-371b1b43.js → f-text-field-05735cbc.js} +1 -1
  208. package/dist/esm/index.js +2 -2
  209. package/dist/esm/ketchup.js +1 -1
  210. package/dist/esm/kup-accordion.entry.js +7 -8
  211. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  212. package/dist/esm/kup-autocomplete_30.entry.js +116 -344
  213. package/dist/esm/kup-box.entry.js +8 -8
  214. package/dist/esm/kup-calendar.entry.js +5 -5
  215. package/dist/esm/kup-card-list.entry.js +2 -2
  216. package/dist/esm/kup-cell.entry.js +8 -8
  217. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  218. package/dist/esm/kup-dashboard.entry.js +4 -4
  219. package/dist/esm/{kup-data-table-helper-04404034.js → kup-data-table-helper-1d14120b.js} +2 -2
  220. package/dist/esm/{kup-dates-77f1a451.js → kup-dates-964cc4dd.js} +127 -7
  221. package/dist/esm/kup-drawer.entry.js +4 -4
  222. package/dist/esm/kup-echart.entry.js +3 -3
  223. package/dist/esm/kup-editor.entry.js +3 -3
  224. package/dist/esm/kup-family-tree.entry.js +21 -26
  225. package/dist/esm/kup-gantt_10.entry.js +25 -25
  226. package/dist/esm/kup-grid.entry.js +2 -2
  227. package/dist/esm/kup-htm.entry.js +3 -3
  228. package/dist/esm/kup-iframe.entry.js +2 -2
  229. package/dist/esm/kup-input-panel.entry.js +8 -8
  230. package/dist/esm/kup-lazy.entry.js +13 -13
  231. package/dist/esm/kup-magic-box.entry.js +5 -5
  232. package/dist/esm/{kup-manager-9ccdaa27.js → kup-manager-d7b61781.js} +1 -1
  233. package/dist/esm/kup-nav-bar.entry.js +3 -3
  234. package/dist/esm/kup-numeric-picker.entry.js +4 -4
  235. package/dist/esm/kup-object-field.entry.js +5 -5
  236. package/dist/esm/kup-pdf.entry.js +3 -3
  237. package/dist/esm/{kup-planner-renderer-helper-373880b5.js → kup-planner-renderer-helper-64388bf8.js} +1 -1
  238. package/dist/esm/kup-planner-renderer.entry.js +4 -4
  239. package/dist/esm/kup-planner.entry.js +4 -4
  240. package/dist/esm/kup-probe.entry.js +3 -3
  241. package/dist/esm/kup-qlik.entry.js +3 -3
  242. package/dist/esm/kup-snackbar.entry.js +3 -3
  243. package/dist/esm/kup-txt.entry.js +3 -3
  244. package/dist/esm/kup-typography-list.entry.js +3 -3
  245. package/dist/esm/kup-typography.entry.js +4 -4
  246. package/dist/esm/loader.js +1 -1
  247. package/dist/ketchup/index.esm.js +1 -1
  248. package/dist/ketchup/ketchup.esm.js +1 -1
  249. package/dist/ketchup/{p-9249bf18.entry.js → p-0b674619.entry.js} +1 -1
  250. package/dist/ketchup/{p-be04cb85.entry.js → p-0e070e9c.entry.js} +1 -1
  251. package/dist/ketchup/p-0f97523f.entry.js +1 -0
  252. package/dist/ketchup/{p-74c6c382.js → p-13118466.js} +1 -1
  253. package/dist/ketchup/{p-f8aefe67.js → p-17f0cc01.js} +1 -1
  254. package/dist/ketchup/p-1e381f3d.js +1 -0
  255. package/dist/ketchup/{p-01fd9784.entry.js → p-1f9a5de9.entry.js} +1 -1
  256. package/dist/ketchup/{p-37d0e9e4.entry.js → p-207f8882.entry.js} +1 -1
  257. package/dist/ketchup/{p-43f50ba7.entry.js → p-273c4680.entry.js} +2 -2
  258. package/dist/ketchup/{p-17c33bed.entry.js → p-33699a63.entry.js} +1 -1
  259. package/dist/ketchup/{p-cabebabc.js → p-36edcc02.js} +1 -1
  260. package/dist/ketchup/{p-5f645f29.js → p-37390512.js} +1 -1
  261. package/dist/ketchup/p-3a9c45ff.entry.js +1 -0
  262. package/dist/ketchup/{p-8655b58a.entry.js → p-3ed784eb.entry.js} +1 -1
  263. package/dist/ketchup/{p-63dd560e.entry.js → p-47023eae.entry.js} +1 -1
  264. package/dist/ketchup/p-53570ac4.entry.js +1 -0
  265. package/dist/ketchup/p-5445b692.entry.js +1 -0
  266. package/dist/ketchup/{p-3357aa91.entry.js → p-551b95a9.entry.js} +1 -1
  267. package/dist/ketchup/{p-ecf63f95.entry.js → p-5540dd04.entry.js} +1 -1
  268. package/dist/ketchup/{p-b83c852d.entry.js → p-57b060e2.entry.js} +1 -1
  269. package/dist/ketchup/{p-885d0dd0.js → p-5c4b3914.js} +1 -1
  270. package/dist/ketchup/{p-6bf3ff2f.js → p-642fe1a3.js} +1 -1
  271. package/dist/ketchup/{p-c1257bb0.entry.js → p-6e8db402.entry.js} +1 -1
  272. package/dist/ketchup/{p-c8b6b65c.entry.js → p-798483ff.entry.js} +1 -1
  273. package/dist/ketchup/{p-8a291991.entry.js → p-79db04f9.entry.js} +1 -1
  274. package/dist/ketchup/{p-6766ca18.entry.js → p-87ab01df.entry.js} +2 -2
  275. package/dist/ketchup/{p-43e37416.js → p-9ef3e0eb.js} +1 -1
  276. package/dist/ketchup/p-ab080458.js +1 -0
  277. package/dist/ketchup/{p-6a59894e.entry.js → p-affac568.entry.js} +1 -1
  278. package/dist/ketchup/{p-da6ecaf5.entry.js → p-c875e6bb.entry.js} +1 -1
  279. package/dist/ketchup/{p-da6e388e.entry.js → p-c91a8416.entry.js} +1 -1
  280. package/dist/ketchup/{p-b6647af5.entry.js → p-cdd4c014.entry.js} +1 -1
  281. package/dist/ketchup/{p-a14160c1.entry.js → p-d09f2ae6.entry.js} +1 -1
  282. package/dist/ketchup/p-d2b66322.entry.js +1 -0
  283. package/dist/ketchup/p-da4f1ade.entry.js +1 -0
  284. package/dist/ketchup/{p-d3baddb1.entry.js → p-db78ec98.entry.js} +1 -1
  285. package/dist/ketchup/{p-346b17b4.entry.js → p-e333d2e1.entry.js} +1 -1
  286. package/dist/ketchup/{p-b803bf4b.entry.js → p-ebd8a151.entry.js} +2 -2
  287. package/dist/ketchup/{p-6ae996e1.entry.js → p-ed788afb.entry.js} +2 -2
  288. package/dist/ketchup/{p-26c10598.entry.js → p-ed961274.entry.js} +1 -1
  289. package/dist/ketchup/p-fde49142.entry.js +8 -0
  290. package/dist/types/components/kup-accordion/kup-accordion.d.ts +0 -5
  291. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +2 -0
  292. package/dist/types/components/kup-data-table/kup-data-table.d.ts +2 -4
  293. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +0 -5
  294. package/dist/types/components.d.ts +4 -23
  295. package/dist/types/managers/kup-dates/kup-dates.d.ts +10 -2
  296. package/package.json +1 -1
  297. package/dist/ketchup/p-87d242df.js +0 -1
  298. package/dist/ketchup/p-91846c17.entry.js +0 -1
  299. package/dist/ketchup/p-93dcbb39.js +0 -1
  300. package/dist/ketchup/p-99ff9e9c.entry.js +0 -1
  301. package/dist/ketchup/p-a6a12568.entry.js +0 -1
  302. package/dist/ketchup/p-b0c9b55c.entry.js +0 -1
  303. package/dist/ketchup/p-b780f3c6.entry.js +0 -1
  304. package/dist/ketchup/p-cfe822a5.entry.js +0 -1
  305. package/dist/ketchup/p-dcb80cbc.entry.js +0 -8
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, h, f as forceUpdate, d as getElement, F as Fragment } from './index-9b0f4a0d.js';
2
- import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-373880b5.js';
2
+ import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-64388bf8.js';
3
3
  import { r as removeHiddenTasks, s as sortTasks, c as convertToBarTasks, a as calculateCurrentDateCalculator, b as calculateProjection } from './bar.helpers-23a51579.js';
4
4
  import { e as KUP_PLANNER_MAIN_GANTT_ID } from './kup-planner-declarations-0704bc6c.js';
5
- import './kup-dates-77f1a451.js';
5
+ import './kup-dates-964cc4dd.js';
6
6
 
7
7
  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}";
8
8
  const KupGanttStyle0 = kupGanttCss;
@@ -569,9 +569,9 @@ const KupGantt = class {
569
569
  TaskListHeader: this.TaskListHeader,
570
570
  TaskListTable: this.TaskListTable
571
571
  };
572
- return (h("div", { key: '7109becf8a0ea79cbe9489fff82bf89facac47d8', class: "gannt-wrapper-main" }, h("div", { key: '0a1a55f4456c4ea98d5ef475c0b2e18e46bc38ba', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: 'b29c1fcf3224e67406865a0576fb3d2c24152ea2', 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) => {
572
+ return (h("div", { key: '369ec43109afb9a6f40446e806faf1f54dd67a43', class: "gannt-wrapper-main" }, h("div", { key: '52c2d71a0508119b1e252d196079af28c36ffea9', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '7bff507a44beaae83ac961dea8bad526b684d3b2', 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) => {
573
573
  this.taskListScrollWidth = width;
574
- }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: '4370f993f3967101d0f11b8eb1918660bd726e69', 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 && (h("kup-tooltip", { key: '982893b5d115152c0c0120ad3e7f5f90108f0c0e', 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 })), h("kup-vertical-scroll", { key: '0689e0a21b20efe6acfd410132dafb6b2372e88c', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { key: '58e1f3fb41585e0606164ca9a13ad726ce146479', 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 }))));
574
+ }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: '6d82fda19eaaf819c71a5772a52ec63319c34174', 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 && (h("kup-tooltip", { key: 'b2b16a3153dac7ee314be92db91cafd2279df83e', 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 })), h("kup-vertical-scroll", { key: 'c3bfcc814a946ec6c32f372288fb020c31906eee', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { key: 'faafe36d199295d0d3d53405c8df3c5fe67cf94e', 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 }))));
575
575
  }
576
576
  get rootElement() { return getElement(this); }
577
577
  static get watchers() { return {
@@ -682,20 +682,20 @@ const HorizontalScroll = class {
682
682
  var _a, _b;
683
683
  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
684
684
  const width = +this.listCellWidth.replace('px', '');
685
- return (h(Fragment, { key: '3ee4b33c6e25fcb70d69e395b8ab87e1266815de' }, h("div", { key: 'd809cc34591742ab2d3e830660c6235729f4bfd6', class: "scroll-container" }, this.scrollableTaskList &&
686
- this.taskListScrollWidth > width && (h("div", { key: '002f716ebd2194fdaa4747abbd815dede2310e1f', dir: "ltr", style: {
685
+ return (h(Fragment, { key: '1cb5cc72c0e08db314e6ead1a39180e6a20ed6f9' }, h("div", { key: 'da412f0efab8374f0bbc7cf4ab125d7e113543ee', class: "scroll-container" }, this.scrollableTaskList &&
686
+ this.taskListScrollWidth > width && (h("div", { key: '40344cef778d4b9051cf1d321b7b49e82e3bb35c', dir: "ltr", style: {
687
687
  margin: this.rtl
688
688
  ? `0px 20px 0px 20px`
689
689
  : `0px 20px 0px 20px`,
690
690
  maxWidth: `${width + 20}px`,
691
691
  minWidth: `${width + 20}px`,
692
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: '80dd4ee1e4ce5255123d1791b8e7f9e3f7850aac', style: {
692
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: 'f39845955cc68e1900c597bc13966e2daf6e336c', style: {
693
693
  width: `${this.taskListScrollWidth}px`,
694
- }, class: "scroll" }))), h("div", { key: '56532ce90b37842411a32644290aec2f7afe4db6', dir: "ltr", style: {
694
+ }, class: "scroll" }))), h("div", { key: '8aa6d6fbbd7fea960479851a816d93b31c971269', dir: "ltr", style: {
695
695
  margin: this.rtl
696
696
  ? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
697
697
  : `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
698
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: 'd2e5a2ede41bdcf2132abd148e5cb305f651616e', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
698
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: 'd0502cab3f7a0e3cb145f903b4ce5c708ec5917e', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
699
699
  }
700
700
  get rootElement() { return getElement(this); }
701
701
  static get watchers() { return {
@@ -716,7 +716,7 @@ const StandardTooltipContent = class {
716
716
  this.fontFamily = undefined;
717
717
  }
718
718
  render() {
719
- return (h("div", { key: '6cb39ed2774a2a085b59614a28bcf6c4b1f412e5', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: '14ba484605e8f431864e4a004b52d207832c6767', 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: '8d73ed8b0710111547347adf7af9f69ed2f542f6', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: 'bf91f317858b1ac75f4e9f5a63643cf452ab8675', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
719
+ return (h("div", { key: '7427840d8808ed3ebbc8b57f8bd4653243a6e9a1', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: '1d7aaa16b5fa91322952d235ac8a6ba90d4a3083', 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: 'a30ef9c69dc7091d0f935d64d76ce6aa5eb32d4c', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: '2cbb86c782ec3c4e87e2ddfaf2717bada396f664', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
720
720
  }
721
721
  };
722
722
  StandardTooltipContent.style = KupStandardTooltipStyle0;
@@ -742,7 +742,7 @@ const KupSwitcher = class {
742
742
  this.activeButton = mode;
743
743
  this.timeUnitChange(mode);
744
744
  };
745
- return (h("div", { key: '012133b0d55d66f293a148606fd4535d1fe6bb65', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
745
+ return (h("div", { key: 'd24d4bc2fd86820f8ec6970387020b7d2b6088d1', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
746
746
  button: true,
747
747
  buttonActive: this.activeButton === label,
748
748
  }, onClick: () => handleButtonClick(label) }, h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -786,12 +786,12 @@ const TaskGantt = class {
786
786
  }
787
787
  render() {
788
788
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
789
- return (h("div", { key: 'f07dc11e68fd4a3d081565afb74c72242e28ebc3', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '2ec6d0997f8e7a8cdff87c23aa20cddb8435cb96', 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 }), h("div", { key: '8287ac5fcdc637e2c8628e5c6d5d34c5e91b084e', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
789
+ return (h("div", { key: 'e2b4a8dff37cb823329dd6cbf6ea4ed7a9b81e33', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '156ef3dc8e066fa143ca2b27c945e5487299b87b', 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 }), h("div", { key: '994c441039334c518f9c45bcb1b197ecc0ca5073', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
790
790
  ? {
791
791
  height: `${this.ganttHeight}px`,
792
792
  width: `${this.gridProps.svgWidth}px`,
793
793
  }
794
- : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '44155198710cbd533f55902f4601fa005b1df42c' }, newBarProps)))));
794
+ : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: 'f7b9656624c914819676bebc1891d9d388c7bfe7' }, newBarProps)))));
795
795
  }
796
796
  get rootElement() { return getElement(this); }
797
797
  static get watchers() { return {
@@ -891,7 +891,7 @@ const TaskList = class {
891
891
  if (TaskListTable && TaskListTable['$attrs$']) {
892
892
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
893
893
  }
894
- return (h("div", { key: 'e0c4cb1d320c69f860837e7090041f7b82105681', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (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))), h("div", { key: '8909145b3ddca6f008e839e354acdcd389d41c68', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
894
+ return (h("div", { key: 'f934b78d05a4851af330799a723b9afe0a2be36d', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (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))), h("div", { key: '0ee50961a474dac562d97548df584e98c07360fa', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
895
895
  ? { height: this.ganttHeight + 'px' }
896
896
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
897
897
  let row = getProjectById(id, this.currentTasks);
@@ -940,22 +940,22 @@ const KupTaskListHeader = class {
940
940
  this.rowWidth = undefined;
941
941
  }
942
942
  render() {
943
- return (h("div", { key: '293191d3067a68bc17b57880677a4faca34ee7b1', class: "ganttTable", style: {
943
+ return (h("div", { key: '4efef768654d5ee326236b20138a45aac4428125', class: "ganttTable", style: {
944
944
  fontFamily: this.fontFamily,
945
945
  fontSize: this.fontSize,
946
- } }, h("div", { key: 'e95afea053674ea5bddd77f53caae5ec0e520a1e', class: "ganttTable_Header", style: {
946
+ } }, h("div", { key: '37faca5980c085750eb731dee64e3e3ed4a2897f', class: "ganttTable_Header", style: {
947
947
  height: `${this.headerHeight - 2}px`,
948
- } }, h("div", { key: 'f3803e5e576f6f4bc546d9e44e2ddc626f6223de', class: "ganttTable_HeaderItem", style: {
948
+ } }, h("div", { key: '19d84c87983e55eb0af2c5a1a0e6cb173616bea5', class: "ganttTable_HeaderItem", style: {
949
949
  minWidth: this.rowWidth,
950
- } }, "\u00A0Name"), h("div", { key: 'cb678b5973523373bc77eda9daab276dcfeebec5', class: "ganttTable_HeaderSeparator", style: {
950
+ } }, "\u00A0Name"), h("div", { key: '1e5526e24c54a2b1a648df22eec6e40a5a0ec0be', class: "ganttTable_HeaderSeparator", style: {
951
951
  height: `${this.headerHeight * 0.5}px`,
952
952
  marginTop: `${this.headerHeight * 0.2}px`,
953
- } }), h("div", { key: '7c8085cdb3652ed6568c3eec0602308ab46f6220', class: "ganttTable_HeaderItem", style: {
953
+ } }), h("div", { key: 'e5a506727de0d36230317b9920840ef5ac26fa9f', class: "ganttTable_HeaderItem", style: {
954
954
  minWidth: this.rowWidth,
955
- } }, "\u00A0From"), h("div", { key: '6dad7a8de061e5fa002c2dd2fc532ffaf05fe446', class: "ganttTable_HeaderSeparator", style: {
955
+ } }, "\u00A0From"), h("div", { key: '3346d2674ee3c6d75fe524b70e26166d68850cd4', class: "ganttTable_HeaderSeparator", style: {
956
956
  height: `${this.headerHeight * 0.5}px`,
957
957
  marginTop: `${this.headerHeight * 0.25}px`,
958
- } }), h("div", { key: '320418a8acb51dc66b8178d24067f13cfbd4ad0c', class: "ganttTable_HeaderItem", style: {
958
+ } }), h("div", { key: '607b1f90fe2b97b614165e97c05926b2149f8e7c', class: "ganttTable_HeaderItem", style: {
959
959
  minWidth: this.rowWidth,
960
960
  } }, "\u00A0To"))));
961
961
  }
@@ -989,7 +989,7 @@ const TaskListTableDefault = class {
989
989
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
990
990
  }
991
991
  render() {
992
- return (h("div", { key: 'e679acf83ddd939b7fa1f96b7a708ae98862cb43', class: "taskListWrapper", style: {
992
+ return (h("div", { key: 'e7368c350429accbf8713109fe99c73c4cb6a850', class: "taskListWrapper", style: {
993
993
  fontFamily: this.fontFamily,
994
994
  fontSize: this.fontSize,
995
995
  } }, this.tasks.map((task) => (h("div", { class: {
@@ -1078,7 +1078,7 @@ const Tooltip = class {
1078
1078
  }
1079
1079
  }
1080
1080
  render() {
1081
- return (h("div", { key: '965668f55b0349e1c67af6c3bd220aec057cca19', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: 'e1b3465091843453afbd6ff05a976dc29d983ec5', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1081
+ return (h("div", { key: 'aacfee9b9521a7da47c42959ddba11cc13a2d86e', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: 'c4c45b5f181e23ead0bdb3dc9b6cf5e78458cf6e', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1082
1082
  }
1083
1083
  get rootElement() { return getElement(this); }
1084
1084
  static get watchers() { return {
@@ -1132,11 +1132,11 @@ const KupVerticalScroll = class {
1132
1132
  };
1133
1133
  }
1134
1134
  render() {
1135
- return (h("div", { key: '58119aaa3b6e87beccd6927780c3784134c61538', style: {
1135
+ return (h("div", { key: '8e3600213a2d21a94dbb232a0dd2b83c332fc093', style: {
1136
1136
  height: `${this.ganttHeight}px`,
1137
1137
  marginTop: `${this.headerHeight}px`,
1138
1138
  marginLeft: this.rtl ? '' : '-1rem',
1139
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: '4459a998887c99a3739bad71176d138ed7468492', style: {
1139
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: 'f11b5279bb0fafa024cf92df8a9960fb4fdaa8d5', style: {
1140
1140
  height: `${this.ganttFullHeight}px`,
1141
1141
  width: '1px',
1142
1142
  } })));
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-d7b61781.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-77f1a451.js';
4
+ import './kup-dates-964cc4dd.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-grid component.
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-d7b61781.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-77f1a451.js';
4
+ import './kup-dates-964cc4dd.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-htm component.
@@ -85,7 +85,7 @@ const KupHTM = class {
85
85
  render() {
86
86
  var _a;
87
87
  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);
88
- return (h(Host, { key: 'a75ee63e4afdad2cf7b59f6fd4f22824453c6599' }, h("style", { key: '6d1abbec22dd12d108fb2a5002ca8cfbba81baff' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5eb44d4501f2f9dc41ec8b808e9b1ef28f7d5e44', id: componentWrapperId }, h("div", { key: 'bef0fb7dd39e01f3693d927941441a91a1e357c5', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (h(Fragment, null, h("kup-button", { label: __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(KupLanguageGeneric.OPEN_IN_NEW_TAB), sizing: 'small', class: 'kup-secondary', icon: "open-in-new", styling: 'flat', trailingIcon: true, onClick: () => this.openInNewTab(this.data.value) }), h("iframe", { src: this.data.value, frameBorder: "0" }))) : (h("div", { innerHTML: this.data.value }))))));
88
+ return (h(Host, { key: '7e74bdbde1456c74a177350f6d0dc68da4e15b23' }, h("style", { key: 'e284b80b52c6ff7c47e908fdcf4a8631428acd29' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '79e75e97a2e72abf83c6efb3564dd36e6c8605ad', id: componentWrapperId }, h("div", { key: '37d4acd00efe5cda11ef5d0572d391ff278fd4c7', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (h(Fragment, null, h("kup-button", { label: __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(KupLanguageGeneric.OPEN_IN_NEW_TAB), sizing: 'small', class: 'kup-secondary', icon: "open-in-new", styling: 'flat', trailingIcon: true, onClick: () => this.openInNewTab(this.data.value) }), h("iframe", { src: this.data.value, frameBorder: "0" }))) : (h("div", { innerHTML: this.data.value }))))));
89
89
  }
90
90
  disconnectedCallback() {
91
91
  __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-9ccdaa27.js';
3
- import './kup-dates-77f1a451.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-d7b61781.js';
3
+ import './kup-dates-964cc4dd.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-iframe component.
@@ -1,17 +1,17 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
- import { F as FCell, e as FLabel } from './f-cell-f31f34a8.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-9ccdaa27.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-1b71c02b.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-d7b61781.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import { F as FTypography, a as FTypographyType } from './f-typography-8c914ec6.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-96ea1421.js';
10
10
  import './f-checkbox-191ec2e7.js';
11
- import './f-chip-9d6113fe.js';
12
- import './f-object-field-0c2013c8.js';
13
- import './f-text-field-371b1b43.js';
14
- import './kup-dates-77f1a451.js';
11
+ import './f-chip-d553e330.js';
12
+ import './f-object-field-e6839071.js';
13
+ import './f-text-field-05735cbc.js';
14
+ import './kup-dates-964cc4dd.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
17
17
  var KupInputPanelLayoutSectionType;
@@ -422,7 +422,7 @@ const KupInputPanel = class {
422
422
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
423
423
  ]
424
424
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
425
- return (h(Host, { key: '304327110b40263de12a027b6a1b88c96eaaf462', "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) => {
425
+ return (h(Host, { key: 'e60dd7ff1d84c76cf3585fe64462d65292653a91', "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) => {
426
426
  this.tabSelected = e.detail.node.id;
427
427
  }, "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) => {
428
428
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -432,7 +432,7 @@ const KupInputPanel = class {
432
432
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
433
433
  }, "onKup-objectfield-selectedmenuitem": (e) => {
434
434
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
435
- }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: '4db27d7d6b303092595b946059d382201f54e376' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '76aeb626a68f97072db94e6b9da230b3002b5ff0', id: componentWrapperId }, inputPanelContent)));
435
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: 'dbb0432225e8900ba162bb71a2821356ce1be75b' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd5030dca46ae4f6ef242e5c63a15324bc6f92107', id: componentWrapperId }, inputPanelContent)));
436
436
  }
437
437
  disconnectedCallback() {
438
438
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-d7b61781.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-77f1a451.js';
4
+ import './kup-dates-964cc4dd.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-lazy component.
@@ -134,39 +134,39 @@ const KupLazy = class {
134
134
  switch (this.componentName) {
135
135
  case 'kup-button':
136
136
  //call_to_action.svg
137
- resource = (h("svg", { key: '6ef8e6ce1ab9d761d4a780092108f17c339fd54d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'c688a97a3175fbf873b14f090128e6052ff4f583', d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
137
+ resource = (h("svg", { key: '5e72b30a0f1e3430f6156e38ec21e5ab4fbad8f3', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'aa48fb656f7dc30746dd11d4d3405b60a312f2c3', d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
138
138
  break;
139
139
  case 'kup-card':
140
140
  //art_track.svg
141
- resource = (h("svg", { key: 'e8c085a0290d74271fea8fdcf8967a2879b60952', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'd98c2f8fdac874d1fc6bbd62d5dd78a239884259', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
141
+ resource = (h("svg", { key: '5f448fd1eb1ab0270cf458177c3966ba6000295b', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'bad66bec1cb624efd059126cec4f98846cdeef75', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
142
142
  break;
143
143
  case 'kup-checkbox':
144
144
  //check_box_outline_blank.svg
145
- resource = (h("svg", { key: '387778969fa8edcf28f05f9e8b8ddeb4276ffcb0', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'd2dfdd62e4311c12b6d976cbdf4ff13ee57a6e3d', d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
145
+ resource = (h("svg", { key: '138d53448f4c329478d24d246d0fef6fbcb62d7a', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '96079538dc0737b2e7b7a376b4e0283a829a0143', d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
146
146
  break;
147
147
  case 'kup-chart':
148
148
  //chart-bar.svg
149
- resource = (h("svg", { key: '06ed4a8402309d19de8116f4ad757697311ff107', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '04b406e431b4aca3633b8c0da9586c8c9b0d6041', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
149
+ resource = (h("svg", { key: '3ea391531e961b72fb84c7265e3b398a4e40028a', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '54773da2ab16358a610b96ce742288fa8a2ca362', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
150
150
  break;
151
151
  case 'kup-data-table':
152
152
  //table-large.svg
153
- resource = (h("svg", { key: 'eb9b6f6bdeeecc2792fcea8691dcef759fe81556', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '77f0fcae30e0aa4b5f43d3a569a2b617283b03ea', d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
153
+ resource = (h("svg", { key: '899606089c5e7b4e1a88823c8cb27e5f86aa1d4c', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '17bb02d78bb042ae255314ea8f68b1ce7481e993', d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
154
154
  break;
155
155
  case 'kup-image':
156
156
  //photo.svg
157
- resource = (h("svg", { key: '04ceb28f6775ddfae7d96f79b18d8994728637df', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '42c360e99dc7a182cac7d9e59ccbf75147dc8e8d', d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
157
+ resource = (h("svg", { key: '049a62d7a9dccfee4a2fae8e0cd5869b85e06d46', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'b27ed54889308bf056f24c70511d39e134603f89', d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
158
158
  break;
159
159
  case 'kup-progress-bar':
160
160
  //linear_scale.svg
161
- resource = (h("svg", { key: '3ccd5f21ff7d70bdba49923c09430ebec0a97704', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '23298372cacfdc4574f04716192efb811d2cfd37', d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
161
+ resource = (h("svg", { key: '686ea803a443610674b2bf9282801cedc627b64e', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '2e64b70e935e82ebbca79a89202ccdc19ba666df', d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
162
162
  break;
163
163
  case 'kup-radio':
164
164
  //radio_button_unchecked.svg
165
- resource = (h("svg", { key: 'c5591e83377190aed44435b18d2c1d826760636d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '2c411004ef92cd65b090bd5a6492058093d1c355', d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
165
+ resource = (h("svg", { key: '0fff99e133a6a1795ee1d9797746efbefaf82fbf', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'db92d5a4868e8c8d8120d136621df4bf17c4679b', d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
166
166
  break;
167
167
  default:
168
168
  //art_track.svg
169
- resource = (h("svg", { key: '8eb3088a3ff5e401795d96edf1c10ceecba88be2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'e4c7c22dcc6eb88e70bc8d73c91215c061abcbd4', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
169
+ resource = (h("svg", { key: 'b9d19e00ae1ae630128d73243861f6479b1455dc', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'e7ca81f490462908580b0a7509ec3811dbd85eaf', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
170
170
  break;
171
171
  }
172
172
  if ((this.renderMode === KupLazyRender.VIEWPORT && this.isInViewport) ||
@@ -175,14 +175,14 @@ const KupLazy = class {
175
175
  this.data &&
176
176
  this.isInViewport)) {
177
177
  let Tag = this.componentName;
178
- content = (h(Tag, Object.assign({ key: '890cf92c06cbd54587ab7c22e3ee3c2f4b9dee59' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
178
+ content = (h(Tag, Object.assign({ key: 'e93f7f4ac49af252f791a4f7cb9be5e83d1df7bf' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
179
179
  className += ' kup-loaded';
180
180
  }
181
181
  else if (this.showPlaceholder) {
182
182
  content = resource;
183
183
  className += ' kup-to-be-loaded';
184
184
  }
185
- return (h(Host, { key: '95f6bc81bada3c2c3aa5edca99ce1c0468a0d243', class: className }, h("style", { key: '7786c66188bac6c1af8e08bbc5df81fcbe4efb4f' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '034191f76878f04fe3fea66db9946d5cec7384a6', id: componentWrapperId }, content)));
185
+ return (h(Host, { key: '99f35069da0886b3174bff35eaeae29d19a9fe2f', class: className }, h("style", { key: '4acddcd21d8ed89d235f7012fff7c7ea4abef2d1' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e7b4a285865ec15115437f06a3873349e4e5965c', id: componentWrapperId }, content)));
186
186
  }
187
187
  disconnectedCallback() {
188
188
  var _a;
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-d7b61781.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
6
- import './kup-dates-77f1a451.js';
6
+ import './kup-dates-964cc4dd.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-magic-box component.
@@ -287,11 +287,11 @@ const KupMagicBox = class {
287
287
  this.kupManager.debug.logRender(this, true);
288
288
  }
289
289
  render() {
290
- return (h(Host, { key: '435081e624cc32ec6351550f451aa1bbe7a1dfd6' }, h("style", { key: '952e0d82167e1504f70784b12c444f425bff56b0' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '64ee1ac8c7e12adf6db3fa464765c141ff0700ba', id: componentWrapperId }, h("div", { key: '20d5f115073cbcf29cd20b1ceaaf8405d548dc9f', class: "magic-box-wrapper" }, h("div", { key: 'ee0d224e2da4a9e6fbdced6600e85127081d7f7e', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '1e1833c12a7bc0ab057244e32b82b1f3a51abc0f' }, this.comboboxProps())), h("kup-button", { key: '90ac662c407ac237bdb74799d3eb7b401c0ee17f', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
290
+ return (h(Host, { key: '049e0e429c4deb0c4b42aa4119630553269b4b5f' }, h("style", { key: '5141bbd9f761950b9c661aac8724d9bc7ddd00b3' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '22518e2bc9311b8d0989418f3185a91dd95c54c2', id: componentWrapperId }, h("div", { key: 'a0929d74cc1e8f7b4b72fd481bed66683c77fc81', class: "magic-box-wrapper" }, h("div", { key: '2550b87cb0ff859cf32756cb34932f2c1a2e1ed7', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: 'cf84762570b8c0c7e27158725cba90ac10bb91a6' }, this.comboboxProps())), h("kup-button", { key: '4325adf34dc50fa7c34d037784eeaa7f994f0f21', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
291
291
  this.data = null;
292
- } }), h("kup-button", { key: 'ddddb4453f992fbb1177d5d564debfaa7d4ad367', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
292
+ } }), h("kup-button", { key: 'f635e3b8e1abbde80eddf0092f6b9538031fd7c6', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
293
293
  this.kupManager.hideMagicBox();
294
- } })), h("div", { key: '28ffd91695f2363393d6ffa3ddbc1c4a85fbd7ec', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
294
+ } })), h("div", { key: 'e5f3e3497af54d3e3061f28abf0dc8e69ed18959', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
295
295
  }
296
296
  disconnectedCallback() {
297
297
  this.kupManager.interact.unregister([
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-77f1a451.js';
1
+ import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-964cc4dd.js';
2
2
  import { g as getAssetPath, a as setAssetPath } from './index-9b0f4a0d.js';
3
3
 
4
4
  /**
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-d7b61781.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-77f1a451.js';
4
+ import './kup-dates-964cc4dd.js';
5
5
 
6
6
  const navbarClass = 'nav-bar';
7
7
  /**
@@ -126,7 +126,7 @@ const KupNavBar = class {
126
126
  this.kupManager.debug.logRender(this, true);
127
127
  }
128
128
  render() {
129
- return (h(Host, { key: 'acfd6c49f95d58b488dbcd5949840d06af1b1248', class: "header" }, h("style", { key: 'c6bcb2d584c6a907a2e593e64018f400bcdc60af' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'b8ff106dd7b485bf1eaffa72369aea0d9ffb47b7', id: componentWrapperId }, h("header", { key: 'e6371baf28e60b716f82fef81375fc0a99d5f037', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '4cda7b8655b54d64486c7828d28f6af4d72e47d7', class: `${navbarClass}__row` }, this.content())))));
129
+ return (h(Host, { key: 'd093a8d45896d85fd71e3d92a7451efccc3a10ba', class: "header" }, h("style", { key: '59a661649f8a7b81b3258e56ae93bc18f2a5f3fd' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a44b81214556b495f7cb253f16085cd1a884c717', id: componentWrapperId }, h("header", { key: '91e08ad248d5a56aa9eebc753e883c0cbe8a77ec', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '4f5f6924c6b311ffb8f46f26a4ac266f42aaf6a4', class: `${navbarClass}__row` }, this.content())))));
130
130
  }
131
131
  disconnectedCallback() {
132
132
  this.kupManager.language.unregister(this);
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-d7b61781.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-371b1b43.js';
4
+ import { F as FTextField } from './f-text-field-05735cbc.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import './kup-dates-77f1a451.js';
6
+ import './kup-dates-964cc4dd.js';
7
7
  import './f-image-96ea1421.js';
8
8
  import './component-a35bc7f1.js';
9
9
 
@@ -351,7 +351,7 @@ const KupNumericPicker = class {
351
351
  this.kupManager.debug.logRender(this, true);
352
352
  }
353
353
  render() {
354
- return (h(Host, { key: 'ed5978c3c711572fba11953a4bae01e0598f1518' }, h("style", { key: '654f870a6411701fcaec03debd5f0b72ae88f26d' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '159724577a43a3dbdda94baac6f999b94d2415a1', id: componentWrapperId }, this.prepTextfield())));
354
+ return (h(Host, { key: '22a6ef8139d04934008071cfa9f9d395144cf82c' }, h("style", { key: '3631b7dedacb5a4732a78a36ab6a4ddd772ae632' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '9496502390810c10eb60f5fad738d99ee2cbaef5', id: componentWrapperId }, this.prepTextfield())));
355
355
  }
356
356
  disconnectedCallback() {
357
357
  this.kupManager.dates.unregister(this);
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { F as FObjectField } from './f-object-field-0c2013c8.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-9ccdaa27.js';
2
+ import { F as FObjectField } from './f-object-field-e6839071.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-d7b61781.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-6298565d.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-96ea1421.js';
8
- import './f-text-field-371b1b43.js';
9
- import './kup-dates-77f1a451.js';
8
+ import './f-text-field-05735cbc.js';
9
+ import './kup-dates-964cc4dd.js';
10
10
 
11
11
  /**
12
12
  * Props of the kup-object-field component.
@@ -97,7 +97,7 @@ const KupObjectField = class {
97
97
  inputValue: this.inputValue,
98
98
  onChange: null,
99
99
  };
100
- return (h(Host, { key: 'f49869e3e16d0904d85efa627f1bbf2a4fff8f0b' }, h("style", { key: '374069424d8ebf7b7707f4196f5accb02ef092d9' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '1cf69a2ff41697691190edfd41a385e0239bff9f', id: componentWrapperId }, h(FObjectField, Object.assign({ key: 'f622a5aa029de55db4785174b9904f3a14444a63' }, props)))));
100
+ return (h(Host, { key: '5eaf6b26539f0d6301e19077a29419bb91e11629' }, h("style", { key: '03944bfc8cd00d94e11aef6ccfc55e7ffe73f741' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'e0336a46ae9b6b0cce2dbf83498508560414ecca', id: componentWrapperId }, h(FObjectField, Object.assign({ key: '1f82d5ee84dedcf85d67536a2e4667bf51a70485' }, props)))));
101
101
  }
102
102
  disconnectedCallback() {
103
103
  __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.unregister(this);
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-d7b61781.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-77f1a451.js';
4
+ import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-964cc4dd.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-pdf component.
@@ -76581,7 +76581,7 @@ const KupPdf = class {
76581
76581
  catch (error) { }
76582
76582
  }
76583
76583
  render() {
76584
- return (h(Host, { key: 'da241b20a823ecd76fd3907b6c65c2b5406697bc' }, h("div", { key: 'd99101b5b657a917fd8bfcddece2eb655c450bf2', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76584
+ return (h(Host, { key: '56dc837db190498749a7536216871f33da6fa6a5' }, h("div", { key: '43e4a5818a404361bc9f9f47744e798f37e02ac2', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76585
76585
  }
76586
76586
  disconnectedCallback() {
76587
76587
  __classPrivateFieldGet(this, _KupPdf_kupManager, "f").theme.unregister(this);
@@ -1,4 +1,4 @@
1
- import { a as KupDates } from './kup-dates-77f1a451.js';
1
+ import { a as KupDates } from './kup-dates-964cc4dd.js';
2
2
 
3
3
  const columnWidthForTimeUnit = (timeUnit) => {
4
4
  switch (timeUnit) {
@@ -1,7 +1,7 @@
1
1
  import { h, r as registerInstance, d as getElement } from './index-9b0f4a0d.js';
2
- import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-373880b5.js';
2
+ import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-64388bf8.js';
3
3
  import { e as KUP_PLANNER_MAIN_GANTT_ID, f as KUP_PLANNER_SECONDARY_GANTT_ID } from './kup-planner-declarations-0704bc6c.js';
4
- import { a as KupDates } from './kup-dates-77f1a451.js';
4
+ import { a as KupDates } from './kup-dates-964cc4dd.js';
5
5
  import { g as ganttDateTimeFormatters } from './kup-planner-time-formatter-ddf84f9b.js';
6
6
 
7
7
  const CustomTooltipHOC = () => {
@@ -226,13 +226,13 @@ const KupPlannerRenderer = class {
226
226
  }
227
227
  render() {
228
228
  var _a, _b, _c;
229
- return (h("div", { key: '5de523c8fde95703f5c3799144a0244a85359c4b', class: "planner-render" }, h("kup-switcher", { key: 'd68e17265c995856790eee5f5a22defb4ca2ac4e', timeUnitChange: (timeUnit) => {
229
+ return (h("div", { key: 'c1cc0fe4d44331b5b75fb35b0afbd913caf7f622', class: "planner-render" }, h("kup-switcher", { key: '3c125419b5912ff9c9b9c24adba71dda785fa01d', timeUnitChange: (timeUnit) => {
230
230
  var _a, _b;
231
231
  (_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
232
232
  this.timeUnit = timeUnit;
233
233
  this.viewDate = undefined;
234
234
  this.scrollX = -1;
235
- } }), this.props && (h("div", { key: '8754e5f34d2724aecfeae1752ed67cfa4ba2e827', style: {
235
+ } }), this.props && (h("div", { key: 'cf92a3212f97ec496aa30ff6b7eec91e831e4b14', style: {
236
236
  display: 'flex',
237
237
  flexDirection: 'column',
238
238
  } }, h("kup-gantt", Object.assign({ ref: (el) => (this.mainGantt = el), ganttId: KUP_PLANNER_MAIN_GANTT_ID, key: KUP_PLANNER_MAIN_GANTT_ID, filter: this.props.mainGantt.filter, hideLabel: this.props.mainGantt.hideLabel, showSecondaryDates: this.mainGanttDoubleView, hideDependencies: this.props.mainGantt.hideDependencies, ganttHeight: this.props.mainGantt.ganttHeight, displayedStartDate: this.displayedDates.displayedStartDate, displayedEndDate: this.displayedDates.displayedEndDate, viewDate: this.viewDate, tasks: this.tasks, columnWidth: columnWidthForTimeUnit(this.timeUnit), viewMode: this.timeUnit }, this.props.mainGantt.stylingOptions, { TaskListHeader: this.props.mainGantt.taskListHeaderProject, TaskListTable: this.props.mainGantt.taskListTableProject, TooltipContent: (_a = this.props.mainGantt.tooltipContent) !== null && _a !== void 0 ? _a : CustomTooltipHOC(), barClick: (task) => {
@@ -1,10 +1,10 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, ai as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance, ai as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-d7b61781.js';
3
3
  import { K as KupPlannerGanttRowType, d as defaultStylingOptions, a as KupPlannerTaskAction, b as KupPlannerLastOnChangeReceived, c as KupPlannerProps } from './kup-planner-declarations-0704bc6c.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import { F as FTextField } from './f-text-field-371b1b43.js';
5
+ import { F as FTextField } from './f-text-field-05735cbc.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
- import './kup-dates-77f1a451.js';
7
+ import './kup-dates-964cc4dd.js';
8
8
  import './f-image-96ea1421.js';
9
9
  import './component-a35bc7f1.js';
10
10
 
@@ -643,7 +643,7 @@ const KupPlanner = class {
643
643
  if ((_b = this.plannerProps) === null || _b === void 0 ? void 0 : _b.secondaryGantt) {
644
644
  plannerProps.secondaryGantt = Object.assign(Object.assign({}, this.plannerProps.secondaryGantt), { onScrollY: this.handleDetailGanttScrollY.bind(this) });
645
645
  }
646
- return (h(Host, { key: 'd9d6206552ba577c1ccbb3aa504dd3f79c65fb48' }, h("style", { key: '259b593627ed82074f3ea32899a4e2c5fd40ec2a' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '38e8a2fc36b28053874efbc34682a60743d53831', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: '42e753e587e90705623c666153d8cfdf0f3cedd4', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '07c0c3ce7354a7f8263985138fe77f6a298fe473', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '83d3f1d119a04ac4bc48ce44762b1ffea3c05600', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
646
+ return (h(Host, { key: '07f4dd3d5e91864ee8f6d01705a89b3ff14a99f7' }, h("style", { key: '9e415c959cb6757efa80680eac6920cc19a82b89' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'fde2bd441bbf3df7a423f97bc3d5dc97cbb7f943', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: 'c389726acbf2859a311ace7121423260de2b3b2c', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '92758b8acc38cfca30d65b405888e58f4a4bd1f1', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '8645ce7ea69ec2e2d084a7487c691d7291de8a67', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
647
647
  if (e.key === 'Enter') {
648
648
  __classPrivateFieldGet(this, _KupPlanner_instances, "m", _KupPlanner_onFilter).call(this, e.target.value);
649
649
  }
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance } from './kup-manager-9ccdaa27.js';
2
+ import { k as kupManagerInstance } from './kup-manager-d7b61781.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-77f1a451.js';
4
+ import './kup-dates-964cc4dd.js';
5
5
 
6
6
  const KupProbe = class {
7
7
  constructor(hostRef) {
@@ -235,7 +235,7 @@ const KupProbe = class {
235
235
  if (this.features.theme) {
236
236
  customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
237
237
  }
238
- return (h(Host, { key: '24190a7c994c0e681bda171cadcd2cdabe9c03ad' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '5c6a26b0cc5e566639e8ab2e6d220dde24cdfeba', id: componentWrapperId }, this.content)));
238
+ return (h(Host, { key: '62508785a36efee2c2e6496aad81384ee7e3275d' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: 'd2a02de79960d37fb1f1286b1cee4622fe6a927e', id: componentWrapperId }, this.content)));
239
239
  }
240
240
  disconnectedCallback() {
241
241
  if (this.features.language) {