@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
@@ -3,20 +3,20 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
7
- const kupDataTableHelper = require('./kup-data-table-helper-0b79fb90.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
+ const kupDataTableHelper = require('./kup-data-table-helper-72dc3004.js');
8
8
  const fImage = require('./f-image-db10b066.js');
9
- const fChip = require('./f-chip-f35c1b42.js');
9
+ const fChip = require('./f-chip-b4aebf7c.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
- const fCell = require('./f-cell-e5ff9c98.js');
12
- const fPaginatorUtils = require('./f-paginator-utils-3ada5c71.js');
11
+ const fCell = require('./f-cell-5c1b2c66.js');
12
+ const fPaginatorUtils = require('./f-paginator-utils-54bc1b31.js');
13
13
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
14
14
  require('./kup-dates-8619368a.js');
15
15
  require('./f-button-bfafefb3.js');
16
16
  require('./f-button-declarations-76ef9f87.js');
17
17
  require('./f-checkbox-aaa6d45c.js');
18
- require('./f-object-field-04065abd.js');
19
- require('./f-text-field-0eda27cd.js');
18
+ require('./f-object-field-62195164.js');
19
+ require('./f-text-field-03e975ad.js');
20
20
  require('./component-a6dd6c14.js');
21
21
 
22
22
  /**
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$4 = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-bfafefb3.js');
9
- const fChip = require('./f-chip-f35c1b42.js');
9
+ const fChip = require('./f-chip-b4aebf7c.js');
10
10
  const kupDates = require('./kup-dates-8619368a.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-db10b066.js');
@@ -13213,7 +13213,7 @@ class TableRows extends DateComponent {
13213
13213
  constructor() {
13214
13214
  super(...arguments);
13215
13215
  this.splitBusinessHourSegs = memoize(splitSegsByRow);
13216
- this.splitBgEventSegs = memoize(splitSegsByRow);
13216
+ this.splitBgEventSegs = memoize(splitAllDaySegsByRow);
13217
13217
  this.splitFgEventSegs = memoize(splitSegsByRow);
13218
13218
  this.splitDateSelectionSegs = memoize(splitSegsByRow);
13219
13219
  this.splitEventDrag = memoize(splitInteractionByRow);
@@ -13237,7 +13237,7 @@ class TableRows extends DateComponent {
13237
13237
  return (y(NowTimer, { unit: "day" }, (nowDate, todayRange) => (y(_, null, props.cells.map((cells, row) => (y(TableRow, { ref: this.rowRefs.createRef(row), key: cells.length
13238
13238
  ? cells[0].date.toISOString() /* best? or put key on cell? or use diff formatter? */
13239
13239
  : row // in case there are no cells (like when resource view is loading)
13240
- , showDayNumbers: rowCnt > 1, showWeekNumbers: props.showWeekNumbers, todayRange: todayRange, dateProfile: props.dateProfile, cells: cells, renderIntro: props.renderRowIntro, businessHourSegs: businessHourSegsByRow[row], eventSelection: props.eventSelection, bgEventSegs: bgEventSegsByRow[row].filter(isSegAllDay) /* hack */, fgEventSegs: fgEventSegsByRow[row], dateSelectionSegs: dateSelectionSegsByRow[row], eventDrag: eventDragByRow[row], eventResize: eventResizeByRow[row], dayMaxEvents: props.dayMaxEvents, dayMaxEventRows: props.dayMaxEventRows, clientWidth: props.clientWidth, clientHeight: props.clientHeight, cellMinHeight: cellMinHeight, forPrint: props.forPrint })))))));
13240
+ , showDayNumbers: rowCnt > 1, showWeekNumbers: props.showWeekNumbers, todayRange: todayRange, dateProfile: props.dateProfile, cells: cells, renderIntro: props.renderRowIntro, businessHourSegs: businessHourSegsByRow[row], eventSelection: props.eventSelection, bgEventSegs: bgEventSegsByRow[row], fgEventSegs: fgEventSegsByRow[row], dateSelectionSegs: dateSelectionSegsByRow[row], eventDrag: eventDragByRow[row], eventResize: eventResizeByRow[row], dayMaxEvents: props.dayMaxEvents, dayMaxEventRows: props.dayMaxEventRows, clientWidth: props.clientWidth, clientHeight: props.clientHeight, cellMinHeight: cellMinHeight, forPrint: props.forPrint })))))));
13241
13241
  }
