@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
@@ -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-20e217c8.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-c974dda6.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-17075562.js';
5
+ import { F as FImage } from './f-image-20e217c8.js';
6
+ import { F as FChipType, a as FChip } from './f-chip-eaf517ff.js';
7
+ import { F as FButton } from './f-button-e63b4537.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-20e217c8.js';
3
+ import { a as KupThemeIconValues, l as KupLanguageGeneric, c as KupThemeColorValues } from './kup-manager-c974dda6.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.
@@ -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-c974dda6.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-e63b4537.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-c974dda6.js';
3
3
 
4
4
  const dom = document.documentElement;
5
5
  /*-------------------------------------------------*/