@sme.up/ketchup 11.0.0-SNAPSHOT-20241217083229 → 11.0.0-SNAPSHOT-20241217103457

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 (300) hide show
  1. package/dist/cjs/{f-cell-39c40bdf.js → f-cell-732263b0.js} +16 -16
  2. package/dist/cjs/{f-chip-d89bcb57.js → f-chip-238c78d1.js} +1 -1
  3. package/dist/cjs/{f-object-field-4a77d419.js → f-object-field-8bca23a7.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0743ddec.js → f-paginator-utils-be634c3c.js} +1 -1
  5. package/dist/cjs/{f-text-field-02f710d5.js → f-text-field-b5a51398.js} +3 -2
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  10. package/dist/cjs/kup-autocomplete_28.cjs.entry.js +242 -245
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
  13. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-cell.cjs.entry.js +7 -7
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +7 -7
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
  17. package/dist/cjs/{kup-data-table-helper-43cfaea5.js → kup-data-table-helper-07df1b41.js} +1 -1
  18. package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
  19. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  20. package/dist/cjs/kup-editor.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
  22. package/dist/cjs/kup-gantt_10.cjs.entry.js +23 -23
  23. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +43 -198
  28. package/dist/cjs/kup-lazy.cjs.entry.js +12 -12
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  30. package/dist/cjs/{kup-manager-1145102b.js → kup-manager-f5ccf3d0.js} +2 -1
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  34. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
  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/components/kup-accordion/kup-accordion.js +1 -1
  46. package/dist/collection/components/kup-activity-timeline/kup-activity-timeline.js +1 -1
  47. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  48. package/dist/collection/components/kup-badge/kup-badge.js +2 -2
  49. package/dist/collection/components/kup-button-list/kup-button-list.js +1 -1
  50. package/dist/collection/components/kup-calendar/kup-calendar.js +2 -2
  51. package/dist/collection/components/kup-card-list/kup-card-list.css +1 -1
  52. package/dist/collection/components/kup-cell/kup-cell.js +2 -2
  53. package/dist/collection/components/kup-checkbox/kup-checkbox.js +1 -1
  54. package/dist/collection/components/kup-chip/kup-chip.js +2 -2
  55. package/dist/collection/components/kup-color-picker/kup-color-picker.js +2 -2
  56. package/dist/collection/components/kup-combobox/kup-combobox.js +29 -15
  57. package/dist/collection/components/kup-dashboard/kup-dashboard.js +1 -1
  58. package/dist/collection/components/kup-data-table/kup-data-table.js +97 -70
  59. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  60. package/dist/collection/components/kup-dialog/kup-dialog.js +1 -1
  61. package/dist/collection/components/kup-drawer/kup-drawer.js +2 -2
  62. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +1 -1
  63. package/dist/collection/components/kup-echart/kup-echart.js +1 -1
  64. package/dist/collection/components/kup-editor/kup-editor.js +1 -1
  65. package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
  66. package/dist/collection/components/kup-form/kup-form.js +2 -2
  67. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  68. package/dist/collection/components/kup-image-list/kup-image-list.js +3 -3
  69. package/dist/collection/components/kup-input-panel/kup-input-panel.js +38 -193
  70. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  71. package/dist/collection/components/kup-list/kup-list.css +5 -1
  72. package/dist/collection/components/kup-list/kup-list.js +43 -4
  73. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  74. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  75. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  76. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  77. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  78. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  79. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  80. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  81. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  82. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  83. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  84. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  85. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  86. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  87. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  88. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  89. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  90. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  91. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  92. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  93. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  94. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  95. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  96. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  97. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  98. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  99. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  100. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  101. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  102. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  103. package/dist/collection/components/kup-typography/kup-typography.js +1 -1
  104. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  105. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
  106. package/dist/collection/f-components/f-cell/f-cell.js +12 -12
  107. package/dist/collection/f-components/f-text-field/f-text-field.js +2 -1
  108. package/dist/components/index.js +1 -1
  109. package/dist/components/kup-accordion.js +3 -3
  110. package/dist/components/kup-activity-timeline.js +3 -3
  111. package/dist/components/kup-autocomplete.js +1 -1
  112. package/dist/components/kup-badge.js +1 -1
  113. package/dist/components/kup-box.js +1 -1
  114. package/dist/components/kup-button-list.js +1 -1
  115. package/dist/components/kup-button.js +1 -1
  116. package/dist/components/kup-calendar.js +4 -4
  117. package/dist/components/kup-card-list.js +4 -4
  118. package/dist/components/kup-card.js +1 -1
  119. package/dist/components/kup-cell.js +4 -4
  120. package/dist/components/kup-chart.js +1 -1
  121. package/dist/components/kup-checkbox.js +1 -1
  122. package/dist/components/kup-chip.js +1 -1
  123. package/dist/components/kup-color-picker.js +1 -1
  124. package/dist/components/kup-combobox.js +1 -1
  125. package/dist/components/kup-custom-task-list-header.js +1 -1
  126. package/dist/components/kup-dashboard.js +3 -3
  127. package/dist/components/kup-data-table.js +1 -1
  128. package/dist/components/kup-date-picker.js +1 -1
  129. package/dist/components/kup-dialog.js +1 -1
  130. package/dist/components/kup-drawer.js +4 -4
  131. package/dist/components/kup-dropdown-button.js +1 -1
  132. package/dist/components/kup-echart.js +1 -1
  133. package/dist/components/kup-editor.js +1 -1
  134. package/dist/components/kup-family-tree.js +5 -5
  135. package/dist/components/kup-form.js +1 -1
  136. package/dist/components/kup-gantt-calendar.js +1 -1
  137. package/dist/components/kup-gantt.js +1 -1
  138. package/dist/components/kup-gauge.js +1 -1
  139. package/dist/components/kup-grid-renderer.js +1 -1
  140. package/dist/components/kup-grid.js +1 -1
  141. package/dist/components/kup-horizontal-scroll.js +1 -1
  142. package/dist/components/kup-htm.js +3 -3
  143. package/dist/components/kup-iframe.js +2 -2
  144. package/dist/components/kup-image-list.js +5 -5
  145. package/dist/components/kup-image.js +1 -1
  146. package/dist/components/kup-input-panel.js +41 -196
  147. package/dist/components/kup-lazy.js +13 -13
  148. package/dist/components/kup-list.js +1 -1
  149. package/dist/components/kup-magic-box.js +7 -7
  150. package/dist/components/kup-nav-bar.js +3 -3
  151. package/dist/components/kup-numeric-picker.js +3 -3
  152. package/dist/components/kup-object-field.js +3 -3
  153. package/dist/components/kup-pdf.js +3 -3
  154. package/dist/components/kup-photo-frame.js +4 -4
  155. package/dist/components/kup-planner-renderer.js +1 -1
  156. package/dist/components/kup-planner.js +17 -17
  157. package/dist/components/kup-probe.js +3 -3
  158. package/dist/components/kup-progress-bar.js +1 -1
  159. package/dist/components/kup-qlik.js +3 -3
  160. package/dist/components/kup-radio.js +1 -1
  161. package/dist/components/kup-rating.js +1 -1
  162. package/dist/components/kup-snackbar.js +3 -3
  163. package/dist/components/kup-spinner.js +1 -1
  164. package/dist/components/kup-standard-tooltip.js +1 -1
  165. package/dist/components/kup-switch.js +1 -1
  166. package/dist/components/kup-switcher.js +1 -1
  167. package/dist/components/kup-tab-bar.js +1 -1
  168. package/dist/components/kup-task-gantt.js +1 -1
  169. package/dist/components/kup-task-list-header.js +1 -1
  170. package/dist/components/kup-task-list-table.js +1 -1
  171. package/dist/components/kup-task-list.js +1 -1
  172. package/dist/components/kup-text-field.js +1 -1
  173. package/dist/components/kup-time-picker.js +1 -1
  174. package/dist/components/kup-toolbar.js +1 -1
  175. package/dist/components/kup-tooltip.js +1 -1
  176. package/dist/components/kup-tree.js +1 -1
  177. package/dist/components/kup-txt.js +3 -3
  178. package/dist/components/kup-typography-list.js +3 -3
  179. package/dist/components/kup-typography.js +3 -3
  180. package/dist/components/kup-vertical-scroll.js +1 -1
  181. package/dist/components/{p-f95300f6.js → p-22b40453.js} +2 -2
  182. package/dist/components/{p-f81a6df1.js → p-248b85c1.js} +2 -2
  183. package/dist/components/{p-cfc8a8fb.js → p-3466bd5a.js} +1 -1
  184. package/dist/components/{p-2d57f1db.js → p-3bc624c9.js} +1 -1
  185. package/dist/components/{p-5a065bf1.js → p-3bf643ae.js} +2 -2
  186. package/dist/components/{p-f3a59611.js → p-5c82ed77.js} +3 -3
  187. package/dist/components/{p-4bab013a.js → p-5ee0b3dc.js} +326 -327
  188. package/dist/components/{p-911cd91d.js → p-776a38a0.js} +15 -15
  189. package/dist/components/{p-73449cb1.js → p-79c12fc7.js} +2 -2
  190. package/dist/components/{p-d80bbcb0.js → p-8138bfb7.js} +2 -1
  191. package/dist/components/{p-56c8142a.js → p-822c3930.js} +1 -1
  192. package/dist/components/{p-0d856495.js → p-ae5af2ad.js} +13 -13
  193. package/dist/components/{p-d0735e25.js → p-af3fcbd9.js} +3 -3
  194. package/dist/components/{p-3e08d788.js → p-b31cf6a0.js} +3 -3
  195. package/dist/components/{p-61b8d8fd.js → p-babf447c.js} +2 -2
  196. package/dist/components/{p-dc697572.js → p-be17920c.js} +2 -2
  197. package/dist/components/{p-e275fc9f.js → p-c97810e2.js} +1 -1
  198. package/dist/components/{p-ff1894fe.js → p-d8b0f5eb.js} +5 -5
  199. package/dist/components/{p-a2ed336a.js → p-f7c2ca1d.js} +4 -4
  200. package/dist/components/{p-1f1d9b1f.js → p-ff8bdafd.js} +7 -7
  201. package/dist/esm/{f-cell-31585bb7.js → f-cell-b6871cf3.js} +16 -16
  202. package/dist/esm/{f-chip-e31d0dfb.js → f-chip-ba9a3748.js} +1 -1
  203. package/dist/esm/{f-object-field-fa795c94.js → f-object-field-e76b1e59.js} +2 -2
  204. package/dist/esm/{f-paginator-utils-d34dca74.js → f-paginator-utils-54e4b908.js} +1 -1
  205. package/dist/esm/{f-text-field-e73d7967.js → f-text-field-48beba2c.js} +3 -2
  206. package/dist/esm/index.js +1 -1
  207. package/dist/esm/ketchup.js +1 -1
  208. package/dist/esm/kup-accordion.entry.js +2 -2
  209. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  210. package/dist/esm/kup-autocomplete_28.entry.js +242 -245
  211. package/dist/esm/kup-box.entry.js +7 -7
  212. package/dist/esm/kup-calendar.entry.js +4 -4
  213. package/dist/esm/kup-card-list.entry.js +2 -2
  214. package/dist/esm/kup-cell.entry.js +7 -7
  215. package/dist/esm/kup-custom-task-list-header_4.entry.js +7 -7
  216. package/dist/esm/kup-dashboard.entry.js +3 -3
  217. package/dist/esm/{kup-data-table-helper-771bc5c8.js → kup-data-table-helper-c2ac5163.js} +1 -1
  218. package/dist/esm/kup-drawer.entry.js +3 -3
  219. package/dist/esm/kup-echart.entry.js +2 -2
  220. package/dist/esm/kup-editor.entry.js +2 -2
  221. package/dist/esm/kup-family-tree.entry.js +3 -3
  222. package/dist/esm/kup-gantt_10.entry.js +23 -23
  223. package/dist/esm/kup-grid.entry.js +1 -1
  224. package/dist/esm/kup-htm.entry.js +2 -2
  225. package/dist/esm/kup-iframe.entry.js +1 -1
  226. package/dist/esm/kup-image-list.entry.js +8 -8
  227. package/dist/esm/kup-input-panel.entry.js +43 -198
  228. package/dist/esm/kup-lazy.entry.js +12 -12
  229. package/dist/esm/kup-magic-box.entry.js +4 -4
  230. package/dist/esm/{kup-manager-828bdc1c.js → kup-manager-02d449a3.js} +3 -2
  231. package/dist/esm/kup-nav-bar.entry.js +2 -2
  232. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  233. package/dist/esm/kup-object-field.entry.js +4 -4
  234. package/dist/esm/kup-pdf.entry.js +2 -2
  235. package/dist/esm/kup-photo-frame.entry.js +3 -3
  236. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  237. package/dist/esm/kup-planner.entry.js +3 -3
  238. package/dist/esm/kup-probe.entry.js +2 -2
  239. package/dist/esm/kup-qlik.entry.js +2 -2
  240. package/dist/esm/kup-snackbar.entry.js +2 -2
  241. package/dist/esm/kup-txt.entry.js +2 -2
  242. package/dist/esm/kup-typography-list.entry.js +2 -2
  243. package/dist/esm/kup-typography.entry.js +2 -2
  244. package/dist/esm/loader.js +1 -1
  245. package/dist/ketchup/index.esm.js +1 -1
  246. package/dist/ketchup/ketchup.esm.js +1 -1
  247. package/dist/ketchup/{p-e1048932.entry.js → p-004e0b2c.entry.js} +1 -1
  248. package/dist/ketchup/{p-14706a7c.entry.js → p-06670b74.entry.js} +2 -2
  249. package/dist/ketchup/{p-73827465.entry.js → p-0ee306a5.entry.js} +1 -1
  250. package/dist/ketchup/p-16a65a92.js +1 -0
  251. package/dist/ketchup/p-2ca239c5.js +1 -0
  252. package/dist/ketchup/{p-ed017acb.entry.js → p-32beb39d.entry.js} +1 -1
  253. package/dist/ketchup/{p-19afdc14.entry.js → p-383f0f64.entry.js} +1 -1
  254. package/dist/ketchup/{p-23b38d86.entry.js → p-43bdc189.entry.js} +1 -1
  255. package/dist/ketchup/{p-883c6a82.entry.js → p-4c23dfc6.entry.js} +1 -1
  256. package/dist/ketchup/{p-e369dacb.entry.js → p-4ce1c468.entry.js} +1 -1
  257. package/dist/ketchup/{p-cd75fa31.entry.js → p-597facc7.entry.js} +1 -1
  258. package/dist/ketchup/{p-b53e417a.entry.js → p-5fbe73fa.entry.js} +1 -1
  259. package/dist/ketchup/{p-05ab6230.entry.js → p-63ac7b9d.entry.js} +1 -1
  260. package/dist/ketchup/{p-c7464ad2.entry.js → p-6a6887c2.entry.js} +1 -1
  261. package/dist/ketchup/{p-9d94d189.entry.js → p-6aef8eca.entry.js} +1 -1
  262. package/dist/ketchup/{p-018021f3.entry.js → p-72148698.entry.js} +2 -2
  263. package/dist/ketchup/{p-739564c1.entry.js → p-75ed372c.entry.js} +2 -2
  264. package/dist/ketchup/p-76d0aeb9.entry.js +9 -0
  265. package/dist/ketchup/{p-c01717af.entry.js → p-808a7ffa.entry.js} +1 -1
  266. package/dist/ketchup/{p-8315558f.entry.js → p-85512014.entry.js} +1 -1
  267. package/dist/ketchup/{p-54906238.js → p-927aa746.js} +2 -2
  268. package/dist/ketchup/{p-5d4bfad2.js → p-9a33082b.js} +1 -1
  269. package/dist/ketchup/{p-dd2c41ac.entry.js → p-9cdfce9d.entry.js} +1 -1
  270. package/dist/ketchup/{p-be59b96c.entry.js → p-a4ac2d83.entry.js} +2 -2
  271. package/dist/ketchup/{p-c1950e47.entry.js → p-a9738796.entry.js} +1 -1
  272. package/dist/ketchup/{p-e472b1ac.entry.js → p-bdf12dc3.entry.js} +1 -1
  273. package/dist/ketchup/{p-cffd22c7.entry.js → p-c10caeed.entry.js} +1 -1
  274. package/dist/ketchup/{p-bdf8da46.entry.js → p-c9924da3.entry.js} +1 -1
  275. package/dist/ketchup/{p-6ee26164.js → p-ce299c02.js} +1 -1
  276. package/dist/ketchup/{p-d20fbba2.entry.js → p-ce37247c.entry.js} +1 -1
  277. package/dist/ketchup/p-ce908d23.entry.js +1 -0
  278. package/dist/ketchup/p-d52a97d6.entry.js +1 -0
  279. package/dist/ketchup/{p-6a552af4.entry.js → p-d75f7618.entry.js} +1 -1
  280. package/dist/ketchup/{p-5a24ec5b.entry.js → p-d9bd93d2.entry.js} +1 -1
  281. package/dist/ketchup/{p-7d639720.entry.js → p-dd567e1d.entry.js} +1 -1
  282. package/dist/ketchup/{p-31c2ce09.entry.js → p-e5b796d2.entry.js} +1 -1
  283. package/dist/ketchup/p-ed3253c1.js +1 -0
  284. package/dist/ketchup/{p-d15d479c.js → p-ed3ff1ae.js} +1 -1
  285. package/dist/ketchup/{p-b1012dc7.entry.js → p-f252ef4f.entry.js} +1 -1
  286. package/dist/ketchup/{p-9474bc4f.entry.js → p-f81d80a7.entry.js} +1 -1
  287. package/dist/ketchup/{p-ebf37ad3.entry.js → p-f81e7e01.entry.js} +1 -1
  288. package/dist/types/components/kup-combobox/kup-combobox.d.ts +1 -1
  289. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -1
  290. package/dist/types/components/kup-list/kup-list.d.ts +8 -0
  291. package/dist/types/components.d.ts +20 -4
  292. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +3 -1
  293. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  294. package/package.json +1 -1
  295. package/dist/ketchup/p-13b22d3c.js +0 -1
  296. package/dist/ketchup/p-43783080.js +0 -1
  297. package/dist/ketchup/p-54d790eb.entry.js +0 -1
  298. package/dist/ketchup/p-5d26e46f.js +0 -1
  299. package/dist/ketchup/p-8e89db49.entry.js +0 -1
  300. package/dist/ketchup/p-f87e97e4.entry.js +0 -9
@@ -1,5 +1,5 @@
1
1
  import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h as h$1, d as Host, F as Fragment$1 } from './p-2e5f2e07.js';
2
- import { c as KupThemeIconValues, d as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, b as KupThemeColorValues, i as FCellTypes, R as RADAdapter, C as CMBandACPAdapter, j as KupTagNames, l as FCellShapes, m as fullWidthFieldsComps, n as autoCenterComps, o as getCellValueForDisplay, p as FCellEvents, q as isForceUppercase, r as isForceLowercase, t as KupDebugCategory, u as FCellPadding, v as fillString, w as KupCardBuiltInClockElements, x as KupCardCSSClasses, y as KupLanguageTotals, z as KupLanguageColumn, A as KupDataNewColumnTypes, B as KupCardSubEvents, D as KupCardIds, E as KupLanguageRow, G as getColumnByName, H as KupObjects, I as formatToNumber, J as Filters, L as FilterInterval, M as getValueForDisplay, N as getValueForDisplay2, O as KupData, P as compareCell, T as TotalMode, Q as CHKAdapter, S as CHIAdapter, U as SWTAdapter, V as SortMode, W as GroupLabelDisplayMode, X as SelectionMode, Y as KupLanguageGrouping, Z as KupLanguageCheckbox, _ as KupLanguageSearch, $ as KupLanguagePage, a0 as addColumnValueFromRow, a1 as KupGlobalFilterMode, g as getProps, s as setProps, a2 as TotalLabel, a3 as KupPointerEventTypes, a4 as kupDynamicPositionAttribute, a5 as KupCardFamily, a6 as identify, a7 as LoadMoreMode, a8 as PaginatorPos, a9 as ShowGrid, aa as kupDraggableColumnAttr, ab as kupDragActiveAttr, ac as KupDragEffect, ad as kupDraggableCellAttr, ae as KupDropEventTypes, af as FixedCellsClasses, ag as FixedCellsCSSVarsBase, ah as KupLanguageFontsize, ai as KupLanguageDensity, aj as KupLanguageGrid, ak as KupDataTableProps, al as DataTableAreasEnum, am as iconColumn, an as keyColumn, ao as fieldColumn, ap as KupCardProps } from './p-d80bbcb0.js';
2
+ import { c as KupThemeIconValues, d as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, b as KupThemeColorValues, i as FCellTypes, R as RADAdapter, C as CMBandACPAdapter, j as KupTagNames, l as FCellShapes, m as fullWidthFieldsComps, n as autoCenterComps, o as getCellValueForDisplay, p as FCellEvents, q as isForceUppercase, r as isForceLowercase, t as KupDebugCategory, u as FCellPadding, v as fillString, w as KupCardBuiltInClockElements, x as KupCardCSSClasses, y as KupLanguageTotals, z as KupLanguageColumn, A as KupDataNewColumnTypes, B as KupCardSubEvents, D as KupCardIds, E as KupLanguageRow, G as getColumnByName, H as KupObjects, I as formatToNumber, J as Filters, L as FilterInterval, M as getValueForDisplay, N as getValueForDisplay2, O as KupData, P as compareCell, T as TotalMode, Q as CHKAdapter, S as CHIAdapter, U as SWTAdapter, V as SortMode, W as GroupLabelDisplayMode, X as SelectionMode, Y as KupLanguageGrouping, Z as KupLanguageCheckbox, _ as KupLanguageSearch, $ as KupLanguagePage, a0 as addColumnValueFromRow, a1 as KupGlobalFilterMode, g as getProps, s as setProps, a2 as TotalLabel, a3 as KupPointerEventTypes, a4 as kupDynamicPositionAttribute, a5 as KupCardFamily, a6 as identify, a7 as LoadMoreMode, a8 as PaginatorPos, a9 as ShowGrid, aa as kupDraggableColumnAttr, ab as kupDragActiveAttr, ac as KupDragEffect, ad as kupDraggableCellAttr, ae as KupDropEventTypes, af as FixedCellsClasses, ag as FixedCellsCSSVarsBase, ah as KupLanguageFontsize, ai as KupLanguageDensity, aj as KupLanguageGrid, ak as KupDataTableProps, al as DataTableAreasEnum, am as iconColumn, an as keyColumn, ao as fieldColumn, ap as KupCardProps } from './p-8138bfb7.js';
3
3
  import { h, g as getAssetPath, F as Fragment } from './p-3aae989f.js';
