@sme.up/ketchup 10.3.10 → 10.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/dist/cjs/{f-cell-9c556447.js → f-cell-17acbc57.js} +4 -4
  2. package/dist/cjs/{f-chip-29f981f7.js → f-chip-69c882a5.js} +1 -1
  3. package/dist/cjs/{f-object-field-ae0e860d.js → f-object-field-c4c5df13.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-806868eb.js → f-paginator-utils-66aa1936.js} +1 -1
  5. package/dist/cjs/{f-text-field-025f9ff3.js → f-text-field-9832e4ef.js} +1 -1
  6. package/dist/cjs/index.cjs.js +2 -2
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +7 -8
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +116 -344
  11. package/dist/cjs/kup-box.cjs.entry.js +8 -8
  12. package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
  13. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-cell.cjs.entry.js +8 -8
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
  17. package/dist/cjs/{kup-data-table-helper-d3b9b899.js → kup-data-table-helper-c7046c05.js} +2 -2
  18. package/dist/cjs/{kup-dates-8619368a.js → kup-dates-6feda954.js} +127 -7
  19. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  20. package/dist/cjs/kup-echart.cjs.entry.js +3 -3
  21. package/dist/cjs/kup-editor.cjs.entry.js +3 -3
  22. package/dist/cjs/kup-family-tree.cjs.entry.js +21 -26
  23. package/dist/cjs/kup-gantt_10.cjs.entry.js +25 -25
  24. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-htm.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +8 -8
  28. package/dist/cjs/kup-lazy.cjs.entry.js +13 -13
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  30. package/dist/cjs/{kup-manager-dbf73b5f.js → kup-manager-863afae7.js} +1 -1
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
  33. package/dist/cjs/kup-object-field.cjs.entry.js +5 -5
  34. package/dist/cjs/kup-pdf.cjs.entry.js +3 -3
  35. package/dist/cjs/{kup-planner-renderer-helper-eaca3f99.js → kup-planner-renderer-helper-593796c6.js} +1 -1
  36. package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
  37. package/dist/cjs/kup-planner.cjs.entry.js +4 -4
  38. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  39. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  40. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  41. package/dist/cjs/kup-txt.cjs.entry.js +3 -3
  42. package/dist/cjs/kup-typography-list.cjs.entry.js +3 -3
  43. package/dist/cjs/kup-typography.cjs.entry.js +4 -4
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/collection/components/kup-accordion/kup-accordion.js +5 -27
  46. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  47. package/dist/collection/components/kup-badge/kup-badge.js +2 -2
  48. package/dist/collection/components/kup-button-list/kup-button-list.js +1 -1
  49. package/dist/collection/components/kup-calendar/kup-calendar.js +2 -2
  50. package/dist/collection/components/kup-card/standard/kup-card-standard.js +2 -4
  51. package/dist/collection/components/kup-cell/kup-cell.js +2 -2
  52. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  53. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  54. package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
  55. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  56. package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
  57. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -0
  58. package/dist/collection/components/kup-data-table/kup-data-table.js +49 -266
  59. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  60. package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
  61. package/dist/collection/components/kup-drawer/kup-drawer.js +2 -2
  62. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +1 -1
  63. package/dist/collection/components/kup-echart/kup-echart.js +1 -1
  64. package/dist/collection/components/kup-editor/kup-editor.js +1 -1
  65. package/dist/collection/components/kup-family-tree/kup-family-tree.css +1 -1
  66. package/dist/collection/components/kup-family-tree/kup-family-tree.js +18 -23
  67. package/dist/collection/components/kup-file-upload/kup-file-upload.js +2 -2
  68. package/dist/collection/components/kup-form/kup-form.js +2 -2
  69. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  70. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  71. package/dist/collection/components/kup-input-panel/kup-input-panel.js +2 -2
  72. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  73. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  74. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  75. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  76. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  77. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  78. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  79. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  80. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  81. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  82. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  83. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  84. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  85. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  86. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  87. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  88. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  89. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  90. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  91. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  92. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  93. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  94. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  95. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  96. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  97. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  98. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  99. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  100. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +2 -23
  101. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  102. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  103. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  104. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  105. package/dist/collection/managers/kup-dates/kup-dates.js +127 -7
  106. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -33
  107. package/dist/components/index.js +1 -1
  108. package/dist/components/kup-accordion.js +7 -9
  109. package/dist/components/kup-activity-timeline.js +2 -2
  110. package/dist/components/kup-autocomplete.js +1 -1
  111. package/dist/components/kup-badge.js +1 -1
  112. package/dist/components/kup-box.js +1 -1
  113. package/dist/components/kup-button-list.js +1 -1
  114. package/dist/components/kup-button.js +1 -1
  115. package/dist/components/kup-calendar.js +5 -5
  116. package/dist/components/kup-card-list.js +3 -3
  117. package/dist/components/kup-card.js +1 -1
  118. package/dist/components/kup-cell.js +4 -4
  119. package/dist/components/kup-chart.js +1 -1
  120. package/dist/components/kup-checkbox.js +1 -1
  121. package/dist/components/kup-chip.js +1 -1
  122. package/dist/components/kup-color-picker.js +1 -1
  123. package/dist/components/kup-combobox.js +1 -1
  124. package/dist/components/kup-custom-task-list-header.js +1 -1
  125. package/dist/components/kup-custom-task-list-table.js +1 -1
  126. package/dist/components/kup-dashboard.js +3 -3
  127. package/dist/components/kup-data-table.js +1 -1
  128. package/dist/components/kup-date-picker.js +1 -1
  129. package/dist/components/kup-dialog.js +1 -1
  130. package/dist/components/kup-drawer.js +4 -4
  131. package/dist/components/kup-dropdown-button.js +1 -1
  132. package/dist/components/kup-echart.js +1 -1
  133. package/dist/components/kup-editor.js +1 -1
  134. package/dist/components/kup-family-tree.js +22 -27
  135. package/dist/components/kup-file-upload.js +1 -1
  136. package/dist/components/kup-form.js +1 -1
  137. package/dist/components/kup-gantt-calendar.js +1 -1
  138. package/dist/components/kup-gantt.js +1 -1
  139. package/dist/components/kup-gauge.js +1 -1
  140. package/dist/components/kup-grid-renderer.js +1 -1
  141. package/dist/components/kup-grid.js +1 -1
  142. package/dist/components/kup-horizontal-scroll.js +1 -1
  143. package/dist/components/kup-htm.js +3 -3
  144. package/dist/components/kup-iframe.js +2 -2
  145. package/dist/components/kup-image-list.js +1 -1
  146. package/dist/components/kup-image.js +1 -1
  147. package/dist/components/kup-input-panel.js +5 -5
  148. package/dist/components/kup-lazy.js +13 -13
  149. package/dist/components/kup-list.js +1 -1
  150. package/dist/components/kup-magic-box.js +7 -7
  151. package/dist/components/kup-nav-bar.js +3 -3
  152. package/dist/components/kup-numeric-picker.js +3 -3
  153. package/dist/components/kup-object-field.js +3 -3
  154. package/dist/components/kup-pdf.js +3 -3
  155. package/dist/components/kup-planner-renderer.js +1 -1
  156. package/dist/components/kup-planner.js +18 -18
  157. package/dist/components/kup-probe.js +3 -3
  158. package/dist/components/kup-progress-bar.js +1 -1
  159. package/dist/components/kup-qlik.js +3 -3
  160. package/dist/components/kup-radio.js +1 -1
  161. package/dist/components/kup-rating.js +1 -1
  162. package/dist/components/kup-snackbar.js +3 -3
  163. package/dist/components/kup-spinner.js +1 -1
  164. package/dist/components/kup-standard-tooltip.js +1 -1
  165. package/dist/components/kup-switch.js +1 -1
  166. package/dist/components/kup-switcher.js +1 -1
  167. package/dist/components/kup-tab-bar.js +1 -1
  168. package/dist/components/kup-task-gantt.js +1 -1
  169. package/dist/components/kup-task-list-header.js +1 -1
  170. package/dist/components/kup-task-list-table.js +1 -1
  171. package/dist/components/kup-task-list.js +1 -1
  172. package/dist/components/kup-text-field.js +1 -1
  173. package/dist/components/kup-time-picker.js +1 -1
  174. package/dist/components/kup-toolbar.js +1 -1
  175. package/dist/components/kup-tooltip.js +1 -1
  176. package/dist/components/kup-tree.js +1 -1
  177. package/dist/components/kup-txt.js +3 -3
  178. package/dist/components/kup-typography-list.js +3 -3
  179. package/dist/components/kup-typography.js +4 -4
  180. package/dist/components/kup-vertical-scroll.js +1 -1
  181. package/dist/components/{p-f4797086.js → p-23d0f0c7.js} +1 -1
  182. package/dist/components/{p-3a56a01b.js → p-2cb9fa58.js} +4 -4
  183. package/dist/components/{p-a52b0e92.js → p-3757ff31.js} +1 -1
  184. package/dist/components/{p-c9135ac0.js → p-5b1056e4.js} +7 -7
  185. package/dist/components/{p-9d9181cf.js → p-60e697f5.js} +127 -7
  186. package/dist/components/{p-28f6440c.js → p-767fcf91.js} +1 -1
  187. package/dist/components/{p-5155623a.js → p-87285464.js} +2 -2
  188. package/dist/components/{p-6cc3382e.js → p-944332b6.js} +3 -3
  189. package/dist/components/{p-a1ae4c21.js → p-97fceaf7.js} +17 -17
  190. package/dist/components/{p-1bb114b8.js → p-980686db.js} +14 -14
  191. package/dist/components/{p-9471f708.js → p-9a502c5d.js} +2 -2
  192. package/dist/components/{p-43275b92.js → p-9a617844.js} +3 -3
  193. package/dist/components/{p-7a243c51.js → p-9d13f3da.js} +4 -4
  194. package/dist/components/{p-fdb5e8d3.js → p-a4f3d24a.js} +2 -2
  195. package/dist/components/{p-32c28a10.js → p-aa882232.js} +2 -2
  196. package/dist/components/{p-ca202cfa.js → p-bbb25c58.js} +1 -1
  197. package/dist/components/{p-86464a43.js → p-bdecbc93.js} +5 -5
  198. package/dist/components/{p-0b4e99fd.js → p-cbc6b3d5.js} +2 -2
  199. package/dist/components/{p-395ac5ac.js → p-dc1ce1b4.js} +1 -1
  200. package/dist/components/{p-e02d95bf.js → p-decce077.js} +3 -3
  201. package/dist/components/{p-40202dad.js → p-e39b777a.js} +1 -1
  202. package/dist/components/{p-a1390144.js → p-f3faa212.js} +110 -342
  203. package/dist/esm/{f-cell-f31f34a8.js → f-cell-1b71c02b.js} +4 -4
  204. package/dist/esm/{f-chip-9d6113fe.js → f-chip-d553e330.js} +1 -1
  205. package/dist/esm/{f-object-field-0c2013c8.js → f-object-field-e6839071.js} +2 -2
  206. package/dist/esm/{f-paginator-utils-8314bf54.js → f-paginator-utils-74a15114.js} +1 -1
  207. package/dist/esm/{f-text-field-371b1b43.js → f-text-field-05735cbc.js} +1 -1
  208. package/dist/esm/index.js +2 -2
  209. package/dist/esm/ketchup.js +1 -1
  210. package/dist/esm/kup-accordion.entry.js +7 -8
  211. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  212. package/dist/esm/kup-autocomplete_30.entry.js +116 -344
  213. package/dist/esm/kup-box.entry.js +8 -8
  214. package/dist/esm/kup-calendar.entry.js +5 -5
  215. package/dist/esm/kup-card-list.entry.js +2 -2
  216. package/dist/esm/kup-cell.entry.js +8 -8
  217. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  218. package/dist/esm/kup-dashboard.entry.js +4 -4
  219. package/dist/esm/{kup-data-table-helper-04404034.js → kup-data-table-helper-1d14120b.js} +2 -2
  220. package/dist/esm/{kup-dates-77f1a451.js → kup-dates-964cc4dd.js} +127 -7
  221. package/dist/esm/kup-drawer.entry.js +4 -4
  222. package/dist/esm/kup-echart.entry.js +3 -3
  223. package/dist/esm/kup-editor.entry.js +3 -3
  224. package/dist/esm/kup-family-tree.entry.js +21 -26
  225. package/dist/esm/kup-gantt_10.entry.js +25 -25
  226. package/dist/esm/kup-grid.entry.js +2 -2
  227. package/dist/esm/kup-htm.entry.js +3 -3
  228. package/dist/esm/kup-iframe.entry.js +2 -2
  229. package/dist/esm/kup-input-panel.entry.js +8 -8
  230. package/dist/esm/kup-lazy.entry.js +13 -13
  231. package/dist/esm/kup-magic-box.entry.js +5 -5
  232. package/dist/esm/{kup-manager-9ccdaa27.js → kup-manager-d7b61781.js} +1 -1
  233. package/dist/esm/kup-nav-bar.entry.js +3 -3
  234. package/dist/esm/kup-numeric-picker.entry.js +4 -4
  235. package/dist/esm/kup-object-field.entry.js +5 -5
  236. package/dist/esm/kup-pdf.entry.js +3 -3
  237. package/dist/esm/{kup-planner-renderer-helper-373880b5.js → kup-planner-renderer-helper-64388bf8.js} +1 -1
  238. package/dist/esm/kup-planner-renderer.entry.js +4 -4
  239. package/dist/esm/kup-planner.entry.js +4 -4
  240. package/dist/esm/kup-probe.entry.js +3 -3
  241. package/dist/esm/kup-qlik.entry.js +3 -3
  242. package/dist/esm/kup-snackbar.entry.js +3 -3
  243. package/dist/esm/kup-txt.entry.js +3 -3
  244. package/dist/esm/kup-typography-list.entry.js +3 -3
  245. package/dist/esm/kup-typography.entry.js +4 -4
  246. package/dist/esm/loader.js +1 -1
  247. package/dist/ketchup/index.esm.js +1 -1
  248. package/dist/ketchup/ketchup.esm.js +1 -1
  249. package/dist/ketchup/{p-9249bf18.entry.js → p-0b674619.entry.js} +1 -1
  250. package/dist/ketchup/{p-be04cb85.entry.js → p-0e070e9c.entry.js} +1 -1
  251. package/dist/ketchup/p-0f97523f.entry.js +1 -0
  252. package/dist/ketchup/{p-74c6c382.js → p-13118466.js} +1 -1
  253. package/dist/ketchup/{p-f8aefe67.js → p-17f0cc01.js} +1 -1
  254. package/dist/ketchup/p-1e381f3d.js +1 -0
  255. package/dist/ketchup/{p-01fd9784.entry.js → p-1f9a5de9.entry.js} +1 -1
  256. package/dist/ketchup/{p-37d0e9e4.entry.js → p-207f8882.entry.js} +1 -1
  257. package/dist/ketchup/{p-43f50ba7.entry.js → p-273c4680.entry.js} +2 -2
  258. package/dist/ketchup/{p-17c33bed.entry.js → p-33699a63.entry.js} +1 -1
  259. package/dist/ketchup/{p-cabebabc.js → p-36edcc02.js} +1 -1
  260. package/dist/ketchup/{p-5f645f29.js → p-37390512.js} +1 -1
  261. package/dist/ketchup/p-3a9c45ff.entry.js +1 -0
  262. package/dist/ketchup/{p-8655b58a.entry.js → p-3ed784eb.entry.js} +1 -1
  263. package/dist/ketchup/{p-63dd560e.entry.js → p-47023eae.entry.js} +1 -1
  264. package/dist/ketchup/p-53570ac4.entry.js +1 -0
  265. package/dist/ketchup/p-5445b692.entry.js +1 -0
  266. package/dist/ketchup/{p-3357aa91.entry.js → p-551b95a9.entry.js} +1 -1
  267. package/dist/ketchup/{p-ecf63f95.entry.js → p-5540dd04.entry.js} +1 -1
  268. package/dist/ketchup/{p-b83c852d.entry.js → p-57b060e2.entry.js} +1 -1
  269. package/dist/ketchup/{p-885d0dd0.js → p-5c4b3914.js} +1 -1
  270. package/dist/ketchup/{p-6bf3ff2f.js → p-642fe1a3.js} +1 -1
  271. package/dist/ketchup/{p-c1257bb0.entry.js → p-6e8db402.entry.js} +1 -1
  272. package/dist/ketchup/{p-c8b6b65c.entry.js → p-798483ff.entry.js} +1 -1
  273. package/dist/ketchup/{p-8a291991.entry.js → p-79db04f9.entry.js} +1 -1
  274. package/dist/ketchup/{p-6766ca18.entry.js → p-87ab01df.entry.js} +2 -2
  275. package/dist/ketchup/{p-43e37416.js → p-9ef3e0eb.js} +1 -1
  276. package/dist/ketchup/p-ab080458.js +1 -0
  277. package/dist/ketchup/{p-6a59894e.entry.js → p-affac568.entry.js} +1 -1
  278. package/dist/ketchup/{p-da6ecaf5.entry.js → p-c875e6bb.entry.js} +1 -1
  279. package/dist/ketchup/{p-da6e388e.entry.js → p-c91a8416.entry.js} +1 -1
  280. package/dist/ketchup/{p-b6647af5.entry.js → p-cdd4c014.entry.js} +1 -1
  281. package/dist/ketchup/{p-a14160c1.entry.js → p-d09f2ae6.entry.js} +1 -1
  282. package/dist/ketchup/p-d2b66322.entry.js +1 -0
  283. package/dist/ketchup/p-da4f1ade.entry.js +1 -0
  284. package/dist/ketchup/{p-d3baddb1.entry.js → p-db78ec98.entry.js} +1 -1
  285. package/dist/ketchup/{p-346b17b4.entry.js → p-e333d2e1.entry.js} +1 -1
  286. package/dist/ketchup/{p-b803bf4b.entry.js → p-ebd8a151.entry.js} +2 -2
  287. package/dist/ketchup/{p-6ae996e1.entry.js → p-ed788afb.entry.js} +2 -2
  288. package/dist/ketchup/{p-26c10598.entry.js → p-ed961274.entry.js} +1 -1
  289. package/dist/ketchup/p-fde49142.entry.js +8 -0
  290. package/dist/types/components/kup-accordion/kup-accordion.d.ts +0 -5
  291. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +2 -0
  292. package/dist/types/components/kup-data-table/kup-data-table.d.ts +2 -4
  293. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +0 -5
  294. package/dist/types/components.d.ts +4 -23
  295. package/dist/types/managers/kup-dates/kup-dates.d.ts +10 -2
  296. package/package.json +1 -1
  297. package/dist/ketchup/p-87d242df.js +0 -1
  298. package/dist/ketchup/p-91846c17.entry.js +0 -1
  299. package/dist/ketchup/p-93dcbb39.js +0 -1
  300. package/dist/ketchup/p-99ff9e9c.entry.js +0 -1
  301. package/dist/ketchup/p-a6a12568.entry.js +0 -1
  302. package/dist/ketchup/p-b0c9b55c.entry.js +0 -1
  303. package/dist/ketchup/p-b780f3c6.entry.js +0 -1
  304. package/dist/ketchup/p-cfe822a5.entry.js +0 -1
  305. package/dist/ketchup/p-dcb80cbc.entry.js +0 -8
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-eaca3f99.js');
6
+ const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-593796c6.js');
7
7
  const bar_helpers = require('./bar.helpers-c481a535.js');
