@sme.up/ketchup 10.3.6 → 10.3.8

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 (298) hide show
  1. package/dist/cjs/{f-cell-e5ff9c98.js → f-cell-9a77e09a.js} +24 -19
  2. package/dist/cjs/{f-chip-f35c1b42.js → f-chip-f1b14141.js} +1 -1
  3. package/dist/cjs/{f-object-field-04065abd.js → f-object-field-7c1ea180.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-3ada5c71.js → f-paginator-utils-49cf707b.js} +9 -7
  5. package/dist/cjs/{f-text-field-0eda27cd.js → f-text-field-f5b2163a.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 +229 -106
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +15 -8
  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 +37 -19
  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-63e5d7a2.js} +8 -4
  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 +26 -26
  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 +169 -29
  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-15f30f03.js} +7 -11
  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-calendar/kup-calendar.js +8 -4
  46. package/dist/collection/components/kup-chip/kup-chip-declarations.js +6 -1
  47. package/dist/collection/components/kup-chip/kup-chip.js +57 -57
  48. package/dist/collection/components/kup-combobox/kup-combobox.js +4 -2
  49. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  50. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +5 -1
  51. package/dist/collection/components/kup-data-table/kup-data-table.css +21 -4
  52. package/dist/collection/components/kup-data-table/kup-data-table.js +90 -23
  53. package/dist/collection/components/kup-echart/kup-echart.js +47 -5
  54. package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +3 -1
  55. package/dist/collection/components/kup-file-upload/kup-file-upload.css +13 -0
  56. package/dist/collection/components/kup-file-upload/kup-file-upload.js +215 -25
  57. package/dist/collection/components/kup-form/kup-form.js +2 -2
  58. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  59. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  60. package/dist/collection/components/kup-input-panel/kup-input-panel.js +183 -23
  61. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  62. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  63. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  64. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  65. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  66. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  67. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  68. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  69. package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +30 -12
  70. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  71. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  72. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  73. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  74. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  75. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  76. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  77. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  78. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  79. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.css +1 -0
  80. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  81. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  82. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  83. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  84. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  85. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  86. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  87. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  88. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  89. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  90. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  91. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  92. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  93. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  94. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  95. package/dist/collection/f-components/f-cell/f-cell.js +13 -7
  96. package/dist/collection/f-components/f-chip/f-chip.js +1 -1
  97. package/dist/collection/f-components/f-label/f-label.js +4 -7
  98. package/dist/collection/f-components/f-paginator/f-paginator.js +1 -1
  99. package/dist/collection/f-components/f-radio/f-radio.js +3 -1
  100. package/dist/collection/f-components/f-text-field/f-text-field.js +1 -4
  101. package/dist/collection/utils/cell-utils.js +2 -7
  102. package/dist/components/index.js +1 -1
  103. package/dist/components/kup-accordion.js +2 -2
  104. package/dist/components/kup-activity-timeline.js +2 -2
  105. package/dist/components/kup-autocomplete.js +1 -1
  106. package/dist/components/kup-badge.js +1 -1
  107. package/dist/components/kup-box.js +1 -1
  108. package/dist/components/kup-button-list.js +1 -1
  109. package/dist/components/kup-button.js +1 -1
  110. package/dist/components/kup-calendar.js +15 -8
  111. package/dist/components/kup-card-list.js +3 -3
  112. package/dist/components/kup-card.js +1 -1
  113. package/dist/components/kup-cell.js +2 -2
  114. package/dist/components/kup-chart.js +1 -1
  115. package/dist/components/kup-checkbox.js +1 -1
  116. package/dist/components/kup-chip.js +1 -1
  117. package/dist/components/kup-color-picker.js +1 -1
  118. package/dist/components/kup-combobox.js +1 -1
  119. package/dist/components/kup-custom-task-list-header.js +1 -1
  120. package/dist/components/kup-custom-task-list-table.js +1 -1
  121. package/dist/components/kup-dashboard.js +2 -2
  122. package/dist/components/kup-data-table.js +1 -1
  123. package/dist/components/kup-date-picker.js +1 -1
  124. package/dist/components/kup-dialog.js +1 -1
  125. package/dist/components/kup-drawer.js +2 -2
  126. package/dist/components/kup-dropdown-button.js +1 -1
  127. package/dist/components/kup-echart.js +1 -1
  128. package/dist/components/kup-editor.js +1 -1
  129. package/dist/components/kup-family-tree.js +3 -3
  130. package/dist/components/kup-file-upload.js +1 -1
  131. package/dist/components/kup-form.js +1 -1
  132. package/dist/components/kup-gantt-calendar.js +1 -1
  133. package/dist/components/kup-gantt.js +1 -1
  134. package/dist/components/kup-gauge.js +1 -1
  135. package/dist/components/kup-grid-renderer.js +1 -1
  136. package/dist/components/kup-grid.js +1 -1
  137. package/dist/components/kup-horizontal-scroll.js +1 -1
  138. package/dist/components/kup-htm.js +3 -3
  139. package/dist/components/kup-iframe.js +2 -2
  140. package/dist/components/kup-image-list.js +1 -1
  141. package/dist/components/kup-image.js +1 -1
  142. package/dist/components/kup-input-panel.js +167 -27
  143. package/dist/components/kup-lazy.js +13 -13
  144. package/dist/components/kup-list.js +1 -1
  145. package/dist/components/kup-magic-box.js +7 -7
  146. package/dist/components/kup-nav-bar.js +3 -3
  147. package/dist/components/kup-numeric-picker.js +3 -3
  148. package/dist/components/kup-object-field.js +3 -3
  149. package/dist/components/kup-pdf.js +3 -3
  150. package/dist/components/kup-planner-renderer.js +1 -1
  151. package/dist/components/kup-planner.js +18 -18
  152. package/dist/components/kup-probe.js +3 -3
  153. package/dist/components/kup-progress-bar.js +1 -1
  154. package/dist/components/kup-qlik.js +3 -3
  155. package/dist/components/kup-radio.js +1 -1
  156. package/dist/components/kup-rating.js +1 -1
  157. package/dist/components/kup-snackbar.js +3 -3
  158. package/dist/components/kup-spinner.js +1 -1
  159. package/dist/components/kup-standard-tooltip.js +1 -1
  160. package/dist/components/kup-switch.js +1 -1
  161. package/dist/components/kup-switcher.js +1 -1
  162. package/dist/components/kup-tab-bar.js +1 -1
  163. package/dist/components/kup-task-gantt.js +1 -1
  164. package/dist/components/kup-task-list-header.js +1 -1
  165. package/dist/components/kup-task-list-table.js +1 -1
  166. package/dist/components/kup-task-list.js +1 -1
  167. package/dist/components/kup-text-field.js +1 -1
  168. package/dist/components/kup-time-picker.js +1 -1
  169. package/dist/components/kup-toolbar.js +1 -1
  170. package/dist/components/kup-tooltip.js +1 -1
  171. package/dist/components/kup-tree.js +1 -1
  172. package/dist/components/kup-txt.js +3 -3
  173. package/dist/components/kup-typography-list.js +3 -3
  174. package/dist/components/kup-typography.js +4 -4
  175. package/dist/components/kup-vertical-scroll.js +1 -1
  176. package/dist/components/{p-ae3013bd.js → p-0886650d.js} +2 -2
  177. package/dist/components/{p-daa07bb7.js → p-168b2e98.js} +2 -2
  178. package/dist/components/{p-5e31c839.js → p-46440124.js} +2 -2
  179. package/dist/components/{p-af0a6cfe.js → p-47eafd24.js} +2 -2
  180. package/dist/components/{p-33cf89e0.js → p-57069e5c.js} +1 -1
  181. package/dist/components/{p-c061deb1.js → p-5aea1707.js} +279 -135
  182. package/dist/components/{p-28774fba.js → p-73b82fab.js} +4 -4
  183. package/dist/components/{p-5db0bb55.js → p-75cc2a0e.js} +4 -4
  184. package/dist/components/{p-57a120a5.js → p-78086e86.js} +1 -1
  185. package/dist/components/{p-46ec5845.js → p-7b80651f.js} +1 -1
  186. package/dist/components/{p-34ed7a73.js → p-7fa7072d.js} +2 -2
  187. package/dist/components/{p-edac29ad.js → p-91cbfbb1.js} +2 -2
  188. package/dist/components/{p-b87bd975.js → p-96d517a7.js} +5 -5
  189. package/dist/components/{p-5579a90c.js → p-a52b0e92.js} +30 -12
  190. package/dist/components/{p-394a36af.js → p-bba3ee8c.js} +3 -3
  191. package/dist/components/{p-b45eb398.js → p-d5573b9a.js} +14 -14
  192. package/dist/components/{p-28f24feb.js → p-dbfe7218.js} +16 -16
  193. package/dist/components/{p-398198d3.js → p-e74c4841.js} +49 -7
  194. package/dist/components/{p-7aa9d49d.js → p-f0de2fa5.js} +8 -8
  195. package/dist/components/{p-d3a8c2ba.js → p-f836c3ed.js} +2 -2
  196. package/dist/components/{p-df77b97b.js → p-fbaf1165.js} +7 -11
  197. package/dist/esm/{f-cell-d72f5a9c.js → f-cell-0a43dfd3.js} +24 -19
  198. package/dist/esm/{f-chip-663db488.js → f-chip-d5f27ee2.js} +1 -1
  199. package/dist/esm/{f-object-field-afe7604f.js → f-object-field-6f759bf9.js} +2 -2
  200. package/dist/esm/{f-paginator-utils-b6924c55.js → f-paginator-utils-6d124369.js} +9 -7
  201. package/dist/esm/{f-text-field-40f1ad00.js → f-text-field-86dd8534.js} +2 -5
  202. package/dist/esm/index.js +1 -1
  203. package/dist/esm/ketchup.js +1 -1
  204. package/dist/esm/kup-accordion.entry.js +1 -1
  205. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  206. package/dist/esm/kup-autocomplete_30.entry.js +229 -106
  207. package/dist/esm/kup-box.entry.js +7 -7
  208. package/dist/esm/kup-calendar.entry.js +15 -8
  209. package/dist/esm/kup-card-list.entry.js +1 -1
  210. package/dist/esm/kup-cell.entry.js +5 -5
  211. package/dist/esm/kup-custom-task-list-header_4.entry.js +37 -19
  212. package/dist/esm/kup-dashboard.entry.js +2 -2
  213. package/dist/esm/{kup-data-table-helper-8f020338.js → kup-data-table-helper-7d5e4260.js} +8 -4
  214. package/dist/esm/kup-drawer.entry.js +1 -1
  215. package/dist/esm/kup-echart.entry.js +48 -6
  216. package/dist/esm/kup-editor.entry.js +1 -1
  217. package/dist/esm/kup-family-tree.entry.js +1 -1
  218. package/dist/esm/kup-gantt_10.entry.js +26 -26
  219. package/dist/esm/kup-grid.entry.js +1 -1
  220. package/dist/esm/kup-htm.entry.js +2 -2
  221. package/dist/esm/kup-iframe.entry.js +1 -1
  222. package/dist/esm/kup-input-panel.entry.js +169 -29
  223. package/dist/esm/kup-lazy.entry.js +12 -12
  224. package/dist/esm/kup-magic-box.entry.js +4 -4
  225. package/dist/esm/{kup-manager-b367be3b.js → kup-manager-2b06d829.js} +7 -11
  226. package/dist/esm/kup-nav-bar.entry.js +2 -2
  227. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  228. package/dist/esm/kup-object-field.entry.js +4 -4
  229. package/dist/esm/kup-pdf.entry.js +2 -2
  230. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  231. package/dist/esm/kup-planner.entry.js +3 -3
  232. package/dist/esm/kup-probe.entry.js +2 -2
  233. package/dist/esm/kup-qlik.entry.js +2 -2
  234. package/dist/esm/kup-snackbar.entry.js +2 -2
  235. package/dist/esm/kup-txt.entry.js +2 -2
  236. package/dist/esm/kup-typography-list.entry.js +2 -2
  237. package/dist/esm/kup-typography.entry.js +3 -3
  238. package/dist/esm/loader.js +1 -1
  239. package/dist/ketchup/index.esm.js +1 -1
  240. package/dist/ketchup/ketchup.esm.js +1 -1
  241. package/dist/ketchup/{p-b9350213.entry.js → p-00963efe.entry.js} +1 -1
  242. package/dist/ketchup/{p-62edfd5a.entry.js → p-045e7306.entry.js} +1 -1
  243. package/dist/ketchup/{p-8bc2888a.entry.js → p-0a93321f.entry.js} +1 -1
  244. package/dist/ketchup/{p-c0928fec.entry.js → p-1015f35b.entry.js} +1 -1
  245. package/dist/ketchup/{p-0666ba27.entry.js → p-179d9c32.entry.js} +2 -2
  246. package/dist/ketchup/{p-75deebdb.entry.js → p-17f69e68.entry.js} +1 -1
  247. package/dist/ketchup/{p-d49f1a0d.js → p-2bb6c663.js} +1 -1
  248. package/dist/ketchup/{p-ebf955a8.entry.js → p-2f626d6c.entry.js} +1 -1
  249. package/dist/ketchup/{p-9ff4c3e5.entry.js → p-39472246.entry.js} +1 -1
  250. package/dist/ketchup/{p-9c13c092.entry.js → p-3f7fec03.entry.js} +1 -1
  251. package/dist/ketchup/{p-26206b66.entry.js → p-425fab24.entry.js} +1 -1
  252. package/dist/ketchup/{p-51cc836a.js → p-43246def.js} +1 -1
  253. package/dist/ketchup/{p-4af4b7d3.entry.js → p-4c8480a1.entry.js} +1 -1
  254. package/dist/ketchup/p-4d3ae43b.entry.js +8 -0
  255. package/dist/ketchup/{p-941beedb.entry.js → p-4f380f49.entry.js} +1 -1
  256. package/dist/ketchup/p-514a0dfd.js +1 -0
  257. package/dist/ketchup/p-5f35bc3e.js +1 -0
  258. package/dist/ketchup/{p-d696e519.js → p-62b0efc0.js} +1 -1
  259. package/dist/ketchup/p-68929471.entry.js +1 -0
  260. package/dist/ketchup/{p-17b25b3d.entry.js → p-74035126.entry.js} +1 -1
  261. package/dist/ketchup/{p-c2531d28.entry.js → p-8a95b2a0.entry.js} +1 -1
  262. package/dist/ketchup/{p-ec1129bf.entry.js → p-9432bc02.entry.js} +1 -1
  263. package/dist/ketchup/{p-5bf264dd.entry.js → p-98fb85e5.entry.js} +1 -1
  264. package/dist/ketchup/p-a186678f.js +1 -0
  265. package/dist/ketchup/{p-4c8edfb1.entry.js → p-a301cd89.entry.js} +1 -1
  266. package/dist/ketchup/p-a34c1e3c.entry.js +1 -0
  267. package/dist/ketchup/p-b1371652.js +1 -0
  268. package/dist/ketchup/{p-fac09a35.entry.js → p-b1a9f499.entry.js} +1 -1
  269. package/dist/ketchup/{p-928adf93.entry.js → p-b5575d63.entry.js} +1 -1
  270. package/dist/ketchup/{p-4735c623.entry.js → p-beacc7fd.entry.js} +1 -1
  271. package/dist/ketchup/{p-6e6d3296.entry.js → p-bf5abe49.entry.js} +1 -1
  272. package/dist/ketchup/{p-b0550f15.entry.js → p-d022b77e.entry.js} +2 -2
  273. package/dist/ketchup/{p-32ced542.entry.js → p-d83f2153.entry.js} +1 -1
  274. package/dist/ketchup/{p-26a20d81.entry.js → p-e5022c5b.entry.js} +1 -1
  275. package/dist/ketchup/{p-def6d8b4.entry.js → p-e5f2da82.entry.js} +1 -1
  276. package/dist/ketchup/{p-f2bfb53c.entry.js → p-e6cad40c.entry.js} +1 -1
  277. package/dist/ketchup/{p-6b185239.entry.js → p-f9c3699f.entry.js} +1 -1
  278. package/dist/ketchup/p-f9d6a629.entry.js +16 -0
  279. package/dist/ketchup/{p-006b5782.entry.js → p-fd855732.entry.js} +1 -1
  280. package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +5 -1
  281. package/dist/types/components/kup-chip/kup-chip.d.ts +15 -15
  282. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +4 -1
  283. package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +1 -1
  284. package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +6 -1
  285. package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +38 -5
  286. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +2 -1
  287. package/dist/types/components.d.ts +65 -11
  288. package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +1 -0
  289. package/dist/types/utils/cell-utils.d.ts +3 -1
  290. package/package.json +4 -1
  291. package/dist/ketchup/p-058def11.entry.js +0 -1
  292. package/dist/ketchup/p-29c07479.entry.js +0 -8
  293. package/dist/ketchup/p-2e012afe.js +0 -1
  294. package/dist/ketchup/p-43bfca60.entry.js +0 -16
  295. package/dist/ketchup/p-8be7a37f.js +0 -1
  296. package/dist/ketchup/p-b39c7a22.js +0 -1
  297. package/dist/ketchup/p-c109ce22.js +0 -1
  298. package/dist/ketchup/p-eb771c1b.entry.js +0 -1
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-ef8cbd35.js';
2
- import { d as defineCustomElement$2 } from './p-d3a8c2ba.js';
3
- import { d as defineCustomElement$1 } from './p-394a36af.js';
2
+ import { d as defineCustomElement$2 } from './p-f836c3ed.js';
3
+ import { d as defineCustomElement$1 } from './p-bba3ee8c.js';
4
4
 
