@sme.up/ketchup 9.5.2 → 9.6.1

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 (310) 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-f32382f6.js} +8 -8
  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 +82 -19
  14. package/dist/cjs/kup-calendar.cjs.entry.js +78 -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 +12 -0
  44. package/dist/collection/assets/planner-example-4.js +4 -4
  45. package/dist/collection/assets/planner-example-5.js +3175 -0
  46. package/dist/collection/collection-manifest.json +3 -2
  47. package/dist/collection/components/kup-accordion/kup-accordion.js +10 -16
  48. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +10 -16
  49. package/dist/collection/components/kup-badge/kup-badge.js +8 -12
  50. package/dist/collection/components/kup-box/kup-box-declarations.js +11 -0
  51. package/dist/collection/components/kup-box/kup-box-state.js +2 -0
  52. package/dist/collection/components/kup-box/kup-box.css +1 -1
  53. package/dist/collection/components/kup-box/kup-box.js +181 -23
  54. package/dist/collection/components/kup-button/kup-button.js +6 -10
  55. package/dist/collection/components/kup-button-list/kup-button-list.js +7 -11
  56. package/dist/collection/components/kup-calendar/kup-calendar.js +10 -12
  57. package/dist/collection/components/kup-card/kup-card.js +6 -10
  58. package/dist/collection/components/kup-card-list/kup-card-list.js +6 -10
  59. package/dist/collection/components/kup-cell/kup-cell.js +13 -21
  60. package/dist/collection/components/kup-chart/kup-chart.js +7 -11
  61. package/dist/collection/components/kup-checkbox/kup-checkbox.js +7 -11
  62. package/dist/collection/components/kup-chip/kup-chip.js +8 -12
  63. package/dist/collection/components/kup-color-picker/kup-color-picker.js +11 -17
  64. package/dist/collection/components/kup-combobox/kup-combobox.js +10 -16
  65. package/dist/collection/components/kup-dashboard/kup-dashboard.js +7 -11
  66. package/dist/collection/components/kup-data-table/kup-data-table.js +72 -95
  67. package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -11
  68. package/dist/collection/components/kup-dialog/kup-dialog.css +2 -2
  69. package/dist/collection/components/kup-dialog/kup-dialog.js +9 -13
  70. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -12
  71. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +10 -13
  72. package/dist/collection/components/kup-echart/kup-echart.js +7 -11
  73. package/dist/collection/components/kup-editor/kup-editor-declarations.js +15 -0
  74. package/dist/collection/components/kup-editor/kup-editor.js +774 -0
  75. package/dist/collection/components/kup-family-tree/kup-family-tree.js +14 -16
  76. package/dist/collection/components/kup-form/kup-form.js +14 -22
  77. package/dist/collection/components/kup-gauge/kup-gauge.js +6 -10
  78. package/dist/collection/components/kup-grid/kup-grid.js +6 -10
  79. package/dist/collection/components/kup-iframe/kup-iframe.js +6 -10
  80. package/dist/collection/components/kup-image/kup-image.js +6 -10
  81. package/dist/collection/components/kup-image-list/kup-image-list.js +8 -12
  82. package/dist/collection/components/kup-lazy/kup-lazy.js +17 -21
  83. package/dist/collection/components/kup-list/kup-list.js +10 -16
  84. package/dist/collection/components/kup-magic-box/kup-magic-box.js +9 -13
  85. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +7 -11
  86. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +7 -11
  87. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +8 -12
  88. package/dist/collection/components/kup-planner/kup-planner.js +13 -21
  89. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  90. package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
  91. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -1
  92. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
  93. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
  94. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +0 -2
  95. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +13 -14
  96. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +1 -1
  97. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  98. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +6 -4
  99. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  100. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  101. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +6 -1
  102. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  103. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  104. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +0 -2
  105. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  106. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  107. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +7 -11
  108. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  109. package/dist/collection/components/kup-radio/kup-radio.js +6 -10
  110. package/dist/collection/components/kup-rating/kup-rating.js +7 -11
  111. package/dist/collection/components/kup-snackbar/kup-snackbar.js +7 -11
  112. package/dist/collection/components/kup-spinner/kup-spinner.js +40 -44
  113. package/dist/collection/components/kup-switch/kup-switch.js +7 -11
  114. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +6 -10
  115. package/dist/collection/components/kup-text-field/kup-text-field.js +10 -13
  116. package/dist/collection/components/kup-time-picker/kup-time-picker.js +10 -13
  117. package/dist/collection/components/kup-tree/kup-tree-faker.js +1 -1
  118. package/dist/collection/components/kup-tree/kup-tree.js +24 -33
  119. package/dist/collection/f-components/f-cell/f-cell.js +2 -1
  120. package/dist/collection/managers/kup-manager/kup-manager.js +5 -0
  121. package/dist/collection/managers/kup-openai/kup-openai.js +11 -8
  122. package/dist/components/custom-task-list-header.js +4 -3
  123. package/dist/components/custom-task-list-table.js +4 -3
  124. package/dist/components/kup-accordion.js +3 -2
  125. package/dist/components/kup-autocomplete2.js +136 -106
  126. package/dist/components/kup-box2.js +78 -11
  127. package/dist/components/kup-button-list.js +1 -1
  128. package/dist/components/kup-button.js +1 -1
  129. package/dist/components/kup-calendar.js +74 -7
  130. package/dist/components/kup-card-list.js +2 -1
  131. package/dist/components/kup-card.js +1 -1
  132. package/dist/components/kup-cell.js +3 -2
  133. package/dist/components/kup-chart.js +1 -1
  134. package/dist/components/kup-checkbox.js +1 -1
  135. package/dist/components/kup-chip.js +1 -1
  136. package/dist/components/kup-color-picker.js +1 -1
  137. package/dist/components/kup-combobox.js +1 -1
  138. package/dist/components/kup-dashboard.js +4 -3
  139. package/dist/components/kup-data-table.js +1 -1
  140. package/dist/components/kup-date-picker.js +1 -1
  141. package/dist/components/kup-dates.js +81 -67
  142. package/dist/components/kup-dialog.js +1 -1
  143. package/dist/components/kup-drawer.js +4 -3
  144. package/dist/components/kup-dropdown-button.js +1 -1
  145. package/dist/components/kup-echart2.js +1501 -1022
  146. package/dist/components/kup-editor.d.ts +11 -0
  147. package/dist/components/kup-editor.js +46434 -0
  148. package/dist/components/kup-family-tree.js +5 -4
  149. package/dist/components/kup-form.js +1 -1
  150. package/dist/components/kup-gantt-calendar2.js +3 -2
  151. package/dist/components/kup-gantt2.js +4 -2
  152. package/dist/components/kup-gauge.js +1 -1
  153. package/dist/components/kup-grid-renderer2.js +10 -7
  154. package/dist/components/kup-grid2.js +2 -1
  155. package/dist/components/kup-horizontal-scroll2.js +12 -12
  156. package/dist/components/kup-iframe.js +2 -1
  157. package/dist/components/kup-image-list.js +5 -4
  158. package/dist/components/kup-image.js +1 -1
  159. package/dist/components/kup-lazy.js +13 -12
  160. package/dist/components/kup-list.js +1 -1
  161. package/dist/components/kup-magic-box.js +6 -5
  162. package/dist/components/kup-manager.js +121 -79
  163. package/dist/components/kup-nav-bar.js +3 -2
  164. package/dist/components/kup-numeric-picker.js +4 -3
  165. package/dist/components/kup-photo-frame.js +4 -3
  166. package/dist/components/kup-planner-renderer-helper.js +2 -2
  167. package/dist/components/kup-planner-renderer2.js +3 -3
  168. package/dist/components/kup-planner.js +5 -4
  169. package/dist/components/kup-probe.js +1 -1
  170. package/dist/components/kup-progress-bar.js +1 -1
  171. package/dist/components/kup-qlik.js +3 -2
  172. package/dist/components/kup-radio.js +1 -1
  173. package/dist/components/kup-rating.js +1 -1
  174. package/dist/components/kup-snackbar.js +4 -3
  175. package/dist/components/kup-spinner.js +1 -1
  176. package/dist/components/kup-standard-tooltip2.js +3 -2
  177. package/dist/components/kup-switch.js +1 -1
  178. package/dist/components/kup-switcher2.js +3 -2
  179. package/dist/components/kup-tab-bar.js +1 -1
  180. package/dist/components/kup-task-gantt2.js +6 -4
  181. package/dist/components/kup-task-list-header2.js +9 -8
  182. package/dist/components/kup-task-list-table2.js +3 -2
  183. package/dist/components/kup-task-list2.js +9 -3
  184. package/dist/components/kup-text-field.js +1 -1
  185. package/dist/components/kup-time-picker.js +1 -1
  186. package/dist/components/kup-tooltip2.js +3 -2
  187. package/dist/components/kup-tree.js +1 -1
  188. package/dist/components/kup-vertical-scroll2.js +5 -4
  189. package/dist/esm/{f-button-856a189a.js → f-button-121958b3.js} +2 -2
  190. package/dist/esm/{f-cell-6324d838.js → f-cell-959b83db.js} +9 -8
  191. package/dist/esm/{f-checkbox-43481de2.js → f-checkbox-fdf27ce9.js} +1 -1
  192. package/dist/esm/{f-chip-e15fba8a.js → f-chip-915ddf53.js} +3 -3
  193. package/dist/esm/{f-image-26b1bc14.js → f-image-98371dac.js} +2 -2
  194. package/dist/esm/{f-paginator-utils-e8f62783.js → f-paginator-utils-10fa5a7d.js} +5 -5
  195. package/dist/esm/{f-text-field-bbe1f236.js → f-text-field-0df308e4.js} +2 -2
  196. package/dist/esm/{index-59f83f91.js → index-bbef9f2a.js} +79 -38
  197. package/dist/esm/index.js +3 -3
  198. package/dist/esm/ketchup.js +4 -4
  199. package/dist/esm/kup-accordion.entry.js +7 -6
  200. package/dist/esm/kup-autocomplete_27.entry.js +141 -112
  201. package/dist/esm/kup-box.entry.js +82 -19
  202. package/dist/esm/kup-calendar.entry.js +78 -11
  203. package/dist/esm/kup-card-list.entry.js +5 -4
  204. package/dist/esm/kup-cell.entry.js +12 -11
  205. package/dist/esm/kup-custom-task-list-header_4.entry.js +22 -16
  206. package/dist/esm/kup-dashboard.entry.js +10 -9
  207. package/dist/esm/{kup-dates-15f89ea2.js → kup-dates-172954df.js} +81 -67
  208. package/dist/esm/kup-drawer.entry.js +7 -6
  209. package/dist/esm/kup-echart.entry.js +1504 -1025
  210. package/dist/esm/kup-editor.entry.js +46256 -0
  211. package/dist/esm/kup-family-tree.entry.js +9 -8
  212. package/dist/esm/kup-gantt_10.entry.js +58 -42
  213. package/dist/esm/kup-grid.entry.js +5 -4
  214. package/dist/esm/kup-iframe.entry.js +5 -4
  215. package/dist/esm/kup-image-list.entry.js +13 -12
  216. package/dist/esm/kup-lazy.entry.js +16 -15
  217. package/dist/esm/kup-magic-box.entry.js +9 -8
  218. package/dist/esm/{kup-manager-8d1df189.js → kup-manager-33b051d6.js} +122 -80
  219. package/dist/esm/kup-nav-bar.entry.js +6 -5
  220. package/dist/esm/kup-numeric-picker.entry.js +7 -6
  221. package/dist/esm/kup-photo-frame.entry.js +7 -6
  222. package/dist/esm/{kup-planner-renderer-helper-2143d119.js → kup-planner-renderer-helper-5d97e075.js} +2 -2
  223. package/dist/esm/kup-planner-renderer.entry.js +4 -4
  224. package/dist/esm/kup-planner.entry.js +8 -7
  225. package/dist/esm/kup-probe.entry.js +4 -4
  226. package/dist/esm/kup-qlik.entry.js +6 -5
  227. package/dist/esm/kup-snackbar.entry.js +8 -7
  228. package/dist/esm/loader.js +3 -3
  229. package/dist/ketchup/index.esm.js +1 -1
  230. package/dist/ketchup/ketchup.esm.js +1 -1
  231. package/dist/ketchup/p-060ae996.entry.js +1 -0
  232. package/dist/ketchup/{p-0c124f99.entry.js → p-0a4595bd.entry.js} +1 -1
  233. package/dist/ketchup/{p-dc370227.entry.js → p-0dd0ae49.entry.js} +1 -1
  234. package/dist/ketchup/p-102866cd.js +1 -0
  235. package/dist/ketchup/{p-d300948a.entry.js → p-11d5400a.entry.js} +1 -1
  236. package/dist/ketchup/p-1ad7fea0.js +2 -0
  237. package/dist/ketchup/{p-01a0b54c.js → p-2778f948.js} +1 -1
  238. package/dist/ketchup/p-2f4055ba.entry.js +1 -0
  239. package/dist/ketchup/p-3c9ac0fd.entry.js +1 -0
  240. package/dist/ketchup/p-3ce8ce77.entry.js +49 -0
  241. package/dist/ketchup/p-3ff9a661.entry.js +1 -0
  242. package/dist/ketchup/p-41d6466e.entry.js +1 -0
  243. package/dist/ketchup/p-4bf5e04f.entry.js +1 -0
  244. package/dist/ketchup/p-610a03d4.js +28 -0
  245. package/dist/ketchup/{p-d9a1e5a4.entry.js → p-662d2f9b.entry.js} +1 -1
  246. package/dist/ketchup/p-773bcc69.entry.js +1 -0
  247. package/dist/ketchup/{p-caeed3c3.js → p-7bda0684.js} +1 -1
  248. package/dist/ketchup/p-81996620.entry.js +1 -0
  249. package/dist/ketchup/p-9d8d5070.entry.js +1 -0
  250. package/dist/ketchup/{p-8042dcd5.entry.js → p-9e63f56b.entry.js} +1 -1
  251. package/dist/ketchup/p-9f31a129.entry.js +38 -0
  252. package/dist/ketchup/p-a9b06bb8.js +1 -0
  253. package/dist/ketchup/p-b3067fd0.entry.js +9 -0
  254. package/dist/ketchup/p-b5d3c24d.entry.js +1 -0
  255. package/dist/ketchup/p-babbffa4.entry.js +1 -0
  256. package/dist/ketchup/p-c1ade766.entry.js +1 -0
  257. package/dist/ketchup/{p-9ba8f169.js → p-ccc637ee.js} +1 -1
  258. package/dist/ketchup/p-d15d1083.entry.js +1 -0
  259. package/dist/ketchup/p-d5254caf.entry.js +1 -0
  260. package/dist/ketchup/{p-d76cd8d6.js → p-dba484b8.js} +1 -1
  261. package/dist/ketchup/{p-f51dbf68.js → p-dc18691c.js} +1 -1
  262. package/dist/ketchup/p-de07d17e.js +1 -0
  263. package/dist/ketchup/p-df450df9.entry.js +16 -0
  264. package/dist/ketchup/{p-269a9af8.js → p-e43d4ccc.js} +1 -1
  265. package/dist/ketchup/p-ea625b2a.entry.js +1 -0
  266. package/dist/ketchup/{p-81c1d557.entry.js → p-eb37ea7e.entry.js} +1 -1
  267. package/dist/ketchup/p-f0b882f4.entry.js +1 -0
  268. package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -0
  269. package/dist/types/components/kup-box/kup-box-state.d.ts +2 -0
  270. package/dist/types/components/kup-box/kup-box.d.ts +26 -1
  271. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +1 -0
  272. package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +1 -0
  273. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
  274. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +21 -0
  275. package/dist/types/components/kup-editor/kup-editor.d.ts +128 -0
  276. package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +1 -0
  277. package/dist/types/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.d.ts +1 -1
  278. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -0
  279. package/dist/types/components.d.ts +197 -8
  280. package/dist/types/managers/kup-data/kup-data.d.ts +1 -1
  281. package/dist/types/managers/kup-interact/kup-interact-declarations.d.ts +1 -0
  282. package/dist/types/managers/kup-interact/kup-interact.d.ts +1 -0
  283. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +3 -0
  284. package/dist/types/managers/kup-manager/kup-manager.d.ts +1 -0
  285. package/dist/types/managers/kup-toolbar/kup-toolbar-declarations.d.ts +1 -1
  286. package/package.json +4 -3
  287. package/dist/ketchup/p-07bed934.entry.js +0 -1
  288. package/dist/ketchup/p-0f6cb6e4.entry.js +0 -1
  289. package/dist/ketchup/p-177f8008.entry.js +0 -9
  290. package/dist/ketchup/p-2ab02da0.entry.js +0 -1
  291. package/dist/ketchup/p-3f028a71.entry.js +0 -1
  292. package/dist/ketchup/p-4a18db68.entry.js +0 -39
  293. package/dist/ketchup/p-4eb6d4e8.entry.js +0 -1
  294. package/dist/ketchup/p-63031c77.js +0 -1
  295. package/dist/ketchup/p-71acfd3c.entry.js +0 -1
  296. package/dist/ketchup/p-753f30d8.entry.js +0 -1
  297. package/dist/ketchup/p-8c3ad5ef.entry.js +0 -1
  298. package/dist/ketchup/p-937a322f.js +0 -29
  299. package/dist/ketchup/p-a2d3aec9.entry.js +0 -1
  300. package/dist/ketchup/p-b07ffd18.entry.js +0 -16
  301. package/dist/ketchup/p-b115e1ec.entry.js +0 -1
  302. package/dist/ketchup/p-b396d0f8.js +0 -1
  303. package/dist/ketchup/p-c12a9759.entry.js +0 -1
  304. package/dist/ketchup/p-c23731ca.js +0 -1
  305. package/dist/ketchup/p-cadeb53d.entry.js +0 -1
  306. package/dist/ketchup/p-cd9a4274.js +0 -2
  307. package/dist/ketchup/p-f1cae1e1.entry.js +0 -1
  308. package/dist/ketchup/p-f417e794.entry.js +0 -1
  309. package/dist/ketchup/p-f753c13f.entry.js +0 -1
  310. package/dist/ketchup/p-f7980061.entry.js +0 -1
