@sme.up/ketchup 9.6.6-a → 9.6.6

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 (284) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/{f-button-23ec3db5.js → f-button-7de4ca64.js} +2 -2
  3. package/dist/cjs/{f-cell-bcc51c0f.js → f-cell-abe47ff4.js} +7 -7
  4. package/dist/cjs/{f-checkbox-1fa28e76.js → f-checkbox-e19055aa.js} +1 -1
  5. package/dist/cjs/{f-chip-63363ecf.js → f-chip-d98809f9.js} +3 -3
  6. package/dist/cjs/{f-image-f3944c01.js → f-image-b22e12c9.js} +1 -1
  7. package/dist/cjs/{f-paginator-utils-60e05759.js → f-paginator-utils-59c26ee9.js} +3 -3
  8. package/dist/cjs/{f-text-field-354b6c78.js → f-text-field-4cacd928.js} +2 -2
  9. package/dist/cjs/index-380e4fcd.js +1378 -0
  10. package/dist/cjs/index.cjs.js +2 -2
  11. package/dist/cjs/ketchup.cjs.js +13 -11
  12. package/dist/cjs/kup-accordion.cjs.entry.js +4 -4
  13. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +114 -86
  14. package/dist/cjs/kup-box.cjs.entry.js +9 -9
  15. package/dist/cjs/kup-calendar.cjs.entry.js +8 -8
  16. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  17. package/dist/cjs/kup-cell.cjs.entry.js +9 -9
  18. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
  19. package/dist/cjs/kup-dashboard.cjs.entry.js +7 -7
  20. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  21. package/dist/cjs/kup-echart.cjs.entry.js +3 -3
  22. package/dist/cjs/kup-editor.cjs.entry.js +3 -3
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +24 -24
  25. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-image-list.cjs.entry.js +11 -11
  28. package/dist/cjs/kup-input-panel.cjs.entry.js +10 -10
  29. package/dist/cjs/kup-lazy.cjs.entry.js +13 -13
  30. package/dist/cjs/kup-magic-box.cjs.entry.js +6 -6
  31. package/dist/cjs/{kup-manager-e1bfd4f8.js → kup-manager-118c4e57.js} +223 -50
  32. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
  34. package/dist/cjs/kup-pdf.cjs.entry.js +5 -4
  35. package/dist/cjs/kup-photo-frame.cjs.entry.js +4 -4
  36. package/dist/cjs/kup-planner-renderer.cjs.entry.js +3 -3
  37. package/dist/cjs/kup-planner.cjs.entry.js +4 -4
  38. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  39. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  40. package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
  41. package/dist/cjs/loader.cjs.js +5 -3
  42. package/dist/collection/assets/data-table.js +44 -0
  43. package/dist/collection/collection-manifest.json +2 -2
  44. package/dist/collection/components/kup-accordion/kup-accordion.js +1 -1
  45. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  46. package/dist/collection/components/kup-badge/kup-badge-declarations.js +7 -0
  47. package/dist/collection/components/kup-badge/kup-badge.css +12 -17
  48. package/dist/collection/components/kup-badge/kup-badge.js +31 -3
  49. package/dist/collection/components/kup-button-list/kup-button-list.js +1 -1
  50. package/dist/collection/components/kup-calendar/kup-calendar.css +3 -0
  51. package/dist/collection/components/kup-calendar/kup-calendar.js +2 -2
  52. package/dist/collection/components/kup-card/kup-card.css +1 -2
  53. package/dist/collection/components/kup-cell/kup-cell.js +1 -1
  54. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  55. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  56. package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
  57. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  58. package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
  59. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  60. package/dist/collection/components/kup-data-table/kup-data-table.js +9 -9
  61. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  62. package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
  63. package/dist/collection/components/kup-drawer/kup-drawer.js +2 -2
  64. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +1 -1
  65. package/dist/collection/components/kup-echart/kup-echart.js +1 -1
  66. package/dist/collection/components/kup-editor/kup-editor.js +1 -1
  67. package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
  68. package/dist/collection/components/kup-form/kup-form.js +2 -2
  69. package/dist/collection/components/kup-image/assets/svg/brescia.svg +6 -0
  70. package/dist/collection/components/kup-image/assets/svg/brusaporto.svg +6 -0
  71. package/dist/collection/components/kup-image/assets/svg/erbusco.svg +6 -0
  72. package/dist/collection/components/kup-image/assets/svg/faenza.svg +6 -0
  73. package/dist/collection/components/kup-image/assets/svg/gallarate.svg +6 -0
  74. package/dist/collection/components/kup-image/assets/svg/imola.svg +6 -0
  75. package/dist/collection/components/kup-image/assets/svg/lecco.svg +6 -0
  76. package/dist/collection/components/kup-image/assets/svg/modena.svg +8 -0
  77. package/dist/collection/components/kup-image/assets/svg/monopoli.svg +6 -0
  78. package/dist/collection/components/kup-image/assets/svg/montichiari.svg +6 -0
  79. package/dist/collection/components/kup-image/assets/svg/nova-milanese.svg +6 -0
  80. package/dist/collection/components/kup-image/assets/svg/osimo.svg +6 -0
  81. package/dist/collection/components/kup-image/assets/svg/padova.svg +6 -0
  82. package/dist/collection/components/kup-image/assets/svg/parma.svg +6 -0
  83. package/dist/collection/components/kup-image/assets/svg/reggio-emilia.svg +6 -0
  84. package/dist/collection/components/kup-image/assets/svg/rivoli.svg +6 -0
  85. package/dist/collection/components/kup-image/assets/svg/roma.svg +6 -0
  86. package/dist/collection/components/kup-image/assets/svg/salo.svg +6 -0
  87. package/dist/collection/components/kup-image/assets/svg/savigliano.svg +6 -0
  88. package/dist/collection/components/kup-image/assets/svg/treviolo.svg +6 -0
  89. package/dist/collection/components/kup-image/assets/svg/udine.svg +6 -0
  90. package/dist/collection/components/kup-image/assets/svg/vercelli.svg +6 -0
  91. package/dist/collection/components/kup-image/assets/svg/vicenza.svg +6 -0
  92. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  93. package/dist/collection/components/kup-input-panel/kup-input-panel.js +2 -2
  94. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  95. package/dist/collection/components/kup-list/kup-list.js +1 -1
  96. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  97. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  98. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  99. package/dist/collection/components/kup-pdf/kup-pdf.js +23 -2
  100. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  101. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  102. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  103. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  104. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  105. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  106. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  107. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  108. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  109. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  110. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  111. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  112. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  113. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  114. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  115. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  116. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  117. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  118. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  119. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  120. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  121. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  122. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  123. package/dist/collection/components/kup-time-picker/kup-time-picker.css +0 -509
  124. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  125. package/dist/collection/components/kup-tree/kup-tree.js +6 -6
  126. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +23 -3
  127. package/dist/components/custom-task-list-header.js +2 -2
  128. package/dist/components/kup-accordion.js +1 -1
  129. package/dist/components/kup-autocomplete2.js +105 -76
  130. package/dist/components/kup-calendar.js +3 -3
  131. package/dist/components/kup-cell.js +1 -1
  132. package/dist/components/kup-dashboard.js +1 -1
  133. package/dist/components/kup-drawer.js +2 -2
  134. package/dist/components/kup-echart2.js +1 -1
  135. package/dist/components/kup-editor.js +1 -1
  136. package/dist/components/kup-family-tree.js +2 -2
  137. package/dist/components/kup-gantt-calendar2.js +2 -2
  138. package/dist/components/kup-gantt2.js +2 -2
  139. package/dist/components/kup-grid-renderer2.js +3 -3
  140. package/dist/components/kup-horizontal-scroll2.js +5 -5
  141. package/dist/components/kup-image-list.js +3 -3
  142. package/dist/components/kup-input-panel.js +2 -2
  143. package/dist/components/kup-lazy.js +11 -11
  144. package/dist/components/kup-magic-box.js +3 -3
  145. package/dist/components/kup-manager.js +222 -49
  146. package/dist/components/kup-nav-bar.js +1 -1
  147. package/dist/components/kup-numeric-picker.js +1 -1
  148. package/dist/components/kup-pdf.js +4 -2
  149. package/dist/components/kup-photo-frame.js +2 -2
  150. package/dist/components/kup-planner-renderer2.js +2 -2
  151. package/dist/components/kup-planner.js +1 -1
  152. package/dist/components/kup-probe.js +1 -1
  153. package/dist/components/kup-qlik.js +1 -1
  154. package/dist/components/kup-snackbar.js +1 -1
  155. package/dist/components/kup-standard-tooltip2.js +1 -1
  156. package/dist/components/kup-switcher2.js +1 -1
  157. package/dist/components/kup-task-gantt2.js +2 -2
  158. package/dist/components/kup-task-list-header2.js +7 -7
  159. package/dist/components/kup-task-list-table2.js +1 -1
  160. package/dist/components/kup-task-list2.js +1 -1
  161. package/dist/components/kup-tooltip2.js +1 -1
  162. package/dist/components/kup-vertical-scroll2.js +2 -2
  163. package/dist/esm/app-globals-0f993ce5.js +3 -0
  164. package/dist/esm/{f-button-d6dbcfd6.js → f-button-e63b4537.js} +2 -2
  165. package/dist/esm/{f-cell-7b41415c.js → f-cell-262f3239.js} +7 -7
  166. package/dist/esm/{f-checkbox-ddb6234e.js → f-checkbox-61c142b8.js} +1 -1
  167. package/dist/esm/{f-chip-68d27d7a.js → f-chip-eaf517ff.js} +3 -3
  168. package/dist/esm/{f-image-a67229e5.js → f-image-20e217c8.js} +1 -1
  169. package/dist/esm/{f-paginator-utils-8773e358.js → f-paginator-utils-7ed775bd.js} +3 -3
  170. package/dist/esm/{f-text-field-d364ffd2.js → f-text-field-17075562.js} +2 -2
  171. package/dist/esm/index-95bb3410.js +1345 -0
  172. package/dist/esm/index.js +2 -2
  173. package/dist/esm/ketchup.js +14 -12
  174. package/dist/esm/kup-accordion.entry.js +4 -4
  175. package/dist/esm/kup-autocomplete_27.entry.js +114 -86
  176. package/dist/esm/kup-box.entry.js +9 -9
  177. package/dist/esm/kup-calendar.entry.js +8 -8
  178. package/dist/esm/kup-card-list.entry.js +2 -2
  179. package/dist/esm/kup-cell.entry.js +9 -9
  180. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  181. package/dist/esm/kup-dashboard.entry.js +7 -7
  182. package/dist/esm/kup-drawer.entry.js +4 -4
  183. package/dist/esm/kup-echart.entry.js +3 -3
  184. package/dist/esm/kup-editor.entry.js +3 -3
  185. package/dist/esm/kup-family-tree.entry.js +6 -6
  186. package/dist/esm/kup-gantt_10.entry.js +24 -24
  187. package/dist/esm/kup-grid.entry.js +2 -2
  188. package/dist/esm/kup-iframe.entry.js +2 -2
  189. package/dist/esm/kup-image-list.entry.js +11 -11
  190. package/dist/esm/kup-input-panel.entry.js +10 -10
  191. package/dist/esm/kup-lazy.entry.js +13 -13
  192. package/dist/esm/kup-magic-box.entry.js +6 -6
  193. package/dist/esm/{kup-manager-a316a70e.js → kup-manager-c974dda6.js} +223 -50
  194. package/dist/esm/kup-nav-bar.entry.js +3 -3
  195. package/dist/esm/kup-numeric-picker.entry.js +4 -4
  196. package/dist/esm/kup-pdf.entry.js +5 -4
  197. package/dist/esm/kup-photo-frame.entry.js +4 -4
  198. package/dist/esm/kup-planner-renderer.entry.js +3 -3
  199. package/dist/esm/kup-planner.entry.js +4 -4
  200. package/dist/esm/kup-probe.entry.js +3 -3
  201. package/dist/esm/kup-qlik.entry.js +3 -3
  202. package/dist/esm/kup-snackbar.entry.js +5 -5
  203. package/dist/esm/loader.js +6 -4
  204. package/dist/ketchup/assets/svg/brescia.svg +6 -0
  205. package/dist/ketchup/assets/svg/brusaporto.svg +6 -0
  206. package/dist/ketchup/assets/svg/erbusco.svg +6 -0
  207. package/dist/ketchup/assets/svg/faenza.svg +6 -0
  208. package/dist/ketchup/assets/svg/gallarate.svg +6 -0
  209. package/dist/ketchup/assets/svg/imola.svg +6 -0
  210. package/dist/ketchup/assets/svg/lecco.svg +6 -0
  211. package/dist/ketchup/assets/svg/modena.svg +8 -0
  212. package/dist/ketchup/assets/svg/monopoli.svg +6 -0
  213. package/dist/ketchup/assets/svg/montichiari.svg +6 -0
  214. package/dist/ketchup/assets/svg/nova-milanese.svg +6 -0
  215. package/dist/ketchup/assets/svg/osimo.svg +6 -0
  216. package/dist/ketchup/assets/svg/padova.svg +6 -0
  217. package/dist/ketchup/assets/svg/parma.svg +6 -0
  218. package/dist/ketchup/assets/svg/reggio-emilia.svg +6 -0
  219. package/dist/ketchup/assets/svg/rivoli.svg +6 -0
  220. package/dist/ketchup/assets/svg/roma.svg +6 -0
  221. package/dist/ketchup/assets/svg/salo.svg +6 -0
  222. package/dist/ketchup/assets/svg/savigliano.svg +6 -0
  223. package/dist/ketchup/assets/svg/treviolo.svg +6 -0
  224. package/dist/ketchup/assets/svg/udine.svg +6 -0
  225. package/dist/ketchup/assets/svg/vercelli.svg +6 -0
  226. package/dist/ketchup/assets/svg/vicenza.svg +6 -0
  227. package/dist/ketchup/index.esm.js +1 -1
  228. package/dist/ketchup/ketchup.esm.js +1 -1
  229. package/dist/ketchup/{p-f79ffe77.entry.js → p-02b017a6.entry.js} +1 -1
  230. package/dist/ketchup/{p-2b84db7b.entry.js → p-04d047b1.entry.js} +1 -1
  231. package/dist/ketchup/p-04e2beb5.js +28 -0
  232. package/dist/ketchup/p-0a64bf2c.entry.js +1 -0
  233. package/dist/ketchup/{p-81645576.entry.js → p-1b5eb6f4.entry.js} +2 -2
  234. package/dist/ketchup/{p-9e2533e1.entry.js → p-1fc57b76.entry.js} +1 -1
  235. package/dist/ketchup/p-237f4b66.js +1 -0
  236. package/dist/ketchup/p-2c3aff15.js +1 -0
  237. package/dist/ketchup/{p-2932e7e8.entry.js → p-2ea2fd08.entry.js} +1 -1
  238. package/dist/ketchup/{p-1bcac01f.entry.js → p-4561daec.entry.js} +1 -1
  239. package/dist/ketchup/{p-6961e0ce.entry.js → p-4f4d4b9d.entry.js} +1 -1
  240. package/dist/ketchup/{p-801776bc.js → p-75b2681f.js} +1 -1
  241. package/dist/ketchup/{p-a06974a3.entry.js → p-76f39bd6.entry.js} +1 -1
  242. package/dist/ketchup/p-79a8f8f4.entry.js +16 -0
  243. package/dist/ketchup/{p-556f7ddc.entry.js → p-8c7009f6.entry.js} +1 -1
  244. package/dist/ketchup/{p-fdcfaedd.entry.js → p-90b07248.entry.js} +1 -1
  245. package/dist/ketchup/{p-e2bf2bb6.js → p-9d3a0a51.js} +1 -1
  246. package/dist/ketchup/{p-1e028d95.entry.js → p-9fa95bdb.entry.js} +1 -1
  247. package/dist/ketchup/p-aa62724a.js +2 -0
  248. package/dist/ketchup/p-abd7696c.entry.js +1 -0
  249. package/dist/ketchup/{p-339bbeae.js → p-b169b592.js} +1 -1
  250. package/dist/ketchup/{p-074ccd53.entry.js → p-b5a46daf.entry.js} +1 -1
  251. package/dist/ketchup/{p-1088ab22.entry.js → p-b6e350b5.entry.js} +1 -1
  252. package/dist/ketchup/p-b9884b65.entry.js +1 -0
  253. package/dist/ketchup/{p-65e363c6.entry.js → p-c0be9b3c.entry.js} +1 -1
  254. package/dist/ketchup/{p-5f7d8c21.entry.js → p-c58a6b55.entry.js} +1 -1
  255. package/dist/ketchup/{p-48e45ac0.entry.js → p-c7e28520.entry.js} +1 -1
  256. package/dist/ketchup/{p-f6c8f006.js → p-ca3d9d80.js} +1 -1
  257. package/dist/ketchup/p-cb600014.entry.js +44 -0
  258. package/dist/ketchup/{p-6362738c.entry.js → p-d77fbe3d.entry.js} +1 -1
  259. package/dist/ketchup/{p-dbb6cd8d.entry.js → p-d9a4f193.entry.js} +2 -2
  260. package/dist/ketchup/{p-ccb6dbb0.entry.js → p-dad18517.entry.js} +1 -1
  261. package/dist/ketchup/p-e1255160.js +1 -0
  262. package/dist/ketchup/p-e7eaa6b3.entry.js +9 -0
  263. package/dist/ketchup/{p-2ef90f60.entry.js → p-e850bdf3.entry.js} +1 -1
  264. package/dist/ketchup/{p-c702eb45.entry.js → p-f6f30bb4.entry.js} +1 -1
  265. package/dist/ketchup/{p-fe75ede2.entry.js → p-f943ef5b.entry.js} +1 -1
  266. package/dist/ketchup/{p-b3540f83.js → p-fa1f706e.js} +1 -1
  267. package/dist/types/components/kup-badge/kup-badge-declarations.d.ts +6 -0
  268. package/dist/types/components/kup-badge/kup-badge.d.ts +6 -0
  269. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
  270. package/dist/types/components/kup-pdf/kup-pdf.d.ts +5 -0
  271. package/dist/types/components.d.ts +22 -0
  272. package/package.json +2 -2
  273. package/dist/cjs/index-958d0399.js +0 -2094
  274. package/dist/esm/index-460631fd.js +0 -2061
  275. package/dist/ketchup/p-042e874a.entry.js +0 -1
  276. package/dist/ketchup/p-25058baa.js +0 -1
  277. package/dist/ketchup/p-47040db6.js +0 -2
  278. package/dist/ketchup/p-6921bc81.entry.js +0 -16
  279. package/dist/ketchup/p-7123d2a4.entry.js +0 -1
  280. package/dist/ketchup/p-8d4050ec.js +0 -28
  281. package/dist/ketchup/p-a6beb822.js +0 -1
  282. package/dist/ketchup/p-abe181d0.entry.js +0 -1
  283. package/dist/ketchup/p-d2001dec.entry.js +0 -44
  284. package/dist/ketchup/p-ecc95a21.entry.js +0 -9
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 18V4.77778H7.77778V1H17.2222V8.55556H21V18H13.4444V14.2222H11.5556V18H4ZM5.88889 16.1111H7.77778V14.2222H5.88889V16.1111ZM5.88889 12.3333H7.77778V10.4444H5.88889V12.3333ZM5.88889 8.55556H7.77778V6.66667H5.88889V8.55556ZM9.66667 12.3333H11.5556V10.4444H9.66667V12.3333ZM9.66667 8.55556H11.5556V6.66667H9.66667V8.55556ZM9.66667 4.77778H11.5556V2.88889H9.66667V4.77778ZM13.4444 12.3333H15.3333V10.4444H13.4444V12.3333ZM13.4444 8.55556H15.3333V6.66667H13.4444V8.55556ZM13.4444 4.77778H15.3333V2.88889H13.4444V4.77778ZM17.2222 16.1111H19.1111V14.2222H17.2222V16.1111ZM17.2222 12.3333H19.1111V10.4444H17.2222V12.3333Z" fill="black"/>
3
+ <path d="M9.55908 21.9097C9.55908 22.1424 9.50269 22.3447 9.38989 22.5166C9.2771 22.6885 9.11239 22.821 8.89575 22.9141C8.68091 23.0072 8.41951 23.0537 8.11157 23.0537C7.9755 23.0537 7.84212 23.0448 7.71143 23.0269C7.58252 23.009 7.45809 22.983 7.33813 22.949C7.21997 22.9132 7.10718 22.8693 6.99976 22.8174V22.0439C7.18595 22.1263 7.37931 22.2006 7.57983 22.2668C7.78035 22.3331 7.97909 22.3662 8.17603 22.3662C8.31209 22.3662 8.42131 22.3483 8.50366 22.3125C8.58781 22.2767 8.64868 22.2275 8.68628 22.1648C8.72388 22.1021 8.74268 22.0305 8.74268 21.95C8.74268 21.8515 8.70955 21.7673 8.64331 21.6975C8.57707 21.6277 8.48576 21.5623 8.36938 21.5015C8.2548 21.4406 8.125 21.3752 7.97998 21.3054C7.88867 21.2625 7.78931 21.2105 7.68188 21.1497C7.57446 21.087 7.47241 21.0109 7.37573 20.9214C7.27905 20.8319 7.19938 20.7236 7.13672 20.5964C7.07585 20.4675 7.04541 20.3136 7.04541 20.1345C7.04541 19.9 7.09912 19.6995 7.20654 19.533C7.31396 19.3665 7.46704 19.2393 7.66577 19.1516C7.86629 19.0621 8.10262 19.0173 8.37476 19.0173C8.57886 19.0173 8.77311 19.0415 8.95752 19.0898C9.14372 19.1364 9.33797 19.2044 9.54028 19.2939L9.27173 19.9412C9.0909 19.8678 8.92887 19.8114 8.78564 19.772C8.64242 19.7308 8.4965 19.7102 8.3479 19.7102C8.24406 19.7102 8.15544 19.7272 8.08203 19.7612C8.00863 19.7935 7.95312 19.84 7.91553 19.9009C7.87793 19.96 7.85913 20.0289 7.85913 20.1077C7.85913 20.2008 7.88599 20.2795 7.9397 20.344C7.9952 20.4067 8.07756 20.4675 8.18677 20.5266C8.29777 20.5857 8.43563 20.6546 8.60034 20.7334C8.80086 20.8283 8.97184 20.9277 9.11328 21.0315C9.25651 21.1335 9.36662 21.2544 9.4436 21.394C9.52059 21.5319 9.55908 21.7038 9.55908 21.9097Z" fill="black"/>
4
+ <path d="M12.6743 23L12.3896 22.0654H10.9583L10.6736 23H9.77661L11.1624 19.0576H12.1802L13.5713 23H12.6743ZM12.1909 21.3672L11.9062 20.4541C11.8883 20.3932 11.8642 20.3153 11.8337 20.2205C11.8051 20.1238 11.7756 20.0262 11.7451 19.9277C11.7165 19.8275 11.6932 19.7406 11.6753 19.6672C11.6574 19.7406 11.6323 19.8319 11.6001 19.9412C11.5697 20.0486 11.5401 20.1506 11.5115 20.2473C11.4828 20.344 11.4622 20.4129 11.4497 20.4541L11.1677 21.3672H12.1909Z" fill="black"/>
5
+ <path d="M17.1484 19.0737L15.8137 23H14.906L13.574 19.0737H14.4146L15.1531 21.4102C15.1656 21.4495 15.1862 21.5238 15.2148 21.6331C15.2435 21.7405 15.2721 21.8551 15.3008 21.9768C15.3312 22.0968 15.3518 22.1961 15.3625 22.2749C15.3733 22.1961 15.3921 22.0968 15.4189 21.9768C15.4476 21.8569 15.4753 21.7432 15.5022 21.6357C15.5308 21.5265 15.5514 21.4513 15.564 21.4102L16.3079 19.0737H17.1484Z" fill="black"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 18V4.77778H7.77778V1H17.2222V8.55556H21V18H13.4444V14.2222H11.5556V18H4ZM5.88889 16.1111H7.77778V14.2222H5.88889V16.1111ZM5.88889 12.3333H7.77778V10.4444H5.88889V12.3333ZM5.88889 8.55556H7.77778V6.66667H5.88889V8.55556ZM9.66667 12.3333H11.5556V10.4444H9.66667V12.3333ZM9.66667 8.55556H11.5556V6.66667H9.66667V8.55556ZM9.66667 4.77778H11.5556V2.88889H9.66667V4.77778ZM13.4444 12.3333H15.3333V10.4444H13.4444V12.3333ZM13.4444 8.55556H15.3333V6.66667H13.4444V8.55556ZM13.4444 4.77778H15.3333V2.88889H13.4444V4.77778ZM17.2222 16.1111H19.1111V14.2222H17.2222V16.1111ZM17.2222 12.3333H19.1111V10.4444H17.2222V12.3333Z" fill="black"/>
3
+ <path d="M9.89941 23H9.06689V19.7666H8.00073V19.0737H10.9656V19.7666H9.89941V23Z" fill="black"/>
4
+ <path d="M12.7139 19.0737C13.0701 19.0737 13.3638 19.1167 13.5947 19.2026C13.8275 19.2886 14.0002 19.4184 14.113 19.592C14.2258 19.7657 14.2822 19.985 14.2822 20.25C14.2822 20.429 14.2482 20.5857 14.1802 20.72C14.1121 20.8542 14.0226 20.9679 13.9116 21.061C13.8006 21.1541 13.6807 21.2302 13.5518 21.2893L14.7065 23H13.7827L12.8455 21.4934H12.4023V23H11.5698V19.0737H12.7139ZM12.6548 19.7559H12.4023V20.8167H12.6709C12.9466 20.8167 13.1436 20.771 13.2617 20.6797C13.3817 20.5866 13.4417 20.4505 13.4417 20.2715C13.4417 20.0853 13.3772 19.9528 13.2483 19.874C13.1212 19.7952 12.9233 19.7559 12.6548 19.7559Z" fill="black"/>
5
+ <path d="M15.2007 23V19.0737H16.0332V22.3125H17.6257V23H15.2007Z" fill="black"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 18V4.77778H7.77778V1H17.2222V8.55556H21V18H13.4444V14.2222H11.5556V18H4ZM5.88889 16.1111H7.77778V14.2222H5.88889V16.1111ZM5.88889 12.3333H7.77778V10.4444H5.88889V12.3333ZM5.88889 8.55556H7.77778V6.66667H5.88889V8.55556ZM9.66667 12.3333H11.5556V10.4444H9.66667V12.3333ZM9.66667 8.55556H11.5556V6.66667H9.66667V8.55556ZM9.66667 4.77778H11.5556V2.88889H9.66667V4.77778ZM13.4444 12.3333H15.3333V10.4444H13.4444V12.3333ZM13.4444 8.55556H15.3333V6.66667H13.4444V8.55556ZM13.4444 4.77778H15.3333V2.88889H13.4444V4.77778ZM17.2222 16.1111H19.1111V14.2222H17.2222V16.1111ZM17.2222 12.3333H19.1111V10.4444H17.2222V12.3333Z" fill="black"/>
3
+ <path d="M11.2219 19.0737V21.6143C11.2219 21.8846 11.1619 22.129 11.042 22.3474C10.9238 22.564 10.7439 22.7359 10.5022 22.863C10.2623 22.9902 9.95972 23.0537 9.59448 23.0537C9.07528 23.0537 8.67961 22.9212 8.40747 22.6562C8.13534 22.3913 7.99927 22.0404 7.99927 21.6035V19.0737H8.8291V21.4773C8.8291 21.8014 8.89535 22.0287 9.02783 22.1594C9.16032 22.2901 9.35636 22.3555 9.61597 22.3555C9.79858 22.3555 9.94629 22.3241 10.0591 22.2615C10.1737 22.1988 10.2578 22.1021 10.3115 21.9714C10.3652 21.8407 10.3921 21.6742 10.3921 21.4719V19.0737H11.2219Z" fill="black"/>
4
+ <path d="M15.4409 20.9993C15.4409 21.4415 15.3559 21.8112 15.1858 22.1084C15.0175 22.4038 14.7731 22.6267 14.4526 22.7771C14.1322 22.9257 13.7463 23 13.2952 23H12.1833V19.0737H13.416C13.8278 19.0737 14.185 19.1471 14.4875 19.2939C14.7901 19.439 15.0247 19.6547 15.1912 19.9412C15.3577 20.2258 15.4409 20.5785 15.4409 20.9993ZM14.5762 21.0208C14.5762 20.7307 14.5332 20.4926 14.4473 20.3064C14.3631 20.1184 14.2378 19.9797 14.0713 19.8901C13.9066 19.8006 13.7025 19.7559 13.459 19.7559H13.0159V22.3125H13.373C13.7795 22.3125 14.0811 22.2042 14.2781 21.9875C14.4768 21.7709 14.5762 21.4486 14.5762 21.0208Z" fill="black"/>
5
+ <path d="M16.2546 23V19.0737H17.0872V23H16.2546Z" fill="black"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 18V4.77778H7.77778V1H17.2222V8.55556H21V18H13.4444V14.2222H11.5556V18H4ZM5.88889 16.1111H7.77778V14.2222H5.88889V16.1111ZM5.88889 12.3333H7.77778V10.4444H5.88889V12.3333ZM5.88889 8.55556H7.77778V6.66667H5.88889V8.55556ZM9.66667 12.3333H11.5556V10.4444H9.66667V12.3333ZM9.66667 8.55556H11.5556V6.66667H9.66667V8.55556ZM9.66667 4.77778H11.5556V2.88889H9.66667V4.77778ZM13.4444 12.3333H15.3333V10.4444H13.4444V12.3333ZM13.4444 8.55556H15.3333V6.66667H13.4444V8.55556ZM13.4444 4.77778H15.3333V2.88889H13.4444V4.77778ZM17.2222 16.1111H19.1111V14.2222H17.2222V16.1111ZM17.2222 12.3333H19.1111V10.4444H17.2222V12.3333Z" fill="black"/>
3
+ <path d="M10.5735 19.0737L9.23877 23H8.33105L6.99902 19.0737H7.8396L8.57812 21.4102C8.59066 21.4495 8.61125 21.5238 8.63989 21.6331C8.66854 21.7405 8.69718 21.8551 8.72583 21.9768C8.75627 22.0968 8.77686 22.1961 8.7876 22.2749C8.79834 22.1961 8.81714 22.0968 8.84399 21.9768C8.87264 21.8569 8.90039 21.7432 8.92725 21.6357C8.95589 21.5265 8.97648 21.4513 8.98901 21.4102L9.73291 19.0737H10.5735Z" fill="black"/>
4
+ <path d="M13.3315 23H11.0703V19.0737H13.3315V19.7559H11.9028V20.6179H13.2322V21.3H11.9028V22.3125H13.3315V23Z" fill="black"/>
5
+ <path d="M15.2974 19.0737C15.6536 19.0737 15.9473 19.1167 16.1782 19.2026C16.411 19.2886 16.5837 19.4184 16.6965 19.592C16.8093 19.7657 16.8657 19.985 16.8657 20.25C16.8657 20.429 16.8317 20.5857 16.7637 20.72C16.6956 20.8542 16.6061 20.9679 16.4951 21.061C16.3841 21.1541 16.2642 21.2302 16.1353 21.2893L17.29 23H16.3662L15.429 21.4934H14.9858V23H14.1533V19.0737H15.2974ZM15.2383 19.7559H14.9858V20.8167H15.2544C15.5301 20.8167 15.7271 20.771 15.8452 20.6797C15.9652 20.5866 16.0251 20.4505 16.0251 20.2715C16.0251 20.0853 15.9607 19.9528 15.8318 19.874C15.7047 19.7952 15.5068 19.7559 15.2383 19.7559Z" fill="black"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 18V4.77778H7.77778V1H17.2222V8.55556H21V18H13.4444V14.2222H11.5556V18H4ZM5.88889 16.1111H7.77778V14.2222H5.88889V16.1111ZM5.88889 12.3333H7.77778V10.4444H5.88889V12.3333ZM5.88889 8.55556H7.77778V6.66667H5.88889V8.55556ZM9.66667 12.3333H11.5556V10.4444H9.66667V12.3333ZM9.66667 8.55556H11.5556V6.66667H9.66667V8.55556ZM9.66667 4.77778H11.5556V2.88889H9.66667V4.77778ZM13.4444 12.3333H15.3333V10.4444H13.4444V12.3333ZM13.4444 8.55556H15.3333V6.66667H13.4444V8.55556ZM13.4444 4.77778H15.3333V2.88889H13.4444V4.77778ZM17.2222 16.1111H19.1111V14.2222H17.2222V16.1111ZM17.2222 12.3333H19.1111V10.4444H17.2222V12.3333Z" fill="black"/>
3
+ <path d="M11.575 19.0737L10.2402 23H9.33252L8.00049 19.0737H8.84106L9.57959 21.4102C9.59212 21.4495 9.61271 21.5238 9.64136 21.6331C9.67 21.7405 9.69865 21.8551 9.72729 21.9768C9.75773 22.0968 9.77832 22.1961 9.78906 22.2749C9.7998 22.1961 9.8186 22.0968 9.84546 21.9768C9.8741 21.8569 9.90186 21.7432 9.92871 21.6357C9.95736 21.5265 9.97795 21.4513 9.99048 21.4102L10.7344 19.0737H11.575Z" fill="black"/>
4
+ <path d="M12.0718 23V19.0737H12.9043V23H12.0718Z" fill="black"/>
5
+ <path d="M15.5603 19.7102C15.401 19.7102 15.2595 19.7415 15.136 19.8042C15.0142 19.8651 14.9113 19.9537 14.8271 20.0701C14.7448 20.1864 14.6821 20.327 14.6392 20.4917C14.5962 20.6564 14.5747 20.8417 14.5747 21.0476C14.5747 21.3251 14.6087 21.5623 14.6768 21.7593C14.7466 21.9544 14.854 22.1039 14.999 22.2078C15.144 22.3098 15.3311 22.3608 15.5603 22.3608C15.7196 22.3608 15.879 22.3429 16.0383 22.3071C16.1995 22.2713 16.374 22.2203 16.562 22.1541V22.8523C16.3883 22.9239 16.2174 22.9749 16.0491 23.0054C15.8808 23.0376 15.6919 23.0537 15.4824 23.0537C15.0778 23.0537 14.7448 22.9705 14.4834 22.804C14.2238 22.6357 14.0313 22.4011 13.906 22.1003C13.7807 21.7978 13.718 21.4451 13.718 21.0422C13.718 20.745 13.7583 20.4729 13.8389 20.2258C13.9194 19.9788 14.0376 19.7648 14.1934 19.584C14.3491 19.4032 14.5416 19.2635 14.7708 19.165C14.9999 19.0666 15.2631 19.0173 15.5603 19.0173C15.7555 19.0173 15.9506 19.0424 16.1458 19.0925C16.3427 19.1409 16.5307 19.208 16.7097 19.2939L16.4412 19.9707C16.2944 19.9009 16.1466 19.84 15.998 19.7881C15.8494 19.7362 15.7035 19.7102 15.5603 19.7102Z" fill="black"/>
6
+ </svg>
@@ -180,14 +180,14 @@ export class KupImageList {
180
180
  };