13242
13242
  componentDidMount() {
13243
13243
  this.registerInteractiveComponent();
@@ -13306,6 +13306,9 @@ class TableRows extends DateComponent {
13306
13306
  return { start, end };
13307
13307
  }
13308
13308
  }
13309
+ function splitAllDaySegsByRow(segs, rowCnt) {
13310
+ return splitSegsByRow(segs.filter(isSegAllDay), rowCnt);
13311
+ }
13309
13312
  function isSegAllDay(seg) {
13310
13313
  return seg.eventRange.def.allDay;
13311
13314
  }
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-8619368a.js');
9
9
 
@@ -3,17 +3,17 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-bfafefb3.js');
9
- const fCell = require('./f-cell-e5ff9c98.js');
9
+ const fCell = require('./f-cell-5c1b2c66.js');
10
10
  require('./kup-dates-8619368a.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-db10b066.js');
13
13
  require('./f-checkbox-aaa6d45c.js');
14
- require('./f-chip-f35c1b42.js');
15
- require('./f-object-field-04065abd.js');
16
- require('./f-text-field-0eda27cd.js');
14
+ require('./f-chip-b4aebf7c.js');
15
+ require('./f-object-field-62195164.js');
16
+ require('./f-text-field-03e975ad.js');
17
17
 
18
18
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
19
19
  const KupCellStyle0 = kupCellCss;
@@ -21,11 +21,11 @@ const KupCustomTaskListHeader = class {
21
21
  this.fontSize = undefined;
22
22
  }
