@sme.up/ketchup 9.5.2 → 9.6.0

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 (278) hide show
  1. package/dist/cjs/{f-button-357a3dff.js → f-button-623dfcc3.js} +2 -2
  2. package/dist/cjs/{f-cell-1de0ea69.js → f-cell-9c718d83.js} +9 -8
  3. package/dist/cjs/{f-checkbox-41864e53.js → f-checkbox-bfa92ebe.js} +1 -1
  4. package/dist/cjs/{f-chip-bd5882a0.js → f-chip-c8efad5b.js} +3 -3
  5. package/dist/cjs/{f-image-30531fd0.js → f-image-b61cc967.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-ad8a4635.js → f-paginator-utils-67dbc14c.js} +4 -4
  7. package/dist/cjs/{f-text-field-be758970.js → f-text-field-a09b1705.js} +2 -2
  8. package/dist/cjs/{index-8f2f4159.js → index-db0a6be6.js} +79 -38
  9. package/dist/cjs/index.cjs.js +3 -3
  10. package/dist/cjs/ketchup.cjs.js +3 -3
  11. package/dist/cjs/kup-accordion.cjs.entry.js +7 -6
  12. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +141 -112
  13. package/dist/cjs/kup-box.cjs.entry.js +13 -12
  14. package/dist/cjs/kup-calendar.cjs.entry.js +76 -11
  15. package/dist/cjs/kup-card-list.cjs.entry.js +5 -4
  16. package/dist/cjs/kup-cell.cjs.entry.js +12 -11
  17. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +22 -16
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +10 -9
  19. package/dist/cjs/{kup-dates-0e59b05d.js → kup-dates-4aa560f0.js} +80 -67
  20. package/dist/cjs/kup-drawer.cjs.entry.js +7 -6
  21. package/dist/cjs/kup-echart.cjs.entry.js +1504 -1025
  22. package/dist/cjs/kup-editor.cjs.entry.js +46260 -0
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +9 -8
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +58 -42
  25. package/dist/cjs/kup-grid.cjs.entry.js +5 -4
  26. package/dist/cjs/kup-iframe.cjs.entry.js +5 -4
  27. package/dist/cjs/kup-image-list.cjs.entry.js +13 -12
  28. package/dist/cjs/kup-lazy.cjs.entry.js +16 -15
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +9 -8
  30. package/dist/cjs/{kup-manager-cefb1999.js → kup-manager-227c4be2.js} +121 -79
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +6 -5
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +7 -6
  33. package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -6
  34. package/dist/cjs/{kup-planner-renderer-helper-c2394940.js → kup-planner-renderer-helper-f0c869d7.js} +1 -1
  35. package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
  36. package/dist/cjs/kup-planner.cjs.entry.js +7 -6
  37. package/dist/cjs/kup-probe.cjs.entry.js +4 -4
  38. package/dist/cjs/kup-qlik.cjs.entry.js +6 -5
  39. package/dist/cjs/kup-snackbar.cjs.entry.js +8 -7
  40. package/dist/cjs/loader.cjs.js +2 -2
  41. package/dist/collection/assets/editor-example-1.js +52 -0
  42. package/dist/collection/assets/editor.js +60 -0
  43. package/dist/collection/assets/index.js +8 -0
  44. package/dist/collection/collection-manifest.json +3 -2
  45. package/dist/collection/components/kup-accordion/kup-accordion.js +10 -16
  46. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +10 -16
  47. package/dist/collection/components/kup-badge/kup-badge.js +8 -12
  48. package/dist/collection/components/kup-box/kup-box.css +1 -1
  49. package/dist/collection/components/kup-box/kup-box.js +12 -14
  50. package/dist/collection/components/kup-button/kup-button.js +6 -10
  51. package/dist/collection/components/kup-button-list/kup-button-list.js +7 -11
  52. package/dist/collection/components/kup-calendar/kup-calendar.js +8 -12
  53. package/dist/collection/components/kup-card/kup-card.js +6 -10
  54. package/dist/collection/components/kup-card-list/kup-card-list.js +6 -10
  55. package/dist/collection/components/kup-cell/kup-cell.js +13 -21
  56. package/dist/collection/components/kup-chart/kup-chart.js +7 -11
  57. package/dist/collection/components/kup-checkbox/kup-checkbox.js +7 -11
  58. package/dist/collection/components/kup-chip/kup-chip.js +8 -12
  59. package/dist/collection/components/kup-color-picker/kup-color-picker.js +11 -17
  60. package/dist/collection/components/kup-combobox/kup-combobox.js +10 -16
  61. package/dist/collection/components/kup-dashboard/kup-dashboard.js +7 -11
  62. package/dist/collection/components/kup-data-table/kup-data-table.js +72 -95
  63. package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -11
  64. package/dist/collection/components/kup-dialog/kup-dialog.css +2 -2
  65. package/dist/collection/components/kup-dialog/kup-dialog.js +9 -13
  66. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -12
  67. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +10 -13
  68. package/dist/collection/components/kup-echart/kup-echart.js +7 -11
  69. package/dist/collection/components/kup-editor/kup-editor-declarations.js +15 -0
  70. package/dist/collection/components/kup-editor/kup-editor.js +774 -0
  71. package/dist/collection/components/kup-family-tree/kup-family-tree.js +14 -16
  72. package/dist/collection/components/kup-form/kup-form.js +14 -22
  73. package/dist/collection/components/kup-gauge/kup-gauge.js +6 -10
  74. package/dist/collection/components/kup-grid/kup-grid.js +6 -10
  75. package/dist/collection/components/kup-iframe/kup-iframe.js +6 -10
  76. package/dist/collection/components/kup-image/kup-image.js +6 -10
  77. package/dist/collection/components/kup-image-list/kup-image-list.js +8 -12
  78. package/dist/collection/components/kup-lazy/kup-lazy.js +17 -21
  79. package/dist/collection/components/kup-list/kup-list.js +10 -16
  80. package/dist/collection/components/kup-magic-box/kup-magic-box.js +9 -13
  81. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +7 -11
  82. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +7 -11
  83. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +8 -12
  84. package/dist/collection/components/kup-planner/kup-planner.js +13 -21
  85. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  86. package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
  87. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -1
  88. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
  89. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
  90. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +0 -2
  91. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +13 -14
  92. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +1 -1
  93. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  94. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +6 -4
  95. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  96. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  97. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +6 -1
  98. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  99. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  100. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +0 -2
  101. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  102. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  103. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +7 -11
  104. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  105. package/dist/collection/components/kup-radio/kup-radio.js +6 -10
  106. package/dist/collection/components/kup-rating/kup-rating.js +7 -11
  107. package/dist/collection/components/kup-snackbar/kup-snackbar.js +7 -11
  108. package/dist/collection/components/kup-spinner/kup-spinner.js +40 -44
  109. package/dist/collection/components/kup-switch/kup-switch.js +7 -11
  110. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +6 -10
  111. package/dist/collection/components/kup-text-field/kup-text-field.js +10 -13
  112. package/dist/collection/components/kup-time-picker/kup-time-picker.js +10 -13
  113. package/dist/collection/components/kup-tree/kup-tree-faker.js +1 -1
  114. package/dist/collection/components/kup-tree/kup-tree.js +24 -33
  115. package/dist/collection/f-components/f-cell/f-cell.js +2 -1
  116. package/dist/collection/managers/kup-manager/kup-manager.js +5 -0
  117. package/dist/collection/managers/kup-openai/kup-openai.js +11 -8
  118. package/dist/components/custom-task-list-header.js +4 -3
  119. package/dist/components/custom-task-list-table.js +4 -3
  120. package/dist/components/kup-accordion.js +3 -2
  121. package/dist/components/kup-autocomplete2.js +135 -105
  122. package/dist/components/kup-box2.js +4 -3
  123. package/dist/components/kup-calendar.js +71 -6
  124. package/dist/components/kup-card-list.js +2 -1
  125. package/dist/components/kup-cell.js +3 -2
  126. package/dist/components/kup-dashboard.js +3 -2
  127. package/dist/components/kup-dates.js +81 -67
  128. package/dist/components/kup-drawer.js +4 -3
  129. package/dist/components/kup-echart2.js +1501 -1022
  130. package/dist/components/kup-editor.d.ts +11 -0
  131. package/dist/components/kup-editor.js +46434 -0
  132. package/dist/components/kup-family-tree.js +4 -3
  133. package/dist/components/kup-gantt-calendar2.js +3 -2
  134. package/dist/components/kup-gantt2.js +4 -2
  135. package/dist/components/kup-grid-renderer2.js +10 -7
  136. package/dist/components/kup-grid2.js +2 -1
  137. package/dist/components/kup-horizontal-scroll2.js +12 -12
  138. package/dist/components/kup-iframe.js +2 -1
  139. package/dist/components/kup-image-list.js +4 -3
  140. package/dist/components/kup-lazy.js +13 -12
  141. package/dist/components/kup-magic-box.js +5 -4
  142. package/dist/components/kup-manager.js +121 -79
  143. package/dist/components/kup-nav-bar.js +3 -2
  144. package/dist/components/kup-numeric-picker.js +3 -2
  145. package/dist/components/kup-photo-frame.js +4 -3
  146. package/dist/components/kup-planner-renderer-helper.js +2 -2
  147. package/dist/components/kup-planner-renderer2.js +3 -3
  148. package/dist/components/kup-planner.js +4 -3
  149. package/dist/components/kup-probe.js +1 -1
  150. package/dist/components/kup-qlik.js +3 -2
  151. package/dist/components/kup-snackbar.js +3 -2
  152. package/dist/components/kup-standard-tooltip2.js +3 -2
  153. package/dist/components/kup-switcher2.js +3 -2
  154. package/dist/components/kup-task-gantt2.js +6 -4
  155. package/dist/components/kup-task-list-header2.js +9 -8
  156. package/dist/components/kup-task-list-table2.js +3 -2
  157. package/dist/components/kup-task-list2.js +9 -3
  158. package/dist/components/kup-tooltip2.js +3 -2
  159. package/dist/components/kup-vertical-scroll2.js +5 -4
  160. package/dist/esm/{f-button-856a189a.js → f-button-121958b3.js} +2 -2
  161. package/dist/esm/{f-cell-6324d838.js → f-cell-959b83db.js} +9 -8
  162. package/dist/esm/{f-checkbox-43481de2.js → f-checkbox-fdf27ce9.js} +1 -1
  163. package/dist/esm/{f-chip-e15fba8a.js → f-chip-915ddf53.js} +3 -3
  164. package/dist/esm/{f-image-26b1bc14.js → f-image-98371dac.js} +2 -2
  165. package/dist/esm/{f-paginator-utils-e8f62783.js → f-paginator-utils-f5f4c666.js} +4 -4
  166. package/dist/esm/{f-text-field-bbe1f236.js → f-text-field-0df308e4.js} +2 -2
  167. package/dist/esm/{index-59f83f91.js → index-bbef9f2a.js} +79 -38
  168. package/dist/esm/index.js +3 -3
  169. package/dist/esm/ketchup.js +4 -4
  170. package/dist/esm/kup-accordion.entry.js +7 -6
  171. package/dist/esm/kup-autocomplete_27.entry.js +141 -112
  172. package/dist/esm/kup-box.entry.js +13 -12
  173. package/dist/esm/kup-calendar.entry.js +76 -11
  174. package/dist/esm/kup-card-list.entry.js +5 -4
  175. package/dist/esm/kup-cell.entry.js +12 -11
  176. package/dist/esm/kup-custom-task-list-header_4.entry.js +22 -16
  177. package/dist/esm/kup-dashboard.entry.js +10 -9
  178. package/dist/esm/{kup-dates-15f89ea2.js → kup-dates-172954df.js} +81 -67
  179. package/dist/esm/kup-drawer.entry.js +7 -6
  180. package/dist/esm/kup-echart.entry.js +1504 -1025
  181. package/dist/esm/kup-editor.entry.js +46256 -0
  182. package/dist/esm/kup-family-tree.entry.js +9 -8
  183. package/dist/esm/kup-gantt_10.entry.js +58 -42
  184. package/dist/esm/kup-grid.entry.js +5 -4
  185. package/dist/esm/kup-iframe.entry.js +5 -4
  186. package/dist/esm/kup-image-list.entry.js +13 -12
  187. package/dist/esm/kup-lazy.entry.js +16 -15
  188. package/dist/esm/kup-magic-box.entry.js +9 -8
  189. package/dist/esm/{kup-manager-8d1df189.js → kup-manager-33b051d6.js} +122 -80
  190. package/dist/esm/kup-nav-bar.entry.js +6 -5
  191. package/dist/esm/kup-numeric-picker.entry.js +7 -6
  192. package/dist/esm/kup-photo-frame.entry.js +7 -6
  193. package/dist/esm/{kup-planner-renderer-helper-2143d119.js → kup-planner-renderer-helper-5d97e075.js} +2 -2
  194. package/dist/esm/kup-planner-renderer.entry.js +4 -4
  195. package/dist/esm/kup-planner.entry.js +8 -7
  196. package/dist/esm/kup-probe.entry.js +4 -4
  197. package/dist/esm/kup-qlik.entry.js +6 -5
  198. package/dist/esm/kup-snackbar.entry.js +8 -7
  199. package/dist/esm/loader.js +3 -3
  200. package/dist/ketchup/index.esm.js +1 -1
  201. package/dist/ketchup/ketchup.esm.js +1 -1
  202. package/dist/ketchup/{p-0c124f99.entry.js → p-0a4595bd.entry.js} +1 -1
  203. package/dist/ketchup/{p-dc370227.entry.js → p-0dd0ae49.entry.js} +1 -1
  204. package/dist/ketchup/p-102866cd.js +1 -0
  205. package/dist/ketchup/p-1ad7fea0.js +2 -0
  206. package/dist/ketchup/{p-01a0b54c.js → p-2778f948.js} +1 -1
  207. package/dist/ketchup/p-2f4055ba.entry.js +1 -0
  208. package/dist/ketchup/p-3c9ac0fd.entry.js +1 -0
  209. package/dist/ketchup/p-3ce8ce77.entry.js +49 -0
  210. package/dist/ketchup/p-3ff9a661.entry.js +1 -0
  211. package/dist/ketchup/p-41d6466e.entry.js +1 -0
  212. package/dist/ketchup/p-4bf5e04f.entry.js +1 -0
  213. package/dist/ketchup/p-6001882e.entry.js +9 -0
  214. package/dist/ketchup/p-610a03d4.js +28 -0
  215. package/dist/ketchup/{p-d9a1e5a4.entry.js → p-662d2f9b.entry.js} +1 -1
  216. package/dist/ketchup/{p-d76cd8d6.js → p-68e9379a.js} +1 -1
  217. package/dist/ketchup/p-773bcc69.entry.js +1 -0
  218. package/dist/ketchup/{p-caeed3c3.js → p-7bda0684.js} +1 -1
  219. package/dist/ketchup/p-81996620.entry.js +1 -0
  220. package/dist/ketchup/p-9d8d5070.entry.js +1 -0
  221. package/dist/ketchup/{p-8042dcd5.entry.js → p-9e63f56b.entry.js} +1 -1
  222. package/dist/ketchup/p-9f31a129.entry.js +38 -0
  223. package/dist/ketchup/p-a9b06bb8.js +1 -0
  224. package/dist/ketchup/{p-d300948a.entry.js → p-b086727d.entry.js} +1 -1
  225. package/dist/ketchup/p-b5d3c24d.entry.js +1 -0
  226. package/dist/ketchup/p-babbffa4.entry.js +1 -0
  227. package/dist/ketchup/p-c1ade766.entry.js +1 -0
  228. package/dist/ketchup/{p-9ba8f169.js → p-ccc637ee.js} +1 -1
  229. package/dist/ketchup/p-d1268ac7.entry.js +1 -0
  230. package/dist/ketchup/p-d15d1083.entry.js +1 -0
  231. package/dist/ketchup/p-d5254caf.entry.js +1 -0
  232. package/dist/ketchup/{p-f51dbf68.js → p-dc18691c.js} +1 -1
  233. package/dist/ketchup/p-de07d17e.js +1 -0
  234. package/dist/ketchup/p-df450df9.entry.js +16 -0
  235. package/dist/ketchup/{p-269a9af8.js → p-e43d4ccc.js} +1 -1
  236. package/dist/ketchup/p-ea625b2a.entry.js +1 -0
  237. package/dist/ketchup/{p-81c1d557.entry.js → p-eb37ea7e.entry.js} +1 -1
  238. package/dist/ketchup/p-f0b882f4.entry.js +1 -0
  239. package/dist/types/components/kup-box/kup-box-declarations.d.ts +1 -0
  240. package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +1 -0
  241. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
  242. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +21 -0
  243. package/dist/types/components/kup-editor/kup-editor.d.ts +128 -0
  244. package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +1 -0
  245. package/dist/types/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.d.ts +1 -1
  246. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -0
  247. package/dist/types/components.d.ts +149 -2
  248. package/dist/types/managers/kup-data/kup-data.d.ts +1 -1
  249. package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +1 -0
  250. package/dist/types/managers/kup-interact/kup-interact.d.ts +1 -0
  251. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +3 -0
  252. package/dist/types/managers/kup-manager/kup-manager.d.ts +1 -0
  253. package/dist/types/managers/kup-toolbar/kup-toolbar-declarations.d.ts +1 -1
  254. package/package.json +4 -3
  255. package/dist/ketchup/p-07bed934.entry.js +0 -1
  256. package/dist/ketchup/p-0f6cb6e4.entry.js +0 -1
  257. package/dist/ketchup/p-177f8008.entry.js +0 -9
  258. package/dist/ketchup/p-2ab02da0.entry.js +0 -1
  259. package/dist/ketchup/p-3f028a71.entry.js +0 -1
  260. package/dist/ketchup/p-4a18db68.entry.js +0 -39
  261. package/dist/ketchup/p-4eb6d4e8.entry.js +0 -1
  262. package/dist/ketchup/p-63031c77.js +0 -1
  263. package/dist/ketchup/p-71acfd3c.entry.js +0 -1
  264. package/dist/ketchup/p-753f30d8.entry.js +0 -1
  265. package/dist/ketchup/p-8c3ad5ef.entry.js +0 -1
  266. package/dist/ketchup/p-937a322f.js +0 -29
  267. package/dist/ketchup/p-a2d3aec9.entry.js +0 -1
  268. package/dist/ketchup/p-b07ffd18.entry.js +0 -16
  269. package/dist/ketchup/p-b115e1ec.entry.js +0 -1
  270. package/dist/ketchup/p-b396d0f8.js +0 -1
  271. package/dist/ketchup/p-c12a9759.entry.js +0 -1
  272. package/dist/ketchup/p-c23731ca.js +0 -1
  273. package/dist/ketchup/p-cadeb53d.entry.js +0 -1
  274. package/dist/ketchup/p-cd9a4274.js +0 -2
  275. package/dist/ketchup/p-f1cae1e1.entry.js +0 -1
  276. package/dist/ketchup/p-f417e794.entry.js +0 -1
  277. package/dist/ketchup/p-f753c13f.entry.js +0 -1
  278. package/dist/ketchup/p-f7980061.entry.js +0 -1
