@sme.up/ketchup 9.6.2 → 9.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/dist/cjs/{f-button-4c346ca8.js → f-button-89de2403.js} +2 -2
  2. package/dist/cjs/{f-cell-8f3d12fd.js → f-cell-75dbd6eb.js} +31 -9
  3. package/dist/cjs/{f-checkbox-bfa92ebe.js → f-checkbox-1fa28e76.js} +1 -1
  4. package/dist/cjs/{f-chip-a6c800be.js → f-chip-08857345.js} +3 -3
  5. package/dist/cjs/{f-image-40476fa6.js → f-image-a41d7f1e.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-c652ceaa.js → f-paginator-utils-ff07301e.js} +7 -4
  7. package/dist/cjs/{f-text-field-1f77ef23.js → f-text-field-eb207a83.js} +2 -2
  8. package/dist/cjs/{index-db0a6be6.js → index-958d0399.js} +21 -26
  9. package/dist/cjs/index.cjs.js +3 -3
  10. package/dist/cjs/ketchup.cjs.js +3 -3
  11. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  12. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +86 -85
  13. package/dist/cjs/kup-box.cjs.entry.js +60 -20
  14. package/dist/cjs/kup-calendar.cjs.entry.js +7 -7
  15. package/dist/cjs/kup-card-list.cjs.entry.js +4 -4
  16. package/dist/cjs/kup-cell.cjs.entry.js +10 -10
  17. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +13 -13
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +8 -8
  19. package/dist/cjs/{kup-dates-4aa560f0.js → kup-dates-e22ee32c.js} +46 -8
  20. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  21. package/dist/cjs/kup-echart.cjs.entry.js +4 -4
  22. package/dist/cjs/kup-editor.cjs.entry.js +3 -3
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +37 -31
  25. package/dist/cjs/kup-grid.cjs.entry.js +4 -4
  26. package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
  27. package/dist/cjs/kup-image-list.cjs.entry.js +138 -50
  28. package/dist/cjs/kup-input-panel.cjs.entry.js +298 -0
  29. package/dist/cjs/kup-lazy.cjs.entry.js +15 -15
  30. package/dist/cjs/kup-magic-box.cjs.entry.js +8 -8
  31. package/dist/cjs/{kup-manager-08f1585b.js → kup-manager-abfe4ddd.js} +639 -33
  32. package/dist/cjs/kup-nav-bar.cjs.entry.js +5 -5
  33. package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
  34. package/dist/cjs/kup-pdf.cjs.entry.js +76600 -0
  35. package/dist/cjs/kup-photo-frame.cjs.entry.js +6 -6
  36. package/dist/cjs/{kup-planner-renderer-helper-f0c869d7.js → kup-planner-renderer-helper-9f776d6e.js} +3 -23
  37. package/dist/cjs/kup-planner-renderer.cjs.entry.js +13 -6
  38. package/dist/cjs/kup-planner.cjs.entry.js +12 -6
  39. package/dist/cjs/kup-probe.cjs.entry.js +4 -4
  40. package/dist/cjs/kup-qlik.cjs.entry.js +5 -5
  41. package/dist/cjs/kup-snackbar.cjs.entry.js +7 -7
  42. package/dist/cjs/loader.cjs.js +2 -2
  43. package/dist/collection/assets/data-table.js +7 -2
  44. package/dist/collection/assets/image-list.js +20 -0
  45. package/dist/collection/assets/index.js +12 -0
  46. package/dist/collection/assets/input-panel.js +249 -0
  47. package/dist/collection/assets/pdf.js +15 -0
  48. package/dist/collection/assets/planner-example-6.js +983 -0
  49. package/dist/collection/collection-manifest.json +3 -1
  50. package/dist/collection/components/kup-accordion/kup-accordion.css +128 -0
  51. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +128 -0
  52. package/dist/collection/components/kup-badge/kup-badge.css +128 -0
  53. package/dist/collection/components/kup-box/kup-box.css +128 -0
  54. package/dist/collection/components/kup-box/kup-box.js +49 -9
  55. package/dist/collection/components/kup-button/kup-button.css +128 -0
  56. package/dist/collection/components/kup-button-list/kup-button-list.css +128 -0
  57. package/dist/collection/components/kup-calendar/kup-calendar.css +128 -0
  58. package/dist/collection/components/kup-card/kup-card.css +128 -0
  59. package/dist/collection/components/kup-card-list/kup-card-list.css +128 -0
  60. package/dist/collection/components/kup-cell/kup-cell.css +128 -0
  61. package/dist/collection/components/kup-chart/kup-chart.css +128 -0
  62. package/dist/collection/components/kup-checkbox/kup-checkbox.css +128 -0
  63. package/dist/collection/components/kup-chip/kup-chip.css +128 -0
  64. package/dist/collection/components/kup-color-picker/kup-color-picker.css +128 -0
  65. package/dist/collection/components/kup-combobox/kup-combobox.css +128 -0
  66. package/dist/collection/components/kup-dashboard/kup-dashboard.css +128 -0
  67. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  68. package/dist/collection/components/kup-data-table/kup-data-table.css +133 -0
  69. package/dist/collection/components/kup-data-table/kup-data-table.js +28 -9
  70. package/dist/collection/components/kup-date-picker/kup-date-picker.css +128 -0
  71. package/dist/collection/components/kup-dialog/kup-dialog.css +128 -0
  72. package/dist/collection/components/kup-drawer/kup-drawer.css +128 -0
  73. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +128 -0
  74. package/dist/collection/components/kup-echart/kup-echart.css +128 -0
  75. package/dist/collection/components/kup-family-tree/kup-family-tree.css +128 -0
  76. package/dist/collection/components/kup-form/kup-form.css +128 -0
  77. package/dist/collection/components/kup-gauge/kup-gauge.css +128 -0
  78. package/dist/collection/components/kup-grid/kup-grid.css +128 -0
  79. package/dist/collection/components/kup-iframe/kup-iframe.css +128 -0
  80. package/dist/collection/components/kup-image/kup-image.css +128 -0
  81. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +2 -0
  82. package/dist/collection/components/kup-image-list/kup-image-list.css +158 -18
  83. package/dist/collection/components/kup-image-list/kup-image-list.js +175 -46
  84. package/dist/collection/components/kup-input-panel/kup-input-panel-declarations.js +8 -0
  85. package/dist/collection/components/kup-input-panel/kup-input-panel.css +132 -0
  86. package/dist/collection/components/kup-input-panel/kup-input-panel.e2e.js +305 -0
  87. package/dist/collection/components/kup-input-panel/kup-input-panel.js +522 -0
  88. package/dist/collection/components/kup-lazy/kup-lazy.css +128 -0
  89. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  90. package/dist/collection/components/kup-list/kup-list.css +128 -0
  91. package/dist/collection/components/kup-list/kup-list.js +1 -1
  92. package/dist/collection/components/kup-magic-box/kup-magic-box.css +128 -0
  93. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  94. package/dist/collection/components/kup-nav-bar/kup-nav-bar.css +128 -0
  95. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  96. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +128 -0
  97. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  98. package/dist/collection/components/kup-pdf/kup-pdf-declarations.js +8 -0
  99. package/dist/collection/components/kup-pdf/kup-pdf.css +169 -0
  100. package/dist/collection/components/kup-pdf/kup-pdf.js +262 -0
  101. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +128 -0
  102. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  103. package/dist/collection/components/kup-planner/kup-planner.css +128 -0
  104. package/dist/collection/components/kup-planner/kup-planner.js +7 -1
  105. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  106. package/dist/collection/components/kup-planner/utils/custom-task-list-header.module.css +128 -0
  107. package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
  108. package/dist/collection/components/kup-planner/utils/gantt-table.module.css +128 -0
  109. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.css +128 -0
  110. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +29 -2
  111. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.css +128 -0
  112. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
  113. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.css +128 -0
  114. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
  115. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +128 -0
  116. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +2 -2
  117. package/dist/collection/components/kup-planner/utils/kup-planner-renderer-helper.js +2 -22
  118. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +37 -4
  119. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.css +128 -0
  120. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  121. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  122. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  123. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  124. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.css +128 -0
  125. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  126. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  127. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.css +128 -0
  128. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  129. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +128 -0
  130. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  131. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  132. package/dist/collection/components/kup-progress-bar/kup-progress-bar.css +128 -0
  133. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  134. package/dist/collection/components/kup-qlik/kup-qlik.css +128 -0
  135. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  136. package/dist/collection/components/kup-radio/kup-radio.css +128 -0
  137. package/dist/collection/components/kup-rating/kup-rating.css +128 -0
  138. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  139. package/dist/collection/components/kup-snackbar/kup-snackbar.css +128 -0
  140. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  141. package/dist/collection/components/kup-spinner/kup-spinner.css +128 -0
  142. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  143. package/dist/collection/components/kup-switch/kup-switch.css +128 -0
  144. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  145. package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +128 -0
  146. package/dist/collection/components/kup-text-field/kup-text-field.css +128 -0
  147. package/dist/collection/components/kup-time-picker/kup-time-picker.css +128 -0
  148. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  149. package/dist/collection/components/kup-tree/kup-tree.css +128 -0
  150. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
  151. package/dist/collection/f-components/f-cell/f-cell.js +25 -2
  152. package/dist/collection/f-components/f-paginator/f-paginator.js +3 -0
  153. package/dist/collection/managers/kup-dates/kup-dates.js +18 -8
  154. package/dist/collection/managers/kup-interact/kup-interact.js +7 -0
  155. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +7 -0
  156. package/dist/collection/types/GenericTypes.js +1 -0
  157. package/dist/collection/utils/cell-utils.js +2 -2
  158. package/dist/components/custom-task-list-header.js +3 -3
  159. package/dist/components/custom-task-list-table.js +2 -2
  160. package/dist/components/kup-accordion.js +1 -1
  161. package/dist/components/kup-autocomplete2.js +105 -78
  162. package/dist/components/kup-box2.js +51 -11
  163. package/dist/components/kup-calendar.js +2 -2
  164. package/dist/components/kup-card-list.js +1 -1
  165. package/dist/components/kup-cell.js +2 -2
  166. package/dist/components/kup-dashboard.js +2 -2
  167. package/dist/components/kup-dates.js +45 -9
  168. package/dist/components/kup-drawer.js +1 -1
  169. package/dist/components/kup-echart2.js +2 -2
  170. package/dist/components/kup-family-tree.js +1 -1
  171. package/dist/components/kup-gantt-calendar2.js +2 -2
  172. package/dist/components/kup-gantt2.js +11 -4
  173. package/dist/components/kup-grid-renderer2.js +3 -3
  174. package/dist/components/kup-grid2.js +2 -2
  175. package/dist/components/kup-horizontal-scroll2.js +3 -3
  176. package/dist/components/kup-iframe.js +2 -2
  177. package/dist/components/kup-image-list.js +132 -42
  178. package/dist/components/kup-input-panel.d.ts +11 -0
  179. package/dist/components/kup-input-panel.js +449 -0
  180. package/dist/components/kup-lazy.js +12 -12
  181. package/dist/components/kup-magic-box.js +5 -5
  182. package/dist/components/kup-manager.js +638 -32
  183. package/dist/components/kup-nav-bar.js +2 -2
  184. package/dist/components/kup-numeric-picker.js +3 -3
  185. package/dist/components/kup-pdf.d.ts +11 -0
  186. package/dist/components/kup-pdf.js +76756 -0
  187. package/dist/components/kup-photo-frame.js +3 -3
  188. package/dist/components/kup-planner-renderer-helper.js +2 -22
  189. package/dist/components/kup-planner-renderer2.js +12 -4
  190. package/dist/components/kup-planner.js +8 -2
  191. package/dist/components/kup-probe.js +1 -1
  192. package/dist/components/kup-qlik.js +2 -2
  193. package/dist/components/kup-snackbar.js +2 -2
  194. package/dist/components/kup-standard-tooltip2.js +2 -2
  195. package/dist/components/kup-switcher2.js +2 -2
  196. package/dist/components/kup-task-gantt2.js +2 -2
  197. package/dist/components/kup-task-list-header2.js +8 -8
  198. package/dist/components/kup-task-list-table2.js +2 -2
  199. package/dist/components/kup-task-list2.js +2 -2
  200. package/dist/components/kup-tooltip2.js +2 -2
  201. package/dist/components/kup-vertical-scroll2.js +3 -3
  202. package/dist/esm/{f-button-90a7ea86.js → f-button-1eebd42e.js} +2 -2
  203. package/dist/esm/{f-cell-fdd338c5.js → f-cell-af19d5c7.js} +31 -9
  204. package/dist/esm/{f-checkbox-fdf27ce9.js → f-checkbox-ddb6234e.js} +1 -1
  205. package/dist/esm/{f-chip-4e6341a6.js → f-chip-9e5fdb25.js} +3 -3
  206. package/dist/esm/{f-image-5210f0b3.js → f-image-1e1ed567.js} +2 -2
  207. package/dist/esm/{f-paginator-utils-3f179999.js → f-paginator-utils-dede029b.js} +7 -4
  208. package/dist/esm/{f-text-field-8429a853.js → f-text-field-802b45fb.js} +2 -2
  209. package/dist/esm/{index-bbef9f2a.js → index-460631fd.js} +21 -26
  210. package/dist/esm/index.js +3 -3
  211. package/dist/esm/ketchup.js +4 -4
  212. package/dist/esm/kup-accordion.entry.js +5 -5
  213. package/dist/esm/kup-autocomplete_27.entry.js +86 -85
  214. package/dist/esm/kup-box.entry.js +60 -20
  215. package/dist/esm/kup-calendar.entry.js +7 -7
  216. package/dist/esm/kup-card-list.entry.js +4 -4
  217. package/dist/esm/kup-cell.entry.js +10 -10
  218. package/dist/esm/kup-custom-task-list-header_4.entry.js +13 -13
  219. package/dist/esm/kup-dashboard.entry.js +8 -8
  220. package/dist/esm/{kup-dates-172954df.js → kup-dates-26a56bf7.js} +45 -9
  221. package/dist/esm/kup-drawer.entry.js +4 -4
  222. package/dist/esm/kup-echart.entry.js +4 -4
  223. package/dist/esm/kup-editor.entry.js +3 -3
  224. package/dist/esm/kup-family-tree.entry.js +6 -6
  225. package/dist/esm/kup-gantt_10.entry.js +37 -31
  226. package/dist/esm/kup-grid.entry.js +4 -4
  227. package/dist/esm/kup-iframe.entry.js +4 -4
  228. package/dist/esm/kup-image-list.entry.js +138 -50
  229. package/dist/esm/kup-input-panel.entry.js +294 -0
  230. package/dist/esm/kup-lazy.entry.js +15 -15
  231. package/dist/esm/kup-magic-box.entry.js +8 -8
  232. package/dist/esm/{kup-manager-8b39f876.js → kup-manager-dd24fb5a.js} +639 -33
  233. package/dist/esm/kup-nav-bar.entry.js +5 -5
  234. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  235. package/dist/esm/kup-pdf.entry.js +76596 -0
  236. package/dist/esm/kup-photo-frame.entry.js +6 -6
  237. package/dist/esm/{kup-planner-renderer-helper-5d97e075.js → kup-planner-renderer-helper-b4727e44.js} +3 -23
  238. package/dist/esm/kup-planner-renderer.entry.js +13 -6
  239. package/dist/esm/kup-planner.entry.js +12 -6
  240. package/dist/esm/kup-probe.entry.js +4 -4
  241. package/dist/esm/kup-qlik.entry.js +5 -5
  242. package/dist/esm/kup-snackbar.entry.js +7 -7
  243. package/dist/esm/loader.js +3 -3
  244. package/dist/ketchup/index.esm.js +1 -1
  245. package/dist/ketchup/ketchup.esm.js +1 -1
  246. package/dist/ketchup/p-14943de9.entry.js +1 -0
  247. package/dist/ketchup/p-158076de.entry.js +1 -0
  248. package/dist/ketchup/p-180cd7ab.entry.js +1 -0
  249. package/dist/ketchup/p-19a13672.entry.js +1 -0
  250. package/dist/ketchup/p-201f8d7b.entry.js +1 -0
  251. package/dist/ketchup/p-26d42b88.entry.js +1 -0
  252. package/dist/ketchup/{p-35d503e2.js → p-2d4a9235.js} +1 -1
  253. package/dist/ketchup/p-2e04042b.entry.js +1 -0
  254. package/dist/ketchup/{p-4c20fefd.entry.js → p-34d70475.entry.js} +1 -1
  255. package/dist/ketchup/p-3b544027.entry.js +1 -0
  256. package/dist/ketchup/{p-82694fad.entry.js → p-43ce397b.entry.js} +1 -1
  257. package/dist/ketchup/p-47040db6.js +2 -0
  258. package/dist/ketchup/p-489af77f.entry.js +1 -0
  259. package/dist/ketchup/{p-4eb70dd2.entry.js → p-4f69f6f9.entry.js} +4 -4
  260. package/dist/ketchup/{p-5e16c9d3.js → p-61e8d573.js} +1 -1
  261. package/dist/ketchup/p-636be6f1.entry.js +16 -0
  262. package/dist/ketchup/p-63c141d9.entry.js +1 -0
  263. package/dist/ketchup/p-6972fa0c.entry.js +1 -0
  264. package/dist/ketchup/{p-86f9b0d9.js → p-6c888179.js} +1 -1
  265. package/dist/ketchup/p-79f4dc5b.entry.js +1 -0
  266. package/dist/ketchup/p-818e61d5.entry.js +1 -0
  267. package/dist/ketchup/p-8229b97a.js +28 -0
  268. package/dist/ketchup/p-8f3d400a.entry.js +44 -0
  269. package/dist/ketchup/{p-f9766625.js → p-8fcdf454.js} +1 -1
  270. package/dist/ketchup/p-a2e14d8b.entry.js +1 -0
  271. package/dist/ketchup/p-a2e691b8.entry.js +9 -0
  272. package/dist/ketchup/p-a46f99d4.js +1 -0
  273. package/dist/ketchup/p-b238cde7.entry.js +1 -0
  274. package/dist/ketchup/p-b3b50bb5.entry.js +1 -0
  275. package/dist/ketchup/{p-c089b961.js → p-c0f660d6.js} +1 -1
  276. package/dist/ketchup/{p-ee30e274.entry.js → p-cd7fec02.entry.js} +1 -1
  277. package/dist/ketchup/p-dcf7e9b6.entry.js +1 -0
  278. package/dist/ketchup/p-e0e47ca9.entry.js +1 -0
  279. package/dist/ketchup/{p-dc18691c.js → p-e2bf2bb6.js} +1 -1
  280. package/dist/ketchup/{p-2778f948.js → p-e4c63684.js} +1 -1
  281. package/dist/ketchup/p-e7507dd6.entry.js +1 -0
  282. package/dist/ketchup/p-eb8ea3a6.js +1 -0
  283. package/dist/ketchup/p-f998ff28.entry.js +1 -0
  284. package/dist/ketchup/p-f9a7c21c.entry.js +1 -0
  285. package/dist/types/components/kup-box/kup-box.d.ts +1 -0
  286. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
  287. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
  288. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +19 -4
  289. package/dist/types/components/kup-image-list/kup-image-list.d.ts +13 -11
  290. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +79 -0
  291. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +67 -0
  292. package/dist/types/components/kup-pdf/kup-pdf-declarations.d.ts +7 -0
  293. package/dist/types/components/kup-pdf/kup-pdf.d.ts +42 -0
  294. package/dist/types/components/kup-planner/kup-planner.d.ts +1 -0
  295. package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +4 -0
  296. package/dist/types/components/kup-planner/utils/kup-planner-renderer.d.ts +6 -0
  297. package/dist/types/components.d.ts +202 -8
  298. package/dist/types/f-components/f-image/f-image-declarations.d.ts +3 -4
  299. package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
  300. package/dist/types/managers/kup-interact/kup-interact.d.ts +5 -0
  301. package/dist/types/types/GenericTypes.d.ts +1 -0
  302. package/package.json +2 -1
  303. package/dist/ketchup/p-02820c2b.entry.js +0 -1
  304. package/dist/ketchup/p-09d853c3.entry.js +0 -1
  305. package/dist/ketchup/p-14e1a36b.entry.js +0 -1
  306. package/dist/ketchup/p-1936c6cd.entry.js +0 -1
  307. package/dist/ketchup/p-1ad7fea0.js +0 -2
  308. package/dist/ketchup/p-318c9ecd.entry.js +0 -1
  309. package/dist/ketchup/p-35dce86e.entry.js +0 -1
  310. package/dist/ketchup/p-3c9ac0fd.entry.js +0 -1
  311. package/dist/ketchup/p-5739cdc2.entry.js +0 -1
  312. package/dist/ketchup/p-5ab3a88a.entry.js +0 -1
  313. package/dist/ketchup/p-6780a391.js +0 -1
  314. package/dist/ketchup/p-67930d7c.entry.js +0 -1
  315. package/dist/ketchup/p-6953f769.entry.js +0 -1
  316. package/dist/ketchup/p-7d2fd8bd.entry.js +0 -1
  317. package/dist/ketchup/p-8257141a.entry.js +0 -1
  318. package/dist/ketchup/p-8ea68d14.entry.js +0 -1
  319. package/dist/ketchup/p-98c72335.entry.js +0 -1
  320. package/dist/ketchup/p-ab8cac45.entry.js +0 -1
  321. package/dist/ketchup/p-b5d3c24d.entry.js +0 -1
  322. package/dist/ketchup/p-cdb24584.entry.js +0 -1
  323. package/dist/ketchup/p-d466d6d1.entry.js +0 -1
  324. package/dist/ketchup/p-de07d17e.js +0 -1
  325. package/dist/ketchup/p-df450df9.entry.js +0 -16
  326. package/dist/ketchup/p-f31530fc.js +0 -28
  327. package/dist/ketchup/p-f353805e.entry.js +0 -1
  328. package/dist/ketchup/p-f515308d.entry.js +0 -9
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  .gridRow {
2
130
  fill: #fff;
3
131
  }