5
5
  const TaskGantt = /*@__PURE__*/ proxyCustomElement(class TaskGantt extends H {
6
6
  constructor() {
@@ -39,12 +39,12 @@ const TaskGantt = /*@__PURE__*/ proxyCustomElement(class TaskGantt extends H {
39
39
  }
40
40
  render() {
41
41
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
42
- return (h("div", { key: 'd73a31dca4e8ee110fe81d77e11a95ff30eb8919', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, 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 }), h("div", { key: '9ddbbe390f6d0f7821f9afd8546fab7daea1de00', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
42
+ return (h("div", { key: '149b218ceb53348f58ddc834cf2a31accb4be9ea', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, 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 }), h("div", { key: 'e85f2ce4aaabbcbd3e1bd070836164818c6b3227', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
43
43
  ? {
44
44
  height: `${this.ganttHeight}px`,
45
45
  width: `${this.gridProps.svgWidth}px`,
46
46
  }
47
- : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '1e862f583de2fc4ced91edd3fcd8c72a21b8a99a' }, newBarProps)))));
47
+ : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '7444e2d31c716d88d97f50dcf85b94da6a006cae' }, newBarProps)))));
48
48
  }
49
49
  get rootElement() { return this; }
50
50
  static get watchers() { return {
@@ -1,8 +1,8 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-ef8cbd35.js';
2
2
  import { K as KUP_PLANNER_MAIN_GANTT_ID } from './p-a0eeacbd.js';
3
3
  import { a as KupDates } from './p-9d9181cf.js';
4
- import { d as defineCustomElement$2 } from './p-af0a6cfe.js';
5
- import { d as defineCustomElement$1 } from './p-5579a90c.js';
4
+ import { d as defineCustomElement$2 } from './p-47eafd24.js';
5
+ import { d as defineCustomElement$1 } from './p-a52b0e92.js';
6
6
 
7
7
  const columnWidthForTimeUnit = (timeUnit) => {
8
8
  switch (timeUnit) {
@@ -429,7 +429,7 @@ const seedDates = (startDate, endDate, viewMode) => {
429
429
  return dates;
430
430
  };
431
431
 
432
- const kupTaskListCss = ".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}.tasks{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);padding:var(--kup-space-05);margin-right:var(--kup-space-05)}.taskListWrapper{display:table;border-bottom:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.taskListTableRow{display:table-row;text-overflow:ellipsis}.taskListCell{display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taskListNameWrapper{display:flex}.taskListExpander{color:rgb(86, 86, 86);font-size:0.6rem;padding:0.15rem 0.2rem 0 0.2rem;user-select:none;cursor:pointer}.taskListEmptyExpander{font-size:0.6rem;padding-left:1rem;user-select:none}.ganttTable{display:table;border-bottom:#e6e4e4 1px solid;border-top:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.ganttTable_Header{display:table-row;list-style:none}.ganttTable_HeaderSeparator{border-right:1px solid rgb(196, 196, 196);opacity:1;margin-left:-2px}.ganttTable_HeaderItem{display:table-cell;vertical-align:-webkit-baseline-middle;vertical-align:middle}";
432
+ const kupTaskListCss = ".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}.tasks{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);padding:var(--kup-space-05);margin-right:var(--kup-space-05);min-width:25%}.taskListWrapper{display:table;border-bottom:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.taskListTableRow{display:table-row;text-overflow:ellipsis}.taskListCell{display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taskListNameWrapper{display:flex}.taskListExpander{color:rgb(86, 86, 86);font-size:0.6rem;padding:0.15rem 0.2rem 0 0.2rem;user-select:none;cursor:pointer}.taskListEmptyExpander{font-size:0.6rem;padding-left:1rem;user-select:none}.ganttTable{display:table;border-bottom:#e6e4e4 1px solid;border-top:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.ganttTable_Header{display:table-row;list-style:none}.ganttTable_HeaderSeparator{border-right:1px solid rgb(196, 196, 196);opacity:1;margin-left:-2px}.ganttTable_HeaderItem{display:table-cell;vertical-align:-webkit-baseline-middle;vertical-align:middle}";
433
433
  const KupTaskListStyle0 = kupTaskListCss;
434
434
 
435
435
  const TaskList = /*@__PURE__*/ proxyCustomElement(class TaskList extends H {
@@ -519,7 +519,7 @@ const TaskList = /*@__PURE__*/ proxyCustomElement(class TaskList extends H {
519
519
  if (TaskListTable && TaskListTable['$attrs$']) {
520
520
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
521
521
  }
522
- return (h("div", { key: 'ccebe0409ed60287db6a04a2c0602fd3dd100c3b', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), h("div", { key: '69b9fb585a4e13f3a809238f32ed30b0f1d2066a', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
522
+ return (h("div", { key: '5b64f23e2882b1060b86c68f72b86885219fe96d', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), h("div", { key: '160e599103d0a815e4363e0baeb99c27e0a804fb', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
523
523
  ? { height: this.ganttHeight + 'px' }
524
524
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
525
525
  let row = getProjectById(id, this.currentTasks);
@@ -22,7 +22,7 @@ const KupSwitcher = /*@__PURE__*/ proxyCustomElement(class KupSwitcher extends H
22
22
  this.activeButton = mode;
23
23
  this.timeUnitChange(mode);
24
24
  };
25
- return (h("div", { key: '21500b455d0cc89aa7c787c372a390dd9711195f', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
25
+ return (h("div", { key: '69318d1150aa4d819bd02d27b6fd1b77ddc25d0e', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
26
26
  button: true,
27
27
  buttonActive: this.activeButton === label,
28
28
  }, onClick: () => handleButtonClick(label) }, h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -13,7 +13,7 @@ const StandardTooltipContent = /*@__PURE__*/ proxyCustomElement(class StandardTo
13
13
  this.fontFamily = undefined;
14
14
  }
15
15
  render() {
16
- return (h("div", { key: 'e12cbc7242215c9f9e76d3b19ba5b8bbc116e1a7', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: '6239efccbfd8ea790f1cc30ca5c5ed847124e3a0', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (h("p", { key: '28ba0cd9397173f011081a0e1b774b6259ded9a8', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: 'bdacdea774a87ef344f6b07361e53b79cc3e8516', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
16
+ return (h("div", { key: '089e9cfa6d9236e99b78618b1c477b4b45d68b6c', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, 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 && (h("p", { key: 'f5c5fa4c29207f403785e57e7de8d119cd20899b', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: '2bbf90f106ac085ed28e8b940d92fff7b8fa86bd', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
17
17
  }
18
18
  static get style() { return KupStandardTooltipStyle0; }
19
19
  }, [1, "kup-standard-tooltip", {
@@ -37,11 +37,11 @@ const KupVerticalScroll = /*@__PURE__*/ proxyCustomElement(class KupVerticalScro
37
37
  };
38
38
  }
39
39
  render() {
40
- return (h("div", { key: 'aaf2623339012ffb223563f273e32bf47c7390f6', style: {
40
+ return (h("div", { key: '941c4a3cdbf82645a714eba63f33c6a813771da4', style: {
41
41
  height: `${this.ganttHeight}px`,
42
42
  marginTop: `${this.headerHeight}px`,
43
43
  marginLeft: this.rtl ? '' : '-1rem',
44
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: '22b00662319acb2b45838e4f3370aec724577e57', style: {
44
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: 'f97c24906454df30d9ec04cd8ef5081469e97dce', style: {
45
45
  height: `${this.ganttFullHeight}px`,
46
46
  width: '1px',
47
47
  } })));
@@ -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$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-c061deb1.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './p-fbaf1165.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-5aea1707.js';
4
4
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './p-5882e117.js';
5
5
 
6
6
  var toastuiEditor = {exports: {}};
@@ -60,20 +60,20 @@ const HorizontalScroll = /*@__PURE__*/ proxyCustomElement(class HorizontalScroll
60
60
  var _a, _b;
61
61
  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
62
62
  const width = +this.listCellWidth.replace('px', '');
63
- return (h(Fragment, { key: 'fb206cf716ee8d98be3d4207340a8acf7bb1eabe' }, h("div", { key: 'c064d07c7c591ab138e14fd0ab68f8251460b202', class: "scroll-container" }, this.scrollableTaskList &&
64
- this.taskListScrollWidth > width && (h("div", { key: '2f97f345f20ba4843e60534d4716b2252b2de297', dir: "ltr", style: {
63
+ return (h(Fragment, { key: 'a1de0371e5f6db61fa0d2cfdd4f2072799d490f3' }, h("div", { key: 'eaa300f7e8ccc68935482c59022ed81027c2eb62', class: "scroll-container" }, this.scrollableTaskList &&
64
+ this.taskListScrollWidth > width && (h("div", { key: '234a646226e466d2d629afa3eb223676f1c4c291', dir: "ltr", style: {
65
65
  margin: this.rtl
66
66
  ? `0px 20px 0px 20px`
67
67
  : `0px 20px 0px 20px`,
68
68
  maxWidth: `${width + 20}px`,
69
69
  minWidth: `${width + 20}px`,
70
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: '10644e475d8b633071429046a8c7356942f17db4', style: {
70
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: '8fc96a9408d05d7e6106de2e37cdc5c97966aaab', style: {
71
71
  width: `${this.taskListScrollWidth}px`,
72
- }, class: "scroll" }))), h("div", { key: 'b8e0948e0db48509ae98a05d0c148220ece705ff', dir: "ltr", style: {
72
+ }, class: "scroll" }))), h("div", { key: '6246de0f7f602ee5de894d14dd1b06a13beb3ad1', dir: "ltr", style: {
73
73
  margin: this.rtl
74
74
  ? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
75
75
  : `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
76
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: '72c55a42446f7dd04e94e300ac930dc146162978', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
76
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: '356cb5a2da83d6811866404b19ac02d917edc065', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
77
77
  }
78
78
  get rootElement() { return this; }
79
79
  static get watchers() { return {
@@ -33,17 +33,25 @@ const KupCustomTaskListTable = /*@__PURE__*/ proxyCustomElement(class KupCustomT
33
33
  }
34
34
  updateTaskListScroll() {
35
35
  this.projectWrapperRef &&
36
- (this.projectWrapperRef.parentElement.scrollLeft = this.taskListScrollX);
36
+ (this.projectWrapperRef.parentElement.scrollLeft =
37
+ this.taskListScrollX);
37
38
  }
38
39
  render() {
40
+ var _a;
39
41
  const kupDates = new KupDates();
40
42
  const scrollableStyle = {};
41
43
  if (this.scrollableTaskList) {
42
44
  scrollableStyle['width'] = this.rowWidth;
43
45
  }
44
- const spansToShow = this.tasks.reduce((prev, curr) => {
45
- return prev.valuesToShow.length > curr.valuesToShow.length ? prev : curr;
46
- }).valuesToShow.length + 1;
46
+ const spansToShow = this.tasks && this.tasks.length > 0
47
+ ? ((_a = this.tasks.reduce((prev, curr) => {
48
+ var _a, _b;
49
+ return ((_a = prev.valuesToShow) === null || _a === void 0 ? void 0 : _a.length) >
50
+ ((_b = curr.valuesToShow) === null || _b === void 0 ? void 0 : _b.length)
51
+ ? prev
52
+ : curr;
53
+ }).valuesToShow) === null || _a === void 0 ? void 0 : _a.length) + 1 || 1
54
+ : 1;
47
55
  return (h("div", { class: `container ${this.scrollableTaskList ? 'scrollable' : ''}`, style: scrollableStyle }, h("div", { class: "project-wrapper", ref: (el) => (this.projectWrapperRef = el) }, this.tasks.map((task) => {
48
56
  var _a, _b, _c, _d;
49
57
  return (h(Fragment, null, task.type === 'project' ? (h("div", { class: "project", style: {
@@ -67,10 +75,14 @@ const KupCustomTaskListTable = /*@__PURE__*/ proxyCustomElement(class KupCustomT
67
75
  ? kupDates.formatToLocaleSimple(task.start)
68
76
  : v === '#END#'
69
77
  ? kupDates.formatToLocaleSimple(task.end)
70
- : v))), this.scrollableTaskList && spansToShow > task.valuesToShow.length && ((() => {
71
- const spansToIterate = createArrayFromNum(spansToShow - task.valuesToShow.length);
72
- return (spansToIterate.map((element) => (h("span", { key: element }))));
73
- })()))) : task.type === 'task' ? (h("div", { class: "subrow", style: {
78
+ : v))), this.scrollableTaskList &&
79
+ spansToShow >
80
+ task.valuesToShow.length &&
81
+ (() => {
82
+ const spansToIterate = createArrayFromNum(spansToShow -
83
+ task.valuesToShow.length);
84
+ return spansToIterate.map((element) => (h("span", { key: element })));
85
+ })())) : task.type === 'task' ? (h("div", { class: "subrow", style: {
74
86
  height: `${this.rowHeight}px`,
75
87
  width: this.rowWidth,
76
88
  fontFamily: this.fontFamily,
@@ -102,10 +114,16 @@ const KupCustomTaskListTable = /*@__PURE__*/ proxyCustomElement(class KupCustomT
102
114
  ? kupDates.formatToLocaleSimple(task.start)
103
115
  : v === '#END#'
104
116
  ? kupDates.formatToLocaleSimple(task.end)
105
- : v))), this.scrollableTaskList && spansToShow > task.valuesToShow.length && ((() => {
106
- const spansToIterate = createArrayFromNum(spansToShow - task.valuesToShow.length - 1);
107
- return (spansToIterate.map((element) => (h("span", { key: element }))));
108
- })()))) : ((() => {
117
+ : v))), this.scrollableTaskList &&
118
+ spansToShow >
119
+ task.valuesToShow.length &&
120
+ (() => {
121
+ const spansToIterate = createArrayFromNum(spansToShow -
122
+ task.valuesToShow
123
+ .length -
124
+ 1);
125
+ return spansToIterate.map((element) => (h("span", { key: element })));
126
+ })())) : ((() => {
109
127
  var _a;
110
128
  let str = '';
111
129
  for (let i = 0; i < task.valuesToShow.length; i++) {
@@ -1402,13 +1402,13 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
1402
1402
  // }
1403
1403
  tickX += this.columnWidth;
1404
1404
  }
1405
- return (h("svg", { key: '5ec57c1b12767c30d9bf5dff548063223f9dd865', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: 'c4ea086a80c8bdb9af3f1c5412d8a21bfbe0d8c2', class: "grid" }, h("g", { key: '4d5fca83f9c9773ace27ca73de0c31a260de6bf4', class: "rows" }, gridRows), h("g", { key: '866826ab5d44f8432505188975335992055749ef', class: "rowLines" }, rowLines), h("g", { key: '1ac3f9ebdc169f26ef80e1fcf32e07852fb82a53', class: "ticks" }, ticks)), h("g", { key: 'e609b944f5eb7cbb0ab0a76ad587bf9f0d9e9c34', class: "content" }, this.currentDateIndicator && (h("rect", { key: 'c92ca47c32edfcad7a4838f81e0b3b24952110e5', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: 'f4442a4e3f6ac41a61ba2638996f6997f43a295e', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '343047f0b4e4001616bdc8ae187a220f6c612df7', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1405
+ return (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) }, h("g", { key: '8457770216910c3ac143ef21abaf8ac3af292d80', class: "grid" }, h("g", { key: 'eb4fa2b2561b38678bd76652c4b29257c83e9673', class: "rows" }, gridRows), h("g", { key: '467972ed8379d0d81f9cd093f5290426551da51a', class: "rowLines" }, rowLines), h("g", { key: '0a3e0808f240aacc430a462281defa95f0490542', class: "ticks" }, ticks)), h("g", { key: '46e17c947f42fad3546158f68d27177c5ddf11cb', class: "content" }, this.currentDateIndicator && (h("rect", { key: '4c4674f8d1137b3fb7f71e7321975ce35e677af4', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (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" })), h("g", { key: '04d8f68e95536914c109b253dc5c3e12f60f975b', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1406
1406
  return task.barChildren.map((child) => {
1407
1407
  if (task.type !== 'timeline') {
1408
1408
  this.renderKupArrow(task, child);
1409
1409
  }
1410
1410
  });
1411
- })), h("g", { key: '8b6fad21ec6778cec66ab08111472c6d5c6c8cb2', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1411
+ })), h("g", { key: 'e5824ca36bfb53ad9a52cfcac9507c91b86b7c43', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1412
1412
  const forbidResize = task.type === 'project';
1413
1413
  return (h("g", { onKeyDown: (e) => {
1414
1414
  switch (e.key) {
@@ -1468,7 +1468,7 @@ const KupGridRenderer = /*@__PURE__*/ proxyCustomElement(class KupGridRenderer e
1468
1468
  return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
1469
1469
  }
1470
1470
  })()));
1471
- }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '46e057472af12f861f49755ca0635cf52178f653', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1471
+ }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: 'f970fe6a4ac6e192f5fc012f39a027866fdfa6cf', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1472
1472
  }
1473
1473
  static get watchers() { return {
1474
1474
  "columnWidth": ["updateXStep"],
@@ -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-75cc2a0e.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';
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';
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
+ import { d as defineCustomElement$b } from './p-a52b0e92.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-f0de2fa5.js';
12
+ import { d as defineCustomElement$3 } from './p-168b2e98.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 {
@@ -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-75cc2a0e.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';
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';
7
+ import { d as defineCustomElement$e } from './p-47eafd24.js';
8
+ import { d as defineCustomElement$d } from './p-a52b0e92.js';
9
+ import { d as defineCustomElement$c } from './p-d5573b9a.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-f0de2fa5.js';
16
+ import { d as defineCustomElement$3 } from './p-168b2e98.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) => {
@@ -1,6 +1,6 @@
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, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-df77b97b.js';
3
- import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-c061deb1.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-fbaf1165.js';
3
+ import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, D as defineCustomElement$t, E as defineCustomElement$u } from './p-5aea1707.js';
4
4
 
5
5
  /*! *****************************************************************************
6
6
  Copyright (c) Microsoft Corporation.
@@ -84567,7 +84567,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
84567
84567
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
84568
84568
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
84569
84569
  };
84570
- 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;
84570
+ 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;
84571
84571
  const KupEchart = /*@__PURE__*/ proxyCustomElement(class KupEchart extends H {
84572
84572
  constructor() {
84573
84573
  super();
@@ -84689,7 +84689,7 @@ const KupEchart = /*@__PURE__*/ proxyCustomElement(class KupEchart extends H {
84689
84689
  '--kup_echart_height': this.sizeY ? this.sizeY : '100%',
84690
84690
  '--kup_echart_width': this.sizeX ? this.sizeX : '100%',
84691
84691
  };
84692
- return (h(Host, { key: '54172a06b4c9fa2b4b14aa2cedf1002ee6ba535c', style: style }, h("style", { key: 'c88e6cd2781d7bf5a9d0fbb2ce6f95b3da037bbf' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd6464aff5fcaa909b91b642b5c22d2115f474fd4', id: componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84692
+ return (h(Host, { key: '6695df3d157839e237b73df89f56dd438240739a', style: style }, h("style", { key: 'f645db394d2d0fc02d027e7958eaf9266be71a1d' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '8cc220551d3cee74babf45104cfa3409b2107ec1', id: componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84693
84693
  }
84694
84694
  disconnectedCallback() {
84695
84695
  var _a;
@@ -85821,6 +85821,50 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85821
85821
  });
85822
85822
  break;
85823
85823
  }
85824
+ }, _KupEchart_buildResponsiveAxisLabel = function _KupEchart_buildResponsiveAxisLabel(x, pxPerChr = 7) {
85825
+ const rootH = this.rootElement.clientHeight;
85826
+ const rootW = this.rootElement.clientWidth;
85827
+ const slots = x.length; // number of categories
85828
+ const slotW = Math.max(rootW / slots, 1); // px available per label
85829
+ const longestChr = Math.max(...x.map((l) => l.length));
85830
+ const longestPx = longestChr * pxPerChr; // rough pixel length
85831
+ const fitsFlat = longestPx <= slotW * 0.9;
85832
+ if (fitsFlat) {
85833
+ return { interval: 0, rotate: 0 };
85834
+ }
85835
+ let charLimit = 0;
85836
+ if (rootH < 200) {
85837
+ charLimit = 10;
85838
+ }
85839
+ else if (rootH < 400) {
85840
+ charLimit = 15;
85841
+ }
85842
+ else if (rootW < 400) {
85843
+ charLimit = 15;
85844
+ }
85845
+ else if (rootW < 600) {
85846
+ charLimit = 20;
85847
+ }
85848
+ else if (rootW < 800) {
85849
+ charLimit = 30;
85850
+ }
85851
+ else {
85852
+ charLimit = 40;
85853
+ }
85854
+ const toolong = longestChr > charLimit;
85855
+ if (!toolong) {
85856
+ const fitsTilt = longestPx <= slotW * 1.4;
85857
+ if (fitsTilt) {
85858
+ return { interval: 0, rotate: 22.5 };
85859
+ }
85860
+ }
85861
+ const clampW = Math.max(Math.floor(rootW / charLimit), 1);
85862
+ return {
85863
+ interval: 0,
85864
+ rotate: 22.5,
85865
+ width: clampW,
85866
+ overflow: 'truncate',
85867
+ };
85824
85868
  }, _KupEchart_setOptions = function _KupEchart_setOptions() {
85825
85869
  var _a;
85826
85870
  const x = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createX).call(this);
@@ -85879,9 +85923,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
85879
85923
  tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (params) => {
85880
85924
  return `<b>${params.name}</b><br/>${params.seriesName}: <b>${params.value}</b>`;
85881
85925
  } }),
85882
- 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: {
85883
- formatter: axisLabelFormatter,
85884
- } }), this.xAxis),
85926
+ 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),
85885
85927
  yAxis,
85886
85928
  grid: { show: true, containLabel: true },
85887
85929
  };
@@ -1,6 +1,6 @@
1
1
  import { p as proxyCustomElement, H, h } from './p-ef8cbd35.js';
2
2
 
3
- const kupTaskListCss = ".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}.tasks{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);padding:var(--kup-space-05);margin-right:var(--kup-space-05)}.taskListWrapper{display:table;border-bottom:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.taskListTableRow{display:table-row;text-overflow:ellipsis}.taskListCell{display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taskListNameWrapper{display:flex}.taskListExpander{color:rgb(86, 86, 86);font-size:0.6rem;padding:0.15rem 0.2rem 0 0.2rem;user-select:none;cursor:pointer}.taskListEmptyExpander{font-size:0.6rem;padding-left:1rem;user-select:none}.ganttTable{display:table;border-bottom:#e6e4e4 1px solid;border-top:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.ganttTable_Header{display:table-row;list-style:none}.ganttTable_HeaderSeparator{border-right:1px solid rgb(196, 196, 196);opacity:1;margin-left:-2px}.ganttTable_HeaderItem{display:table-cell;vertical-align:-webkit-baseline-middle;vertical-align:middle}";
3
+ const kupTaskListCss = ".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}.tasks{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);padding:var(--kup-space-05);margin-right:var(--kup-space-05);min-width:25%}.taskListWrapper{display:table;border-bottom:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.taskListTableRow{display:table-row;text-overflow:ellipsis}.taskListCell{display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taskListNameWrapper{display:flex}.taskListExpander{color:rgb(86, 86, 86);font-size:0.6rem;padding:0.15rem 0.2rem 0 0.2rem;user-select:none;cursor:pointer}.taskListEmptyExpander{font-size:0.6rem;padding-left:1rem;user-select:none}.ganttTable{display:table;border-bottom:#e6e4e4 1px solid;border-top:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.ganttTable_Header{display:table-row;list-style:none}.ganttTable_HeaderSeparator{border-right:1px solid rgb(196, 196, 196);opacity:1;margin-left:-2px}.ganttTable_HeaderItem{display:table-cell;vertical-align:-webkit-baseline-middle;vertical-align:middle}";
4
4
  const KupTaskListHeaderStyle0 = kupTaskListCss;
5
5
 
6
6
  const KupTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupTaskListHeader extends H {
@@ -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
  }
@@ -316,11 +316,11 @@ const KupGanttCalendar = /*@__PURE__*/ proxyCustomElement(class KupGanttCalendar
316
316
  this.simplifiedHeader =
317
317
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
318
318
  const [topValues, bottomValues] = this.getTopAndBottomValues();
319
- return (h("svg", { key: '6969f03c8f75737ce4c42469a456069d0e3ced67', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: 'c77177ccec8559de2e61d59b3fe235843af260ab', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, 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
319
+ return (h("svg", { key: '746671a52e6654cd1ff1789c76e25d0aa8f3905b', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: '74a463a10c7124779eb5aa313bca389591fc131b', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, 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
320
320
  ? topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
321
321
  : topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
322
322
  // current date indicator
323
- h("circle", { key: '90b8cd4be3694ab5827a64b8bc1b66da57e0c316', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
323
+ h("circle", { key: '40cca30be82870be76d4ceaba428bf91bca3d515', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
324
324
  }
325
325
  static get style() { return KupGanttCalendarStyle0; }
326
326
  }, [0, "kup-gantt-calendar", {