@sme.up/ketchup 11.0.0-SNAPSHOT-20241023072631 → 11.0.0-SNAPSHOT-20241023082921

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 (248) hide show
  1. package/dist/cjs/{f-cell-95f965f3.js → f-cell-c5a85032.js} +64 -1
  2. package/dist/cjs/f-cell-c5a85032.js.map +1 -0
  3. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +49 -49
  4. package/dist/cjs/kup-box.cjs.entry.js +1 -1
  5. package/dist/cjs/kup-cell.cjs.entry.js +4 -19
  6. package/dist/cjs/kup-cell.cjs.entry.js.map +1 -1
  7. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  8. package/dist/cjs/kup-dashboard.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  11. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  12. package/dist/cjs/kup-family-tree.cjs.entry.js +2 -2
  13. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  14. package/dist/cjs/kup-image-list.cjs.entry.js +4 -4
  15. package/dist/cjs/kup-input-panel.cjs.entry.js +2 -2
  16. package/dist/cjs/kup-lazy.cjs.entry.js +11 -11
  17. package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
  18. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  19. package/dist/cjs/kup-numeric-picker.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  23. package/dist/cjs/kup-planner.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  25. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  27. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  28. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  29. package/dist/collection/components/kup-cell/kup-cell.js +4 -18
  30. package/dist/collection/components/kup-cell/kup-cell.js.map +1 -1
  31. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  32. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  33. package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
  34. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  35. package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
  36. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  37. package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
  38. package/dist/collection/components/kup-drawer/kup-drawer.js +2 -2
  39. package/dist/collection/components/kup-echart/kup-echart.js +1 -1
  40. package/dist/collection/components/kup-editor/kup-editor.js +1 -1
  41. package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
  42. package/dist/collection/components/kup-form/kup-form.js +2 -2
  43. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  44. package/dist/collection/components/kup-input-panel/kup-input-panel.js +1 -1
  45. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  46. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  47. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  48. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  49. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  50. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  51. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  52. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  53. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  54. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  55. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  56. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  57. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  58. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  59. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  60. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  61. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  62. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  63. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  64. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  65. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  66. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  67. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  68. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  69. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  70. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  71. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  72. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  73. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  74. package/dist/collection/components/kup-typography/kup-typography.js +1 -1
  75. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  76. package/dist/collection/f-components/f-cell/f-cell.js +64 -1
  77. package/dist/collection/f-components/f-cell/f-cell.js.map +1 -1
  78. package/dist/collection/f-components/f-cell-options.tsx/f-cell-options.js +0 -1
  79. package/dist/collection/f-components/f-cell-options.tsx/f-cell-options.js.map +1 -1
  80. package/dist/components/custom-task-list-header.js +2 -2
  81. package/dist/components/kup-autocomplete2.js +112 -49
  82. package/dist/components/kup-autocomplete2.js.map +1 -1
  83. package/dist/components/kup-cell.js +4 -19
  84. package/dist/components/kup-cell.js.map +1 -1
  85. package/dist/components/kup-dashboard.js +1 -1
  86. package/dist/components/kup-drawer.js +2 -2
  87. package/dist/components/kup-echart2.js +1 -1
  88. package/dist/components/kup-editor2.js +1 -1
  89. package/dist/components/kup-family-tree.js +2 -2
  90. package/dist/components/kup-gantt-calendar2.js +2 -2
  91. package/dist/components/kup-gantt2.js +2 -2
  92. package/dist/components/kup-grid-renderer2.js +3 -3
  93. package/dist/components/kup-horizontal-scroll2.js +5 -5
  94. package/dist/components/kup-image-list.js +3 -3
  95. package/dist/components/kup-input-panel.js +2 -2
  96. package/dist/components/kup-lazy.js +11 -11
  97. package/dist/components/kup-magic-box.js +3 -3
  98. package/dist/components/kup-manager.js +1 -1
  99. package/dist/components/kup-nav-bar.js +1 -1
  100. package/dist/components/kup-numeric-picker.js +1 -1
  101. package/dist/components/kup-pdf.js +1 -1
  102. package/dist/components/kup-photo-frame.js +2 -2
  103. package/dist/components/kup-planner-renderer2.js +2 -2
  104. package/dist/components/kup-planner.js +1 -1
  105. package/dist/components/kup-probe.js +1 -1
  106. package/dist/components/kup-qlik.js +1 -1
  107. package/dist/components/kup-snackbar.js +1 -1
  108. package/dist/components/kup-standard-tooltip2.js +1 -1
  109. package/dist/components/kup-switcher2.js +1 -1
  110. package/dist/components/kup-task-gantt2.js +2 -2
  111. package/dist/components/kup-task-list-header2.js +7 -7
  112. package/dist/components/kup-task-list-table2.js +1 -1
  113. package/dist/components/kup-task-list2.js +1 -1
  114. package/dist/components/kup-tooltip2.js +1 -1
  115. package/dist/components/kup-typography-list.js +1 -1
  116. package/dist/components/kup-typography.js +1 -1
  117. package/dist/components/kup-vertical-scroll2.js +2 -2
  118. package/dist/esm/{f-cell-c813c70c.js → f-cell-aea93e3a.js} +67 -4
  119. package/dist/esm/f-cell-aea93e3a.js.map +1 -0
  120. package/dist/esm/{f-chip-4a35f0f8.js → f-chip-4eb4d42d.js} +2 -2
  121. package/dist/esm/{f-chip-4a35f0f8.js.map → f-chip-4eb4d42d.js.map} +1 -1
  122. package/dist/esm/{f-paginator-utils-4e6a69f6.js → f-paginator-utils-ae1c08f2.js} +2 -2
  123. package/dist/esm/{f-paginator-utils-4e6a69f6.js.map → f-paginator-utils-ae1c08f2.js.map} +1 -1
  124. package/dist/esm/{f-text-field-a7ef5d61.js → f-text-field-5c7e1016.js} +2 -2
  125. package/dist/esm/{f-text-field-a7ef5d61.js.map → f-text-field-5c7e1016.js.map} +1 -1
  126. package/dist/esm/index.js +1 -1
  127. package/dist/esm/kup-accordion.entry.js +1 -1
  128. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  129. package/dist/esm/kup-autocomplete_27.entry.js +54 -54
  130. package/dist/esm/kup-box.entry.js +6 -6
  131. package/dist/esm/kup-calendar.entry.js +2 -2
  132. package/dist/esm/kup-card-list.entry.js +1 -1
  133. package/dist/esm/kup-cell.entry.js +7 -22
  134. package/dist/esm/kup-cell.entry.js.map +1 -1
  135. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  136. package/dist/esm/kup-dashboard.entry.js +3 -3
  137. package/dist/esm/{kup-data-table-helper-9913aac7.js → kup-data-table-helper-77b091da.js} +2 -2
  138. package/dist/esm/{kup-data-table-helper-9913aac7.js.map → kup-data-table-helper-77b091da.js.map} +1 -1
  139. package/dist/esm/kup-drawer.entry.js +3 -3
  140. package/dist/esm/kup-echart.entry.js +2 -2
  141. package/dist/esm/kup-editor.entry.js +2 -2
  142. package/dist/esm/kup-family-tree.entry.js +3 -3
  143. package/dist/esm/kup-gantt_10.entry.js +23 -23
  144. package/dist/esm/kup-grid.entry.js +1 -1
  145. package/dist/esm/kup-iframe.entry.js +1 -1
  146. package/dist/esm/kup-image-list.entry.js +7 -7
  147. package/dist/esm/kup-input-panel.entry.js +5 -5
  148. package/dist/esm/kup-lazy.entry.js +12 -12
  149. package/dist/esm/kup-magic-box.entry.js +4 -4
  150. package/dist/esm/{kup-manager-669cda17.js → kup-manager-7f0308ee.js} +2 -2
  151. package/dist/esm/{kup-manager-669cda17.js.map → kup-manager-7f0308ee.js.map} +1 -1
  152. package/dist/esm/kup-nav-bar.entry.js +2 -2
  153. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  154. package/dist/esm/kup-pdf.entry.js +2 -2
  155. package/dist/esm/kup-photo-frame.entry.js +3 -3
  156. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  157. package/dist/esm/kup-planner.entry.js +3 -3
  158. package/dist/esm/kup-probe.entry.js +2 -2
  159. package/dist/esm/kup-qlik.entry.js +2 -2
  160. package/dist/esm/kup-snackbar.entry.js +2 -2
  161. package/dist/esm/kup-typography-list.entry.js +2 -2
  162. package/dist/esm/kup-typography.entry.js +2 -2
  163. package/dist/ketchup/index.esm.js +1 -1
  164. package/dist/ketchup/ketchup.esm.js +1 -1
  165. package/dist/ketchup/{p-ada5beae.entry.js → p-03885b8d.entry.js} +2 -2
  166. package/dist/ketchup/{p-42582605.entry.js → p-05a7120a.entry.js} +2 -2
  167. package/dist/ketchup/{p-cc1abfc4.js → p-1754ee9b.js} +2 -2
  168. package/dist/ketchup/{p-1460050d.entry.js → p-18229ac3.entry.js} +2 -2
  169. package/dist/ketchup/{p-ed400b83.entry.js → p-188ed514.entry.js} +2 -2
  170. package/dist/ketchup/{p-6f3846da.entry.js → p-202dfeee.entry.js} +3 -3
  171. package/dist/ketchup/{p-a7e1edb6.entry.js → p-203cb58a.entry.js} +3 -3
  172. package/dist/ketchup/{p-19c0491c.entry.js → p-2227785a.entry.js} +2 -2
  173. package/dist/ketchup/{p-07ab58b7.entry.js → p-246e4816.entry.js} +2 -2
  174. package/dist/ketchup/{p-06651510.entry.js → p-2b47d837.entry.js} +2 -2
  175. package/dist/ketchup/{p-22d4016a.entry.js → p-39fa8da7.entry.js} +2 -2
  176. package/dist/ketchup/{p-68be312f.entry.js → p-45db3eae.entry.js} +2 -2
  177. package/dist/ketchup/{p-c85be66a.entry.js → p-48368d6a.entry.js} +2 -2
  178. package/dist/ketchup/p-544eca9d.js +2 -0
  179. package/dist/ketchup/{p-bd9b1a39.entry.js → p-5d738584.entry.js} +3 -3
  180. package/dist/ketchup/{p-ac90237a.entry.js → p-674a4d20.entry.js} +2 -2
  181. package/dist/ketchup/{p-398b13ca.entry.js → p-6d51f043.entry.js} +2 -2
  182. package/dist/ketchup/{p-13f4b18e.entry.js → p-7b5bef8e.entry.js} +3 -3
  183. package/dist/ketchup/{p-a0dce50f.js → p-802a4e44.js} +2 -2
  184. package/dist/ketchup/{p-9ab7218f.entry.js → p-87ff86ee.entry.js} +2 -2
  185. package/dist/ketchup/{p-99de1bea.entry.js → p-8a77b0b2.entry.js} +2 -2
  186. package/dist/ketchup/{p-26030fba.js → p-8c07fd42.js} +2 -2
  187. package/dist/ketchup/p-9394a966.entry.js +2 -0
  188. package/dist/ketchup/p-9394a966.entry.js.map +1 -0
  189. package/dist/ketchup/{p-ac894b67.entry.js → p-9788df0b.entry.js} +2 -2
  190. package/dist/ketchup/{p-547ce22c.entry.js → p-992647ed.entry.js} +2 -2
  191. package/dist/ketchup/{p-aefbe2a4.entry.js → p-9d9bb8a9.entry.js} +2 -2
  192. package/dist/ketchup/{p-5fef2650.entry.js → p-afc92adf.entry.js} +2 -2
  193. package/dist/ketchup/p-b3c7cbd9.entry.js +2 -0
  194. package/dist/ketchup/{p-1ac6a21a.entry.js.map → p-b3c7cbd9.entry.js.map} +1 -1
  195. package/dist/ketchup/{p-fd60c779.entry.js → p-b6c07403.entry.js} +3 -3
  196. package/dist/ketchup/p-bbdf4a8f.js +2 -0
  197. package/dist/ketchup/p-bbdf4a8f.js.map +1 -0
  198. package/dist/ketchup/{p-ca5d792d.entry.js → p-cdd29a6d.entry.js} +2 -2
  199. package/dist/ketchup/{p-13b2ca2d.js → p-df06309a.js} +2 -2
  200. package/dist/ketchup/{p-ecd177b6.entry.js → p-e01cb12b.entry.js} +2 -2
  201. package/dist/ketchup/{p-07af0f44.entry.js → p-e32ad7e4.entry.js} +2 -2
  202. package/dist/ketchup/{p-ce2c3d02.entry.js → p-e921b455.entry.js} +2 -2
  203. package/dist/ketchup/{p-e8dc8c8f.entry.js → p-f4a6652e.entry.js} +2 -2
  204. package/dist/ketchup/{p-9586b234.entry.js → p-fedd9482.entry.js} +2 -2
  205. package/dist/types/components/kup-cell/kup-cell.d.ts +0 -1
  206. package/package.json +1 -1
  207. package/dist/cjs/f-cell-95f965f3.js.map +0 -1
  208. package/dist/esm/f-cell-c813c70c.js.map +0 -1
  209. package/dist/ketchup/p-1ac6a21a.entry.js +0 -2
  210. package/dist/ketchup/p-50e5a990.js +0 -2
  211. package/dist/ketchup/p-7285b1b3.entry.js +0 -2
  212. package/dist/ketchup/p-7285b1b3.entry.js.map +0 -1
  213. package/dist/ketchup/p-812c59be.js +0 -2
  214. package/dist/ketchup/p-812c59be.js.map +0 -1
  215. /package/dist/ketchup/{p-ada5beae.entry.js.map → p-03885b8d.entry.js.map} +0 -0
  216. /package/dist/ketchup/{p-42582605.entry.js.map → p-05a7120a.entry.js.map} +0 -0
  217. /package/dist/ketchup/{p-cc1abfc4.js.map → p-1754ee9b.js.map} +0 -0
  218. /package/dist/ketchup/{p-1460050d.entry.js.map → p-18229ac3.entry.js.map} +0 -0
  219. /package/dist/ketchup/{p-ed400b83.entry.js.map → p-188ed514.entry.js.map} +0 -0
  220. /package/dist/ketchup/{p-6f3846da.entry.js.map → p-202dfeee.entry.js.map} +0 -0
  221. /package/dist/ketchup/{p-a7e1edb6.entry.js.map → p-203cb58a.entry.js.map} +0 -0
  222. /package/dist/ketchup/{p-19c0491c.entry.js.map → p-2227785a.entry.js.map} +0 -0
  223. /package/dist/ketchup/{p-07ab58b7.entry.js.map → p-246e4816.entry.js.map} +0 -0
  224. /package/dist/ketchup/{p-06651510.entry.js.map → p-2b47d837.entry.js.map} +0 -0
  225. /package/dist/ketchup/{p-22d4016a.entry.js.map → p-39fa8da7.entry.js.map} +0 -0
  226. /package/dist/ketchup/{p-68be312f.entry.js.map → p-45db3eae.entry.js.map} +0 -0
  227. /package/dist/ketchup/{p-c85be66a.entry.js.map → p-48368d6a.entry.js.map} +0 -0
  228. /package/dist/ketchup/{p-50e5a990.js.map → p-544eca9d.js.map} +0 -0
  229. /package/dist/ketchup/{p-bd9b1a39.entry.js.map → p-5d738584.entry.js.map} +0 -0
  230. /package/dist/ketchup/{p-ac90237a.entry.js.map → p-674a4d20.entry.js.map} +0 -0
  231. /package/dist/ketchup/{p-398b13ca.entry.js.map → p-6d51f043.entry.js.map} +0 -0
  232. /package/dist/ketchup/{p-13f4b18e.entry.js.map → p-7b5bef8e.entry.js.map} +0 -0
  233. /package/dist/ketchup/{p-a0dce50f.js.map → p-802a4e44.js.map} +0 -0
  234. /package/dist/ketchup/{p-9ab7218f.entry.js.map → p-87ff86ee.entry.js.map} +0 -0
  235. /package/dist/ketchup/{p-99de1bea.entry.js.map → p-8a77b0b2.entry.js.map} +0 -0
  236. /package/dist/ketchup/{p-26030fba.js.map → p-8c07fd42.js.map} +0 -0
  237. /package/dist/ketchup/{p-ac894b67.entry.js.map → p-9788df0b.entry.js.map} +0 -0
  238. /package/dist/ketchup/{p-547ce22c.entry.js.map → p-992647ed.entry.js.map} +0 -0
  239. /package/dist/ketchup/{p-aefbe2a4.entry.js.map → p-9d9bb8a9.entry.js.map} +0 -0
  240. /package/dist/ketchup/{p-5fef2650.entry.js.map → p-afc92adf.entry.js.map} +0 -0
  241. /package/dist/ketchup/{p-fd60c779.entry.js.map → p-b6c07403.entry.js.map} +0 -0
  242. /package/dist/ketchup/{p-ca5d792d.entry.js.map → p-cdd29a6d.entry.js.map} +0 -0
  243. /package/dist/ketchup/{p-13b2ca2d.js.map → p-df06309a.js.map} +0 -0
  244. /package/dist/ketchup/{p-ecd177b6.entry.js.map → p-e01cb12b.entry.js.map} +0 -0
  245. /package/dist/ketchup/{p-07af0f44.entry.js.map → p-e32ad7e4.entry.js.map} +0 -0
  246. /package/dist/ketchup/{p-ce2c3d02.entry.js.map → p-e921b455.entry.js.map} +0 -0
  247. /package/dist/ketchup/{p-e8dc8c8f.entry.js.map → p-f4a6652e.entry.js.map} +0 -0
  248. /package/dist/ketchup/{p-9586b234.entry.js.map → p-fedd9482.entry.js.map} +0 -0