@@ -364,13 +364,13 @@ export class KupGridRenderer {
364
364
  }
365
365
  tickX += this.columnWidth;
366
366
  }
367
- return (h("svg", { key: '453f06f9849218010409d444adb13500f22b6cfa', 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: 'a671a9e0c1c44ef1b3d86d679d68dda934246e59', class: "grid" }, h("g", { key: '3741633c839e757fa4d4cc0999d9e34ad5284173', class: "rows" }, gridRows), h("g", { key: '34bdba123cff205d0769e6492055a72f51b85bd7', class: "rowLines" }, rowLines), h("g", { key: '0d2b321b587e8cc4a65ac356ea1a5903c1fa61f6', class: "ticks" }, ticks)), h("g", { key: '891e706099f2c83dcabf5a0bb62a2c8139c10ac1', class: "content" }, this.currentDateIndicator && (h("rect", { fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { 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: '6e36b71942a8619b800210d189629c0856cb57f6', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
367
+ return (h("svg", { key: '520a50739aa00f72aeb4e43ba03a3b5f126e289a', 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: '2681f573ab6f0c7ae9c9f316b77a05c9a634e100', class: "grid" }, h("g", { key: '085ea28cdbb6ee28354cd255c0f1b00a56c5588f', class: "rows" }, gridRows), h("g", { key: 'cb02f6b77af725f514f4eaf63624ff4ace5cf9e2', class: "rowLines" }, rowLines), h("g", { key: 'bed7254aeb03e0fbd1ab3e9d40c14f84b346bffc', class: "ticks" }, ticks)), h("g", { key: 'b22b4e0c75d7cef3336a8e069b243d6296200272', class: "content" }, this.currentDateIndicator && (h("rect", { fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { 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: '594dd1e9af2f037f0599019a3082a58115907d3b', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
368
368
  return task.barChildren.map((child) => {
369
369
  if (task.type !== 'timeline') {
370
370
  this.renderKupArrow(task, child);
371
371
  }
372
372
  });
373
- })), h("g", { key: '38643adf911e2b0ff25b0ffe4f8c8c645171c55d', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
373
+ })), h("g", { key: '9d41cb46ff1373cf3a34fcebf7f9bc02ab961a8b', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
374
374
  const forbidResize = task.type === 'project';
375
375
  return (h("g", { onKeyDown: (e) => {
376
376
  switch (e.key) {
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  .scrollWrapper {
2
130
  overflow: auto;
3
131
  max-width: 100%;
@@ -31,11 +31,11 @@ export class HorizontalScroll {
31
31
  render() {
32
32
  var _a, _b;
33
33
  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
34
- return (h("div", { key: '6900ce2b4ff33f7f48403c085861d25d8a55ae51', dir: "ltr", style: {
34
+ return (h("div", { key: 'a560e1597e9122df0d98d0508ace8ec5c04a5513', dir: "ltr", style: {
35
35
  margin: this.rtl
36
36
  ? `0px ${w}px 0px 12px`
37
37
  : `0px 12px 0px ${w}px`,
38
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: 'd5cd1e9ec9d4dc2a1c249eef3c485dc3eb9f82ad', style: { width: `${this.svgWidth}px` }, class: "scroll" })));
38
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: 'd1f0693a7a2f4ae545d48c0708f91770c1fee717', style: { width: `${this.svgWidth}px` }, class: "scroll" })));
39
39
  }
40
40
  static get is() { return "kup-horizontal-scroll"; }
41
41
  static get encapsulation() { return "shadow"; }
@@ -255,8 +255,8 @@ export const ganttDateRangeGeneric = (dates, viewMode, preStepsCount, showSecond
255
255
  case 'month':
256
256
  newStartDate = addToDate(newStartDate, -1 * preStepsCount, 'month');
257
257
  newStartDate = startOfDate(newStartDate, 'month');
258
- newEndDate = addToDate(newEndDate, 1, 'year');
259
- newEndDate = startOfDate(newEndDate, 'year');
258
+ newEndDate = addToDate(newEndDate, 1, 'month');
259
+ newEndDate = startOfDate(newEndDate, 'month');
260
260
  break;
261
261
  case 'week':
262
262
  newStartDate = startOfDate(newStartDate, 'day');
@@ -270,26 +270,6 @@ export const ganttDateRangeGeneric = (dates, viewMode, preStepsCount, showSecond
270
270
  newEndDate = startOfDate(newEndDate, 'day');
271
271
  newEndDate = addToDate(newEndDate, 19, 'day');
272
272
  break;
273
- /*
274
- case ViewMode.QuarterDay:
275
- newStartDate = startOfDate(newStartDate, "day");
276
- newStartDate = addToDate(newStartDate, -1 * preStepsCount, "day");
277
- newEndDate = startOfDate(newEndDate, "day");
278
- newEndDate = addToDate(newEndDate, 66, "hour"); // 24(1 day)*3 - 6
279
- break;
280
- case ViewMode.HalfDay:
281
- newStartDate = startOfDate(newStartDate, "day");
282
- newStartDate = addToDate(newStartDate, -1 * preStepsCount, "day");
283
- newEndDate = startOfDate(newEndDate, "day");
284
- newEndDate = addToDate(newEndDate, 108, "hour"); // 24(1 day)*5 - 12
285
- break;
286
- case ViewMode.Hour:
287
- newStartDate = startOfDate(newStartDate, "hour");
288
- newStartDate = addToDate(newStartDate, -1 * preStepsCount, "hour");
289
- newEndDate = startOfDate(newEndDate, "day");
290
- newEndDate = addToDate(newEndDate, 1, "day");
291
- break;
292
- */
293
273
  }
294
274
  return [newStartDate, newEndDate];
295
275
  };
@@ -1,4 +1,4 @@
1
- import { h } from "@stencil/core";
1
+ import { h, } from "@stencil/core";
2
2
  import { calculateDisplayedDateRange, columnWidthForTimeUnit, convertProjectToTasks, getPhaseById, getProjectById, mergeTaskIntoPhases, mergeTaskIntoProjects, } from "./kup-planner-renderer-helper";
3
3
  import { KUP_PLANNER_MAIN_GANTT_ID, KUP_PLANNER_SECONDARY_GANTT_ID, } from "../kup-planner-declarations";
4
4
  import { KupDates } from "../../../managers/kup-dates/kup-dates";
@@ -74,6 +74,13 @@ export class KupPlannerRenderer {
74
74
  /*-------------------------------------------------*/
75
75
  /* P u b l i c M e t h o d s */
76
76
  /*-------------------------------------------------*/
77
+ /**
78
+ * This method is used to trigger a new render of the component.
79
+ */
80
+ async refresh() {
81
+ var _a;
82
+ this.displayedDates = calculateDisplayedDateRange(this.currentTasks, this.timeUnit, this.mainGanttDoubleView, this.currentDetails, (_a = this.props) === null || _a === void 0 ? void 0 : _a.preStepsCount);
83
+ }
77
84
  // Handle click event
78
85
  handleClick(row, onClick) {
79
86
  if (!row) {
@@ -188,7 +195,7 @@ export class KupPlannerRenderer {
188
195
  }
189
196
  render() {
190
197
  var _a, _b, _c;
191
- return (h("div", { key: '133ea45016bd02bd7536e01bea88ea1e079607d8', class: "planner-render" }, h("kup-switcher", { key: '5f187be68f2d85066d9d6886445a03caeb4a5d33', timeUnitChange: (timeUnit) => {
198
+ return (h("div", { key: 'e633ff68b8b848cd29b1fb4a44f4561ef9dfc65f', class: "planner-render" }, h("kup-switcher", { key: 'e8982db1704160c67839e156521f8cadbd9d182a', timeUnitChange: (timeUnit) => {
192
199
  var _a, _b;
193
200
  (_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
194
201
  this.timeUnit = timeUnit;
@@ -197,7 +204,7 @@ export class KupPlannerRenderer {
197
204
  } }), this.props && (h("div", { style: {
198
205
  display: 'flex',
199
206
  flexDirection: 'column',
200
- } }, h("kup-gantt", Object.assign({ ganttId: KUP_PLANNER_MAIN_GANTT_ID, key: KUP_PLANNER_SECONDARY_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) => {
207
+ } }, h("kup-gantt", Object.assign({ ref: (el) => (this.mainGantt = el), ganttId: KUP_PLANNER_MAIN_GANTT_ID, key: KUP_PLANNER_MAIN_GANTT_ID, filter: this.props.mainGantt.filter, hideLabel: this.props.mainGantt.hideLabel, showSecondaryDates: this.mainGanttDoubleView, hideDependencies: this.props.mainGantt.hideDependencies, ganttHeight: this.props.mainGantt.ganttHeight, displayedStartDate: this.displayedDates.displayedStartDate, displayedEndDate: this.displayedDates.displayedEndDate, viewDate: this.viewDate, tasks: this.tasks, columnWidth: columnWidthForTimeUnit(this.timeUnit), viewMode: this.timeUnit }, this.props.mainGantt.stylingOptions, { TaskListHeader: this.props.mainGantt.taskListHeaderProject, TaskListTable: this.props.mainGantt.taskListTableProject, TooltipContent: (_a = this.props.mainGantt.tooltipContent) !== null && _a !== void 0 ? _a : CustomTooltipHOC(), barClick: (task) => {
201
208
  let row = getProjectById(task.id, this.currentTasks);
202
209
  if (!row) {
203
210
  row = getPhaseById(task.id, this.currentTasks);
@@ -221,7 +228,7 @@ export class KupPlannerRenderer {
221
228
  if (row) {
222
229
  this.handleContextMenu(event, row, this.props.mainGantt.onContextMenu);
223
230
  }
224
- }, dateChange: (task) => this.handleDateChange(task, this.currentTasks, this.props.mainGantt.onDateChange), locale: this.locale, dateTimeFormatters: ganttDateTimeFormatters, initialScrollX: this.scrollX, initialScrollY: this.props.mainGantt.initialScrollY, readOnly: this.props.mainGantt.readOnly, scrollXChange: this.props.onScrollX, scrollYChange: this.props.mainGantt.onScrollY, currentTasks: this.currentTasks, handleClick: this.handleClick.bind(this), handleDblClick: this.handleDblClick.bind(this), handleContextMenu: this.handleContextMenu.bind(this), ganttOnClick: this.props.mainGantt.onClick, ganttOnDblClick: this.props.mainGantt.onDblClick, ganttonOnContextMenu: this.props.mainGantt.onContextMenu, label: this.props.mainGantt.title, doubleView: (_b = this.mainGanttDoubleView) !== null && _b !== void 0 ? _b : false, setDoubleView: this.handleSetDoubleView.bind(this) })), this.props.secondaryGantt && (h("kup-gantt", Object.assign({ ganttId: KUP_PLANNER_SECONDARY_GANTT_ID, key: KUP_PLANNER_SECONDARY_GANTT_ID, filter: this.props.secondaryGantt.filter, hideLabel: this.props.secondaryGantt.hideLabel, showSecondaryDates: this.mainGanttDoubleView, hideDependencies: this.props.secondaryGantt.hideDependencies, ganttHeight: this.props.secondaryGantt.ganttHeight, displayedStartDate: this.displayedDates.displayedStartDate, displayedEndDate: this.displayedDates.displayedEndDate, viewDate: this.viewDate, tasks: this.details, columnWidth: columnWidthForTimeUnit(this.timeUnit), viewMode: this.timeUnit }, this.props.secondaryGantt.stylingOptions, { TaskListHeader: this.props.secondaryGantt
231
+ }, dateChange: (task) => this.handleDateChange(task, this.currentTasks, this.props.mainGantt.onDateChange), locale: this.locale, dateTimeFormatters: ganttDateTimeFormatters, initialScrollX: this.scrollX, initialScrollY: this.props.mainGantt.initialScrollY, readOnly: this.props.mainGantt.readOnly, scrollXChange: this.props.onScrollX, scrollYChange: this.props.mainGantt.onScrollY, currentTasks: this.currentTasks, handleClick: this.handleClick.bind(this), handleDblClick: this.handleDblClick.bind(this), handleContextMenu: this.handleContextMenu.bind(this), ganttOnClick: this.props.mainGantt.onClick, ganttOnDblClick: this.props.mainGantt.onDblClick, ganttonOnContextMenu: this.props.mainGantt.onContextMenu, label: this.props.mainGantt.title, doubleView: (_b = this.mainGanttDoubleView) !== null && _b !== void 0 ? _b : false, setDoubleView: this.handleSetDoubleView.bind(this) })), this.props.secondaryGantt && (h("kup-gantt", Object.assign({ ref: (el) => (this.secondaryGantt = el), ganttId: KUP_PLANNER_SECONDARY_GANTT_ID, key: KUP_PLANNER_SECONDARY_GANTT_ID, filter: this.props.secondaryGantt.filter, hideLabel: this.props.secondaryGantt.hideLabel, showSecondaryDates: this.mainGanttDoubleView, hideDependencies: this.props.secondaryGantt.hideDependencies, ganttHeight: this.props.secondaryGantt.ganttHeight, displayedStartDate: this.displayedDates.displayedStartDate, displayedEndDate: this.displayedDates.displayedEndDate, viewDate: this.viewDate, tasks: this.details, columnWidth: columnWidthForTimeUnit(this.timeUnit), viewMode: this.timeUnit }, this.props.secondaryGantt.stylingOptions, { TaskListHeader: this.props.secondaryGantt
225
232
  .taskListHeaderProject, TaskListTable: this.props.secondaryGantt
226
233
  .taskListTableProject, TooltipContent: (_c = this.props.secondaryGantt.tooltipContent) !== null && _c !== void 0 ? _c : CustomTooltipHOC(), projection: this.projection, barClick: (task) => {
227
234
  if (this.props.secondaryGantt) {
@@ -293,6 +300,32 @@ export class KupPlannerRenderer {
293
300
  "details": {}
294
301
  };
295
302
  }
303
+ static get methods() {
304
+ return {
305
+ "refresh": {
306
+ "complexType": {
307
+ "signature": "() => Promise<void>",
308
+ "parameters": [],
309
+ "references": {
310
+ "Promise": {
311
+ "location": "global",
312
+ "id": "global::Promise"
313
+ },
314
+ "KupPlannerGanttTask": {
315
+ "location": "import",
316
+ "path": "../kup-planner-declarations",
317
+ "id": "src/components/kup-planner/kup-planner-declarations.ts::KupPlannerGanttTask"
318
+ }
319
+ },
320
+ "return": "Promise<void>"
321
+ },
322
+ "docs": {
323
+ "text": "This method is used to trigger a new render of the component.",
324
+ "tags": []
325
+ }
326
+ }
327
+ };
328
+ }
296
329
  static get elementRef() { return "rootElement"; }
297
330
  static get watchers() {
298
331
  return [{
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  .switcher {
2
130
  display: grid;
3
131
  grid-auto-flow: column;
@@ -8,7 +8,7 @@ export class KupSwitcher {
8
8
  const week = () => this.timeUnitChange('week');
9
9
  const month = () => this.timeUnitChange('month');
10
10
  const year = () => this.timeUnitChange('year');
11
- return (h("div", { key: '64c26910f550b5c74b294667e58f396f0642e601', class: "switcher" }, h("button", { key: '1f110cd85b5e837aec6f5c2b69ac14b3a47d9f79', type: "button", class: "button", onClick: day }, h("span", { key: 'be249d7896fcd93905e8865309405d30dfa506bf', class: "label" }, "Day")), h("button", { key: '81dfab2aebed98d32cff106577795a064c03a257', type: "button", class: "button", onClick: week }, h("span", { key: 'e5c41e5dcd9d775c6749c2907e59a7d0400e3712', class: "label" }, "Week")), h("button", { key: 'a598a5ab4f1496bbd267134201b21c45e5198d01', type: "button", class: "button", onClick: month }, h("span", { key: '57769be17ca1de59a919cbb7e7ac11d0546a28fb', class: "label" }, "Month")), h("button", { key: 'b62c7585c44acc19863bc93898851348250ba7fa', type: "button", class: "button", onClick: year }, h("span", { key: '9f4ab800c4eef1666ceabaebe0d35b042753430f', class: "label" }, "Year"))));
11
+ return (h("div", { key: '41dda7f6481d54c262a7362440167aa58b44e8e1', class: "switcher" }, h("button", { key: 'e286b6add4c59978c39cef79e8bddd0704b9b3be', type: "button", class: "button", onClick: day }, h("span", { key: '855e19deedcbb55d6d534260e6b2b76580eb8e71', class: "label" }, "Day")), h("button", { key: 'dffc909ef397ddd44957cad2b304343f9a96998c', type: "button", class: "button", onClick: week }, h("span", { key: 'd69ab19671de0f10e60ba584a1036c628d6204b1', class: "label" }, "Week")), h("button", { key: '42c686fc57fdd6bd4a0cc8fd939946048d663771', type: "button", class: "button", onClick: month }, h("span", { key: 'a1508d10ecfdb50527a2be3b9a7bd069f922753e', class: "label" }, "Month")), h("button", { key: 'b478c7c4ed13b4ed3ab72f148995bf4cc96533c8', type: "button", class: "button", onClick: year }, h("span", { key: 'c56ee36dac14420f256d327cfe6119e9792d072f', class: "label" }, "Year"))));
12
12
  }
13
13
  static get is() { return "kup-switcher"; }
14
14
  static get originalStyleUrls() {
@@ -33,12 +33,12 @@ export class TaskGantt {
33
33
  }
34
34
  render() {
35
35
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps });
36
- return (h("div", { key: 'd9a4cf68f10e8263f73123022b4e545f6a028580', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '2ad5614e2df01e5f3cc21b9940c14ba7dd5a785d', 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: '8c0e76cb967f172406f352c6568582fdc4008d38', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
36
+ return (h("div", { key: '905f0400ac4a0103896527ef5197cf1d1377b47b', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '5663eafd88795240ff35fb92eb68af99d6b285d7', 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: 'ececb1964b8a3a9e0b0a12889b680f8667e49690', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
37
37
  ? {
38
38
  height: `${this.ganttHeight}px`,
39
39
  width: `${this.gridProps.svgWidth}px`,
40
40
  }
41
- : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '69040247d6fde1ddb12f3b2ce54e02bc7781e569' }, newBarProps)))));
41
+ : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '2117872fcdad4e4a3afe4eb4bfc303fce6ea2db7' }, newBarProps)))));
42
42
  }
43
43
  static get is() { return "kup-task-gantt"; }
44
44
  static get properties() {
@@ -7,22 +7,22 @@ export class KupTaskListHeader {
7
7
  this.rowWidth = undefined;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '85c164a7a4313c8708ce2774338ff123621e7648', class: "ganttTable", style: {
10
+ return (h("div", { key: '116213bd504a1e48f0484e92db9f7c8fb4dcb602', class: "ganttTable", style: {
11
11
  fontFamily: this.fontFamily,
12
12
  fontSize: this.fontSize,
13
- } }, h("div", { key: '46aad2a15e9f7d6fe8e7b705b5cc4f385ebf2d69', class: "ganttTable_Header", style: {
13
+ } }, h("div", { key: 'afbe32d59d041d923cd831db83ca0b09087cda23', class: "ganttTable_Header", style: {
14
14
  height: `${this.headerHeight - 2}px`,
15
- } }, h("div", { key: 'fafa8c4eb47c740fff23eb204a75b872d39876e2', class: "ganttTable_HeaderItem", style: {
15
+ } }, h("div", { key: 'ffa34b095e8b1d59516e6892c87f9eeeec8d9160', class: "ganttTable_HeaderItem", style: {
16
16
  minWidth: this.rowWidth,
17
- } }, "\u00A0Name"), h("div", { key: '1ebbcca3ce32701a8af4140fb638173de9795995', class: "ganttTable_HeaderSeparator", style: {
17
+ } }, "\u00A0Name"), h("div", { key: 'fad1584e5c299645e59f988e1fedc6fb1c6b05ff', class: "ganttTable_HeaderSeparator", style: {
18
18
  height: `${this.headerHeight * 0.5}px`,
19
19
  marginTop: `${this.headerHeight * 0.2}px`,
20
- } }), h("div", { key: 'b08345a4be12e76a9d634508e32e035a3c570dfb', class: "ganttTable_HeaderItem", style: {
20
+ } }), h("div", { key: '630992695659d8963415808cb1734e06d9aff914', class: "ganttTable_HeaderItem", style: {
21
21
  minWidth: this.rowWidth,
22
- } }, "\u00A0From"), h("div", { key: '3f035b39c2c66677e78c2786cea4a39c824bb60b', class: "ganttTable_HeaderSeparator", style: {
22
+ } }, "\u00A0From"), h("div", { key: 'e676f60163f722f1fd72f9038157359e61c895d2', class: "ganttTable_HeaderSeparator", style: {
23
23
  height: `${this.headerHeight * 0.5}px`,
24
24
  marginTop: `${this.headerHeight * 0.25}px`,
25
- } }), h("div", { key: '01effc62e0e2ddf73ab5cf4cbad5873f70d510c6', class: "ganttTable_HeaderItem", style: {
25
+ } }), h("div", { key: 'ee2699da7a0afbfa6944c47621e07112dca46816', class: "ganttTable_HeaderItem", style: {
26
26
  minWidth: this.rowWidth,
27
27
  } }, "\u00A0To"))));
28
28
  }
@@ -22,7 +22,7 @@ export class TaskListTableDefault {
22
22
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
23
23
  }
24
24
  render() {
25
- return (h("div", { key: '384204e115a7d10387be01795a096ae843b06ebf', class: "taskListWrapper", style: {
25
+ return (h("div", { key: '00ce97c983f8b2fa306cfde7a15565913bbd08fa', class: "taskListWrapper", style: {
26
26
  fontFamily: this.fontFamily,
27
27
  fontSize: this.fontSize,
28
28
  } }, this.tasks.map((task) => (h("div", { class: {