23
23
  render() {
24
- return (index.h("div", { key: '7afe903d27c39f08ffa24b06aafdbd0d86cc99db', class: "custom-task-list-wrapper", style: {
24
+ return (index.h("div", { key: '73c099362f8bfffd1912c4415f818ec0e3f527d9', class: "custom-task-list-wrapper", style: {
25
25
  height: '25px',
26
26
  fontFamily: this.fontFamily,
27
27
  fontSize: this.fontSize,
28
- } }, index.h("div", { key: '9786f5c6cc683bed20126fd095935b1881088b1d', class: "title" }, index.h("span", { key: 'c4d4589f9ee3440fe94791b07ccb95afa769062c' }, this.label)), this.setDoubleView !== undefined && (index.h("div", { key: '388a0520f64adf2d1bba10282680523c0b4d9b6c', class: "toggler" }, index.h("label", { key: '9e0f2aeec4f12ddc461e90e8090cdd1d02a4c6c6', htmlFor: "ch2", class: "switch" }, index.h("input", { key: 'd3b016d5d3435f718723ee45a81660624e526769', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), index.h("span", { key: 'e9d77a0baea6b4a030f30d497e977911865c73a6', class: "slider" })), index.h("span", { key: '6acfe980e9e18d7bde234f99ba418b22a2304ae7', class: "label" }, "Previsioni")))));
28
+ } }, index.h("div", { key: 'd8e4e9d3323c7fd476295b6fcb81354a7af6d076', class: "title" }, index.h("span", { key: '26c697a8d3c453ad2f8dc17aced9c90af15fabd5' }, this.label)), this.setDoubleView !== undefined && (index.h("div", { key: '52d6dc0de21e77aecaac420c51c4b368c81dac33', class: "toggler" }, index.h("label", { key: 'f680cd1356907075f76245b1ae6b5885595f1205', htmlFor: "ch2", class: "switch" }, index.h("input", { key: 'b3111df49ce385f294d9050f61d534ccabc22047', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), index.h("span", { key: '75ea0aef920da62c94749d3bd2ef2fa029e5d1d8', class: "slider" })), index.h("span", { key: '1a31bbb00ebb13d1943ed8620ea1d3569da8cc06', class: "label" }, "Previsioni")))));
29
29
  }
30
30
  };
31
31
  KupCustomTaskListHeader.style = KupCustomTaskListHeaderStyle0;
@@ -389,11 +389,11 @@ const KupGanttCalendar = class {
389
389
  this.simplifiedHeader =
390
390
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
391
391
  const [topValues, bottomValues] = this.getTopAndBottomValues();
392
- return (index.h("svg", { key: '6969f03c8f75737ce4c42469a456069d0e3ced67', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, index.h("g", { key: 'c77177ccec8559de2e61d59b3fe235843af260ab', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, index.h("rect", { key: 'd319809f4de45c9b9ed32c07caeb672cfcab004b', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
392
+ return (index.h("svg", { key: '746671a52e6654cd1ff1789c76e25d0aa8f3905b', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, index.h("g", { key: '74a463a10c7124779eb5aa313bca389591fc131b', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, index.h("rect", { key: 'e8a8a2b86f963588af95a8a829993e5757b638cb', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
393
393
  ? topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
394
394
  : topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
395
395
  // current date indicator
396
- index.h("circle", { key: '90b8cd4be3694ab5827a64b8bc1b66da57e0c316', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
396
+ index.h("circle", { key: '40cca30be82870be76d4ceaba428bf91bca3d515', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
397
397
  }
398
398
  };
399
399
  KupGanttCalendar.style = KupGanttCalendarStyle0;
@@ -1449,13 +1449,13 @@ const KupGridRenderer = class {
1449
1449
  // }
1450
1450
  tickX += this.columnWidth;
1451
1451
  }
1452
- return (index.h("svg", { key: '5ec57c1b12767c30d9bf5dff548063223f9dd865', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, index.h("g", { key: 'c4ea086a80c8bdb9af3f1c5412d8a21bfbe0d8c2', class: "grid" }, index.h("g", { key: '4d5fca83f9c9773ace27ca73de0c31a260de6bf4', class: "rows" }, gridRows), index.h("g", { key: '866826ab5d44f8432505188975335992055749ef', class: "rowLines" }, rowLines), index.h("g", { key: '1ac3f9ebdc169f26ef80e1fcf32e07852fb82a53', class: "ticks" }, ticks)), index.h("g", { key: 'e609b944f5eb7cbb0ab0a76ad587bf9f0d9e9c34', class: "content" }, this.currentDateIndicator && (index.h("rect", { key: 'c92ca47c32edfcad7a4838f81e0b3b24952110e5', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (index.h("rect", { key: 'f4442a4e3f6ac41a61ba2638996f6997f43a295e', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), index.h("g", { key: '343047f0b4e4001616bdc8ae187a220f6c612df7', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1452
+ return (index.h("svg", { key: '15d6401730e0f2fa9fef8b9d25d0fad2f9c80e62', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, index.h("g", { key: '8457770216910c3ac143ef21abaf8ac3af292d80', class: "grid" }, index.h("g", { key: 'eb4fa2b2561b38678bd76652c4b29257c83e9673', class: "rows" }, gridRows), index.h("g", { key: '467972ed8379d0d81f9cd093f5290426551da51a', class: "rowLines" }, rowLines), index.h("g", { key: '0a3e0808f240aacc430a462281defa95f0490542', class: "ticks" }, ticks)), index.h("g", { key: '46e17c947f42fad3546158f68d27177c5ddf11cb', class: "content" }, this.currentDateIndicator && (index.h("rect", { key: '4c4674f8d1137b3fb7f71e7321975ce35e677af4', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (index.h("rect", { key: 'b7c01acefae65d8ecf48c6a5c949bc3a3fea8e0c', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), index.h("g", { key: '04d8f68e95536914c109b253dc5c3e12f60f975b', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1453
1453
  return task.barChildren.map((child) => {
1454
1454
  if (task.type !== 'timeline') {
1455
1455
  this.renderKupArrow(task, child);
1456
1456
  }
1457
1457
  });
1458
- })), index.h("g", { key: '8b6fad21ec6778cec66ab08111472c6d5c6c8cb2', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1458
+ })), index.h("g", { key: 'e5824ca36bfb53ad9a52cfcac9507c91b86b7c43', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1459
1459
  const forbidResize = task.type === 'project';
1460
1460
  return (index.h("g", { onKeyDown: (e) => {
1461
1461
  switch (e.key) {
@@ -1515,7 +1515,7 @@ const KupGridRenderer = class {
1515
1515
  return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
1516
1516
  }
1517
1517
  })()));
1518
- }), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: '46e057472af12f861f49755ca0635cf52178f653', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1518
+ }), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: 'f970fe6a4ac6e192f5fc012f39a027866fdfa6cf', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1519
1519
  }
1520
1520
  static get watchers() { return {
1521
1521
  "columnWidth": ["updateXStep"],
@@ -5,9 +5,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-bfafefb3.js');
7
7
  const fCheckbox = require('./f-checkbox-aaa6d45c.js');
8
- const fTextField = require('./f-text-field-0eda27cd.js');
8
+ const fTextField = require('./f-text-field-03e975ad.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
- const kupManager = require('./kup-manager-5cdad0f5.js');
10
+ const kupManager = require('./kup-manager-bb0a1490.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-db10b066.js');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const kupManager = require('./kup-manager-5cdad0f5.js');
3
+ const kupManager = require('./kup-manager-bb0a1490.js');
4
4
  const kupDates = require('./kup-dates-8619368a.js');
5
5
 
6
6
  /**
@@ -1260,8 +1260,8 @@ function decorateDataTable(data) {
1260
1260
  const options = cell['options'];
1261
1261
  cell.isEditable = (_a = cell.isEditable) !== null && _a !== void 0 ? _a : cell['editable'];
1262
1262
  const shapeAdapters = {
1263
- [kupManager.FCellShapes.AUTOCOMPLETE]: () => kupManager.CMBandACPAdapter(value, '', options),
1264
- [kupManager.FCellShapes.COMBOBOX]: () => kupManager.CMBandACPAdapter(value, '', options),
1263
+ [kupManager.FCellShapes.AUTOCOMPLETE]: () => kupManager.CMBandACPAdapter(value, '', options, cell.data),
1264
+ [kupManager.FCellShapes.COMBOBOX]: () => kupManager.CMBandACPAdapter(value, '', options, cell.data),
1265
1265
  [kupManager.FCellShapes.RADIO]: () => kupManager.RADAdapter(value, options),
1266
1266
  [kupManager.FCellShapes.CHECKBOX]: () => kupManager.CHKAdapter(value, ''),
1267
1267
  [kupManager.FCellShapes.CHIP]: () => kupManager.CHIAdapter(value, decode),
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-8619368a.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-8619368a.js');
9
9
 
@@ -84572,7 +84572,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
84572
84572
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
84573
84573
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
84574
84574
  };
84575
- var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _KupEchart_funnelChart, _KupEchart_radarChart, _KupEchart_bubbleChart, _KupEchart_sankeyChart, _KupEchart_candleChart, _KupEchart_calendarChart, _KupEchart_createX, _KupEchart_createY, _KupEchart_createYWithColumnTitle, _KupEchart_createYForPie, _KupEchart_setAxisColors, _KupEchart_setLegend, _KupEchart_setTitle, _KupEchart_setTooltip, _KupEchart_setVisualMap, _KupEchart_setMapOptions, _KupEchart_setPieOptions, _KupEchart_setGaussianOptions, _KupEchart_addSeries, _KupEchart_setOptions, _KupEchart_setColors, _KupEchart_checks;
84575
+ var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _KupEchart_funnelChart, _KupEchart_radarChart, _KupEchart_bubbleChart, _KupEchart_sankeyChart, _KupEchart_candleChart, _KupEchart_calendarChart, _KupEchart_createX, _KupEchart_createY, _KupEchart_createYWithColumnTitle, _KupEchart_createYForPie, _KupEchart_setAxisColors, _KupEchart_setLegend, _KupEchart_setTitle, _KupEchart_setTooltip, _KupEchart_setVisualMap, _KupEchart_setMapOptions, _KupEchart_setPieOptions, _KupEchart_setGaussianOptions, _KupEchart_addSeries, _KupEchart_buildResponsiveAxisLabel, _KupEchart_setOptions, _KupEchart_setColors, _KupEchart_checks;
84576
84576
  const KupEchart = class {
84577
84577
  constructor(hostRef) {
84578
84578
  index.registerInstance(this, hostRef);
@@ -84692,7 +84692,7 @@ const KupEchart = class {
84692
84692
  '--kup_echart_height': this.sizeY ? this.sizeY : '100%',
84693
84693
  '--kup_echart_width': this.sizeX ? this.sizeX : '100%',
84694
84694
  };
84695
- return (index.h(index.Host, { key: '54172a06b4c9fa2b4b14aa2cedf1002ee6ba535c', style: style }, index.h("style", { key: 'c88e6cd2781d7bf5a9d0fbb2ce6f95b3da037bbf' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'd6464aff5fcaa909b91b642b5c22d2115f474fd4', id: GenericVariables.componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84695
+ return (index.h(index.Host, { key: '6695df3d157839e237b73df89f56dd438240739a', style: style }, index.h("style", { key: 'f645db394d2d0fc02d027e7958eaf9266be71a1d' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '8cc220551d3cee74babf45104cfa3409b2107ec1', id: GenericVariables.componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84696
84696
  }
84697
84697
  disconnectedCallback() {
84698
84698
  var _a;
@@ -85799,6 +85799,50 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85799
85799
  });
85800
85800
  break;
85801
85801
  }
85802
+ }, _KupEchart_buildResponsiveAxisLabel = function _KupEchart_buildResponsiveAxisLabel(x, pxPerChr = 7) {
85803
+ const rootH = this.rootElement.clientHeight;
85804
+ const rootW = this.rootElement.clientWidth;
85805
+ const slots = x.length; // number of categories
85806
+ const slotW = Math.max(rootW / slots, 1); // px available per label
85807
+ const longestChr = Math.max(...x.map((l) => l.length));
85808
+ const longestPx = longestChr * pxPerChr; // rough pixel length
85809
+ const fitsFlat = longestPx <= slotW * 0.9;
85810
+ if (fitsFlat) {
85811
+ return { interval: 0, rotate: 0 };
85812
+ }
85813
+ let charLimit = 0;
85814
+ if (rootH < 200) {
85815
+ charLimit = 10;
85816
+ }
85817
+ else if (rootH < 400) {
85818
+ charLimit = 15;
85819
+ }
85820
+ else if (rootW < 400) {
85821
+ charLimit = 15;
85822
+ }
85823
+ else if (rootW < 600) {
85824
+ charLimit = 20;
85825
+ }
85826
+ else if (rootW < 800) {
85827
+ charLimit = 30;
85828
+ }
85829
+ else {
85830
+ charLimit = 40;
85831
+ }
85832
+ const toolong = longestChr > charLimit;
85833
+ if (!toolong) {
85834
+ const fitsTilt = longestPx <= slotW * 1.4;
85835
+ if (fitsTilt) {
85836
+ return { interval: 0, rotate: 22.5 };
85837
+ }
85838
+ }
85839
+ const clampW = Math.max(Math.floor(rootW / charLimit), 1);
85840
+ return {
85841
+ interval: 0,
85842
+ rotate: 22.5,
85843
+ width: clampW,
85844
+ overflow: 'truncate',
85845
+ };
85802
85846
  }, _KupEchart_setOptions = function _KupEchart_setOptions() {
85803
85847
  var _a;
85804
85848
  const x = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createX).call(this);
@@ -85857,9 +85901,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85857
85901
  tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (params) => {
85858
85902
  return `<b>${params.name}</b><br/>${params.seriesName}: <b>${params.value}</b>`;
85859
85903
  } }),
85860
- xAxis: Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { data: isHorizontal ? undefined : x, type: isHorizontal ? 'value' : 'category', axisLabel: {
85861
- formatter: axisLabelFormatter,
85862
- } }), this.xAxis),
85904
+ xAxis: Object.assign(Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setAxisColors).call(this)), { data: isHorizontal ? undefined : x, type: isHorizontal ? 'value' : 'category', axisLabel: Object.assign({ formatter: axisLabelFormatter }, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_buildResponsiveAxisLabel).call(this, x)) }), this.xAxis),
85863
85905
  yAxis,
85864
85906
  grid: { show: true, containLabel: true },
85865
85907
  };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const kupDates = require('./kup-dates-8619368a.js');
9
9
 
@@ -6,7 +6,7 @@ const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-bfafefb3.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-db10b066.js');
9
- const kupManager = require('./kup-manager-5cdad0f5.js');
9
+ const kupManager = require('./kup-manager-bb0a1490.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
11
  require('./kup-dates-8619368a.js');
12
12
 
@@ -573,9 +573,9 @@ const KupGantt = class {
573
573
  TaskListHeader: this.TaskListHeader,
574
574
  TaskListTable: this.TaskListTable
575
575
  };
576
- return (index.h("div", { key: '3a4a7c6dee9d12ef3d089cf9d8b22742f5717a9a', class: "gannt-wrapper-main" }, index.h("div", { key: '701076ffecda9ec36716dfc676bc830f224ed028', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: '1ca42dc7754cb5b7cb6a3088dca8a2e042c2c390', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
576
+ return (index.h("div", { key: '4736e4cf20dd8123991c6407053d6bf63b3895e3', class: "gannt-wrapper-main" }, index.h("div", { key: '9e6c79472018cf176e6ff854f088c51a9f0dd31d', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.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) => {
577
577
  this.taskListScrollWidth = width;
578
- }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.h("kup-task-gantt", { key: 'af6acb22ea4418fd03515ad78193702a54fd4097', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (index.h("kup-tooltip", { key: 'd9bd829e352fee2185b7648a78b9373ae4923ede', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), index.h("kup-vertical-scroll", { key: 'acf20f898b951dbd742bb8b82e3548f806707a6d', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (index.h("kup-horizontal-scroll", { key: 'ddece5a5222b1abfbe971812d3954af363fa195c', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
578
+ }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.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 && (index.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 })), index.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 && (index.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 }))));
579
579
  }
580
580
  get rootElement() { return index.getElement(this); }
581
581
  static get watchers() { return {
@@ -686,20 +686,20 @@ const HorizontalScroll = class {
686
686
  var _a, _b;
687
687
  const w = (_b = ((_a = this.taskListTrueRef) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect().width) + 24 * 1.5) !== null && _b !== void 0 ? _b : 0; // 24 * 2 is the sum of padding and margin for both list and gantt, multiplied by 1.5 cause we need to add the other half to the right
688
688
  const width = +this.listCellWidth.replace('px', '');
689
- return (index.h(index.Fragment, { key: 'fb206cf716ee8d98be3d4207340a8acf7bb1eabe' }, index.h("div", { key: 'c064d07c7c591ab138e14fd0ab68f8251460b202', class: "scroll-container" }, this.scrollableTaskList &&
690
- this.taskListScrollWidth > width && (index.h("div", { key: '2f97f345f20ba4843e60534d4716b2252b2de297', dir: "ltr", style: {
689
+ return (index.h(index.Fragment, { key: 'a1de0371e5f6db61fa0d2cfdd4f2072799d490f3' }, index.h("div", { key: 'eaa300f7e8ccc68935482c59022ed81027c2eb62', class: "scroll-container" }, this.scrollableTaskList &&
690
+ this.taskListScrollWidth > width && (index.h("div", { key: '234a646226e466d2d629afa3eb223676f1c4c291', dir: "ltr", style: {
691
691
  margin: this.rtl
692
692
  ? `0px 20px 0px 20px`
693
693
  : `0px 20px 0px 20px`,
694
694
  maxWidth: `${width + 20}px`,
695
695
  minWidth: `${width + 20}px`,
696
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '10644e475d8b633071429046a8c7356942f17db4', style: {
696
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '8fc96a9408d05d7e6106de2e37cdc5c97966aaab', style: {
697
697
  width: `${this.taskListScrollWidth}px`,
698
- }, class: "scroll" }))), index.h("div", { key: 'b8e0948e0db48509ae98a05d0c148220ece705ff', dir: "ltr", style: {
698
+ }, class: "scroll" }))), index.h("div", { key: '6246de0f7f602ee5de894d14dd1b06a13beb3ad1', dir: "ltr", style: {
699
699
  margin: this.rtl
700
700
  ? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
701
701
  : `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
702
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: '72c55a42446f7dd04e94e300ac930dc146162978', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
702
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: '356cb5a2da83d6811866404b19ac02d917edc065', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
703
703
  }
704
704
  get rootElement() { return index.getElement(this); }
705
705
  static get watchers() { return {
@@ -720,7 +720,7 @@ const StandardTooltipContent = class {
720
720
  this.fontFamily = undefined;
721
721
  }
722
722
  render() {
723
- return (index.h("div", { key: 'e12cbc7242215c9f9e76d3b19ba5b8bbc116e1a7', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '6239efccbfd8ea790f1cc30ca5c5ed847124e3a0', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (index.h("p", { key: '28ba0cd9397173f011081a0e1b774b6259ded9a8', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: 'bdacdea774a87ef344f6b07361e53b79cc3e8516', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
723
+ return (index.h("div", { key: '089e9cfa6d9236e99b78618b1c477b4b45d68b6c', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '9f81c91ae6f981c7a1b4e012a687d02400f49c94', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (index.h("p", { key: 'f5c5fa4c29207f403785e57e7de8d119cd20899b', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: '2bbf90f106ac085ed28e8b940d92fff7b8fa86bd', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
724
724
  }
725
725
  };
726
726
  StandardTooltipContent.style = KupStandardTooltipStyle0;
@@ -746,7 +746,7 @@ const KupSwitcher = class {
746
746
  this.activeButton = mode;
747
747
  this.timeUnitChange(mode);
748
748
  };
749
- return (index.h("div", { key: '21500b455d0cc89aa7c787c372a390dd9711195f', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
749
+ return (index.h("div", { key: '69318d1150aa4d819bd02d27b6fd1b77ddc25d0e', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
750
750
  button: true,
751
751
  buttonActive: this.activeButton === label,
752
752
  }, onClick: () => handleButtonClick(label) }, index.h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -790,12 +790,12 @@ const TaskGantt = class {
790
790
  }
791
791
  render() {
792
792
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
793
- return (index.h("div", { key: 'd73a31dca4e8ee110fe81d77e11a95ff30eb8919', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '7e9379676312c2dd4ee18d0349992d8150fb1f9f', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), index.h("div", { key: '9ddbbe390f6d0f7821f9afd8546fab7daea1de00', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
793
+ return (index.h("div", { key: '149b218ceb53348f58ddc834cf2a31accb4be9ea', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: 'a1344fc81e46f8aee02cd7dd2f37ea50fde4c371', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), index.h("div", { key: 'e85f2ce4aaabbcbd3e1bd070836164818c6b3227', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
794
794
  ? {
795
795
  height: `${this.ganttHeight}px`,
796
796
  width: `${this.gridProps.svgWidth}px`,
797
797
  }
798
- : { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: '1e862f583de2fc4ced91edd3fcd8c72a21b8a99a' }, newBarProps)))));
798
+ : { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: '7444e2d31c716d88d97f50dcf85b94da6a006cae' }, newBarProps)))));
799
799
  }
800
800
  get rootElement() { return index.getElement(this); }
801
801
  static get watchers() { return {
@@ -895,7 +895,7 @@ const TaskList = class {
895
895
  if (TaskListTable && TaskListTable['$attrs$']) {
896
896
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
897
897
  }
898
- return (index.h("div", { key: 'ccebe0409ed60287db6a04a2c0602fd3dd100c3b', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (index.h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), index.h("div", { key: '69b9fb585a4e13f3a809238f32ed30b0f1d2066a', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
898
+ return (index.h("div", { key: '5b64f23e2882b1060b86c68f72b86885219fe96d', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (index.h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), index.h("div", { key: '160e599103d0a815e4363e0baeb99c27e0a804fb', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
899
899
  ? { height: this.ganttHeight + 'px' }
900
900
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (index.h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
901
901
  let row = kupPlannerRendererHelper.getProjectById(id, this.currentTasks);
@@ -944,22 +944,22 @@ const KupTaskListHeader = class {
944
944
  this.rowWidth = undefined;
945
945
  }
946
946
  render() {
947
- return (index.h("div", { key: '2d15d2ac7268338cdd3697c21378913ab0f7ca06', class: "ganttTable", style: {
947
+ return (index.h("div", { key: 'c47ee384e374c179e86bd9442b9f82dfce4bfea3', class: "ganttTable", style: {
948
948
  fontFamily: this.fontFamily,
949
949
  fontSize: this.fontSize,
950
- } }, index.h("div", { key: '8203d274e6ceaa4c4ca7410cf722ff2e09af4856', class: "ganttTable_Header", style: {
950
+ } }, index.h("div", { key: '7e1276339822ecf67853a7187d64b44e1304aa80', class: "ganttTable_Header", style: {
951
951
  height: `${this.headerHeight - 2}px`,
952
- } }, index.h("div", { key: '269a24bec57ec7158593f1674ad29ad842b7cc5e', class: "ganttTable_HeaderItem", style: {
952
+ } }, index.h("div", { key: '665a2129fd7f8d649e233844e4f2c7953d97890d', class: "ganttTable_HeaderItem", style: {
953
953
  minWidth: this.rowWidth,
954
- } }, "\u00A0Name"), index.h("div", { key: 'bb01ed8b2439041d3638f8cad9798fce40cf782c', class: "ganttTable_HeaderSeparator", style: {
954
+ } }, "\u00A0Name"), index.h("div", { key: '4ae73cb9ae5389d88415457f26b42396cb0091dd', class: "ganttTable_HeaderSeparator", style: {
955
955
  height: `${this.headerHeight * 0.5}px`,
956
956
  marginTop: `${this.headerHeight * 0.2}px`,
957
- } }), index.h("div", { key: '0b1d2221f6d75b5eb0a4775ad8b2c0625694472d', class: "ganttTable_HeaderItem", style: {
957
+ } }), index.h("div", { key: 'f6e6186d81268d1b9cd0a0a8738a18c76f453ffe', class: "ganttTable_HeaderItem", style: {
958
958
  minWidth: this.rowWidth,
959
- } }, "\u00A0From"), index.h("div", { key: '87fdfe2bda942245d663671e5813382290ca4f9f', class: "ganttTable_HeaderSeparator", style: {
959
+ } }, "\u00A0From"), index.h("div", { key: '60b7a15ce2686b213ce49883b551daae9b8e0fc1', class: "ganttTable_HeaderSeparator", style: {
960
960
  height: `${this.headerHeight * 0.5}px`,
961
961
  marginTop: `${this.headerHeight * 0.25}px`,
962
- } }), index.h("div", { key: '5ae7fa15b24484a054cd5538066a78ead93ae6c4', class: "ganttTable_HeaderItem", style: {
962
+ } }), index.h("div", { key: '7459e68a75fbb671fd837f0ba53797607b631582', class: "ganttTable_HeaderItem", style: {
963
963
  minWidth: this.rowWidth,
964
964
  } }, "\u00A0To"))));
965
965
  }
@@ -993,7 +993,7 @@ const TaskListTableDefault = class {
993
993
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
994
994
  }
995
995
  render() {
996
- return (index.h("div", { key: '2de69b875ef1117ca8ad7588d7ca5b5b3b7bf7df', class: "taskListWrapper", style: {
996
+ return (index.h("div", { key: '21221626aac5257800ec2cb4a3f5a8ac8a8ed457', class: "taskListWrapper", style: {
997
997
  fontFamily: this.fontFamily,
998
998
  fontSize: this.fontSize,
999
999
  } }, this.tasks.map((task) => (index.h("div", { class: {
@@ -1082,7 +1082,7 @@ const Tooltip = class {
1082
1082
  }
1083
1083
  }
1084
1084
  render() {
1085
- return (index.h("div", { key: 'b611372ce3d568cb8ba7c59e24aa2eacbf2c161b', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: '8309fc4f723bfe6649fd4cf981488fb78a3e5708', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1085
+ return (index.h("div", { key: '3f8e772f0d749ed05600ed69340b4d334f62d279', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: 'f32d96505eac96da5d1a87cc3248626f408b3a35', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1086
1086
  }
1087
1087
  get rootElement() { return index.getElement(this); }
1088
1088
  static get watchers() { return {
@@ -1136,11 +1136,11 @@ const KupVerticalScroll = class {
1136
1136
  };
1137
1137
  }
1138
1138
  render() {
1139
- return (index.h("div", { key: 'aaf2623339012ffb223563f273e32bf47c7390f6', style: {
1139
+ return (index.h("div", { key: '941c4a3cdbf82645a714eba63f33c6a813771da4', style: {
1140
1140
  height: `${this.ganttHeight}px`,
1141
1141
  marginTop: `${this.headerHeight}px`,
1142
1142
  marginLeft: this.rtl ? '' : '-1rem',
1143
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: '22b00662319acb2b45838e4f3370aec724577e57', style: {
1143
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: 'f97c24906454df30d9ec04cd8ef5081469e97dce', style: {
1144
1144
  height: `${this.ganttFullHeight}px`,
1145
1145
  width: '1px',
1146
1146
  } })));
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-8619368a.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-8619368a.js');
9
9
 
@@ -86,7 +86,7 @@ const KupHTM = class {
86
86
  render() {
87
87
  var _a;
88
88
  const isLink = __classPrivateFieldGet(this, _KupHTM_instances, "m", _KupHTM_isObjectCompatibleWithHTM).call(this, (_a = this === null || this === void 0 ? void 0 : this.data) === null || _a === void 0 ? void 0 : _a.obj);
89
- return (index.h(index.Host, { key: '5fd7a24633313c182200d98e795cd27938bdd0ed' }, index.h("style", { key: '283f61604341bc317f9eece1bacdfd6f394d73b6' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '2e35f4c034756925be450b15a14b54acd3e496fa', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'a7372f43ada38738eb4134e8feaade2c9db14c13', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB)), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
89
+ return (index.h(index.Host, { key: 'd4c059a573d252c5809a77375222a78bcdee56bc' }, index.h("style", { key: '46ea04367aae5ad0602ab6f84dc0cb904b14e091' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '3d2ad3be208bd0cb850e66113155b70ace70983c', id: GenericVariables.componentWrapperId }, index.h("div", { key: '075017b3ef686bfc5d6cee4035c3b053c11d67af', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB)), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
90
90
  }
91
91
  disconnectedCallback() {
92
92
  __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-5cdad0f5.js');
6
+ const kupManager = require('./kup-manager-bb0a1490.js');
7
7
  require('./kup-dates-8619368a.js');
8
8
 
9
9
  /**