@@ -175,7 +175,7 @@ export class KupInputPanel {
175
175
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
176
176
  ]
177
177
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
178
- return (h(Host, { key: '250ba268db4da534592d16fab49275cf7ad0e61b' }, h("style", { key: 'a8d1c32a3342f1cb9a6b3bfbbcb16d42f1e875f9' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '174fbec980e2fab7fa3f9d59de1d8038c04cff5f', id: componentWrapperId }, inputPanelContent)));
178
+ return (h(Host, { key: '93af46e356581180658ec85aacb6315d0fc23770' }, h("style", { key: '99c8f160706db2a9c5419b574f39adcbf1df8a5a' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '21a361de12cecf8363088cbb936ce5337ee45e63', id: componentWrapperId }, inputPanelContent)));
179
179
  }
180
180
  disconnectedCallback() {
181
181
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -108,39 +108,39 @@ export class KupLazy {
108
108
  switch (this.componentName) {
109
109
  case 'kup-button':
110
110
  //call_to_action.svg
111
- resource = (h("svg", { key: '4474a84ee97f6645684c9b59d4fb1ec42c5e29a1', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'd5706963cc04947f5f4aa28156a549ba35ef7f77', 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" })));
111
+ resource = (h("svg", { key: '142ecf1bc4606810244eee4d37220b10dfb13c33', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '09ac2094fee710434998fe06d2fbac5ab0ea2bab', 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" })));
112
112
  break;
113
113
  case 'kup-card':
114
114
  //art_track.svg
115
- resource = (h("svg", { key: 'b31453a4fd8626449c661de31c61a99313e1c384', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'd2a34732648ebe3c88e3fa20ebe1e7e40ab54327', 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" })));
115
+ resource = (h("svg", { key: 'dd62523adb23354d1c2f9a786a45250d6dc30eb7', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'b821b9703a1b37f39c866d24ffd9106d369d2279', 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" })));
116
116
  break;
117
117
  case 'kup-checkbox':
118
118
  //check_box_outline_blank.svg
119
- resource = (h("svg", { key: '7a06f56381994c0e7d0fce2c5eb7709590534050', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '29d0ab4f2794f765f47e1adf4385aec9f240aa07', 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" })));
119
+ resource = (h("svg", { key: '3b2d93abfa208eb9dd0f8b159b51c2268c4daab4', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '0e41239707e74680252d041a8e6d14e1c4b9bb74', 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" })));
120
120
  break;
121
121
  case 'kup-chart':
122
122
  //chart-bar.svg
123
- resource = (h("svg", { key: 'f597a469b6d3305b4ea9a2de14667c1d4f9fdcb8', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '831b12e9fdafff2092a0819fd6326a0663e46b0d', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
123
+ resource = (h("svg", { key: 'b2bf0893222cb4fa17069327b4df6c432f3f912a', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'f0ed2001a3697f63cafb42c95c275e2522d431fa', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
124
124
  break;
125
125
  case 'kup-data-table':
126
126
  //table-large.svg
127
- resource = (h("svg", { key: 'bd6cb8f53609ee41850029dd58664de499ac36fa', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '1f8a1aaeaa25297c553d9d2cad97610e53e22af0', 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" })));
127
+ resource = (h("svg", { key: '084d0f8abaa50390fe0f1e7cbcce5ea771937d35', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '442510a55fa566bd83b2f631c05d778d4be7d5fe', 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" })));
128
128
  break;
129
129
  case 'kup-image':
130
130
  //photo.svg
131
- resource = (h("svg", { key: '46bee9cd9e69a824a2712d35bfe828f9842b0766', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '5c1c81a9142da6cbe7d438fdb75afed657adf7ea', 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" })));
131
+ resource = (h("svg", { key: 'c2dd9ee9c12dcf7b782f0bdd04370da959dafb1a', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'bcf61cc6292bb257e361d11e3a1097eb98f6597a', 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" })));
132
132
  break;
133
133
  case 'kup-progress-bar':
134
134
  //linear_scale.svg
135
- resource = (h("svg", { key: '8abad2d7b1dd0de806e8d05add1d62726186924f', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '6ade996bbe9b73479ffddc2148d094651b9443f3', 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" })));
135
+ resource = (h("svg", { key: '2dec9530bdb12f97736d48518edfe5294cca0214', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'a1bdb54b3d9570d154a65ed27d77c4681672c601', 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" })));
136
136
  break;
137
137
  case 'kup-radio':
138
138
  //radio_button_unchecked.svg
139
- resource = (h("svg", { key: '30017b287789def52887a6278772f6693bf09521', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '6cf0aa23b19fa1178568114cc6bec4ea78182163', 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" })));
139
+ resource = (h("svg", { key: '452bb4adbfc904d56c3298b32beac0281abb7353', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'd5b58baa6fbb481587efd2384dd5fb30f2f1ef9e', 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" })));
140
140
  break;
141
141
  default:
142
142
  //art_track.svg
143
- resource = (h("svg", { key: 'e8a2bca72cfca3b7a5997f87a452bdb0bb986ef1', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '2cf1063eb142e4f16a149450fa9ddc0feacf01a1', 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" })));
143
+ resource = (h("svg", { key: '08e04f703cbe01a686aaa2056b31d956d8c1ea39', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '11e39f63de784e1600605fd35fa2d9b506fdeb87', 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" })));
144
144
  break;
145
145
  }
146
146
  if ((this.renderMode === KupLazyRender.VIEWPORT && this.isInViewport) ||
@@ -149,14 +149,14 @@ export class KupLazy {
149
149
  this.data &&
150
150
  this.isInViewport)) {
151
151
  let Tag = this.componentName;
152
- content = (h(Tag, Object.assign({ key: 'ac042228a8d69a0f118e49c421c6722f96b7a1a0' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
152
+ content = (h(Tag, Object.assign({ key: '085714fe736dba6ddf9c94d0a2243f792d040675' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
153
153
  className += ' kup-loaded';
154
154
  }
155
155
  else if (this.showPlaceholder) {
156
156
  content = resource;
157
157
  className += ' kup-to-be-loaded';
158
158
  }
159
- return (h(Host, { key: '4656050b845b8c2e22122f4784df48f815ec8c43', class: className }, h("style", { key: '35554fc23a2fc3cf8a3329fc5cc59ace5a36a4a3' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '9798edab4fe479c2d33b7cf1c4fb509afbc7f8a0', id: componentWrapperId }, content)));
159
+ return (h(Host, { key: '802fd7017a1f67bd03d02b6458c2b77c1f8465a6', class: className }, h("style", { key: 'c2d8c919c9b72fef9e7cb5826f026983ce6cd6fe' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '6ce3ca10b77781163bc8f97c963bf2fa207a2e05', id: componentWrapperId }, content)));
160
160
  }
161
161
  disconnectedCallback() {
162
162
  var _a;
@@ -263,11 +263,11 @@ export class KupMagicBox {
263
263
  this.kupManager.debug.logRender(this, true);
264
264
  }
265
265
  render() {
266
- return (h(Host, { key: '07f52199f9d163056ba8ec1089bf07b7ba4e0d35' }, h("style", { key: '3461c9ea5ea13365817898b26a79fccd6f6a6877' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '59fd4ae432613d2412430e29bdd07262f33b458d', id: componentWrapperId }, h("div", { key: '63333552e3a9c5f461e7c8a24fa9af89a4e0c9b7', class: "magic-box-wrapper" }, h("div", { key: 'd44e4ad5a2f9dbfb57b78418f524aad1f6cfc023', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: 'f839108261c8992cc064a02edc997871247e1759' }, this.comboboxProps())), h("kup-button", { key: 'fc3965b79ddd63c42d2224cc75aa6f5152907866', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
266
+ return (h(Host, { key: 'f472c456d846a8db13368b9f54e5a092225f22d3' }, h("style", { key: '0d90e35e265af8810a2b5873b7bef9dd48fb9bd8' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '87cdb1e3bdcb196b71031c160aa6608dbd298c5c', id: componentWrapperId }, h("div", { key: 'c99994dc335f14d63208b0fee2b67632c0ff1161', class: "magic-box-wrapper" }, h("div", { key: 'b318cdac704373547ece7c0a4e770a6b83a1c784', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '77800dd052310dade4154a339e08e6e25c0d8cb7' }, this.comboboxProps())), h("kup-button", { key: 'ad5e58acb8806b8f9f271e9ed33aa61f5ec0d0cd', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
267
267
  this.data = null;
268
- } }), h("kup-button", { key: '7c0278888d83c9354e6f52bad7de5f325b22429f', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
268
+ } }), h("kup-button", { key: '243a20cf6a6bbd9182290d4bdf6994386bf79d94', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
269
269
  this.kupManager.hideMagicBox();
270
- } })), h("div", { key: 'dddfa0b810d7c586c98fb8c9cd90408a9b6ec080', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
270
+ } })), h("div", { key: '35cae487666a6cadd2e205971b080692a84e2d7f', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
271
271
  }
272
272
  disconnectedCallback() {
273
273
  this.kupManager.interact.unregister([
@@ -98,7 +98,7 @@ export class KupNavBar {
98
98
  this.kupManager.debug.logRender(this, true);
99
99
  }
100
100
  render() {
101
- return (h(Host, { key: '4d4f9e7c1effd4944e9732513345478f3c876b29', class: "header" }, h("style", { key: 'f376e18912a0c61ba9af4aa364281496422ff443' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '221df292e1b1d06b5c904fbea6f6bb96bc735ad5', id: componentWrapperId }, h("header", { key: '6186397fbe6d1310f141adf4c4d2678be596f7d1', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '5386ec16eaba87807ac86878e0226b1158c44811', class: `${navbarClass}__row` }, this.content())))));
101
+ return (h(Host, { key: 'b53200bbb8e99b1357a1f12747f22aa1c7e0ef38', class: "header" }, h("style", { key: 'c84079987ac63f9eabde7379f37c5cb35d0b3134' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '9773a5835ae5514ed277f27c1643ff2de73051b9', id: componentWrapperId }, h("header", { key: '11afd8d7c2cbdadd3fb7f991f60d8cacdaa4647a', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: 'b5724ddecf17ebeafb772a2289378d7783ac5c37', class: `${navbarClass}__row` }, this.content())))));
102
102
  }
103
103
  disconnectedCallback() {
104
104
  this.kupManager.language.unregister(this);
@@ -321,7 +321,7 @@ export class KupNumericPicker {
321
321
  this.kupManager.debug.logRender(this, true);
322
322
  }
323
323
  render() {
324
- return (h(Host, { key: 'c759e34f7ff6d5eae483f7d3d7d491281e48190b' }, h("style", { key: '6eacde56415f21922ab5401dcc519b24ff69ca01' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '12f75ea7f7782f3feade05a51708552baba35a55', id: componentWrapperId }, this.prepTextfield())));
324
+ return (h(Host, { key: '6facc37e24731377be34e65dcc123692e5c3e828' }, h("style", { key: '54b8ddc07dc8d32c3b72da8ab2734e760d867c1b' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e8c0c5d2bbee71b78cd513554d2708c9f9b0f2c1', id: componentWrapperId }, this.prepTextfield())));
325
325
  }
326
326
  disconnectedCallback() {
327
327
  this.kupManager.dates.unregister(this);
@@ -105,7 +105,7 @@ export class KupPdf {
105
105
  catch (error) { }
106
106
  }
107
107
  render() {
108
- return (h(Host, { key: '40376a654818c87a1a6d8aa0efb9c4561b9d63e4' }, h("div", { key: '6344f5325e99cdf1053c243b58d6890bde221e77', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
108
+ return (h(Host, { key: '2a3b734bf003893e73498e706f61496e2d12bb21' }, h("div", { key: '71419dc64be983e72599bcff5565390966d9afe0', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
109
109
  }
110
110
  disconnectedCallback() {
111
111
  __classPrivateFieldGet(this, _KupPdf_kupManager, "f").theme.unregister(this);
@@ -99,9 +99,9 @@ export class KupPhotoFrame {
99
99
  if (this.isInViewport && !__classPrivateFieldGet(this, _KupPhotoFrame_renderResource, "f")) {
100
100
  __classPrivateFieldSet(this, _KupPhotoFrame_renderResource, true, "f");
101
101
  }
102
- return (h(Host, { key: '6a60ca771c937ccc6fef1d7b16968ef55e0d148c' }, h("style", { key: 'e3757f5272dcb3c6e9c6a414aac9a4becb3cf2f9' }, __classPrivateFieldGet(this, _KupPhotoFrame_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '370c684f9f165e36b5a4c003a68794daf3e480b1', id: componentWrapperId, ref: (el) => {
102
+ return (h(Host, { key: '96e9dc9b29a8715944440efb3cde806001db9841' }, h("style", { key: '1a9d6f8d9163c49ec458f52fcc47e3b83b37fd95' }, __classPrivateFieldGet(this, _KupPhotoFrame_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c41d71aba188a432bcbbd1e81234d4eb84ac5cad', id: componentWrapperId, ref: (el) => {
103
103
  __classPrivateFieldSet(this, _KupPhotoFrame_wrapperEl, el, "f");
104
- } }, h("img", Object.assign({ key: '6c03352f8a8f9a26c45c659ee1be5c53d297dc10' }, this.placeholderAttrs, { class: "placeholder", ref: (el) => (__classPrivateFieldSet(this, _KupPhotoFrame_placeholderEl, el, "f")), onLoad: () => {
104
+ } }, h("img", Object.assign({ key: '66a44a24938c4fa72cd984729d2c5edd37c357eb' }, this.placeholderAttrs, { class: "placeholder", ref: (el) => (__classPrivateFieldSet(this, _KupPhotoFrame_placeholderEl, el, "f")), onLoad: () => {
105
105
  if (__classPrivateFieldGet(this, _KupPhotoFrame_placeholderEl, "f").naturalWidth >
106
106
  __classPrivateFieldGet(this, _KupPhotoFrame_placeholderEl, "f").naturalHeight) {
107
107
  __classPrivateFieldGet(this, _KupPhotoFrame_wrapperEl, "f").classList.add('horizontal');
@@ -523,7 +523,7 @@ export class KupPlanner {
523
523
  if ((_b = this.plannerProps) === null || _b === void 0 ? void 0 : _b.secondaryGantt) {
524
524
  plannerProps.secondaryGantt = Object.assign(Object.assign({}, this.plannerProps.secondaryGantt), { onScrollY: this.handleDetailGanttScrollY.bind(this) });
525
525
  }
526
- return (h(Host, { key: '73752a0e5077fa4ed017d304d7d0ec86441173c4' }, h("style", { key: 'af248e098f4f40255f284e8e332d4b06aa79035b' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'cc070f765699d2b033fd93dd8b5122be58f1d73f', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: '80a8acb4dd14977dc5a33595e4903d6a538cb002', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '8155c94c54c807cc60a360bac5b5aa2c9a3ee6b3', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '6ab229e2e93ce07c33487d5ab8c1e7112d7c23a4', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
526
+ return (h(Host, { key: 'ab02db06dbbc4cec735bfe4a94be886dccdd074b' }, h("style", { key: 'a8e138dc9432e9a72e35c5ebbdd90a6ac7a4cdcb' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5a7c342a7ca934a076dce7ff708cb4d7c24f430a', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: 'fb472e15412e52ab4df9fb3c64d37bb00c6d3bfc', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '96a4a1cc970e0e1babf8814becbd057eb3c02ee4', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: 'ff0b0c6354de9bad576fa94012693e74565c0392', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
527
527
  if (e.key === 'Enter') {
528
528
  __classPrivateFieldGet(this, _KupPlanner_instances, "m", _KupPlanner_onFilter).call(this, e.target.value);
529
529
  }
@@ -8,11 +8,11 @@ export class KupCustomTaskListHeader {
8
8
  this.fontSize = undefined;
9
9
  }
10
10
  render() {
11
- return (h("div", { key: '1e337339b3b89005b39e2232f66a0bda60c53834', class: "custom-task-list-wrapper", style: {
11
+ return (h("div", { key: 'ecc21b370cd5f68c2928ef67a30632fda38be930', class: "custom-task-list-wrapper", style: {
12
12
  height: '25px',
13
13
  fontFamily: this.fontFamily,
14
14
  fontSize: this.fontSize,
15
- } }, h("div", { key: 'e1a92aff28f5dd3fbd73801a803af22d59b86491', class: "title" }, h("span", { key: '6963add81ee13dc675d19d8791c5e7779a2aa774' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: 'd7a33be86ef3c890d763e4c933d4a8cd6ac49c9a', class: "toggler" }, h("label", { key: '9a71699e73bcdcddfba88007e9660def60096b79', htmlFor: "ch2", class: "switch" }, h("input", { key: '10130fe5a0eb330ffe0bb8d580104830555df5a5', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: 'cb6da2b38ac4ea7bb017da4a228dcb2506145120', class: "slider" })), h("span", { key: '4d747af5cd1a8b5fb70d119e334fa5c61dc5ee28', class: "label" }, "Previsioni")))));
15
+ } }, h("div", { key: '86caff8ac99996d0cc06b9597df5df1d795f4fc0', class: "title" }, h("span", { key: 'cb691bc12b557add501a84c7149e10d84ee5c727' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: '928749a2d5262e797f41f20670fe71ffb7808cb7', class: "toggler" }, h("label", { key: 'fe9abaea6c7db34d10b4965e96280d4c886f9800', htmlFor: "ch2", class: "switch" }, h("input", { key: 'fd77a93eab96b375ab6093a31309c50be2eeb745', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: '91626e6138c5efb0fd95517a6d6fcf4580853851', class: "slider" })), h("span", { key: 'ce4ec303663fed2ef214806f74c4a62b939bddcc', class: "label" }, "Previsioni")))));
16
16
  }
17
17
  static get is() { return "kup-custom-task-list-header"; }
18
18
  static get originalStyleUrls() {
@@ -563,9 +563,9 @@ export class KupGantt {
563
563
  TaskListHeader: this.TaskListHeader,
564
564
  TaskListTable: this.TaskListTable
565
565
  };
566
- return (h("div", { key: '8a37b54f4c5c6de936730887c063ec9701f78537', class: "gannt-wrapper-main" }, h("div", { key: '96064c18fcf8520720f0b009fcb554b4821be213', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '0cd04dabe0c6693c3e59dcf3715bc52a63ccf030', 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) => {
566
+ return (h("div", { key: '289593765ef7125e06f4c4494afda7c7826a425a', class: "gannt-wrapper-main" }, h("div", { key: '7331caa09620441f546ef4e392489f7e7141f0b1', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '94888a0b29649deede01fc1ee50bff7329a0e0a6', 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) => {
567
567
  this.taskListScrollWidth = width;
568
- }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: 'b5e26244d1ca3eea44c34b405c9106d0ef30e48f', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (h("kup-tooltip", { key: 'f33a7583ef8b0650aeca1b4f7195d1e7faa5ef52', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), h("kup-vertical-scroll", { key: '5e470693988937d9d9eacdee4c72981bab26df29', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { key: '73d297169276b73eea6e2447b26a84dd4278f65b', 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 }))));
568
+ }, taskListScrollX: this.taskListScrollX, ref: (el) => (this.taskListTrueRef = el) }))), h("kup-task-gantt", { key: '80ba048340da0aae3a00ba3536fc0a1563fdcaf8', gridProps: gridProps, calendarProps: calendarProps, barProps: barProps, ganttHeight: this.ganttHeight, taskGanttRef: this.taskGanttRef, scrollY: this.scrollY, scrollX: this.scrollX, phaseDragScroll: this.handlePhaseDragScroll.bind(this), class: "ganttContainer" }), this.ganttEvent.changedTask && (h("kup-tooltip", { key: 'e27894aa55d62e3dc59a07a05fb3aaeaaf3c9b40', arrowIndent: this.arrowIndent, rowHeight: this.rowHeight, svgContainerHeight: this.svgContainerHeight, svgContainerWidth: this.svgContainerWidth, fontFamily: this.fontFamily, fontSize: this.fontSize, scrollX: this.scrollX, scrollY: this.scrollY, task: this.ganttEvent.changedTask, headerHeight: this.headerHeight, taskListWidth: this.taskListWidth, TooltipContent: this.TooltipContent, rtl: this.rtl, svgWidth: this.svgWidth })), h("kup-vertical-scroll", { key: '52380d31a6dc13aac1eb97d41f9e9c3a5d05a2e8', ganttFullHeight: this.ganttFullHeight, ganttHeight: this.ganttHeight, headerHeight: this.headerHeight, scrollNumber: this.scrollY, verticalScroll: this.handleScrollY.bind(this), rtl: this.rtl })), this.taskGanttRef && (h("kup-horizontal-scroll", { key: '2a9aedcb55249a1c027cafaa8230d17896353ec0', 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 }))));
569
569
  }
570
570
  static get is() { return "kup-gantt"; }
571
571
  static get originalStyleUrls() {
@@ -225,11 +225,11 @@ export class KupGanttCalendar {
225
225
  this.simplifiedHeader =
226
226
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
227
227
  const [topValues, bottomValues] = this.getTopAndBottomValues();
228
- return (h("svg", { key: '0137f0b266f9c9ed1d3a9b6ae8b2990df572a780', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: '0f4af7831888120ba3734d0f778782433d626c2b', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: '8f4b92d3927d6687ce4e4e2707920dbda9153b4b', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
228
+ return (h("svg", { key: 'eb5996256c199bb4d5f60df2d1f9c7378a480e0f', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: '491a7ddf831ba0b6d373d058f223f8dab6d76954', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: 'cd64c9a42c8c68d067e6a37cfb049bc77c15ac2d', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
229
229
  ? topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
230
230
  : topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
231
231
  // current date indicator
232
- h("circle", { key: 'b5ce42db928f9b1ad5570a6d96ae6f05664bc029', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
232
+ h("circle", { key: 'ccc563c883e85c17c839dd6414fba8e0845c4eac', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
233
233
  }
234
234
  static get is() { return "kup-gantt-calendar"; }
235
235
  static get originalStyleUrls() {
@@ -509,13 +509,13 @@ export class KupGridRenderer {
509
509
  // }
510
510
  tickX += this.columnWidth;
511
511
  }
512
- return (h("svg", { key: '9263a7ff5b686852374b8ab09139cd5fcc0121d8', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: '85be8b28a1dace4119300b70f57315f078196aca', class: "grid" }, h("g", { key: '5649441550478e9548ae5ca74e1103b4d1d5a0ae', class: "rows" }, gridRows), h("g", { key: 'b9448651fa176155dcca85e255f4c18df8e82c78', class: "rowLines" }, rowLines), h("g", { key: '494680efd38cf2de8e2ed70ed9d9150e7445686a', class: "ticks" }, ticks)), h("g", { key: '4d9372e10eb48f81db24e2ab192aaf3ba0d8ea35', class: "content" }, this.currentDateIndicator && (h("rect", { key: '8895a188975316ece0a630c649011557db8abb35', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: '840d85239cfae75ef410d67ea3a4b52c5c017f5a', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: 'b39ff7980e443acc2b954389cc5ca2873e02ba1c', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
512
+ return (h("svg", { key: '5a7273db0e78764c1432747471f093f71021dfd2', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: '192f07e833557179530a07e525b107e38300365f', class: "grid" }, h("g", { key: '0e08f10c0b0ef19518ab95591dbdb0c3213ba82e', class: "rows" }, gridRows), h("g", { key: '7aaa532f82aa195e00e0f0af6af59019216b7734', class: "rowLines" }, rowLines), h("g", { key: '716e07303c5e16fc662e3c859727c2be325edd9e', class: "ticks" }, ticks)), h("g", { key: 'a2663516577a108f216a65307b9f183c659a92a8', class: "content" }, this.currentDateIndicator && (h("rect", { key: '7afb39c47ec99b8268757dab9a85c20eed6eeb4b', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: '8348ee9e06dad473af617d618252405a114a3d36', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '16b5df90351a040c71d8895a30ac9367d9a53b2e', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
513
513
  return task.barChildren.map((child) => {
514
514
  if (task.type !== 'timeline') {
515
515
  this.renderKupArrow(task, child);
516
516
  }
517
517
  });
518
- })), h("g", { key: 'e4c860fe4271daf18cc3fee8f9660a23e7a8ac44', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
518
+ })), h("g", { key: '67a5d0a4c0e3e655c0ea4c4373e765c12d25cc02', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
519
519
  const forbidResize = task.type === 'project';
520
520
  return (h("g", { onKeyDown: (e) => {
521
521
  switch (e.key) {
@@ -575,7 +575,7 @@ export class KupGridRenderer {
575
575
  return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
576
576
  }
577
577
  })()));
578
- }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: 'f767fdbf19649620d62420262cf978a3503d7d3e', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
578
+ }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '37c27322df479348c58dcebb92ad110ad813e939', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
579
579
  }
580
580
  static get is() { return "kup-grid-renderer"; }
581
581
  static get originalStyleUrls() {
@@ -53,20 +53,20 @@ export class HorizontalScroll {
53
53
  var _a, _b;
54
54
  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
55
55
  const width = +this.listCellWidth.replace('px', '');
56
- return (h(Fragment, { key: '8eaf71f5bb666b616699b6b3ce516c7782b19826' }, h("div", { key: '7f45069ae1abaebee714344f58bcc749c23b423c', class: "scroll-container" }, this.scrollableTaskList &&
57
- this.taskListScrollWidth > width && (h("div", { key: 'de7209740ba1891436f39e37708fe64e2d4bb330', dir: "ltr", style: {
56
+ return (h(Fragment, { key: '540bfcce78395efa06fc99af47fb1973216e493e' }, h("div", { key: '40a90b5d4c70fca0632770ed07cd25b1fe8818f6', class: "scroll-container" }, this.scrollableTaskList &&
57
+ this.taskListScrollWidth > width && (h("div", { key: 'a1b800c1244c20cbac1d9d62c099a6ce3534ab9e', dir: "ltr", style: {
58
58
  margin: this.rtl
59
59
  ? `0px 20px 0px 20px`
60
60
  : `0px 20px 0px 20px`,
61
61
  maxWidth: `${width + 20}px`,
62
62
  minWidth: `${width + 20}px`,
63
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: 'eb58dfaa07feb65f410d286e2474aee8676439b7', style: {
63
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: '2f617fa83a89cf4028412c95581be2168f0e2498', style: {
64
64
  width: `${this.taskListScrollWidth}px`,
65
- }, class: "scroll" }))), h("div", { key: '94b6efc36af3fada66786096556e75102679c70d', dir: "ltr", style: {
65
+ }, class: "scroll" }))), h("div", { key: 'f41a1fc76a99cb06fba8abf111b91551f9da91ad', dir: "ltr", style: {
66
66
  margin: this.rtl
67
67
  ? `0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px 0px 12px`
68
68
  : `0px 12px 0px ${this.scrollableTaskList && this.taskListScrollWidth > width ? 40 : w}px`,
69
- }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: '06d4406a9c16d88126522ea07c72b26099acccd3', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
69
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: '540f86357ea1efc90f0443fb587905a0a7e16629', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
70
70
  }
71
71
  static get is() { return "kup-horizontal-scroll"; }
72
72
  static get encapsulation() { return "shadow"; }
@@ -220,13 +220,13 @@ export class KupPlannerRenderer {
220
220
  }
221
221
  render() {
222
222
  var _a, _b, _c;
223
- return (h("div", { key: 'ed1e2d17ea7378e1a7aa58e48ea913377f1e9e88', class: "planner-render" }, h("kup-switcher", { key: 'ef3558f217d69db4049e86c4a369c7c0d127ad62', timeUnitChange: (timeUnit) => {
223
+ return (h("div", { key: 'ef64ebfca1179e885670c4570ad6708e1e7cf16a', class: "planner-render" }, h("kup-switcher", { key: '4080da8f661b375bbe8fa23bca79deb1aff0f5a4', timeUnitChange: (timeUnit) => {
224
224
  var _a, _b;
225
225
  (_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
226
226
  this.timeUnit = timeUnit;
227
227
  this.viewDate = undefined;
228
228
  this.scrollX = -1;
229
- } }), this.props && (h("div", { key: '36c4dc1e9fe7e87a01711ca68a5ae12216454a97', style: {
229
+ } }), this.props && (h("div", { key: '7df3c02f9d67e4858e360e5873e141ae6eca7f0a', style: {
230
230
  display: 'flex',
231
231
  flexDirection: 'column',
232
232
  } }, h("kup-gantt", Object.assign({ ref: (el) => (this.mainGantt = el), ganttId: KUP_PLANNER_MAIN_GANTT_ID, key: KUP_PLANNER_MAIN_GANTT_ID, filter: this.props.mainGantt.filter, hideLabel: this.props.mainGantt.hideLabel, showSecondaryDates: this.mainGanttDoubleView, hideDependencies: this.props.mainGantt.hideDependencies, ganttHeight: this.props.mainGantt.ganttHeight, displayedStartDate: this.displayedDates.displayedStartDate, displayedEndDate: this.displayedDates.displayedEndDate, viewDate: this.viewDate, tasks: this.tasks, columnWidth: columnWidthForTimeUnit(this.timeUnit), viewMode: this.timeUnit }, this.props.mainGantt.stylingOptions, { TaskListHeader: this.props.mainGantt.taskListHeaderProject, TaskListTable: this.props.mainGantt.taskListTableProject, TooltipContent: (_a = this.props.mainGantt.tooltipContent) !== null && _a !== void 0 ? _a : CustomTooltipHOC(), barClick: (task) => {
@@ -16,7 +16,7 @@ export class KupSwitcher {
16
16
  this.activeButton = mode;
17
17
  this.timeUnitChange(mode);
18
18
  };
19
- return (h("div", { key: '6e2a2b6ae37432d55e0fbc9290da84489ac6bc0c', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
19
+ return (h("div", { key: '85a0bdefe806ecb41b60f6ee14791e1599f64f63', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
20
20
  button: true,
21
21
  buttonActive: this.activeButton === label,
22
22
  }, onClick: () => handleButtonClick(label) }, h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -34,12 +34,12 @@ export class TaskGantt {
34
34
  }
35
35
  render() {
36
36
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
37
- return (h("div", { key: 'cf77807125378b8591c361b25b5ed4f937d2e19f', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '6cf23c7cb71924c73d3df858f826d17d29d71a5a', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), h("div", { key: '797693cda77ee8c8c91928065dc8a5f1489f7cf3', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
37
+ return (h("div", { key: '00d776dbedc416a290f3aabd79996a9d76e54c49', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '4c32c896b94e1544d24d43fdc29a3e0627414e28', dateSetup: this.calendarProps.dateSetup, locale: this.calendarProps.locale, rtl: this.calendarProps.rtl, headerHeight: this.calendarProps.headerHeight, columnWidth: this.calendarProps.columnWidth, fontFamily: this.calendarProps.fontFamily, fontSize: this.calendarProps.fontSize, dateTimeFormatters: this.calendarProps.dateTimeFormatters, singleLineHeader: this.calendarProps.singleLineHeader, currentDateIndicator: this.calendarProps.currentDateIndicator, svgWidth: this.gridProps.svgWidth }), h("div", { key: '03b76aee547b417ded1e029d58264d1662b1d979', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
38
38
  ? {
39
39
  height: `${this.ganttHeight}px`,
40
40
  width: `${this.gridProps.svgWidth}px`,
41
41
  }
42
- : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: 'd347808d00d1c3c38cd76edfd46663fcf8ee90b8' }, newBarProps)))));
42
+ : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '85e03be44bee1e4886245d2615300a04fef3686e' }, newBarProps)))));
43
43
  }
44
44
  static get is() { return "kup-task-gantt"; }
45
45
  static get properties() {
@@ -7,22 +7,22 @@ export class KupTaskListHeader {
7
7
  this.rowWidth = undefined;
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '34a1794a81e3939c996ac6d6cfe4fc8c82ed540b', class: "ganttTable", style: {
10
+ return (h("div", { key: '03509c55480fd065cd256c9ee3d8f3ac8577dd19', class: "ganttTable", style: {
11
11
  fontFamily: this.fontFamily,
12
12
  fontSize: this.fontSize,
13
- } }, h("div", { key: '92fd0d2fea5163672528f09c295f55b0318d8cb7', class: "ganttTable_Header", style: {
13
+ } }, h("div", { key: 'bfcc24753d491c6e0f5e16b9cc878a7499654111', class: "ganttTable_Header", style: {
14
14
  height: `${this.headerHeight - 2}px`,
15
- } }, h("div", { key: 'ddccdb041ca77c2b017eebcafe7ad1739ec9eacc', class: "ganttTable_HeaderItem", style: {
15
+ } }, h("div", { key: '6d6a501a295f0eb4590f16f5d8e63ee71b21a0a2', class: "ganttTable_HeaderItem", style: {
16
16
  minWidth: this.rowWidth,
17
- } }, "\u00A0Name"), h("div", { key: 'a0bd213ca6972a78a21481eb062632676b4a3a0c', class: "ganttTable_HeaderSeparator", style: {
17
+ } }, "\u00A0Name"), h("div", { key: '7c3745ab05fdbb4022485f9463cc4c0a82d7d5e0', class: "ganttTable_HeaderSeparator", style: {
18
18
  height: `${this.headerHeight * 0.5}px`,
19
19
  marginTop: `${this.headerHeight * 0.2}px`,
20
- } }), h("div", { key: 'e5c1771387371615f70d216980f588b771257f13', class: "ganttTable_HeaderItem", style: {
20
+ } }), h("div", { key: '96c425b1608fbb8cefe696a82b3735c822935374', class: "ganttTable_HeaderItem", style: {
21
21
  minWidth: this.rowWidth,
22
- } }, "\u00A0From"), h("div", { key: '6918ef9effdd47f823d662a4c1131378ab75a860', class: "ganttTable_HeaderSeparator", style: {
22
+ } }, "\u00A0From"), h("div", { key: '8ab89b2b4104f89c80824019ddd215f960c001f2', class: "ganttTable_HeaderSeparator", style: {
23
23
  height: `${this.headerHeight * 0.5}px`,
24
24
  marginTop: `${this.headerHeight * 0.25}px`,
25
- } }), h("div", { key: '6da6d947b735c569bef214e518495bdcf68e454d', class: "ganttTable_HeaderItem", style: {
25
+ } }), h("div", { key: '102647a5c7052b7fe5fe23c8572760bdf1ce90c2', class: "ganttTable_HeaderItem", style: {
26
26
  minWidth: this.rowWidth,
27
27
  } }, "\u00A0To"))));
28
28
  }
@@ -22,7 +22,7 @@ export class TaskListTableDefault {
22
22
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
23
23
  }
24
24
  render() {
25
- return (h("div", { key: '6db770180119a5594057668e7b67ec6597481bc3', class: "taskListWrapper", style: {
25
+ return (h("div", { key: '4d28c9449506ccc6adbe87dec6925e92a5f2a6c3', class: "taskListWrapper", style: {
26
26
  fontFamily: this.fontFamily,
27
27
  fontSize: this.fontSize,
28
28
  } }, this.tasks.map((task) => (h("div", { class: {
@@ -86,7 +86,7 @@ export class TaskList {
86
86
  if (TaskListTable && TaskListTable['$attrs$']) {
87
87
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
88
88
  }
89
- return (h("div", { key: '7e4082cc370aec412edc46d4f5a026a8e14a6f0c', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), h("div", { key: 'e854e8100a5f2456a62474469f70dfbe2fc5ec48', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
89
+ return (h("div", { key: '97bbd6d3822150ec66868cf1357643e0f926f504', ref: (el) => (this.taskListRef = el) }, TaskListHeader && TaskListHeader['$attrs$'] ? (TaskListHeader) : (h("kup-custom-task-list-header", Object.assign({ label: this.label, doubleView: (_a = this.doubleView) !== null && _a !== void 0 ? _a : false, setDoubleView: this.setDoubleView }, headerProps))), h("div", { key: 'dc8a08171a1dd9b38fed79174fa3e67409ed5ba5', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
90
90
  ? { height: this.ganttHeight + 'px' }
91
91
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
92
92
  let row = getProjectById(id, this.currentTasks);
@@ -6,7 +6,7 @@ export class StandardTooltipContent {
6
6
  this.fontFamily = undefined;
7
7
  }
8
8
  render() {
9
- return (h("div", { key: 'f55f72958473eab516177042f08139ccef9d6a26', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: 'f6dcbcfb3e5f7af566a6b4522daf8f4cffddac7a', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (h("p", { key: '42c80e868a1db54e26598c3fac061d6af8ae28ca', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: '38f9745ab196734d14505bc35f0ad1fa7091ef87', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
9
+ return (h("div", { key: '3b9fbb38b945eb53e85ac8c5720b233d57410449', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: '783b02b7eb58348f27090db1c65676d5d2a7ee74', style: { fontSize: `${parseInt(this.fontSize) + 6}px` } }, `${this.task.name}: ${this.task.start.getDate()}-${this.task.start.getMonth() + 1}-${this.task.start.getFullYear()} - ${this.task.end.getDate()}-${this.task.end.getMonth() + 1}-${this.task.end.getFullYear()}`), this.task.end.getTime() - this.task.start.getTime() !== 0 && (h("p", { key: 'f0797eb8c84ba474084e5f8d152a0ce184b92459', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: '440dd1fddebebb3decf9db912eeab261dc1b23fb', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
10
10
  }
11
11
  static get is() { return "kup-standard-tooltip"; }
12
12
  static get encapsulation() { return "shadow"; }
@@ -59,7 +59,7 @@ export class Tooltip {
59
59
  }
60
60
  }
61
61
  render() {
62
- return (h("div", { key: 'a1e23c2e793fd7a59a0d68683db614d1227310de', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: '49f046e82f740a7c16e5e82395e4c491082662d0', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
62
+ return (h("div", { key: 'd4cdbfcae8a5783fcb753b62649504d2d96ec9e5', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: '7918f4c130178fc1130e6a55e60fbe50684c7196', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
63
63
  }
64
64
  static get is() { return "kup-tooltip"; }
65
65
  static get encapsulation() { return "shadow"; }
@@ -31,11 +31,11 @@ export class KupVerticalScroll {
31
31
  };
32
32
  }
33
33
  render() {
34
- return (h("div", { key: '2c6ad47da29da22016405f80792a2a63b5d9ad45', style: {
34
+ return (h("div", { key: 'd4b04abd5156769a5fee24b63e755dc8c3a83c09', style: {
35
35
  height: `${this.ganttHeight}px`,
36
36
  marginTop: `${this.headerHeight}px`,
37
37
  marginLeft: this.rtl ? '' : '-1rem',
38
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: '3f249b13a184dd3efdeccc543b4fb6d373d0052f', style: {
38
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: '6a063af00c31fb78c65724e0d24f67dc04dcdd6f', style: {
39
39
  height: `${this.ganttFullHeight}px`,
40
40
  width: '1px',
41
41
  } })));
@@ -251,7 +251,7 @@ export class KupProbe {
251
251
  if (this.features.theme) {
252
252
  customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
253
253
  }
254
- return (h(Host, { key: '181e80774854ac9fc4d1f1ca2b5e702c39884331' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '43cd24619d530b0cd509aebdbc16a90b42dc6bbb', id: componentWrapperId }, this.content)));
254
+ return (h(Host, { key: '996ddafe0d4e6423ce2479b9cac0ae323939cb71' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: '39eae7739d080800145c30fa1ce713d131d3352f', id: componentWrapperId }, this.content)));
255
255
  }
256
256
  disconnectedCallback() {
257
257
  if (this.features.language) {
@@ -102,7 +102,7 @@ export class KupProgressBar {
102
102
  ? true
103
103
  : false,
104
104
  };
105
- return (h(Host, { key: '897a29c4dca3e4739ad68cc7907993b1a7809fb5' }, h("style", { key: '6c5da569d83b814ff978e4884db1858532b42d34' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '3bf3161d02156be2ecd555ce77c6ed379596a387', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: 'c72d1174554dd59fd620020deabdba54582f61bc' }, props)))));
105
+ return (h(Host, { key: 'e3c06e76ae0949ef35813b14a4d4b43784319808' }, h("style", { key: '6e289ac4babad7764256a5e8ba29b3b4d5634a99' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '42c5b25815ccfafd9cb8ea6767eeb60c14a1d6d4', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: '313fb6a64d5408fad824feea27ffc400022b6fc1' }, props)))));
106
106
  }
107
107
  disconnectedCallback() {
108
108
  this.kupManager.theme.unregister(this);
@@ -110,7 +110,7 @@ export class KupQlik {
110
110
  layoutStyle = {
111
111
  ['--lyo_obj-height']: this.defobjsize,
112
112
  };
113
- return (h("div", { key: '84dbf3c7b82c1e0674e98ea03ce0ec5de5449090', class: classLayout, style: layoutStyle }, this.divlist));
113
+ return (h("div", { key: '6757be8be4d68fdb03789b12e011aeae050014ea', class: classLayout, style: layoutStyle }, this.divlist));
114
114
  }
115
115
  componentDidRender() {
116
116
  if (this.debug) {
@@ -91,7 +91,7 @@ export class KupRating {
91
91
  : false,
92
92
  onClick: (i) => this.onKupClick(i),
93
93
  };
94
- return (h(Host, { key: '472f83b32ab41f695ab250c659d7bb3a0d3d5888' }, h("style", { key: 'a89bb9a89bf77d62d7393232bd007e464c47231d' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e83a22910749396a2752eb1624f75e5b1b18d843', id: componentWrapperId }, h(FRating, Object.assign({ key: 'cd3a38a7472d277df642345e889d1f6916c43c75' }, props)))));
94
+ return (h(Host, { key: '2adee9cf902e449ee58dc7b35533cea176c0ab0e' }, h("style", { key: '197c45321da783719490d8080219b983c3c57a36' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '3f6177fdfafa5177bab3b746da259851b1e21f18', id: componentWrapperId }, h(FRating, Object.assign({ key: '10eda3b2e76468b06f0fb002d534c9007054117a' }, props)))));
95
95
  }
96
96
  disconnectedCallback() {
97
97
  this.kupManager.theme.unregister(this);
@@ -93,7 +93,7 @@ export class KupSnackbar {
93
93
  this.kupManager.debug.logRender(this, true);
94
94
  }
95
95
  render() {
96
- return (h(Host, { key: 'b002f53fca17f2558cabc7361453391d15429b73', "kup-visible": this.visible }, h("style", { key: '01863564ea31079e738744321b54ddb9839ef8d2' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'd874cd21d97d5dc258028898e4acc74df66d5e3b', id: componentWrapperId }, h("div", { key: '2acd0ff2f624c2e29f8a6a338c78d5222f566446', class: snackbarClass }, h("div", { key: '4ab51cd8952c62cbaef1ba68535bc3889a3e782a', class: "snackbar__text__block" }, h("div", { key: '643cd004cd0a741b9c5985402db4cde72f6d847b', class: `${snackbarClass}__header` }, this.header), h("div", { key: '9cc6e69d984acc396c816d92c65931c534d5400e', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
96
+ return (h(Host, { key: '34b5225f8c03f89d8d530db8dd04546f560c08a3', "kup-visible": this.visible }, h("style", { key: 'bc24655adb906dc83635fb9256159adee92029ba' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4171edfa33a999f7a46f64beb304fe90ba8bfde5', id: componentWrapperId }, h("div", { key: '1c59a969e3ea2177fcd8c4404b77f9e05fb4d34d', class: snackbarClass }, h("div", { key: '016234060f2d8e636927234854fddb3804b91f26', class: "snackbar__text__block" }, h("div", { key: '11e5d3d57c8059797d3ec267b25c7463e748e5e4', class: `${snackbarClass}__header` }, this.header), h("div", { key: '08a9932c0bbf21b7263cd6e6ffb125078d851a02', class: `${snackbarClass}__text` }, this.text)), this.actionButton || this.closeButton ? (h("div", { class: `${snackbarClass}__buttons` }, this.actionButton ? (h("div", { class: `${snackbarClass}__action` }, h(FButton, Object.assign({}, this.actionButton, { onClick: () => this.onKupActionClick() })))) : null, this.closeButton ? (h("div", { class: `${snackbarClass}__close` }, h(FButton, { icon: "close", onClick: () => this.hide() }))) : null)) : null))));
97
97
  }
98
98
  disconnectedCallback() {
99
99
  this.kupManager.theme.unregister(this);