181
181
  combinedGridStyle = Object.assign(Object.assign({}, combinedGridStyle), gridRowsStyle);
182
182
  }
183
- return (h(Host, { key: 'b62094a90858c7c5f36a9f76b3b4372b506ace67' }, h("style", { key: 'eeb8ad09387f7aaad846441e1d7c28554c6996e2' }, __classPrivateFieldGet(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd908bdbb3d41f6cedaa6e905cc6be9aa4eb4e27b', id: componentWrapperId, ref: (el) => {
183
+ return (h(Host, { key: '61e34232f19ff00398ff824c9d8130ecde28da56' }, h("style", { key: '43e64c4a2aed68d0582ad019aed0e3617c682c54' }, __classPrivateFieldGet(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c7cfce4c849eee19f245e27117a12c3068b69c0d', id: componentWrapperId, ref: (el) => {
184
184
  __classPrivateFieldSet(this, _KupImageList_el, el, "f");
185
- } }, h("div", { key: 'e3852ae5ff9a61857cc70f9ebd83f5f317d596da', class: "navigation-bar" }, hasNavigation ? (h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
185
+ } }, h("div", { key: '827d42b8b11a5a20a274dd29bdd2c5a87d01d0aa', class: "navigation-bar" }, hasNavigation ? (h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
186
186
  ? 'navigation-bar__wrapper--active'
187
187
  : ''}` }, h("div", { class: `navigation-bar__title`, onClick: () => {
188
188
  this.navigationBarToggled =
189
189
  !this.navigationBarToggled;
190
- } }, h(FImage, { fit: true, resource: this.currentNode.icon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), h(FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.BACK) })), h(FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.TOP) })))) : null), h("div", { key: '1726193b158b8cefb9a445acc5b75ae1d07061a3', class: "image-list", style: combinedGridStyle }, ...__classPrivateFieldGet(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
190
+ } }, h(FImage, { fit: true, resource: this.currentNode.icon, sizeX: "1.25em", sizeY: "1.25em", wrapperClass: "navigation-bar__title__image" }), h("div", { class: "navigation-bar__title__label" }, this.currentNode.value)), h(FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_backProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.BACK) })), h(FButton, Object.assign({}, __classPrivateFieldGet(this, _KupImageList_topProps, "f"), { label: __classPrivateFieldGet(this, _KupImageList_kupManager, "f").language.translate(KupLanguageGeneric.TOP) })))) : null), h("div", { key: 'ab8938c8187ee33a41e0f87da776c628d0f9e777', class: "image-list", style: combinedGridStyle }, ...__classPrivateFieldGet(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
191
191
  }
192
192
  disconnectedCallback() {
193
193
  __classPrivateFieldGet(this, _KupImageList_kupManager, "f").interact.unregister(__classPrivateFieldGet(this, _KupImageList_interactableTouch, "f"));
@@ -36,7 +36,7 @@ export class KupInputPanel {
36
36
  /*-------------------------------------------------*/
37
37
  _KupInputPanel_kupManager.set(this, kupManagerInstance());
38
38
  _KupInputPanel_optionsAdapterMap.set(this, new Map([
39
- ['SmeupTree', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_treeOptionsNodeAdapter).bind(this)],
39
+ ['SmeupTreeNode', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_treeOptionsNodeAdapter).bind(this)],
40
40
  ['SmeupTable', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_tableOptionsAdapter).bind(this)],
41
41
  ]));
42
42
  _KupInputPanel_originalData.set(this, null);
@@ -135,7 +135,7 @@ export class KupInputPanel {
135
135
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
136
136
  ]
137
137
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
138
- return (h(Host, { key: 'fb64cbdffc9e56a3318eaef42d7b71e815d21f58' }, h("style", { key: 'e3501f7c56bbb5058dd99c727b2813411b45e519' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '06eb5a7b6822a9518d9d7ff75652df91f69fbd74', id: componentWrapperId }, inputPanelContent)));
138
+ return (h(Host, { key: '6e78872e9b75498a6655f27837c5f1288578572b' }, h("style", { key: '6afe29e3990b45067aac30c0f11c98d9cd7948c2' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c525883822492dfb322153c8f8a25470b370ad5c', id: componentWrapperId }, inputPanelContent)));
139
139
  }
140
140
  disconnectedCallback() {
141
141
  __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: 'bca5daf712b40d11abe4f3b1856385844642acf1', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'ab212455b45b78bf981309de350b4b3619a288e9', 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: 'f717d39acfba2a34310a35cdf9e68724417a682e', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '28fe7c56ff834335c7bbca718320fdd19e2dd349', 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: '1e266ffe7b2568dc6caa45592e86b73c7683cc16', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '14a4eb6f9c5b6772cd26ec29aef7b470e0fe6574', 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: '595846ffff00d45aa625989890370a37bbcce80c', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '2dd03e7f2201ef3fa8d8eb4d17b657230ba2b7a9', 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: 'd553613ffa5ee60014a4e89cf8e62ace3384f3a4', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'bf5a69068bc1f2142a0d4b451cf3cdceb16d7963', 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: 'c6c34c22886703be990665f590ca1ddbca8a2ad4', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'c454e8bb8aa7a0f0ee304bf24273b2eb08f9c5e6', 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: '51f3129e31571f6e7a8faf293a6f3e35ba7524e0', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '19085e9d52b14637127c1bafdb37beb5349d2300', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
123
+ resource = (h("svg", { key: '6c0f0c2ff1f00b7b81b24ecca781dc514c3fca15', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'c99d8a722f592e1db06dcf8fff0feacc2a4c090a', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
124
124
  break;
125
125
  case 'kup-data-table':
126
126
  //table-large.svg
127
- resource = (h("svg", { key: 'f7f187befb900356e7e589b3d169adff21791e35', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '4a53ed7568274a78be593b5ce8cd412747313725', 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: 'a9757477e1fa1d93eb31db1afb94a68129d0dc40', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '1d3dc82579ec0846c22a3db14a63b69c4c9c9f0d', 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: '587c27f674e8c3f153c9ed047ed605301a477621', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'e76e9b0410e3375d8d981396fdacc2f2c44dadf1', 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: '13b08856d46034651f8ab8cb1f81a7541d162566', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'dd7d2b265dd22f6ed3565d9fdea39bf7903ca558', 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: 'c7e82a2c18827a874acd6b8fe2dbcb4009ab3807', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '291ca07cfeced3bbbc92cb5ae7ac69375b640e22', 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: 'c3fd273494e47192b66eb5c042ccb795f0c303dc', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '97c12050d20f7a39a4f3144dc771a2ed8bf6bd46', 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: 'd2f81e158dc86c4ef74ad7628ac376f7e0eacbe2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'fc4ec71ff460760866b3ad99db0d8cb9b8e3cd3b', 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: 'd6fe0ab4b15b94fad4d9a7f2a0c612d960ba1b5d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'f89b7910540c6660701f9b974c0f7e865cf66d9e', 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: '8da82bcc100ef628d5f4bab0a8d28c06841270ca', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'f95db9cad4ee1973048e1a121cf84a8b0ecbce99', 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: '748f4036681d57ea9b0bc0396a7f97d01d1bd8fb', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '8ac9a986d9f7e9e077e1856e6a88759628201880', 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: 'af0853700b7bbfdcfd01f500fe303816264b387f' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
152
+ content = (h(Tag, Object.assign({ key: '643382e2454680070d5e8b931cd54658c5e4d2da' }, 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: '66562d25373ef498b4b82bc654752c894051ce6b', class: className }, h("style", { key: '7b314d53110ba9310ee1717f3b026da85e95e04d' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4e72e07e2acb78b1db0e0a69c8a3424ff14731ff', id: componentWrapperId }, content)));
159
+ return (h(Host, { key: 'd67ed652e6cec403ee806a3c1aeaf2f44e979f4f', class: className }, h("style", { key: '7389286c6d8dd1a3499ddedfd09372640c238240' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a51ee9e08e83971e2b4b57d92a1fde1df478d9e1', id: componentWrapperId }, content)));
160
160
  }
161
161
  disconnectedCallback() {
162
162
  var _a;
@@ -243,7 +243,7 @@ export class KupList {
243
243
  }
244
244
  __classPrivateFieldSet(this, _KupList_radios, [], "f");
245
245
  let index = 0;
246
- return (h(Host, { key: '3181209e4896fb9f83feff44ad341bc1b4cd3e7c' }, h("style", { key: '360f38ea751b8b6e969629936967db8fa36efa20' }, __classPrivateFieldGet(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c66d2c82e8ce58320e9d2413825463234b206a02', id: "kup-component", class: wrapperClass }, h("ul", { key: '009e5afdbd9bd5b0ec63a1fdcb814a05a171946b', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
246
+ return (h(Host, { key: 'ff8cf50e01bf7df853f349bc486d049454ba452d' }, h("style", { key: 'eb5fbe518f874a20b9d42ba4584aeef121e3dd88' }, __classPrivateFieldGet(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '92c7c75f8002bccef6ba5ec6d453fbb08840b440', id: "kup-component", class: wrapperClass }, h("ul", { key: 'eaec78e20a8795153bd21bfddc5c6d9240f70b21', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
247
247
  .filter((item) => __classPrivateFieldGet(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
248
248
  .map((item) => __classPrivateFieldGet(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++))))));
249
249
  }
@@ -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: '212f73b08fa30db6822a33f61dd8d10fe5e0ae5c' }, h("style", { key: 'bd8dfa094092c2b010867f98d595320d59e120e8' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '29d97585aa1a3d0c8680912289153337c2c2a23c', id: componentWrapperId }, h("div", { key: 'fc73991d493f68a37690b4b9d8dbc45ff15e9c1a', class: "magic-box-wrapper" }, h("div", { key: '7f27dcf3a8916ea1007a263cff3a1b835ce39612', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '2f7303dd205ad6411c73e5ec5809632b12d134ca' }, this.comboboxProps())), h("kup-button", { key: 'ef696124673192ca35f7b71138f061c6e09a3f70', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
266
+ return (h(Host, { key: '4d6747df7462796dbe78c8d564f4d6d682fe5851' }, h("style", { key: '96de2876df5042f86b342909fb459327512c433b' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7bb152c5035d481e54ec749e482df4ed67677c65', id: componentWrapperId }, h("div", { key: '95adb73a3ff03931ebdaf49b577ed9034b9147e0', class: "magic-box-wrapper" }, h("div", { key: '13ddf38a71b869645c5dcc86344a9f0ed29ea2f7', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '84018579283fb121bc3dd0636bbf7feb20558458' }, this.comboboxProps())), h("kup-button", { key: '64fbec83e296599203fe68f5bd8abeb6cd1c38cb', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
267
267
  this.data = null;
268
- } }), h("kup-button", { key: '09d63727c8500844e614606d5417f350cb2aebed', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
268
+ } }), h("kup-button", { key: 'bfb9a218e2d7fe9a966d4751b96e1be947282df3', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
269
269
  this.kupManager.hideMagicBox();
270
- } })), h("div", { key: 'aaa1d0f9e81041dfa3669bcb1222b937760c49aa', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
270
+ } })), h("div", { key: '165648f0432069e8f2356221aee1a38983bcfa84', 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: 'c0ee317aa4f4c5d7eea17e92073c2382dfed6f38', class: "header" }, h("style", { key: '48b3dec462796c406f3c492f402cd18090b780c4' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '6a4822ca6723bf9f7145db93dffe88f7781cccb3', id: componentWrapperId }, h("header", { key: '178148cbe743a0c4d9b4e41b26519f2ebb89c776', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '5ee2f06ac2e4518cf6c993e0e9b09b9cf77e66ff', class: `${navbarClass}__row` }, this.content())))));
101
+ return (h(Host, { key: 'ef89e14acc79f6485a194484ee01405779683a63', class: "header" }, h("style", { key: '1515e8f0c7cba44add005b99241514c094a256dc' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '39da41e7a7b312248d42efa70348baf8b22322f3', id: componentWrapperId }, h("header", { key: '5c3eab5a2e4833ed82b4a8d47947048800e0503e', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '5c87e156f6b92577e71dfd1dd168676c238c8e5d', class: `${navbarClass}__row` }, this.content())))));
102
102
  }
103
103
  disconnectedCallback() {
104
104
  this.kupManager.language.unregister(this);
@@ -331,7 +331,7 @@ export class KupNumericPicker {
331
331
  this.kupManager.debug.logRender(this, true);
332
332
  }
333
333
  render() {
334
- return (h(Host, { key: '83c844a686d9a82576b8ccbbdaaf0ce61190fad4' }, h("style", { key: '9f8e8eeeeb0db1f67cdd03e0815aa3cc0126f7b0' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '787aee96d5550a9bdb98d3d746142967456645f4', id: componentWrapperId }, this.prepTextfield())));
334
+ return (h(Host, { key: '931546ef09c8523eb49c31675edd6930853183fc' }, h("style", { key: '1051ee3223e973a1c8b1cd887149f2246ae702a9' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '82fa98165c2f4f62c91126f4929db368273f6195', id: componentWrapperId }, this.prepTextfield())));
335
335
  }
336
336
  disconnectedCallback() {
337
337
  this.kupManager.dates.unregister(this);
@@ -20,6 +20,7 @@ export class KupPdf {
20
20
  /*-------------------------------------------------*/
21
21
  _KupPdf_kupManager.set(this, kupManagerInstance());
22
22
  this.pdfPath = undefined;
23
+ this.sendCredentials = undefined;
23
24
  }
24
25
  /*-------------------------------------------------*/
25
26
  /* W a t c h e r s */
@@ -79,7 +80,7 @@ export class KupPdf {
79
80
  try {
80
81
  const loadingPdfTask = pdfjsLib.getDocument({
81
82
  url: this.pdfPath,
82
- withCredentials: true,
83
+ withCredentials: this.sendCredentials,
83
84
  });
84
85
  const pdf = await loadingPdfTask.promise;
85
86
  const pdfContainer = this.wrapperRef;
@@ -104,7 +105,7 @@ export class KupPdf {
104
105
  catch (error) { }
105
106
  }
106
107
  render() {
107
- return (h(Host, { key: '51c637e689633b072188148f2a3cb6e1d7d62f00' }, h("div", { key: 'bb98286e27145e4c5f3a836161de335d6a465637', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
108
+ return (h(Host, { key: 'b8f2598512ac0375e09b0da3d0b134f4e8cf89f7' }, h("div", { key: '5bd3d4b92af2459bb71df96d76b934a5d828cb3d', id: componentWrapperId, ref: (el) => (this.wrapperRef = el) })));
108
109
  }
109
110
  disconnectedCallback() {
110
111
  __classPrivateFieldGet(this, _KupPdf_kupManager, "f").theme.unregister(this);
@@ -142,6 +143,26 @@ export class KupPdf {
142
143
  },
143
144
  "attribute": "pdf-path",
144
145
  "reflect": false
146
+ },
147
+ "sendCredentials": {
148
+ "type": "boolean",
149
+ "mutable": false,
150
+ "complexType": {
151
+ "original": "boolean",
152
+ "resolved": "boolean",
153
+ "references": {}
154
+ },
155
+ "required": false,
156
+ "optional": false,
157
+ "docs": {
158
+ "tags": [{
159
+ "name": "default",
160
+ "text": "true"
161
+ }],
162
+ "text": "Credentials sending along with request"
163
+ },
164
+ "attribute": "send-credentials",
165
+ "reflect": false
145
166
  }
146
167
  };
147
168
  }
@@ -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: 'd6d82199e94a278a68fcd3bcb2e128f4714f7dcd' }, h("style", { key: 'ba1ceb0cd797d7a3a7808d7b2cd4849193faff42' }, __classPrivateFieldGet(this, _KupPhotoFrame_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '4701a46d03923c418672ed93098d5bde32ae38ae', id: componentWrapperId, ref: (el) => {
102
+ return (h(Host, { key: 'cd2d928fdbd09be3c2835cd287f272d010041ecc' }, h("style", { key: '4ba03447a84b5653490d597645847724531fb707' }, __classPrivateFieldGet(this, _KupPhotoFrame_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '464539791c38c33e54ad1fddc051f8e9cec00652', id: componentWrapperId, ref: (el) => {
103
103
  __classPrivateFieldSet(this, _KupPhotoFrame_wrapperEl, el, "f");
104
- } }, h("img", Object.assign({ key: '451b86c100861cb4b72cfc2575e2c7ad6da3b6ee' }, this.placeholderAttrs, { class: "placeholder", ref: (el) => (__classPrivateFieldSet(this, _KupPhotoFrame_placeholderEl, el, "f")), onLoad: () => {
104
+ } }, h("img", Object.assign({ key: '39697e6c0ae4f776d5c961330da0fc3954ccaaa2' }, 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: 'cce744fe8b14527039c6a39116da3ebbb79b5593' }, h("style", { key: '3ac43e5c414360d07ba8a745c000bbc7e545545f' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '3a9fb6211d0fc2b554bf4265350c567fc1108adb', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: '9dda490b90dc263b1e42496c7c602ee0c09d081f', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: 'b569efffbce491b845d813d913545bbb1efc3d08', icon: KupThemeIconValues.SEARCH, id: "main-filter", label: __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), onKeyDown: (e) => {
526
+ return (h(Host, { key: '8a54d7d656678d78379f3a6489edd5c5549f9aef' }, h("style", { key: 'c3d992da4031466b066e0d5ec8b011f5bd98ae0d' }, __classPrivateFieldGet(this, _KupPlanner_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '2548a1c46a36610312c0165676c34d30f9144f8d', id: componentWrapperId, style: { maxWidth: this.maxWidth } }, this.plannerProps && (h("kup-planner-renderer", { key: '80a845d00d29270bab7162a41d8c6df97864b202', props: plannerProps, ref: (el) => (this.plannerRenderer = el) }))), h("div", { key: 'd7dcdaaa0abf6dc8092f574cb58ad42cf779f354', style: { display: this.plannerProps ? 'none' : '' } }, h(FTextField, { key: '7ba043042fa58060b573c830c2b00343ea345130', 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: '777c24c612e5d8c93b74a4a8466248cd9a84cd31', class: "custom-task-list-wrapper", style: {
11
+ return (h("div", { key: '0251d572093ec5b463d42c72e9c395ad1e02143b', class: "custom-task-list-wrapper", style: {
12
12
  height: '50px',
13
13
  fontFamily: this.fontFamily,
14
14
  fontSize: this.fontSize,
15
- } }, h("div", { key: '8a00184f85811656ea2f4c6e69fee0db3ef85f48', class: "title" }, h("span", { key: '170a1bef8a7663064ebaaa600a3aaa40beb84243' }, this.label)), this.setDoubleView !== undefined && (h("div", { class: "toggler" }, h("label", { htmlFor: "ch2", class: "switch" }, h("input", { class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { class: "slider" })), h("span", { class: "label" }, "Previsioni")))));
15
+ } }, h("div", { key: '3be983946689fd58b3b6c72f41e0d3e72356e4db', class: "title" }, h("span", { key: 'c852b10ee60ee80528065e2669ebcd49b23b25f6' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: '47dc2e6559bd9e9cf4e8dc63d68992beb548217e', class: "toggler" }, h("label", { key: '13f199e8998a2f571715d2ca1681e6e3d542044b', htmlFor: "ch2", class: "switch" }, h("input", { key: 'fc967cbf364465295069e9d2e5b3f5deac1dbb49', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: 'c0f56723fb1201050ef212def8b52408d5aac815', class: "slider" })), h("span", { key: '48bcc3807fe0d8e324345c00f02a552a65ebc097', 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: 'd2628cb4c523eadcbfa97d83cad48ca0aa817fcb', class: "gannt-wrapper-main" }, h("div", { key: '3b336bd6595402bbb1b3ff87524d74286f63b1bc', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ 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: '5941d0e531424ac9e609414e354a10a7eadabea9', class: "gannt-wrapper-main" }, h("div", { key: 'f30e1de2761c590331cee1fafc2c06013c01e13d', class: "wrapper", onKeyDown: this.handleKeyDown.bind(this), tabIndex: 0, ref: (el) => (this.wrapperRef = el) }, this.listCellWidth && (h("kup-task-list", Object.assign({ key: '66220e4ab03565d9852235e3aeca98ea07b84797', 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: 'b887edfe9460338576ccc2868f39eef9f8c41e2a', 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", { 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: 'ab50bf33585da01c741255df86328c9fd3c10a4a', 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", { 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: '9165b6b1d0aa64f1057b82eba5e0685d0603f896', 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: '9c67a99393e60704e4f8bfd20766ea8591a97808', 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: '47e95c56de7e85a2e7d47921ed687f8daf9a0bf4', 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: 'e2959aca20609b5a878013faa24467a96e07bde2', 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: '7a19cec75e555a4fd92acca667c464df43370468', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: 'a7e72bfedfefae5813d339b99d78bf7138354ff5', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: '34f50e350bd20b69fe0a7bfc4744b27dfeb27a12', 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: 'a46dc6635ed4eb904e8c11344d7811f04b945b4a', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: 'b0191a4184271f6205ab78d1baff78734cafe99b', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: 'e53f74ad7ba2bb802c70824421380c8ce62a4a60', 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", { fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
232
+ h("circle", { key: '00f1b67a60a4b22e9771066f06f23330d96da51f', 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: '95b5c0ebccd9d472507328baa068f9d75daa4a6e', 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: 'bd6598993c35c69c6aadca0d41c50b028a283b70', class: "grid" }, h("g", { key: 'c52a1de5fa57cc5fdd4b80ff84b3a09b13e3b199', class: "rows" }, gridRows), h("g", { key: 'd8747275b307b05c7a5c4ab1ab3efa5956c95f25', class: "rowLines" }, rowLines), h("g", { key: '000d0b2ec6253da9d23096a7cfa3564a2a3a173d', class: "ticks" }, ticks)), h("g", { key: 'fc0d6cc1b4f60e84b77082b7c47d68eb364fbb7b', class: "content" }, this.currentDateIndicator && (h("rect", { fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '04162e3432a56f08c1ea29e69503fe97e1fb84d2', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
512
+ return (h("svg", { key: 'd15e63da65527280febc6f138afb3ec874561703', 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: '7a239a149dbab304a263a5f1d4acfe22406b1f16', class: "grid" }, h("g", { key: '1a590e934ff92a4b5fb17e1c2781f811c8360f9f', class: "rows" }, gridRows), h("g", { key: '7ef105deaa56a6a2693355f6099dcd037ec95490', class: "rowLines" }, rowLines), h("g", { key: 'ea986818234aafaa89e905a656b89f720df94c52', class: "ticks" }, ticks)), h("g", { key: '9a80cece22e2005b50f6541ed8763497b2688e1f', class: "content" }, this.currentDateIndicator && (h("rect", { key: '7b76387aa59ceb310a4541e6c57f2e04a0d1f36b', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: '6bd1407b11388727340c5a0e6d2438ea062a25ae', 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: '180cb903946249ffc5a080fa137c8e4055f246d1', 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: '4e5888f0a6335480ee0f32df3844982e355f4e39', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
518
+ })), h("g", { key: '44bbc20fe85f1b822d38d7211912e32a05643539', 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", { class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
578
+ }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '643cd919e8cf04c16298682bf997498aa6ee7446', 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: '84cd5ee2a862b2e0afaba38f81ad299466c6c90a' }, h("div", { key: '8be4374ca4ae407dd6c538994a4236d24196111b', class: "scroll-container" }, this.scrollableTaskList &&
57
- this.taskListScrollWidth > width && (h("div", { dir: "ltr", style: {
56
+ return (h(Fragment, { key: 'f16edb2f34c545b68151e5aff681519cca5e258d' }, h("div", { key: 'c117a88db5a58adcea66e2177bdee97131f49f25', class: "scroll-container" }, this.scrollableTaskList &&
57
+ this.taskListScrollWidth > width && (h("div", { key: '995df8cfdecac65a2872cfef3c42ef7c44ab7484', 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", { style: {
63
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalTaskListScroll }, h("div", { key: 'c391df05f6966e93b1b22e98bc0fbfec19240c45', style: {
64
64
  width: `${this.taskListScrollWidth}px`,
65
- }, class: "scroll" }))), h("div", { key: '703cb38b994d2012c5c8718e144b360d6351eafd', dir: "ltr", style: {
65
+ }, class: "scroll" }))), h("div", { key: '99f5ef26b5fabb99cffd6c5402b39481ef0549d5', 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: '347758c21c87bd6069526f5079acac13e50220f8', style: { width: `${this.svgWidth}px` }, class: "scroll" })))));
69
+ }, class: "scrollWrapper", "data-scrollx": "true", onScroll: this.horizontalScroll }, h("div", { key: '6b2e6f3a46aade41eb750f11e2134941665c0be4', 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: 'ca2bc5b1e398639943fc073b92035b83d304dee1', class: "planner-render" }, h("kup-switcher", { key: '02903e6f1d14536cc3e82e535f98f56761004051', timeUnitChange: (timeUnit) => {
223
+ return (h("div", { key: 'fdbe1fca0a0d4d7b8d95227347a39663ba27732a', class: "planner-render" }, h("kup-switcher", { key: '1988f8198a0219225d14818206767b16070cf919', 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", { style: {
229
+ } }), this.props && (h("div", { key: '94d73f7e94eae2003065d0411a86e363827b44af', 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: '1a1621221e411df713757eae42e028968277e0a5', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
19
+ return (h("div", { key: 'c98387c72f0917709ff4d5328a4bb8a5906b4afd', 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: '70a643ef8eeac75a4860e9f7b267b09fc2e7a44a', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '845ae3e99e6ae05f78af126bf72b6aea0f5c535b', 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: '72cb7c8fc59bf4fef2800d5c73af4be641d7a8bf', ref: (el) => (this.horizontalContainerRef = el), class: "horizontalContainer", style: this.ganttHeight
37
+ return (h("div", { key: 'fc5fb4836229896ca7fb542a515cae776369fb43', class: "ganttVerticalContainer", ref: (el) => (this.verticalGanttContainerRef = el), dir: "ltr" }, h("kup-gantt-calendar", { key: '2fe116a764faad3c8581da78fef33faddb54586f', 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: '39c2a05f39fa141e3d507c606d76bea69d833e05', 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: '4e80893d377f70548b5301f5b00eb928ef60ae91' }, newBarProps)))));
42
+ : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '0042a3728416b71a0b99e3e3dd76e32c2ae11c9c' }, 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: 'fb2ebda78c2213e06581f760793f19a5de8fc5f6', class: "ganttTable", style: {
10
+ return (h("div", { key: 'e62cf2c40cb64ae102b42210f8b26194d3d2e752', class: "ganttTable", style: {
11
11
  fontFamily: this.fontFamily,
12
12
  fontSize: this.fontSize,
13
- } }, h("div", { key: '7d3be11d08ca2682277d0ee5cd5b062daaf238d4', class: "ganttTable_Header", style: {
13
+ } }, h("div", { key: '34b943832704c673a697df58fd2e3f68adfb26ce', class: "ganttTable_Header", style: {
14
14
  height: `${this.headerHeight - 2}px`,
15
- } }, h("div", { key: 'f5f4a2a599dd84a0616b699931823760bb0b07ed', class: "ganttTable_HeaderItem", style: {
15
+ } }, h("div", { key: '6724977ec0cd633d8df663ddf7dbf9b4c307f29b', class: "ganttTable_HeaderItem", style: {
16
16
  minWidth: this.rowWidth,
17
- } }, "\u00A0Name"), h("div", { key: '6c09f131ce232248647bf9f1fc503fdc86cc557b', class: "ganttTable_HeaderSeparator", style: {
17
+ } }, "\u00A0Name"), h("div", { key: 'a1a7df8c601d18735b35dcffa345cf1bc47aaa52', class: "ganttTable_HeaderSeparator", style: {
18
18
  height: `${this.headerHeight * 0.5}px`,
19
19
  marginTop: `${this.headerHeight * 0.2}px`,
20
- } }), h("div", { key: '278d663951a0e5c73e1d365f98aefdddc9344d43', class: "ganttTable_HeaderItem", style: {
20
+ } }), h("div", { key: 'a110ed7869a47a644890ef75785c8461d308b9af', class: "ganttTable_HeaderItem", style: {
21
21
  minWidth: this.rowWidth,
22
- } }, "\u00A0From"), h("div", { key: 'a1ccf08fe5072d3f0fc9faa2e743c054aa6fbc19', class: "ganttTable_HeaderSeparator", style: {
22
+ } }, "\u00A0From"), h("div", { key: '49480b72f1862de018edb8fcf21d2d16c8b46352', class: "ganttTable_HeaderSeparator", style: {
23
23
  height: `${this.headerHeight * 0.5}px`,
24
24
  marginTop: `${this.headerHeight * 0.25}px`,
25
- } }), h("div", { key: '9766eb1cfa74ed6227876d69304b772a9958fdb0', class: "ganttTable_HeaderItem", style: {
25
+ } }), h("div", { key: 'dbc399a56a11ffe44e8589d96342f886f46e7ff5', 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: '185eb1455b2e46d4ef578eaada2abc891458a763', class: "taskListWrapper", style: {
25
+ return (h("div", { key: '2a2795c6467c8202a0c5583f7b773603f7160676', 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: 'cfd1d8efa3a55550e105f5ad084f011dc64e8870', 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: '1279ffece78a182c6ff1facb46bd493a8c74f363', class: `${this.horizontalContainerClass} ${this.scrollableTaskList ? 'horizontalContainerScrollable' : ''}`, style: this.ganttHeight
89
+ return (h("div", { key: 'ff3513de56b517462b67c571c685ab407ff036d2', 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: 'd9e49d671154f6ae94ef5036a42c20a62bcfb6c4', 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: 'c9b5188678b4980a396d82ea533c06ab66559061', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: 'f1597026854513f01c5f40c95ac1b5dee2284f1a', 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", { class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: 'c544fe0f4499f5ef8dbc3cbb0076b9a4addfd5d1', class: "tooltipDefaultContainerParagraph" }, !!this.task.progress && `Progress: ${this.task.progress} %`)));
9
+ return (h("div", { key: '72b602bc73d996807555162f867cb83e03c43293', class: "tooltipDefaultContainer", style: { fontSize: this.fontSize, fontFamily: this.fontFamily } }, h("b", { key: 'a39f5da092317df6f603097d2c8d158e81bb63e0', 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: '5c4e7b47d6e688746e7e8b73e4c7bbacc0f10139', class: "tooltipDefaultContainerParagraph" }, `Duration: ${~~((this.task.end.getTime() - this.task.start.getTime()) / (1000 * 60 * 60 * 24))} day(s)`)), h("p", { key: '846fc3cc93bf61225fa4e3dd46496961f9102de1', 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: '285d804e882396024becfcfb1bbe83f7b92ef1ba', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: '64a79a8e5c79ef4985e289e2e86c9d4c8ef75175', task: this.task, fontSize: this.fontSize, fontFamily: this.fontFamily })));
62
+ return (h("div", { key: '8f4e260e51f5e3bde17fd60721bc44f1fef892f2', class: this.relatedX ? 'tooltipDetailsContainer' : 'tooltipDetailsContainerHidden', style: { left: `${this.relatedX}px`, top: `${this.relatedY}px` } }, h(this.TooltipContent, { key: '425b1784f2407fe3c8afcf3180fd374ae39aa924', 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"; }