@sme.up/ketchup 10.3.6 → 10.3.7

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 (285) hide show
  1. package/dist/cjs/{f-cell-e5ff9c98.js → f-cell-5c1b2c66.js} +21 -13
  2. package/dist/cjs/{f-chip-f35c1b42.js → f-chip-b4aebf7c.js} +1 -1
  3. package/dist/cjs/{f-object-field-04065abd.js → f-object-field-62195164.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-3ada5c71.js → f-paginator-utils-54bc1b31.js} +9 -7
  5. package/dist/cjs/{f-text-field-0eda27cd.js → f-text-field-03e975ad.js} +2 -5
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +131 -83
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +7 -4
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  17. package/dist/cjs/{kup-data-table-helper-0b79fb90.js → kup-data-table-helper-72dc3004.js} +3 -3
  18. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-echart.cjs.entry.js +48 -6
  20. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  23. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-input-panel.cjs.entry.js +168 -28
  27. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  29. package/dist/cjs/{kup-manager-5cdad0f5.js → kup-manager-bb0a1490.js} +6 -10
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  33. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  36. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  37. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-typography.cjs.entry.js +3 -3
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/collection/assets/echart.js +343 -169
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +4 -2
  45. package/dist/collection/components/kup-combobox/kup-combobox.js +4 -2
  46. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  47. package/dist/collection/components/kup-data-table/kup-data-table.css +7 -4
  48. package/dist/collection/components/kup-data-table/kup-data-table.js +14 -11
  49. package/dist/collection/components/kup-echart/kup-echart.js +47 -5
  50. package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +3 -1
  51. package/dist/collection/components/kup-file-upload/kup-file-upload.css +13 -0
  52. package/dist/collection/components/kup-file-upload/kup-file-upload.js +181 -25
  53. package/dist/collection/components/kup-form/kup-form.js +2 -2
  54. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  55. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  56. package/dist/collection/components/kup-input-panel/kup-input-panel.js +182 -22
  57. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  58. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  59. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  60. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  61. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  62. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  63. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  64. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  65. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  66. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  67. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  68. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  69. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  70. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  71. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  72. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  73. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  74. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  75. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  76. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  77. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  78. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  79. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  80. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  81. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  82. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  83. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  84. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  85. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  86. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  87. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  88. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  89. package/dist/collection/f-components/f-cell/f-cell.js +13 -7
  90. package/dist/collection/f-components/f-paginator/f-paginator.js +1 -1
  91. package/dist/collection/f-components/f-radio/f-radio.js +3 -1
  92. package/dist/collection/f-components/f-text-field/f-text-field.js +1 -4
  93. package/dist/collection/utils/cell-utils.js +2 -7
  94. package/dist/components/index.js +1 -1
  95. package/dist/components/kup-accordion.js +2 -2
  96. package/dist/components/kup-activity-timeline.js +2 -2
  97. package/dist/components/kup-autocomplete.js +1 -1
  98. package/dist/components/kup-badge.js +1 -1
  99. package/dist/components/kup-box.js +1 -1
  100. package/dist/components/kup-button-list.js +1 -1
  101. package/dist/components/kup-button.js +1 -1
  102. package/dist/components/kup-calendar.js +7 -4
  103. package/dist/components/kup-card-list.js +3 -3
  104. package/dist/components/kup-card.js +1 -1
  105. package/dist/components/kup-cell.js +2 -2
  106. package/dist/components/kup-chart.js +1 -1
  107. package/dist/components/kup-checkbox.js +1 -1
  108. package/dist/components/kup-chip.js +1 -1
  109. package/dist/components/kup-color-picker.js +1 -1
  110. package/dist/components/kup-combobox.js +1 -1
  111. package/dist/components/kup-custom-task-list-header.js +1 -1
  112. package/dist/components/kup-dashboard.js +2 -2
  113. package/dist/components/kup-data-table.js +1 -1
  114. package/dist/components/kup-date-picker.js +1 -1
  115. package/dist/components/kup-dialog.js +1 -1
  116. package/dist/components/kup-drawer.js +2 -2
  117. package/dist/components/kup-dropdown-button.js +1 -1
  118. package/dist/components/kup-echart.js +1 -1
  119. package/dist/components/kup-editor.js +1 -1
  120. package/dist/components/kup-family-tree.js +3 -3
  121. package/dist/components/kup-file-upload.js +1 -1
  122. package/dist/components/kup-form.js +1 -1
  123. package/dist/components/kup-gantt-calendar.js +1 -1
  124. package/dist/components/kup-gantt.js +1 -1
  125. package/dist/components/kup-gauge.js +1 -1
  126. package/dist/components/kup-grid-renderer.js +1 -1
  127. package/dist/components/kup-grid.js +1 -1
  128. package/dist/components/kup-horizontal-scroll.js +1 -1
  129. package/dist/components/kup-htm.js +3 -3
  130. package/dist/components/kup-iframe.js +2 -2
  131. package/dist/components/kup-image-list.js +1 -1
  132. package/dist/components/kup-image.js +1 -1
  133. package/dist/components/kup-input-panel.js +166 -26
  134. package/dist/components/kup-lazy.js +13 -13
  135. package/dist/components/kup-list.js +1 -1
  136. package/dist/components/kup-magic-box.js +7 -7
  137. package/dist/components/kup-nav-bar.js +3 -3
  138. package/dist/components/kup-numeric-picker.js +3 -3
  139. package/dist/components/kup-object-field.js +3 -3
  140. package/dist/components/kup-pdf.js +3 -3
  141. package/dist/components/kup-planner-renderer.js +1 -1
  142. package/dist/components/kup-planner.js +17 -17
  143. package/dist/components/kup-probe.js +3 -3
  144. package/dist/components/kup-progress-bar.js +1 -1
  145. package/dist/components/kup-qlik.js +3 -3
  146. package/dist/components/kup-radio.js +1 -1
  147. package/dist/components/kup-rating.js +1 -1
  148. package/dist/components/kup-snackbar.js +3 -3
  149. package/dist/components/kup-spinner.js +1 -1
  150. package/dist/components/kup-standard-tooltip.js +1 -1
  151. package/dist/components/kup-switch.js +1 -1
  152. package/dist/components/kup-switcher.js +1 -1
  153. package/dist/components/kup-tab-bar.js +1 -1
  154. package/dist/components/kup-task-gantt.js +1 -1
  155. package/dist/components/kup-task-list-header.js +1 -1
  156. package/dist/components/kup-task-list-table.js +1 -1
  157. package/dist/components/kup-task-list.js +1 -1
  158. package/dist/components/kup-text-field.js +1 -1
  159. package/dist/components/kup-time-picker.js +1 -1
  160. package/dist/components/kup-toolbar.js +1 -1
  161. package/dist/components/kup-tooltip.js +1 -1
  162. package/dist/components/kup-tree.js +1 -1
  163. package/dist/components/kup-txt.js +3 -3
  164. package/dist/components/kup-typography-list.js +3 -3
  165. package/dist/components/kup-typography.js +4 -4
  166. package/dist/components/kup-vertical-scroll.js +1 -1
  167. package/dist/components/{p-b45eb398.js → p-0448c650.js} +13 -13
  168. package/dist/components/{p-7aa9d49d.js → p-072ba014.js} +7 -7
  169. package/dist/components/{p-28f24feb.js → p-09e09e43.js} +15 -15
  170. package/dist/components/{p-af0a6cfe.js → p-47eafd24.js} +2 -2
  171. package/dist/components/{p-33cf89e0.js → p-57069e5c.js} +1 -1
  172. package/dist/components/{p-c061deb1.js → p-66800070.js} +166 -101
  173. package/dist/components/{p-28774fba.js → p-73b82fab.js} +4 -4
  174. package/dist/components/{p-57a120a5.js → p-78086e86.js} +1 -1
  175. package/dist/components/{p-46ec5845.js → p-7b80651f.js} +1 -1
  176. package/dist/components/{p-34ed7a73.js → p-7fa7072d.js} +2 -2
  177. package/dist/components/{p-b87bd975.js → p-96d517a7.js} +5 -5
  178. package/dist/components/{p-df77b97b.js → p-970526a0.js} +6 -10
  179. package/dist/components/{p-daa07bb7.js → p-9c59685c.js} +1 -1
  180. package/dist/components/{p-ae3013bd.js → p-a266fbc3.js} +2 -2
  181. package/dist/components/{p-5db0bb55.js → p-a6da9edf.js} +2 -2
  182. package/dist/components/{p-edac29ad.js → p-a70b7f3e.js} +2 -2
  183. package/dist/components/{p-394a36af.js → p-bba3ee8c.js} +3 -3
  184. package/dist/components/{p-398198d3.js → p-e8d7edaf.js} +49 -7
  185. package/dist/components/{p-5e31c839.js → p-eee85021.js} +2 -2
  186. package/dist/components/{p-d3a8c2ba.js → p-f836c3ed.js} +2 -2
  187. package/dist/esm/{f-cell-d72f5a9c.js → f-cell-3f9d4de0.js} +21 -13
  188. package/dist/esm/{f-chip-663db488.js → f-chip-28fde4c9.js} +1 -1
  189. package/dist/esm/{f-object-field-afe7604f.js → f-object-field-24f67438.js} +2 -2
  190. package/dist/esm/{f-paginator-utils-b6924c55.js → f-paginator-utils-3e2a0dcd.js} +9 -7
  191. package/dist/esm/{f-text-field-40f1ad00.js → f-text-field-f64cc53e.js} +2 -5
  192. package/dist/esm/index.js +1 -1
  193. package/dist/esm/ketchup.js +1 -1
  194. package/dist/esm/kup-accordion.entry.js +1 -1
  195. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  196. package/dist/esm/kup-autocomplete_30.entry.js +131 -83
  197. package/dist/esm/kup-box.entry.js +7 -7
  198. package/dist/esm/kup-calendar.entry.js +7 -4
  199. package/dist/esm/kup-card-list.entry.js +1 -1
  200. package/dist/esm/kup-cell.entry.js +5 -5
  201. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  202. package/dist/esm/kup-dashboard.entry.js +2 -2
  203. package/dist/esm/{kup-data-table-helper-8f020338.js → kup-data-table-helper-edbee21a.js} +3 -3
  204. package/dist/esm/kup-drawer.entry.js +1 -1
  205. package/dist/esm/kup-echart.entry.js +48 -6
  206. package/dist/esm/kup-editor.entry.js +1 -1
  207. package/dist/esm/kup-family-tree.entry.js +1 -1
  208. package/dist/esm/kup-gantt_10.entry.js +23 -23
  209. package/dist/esm/kup-grid.entry.js +1 -1
  210. package/dist/esm/kup-htm.entry.js +2 -2
  211. package/dist/esm/kup-iframe.entry.js +1 -1
  212. package/dist/esm/kup-input-panel.entry.js +168 -28
  213. package/dist/esm/kup-lazy.entry.js +12 -12
  214. package/dist/esm/kup-magic-box.entry.js +4 -4
  215. package/dist/esm/{kup-manager-b367be3b.js → kup-manager-7acd779a.js} +6 -10
  216. package/dist/esm/kup-nav-bar.entry.js +2 -2
  217. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  218. package/dist/esm/kup-object-field.entry.js +4 -4
  219. package/dist/esm/kup-pdf.entry.js +2 -2
  220. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  221. package/dist/esm/kup-planner.entry.js +3 -3
  222. package/dist/esm/kup-probe.entry.js +2 -2
  223. package/dist/esm/kup-qlik.entry.js +2 -2
  224. package/dist/esm/kup-snackbar.entry.js +2 -2
  225. package/dist/esm/kup-txt.entry.js +2 -2
  226. package/dist/esm/kup-typography-list.entry.js +2 -2
  227. package/dist/esm/kup-typography.entry.js +3 -3
  228. package/dist/esm/loader.js +1 -1
  229. package/dist/ketchup/index.esm.js +1 -1
  230. package/dist/ketchup/ketchup.esm.js +1 -1
  231. package/dist/ketchup/{p-8bc2888a.entry.js → p-001bf9b3.entry.js} +1 -1
  232. package/dist/ketchup/p-003617f2.entry.js +1 -0
  233. package/dist/ketchup/{p-17b25b3d.entry.js → p-00e3a2c7.entry.js} +1 -1
  234. package/dist/ketchup/{p-ebf955a8.entry.js → p-05da127e.entry.js} +1 -1
  235. package/dist/ketchup/{p-4735c623.entry.js → p-0a4869d8.entry.js} +1 -1
  236. package/dist/ketchup/{p-fac09a35.entry.js → p-0f3e905b.entry.js} +1 -1
  237. package/dist/ketchup/{p-b0550f15.entry.js → p-0f78bd11.entry.js} +2 -2
  238. package/dist/ketchup/p-216b5deb.js +1 -0
  239. package/dist/ketchup/p-3823781f.entry.js +1 -0
  240. package/dist/ketchup/{p-def6d8b4.entry.js → p-39ab2443.entry.js} +1 -1
  241. package/dist/ketchup/{p-b9350213.entry.js → p-4e8d34ad.entry.js} +1 -1
  242. package/dist/ketchup/{p-75deebdb.entry.js → p-561db8b0.entry.js} +1 -1
  243. package/dist/ketchup/{p-c2531d28.entry.js → p-5c538668.entry.js} +1 -1
  244. package/dist/ketchup/{p-9ff4c3e5.entry.js → p-5cdbe34b.entry.js} +1 -1
  245. package/dist/ketchup/p-607b56b3.entry.js +8 -0
  246. package/dist/ketchup/{p-f2bfb53c.entry.js → p-60c3a948.entry.js} +1 -1
  247. package/dist/ketchup/{p-62edfd5a.entry.js → p-6429a3bc.entry.js} +1 -1
  248. package/dist/ketchup/{p-d696e519.js → p-84a053a8.js} +1 -1
  249. package/dist/ketchup/{p-c0928fec.entry.js → p-864d384f.entry.js} +1 -1
  250. package/dist/ketchup/{p-43bfca60.entry.js → p-90345661.entry.js} +2 -2
  251. package/dist/ketchup/{p-928adf93.entry.js → p-91184407.entry.js} +1 -1
  252. package/dist/ketchup/{p-5bf264dd.entry.js → p-92d5502a.entry.js} +1 -1
  253. package/dist/ketchup/{p-ec1129bf.entry.js → p-9432bc02.entry.js} +1 -1
  254. package/dist/ketchup/{p-6e6d3296.entry.js → p-9667a3f6.entry.js} +1 -1
  255. package/dist/ketchup/{p-26a20d81.entry.js → p-98865092.entry.js} +1 -1
  256. package/dist/ketchup/{p-4c8edfb1.entry.js → p-a5589352.entry.js} +1 -1
  257. package/dist/ketchup/{p-6b185239.entry.js → p-ab5dcfce.entry.js} +1 -1
  258. package/dist/ketchup/p-b7b54a12.js +1 -0
  259. package/dist/ketchup/{p-32ced542.entry.js → p-bbdc671b.entry.js} +1 -1
  260. package/dist/ketchup/p-c00b4f52.js +1 -0
  261. package/dist/ketchup/p-c38d19f9.js +1 -0
  262. package/dist/ketchup/{p-26206b66.entry.js → p-cb4c3ec6.entry.js} +1 -1
  263. package/dist/ketchup/{p-9c13c092.entry.js → p-d643a6b0.entry.js} +1 -1
  264. package/dist/ketchup/{p-0666ba27.entry.js → p-d7bfb6da.entry.js} +2 -2
  265. package/dist/ketchup/{p-51cc836a.js → p-e3098793.js} +1 -1
  266. package/dist/ketchup/p-ebcd12d5.js +1 -0
  267. package/dist/ketchup/{p-941beedb.entry.js → p-ebcf33a3.entry.js} +1 -1
  268. package/dist/ketchup/{p-006b5782.entry.js → p-ee752492.entry.js} +1 -1
  269. package/dist/ketchup/{p-4af4b7d3.entry.js → p-f446a5dd.entry.js} +1 -1
  270. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -1
  271. package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +6 -1
  272. package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +31 -5
  273. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +2 -1
  274. package/dist/types/components.d.ts +55 -11
  275. package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +1 -0
  276. package/dist/types/utils/cell-utils.d.ts +3 -1
  277. package/package.json +4 -1
  278. package/dist/ketchup/p-058def11.entry.js +0 -1
  279. package/dist/ketchup/p-29c07479.entry.js +0 -8
  280. package/dist/ketchup/p-2e012afe.js +0 -1
  281. package/dist/ketchup/p-8be7a37f.js +0 -1
  282. package/dist/ketchup/p-b39c7a22.js +0 -1
  283. package/dist/ketchup/p-c109ce22.js +0 -1
  284. package/dist/ketchup/p-d49f1a0d.js +0 -1
  285. package/dist/ketchup/p-eb771c1b.entry.js +0 -1