@@ -138,6 +138,7 @@ export class KupCalendar {
138
138
  }
139
139
  },
140
140
  eventDrop: ({ event, oldEvent }) => {
141
+ var _a;
141
142
  this.kupCalendarEventDrop.emit({
142
143
  comp: this,
143
144
  id: this.rootElement.id,
@@ -149,6 +150,7 @@ export class KupCalendar {
149
150
  start: event.start,
150
151
  end: event.end,
151
152
  },
153
+ row: (_a = oldEvent.extendedProps) === null || _a === void 0 ? void 0 : _a.row,
152
154
  });
153
155
  },
154
156
  events: this.getEvents(),
@@ -355,11 +357,11 @@ export class KupCalendar {
355
357
  this.kupManager.debug.logRender(this, true);
356
358
  }
357
359
  render() {
358
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("div", { class: "navigation" }, !this.hideNavigation ? (h("div", { class: "navigation__left" }, h(FButton, { icon: "chevron_left", onClick: () => this.onPrev(), title: this.kupManager.language.translate(KupLanguageGeneric.PREVIOUS), wrapperClass: "navigation__prev" }), h(FButton, { icon: "calendar", onClick: () => this.onToday(), title: this.kupManager.language.translate(KupLanguageGeneric.TODAY), wrapperClass: "navigation__today" }), h(FButton, { icon: "chevron_right", onClick: () => this.onNext(), title: this.kupManager.language.translate(KupLanguageGeneric.NEXT), wrapperClass: "navigation__next" }))) : null, h("div", { class: `navigation__title ${this.hideNavigation
360
+ return (h(Host, { key: '256712f0367d8a4979fbe5cf01230ef6919cbe30' }, h("style", { key: '483bc12677fbf0feb94f0322d050d3e92b76aa96' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'd396f95087febb8439ba747250dbde5c966664a9', id: componentWrapperId }, h("div", { key: '218107d205ccc74759b902682fbb4ffc38b4e6af', class: "navigation" }, !this.hideNavigation ? (h("div", { class: "navigation__left" }, h(FButton, { icon: "chevron_left", onClick: () => this.onPrev(), title: this.kupManager.language.translate(KupLanguageGeneric.PREVIOUS), wrapperClass: "navigation__prev" }), h(FButton, { icon: "calendar", onClick: () => this.onToday(), title: this.kupManager.language.translate(KupLanguageGeneric.TODAY), wrapperClass: "navigation__today" }), h(FButton, { icon: "chevron_right", onClick: () => this.onNext(), title: this.kupManager.language.translate(KupLanguageGeneric.NEXT), wrapperClass: "navigation__next" }))) : null, h("div", { key: '35207cde78644377b8a90dc0798da7cb3a8fb028', class: `navigation__title ${this.hideNavigation
359
361
  ? 'navigation__title--centered'
360
362
  : ''}`, ref: (el) => {
361
363
  this.navTitle = el;
362
- } }), !this.hideNavigation ? (h("div", { class: "navigation__right" }, h(FChip, Object.assign({}, this.setChipProps())))) : null), h("div", { class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
364
+ } }), !this.hideNavigation ? (h("div", { class: "navigation__right" }, h(FChip, Object.assign({}, this.setChipProps())))) : null), h("div", { key: '0cc18bfc6befd69d45d4ba0c119fc5a4c2437d36', class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
363
365
  }
364
366
  disconnectedCallback() {
365
367
  if (this.calendar) {
@@ -618,11 +620,9 @@ export class KupCalendar {
618
620
  "complexType": {
619
621
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
620
622
  "parameters": [{
621
- "tags": [{
622
- "name": "param",
623
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
624
- }],
625
- "text": "- When provided and true, the result will be the list of props with their description."
623
+ "name": "descriptions",
624
+ "type": "boolean",
625
+ "docs": "- When provided and true, the result will be the list of props with their description."
626
626
  }],
627
627
  "references": {
628
628
  "Promise": {
@@ -686,11 +686,9 @@ export class KupCalendar {
686
686
  "complexType": {
687
687
  "signature": "(props: GenericObject) => Promise<void>",
688
688
  "parameters": [{
689
- "tags": [{
690
- "name": "param",
691
- "text": "props - Object containing props that will be set to the component."
692
- }],
693
- "text": "- Object containing props that will be set to the component."
689
+ "name": "props",
690
+ "type": "GenericObject",
691
+ "docs": "- Object containing props that will be set to the component."
694
692
  }],
695
693
  "references": {
696
694
  "Promise": {
@@ -729,11 +729,9 @@ export class KupCard {
729
729
  "complexType": {
730
730
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
731
731
  "parameters": [{
732
- "tags": [{
733
- "name": "param",
734
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
735
- }],
736
- "text": "- When provided and true, the result will be the list of props with their description."
732
+ "name": "descriptions",
733
+ "type": "boolean",
734
+ "docs": "- When provided and true, the result will be the list of props with their description."
737
735
  }],
738
736
  "references": {
739
737
  "Promise": {
@@ -797,11 +795,9 @@ export class KupCard {
797
795
  "complexType": {
798
796
  "signature": "(props: GenericObject) => Promise<void>",
799
797
  "parameters": [{
800
- "tags": [{
801
- "name": "param",
802
- "text": "props - Object containing props that will be set to the component."
803
- }],
804
- "text": "- Object containing props that will be set to the component."
798
+ "name": "props",
799
+ "type": "GenericObject",
800
+ "docs": "- Object containing props that will be set to the component."
805
801
  }],
806
802
  "references": {
807
803
  "Promise": {
@@ -616,11 +616,9 @@ export class KupCardList {
616
616
  "complexType": {
617
617
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
618
618
  "parameters": [{
619
- "tags": [{
620
- "name": "param",
621
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
622
- }],
623
- "text": "- When provided and true, the result will be the list of props with their description."
619
+ "name": "descriptions",
620
+ "type": "boolean",
621
+ "docs": "- When provided and true, the result will be the list of props with their description."
624
622
  }],
625
623
  "references": {
626
624
  "Promise": {
@@ -667,11 +665,9 @@ export class KupCardList {
667
665
  "complexType": {
668
666
  "signature": "(props: GenericObject) => Promise<void>",
669
667
  "parameters": [{
670
- "tags": [{
671
- "name": "param",
672
- "text": "props - Object containing props that will be set to the component."
673
- }],
674
- "text": "- Object containing props that will be set to the component."
668
+ "name": "props",
669
+ "type": "GenericObject",
670
+ "docs": "- Object containing props that will be set to the component."
675
671
  }],
676
672
  "references": {
677
673
  "Promise": {
@@ -151,7 +151,7 @@ export class KupCell {
151
151
  renderKup: true,
152
152
  row: this.generateRow(),
153
153
  };
154
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h(FCell, Object.assign({}, props)))));
154
+ return (h(Host, { key: '6eae5c64c3c22889f6d67c79150bb109e2a27c83' }, h("style", { key: 'a807aece995466845f8699d51e5d78ddba19cb5d' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '759dc36e0a82552f49238ada3906634c7ff032ea', id: componentWrapperId }, h(FCell, Object.assign({ key: '1f45b43d0dd416c935f1c2963806c3f90bf1f61d' }, props)))));
155
155
  }
156
156
  disconnectedCallback() {
157
157
  this.kupManager.dates.unregister(this);
@@ -274,11 +274,9 @@ export class KupCell {
274
274
  "complexType": {
275
275
  "signature": "(classes?: string[]) => Promise<void>",
276
276
  "parameters": [{
277
- "tags": [{
278
- "name": "param",
279
- "text": "classes - Array of CSS classes."
280
- }],
281
- "text": "- Array of CSS classes."
277
+ "name": "classes",
278
+ "type": "string[]",
279
+ "docs": "- Array of CSS classes."
282
280
  }],
283
281
  "references": {
284
282
  "Promise": {
@@ -300,11 +298,9 @@ export class KupCell {
300
298
  "complexType": {
301
299
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
302
300
  "parameters": [{
303
- "tags": [{
304
- "name": "param",
305
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
306
- }],
307
- "text": "- When provided and true, the result will be the list of props with their description."
301
+ "name": "descriptions",
302
+ "type": "boolean",
303
+ "docs": "- When provided and true, the result will be the list of props with their description."
308
304
  }],
309
305
  "references": {
310
306
  "Promise": {
@@ -351,11 +347,9 @@ export class KupCell {
351
347
  "complexType": {
352
348
  "signature": "(classes?: string[]) => Promise<void>",
353
349
  "parameters": [{
354
- "tags": [{
355
- "name": "param",
356
- "text": "classes - Array of CSS classes."
357
- }],
358
- "text": "- Array of CSS classes."
350
+ "name": "classes",
351
+ "type": "string[]",
352
+ "docs": "- Array of CSS classes."
359
353
  }],
360
354
  "references": {
361
355
  "Promise": {
@@ -377,11 +371,9 @@ export class KupCell {
377
371
  "complexType": {
378
372
  "signature": "(props: GenericObject) => Promise<void>",
379
373
  "parameters": [{
380
- "tags": [{
381
- "name": "param",
382
- "text": "props - Object containing props that will be set to the component."
383
- }],
384
- "text": "- Object containing props that will be set to the component."
374
+ "name": "props",
375
+ "type": "GenericObject",
376
+ "docs": "- Object containing props that will be set to the component."
385
377
  }],
386
378
  "references": {
387
379
  "Promise": {
@@ -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": {