@sme.up/ketchup 11.0.0-SNAPSHOT-20250204102828 → 11.0.0-SNAPSHOT-20250204113518

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 (288) hide show
  1. package/dist/cjs/{f-cell-f0ab65b9.js → f-cell-bc053135.js} +6 -4
  2. package/dist/cjs/{f-chip-35f8c5a9.js → f-chip-a913f6db.js} +1 -1
  3. package/dist/cjs/{f-object-field-5fc4341f.js → f-object-field-eabecff2.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0c423047.js → f-paginator-utils-de023500.js} +1 -1
  5. package/dist/cjs/{f-text-field-cb62a970.js → f-text-field-8a765845.js} +1 -1
  6. package/dist/cjs/index-e8aa3c73.js +2 -2
  7. package/dist/cjs/index.cjs.js +1 -1
  8. package/dist/cjs/ketchup.cjs.js +1 -1
  9. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  10. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  11. package/dist/cjs/{kup-autocomplete_28.cjs.entry.js → kup-autocomplete_29.cjs.entry.js} +1051 -869
  12. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  13. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  15. package/dist/cjs/kup-cell.cjs.entry.js +12 -7
  16. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  17. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  18. package/dist/cjs/{kup-data-table-helper-675f75cd.js → kup-data-table-helper-1da4e593.js} +1 -1
  19. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-echart.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  24. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  25. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  27. package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
  28. package/dist/cjs/kup-input-panel.cjs.entry.js +8 -8
  29. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  30. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  31. package/dist/cjs/{kup-manager-80148a95.js → kup-manager-3b86b8d0.js} +25 -2
  32. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  34. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  35. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  36. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  37. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  38. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  42. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  43. package/dist/cjs/kup-typography.cjs.entry.js +2 -2
  44. package/dist/cjs/loader.cjs.js +1 -1
  45. package/dist/collection/collection-manifest.json +1 -0
  46. package/dist/collection/components/kup-cell/kup-cell.js +27 -2
  47. package/dist/collection/components/kup-file-upload/kup-file-upload-declarations.js +5 -0
  48. package/dist/collection/components/kup-file-upload/kup-file-upload.css +203 -0
  49. package/dist/collection/components/kup-file-upload/kup-file-upload.js +423 -0
  50. package/dist/collection/components/kup-form/kup-form.js +2 -2
  51. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  52. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  53. package/dist/collection/components/kup-input-panel/kup-input-panel.css +4 -1
  54. package/dist/collection/components/kup-input-panel/kup-input-panel.js +2 -2
  55. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  56. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  57. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  58. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  59. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  60. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  61. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  62. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  63. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  64. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  65. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  66. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  67. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  68. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  69. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  70. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  71. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  72. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  73. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  74. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  75. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  76. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  77. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  78. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  79. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  80. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  81. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  82. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  83. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  84. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  85. package/dist/collection/components/kup-typography/kup-typography.js +1 -1
  86. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  87. package/dist/collection/f-components/f-cell/f-cell-declarations.js +3 -0
  88. package/dist/collection/f-components/f-cell/f-cell.js +2 -0
  89. package/dist/collection/managers/kup-data/kup-data.js +2 -0
  90. package/dist/collection/managers/kup-language/kup-language-declarations.js +9 -0
  91. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +2 -0
  92. package/dist/collection/types/GenericTypes.js +1 -0
  93. package/dist/components/index.js +1 -1
  94. package/dist/components/kup-accordion.js +21 -16
  95. package/dist/components/kup-activity-timeline.js +21 -16
  96. package/dist/components/kup-autocomplete.js +1 -1
  97. package/dist/components/kup-badge.js +1 -1
  98. package/dist/components/kup-box.js +1 -1
  99. package/dist/components/kup-button-list.js +1 -1
  100. package/dist/components/kup-button.js +1 -1
  101. package/dist/components/kup-calendar.js +21 -16
  102. package/dist/components/kup-card-list.js +22 -17
  103. package/dist/components/kup-card.js +1 -1
  104. package/dist/components/kup-cell.js +28 -18
  105. package/dist/components/kup-chart.js +1 -1
  106. package/dist/components/kup-checkbox.js +1 -1
  107. package/dist/components/kup-chip.js +1 -1
  108. package/dist/components/kup-color-picker.js +1 -1
  109. package/dist/components/kup-combobox.js +1 -1
  110. package/dist/components/kup-custom-task-list-header.js +1 -1
  111. package/dist/components/kup-dashboard.js +21 -16
  112. package/dist/components/kup-data-table.js +1 -1
  113. package/dist/components/kup-date-picker.js +1 -1
  114. package/dist/components/kup-dialog.js +1 -1
  115. package/dist/components/kup-drawer.js +21 -16
  116. package/dist/components/kup-dropdown-button.js +1 -1
  117. package/dist/components/kup-echart.js +1 -1
  118. package/dist/components/kup-editor.js +1 -1
  119. package/dist/components/kup-family-tree.js +23 -18
  120. package/dist/components/kup-file-upload.d.ts +11 -0
  121. package/dist/components/kup-file-upload.js +6 -0
  122. package/dist/components/kup-form.js +1 -1
  123. package/dist/components/kup-gantt-calendar.js +1 -1
  124. package/dist/components/kup-gantt.js +1 -1
  125. package/dist/components/kup-gauge.js +1 -1
  126. package/dist/components/kup-grid-renderer.js +1 -1
  127. package/dist/components/kup-grid.js +1 -1
  128. package/dist/components/kup-horizontal-scroll.js +1 -1
  129. package/dist/components/kup-htm.js +22 -17
  130. package/dist/components/kup-iframe.js +21 -16
  131. package/dist/components/kup-image-list.js +24 -19
  132. package/dist/components/kup-image.js +1 -1
  133. package/dist/components/kup-input-panel.js +26 -21
  134. package/dist/components/kup-lazy.js +32 -27
  135. package/dist/components/kup-list.js +1 -1
  136. package/dist/components/kup-magic-box.js +28 -23
  137. package/dist/components/kup-nav-bar.js +22 -17
  138. package/dist/components/kup-numeric-picker.js +22 -17
  139. package/dist/components/kup-object-field.js +22 -17
  140. package/dist/components/kup-pdf.js +22 -17
  141. package/dist/components/kup-planner-renderer.js +1 -1
  142. package/dist/components/kup-planner.js +39 -34
  143. package/dist/components/kup-probe.js +22 -17
  144. package/dist/components/kup-progress-bar.js +1 -1
  145. package/dist/components/kup-qlik.js +22 -17
  146. package/dist/components/kup-radio.js +1 -1
  147. package/dist/components/kup-rating.js +1 -1
  148. package/dist/components/kup-snackbar.js +22 -17
  149. package/dist/components/kup-spinner.js +1 -1
  150. package/dist/components/kup-standard-tooltip.js +1 -1
  151. package/dist/components/kup-switch.js +1 -1
  152. package/dist/components/kup-switcher.js +1 -1
  153. package/dist/components/kup-tab-bar.js +1 -1
  154. package/dist/components/kup-task-gantt.js +1 -1
  155. package/dist/components/kup-task-list-header.js +1 -1
  156. package/dist/components/kup-task-list-table.js +1 -1
  157. package/dist/components/kup-task-list.js +1 -1
  158. package/dist/components/kup-text-field.js +1 -1
  159. package/dist/components/kup-time-picker.js +1 -1
  160. package/dist/components/kup-toolbar.js +1 -1
  161. package/dist/components/kup-tooltip.js +1 -1
  162. package/dist/components/kup-tree.js +1 -1
  163. package/dist/components/kup-txt.js +22 -17
  164. package/dist/components/kup-typography-list.js +22 -17
  165. package/dist/components/kup-typography.js +22 -17
  166. package/dist/components/kup-vertical-scroll.js +1 -1
  167. package/dist/components/{p-a37e6312.js → p-00fe03b5.js} +7 -7
  168. package/dist/components/{p-d9d60a18.js → p-010ce0fe.js} +13 -13
  169. package/dist/components/{p-b57801f3.js → p-22538c02.js} +15 -15
  170. package/dist/components/{p-63ddd73a.js → p-2865ea51.js} +4 -4
  171. package/dist/components/{p-f3104d30.js → p-2a9c2e70.js} +21 -16
  172. package/dist/components/{p-fb9ca494.js → p-443b5e15.js} +1 -1
  173. package/dist/components/{p-74dce0e5.js → p-6924a70f.js} +2 -2
  174. package/dist/components/{p-15078d74.js → p-724d087a.js} +1066 -579
  175. package/dist/components/{p-23d7e632.js → p-7646ccdd.js} +2 -2
  176. package/dist/components/{p-5fa3e60f.js → p-8204c90e.js} +1 -1
  177. package/dist/components/{p-3aff545d.js → p-98aafbf3.js} +26 -3
  178. package/dist/components/{p-00a46ffd.js → p-9906252c.js} +21 -16
  179. package/dist/components/{p-3bde4660.js → p-9e0b916d.js} +1 -1
  180. package/dist/components/{p-52d321c0.js → p-c13f21e5.js} +21 -16
  181. package/dist/components/{p-000af163.js → p-c528b477.js} +5 -5
  182. package/dist/components/{p-1f13e420.js → p-cb58e44a.js} +1 -1
  183. package/dist/components/{p-cd2db6f6.js → p-e4277d58.js} +3 -3
  184. package/dist/components/{p-20771aa1.js → p-ec1762ee.js} +2 -2
  185. package/dist/components/{p-d7931d3a.js → p-ec5a8257.js} +21 -16
  186. package/dist/components/{p-0d3f38e3.js → p-fd8fe6d0.js} +2 -2
  187. package/dist/esm/{f-cell-fa00b8ef.js → f-cell-2b1c1919.js} +6 -4
  188. package/dist/esm/{f-chip-05355daa.js → f-chip-b42af349.js} +1 -1
  189. package/dist/esm/{f-object-field-c9d54642.js → f-object-field-2bfc470c.js} +2 -2
  190. package/dist/esm/{f-paginator-utils-bf93d7d4.js → f-paginator-utils-541bc197.js} +1 -1
  191. package/dist/esm/{f-text-field-b75996bd.js → f-text-field-04f701fb.js} +1 -1
  192. package/dist/esm/index-c9246a86.js +2 -2
  193. package/dist/esm/index.js +1 -1
  194. package/dist/esm/ketchup.js +1 -1
  195. package/dist/esm/kup-accordion.entry.js +1 -1
  196. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  197. package/dist/esm/{kup-autocomplete_28.entry.js → kup-autocomplete_29.entry.js} +1051 -870
  198. package/dist/esm/kup-box.entry.js +7 -7
  199. package/dist/esm/kup-calendar.entry.js +2 -2
  200. package/dist/esm/kup-card-list.entry.js +1 -1
  201. package/dist/esm/kup-cell.entry.js +12 -7
  202. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  203. package/dist/esm/kup-dashboard.entry.js +2 -2
  204. package/dist/esm/{kup-data-table-helper-e3846302.js → kup-data-table-helper-0dbc3495.js} +1 -1
  205. package/dist/esm/kup-drawer.entry.js +1 -1
  206. package/dist/esm/kup-echart.entry.js +1 -1
  207. package/dist/esm/kup-editor.entry.js +1 -1
  208. package/dist/esm/kup-family-tree.entry.js +1 -1
  209. package/dist/esm/kup-gantt_10.entry.js +23 -23
  210. package/dist/esm/kup-grid.entry.js +1 -1
  211. package/dist/esm/kup-htm.entry.js +2 -2
  212. package/dist/esm/kup-iframe.entry.js +1 -1
  213. package/dist/esm/kup-image-list.entry.js +8 -8
  214. package/dist/esm/kup-input-panel.entry.js +8 -8
  215. package/dist/esm/kup-lazy.entry.js +12 -12
  216. package/dist/esm/kup-magic-box.entry.js +4 -4
  217. package/dist/esm/{kup-manager-2d8f4f18.js → kup-manager-89189705.js} +26 -3
  218. package/dist/esm/kup-nav-bar.entry.js +2 -2
  219. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  220. package/dist/esm/kup-object-field.entry.js +4 -4
  221. package/dist/esm/kup-pdf.entry.js +2 -2
  222. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  223. package/dist/esm/kup-planner.entry.js +3 -3
  224. package/dist/esm/kup-probe.entry.js +2 -2
  225. package/dist/esm/kup-qlik.entry.js +2 -2
  226. package/dist/esm/kup-snackbar.entry.js +2 -2
  227. package/dist/esm/kup-txt.entry.js +2 -2
  228. package/dist/esm/kup-typography-list.entry.js +2 -2
  229. package/dist/esm/kup-typography.entry.js +2 -2
  230. package/dist/esm/loader.js +1 -1
  231. package/dist/ketchup/index.esm.js +1 -1
  232. package/dist/ketchup/ketchup.esm.js +1 -1
  233. package/dist/ketchup/{p-36d3870e.entry.js → p-069fe9e1.entry.js} +1 -1
  234. package/dist/ketchup/p-0dd57f34.js +1 -0
  235. package/dist/ketchup/{p-72e25927.entry.js → p-0e644cb7.entry.js} +1 -1
  236. package/dist/ketchup/{p-6b76cc4c.entry.js → p-0ea4179b.entry.js} +1 -1
  237. package/dist/ketchup/{p-fe9db498.js → p-15491541.js} +1 -1
  238. package/dist/ketchup/{p-04915720.js → p-285c28ae.js} +1 -1
  239. package/dist/ketchup/{p-cbe1e4a5.entry.js → p-2e789d5f.entry.js} +1 -1
  240. package/dist/ketchup/{p-960b5246.entry.js → p-43159582.entry.js} +1 -1
  241. package/dist/ketchup/{p-b0f1b21d.entry.js → p-47545e56.entry.js} +1 -1
  242. package/dist/ketchup/{p-4d899ee9.entry.js → p-4b1eb87d.entry.js} +1 -1
  243. package/dist/ketchup/{p-31304076.entry.js → p-4ceb2da3.entry.js} +1 -1
  244. package/dist/ketchup/{p-b75e663b.entry.js → p-54a54f0d.entry.js} +1 -1
  245. package/dist/ketchup/{p-4da163e9.entry.js → p-595f3fd8.entry.js} +1 -1
  246. package/dist/ketchup/{p-6821ce98.entry.js → p-5a015f10.entry.js} +1 -1
  247. package/dist/ketchup/{p-b9dd4ebe.entry.js → p-5a345165.entry.js} +1 -1
  248. package/dist/ketchup/{p-b2cb221e.js → p-5d7a9987.js} +1 -1
  249. package/dist/ketchup/p-605b5c54.entry.js +9 -0
  250. package/dist/ketchup/{p-ed90bf43.entry.js → p-6b11fc72.entry.js} +1 -1
  251. package/dist/ketchup/{p-a74fe69d.entry.js → p-6b771a9b.entry.js} +1 -1
  252. package/dist/ketchup/{p-bb757c4b.entry.js → p-7819480d.entry.js} +1 -1
  253. package/dist/ketchup/p-86f75374.entry.js +1 -0
  254. package/dist/ketchup/{p-66ccba95.entry.js → p-8afe1504.entry.js} +1 -1
  255. package/dist/ketchup/{p-ab8b13ac.entry.js → p-8bc2f0b6.entry.js} +1 -1
  256. package/dist/ketchup/p-98797821.entry.js +1 -0
  257. package/dist/ketchup/{p-a7123dc1.entry.js → p-9f51f081.entry.js} +1 -1
  258. package/dist/ketchup/{p-b84093fc.entry.js → p-a50b3050.entry.js} +1 -1
  259. package/dist/ketchup/{p-a8a3291d.entry.js → p-af7c5f4d.entry.js} +2 -2
  260. package/dist/ketchup/{p-317b3e3a.entry.js → p-b59ba2e0.entry.js} +1 -1
  261. package/dist/ketchup/{p-1d9a31fc.entry.js → p-c1b293a7.entry.js} +1 -1
  262. package/dist/ketchup/{p-bfe12bd6.entry.js → p-ccb2296a.entry.js} +1 -1
  263. package/dist/ketchup/{p-cb88c213.entry.js → p-d1389486.entry.js} +1 -1
  264. package/dist/ketchup/{p-72c85164.entry.js → p-d47f322d.entry.js} +1 -1
  265. package/dist/ketchup/{p-479ef0dc.entry.js → p-dd65ab87.entry.js} +2 -2
  266. package/dist/ketchup/{p-714609da.entry.js → p-e1683cf1.entry.js} +1 -1
  267. package/dist/ketchup/p-e202be52.js +1 -0
  268. package/dist/ketchup/p-e527cae5.entry.js +1 -0
  269. package/dist/ketchup/{p-bdfde4e7.entry.js → p-f0c7071a.entry.js} +1 -1
  270. package/dist/ketchup/p-f51f2af6.js +21 -0
  271. package/dist/ketchup/{p-162a169f.entry.js → p-f5e50e78.entry.js} +1 -1
  272. package/dist/ketchup/p-fc645b13.js +1 -0
  273. package/dist/types/components/kup-cell/kup-cell.d.ts +3 -0
  274. package/dist/types/components/kup-file-upload/kup-file-upload-declarations.d.ts +8 -0
  275. package/dist/types/components/kup-file-upload/kup-file-upload.d.ts +62 -0
  276. package/dist/types/components.d.ts +85 -0
  277. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +2 -0
  278. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +10 -2
  279. package/dist/types/types/GenericTypes.d.ts +2 -1
  280. package/package.json +1 -1
  281. package/dist/ketchup/p-0f25c7c6.js +0 -21
  282. package/dist/ketchup/p-3d927559.entry.js +0 -1
  283. package/dist/ketchup/p-51d6eb71.js +0 -1
  284. package/dist/ketchup/p-64e7493c.js +0 -1
  285. package/dist/ketchup/p-7fff3f5f.entry.js +0 -1
  286. package/dist/ketchup/p-c7caa9ab.entry.js +0 -1
  287. package/dist/ketchup/p-d27a5f1f.js +0 -1
  288. package/dist/ketchup/p-de8b7f56.entry.js +0 -9