@@ -1,22 +1,22 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host, g as getAssetPath } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance, n as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, J as KupLanguageSearch } from './p-df77b97b.js';
2
+ import { k as kupManagerInstance, n as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, J as KupLanguageSearch } from './p-970526a0.js';
3
3
  import { a as KupPlannerGanttRowType, d as defaultStylingOptions, b as KupPlannerTaskAction, c as KupPlannerLastOnChangeReceived, e as KupPlannerProps } from './p-a0eeacbd.js';
4
- import { Q as FTextFieldMDC, a0 as FTextField, c as componentWrapperId, d as defineCustomElement$3, a as defineCustomElement$5, b as defineCustomElement$6, e as defineCustomElement$7, f as defineCustomElement$c, g as defineCustomElement$e, h as defineCustomElement$g, i as defineCustomElement$h, j as defineCustomElement$i, k as defineCustomElement$j, l as defineCustomElement$l, m as defineCustomElement$m, n as defineCustomElement$n, o as defineCustomElement$q, p as defineCustomElement$t, q as defineCustomElement$u, r as defineCustomElement$v, s as defineCustomElement$w, t as defineCustomElement$x, u as defineCustomElement$y, v as defineCustomElement$B, w as defineCustomElement$C, x as defineCustomElement$D, y as defineCustomElement$E, z as defineCustomElement$F, A as defineCustomElement$G, B as defineCustomElement$H, C as defineCustomElement$I, D as defineCustomElement$J, E as defineCustomElement$K } from './p-c061deb1.js';
5
- import { d as defineCustomElement$A } from './p-af0a6cfe.js';
4
+ import { Q as FTextFieldMDC, a0 as FTextField, c as componentWrapperId, d as defineCustomElement$3, a as defineCustomElement$5, b as defineCustomElement$6, e as defineCustomElement$7, f as defineCustomElement$c, g as defineCustomElement$e, h as defineCustomElement$g, i as defineCustomElement$h, j as defineCustomElement$i, k as defineCustomElement$j, l as defineCustomElement$l, m as defineCustomElement$m, n as defineCustomElement$n, o as defineCustomElement$q, p as defineCustomElement$t, q as defineCustomElement$u, r as defineCustomElement$v, s as defineCustomElement$w, t as defineCustomElement$x, u as defineCustomElement$y, v as defineCustomElement$B, w as defineCustomElement$C, x as defineCustomElement$D, y as defineCustomElement$E, z as defineCustomElement$F, A as defineCustomElement$G, B as defineCustomElement$H, C as defineCustomElement$I, D as defineCustomElement$J, E as defineCustomElement$K } from './p-66800070.js';
5
+ import { d as defineCustomElement$A } from './p-47eafd24.js';
6
6
  import { d as defineCustomElement$z } from './p-5579a90c.js';
