@sme.up/ketchup 9.6.6-a → 9.6.7

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 (299) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/{f-button-23ec3db5.js → f-button-3cc5c9ba.js} +2 -2
  3. package/dist/cjs/{f-cell-bcc51c0f.js → f-cell-192e5b87.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-be2dddb4.js} +3 -3
  6. package/dist/cjs/{f-image-f3944c01.js → f-image-98e4e61d.js} +33 -10
  7. package/dist/cjs/{f-paginator-utils-60e05759.js → f-paginator-utils-44d07f52.js} +3 -3
  8. package/dist/cjs/{f-text-field-354b6c78.js → f-text-field-1efcecb6.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 +116 -86
  14. package/dist/cjs/kup-box.cjs.entry.js +24 -17
  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 +30 -4
  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 +73 -43
  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-72ad15fe.js} +224 -51
  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/assets/editor.js +3 -2
  44. package/dist/collection/assets/input-panel.js +3864 -260
  45. package/dist/collection/collection-manifest.json +2 -2
  46. package/dist/collection/components/kup-accordion/kup-accordion.js +1 -1
  47. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  48. package/dist/collection/components/kup-badge/kup-badge-declarations.js +7 -0
  49. package/dist/collection/components/kup-badge/kup-badge.css +12 -17
  50. package/dist/collection/components/kup-badge/kup-badge.js +31 -3
  51. package/dist/collection/components/kup-box/kup-box.js +15 -8
  52. package/dist/collection/components/kup-button-list/kup-button-list.js +1 -1
  53. package/dist/collection/components/kup-calendar/kup-calendar.css +3 -0
  54. package/dist/collection/components/kup-calendar/kup-calendar.js +2 -2
  55. package/dist/collection/components/kup-card/kup-card.css +1 -2
  56. package/dist/collection/components/kup-cell/kup-cell.js +1 -1
  57. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  58. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  59. package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
  60. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  61. package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
  62. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  63. package/dist/collection/components/kup-data-table/kup-data-table.js +9 -9
  64. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  65. package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
  66. package/dist/collection/components/kup-drawer/kup-drawer.js +2 -2
  67. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +1 -1
  68. package/dist/collection/components/kup-echart/kup-echart.js +1 -1
  69. package/dist/collection/components/kup-editor/kup-editor-declarations.js +1 -0
  70. package/dist/collection/components/kup-editor/kup-editor.js +56 -2
  71. package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
  72. package/dist/collection/components/kup-form/kup-form.js +2 -2
  73. package/dist/collection/components/kup-image/assets/svg/brescia.svg +6 -0
  74. package/dist/collection/components/kup-image/assets/svg/brusaporto.svg +6 -0
  75. package/dist/collection/components/kup-image/assets/svg/erbusco.svg +6 -0
  76. package/dist/collection/components/kup-image/assets/svg/faenza.svg +6 -0
  77. package/dist/collection/components/kup-image/assets/svg/gallarate.svg +6 -0
  78. package/dist/collection/components/kup-image/assets/svg/imola.svg +6 -0
  79. package/dist/collection/components/kup-image/assets/svg/lecco.svg +6 -0
  80. package/dist/collection/components/kup-image/assets/svg/modena.svg +8 -0
  81. package/dist/collection/components/kup-image/assets/svg/monopoli.svg +6 -0
  82. package/dist/collection/components/kup-image/assets/svg/montichiari.svg +6 -0
  83. package/dist/collection/components/kup-image/assets/svg/nova-milanese.svg +6 -0
  84. package/dist/collection/components/kup-image/assets/svg/osimo.svg +6 -0
  85. package/dist/collection/components/kup-image/assets/svg/padova.svg +6 -0
  86. package/dist/collection/components/kup-image/assets/svg/parma.svg +6 -0
  87. package/dist/collection/components/kup-image/assets/svg/reggio-emilia.svg +6 -0
  88. package/dist/collection/components/kup-image/assets/svg/rivoli.svg +6 -0
  89. package/dist/collection/components/kup-image/assets/svg/roma.svg +6 -0
  90. package/dist/collection/components/kup-image/assets/svg/salo.svg +6 -0
  91. package/dist/collection/components/kup-image/assets/svg/savigliano.svg +6 -0
  92. package/dist/collection/components/kup-image/assets/svg/treviolo.svg +6 -0
  93. package/dist/collection/components/kup-image/assets/svg/udine.svg +6 -0
  94. package/dist/collection/components/kup-image/assets/svg/vercelli.svg +6 -0
  95. package/dist/collection/components/kup-image/assets/svg/vicenza.svg +6 -0
  96. package/dist/collection/components/kup-image/kup-image.js +23 -0
  97. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  98. package/dist/collection/components/kup-input-panel/kup-input-panel.css +12 -0
  99. package/dist/collection/components/kup-input-panel/kup-input-panel.js +65 -35
  100. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  101. package/dist/collection/components/kup-list/kup-list.js +1 -1
  102. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  103. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  104. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  105. package/dist/collection/components/kup-pdf/kup-pdf.js +23 -2
  106. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  107. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  108. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  109. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  110. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  111. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  112. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  113. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  114. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  115. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  116. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  117. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  118. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  119. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  120. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  121. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  122. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  123. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  124. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  125. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  126. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  127. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  128. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  129. package/dist/collection/components/kup-time-picker/kup-time-picker.css +0 -509
  130. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  131. package/dist/collection/components/kup-tree/kup-tree.js +6 -6
  132. package/dist/collection/f-components/f-image/f-image.js +32 -10
  133. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +23 -3
  134. package/dist/components/custom-task-list-header.js +2 -2
  135. package/dist/components/kup-accordion.js +1 -1
  136. package/dist/components/kup-autocomplete2.js +140 -85
  137. package/dist/components/kup-box2.js +15 -8
  138. package/dist/components/kup-calendar.js +3 -3
  139. package/dist/components/kup-cell.js +1 -1
  140. package/dist/components/kup-dashboard.js +1 -1
  141. package/dist/components/kup-drawer.js +2 -2
  142. package/dist/components/kup-echart2.js +1 -1
  143. package/dist/components/kup-editor.js +30 -2
  144. package/dist/components/kup-family-tree.js +2 -2
  145. package/dist/components/kup-gantt-calendar2.js +2 -2
  146. package/dist/components/kup-gantt2.js +2 -2
  147. package/dist/components/kup-grid-renderer2.js +3 -3
  148. package/dist/components/kup-horizontal-scroll2.js +5 -5
  149. package/dist/components/kup-image-list.js +3 -3
  150. package/dist/components/kup-input-panel.js +66 -36
  151. package/dist/components/kup-lazy.js +11 -11
  152. package/dist/components/kup-magic-box.js +3 -3
  153. package/dist/components/kup-manager.js +223 -50
  154. package/dist/components/kup-nav-bar.js +1 -1
  155. package/dist/components/kup-numeric-picker.js +1 -1
  156. package/dist/components/kup-pdf.js +4 -2
  157. package/dist/components/kup-photo-frame.js +2 -2
  158. package/dist/components/kup-planner-renderer2.js +2 -2
  159. package/dist/components/kup-planner.js +1 -1
  160. package/dist/components/kup-probe.js +1 -1
  161. package/dist/components/kup-qlik.js +1 -1
  162. package/dist/components/kup-snackbar.js +1 -1
  163. package/dist/components/kup-standard-tooltip2.js +1 -1
  164. package/dist/components/kup-switcher2.js +1 -1
  165. package/dist/components/kup-task-gantt2.js +2 -2
  166. package/dist/components/kup-task-list-header2.js +7 -7
  167. package/dist/components/kup-task-list-table2.js +1 -1
  168. package/dist/components/kup-task-list2.js +1 -1
  169. package/dist/components/kup-tooltip2.js +1 -1
  170. package/dist/components/kup-vertical-scroll2.js +2 -2
  171. package/dist/esm/app-globals-0f993ce5.js +3 -0
  172. package/dist/esm/{f-button-d6dbcfd6.js → f-button-07a6ea71.js} +2 -2
  173. package/dist/esm/{f-cell-7b41415c.js → f-cell-819033de.js} +7 -7
  174. package/dist/esm/{f-checkbox-ddb6234e.js → f-checkbox-61c142b8.js} +1 -1
  175. package/dist/esm/{f-chip-68d27d7a.js → f-chip-71ce7cab.js} +3 -3
  176. package/dist/esm/{f-image-a67229e5.js → f-image-46787842.js} +33 -10
  177. package/dist/esm/{f-paginator-utils-8773e358.js → f-paginator-utils-a8f895d1.js} +3 -3
  178. package/dist/esm/{f-text-field-d364ffd2.js → f-text-field-52de97f3.js} +2 -2
  179. package/dist/esm/index-95bb3410.js +1345 -0
  180. package/dist/esm/index.js +2 -2
  181. package/dist/esm/ketchup.js +14 -12
  182. package/dist/esm/kup-accordion.entry.js +4 -4
  183. package/dist/esm/kup-autocomplete_27.entry.js +116 -86
  184. package/dist/esm/kup-box.entry.js +24 -17
  185. package/dist/esm/kup-calendar.entry.js +8 -8
  186. package/dist/esm/kup-card-list.entry.js +2 -2
  187. package/dist/esm/kup-cell.entry.js +9 -9
  188. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  189. package/dist/esm/kup-dashboard.entry.js +7 -7
  190. package/dist/esm/kup-drawer.entry.js +4 -4
  191. package/dist/esm/kup-echart.entry.js +3 -3
  192. package/dist/esm/kup-editor.entry.js +30 -4
  193. package/dist/esm/kup-family-tree.entry.js +6 -6
  194. package/dist/esm/kup-gantt_10.entry.js +24 -24
  195. package/dist/esm/kup-grid.entry.js +2 -2
  196. package/dist/esm/kup-iframe.entry.js +2 -2
  197. package/dist/esm/kup-image-list.entry.js +11 -11
  198. package/dist/esm/kup-input-panel.entry.js +73 -43
  199. package/dist/esm/kup-lazy.entry.js +13 -13
  200. package/dist/esm/kup-magic-box.entry.js +6 -6
  201. package/dist/esm/{kup-manager-a316a70e.js → kup-manager-7b151628.js} +224 -51
  202. package/dist/esm/kup-nav-bar.entry.js +3 -3
  203. package/dist/esm/kup-numeric-picker.entry.js +4 -4
  204. package/dist/esm/kup-pdf.entry.js +5 -4
  205. package/dist/esm/kup-photo-frame.entry.js +4 -4
  206. package/dist/esm/kup-planner-renderer.entry.js +3 -3
  207. package/dist/esm/kup-planner.entry.js +4 -4
  208. package/dist/esm/kup-probe.entry.js +3 -3
  209. package/dist/esm/kup-qlik.entry.js +3 -3
  210. package/dist/esm/kup-snackbar.entry.js +5 -5
  211. package/dist/esm/loader.js +6 -4
  212. package/dist/ketchup/assets/svg/brescia.svg +6 -0
  213. package/dist/ketchup/assets/svg/brusaporto.svg +6 -0
  214. package/dist/ketchup/assets/svg/erbusco.svg +6 -0
  215. package/dist/ketchup/assets/svg/faenza.svg +6 -0
  216. package/dist/ketchup/assets/svg/gallarate.svg +6 -0
  217. package/dist/ketchup/assets/svg/imola.svg +6 -0
  218. package/dist/ketchup/assets/svg/lecco.svg +6 -0
  219. package/dist/ketchup/assets/svg/modena.svg +8 -0
  220. package/dist/ketchup/assets/svg/monopoli.svg +6 -0
  221. package/dist/ketchup/assets/svg/montichiari.svg +6 -0
  222. package/dist/ketchup/assets/svg/nova-milanese.svg +6 -0
  223. package/dist/ketchup/assets/svg/osimo.svg +6 -0
  224. package/dist/ketchup/assets/svg/padova.svg +6 -0
  225. package/dist/ketchup/assets/svg/parma.svg +6 -0
  226. package/dist/ketchup/assets/svg/reggio-emilia.svg +6 -0
  227. package/dist/ketchup/assets/svg/rivoli.svg +6 -0
  228. package/dist/ketchup/assets/svg/roma.svg +6 -0
  229. package/dist/ketchup/assets/svg/salo.svg +6 -0
  230. package/dist/ketchup/assets/svg/savigliano.svg +6 -0
  231. package/dist/ketchup/assets/svg/treviolo.svg +6 -0
  232. package/dist/ketchup/assets/svg/udine.svg +6 -0
  233. package/dist/ketchup/assets/svg/vercelli.svg +6 -0
  234. package/dist/ketchup/assets/svg/vicenza.svg +6 -0
  235. package/dist/ketchup/index.esm.js +1 -1
  236. package/dist/ketchup/ketchup.esm.js +1 -1
  237. package/dist/ketchup/p-00a5d02c.js +1 -0
  238. package/dist/ketchup/{p-b3540f83.js → p-0787925c.js} +1 -1
  239. package/dist/ketchup/p-0a64bf2c.entry.js +1 -0
  240. package/dist/ketchup/{p-a06974a3.entry.js → p-1afe847f.entry.js} +1 -1
  241. package/dist/ketchup/{p-2b84db7b.entry.js → p-1f8d3a1e.entry.js} +1 -1
  242. package/dist/ketchup/{p-556f7ddc.entry.js → p-20030845.entry.js} +1 -1
  243. package/dist/ketchup/p-34b51a97.js +28 -0
  244. package/dist/ketchup/{p-339bbeae.js → p-43a89559.js} +1 -1
  245. package/dist/ketchup/p-45bb8683.entry.js +1 -0
  246. package/dist/ketchup/{p-ccb6dbb0.entry.js → p-475429a1.entry.js} +1 -1
  247. package/dist/ketchup/{p-6362738c.entry.js → p-4952eba9.entry.js} +1 -1
  248. package/dist/ketchup/{p-f6c8f006.js → p-537f66c5.js} +1 -1
  249. package/dist/ketchup/{p-c702eb45.entry.js → p-58093828.entry.js} +1 -1
  250. package/dist/ketchup/p-64099f8c.entry.js +9 -0
  251. package/dist/ketchup/p-66ec0b16.entry.js +1 -0
  252. package/dist/ketchup/{p-2ef90f60.entry.js → p-791dfc1a.entry.js} +1 -1
  253. package/dist/ketchup/p-79a8f8f4.entry.js +16 -0
  254. package/dist/ketchup/{p-48e45ac0.entry.js → p-7ce691cd.entry.js} +1 -1
  255. package/dist/ketchup/{p-2932e7e8.entry.js → p-85d44da6.entry.js} +1 -1
  256. package/dist/ketchup/p-9106f511.entry.js +44 -0
  257. package/dist/ketchup/{p-e2bf2bb6.js → p-9d3a0a51.js} +1 -1
  258. package/dist/ketchup/{p-1e028d95.entry.js → p-a323ff1c.entry.js} +1 -1
  259. package/dist/ketchup/p-aa62724a.js +2 -0
  260. package/dist/ketchup/p-abd7696c.entry.js +1 -0
  261. package/dist/ketchup/{p-6961e0ce.entry.js → p-b42a37ae.entry.js} +1 -1
  262. package/dist/ketchup/{p-65e363c6.entry.js → p-b58cc563.entry.js} +1 -1
  263. package/dist/ketchup/p-b8aefc56.entry.js +1 -0
  264. package/dist/ketchup/{p-1bcac01f.entry.js → p-bb1b8aac.entry.js} +1 -1
  265. package/dist/ketchup/{p-dbb6cd8d.entry.js → p-be0070a2.entry.js} +3 -3
  266. package/dist/ketchup/{p-81645576.entry.js → p-cd0f09b3.entry.js} +2 -2
  267. package/dist/ketchup/{p-f79ffe77.entry.js → p-cea71777.entry.js} +1 -1
  268. package/dist/ketchup/{p-1088ab22.entry.js → p-d56677f1.entry.js} +1 -1
  269. package/dist/ketchup/p-e1255160.js +1 -0
  270. package/dist/ketchup/{p-5f7d8c21.entry.js → p-e70ff428.entry.js} +1 -1
  271. package/dist/ketchup/p-ecbd1132.js +1 -0
  272. package/dist/ketchup/{p-074ccd53.entry.js → p-ed99792c.entry.js} +1 -1
  273. package/dist/ketchup/{p-9e2533e1.entry.js → p-f1aa239b.entry.js} +1 -1
  274. package/dist/ketchup/{p-801776bc.js → p-f46c2da6.js} +1 -1
  275. package/dist/types/components/kup-badge/kup-badge-declarations.d.ts +6 -0
  276. package/dist/types/components/kup-badge/kup-badge.d.ts +6 -0
  277. package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
  278. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +2 -0
  279. package/dist/types/components/kup-editor/kup-editor.d.ts +8 -1
  280. package/dist/types/components/kup-image/kup-image.d.ts +5 -0
  281. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +2 -2
  282. package/dist/types/components/kup-pdf/kup-pdf.d.ts +5 -0
  283. package/dist/types/components.d.ts +44 -2
  284. package/dist/types/f-components/f-image/f-image-declarations.d.ts +1 -0
  285. package/package.json +2 -2
  286. package/dist/cjs/index-958d0399.js +0 -2094
  287. package/dist/esm/index-460631fd.js +0 -2061
  288. package/dist/ketchup/p-042e874a.entry.js +0 -1
  289. package/dist/ketchup/p-25058baa.js +0 -1
  290. package/dist/ketchup/p-47040db6.js +0 -2
  291. package/dist/ketchup/p-6921bc81.entry.js +0 -16
  292. package/dist/ketchup/p-7123d2a4.entry.js +0 -1
  293. package/dist/ketchup/p-8d4050ec.js +0 -28
  294. package/dist/ketchup/p-a6beb822.js +0 -1
  295. package/dist/ketchup/p-abe181d0.entry.js +0 -1
  296. package/dist/ketchup/p-d2001dec.entry.js +0 -44
  297. package/dist/ketchup/p-ecc95a21.entry.js +0 -9
  298. package/dist/ketchup/p-fdcfaedd.entry.js +0 -1
  299. package/dist/ketchup/p-fe75ede2.entry.js +0 -1
