@sme.up/ketchup 11.0.0-SNAPSHOT-20241217083229 → 11.0.0-SNAPSHOT-20241217103457

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 (300) hide show
  1. package/dist/cjs/{f-cell-39c40bdf.js → f-cell-732263b0.js} +16 -16
  2. package/dist/cjs/{f-chip-d89bcb57.js → f-chip-238c78d1.js} +1 -1
  3. package/dist/cjs/{f-object-field-4a77d419.js → f-object-field-8bca23a7.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0743ddec.js → f-paginator-utils-be634c3c.js} +1 -1
  5. package/dist/cjs/{f-text-field-02f710d5.js → f-text-field-b5a51398.js} +3 -2
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  10. package/dist/cjs/kup-autocomplete_28.cjs.entry.js +242 -245
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
  13. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-cell.cjs.entry.js +7 -7
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
  17. package/dist/cjs/{kup-data-table-helper-43cfaea5.js → kup-data-table-helper-07df1b41.js} +1 -1
  18. package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
  19. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  20. package/dist/cjs/kup-editor.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
  22. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  23. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +43 -198
  28. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  30. package/dist/cjs/{kup-manager-1145102b.js → kup-manager-f5ccf3d0.js} +2 -1
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  34. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
  36. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  37. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  38. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  42. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  43. package/dist/cjs/kup-typography.cjs.entry.js +2 -2
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/collection/components/kup-accordion/kup-accordion.js +1 -1
  46. package/dist/collection/components/kup-activity-timeline/kup-activity-timeline.js +1 -1
  47. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  48. package/dist/collection/components/kup-badge/kup-badge.js +2 -2
  49. package/dist/collection/components/kup-button-list/kup-button-list.js +1 -1
  50. package/dist/collection/components/kup-calendar/kup-calendar.js +2 -2
  51. package/dist/collection/components/kup-card-list/kup-card-list.css +1 -1
  52. package/dist/collection/components/kup-cell/kup-cell.js +2 -2
  53. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  54. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  55. package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
  56. package/dist/collection/components/kup-combobox/kup-combobox.js +29 -15
  57. package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
  58. package/dist/collection/components/kup-data-table/kup-data-table.js +97 -70
  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.js +2 -2
  66. package/dist/collection/components/kup-form/kup-form.js +2 -2
  67. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  68. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  69. package/dist/collection/components/kup-input-panel/kup-input-panel.js +38 -193
  70. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  71. package/dist/collection/components/kup-list/kup-list.css +5 -1
  72. package/dist/collection/components/kup-list/kup-list.js +43 -4
  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-photo-frame/kup-photo-frame.js +2 -2
  79. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  80. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  81. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  82. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  83. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  84. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  85. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  86. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  87. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  88. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  89. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  90. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  91. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  92. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  93. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  94. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  95. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  96. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  97. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  98. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  99. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  100. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  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 +1 -1
  104. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  105. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
  106. package/dist/collection/f-components/f-cell/f-cell.js +12 -12
  107. package/dist/collection/f-components/f-text-field/f-text-field.js +2 -1
  108. package/dist/components/index.js +1 -1
  109. package/dist/components/kup-accordion.js +3 -3
  110. package/dist/components/kup-activity-timeline.js +3 -3
  111. package/dist/components/kup-autocomplete.js +1 -1
  112. package/dist/components/kup-badge.js +1 -1
  113. package/dist/components/kup-box.js +1 -1
  114. package/dist/components/kup-button-list.js +1 -1
  115. package/dist/components/kup-button.js +1 -1
  116. package/dist/components/kup-calendar.js +4 -4
  117. package/dist/components/kup-card-list.js +4 -4
  118. package/dist/components/kup-card.js +1 -1
  119. package/dist/components/kup-cell.js +4 -4
  120. package/dist/components/kup-chart.js +1 -1
  121. package/dist/components/kup-checkbox.js +1 -1
  122. package/dist/components/kup-chip.js +1 -1
  123. package/dist/components/kup-color-picker.js +1 -1
  124. package/dist/components/kup-combobox.js +1 -1
  125. package/dist/components/kup-custom-task-list-header.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 +5 -5
  135. package/dist/components/kup-form.js +1 -1
  136. package/dist/components/kup-gantt-calendar.js +1 -1
  137. package/dist/components/kup-gantt.js +1 -1
  138. package/dist/components/kup-gauge.js +1 -1
  139. package/dist/components/kup-grid-renderer.js +1 -1
  140. package/dist/components/kup-grid.js +1 -1
  141. package/dist/components/kup-horizontal-scroll.js +1 -1
  142. package/dist/components/kup-htm.js +3 -3
  143. package/dist/components/kup-iframe.js +2 -2
  144. package/dist/components/kup-image-list.js +5 -5
  145. package/dist/components/kup-image.js +1 -1
  146. package/dist/components/kup-input-panel.js +41 -196
  147. package/dist/components/kup-lazy.js +13 -13
  148. package/dist/components/kup-list.js +1 -1
  149. package/dist/components/kup-magic-box.js +7 -7
  150. package/dist/components/kup-nav-bar.js +3 -3
  151. package/dist/components/kup-numeric-picker.js +3 -3
  152. package/dist/components/kup-object-field.js +3 -3
  153. package/dist/components/kup-pdf.js +3 -3
  154. package/dist/components/kup-photo-frame.js +4 -4
  155. package/dist/components/kup-planner-renderer.js +1 -1
  156. package/dist/components/kup-planner.js +17 -17
  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 +3 -3
  180. package/dist/components/kup-vertical-scroll.js +1 -1
  181. package/dist/components/{p-f95300f6.js → p-22b40453.js} +2 -2
  182. package/dist/components/{p-f81a6df1.js → p-248b85c1.js} +2 -2
  183. package/dist/components/{p-cfc8a8fb.js → p-3466bd5a.js} +1 -1
  184. package/dist/components/{p-2d57f1db.js → p-3bc624c9.js} +1 -1
  185. package/dist/components/{p-5a065bf1.js → p-3bf643ae.js} +2 -2
  186. package/dist/components/{p-f3a59611.js → p-5c82ed77.js} +3 -3
  187. package/dist/components/{p-4bab013a.js → p-5ee0b3dc.js} +326 -327
  188. package/dist/components/{p-911cd91d.js → p-776a38a0.js} +15 -15
  189. package/dist/components/{p-73449cb1.js → p-79c12fc7.js} +2 -2
  190. package/dist/components/{p-d80bbcb0.js → p-8138bfb7.js} +2 -1
  191. package/dist/components/{p-56c8142a.js → p-822c3930.js} +1 -1
  192. package/dist/components/{p-0d856495.js → p-ae5af2ad.js} +13 -13
  193. package/dist/components/{p-d0735e25.js → p-af3fcbd9.js} +3 -3
  194. package/dist/components/{p-3e08d788.js → p-b31cf6a0.js} +3 -3
  195. package/dist/components/{p-61b8d8fd.js → p-babf447c.js} +2 -2
  196. package/dist/components/{p-dc697572.js → p-be17920c.js} +2 -2
  197. package/dist/components/{p-e275fc9f.js → p-c97810e2.js} +1 -1
  198. package/dist/components/{p-ff1894fe.js → p-d8b0f5eb.js} +5 -5
  199. package/dist/components/{p-a2ed336a.js → p-f7c2ca1d.js} +4 -4
  200. package/dist/components/{p-1f1d9b1f.js → p-ff8bdafd.js} +7 -7
  201. package/dist/esm/{f-cell-31585bb7.js → f-cell-b6871cf3.js} +16 -16
  202. package/dist/esm/{f-chip-e31d0dfb.js → f-chip-ba9a3748.js} +1 -1
  203. package/dist/esm/{f-object-field-fa795c94.js → f-object-field-e76b1e59.js} +2 -2
  204. package/dist/esm/{f-paginator-utils-d34dca74.js → f-paginator-utils-54e4b908.js} +1 -1
  205. package/dist/esm/{f-text-field-e73d7967.js → f-text-field-48beba2c.js} +3 -2
  206. package/dist/esm/index.js +1 -1
  207. package/dist/esm/ketchup.js +1 -1
  208. package/dist/esm/kup-accordion.entry.js +2 -2
  209. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  210. package/dist/esm/kup-autocomplete_28.entry.js +242 -245
  211. package/dist/esm/kup-box.entry.js +7 -7
  212. package/dist/esm/kup-calendar.entry.js +4 -4
  213. package/dist/esm/kup-card-list.entry.js +2 -2
  214. package/dist/esm/kup-cell.entry.js +7 -7
  215. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  216. package/dist/esm/kup-dashboard.entry.js +3 -3
  217. package/dist/esm/{kup-data-table-helper-771bc5c8.js → kup-data-table-helper-c2ac5163.js} +1 -1
  218. package/dist/esm/kup-drawer.entry.js +3 -3
  219. package/dist/esm/kup-echart.entry.js +2 -2
  220. package/dist/esm/kup-editor.entry.js +2 -2
  221. package/dist/esm/kup-family-tree.entry.js +3 -3
  222. package/dist/esm/kup-gantt_10.entry.js +23 -23
  223. package/dist/esm/kup-grid.entry.js +1 -1
  224. package/dist/esm/kup-htm.entry.js +2 -2
  225. package/dist/esm/kup-iframe.entry.js +1 -1
  226. package/dist/esm/kup-image-list.entry.js +8 -8
  227. package/dist/esm/kup-input-panel.entry.js +43 -198
  228. package/dist/esm/kup-lazy.entry.js +12 -12
  229. package/dist/esm/kup-magic-box.entry.js +4 -4
  230. package/dist/esm/{kup-manager-828bdc1c.js → kup-manager-02d449a3.js} +3 -2
  231. package/dist/esm/kup-nav-bar.entry.js +2 -2
  232. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  233. package/dist/esm/kup-object-field.entry.js +4 -4
  234. package/dist/esm/kup-pdf.entry.js +2 -2
  235. package/dist/esm/kup-photo-frame.entry.js +3 -3
  236. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  237. package/dist/esm/kup-planner.entry.js +3 -3
  238. package/dist/esm/kup-probe.entry.js +2 -2
  239. package/dist/esm/kup-qlik.entry.js +2 -2
  240. package/dist/esm/kup-snackbar.entry.js +2 -2
  241. package/dist/esm/kup-txt.entry.js +2 -2
  242. package/dist/esm/kup-typography-list.entry.js +2 -2
  243. package/dist/esm/kup-typography.entry.js +2 -2
  244. package/dist/esm/loader.js +1 -1
  245. package/dist/ketchup/index.esm.js +1 -1
  246. package/dist/ketchup/ketchup.esm.js +1 -1
  247. package/dist/ketchup/{p-e1048932.entry.js → p-004e0b2c.entry.js} +1 -1
  248. package/dist/ketchup/{p-14706a7c.entry.js → p-06670b74.entry.js} +2 -2
  249. package/dist/ketchup/{p-73827465.entry.js → p-0ee306a5.entry.js} +1 -1
  250. package/dist/ketchup/p-16a65a92.js +1 -0
  251. package/dist/ketchup/p-2ca239c5.js +1 -0
  252. package/dist/ketchup/{p-ed017acb.entry.js → p-32beb39d.entry.js} +1 -1
  253. package/dist/ketchup/{p-19afdc14.entry.js → p-383f0f64.entry.js} +1 -1
  254. package/dist/ketchup/{p-23b38d86.entry.js → p-43bdc189.entry.js} +1 -1
  255. package/dist/ketchup/{p-883c6a82.entry.js → p-4c23dfc6.entry.js} +1 -1
  256. package/dist/ketchup/{p-e369dacb.entry.js → p-4ce1c468.entry.js} +1 -1
  257. package/dist/ketchup/{p-cd75fa31.entry.js → p-597facc7.entry.js} +1 -1
  258. package/dist/ketchup/{p-b53e417a.entry.js → p-5fbe73fa.entry.js} +1 -1
  259. package/dist/ketchup/{p-05ab6230.entry.js → p-63ac7b9d.entry.js} +1 -1
  260. package/dist/ketchup/{p-c7464ad2.entry.js → p-6a6887c2.entry.js} +1 -1
  261. package/dist/ketchup/{p-9d94d189.entry.js → p-6aef8eca.entry.js} +1 -1
  262. package/dist/ketchup/{p-018021f3.entry.js → p-72148698.entry.js} +2 -2
  263. package/dist/ketchup/{p-739564c1.entry.js → p-75ed372c.entry.js} +2 -2
  264. package/dist/ketchup/p-76d0aeb9.entry.js +9 -0
  265. package/dist/ketchup/{p-c01717af.entry.js → p-808a7ffa.entry.js} +1 -1
  266. package/dist/ketchup/{p-8315558f.entry.js → p-85512014.entry.js} +1 -1
  267. package/dist/ketchup/{p-54906238.js → p-927aa746.js} +2 -2
  268. package/dist/ketchup/{p-5d4bfad2.js → p-9a33082b.js} +1 -1
  269. package/dist/ketchup/{p-dd2c41ac.entry.js → p-9cdfce9d.entry.js} +1 -1
  270. package/dist/ketchup/{p-be59b96c.entry.js → p-a4ac2d83.entry.js} +2 -2
  271. package/dist/ketchup/{p-c1950e47.entry.js → p-a9738796.entry.js} +1 -1
  272. package/dist/ketchup/{p-e472b1ac.entry.js → p-bdf12dc3.entry.js} +1 -1
  273. package/dist/ketchup/{p-cffd22c7.entry.js → p-c10caeed.entry.js} +1 -1
  274. package/dist/ketchup/{p-bdf8da46.entry.js → p-c9924da3.entry.js} +1 -1
  275. package/dist/ketchup/{p-6ee26164.js → p-ce299c02.js} +1 -1
  276. package/dist/ketchup/{p-d20fbba2.entry.js → p-ce37247c.entry.js} +1 -1
  277. package/dist/ketchup/p-ce908d23.entry.js +1 -0
  278. package/dist/ketchup/p-d52a97d6.entry.js +1 -0
  279. package/dist/ketchup/{p-6a552af4.entry.js → p-d75f7618.entry.js} +1 -1
  280. package/dist/ketchup/{p-5a24ec5b.entry.js → p-d9bd93d2.entry.js} +1 -1
  281. package/dist/ketchup/{p-7d639720.entry.js → p-dd567e1d.entry.js} +1 -1
  282. package/dist/ketchup/{p-31c2ce09.entry.js → p-e5b796d2.entry.js} +1 -1
  283. package/dist/ketchup/p-ed3253c1.js +1 -0
  284. package/dist/ketchup/{p-d15d479c.js → p-ed3ff1ae.js} +1 -1
  285. package/dist/ketchup/{p-b1012dc7.entry.js → p-f252ef4f.entry.js} +1 -1
  286. package/dist/ketchup/{p-9474bc4f.entry.js → p-f81d80a7.entry.js} +1 -1
  287. package/dist/ketchup/{p-ebf37ad3.entry.js → p-f81e7e01.entry.js} +1 -1
  288. package/dist/types/components/kup-combobox/kup-combobox.d.ts +1 -1
  289. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -1
  290. package/dist/types/components/kup-list/kup-list.d.ts +8 -0
  291. package/dist/types/components.d.ts +20 -4
  292. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +3 -1
  293. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  294. package/package.json +1 -1
  295. package/dist/ketchup/p-13b22d3c.js +0 -1
  296. package/dist/ketchup/p-43783080.js +0 -1
  297. package/dist/ketchup/p-54d790eb.entry.js +0 -1
  298. package/dist/ketchup/p-5d26e46f.js +0 -1
  299. package/dist/ketchup/p-8e89db49.entry.js +0 -1
  300. package/dist/ketchup/p-f87e97e4.entry.js +0 -9