7
- import { d as defineCustomElement$s } from './p-b45eb398.js';
8
- import { d as defineCustomElement$r } from './p-d3a8c2ba.js';
9
- import { d as defineCustomElement$p } from './p-394a36af.js';
10
- import { d as defineCustomElement$o } from './p-b87bd975.js';
11
- import { d as defineCustomElement$k } from './p-28f24feb.js';
12
- import { d as defineCustomElement$f } from './p-46ec5845.js';
13
- import { d as defineCustomElement$d } from './p-57a120a5.js';
14
- import { d as defineCustomElement$b } from './p-28774fba.js';
15
- import { d as defineCustomElement$a } from './p-5db0bb55.js';
16
- import { d as defineCustomElement$9 } from './p-7aa9d49d.js';
17
- import { d as defineCustomElement$8 } from './p-daa07bb7.js';
18
- import { d as defineCustomElement$4 } from './p-33cf89e0.js';
19
- import { d as defineCustomElement$2 } from './p-34ed7a73.js';
7
+ import { d as defineCustomElement$s } from './p-0448c650.js';
8
+ import { d as defineCustomElement$r } from './p-f836c3ed.js';
9
+ import { d as defineCustomElement$p } from './p-bba3ee8c.js';
10
+ import { d as defineCustomElement$o } from './p-96d517a7.js';
11
+ import { d as defineCustomElement$k } from './p-09e09e43.js';
12
+ import { d as defineCustomElement$f } from './p-7b80651f.js';
13
+ import { d as defineCustomElement$d } from './p-78086e86.js';
14
+ import { d as defineCustomElement$b } from './p-73b82fab.js';
15
+ import { d as defineCustomElement$a } from './p-a6da9edf.js';
16
+ import { d as defineCustomElement$9 } from './p-072ba014.js';
17
+ import { d as defineCustomElement$8 } from './p-9c59685c.js';
18
+ import { d as defineCustomElement$4 } from './p-57069e5c.js';
19
+ import { d as defineCustomElement$2 } from './p-7fa7072d.js';
20
20
 