@@ -239,13 +239,13 @@ const KupPlannerRenderer = /*@__PURE__*/ proxyCustomElement(class KupPlannerRend
239
239
  }
240
240
  render() {
241
241
  var _a, _b, _c;
242
- return (h("div", { key: 'ca2bc5b1e398639943fc073b92035b83d304dee1', class: "planner-render" }, h("kup-switcher", { key: '02903e6f1d14536cc3e82e535f98f56761004051', timeUnitChange: (timeUnit) => {
242
+ return (h("div", { key: 'fdbe1fca0a0d4d7b8d95227347a39663ba27732a', class: "planner-render" }, h("kup-switcher", { key: '1988f8198a0219225d14818206767b16070cf919', timeUnitChange: (timeUnit) => {
243
243
  var _a, _b;
244
244
  (_b = (_a = this.props).onSetViewMode) === null || _b === void 0 ? void 0 : _b.call(_a, timeUnit);
245
245
  this.timeUnit = timeUnit;
246
246
  this.viewDate = undefined;
247
247
  this.scrollX = -1;
248
- } }), this.props && (h("div", { style: {
248
+ } }), this.props && (h("div", { key: '94d73f7e94eae2003065d0411a86e363827b44af', style: {
249
249
  display: 'flex',
250
250
  flexDirection: 'column',
251
251
  } }, 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) => {
@@ -655,7 +655,7 @@ const KupPlanner$1 = /*@__PURE__*/ proxyCustomElement(class KupPlanner extends H
655
655
  if ((_b = this.plannerProps) === null || _b === void 0 ? void 0 : _b.secondaryGantt) {
656
656
  plannerProps.secondaryGantt = Object.assign(Object.assign({}, this.plannerProps.secondaryGantt), { onScrollY: this.handleDetailGanttScrollY.bind(this) });
657
657
  }
658
- 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) => {
658
+ 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) => {
659
659
  if (e.key === 'Enter') {
660
660
  __classPrivateFieldGet(this, _KupPlanner_instances, "m", _KupPlanner_onFilter).call(this, e.target.value);
661
661
  }
@@ -236,7 +236,7 @@ const KupProbe$1 = /*@__PURE__*/ proxyCustomElement(class KupProbe extends HTMLE
236
236
  if (this.features.theme) {
237
237
  customStyle = this.kupManager.theme.setKupStyle(this.rootElement);
238
238
  }
239
- return (h(Host, { key: '71372dfbcfbf66e3f83eda11eca5fddca3402d1c' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: 'a05d5a30011b2e1ede2f6ca1eca593de48aebd06', id: componentWrapperId }, this.content)));
239
+ return (h(Host, { key: '488a4876f902f6a715951129344a1e67895ecb82' }, customStyle ? h("style", null, customStyle) : null, h("div", { key: 'e8f6e1920cdbf41e1f07c1c9edc837db6a950136', id: componentWrapperId }, this.content)));
240
240
  }
241
241
  disconnectedCallback() {
242
242
  if (this.features.language) {
@@ -117,7 +117,7 @@ const KupQlik$1 = /*@__PURE__*/ proxyCustomElement(class KupQlik extends HTMLEle
117
117
  layoutStyle = {
118
118
  ['--lyo_obj-height']: this.defobjsize,
119
119
  };
120
- return (h("div", { key: 'ad3b840b782c155e43d25d46b4fbf3150d0d5296', class: classLayout, style: layoutStyle }, this.divlist));
120
+ return (h("div", { key: '6fdc6e9c6bbf7769ebc291e017f04fe16243d48f', class: classLayout, style: layoutStyle }, this.divlist));
121
121
  }
122
122
  componentDidRender() {
123
123
  if (this.debug) {
@@ -112,7 +112,7 @@ const KupSnackbar$1 = /*@__PURE__*/ proxyCustomElement(class KupSnackbar extends
112
112
  this.kupManager.debug.logRender(this, true);
113
113
  }
114
114
  render() {
115
- return (h(Host, { key: '3e52e4dd0672594bf385bcd44f3ceac7474ebb54', "kup-visible": this.visible }, h("style", { key: '2b6dcba48e84c7ba0ded38c5a86907a1ddb0aed4' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '6843781af0232d8dd65eb23941a2f33a17ec694f', id: componentWrapperId }, h("div", { key: '178a36a80ff89fa6b31af04c372367e0e4427b89', class: snackbarClass }, h("div", { key: '8383fa478dd8a4f35fb9718a83131d26caadb275', 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))));
115
+ return (h(Host, { key: '6f8b75541d8f1ee9a9b45306e5fe6f2eaff3976e', "kup-visible": this.visible }, h("style", { key: '0b271d808477fac43dd20747cfcec59d6c49eaaa' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'f2b3bab994c3cddc5b5811b0c6ab93ebcb1c5680', id: componentWrapperId }, h("div", { key: 'e8d4c7218337ea302f1ef5691d4372ba3acd39b0', class: snackbarClass }, h("div", { key: '66155c694149672acd144bc2b6fbbb2f6a2da5c1', 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))));
116
116
  }
117
117
  disconnectedCallback() {
118
118
  this.kupManager.theme.unregister(this);
@@ -13,7 +13,7 @@ const StandardTooltipContent = /*@__PURE__*/ proxyCustomElement(class StandardTo
13
13
  this.fontFamily = undefined;
14
14
  }
15
15
  render() {
16
- 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} %`)));
16
+ 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} %`)));
17
17
  }
18
18
  static get style() { return KupStandardTooltipStyle0; }
19
19
  }, [1, "kup-standard-tooltip", {
@@ -22,7 +22,7 @@ const KupSwitcher = /*@__PURE__*/ proxyCustomElement(class KupSwitcher extends H
22
22
  this.activeButton = mode;
23
23
  this.timeUnitChange(mode);
24
24
  };
25
- return (h("div", { key: '1a1621221e411df713757eae42e028968277e0a5', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
25
+ return (h("div", { key: 'c98387c72f0917709ff4d5328a4bb8a5906b4afd', class: "switcher" }, this.buttonLabels.map((label) => (h("button", { type: "button", class: {
26
26
  button: true,
27
27
  buttonActive: this.activeButton === label,
28
28
  }, onClick: () => handleButtonClick(label) }, h("span", { class: "label" }, label.charAt(0).toUpperCase() + label.slice(1)))))));
@@ -39,12 +39,12 @@ const TaskGantt = /*@__PURE__*/ proxyCustomElement(class TaskGantt extends HTMLE
39
39
  }
40
40
  render() {
41
41
  const newBarProps = Object.assign(Object.assign({}, this.barProps), { gridProps: this.gridProps, phaseDragScroll: this.phaseDragScroll });
42
- 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
42
+ 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
43
43
  ? {
44
44
  height: `${this.ganttHeight}px`,
45
45
  width: `${this.gridProps.svgWidth}px`,
46
46
  }
47
- : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '4e80893d377f70548b5301f5b00eb928ef60ae91' }, newBarProps)))));
47
+ : { width: `${this.gridProps.svgWidth}px` } }, h("kup-grid-renderer", Object.assign({ key: '0042a3728416b71a0b99e3e3dd76e32c2ae11c9c' }, newBarProps)))));
48
48
  }
49
49
  get rootElement() { return this; }
50
50
  static get watchers() { return {
@@ -13,22 +13,22 @@ const KupTaskListHeader = /*@__PURE__*/ proxyCustomElement(class KupTaskListHead
13
13
  this.rowWidth = undefined;
14
14
  }
15
15
  render() {
16
- return (h("div", { key: 'fb2ebda78c2213e06581f760793f19a5de8fc5f6', class: "ganttTable", style: {
16
+ return (h("div", { key: 'e62cf2c40cb64ae102b42210f8b26194d3d2e752', class: "ganttTable", style: {
17
17
  fontFamily: this.fontFamily,
18
18
  fontSize: this.fontSize,
19
- } }, h("div", { key: '7d3be11d08ca2682277d0ee5cd5b062daaf238d4', class: "ganttTable_Header", style: {
19
+ } }, h("div", { key: '34b943832704c673a697df58fd2e3f68adfb26ce', class: "ganttTable_Header", style: {
20
20
  height: `${this.headerHeight - 2}px`,
21
- } }, h("div", { key: 'f5f4a2a599dd84a0616b699931823760bb0b07ed', class: "ganttTable_HeaderItem", style: {
21
+ } }, h("div", { key: '6724977ec0cd633d8df663ddf7dbf9b4c307f29b', class: "ganttTable_HeaderItem", style: {
22
22
  minWidth: this.rowWidth,
23
- } }, "\u00A0Name"), h("div", { key: '6c09f131ce232248647bf9f1fc503fdc86cc557b', class: "ganttTable_HeaderSeparator", style: {
23
+ } }, "\u00A0Name"), h("div", { key: 'a1a7df8c601d18735b35dcffa345cf1bc47aaa52', class: "ganttTable_HeaderSeparator", style: {
24
24
  height: `${this.headerHeight * 0.5}px`,
25
25
  marginTop: `${this.headerHeight * 0.2}px`,
26
- } }), h("div", { key: '278d663951a0e5c73e1d365f98aefdddc9344d43', class: "ganttTable_HeaderItem", style: {
26
+ } }), h("div", { key: 'a110ed7869a47a644890ef75785c8461d308b9af', class: "ganttTable_HeaderItem", style: {
27
27
  minWidth: this.rowWidth,
28
- } }, "\u00A0From"), h("div", { key: 'a1ccf08fe5072d3f0fc9faa2e743c054aa6fbc19', class: "ganttTable_HeaderSeparator", style: {
28
+ } }, "\u00A0From"), h("div", { key: '49480b72f1862de018edb8fcf21d2d16c8b46352', class: "ganttTable_HeaderSeparator", style: {
29
29
  height: `${this.headerHeight * 0.5}px`,
30
30
  marginTop: `${this.headerHeight * 0.25}px`,
31
- } }), h("div", { key: '9766eb1cfa74ed6227876d69304b772a9958fdb0', class: "ganttTable_HeaderItem", style: {
31
+ } }), h("div", { key: 'dbc399a56a11ffe44e8589d96342f886f46e7ff5', class: "ganttTable_HeaderItem", style: {
32
32
  minWidth: this.rowWidth,
33
33
  } }, "\u00A0To"))));
34
34
  }
@@ -28,7 +28,7 @@ const TaskListTableDefault = /*@__PURE__*/ proxyCustomElement(class TaskListTabl
28
28
  return date.toLocaleDateString(this.locale, this.dateTimeOptions);
29
29
  }
30
30
  render() {
31
- return (h("div", { key: '185eb1455b2e46d4ef578eaada2abc891458a763', class: "taskListWrapper", style: {
31
+ return (h("div", { key: '2a2795c6467c8202a0c5583f7b773603f7160676', class: "taskListWrapper", style: {
32
32
  fontFamily: this.fontFamily,
33
33
  fontSize: this.fontSize,
34
34
  } }, this.tasks.map((task) => (h("div", { class: {
@@ -519,7 +519,7 @@ const TaskList = /*@__PURE__*/ proxyCustomElement(class TaskList extends HTMLEle
519
519
  if (TaskListTable && TaskListTable['$attrs$']) {
520
520
  Object.assign(TaskListTable['$attrs$'], Object.assign({}, tableProps));
521
521
  }
522
- 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
522
+ 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
523
523
  ? { height: this.ganttHeight + 'px' }
524
524
  : {}, ref: (el) => (this.horizontalContainerRef = el) }, TaskListTable && TaskListTable['$attrs$'] ? (TaskListTable) : (h("kup-custom-task-list-table", Object.assign({}, tableProps, { onclickTaskList: (id) => {
525
525
  let row = getProjectById(id, this.currentTasks);
@@ -66,7 +66,7 @@ const Tooltip = /*@__PURE__*/ proxyCustomElement(class Tooltip extends HTMLEleme
66
66
  }
67
67
  }
68
68
  render() {
69
- 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 })));
69
+ 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 })));
70
70
  }
71
71
  get rootElement() { return this; }
72
72
  static get watchers() { return {
@@ -37,11 +37,11 @@ const KupVerticalScroll = /*@__PURE__*/ proxyCustomElement(class KupVerticalScro
37
37
  };
38
38
  }
39
39
  render() {
40
- return (h("div", { key: 'fd24a7eab2da0ee2317a1fde6aa2f052394a0d5b', style: {
40
+ return (h("div", { key: 'ffe19f6288672b370c2ec74fa2ade1c9cb02a341', style: {
41
41
  height: `${this.ganttHeight}px`,
42
42
  marginTop: `${this.headerHeight}px`,
43
43
  marginLeft: this.rtl ? '' : '-1rem',
44
- }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: 'f6d2bacc2f3c5532d33cb148e46394bc9697ece9', style: {
44
+ }, class: "scroll", onScroll: this.verticalScroll, ref: (el) => (this.scrollRef = el) }, h("div", { key: 'f2728ed6d60b2c6399ba2945d15f28fc405625cb', style: {
45
45
  height: `${this.ganttFullHeight}px`,
46
46
  width: '1px',
47
47
  } })));
@@ -0,0 +1,3 @@
1
+ const globalScripts = () => {};
2
+
3
+ export { globalScripts as g };
@@ -1,6 +1,6 @@
1
- import { h } from './index-460631fd.js';
1
+ import { h } from './index-95bb3410.js';
2
2
  import { F as FButtonStyling } from './f-button-declarations-9bdc6f26.js';
3
- import { F as FImage } from './f-image-a67229e5.js';
3
+ import { F as FImage } from './f-image-46787842.js';
4
4
 
5
5
  /*-------------------------------------------------*/
6
6
  /* C o m p o n e n t */
@@ -1,10 +1,10 @@
1
- import { a6 as editableTypes, a7 as kupTypes, c as KupThemeColorValues, a3 as FCellTypes, a8 as KupTagNames, F as FCellShapes, a9 as fullWidthFieldsComps, aa as FCellClasses, ab as autoCenterComps, ac as getCellValueForDisplay, ad as FCellEvents, d as KupDebugCategory } from './kup-manager-a316a70e.js';
2
- import { h, g as getAssetPath } from './index-460631fd.js';
3
- import { F as FCheckbox } from './f-checkbox-ddb6234e.js';
4
- import { F as FTextField } from './f-text-field-d364ffd2.js';
5
- import { F as FImage } from './f-image-a67229e5.js';
6
- import { F as FChipType, a as FChip } from './f-chip-68d27d7a.js';
7
- import { F as FButton } from './f-button-d6dbcfd6.js';
1
+ import { a6 as editableTypes, a7 as kupTypes, c as KupThemeColorValues, a3 as FCellTypes, a8 as KupTagNames, F as FCellShapes, a9 as fullWidthFieldsComps, aa as FCellClasses, ab as autoCenterComps, ac as getCellValueForDisplay, ad as FCellEvents, d as KupDebugCategory } from './kup-manager-7b151628.js';
2
+ import { h, g as getAssetPath } from './index-95bb3410.js';
3
+ import { F as FCheckbox } from './f-checkbox-61c142b8.js';
4
+ import { F as FTextField } from './f-text-field-52de97f3.js';
5
+ import { F as FImage } from './f-image-46787842.js';
6
+ import { F as FChipType, a as FChip } from './f-chip-71ce7cab.js';
7
+ import { F as FButton } from './f-button-07a6ea71.js';
8
8
 
9
9
  /**
10
10
  * Props of the kup-list component.
@@ -1,4 +1,4 @@
1
- import { h } from './index-460631fd.js';
1
+ import { h } from './index-95bb3410.js';
2
2
 
3
3
  /*-------------------------------------------------*/
4
4
  /* C o m p o n e n t */
@@ -1,6 +1,6 @@
1
- import { h } from './index-460631fd.js';
2
- import { F as FImage } from './f-image-a67229e5.js';
3
- import { a as KupThemeIconValues, l as KupLanguageGeneric, c as KupThemeColorValues } from './kup-manager-a316a70e.js';
1
+ import { h } from './index-95bb3410.js';
2
+ import { F as FImage } from './f-image-46787842.js';
3
+ import { a as KupThemeIconValues, l as KupLanguageGeneric, c as KupThemeColorValues } from './kup-manager-7b151628.js';
4
4
 
5
5
  /**
6
6
  * Types of the f-chip component.
@@ -1,4 +1,4 @@
1
- import { h, g as getAssetPath } from './index-460631fd.js';
1
+ import { h, g as getAssetPath } from './index-95bb3410.js';
2
2
 
3
3
  /**
4
4
  * The type of a CSS step in CSS-drawing mode.
@@ -12,6 +12,9 @@ var FImageShape;
12
12
  /*-------------------------------------------------*/
13
13
  /* C o m p o n e n t */
14
14
  /*-------------------------------------------------*/
15
+ let img;
16
+ let placeholder;
17
+ const HIDDEN_CLASS = 'f-image__hidden';
15
18
  const FImage = (props) => {
16
19
  let el;
17
20
  let style;
@@ -30,7 +33,7 @@ const FImage = (props) => {
30
33
  '--kup_image_height': props.sizeY ? props.sizeY : '100%',
31
34
  '--kup_image_width': props.sizeX ? props.sizeX : '100%',
32
35
  };
33
- el = createIcon(props);
36
+ el = createIcon(props.resource, props.color);
34
37
  }
35
38
  }
36
39
  else if (props.data) {
@@ -47,33 +50,53 @@ const FImage = (props) => {
47
50
  }
48
51
  }
49
52
  return (h("div", Object.assign({ class: `f-image ${props.wrapperClass ? props.wrapperClass : ''} ` }, props.dataSet, { id: props.id, style: style, title: props.title, onClick: props.onClick }),
53
+ props.placeholderResource
54
+ ? createIcon(props.placeholderResource, props.color, 'f-image__placeholder ' + HIDDEN_CLASS)
55
+ : undefined,
50
56
  el,
51
57
  ...badgeCollection));
52
58
  };
53
59
  /*-------------------------------------------------*/
54
60
  /* M e t h o d s */
55
61
  /*-------------------------------------------------*/
56
- function createIcon(props) {
62
+ function createIcon(icon, color, iconClass = 'f-image__icon') {
57
63
  const classObj = {
58
- 'f-image__icon': true,
64
+ [iconClass]: true,
59
65
  };
60
66
  const style = {
61
- background: props.color ? props.color : `var(--kup-gray-color-70)`,
67
+ background: color ? color : `var(--kup-gray-color-70)`,
62
68
  };
63
- if (props.resource.indexOf('--kup') > -1) {
64
- let themeIcon = props.resource.replace('--', '');
69
+ if (icon.indexOf('--kup') > -1) {
70
+ let themeIcon = icon.replace('--', '');
65
71
  classObj['kup-icon'] = true;
66
72
  classObj[themeIcon] = true;
67
73
  }
68
74
  else {
69
- const path = getAssetPath(`./assets/svg/${props.resource}.svg`);
75
+ const path = getAssetPath(`./assets/svg/${icon}.svg`);
70
76
  style.mask = `url('${path}') no-repeat center`;
71
77
  style.webkitMask = `url('${path}') no-repeat center`;
72
78
  }
73
- return h("div", { class: classObj, style: style });
79
+ return (h("div", { class: classObj, ref: (el) => {
80
+ if (iconClass.indexOf('placeholder') > 1) {
81
+ placeholder = el;
82
+ }
83
+ }, style: style }));
74
84
  }
75
85
  function createImage(props) {
76
- return h("img", { onLoad: props.onLoad, src: props.resource });
86
+ return (h("img", { class: props.placeholderResource ? HIDDEN_CLASS : '', onLoad: (e) => {
87
+ if (props.onLoad) {
88
+ props.onLoad(e);
89
+ }
90
+ if (placeholder) {
91
+ placeholder.classList.add(HIDDEN_CLASS);
92
+ img.classList.remove(HIDDEN_CLASS);
93
+ }
94
+ }, onError: () => {
95
+ if (placeholder) {
96
+ placeholder.classList.remove(HIDDEN_CLASS);
97
+ img.classList.add(HIDDEN_CLASS);
98
+ }
99
+ }, ref: (el) => (img = el), src: props.resource }));
77
100
  }
78
101
  function createBar(data) {
79
102
  const steps = [];
@@ -1,7 +1,7 @@
1
- import { B as Filters, E as FilterInterval, C as getValueForDisplay, A as getValueForDisplay2, ac as getCellValueForDisplay, u as getColumnByName, w as KupObjects, ae as KupData, af as compareCell, I as TotalMode, $ as SortMode, ag as KupLanguagePage, q as KupLanguageRow, l as KupLanguageGeneric } from './kup-manager-a316a70e.js';
1
+ import { B as Filters, E as FilterInterval, C as getValueForDisplay, A as getValueForDisplay2, ac as getCellValueForDisplay, u as getColumnByName, w as KupObjects, ae as KupData, af as compareCell, I as TotalMode, $ as SortMode, ag as KupLanguagePage, q as KupLanguageRow, l as KupLanguageGeneric } from './kup-manager-7b151628.js';
2
2
  import { K as KupDatesFormats } from './kup-dates-26a56bf7.js';
3
- import { h } from './index-460631fd.js';
4
- import { F as FButton } from './f-button-d6dbcfd6.js';
3
+ import { h } from './index-95bb3410.js';
4
+ import { F as FButton } from './f-button-07a6ea71.js';
5
5
  import { F as FButtonStyling } from './f-button-declarations-9bdc6f26.js';
6
6
 
7
7
  /**
@@ -1,5 +1,5 @@
1
- import { h, g as getAssetPath } from './index-460631fd.js';
2
- import { a as KupThemeIconValues } from './kup-manager-a316a70e.js';
1
+ import { h, g as getAssetPath } from './index-95bb3410.js';
2
+ import { a as KupThemeIconValues } from './kup-manager-7b151628.js';
3
3
 
4
4
  const dom = document.documentElement;
5
5
  /*-------------------------------------------------*/