@@ -0,0 +1,423 @@
1
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
2
+ if (kind === "a" && !f)
3
+ throw new TypeError("Private accessor was defined without a getter");
4
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
5
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
6
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
7
+ };
8
+ var _KupFileUpload_instances, _KupFileUpload_kupManager, _KupFileUpload_previewMap, _KupFileUpload_handleClick, _KupFileUpload_handleFileChange, _KupFileUpload_handleFileRemove, _KupFileUpload_handleDrop, _KupFileUpload_handleCancel, _KupFileUpload_getPreview, _KupFileUpload_trimFileName, _KupFileUpload_uploadClick;
9
+ import { forceUpdate, Host, h, } from "@stencil/core";
10
+ import { kupManagerInstance } from "../../managers/kup-manager/kup-manager";
11
+ import { getProps, setProps } from "../../utils/utils";
12
+ import { KupFileUploadProps, } from "./kup-file-upload-declarations";
13
+ import { componentWrapperId } from "../../variables/GenericVariables";
14
+ import { FButton } from "../../f-components/f-button/f-button";
15
+ import { KupLanguageGeneric, KupLanguageUpload, } from "../../managers/kup-language/kup-language-declarations";
16
+ import { FButtonStyling } from "../../f-components/f-button/f-button-declarations";
17
+ import { FImage } from "../../f-components/f-image/f-image";
18
+ export class KupFileUpload {
19
+ constructor() {
20
+ _KupFileUpload_instances.add(this);
21
+ //#endregion
22
+ //#region VARIABLES
23
+ /*-------------------------------------------------*/
24
+ /* I n t e r n a l V a r i a b l e s */
25
+ /*-------------------------------------------------*/
26
+ _KupFileUpload_kupManager.set(this, kupManagerInstance());
27
+ _KupFileUpload_previewMap.set(this, new Map([
28
+ ['application/pdf', 'file-pdf'],
29
+ ['application/vnd.ms-excel', 'file-excel'],
30
+ [
31
+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
32
+ 'file-excel',
33
+ ],
34
+ ['application/msword', 'file-word'],
35
+ [
36
+ 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
37
+ 'file-word',
38
+ ],
39
+ ]));
40
+ this.customStyle = '';
41
+ this.data = null;
42
+ this.inputRef = undefined;
43
+ this.files = [];
44
+ this.uploadSuccess = false;
45
+ this.showSpinner = false;
46
+ }
47
+ //#endregion
48
+ //#region WATCHERS
49
+ /*-------------------------------------------------*/
50
+ /* W a t c h e r s */
51
+ /*-------------------------------------------------*/
52
+ onDataChanged() { }
53
+ //#endregion
54
+ //#region PUBLIC METHODS
55
+ /*-------------------------------------------------*/
56
+ /* P u b l i c M e t h o d s */
57
+ /*-------------------------------------------------*/
58
+ /**
59
+ * Used to retrieve component's props values.
60
+ * @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
61
+ * @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
62
+ */
63
+ async getProps(descriptions) {
64
+ return getProps(this, KupFileUploadProps, descriptions);
65
+ }
66
+ /**
67
+ * This method is used to trigger a new render of the component.
68
+ */
69
+ async refresh() {
70
+ forceUpdate(this);
71
+ }
72
+ /**
73
+ * Sets the props to the component.
74
+ * @param {GenericObject} props - Object containing props that will be set to the component.
75
+ */
76
+ async setProps(props) {
77
+ setProps(this, KupFileUploadProps, props);
78
+ }
79
+ /**
80
+ * Sets upload has been successfull to show success message.
81
+ * @param {boolean} success - Boolean to set if upload has been successfull.
82
+ */
83
+ async setSuccess(success) {
84
+ this.setLoading(false);
85
+ if (success) {
86
+ __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_handleCancel).call(this);
87
+ this.uploadSuccess = success;
88
+ }
89
+ }
90
+ /**
91
+ * Sets to show spinner during upload.
92
+ * @param {boolean} loading - Boolean to set if is loading.
93
+ */
94
+ async setLoading(loading) {
95
+ this.showSpinner = loading;
96
+ }
97
+ //#endregion
98
+ //#region LIFECYCLE HOOKS
99
+ /*-------------------------------------------------*/
100
+ /* L i f e c y c l e H o o k s */
101
+ /*-------------------------------------------------*/
102
+ componentWillLoad() {
103
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").debug.logLoad(this, false);
104
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").language.register(this);
105
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").theme.register(this);
106
+ }
107
+ componentDidLoad() {
108
+ this.kupReady.emit({ comp: this, id: this.rootElement.id });
109
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").debug.logLoad(this, true);
110
+ }
111
+ componentWillRender() {
112
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").debug.logRender(this, false);
113
+ }
114
+ componentDidRender() {
115
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").debug.logRender(this, true);
116
+ }
117
+ render() {
118
+ return (h(Host, { key: 'fe4bf368d35a09d537000b666c22b8a796e841d8' }, h("style", { key: '7f795ecba5c7187f2752051561545a27fdb4eb76' }, __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '6f998101815936c02246f56816f03e9d43c3ce8d', id: componentWrapperId }, h("div", { key: 'aa518134c9ae9a1a3645e811c75b39da73c544b3', class: {
119
+ 'file-upload': true,
120
+ 'file-upload-spinner': this.showSpinner,
121
+ }, onDrop: __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_handleDrop).bind(this), onDragOver: (event) => event.preventDefault() }, h("input", { key: 'ed848e17a8e40fec4b5c119a316ab5a6c09c9085', type: "file", ref: (el) => (this.inputRef = el), onChange: __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_handleFileChange).bind(this), multiple: true, hidden: true }), h("div", { key: 'c713ff2f83975080221437cca9ead4534dd4ef9b', class: "file-upload__buttons" }, h(FButton, { key: 'bad9df6fe8d6f45fc414b3c25559333e887d3273', icon: "upload", label: __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.CHOOSE), onClick: __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_handleClick).bind(this) }), h(FButton, { key: '3966f24556bce210cc2e84b0b34153ff7feb182c', icon: "save", disabled: !this.files.length, label: __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.UPLOAD), onClick: __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_uploadClick).bind(this), styling: FButtonStyling.FLAT }), h(FButton, { key: '4c538a64d604496d0d65a1c9dc3bb88ddc92df19', icon: "clear", disabled: !this.files.length, label: __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageGeneric.ABORT), onClick: __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_handleCancel).bind(this), styling: FButtonStyling.FLAT })), this.uploadSuccess ? (h("span", null, __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").language.translate(KupLanguageUpload.SUCCESS))) : (h("div", { class: "file-upload__list" }, this.files.map((file, i) => (h("div", { class: "file-upload__list__item" }, h("div", { class: "file-upload__list__item__preview" }, h(FImage, { resource: __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_getPreview).call(this, file) })), h("span", { class: "file-upload__list__item__desc", title: file.name }, __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_trimFileName).call(this, file.name)), h("span", { class: "file-upload__list__item__clear", onClick: __classPrivateFieldGet(this, _KupFileUpload_instances, "m", _KupFileUpload_handleFileRemove).bind(this, i) })))))), this.showSpinner && (h("div", { key: '54782b7a4ceb1a4626255256d4832ed24be43e36', class: "file-upload__spinner-container" }, h("kup-spinner", { key: '7da8a612be8f0a9a01e96308c7492650677f7b55', active: true, layout: 14, dimensions: "7px" })))))));
122
+ }
123
+ disconnectedCallback() {
124
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").language.unregister(this);
125
+ __classPrivateFieldGet(this, _KupFileUpload_kupManager, "f").theme.unregister(this);
126
+ }
127
+ static get is() { return "kup-file-upload"; }
128
+ static get encapsulation() { return "shadow"; }
129
+ static get originalStyleUrls() {
130
+ return {
131
+ "$": ["kup-file-upload.scss"]
132
+ };
133
+ }
134
+ static get styleUrls() {
135
+ return {
136
+ "$": ["kup-file-upload.css"]
137
+ };
138
+ }
139
+ static get properties() {
140
+ return {
141
+ "customStyle": {
142
+ "type": "string",
143
+ "mutable": false,
144
+ "complexType": {
145
+ "original": "string",
146
+ "resolved": "string",
147
+ "references": {}
148
+ },
149
+ "required": false,
150
+ "optional": false,
151
+ "docs": {
152
+ "tags": [{
153
+ "name": "default",
154
+ "text": "\"\""
155
+ }, {
156
+ "name": "see",
157
+ "text": "https://smeup.github.io/ketchup/#/customization"
158
+ }],
159
+ "text": "Custom style of the component."
160
+ },
161
+ "attribute": "custom-style",
162
+ "reflect": false,
163
+ "defaultValue": "''"
164
+ },
165
+ "data": {
166
+ "type": "any",
167
+ "mutable": false,
168
+ "complexType": {
169
+ "original": "any",
170
+ "resolved": "any",
171
+ "references": {}
172
+ },
173
+ "required": false,
174
+ "optional": false,
175
+ "docs": {
176
+ "tags": [{
177
+ "name": "default",
178
+ "text": "null"
179
+ }],
180
+ "text": "Actual data of the input field."
181
+ },
182
+ "attribute": "data",
183
+ "reflect": false,
184
+ "defaultValue": "null"
185
+ }
186
+ };
187
+ }
188
+ static get states() {
189
+ return {
190
+ "inputRef": {},
191
+ "files": {},
192
+ "uploadSuccess": {},
193
+ "showSpinner": {}
194
+ };
195
+ }
196
+ static get events() {
197
+ return [{
198
+ "method": "kupReady",
199
+ "name": "kup-file-upload-ready",
200
+ "bubbles": true,
201
+ "cancelable": false,
202
+ "composed": true,
203
+ "docs": {
204
+ "tags": [],
205
+ "text": "When component load is complete"
206
+ },
207
+ "complexType": {
208
+ "original": "KupEventPayload",
209
+ "resolved": "KupEventPayload",
210
+ "references": {
211
+ "KupEventPayload": {
212
+ "location": "import",
213
+ "path": "../../types/GenericTypes",
214
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
215
+ }
216
+ }
217
+ }
218
+ }, {
219
+ "method": "kupUpload",
220
+ "name": "kup-file-upload-upload",
221
+ "bubbles": true,
222
+ "cancelable": false,
223
+ "composed": true,
224
+ "docs": {
225
+ "tags": [],
226
+ "text": ""
227
+ },
228
+ "complexType": {
229
+ "original": "KupFileUploadEventPayload",
230
+ "resolved": "KupFileUploadEventPayload",
231
+ "references": {
232
+ "KupFileUploadEventPayload": {
233
+ "location": "import",
234
+ "path": "./kup-file-upload-declarations",
235
+ "id": "src/components/kup-file-upload/kup-file-upload-declarations.ts::KupFileUploadEventPayload"
236
+ }
237
+ }
238
+ }
239
+ }];
240
+ }
241
+ static get methods() {
242
+ return {
243
+ "getProps": {
244
+ "complexType": {
245
+ "signature": "(descriptions?: boolean) => Promise<GenericObject>",
246
+ "parameters": [{
247
+ "name": "descriptions",
248
+ "type": "boolean",
249
+ "docs": "- When provided and true, the result will be the list of props with their description."
250
+ }],
251
+ "references": {
252
+ "Promise": {
253
+ "location": "global",
254
+ "id": "global::Promise"
255
+ },
256
+ "GenericObject": {
257
+ "location": "import",
258
+ "path": "../../types/GenericTypes",
259
+ "id": "src/types/GenericTypes.ts::GenericObject"
260
+ }
261
+ },
262
+ "return": "Promise<GenericObject>"
263
+ },
264
+ "docs": {
265
+ "text": "Used to retrieve component's props values.",
266
+ "tags": [{
267
+ "name": "param",
268
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
269
+ }, {
270
+ "name": "returns",
271
+ "text": "List of props as object, each key will be a prop."
272
+ }]
273
+ }
274
+ },
275
+ "refresh": {
276
+ "complexType": {
277
+ "signature": "() => Promise<void>",
278
+ "parameters": [],
279
+ "references": {
280
+ "Promise": {
281
+ "location": "global",
282
+ "id": "global::Promise"
283
+ }
284
+ },
285
+ "return": "Promise<void>"
286
+ },
287
+ "docs": {
288
+ "text": "This method is used to trigger a new render of the component.",
289
+ "tags": []
290
+ }
291
+ },
292
+ "setProps": {
293
+ "complexType": {
294
+ "signature": "(props: GenericObject) => Promise<void>",
295
+ "parameters": [{
296
+ "name": "props",
297
+ "type": "GenericObject",
298
+ "docs": "- Object containing props that will be set to the component."
299
+ }],
300
+ "references": {
301
+ "Promise": {
302
+ "location": "global",
303
+ "id": "global::Promise"
304
+ },
305
+ "GenericObject": {
306
+ "location": "import",
307
+ "path": "../../types/GenericTypes",
308
+ "id": "src/types/GenericTypes.ts::GenericObject"
309
+ }
310
+ },
311
+ "return": "Promise<void>"
312
+ },
313
+ "docs": {
314
+ "text": "Sets the props to the component.",
315
+ "tags": [{
316
+ "name": "param",
317
+ "text": "props - Object containing props that will be set to the component."
318
+ }]
319
+ }
320
+ },
321
+ "setSuccess": {
322
+ "complexType": {
323
+ "signature": "(success: boolean) => Promise<void>",
324
+ "parameters": [{
325
+ "name": "success",
326
+ "type": "boolean",
327
+ "docs": "- Boolean to set if upload has been successfull."
328
+ }],
329
+ "references": {
330
+ "Promise": {
331
+ "location": "global",
332
+ "id": "global::Promise"
333
+ }
334
+ },
335
+ "return": "Promise<void>"
336
+ },
337
+ "docs": {
338
+ "text": "Sets upload has been successfull to show success message.",
339
+ "tags": [{
340
+ "name": "param",
341
+ "text": "success - Boolean to set if upload has been successfull."
342
+ }]
343
+ }
344
+ },
345
+ "setLoading": {
346
+ "complexType": {
347
+ "signature": "(loading: boolean) => Promise<void>",
348
+ "parameters": [{
349
+ "name": "loading",
350
+ "type": "boolean",
351
+ "docs": "- Boolean to set if is loading."
352
+ }],
353
+ "references": {
354
+ "Promise": {
355
+ "location": "global",
356
+ "id": "global::Promise"
357
+ }
358
+ },
359
+ "return": "Promise<void>"
360
+ },
361
+ "docs": {
362
+ "text": "Sets to show spinner during upload.",
363
+ "tags": [{
364
+ "name": "param",
365
+ "text": "loading - Boolean to set if is loading."
366
+ }]
367
+ }
368
+ }
369
+ };
370
+ }
371
+ static get elementRef() { return "rootElement"; }
372
+ static get watchers() {
373
+ return [{
374
+ "propName": "data",
375
+ "methodName": "onDataChanged"
376
+ }];
377
+ }
378
+ }
379
+ _KupFileUpload_kupManager = new WeakMap(), _KupFileUpload_previewMap = new WeakMap(), _KupFileUpload_instances = new WeakSet(), _KupFileUpload_handleClick = function _KupFileUpload_handleClick() {
380
+ this.inputRef.click();
381
+ }, _KupFileUpload_handleFileChange = function _KupFileUpload_handleFileChange(event) {
382
+ this.uploadSuccess = false;
383
+ const newFiles = Array.from(event.target.files);
384
+ this.files = [...this.files, ...newFiles];
385
+ }, _KupFileUpload_handleFileRemove = function _KupFileUpload_handleFileRemove(index) {
386
+ this.files = [
387
+ ...this.files.splice(0, index),
388
+ ...this.files.splice(index + 1),
389
+ ];
390
+ }, _KupFileUpload_handleDrop = function _KupFileUpload_handleDrop(event) {
391
+ event.preventDefault();
392
+ const droppedFiles = event.dataTransfer.files;
393
+ if (droppedFiles.length > 0) {
394
+ const newFiles = Array.from(droppedFiles);
395
+ this.files = [...this.files, ...newFiles];
396
+ }
397
+ }, _KupFileUpload_handleCancel = function _KupFileUpload_handleCancel() {
398
+ this.files = [];
399
+ }, _KupFileUpload_getPreview = function _KupFileUpload_getPreview(file) {
400
+ const previewIcon = __classPrivateFieldGet(this, _KupFileUpload_previewMap, "f").get(file.type);
401
+ if (!previewIcon) {
402
+ if (/^image\/.*/g.test(file.type)) {
403
+ return URL.createObjectURL(file);
404
+ }
405
+ if (/^video\/.*/g.test(file.type)) {
406
+ return 'video';
407
+ }
408
+ return 'file';
409
+ }
410
+ return previewIcon;
411
+ }, _KupFileUpload_trimFileName = function _KupFileUpload_trimFileName(fileName) {
412
+ return (fileName === null || fileName === void 0 ? void 0 : fileName.length) > 20
413
+ ? fileName.slice(0, 9) + '...' + fileName.slice(-10)
414
+ : fileName;
415
+ }, _KupFileUpload_uploadClick = function _KupFileUpload_uploadClick(e) {
416
+ e.stopPropagation();
417
+ this.kupUpload.emit({
418
+ comp: this,
419
+ id: this.rootElement.id,
420
+ files: this.files,
421
+ });
422
+ this.setLoading(true);
423
+ };
@@ -408,7 +408,7 @@ export class KupForm {
408
408
  render() {
409
409
  let formContent = null;
410
410
  if (this.data.rows.length === 0) {
411
- formContent = (h("p", { key: '4b4c768ddde3a3e5b716aa6c78f19d124fe472ff' }, this.kupManager.language.translate(KupLanguageGeneric.EMPTY_DATA)));
411
+ formContent = (h("p", { key: 'f749de74f0497b4be1fb554de9e3c9cb1464f16d' }, this.kupManager.language.translate(KupLanguageGeneric.EMPTY_DATA)));
412
412
  }
413
413
  else {
414
414
  const rows = this.data.rows;
@@ -419,7 +419,7 @@ export class KupForm {
419
419
  formContent.push(this.renderRow(rows[cnt++]));
420
420
  }
421
421
  }
422
- return (h(Host, { key: 'fef68da43868f5b70c76102cc08fc53557b0feb8' }, h("style", { key: 'c8265a9f9c5a9bce97c8c2bbf64d3d7cbf1f57ee' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'de6c69d454396ebf0e82b5de27c7541132038eeb', id: componentWrapperId }, formContent)));
422
+ return (h(Host, { key: 'f32e3c7318dd06b37dda2c66fc35188671fd5c2b' }, h("style", { key: 'bda0f827c81efc66666670b3da38b699921855cf' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '07ba4ba3f36154ee5457b340993f3fd54b202b30', id: componentWrapperId }, formContent)));
423
423
  }
424
424
  disconnectedCallback() {
425
425
  this.kupManager.language.unregister(this);
@@ -69,7 +69,7 @@ export class KupHTM {
69
69
  render() {
70
70
  var _a;
71
71
  const isLink = __classPrivateFieldGet(this, _KupHTM_instances, "m", _KupHTM_isObjectCompatibleWithHTM).call(this, (_a = this === null || this === void 0 ? void 0 : this.data) === null || _a === void 0 ? void 0 : _a.obj);
72
- return (h(Host, { key: '73403ca7422134a04fa540de2381edc011503742' }, h("style", { key: 'ff8016a1eaa68b3fcd9ae52927916f78d2261e42' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '23c2612c34016052a445fdeda9162579a3e0580e', id: componentWrapperId }, h("div", { key: '62eb97d3917e7793ec633763025e50ca79f0141b', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (h(Fragment, null, h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(KupLanguageGeneric.OPEN_IN_NEW_TAB)), h("iframe", { src: this.data.value, frameBorder: "0" }))) : (h("div", { innerHTML: this.data.value }))))));
72
+ return (h(Host, { key: '128d8986f162aa072d5b81db7f3f070115b19fa0' }, h("style", { key: 'aa84ccbba625c205995fddf63dd0af6da98c1fc5' }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '800b7ab6281db49fefe696b606eef763c7314d4d', id: componentWrapperId }, h("div", { key: '56e9a84d1ad20f5717d5192f1181e131208757e3', class: `kup-htm ${isLink ? 'is-link' : ''}` }, isLink ? (h(Fragment, null, h("a", { href: this.data.value, target: "_blank", rel: "noopener noreferrer" }, __classPrivateFieldGet(this, _KupHTM_kupManager, "f").language.translate(KupLanguageGeneric.OPEN_IN_NEW_TAB)), h("iframe", { src: this.data.value, frameBorder: "0" }))) : (h("div", { innerHTML: this.data.value }))))));
73
73
  }
74
74
  disconnectedCallback() {
75
75
  __classPrivateFieldGet(this, _KupHTM_kupManager, "f").theme.unregister(this);
@@ -204,14 +204,14 @@ export class KupImageList {
204
204
  }
205
205
  const imlClass = 'image-list' +
206
206
  (this.showFullDescription ? ' full-description' : '');
207
- return (h(Host, { key: '93d70ec190a26a673d981de28090a9b5e28a65e7' }, h("style", { key: '8406886a536984f47d67b898edfc92a249fe2f10' }, __classPrivateFieldGet(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'e87fb1b818912e4a453fe245742a5f8e922ae304', id: componentWrapperId, ref: (el) => {
207
+ return (h(Host, { key: '35d589835d3ca78cf53bf059854faeea30efbc62' }, h("style", { key: '532694ef590fd4cb34182b21bef85477a44cd848' }, __classPrivateFieldGet(this, _KupImageList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'bc337ab92bfc3c021aa218693cfb5d329b1650a3', id: componentWrapperId, ref: (el) => {
208
208
  __classPrivateFieldSet(this, _KupImageList_el, el, "f");
209
- } }, h("div", { key: 'f2715bba9335adabc8b22d714318f9535a21b665', class: "navigation-bar" }, hasNavigation ? (h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
209
+ } }, h("div", { key: 'd5040fd4cfcc78cc1604d8f34979379e2dfc003b', class: "navigation-bar" }, hasNavigation ? (h("div", { class: `navigation-bar__wrapper ${this.navigationBarToggled
210
210
  ? 'navigation-bar__wrapper--active'
211
211
  : ''}` }, h("div", { class: `navigation-bar__title`, onClick: () => {
212
212
  this.navigationBarToggled =
213
213
  !this.navigationBarToggled;
214
- } }, h(FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, 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: '12a9125e7010fa1a48460113e1f8f71d315b680a', class: imlClass, style: combinedGridStyle }, ...__classPrivateFieldGet(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
214
+ } }, h(FImage, { fit: true, resource: this.currentNode.icon, placeholderResource: this.currentNode.placeholderIcon, 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: '296dbe1d4afbcf96e9a2465757051944a132ba96', class: imlClass, style: combinedGridStyle }, ...__classPrivateFieldGet(this, _KupImageList_instances, "m", _KupImageList_createList).call(this)))));
215
215
  }
216
216
  disconnectedCallback() {
217
217
  __classPrivateFieldGet(this, _KupImageList_kupManager, "f").interact.unregister(__classPrivateFieldGet(this, _KupImageList_interactableTouch, "f"));
@@ -164,7 +164,10 @@
164
164
  --kup_input_panel_label_alignment: var(--kup-input-panel-label-alignment);
165
165
  --kup_input_panel_label_width: var(--kup-input-panel-label-width);
166
166
  --kup_input_panel_padding: var(--kup-input-panel-padding, 1em 0);
167
- --kup_input_panel_padding--inline: var(--kup-input-panel-padding--inline, 0);
167
+ --kup_input_panel_padding--inline: var(
168
+ --kup-input-panel-padding--inline,
169
+ 1em 0
170
+ );
168
171
  --kup_input_panel_absolute_max_height: var(
169
172
  --kup-input-panel-absolute-max-height,
170
173
  /* 716px comes from the maximum number of lines (32) multiplied by the default height per line (22px) plus 12px for the possibility that the scrollbar will be rendered */
@@ -202,7 +202,7 @@ export class KupInputPanel {
202
202
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
203
203
  ]
204
204
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
205
- return (h(Host, { key: '54cdc2d3d3fc0f6b56389cb87ffc52b769549847', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
205
+ return (h(Host, { key: '653d14985eabf32f57ac32a7445cf0d16ec0c86f', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
206
206
  this.tabSelected = e.detail.node.id;
207
207
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK), "onKup-objectfield-searchpayload": (e) => {
208
208
  this.kupInputPanelObjectFieldSearchPayload.emit(e.detail);
@@ -210,7 +210,7 @@ export class KupInputPanel {
210
210
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
211
211
  }, "onKup-objectfield-selectedmenuitem": (e) => {
212
212
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
213
- } }, h("style", { key: '88f620f535c023988dc495b8dfa0107763510d52' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '0e0290905bfb285e23e60917457c2b7600bec2c8', id: componentWrapperId }, inputPanelContent)));
213
+ } }, h("style", { key: 'db617093a875cef47297121f4670d78fd6d0d361' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5a8fe399355ca35012db8ef368e3ad3490cf48d4', id: componentWrapperId }, inputPanelContent)));
214
214
  }
215
215
  disconnectedCallback() {
216
216
  __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: 'fb2b8362e3dc1b12b70f15e99928a57d7b12fedf', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '436f390f7b97422e6748b2a7759d592f44c506dc', 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: '8802574ba1d79ac1e274790bdf8686015476b2ad', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'c3d51c252fdf77cecf888da91a901c48d08fd69c', 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: 'f3c05242075e730bc7105c53bd62b18aecf5ec3d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'a2eee16a6ace543cac444d960a62b59a086eb744', 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: '4a1d1532c15748b95b0584f5d004bf5804417bc2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '20e5ab4bd0690a0599a28e05b355a405e07f7cad', 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: 'f6716e9ce1594db32cc40769a2670f5eaab944ec', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '7a5d24b382c912f86930086ea47d5352f7d268c0', 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: '99d255a35e9890c805abb2994b6174223184cfd0', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '513cf3606dfd9bde023162e079dee3cf54304084', 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: '282e8485c65d6c90cc6742fab3ea8826eeb3579a', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'ff9a9420e091b9f5ccf64c2a248715445a3ea89b', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
123
+ resource = (h("svg", { key: '842f850f0b3532fd388a8e1ebf48c11161d95561', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'b2e747170adf5dbe81a80a7a4ccc4df71abe776d', d: "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })));
124
124
  break;
125
125
  case 'kup-data-table':
126
126
  //table-large.svg
127
- resource = (h("svg", { key: 'eaffa11808d13d6a30fff31bea6530830f69d88f', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: 'c0eac37b259ccaa3176fb122208202dc8885de85', 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: '252aee5d61964d1580283ae5edb5fb8064f3d668', xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: "100%", height: "100%", viewBox: "0 0 24 24" }, h("path", { key: '876b7590622878f40fe3ee89aa880d187a69cb91', 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: '0fc683ca7735ac9d5f48d9c1350d67549444a37e', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'dc800aa000585a00f390e3e92f9456af2c83b121', 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: 'a43007f243ee6855d8ae9b7ff517d471e37164d8', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '7f6654a6ddabef4701471ddd4c49c4eef87cc20f', 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: '6703f804c86f98915b6fca8d561b79e818480ee0', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '5b473c7582738c69b3e693b653eb8e83f0a5bd7d', 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: '23dfbe528bbea80630394aaa91f09dd687cecb9d', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '0615b03884b85a2e1215d3a25bfe225f43f0c84e', 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: 'b5020673fe0d60ddcb887878d027f9be1a04f611', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'ca7c15a6029ffb8468db47603eae20f8db8eaa54', 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: '9614fc7450e6a432fb6645911a0ee3739c3bdba1', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: 'd3d77ee72693ca34d75bb90a020c0904d8345897', 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: '6e916204ad921b9387a2da59225277a12bdfee97', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '2397c3c58a7ac2ddfe1c4d95680c805b410a1cda', 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: '7e9e25c82c6a968df1e34d6404a5b6a26208a1d2', xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 48 48" }, h("path", { key: '3355655ef7a1bd635fd287bd72124fc409acdb90', 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: '55d8ffa08667bdf2f90e278bd6d28e94d5a5fd90' }, this.data, { ref: (el) => (this.lazyComponent = el) })));
152
+ content = (h(Tag, Object.assign({ key: '598ae9bb03885be0e6f25ca73b9ee2cf52a6ab8e' }, 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: 'b51dd829f66bf9958780ca2a106bd265097e0212', class: className }, h("style", { key: '5f16dbbf7222c11e5e3daf2d914b0cbb4f7d757a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'c0c9f7471b8e6529fa510db940edbbd2505deb86', id: componentWrapperId }, content)));
159
+ return (h(Host, { key: 'fdc3a6a971b8c6b74129d1d8c561fce5e52c3b44', class: className }, h("style", { key: 'b8d687d0af73cc123bc465d481c4c37b0ba6c552' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '9c9f61bc50d5badca2f000fe40817eba70e6a4c5', id: componentWrapperId }, content)));
160
160
  }
161
161
  disconnectedCallback() {
162
162
  var _a;
@@ -263,11 +263,11 @@ export class KupMagicBox {
263
263
  this.kupManager.debug.logRender(this, true);
264
264
  }
265
265
  render() {
266
- return (h(Host, { key: '579cf183f0915d864820f3d06bc1576ab11ae1a4' }, h("style", { key: '9128110fcaca2c1da80ce29a30b17f26d287ccb3' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a23742c2083fc1ef92fbc370da846dc8b9182116', id: componentWrapperId }, h("div", { key: '1c23fa7eb08e82493c2279f975425297dbcc46fd', class: "magic-box-wrapper" }, h("div", { key: '3c1f251962659f982d0d68108fdb0476d0fa065a', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '30fbff2375c6872fc6ae239a7a215928a4512e3c' }, this.comboboxProps())), h("kup-button", { key: 'de990f96f370f26bd847d90bb555cd818ce59b4e', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
266
+ return (h(Host, { key: '965bc0e815b0a0054521248bd377cb16856fc415' }, h("style", { key: '66c60a18972e45960bd47a7ab2d491c39809b485' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4dfcddb31127f78e68b1e37dc35c82a2734ba350', id: componentWrapperId }, h("div", { key: '571076a5c66c80d91c4c43160f8d2ca1ac29c54c', class: "magic-box-wrapper" }, h("div", { key: '92f135694c618cddc6325e8b1ed39270027aae06', class: "actions", id: "drag-handle" }, h("kup-combobox", Object.assign({ key: '4fabc4f0737bf3d0548793194834d8bd9785557e' }, this.comboboxProps())), h("kup-button", { key: '2b1ae00bc73ce74d2d4ad850d458782ea788d94b', styling: FButtonStyling.FLAT, icon: "delete", label: "Reset", "onkup-button-click": () => {
267
267
  this.data = null;
268
- } }), h("kup-button", { key: '867ec9ed075ae869dc9350e00096036d3af780e6', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
268
+ } }), h("kup-button", { key: '000ddc9301085892b967678b42a1a8154a7679d1', id: "close-dialog", customStyle: `:host{${KupThemeColorValues.PRIMARY}: var(${KupThemeColorValues.TITLE});}`, icon: "clear", "onkup-button-click": () => {
269
269
  this.kupManager.hideMagicBox();
270
- } })), h("div", { key: '279780fb00c2ad681ff42f266ad08a25705928fe', class: "content", ref: (el) => (this.wrapperRef = el) }, this.setContent())))));
270
+ } })), h("div", { key: '74bd8964eca9d638a197ed748d51d746f250afe5', 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: '78c7f252d8e16460a2108c898e025209183103c8', class: "header" }, h("style", { key: 'f18b1188fbc590427245dd6acaeed14f3aba3033' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '58a440f172111617ad78da7352b3803356a16015', id: componentWrapperId }, h("header", { key: 'cb2783014d79eee887c8507a06d504fa614fdd77', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: 'e9ca378c0a88b69abc3933780fcc4f33a6d9e6ed', class: `${navbarClass}__row` }, this.content())))));
101
+ return (h(Host, { key: '1a06d28ec363f674f615ca16916eee913ca20015', class: "header" }, h("style", { key: '7bbf690ff318025c09177de7f50b1090fee08b26' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '998dd20d642ac4b6c9c41e7d829279c66b456c24', id: componentWrapperId }, h("header", { key: '2510f5028b269724e936f8e3a64cb3968fc2954f', class: `${navbarClass} ${navbarClass}--${this.styling.toLowerCase()} ` }, h("div", { key: '0bb71e253c2ccb01647f2806561940c975ec81cc', class: `${navbarClass}__row` }, this.content())))));
102
102
  }
103
103
  disconnectedCallback() {
104
104
  this.kupManager.language.unregister(this);
@@ -321,7 +321,7 @@ export class KupNumericPicker {
321
321
  this.kupManager.debug.logRender(this, true);
322
322
  }
323
323
  render() {
324
- return (h(Host, { key: 'e4971105409f3f1d053379189bb98a5cee25e986' }, h("style", { key: 'a15921df3d5f4bf5542216219197383b5a8c04e1' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e1e1ccc7e4a954956fb4a49f2aeb43a113e25030', id: componentWrapperId }, this.prepTextfield())));
324
+ return (h(Host, { key: '08eefc0738bf43f53540b2985b753e4f6d636eca' }, h("style", { key: '233812ade3df39cd82f66c7af937cdf6d23a8a1b' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'ac5004a45b7535c7efa2cfb4c59d70d93c0ad21b', id: componentWrapperId }, this.prepTextfield())));
325
325
  }
326
326
  disconnectedCallback() {
327
327
  this.kupManager.dates.unregister(this);