21
21
  const kupManager = kupManagerInstance();
22
22
  function sanitizeAllDates(startDateCell, endDateCell, secStartDateCell, secEndDateCell, startHourCell, endHourCell, secStartHourCell, secEndHourCell) {
@@ -655,7 +655,7 @@ const KupPlanner$1 = /*@__PURE__*/ proxyCustomElement(class KupPlanner extends H
655
655
  if ((_b = this.plannerProps) === null || _b === void 0 ? void 0 : _b.secondaryGantt) {
656
656
  plannerProps.secondaryGantt = Object.assign(Object.assign({}, this.plannerProps.secondaryGantt), { onScrollY: this.handleDetailGanttScrollY.bind(this) });
657
657
  }
658
- return (h(Host, { key: 'a39de9ef79d3bb209a9cb99b28fea0259f23317f' }, h("style", { key: 'af9cfff3bba7097157c1edf8d8f83ade6b8f358e' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '7ad7de8208449fcf8e6ae2b483679ab2b6711436', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: '60befc4ef01db8a59ad9517e7e47d2377763134f', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '63eb18daf5ca2946e273851ac61bf3b3df2f1af6', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '44083990df152225dffdf22654309f2dda0ad1b1', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
658
+ return (h(Host, { key: 'ed62d6c7e75169f47cb83311fb28827da0afe0ca' }, h("style", { key: '422a78066f27c04c488750ac66b9f4c10d0211c9' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '4122f3114a4e24119551e2724790c15c2eead874', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: '20afe8320d1439bf34942faab0a5a107498fc373', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '5ed8092953f35078fd5bdaa84d8ce9d8a7cae6bd', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '38a860e8afdf0ce1e048211622a5280986dbccb8', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
659
659
  if (e.key === 'Enter') {
660
660
  __classPrivateFieldGet(this, _KupPlanner_instances, "m", _KupPlanner_onFilter).call(this, e.target.value);
661
661
  }
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance } from './p-df77b97b.js';
3
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-c061deb1.js';
2
+ import { k as kupManagerInstance } from './p-970526a0.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-66800070.js';
4
4
 
5
5
  const KupProbe$1 = /*@__PURE__*/ proxyCustomElement(class KupProbe extends H {
6
6
  constructor() {
@@ -236,7 +236,7 @@ const KupProbe$1 = /*@__PURE__*/ proxyCustomElement(class KupProbe extends H {
236
236
  if (this.features.theme) {
237
237
  customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
238
238
  }
239
- return (h(Host, { key: '71b172082bcfe06f9dc75617e4bd75a978ca2c0b' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '6a04168c88770276df2dbbaf3af33d56f08a7ea2', id: componentWrapperId }, this.content)));
239
+ return (h(Host, { key: 'c592bc740d203e9f767ea8297cab70d43ff24129' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '5f98fcbdd690d77ddd7f042a3753cc9b78fb30be', id: componentWrapperId }, this.content)));
240
240
  }
241
241
  disconnectedCallback() {
242
242
  if (this.features.language) {
@@ -1,4 +1,4 @@
1
- import { af as KupProgressBar$1, k as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { af as KupProgressBar$1, k as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupProgressBar = KupProgressBar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-ef8cbd35.js';
2
- import { k as kupManagerInstance } from './p-df77b97b.js';
3
- import { d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-c061deb1.js';
2
+ import { k as kupManagerInstance } from './p-970526a0.js';
3
+ import { d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-66800070.js';
4
4
 
5
5
  const kupQlikCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-subtle, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
6
6
  const KupQlikStyle0 = kupQlikCss;
@@ -117,7 +117,7 @@ const KupQlik$1 = /*@__PURE__*/ proxyCustomElement(class KupQlik extends H {
117
117
  layoutStyle = {
118
118
  ['--lyo_obj-height']: this.defobjsize,
119
119
  };
120
- return (h("div", { key: '6208a1ac1fe995940a4ddc412c1300226a16483e', class: classLayout, style: layoutStyle }, this.divlist));
120
+ return (h("div", { key: '752b5cc4e42d65c838c7d8a58de84ff846950ef2', class: classLayout, style: layoutStyle }, this.divlist));
121
121
  }
122
122
  componentDidRender() {
123
123
  if (this.debug) {
@@ -1,4 +1,4 @@
1
- import { ag as KupRadio$1, j as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { ag as KupRadio$1, j as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupRadio = KupRadio$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { ah as KupRating$1, i as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { ah as KupRating$1, i as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupRating = KupRating$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -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, g as getProps, s as setProps } from './p-df77b97b.js';
3
- import { c as componentWrapperId, U as FButton, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-c061deb1.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './p-970526a0.js';
3
+ import { c as componentWrapperId, U as FButton, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-66800070.js';
4
4
 
5
5
  const snackbarClass = 'snackbar';
6
6
  /**
@@ -113,7 +113,7 @@ const KupSnackbar$1 = /*@__PURE__*/ proxyCustomElement(class KupSnackbar extends
113
113
  this.kupManager.debug.logRender(this, true);
114
114
  }
115
115
  render() {
116
- return (h(Host, { key: '3f081ccf95e871f24aabcdde18113536f1b02f22', "kup-visible": this.visible }, h("style", { key: '705d811fb3102582989b83c4b0b70903405d961e' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2cd0a437e4ac63f30022d4d6b90893205e2fe716', id: componentWrapperId }, h("div", { key: '61a788fe37500fda5eb6abef749dc1c9a4fe0dee', class: snackbarClass }, h("div", { key: 'b8090b7fbb38965fc8b70bf4066fc7a9fc454503', class: "snackbar__text__block" }, h("div", { key: 'eb211b306716c3abda31cc812fedd9792f4e9488', class: `${snackbarClass}__header` }, this.header), h("div", { key: '0f7ac72f824317787d35a61509faca394061adab', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
116
+ return (h(Host, { key: 'b653204195546d6bbd439e2ebc25d5ec9ab1b3ce', "kup-visible": this.visible }, h("style", { key: 'c1d6ba70b405290df39ae96b2f6e58bf42adc512' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e1c866f6a7d0f17bc4d6cb03a3ba899f4b050970', id: componentWrapperId }, h("div", { key: 'fbfca749586aef3f1b4845943002de19a5873bf9', class: snackbarClass }, h("div", { key: 'e7a4c57114b272d0eb2a398353fff322495c2a16', class: "snackbar__text__block" }, h("div", { key: 'c118ce5ceeb6170acf2ad874c106608983d0ab4b', class: `${snackbarClass}__header` }, this.header), h("div", { key: 'ca3cf0552f6373f50308d9b405ae28041ee9d276', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
117
117
  }
118
118
  disconnectedCallback() {
119
119
  this.kupManager.theme.unregister(this);
@@ -1,4 +1,4 @@
1
- import { ai as KupSpinner$1, h as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { ai as KupSpinner$1, h as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupSpinner = KupSpinner$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { S as StandardTooltipContent, d as defineCustomElement$1 } from './p-46ec5845.js';
1
+ import { S as StandardTooltipContent, d as defineCustomElement$1 } from './p-7b80651f.js';
2
2
 
3
3
  const KupStandardTooltip = StandardTooltipContent;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { aj as KupSwitch$1, g as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { aj as KupSwitch$1, g as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupSwitch = KupSwitch$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { K as KupSwitcher$1, d as defineCustomElement$1 } from './p-57a120a5.js';
1
+ import { K as KupSwitcher$1, d as defineCustomElement$1 } from './p-78086e86.js';
2
2
 
3
3
  const KupSwitcher = KupSwitcher$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { ak as KupTabBar$1, f as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { ak as KupTabBar$1, f as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupTabBar = KupTabBar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as TaskGantt, d as defineCustomElement$1 } from './p-28774fba.js';
1
+ import { T as TaskGantt, d as defineCustomElement$1 } from './p-73b82fab.js';
2
2
 
3
3
  const KupTaskGantt = TaskGantt;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { K as KupTaskListHeader$1, d as defineCustomElement$1 } from './p-7aa9d49d.js';
1
+ import { K as KupTaskListHeader$1, d as defineCustomElement$1 } from './p-072ba014.js';
2
2
 
3
3
  const KupTaskListHeader = KupTaskListHeader$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as TaskListTableDefault, d as defineCustomElement$1 } from './p-daa07bb7.js';
1
+ import { T as TaskListTableDefault, d as defineCustomElement$1 } from './p-9c59685c.js';
2
2
 
3
3
  const KupTaskListTable = TaskListTableDefault;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as TaskList, d as defineCustomElement$1 } from './p-5db0bb55.js';
1
+ import { T as TaskList, d as defineCustomElement$1 } from './p-a6da9edf.js';
2
2
 
3
3
  const KupTaskList = TaskList;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { al as KupTextField$1, e as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { al as KupTextField$1, e as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupTextField = KupTextField$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { am as KupTimePicker$1, b as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { am as KupTimePicker$1, b as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupTimePicker = KupTimePicker$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { an as KupToolbar$1, a as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { an as KupToolbar$1, a as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupToolbar = KupToolbar$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { T as Tooltip, d as defineCustomElement$1 } from './p-33cf89e0.js';
1
+ import { T as Tooltip, d as defineCustomElement$1 } from './p-57069e5c.js';
2
2
 
3
3
  const KupTooltip = Tooltip;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,4 +1,4 @@
1
- import { ao as KupTree$1, d as defineCustomElement$1 } from './p-c061deb1.js';
1
+ import { ao as KupTree$1, d as defineCustomElement$1 } from './p-66800070.js';
2
2
 
3
3
  const KupTree = KupTree$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -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, g as getProps, s as setProps } from './p-df77b97b.js';
3
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-c061deb1.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './p-970526a0.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-66800070.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-txt component.
@@ -89,7 +89,7 @@ const KupTxt$1 = /*@__PURE__*/ proxyCustomElement(class KupTxt extends H {
89
89
  }
90
90
  render() {
91
91
  const value = this.getValue();
92
- return (h(Host, { key: '205fec845d1dac2f25d9544f15d435177c4eabf1' }, h("style", { key: '76e70793d8aaa42a5a8e05450ccd54f1e0c5b579' }, __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'ff15e4cd8d075189d268c97d3d7d5c9df46cf5cd', id: componentWrapperId }, h("div", { key: '0be7e4dbcee7c30e5c5a6b6c2d15701e12bc8a1d', innerHTML: value }))));
92
+ return (h(Host, { key: '1c0356b5a02e4c88d78c74e655c6a043b5602a17' }, h("style", { key: 'b0c2a816fb4b6691fb257aca099758f46c523a42' }, __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '3cea9ef7a7dedacebec373ad03c351cc5c572d55', id: componentWrapperId }, h("div", { key: 'e984a2152cf277fbffc8c56f20c6071d51a72f6c', innerHTML: value }))));
93
93
  }
94
94
  disconnectedCallback() {
95
95
  __classPrivateFieldGet(this, _KupTxt_kupManager, "f").theme.unregister(this);
@@ -1,7 +1,7 @@
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, u as KupDebugCategory, g as getProps, s as setProps } from './p-df77b97b.js';
2
+ import { k as kupManagerInstance, u as KupDebugCategory, g as getProps, s as setProps } from './p-970526a0.js';
3
3
  import { a as FTypographyType, F as FTypography } from './p-ced0c3fc.js';
4
- import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-c061deb1.js';
4
+ import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-66800070.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-typography component.
@@ -186,7 +186,7 @@ const KupTypographyList$1 = /*@__PURE__*/ proxyCustomElement(class KupTypography
186
186
  }
187
187
  render() {
188
188
  const typograhy = this.renderTypographys();
189
- return (h(Host, { key: '58356b7523f44ef17cd4a535119254b6efed5b7a' }, h("style", { key: 'be31c2f145c03693055bc90fa818781e985b0c0a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '899b21cbcf02ebca7791c9983a1893c8625252ab', id: componentWrapperId }, h("div", { key: '87e0370fa8d496f789bd047f33a39cf2a40952e3', class: "typographies-wrapper" }, typograhy))));
189
+ return (h(Host, { key: '455e867cfc1084e4a9e43c9fc942f915797e483e' }, h("style", { key: '40f69eebfc2d6fe963cfbcde32f2934b081e32aa' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0ad09d552afcf0920cdfb1276dbd8163c1b3224e', id: componentWrapperId }, h("div", { key: 'b584680579806a2361d2418f408d898923b057dc', class: "typographies-wrapper" }, typograhy))));
190
190
  }
191
191
  disconnectedCallback() {
192
192
  this.kupManager.theme.unregister(this);
@@ -1,7 +1,7 @@
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, d as KupDynamicPositionPlacement, g as getProps, s as setProps } from './p-df77b97b.js';
2
+ import { k as kupManagerInstance, d as KupDynamicPositionPlacement, g as getProps, s as setProps } from './p-970526a0.js';
3
3
  import { a as FTypographyType, F as FTypography } from './p-ced0c3fc.js';
4
- import { c as componentWrapperId, F as FImage, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-c061deb1.js';
4
+ import { c as componentWrapperId, F as FImage, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, D as defineCustomElement$u, E as defineCustomElement$v } from './p-66800070.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-typography component.
@@ -262,7 +262,7 @@ const KupTypography$1 = /*@__PURE__*/ proxyCustomElement(class KupTypography ext
262
262
  const classObjParent = {
263
263
  'kup-typography--wrap': props.toolbar ? true : false,
264
264
  };
265
- return (h(Host, { key: 'fc9ed8df1a7996737fa318223fa4a26c048af0da' }, h("style", { key: '7ab80157cf8d7d13198e389b5c2005bc23379f50' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4058a007f7338cb3f4c69e9b7ab8bb2bc0c5d29f', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: '039db543cb870340827953a4c43b092d7dfcb936' }, props)), this.infoIcon && (h(FImage, Object.assign({ key: '3c7ff0751057b4ef2d2f02eadd0f4f069288545a' }, infoIcon, { onClick: async (event) => {
265
+ return (h(Host, { key: 'c5d8e8fcf53195019ed8eb416a7c8cfd7813ab0e' }, h("style", { key: '07fed1c7720f43b7a724233e7a19d543c2a60699' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '43db23c1f58b6ed0282391c596ed0eaa5548cb94', id: componentWrapperId, class: classObjParent, onClick: () => this.onKupClick }, h(FTypography, Object.assign({ key: '9d95e2e961712881fae7b45be28fa269cc56386b' }, props)), this.infoIcon && (h(FImage, Object.assign({ key: 'f2317403424f44fd48fc5f639df0df2f07c130e3' }, infoIcon, { onClick: async (event) => {
266
266
  event.stopPropagation();
267
267
  const el = event.currentTarget;
268
268
  const data = await this.infoCallBack();
@@ -273,7 +273,7 @@ const KupTypography$1 = /*@__PURE__*/ proxyCustomElement(class KupTypography ext
273
273
  else {
274
274
  this.kupManager.debug.logMessage(this, 'Toolbar data is empty, not opening dropdown.');
275
275
  }
276
- } }))), this.toolbar && (h(FImage, Object.assign({ key: 'd66f1503ff3d22223d14f0247cfaaf725352935b' }, toolbarIcon, { onClick: async (event) => {
276
+ } }))), this.toolbar && (h(FImage, Object.assign({ key: '1d86fd2d64f3d833d0186e34a57f1cc8ce74a1b5' }, toolbarIcon, { onClick: async (event) => {
277
277
  event.stopPropagation();
278
278
  const el = event.currentTarget;
279
279
  const data = await this.toolbarCallback();
@@ -1,4 +1,4 @@
1
- import { K as KupVerticalScroll$1, d as defineCustomElement$1 } from './p-34ed7a73.js';
1
+ import { K as KupVerticalScroll$1, d as defineCustomElement$1 } from './p-7fa7072d.js';
2
2
 
3
3
  const KupVerticalScroll = KupVerticalScroll$1;
4
4
  const defineCustomElement = defineCustomElement$1;
@@ -1,17 +1,17 @@
1
1
  import { p as proxyCustomElement, H, h, f as forceUpdate } from './p-ef8cbd35.js';
2
- import { g as ganttDateRangeFromTask, s as seedDates, d as defineCustomElement$5 } from './p-5db0bb55.js';
2
+ import { g as ganttDateRangeFromTask, s as seedDates, d as defineCustomElement$5 } from './p-a6da9edf.js';
3
3
  import { r as removeHiddenTasks, s as sortTasks } from './p-9aa93983.js';
4
- import { c as convertToBarTasks, a as calculateCurrentDateCalculator, b as calculateProjection, d as defineCustomElement$9 } from './p-394a36af.js';
5
- import { d as defineCustomElement$c } from './p-af0a6cfe.js';
4
+ import { c as convertToBarTasks, a as calculateCurrentDateCalculator, b as calculateProjection, d as defineCustomElement$9 } from './p-bba3ee8c.js';
5
+ import { d as defineCustomElement$c } from './p-47eafd24.js';
6
6
  import { d as defineCustomElement$b } from './p-5579a90c.js';
7
- import { d as defineCustomElement$a } from './p-d3a8c2ba.js';
8
- import { d as defineCustomElement$8 } from './p-b87bd975.js';
9
- import { d as defineCustomElement$7 } from './p-46ec5845.js';
10
- import { d as defineCustomElement$6 } from './p-28774fba.js';
11
- import { d as defineCustomElement$4 } from './p-7aa9d49d.js';
12
- import { d as defineCustomElement$3 } from './p-daa07bb7.js';
13
- import { d as defineCustomElement$2 } from './p-33cf89e0.js';
14
- import { d as defineCustomElement$1 } from './p-34ed7a73.js';
7
+ import { d as defineCustomElement$a } from './p-f836c3ed.js';
8
+ import { d as defineCustomElement$8 } from './p-96d517a7.js';
9
+ import { d as defineCustomElement$7 } from './p-7b80651f.js';
10
+ import { d as defineCustomElement$6 } from './p-73b82fab.js';
11
+ import { d as defineCustomElement$4 } from './p-072ba014.js';
12
+ import { d as defineCustomElement$3 } from './p-9c59685c.js';
13
+ import { d as defineCustomElement$2 } from './p-57069e5c.js';
14
+ import { d as defineCustomElement$1 } from './p-7fa7072d.js';
15
15
 
16
16
  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}";
17
17
  const KupGanttStyle0 = kupGanttCss;
@@ -579,9 +579,9 @@ const KupGantt = /*@__PURE__*/ proxyCustomElement(class KupGantt extends H {
579
579
  TaskListHeader: this.TaskListHeader,
580
580
  TaskListTable: this.TaskListTable
581
581
  };
582
- return (h("div", { key: '3a4a7c6dee9d12ef3d089cf9d8b22742f5717a9a', class: "gannt-wrapper-main" }, h("div", { key: '701076ffecda9ec36716dfc676bc830f224ed028', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '1ca42dc7754cb5b7cb6a3088dca8a2e042c2c390', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
582
+ return (h("div", { key: '4736e4cf20dd8123991c6407053d6bf63b3895e3', class: "gannt-wrapper-main" }, h("div", { key: '9e6c79472018cf176e6ff854f088c51a9f0dd31d', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '916157b026b48ef1ebc1ab893fe032f6b71fb2d2', 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) => {
583
583
  this.taskListScrollWidth = width;
584
- }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: 'af6acb22ea4418fd03515ad78193702a54fd4097', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (h("kup-tooltip", { key: 'd9bd829e352fee2185b7648a78b9373ae4923ede', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), h("kup-vertical-scroll", { key: 'acf20f898b951dbd742bb8b82e3548f806707a6d', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { key: 'ddece5a5222b1abfbe971812d3954af363fa195c', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
584
+ }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: '839ae03ea863d3be1c041e73622d7eb2f9b7120a', 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: 'b09acf310161f6fba7eb0e91de6ba53c31d43d40', 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: '756d1a3866665286e3c49c78e634ea8664f7da75', 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: '73c8b8e4fd4ae1502287c724094e690995cb509f', 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 }))));
585
585
  }
586
586
  get rootElement() { return this; }
587
587
  static get watchers() { return {
@@ -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: '2d15d2ac7268338cdd3697c21378913ab0f7ca06', class: "ganttTable", style: {
16
+ return (h("div", { key: 'c47ee384e374c179e86bd9442b9f82dfce4bfea3', class: "ganttTable", style: {
17
17
  fontFamily: this.fontFamily,
18
18
  fontSize: this.fontSize,
19
- } }, h("div", { key: '8203d274e6ceaa4c4ca7410cf722ff2e09af4856', class: "ganttTable_Header", style: {
19
+ } }, h("div", { key: '7e1276339822ecf67853a7187d64b44e1304aa80', class: "ganttTable_Header", style: {
20
20
  height: `${this.headerHeight - 2}px`,
21
- } }, h("div", { key: '269a24bec57ec7158593f1674ad29ad842b7cc5e', class: "ganttTable_HeaderItem", style: {
21
+ } }, h("div", { key: '665a2129fd7f8d649e233844e4f2c7953d97890d', class: "ganttTable_HeaderItem", style: {
22
22
  minWidth: this.rowWidth,
23
- } }, "\u00A0Name"), h("div", { key: 'bb01ed8b2439041d3638f8cad9798fce40cf782c', class: "ganttTable_HeaderSeparator", style: {
23
+ } }, "\u00A0Name"), h("div", { key: '4ae73cb9ae5389d88415457f26b42396cb0091dd', class: "ganttTable_HeaderSeparator", style: {
24
24
  height: `${this.headerHeight * 0.5}px`,
25
25
  marginTop: `${this.headerHeight * 0.2}px`,
26
- } }), h("div", { key: '0b1d2221f6d75b5eb0a4775ad8b2c0625694472d', class: "ganttTable_HeaderItem", style: {
26
+ } }), h("div", { key: 'f6e6186d81268d1b9cd0a0a8738a18c76f453ffe', class: "ganttTable_HeaderItem", style: {
27
27
  minWidth: this.rowWidth,
28
- } }, "\u00A0From"), h("div", { key: '87fdfe2bda942245d663671e5813382290ca4f9f', class: "ganttTable_HeaderSeparator", style: {
28
+ } }, "\u00A0From"), h("div", { key: '60b7a15ce2686b213ce49883b551daae9b8e0fc1', class: "ganttTable_HeaderSeparator", style: {
29
29
  height: `${this.headerHeight * 0.5}px`,
30
30
  marginTop: `${this.headerHeight * 0.25}px`,
31
- } }), h("div", { key: '5ae7fa15b24484a054cd5538066a78ead93ae6c4', class: "ganttTable_HeaderItem", style: {
31
+ } }), h("div", { key: '7459e68a75fbb671fd837f0ba53797607b631582', class: "ganttTable_HeaderItem", style: {
32
32
  minWidth: this.rowWidth,
33
33
  } }, "\u00A0To"))));
34
34
  }
@@ -1,21 +1,21 @@
1
1
  import { p as proxyCustomElement, H, h as h$1 } from './p-ef8cbd35.js';
2
- import { c as calculateDisplayedDateRange, a as convertProjectToTasks, b as getPhaseById, m as mergeTaskIntoProjects, e as getProjectById, f as mergeTaskIntoPhases, h as columnWidthForTimeUnit, d as defineCustomElement$5 } from './p-5db0bb55.js';
2
+ import { c as calculateDisplayedDateRange, a as convertProjectToTasks, b as getPhaseById, m as mergeTaskIntoProjects, e as getProjectById, f as mergeTaskIntoPhases, h as columnWidthForTimeUnit, d as defineCustomElement$5 } from './p-a6da9edf.js';
3
3
  import { K as KUP_PLANNER_MAIN_GANTT_ID, f as KUP_PLANNER_SECONDARY_GANTT_ID } from './p-a0eeacbd.js';
4
4
  import { a as KupDates } from './p-9d9181cf.js';
5
- import { g as ganttDateTimeFormatters, d as defineCustomElement$b } from './p-d3a8c2ba.js';
5
+ import { g as ganttDateTimeFormatters, d as defineCustomElement$b } from './p-f836c3ed.js';
6
6
  import { h } from './p-3aae989f.js';
7
- import { d as defineCustomElement$e } from './p-af0a6cfe.js';
7
+ import { d as defineCustomElement$e } from './p-47eafd24.js';
8
8
  import { d as defineCustomElement$d } from './p-5579a90c.js';
9
- import { d as defineCustomElement$c } from './p-b45eb398.js';
10
- import { d as defineCustomElement$a } from './p-394a36af.js';
11
- import { d as defineCustomElement$9 } from './p-b87bd975.js';
12
- import { d as defineCustomElement$8 } from './p-46ec5845.js';
13
- import { d as defineCustomElement$7 } from './p-57a120a5.js';
14
- import { d as defineCustomElement$6 } from './p-28774fba.js';
15
- import { d as defineCustomElement$4 } from './p-7aa9d49d.js';
16
- import { d as defineCustomElement$3 } from './p-daa07bb7.js';
17
- import { d as defineCustomElement$2 } from './p-33cf89e0.js';
18
- import { d as defineCustomElement$1 } from './p-34ed7a73.js';
9
+ import { d as defineCustomElement$c } from './p-0448c650.js';
10
+ import { d as defineCustomElement$a } from './p-bba3ee8c.js';
11
+ import { d as defineCustomElement$9 } from './p-96d517a7.js';
12
+ import { d as defineCustomElement$8 } from './p-7b80651f.js';
13
+ import { d as defineCustomElement$7 } from './p-78086e86.js';
14
+ import { d as defineCustomElement$6 } from './p-73b82fab.js';
15
+ import { d as defineCustomElement$4 } from './p-072ba014.js';
16
+ import { d as defineCustomElement$3 } from './p-9c59685c.js';
17
+ import { d as defineCustomElement$2 } from './p-57069e5c.js';
18
+ import { d as defineCustomElement$1 } from './p-7fa7072d.js';
19
19
 
20
20
  const CustomTooltipHOC = () => {
21
21
  const CustomTooltip = () => h("div", null);
@@ -240,13 +240,13 @@ const KupPlannerRenderer = /*@__PURE__*/ proxyCustomElement(class KupPlannerRend
240
240
  }
241
241
  render() {
242
242
  var _a, _b, _c;
243
- return (h$1("div", { key: '5cc84453175713cab80f656aca1333f89d43c324', class: "planner-render" }, h$1("kup-switcher", { key: '39df6e903c0170ae48dcdae7b7a6c0c8df5d4ae8', timeUnitChange: (timeUnit) => {
243
+ return (h$1("div", { key: '211d49d829c71b61a82b45f8e66f502d0e19ad4d', class: "planner-render" }, h$1("kup-switcher", { key: '729c5c3c01fa6e9d512f70dc784b42cdc27ca6f4', timeUnitChange: (timeUnit) => {
244
244
  var _a, _b;
245
245
  (_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
246
246
  this.timeUnit = timeUnit;
247
247
  this.viewDate = undefined;
248
248
  this.scrollX = -1;
249
- } }), this.props && (h$1("div", { key: '7f4fe2be85a54f9174059d27821e52c02fea3196', style: {
249
+ } }), this.props && (h$1("div", { key: 'c41a40a0887cbe4f045ff4a5446c60fd2c81f750', style: {
250
250
  display: 'flex',
251
251
  flexDirection: 'column',
252
252
  } }, h$1("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) => {
@@ -14,11 +14,11 @@ const KupCustomTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupCustom
14
14
  this.fontSize = undefined;
15
15
  }
16
16
  render() {
17
- return (h("div", { key: '7afe903d27c39f08ffa24b06aafdbd0d86cc99db', class: "custom-task-list-wrapper", style: {
17
+ return (h("div", { key: '73c099362f8bfffd1912c4415f818ec0e3f527d9', class: "custom-task-list-wrapper", style: {
18
18
  height: '25px',
19
19
  fontFamily: this.fontFamily,
20
20
  fontSize: this.fontSize,
21
- } }, h("div", { key: '9786f5c6cc683bed20126fd095935b1881088b1d', class: "title" }, h("span", { key: 'c4d4589f9ee3440fe94791b07ccb95afa769062c' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: '388a0520f64adf2d1bba10282680523c0b4d9b6c', class: "toggler" }, h("label", { key: '9e0f2aeec4f12ddc461e90e8090cdd1d02a4c6c6', htmlFor: "ch2", class: "switch" }, h("input", { key: 'd3b016d5d3435f718723ee45a81660624e526769', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: 'e9d77a0baea6b4a030f30d497e977911865c73a6', class: "slider" })), h("span", { key: '6acfe980e9e18d7bde234f99ba418b22a2304ae7', class: "label" }, "Previsioni")))));
21
+ } }, h("div", { key: 'd8e4e9d3323c7fd476295b6fcb81354a7af6d076', class: "title" }, h("span", { key: '26c697a8d3c453ad2f8dc17aced9c90af15fabd5' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: '52d6dc0de21e77aecaac420c51c4b368c81dac33', class: "toggler" }, h("label", { key: 'f680cd1356907075f76245b1ae6b5885595f1205', htmlFor: "ch2", class: "switch" }, h("input", { key: 'b3111df49ce385f294d9050f61d534ccabc22047', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: '75ea0aef920da62c94749d3bd2ef2fa029e5d1d8', class: "slider" })), h("span", { key: '1a31bbb00ebb13d1943ed8620ea1d3569da8cc06', class: "label" }, "Previsioni")))));
22
22
  }
23
23
  static get style() { return KupCustomTaskListHeaderStyle0; }
24
24
  }, [0, "kup-custom-task-list-header", {
@@ -66,7 +66,7 @@ const Tooltip = /*@__PURE__*/ proxyCustomElement(class Tooltip extends H {
66
66
  }
67
67
  }
68
68
  render() {
69
- return (h("div", { key: 'b611372ce3d568cb8ba7c59e24aa2eacbf2c161b', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: '8309fc4f723bfe6649fd4cf981488fb78a3e5708', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
69
+ return (h("div", { key: '3f8e772f0d749ed05600ed69340b4d334f62d279', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: 'f32d96505eac96da5d1a87cc3248626f408b3a35', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
70
70
  }
71
71
  get rootElement() { return this; }
72
72
  static get watchers() { return {