8
8
  const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
9
- require('./kup-dates-8619368a.js');
9
+ require('./kup-dates-6feda954.js');
10
10
 
11
11
  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}";
12
12
  const KupGanttStyle0 = kupGanttCss;
@@ -573,9 +573,9 @@ const KupGantt = class {
573
573
  TaskListHeader: this.TaskListHeader,
574
574
  TaskListTable: this.TaskListTable
575
575
  };
576
- return (index.h("div", { key: '7109becf8a0ea79cbe9489fff82bf89facac47d8', class: "gannt-wrapper-main" }, index.h("div", { key: '0a1a55f4456c4ea98d5ef475c0b2e18e46bc38ba', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: 'b29c1fcf3224e67406865a0576fb3d2c24152ea2', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
576
+ return (index.h("div", { key: '369ec43109afb9a6f40446e806faf1f54dd67a43', class: "gannt-wrapper-main" }, index.h("div", { key: '52c2d71a0508119b1e252d196079af28c36ffea9', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: '7bff507a44beaae83ac961dea8bad526b684d3b2', currentTasks: this.currentTasks, handleClick: this.handleClick, handleDblClick: this.handleDblClick, handleContextMenu: this.handleContextMenu, ganttOnClick: this.ganttOnClick, ganttOnDblClick: this.ganttOnDblClick, ganttonOnContextMenu: this.ganttonOnContextMenu, label: this.label, doubleView: this.doubleView, setDoubleView: this.setDoubleView }, tableProps, { class: "tasks", scrollableTaskList: this.scrollableTaskList, updateTaskListScrollX: this.ignoreScrollEvent, ontaskListScrollWidth: (width) => {
577
577
  this.taskListScrollWidth = width;
578
- }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.h("kup-task-gantt", { key: '4370f993f3967101d0f11b8eb1918660bd726e69', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (index.h("kup-tooltip", { key: '982893b5d115152c0c0120ad3e7f5f90108f0c0e', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), index.h("kup-vertical-scroll", { key: '0689e0a21b20efe6acfd410132dafb6b2372e88c', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (index.h("kup-horizontal-scroll", { key: '58e1f3fb41585e0606164ca9a13ad726ce146479', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
578
+ }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), index.h("kup-task-gantt", { key: '6d82fda19eaaf819c71a5772a52ec63319c34174', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (index.h("kup-tooltip", { key: 'b2b16a3153dac7ee314be92db91cafd2279df83e', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), index.h("kup-vertical-scroll", { key: 'c3bfcc814a946ec6c32f372288fb020c31906eee', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (index.h("kup-horizontal-scroll", { key: 'faafe36d199295d0d3d53405c8df3c5fe67cf94e', svgWidth: this.svgWidth, taskListTrueRef: this.taskListTrueRef, taskListWidth: this.taskListWidth, scrollNumber: this.scrollX, rtl: this.rtl, horizontalScroll: this.handleScrollX.bind(this), horizontalTaskListScroll: this.handleTaskListScrollX.bind(this), listCellWidth: this.listCellWidth, scrollableTaskList: this.scrollableTaskList, taskListScrollWidth: this.taskListScrollWidth, taskListScrollNumber: this.taskListScrollX }))));
579
579
  }
580
580
  get rootElement() { return index.getElement(this); }
581
581
  static get watchers() { return {
@@ -686,20 +686,20 @@ const HorizontalScroll = class {
686
686
  var _a, _b;
687
687
  const w = (_b = ((_a = this.taskListTrueRef) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect().width) + 24 * 1.5) !== null && _b !== void 0 ? _b : 0; // 24 * 2 is the sum of padding and margin for both list and gantt, multiplied by 1.5 cause we need to add the other half to the right
688
688
  const width = +this.listCellWidth.replace('px', '');
689
- return (index.h(index.Fragment, { key: '3ee4b33c6e25fcb70d69e395b8ab87e1266815de' }, index.h("div", { key: 'd809cc34591742ab2d3e830660c6235729f4bfd6', class: "scroll-container" }, this.scrollableTaskList &&
690
- this.taskListScrollWidth > width && (index.h("div", { key: '002f716ebd2194fdaa4747abbd815dede2310e1f', dir: "ltr", style: {
689
+ return (index.h(index.Fragment, { key: '1cb5cc72c0e08db314e6ead1a39180e6a20ed6f9' }, index.h("div", { key: 'da412f0efab8374f0bbc7cf4ab125d7e113543ee', class: "scroll-container" }, this.scrollableTaskList &&
690
+ this.taskListScrollWidth > width && (index.h("div", { key: '40344cef778d4b9051cf1d321b7b49e82e3bb35c', dir: "ltr", style: {
691
691
  margin: this.rtl
692
692
  ? `0px 20px 0px 20px`
693
693
  : `0px 20px 0px 20px`,
694
694
  maxWidth: `${width + 20}px`,
695
695
  minWidth: `${width + 20}px`,
696
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '80dd4ee1e4ce5255123d1791b8e7f9e3f7850aac', style: {
696
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: 'f39845955cc68e1900c597bc13966e2daf6e336c', style: {
697
697
  width: `${this.taskListScrollWidth}px`,
698
- }, class: "scroll" }))), index.h("div", { key: '56532ce90b37842411a32644290aec2f7afe4db6', dir: "ltr", style: {
698
+ }, class: "scroll" }))), index.h("div", { key: '8aa6d6fbbd7fea960479851a816d93b31c971269', dir: "ltr", style: {
699
699
  margin: this.rtl
700
700
  ? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
701
701
  : `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
702
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: 'd2e5a2ede41bdcf2132abd148e5cb305f651616e', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
702
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: 'd0502cab3f7a0e3cb145f903b4ce5c708ec5917e', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
703
703
  }
704
704
  get rootElement() { return index.getElement(this); }
705
705
  static get watchers() { return {
@@ -720,7 +720,7 @@ const StandardTooltipContent = class {
720
720
  this.fontFamily = undefined;
721
721
  }
722
722
  render() {
723
- return (index.h("div", { key: '6cb39ed2774a2a085b59614a28bcf6c4b1f412e5', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '14ba484605e8f431864e4a004b52d207832c6767', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (index.h("p", { key: '8d73ed8b0710111547347adf7af9f69ed2f542f6', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: 'bf91f317858b1ac75f4e9f5a63643cf452ab8675', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
723
+ return (index.h("div", { key: '7427840d8808ed3ebbc8b57f8bd4653243a6e9a1', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '1d7aaa16b5fa91322952d235ac8a6ba90d4a3083', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (index.h("p", { key: 'a30ef9c69dc7091d0f935d64d76ce6aa5eb32d4c', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: '2cbb86c782ec3c4e87e2ddfaf2717bada396f664', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
724
724
  }
725
725
  };
726
726
  StandardTooltipContent.style = KupStandardTooltipStyle0;
@@ -746,7 +746,7 @@ const KupSwitcher = class {
746
746
  this.activeButton = mode;
747
747
  this.timeUnitChange(mode);
748
748
  };
749
- return (index.h("div", { key: '012133b0d55d66f293a148606fd4535d1fe6bb65', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
749
+ return (index.h("div", { key: 'd24d4bc2fd86820f8ec6970387020b7d2b6088d1', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
750
750
  button: true,
751
751
  buttonActive: this.activeButton === label,
752
752
  }, onClick: () => handleButtonClick(label) }, index.h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -790,12 +790,12 @@ const TaskGantt = class {
790
790
  }
791
791
  render() {
792
792
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
793
- return (index.h("div", { key: 'f07dc11e68fd4a3d081565afb74c72242e28ebc3', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '2ec6d0997f8e7a8cdff87c23aa20cddb8435cb96', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), index.h("div", { key: '8287ac5fcdc637e2c8628e5c6d5d34c5e91b084e', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
793
+ return (index.h("div", { key: 'e2b4a8dff37cb823329dd6cbf6ea4ed7a9b81e33', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '156ef3dc8e066fa143ca2b27c945e5487299b87b', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), index.h("div", { key: '994c441039334c518f9c45bcb1b197ecc0ca5073', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
794
794
  ? {
795
795
  height: `${this.ganttHeight}px`,
796
796
  width: `${this.gridProps.svgWidth}px`,
797
797
  }
798
- : { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: '44155198710cbd533f55902f4601fa005b1df42c' }, newBarProps)))));
798
+ : { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: 'f7b9656624c914819676bebc1891d9d388c7bfe7' }, newBarProps)))));
799
799
  }
800
800
  get rootElement() { return index.getElement(this); }
801
801
  static get watchers() { return {
@@ -895,7 +895,7 @@ const TaskList = class {
895
895
  if (TaskListTable && TaskListTable['$attrs$']) {
896
896
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
897
897
  }
898
- return (index.h("div", { key: 'e0c4cb1d320c69f860837e7090041f7b82105681', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (index.h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), index.h("div", { key: '8909145b3ddca6f008e839e354acdcd389d41c68', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
898
+ return (index.h("div", { key: 'f934b78d05a4851af330799a723b9afe0a2be36d', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (index.h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), index.h("div", { key: '0ee50961a474dac562d97548df584e98c07360fa', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
899
899
  ? { height: this.ganttHeight + 'px' }
900
900
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (index.h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
901
901
  let row = kupPlannerRendererHelper.getProjectById(id, this.currentTasks);
@@ -944,22 +944,22 @@ const KupTaskListHeader = class {
944
944
  this.rowWidth = undefined;
945
945
  }
946
946
  render() {
947
- return (index.h("div", { key: '293191d3067a68bc17b57880677a4faca34ee7b1', class: "ganttTable", style: {
947
+ return (index.h("div", { key: '4efef768654d5ee326236b20138a45aac4428125', class: "ganttTable", style: {
948
948
  fontFamily: this.fontFamily,
949
949
  fontSize: this.fontSize,
950
- } }, index.h("div", { key: 'e95afea053674ea5bddd77f53caae5ec0e520a1e', class: "ganttTable_Header", style: {
950
+ } }, index.h("div", { key: '37faca5980c085750eb731dee64e3e3ed4a2897f', class: "ganttTable_Header", style: {
951
951
  height: `${this.headerHeight - 2}px`,
952
- } }, index.h("div", { key: 'f3803e5e576f6f4bc546d9e44e2ddc626f6223de', class: "ganttTable_HeaderItem", style: {
952
+ } }, index.h("div", { key: '19d84c87983e55eb0af2c5a1a0e6cb173616bea5', class: "ganttTable_HeaderItem", style: {
953
953
  minWidth: this.rowWidth,
954
- } }, "\u00A0Name"), index.h("div", { key: 'cb678b5973523373bc77eda9daab276dcfeebec5', class: "ganttTable_HeaderSeparator", style: {
954
+ } }, "\u00A0Name"), index.h("div", { key: '1e5526e24c54a2b1a648df22eec6e40a5a0ec0be', class: "ganttTable_HeaderSeparator", style: {
955
955
  height: `${this.headerHeight * 0.5}px`,
956
956
  marginTop: `${this.headerHeight * 0.2}px`,
957
- } }), index.h("div", { key: '7c8085cdb3652ed6568c3eec0602308ab46f6220', class: "ganttTable_HeaderItem", style: {
957
+ } }), index.h("div", { key: 'e5a506727de0d36230317b9920840ef5ac26fa9f', class: "ganttTable_HeaderItem", style: {
958
958
  minWidth: this.rowWidth,
959
- } }, "\u00A0From"), index.h("div", { key: '6dad7a8de061e5fa002c2dd2fc532ffaf05fe446', class: "ganttTable_HeaderSeparator", style: {
959
+ } }, "\u00A0From"), index.h("div", { key: '3346d2674ee3c6d75fe524b70e26166d68850cd4', class: "ganttTable_HeaderSeparator", style: {
960
960
  height: `${this.headerHeight * 0.5}px`,
961
961
  marginTop: `${this.headerHeight * 0.25}px`,
962
- } }), index.h("div", { key: '320418a8acb51dc66b8178d24067f13cfbd4ad0c', class: "ganttTable_HeaderItem", style: {
962
+ } }), index.h("div", { key: '607b1f90fe2b97b614165e97c05926b2149f8e7c', class: "ganttTable_HeaderItem", style: {
963
963
  minWidth: this.rowWidth,
964
964
  } }, "\u00A0To"))));
965
965
  }
@@ -993,7 +993,7 @@ const TaskListTableDefault = class {
993
993
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
994
994
  }
995
995
  render() {
996
- return (index.h("div", { key: 'e679acf83ddd939b7fa1f96b7a708ae98862cb43', class: "taskListWrapper", style: {
996
+ return (index.h("div", { key: 'e7368c350429accbf8713109fe99c73c4cb6a850', class: "taskListWrapper", style: {
997
997
  fontFamily: this.fontFamily,
998
998
  fontSize: this.fontSize,
999
999
  } }, this.tasks.map((task) => (index.h("div", { class: {
@@ -1082,7 +1082,7 @@ const Tooltip = class {
1082
1082
  }
1083
1083
  }
1084
1084
  render() {
1085
- return (index.h("div", { key: '965668f55b0349e1c67af6c3bd220aec057cca19', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: 'e1b3465091843453afbd6ff05a976dc29d983ec5', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1085
+ return (index.h("div", { key: 'aacfee9b9521a7da47c42959ddba11cc13a2d86e', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: 'c4c45b5f181e23ead0bdb3dc9b6cf5e78458cf6e', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1086
1086
  }
1087
1087
  get rootElement() { return index.getElement(this); }
1088
1088
  static get watchers() { return {
@@ -1136,11 +1136,11 @@ const KupVerticalScroll = class {
1136
1136
  };
1137
1137
  }
1138
1138
  render() {
1139
- return (index.h("div", { key: '58119aaa3b6e87beccd6927780c3784134c61538', style: {
1139
+ return (index.h("div", { key: '8e3600213a2d21a94dbb232a0dd2b83c332fc093', style: {
1140
1140
  height: `${this.ganttHeight}px`,
1141
1141
  marginTop: `${this.headerHeight}px`,
1142
1142
  marginLeft: this.rtl ? '' : '-1rem',
1143
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: '4459a998887c99a3739bad71176d138ed7468492', style: {
1143
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: 'f11b5279bb0fafa024cf92df8a9960fb4fdaa8d5', style: {
1144
1144
  height: `${this.ganttFullHeight}px`,
1145
1145
  width: '1px',
1146
1146
  } })));
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-8619368a.js');
8
+ require('./kup-dates-6feda954.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-grid component.
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-8619368a.js');
8
+ require('./kup-dates-6feda954.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-htm component.
@@ -89,7 +89,7 @@ const KupHTM = class {
89
89
  render() {
90
90
  var _a;
91
91
  const isLink = __classPrivateFieldGet(this, _KupHTM_instances, "m", _KupHTM_isObjectCompatibleWithHTM).call(this, (_a = this === null || this === void 0 ? void 0 : this.data) === null || _a === void 0 ? void 0 : _a.obj);
92
- return (index.h(index.Host, { key: 'a75ee63e4afdad2cf7b59f6fd4f22824453c6599' }, index.h("style", { key: '6d1abbec22dd12d108fb2a5002ca8cfbba81baff' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '5eb44d4501f2f9dc41ec8b808e9b1ef28f7d5e44', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'bef0fb7dd39e01f3693d927941441a91a1e357c5', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("kup-button", { label: __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB), sizing: 'small', class: 'kup-secondary', icon: "open-in-new", styling: 'flat', trailingIcon: true, onClick: () => this.openInNewTab(this.data.value) }), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
92
+ return (index.h(index.Host, { key: '7e74bdbde1456c74a177350f6d0dc68da4e15b23' }, index.h("style", { key: 'e284b80b52c6ff7c47e908fdcf4a8631428acd29' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '79e75e97a2e72abf83c6efb3564dd36e6c8605ad', id: GenericVariables.componentWrapperId }, index.h("div", { key: '37d4acd00efe5cda11ef5d0572d391ff278fd4c7', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("kup-button", { label: __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB), sizing: 'small', class: 'kup-secondary', icon: "open-in-new", styling: 'flat', trailingIcon: true, onClick: () => this.openInNewTab(this.data.value) }), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
93
93
  }
94
94
  disconnectedCallback() {
95
95
  __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
7
- require('./kup-dates-8619368a.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
+ require('./kup-dates-6feda954.js');
8
8
 
9
9
  /**
10
10
  * Props of the kup-iframe component.
@@ -4,18 +4,18 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
6
  const fButton = require('./f-button-c084046d.js');
7
- const fCell = require('./f-cell-9c556447.js');
8
- const kupManager = require('./kup-manager-dbf73b5f.js');
7
+ const fCell = require('./f-cell-17acbc57.js');
8
+ const kupManager = require('./kup-manager-863afae7.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
10
  const fTypography = require('./f-typography-85d8238a.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-7457eb26.js');
14
14
  require('./f-checkbox-e59d6bda.js');
15
- require('./f-chip-29f981f7.js');
16
- require('./f-object-field-ae0e860d.js');
17
- require('./f-text-field-025f9ff3.js');
18
- require('./kup-dates-8619368a.js');
15
+ require('./f-chip-69c882a5.js');
16
+ require('./f-object-field-c4c5df13.js');
17
+ require('./f-text-field-9832e4ef.js');
18
+ require('./kup-dates-6feda954.js');
19
19
  require('./component-a6dd6c14.js');
20
20
 
21
21
  var KupInputPanelLayoutSectionType;
@@ -426,7 +426,7 @@ const KupInputPanel = class {
426
426
  index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
427
427
  ]
428
428
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
429
- return (index.h(index.Host, { key: '304327110b40263de12a027b6a1b88c96eaaf462', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
429
+ return (index.h(index.Host, { key: 'e60dd7ff1d84c76cf3585fe64462d65292653a91', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
430
430
  this.tabSelected = e.detail.node.id;
431
431
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => {
432
432
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -436,7 +436,7 @@ const KupInputPanel = class {
436
436
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
437
437
  }, "onKup-objectfield-selectedmenuitem": (e) => {
438
438
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
439
- }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, index.h("style", { key: '4db27d7d6b303092595b946059d382201f54e376' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '76aeb626a68f97072db94e6b9da230b3002b5ff0', id: GenericVariables.componentWrapperId }, inputPanelContent)));
439
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, index.h("style", { key: 'dbb0432225e8900ba162bb71a2821356ce1be75b' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'd5030dca46ae4f6ef242e5c63a15324bc6f92107', id: GenericVariables.componentWrapperId }, inputPanelContent)));
440
440
  }
441
441
  disconnectedCallback() {
442
442
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-8619368a.js');
8
+ require('./kup-dates-6feda954.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-lazy component.
@@ -138,39 +138,39 @@ const KupLazy = class {
138
138
  switch (this.componentName) {
139
139
  case 'kup-button':
140
140
  //call_to_action.svg
141
- resource = (index.h("svg", { key: '6ef8e6ce1ab9d761d4a780092108f17c339fd54d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'c688a97a3175fbf873b14f090128e6052ff4f583', d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
141
+ resource = (index.h("svg", { key: '5e72b30a0f1e3430f6156e38ec21e5ab4fbad8f3', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'aa48fb656f7dc30746dd11d4d3405b60a312f2c3', d: "M42 6H6c-2.2 0-4 1.8-4 4v28c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zm0 32H6v-6h36v6z" })));
142
142
  break;
143
143
  case 'kup-card':
144
144
  //art_track.svg
145
- resource = (index.h("svg", { key: 'e8c085a0290d74271fea8fdcf8967a2879b60952', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'd98c2f8fdac874d1fc6bbd62d5dd78a239884259', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
145
+ resource = (index.h("svg", { key: '5f448fd1eb1ab0270cf458177c3966ba6000295b', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'bad66bec1cb624efd059126cec4f98846cdeef75', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
146
146
  break;
147
147
  case 'kup-checkbox':
148
148
  //check_box_outline_blank.svg
149
- resource = (index.h("svg", { key: '387778969fa8edcf28f05f9e8b8ddeb4276ffcb0', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'd2dfdd62e4311c12b6d976cbdf4ff13ee57a6e3d', d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
149
+ resource = (index.h("svg", { key: '138d53448f4c329478d24d246d0fef6fbcb62d7a', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '96079538dc0737b2e7b7a376b4e0283a829a0143', d: "M38 10v28H10V10h28m0-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4z" })));
150
150
  break;
151
151
  case 'kup-chart':
152
152
  //chart-bar.svg
153
- resource = (index.h("svg", { key: '06ed4a8402309d19de8116f4ad757697311ff107', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '04b406e431b4aca3633b8c0da9586c8c9b0d6041', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
153
+ resource = (index.h("svg", { key: '3ea391531e961b72fb84c7265e3b398a4e40028a', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '54773da2ab16358a610b96ce742288fa8a2ca362', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
154
154
  break;
155
155
  case 'kup-data-table':
156
156
  //table-large.svg
157
- resource = (index.h("svg", { key: 'eb9b6f6bdeeecc2792fcea8691dcef759fe81556', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '77f0fcae30e0aa4b5f43d3a569a2b617283b03ea', d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
157
+ resource = (index.h("svg", { key: '899606089c5e7b4e1a88823c8cb27e5f86aa1d4c', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, index.h("path", { key: '17bb02d78bb042ae255314ea8f68b1ce7481e993', d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z" })));
158
158
  break;
159
159
  case 'kup-image':
160
160
  //photo.svg
161
- resource = (index.h("svg", { key: '04ceb28f6775ddfae7d96f79b18d8994728637df', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '42c360e99dc7a182cac7d9e59ccbf75147dc8e8d', d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
161
+ resource = (index.h("svg", { key: '049a62d7a9dccfee4a2fae8e0cd5869b85e06d46', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'b27ed54889308bf056f24c70511d39e134603f89', d: "M42 38V10c0-2.21-1.79-4-4-4H10c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4zM17 27l5 6.01L29 24l9 12H10l7-9z" })));
162
162
  break;
163
163
  case 'kup-progress-bar':
164
164
  //linear_scale.svg
165
- resource = (index.h("svg", { key: '3ccd5f21ff7d70bdba49923c09430ebec0a97704', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '23298372cacfdc4574f04716192efb811d2cfd37', d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
165
+ resource = (index.h("svg", { key: '686ea803a443610674b2bf9282801cedc627b64e', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '2e64b70e935e82ebbca79a89202ccdc19ba666df', d: "M39 19c-2.05 0-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3s-3.81 1.23-4.58 3h-5.84c-.77-1.77-2.53-3-4.58-3-2.77 0-5 2.23-5 5s2.23 5 5 5c2.05 0 3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3s3.81-1.23 4.58-3h5.84c.77 1.77 2.53 3 4.58 3 2.77 0 5-2.23 5-5s-2.23-5-5-5z" })));
166
166
  break;
167
167
  case 'kup-radio':
168
168
  //radio_button_unchecked.svg
169
- resource = (index.h("svg", { key: 'c5591e83377190aed44435b18d2c1d826760636d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: '2c411004ef92cd65b090bd5a6492058093d1c355', d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
169
+ resource = (index.h("svg", { key: '0fff99e133a6a1795ee1d9797746efbefaf82fbf', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'db92d5a4868e8c8d8120d136621df4bf17c4679b', d: "M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.84 0-16-7.16-16-16S15.16 8 24 8s16 7.16 16 16-7.16 16-16 16z" })));
170
170
  break;
171
171
  default:
172
172
  //art_track.svg
173
- resource = (index.h("svg", { key: '8eb3088a3ff5e401795d96edf1c10ceecba88be2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'e4c7c22dcc6eb88e70bc8d73c91215c061abcbd4', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
173
+ resource = (index.h("svg", { key: 'b9d19e00ae1ae630128d73243861f6479b1455dc', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, index.h("path", { key: 'e7ca81f490462908580b0a7509ec3811dbd85eaf', d: "M44 26H28v-4h16v4zm0-12H28v4h16v-4zM28 34h16v-4H28v4zm-4-16v12c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h12c2.2 0 4 1.8 4 4zm-3 12l-4.5-6-3.5 4.51-2.5-3.01L7 30h14z" })));
174
174
  break;
175
175
  }
176
176
  if ((this.renderMode === KupLazyRender.VIEWPORT && this.isInViewport) ||
@@ -179,14 +179,14 @@ const KupLazy = class {
179
179
  this.data &&
180
180
  this.isInViewport)) {
181
181
  let Tag = this.componentName;
182
- content = (index.h(Tag, Object.assign({ key: '890cf92c06cbd54587ab7c22e3ee3c2f4b9dee59' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
182
+ content = (index.h(Tag, Object.assign({ key: 'e93f7f4ac49af252f791a4f7cb9be5e83d1df7bf' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
183
183
  className += ' kup-loaded';
184
184
  }
185
185
  else if (this.showPlaceholder) {
186
186
  content = resource;
187
187
  className += ' kup-to-be-loaded';
188
188
  }
189
- return (index.h(index.Host, { key: '95f6bc81bada3c2c3aa5edca99ce1c0468a0d243', class: className }, index.h("style", { key: '7786c66188bac6c1af8e08bbc5df81fcbe4efb4f' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '034191f76878f04fe3fea66db9946d5cec7384a6', id: GenericVariables.componentWrapperId }, content)));
189
+ return (index.h(index.Host, { key: '99f35069da0886b3174bff35eaeae29d19a9fe2f', class: className }, index.h("style", { key: '4acddcd21d8ed89d235f7012fff7c7ea4abef2d1' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: 'e7b4a285865ec15115437f06a3873349e4e5965c', id: GenericVariables.componentWrapperId }, content)));
190
190
  }
191
191
  disconnectedCallback() {
192
192
  var _a;
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-7457eb26.js');
9
9
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
10
- require('./kup-dates-8619368a.js');
10
+ require('./kup-dates-6feda954.js');
11
11
 
12
12
  /**
13
13
  * Props of the kup-magic-box component.
@@ -291,11 +291,11 @@ const KupMagicBox = class {
291
291
  this.kupManager.debug.logRender(this, true);
292
292
  }
293
293
  render() {
294
- return (index.h(index.Host, { key: '435081e624cc32ec6351550f451aa1bbe7a1dfd6' }, index.h("style", { key: '952e0d82167e1504f70784b12c444f425bff56b0' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '64ee1ac8c7e12adf6db3fa464765c141ff0700ba', id: GenericVariables.componentWrapperId }, index.h("div", { key: '20d5f115073cbcf29cd20b1ceaaf8405d548dc9f', class: "magic-box-wrapper" }, index.h("div", { key: 'ee0d224e2da4a9e6fbdced6600e85127081d7f7e', class: "actions", id: "drag-handle" }, index.h("kup-combobox", Object.assign({ key: '1e1833c12a7bc0ab057244e32b82b1f3a51abc0f' }, this.comboboxProps())), index.h("kup-button", { key: '90ac662c407ac237bdb74799d3eb7b401c0ee17f', styling: fButtonDeclarations.FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
294
+ return (index.h(index.Host, { key: '049e0e429c4deb0c4b42aa4119630553269b4b5f' }, index.h("style", { key: '5141bbd9f761950b9c661aac8724d9bc7ddd00b3' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '22518e2bc9311b8d0989418f3185a91dd95c54c2', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'a0929d74cc1e8f7b4b72fd481bed66683c77fc81', class: "magic-box-wrapper" }, index.h("div", { key: '2550b87cb0ff859cf32756cb34932f2c1a2e1ed7', class: "actions", id: "drag-handle" }, index.h("kup-combobox", Object.assign({ key: 'cf84762570b8c0c7e27158725cba90ac10bb91a6' }, this.comboboxProps())), index.h("kup-button", { key: '4325adf34dc50fa7c34d037784eeaa7f994f0f21', styling: fButtonDeclarations.FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
295
295
  this.data = null;
296
- } }), index.h("kup-button", { key: 'ddddb4453f992fbb1177d5d564debfaa7d4ad367', id: "close-dialog", customStyle: `:host{${kupManager.KupThemeColorValues.PRIMARY}: var(${kupManager.KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
296
+ } }), index.h("kup-button", { key: 'f635e3b8e1abbde80eddf0092f6b9538031fd7c6', id: "close-dialog", customStyle: `:host{${kupManager.KupThemeColorValues.PRIMARY}: var(${kupManager.KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
297
297
  this.kupManager.hideMagicBox();
298
- } })), index.h("div", { key: '28ffd91695f2363393d6ffa3ddbc1c4a85fbd7ec', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
298
+ } })), index.h("div", { key: 'e5f3e3497af54d3e3061f28abf0dc8e69ed18959', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
299
299
  }
300
300
  disconnectedCallback() {
301
301
  this.kupManager.interact.unregister([
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const kupDates = require('./kup-dates-8619368a.js');
3
+ const kupDates = require('./kup-dates-6feda954.js');
4
4
  const index = require('./index-c7d441d8.js');
5
5
 
6
6
  /**
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-8619368a.js');
8
+ require('./kup-dates-6feda954.js');
9
9
 
10
10
  const navbarClass = 'nav-bar';
11
11
  /**
@@ -130,7 +130,7 @@ const KupNavBar = class {
130
130
  this.kupManager.debug.logRender(this, true);
131
131
  }
132
132
  render() {
133
- return (index.h(index.Host, { key: 'acfd6c49f95d58b488dbcd5949840d06af1b1248', class: "header" }, index.h("style", { key: 'c6bcb2d584c6a907a2e593e64018f400bcdc60af' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: 'b8ff106dd7b485bf1eaffa72369aea0d9ffb47b7', id: GenericVariables.componentWrapperId }, index.h("header", { key: 'e6371baf28e60b716f82fef81375fc0a99d5f037', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, index.h("div", { key: '4cda7b8655b54d64486c7828d28f6af4d72e47d7', class: `${navbarClass}__row` }, this.content())))));
133
+ return (index.h(index.Host, { key: 'd093a8d45896d85fd71e3d92a7451efccc3a10ba', class: "header" }, index.h("style", { key: '59a661649f8a7b81b3258e56ae93bc18f2a5f3fd' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: 'a44b81214556b495f7cb253f16085cd1a884c717', id: GenericVariables.componentWrapperId }, index.h("header", { key: '91e08ad248d5a56aa9eebc753e883c0cbe8a77ec', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, index.h("div", { key: '4f5f6924c6b311ffb8f46f26a4ac266f42aaf6a4', class: `${navbarClass}__row` }, this.content())))));
134
134
  }
135
135
  disconnectedCallback() {
136
136
  this.kupManager.language.unregister(this);
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- const fTextField = require('./f-text-field-025f9ff3.js');
8
+ const fTextField = require('./f-text-field-9832e4ef.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
- require('./kup-dates-8619368a.js');
10
+ require('./kup-dates-6feda954.js');
11
11
  require('./f-image-7457eb26.js');
12
12
  require('./component-a6dd6c14.js');
13
13
 
@@ -355,7 +355,7 @@ const KupNumericPicker = class {
355
355
  this.kupManager.debug.logRender(this, true);
356
356
  }
357
357
  render() {
358
- return (index.h(index.Host, { key: 'ed5978c3c711572fba11953a4bae01e0598f1518' }, index.h("style", { key: '654f870a6411701fcaec03debd5f0b72ae88f26d' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '159724577a43a3dbdda94baac6f999b94d2415a1', id: GenericVariables.componentWrapperId }, this.prepTextfield())));
358
+ return (index.h(index.Host, { key: '22a6ef8139d04934008071cfa9f9d395144cf82c' }, index.h("style", { key: '3631b7dedacb5a4732a78a36ab6a4ddd772ae632' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '9496502390810c10eb60f5fad738d99ee2cbaef5', id: GenericVariables.componentWrapperId }, this.prepTextfield())));
359
359
  }
360
360
  disconnectedCallback() {
361
361
  this.kupManager.dates.unregister(this);
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const fObjectField = require('./f-object-field-ae0e860d.js');
7
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const fObjectField = require('./f-object-field-c4c5df13.js');
7
+ const kupManager = require('./kup-manager-863afae7.js');
8
8
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
9
9
  require('./f-button-c084046d.js');
10
10
  require('./f-button-declarations-76ef9f87.js');
11
11
  require('./f-image-7457eb26.js');
12
- require('./f-text-field-025f9ff3.js');
13
- require('./kup-dates-8619368a.js');
12
+ require('./f-text-field-9832e4ef.js');
13
+ require('./kup-dates-6feda954.js');
14
14
 
15
15
  /**
16
16
  * Props of the kup-object-field component.
@@ -101,7 +101,7 @@ const KupObjectField = class {
101
101
  inputValue: this.inputValue,
102
102
  onChange: null,
103
103
  };
104
- return (index.h(index.Host, { key: 'f49869e3e16d0904d85efa627f1bbf2a4fff8f0b' }, index.h("style", { key: '374069424d8ebf7b7707f4196f5accb02ef092d9' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '1cf69a2ff41697691190edfd41a385e0239bff9f', id: GenericVariables.componentWrapperId }, index.h(fObjectField.FObjectField, Object.assign({ key: 'f622a5aa029de55db4785174b9904f3a14444a63' }, props)))));
104
+ return (index.h(index.Host, { key: '5eaf6b26539f0d6301e19077a29419bb91e11629' }, index.h("style", { key: '03944bfc8cd00d94e11aef6ccfc55e7ffe73f741' }, __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'e0336a46ae9b6b0cce2dbf83498508560414ecca', id: GenericVariables.componentWrapperId }, index.h(fObjectField.FObjectField, Object.assign({ key: '1f82d5ee84dedcf85d67536a2e4667bf51a70485' }, props)))));
105
105
  }
106
106
  disconnectedCallback() {
107
107
  __classPrivateFieldGet(this, _KupObjectField_kupManager, "f").theme.unregister(this);
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- const kupDates = require('./kup-dates-8619368a.js');
8
+ const kupDates = require('./kup-dates-6feda954.js');
9
9
 
10
10
  /**
11
11
  * Props of the kup-pdf component.
@@ -76585,7 +76585,7 @@ const KupPdf = class {
76585
76585
  catch (error) { }
76586
76586
  }
76587
76587
  render() {
76588
- return (index.h(index.Host, { key: 'da241b20a823ecd76fd3907b6c65c2b5406697bc' }, index.h("div", { key: 'd99101b5b657a917fd8bfcddece2eb655c450bf2', id: GenericVariables.componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76588
+ return (index.h(index.Host, { key: '56dc837db190498749a7536216871f33da6fa6a5' }, index.h("div", { key: '43e4a5818a404361bc9f9f47744e798f37e02ac2', id: GenericVariables.componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
76589
76589
  }
76590
76590
  disconnectedCallback() {
76591
76591
  __classPrivateFieldGet(this, _KupPdf_kupManager, "f").theme.unregister(this);
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const kupDates = require('./kup-dates-8619368a.js');
3
+ const kupDates = require('./kup-dates-6feda954.js');
4
4
 
5
5
  const columnWidthForTimeUnit = (timeUnit) => {
6
6
  switch (timeUnit) {
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-eaca3f99.js');
6
+ const kupPlannerRendererHelper = require('./kup-planner-renderer-helper-593796c6.js');
7
7
  const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
8
- const kupDates = require('./kup-dates-8619368a.js');
8
+ const kupDates = require('./kup-dates-6feda954.js');
9
9
  const kupPlannerTimeFormatter = require('./kup-planner-time-formatter-b7dca3ea.js');
10
10
 
11
11
  const CustomTooltipHOC = () => {
@@ -230,13 +230,13 @@ const KupPlannerRenderer = class {
230
230
  }
231
231
  render() {
232
232
  var _a, _b, _c;
233
- return (index.h("div", { key: '5de523c8fde95703f5c3799144a0244a85359c4b', class: "planner-render" }, index.h("kup-switcher", { key: 'd68e17265c995856790eee5f5a22defb4ca2ac4e', timeUnitChange: (timeUnit) => {
233
+ return (index.h("div", { key: 'c1cc0fe4d44331b5b75fb35b0afbd913caf7f622', class: "planner-render" }, index.h("kup-switcher", { key: '3c125419b5912ff9c9b9c24adba71dda785fa01d', timeUnitChange: (timeUnit) => {
234
234
  var _a, _b;
235
235
  (_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
236
236
  this.timeUnit = timeUnit;
237
237
  this.viewDate = undefined;
238
238
  this.scrollX = -1;
239
- } }), this.props && (index.h("div", { key: '8754e5f34d2724aecfeae1752ed67cfa4ba2e827', style: {
239
+ } }), this.props && (index.h("div", { key: 'cf92a3212f97ec496aa30ff6b7eec91e831e4b14', style: {
240
240
  display: 'flex',
241
241
  flexDirection: 'column',
242
242
  } }, index.h("kup-gantt", Object.assign({ ref: (el) => (this.mainGantt = el), ganttId: kupPlannerDeclarations.KUP_PLANNER_MAIN_GANTT_ID, key: kupPlannerDeclarations.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: kupPlannerRendererHelper.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) => {
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager$1 = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager$1 = require('./kup-manager-863afae7.js');
7
7
  const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
8
8
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
9
- const fTextField = require('./f-text-field-025f9ff3.js');
9
+ const fTextField = require('./f-text-field-9832e4ef.js');
10
10
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
11
- require('./kup-dates-8619368a.js');
11
+ require('./kup-dates-6feda954.js');
12
12
  require('./f-image-7457eb26.js');
13
13
  require('./component-a6dd6c14.js');
14
14
 
@@ -647,7 +647,7 @@ const KupPlanner = class {
647
647
  if ((_b = this.plannerProps) === null || _b === void 0 ? void 0 : _b.secondaryGantt) {
648
648
  plannerProps.secondaryGantt = Object.assign(Object.assign({}, this.plannerProps.secondaryGantt), { onScrollY: this.handleDetailGanttScrollY.bind(this) });
649
649
  }
650
- return (index.h(index.Host, { key: 'd9d6206552ba577c1ccbb3aa504dd3f79c65fb48' }, index.h("style", { key: '259b593627ed82074f3ea32899a4e2c5fd40ec2a' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '38e8a2fc36b28053874efbc34682a60743d53831', id: GenericVariables.componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (index.h("kup-planner-renderer", { key: '42e753e587e90705623c666153d8cfdf0f3cedd4', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), index.h("div", { key: '07c0c3ce7354a7f8263985138fe77f6a298fe473', style: { display: this.plannerProps ? 'none' : '' } }, index.h(fTextField.FTextField, { key: '83d3f1d119a04ac4bc48ce44762b1ffea3c05600', icon: kupManager$1.KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(kupManager$1.KupLanguageSearch.SEARCH), onKeyDown: (e) => {
650
+ return (index.h(index.Host, { key: '07f4dd3d5e91864ee8f6d01705a89b3ff14a99f7' }, index.h("style", { key: '9e415c959cb6757efa80680eac6920cc19a82b89' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'fde2bd441bbf3df7a423f97bc3d5dc97cbb7f943', id: GenericVariables.componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (index.h("kup-planner-renderer", { key: 'c389726acbf2859a311ace7121423260de2b3b2c', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), index.h("div", { key: '92758b8acc38cfca30d65b405888e58f4a4bd1f1', style: { display: this.plannerProps ? 'none' : '' } }, index.h(fTextField.FTextField, { key: '8645ce7ea69ec2e2d084a7487c691d7291de8a67', icon: kupManager$1.KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(kupManager$1.KupLanguageSearch.SEARCH), onKeyDown: (e) => {
651
651
  if (e.key === 'Enter') {
652
652
  __classPrivateFieldGet(this, _KupPlanner_instances, "m", _KupPlanner_onFilter).call(this, e.target.value);
653
653
  }
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-c7d441d8.js');
6
- const kupManager = require('./kup-manager-dbf73b5f.js');
6
+ const kupManager = require('./kup-manager-863afae7.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
- require('./kup-dates-8619368a.js');
8
+ require('./kup-dates-6feda954.js');
9
9
 
10
10
  const KupProbe = class {
11
11
  constructor(hostRef) {
@@ -239,7 +239,7 @@ const KupProbe = class {
239
239
  if (this.features.theme) {
240
240
  customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
241
241
  }
242
- return (index.h(index.Host, { key: '24190a7c994c0e681bda171cadcd2cdabe9c03ad' }, customStyle ? index.h("style", null, customStyle) : null, index.h("div", { key: '5c6a26b0cc5e566639e8ab2e6d220dde24cdfeba', id: GenericVariables.componentWrapperId }, this.content)));
242
+ return (index.h(index.Host, { key: '62508785a36efee2c2e6496aad81384ee7e3275d' }, customStyle ? index.h("style", null, customStyle) : null, index.h("div", { key: 'd2a02de79960d37fb1f1286b1cee4622fe6a927e', id: GenericVariables.componentWrapperId }, this.content)));
243
243
  }
244
244
  disconnectedCallback() {
245
245
  if (this.features.language) {