@@ -3,20 +3,20 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
7
- const kupDataTableHelper = require('./kup-data-table-helper-43cfaea5.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
+ const kupDataTableHelper = require('./kup-data-table-helper-07df1b41.js');
8
8
  const fImage = require('./f-image-4d316ab3.js');
9
- const fChip = require('./f-chip-d89bcb57.js');
9
+ const fChip = require('./f-chip-238c78d1.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
- const fCell = require('./f-cell-39c40bdf.js');
12
- const fPaginatorUtils = require('./f-paginator-utils-0743ddec.js');
11
+ const fCell = require('./f-cell-732263b0.js');
12
+ const fPaginatorUtils = require('./f-paginator-utils-be634c3c.js');
13
13
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
14
14
  require('./kup-dates-bc4cf9d0.js');
15
15
  require('./f-checkbox-4fcdec8a.js');
16
- require('./f-text-field-02f710d5.js');
16
+ require('./f-text-field-b5a51398.js');
17
17
  require('./f-button-1e98edae.js');
18
18
  require('./f-button-declarations-76ef9f87.js');
19
- require('./f-object-field-4a77d419.js');
19
+ require('./f-object-field-8bca23a7.js');
20
20
  require('./component-a6dd6c14.js');
21
21
 
22
22
  /**
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$4 = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-1e98edae.js');
9
- const fChip = require('./f-chip-d89bcb57.js');
9
+ const fChip = require('./f-chip-238c78d1.js');
10
10
  const kupDates = require('./kup-dates-bc4cf9d0.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-4d316ab3.js');
@@ -14320,11 +14320,11 @@ const KupCalendar = class {
14320
14320
  this.kupManager.debug.logRender(this, true);
14321
14321
  }
14322
14322
  render() {
14323
- return (index$4.h(index$4.Host, { key: 'ff4dedbbaa4b6ac7a2de21907707a661b6661eb6' }, index$4.h("style", { key: '874890e09ba3066b635d0e79bcd5677668e50bfa' }, this.kupManager.theme.setKupStyle(this.rootElement)), index$4.h("div", { key: 'b1c7c90bfe042457b4b62e36977e390ad29225e2', id: GenericVariables.componentWrapperId }, index$4.h("div", { key: '75c413d81c3e486b1773834d56981536bf8c8db4', class: "navigation" }, !this.hideNavigation ? (index$4.h("div", { class: "navigation__left" }, index$4.h(fButton.FButton, { icon: "chevron_left", onClick: () => this.onPrev(), title: this.kupManager.language.translate(kupManager.KupLanguageGeneric.PREVIOUS), wrapperClass: "navigation__prev" }), index$4.h(fButton.FButton, { icon: "calendar", onClick: () => this.onToday(), title: this.kupManager.language.translate(kupManager.KupLanguageGeneric.TODAY), wrapperClass: "navigation__today" }), index$4.h(fButton.FButton, { icon: "chevron_right", onClick: () => this.onNext(), title: this.kupManager.language.translate(kupManager.KupLanguageGeneric.NEXT), wrapperClass: "navigation__next" }))) : null, index$4.h("div", { key: '33e4df41a99a14d2cdc510329fc411af53c9c6d5', class: `navigation__title ${this.hideNavigation
14323
+ return (index$4.h(index$4.Host, { key: '1874d749899acd6187e4318e9efd534eae8cd3a2' }, index$4.h("style", { key: '1f7014a2da731926a9591231af39948d6d91acaf' }, this.kupManager.theme.setKupStyle(this.rootElement)), index$4.h("div", { key: '1a76be92f08e14a65b7d3d23cd4743578d66d956', id: GenericVariables.componentWrapperId }, index$4.h("div", { key: '94b6a87e59f63e3aab66bb5b2f24db3b37978281', class: "navigation" }, !this.hideNavigation ? (index$4.h("div", { class: "navigation__left" }, index$4.h(fButton.FButton, { icon: "chevron_left", onClick: () => this.onPrev(), title: this.kupManager.language.translate(kupManager.KupLanguageGeneric.PREVIOUS), wrapperClass: "navigation__prev" }), index$4.h(fButton.FButton, { icon: "calendar", onClick: () => this.onToday(), title: this.kupManager.language.translate(kupManager.KupLanguageGeneric.TODAY), wrapperClass: "navigation__today" }), index$4.h(fButton.FButton, { icon: "chevron_right", onClick: () => this.onNext(), title: this.kupManager.language.translate(kupManager.KupLanguageGeneric.NEXT), wrapperClass: "navigation__next" }))) : null, index$4.h("div", { key: '277cecf377f1407ca01b859ecf55425299f9a5cb', class: `navigation__title ${this.hideNavigation
14324
14324
  ? 'navigation__title--centered'
14325
14325
  : ''}`, ref: (el) => {
14326
14326
  this.navTitle = el;
14327
- } }), !this.hideNavigation ? (index$4.h("div", { class: "navigation__right" }, index$4.h(fChip.FChip, Object.assign({}, this.setChipProps())))) : null), index$4.h("div", { key: '01cc9748680725e8fd32d0c862cfc6f18c405952', class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
14327
+ } }), !this.hideNavigation ? (index$4.h("div", { class: "navigation__right" }, index$4.h(fChip.FChip, Object.assign({}, this.setChipProps())))) : null), index$4.h("div", { key: '15eddd248875d25b95bee68715b06ce85ffc9f48', class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
14328
14328
  }
14329
14329
  disconnectedCallback() {
14330
14330
  if (this.calendar) {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -31,7 +31,7 @@ var KupCardListProps;
31
31
  KupCardListProps["valuecolorCol"] = "Sets the value color column.";
32
32
  })(KupCardListProps || (KupCardListProps = {}));
33
33
 
34
- const kupCardListCss = ".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: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_cardlist_cards_max_height:var(--kup-cardlist-cards-max-height, unset);--kup_cardlist_cards_min_height:var(--kup-cardlist-cards-min-height, unset);--kup_cardlist_cards_max_width:var(--kup-cardlist-cards-max-width, unset);--kup_cardlist_cards_min_width:var(--kup-cardlist-cards-min-width, unset);display:block;height:100%;width:100%}#kup-component{height:100%;width:100%}kup-card{max-height:var(--kup_cardlist_cards_max_height);min-height:var(--kup_cardlist_cards_min_height);max-width:var(--kup_cardlist_cards_max_width);min-width:var(--kup_cardlist_cards_min_width)}kup-card.is-clickable{cursor:pointer}kup-grid{--kup-grid-padding:0}";
34
+ const kupCardListCss = ".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: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_cardlist_cards_max_height:var(--kup-cardlist-cards-max-height, unset);--kup_cardlist_cards_min_height:var(--kup-cardlist-cards-min-height, unset);--kup_cardlist_cards_max_width:var(--kup-cardlist-cards-max-width, unset);--kup_cardlist_cards_min_width:var(--kup-cardlist-cards-min-width, unset);display:block;height:fit-content;width:100%}#kup-component{height:100%;width:100%}kup-card{max-height:var(--kup_cardlist_cards_max_height);min-height:var(--kup_cardlist_cards_min_height);max-width:var(--kup_cardlist_cards_max_width);min-width:var(--kup_cardlist_cards_min_width)}kup-card.is-clickable{cursor:pointer}kup-grid{--kup-grid-padding:0}";
35
35
  const KupCardListStyle0 = kupCardListCss;
36
36
 
37
37
  var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
@@ -3,17 +3,17 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fButton = require('./f-button-1e98edae.js');
9
- const fCell = require('./f-cell-39c40bdf.js');
9
+ const fCell = require('./f-cell-732263b0.js');
10
10
  require('./kup-dates-bc4cf9d0.js');
11
11
  require('./f-button-declarations-76ef9f87.js');
12
12
  require('./f-image-4d316ab3.js');
13
13
  require('./f-checkbox-4fcdec8a.js');
14
- require('./f-text-field-02f710d5.js');
15
- require('./f-chip-d89bcb57.js');
16
- require('./f-object-field-4a77d419.js');
14
+ require('./f-text-field-b5a51398.js');
15
+ require('./f-chip-238c78d1.js');
16
+ require('./f-object-field-8bca23a7.js');
17
17
 
18
18
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
19
19
  const KupCellStyle0 = kupCellCss;
@@ -175,14 +175,14 @@ const KupCell = class {
175
175
  renderKup: true,
176
176
  row: this.generateRow(),
177
177
  };
178
- return (index.h(index.Host, { key: '25a6e5dffce5a657780a1c880ae62d6749a00bb7' }, index.h("style", { key: '1ca17513f7015ef5449aeb422aed2548324c7c59' }, __classPrivateFieldGet(this, _KupCell_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'af2ee5a39743aafdf2c793341e4a4d8839c2ed16', id: GenericVariables.componentWrapperId, style: this.showSubmit
178
+ return (index.h(index.Host, { key: 'f0580dbf835cd9f4404bf227d6d3a162e0e06e0e' }, index.h("style", { key: '8fa06c1ca021cf209264b6341a77fdc032fb2d71' }, __classPrivateFieldGet(this, _KupCell_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '3a9959e050f4bc02dbb7441f607d32150b46505d', id: GenericVariables.componentWrapperId, style: this.showSubmit
179
179
  ? {
180
180
  display: 'flex',
181
181
  'flex-direction': kupManager.submitPositionAdapter(this.submitPosition),
182
182
  'align-items': 'center',
183
183
  gap: '0.5rem',
184
184
  }
185
- : {} }, index.h(fCell.FCell, Object.assign({ key: '5315cc9821f5464dcc68f2eb4940e4305caf136d' }, props)), this.showSubmit ? (index.h(fButton.FButton, { buttonType: "submit", label: __classPrivateFieldGet(this, _KupCell_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.CONFIRM), wrapperClass: "form__submit", onClick: (e) => {
185
+ : {} }, index.h(fCell.FCell, Object.assign({ key: '6d645b64b77ccddd746f6f3ab494ca315105914c' }, props)), this.showSubmit ? (index.h(fButton.FButton, { buttonType: "submit", label: __classPrivateFieldGet(this, _KupCell_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.CONFIRM), wrapperClass: "form__submit", onClick: (e) => {
186
186
  this.submitClick(e);
187
187
  } })) : null)));
188
188
  }
@@ -21,11 +21,11 @@ const KupCustomTaskListHeader = class {
21
21
  this.fontSize = undefined;
22
22
  }
23
23
  render() {
24
- return (index.h("div", { key: '8077b94ee9c7f98f55eb61c060ead9089c5bfa14', class: "custom-task-list-wrapper", style: {
24
+ return (index.h("div", { key: '0dda65a73efcc5b8217019bf8d1d5d4a66277df6', class: "custom-task-list-wrapper", style: {
25
25
  height: '25px',
26
26
  fontFamily: this.fontFamily,
27
27
  fontSize: this.fontSize,
28
- } }, index.h("div", { key: '3bfbff19a64a176b9ca4e00574f4887308e8f501', class: "title" }, index.h("span", { key: '80d39e9c94eb08892aecbef58af1e8fc333dae1b' }, this.label)), this.setDoubleView !== undefined && (index.h("div", { key: '1a91f7a7e8ecc5e91e7182169e1192953a111306', class: "toggler" }, index.h("label", { key: 'bf7a51a2e069892f1621cbaaad7fdba359321c59', htmlFor: "ch2", class: "switch" }, index.h("input", { key: '840e7dee95911fc2db92e535f5c9f17c9852b2d6', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), index.h("span", { key: '8d5c8bd70141b42915c6e4213aedcadf64496a38', class: "slider" })), index.h("span", { key: '42b514f4ef2919cd25bf653b2bf52c6f80441e84', class: "label" }, "Previsioni")))));
28
+ } }, index.h("div", { key: '07bfcbb99f759ae7968cb76af97e04666cdfb84f', class: "title" }, index.h("span", { key: '59b6656d24f1b381455888534075a704eadf3757' }, this.label)), this.setDoubleView !== undefined && (index.h("div", { key: '7d6f5eca5945d49fd784089cc97906400f9279fe', class: "toggler" }, index.h("label", { key: '6badb37501bdc190948b6fd101a04695b556fa87', htmlFor: "ch2", class: "switch" }, index.h("input", { key: '07f2f293bec60e83caf3ff8590277c05a8cad26a', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), index.h("span", { key: 'a6cb9c1484bf2fbec6a1e9cdb6b2fac06a35c03f', class: "slider" })), index.h("span", { key: '4def4a9d08f8eb2fecf7058ad24d44d0cf626dec', class: "label" }, "Previsioni")))));
29
29
  }
30
30
  };
31
31
  KupCustomTaskListHeader.style = KupCustomTaskListHeaderStyle0;
@@ -389,11 +389,11 @@ const KupGanttCalendar = class {
389
389
  this.simplifiedHeader =
390
390
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
391
391
  const [topValues, bottomValues] = this.getTopAndBottomValues();
392
- return (index.h("svg", { key: 'c354de3621725a9c806c6f9d199af66ab821a4ef', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, index.h("g", { key: 'a7b04d87979a2fc845ea52c82be79738578c8977', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, index.h("rect", { key: '4d5bae93fd9a3de2ab12fa3a00f971e4f9a7b53a', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
392
+ return (index.h("svg", { key: 'cb25f41952a9df647dde916bdec8777008f8fef3', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, index.h("g", { key: '1b2a22e86f120867dc36588d13d4529e85406b99', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, index.h("rect", { key: '6fcae9075fdd1228f4d8975390abbe55acd3f659', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
393
393
  ? topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
394
394
  : topValues.map((topValue) => (index.h("g", { class: "calendarTop" }, index.h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), index.h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
395
395
  // current date indicator
396
- index.h("circle", { key: '05c00faf553bf634cfd0fa5e635c3e6b386a8a64', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
396
+ index.h("circle", { key: '049fd3ba1ebcef54ae8fe3e78ead566e21c5f76b', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
397
397
  }
398
398
  };
399
399
  KupGanttCalendar.style = KupGanttCalendarStyle0;
@@ -1449,13 +1449,13 @@ const KupGridRenderer = class {
1449
1449
  // }
1450
1450
  tickX += this.columnWidth;
1451
1451
  }
1452
- return (index.h("svg", { key: '1a6968bfedd80af155d8c44e9d4bf74144c05fdc', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, index.h("g", { key: 'fcc3242448c44543b488b08112bfd0913f18453b', class: "grid" }, index.h("g", { key: 'cd01285362dbc58575a87426d67cf3344162d0c7', class: "rows" }, gridRows), index.h("g", { key: 'f0b36331280f0f7b89f57732103f2b261c833e99', class: "rowLines" }, rowLines), index.h("g", { key: '0bfdbba6b18a5a6751226177530025c0eb153c0c', class: "ticks" }, ticks)), index.h("g", { key: '2a8a613c07cc15a161b6ac1f9a2914562c4880fd', class: "content" }, this.currentDateIndicator && (index.h("rect", { key: '3bbb51c639c3a10254d55c6c463d684ecc073142', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (index.h("rect", { key: 'd1f0fac7dcee2cb6d019d6379b6b75c02d81069f', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), index.h("g", { key: 'dd074d7f495fa5eadd6619360999cc30261356a1', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1452
+ return (index.h("svg", { key: '1768bf87d7d08070ce0d27dbb6981999e9839919', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, index.h("g", { key: '57d2d52600d5c9a3187a1a1779b409ea716ce527', class: "grid" }, index.h("g", { key: 'cf522a94564a34298d2cc91efc46af3ed4e053f0', class: "rows" }, gridRows), index.h("g", { key: '738d6d128ecd5398ba8aa5c333742854e082fbd7', class: "rowLines" }, rowLines), index.h("g", { key: '5e36d94d36900a7decf630abf4a614067b14735e', class: "ticks" }, ticks)), index.h("g", { key: '132f69c4f73953bbf998bf2acd30693d25b93d67', class: "content" }, this.currentDateIndicator && (index.h("rect", { key: 'de9e545038e482212e621ca4c2f1222339fd203d', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (index.h("rect", { key: '7e077d951e8c2b125a4e25698542515a20d9ac86', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), index.h("g", { key: 'ab75796381aaadbda8285965a66e91602185366f', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1453
1453
  return task.barChildren.map((child) => {
1454
1454
  if (task.type !== 'timeline') {
1455
1455
  this.renderKupArrow(task, child);
1456
1456
  }
1457
1457
  });
1458
- })), index.h("g", { key: 'bdc6502a998196bb9aa9a5236d1784880c268f23', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1458
+ })), index.h("g", { key: '18b7c7ff265294ba6d4aa93717d5a375264c421b', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1459
1459
  const forbidResize = task.type === 'project';
1460
1460
  return (index.h("g", { onKeyDown: (e) => {
1461
1461
  switch (e.key) {
@@ -1515,7 +1515,7 @@ const KupGridRenderer = class {
1515
1515
  return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
1516
1516
  }
1517
1517
  })()));
1518
- }), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: '4f71c4dd10d4c93ed805192d7b9b082c3f5c80b2', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1518
+ }), this.currentTarget && this.ganttEvent.changedTask && (index.h("g", { key: '71036ce8e3180a6e31ef329e11ad35f7622a5889', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1519
1519
  }
1520
1520
  static get watchers() { return {
1521
1521
  "columnWidth": ["updateXStep"],
@@ -5,9 +5,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-e8aa3c73.js');
6
6
  const fButton = require('./f-button-1e98edae.js');
7
7
  const fCheckbox = require('./f-checkbox-4fcdec8a.js');
8
- const fTextField = require('./f-text-field-02f710d5.js');
8
+ const fTextField = require('./f-text-field-b5a51398.js');
9
9
  const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
10
- const kupManager = require('./kup-manager-1145102b.js');
10
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
11
11
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
12
  require('./f-button-declarations-76ef9f87.js');
13
13
  require('./f-image-4d316ab3.js');
@@ -396,7 +396,7 @@ const KupDashboard = class {
396
396
  this.didRenderInteractables();
397
397
  }
398
398
  render() {
399
- return (index.h(index.Host, { key: '2a5f7d91b832041e5c68460409f8723bcae04c25' }, index.h("style", { key: '00165eccb43eb45e9519e50ae383b6f237b6d293' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '66a90a4032f46aec89e48e2e8c3c95d948dee416', id: GenericVariables.componentWrapperId }, this.buildHeader(), this.buildForm(this.internalData, null))));
399
+ return (index.h(index.Host, { key: 'ad8cbbbae20467e5a3f3ed0e37ca7ad752d949c2' }, index.h("style", { key: '692d0ec8ffe264c463f0a4e6abd5561dfd7c277d' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '26faf0b00335df455b9f9445fae97133cc630b5a', id: GenericVariables.componentWrapperId }, this.buildHeader(), this.buildForm(this.internalData, null))));
400
400
  }
401
401
  disconnectedCallback() {
402
402
  this.unregisterInteractables();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const kupManager = require('./kup-manager-1145102b.js');
3
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
4
4
  const kupDates = require('./kup-dates-bc4cf9d0.js');
5
5
 
6
6
  /**
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -130,7 +130,7 @@ const KupDrawer = class {
130
130
  this.kupManager.debug.logRender(this, true);
131
131
  }
132
132
  render() {
133
- return (index.h(index.Host, { key: '47b6e1195efa7ac6696505f19808aaeed8804c81', "kup-opened": this.opened }, index.h("style", { key: '2ae05ab9c05ad338fa42f7ea827139883dc370c9' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '9574a0c126fbedb4022932c0388d96874bca3a71', class: "backdrop", onClick: (e) => {
133
+ return (index.h(index.Host, { key: '8a9d2198973d5a7ec57918a2064e790682764845', "kup-opened": this.opened }, index.h("style", { key: 'e3abd215c9b0196074011bf4325bf8a7ab9092ed' }, this.kupManager.theme.setKupStyle(this.rootElement)), index.h("div", { key: '71daac9c19301460a3fe3edad3f320c01f11bad5', class: "backdrop", onClick: (e) => {
134
134
  e.preventDefault();
135
135
  e.stopPropagation();
136
136
  }, onPointerDown: (e) => {
@@ -140,7 +140,7 @@ const KupDrawer = class {
140
140
  }, onTouchStart: (e) => {
141
141
  e.preventDefault();
142
142
  e.stopPropagation();
143
- } }), index.h("div", { key: 'bb38d8793e68860b78c53a82e067e5ee765db93b', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'fb7a2c5bc9cd9fcac56a6e7e73066995e31e78b3', class: drawerClass }, this.content()))));
143
+ } }), index.h("div", { key: '47e90864a92415cca083f56e2d25cd05efe56df9', id: GenericVariables.componentWrapperId }, index.h("div", { key: '47bfb804ce58fa47dc1fa7a574df7a05bd92b116', class: drawerClass }, this.content()))));
144
144
  }
145
145
  disconnectedCallback() {
146
146
  this.kupManager.theme.unregister(this);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -84540,7 +84540,7 @@ const KupEchart = class {
84540
84540
  '--kup_echart_height': this.sizeY ? this.sizeY : '100%',
84541
84541
  '--kup_echart_width': this.sizeX ? this.sizeX : '100%',
84542
84542
  };
84543
- return (index.h(index.Host, { key: '6a1b9da9ca8a55642d2c5a7b4cbe6e344c0657af', style: style }, index.h("style", { key: 'c72c65a0c8a4099c8b08a9c1cbd3ed06e17df686' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'eb0e06939e0ea612ca39d35a480ee74a5e04c5c5', id: GenericVariables.componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84543
+ return (index.h(index.Host, { key: 'f40d78d9bd1b54cb01ed05e18edef28c29d33473', style: style }, index.h("style", { key: 'd341281f3b58021c7de43822b5bb3d9b0fc6c4fd' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'd71b62b4761cdb56e05ba1d736a375e12c52f964', id: GenericVariables.componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
84544
84544
  }
84545
84545
  disconnectedCallback() {
84546
84546
  __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.unregister(this);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const kupDates = require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -46264,7 +46264,7 @@ const KupEditor = class {
46264
46264
  __classPrivateFieldGet(this, _KupEditor_kupManager, "f").debug.logRender(this, true);
46265
46265
  }
46266
46266
  render() {
46267
- return (index.h(index.Host, { key: 'e732ebc91b5f48c0bc515cfffa8cc2d1d6d7485f' }, index.h("div", { key: '560b1ac7dcdab0bf90db09bb92e847a9e5d14f7e', id: GenericVariables.componentWrapperId }, index.h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }))));
46267
+ return (index.h(index.Host, { key: 'ffbd575e5192cccaf2c070c4586215cc7573f9ce' }, index.h("div", { key: '21e2b1a060db3009c6595eb92f78361adff24d6c', id: GenericVariables.componentWrapperId }, index.h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }))));
46268
46268
  }
46269
46269
  disconnectedCallback() {
46270
46270
  __classPrivateFieldGet(this, _KupEditor_kupManager, "f").theme.unregister(this);
@@ -6,7 +6,7 @@ const index = require('./index-e8aa3c73.js');
6
6
  const fButton = require('./f-button-1e98edae.js');
7
7
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
8
8
  const fImage = require('./f-image-4d316ab3.js');
9
- const kupManager = require('./kup-manager-1145102b.js');
9
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
10
10
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
11
  require('./kup-dates-bc4cf9d0.js');
12
12
 
@@ -174,12 +174,12 @@ const KupFamilyTree = class {
174
174
  __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").debug.logRender(this, true);
175
175
  }
176
176
  render() {
177
- return (index.h(index.Host, { key: '602bb95f29dfe9e017313b01a3fc485c23dd2f97', onDrag: (e) => e.preventDefault(), onPointerDown: (e) => {
177
+ return (index.h(index.Host, { key: '6788b54f8c964ddeda1e5c4a7922613eb2efd59f', onDrag: (e) => e.preventDefault(), onPointerDown: (e) => {
178
178
  e.preventDefault();
179
179
  __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_startPanning).call(this, e);
180
180
  }, onWheel: (e) => {
181
181
  __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_zoomTree).call(this, e);
182
- } }, index.h("style", { key: 'becb707b0e477aff23e752bbb7ce335c01b428bd' }, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'aa50336a80b5499f3241b277639bb234c9e3eee5', id: GenericVariables.componentWrapperId }, __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_createTree).call(this))));
182
+ } }, index.h("style", { key: '40f38048045b0c3726164c999dc9fa15ea778291' }, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '9d4209faa777da38726d8113582cbba14ace1df7', id: GenericVariables.componentWrapperId }, __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_createTree).call(this))));
183
183
  }
184
184
  disconnectedCallback() {
185
185
  __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").language.unregister(this);
@@ -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: '91d4b672df603b898f79d8810870f70e87a4af0b', class: "gannt-wrapper-main" }, index.h("div", { key: 'bf1716d26e05f47bb4f0b2ec525bd6cbe885949c', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: 'c12f81c4b4fbecef2411a3918b59128fee7315f8', 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: '7ca3df83876dbea0f57536a3eb9a7978af4f18f2', class: "gannt-wrapper-main" }, index.h("div", { key: '411ce55a1a2de1fb2c77b6fa5395237d7f93d857', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (index.h("kup-task-list", Object.assign({ key: '64361b6d13020fa1b26a8742ea6fb14007c5f946', 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: 'b773c4160463e928dd45c555700983e914d5088a', 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: '93f0e5a3086e5474ec8f44e95134880bfc0f56cf', 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: 'f7ad2cfcf93fae625c6d90f08db43adbeb9190a4', 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: '9df22bcbe9772df4679df3b6a3f0dec13957d98c', 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: 'd34dcf0103274551222a40e44a17a93d770458d6', 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: '97d5ed31d1fe2afc1675a20a6ad176c75262adc0', 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: '6020a60fc2d928cd5e89f8e1f58957f001b59445', 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: '1a7891ac340db8c729ea2ef6237b81baede2b02d', 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: 'ac484adf00a234146079244250decddd0281b087' }, index.h("div", { key: '235b1833aca432afe43f1991d55d5397b31f4adf', class: "scroll-container" }, this.scrollableTaskList &&
690
- this.taskListScrollWidth > width && (index.h("div", { key: '02270e521b987254922c28a06c9846ac37f2f16a', dir: "ltr", style: {
689
+ return (index.h(index.Fragment, { key: '70745e02e28ef8e157d49eb5adfdc94522dfdd81' }, index.h("div", { key: '224da7cd81b9aacc24a73c331c5b7596e55bde50', class: "scroll-container" }, this.scrollableTaskList &&
690
+ this.taskListScrollWidth > width && (index.h("div", { key: '103e8ab08fb5e13ba60742ddcc158998cfad2104', 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: '4d7e284aa6a9f33d235d64655a766ffb72c9db49', style: {
696
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, index.h("div", { key: '5dfcfdd085e3d29b95f005f5b705b40706d82b24', style: {
697
697
  width: `${this.taskListScrollWidth}px`,
698
- }, class: "scroll" }))), index.h("div", { key: '83815e5b51a7f76c9e55df0f3025f271cf27e9a5', dir: "ltr", style: {
698
+ }, class: "scroll" }))), index.h("div", { key: 'c1446fd188aa1988af9928e1b1ab54eff1c067d8', 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: 'b44bec86876e369e27fb40cda1f567fdd824cc70', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
702
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, index.h("div", { key: 'f69600b829b483c53503e6122376d9c42811067c', 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: 'c8baad09503925e047a657790c755e82447e1e62', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: '98e2879e19962ae884ad57c1f1e6141599642d39', 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: '4ec8ea1acc62997f4be2399680d7711821c1fead', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: 'c493de54d9152f6d9ced3bf5dc91f654cd70424d', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
723
+ return (index.h("div", { key: 'ac472c607f2703475d3136fb9a42891232fd6735', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, index.h("b", { key: 'c52036adc316ea881cc0245d2316367b46aec9ff', 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: 'b610aa3e9e5cc36160f3aedeee8e94b6a1b3a0e3', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), index.h("p", { key: '1c4c1d6ffda7080c53df5f435bc9169e49c1f59d', 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: '20e948793cd9c04a4bce6a2789acfdb8e23a4588', class: "switcher" }, this.buttonLabels.map((label) => (index.h("button", { type: "button", class: {
749
+ return (index.h("div", { key: '6a1e9afe20ca4ed43a14712a154d4048c7370725', 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: '99714d47e1ad8356e5dd96e2197044567613fc32', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '6088d8bb84b2be87e3ecf51659eceefadc50c705', 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: '7a40721f34ba4a9ba6a8c61e4bd76689e9bdf598', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
793
+ return (index.h("div", { key: 'ae93f614184ed2ea5cfd2fb44833764669b1e01f', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, index.h("kup-gantt-calendar", { key: '37e0e6cd018910e5d43a0b24bd5597383d5da36c', 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: 'b106f6c679d459ad937f5b10f953f0981d220fa8', 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: 'b8613cde1d02a1798759b1da03c4967fdcb30b47' }, newBarProps)))));
798
+ : { width: `${this.gridProps.svgWidth}px` } }, index.h("kup-grid-renderer", Object.assign({ key: 'd0c94f6604dd57df8e01ef9552ca5aa326645f00' }, 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: '3c85062425cecd99f779464c08fdd9105e257919', 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: '5fb9d1ec0ee150a652b36b28f5c4be7fc045e050', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
898
+ return (index.h("div", { key: '0d435629659e29d75825bc52709961d2d538ccad', 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: '95289f2c981d359763d8f862bd5cb84db790c904', 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: 'cc6f16ba19c980fc42676b72355e39b04b27ffcc', class: "ganttTable", style: {
947
+ return (index.h("div", { key: '20160e5d97bd3095584ff963a2a756e1c88264fb', class: "ganttTable", style: {
948
948
  fontFamily: this.fontFamily,
949
949
  fontSize: this.fontSize,
950
- } }, index.h("div", { key: 'f79c084e1e11f78df57f0632724bdfb9a60c3552', class: "ganttTable_Header", style: {
950
+ } }, index.h("div", { key: 'f2320100d2a03071610a3e25a022ed5fbbda528c', class: "ganttTable_Header", style: {
951
951
  height: `${this.headerHeight - 2}px`,
952
- } }, index.h("div", { key: 'c9cd05e5f46d180ac7c9b4959e32a2963384fba5', class: "ganttTable_HeaderItem", style: {
952
+ } }, index.h("div", { key: '9084f7c4eef7f276f09be84aa6c7679af667c1f1', class: "ganttTable_HeaderItem", style: {
953
953
  minWidth: this.rowWidth,
954
- } }, "\u00A0Name"), index.h("div", { key: 'ca7167b753d11fcc0797e7ee824b973d89521df4', class: "ganttTable_HeaderSeparator", style: {
954
+ } }, "\u00A0Name"), index.h("div", { key: '26f164508b996593fcabb3edf670d5a769d3478c', 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: 'a72099348deee5a50082c4152ecf1ddf5fe4910d', class: "ganttTable_HeaderItem", style: {
957
+ } }), index.h("div", { key: 'fffcf0bdaa2434eea231a2df4dd5f7ab45cb8972', class: "ganttTable_HeaderItem", style: {
958
958
  minWidth: this.rowWidth,
959
- } }, "\u00A0From"), index.h("div", { key: 'f07398e08d58babab4c855030a3ae841dd347d92', class: "ganttTable_HeaderSeparator", style: {
959
+ } }, "\u00A0From"), index.h("div", { key: 'a3d086247e2ad4c2b4d49258b5cf6a86eaaefa82', 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: '4a7e688d3727f12b4c4e7ca5816bb6bb53ec9f74', class: "ganttTable_HeaderItem", style: {
962
+ } }), index.h("div", { key: 'e2029d060c3870a51d8765bd9b8fc07c097bea90', 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: '8fbb5a31c2d75d645b3d324639cebb87259cf13c', class: "taskListWrapper", style: {
996
+ return (index.h("div", { key: 'd24867037930e1052c048ab5bc88bd8dffc29ae6', 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: '8f4cf17366abf9d2795c2719976fe7798101d3dd', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: 'bdd70aa98f4613fa568462ede5a81c5a0ac3bc62', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
1085
+ return (index.h("div", { key: '995641764e457eea64f9a0adc87f2e3fe5440a6b', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, index.h(this.TooltipContent, { key: '3cb4afb16ddb4a1f329dd86b912e49a5c07102c3', 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: '3d3b8fbb45b98fd7a29d7ee033c1f918af1d9949', style: {
1139
+ return (index.h("div", { key: 'a4ed08824d2725f0d203f31fbf15fdcccc87d3f7', 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: '6b3c0cc4a7ac473fb0689e9bab75c255aa100ba0', style: {
1143
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, index.h("div", { key: 'f45c374c75f698f5857a6aeabd01395647a3b01a', style: {
1144
1144
  height: `${this.ganttFullHeight}px`,
1145
1145
  width: '1px',
1146
1146
  } })));
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  require('./kup-dates-bc4cf9d0.js');
9
9
 
@@ -84,7 +84,7 @@ const KupHTM = class {
84
84
  }
85
85
  render() {
86
86
  const isLink = __classPrivateFieldGet(this, _KupHTM_kupManager, "f").objects.isLink(this.data.obj);
87
- return (index.h(index.Host, { key: 'e973cfb80ddc6aba894dd2994b3be82fc93a07bc' }, index.h("style", { key: 'cd5f18859b77dfbaa1008cfe37183e18780b8e38' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '69a912436a0c644bbe0ca38efe2aff60c31b15e4', id: GenericVariables.componentWrapperId }, index.h("div", { key: '5e057d8c92cbfd479a57c10c205e96be51475007', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB)), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
87
+ return (index.h(index.Host, { key: '4900e8b6dd9c84c1f3a173b43951a0066bc8ec92' }, index.h("style", { key: 'fae888455749d9310efb85b2543a1f2dd9c458e5' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'b134d6fc361dcb972d831b5658ae5529a949efa5', id: GenericVariables.componentWrapperId }, index.h("div", { key: 'd8490ada53de8bf4cd93c7d4fb1e0db18cc3a42d', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (index.h(index.Fragment, null, index.h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.OPEN_IN_NEW_TAB)), index.h("iframe", { src: this.data.value, frameBorder: "0" }))) : (index.h("div", { innerHTML: this.data.value }))))));
88
88
  }
89
89
  disconnectedCallback() {
90
90
  __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  require('./kup-dates-bc4cf9d0.js');
8
8
 
9
9
  /**
@@ -3,18 +3,18 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e8aa3c73.js');
6
- const kupManager = require('./kup-manager-1145102b.js');
6
+ const kupManager = require('./kup-manager-f5ccf3d0.js');
7
7
  const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
  const fImage = require('./f-image-4d316ab3.js');
9
9
  const fButton = require('./f-button-1e98edae.js');
10
10
  const fButtonDeclarations = require('./f-button-declarations-76ef9f87.js');
11
- const fCell = require('./f-cell-39c40bdf.js');
11
+ const fCell = require('./f-cell-732263b0.js');
12
12
  const component = require('./component-a6dd6c14.js');
13
13
  require('./kup-dates-bc4cf9d0.js');
14
14
  require('./f-checkbox-4fcdec8a.js');
15
- require('./f-text-field-02f710d5.js');
16
- require('./f-chip-d89bcb57.js');
17
- require('./f-object-field-4a77d419.js');
15
+ require('./f-text-field-b5a51398.js');
16
+ require('./f-chip-238c78d1.js');
17
+ require('./f-object-field-8bca23a7.js');
18
18
 
19
19
  /**
20
20
  * Props of the kup-image-list component.
@@ -239,14 +239,14 @@ const KupImageList = class {
239
239
  }
240
240
  const imlClass = 'image-list' +
241
241
  (this.showFullDescription ? ' full-description' : '');
242
- return (index.h(index.Host, { key: 'aaefac38b6fc8edb0a3378edce114b31dcd4c982' }, index.h("style", { key: '80541c8e96c4949ae9d3635342458ed4636aa4f3' }, __classPrivateFieldGet(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: 'e21da53853b397147fae86eb46c4ec73ab1918c8', id: GenericVariables.componentWrapperId, ref: (el) => {
242
+ return (index.h(index.Host, { key: '6b1b27c8e736754f479770ec67603d5708a78191' }, index.h("style", { key: '998b454b9acbe6078e18b5303667a373ef17a352' }, __classPrivateFieldGet(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '9dfe6fefea846bbe367f5c76fd2d336840190ae9', id: GenericVariables.componentWrapperId, ref: (el) => {
243
243
  __classPrivateFieldSet(this, _KupImageList_el, el, "f");
244
- } }, index.h("div", { key: '2ea71db6523c5ed84e6e04bc36844199208ae69f', class: "navigation-bar" }, hasNavigation ? (index.h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
244
+ } }, index.h("div", { key: '8e6ba7408c4358862f1cccc8b564c5f225410074', class: "navigation-bar" }, hasNavigation ? (index.h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
245
245
  ? 'navigation-bar__wrapper--active'
246
246
  : ''}` }, index.h("div", { class: `navigation-bar__title`, onClick: () => {
247
247
  this.navigationBarToggled =
248
248
  !this.navigationBarToggled;
249
- } }, index.h(fImage.FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), index.h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.BACK) })), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.TOP) })))) : null), index.h("div", { key: 'cca51c44ab0f8eb8a3010d070ef2c39ce4eea04b', class: imlClass, style: combinedGridStyle }, ...__classPrivateFieldGet(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
249
+ } }, index.h(fImage.FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), index.h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.BACK) })), index.h(fButton.FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.TOP) })))) : null), index.h("div", { key: '4c007ebfba4fe8b1b8aaffbae9261c27db9b00df', class: imlClass, style: combinedGridStyle }, ...__classPrivateFieldGet(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
250
250
  }
251
251
  disconnectedCallback() {
252
252
  __classPrivateFieldGet(this, _KupImageList_kupManager, "f").interact.unregister(__classPrivateFieldGet(this, _KupImageList_interactableTouch, "f"));