4
4
  import { c as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './p-1581348d.js';
5
5
 
@@ -1252,7 +1252,7 @@ function createBar(data) {
1252
1252
  */
1253
1253
  const componentWrapperId = 'kup-component';
1254
1254
 
1255
- const dom$j = document.documentElement;
1255
+ const dom$i = document.documentElement;
1256
1256
  /*-------------------------------------------------*/
1257
1257
  /* C o m p o n e n t */
1258
1258
  /*-------------------------------------------------*/
@@ -1346,6 +1346,7 @@ function setContent(props) {
1346
1346
  'mdc-text-field': true,
1347
1347
  'mdc-text-field--disabled': props.disabled,
1348
1348
  'mdc-text-field--read-only': props.readOnly,
1349
+ 'mdc-text-field--read-only-is-select': props.isSelect,
1349
1350
  'mdc-text-field--filled': !props.fullWidth && !isOutlined,
1350
1351
  'mdc-text-field--no-label': !props.label,
1351
1352
  'mdc-text-field--fullwidth': props.fullWidth,
@@ -1385,7 +1386,7 @@ function setContent(props) {
1385
1386
  h("div", { class: classObj },
1386
1387
  !props.trailingIcon ? iconEl : undefined,
1387
1388
  props.textArea ? (h("span", { class: "mdc-text-field__resizer" },
1388
- h("textarea", { class: "mdc-text-field__input", disabled: props.disabled, maxlength: props.maxLength, value: value, autoComplete: (_c = props.autocomplete) !== null && _c !== void 0 ? _c : 'off', onBlur: props.onBlur, onClick: props.onClick, onChange: props.onChange, onFocus: props.onFocus, onInput: props.onInput, onKeyDown: props.onKeyDown }))) : (h("input", { inputmode: props.inputMode ? props.inputMode : undefined, type: inputType, step: props.step, min: props.min, max: props.max, name: props.name, class: "mdc-text-field__input", disabled: props.disabled, placeholder: props.placeholder, maxlength: props.maxLength, size: props.size, value: value, autoComplete: (_d = props.autocomplete) !== null && _d !== void 0 ? _d : 'off', onBlur: (e) => {
1389
+ h("textarea", { class: "mdc-text-field__input", disabled: props.disabled, maxlength: props.maxLength, value: value, autoComplete: (_c = props.autocomplete) !== null && _c !== void 0 ? _c : 'off', onBlur: props.onBlur, onClick: props.onClick, onChange: props.onChange, onFocus: props.onFocus, onInput: props.onInput, onKeyDown: props.onKeyDown }))) : (h("input", { inputmode: props.inputMode ? props.inputMode : undefined, type: inputType, step: props.step, min: props.min, max: props.max, name: props.name, class: "mdc-text-field__input", disabled: props.disabled, placeholder: props.placeholder, maxlength: props.maxLength, size: props.size, value: value, readOnly: props.isSelect, autoComplete: (_d = props.autocomplete) !== null && _d !== void 0 ? _d : 'off', onBlur: (e) => {
1389
1390
  var _a;
1390
1391
  if (persManageForNumberFormat) {
1391
1392
  const options = {
@@ -1470,7 +1471,7 @@ function setContent(props) {
1470
1471
  let beginVal = value.substring(0, component.selectionStart);
1471
1472
  let endVal = value.substring(component.selectionEnd, component.selectionEnd + value.length - 1);
1472
1473
  let val = beginVal + e.key + endVal;
1473
- if (!dom$j.ketchup.math.matchNumericValueWithOptions(val, options)) {
1474
+ if (!dom$i.ketchup.math.matchNumericValueWithOptions(val, options)) {
1474
1475
  e.preventDefault();
1475
1476
  return;
1476
1477
  }
@@ -1505,7 +1506,7 @@ const formatValue = function (value, options, inputIsLocalized) {
1505
1506
  if (formatedValue == '-') {
1506
1507
  return '';
1507
1508
  }
1508
- return dom$j.ketchup.math.format(formatedValue, dom$j.ketchup.math.createFormatPattern(options.group, options.decimal), inputIsLocalized);
1509
+ return dom$i.ketchup.math.format(formatedValue, dom$i.ketchup.math.createFormatPattern(options.group, options.decimal), inputIsLocalized);
1509
1510
  };
1510
1511
 
1511
1512
  /**
@@ -4544,7 +4545,7 @@ var FChipSize;
4544
4545
  FChipSize["MEDIUM"] = "medium";
4545
4546
  })(FChipSize || (FChipSize = {}));
4546
4547
 
4547
- const dom$i = document.documentElement;
4548
+ const dom$h = document.documentElement;
4548
4549
  /*-------------------------------------------------*/
4549
4550
  /* C o m p o n e n t */
4550
4551
  /*-------------------------------------------------*/
@@ -4594,9 +4595,9 @@ function createChipList(props, isChoice, isFilter, isInput) {
4594
4595
  hasChildren ? (h(FImage, { onClick: props.onExpansionClick &&
4595
4596
  props.onExpansionClick[i]
4596
4597
  ? props.onExpansionClick[i].bind(props.onExpansionClick[i], chip)
4597
- : null, resource: `${KupThemeIconValues.DROPDOWN}`, sizeX: "16px", sizeY: "16px", title: dom$i.ketchup.language.translate(KupLanguageGeneric.EXPAND) +
4598
+ : null, resource: `${KupThemeIconValues.DROPDOWN}`, sizeX: "16px", sizeY: "16px", title: dom$h.ketchup.language.translate(KupLanguageGeneric.EXPAND) +
4598
4599
  '/' +
4599
- dom$i.ketchup.language.translate(KupLanguageGeneric.COLLAPSE) +
4600
+ dom$h.ketchup.language.translate(KupLanguageGeneric.COLLAPSE) +
4600
4601
  ' (CTRL + Click)', wrapperClass: "dropdown-icon" })) : indent ? (h(FImage, { resource: "blank", sizeX: "16px", sizeY: "16px", wrapperClass: "dropdown-icon" })) : null,
4601
4602
  createChip(chip)));
4602
4603
  if (showChildren) {
@@ -4985,7 +4986,7 @@ const handlers = {
4985
4986
  },
4986
4987
  };
4987
4988
 
4988
- const dom$h = document.documentElement;
4989
+ const dom$g = document.documentElement;
4989
4990
  /*-------------------------------------------------*/
4990
4991
  /* C o m p o n e n t */
4991
4992
  /*-------------------------------------------------*/
@@ -5001,7 +5002,7 @@ const FCell = (props, children) => {
5001
5002
  : column.shape
5002
5003
  ? column.shape
5003
5004
  : null;
5004
- const hasObj = !dom$h.ketchup.objects.isEmptyKupObj(cell.obj);
5005
+ const hasObj = !dom$g.ketchup.objects.isEmptyKupObj(cell.obj);
5005
5006
  let isEditable = false;
5006
5007
  if (cell.hasOwnProperty('isEditable')) {
5007
5008
  isEditable = cell.isEditable;
@@ -5014,7 +5015,7 @@ const FCell = (props, children) => {
5014
5015
  cell.data = (_a = mapData(cell, column)) !== null && _a !== void 0 ? _a : cell.data;
5015
5016
  }
5016
5017
  const valueToDisplay = props.previousValue !== cell.value ? cell.value : '';
5017
- const cellType = dom$h.ketchup.data.cell.getType(cell, shape);
5018
+ const cellType = dom$g.ketchup.data.cell.getType(cell, shape);
5018
5019
  const subcomponentProps = Object.assign({}, cell.data);
5019
5020
  let cssClasses = cell.cssClass
5020
5021
  ? cell.cssClass
@@ -5074,7 +5075,7 @@ const FCell = (props, children) => {
5074
5075
  icon = h(FImage, Object.assign({}, fProps));
5075
5076
  }
5076
5077
  let cellTitle = null;
5077
- if (dom$h.ketchup.debug.isDebug() && hasObj) {
5078
+ if (dom$g.ketchup.debug.isDebug() && hasObj) {
5078
5079
  cellTitle = cell.obj.t + '; ' + cell.obj.p + '; ' + cell.obj.k + ';';
5079
5080
  }
5080
5081
  else if (cell.title != null && cell.title.trim() != '') {
@@ -5116,7 +5117,7 @@ const mapData = (cell, column) => {
5116
5117
  const options = cell.options;
5117
5118
  const fieldLabel = column.title;
5118
5119
  const currentValue = cell.value;
5119
- const cellType = dom$h.ketchup.data.cell.getType(cell, cell.shape);
5120
+ const cellType = dom$g.ketchup.data.cell.getType(cell, cell.shape);
5120
5121
  const dataAdapterMap = new Map([
5121
5122
  [FCellTypes.BUTTON_LIST, MainBTNAdapter.bind(undefined)],
5122
5123
  [FCellTypes.STRING, MainITXAdapter.bind(undefined)],
@@ -5344,7 +5345,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
5344
5345
  var _a, _b, _c, _d;
5345
5346
  switch (cellType) {
5346
5347
  case FCellTypes.AUTOCOMPLETE:
5347
- return (h("kup-autocomplete", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-autocomplete-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) })));
5348
+ return (h("kup-autocomplete", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-autocomplete-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), "onKup-autocomplete-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5348
5349
  case FCellTypes.CHECKBOX:
5349
5350
  if (isAutoCentered(props)) {
5350
5351
  classObj[FCellClasses.C_CENTERED] = true;
@@ -5352,26 +5353,26 @@ function setEditableCell(cellType, classObj, cell, column, props) {
5352
5353
  if (cell.shape === FCellShapes.INPUT_CHECKBOX) {
5353
5354
  return (h("input", { checked: cell.value === 'on' || cell.value === '1'
5354
5355
  ? true
5355
- : false, class: "input-checkbox", onChange: (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), type: "checkbox" }));
5356
+ : false, class: "input-checkbox", onChange: (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), type: "checkbox", onBlur: (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) }));
5356
5357
  }
5357
5358
  else {
5358
- return (h(FCheckbox, Object.assign({}, cell.data, { onChange: (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
5359
+ return (h(FCheckbox, Object.assign({}, cell.data, { onChange: (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), onBlur: (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5359
5360
  }
5360
5361
  case FCellTypes.CHIP:
5361
5362
  return (h("kup-chip", Object.assign({}, cell.data, { type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
5362
- h("kup-text-field", Object.assign({ fullWidth: true, slot: "field" }, cell.slotData, { error: cell.data.error }))));
5363
+ h("kup-text-field", Object.assign({ fullWidth: true, slot: "field" }, cell.slotData, { error: cell.data.error, "onKup-textfield-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) }))));
5363
5364
  case FCellTypes.COLOR_PICKER:
5364
5365
  return (h("kup-color-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', disabled: false, "onkup-colorpicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
5365
5366
  case FCellTypes.COMBOBOX:
5366
- return (h("kup-combobox", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-combobox-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) })));
5367
+ return (h("kup-combobox", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-combobox-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5367
5368
  case FCellTypes.DATE:
5368
- return (h("kup-date-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-datepicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-datepicker-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT) })));
5369
+ return (h("kup-date-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-datepicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-datepicker-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onKup-datepicker-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5369
5370
  case FCellTypes.MULTI_AUTOCOMPLETE:
5370
5371
  return (h("kup-chip", Object.assign({ displayId: true }, cell.data, { type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
5371
- h("kup-autocomplete", Object.assign({ class: "kup-full-width", slot: "field", displayMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, selectMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), showDropDownIcon: false }, cell.slotData, { error: cell.data.error, showMarker: (_a = cell.tooltip) !== null && _a !== void 0 ? _a : false }))));
5372
+ h("kup-autocomplete", Object.assign({ class: "kup-full-width", slot: "field", displayMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, selectMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, "onKup-autocomplete-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-autocomplete-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-autocomplete-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), showDropDownIcon: false }, cell.slotData, { error: cell.data.error, showMarker: (_a = cell.tooltip) !== null && _a !== void 0 ? _a : false }))));
5372
5373
  case FCellTypes.MULTI_COMBOBOX:
5373
5374
  return (h("kup-chip", Object.assign({ displayId: true }, cell.data, { type: FChipType.INPUT, enableInput: true, "onKup-chip-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) }),
5374
- h("kup-combobox", Object.assign({ class: "kup-full-width", slot: "field", displayMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, selectMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) }, cell.slotData, { error: cell.data.error, showMarker: (_b = cell.tooltip) !== null && _b !== void 0 ? _b : false }))));
5375
+ h("kup-combobox", Object.assign({ class: "kup-full-width", slot: "field", displayMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, selectMode: ItemsDisplayMode.DESCRIPTION_AND_CODE, "onKup-combobox-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR), "onkup-combobox-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onkup-combobox-iconclick": (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) }, cell.slotData, { error: cell.data.error, showMarker: (_b = cell.tooltip) !== null && _b !== void 0 ? _b : false }))));
5375
5376
  case FCellTypes.RADIO:
5376
5377
  return (h(FRadio, Object.assign({}, cell.data, { disabled: false, onChange: (i, e) => {
5377
5378
  const radioData = cell.data.data;
@@ -5385,13 +5386,13 @@ function setEditableCell(cellType, classObj, cell, column, props) {
5385
5386
  }
5386
5387
  }
5387
5388
  cellEvent(e, props, cellType, FCellEvents.UPDATE);
5388
- } })));
5389
+ }, onBlur: (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5389
5390
  case FCellTypes.RATING:
5390
5391
  return (h("kup-rating", Object.assign({ key: column.name + props.row.id }, cell.data, { disabled: false, "onkup-rating-click": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
5391
5392
  case FCellTypes.SWITCH:
5392
- return (h(FSwitch, Object.assign({}, cell.data, { disabled: false, onChange: (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE) })));
5393
+ return (h(FSwitch, Object.assign({}, cell.data, { disabled: false, onChange: (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), onBlur: (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5393
5394
  case FCellTypes.TIME:
5394
- return (h("kup-time-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-timepicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-timepicker-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT) })));
5395
+ return (h("kup-time-picker", Object.assign({ key: column.name + props.row.id, initialValue: cell.value }, cell.data, { class: isFullWidth(props) ? 'kup-full-width' : '', "onkup-timepicker-change": (e) => cellEvent(e, props, cellType, FCellEvents.UPDATE), "onkup-timepicker-input": (e) => cellEvent(e, props, cellType, FCellEvents.INPUT), "onKup-timepicker-blur": (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5395
5396
  case FCellTypes.OBJECT:
5396
5397
  return (h(FObjectField, { cell: cell, inputValue: cell.value }));
5397
5398
  case FCellTypes.NUMBER:
@@ -5408,7 +5409,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
5408
5409
  };
5409
5410
  const type = cellType === FCellTypes.NUMBER ? 'number' : null;
5410
5411
  const value = cellType === FCellTypes.NUMBER && cell.value
5411
- ? dom$h.ketchup.math.numberifySafe(cell.value).toString()
5412
+ ? dom$g.ketchup.math.numberifySafe(cell.value).toString()
5412
5413
  : cell.value;
5413
5414
  if (cell.shape === FCellShapes.INPUT_FIELD) {
5414
5415
  return (h("input", { class: 'input-field', onChange: onChange, onInput: onInput, type: type, value: value, maxLength: (_d = (_c = column.cellData) === null || _c === void 0 ? void 0 : _c.maxLength) !== null && _d !== void 0 ? _d : -1 }));
@@ -5423,7 +5424,7 @@ function setEditableCell(cellType, classObj, cell, column, props) {
5423
5424
  ? cell.icon
5424
5425
  : column.icon
5425
5426
  ? column.icon
5426
- : null, decimals: props.column.decimals, integers: props.column.integers, value: value, onChange: onChange, onInput: onInput, onIconClick: (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK) })));
5427
+ : null, decimals: props.column.decimals, integers: props.column.integers, value: value, onChange: onChange, onInput: onInput, onIconClick: (e) => cellEvent(e, props, cellType, FCellEvents.ICON_CLICK), onBlur: (e) => cellEvent(e, props, cellType, FCellEvents.BLUR) })));
5427
5428
  }
5428
5429
  }
5429
5430
  }
@@ -5468,7 +5469,7 @@ function setCell(cellType, subcomponentProps, content, classObj, cell, column, p
5468
5469
  return (h("a", { href: content, target: "_blank" }, cell.value));
5469
5470
  case FCellTypes.NUMBER:
5470
5471
  if (content && content != '') {
5471
- const cellValueNumber = dom$h.ketchup.math.numberifySafe(cell.value);
5472
+ const cellValueNumber = dom$g.ketchup.math.numberifySafe(cell.value);
5472
5473
  const cellValue = getCellValueForDisplay(column, cell);
5473
5474
  if (cellValueNumber < 0) {
5474
5475
  classObj[FCellClasses.TEXT_DANGER] = true;
@@ -5530,7 +5531,7 @@ function setKupCell(cellType, classObj, subcomponentProps, cell, row, column, pr
5530
5531
  case FCellTypes.COLOR_PICKER:
5531
5532
  return (h("kup-color-picker", Object.assign({ key: column.name + props.row.id }, subcomponentProps, { class: isFullWidth(props) ? 'kup-full-width' : '', disabled: true })));
5532
5533
  case FCellTypes.GAUGE:
5533
- return (h("kup-gauge", Object.assign({ key: column.name + props.row.id, value: dom$h.ketchup.math.numberifySafe(cell.value), "width-component": "280px" }, subcomponentProps)));
5534
+ return (h("kup-gauge", Object.assign({ key: column.name + props.row.id, value: dom$g.ketchup.math.numberifySafe(cell.value), "width-component": "280px" }, subcomponentProps)));
5534
5535
  case FCellTypes.KNOB:
5535
5536
  case FCellTypes.PROGRESS_BAR:
5536
5537
  return subcomponentProps.customStyle ? (h("kup-progress-bar", Object.assign({ key: column.name + props.row.id }, subcomponentProps))) : (h(FProgressBar, Object.assign({}, subcomponentProps)));
@@ -5789,7 +5790,7 @@ function cellEvent(e, props, cellType, cellEventName) {
5789
5790
  comp.refresh();
5790
5791
  }
5791
5792
  catch (error) {
5792
- dom$h.ketchup.debug.logMessage(comp, error, KupDebugCategory.ERROR);
5793
+ dom$g.ketchup.debug.logMessage(comp, error, KupDebugCategory.ERROR);
5793
5794
  }
5794
5795
  }
5795
5796
  }
@@ -5807,7 +5808,7 @@ function getValueFromEventTarget(e, cellType) {
5807
5808
  value = (_a = e.detail) === null || _a === void 0 ? void 0 : _a.value;
5808
5809
  }
5809
5810
  if (cellType === FCellTypes.NUMBER && isInputEvent) {
5810
- value = dom$h.ketchup.math.formattedStringToNumberString(value, '');
5811
+ value = dom$g.ketchup.math.formattedStringToNumberString(value, '');
5811
5812
  }
5812
5813
  return value;
5813
5814
  }
@@ -5820,7 +5821,7 @@ function isFullWidth(props) {
5820
5821
  return fullWidthFieldsComps.includes((_a = props.component) === null || _a === void 0 ? void 0 : _a.rootElement.tagName);
5821
5822
  }
5822
5823
 
5823
- const dom$g = document.documentElement;
5824
+ const dom$f = document.documentElement;
5824
5825
  /**
5825
5826
  * 1st box card layout, it can be used as a key-value grid list.
5826
5827
  * @param {KupCard} component - Card component.
@@ -5915,8 +5916,8 @@ function create4$4(component) {
5915
5916
  let value = null;
5916
5917
  for (let index = 0; index < cells.length; index++) {
5917
5918
  const cell = cells[index];
5918
- const isImage = dom$g.ketchup.objects.isImage(cell.obj) ||
5919
- dom$g.ketchup.objects.isIcon(cell.obj) ||
5919
+ const isImage = dom$f.ketchup.objects.isImage(cell.obj) ||
5920
+ dom$f.ketchup.objects.isIcon(cell.obj) ||
5920
5921
  ((_a = cell.shape) === null || _a === void 0 ? void 0 : _a.toUpperCase()) === FCellShapes.IMAGE;
5921
5922
  if (!image && isImage) {
5922
5923
  image = index;
@@ -5973,8 +5974,8 @@ function create5$4(component) {
5973
5974
  for (let index = 0; index < cells.length; index++) {
5974
5975
  const cell = cells[index];
5975
5976
  const column = component.data.columns[index];
5976
- const isImage = dom$g.ketchup.objects.isImage(cell.obj) ||
5977
- dom$g.ketchup.objects.isIcon(cell.obj) ||
5977
+ const isImage = dom$f.ketchup.objects.isImage(cell.obj) ||
5978
+ dom$f.ketchup.objects.isIcon(cell.obj) ||
5978
5979
  ((_a = cell.shape) === null || _a === void 0 ? void 0 : _a.toUpperCase()) === FCellShapes.IMAGE;
5979
5980
  if (!imageProps && isImage) {
5980
5981
  imageProps = {
@@ -6026,8 +6027,8 @@ function create6$4(component) {
6026
6027
  for (let index = 0; index < cells.length; index++) {
6027
6028
  const cell = cells[index];
6028
6029
  const column = component.data.columns[index];
6029
- const isImage = dom$g.ketchup.objects.isImage(cell.obj) ||
6030
- dom$g.ketchup.objects.isIcon(cell.obj) ||
6030
+ const isImage = dom$f.ketchup.objects.isImage(cell.obj) ||
6031
+ dom$f.ketchup.objects.isIcon(cell.obj) ||
6031
6032
  ((_a = cell.shape) === null || _a === void 0 ? void 0 : _a.toUpperCase()) === FCellShapes.IMAGE;
6032
6033
  if (!image && isImage) {
6033
6034
  image = index;
@@ -6122,7 +6123,7 @@ var SourceEvent;
6122
6123
  SourceEvent["YEAR"] = "year";
6123
6124
  })(SourceEvent || (SourceEvent = {}));
6124
6125
 
6125
- const dom$f = document.documentElement;
6126
+ const dom$e = document.documentElement;
6126
6127
  const kupManager = kupManagerInstance();
6127
6128
  function prepareCalendar(component) {
6128
6129
  const el = component.rootElement;
@@ -6155,7 +6156,7 @@ function prepareCalendar(component) {
6155
6156
  }
6156
6157
  if (!el.kupData.value)
6157
6158
  setValue$2(component, new Date());
6158
- const months = dom$f.ketchup.dates.getMonthsAsString();
6159
+ const months = dom$e.ketchup.dates.getMonthsAsString();
6159
6160
  const curYear = getYear(component);
6160
6161
  const curMonth = getMonth(component);
6161
6162
  const yearRange = getInitEndYear(curYear);
@@ -6299,7 +6300,7 @@ function createCalendar(component) {
6299
6300
  }
6300
6301
  }
6301
6302
  function createDaysCalendar(component) {
6302
- const days = dom$f.ketchup.dates.getDaysOfWeekAsString(getFirstDayIndex(component));
6303
+ const days = dom$e.ketchup.dates.getDaysOfWeekAsString(getFirstDayIndex(component));
6303
6304
  const selectedDate = getValue$1(component);
6304
6305
  const selectedDay = getDay(component);
6305
6306
  const selectedMonth = getMonth(component);
@@ -6386,7 +6387,7 @@ function createDaysCalendar(component) {
6386
6387
  h("tbody", null, tbody))));
6387
6388
  }
6388
6389
  function createMonthsCalendar(component) {
6389
- const months = dom$f.ketchup.dates.getMonthsAsString(KupDateTimeFormatOptionsMonth.SHORT);
6390
+ const months = dom$e.ketchup.dates.getMonthsAsString(KupDateTimeFormatOptionsMonth.SHORT);
6390
6391
  let selectedDay = getDay(component);
6391
6392
  const selectedMonth = getMonth(component);
6392
6393
  const selectedYear = getYear(component);
@@ -6537,7 +6538,7 @@ function refresh(component) {
6537
6538
  }
6538
6539
  function onCalendarMonthYearItemClick(component, value) {
6539
6540
  let d;
6540
- if (dom$f.ketchup.dates.isIsoDate(value)) {
6541
+ if (dom$e.ketchup.dates.isIsoDate(value)) {
6541
6542
  d = new Date(value);
6542
6543
  }
6543
6544
  else {
@@ -6559,7 +6560,7 @@ function onCalendarMonthYearItemClick(component, value) {
6559
6560
  }
6560
6561
  function onCalendarItemClick(component, value) {
6561
6562
  let d;
6562
- if (dom$f.ketchup.dates.isIsoDate(value)) {
6563
+ if (dom$e.ketchup.dates.isIsoDate(value)) {
6563
6564
  d = new Date(value);
6564
6565
  }
6565
6566
  else {
@@ -6575,7 +6576,7 @@ function setDateToday(component) {
6575
6576
  refresh(component);
6576
6577
  }
6577
6578
 
6578
- const dom$e = document.documentElement;
6579
+ const dom$d = document.documentElement;
6579
6580
  function prepareClock(component) {
6580
6581
  const el = component.rootElement;
6581
6582
  el.kupData = {};
@@ -6690,7 +6691,7 @@ function onKupBlur(component) {
6690
6691
  function createClock(component) {
6691
6692
  let selectedTime;
6692
6693
  if (getValue(component)) {
6693
- selectedTime = dom$e.ketchup.dates.toDate(getValue(component), isManageSeconds(component)
6694
+ selectedTime = dom$d.ketchup.dates.toDate(getValue(component), isManageSeconds(component)
6694
6695
  ? KupDatesFormats.ISO_TIME
6695
6696
  : KupDatesFormats.ISO_TIME_WITHOUT_SECONDS);
6696
6697
  }
@@ -6892,7 +6893,7 @@ function setClockTime(e, component) {
6892
6893
  e.target.classList.add('selected');
6893
6894
  }
6894
6895
 
6895
- const dom$d = document.documentElement;
6896
+ const dom$c = document.documentElement;
6896
6897
  const premadeFormulas = [
6897
6898
  KupLanguageTotals.AVERAGE,
6898
6899
  KupLanguageTotals.DIFFERENCE,
@@ -6907,7 +6908,7 @@ function prepareColumnDropMenu(component) {
6907
6908
  const column = options.data.columns[index];
6908
6909
  if (column.visible !== false &&
6909
6910
  column.obj &&
6910
- dom$d.ketchup.objects.isNumber(column.obj)) {
6911
+ dom$c.ketchup.objects.isNumber(column.obj)) {
6911
6912
  chipData.push({
6912
6913
  obj: column.obj,
6913
6914
  value: column.name,
@@ -6923,7 +6924,7 @@ function prepareColumnDropMenu(component) {
6923
6924
  if (options.enableFormula) {
6924
6925
  combobox = prepareCombobox(options, numericalColumnsExist);
6925
6926
  if (numericalColumnsExist) {
6926
- button = (h("kup-button", { "onKup-button-click": () => applyFormula(component), label: dom$d.ketchup.language.translate(KupLanguageTotals.CALCULATE), styling: FButtonStyling.OUTLINED }));
6927
+ button = (h("kup-button", { "onKup-button-click": () => applyFormula(component), label: dom$c.ketchup.language.translate(KupLanguageTotals.CALCULATE), styling: FButtonStyling.OUTLINED }));
6927
6928
  chipSet = (h("div", { class: "sub-chip" },
6928
6929
  h("kup-chip", { data: chipData, "onKup-chip-click": (e) => typeColumn(e, component) })));
6929
6930
  }
@@ -6936,35 +6937,35 @@ function prepareList(options) {
6936
6937
  listData.push({
6937
6938
  icon: 'library_add',
6938
6939
  id: KupLanguageGeneric.MERGE,
6939
- value: dom$d.ketchup.language.translate(KupLanguageGeneric.MERGE),
6940
+ value: dom$c.ketchup.language.translate(KupLanguageGeneric.MERGE),
6940
6941
  });
6941
6942
  }
6942
6943
  if (options.enableMove) {
6943
6944
  listData.push({
6944
6945
  icon: 'swap_horiz',
6945
6946
  id: KupLanguageGeneric.MOVE,
6946
- value: dom$d.ketchup.language.translate(KupLanguageGeneric.MOVE),
6947
+ value: dom$c.ketchup.language.translate(KupLanguageGeneric.MOVE),
6947
6948
  });
6948
6949
  }
6949
6950
  return listData.length > 0 ? (h("kup-list", { data: listData, showIcons: true, "onkup-list-click": (e) => listClick(e, options) })) : null;
6950
6951
  }
6951
6952
  function prepareCombobox(options, numericalColumnsExist) {
6952
6953
  const comboListData = [];
6953
- const numeric = dom$d.ketchup.objects.isNumber(options.receivingColumn.obj) &&
6954
- dom$d.ketchup.objects.isNumber(options.starterColumn.obj);
6954
+ const numeric = dom$c.ketchup.objects.isNumber(options.receivingColumn.obj) &&
6955
+ dom$c.ketchup.objects.isNumber(options.starterColumn.obj);
6955
6956
  if (numeric) {
6956
6957
  comboListData.push({
6957
6958
  id: KupLanguageTotals.AVERAGE,
6958
- value: dom$d.ketchup.language.translate(KupLanguageTotals.AVERAGE),
6959
+ value: dom$c.ketchup.language.translate(KupLanguageTotals.AVERAGE),
6959
6960
  }, {
6960
6961
  id: KupLanguageTotals.DIFFERENCE,
6961
- value: dom$d.ketchup.language.translate(KupLanguageTotals.DIFFERENCE),
6962
+ value: dom$c.ketchup.language.translate(KupLanguageTotals.DIFFERENCE),
6962
6963
  }, {
6963
6964
  id: KupLanguageTotals.PRODUCT,
6964
- value: dom$d.ketchup.language.translate(KupLanguageTotals.PRODUCT),
6965
+ value: dom$c.ketchup.language.translate(KupLanguageTotals.PRODUCT),
6965
6966
  }, {
6966
6967
  id: KupLanguageTotals.SUM,
6967
- value: dom$d.ketchup.language.translate(KupLanguageTotals.SUM),
6968
+ value: dom$c.ketchup.language.translate(KupLanguageTotals.SUM),
6968
6969
  }, {
6969
6970
  id: `([${options.starterColumn.name}]/[${options.receivingColumn.name}])*100`,
6970
6971
  value: `[${options.starterColumn.name}] / [${options.receivingColumn.name}] * 100`,
@@ -6976,7 +6977,7 @@ function prepareCombobox(options, numericalColumnsExist) {
6976
6977
  else {
6977
6978
  comboListData.push({
6978
6979
  id: KupLanguageColumn.NO_FORMULA,
6979
- value: dom$d.ketchup.language.translate(KupLanguageColumn.NO_FORMULA),
6980
+ value: dom$c.ketchup.language.translate(KupLanguageColumn.NO_FORMULA),
6980
6981
  });
6981
6982
  }
6982
6983
  const comboData = {
@@ -6986,11 +6987,11 @@ function prepareCombobox(options, numericalColumnsExist) {
6986
6987
  },
6987
6988
  'kup-text-field': {
6988
6989
  helper: !numericalColumnsExist
6989
- ? dom$d.ketchup.language.translate(KupLanguageColumn.NON_NUMERICAL_IN_TABLE)
6990
+ ? dom$c.ketchup.language.translate(KupLanguageColumn.NON_NUMERICAL_IN_TABLE)
6990
6991
  : numeric
6991
6992
  ? `i.e.: [${options.receivingColumn.name}] - [${options.starterColumn.name}] + 1`
6992
- : dom$d.ketchup.language.translate(KupLanguageColumn.NON_NUMERICAL),
6993
- label: dom$d.ketchup.language.translate(KupLanguageTotals.FORMULA),
6993
+ : dom$c.ketchup.language.translate(KupLanguageColumn.NON_NUMERICAL),
6994
+ label: dom$c.ketchup.language.translate(KupLanguageTotals.FORMULA),
6994
6995
  outlined: true,
6995
6996
  },
6996
6997
  };
@@ -7034,7 +7035,7 @@ async function applyFormula(component) {
7034
7035
  ? parts[1].trim()
7035
7036
  : valueString;
7036
7037
  if (premadeFormulas.includes(value)) {
7037
- dom$d.ketchup.data.column.new(options.data, KupDataNewColumnTypes.MATH, {
7038
+ dom$c.ketchup.data.column.new(options.data, KupDataNewColumnTypes.MATH, {
7038
7039
  columns: [
7039
7040
  options.receivingColumn.name,
7040
7041
  options.starterColumn.name,
@@ -7049,7 +7050,7 @@ async function applyFormula(component) {
7049
7050
  }
7050
7051
  }
7051
7052
  else {
7052
- const result = dom$d.ketchup.data.column.new(options.data, KupDataNewColumnTypes.MATH, {
7053
+ const result = dom$c.ketchup.data.column.new(options.data, KupDataNewColumnTypes.MATH, {
7053
7054
  newColumn: hasDescription
7054
7055
  ? { name: description, title: description }
7055
7056
  : undefined,
@@ -7067,18 +7068,18 @@ async function applyFormula(component) {
7067
7068
  }
7068
7069
  }
7069
7070
 
7070
- const dom$c = document.documentElement;
7071
+ const dom$b = document.documentElement;
7071
7072
  function prepareMessageBox(component) {
7072
7073
  const options = component.data.options;
7073
7074
  const buttonsExist = !!(options.cancelCb || options.confirmCb);
7074
7075
  return (h("div", { class: "message-box" },
7075
7076
  options.text ? h("div", { class: "text" }, options.text) : null,
7076
7077
  buttonsExist ? (h("div", { class: "button-wrapper" },
7077
- options.cancelCb ? (h(FButton, { icon: "clear", label: dom$c.ketchup.language.translate(KupLanguageGeneric.ABORT), onClick: options.cancelCb, styling: FButtonStyling.FLAT })) : null,
7078
- options.confirmCb ? (h(FButton, { icon: "check", label: dom$c.ketchup.language.translate(KupLanguageGeneric.CONFIRM), onClick: options.confirmCb })) : null)) : null));
7078
+ options.cancelCb ? (h(FButton, { icon: "clear", label: dom$b.ketchup.language.translate(KupLanguageGeneric.ABORT), onClick: options.cancelCb, styling: FButtonStyling.FLAT })) : null,
7079
+ options.confirmCb ? (h(FButton, { icon: "check", label: dom$b.ketchup.language.translate(KupLanguageGeneric.CONFIRM), onClick: options.confirmCb })) : null)) : null));
7079
7080
  }
7080
7081
 
7081
- const dom$b = document.documentElement;
7082
+ const dom$a = document.documentElement;
7082
7083
  function prepareNumeric(component) {
7083
7084
  const el = component.rootElement;
7084
7085
  if (!el.kupData)
@@ -7100,7 +7101,7 @@ function prepareNumeric(component) {
7100
7101
  el.kupData.value = obj.k;
7101
7102
  else
7102
7103
  el.kupData.value = options.initialValue.toString();
7103
- el.kupData.localeValue = dom$b.ketchup.math.numbers.toLocaleString(el.kupData.value);
7104
+ el.kupData.localeValue = dom$a.ketchup.math.numbers.toLocaleString(el.kupData.value);
7104
7105
  }
7105
7106
  options.resetStatus = false;
7106
7107
  }
@@ -7175,7 +7176,7 @@ function setSign(component) {
7175
7176
  return;
7176
7177
  strVal = '-' + strVal;
7177
7178
  el.kupData.value = strVal;
7178
- el.kupData.localeValue = dom$b.ketchup.math.numbers.toLocaleString(strVal);
7179
+ el.kupData.localeValue = dom$a.ketchup.math.numbers.toLocaleString(strVal);
7179
7180
  component.refresh();
7180
7181
  }
7181
7182
  function setValue(component, value) {
@@ -7212,7 +7213,7 @@ function setValue(component, value) {
7212
7213
  return;
7213
7214
  strVal += value;
7214
7215
  el.kupData.value = strVal;
7215
- el.kupData.localeValue = dom$b.ketchup.math.numbers.toLocaleString(strVal);
7216
+ el.kupData.localeValue = dom$a.ketchup.math.numbers.toLocaleString(strVal);
7216
7217
  component.refresh();
7217
7218
  }
7218
7219
  function clearValue(component) {
@@ -7222,14 +7223,14 @@ function clearValue(component) {
7222
7223
  component.refresh();
7223
7224
  }
7224
7225
  function getDecimalChar() {
7225
- return (0.1).toLocaleString(dom$b.ketchup.math.locale).substring(1, 2);
7226
+ return (0.1).toLocaleString(dom$a.ketchup.math.locale).substring(1, 2);
7226
7227
  }
7227
7228
  function saveValue(component) {
7228
7229
  const el = component.rootElement;
7229
7230
  component.onKupClick(component.rootElement.id, el.kupData.value ? Number(el.kupData.value).toString() : '');
7230
7231
  }
7231
7232
 
7232
- const dom$a = document.documentElement;
7233
+ const dom$9 = document.documentElement;
7233
7234
  let inputArea = null;
7234
7235
  let clearButton = null;
7235
7236
  let submitButton = null;
@@ -7295,8 +7296,8 @@ function prepareOpenAIInterface(component) {
7295
7296
  fun = fun.replace(']#', '');
7296
7297
  }
7297
7298
  result.push(h("div", { class: "fun", title: "Execute FUN.", onClick: () => {
7298
- if (dom$a.ketchup.openAI.onFunClick) {
7299
- dom$a.ketchup.openAI.onFunClick(fun);
7299
+ if (dom$9.ketchup.openAI.onFunClick) {
7300
+ dom$9.ketchup.openAI.onFunClick(fun);
7300
7301
  }
7301
7302
  } }, fun));
7302
7303
  lastIndex = match.index + match[0].length;
@@ -7722,7 +7723,7 @@ const collapsibleLayouts = /*#__PURE__*/Object.freeze({
7722
7723
  create2: create2$4
7723
7724
  });
7724
7725
 
7725
- const dom$9 = document.documentElement;
7726
+ const dom$8 = document.documentElement;
7726
7727
  /**
7727
7728
  * 1st dialog card layout, used to display information in string format.
7728
7729
  * @param {KupCard} component - Card component.
@@ -7816,8 +7817,8 @@ function create4$2(component) {
7816
7817
  return (h("div", { class: `dialog-layout-${component.layoutNumber} dialog-element` },
7817
7818
  textArray[0] ? dialogHeader(textArray[0]) : dialogHeader(''),
7818
7819
  datatableArray[0] && buttonArray[0] && buttonArray[1] ? (h("div", { class: "section-1" },
7819
- h("kup-button", Object.assign({}, buttonArray[0], { id: KupCardIds.PREVIOUS_ROW, "onkup-button-click": () => prevButton(component), title: dom$9.ketchup.language.translate(KupLanguageRow.PREVIOUS) })),
7820
- h("kup-button", Object.assign({}, buttonArray[1], { id: KupCardIds.NEXT_ROW, "onkup-button-click": () => nextButton(component), title: dom$9.ketchup.language.translate(KupLanguageRow.NEXT) })))) : null,
7820
+ h("kup-button", Object.assign({}, buttonArray[0], { id: KupCardIds.PREVIOUS_ROW, "onkup-button-click": () => prevButton(component), title: dom$8.ketchup.language.translate(KupLanguageRow.PREVIOUS) })),
7821
+ h("kup-button", Object.assign({}, buttonArray[1], { id: KupCardIds.NEXT_ROW, "onkup-button-click": () => nextButton(component), title: dom$8.ketchup.language.translate(KupLanguageRow.NEXT) })))) : null,
7821
7822
  datatableArray[0] ? (h("div", { class: "section-2" },
7822
7823
  h("kup-data-table", Object.assign({ id: "datatable1" }, datatableArray[0])))) : null));
7823
7824
  }
@@ -8002,7 +8003,7 @@ const freeLayouts = /*#__PURE__*/Object.freeze({
8002
8003
  create2: create2$2
8003
8004
  });
8004
8005
 
8005
- const dom$8 = document.documentElement;
8006
+ const dom$7 = document.documentElement;
8006
8007
  /**
8007
8008
  * 1st scalable card layout, column of 2 texts.
8008
8009
  * @param {KupCard} component - Card component.
@@ -8052,7 +8053,7 @@ function create2$1(component) {
8052
8053
  h("div", { style: colorArray[1] ? { color: colorArray[1] } : undefined },
8053
8054
  textArray[0] ? textArray[0] : '',
8054
8055
  textArray[1]
8055
- ? dom$8.ketchup.math.decimalSeparator()
8056
+ ? dom$7.ketchup.math.decimalSeparator()
8056
8057
  : '')),
8057
8058
  textArray[1] ? (h("div", { class: "value-dec" },
8058
8059
  h("div", { style: colorArray[1]
@@ -8113,7 +8114,7 @@ function create4$1(component) {
8113
8114
  : undefined },
8114
8115
  textArray[0] ? textArray[0] : '',
8115
8116
  textArray[1]
8116
- ? dom$8.ketchup.math.decimalSeparator()
8117
+ ? dom$7.ketchup.math.decimalSeparator()
8117
8118
  : '')),
8118
8119
  textArray[1] ? (h("div", { class: "value-dec" },
8119
8120
  h("div", { style: colorArray[1]
@@ -8413,7 +8414,7 @@ const scalableLayouts = /*#__PURE__*/Object.freeze({
8413
8414
  create11: create11$1
8414
8415
  });
8415
8416
 
8416
- const dom$7 = document.documentElement;
8417
+ const dom$6 = document.documentElement;
8417
8418
  /**
8418
8419
  * 1st standard card layout, inspired by Material Design.
8419
8420
  * @param {KupCard} component - Card component.
@@ -9166,7 +9167,7 @@ function create15(component) {
9166
9167
  const button = genericButtons[index];
9167
9168
  props.data['kup-list'].data.push(Object.assign(Object.assign({}, button), { value: button.title }));
9168
9169
  }
9169
- return (h("kup-dropdown-button", Object.assign({}, props, { title: dom$7.ketchup.language.translate(KupLanguageGeneric.OPTIONS) })));
9170
+ return (h("kup-dropdown-button", Object.assign({}, props, { title: dom$6.ketchup.language.translate(KupLanguageGeneric.OPTIONS) })));
9170
9171
  };
9171
9172
  return (h("div", { class: `standard-layout-${component.layoutNumber}` },
9172
9173
  h("div", { class: "section-1" },
@@ -9199,7 +9200,7 @@ function create15(component) {
9199
9200
  genericButtons.length > 0 ? (h("div", { class: "section-3" },
9200
9201
  compList(genericButtons.slice(0, 5), 'button'),
9201
9202
  genericButtons.length > 5 ? createDropdown() : null,
9202
- treeArray[0] ? (h("kup-button", { title: dom$7.ketchup.language.translate(KupLanguageGeneric.SHOW_ROW_OPTIONS), id: "view-selector", icon: "menu" })) : null)) : null));
9203
+ treeArray[0] ? (h("kup-button", { title: dom$6.ketchup.language.translate(KupLanguageGeneric.SHOW_ROW_OPTIONS), id: "view-selector", icon: "menu" })) : null)) : null));
9203
9204
  }
9204
9205
  /**
9205
9206
  * 16th standard card layout, it can be used as the toolbar.
@@ -10876,11 +10877,11 @@ var KupTreeExpansionMode;
10876
10877
  KupTreeExpansionMode["NODE"] = "node";
10877
10878
  })(KupTreeExpansionMode || (KupTreeExpansionMode = {}));
10878
10879
 
10879
- const dom$6 = document.documentElement;
10880
- const kupObjects = dom$6.ketchup
10881
- ? dom$6.ketchup.objects
10880
+ const dom$5 = document.documentElement;
10881
+ const kupObjects = dom$5.ketchup
10882
+ ? dom$5.ketchup.objects
10882
10883
  : new KupObjects();
10883
- const kupData = dom$6.ketchup ? dom$6.ketchup.data : new KupData();
10884
+ const kupData = dom$5.ketchup ? dom$5.ketchup.data : new KupData();
10884
10885
  /**
10885
10886
  * Filtering algorithms related to data-table rows.
10886
10887
  * @module FiltersRows
@@ -11109,7 +11110,7 @@ class FiltersRows extends Filters {
11109
11110
  }
11110
11111
  }
11111
11112
 
11112
- const dom$5 = document.documentElement;
11113
+ const dom$4 = document.documentElement;
11113
11114
  function sortRows(rows = [], sort = []) {
11114
11115
  if (!rows || rows.length === 0) {
11115
11116
  return [];
@@ -11342,7 +11343,7 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11342
11343
  keys.forEach((key) => {
11343
11344
  const cell = addedRow.cells[key];
11344
11345
  if (cell) {
11345
- const _isNumber = dom$5.ketchup.objects.isNumber(cell.obj);
11346
+ const _isNumber = dom$4.ketchup.objects.isNumber(cell.obj);
11346
11347
  const totalMode = totals[key];
11347
11348
  switch (totalMode) {
11348
11349
  case TotalMode.COUNT:
@@ -11359,7 +11360,7 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11359
11360
  case TotalMode.DISTINCT:
11360
11361
  let cellValue;
11361
11362
  if (_isNumber) {
11362
- cellValue = dom$5.ketchup.math.numberify(dom$5.ketchup.math.numberifySafe(cell.value));
11363
+ cellValue = dom$4.ketchup.math.numberify(dom$4.ketchup.math.numberifySafe(cell.value));
11363
11364
  }
11364
11365
  else {
11365
11366
  cellValue = cell.value;
@@ -11411,14 +11412,14 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11411
11412
  case TotalMode.SUM:
11412
11413
  case TotalMode.AVERAGE:
11413
11414
  if (_isNumber && cell.value) {
11414
- const cellValue = dom$5.ketchup.math.numberify(dom$5.ketchup.math.numberifySafe(cell.value));
11415
+ const cellValue = dom$4.ketchup.math.numberify(dom$4.ketchup.math.numberifySafe(cell.value));
11415
11416
  const currentTotalValue = groupRow.group.totals[key] || 0;
11416
11417
  groupRow.group.totals[key] =
11417
11418
  cellValue + currentTotalValue;
11418
11419
  // updating parents
11419
11420
  let parent = groupRow.group.parent;
11420
11421
  while (parent != null) {
11421
- const currentParentSum = dom$5.ketchup.math.numberify(parent.group.totals[key] || 0);
11422
+ const currentParentSum = dom$4.ketchup.math.numberify(parent.group.totals[key] || 0);
11422
11423
  parent.group.totals[key] =
11423
11424
  cellValue + currentParentSum;
11424
11425
  parent = parent.group.parent;
@@ -11429,7 +11430,7 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11429
11430
  case TotalMode.MIN:
11430
11431
  if (_isNumber && cell.value) {
11431
11432
  const currentMinValue = groupRow.group.totals[key];
11432
- const cellValue = dom$5.ketchup.math.numberify(dom$5.ketchup.math.numberifySafe(cell.value));
11433
+ const cellValue = dom$4.ketchup.math.numberify(dom$4.ketchup.math.numberifySafe(cell.value));
11433
11434
  if (currentMinValue) {
11434
11435
  groupRow.group.totals[key] = Math.min(currentMinValue, cellValue);
11435
11436
  }
@@ -11452,19 +11453,19 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11452
11453
  }
11453
11454
  }
11454
11455
  else if (cell.value &&
11455
- dom$5.ketchup.objects.isDate(cell.obj)) {
11456
- if (dom$5.ketchup.dates.isValidFormattedStringDate(cell.value)) {
11456
+ dom$4.ketchup.objects.isDate(cell.obj)) {
11457
+ if (dom$4.ketchup.dates.isValidFormattedStringDate(cell.value)) {
11457
11458
  const currentMinValue = groupRow.group.totals[key];
11458
11459
  if (currentMinValue) {
11459
11460
  let moments = [];
11460
11461
  moments.push(cellValue);
11461
- moments.push(dom$5.ketchup.dates.toDayjs(currentMinValue));
11462
+ moments.push(dom$4.ketchup.dates.toDayjs(currentMinValue));
11462
11463
  groupRow.group.totals[key] =
11463
- dom$5.ketchup.dates.format(dom$5.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
11464
+ dom$4.ketchup.dates.format(dom$4.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
11464
11465
  }
11465
11466
  else {
11466
11467
  groupRow.group.totals[key] =
11467
- dom$5.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11468
+ dom$4.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11468
11469
  }
11469
11470
  // updating parents
11470
11471
  let parent = groupRow.group.parent;
@@ -11473,14 +11474,14 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11473
11474
  if (currentParentMin) {
11474
11475
  let moments = [];
11475
11476
  moments.push(cellValue);
11476
- moments.push(dom$5.ketchup.dates.toDayjs(currentParentMin));
11477
+ moments.push(dom$4.ketchup.dates.toDayjs(currentParentMin));
11477
11478
  parent.group.totals[key] =
11478
- dom$5.ketchup.dates.format(dom$5.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
11479
+ dom$4.ketchup.dates.format(dom$4.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
11479
11480
  }
11480
11481
  else {
11481
11482
  // first round
11482
11483
  parent.group.totals[key] =
11483
- dom$5.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11484
+ dom$4.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11484
11485
  }
11485
11486
  parent = parent.group.parent;
11486
11487
  }
@@ -11491,7 +11492,7 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11491
11492
  case TotalMode.MAX:
11492
11493
  if (_isNumber && cell.value) {
11493
11494
  const currentMaxValue = groupRow.group.totals[key];
11494
- const cellValue = dom$5.ketchup.math.numberify(dom$5.ketchup.math.numberifySafe(cell.value));
11495
+ const cellValue = dom$4.ketchup.math.numberify(dom$4.ketchup.math.numberifySafe(cell.value));
11495
11496
  if (currentMaxValue) {
11496
11497
  groupRow.group.totals[key] = Math.max(currentMaxValue, cellValue);
11497
11498
  }
@@ -11514,19 +11515,19 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11514
11515
  }
11515
11516
  }
11516
11517
  else if (cell.value &&
11517
- dom$5.ketchup.objects.isDate(cell.obj)) {
11518
- if (dom$5.ketchup.dates.isValidFormattedStringDate(cell.value)) {
11518
+ dom$4.ketchup.objects.isDate(cell.obj)) {
11519
+ if (dom$4.ketchup.dates.isValidFormattedStringDate(cell.value)) {
11519
11520
  const currentMaxValue = groupRow.group.totals[key];
11520
11521
  if (currentMaxValue) {
11521
11522
  let moments = [];
11522
11523
  moments.push(cellValue);
11523
- moments.push(dom$5.ketchup.dates.toDayjs(currentMaxValue));
11524
+ moments.push(dom$4.ketchup.dates.toDayjs(currentMaxValue));
11524
11525
  groupRow.group.totals[key] =
11525
- dom$5.ketchup.dates.format(dom$5.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
11526
+ dom$4.ketchup.dates.format(dom$4.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
11526
11527
  }
11527
11528
  else {
11528
11529
  groupRow.group.totals[key] =
11529
- dom$5.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11530
+ dom$4.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11530
11531
  }
11531
11532
  // updating parents
11532
11533
  let parent = groupRow.group.parent;
@@ -11535,14 +11536,14 @@ function updateGroupTotal(groupRow, totals, addedRow, distinctObj) {
11535
11536
  if (currentParentMax) {
11536
11537
  let moments = [];
11537
11538
  moments.push(cellValue);
11538
- moments.push(dom$5.ketchup.dates.toDayjs(currentParentMax));
11539
+ moments.push(dom$4.ketchup.dates.toDayjs(currentParentMax));
11539
11540
  parent.group.totals[key] =
11540
- dom$5.ketchup.dates.format(dom$5.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
11541
+ dom$4.ketchup.dates.format(dom$4.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
11541
11542
  }
11542
11543
  else {
11543
11544
  // first round
11544
11545
  parent.group.totals[key] =
11545
- dom$5.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11546
+ dom$4.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11546
11547
  }
11547
11548
  parent = parent.group.parent;
11548
11549
  }
@@ -11635,7 +11636,7 @@ function adjustGroupAverageOrFormula(row, type, toAdjustKeys, totals) {
11635
11636
  }
11636
11637
  if (type == TotalMode.MATH) {
11637
11638
  let formula = totals[key].substring(TotalMode.MATH.length);
11638
- row.group.totals[key] = dom$5.ketchup.math.formulas.custom(formula, row.group.totals);
11639
+ row.group.totals[key] = dom$4.ketchup.math.formulas.custom(formula, row.group.totals);
11639
11640
  }
11640
11641
  });
11641
11642
  return numberOfLeaf;
@@ -11665,8 +11666,8 @@ function normalizeRows(columns, rows) {
11665
11666
  }
11666
11667
  }
11667
11668
  function calcTotals(rows = [], totals = {}) {
11668
- if (dom$5.ketchup.objects.isEmptyJsObject(rows) ||
11669
- dom$5.ketchup.objects.isEmptyJsObject(totals)) {
11669
+ if (dom$4.ketchup.objects.isEmptyJsObject(rows) ||
11670
+ dom$4.ketchup.objects.isEmptyJsObject(totals)) {
11670
11671
  return {};
11671
11672
  }
11672
11673
  const keys = Object.keys(totals);
@@ -11688,8 +11689,8 @@ function calcTotals(rows = [], totals = {}) {
11688
11689
  if (cell) {
11689
11690
  if (totals[key] === TotalMode.DISTINCT) {
11690
11691
  let cellValue;
11691
- if (dom$5.ketchup.objects.isNumber(cell.obj)) {
11692
- cellValue = dom$5.ketchup.math.numberify(dom$5.ketchup.math.numberifySafe(cell.value));
11692
+ if (dom$4.ketchup.objects.isNumber(cell.obj)) {
11693
+ cellValue = dom$4.ketchup.math.numberify(dom$4.ketchup.math.numberifySafe(cell.value));
11693
11694
  }
11694
11695
  else {
11695
11696
  cellValue = cell.value;
@@ -11705,8 +11706,8 @@ function calcTotals(rows = [], totals = {}) {
11705
11706
  distinctList.push(cellValue);
11706
11707
  }
11707
11708
  }
11708
- else if (dom$5.ketchup.objects.isNumber(cell.obj)) {
11709
- const cellValue = dom$5.ketchup.math.numberify(dom$5.ketchup.math.numberifySafe(cell.value));
11709
+ else if (dom$4.ketchup.objects.isNumber(cell.obj)) {
11710
+ const cellValue = dom$4.ketchup.math.numberify(dom$4.ketchup.math.numberifySafe(cell.value));
11710
11711
  let currentFooterValue = footerRow[key];
11711
11712
  switch (true) {
11712
11713
  // TODO DRY the MIN and MAX functions
@@ -11731,18 +11732,18 @@ function calcTotals(rows = [], totals = {}) {
11731
11732
  currentFooterValue = footerRow[key] || 0;
11732
11733
  footerRow[key] =
11733
11734
  cellValue +
11734
- dom$5.ketchup.math.numberify(currentFooterValue);
11735
+ dom$4.ketchup.math.numberify(currentFooterValue);
11735
11736
  }
11736
11737
  // TODO DRY the MIN and MAX functions
11737
11738
  }
11738
- else if (dom$5.ketchup.objects.isDate(cell.obj)) {
11739
+ else if (dom$4.ketchup.objects.isDate(cell.obj)) {
11739
11740
  if (dateColumns.indexOf(key) == -1) {
11740
11741
  dateColumns.push(key);
11741
11742
  }
11742
- if (dom$5.ketchup.dates.isValidFormattedStringDate(cell.value)) {
11743
- const cellValue = dom$5.ketchup.dates.toDate(dom$5.ketchup.dates.toDayjs(cell.value));
11743
+ if (dom$4.ketchup.dates.isValidFormattedStringDate(cell.value)) {
11744
+ const cellValue = dom$4.ketchup.dates.toDate(dom$4.ketchup.dates.toDayjs(cell.value));
11744
11745
  const currentFooterValue = footerRow[key]
11745
- ? dom$5.ketchup.dates.toDate(dom$5.ketchup.dates.toDayjs(footerRow[key]))
11746
+ ? dom$4.ketchup.dates.toDate(dom$4.ketchup.dates.toDayjs(footerRow[key]))
11746
11747
  : null;
11747
11748
  switch (true) {
11748
11749
  case totals[key] === TotalMode.MIN:
@@ -11751,11 +11752,11 @@ function calcTotals(rows = [], totals = {}) {
11751
11752
  moments.push(cellValue);
11752
11753
  moments.push(currentFooterValue);
11753
11754
  footerRow[key] =
11754
- dom$5.ketchup.dates.format(dom$5.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
11755
+ dom$4.ketchup.dates.format(dom$4.ketchup.dates.min(moments), KupDatesFormats.ISO_DATE);
11755
11756
  }
11756
11757
  else {
11757
11758
  footerRow[key] =
11758
- dom$5.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11759
+ dom$4.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11759
11760
  }
11760
11761
  break;
11761
11762
  case totals[key] === TotalMode.MAX:
@@ -11764,11 +11765,11 @@ function calcTotals(rows = [], totals = {}) {
11764
11765
  moments.push(cellValue);
11765
11766
  moments.push(currentFooterValue);
11766
11767
  footerRow[key] =
11767
- dom$5.ketchup.dates.format(dom$5.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
11768
+ dom$4.ketchup.dates.format(dom$4.ketchup.dates.max(moments), KupDatesFormats.ISO_DATE);
11768
11769
  }
11769
11770
  else {
11770
11771
  footerRow[key] =
11771
- dom$5.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11772
+ dom$4.ketchup.dates.format(cellValue, KupDatesFormats.ISO_DATE);
11772
11773
  }
11773
11774
  break;
11774
11775
  }
@@ -11797,14 +11798,14 @@ function calcTotals(rows = [], totals = {}) {
11797
11798
  footerRow[key] = rows.length;
11798
11799
  break;
11799
11800
  case totals[key].indexOf(TotalMode.MATH) == 0:
11800
- footerRow[key] = dom$5.ketchup.math.formulas.custom(totals[key].substring(TotalMode.MATH.length), footerRow);
11801
+ footerRow[key] = dom$4.ketchup.math.formulas.custom(totals[key].substring(TotalMode.MATH.length), footerRow);
11801
11802
  break;
11802
11803
  }
11803
11804
  if (footerRow[key]) {
11804
11805
  if (dateColumns.indexOf(key) != -1) {
11805
- footerRow[key] = dom$5.ketchup.dates.format(footerRow[key]);
11806
+ footerRow[key] = dom$4.ketchup.dates.format(footerRow[key]);
11806
11807
  }
11807
- else if (dom$5.ketchup.math.isNumber(footerRow[key])) {
11808
+ else if (dom$4.ketchup.math.isNumber(footerRow[key])) {
11808
11809
  footerRow[key] = +footerRow[key].toFixed(2);
11809
11810
  }
11810
11811
  }
@@ -11961,7 +11962,7 @@ function decorateDataTable(data) {
11961
11962
  }
11962
11963
  else {
11963
11964
  if (cell.shape) {
11964
- dom$5.ketchup.debug.logMessage('kup-data', `Shape specified ${cell.shape} in cell ${JSON.stringify(cell)} unsupported`, KupDebugCategory.WARNING);
11965
+ dom$4.ketchup.debug.logMessage('kup-data', `Shape specified ${cell.shape} in cell ${JSON.stringify(cell)} unsupported`, KupDebugCategory.WARNING);
11965
11966
  }
11966
11967
  }
11967
11968
  });
@@ -12005,7 +12006,7 @@ class KupDataTableState {
12005
12006
  }
12006
12007
  }
12007
12008
 
12008
- const dom$4 = document.documentElement;
12009
+ const dom$3 = document.documentElement;
12009
12010
  /**
12010
12011
  * Definition and events of the column menu card.
12011
12012
  * @module KupColumnMenu
@@ -12030,8 +12031,8 @@ class KupColumnMenu {
12030
12031
  */
12031
12032
  close(card) {
12032
12033
  card.menuVisible = false;
12033
- dom$4.ketchup.removeClickCallback(this.clickCb);
12034
- dom$4.ketchup.dynamicPosition.stop(card);
12034
+ dom$3.ketchup.removeClickCallback(this.clickCb);
12035
+ dom$3.ketchup.dynamicPosition.stop(card);
12035
12036
  }
12036
12037
  /**
12037
12038
  * Function called to reposition the column menu card to the appropriate column.
@@ -12043,11 +12044,11 @@ class KupColumnMenu {
12043
12044
  if (card) {
12044
12045
  const column = card.dataset.column;
12045
12046
  const wrapper = root.querySelector('th[data-column="' + column + '"]');
12046
- if (dom$4.ketchup.dynamicPosition.isRegistered(card)) {
12047
- dom$4.ketchup.dynamicPosition.changeAnchor(card, wrapper);
12047
+ if (dom$3.ketchup.dynamicPosition.isRegistered(card)) {
12048
+ dom$3.ketchup.dynamicPosition.changeAnchor(card, wrapper);
12048
12049
  }
12049
12050
  else {
12050
- dom$4.ketchup.dynamicPosition.register(card, wrapper, 0, KupDynamicPositionPlacement.AUTO, true);
12051
+ dom$3.ketchup.dynamicPosition.register(card, wrapper, 0, KupDynamicPositionPlacement.AUTO, true);
12051
12052
  }
12052
12053
  if (!this.clickCb) {
12053
12054
  this.clickCb = {
@@ -12057,8 +12058,8 @@ class KupColumnMenu {
12057
12058
  el: card,
12058
12059
  };
12059
12060
  }
12060
- dom$4.ketchup.addClickCallback(this.clickCb, true);
12061
- dom$4.ketchup.dynamicPosition.start(card);
12061
+ dom$3.ketchup.addClickCallback(this.clickCb, true);
12062
+ dom$3.ketchup.dynamicPosition.start(card);
12062
12063
  card.menuVisible = true;
12063
12064
  }
12064
12065
  }
@@ -12108,8 +12109,8 @@ class KupColumnMenu {
12108
12109
  icon: 'book',
12109
12110
  id: KupColumnMenuIds.BUTTON_GROUP,
12110
12111
  title: comp.getGroupByName(column.name) != null
12111
- ? dom$4.ketchup.language.translate(KupLanguageGrouping.DISABLE)
12112
- : dom$4.ketchup.language.translate(KupLanguageGrouping.ENABLE),
12112
+ ? dom$3.ketchup.language.translate(KupLanguageGrouping.DISABLE)
12113
+ : dom$3.ketchup.language.translate(KupLanguageGrouping.ENABLE),
12113
12114
  });
12114
12115
  }
12115
12116
  if (comp.removableColumns) {
@@ -12120,12 +12121,12 @@ class KupColumnMenu {
12120
12121
  },
12121
12122
  icon: 'table-column-remove',
12122
12123
  id: KupColumnMenuIds.BUTTON_REMOVE,
12123
- title: dom$4.ketchup.language.translate(KupLanguageColumn.HIDE),
12124
+ title: dom$3.ketchup.language.translate(KupLanguageColumn.HIDE),
12124
12125
  });
12125
12126
  }
12126
12127
  if (comp.enableExtraColumns &&
12127
- (dom$4.ketchup.objects.canObjHaveExtraColumns(column.obj) ||
12128
- dom$4.ketchup.objects.canObjsHaveExtraColumns(column.objs))) {
12128
+ (dom$3.ketchup.objects.canObjHaveExtraColumns(column.obj) ||
12129
+ dom$3.ketchup.objects.canObjsHaveExtraColumns(column.objs))) {
12129
12130
  props.push({
12130
12131
  className: 'printable',
12131
12132
  'data-storage': {
@@ -12133,14 +12134,14 @@ class KupColumnMenu {
12133
12134
  },
12134
12135
  icon: 'table-column-plus-after',
12135
12136
  id: KupColumnMenuIds.BUTTON_ADD_COLUMNS,
12136
- title: dom$4.ketchup.language.translate(KupLanguageColumn.ADD),
12137
+ title: dom$3.ketchup.language.translate(KupLanguageColumn.ADD),
12137
12138
  });
12138
12139
  props.push({
12139
12140
  className: 'printable',
12140
- label: dom$4.ketchup.language.translate(KupLanguageGeneric.APPLY),
12141
+ label: dom$3.ketchup.language.translate(KupLanguageGeneric.APPLY),
12141
12142
  id: KupColumnMenuIds.BUTTON_APPLY,
12142
12143
  styling: FButtonStyling.OUTLINED,
12143
- title: dom$4.ketchup.language.translate(KupLanguageGeneric.APPLY),
12144
+ title: dom$3.ketchup.language.translate(KupLanguageGeneric.APPLY),
12144
12145
  });
12145
12146
  }
12146
12147
  return props;
@@ -12154,8 +12155,8 @@ class KupColumnMenu {
12154
12155
  prepCheckbox(comp, column) {
12155
12156
  const props = [];
12156
12157
  if (comp.showFilters &&
12157
- (dom$4.ketchup.objects.isStringObject(column.obj) ||
12158
- dom$4.ketchup.objects.isCheckbox(column.obj))) {
12158
+ (dom$3.ketchup.objects.isStringObject(column.obj) ||
12159
+ dom$3.ketchup.objects.isCheckbox(column.obj))) {
12159
12160
  const checkBoxesFilter = this.filtersColumnMenuInstance.getCheckBoxFilterValues(comp.filters, column.name);
12160
12161
  const columnValues = comp.getColumnValues(column);
12161
12162
  if (columnValues.length > 0) {
@@ -12167,17 +12168,17 @@ class KupColumnMenu {
12167
12168
  },
12168
12169
  id: KupColumnMenuIds.CHECKBOX_GLOBAL,
12169
12170
  key: KupColumnMenuIds.CHECKBOX_GLOBAL + column.name,
12170
- label: dom$4.ketchup.language.translate(KupLanguageCheckbox.ALL),
12171
+ label: dom$3.ketchup.language.translate(KupLanguageCheckbox.ALL),
12171
12172
  });
12172
12173
  }
12173
12174
  for (let index = 0; index < columnValues.length; index++) {
12174
12175
  let label = getValueForDisplay2(columnValues[index], column);
12175
- if (dom$4.ketchup.objects.isCheckbox(column.obj)) {
12176
+ if (dom$3.ketchup.objects.isCheckbox(column.obj)) {
12176
12177
  if (columnValues[index].value == '1') {
12177
- label = dom$4.ketchup.language.translate(KupLanguageCheckbox.CHECKED);
12178
+ label = dom$3.ketchup.language.translate(KupLanguageCheckbox.CHECKED);
12178
12179
  }
12179
12180
  else {
12180
- label = dom$4.ketchup.language.translate(KupLanguageCheckbox.UNCHECKED);
12181
+ label = dom$3.ketchup.language.translate(KupLanguageCheckbox.UNCHECKED);
12181
12182
  }
12182
12183
  }
12183
12184
  props.push({
@@ -12216,7 +12217,7 @@ class KupColumnMenu {
12216
12217
  }
12217
12218
  }
12218
12219
  catch (error) {
12219
- dom$4.ketchup.debug.logMessage(this, 'Child column not found (' + child.name + ')!' + error, KupDebugCategory.ERROR);
12220
+ dom$3.ketchup.debug.logMessage(this, 'Child column not found (' + child.name + ')!' + error, KupDebugCategory.ERROR);
12220
12221
  }
12221
12222
  chipData.push({
12222
12223
  icon: child.icon ? child.icon : null,
@@ -12244,7 +12245,7 @@ class KupColumnMenu {
12244
12245
  if (!FiltersColumnMenu.isTree(comp)) {
12245
12246
  if (objs &&
12246
12247
  objs.length > 0 &&
12247
- !dom$4.ketchup.objects.isEmptyKupObj(objs[0])) {
12248
+ !dom$3.ketchup.objects.isEmptyKupObj(objs[0])) {
12248
12249
  props.push({
12249
12250
  'data-storage': {
12250
12251
  columnName: column.name,
@@ -12252,7 +12253,7 @@ class KupColumnMenu {
12252
12253
  checked: column.isKey ? true : false,
12253
12254
  key: KupColumnMenuIds.SWITCH_KEY + column.name,
12254
12255
  id: KupColumnMenuIds.SWITCH_KEY,
12255
- label: dom$4.ketchup.language.translate(KupLanguageRow.KEY),
12256
+ label: dom$3.ketchup.language.translate(KupLanguageRow.KEY),
12256
12257
  leadingLabel: true,
12257
12258
  });
12258
12259
  }
@@ -12265,7 +12266,7 @@ class KupColumnMenu {
12265
12266
  key: KupColumnMenuIds.SWITCH_GROUP + column.name,
12266
12267
  checked: isGroupActive ? true : false,
12267
12268
  id: KupColumnMenuIds.SWITCH_GROUP,
12268
- label: dom$4.ketchup.language.translate(KupLanguageGrouping.GROUPS),
12269
+ label: dom$3.ketchup.language.translate(KupLanguageGrouping.GROUPS),
12269
12270
  leadingLabel: true,
12270
12271
  });
12271
12272
  }
@@ -12283,16 +12284,16 @@ class KupColumnMenu {
12283
12284
  if (comp.showFilters) {
12284
12285
  data.push({
12285
12286
  id: KupLanguageGeneric.FILTERS,
12286
- value: dom$4.ketchup.language.translate(KupLanguageGeneric.FILTERS),
12287
+ value: dom$3.ketchup.language.translate(KupLanguageGeneric.FILTERS),
12287
12288
  });
12288
12289
  }
12289
12290
  if ((comp.enableExtraColumns &&
12290
- (dom$4.ketchup.objects.canObjHaveExtraColumns(column.obj) ||
12291
- dom$4.ketchup.objects.canObjsHaveExtraColumns(column.objs))) ||
12291
+ (dom$3.ketchup.objects.canObjHaveExtraColumns(column.obj) ||
12292
+ dom$3.ketchup.objects.canObjsHaveExtraColumns(column.objs))) ||
12292
12293
  comp.removableColumns) {
12293
12294
  data.push({
12294
12295
  id: KupLanguageColumn.COLUMNS,
12295
- value: dom$4.ketchup.language.translate(KupLanguageColumn.COLUMNS),
12296
+ value: dom$3.ketchup.language.translate(KupLanguageColumn.COLUMNS),
12296
12297
  });
12297
12298
  }
12298
12299
  if (!FiltersColumnMenu.isTree(comp)) {
@@ -12319,7 +12320,7 @@ class KupColumnMenu {
12319
12320
  if (this.filtersColumnMenuInstance.isColumnFiltrableByInterval(column)) {
12320
12321
  props = props.concat(this.prepIntervalTextfield(comp, column));
12321
12322
  }
12322
- else if (dom$4.ketchup.objects.isStringObject(column.obj)) {
12323
+ else if (dom$3.ketchup.objects.isStringObject(column.obj)) {
12323
12324
  let filterInitialValue = this.filtersColumnMenuInstance.getTextFilterValue(comp.filters, column.name);
12324
12325
  filterInitialValue = getValueForDisplay(filterInitialValue, column.obj, column.decimals);
12325
12326
  props.push({
@@ -12331,13 +12332,13 @@ class KupColumnMenu {
12331
12332
  initialValue: filterInitialValue,
12332
12333
  isClearable: true,
12333
12334
  key: KupColumnMenuIds.TEXTFIELD_FILTER + column.name,
12334
- label: dom$4.ketchup.language.translate(KupLanguageSearch.SEARCH),
12335
+ label: dom$3.ketchup.language.translate(KupLanguageSearch.SEARCH),
12335
12336
  trailingIcon: true,
12336
12337
  });
12337
12338
  }
12338
12339
  }
12339
12340
  if (!FiltersColumnMenu.isTree(comp)) {
12340
- if (dom$4.ketchup.objects.isNumber(column.obj) &&
12341
+ if (dom$3.ketchup.objects.isNumber(column.obj) &&
12341
12342
  comp.enableColumnsFormula) {
12342
12343
  props.push({
12343
12344
  fullWidth: true,
@@ -12345,7 +12346,7 @@ class KupColumnMenu {
12345
12346
  id: KupColumnMenuIds.TEXTFIELD_FORMULA,
12346
12347
  key: KupColumnMenuIds.TEXTFIELD_FORMULA + column.name,
12347
12348
  helper: `i.e.: Description;[${column.name}] * 2`,
12348
- label: dom$4.ketchup.language.translate(KupLanguageTotals.FORMULA),
12349
+ label: dom$3.ketchup.language.translate(KupLanguageTotals.FORMULA),
12349
12350
  trailingIcon: true,
12350
12351
  });
12351
12352
  }
@@ -12363,7 +12364,7 @@ class KupColumnMenu {
12363
12364
  if (!comp.showFilters) {
12364
12365
  return props;
12365
12366
  }
12366
- if (!dom$4.ketchup.objects.isNumber(column.obj)) {
12367
+ if (!dom$3.ketchup.objects.isNumber(column.obj)) {
12367
12368
  return props;
12368
12369
  }
12369
12370
  let interval = this.filtersColumnMenuInstance.getIntervalTextFieldFilterValues(comp.filters, column);
@@ -12381,7 +12382,7 @@ class KupColumnMenu {
12381
12382
  key: KupColumnMenuIds.TEXTFIELD_FROM + column.name,
12382
12383
  initialValue: initialValueFrom,
12383
12384
  isClearable: true,
12384
- label: dom$4.ketchup.language.translate(KupLanguageSearch.FROM),
12385
+ label: dom$3.ketchup.language.translate(KupLanguageSearch.FROM),
12385
12386
  trailingIcon: true,
12386
12387
  });
12387
12388
  props.push({
@@ -12396,7 +12397,7 @@ class KupColumnMenu {
12396
12397
  key: KupColumnMenuIds.TEXTFIELD_TO + column.name,
12397
12398
  initialValue: initialValueTo,
12398
12399
  isClearable: true,
12399
- label: dom$4.ketchup.language.translate(KupLanguageSearch.TO),
12400
+ label: dom$3.ketchup.language.translate(KupLanguageSearch.TO),
12400
12401
  trailingIcon: true,
12401
12402
  });
12402
12403
  return props;
@@ -12412,7 +12413,7 @@ class KupColumnMenu {
12412
12413
  if (!comp.showFilters) {
12413
12414
  return props;
12414
12415
  }
12415
- if (!dom$4.ketchup.objects.isTime(column.obj)) {
12416
+ if (!dom$3.ketchup.objects.isTime(column.obj)) {
12416
12417
  return props;
12417
12418
  }
12418
12419
  let interval = this.filtersColumnMenuInstance.getIntervalTextFieldFilterValues(comp.filters, column);
@@ -12429,13 +12430,13 @@ class KupColumnMenu {
12429
12430
  fullWidth: true,
12430
12431
  helperWhenFocused: true,
12431
12432
  isClearable: true,
12432
- label: dom$4.ketchup.language.translate(KupLanguageSearch.FROM),
12433
+ label: dom$3.ketchup.language.translate(KupLanguageSearch.FROM),
12433
12434
  },
12434
12435
  },
12435
12436
  id: KupColumnMenuIds.TEXTFIELD_FROM,
12436
12437
  key: KupColumnMenuIds.TEXTFIELD_FROM + column.name,
12437
12438
  initialValue: initialValueFrom,
12438
- manageSeconds: dom$4.ketchup.objects.isTimeWithSeconds(column.obj),
12439
+ manageSeconds: dom$3.ketchup.objects.isTimeWithSeconds(column.obj),
12439
12440
  });
12440
12441
  props.push({
12441
12442
  'data-storage': {
@@ -12448,13 +12449,13 @@ class KupColumnMenu {
12448
12449
  fullWidth: true,
12449
12450
  helperWhenFocused: true,
12450
12451
  isClearable: true,
12451
- label: dom$4.ketchup.language.translate(KupLanguageSearch.TO),
12452
+ label: dom$3.ketchup.language.translate(KupLanguageSearch.TO),
12452
12453
  },
12453
12454
  },
12454
12455
  id: KupColumnMenuIds.TEXTFIELD_TO,
12455
12456
  key: KupColumnMenuIds.TEXTFIELD_TO + column.name,
12456
12457
  initialValue: initialValueTo,
12457
- manageSeconds: dom$4.ketchup.objects.isTimeWithSeconds(column.obj),
12458
+ manageSeconds: dom$3.ketchup.objects.isTimeWithSeconds(column.obj),
12458
12459
  });
12459
12460
  return props;
12460
12461
  }
@@ -12469,8 +12470,8 @@ class KupColumnMenu {
12469
12470
  if (!comp.showFilters) {
12470
12471
  return props;
12471
12472
  }
12472
- if (!dom$4.ketchup.objects.isDate(column.obj) &&
12473
- !dom$4.ketchup.objects.isTimestamp(column.obj)) {
12473
+ if (!dom$3.ketchup.objects.isDate(column.obj) &&
12474
+ !dom$3.ketchup.objects.isTimestamp(column.obj)) {
12474
12475
  return props;
12475
12476
  }
12476
12477
  let interval = this.filtersColumnMenuInstance.getIntervalTextFieldFilterValues(comp.filters, column);
@@ -12478,7 +12479,7 @@ class KupColumnMenu {
12478
12479
  let initialValueTo = interval[FilterInterval.TO];
12479
12480
  let suffixFrom = null;
12480
12481
  let suffixTo = null;
12481
- if (dom$4.ketchup.objects.isTimestamp(column.obj)) {
12482
+ if (dom$3.ketchup.objects.isTimestamp(column.obj)) {
12482
12483
  suffixFrom = ' 00:00:00';
12483
12484
  suffixTo = ' 23:59:59';
12484
12485
  if (initialValueFrom && initialValueFrom.length >= 10) {
@@ -12506,7 +12507,7 @@ class KupColumnMenu {
12506
12507
  fullWidth: true,
12507
12508
  helperWhenFocused: true,
12508
12509
  isClearable: true,
12509
- label: dom$4.ketchup.language.translate(KupLanguageSearch.FROM),
12510
+ label: dom$3.ketchup.language.translate(KupLanguageSearch.FROM),
12510
12511
  },
12511
12512
  },
12512
12513
  id: KupColumnMenuIds.TEXTFIELD_FROM,
@@ -12525,7 +12526,7 @@ class KupColumnMenu {
12525
12526
  fullWidth: true,
12526
12527
  helperWhenFocused: true,
12527
12528
  isClearable: true,
12528
- label: dom$4.ketchup.language.translate(KupLanguageSearch.TO),
12529
+ label: dom$3.ketchup.language.translate(KupLanguageSearch.TO),
12529
12530
  },
12530
12531
  },
12531
12532
  id: KupColumnMenuIds.TEXTFIELD_TO,
@@ -12779,7 +12780,7 @@ var FPaginatorMode;
12779
12780
  FPaginatorMode["FULL"] = "full";
12780
12781
  })(FPaginatorMode || (FPaginatorMode = {}));
12781
12782
 
12782
- const dom$3 = document.documentElement;
12783
+ const dom$2 = document.documentElement;
12783
12784
  /*-------------------------------------------------*/
12784
12785
  /* C o m p o n e n t */
12785
12786
  /*-------------------------------------------------*/
@@ -12795,8 +12796,8 @@ const FPaginator = (props) => {
12795
12796
  data: pageItems,
12796
12797
  },
12797
12798
  'kup-text-field': {
12798
- label: dom$3.ketchup.language.translate(KupLanguagePage.PAGE),
12799
- helper: dom$3.ketchup.language.translate(KupLanguagePage.TOTAL) +
12799
+ label: dom$2.ketchup.language.translate(KupLanguagePage.PAGE),
12800
+ helper: dom$2.ketchup.language.translate(KupLanguagePage.TOTAL) +
12800
12801
  `: ${maxNumberOfPage}`,
12801
12802
  helperWhenFocused: true,
12802
12803
  inputType: 'number',
@@ -12809,10 +12810,10 @@ const FPaginator = (props) => {
12809
12810
  data: rowsPerPageItems,
12810
12811
  },
12811
12812
  'kup-text-field': {
12812
- label: dom$3.ketchup.language.translate(KupLanguageRow.ROWS) +
12813
+ label: dom$2.ketchup.language.translate(KupLanguageRow.ROWS) +
12813
12814
  ' / ' +
12814
- dom$3.ketchup.language.translate(KupLanguagePage.PAGE),
12815
- helper: dom$3.ketchup.language.translate(KupLanguageRow.TOTAL) +
12815
+ dom$2.ketchup.language.translate(KupLanguagePage.PAGE),
12816
+ helper: dom$2.ketchup.language.translate(KupLanguageRow.TOTAL) +
12816
12817
  `: ${props.max}`,
12817
12818
  helperWhenFocused: true,
12818
12819
  inputType: 'number',
@@ -12821,7 +12822,7 @@ const FPaginator = (props) => {
12821
12822
  },
12822
12823
  };
12823
12824
  return (h("div", Object.assign({ class: `f-paginator ${props.mode ? props.mode : ''} ${props.wrapperClass ? props.wrapperClass : ''}` }, props.dataSet, { id: props.id, title: props.title }),
12824
- props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom$3.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "load-more-button kup-neutral" })) : null,
12825
+ props.onLoadMore ? (h(FButton, { icon: "plus", onClick: props.onLoadMore, label: dom$2.ketchup.language.translate(KupLanguageGeneric.LOAD_MORE), sizing: KupComponentSizing.SMALL, styling: FButtonStyling.FLAT, wrapperClass: "load-more-button kup-neutral" })) : null,
12825
12826
  h("kup-combobox", { class: "rows-selector", data: dataRowsSelector, initialValue: props.perPage.toString(), "onkup-combobox-change": props.onRowsChange }),
12826
12827
  h("kup-combobox", { class: "page-selector", data: dataPageSelector, initialValue: props.currentPage.toString(), "onkup-combobox-change": props.onPageChange }),
12827
12828
  h("div", { class: "arrow-wrapper" },
@@ -12870,9 +12871,9 @@ function isPrevPageDisabled(props) {
12870
12871
  return props.currentPage == 1;
12871
12872
  }
12872
12873
 
12873
- const dom$2 = document.documentElement;
12874
+ const dom$1 = document.documentElement;
12874
12875
  function pageChange(pageNumber, max, perPage) {
12875
- if (dom$2.ketchup.math.isNumber(pageNumber)) {
12876
+ if (dom$1.ketchup.math.isNumber(pageNumber)) {
12876
12877
  const numberOfPages = Math.ceil(max / perPage);
12877
12878
  let tmpNewPage = pageNumber;
12878
12879
  if (tmpNewPage > numberOfPages) {
@@ -12886,7 +12887,7 @@ function pageChange(pageNumber, max, perPage) {
12886
12887
  return null;
12887
12888
  }
12888
12889
  function rowsPerPageChange(rowsNumber, max) {
12889
- if (dom$2.ketchup.math.isNumber(rowsNumber)) {
12890
+ if (dom$1.ketchup.math.isNumber(rowsNumber)) {
12890
12891
  let tmpRowsPerPage = rowsNumber;
12891
12892
  if (tmpRowsPerPage > max) {
12892
12893
  tmpRowsPerPage = max;
@@ -16451,7 +16452,7 @@ const KupTimePicker = /*@__PURE__*/ proxyCustomElement(class KupTimePicker exten
16451
16452
  this.kupManager.debug.logRender(this, true);
16452
16453
  }
16453
16454
  render() {
16454
- return (h$1(Host, { key: '97f7c450f1127e17093339384ddf702cba2a6fe3' }, h$1("style", { key: 'b819e8654037e98b79b7fe0a38e1f38128a06b6e' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'd7d42055db50947e57d98a07e8396600f9653ddd', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
16455
+ return (h$1(Host, { key: '01279d87213d53b67cd6bd48830ce8b3d6ba2d0c' }, h$1("style", { key: 'e72d86ef452904cfc610fd4ee964715820b6a489' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '0ddf26e97241a003a77f0a041ef09621899fe952', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
16455
16456
  }
16456
16457
  disconnectedCallback() {
16457
16458
  this.kupManager.dates.unregister(this);
@@ -18030,7 +18031,7 @@ const KupSwitch = /*@__PURE__*/ proxyCustomElement(class KupSwitch extends H {
18030
18031
  onChange: () => this.onKupChange(),
18031
18032
  onFocus: () => this.onKupFocus(),
18032
18033
  };
18033
- return (h$1(Host, { key: 'aec9128d5c983f66e2c9830c322506c4539e21c9' }, h$1("style", { key: '8859ad3ed0aa14a468516b01499e82e9fd8f2a36' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '486bebb9405f743d3448cbddadeb53eab64c73b7', id: componentWrapperId }, h$1(FSwitch, Object.assign({ key: 'b055a1fd94ba6af4cd5cbe998c2312395514af8c' }, props)))));
18034
+ return (h$1(Host, { key: '86748c6c08475f936169898ba4b926718fcaf408' }, h$1("style", { key: '448695a70cd694897d210cd42a790f9141b9acdf' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '66676ec9881f2b6af0e0dc01f7a8614164e269c5', id: componentWrapperId }, h$1(FSwitch, Object.assign({ key: 'bceef796e14a6c35595cfc259c262438426cd57b' }, props)))));
18034
18035
  }
18035
18036
  disconnectedCallback() {
18036
18037
  this.kupManager.theme.unregister(this);
@@ -18293,59 +18294,59 @@ const KupSpinner = /*@__PURE__*/ proxyCustomElement(class KupSpinner extends H {
18293
18294
  spinnerClass = 'spinner-v' + this.layout;
18294
18295
  if (this.layout === 7) {
18295
18296
  spinnerEl = [
18296
- h$1("div", { key: '81a65c54055473cc29b6eb27111eca0e2c89e34b', class: "sk-spinner-v7-dot" }),
18297
- h$1("div", { key: '5ddbc3a4e2dfe25791a1dfd4bec2373d51c491ac', class: "sk-spinner-v7-dot" }),
18298
- h$1("div", { key: 'd4651cec0cf7ffb42ed2b7dab63838d43778358c', class: "sk-spinner-v7-dot" }),
18299
- h$1("div", { key: '3a90ca47426be590e3d533120858f5aeef770749', class: "sk-spinner-v7-dot" }),
18300
- h$1("div", { key: '52d9e9e8a0dbe22eab84fe93c5111444b3954796', class: "sk-spinner-v7-dot" }),
18301
- h$1("div", { key: '804774c88c9dc9656ad44bb78ff48bac1b8dc3ca', class: "sk-spinner-v7-dot" }),
18297
+ h$1("div", { key: '96692932f35b65738b7bd4a709f29a6882eb5d35', class: "sk-spinner-v7-dot" }),
18298
+ h$1("div", { key: '92a10a4176fc8117c7855edb5672ca51d6a82f05', class: "sk-spinner-v7-dot" }),
18299
+ h$1("div", { key: 'eb18cdd80e2fdd87f2b41a28078695b5c7d106cc', class: "sk-spinner-v7-dot" }),
18300
+ h$1("div", { key: '04555672d9cc1f0c373d8042e11f9846a74f9323', class: "sk-spinner-v7-dot" }),
18301
+ h$1("div", { key: 'c5931a2cfb81583080d45d48a366ecc5ea64c051', class: "sk-spinner-v7-dot" }),
18302
+ h$1("div", { key: 'e25127c741adbd5143cc64876cf7676d2c820e9a', class: "sk-spinner-v7-dot" }),
18302
18303
  ];
18303
18304
  }
18304
18305
  if (this.layout === 9) {
18305
18306
  spinnerEl = [
18306
- h$1("div", { key: 'e14ba5380e396bd6aa330eb368c74be28a544611', class: "sk-spinner-v9-bounce1" }),
18307
- h$1("div", { key: '391a4eec88e9579bd9e6b420f5c137ce8ac65b80', class: "sk-spinner-v9-bounce2" }),
18307
+ h$1("div", { key: 'e25a5e3a3e0c6558ff69aaa9f26415d0f174b5b0', class: "sk-spinner-v9-bounce1" }),
18308
+ h$1("div", { key: 'd965dfd0f30bceae4071f59ddd6a93413e66c0d8', class: "sk-spinner-v9-bounce2" }),
18308
18309
  ];
18309
18310
  }
18310
18311
  if (this.layout === 10) {
18311
18312
  spinnerEl = [
18312
- h$1("div", { key: 'e10563e780ee16d1cbba147d2a2fe69da0025a46', class: "sk-spinner-v10-cube1" }),
18313
- h$1("div", { key: 'b55e2d5a3c37a67e1318cb9a68d1c7b895bb63ad', class: "sk-spinner-v10-cube2" }),
18313
+ h$1("div", { key: 'dc77ac1838734ab3d7fa10e37157c007a2f7a0f7', class: "sk-spinner-v10-cube1" }),
18314
+ h$1("div", { key: 'e079e592180df575002a539d3538fc7a8a603a73', class: "sk-spinner-v10-cube2" }),
18314
18315
  ];
18315
18316
  }
18316
18317
  if (this.layout === 12) {
18317
18318
  spinnerEl = [
18318
- h$1("div", { key: '3288bdc038ca02c506f72b50bce793ec2416165e', class: "sk-spinner-v12-dot1" }),
18319
- h$1("div", { key: '8811c582d95327ee22ca89a2931c94eebdc2d88c', class: "sk-spinner-v12-dot2" }),
18319
+ h$1("div", { key: '1f7e9f41f12e05898777647b5317e3121f3d0b84', class: "sk-spinner-v12-dot1" }),
18320
+ h$1("div", { key: '761ea5842b5ccc7f5289612931f4aea9c3cb1719', class: "sk-spinner-v12-dot2" }),
18320
18321
  ];
18321
18322
  }
18322
18323
  if (this.layout === 13) {
18323
18324
  spinnerEl = [
18324
- h$1("div", { key: '2500b736456a54e1534d157e0262f0aed8da33a7', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
18325
- h$1("div", { key: 'fdac8eb3d24bbda5eec177146ede56548605a98c', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
18326
- h$1("div", { key: '5d2bb1fdd70649b44a992a882f3457f3b6c81244', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
18327
- h$1("div", { key: '4b8313ea7ea6eafe5ca0a0c26046314ccd1b9065', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
18328
- h$1("div", { key: 'ed49f19d072900348139db9f2c6514a97554c87a', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
18329
- h$1("div", { key: '20681a2cf6cef36f4cbce77ebb3269ccd87516c4', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
18330
- h$1("div", { key: '47fd85c50dc4ecdbbbc4407a965835da43bbc06b', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
18331
- h$1("div", { key: '4acc593a037af69708c8b591d00ab9e79c85e071', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
18332
- h$1("div", { key: '37848e74d0adf52c7dcfd7667a534f299ad1b249', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
18325
+ h$1("div", { key: 'a8ecdb239803689d32d5d751f749748246f2749d', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
18326
+ h$1("div", { key: 'ae4ffec0c0d2ec6cf04dee3ba30e4e53a9193296', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
18327
+ h$1("div", { key: 'e743362b2b34e79185fba06d2c62b0bfc0f2d81b', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
18328
+ h$1("div", { key: '007a0e740f489013c5413ed583bb9c97b9ebf6d0', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
18329
+ h$1("div", { key: '44c66240725e7ee2bd36517cc28efcaf65b8011c', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
18330
+ h$1("div", { key: '66f19c1fddcf50a3ee379ad87cdc526be514092f', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
18331
+ h$1("div", { key: '817c7ab107d0990d50e2605b8183ceb66ceee73f', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
18332
+ h$1("div", { key: '313b9525eb797803de6959ece1136ce04477dca5', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
18333
+ h$1("div", { key: 'ec75231b93337852eb67d052b3f6463bad26ffa6', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
18333
18334
  ];
18334
18335
  }
18335
18336
  if (this.layout === 14) {
18336
18337
  spinnerEl = [
18337
- h$1("div", { key: '81864660743e356c6f6c43c503b2a977e315c869', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
18338
- h$1("div", { key: 'd495acf840740ec71bbef1384a4a153991bba8d5', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
18339
- h$1("div", { key: 'dbe6c9598f20c2285b9dcfcf4d95fe8fea796916', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
18340
- h$1("div", { key: '303d0136dd6c9b5a81416d6a14953243cd348dc4', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
18341
- h$1("div", { key: '6e81d676ab005e17fb470c519a1cd155be97f6d2', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
18342
- h$1("div", { key: 'd0cb98cd47fbd80d9924422072d3d9197489dab2', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
18343
- h$1("div", { key: '4ae83dfedae737e014295302c735611bf099c86e', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
18344
- h$1("div", { key: '298aed2ccd8e33cecc97eb1de1fa164160d06f8f', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
18345
- h$1("div", { key: 'f2ef5563042c1846298b80b01a7f8a7a025607d2', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
18346
- h$1("div", { key: '14f9cb1f53017077195a3894eca9e5c2a0236c3a', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
18347
- h$1("div", { key: '01be9f538d0a601bb0979f518f24ff5374d595b2', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
18348
- h$1("div", { key: '5b93a4fd503c3a9f4e19592c6a22e6a65f041211', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
18338
+ h$1("div", { key: 'ac985dc9f68b8f8ccf18fea4421141304bf96cfc', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
18339
+ h$1("div", { key: '68380b6cf9cc7922538a298efcbe25cdd6a2689c', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
18340
+ h$1("div", { key: '3ccf00fa9e7243276d7b1200eda6252c1e8fb40e', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
18341
+ h$1("div", { key: 'f13bb429a3b6bb253ea723e10acbb5115310e8a9', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
18342
+ h$1("div", { key: '811a9b344cc9e988e2320fc9859d541039d9df43', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
18343
+ h$1("div", { key: '2d8b2366a1ac095d8d89e3d2f67a5e0db6b94a2b', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
18344
+ h$1("div", { key: '1b29647d383fe51676bc160f8fa90f7f2e7e7859', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
18345
+ h$1("div", { key: '9ee69337ef8957e3dcffd7d5721fb8d779479328', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
18346
+ h$1("div", { key: 'be9d0bccfecfe654d1268c3e1e5fa36073ab40f1', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
18347
+ h$1("div", { key: '3e8bfe54448bb20691b1f3381f46388087e4a77a', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
18348
+ h$1("div", { key: '62203f80263c73871d5465948f937e8dabc07618', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
18349
+ h$1("div", { key: '04aaf9514b8c47ae0a8b15e71943be087d82f90b', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
18349
18350
  ];
18350
18351
  }
18351
18352
  }
@@ -18364,7 +18365,7 @@ const KupSpinner = /*@__PURE__*/ proxyCustomElement(class KupSpinner extends H {
18364
18365
  else {
18365
18366
  elStyle = Object.assign(Object.assign({}, elStyle), { fontSize: '3px' });
18366
18367
  }
18367
- return (h$1(Host, { key: '7c9b0f4854d031fb6714f80963d2e737056dd1e1', style: elStyle }, h$1("style", { key: 'beaf684ed7a70a8100c9c17684480e949c3f3c86' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '591b984509aacd8b3a24cdd5d98451b8887a01d9', id: componentWrapperId, style: elStyle }, h$1("div", { key: '5c5f225efad2ec9f68ca08e48332c19c302d6a3c', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h$1("div", { key: 'ea1da271a51f4b923d3c72a467f29358480d96d4', id: wrapperClass, style: elStyle }, h$1("div", { key: 'c7b041c3a7757dffa3719dca7bd1381d08dd948f', class: spinnerClass }, spinnerEl))))));
18368
+ return (h$1(Host, { key: 'e89031aff0515422bf313b6d75816eee1a1be8a4', style: elStyle }, h$1("style", { key: 'fe09930f27d2358ab85476ee06d741f61f89edea' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'd502afd351c3123d93cba23b657d0cad315f590c', id: componentWrapperId, style: elStyle }, h$1("div", { key: '938900ed60ce21b69ae1467d3ea58bc486d3d6b8', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h$1("div", { key: 'ea0359893f1f02255c0a1988b9b6422302703dc4', id: wrapperClass, style: elStyle }, h$1("div", { key: '53ff614e48e01507541b55f0419e307bea923259', class: spinnerClass }, spinnerEl))))));
18368
18369
  }
18369
18370
  disconnectedCallback() {
18370
18371
  this.kupManager.theme.unregister(this);
@@ -18623,7 +18624,7 @@ const KupRating = /*@__PURE__*/ proxyCustomElement(class KupRating extends H {
18623
18624
  : false,
18624
18625
  onClick: (i) => this.onKupClick(i),
18625
18626
  };
18626
- return (h$1(Host, { key: 'c76588531b81b4dca3435656bbde26e92359e837' }, h$1("style", { key: 'cc834c7b3ab8d125a34f898b0882c39fdcff91ba' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '1e03a86938cb8e07dd3a7dba4eaf4c397793d385', id: componentWrapperId }, h$1(FRating, Object.assign({ key: '0cfcb19553aa078af5b7caba2ce36b32290a7c04' }, props)))));
18627
+ return (h$1(Host, { key: 'cca9b24675200d359bf91a620de8044f2bef1426' }, h$1("style", { key: '986e67ed44bb5e3d84f248d1a7d4c9525e73b779' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'b5582f26cec08e9991cff8633b0727160ece08b5', id: componentWrapperId }, h$1(FRating, Object.assign({ key: '6605be5d010ed846971bc7e23439e1898ccf75eb' }, props)))));
18627
18628
  }
18628
18629
  disconnectedCallback() {
18629
18630
  this.kupManager.theme.unregister(this);
@@ -18887,7 +18888,7 @@ const KupProgressBar = /*@__PURE__*/ proxyCustomElement(class KupProgressBar ext
18887
18888
  ? true
18888
18889
  : false,
18889
18890
  };
18890
- return (h$1(Host, { key: '5dc3349ea6e77e6a5934c04875bc6dc51ad3e607' }, h$1("style", { key: '609be59600e3bfb70a782471a8844a2edec151de' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'f394ab7f3ada958c57798682abda94aa51898a5f', id: componentWrapperId }, h$1(FProgressBar, Object.assign({ key: '0e88ea54b8e84a5eaf989322832104acf35fe95d' }, props)))));
18891
+ return (h$1(Host, { key: '0dda1afcc6c894a63f2090d372ec33c64f68e9cc' }, h$1("style", { key: '9b3c973b4c08e663688092e583f590f5ff9a021e' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'bf829abd6a8ec69b05951b7b3c9a5a7c67d8554f', id: componentWrapperId }, h$1(FProgressBar, Object.assign({ key: 'dec34d14458ea7d07442f17f2217ce3943d92c3b' }, props)))));
18891
18892
  }
18892
18893
  disconnectedCallback() {
18893
18894
  this.kupManager.theme.unregister(this);
@@ -19050,7 +19051,7 @@ function defineCustomElement$i() {
19050
19051
  } });
19051
19052
  }
19052
19053
 
19053
- const kupListCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_list_background_color:var(\n --kup-list-background-color,\n var(--kup-layer-1)\n );--kup_list_background_color_hover:var(\n --kup-list-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_list_focus_color:var(--kup-list-focus-color, var(--kup-border-subtle));--kup_list_text_color:var(--kup-list-text-color, var(--kup-text-secondary));--kup_list_item_text_color:var(\n --kup-list-item-text-color,\n var(--kup-text-secondary)\n );--kup_list_text_color_hover:var(\n --kup-list-text-color-hover,\n var(--kup-text-primary)\n );--kup_list_font_family:var(--kup-list-font-family, var(--kup-font-family));--kup_list_font_size:var(--kup-list-font-size, var(--kup-font-size));--kup_list_font_weight:var(--kup-list-font-weight, 400);--kup_list_group_item_height:var(--kup-list-group-item-height, 3em);--kup_list_item_height:var(--kup_list_item_height_medium, 2.5em);--kup_list_item_height_small:var(--kup-list-item-height-small, 32px);--kup_list_item_height_medium:var(--kup-list-item-height-medium, 40px);--kup_list_item_height_large:var(--kup-list-item-height-large, 48px);--kup_list_item_padding_left:var(\n --kup-list-item-padding,\n var(--kup-space-05)\n );--kup_list_box_shadow:var(\n --kup-box-shadow,\n 0px 3px 6px 0 rgba(0, 0, 0, 0.3)\n );--kup_list_item_padding_right:var(--kup-list-item-padding, 0.75em);--kup_list_max_height_as_menu:var(--kup-list-max-height-as-menu, 33vh);--kup_list_primary_color:var(\n --kup-list-primary-color,\n var(--kup-primary-color)\n );--kup_list_primary_color_rgb:var(\n --kup-list-primary-color-rgb,\n var(--kup-primary-color-rgb)\n );--kup_list_separator_color:var(\n --kup-list-separator-color,\n rgba(var(--kup-text-color-rgb), 0.25)\n );--kup_list_transition:var(--kup-list-transition, 120ms);display:block;font-family:var(--kup_list_font_family);font-size:var(--kup_list_font_size);outline:none}.list{background:var(--kup_list_background_color);color:var(--kup_list_text_color);font-weight:var(--kup_list_font_weight);letter-spacing:0.009375em;line-height:1.5em;list-style-type:none;margin:0;padding:0;text-decoration:inherit;text-transform:inherit}.list--empty{padding:0}.list .list-item{display:-ms-flexbox;display:flex;height:var(--kup_list_item_height);position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding-left:var(--kup_list_item_padding_left);padding-right:calc(var(--kup_list_item_padding_left) + var(--kup_list_item_expand_padding, 0px));overflow:hidden;outline:none;transition:background-color var(--kup_list_transition), color var(--kup_list_transition)}.list .list-item[role=checkbox],.list .list-item[role=radio]{height:var(--kup_list_group_item_height)}.list .list-item:focus{outline:2px solid var(--kup-border-interactive);outline-offset:-2px}.list .list-item.list-item--activated,.list .list-item.list-item--activated .list-item__graphic,.list .list-item.list-item--selected,.list .list-item.list-item--selected .list-item__graphic{background-color:var(--kup_list_background_color_hover);color:var(--kup_list_text_color_hover)}.list .list-item .list-item__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--kup_list_item_text_color);font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.list .list-item .list-item__primary-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:0;line-height:normal;margin-bottom:-1.5em;display:block}.list .list-item .list-item__primary-text:before{display:inline-block;width:0;height:1.5em;content:\"\";vertical-align:0}.list .list-item .list-item__primary-text:after{display:inline-block;width:0;height:2em;content:\"\";vertical-align:-2em}.list .list-item .list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-o-text-overflow:ellipsis;-webkit-font-smoothing:antialiased;display:block;font-size:0.875em;font-weight:400;letter-spacing:0.0178571429em;line-height:1.25em;text-decoration:inherit;text-transform:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:0;line-height:normal;color:var(--kup_list_text_color);opacity:0.75}.list .list-item .kup-icon{margin:0;margin-right:8px}.list .list-item kup-checkbox{margin:0}.list .list-divider{background-color:var(--kup_list_separator_color);height:1px;padding:0;background-clip:content-box}.list.list--two-line .list-item{height:3.6em}.list.list--two-line .list-item__text{-ms-flex-item-align:start;align-self:flex-start}.list:not(.list--non-interactive)>:not(.list-item--disabled).list-item{cursor:pointer}.list:not(.list--non-interactive)>:not(.list-item--disabled).list-item label{cursor:pointer}.list:not(.list--non-interactive) .list-item:not(.list-item--selected):hover,.list:not(.list--non-interactive) .list-item:not(.list-item--selected).list-item--focused{background-color:var(--kup_list_background_color_hover);color:var(--kup_list_text_color_hover)}.list.text-hidden .list-item__text{display:none}.kup-menu{animation:fade-in 0.25s ease-out;background-color:var(--kup_list_background_color);box-shadow:var(--kup_list_box_shadow);border:1px solid var(--kup_list_focus_color);color:var(--kup-text-color);display:none;max-height:var(--kup_list_max_height_as_menu);overflow:auto;position:relative;transform:none;transform-origin:unset;transition:height 0.2s;user-select:none;will-change:unset}.kup-menu.visible{display:block}.kup-menu .list-item__text{user-select:none;font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}:host([nested-list]){--kup_list_item_expand_padding:1.5em;max-width:250px}:host([nested-list]) .kup-menu{max-height:unset;overflow:visible}:host([nested-list]) kup-list{display:none;left:100%;position:absolute;top:0}:host([nested-list]) .list-item{overflow:visible}:host([nested-list]) .list-item__expand-icon{position:absolute;right:0}:host([nested-list]) .list-item:hover kup-list{display:block}:host(.kup-paddingless) .list{padding:0}:host(.kup-danger){--kup-list-primary-color:var(--kup-danger-color-60);--kup-list-primary-color-rgb:var(--kup-danger-color-rgb)}:host(.kup-info){--kup-list-primary-color:var(--kup-info-color);--kup-list-primary-color-rgb:var(--kup-info-color-rgb)}:host(.kup-secondary){--kup-list-primary-color:var(--kup-secondary-color);--kup-list-primary-color-rgb:var(--kup-secondary-color-rgb)}:host(.kup-success){--kup-list-primary-color:var(--kup-success-color-40);--kup-list-primary-color-rgb:var(--kup-success-color-rgb)}:host(.kup-warning){--kup-list-primary-color:var(--kup-warning-color-50);--kup-list-primary-color-rgb:var(--kup-warning-color-rgb)}";
19054
+ const kupListCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_list_background_color:var(\n --kup-list-background-color,\n var(--kup-layer-1)\n );--kup_list_background_color_hover:var(\n --kup-list-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_list_focus_color:var(--kup-list-focus-color, var(--kup-border-subtle));--kup_list_text_color:var(--kup-list-text-color, var(--kup-text-secondary));--kup_list_item_text_color:var(\n --kup-list-item-text-color,\n var(--kup-text-secondary)\n );--kup_list_text_color_hover:var(\n --kup-list-text-color-hover,\n var(--kup-text-primary)\n );--kup_list_font_family:var(--kup-list-font-family, var(--kup-font-family));--kup_list_font_size:var(--kup-list-font-size, var(--kup-font-size));--kup_list_font_weight:var(--kup-list-font-weight, 400);--kup_list_group_item_height:var(--kup-list-group-item-height, 3em);--kup_list_item_height:var(--kup_list_item_height_medium, 2.5em);--kup_list_item_height_small:var(--kup-list-item-height-small, 32px);--kup_list_item_height_medium:var(--kup-list-item-height-medium, 40px);--kup_list_item_height_large:var(--kup-list-item-height-large, 48px);--kup_list_item_padding_left:var(\n --kup-list-item-padding,\n var(--kup-space-05)\n );--kup_list_box_shadow:var(\n --kup-box-shadow,\n 0px 3px 6px 0 rgba(0, 0, 0, 0.3)\n );--kup_list_item_padding_right:var(--kup-list-item-padding, 0.75em);--kup_list_max_height_as_menu:var(--kup-list-max-height-as-menu, 33vh);--kup_list_primary_color:var(\n --kup-list-primary-color,\n var(--kup-primary-color)\n );--kup_list_primary_color_rgb:var(\n --kup-list-primary-color-rgb,\n var(--kup-primary-color-rgb)\n );--kup_list_separator_color:var(\n --kup-list-separator-color,\n rgba(var(--kup-text-color-rgb), 0.25)\n );--kup_list_transition:var(--kup-list-transition, 120ms);display:block;font-family:var(--kup_list_font_family);font-size:var(--kup_list_font_size);outline:none}.scroll-list{overflow-y:auto;max-height:var(--kup_list_max_height_as_menu)}.list{background:var(--kup_list_background_color);color:var(--kup_list_text_color);font-weight:var(--kup_list_font_weight);letter-spacing:0.009375em;line-height:1.5em;list-style-type:none;margin:0;padding:0;text-decoration:inherit;text-transform:inherit}.list--empty{padding:0}.list .list-item{display:-ms-flexbox;display:flex;height:var(--kup_list_item_height);position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding-left:var(--kup_list_item_padding_left);padding-right:calc(var(--kup_list_item_padding_left) + var(--kup_list_item_expand_padding, 0px));overflow:hidden;outline:none;transition:background-color var(--kup_list_transition), color var(--kup_list_transition)}.list .list-item[role=checkbox],.list .list-item[role=radio]{height:var(--kup_list_group_item_height)}.list .list-item:focus{outline:2px solid var(--kup-border-interactive);outline-offset:-2px}.list .list-item.list-item--activated,.list .list-item.list-item--activated .list-item__graphic,.list .list-item.list-item--selected,.list .list-item.list-item--selected .list-item__graphic{background-color:var(--kup_list_background_color_hover);color:var(--kup_list_text_color_hover)}.list .list-item .list-item__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--kup_list_item_text_color);font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.list .list-item .list-item__primary-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:0;line-height:normal;margin-bottom:-1.5em;display:block}.list .list-item .list-item__primary-text:before{display:inline-block;width:0;height:1.5em;content:\"\";vertical-align:0}.list .list-item .list-item__primary-text:after{display:inline-block;width:0;height:2em;content:\"\";vertical-align:-2em}.list .list-item .list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-o-text-overflow:ellipsis;-webkit-font-smoothing:antialiased;display:block;font-size:0.875em;font-weight:400;letter-spacing:0.0178571429em;line-height:1.25em;text-decoration:inherit;text-transform:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:0;line-height:normal;color:var(--kup_list_text_color);opacity:0.75}.list .list-item .kup-icon{margin:0;margin-right:8px}.list .list-item kup-checkbox{margin:0}.list .list-divider{background-color:var(--kup_list_separator_color);height:1px;padding:0;background-clip:content-box}.list.list--two-line .list-item{height:3.6em}.list.list--two-line .list-item__text{-ms-flex-item-align:start;align-self:flex-start}.list:not(.list--non-interactive)>:not(.list-item--disabled).list-item{cursor:pointer}.list:not(.list--non-interactive)>:not(.list-item--disabled).list-item label{cursor:pointer}.list:not(.list--non-interactive) .list-item:not(.list-item--selected):hover,.list:not(.list--non-interactive) .list-item:not(.list-item--selected).list-item--focused{background-color:var(--kup_list_background_color_hover);color:var(--kup_list_text_color_hover)}.list.text-hidden .list-item__text{display:none}.kup-menu{animation:fade-in 0.25s ease-out;background-color:var(--kup_list_background_color);box-shadow:var(--kup_list_box_shadow);border:1px solid var(--kup_list_focus_color);color:var(--kup-text-color);display:none;max-height:var(--kup_list_max_height_as_menu);position:relative;transform:none;transform-origin:unset;transition:height 0.2s;user-select:none;will-change:unset}.kup-menu.visible{display:block}.kup-menu .list-item__text{user-select:none;font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}:host([nested-list]){--kup_list_item_expand_padding:1.5em;max-width:250px}:host([nested-list]) .kup-menu{max-height:unset;overflow:visible}:host([nested-list]) kup-list{display:none;left:100%;position:absolute;top:0}:host([nested-list]) .list-item{overflow:visible}:host([nested-list]) .list-item__expand-icon{position:absolute;right:0}:host([nested-list]) .list-item:hover kup-list{display:block}:host(.kup-paddingless) .list{padding:0}:host(.kup-danger){--kup-list-primary-color:var(--kup-danger-color-60);--kup-list-primary-color-rgb:var(--kup-danger-color-rgb)}:host(.kup-info){--kup-list-primary-color:var(--kup-info-color);--kup-list-primary-color-rgb:var(--kup-info-color-rgb)}:host(.kup-secondary){--kup-list-primary-color:var(--kup-secondary-color);--kup-list-primary-color-rgb:var(--kup-secondary-color-rgb)}:host(.kup-success){--kup-list-primary-color:var(--kup-success-color-40);--kup-list-primary-color-rgb:var(--kup-success-color-rgb)}:host(.kup-warning){--kup-list-primary-color:var(--kup-warning-color-50);--kup-list-primary-color-rgb:var(--kup-warning-color-rgb)}";
19054
19055
  const KupListStyle0 = kupListCss;
19055
19056
 
19056
19057
  var __classPrivateFieldGet$5 = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
@@ -19069,7 +19070,7 @@ var __classPrivateFieldSet$4 = (undefined && undefined.__classPrivateFieldSet) |
19069
19070
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
19070
19071
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
19071
19072
  };
19072
- var _KupList_instances, _KupList_kupManager, _KupList_radios, _KupList_listItems, _KupList_handleSelection, _KupList_isNested, _KupList_renderListItem, _KupList_getIconTag, _KupList_isMultiSelection, _KupList_isCheckBoxRule, _KupList_isRadioButtonRule, _KupList_isListBoxRule, _KupList_checkRoleType, _KupList_itemCompliant;
19073
+ var _KupList_instances, _KupList_kupManager, _KupList_globalFilterTimeout, _KupList_radios, _KupList_listItems, _KupList_handleSelection, _KupList_isNested, _KupList_renderListItem, _KupList_getIconTag, _KupList_isMultiSelection, _KupList_isCheckBoxRule, _KupList_isRadioButtonRule, _KupList_isListBoxRule, _KupList_checkRoleType, _KupList_itemCompliant, _KupList_createFilterComponent;
19073
19074
  const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19074
19075
  constructor() {
19075
19076
  super();
@@ -19086,6 +19087,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19086
19087
  * Instance of the KupManager class.
19087
19088
  */
19088
19089
  _KupList_kupManager.set(this, kupManagerInstance());
19090
+ _KupList_globalFilterTimeout.set(this, void 0);
19089
19091
  _KupList_radios.set(this, []);
19090
19092
  _KupList_listItems.set(this, []);
19091
19093
  this.focused = null;
@@ -19093,6 +19095,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19093
19095
  this.customStyle = '';
19094
19096
  this.data = [];
19095
19097
  this.displayMode = ItemsDisplayMode.DESCRIPTION;
19098
+ this.showFilter = false;
19096
19099
  this.filter = '';
19097
19100
  this.hideText = false;
19098
19101
  this.isMenu = false;
@@ -19235,6 +19238,13 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19235
19238
  async setProps(props) {
19236
19239
  setProps(this, KupListProps, props);
19237
19240
  }
19241
+ onFilterValueChange({ detail }) {
19242
+ let value = '';
19243
+ if (detail && detail.value) {
19244
+ value = detail.value;
19245
+ }
19246
+ this.filter = value;
19247
+ }
19238
19248
  /*-------------------------------------------------*/
19239
19249
  /* L i f e c y c l e H o o k s */
19240
19250
  /*-------------------------------------------------*/
@@ -19269,6 +19279,8 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19269
19279
  __classPrivateFieldSet$4(this, _KupList_listItems, [], "f");
19270
19280
  let componentClass = 'list';
19271
19281
  let wrapperClass = undefined;
19282
+ let filterClass = 'filter';
19283
+ let listScrollClass = 'scroll-list';
19272
19284
  if (this.isMenu) {
19273
19285
  wrapperClass = 'kup-menu';
19274
19286
  if (this.menuVisible) {
@@ -19295,9 +19307,9 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19295
19307
  }
19296
19308
  __classPrivateFieldSet$4(this, _KupList_radios, [], "f");
19297
19309
  let index = 0;
19298
- return (h$1(Host, { key: '08701617c26a28e330d8db4d579cda4b99f53fa4' }, h$1("style", { key: '12f6c1797eb686c114114eb5dce532979f6226cb' }, __classPrivateFieldGet$5(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '3bae7c17b51cf2c03835ae90661f46209bcf251b', id: "kup-component", class: wrapperClass }, h$1("ul", { key: '99232d1e8c3a5eb2a4c3d4ca6f080ebb5e468b95', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
19310
+ return (h$1(Host, { key: 'e8cdd2092681385e1066487b2b62ee82bceab891' }, h$1("style", { key: '336d64d0725b9eac37163b89464384ffe0b5a1f2' }, __classPrivateFieldGet$5(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '62e457fb4a4af1eadae76893c8cc247140b2fbaa', id: "kup-component", class: wrapperClass }, this.showFilter ? (h$1("div", { class: filterClass }, __classPrivateFieldGet$5(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, h$1("div", { key: 'd256a7e0e34dd704d03a19d361e308fe9542540f', class: listScrollClass }, h$1("ul", { key: '040ad58ac8867cb5a5ae50dbf687d019a497b153', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
19299
19311
  .filter((item) => __classPrivateFieldGet$5(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
19300
- .map((item) => __classPrivateFieldGet$5(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++))))));
19312
+ .map((item) => __classPrivateFieldGet$5(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++)))))));
19301
19313
  }
19302
19314
  disconnectedCallback() {
19303
19315
  __classPrivateFieldGet$5(this, _KupList_kupManager, "f").theme.unregister(this);
@@ -19308,6 +19320,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19308
19320
  "customStyle": [1, "custom-style"],
19309
19321
  "data": [1040],
19310
19322
  "displayMode": [1, "display-mode"],
19323
+ "showFilter": [4, "show-filter"],
19311
19324
  "filter": [1025],
19312
19325
  "hideText": [4, "hide-text"],
19313
19326
  "isMenu": [4, "is-menu"],
@@ -19327,7 +19340,7 @@ const KupList = /*@__PURE__*/ proxyCustomElement(class KupList extends H {
19327
19340
  "select": [64],
19328
19341
  "setProps": [64]
19329
19342
  }, [[0, "keydown", "listenKeydown"]]]);
19330
- _KupList_kupManager = new WeakMap(), _KupList_radios = new WeakMap(), _KupList_listItems = new WeakMap(), _KupList_instances = new WeakSet(), _KupList_handleSelection = function _KupList_handleSelection(index) {
19343
+ _KupList_kupManager = new WeakMap(), _KupList_globalFilterTimeout = new WeakMap(), _KupList_radios = new WeakMap(), _KupList_listItems = new WeakMap(), _KupList_instances = new WeakSet(), _KupList_handleSelection = function _KupList_handleSelection(index) {
19331
19344
  if (index !== null && index !== undefined && !isNaN(index)) {
19332
19345
  const listItems = this.rootElement.shadowRoot.querySelectorAll('.list-item');
19333
19346
  const id = listItems[index].dataset.id;
@@ -19491,6 +19504,11 @@ _KupList_kupManager = new WeakMap(), _KupList_radios = new WeakMap(), _KupList_l
19491
19504
  }
19492
19505
  return (item.id.toLowerCase().indexOf(this.filter.toLowerCase()) >= 0 ||
19493
19506
  item.value.toLowerCase().indexOf(this.filter.toLowerCase()) >= 0);
19507
+ }, _KupList_createFilterComponent = function _KupList_createFilterComponent() {
19508
+ return (h$1("div", { id: "global-filter", class: "filter" }, h$1("kup-text-field", { fullWidth: true, label: __classPrivateFieldGet$5(this, _KupList_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), icon: KupThemeIconValues.SEARCH, initialValue: this.filter, "onkup-textfield-input": (event) => {
19509
+ window.clearTimeout(this.filter);
19510
+ __classPrivateFieldSet$4(this, _KupList_globalFilterTimeout, window.setTimeout(() => this.onFilterValueChange(event), 600), "f");
19511
+ } })));
19494
19512
  };
19495
19513
  function defineCustomElement$h() {
19496
19514
  if (typeof customElements === "undefined") {
@@ -20765,7 +20783,7 @@ const KupDropdownButton = /*@__PURE__*/ proxyCustomElement(class KupDropdownButt
20765
20783
  return buttons;
20766
20784
  }
20767
20785
  render() {
20768
- return (h$1(Host, { key: '9f0b15f4510c169fe9beda4f7536d55bbad28b4f' }, h$1("style", { key: '85819d0d93e7572fc9f8a1d5dc4af120b245d940' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '8e3065921f29bcf4f2a2ebe124b89ae29f2cd4f8', id: componentWrapperId }, h$1("div", { key: 'b314369d46e48fd0d20dd0f0ac9e7390a4c7a9b8', class: "dropdown-button--wrapper" }, this.renderButtons()), h$1("kup-list", Object.assign({ key: 'c07fd0d7a4f3d094e59d48623de84d3df82896b4' }, this.data['kup-list'], { displayMode: this.displayMode, isMenu: true, "onKup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
20786
+ return (h$1(Host, { key: 'ccae4dfa0806f3fdbf1bed5fbd19fadd7de8429d' }, h$1("style", { key: '0173c39b549a40914975036cfdf000b1fb00aabd' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '11845d0c420acc71324ec35a666efa13640be822', id: componentWrapperId }, h$1("div", { key: '4f589eb69851af86e9e4c42c531445626741c008', class: "dropdown-button--wrapper" }, this.renderButtons()), h$1("kup-list", Object.assign({ key: '058216a70f437d213f51c0f07ac62bb30544e9fb' }, this.data['kup-list'], { displayMode: this.displayMode, isMenu: true, "onKup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
20769
20787
  }
20770
20788
  disconnectedCallback() {
20771
20789
  if (this.listEl) {
@@ -21094,7 +21112,7 @@ const KupDialog = /*@__PURE__*/ proxyCustomElement(class KupDialog extends H {
21094
21112
  if (headerSlot) {
21095
21113
  __classPrivateFieldSet$3(this, _KupDialog_header, headerSlot, "f");
21096
21114
  }
21097
- return (h$1(Host, { key: 'f43905df343499898224da326539ddfbb269afa9', "fade-in": true, style: style }, h$1("style", { key: 'f26805300b8847f08e481254e1a144cd00770d0c' }, __classPrivateFieldGet$4(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '487037f1f65b1d1f83b141feedca2e5caed650dc', id: componentWrapperId }, this.header ? (h$1("div", { class: "header", ref: (el) => (__classPrivateFieldSet$3(this, _KupDialog_header, el, "f")) }, this.header.title ? (h$1("div", { class: "header__title" }, this.header.title)) : null, ((_a = this.header.icons) === null || _a === void 0 ? void 0 : _a.close) ? (h$1(FImage, { onClick: () => this.close(), sizeX: "1.25em", sizeY: "100%", resource: "clear", wrapperClass: "header__close" })) : null)) : headerSlot ? (h$1("slot", { name: "header" })) : null, h$1("div", { key: 'f707d046770ca02e82fbeebec60203622336c113', class: "content" }, h$1("slot", { key: '9e253ef007261663063e56843b72056755ef65c6', name: "content" })))));
21115
+ return (h$1(Host, { key: '677afdac900b1d07b1a2874869f3d8415a508f31', "fade-in": true, style: style }, h$1("style", { key: '22e733f191cd089e832746c87ad41e831e0af07f' }, __classPrivateFieldGet$4(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: 'b2a99bc3c9dec0ae5774b62423882d4e98d9a22b', id: componentWrapperId }, this.header ? (h$1("div", { class: "header", ref: (el) => (__classPrivateFieldSet$3(this, _KupDialog_header, el, "f")) }, this.header.title ? (h$1("div", { class: "header__title" }, this.header.title)) : null, ((_a = this.header.icons) === null || _a === void 0 ? void 0 : _a.close) ? (h$1(FImage, { onClick: () => this.close(), sizeX: "1.25em", sizeY: "100%", resource: "clear", wrapperClass: "header__close" })) : null)) : headerSlot ? (h$1("slot", { name: "header" })) : null, h$1("div", { key: 'c069c53fe1a71fdf84984ea725cfeb5876485686', class: "content" }, h$1("slot", { key: '1682932aeb2e0352bcf6d6f3685ea1b7f0be30b7', name: "content" })))));
21098
21116
  }
21099
21117
  disconnectedCallback() {
21100
21118
  if (this.modal) {
@@ -21652,7 +21670,7 @@ const KupDatePicker = /*@__PURE__*/ proxyCustomElement(class KupDatePicker exten
21652
21670
  this.kupManager.debug.logRender(this, true);
21653
21671
  }
21654
21672
  render() {
21655
- return (h$1(Host, { key: '13a47c3a9b404c14a77d88d649fad882b4339da0' }, h$1("style", { key: 'cf4b70d3470ac7a1e2184826fced51eb57590a83' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '5082110224b42c1ffd5b8c7161293d50797341d6', id: componentWrapperId }, this.prepTextfield(this.getDateForOutput()))));
21673
+ return (h$1(Host, { key: '46a53a55ec511a4beb0105b6a1caf5af95addc05' }, h$1("style", { key: '6b93ff258cacb4dfa701edcafb123f18b8b3a7f1' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'd9685f29bf32e9222f62c708250e846b84c182a1', id: componentWrapperId }, this.prepTextfield(this.getDateForOutput()))));
21656
21674
  }
21657
21675
  disconnectedCallback() {
21658
21676
  this.kupManager.dates.unregister(this);
@@ -21867,7 +21885,7 @@ var KupFormLabelPlacement;
21867
21885
  const kupFormCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_form_background_color:var(\n --kup-form-background-color,\n var(--kup-layer-0)\n );--kup_form_color:var(--kup-form-color, var(--kup-text-secondary));--kup_form_font_family:var(--kup-form-font-family, var(--kup-font-family));--kup_form_font_size:var(--kup-form-font-size, var(--kup-font-size));--kup_form_label_alignment:var(--kup-form-label-alignment);--kup_form_label_width:var(--kup-form-label-width);--kup_form_padding:var(--kup-form-padding, 1em 0);display:block;font-family:var(--kup_form_font_family);font-size:var(--kup_form_font_size)}.form{background:var(--kup_form_background_color);color:var(--kup_form_color);display:flex;flex-grow:1;overflow:auto;padding:var(--kup_form_padding);position:relative}.form--column{flex-direction:column}.form__section{display:flex;flex:1 1 1%;flex-direction:row;flex-wrap:wrap}.form__section--column{flex-direction:column;flex-wrap:unset}.form__section--column>.form__section{flex:0 0 auto}.form__section--grid{display:grid}.form__section--titled{border:1px solid var(--kup-border-subtle);padding-top:5px;position:relative;margin:10px}.form__section--titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}.form__section--left .form__label{width:var(--kup_form_label_width, 0)}.form__section--right .form__field{min-width:200px;width:0}.form__label{-webkit-font-smoothing:antialiased;box-sizing:border-box;font-size:0.875em;letter-spacing:0.0178571429em;white-space:nowrap;width:var(--kup_form_label_width)}.form__label--center{text-align:var(--kup_form_label_alignment, center)}.form__label--left{text-align:var(--kup_form_label_alignment, left)}.form__label--right{text-align:var(--kup_form_label_alignment, right)}.form__field{min-height:16px}.form__field img{height:auto}.form__submit{height:0;opacity:0;overflow:hidden;position:absolute;width:0}.form .f-cell.c-right-aligned:not(.c-centered) .f-cell__content{justify-content:flex-start}";
21868
21886
  const KupFormStyle0 = kupFormCss;
21869
21887
 
21870
- const dom$1 = document.documentElement;
21888
+ const dom = document.documentElement;
21871
21889
  const KupForm = /*@__PURE__*/ proxyCustomElement(class KupForm extends H {
21872
21890
  constructor() {
21873
21891
  super();
@@ -22206,7 +22224,7 @@ const KupForm = /*@__PURE__*/ proxyCustomElement(class KupForm extends H {
22206
22224
  return (h$1("td", { class: `form__label form__label--${alignment}`, style: style }, h$1("span", null, label)));
22207
22225
  }
22208
22226
  function setPlaceholderLabel() {
22209
- switch (dom$1.ketchup.data.cell.getType(cell, cell.shape || column.shape || null)) {
22227
+ switch (dom.ketchup.data.cell.getType(cell, cell.shape || column.shape || null)) {
22210
22228
  case FCellTypes.AUTOCOMPLETE:
22211
22229
  case FCellTypes.COLOR_PICKER:
22212
22230
  case FCellTypes.COMBOBOX:
@@ -22271,7 +22289,7 @@ const KupForm = /*@__PURE__*/ proxyCustomElement(class KupForm extends H {
22271
22289
  render() {
22272
22290
  let formContent = null;
22273
22291
  if (this.data.rows.length === 0) {
22274
- formContent = (h$1("p", { key: '3745e06e9f57294d4957cf2ce2700235f1efbc20' }, this.kupManager.language.translate(KupLanguageGeneric.EMPTY_DATA)));
22292
+ formContent = (h$1("p", { key: '3c206215642b1662964c975671c3a2f7720eb470' }, this.kupManager.language.translate(KupLanguageGeneric.EMPTY_DATA)));
22275
22293
  }
22276
22294
  else {
22277
22295
  const rows = this.data.rows;
@@ -22282,7 +22300,7 @@ const KupForm = /*@__PURE__*/ proxyCustomElement(class KupForm extends H {
22282
22300
  formContent.push(this.renderRow(rows[cnt++]));
22283
22301
  }
22284
22302
  }
22285
- return (h$1(Host, { key: '8bb39e913c0bb04bdb20e5680f86c4d92971aae9' }, h$1("style", { key: '998fbdf757d808b818bc45e30281038ad96690d9' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '6098ba93cc85091acc8671dfb75c318cf1e5a779', id: componentWrapperId }, formContent)));
22303
+ return (h$1(Host, { key: 'bc740600eab0fde6bce214eb57ce0a883a70bc50' }, h$1("style", { key: '73cf8c044cbe93249f7943e42b657b5d70247531' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '2fe3feca10d6237f4135453b91334527ba2ca311', id: componentWrapperId }, formContent)));
22286
22304
  }
22287
22305
  disconnectedCallback() {
22288
22306
  this.kupManager.language.unregister(this);
@@ -22477,8 +22495,7 @@ var __classPrivateFieldSet$2 = (undefined && undefined.__classPrivateFieldSet) |
22477
22495
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
22478
22496
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
22479
22497
  };
22480
- var _KupDataTable_instances, _KupDataTable_initialized, _KupDataTable_rows, _KupDataTable_rowsLength, _KupDataTable_paginatedRows, _KupDataTable_paginatedRowsLength, _KupDataTable_footer, _KupDataTable_kupManager, _KupDataTable_renderedRows, _KupDataTable_loadMoreEventCounter, _KupDataTable_loadMoreEventPreviousQuantity, _KupDataTable_theadRef, _KupDataTable_tableRef, _KupDataTable_originalData, _KupDataTable_originalDataLoaded, _KupDataTable_originalDataLoadedMaxId, _KupDataTable_insertedRowIds, _KupDataTable_tableAreaRef, _KupDataTable_stickyTheadRef, _KupDataTable_lastPointerDetails, _KupDataTable_customizeTopButtonRef, _KupDataTable_customizeTopPanelRef, _KupDataTable_sizedColumns, _KupDataTable_intObserver, _KupDataTable_navBarHeight, _KupDataTable_theadIntersecting, _KupDataTable_tableIntersecting, _KupDataTable_isSafariBrowser, _KupDataTable_isRestoringState, _KupDataTable_globalFilterTimeout, _KupDataTable_totalMenuCoords, _KupDataTable_clickTimeout, _KupDataTable_thRefs, _KupDataTable_rowsRefs, _KupDataTable_oldWidth, _KupDataTable_hold, _KupDataTable_interactableDrag, _KupDataTable_interactableDrop, _KupDataTable_interactableResize, _KupDataTable_interactableTouch, _KupDataTable_dropareaRef, _KupDataTable_removeDropareaRef, _KupDataTable_groupsDropareaRef, _KupDataTable_clickCb, _KupDataTable_clickCbCustomPanel, _KupDataTable_clickCbDropCard, _KupDataTable_resizeTimeout, _KupDataTable_columnMenuInstance, _KupDataTable_filtersColumnMenuInstance, _KupDataTable_filtersRowsInstance, _KupDataTable_detailCard, _KupDataTable_insertCard, _KupDataTable_actionsCard, _KupDataTable_confirmDeleteCard, _KupDataTable_confirmDeleteDialog, _KupDataTable_columnMenuCard, _KupDataTable_columnDropCard, _KupDataTable_columnDropCardAnchor, _KupDataTable_dropDownActionCardAnchor, _KupDataTable_insertCount, _KupDataTable_lastFocusedRow, _KupDataTable_BUTTON_CANCEL_ID, _KupDataTable_BUTTON_SUBMIT_ID, _KupDataTable_FIELDS_FORM_ID, _KupDataTable_MESSAGE_ID, _KupDataTable_MESSAGE_WRAPPER_ID, _KupDataTable_INSERT_PREFIX, _KupDataTable_eventBlurNames, _KupDataTable_closeDropCard, _KupDataTable_createDropCard, _KupDataTable_calculateData, _KupDataTable_getRow, _KupDataTable__getRow, _KupDataTable_getTransposedData, _KupDataTable_setTransposedData, _KupDataTable_switchToTotalsMatrix, _KupDataTable_setObjForTotalsMatrix, _KupDataTable_stickyHeaderPosition, _KupDataTable_updateStickyHeaderSize, _KupDataTable_setObserver, _KupDataTable_didLoadInteractables, _KupDataTable_didRenderInteractables, _KupDataTable_didLoadObservers, _KupDataTable_didRenderObservers, _KupDataTable_didLoadEventHandling, _KupDataTable_scrollStickyHeader, _KupDataTable_checkScrollOnHover, _KupDataTable_customizePanelPosition, _KupDataTable_rowsPointLength, _KupDataTable_paginatedRowsPointLength, _KupDataTable__rowsLength, _KupDataTable_resetSelectedRows, _KupDataTable_getSizedColumns, _KupDataTable_rowDetail, _KupDataTable_dropDownActions, _KupDataTable_createDropDownActionsCard, _KupDataTable_clearSearchActionsCard, _KupDataTable_filterRowActionsCard, _KupDataTable_closeRowActionsCard, _KupDataTable_prepareDataForActionsCard, _KupDataTable_rowInsertForm, _KupDataTable_rowsDelete, _KupDataTable_getEventDetails, _KupDataTable_clickHandler, _KupDataTable_cellActionsMenuHandler, _KupDataTable_contextMenuHandler, _KupDataTable_dblClickHandler, _KupDataTable_initRows, _KupDataTable_filterRows, _KupDataTable_isGrouping, _KupDataTable_hasRowActions, _KupDataTable_removeGroup, _KupDataTable_hasTotals, _KupDataTable_tableHasAutoWidth, _KupDataTable_forceGroupExpansion, _KupDataTable_forceRowGroupExpansion, _KupDataTable_adjustPaginator, _KupDataTable_setCellEditability, _KupDataTable_composeFixedCellStyleAndClass, _KupDataTable_updateFixedRowsAndColumnsCssVariables, _KupDataTable_onColumnSort, _KupDataTable_onRemoveFilter, _KupDataTable_getFilterValueForTooltip, _KupDataTable_onGlobalFilterChange, _KupDataTable_handlePageChange, _KupDataTable_handleRowsPerPageChange, _KupDataTable_onRowClick, _KupDataTable_selectColumn, _KupDataTable_deselectColumn, _KupDataTable_onRowActionExpanderClick, _KupDataTable_handleRowSelect, _KupDataTable_onRowExpand, _KupDataTable_onSelectAll, _KupDataTable_openTotalMenu, _KupDataTable_closeTotalMenu, _KupDataTable_isOpenedTotalMenuForColumn, _KupDataTable_groupRows, _KupDataTable_onLoadMoreClick, _KupDataTable_adjustGroupState, _KupDataTable_adjustGroupStateFromRow, _KupDataTable_sortRows, _KupDataTable_getSortIcon, _KupDataTable_getSortDecode, _KupDataTable_calculateColspan, _KupDataTable_isGroupExpanded, _KupDataTable_handleColumnSort, _KupDataTable_moveSortedColumns, _KupDataTable_handleUpdateClick, _KupDataTable_checkOnBlurProp, _KupDataTable_checkOnBlurEvent, _KupDataTable_checkOnBlurByCellType, _KupDataTable_applyLineBreaks, _KupDataTable_composeHeaderCellClassAndStyle, _KupDataTable_renderHeader, _KupDataTable_renderStickyHeader, _KupDataTable_totalMenuPosition, _KupDataTable_onTotalMenuOpen, _KupDataTable_renderRow, _KupDataTable_onCustomSettingsClick, _KupDataTable_openCustomSettings, _KupDataTable_closeCustomSettings, _KupDataTable_renderPaginator, _KupDataTable_columnRemoveArea, _KupDataTable_columnGroupArea, _KupDataTable_hideShowColumnDropArea, _KupDataTable_handleColumnGroup, _KupDataTable_transcodeItem, _KupDataTable_createListData, _KupDataTable_FONTSIZE_CODES, _KupDataTable_FONTSIZE_DECODES, _KupDataTable_FONTSIZE_ICONS, _KupDataTable_getFontSizeCodeFromDecode, _KupDataTable_renderFontSizePanel, _KupDataTable_DENSITY_DECODES, _KupDataTable_DENSITY_ICONS, _KupDataTable_getDensityCodeFromDecode, _KupDataTable_renderDensityPanel, _KupDataTable_GRID_CODES, _KupDataTable_GRID_DECODES, _KupDataTable_GRID_ICONS, _KupDataTable_getGridCodeFromDecode, _KupDataTable_renderTransposeSwitch, _KupDataTable_renderTotalsMatrix, _KupDataTable_renderGridPanel, _KupDataTable_renderCommandButton, _KupDataTable_renderCommandDropDownButton, _KupDataTable_renderUpdateButtons;
22481
- const dom = document.documentElement;
22498
+ var _KupDataTable_instances, _KupDataTable_initialized, _KupDataTable_rows, _KupDataTable_rowsLength, _KupDataTable_paginatedRows, _KupDataTable_paginatedRowsLength, _KupDataTable_footer, _KupDataTable_kupManager, _KupDataTable_renderedRows, _KupDataTable_loadMoreEventCounter, _KupDataTable_loadMoreEventPreviousQuantity, _KupDataTable_theadRef, _KupDataTable_tableRef, _KupDataTable_originalData, _KupDataTable_originalDataLoaded, _KupDataTable_originalDataLoadedMaxId, _KupDataTable_insertedRowIds, _KupDataTable_tableAreaRef, _KupDataTable_stickyTheadRef, _KupDataTable_lastPointerDetails, _KupDataTable_customizeTopButtonRef, _KupDataTable_customizeTopPanelRef, _KupDataTable_sizedColumns, _KupDataTable_intObserver, _KupDataTable_navBarHeight, _KupDataTable_theadIntersecting, _KupDataTable_tableIntersecting, _KupDataTable_isSafariBrowser, _KupDataTable_isRestoringState, _KupDataTable_globalFilterTimeout, _KupDataTable_totalMenuCoords, _KupDataTable_clickTimeout, _KupDataTable_thRefs, _KupDataTable_rowsRefs, _KupDataTable_oldWidth, _KupDataTable_hold, _KupDataTable_interactableDrag, _KupDataTable_interactableDrop, _KupDataTable_interactableResize, _KupDataTable_interactableTouch, _KupDataTable_dropareaRef, _KupDataTable_removeDropareaRef, _KupDataTable_groupsDropareaRef, _KupDataTable_clickCb, _KupDataTable_clickCbCustomPanel, _KupDataTable_clickCbDropCard, _KupDataTable_resizeTimeout, _KupDataTable_columnMenuInstance, _KupDataTable_filtersColumnMenuInstance, _KupDataTable_filtersRowsInstance, _KupDataTable_detailCard, _KupDataTable_insertCard, _KupDataTable_actionsCard, _KupDataTable_confirmDeleteCard, _KupDataTable_confirmDeleteDialog, _KupDataTable_columnMenuCard, _KupDataTable_columnDropCard, _KupDataTable_columnDropCardAnchor, _KupDataTable_dropDownActionCardAnchor, _KupDataTable_insertCount, _KupDataTable_lastFocusedRow, _KupDataTable_BUTTON_CANCEL_ID, _KupDataTable_BUTTON_SUBMIT_ID, _KupDataTable_FIELDS_FORM_ID, _KupDataTable_MESSAGE_ID, _KupDataTable_MESSAGE_WRAPPER_ID, _KupDataTable_INSERT_PREFIX, _KupDataTable_eventBlurNames, _KupDataTable_closeDropCard, _KupDataTable_createDropCard, _KupDataTable_calculateData, _KupDataTable_getRow, _KupDataTable__getRow, _KupDataTable_getTransposedData, _KupDataTable_setTransposedData, _KupDataTable_switchToTotalsMatrix, _KupDataTable_setObjForTotalsMatrix, _KupDataTable_stickyHeaderPosition, _KupDataTable_updateStickyHeaderSize, _KupDataTable_setObserver, _KupDataTable_didLoadInteractables, _KupDataTable_didRenderInteractables, _KupDataTable_didLoadObservers, _KupDataTable_didRenderObservers, _KupDataTable_didLoadEventHandling, _KupDataTable_scrollStickyHeader, _KupDataTable_checkScrollOnHover, _KupDataTable_customizePanelPosition, _KupDataTable_rowsPointLength, _KupDataTable_paginatedRowsPointLength, _KupDataTable__rowsLength, _KupDataTable_resetSelectedRows, _KupDataTable_getSizedColumns, _KupDataTable_rowDetail, _KupDataTable_dropDownActions, _KupDataTable_createDropDownActionsCard, _KupDataTable_clearSearchActionsCard, _KupDataTable_filterRowActionsCard, _KupDataTable_closeRowActionsCard, _KupDataTable_prepareDataForActionsCard, _KupDataTable_rowInsertForm, _KupDataTable_rowsDelete, _KupDataTable_getEventDetails, _KupDataTable_clickHandler, _KupDataTable_cellActionsMenuHandler, _KupDataTable_contextMenuHandler, _KupDataTable_dblClickHandler, _KupDataTable_initRows, _KupDataTable_filterRows, _KupDataTable_isGrouping, _KupDataTable_hasRowActions, _KupDataTable_removeGroup, _KupDataTable_hasTotals, _KupDataTable_tableHasAutoWidth, _KupDataTable_forceGroupExpansion, _KupDataTable_forceRowGroupExpansion, _KupDataTable_adjustPaginator, _KupDataTable_setCellEditability, _KupDataTable_composeFixedCellStyleAndClass, _KupDataTable_updateFixedRowsAndColumnsCssVariables, _KupDataTable_onColumnSort, _KupDataTable_onRemoveFilter, _KupDataTable_getFilterValueForTooltip, _KupDataTable_onGlobalFilterChange, _KupDataTable_handlePageChange, _KupDataTable_handleRowsPerPageChange, _KupDataTable_onRowClick, _KupDataTable_selectColumn, _KupDataTable_deselectColumn, _KupDataTable_onRowActionExpanderClick, _KupDataTable_handleRowSelect, _KupDataTable_onRowExpand, _KupDataTable_onSelectAll, _KupDataTable_openTotalMenu, _KupDataTable_closeTotalMenu, _KupDataTable_isOpenedTotalMenuForColumn, _KupDataTable_groupRows, _KupDataTable_onLoadMoreClick, _KupDataTable_adjustGroupState, _KupDataTable_adjustGroupStateFromRow, _KupDataTable_sortRows, _KupDataTable_getSortIcon, _KupDataTable_getSortDecode, _KupDataTable_calculateColspan, _KupDataTable_isGroupExpanded, _KupDataTable_handleColumnSort, _KupDataTable_moveSortedColumns, _KupDataTable_handleUpdateClick, _KupDataTable_onBlurHandler, _KupDataTable_applyLineBreaks, _KupDataTable_composeHeaderCellClassAndStyle, _KupDataTable_renderHeader, _KupDataTable_renderStickyHeader, _KupDataTable_totalMenuPosition, _KupDataTable_onTotalMenuOpen, _KupDataTable_renderRow, _KupDataTable_onCustomSettingsClick, _KupDataTable_openCustomSettings, _KupDataTable_closeCustomSettings, _KupDataTable_renderPaginator, _KupDataTable_columnRemoveArea, _KupDataTable_columnGroupArea, _KupDataTable_hideShowColumnDropArea, _KupDataTable_handleColumnGroup, _KupDataTable_transcodeItem, _KupDataTable_createListData, _KupDataTable_FONTSIZE_CODES, _KupDataTable_FONTSIZE_DECODES, _KupDataTable_FONTSIZE_ICONS, _KupDataTable_getFontSizeCodeFromDecode, _KupDataTable_renderFontSizePanel, _KupDataTable_DENSITY_DECODES, _KupDataTable_DENSITY_ICONS, _KupDataTable_getDensityCodeFromDecode, _KupDataTable_renderDensityPanel, _KupDataTable_GRID_CODES, _KupDataTable_GRID_DECODES, _KupDataTable_GRID_ICONS, _KupDataTable_getGridCodeFromDecode, _KupDataTable_renderTransposeSwitch, _KupDataTable_renderTotalsMatrix, _KupDataTable_renderGridPanel, _KupDataTable_renderCommandButton, _KupDataTable_renderCommandDropDownButton, _KupDataTable_renderUpdateButtons;
22482
22499
  const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends H {
22483
22500
  constructor() {
22484
22501
  super();
@@ -22504,6 +22521,9 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
22504
22521
  this.kupCellActionIconClick = createEvent(this, "kup-datatable-cell-action-icon-click", 6);
22505
22522
  this.kupUpdate = createEvent(this, "kup-datatable-update", 6);
22506
22523
  this.kupCellCheck = createEvent(this, "kup-datatable-check", 6);
22524
+ this.kupDataTableCellClick = createEvent(this, "kup-datatable-cell-click", 6);
22525
+ this.kupDataTableCellIconClick = createEvent(this, "kup-datatable-cell-iconclick", 6);
22526
+ this.kupDataTableCellInput = createEvent(this, "kup-datatable-cell-input", 6);
22507
22527
  _KupDataTable_instances.add(this);
22508
22528
  this.state = new KupDataTableState();
22509
22529
  _KupDataTable_initialized.set(this, false);
@@ -22631,55 +22651,6 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
22631
22651
  command: command,
22632
22652
  });
22633
22653
  });
22634
- _KupDataTable_checkOnBlurProp.set(this, (cell, rowId, colName) => {
22635
- cell.data = Object.assign(Object.assign({}, cell.data), { onBlur: () => {
22636
- var _a, _b;
22637
- if (((_b = (_a = __classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f").rows.find((r) => r.id == rowId)) === null || _a === void 0 ? void 0 : _a.cells[colName]) === null || _b === void 0 ? void 0 : _b.value) !== cell.value) {
22638
- this.kupCellCheck.emit({
22639
- comp: this,
22640
- id: this.rootElement.id,
22641
- originalData: __classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f"),
22642
- updatedData: getDiffData(__classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f"), this.data, true),
22643
- cell: cell,
22644
- });
22645
- }
22646
- } });
22647
- });
22648
- _KupDataTable_checkOnBlurEvent.set(this, (cell, rowId, colName) => {
22649
- const evName = __classPrivateFieldGet$3(this, _KupDataTable_eventBlurNames, "f").get(cell.shape);
22650
- if (!evName) {
22651
- return;
22652
- }
22653
- const handler = async () => {
22654
- var _a, _b;
22655
- if (((_b = (_a = __classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f").rows.find((r) => r.id == rowId)) === null || _a === void 0 ? void 0 : _a.cells[colName]) === null || _b === void 0 ? void 0 : _b.value) !== cell.value) {
22656
- this.kupCellCheck.emit({
22657
- comp: this,
22658
- id: this.rootElement.id,
22659
- originalData: __classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f"),
22660
- updatedData: getDiffData(__classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f"), this.data, true),
22661
- cell: cell,
22662
- });
22663
- }
22664
- };
22665
- this.rootElement.addEventListener(evName, handler);
22666
- });
22667
- _KupDataTable_checkOnBlurByCellType.set(this, (fCellType) => {
22668
- const cbByCellType = new Map([
22669
- [FCellTypes.AUTOCOMPLETE, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurEvent, "f").bind(this)],
22670
- [FCellTypes.CHIP, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurEvent, "f").bind(this)],
22671
- [FCellTypes.DATE, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurEvent, "f").bind(this)],
22672
- [FCellTypes.MULTI_AUTOCOMPLETE, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurEvent, "f").bind(this)],
22673
- [FCellTypes.MULTI_COMBOBOX, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurEvent, "f").bind(this)],
22674
- [FCellTypes.TIME, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurEvent, "f").bind(this)],
22675
- [FCellTypes.COMBOBOX, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurEvent, "f").bind(this)],
22676
- [FCellTypes.STRING, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurProp, "f").bind(this)],
22677
- [FCellTypes.RADIO, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurProp, "f").bind(this)],
22678
- [FCellTypes.NUMBER, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurProp, "f").bind(this)],
22679
- [FCellTypes.OBJECT, __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurProp, "f").bind(this)],
22680
- ]);
22681
- return cbByCellType.get(fCellType);
22682
- });
22683
22654
  _KupDataTable_FONTSIZE_CODES.set(this, ['small', 'medium', 'big']);
22684
22655
  _KupDataTable_FONTSIZE_DECODES.set(this, ['Small', 'Medium', 'Big']);
22685
22656
  _KupDataTable_FONTSIZE_ICONS.set(this, [
@@ -23787,7 +23758,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
23787
23758
  }
23788
23759
  let rows = null;
23789
23760
  if (__classPrivateFieldGet$3(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
23790
- rows = (h$1("tr", { key: '6d09e0c370b54d11bafabf2a532016e56ba6e27d', ref: (el) => __classPrivateFieldGet$3(this, _KupDataTable_rowsRefs, "f").push(el) }, h$1("td", { key: '7987d19b7d01dc634c4bba42852937f7ba607aab', colSpan: __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
23761
+ rows = (h$1("tr", { key: '5e7916b2d5e5406bfe89de59c85abfcf9d9c7c27', ref: (el) => __classPrivateFieldGet$3(this, _KupDataTable_rowsRefs, "f").push(el) }, h$1("td", { key: '3a773e1601ad49f6092cc5c29552f30b199ebf6f', colSpan: __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
23791
23762
  }
23792
23763
  else {
23793
23764
  rows = [];
@@ -23852,7 +23823,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
23852
23823
  for (let i = 0; i < chipsData.length; i++) {
23853
23824
  props.onIconClick.push(() => __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
23854
23825
  }
23855
- groupChips = h$1(FChip, Object.assign({ key: 'e48abd07934925d6d857ec993dd762113d9b916e' }, props));
23826
+ groupChips = h$1(FChip, Object.assign({ key: 'b18db45f91b68ade282b4f8c3418d0697e7a5fc1' }, props));
23856
23827
  }
23857
23828
  }
23858
23829
  const tableClass = {
@@ -23884,7 +23855,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
23884
23855
  if (this.headerIsPersistent &&
23885
23856
  this.tableHeight === undefined &&
23886
23857
  this.tableWidth === undefined) {
23887
- stickyEl = (h$1("sticky-header", { key: 'a826f0b07e62fc01da85e10a57f8c0367bce8ff9', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_stickyTheadRef, el, "f")) }, h$1("thead-sticky", { key: 'd1abd05e8bb445e6057801a98a217ba0d856784c' }, h$1("tr-sticky", { key: '12362919acda0cc236ccd205463bc36515070dd8' }, stickyHeader))));
23858
+ stickyEl = (h$1("sticky-header", { key: '3fb152a6231778c46a1c414a974b92fd3ac5243f', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_stickyTheadRef, el, "f")) }, h$1("thead-sticky", { key: '8000359e51e3761851779b2746b8a823169f17e0' }, h$1("tr-sticky", { key: '95049c2d562c00c4f71215dd193dda2b0457187f' }, stickyHeader))));
23888
23859
  }
23889
23860
  let belowClass = 'below-wrapper';
23890
23861
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -23910,11 +23881,18 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
23910
23881
  }
23911
23882
  }
23912
23883
  };
23913
- const compCreated = (h$1(Host, { key: 'a6dddf02abe9beeee2c96e891cc66cb372b39184', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h$1("style", { key: '1af1e2c0d3843d6bfcda7f5bd7cf6b319770a43e' }, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h$1("div", { key: 'eb7ee03de3fef0785fe3029250372e9a84d2b88d', id: componentWrapperId, class: wrapClass }, h$1("div", { key: '9905494aded337acf7a24cf1e2bcd9ad0b573da7', class: "group-wrapper" }, groupChips), h$1("div", { key: '8b2752ff6c6bd49e89f61215429040919ff89276', class: "actions-wrapper", style: actionWrapperWidth }, this.globalFilter ? (h$1("div", { id: "global-filter" }, h$1(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
23884
+ const compCreated = (h$1(Host, { key: 'db73b583031420003c076acd9c48e5c44c9d95cf', "onKup-cell-input": (e) => {
23885
+ autoselectOnAction(e);
23886
+ this.kupDataTableCellInput.emit(e.detail);
23887
+ }, "onKup-cell-update": autoselectOnAction, "onKup-cell-blur": __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_onBlurHandler), "onKup-cell-click": (e) => {
23888
+ this.kupDataTableCellClick.emit(e.detail);
23889
+ }, "onKup-cell-iconclick": (e) => {
23890
+ this.kupDataTableCellIconClick.emit(e.detail);
23891
+ } }, h$1("style", { key: 'e979b5cccaddb966b713cc71717ed6f7158d0400' }, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h$1("div", { key: 'd18317ca2692ef7737996ba4d517d04855c47ffe', id: componentWrapperId, class: wrapClass }, h$1("div", { key: '26dbdc330eaba4fae0f5e9f7d27a191be1747eed', class: "group-wrapper" }, groupChips), h$1("div", { key: '64fe5a4113a4a215d6d25b08519dd5b88f32e411', class: "actions-wrapper", style: actionWrapperWidth }, this.globalFilter ? (h$1("div", { id: "global-filter" }, h$1(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
23914
23892
  const t = event.target;
23915
23893
  window.clearTimeout(__classPrivateFieldGet$3(this, _KupDataTable_globalFilterTimeout, "f"));
23916
23894
  __classPrivateFieldSet$2(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
23917
- } }))) : null, h$1("div", { key: '9b05b8a8d56d49d9d4b6b763615bee5b86c62b8d', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
23895
+ } }))) : null, h$1("div", { key: '4a633fe3a6b4f2205f9b769d9fa33af7642a4823', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
23918
23896
  this.selectedRows.length > 0 ? (h$1(FButton, { icon: "save", onClick: () => {
23919
23897
  this.kupSave.emit({
23920
23898
  comp: this,
@@ -23964,9 +23942,9 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
23964
23942
  this.data.rows.unshift(row);
23965
23943
  await this.refresh(true);
23966
23944
  }
23967
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h$1("div", { key: '3cf3b9dd5588849ceae45d650c4aa11673338517', class: "droparea", ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
23945
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h$1("div", { key: '9facac39033ec246e9956fd4ee0be2fce5361566', class: "droparea", ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
23968
23946
  ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
23969
- : null), h$1("div", { key: 'f7f1635a9f148cdbb0b9df7de7c251387cb2be71', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
23947
+ : null), h$1("div", { key: '39c7f61aa191bf964ff6c6ad35919cae01863c7f', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
23970
23948
  ? [
23971
23949
  h$1("div", { class: "settings-trigger", onClick: () => {
23972
23950
  __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -23975,7 +23953,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
23975
23953
  } }, h$1(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
23976
23954
  this.renderCustomizePanel(),
23977
23955
  ]
23978
- : null, h$1("table", { key: '789e0a4319c5010b8edbb2a7fc921d8c6f87cbba', class: tableClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
23956
+ : null, h$1("table", { key: 'ba49043f8cc8e2bc160b313c590fa330a63ee4de', class: tableClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
23979
23957
  ev.stopPropagation();
23980
23958
  }, onPointerDown: (e) => {
23981
23959
  __classPrivateFieldSet$2(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
@@ -23983,7 +23961,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
23983
23961
  __classPrivateFieldSet$2(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
23984
23962
  }, onContextMenu: (e) => {
23985
23963
  e.preventDefault();
23986
- } }, h$1("thead", { key: 'd1a38a517fffca82965d85f773b8545b69289e55', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_theadRef, el, "f")) }, h$1("tr", { key: '008d620586ace87338985b3951f5cd43f1d5d82e' }, header)), h$1("tbody", { key: '5af95702fa6fc2e57acec377594a540d8ff5d2c7' }, rows), this.showFooter || __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
23964
+ } }, h$1("thead", { key: 'fed053b884d7536e7b98bb369287a7fa0d09425b', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_theadRef, el, "f")) }, h$1("tr", { key: 'c64f1ff4ac83b0bf529ace7f2c1eaab7458577bc' }, header)), h$1("tbody", { key: 'a7224a1e949d4d1402cd050f2da707798626eeb5' }, rows), this.showFooter || __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
23987
23965
  ? this.renderFooter()
23988
23966
  : null), stickyEl), paginatorBottom)));
23989
23967
  return compCreated;
@@ -24137,7 +24115,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
24137
24115
  "fixedRows": ["controlFixedRowsColumns"],
24138
24116
  "transpose": ["recalculateData"]
24139
24117
  }]);
24140
- _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_eventBlurNames = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_checkOnBlurProp = new WeakMap(), _KupDataTable_checkOnBlurEvent = new WeakMap(), _KupDataTable_checkOnBlurByCellType = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_closeDropCard = function _KupDataTable_closeDropCard() {
24118
+ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_eventBlurNames = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_closeDropCard = function _KupDataTable_closeDropCard() {
24141
24119
  __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").dynamicPosition.stop(__classPrivateFieldGet$3(this, _KupDataTable_columnDropCard, "f"));
24142
24120
  __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").removeClickCallback(__classPrivateFieldGet$3(this, _KupDataTable_clickCbDropCard, "f"));
24143
24121
  __classPrivateFieldGet$3(this, _KupDataTable_columnDropCard, "f").remove();
@@ -25851,6 +25829,20 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
25851
25829
  const remove = columns.splice(sortedColumnIndex, 1);
25852
25830
  columns.splice(receivingColumnIndex, 0, remove[0]);
25853
25831
  this.refresh();
25832
+ }, _KupDataTable_onBlurHandler = function _KupDataTable_onBlurHandler({ detail: { cell, column, row }, }) {
25833
+ var _a, _b, _c;
25834
+ if (this.updatableData &&
25835
+ cell.isEditable &&
25836
+ ((_a = cell.inputSettings) === null || _a === void 0 ? void 0 : _a.checkValueOnExit) &&
25837
+ ((_c = (_b = __classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f").rows.find((r) => r.id == row.id)) === null || _b === void 0 ? void 0 : _b.cells[column.name]) === null || _c === void 0 ? void 0 : _c.value) !== cell.value) {
25838
+ this.kupCellCheck.emit({
25839
+ comp: this,
25840
+ id: this.rootElement.id,
25841
+ originalData: __classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f"),
25842
+ updatedData: getDiffData(__classPrivateFieldGet$3(this, _KupDataTable_originalDataLoaded, "f"), this.data, true),
25843
+ cell: cell,
25844
+ });
25845
+ }
25854
25846
  }, _KupDataTable_applyLineBreaks = function _KupDataTable_applyLineBreaks(content) {
25855
25847
  if (!content) {
25856
25848
  return '';
@@ -26203,7 +26195,7 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
26203
26195
  }
26204
26196
  // Renders plain rows cells
26205
26197
  const cells = visibleColumns.map((currentColumn, cellIndex) => {
26206
- var _a, _b;
26198
+ var _a;
26207
26199
  const { name, hideValuesRepetitions } = currentColumn;
26208
26200
  const indend = [];
26209
26201
  if (cellIndex === 0) {
@@ -26235,13 +26227,6 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
26235
26227
  },
26236
26228
  }
26237
26229
  : null });
26238
- const cellType = dom.ketchup.data.cell.getType(cell, cell.shape);
26239
- if (this.updatableData &&
26240
- cell.isEditable &&
26241
- ((_b = cell.inputSettings) === null || _b === void 0 ? void 0 : _b.checkValueOnExit) &&
26242
- __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurByCellType, "f").call(this, cellType)) {
26243
- __classPrivateFieldGet$3(this, _KupDataTable_checkOnBlurByCellType, "f").call(this, cellType)(cell, row.id, currentColumn.name);
26244
- }
26245
26230
  const jsxCell = h$1(FCell, Object.assign({}, fcell));
26246
26231
  // Classes which will be set onto the single data-table cell;
26247
26232
  let cellClass = null;
@@ -26813,9 +26798,6 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
26813
26798
  this.kupIconClick = createEvent(this, "kup-combobox-iconclick", 6);
26814
26799
  this.kupItemClick = createEvent(this, "kup-combobox-itemclick", 6);
26815
26800
  _KupCombobox_instances.add(this);
26816
- /*-------------------------------------------------*/
26817
- /* I n t e r n a l V a r i a b l e s */
26818
- /*-------------------------------------------------*/
26819
26801
  /**
26820
26802
  * Instance of the KupManager class.
26821
26803
  */
@@ -26836,7 +26818,7 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
26836
26818
  this.icon = null;
26837
26819
  this.initialValue = '';
26838
26820
  this.isClearable = false;
26839
- this.isSelect = false;
26821
+ this.isSelect = true;
26840
26822
  this.label = null;
26841
26823
  this.leadingLabel = false;
26842
26824
  this.readOnly = false;
@@ -26865,20 +26847,35 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
26865
26847
  });
26866
26848
  }
26867
26849
  onKupClick() {
26868
- if (this.isSelect == true) {
26850
+ if (this.isSelect) {
26869
26851
  if (__classPrivateFieldGet$2(this, _KupCombobox_textfieldWrapper, "f").classList.contains('toggled')) {
26870
26852
  __classPrivateFieldGet$2(this, _KupCombobox_instances, "m", _KupCombobox_closeList).call(this);
26871
26853
  }
26872
26854
  else {
26873
26855
  __classPrivateFieldGet$2(this, _KupCombobox_instances, "m", _KupCombobox_openList).call(this);
26874
26856
  }
26857
+ this.kupClick.emit({
26858
+ comp: this,
26859
+ id: this.rootElement.id,
26860
+ value: this.value,
26861
+ inputValue: __classPrivateFieldGet$2(this, _KupCombobox_textfieldEl, "f").value,
26862
+ });
26863
+ this.kupIconClick.emit({
26864
+ comp: this,
26865
+ id: this.rootElement.id,
26866
+ value: this.value,
26867
+ inputValue: __classPrivateFieldGet$2(this, _KupCombobox_textfieldEl, "f").value,
26868
+ open: __classPrivateFieldGet$2(this, _KupCombobox_textfieldWrapper, "f").classList.contains('toggled'),
26869
+ });
26870
+ }
26871
+ else {
26872
+ this.kupClick.emit({
26873
+ comp: this,
26874
+ id: this.rootElement.id,
26875
+ value: this.value,
26876
+ inputValue: __classPrivateFieldGet$2(this, _KupCombobox_textfieldEl, "f").value,
26877
+ });
26875
26878
  }
26876
- this.kupClick.emit({
26877
- comp: this,
26878
- id: this.rootElement.id,
26879
- value: this.value,
26880
- inputValue: __classPrivateFieldGet$2(this, _KupCombobox_textfieldEl, "f").value,
26881
- });
26882
26879
  }
26883
26880
  onKupFocus() {
26884
26881
  this.kupFocus.emit({
@@ -27075,6 +27072,7 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
27075
27072
  label: this.label,
27076
27073
  leadingLabel: this.leadingLabel,
27077
27074
  readOnly: this.readOnly,
27075
+ isSelect: this.isSelect,
27078
27076
  sizing: this.sizing,
27079
27077
  success: this.rootElement.classList.contains('kup-success')
27080
27078
  ? true
@@ -27087,7 +27085,7 @@ const KupCombobox = /*@__PURE__*/ proxyCustomElement(class KupCombobox extends H
27087
27085
  };
27088
27086
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
27089
27087
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
27090
- return (h$1(Host, { key: '160fd8e3ebb787de4b6973dbabb18002e9b4cfe7', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1("style", { key: '3faf806a201e31cb561d877b558601cf747743c8' }, __classPrivateFieldGet$2(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '4d5691b3b1fb14113ac60e2cfa46c858969edb8e', id: componentWrapperId, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1(FTextField, Object.assign({ key: 'ceb8ccb463d97aa5bec8725881b94443bb668690' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
27088
+ return (h$1(Host, { key: 'e3e6427593007de03f17946e49e422a8c00b2f3b', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1("style", { key: 'ec02f526acd19b1871becd562d0c08dc7632f5b6' }, __classPrivateFieldGet$2(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '71fa4c233462c65e683f4966d666b13970563522', id: componentWrapperId, style: __classPrivateFieldGet$2(this, _KupCombobox_elStyle, "f") }, h$1(FTextField, Object.assign({ key: '8d7f6d777ad6947174423cad01ae8ad4f5cc2f71' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
27091
27089
  ? KupThemeIconValues.DROPDOWN
27092
27090
  : null, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => this.onKupInput(), onIconClick: () => this.onKupIconClick() }))), __classPrivateFieldGet$2(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
27093
27091
  }
@@ -27191,7 +27189,8 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
27191
27189
  }
27192
27190
  return ret;
27193
27191
  }, _KupCombobox_prepList = function _KupCombobox_prepList() {
27194
- return (h$1("kup-list", Object.assign({}, this.data['kup-list'], { displayMode: this.displayMode, "is-menu": true, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$1(this, _KupCombobox_listEl, el, "f")) })));
27192
+ var _a, _b;
27193
+ return (h$1("kup-list", Object.assign({}, this.data['kup-list'], { displayMode: this.displayMode, "is-menu": true, showFilter: ((_b = (_a = this.data['kup-list']) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.length) >= 10 ? true : false, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$1(this, _KupCombobox_listEl, el, "f")) })));
27195
27194
  };
27196
27195
  function defineCustomElement$9() {
27197
27196
  if (typeof customElements === "undefined") {
@@ -27569,7 +27568,7 @@ const KupColorPicker = /*@__PURE__*/ proxyCustomElement(class KupColorPicker ext
27569
27568
  render() {
27570
27569
  let widget = null;
27571
27570
  if (this.swatchOnly) {
27572
- widget = (h$1("button", { key: '9038771a91cd730f94d18c35954e83726b7da0cb', disabled: this.disabled, class: "color-picker", onClick: () => this.openPicker(), style: {
27571
+ widget = (h$1("button", { key: 'db40db59729d3d48f13a412cf6bbefb3ed9b5763', disabled: this.disabled, class: "color-picker", onClick: () => this.openPicker(), style: {
27573
27572
  backgroundColor: this.value,
27574
27573
  }, type: "button" }));
27575
27574
  }
@@ -27579,7 +27578,7 @@ const KupColorPicker = /*@__PURE__*/ proxyCustomElement(class KupColorPicker ext
27579
27578
  const style = {
27580
27579
  ['--kup_colorpicker_thumb_color']: this.value ? this.value : '',
27581
27580
  };
27582
- return (h$1(Host, { key: '8e5696f5c34dc0b68c5ce0479c2015be1c3fb194', style: style }, h$1("style", { key: '7fc0fd8fc5a9ba3d7974ca76cf98e2e0bb0ef977' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'f6a806242bfd2f16db903d03110c80c618ad18e8', id: componentWrapperId }, widget)));
27581
+ return (h$1(Host, { key: '8e32caa5948b79dfedc3d84d649998b2b918ac44', style: style }, h$1("style", { key: 'c332452428ca96ae5919450957aa70509db27d65' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '27af58056ecf3581fbe024db4bed5c8892167c4b', id: componentWrapperId }, widget)));
27583
27582
  }
27584
27583
  disconnectedCallback() {
27585
27584
  if (this.card) {
@@ -27947,13 +27946,13 @@ const KupChip = /*@__PURE__*/ proxyCustomElement(class KupChip extends H {
27947
27946
  props.onFocus.push((chip) => this.onKupFocus(chip));
27948
27947
  props.onIconClick.push((chip) => this.onKupIconClick(chip));
27949
27948
  }
27950
- return (h$1(Host, { key: '8a38b8b981aadd23f3fc62ec9dc1bec8692fbb54', "onKup-autocomplete-itemclick": (e) => {
27949
+ return (h$1(Host, { key: '10170c38c86ffd70e152c2aa66de827fa61bbe5d', "onKup-autocomplete-itemclick": (e) => {
27951
27950
  __classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
27952
27951
  }, "onKup-combobox-itemclick": (e) => {
27953
27952
  __classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
27954
27953
  }, "onKup-textfield-change": (e) => {
27955
27954
  __classPrivateFieldGet$1(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
27956
- } }, h$1("style", { key: 'a9c2bec738240a0e281a5b5901307c072794dd0c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '9bdd7db8c5130175a4f4315203827ccfce8ae74c', id: componentWrapperId }, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h$1(FChip, Object.assign({}, props)) : null, h$1("slot", { key: 'b6669cc2db3989ce563a5b70f31a246756ebe816', name: "field" }))));
27955
+ } }, h$1("style", { key: '4b6d0bf20da0a022d4e3b1bfb7f46077d0b9311e' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'fbcd955d025dc2a46af83e845ff5547437aa9517', id: componentWrapperId }, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h$1(FChip, Object.assign({}, props)) : null, h$1("slot", { key: '7dc37ecbf9bf870abd6b095abc36b46d41abc98b', name: "field" }))));
27957
27956
  }
27958
27957
  disconnectedCallback() {
27959
27958
  this.kupManager.theme.unregister(this);
@@ -28296,7 +28295,7 @@ const KupCheckbox = /*@__PURE__*/ proxyCustomElement(class KupCheckbox extends H
28296
28295
  onChange: () => this.onKupChange(),
28297
28296
  onFocus: () => this.onKupFocus(),
28298
28297
  };
28299
- return (h$1(Host, { key: '9bc426ce9f548a47e2391de0c92e4b7f28b46ac1' }, h$1("style", { key: '323da2e0beabb0e8f16784b153dea13c96974a7c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '7ee3d6e81b47037e15538cba61cf0a4f308b570e', id: componentWrapperId }, h$1(FCheckbox, Object.assign({ key: '3e3cf55d3b952e8e60dda14c9626e5516bbf60a9' }, props)))));
28298
+ return (h$1(Host, { key: '49e622bc2765eb035a4fc7fb3bb74a4d14139814' }, h$1("style", { key: '84449423404feca3fbd75a958ce27966ce9df264' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '344301e2e5177f969fe51753e10096af5cd266d3', id: componentWrapperId }, h$1(FCheckbox, Object.assign({ key: '698c12b5ee7e07487fd571610923e468ca962113' }, props)))));
28300
28299
  }
28301
28300
  disconnectedCallback() {
28302
28301
  this.kupManager.theme.unregister(this);
@@ -30008,7 +30007,7 @@ const KupButtonList = /*@__PURE__*/ proxyCustomElement(class KupButtonList exten
30008
30007
  'button-list--container': true,
30009
30008
  'show-selection': this.showSelection && this.selected ? true : false,
30010
30009
  };
30011
- return (h$1(Host, { key: 'ecd1414112bdde5f1766f3c43b590e5e70851e71', style: hostStyle }, h$1("style", { key: '149c3fda58255a6d3622d39f78c34709784c8c48' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '96c8848d14bab997dc47a5524d95318c6c5d15d0', id: componentWrapperId }, h$1("div", { key: 'd65aedcb07f673e606119682878f3df22d8a6619', class: classObj }, buttons))));
30010
+ return (h$1(Host, { key: '0e3cf99116b78316eb77eb0aec77e97816b70246', style: hostStyle }, h$1("style", { key: '9b4400c4f6a5e09640e5b332e338ba541a3ac278' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '0f84de604010b6026ef4b9b7ceadfd7d2f253557', id: componentWrapperId }, h$1("div", { key: '6a73c82824d61a7263fe18d72e57cb9f6714882e', class: classObj }, buttons))));
30012
30011
  }
30013
30012
  disconnectedCallback() {
30014
30013
  this.kupManager.theme.unregister(this);
@@ -30624,9 +30623,9 @@ const KupBadge = /*@__PURE__*/ proxyCustomElement(class KupBadge extends H {
30624
30623
  if (!this.imageData.color) {
30625
30624
  this.imageData.color = `var(${KupThemeColorValues.TEXT_ON_PRIMARY})`;
30626
30625
  }
30627
- imageEl = h$1(FImage, Object.assign({ key: 'e197fe483155d3b48e73631cbd8324020ce1e5af' }, this.imageData));
30626
+ imageEl = h$1(FImage, Object.assign({ key: '85241826f49088ede50589d3579617718f3fa87b' }, this.imageData));
30628
30627
  }
30629
- return (h$1(Host, { key: '1fd717df3a80c057702ffcb7c8f131bf52668be2' }, h$1("style", { key: '3308fe9e61f97234547a6dcbce3a95d2b024430e' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'bcab60d2ee96e3a74216695af0b32c8f139eb188', id: componentWrapperId, class: this.type, onClick: () => this.onKupClick() }, this.text, imageEl)));
30628
+ return (h$1(Host, { key: 'cdf953c45a51629b42bc146636bd23c520060434' }, h$1("style", { key: '199d7b7a88351aee08ecf016cd73dcd8e9082b65' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: 'c0ffdbf39da857af3e473a05006c6133cde5b5fa', id: componentWrapperId, class: this.type, onClick: () => this.onKupClick() }, this.text, imageEl)));
30630
30629
  }
30631
30630
  disconnectedCallback() {
30632
30631
  this.kupManager.theme.unregister(this);
@@ -31094,7 +31093,7 @@ const KupAutocomplete = /*@__PURE__*/ proxyCustomElement(class KupAutocomplete e
31094
31093
  };
31095
31094
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
31096
31095
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
31097
- return (h$1(Host, { key: 'b87b8eadfaa2ba8e657e4cf791401ece4c8ce300', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1("style", { key: '7549f963735bd0d74a73a8d8471f3be7bffc43ae' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '8fb32bc1571bc6edaf40a556699e5b7c544bba87', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1(FTextField, Object.assign({ key: '477c2a7a77a69c1c6625751215c70b0dece016de' }, props, { icon: this.showDropDownIcon
31096
+ return (h$1(Host, { key: 'e071f887272b6a61ded68fe346e06f435b7ed5fd', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1("style", { key: 'd64fbead02db8af1d847e01f972da2d58e98ce5e' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h$1("div", { key: '7d4bef4c6b33fea2891a3a047834cbc6dc806b1b', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h$1(FTextField, Object.assign({ key: '48045c5f0499a5cda041bfbe73a9fa36a83023f4' }, props, { icon: this.showDropDownIcon
31098
31097
  ? KupThemeIconValues.DROPDOWN
31099
31098
  : null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => {
31100
31099
  window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));