@@ -470,7 +470,7 @@ export class KupChart {
470
470
  width: this.sizeX,
471
471
  minWidth: this.sizeX,
472
472
  };
473
- return (h(Host, { style: this.elStyle }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, ref: (chartContainer) => (this.chartContainer = chartContainer) })));
473
+ return (h(Host, { key: '0950a72bfddc22d031b8133e1214ab3af61af662', style: this.elStyle }, h("style", { key: '9a1a1d21a6d6ea5bfb504579fe5e816f78d6905e' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '4fc0acf1ebf4e898d84cd26404272e6978d45f4c', id: componentWrapperId, ref: (chartContainer) => (this.chartContainer = chartContainer) })));
474
474
  }
475
475
  disconnectedCallback() {
476
476
  this.kupManager.theme.unregister(this);
@@ -992,11 +992,9 @@ export class KupChart {
992
992
  "complexType": {
993
993
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
994
994
  "parameters": [{
995
- "tags": [{
996
- "name": "param",
997
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
998
- }],
999
- "text": "- When provided and true, the result will be the list of props with their description."
995
+ "name": "descriptions",
996
+ "type": "boolean",
997
+ "docs": "- When provided and true, the result will be the list of props with their description."
1000
998
  }],
1001
999
  "references": {
1002
1000
  "Promise": {
@@ -1060,11 +1058,9 @@ export class KupChart {
1060
1058
  "complexType": {
1061
1059
  "signature": "(props: GenericObject) => Promise<void>",
1062
1060
  "parameters": [{
1063
- "tags": [{
1064
- "name": "param",
1065
- "text": "props - Object containing props that will be set to the component."
1066
- }],
1067
- "text": "- Object containing props that will be set to the component."
1061
+ "name": "props",
1062
+ "type": "GenericObject",
1063
+ "docs": "- Object containing props that will be set to the component."
1068
1064
  }],
1069
1065
  "references": {
1070
1066
  "Promise": {
@@ -130,7 +130,7 @@ export class KupCheckbox {
130
130
  onChange: () => this.onKupChange(),
131
131
  onFocus: () => this.onKupFocus(),
132
132
  };
133
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h(FCheckbox, Object.assign({}, props)))));
133
+ return (h(Host, { key: 'dcf0e0b49b3e2b6af8c5e63e3332500aa0440de9' }, h("style", { key: '946234e51e762414e8ac8d8ee4b4916fe3272681' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '99fa3f1f3cba0878b27563b72bb77d58f25bd4d0', id: componentWrapperId }, h(FCheckbox, Object.assign({ key: 'aa8e4661d14e3f1324e0f0ab16cd5987daf90691' }, props)))));
134
134
  }
135
135
  disconnectedCallback() {
136
136
  this.kupManager.theme.unregister(this);
@@ -357,11 +357,9 @@ export class KupCheckbox {
357
357
  "complexType": {
358
358
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
359
359
  "parameters": [{
360
- "tags": [{
361
- "name": "param",
362
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
363
- }],
364
- "text": "- When provided and true, the result will be the list of props with their description."
360
+ "name": "descriptions",
361
+ "type": "boolean",
362
+ "docs": "- When provided and true, the result will be the list of props with their description."
365
363
  }],
366
364
  "references": {
367
365
  "Promise": {
@@ -408,11 +406,9 @@ export class KupCheckbox {
408
406
  "complexType": {
409
407
  "signature": "(props: GenericObject) => Promise<void>",
410
408
  "parameters": [{
411
- "tags": [{
412
- "name": "param",
413
- "text": "props - Object containing props that will be set to the component."
414
- }],
415
- "text": "- Object containing props that will be set to the component."
409
+ "name": "props",
410
+ "type": "GenericObject",
411
+ "docs": "- Object containing props that will be set to the component."
416
412
  }],
417
413
  "references": {
418
414
  "Promise": {
@@ -185,13 +185,13 @@ export class KupChip {
185
185
  props.onFocus.push((chip) => this.onKupFocus(chip));
186
186
  props.onIconClick.push((chip) => this.onKupIconClick(chip));
187
187
  }
188
- return (h(Host, { "onKup-autocomplete-itemclick": (e) => {
188
+ return (h(Host, { key: '0fa384fe9e88639913dd00cd7bc5e26cb24833d4', "onKup-autocomplete-itemclick": (e) => {
189
189
  __classPrivateFieldGet(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
190
190
  }, "onKup-combobox-itemclick": (e) => {
191
191
  __classPrivateFieldGet(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
192
192
  }, "onKup-textfield-change": (e) => {
193
193
  __classPrivateFieldGet(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
194
- } }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h(FChip, Object.assign({}, props)) : null, h("slot", { name: "field" }))));
194
+ } }, h("style", { key: '9566668dae0b0a493ad496562951162159eb94d6' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7020bcfbaf2d80c4b6f1a0a8b930a6fc283a4bee', id: componentWrapperId }, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h(FChip, Object.assign({}, props)) : null, h("slot", { key: 'eff58d3c970f310e0135236bf24402bc2f98aa20', name: "field" }))));
195
195
  }
196
196
  disconnectedCallback() {
197
197
  this.kupManager.theme.unregister(this);
@@ -444,11 +444,9 @@ export class KupChip {
444
444
  "complexType": {
445
445
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
446
446
  "parameters": [{
447
- "tags": [{
448
- "name": "param",
449
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
450
- }],
451
- "text": "- When provided and true, the result will be the list of props with their description."
447
+ "name": "descriptions",
448
+ "type": "boolean",
449
+ "docs": "- When provided and true, the result will be the list of props with their description."
452
450
  }],
453
451
  "references": {
454
452
  "Promise": {
@@ -495,11 +493,9 @@ export class KupChip {
495
493
  "complexType": {
496
494
  "signature": "(props: GenericObject) => Promise<void>",
497
495
  "parameters": [{
498
- "tags": [{
499
- "name": "param",
500
- "text": "props - Object containing props that will be set to the component."
501
- }],
502
- "text": "- Object containing props that will be set to the component."
496
+ "name": "props",
497
+ "type": "GenericObject",
498
+ "docs": "- Object containing props that will be set to the component."
503
499
  }],
504
500
  "references": {
505
501
  "Promise": {
@@ -227,7 +227,7 @@ export class KupColorPicker {
227
227
  render() {
228
228
  let widget = null;
229
229
  if (this.swatchOnly) {
230
- widget = (h("button", { disabled: this.disabled, class: "color-picker", onClick: () => this.openPicker(), style: {
230
+ widget = (h("button", { key: '61eee5827be68ade46268089f37c49edf6c87c06', disabled: this.disabled, class: "color-picker", onClick: () => this.openPicker(), style: {
231
231
  backgroundColor: this.value,
232
232
  }, type: "button" }));
233
233
  }
@@ -237,7 +237,7 @@ export class KupColorPicker {
237
237
  const style = {
238
238
  ['--kup_colorpicker_thumb_color']: this.value ? this.value : '',
239
239
  };
240
- return (h(Host, { style: style }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, widget)));
240
+ return (h(Host, { key: '9ed69afac138cc027bcd6687cdd61349dd76e8de', style: style }, h("style", { key: '49841142ab7750fcb7a8387c236ad9e2b2b3cf6a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'b0f7f4035c8090a5f39ba0b72963419c4e03c09a', id: componentWrapperId }, widget)));
241
241
  }
242
242
  disconnectedCallback() {
243
243
  if (this.card) {
@@ -409,11 +409,9 @@ export class KupColorPicker {
409
409
  "complexType": {
410
410
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
411
411
  "parameters": [{
412
- "tags": [{
413
- "name": "param",
414
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
415
- }],
416
- "text": "- When provided and true, the result will be the list of props with their description."
412
+ "name": "descriptions",
413
+ "type": "boolean",
414
+ "docs": "- When provided and true, the result will be the list of props with their description."
417
415
  }],
418
416
  "references": {
419
417
  "Promise": {
@@ -480,11 +478,9 @@ export class KupColorPicker {
480
478
  "complexType": {
481
479
  "signature": "(props: GenericObject) => Promise<void>",
482
480
  "parameters": [{
483
- "tags": [{
484
- "name": "param",
485
- "text": "props - Object containing props that will be set to the component."
486
- }],
487
- "text": "- Object containing props that will be set to the component."
481
+ "name": "props",
482
+ "type": "GenericObject",
483
+ "docs": "- Object containing props that will be set to the component."
488
484
  }],
489
485
  "references": {
490
486
  "Promise": {
@@ -511,11 +507,9 @@ export class KupColorPicker {
511
507
  "complexType": {
512
508
  "signature": "(value: string) => Promise<void>",
513
509
  "parameters": [{
514
- "tags": [{
515
- "name": "param",
516
- "text": "value - Value to be set."
517
- }],
518
- "text": "- Value to be set."
510
+ "name": "value",
511
+ "type": "string",
512
+ "docs": "- Value to be set."
519
513
  }],
520
514
  "references": {
521
515
  "Promise": {
@@ -268,7 +268,7 @@ export class KupCombobox {
268
268
  render() {
269
269
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
270
270
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
271
- return (h(Host, { class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h("style", null, __classPrivateFieldGet(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({}, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, icon: this.showDropDownIcon
271
+ return (h(Host, { key: '6328a491fc5ccba12074999ae18a50f3ef019e09', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h("style", { key: 'ae3561a9c58ec66b1ec45d1b3db2bb959bfc96a6' }, __classPrivateFieldGet(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '0cddb39cb7e2a00bcc93de52098984fc7d860b59', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: '20d155b9774006fb1d7ffc3fceb02c60168c1cd5' }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, icon: this.showDropDownIcon
272
272
  ? KupThemeIconValues.DROPDOWN
273
273
  : null, readOnly: this.isSelect, trailingIcon: true, 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(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
274
274
  }
@@ -622,11 +622,9 @@ export class KupCombobox {
622
622
  "complexType": {
623
623
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
624
624
  "parameters": [{
625
- "tags": [{
626
- "name": "param",
627
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
628
- }],
629
- "text": "- When provided and true, the result will be the list of props with their description."
625
+ "name": "descriptions",
626
+ "type": "boolean",
627
+ "docs": "- When provided and true, the result will be the list of props with their description."
630
628
  }],
631
629
  "references": {
632
630
  "Promise": {
@@ -710,11 +708,9 @@ export class KupCombobox {
710
708
  "complexType": {
711
709
  "signature": "(props: GenericObject) => Promise<void>",
712
710
  "parameters": [{
713
- "tags": [{
714
- "name": "param",
715
- "text": "props - Object containing props that will be set to the component."
716
- }],
717
- "text": "- Object containing props that will be set to the component."
711
+ "name": "props",
712
+ "type": "GenericObject",
713
+ "docs": "- Object containing props that will be set to the component."
718
714
  }],
719
715
  "references": {
720
716
  "Promise": {
@@ -741,11 +737,9 @@ export class KupCombobox {
741
737
  "complexType": {
742
738
  "signature": "(value: string) => Promise<void>",
743
739
  "parameters": [{
744
- "tags": [{
745
- "name": "param",
746
- "text": "value - Value to be set."
747
- }],
748
- "text": "- Value to be set."
740
+ "name": "value",
741
+ "type": "string",
742
+ "docs": "- Value to be set."
749
743
  }],
750
744
  "references": {
751
745
  "Promise": {
@@ -376,7 +376,7 @@ export class KupDashboard {
376
376
  this.didRenderInteractables();
377
377
  }
378
378
  render() {
379
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, this.buildHeader(), this.buildForm(this.internalData, null))));
379
+ return (h(Host, { key: 'd137a4cd1fe9f41d4b3b26bd9ea21661b005e824' }, h("style", { key: '97e692c9fde917dc863029428329b4a08cbed122' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '7e48783550fee1e317c77b3ff5edab3d4cbc0274', id: componentWrapperId }, this.buildHeader(), this.buildForm(this.internalData, null))));
380
380
  }
381
381
  disconnectedCallback() {
382
382
  this.unregisterInteractables();
@@ -505,11 +505,9 @@ export class KupDashboard {
505
505
  "complexType": {
506
506
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
507
507
  "parameters": [{
508
- "tags": [{
509
- "name": "param",
510
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
511
- }],
512
- "text": "- When provided and true, the result will be the list of props with their description."
508
+ "name": "descriptions",
509
+ "type": "boolean",
510
+ "docs": "- When provided and true, the result will be the list of props with their description."
513
511
  }],
514
512
  "references": {
515
513
  "Promise": {
@@ -556,11 +554,9 @@ export class KupDashboard {
556
554
  "complexType": {
557
555
  "signature": "(props: GenericObject) => Promise<void>",
558
556
  "parameters": [{
559
- "tags": [{
560
- "name": "param",
561
- "text": "props - Object containing props that will be set to the component."
562
- }],
563
- "text": "- Object containing props that will be set to the component."
557
+ "name": "props",
558
+ "type": "GenericObject",
559
+ "docs": "- Object containing props that will be set to the component."
564
560
  }],
565
561
  "references": {
566
562
  "Promise": {
@@ -1099,7 +1099,9 @@ export class KupDataTable {
1099
1099
  ' Magic Box ' +
1100
1100
  '(' +
1101
1101
  __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageGeneric.EXPERIMENTAL_FEAT) +
1102
- ')', icon: "auto-fix", "onkup-button-click": () => __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").toggleMagicBox() }), __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").openAI && __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").openAI.url ? (h("kup-button", { title: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageGeneric.TOGGLE) +
1102
+ ')', icon: "auto-fix", "onkup-button-click": () => __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").toggleMagicBox() }), __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").enableExperimentalFeatures &&
1103
+ __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").openAI &&
1104
+ __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").openAI.url ? (h("kup-button", { title: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageGeneric.TOGGLE) +
1103
1105
  ' Open AI ' +
1104
1106
  '(' +
1105
1107
  __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageGeneric.EXPERIMENTAL_FEAT) +
@@ -1113,7 +1115,7 @@ export class KupDataTable {
1113
1115
  __classPrivateFieldSet(this, _KupDataTable_sizedColumns, __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
1114
1116
  let rows = null;
1115
1117
  if (__classPrivateFieldGet(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
1116
- rows = (h("tr", { ref: (el) => __classPrivateFieldGet(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { colSpan: __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
1118
+ rows = (h("tr", { key: '2b347958bcf55db61c8ce8622ce7712ff9458086', ref: (el) => __classPrivateFieldGet(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '64860fa7f942ad13fa034a6772e2a0a0b8d1f511', colSpan: __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
1117
1119
  }
1118
1120
  else {
1119
1121
  rows = [];
@@ -1177,7 +1179,7 @@ export class KupDataTable {
1177
1179
  for (let i = 0; i < chipsData.length; i++) {
1178
1180
  props.onIconClick.push(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
1179
1181
  }
1180
- groupChips = h(FChip, Object.assign({}, props));
1182
+ groupChips = h(FChip, Object.assign({ key: '33cdec6ce99df141a5be34f9d185fbf837202cf8' }, props));
1181
1183
  }
1182
1184
  }
1183
1185
  const tableClass = {
@@ -1210,7 +1212,7 @@ export class KupDataTable {
1210
1212
  if (this.headerIsPersistent &&
1211
1213
  this.tableHeight === undefined &&
1212
1214
  this.tableWidth === undefined) {
1213
- stickyEl = (h("sticky-header", { class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", null, h("tr-sticky", null, stickyHeader))));
1215
+ stickyEl = (h("sticky-header", { key: '1049baf4fcb16a099a1b9931569ac4efb793b722', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '0a6627be12a349ef5b3d911fa7ce2dfd4122094a' }, h("tr-sticky", { key: 'f9097a9de31a5870cb97f6578fcface4f702e64f' }, stickyHeader))));
1214
1216
  }
1215
1217
  let belowClass = 'below-wrapper';
1216
1218
  if (this.tableHeight !== undefined || this.tableWidth !== undefined) {
@@ -1233,11 +1235,11 @@ export class KupDataTable {
1233
1235
  }
1234
1236
  }
1235
1237
  };
1236
- const compCreated = (h(Host, { "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", null, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("div", { class: "above-wrapper" }, this.globalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
1238
+ const compCreated = (h(Host, { key: '9972b0b4e71923414459e7ff274a2a090f5e0157', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", { key: 'ea9003d86ed8fffc497862e6fcf5f7dbf44622f9' }, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '3ad5b7eb783848825e3c17de89a8a07a6d9af8e1', id: componentWrapperId }, h("div", { key: 'd9bbc5c137f58f626e30782f120b9b6fa94ceff3', class: "above-wrapper" }, this.globalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
1237
1239
  const t = event.target;
1238
1240
  window.clearTimeout(__classPrivateFieldGet(this, _KupDataTable_globalFilterTimeout, "f"));
1239
1241
  __classPrivateFieldSet(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
1240
- } }))) : null, paginatorTop), h("div", { class: "group-wrapper" }, groupChips), h("div", { class: "actions-wrapper" }, this.insertMode !== '' ? (h(FButton, { icon: "plus", onClick: async () => {
1242
+ } }))) : null, paginatorTop), h("div", { key: '8a436aa0c8dbddd232e8341289e9ff60c6978589', class: "group-wrapper" }, groupChips), h("div", { key: 'ceb992f8c3865d89cb756fac9d1843e4de797b4a', class: "actions-wrapper" }, this.insertMode !== '' ? (h(FButton, { icon: "plus", onClick: async () => {
1241
1243
  var _a;
1242
1244
  if (this.insertMode === 'form') {
1243
1245
  __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_rowInsertForm).call(this);
@@ -1285,9 +1287,9 @@ export class KupDataTable {
1285
1287
  id: this.rootElement.id,
1286
1288
  selectedRows: this.selectedRows,
1287
1289
  });
1288
- }, styling: FButtonStyling.OUTLINED, title: "History", wrapperClass: "history-button" })) : null), h("div", { class: "droparea", ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
1290
+ }, styling: FButtonStyling.OUTLINED, title: "History", wrapperClass: "history-button" })) : null), h("div", { key: '08c52495d58455c71b39112bd392afc26e4e3398', class: "droparea", ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
1289
1291
  ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
1290
- : null), h("div", { style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
1292
+ : null), h("div", { key: '5de36c8a81457628d9085924dea965e60f1faebe', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
1291
1293
  ? [
1292
1294
  h("div", { class: "settings-trigger", onClick: () => {
1293
1295
  __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -1296,11 +1298,11 @@ export class KupDataTable {
1296
1298
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
1297
1299
  this.renderCustomizePanel(),
1298
1300
  ]
1299
- : null, h("table", { class: tableClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
1301
+ : null, h("table", { key: 'dcb854f3cbf7cdc9a13375eaaa23bfb1f34af7e8', class: tableClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
1300
1302
  ev.stopPropagation();
1301
1303
  }, onContextMenu: (e) => {
1302
1304
  e.preventDefault();
1303
- } }, h("thead", { hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_theadRef, el, "f")) }, h("tr", null, header)), h("tbody", null, rows), this.showFooter || __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
1305
+ } }, h("thead", { key: '1e8a285481270afec4de6d5ae6d82a1a272f4800', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'fac3d978b8b2e11fdb9b6fab5bb5d24cfa741db4' }, header)), h("tbody", { key: '42f9ed95a1445a3abc35ebda16aa925c6b05e276' }, rows), this.showFooter || __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
1304
1306
  ? this.renderFooter()
1305
1307
  : null), stickyEl), paginatorBottom)));
1306
1308
  return compCreated;
@@ -2841,11 +2843,9 @@ export class KupDataTable {
2841
2843
  "complexType": {
2842
2844
  "signature": "(ids?: string[]) => Promise<Array<KupDataTableRow>>",
2843
2845
  "parameters": [{
2844
- "tags": [{
2845
- "name": "param",
2846
- "text": "ids - Array of row ids to delete."
2847
- }],
2848
- "text": "- Array of row ids to delete."
2846
+ "name": "ids",
2847
+ "type": "string[]",
2848
+ "docs": "- Array of row ids to delete."
2849
2849
  }],
2850
2850
  "references": {
2851
2851
  "Promise": {
@@ -2930,11 +2930,9 @@ export class KupDataTable {
2930
2930
  "complexType": {
2931
2931
  "signature": "(row: KupDataTableRow) => Promise<void>",
2932
2932
  "parameters": [{
2933
- "tags": [{
2934
- "name": "param",
2935
- "text": "row new row"
2936
- }],
2937
- "text": "new row"
2933
+ "name": "row",
2934
+ "type": "KupDataTableRow",
2935
+ "docs": "new row"
2938
2936
  }],
2939
2937
  "references": {
2940
2938
  "Promise": {
@@ -2978,11 +2976,9 @@ export class KupDataTable {
2978
2976
  "complexType": {
2979
2977
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
2980
2978
  "parameters": [{
2981
- "tags": [{
2982
- "name": "param",
2983
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
2984
- }],
2985
- "text": "- When provided and true, the result will be the list of props with their description."
2979
+ "name": "descriptions",
2980
+ "type": "boolean",
2981
+ "docs": "- When provided and true, the result will be the list of props with their description."
2986
2982
  }],
2987
2983
  "references": {
2988
2984
  "Promise": {
@@ -3038,11 +3034,9 @@ export class KupDataTable {
3038
3034
  "complexType": {
3039
3035
  "signature": "(column: KupDataColumn) => Promise<void>",
3040
3036
  "parameters": [{
3041
- "tags": [{
3042
- "name": "param",
3043
- "text": "column - Column to hide."
3044
- }],
3045
- "text": "- Column to hide."
3037
+ "name": "column",
3038
+ "type": "KupDataColumn",
3039
+ "docs": "- Column to hide."
3046
3040
  }],
3047
3041
  "references": {
3048
3042
  "Promise": {
@@ -3069,17 +3063,13 @@ export class KupDataTable {
3069
3063
  "complexType": {
3070
3064
  "signature": "(type: KupDataNewColumnTypes, options: KupDataNewColumnOptions) => Promise<string | KupDataColumn>",
3071
3065
  "parameters": [{
3072
- "tags": [{
3073
- "name": "param",
3074
- "text": "type - Type of the column creation."
3075
- }],
3076
- "text": "- Type of the column creation."
3066
+ "name": "type",
3067
+ "type": "KupDataNewColumnTypes",
3068
+ "docs": "- Type of the column creation."
3077
3069
  }, {
3078
- "tags": [{
3079
- "name": "param",
3080
- "text": "options - Options of the creation."
3081
- }],
3082
- "text": "- Options of the creation."
3070
+ "name": "options",
3071
+ "type": "KupDataNewColumnOptions",
3072
+ "docs": "- Options of the creation."
3083
3073
  }],
3084
3074
  "references": {
3085
3075
  "Promise": {
@@ -3122,11 +3112,9 @@ export class KupDataTable {
3122
3112
  "complexType": {
3123
3113
  "signature": "(column: string) => Promise<void>",
3124
3114
  "parameters": [{
3125
- "tags": [{
3126
- "name": "param",
3127
- "text": "column - Name of the column."
3128
- }],
3129
- "text": "- Name of the column."
3115
+ "name": "column",
3116
+ "type": "string",
3117
+ "docs": "- Name of the column."
3130
3118
  }],
3131
3119
  "references": {
3132
3120
  "Promise": {
@@ -3162,8 +3150,9 @@ export class KupDataTable {
3162
3150
  "complexType": {
3163
3151
  "signature": "(recalcRows?: boolean) => Promise<void>",
3164
3152
  "parameters": [{
3165
- "tags": [],
3166
- "text": ""
3153
+ "name": "recalcRows",
3154
+ "type": "boolean",
3155
+ "docs": ""
3167
3156
  }],
3168
3157
  "references": {
3169
3158
  "Promise": {
@@ -3199,23 +3188,17 @@ export class KupDataTable {
3199
3188
  "complexType": {
3200
3189
  "signature": "(columnName: string, rowId: string, value: string) => Promise<void>",
3201
3190
  "parameters": [{
3202
- "tags": [{
3203
- "name": "param",
3204
- "text": "columnName - Name of the column."
3205
- }],
3206
- "text": "- Name of the column."
3191
+ "name": "columnName",
3192
+ "type": "string",
3193
+ "docs": "- Name of the column."
3207
3194
  }, {
3208
- "tags": [{
3209
- "name": "param",
3210
- "text": "rowId - Id of the row."
3211
- }],
3212
- "text": "- Id of the row."
3195
+ "name": "rowId",
3196
+ "type": "string",
3197
+ "docs": "- Id of the row."
3213
3198
  }, {
3214
- "tags": [{
3215
- "name": "param",
3216
- "text": "value - Value to set."
3217
- }],
3218
- "text": "- Value to set."
3199
+ "name": "value",
3200
+ "type": "string",
3201
+ "docs": "- Value to set."
3219
3202
  }],
3220
3203
  "references": {
3221
3204
  "Promise": {
@@ -3243,17 +3226,13 @@ export class KupDataTable {
3243
3226
  "complexType": {
3244
3227
  "signature": "(column: string, rowId: string) => Promise<void>",
3245
3228
  "parameters": [{
3246
- "tags": [{
3247
- "name": "param",
3248
- "text": "column - Name of the column."
3249
- }],
3250
- "text": "- Name of the column."
3229
+ "name": "column",
3230
+ "type": "string",
3231
+ "docs": "- Name of the column."
3251
3232
  }, {
3252
- "tags": [{
3253
- "name": "param",
3254
- "text": "rowId - Id of the row."
3255
- }],
3256
- "text": "- Id of the row."
3233
+ "name": "rowId",
3234
+ "type": "string",
3235
+ "docs": "- Id of the row."
3257
3236
  }],
3258
3237
  "references": {
3259
3238
  "Promise": {
@@ -3278,11 +3257,9 @@ export class KupDataTable {
3278
3257
  "complexType": {
3279
3258
  "signature": "(props: GenericObject) => Promise<void>",
3280
3259
  "parameters": [{
3281
- "tags": [{
3282
- "name": "param",
3283
- "text": "props - Object containing props that will be set to the component."
3284
- }],
3285
- "text": "- Object containing props that will be set to the component."
3260
+ "name": "props",
3261
+ "type": "GenericObject",
3262
+ "docs": "- Object containing props that will be set to the component."
3286
3263
  }],
3287
3264
  "references": {
3288
3265
  "Promise": {
@@ -3309,17 +3286,13 @@ export class KupDataTable {
3309
3286
  "complexType": {
3310
3287
  "signature": "(rowsIdentifiers: string[] | number[], emitEvent?: boolean) => Promise<void>",
3311
3288
  "parameters": [{
3312
- "tags": [{
3313
- "name": "param",
3314
- "text": "rowsIdentifiers - Array of ids (dataset) or indexes (rendered rows)."
3315
- }],
3316
- "text": "- Array of ids (dataset) or indexes (rendered rows)."
3289
+ "name": "rowsIdentifiers",
3290
+ "type": "string[] | number[]",
3291
+ "docs": "- Array of ids (dataset) or indexes (rendered rows)."
3317
3292
  }, {
3318
- "tags": [{
3319
- "name": "param",
3320
- "text": "emitEvent - The event will always be emitted unless emitEvent is set to false."
3321
- }],
3322
- "text": "- The event will always be emitted unless emitEvent is set to false."
3293
+ "name": "emitEvent",
3294
+ "type": "boolean",
3295
+ "docs": "- The event will always be emitted unless emitEvent is set to false."
3323
3296
  }],
3324
3297
  "references": {
3325
3298
  "Promise": {
@@ -3376,17 +3349,21 @@ export class KupDataTable {
3376
3349
  "complexType": {
3377
3350
  "signature": "(columns: KupDataColumn[], receivingColumnIndex: number, sortedColumnIndex: number, useNewObject?: boolean) => Promise<KupDataColumn[]>",
3378
3351
  "parameters": [{
3379
- "tags": [],
3380
- "text": ""
3352
+ "name": "columns",
3353
+ "type": "KupDataColumn[]",
3354
+ "docs": ""
3381
3355
  }, {
3382
- "tags": [],
3383
- "text": ""
3356
+ "name": "receivingColumnIndex",
3357
+ "type": "number",
3358
+ "docs": ""
3384
3359
  }, {
3385
- "tags": [],
3386
- "text": ""
3360
+ "name": "sortedColumnIndex",
3361
+ "type": "number",
3362
+ "docs": ""
3387
3363
  }, {
3388
- "tags": [],
3389
- "text": ""
3364
+ "name": "useNewObject",
3365
+ "type": "boolean",
3366
+ "docs": ""
3390
3367
  }],
3391
3368
  "references": {
3392
3369
  "Promise": {