@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
@@ -0,0 +1,52 @@
1
+ let comp = document.getElementById('editor-html');
2
+
3
+ comp.addEventListener('kup-editor-autosave', (e) => {
4
+ console.log('kup-editor-autosave (html) ' + new Date().toISOString(), e);
5
+ });
6
+
7
+ let props = {
8
+ customStyle: '',
9
+ editorHeight: '400px',
10
+ initialEditType: 'wysiwyg',
11
+ initialValue:
12
+ '<div data-tomark-pass="">prova prova 123456 56<br></div><div data-tomark-pass=""><br></div><div data-tomark-pass="">e vado a capo<br></div><div data-tomark-pass=""><br></div><div data-tomark-pass="">ancora<br></div><div data-tomark-pass=""><br></div><div data-tomark-pass="">e ancora</div>',
13
+ isReadOnly: false,
14
+ previewStyle: 'tab',
15
+ showSaveButton: true,
16
+ showToolbar: true,
17
+ autosaveTimer: 5000,
18
+ };
19
+
20
+ if (props) {
21
+ for (const key in props) {
22
+ comp[key] = props[key];
23
+ }
24
+ }
25
+
26
+ comp = document.getElementById('editor-markdown');
27
+
28
+ comp.addEventListener('kup-editor-autosave', (e) => {
29
+ console.log(
30
+ 'kup-editor-autosave (markdown) ' + new Date().toISOString(),
31
+ e
32
+ );
33
+ });
34
+
35
+ props = {
36
+ customStyle: '',
37
+ initialEditType: 'markdown',
38
+ initialValue: '# title 1 \n ## title2',
39
+ isReadOnly: false,
40
+ previewStyle: 'tab',
41
+ showSaveButton: false,
42
+ showToolbar: true,
43
+ autosaveTimer: 5000,
44
+ };
45
+
46
+ comp.style = '--kup-editor-height: 300px;';
47
+
48
+ if (props) {
49
+ for (const key in props) {
50
+ comp[key] = props[key];
51
+ }
52
+ }
@@ -0,0 +1,60 @@
1
+ const comp = document.getElementById('editor');
2
+
3
+ comp.addEventListener('kup-editor-ready', (e) => {
4
+ console.log('Editor ready', e);
5
+ });
6
+
7
+ comp.addEventListener('kup-editor-save', (e) => {
8
+ console.log('Editor saved', e);
9
+ });
10
+
11
+ comp.addEventListener('kup-editor-autosave', (e) => {
12
+ console.log('Editor auto saved', e);
13
+ });
14
+
15
+ const props = {
16
+ initialEditType: 'markdown',
17
+ initialValue: `<p><img src="https://uicdn.toast.com/toastui/img/tui-editor-bi.png" alt="image"></p>
18
+ <h1>Awesome Editor!</h1>
19
+ <p>It has been <em>released as opensource in 2018</em> and has <del>continually</del> evolved to <strong>receive 10k GitHub ⭐️ Stars</strong>.</p>
20
+ <h2>Create Instance</h2>
21
+ <p>You can create an instance with the following code and use <code data-backticks="1">getHtml()</code> and <code data-backticks="1">getMarkdown()</code> of the <a href="https://github.com/nhn/tui.editor">Editor</a>.</p>
22
+ <pre class="lang-js"><code data-language="js">co
23
+
24
+ &gt; See the table below for default options
25
+ &gt; &gt; More API information can be found in the document
26
+
27
+ | name | type | description |
28
+ | --- | --- | --- |
29
+ | el | HTMLElement | container element |
30
+
31
+ ## Featuress
32
+
33
+ * CommonMark + GFM Specifications
34
+ * Live Preview
35
+ * Scroll Sync
36
+ * Auto Indent
37
+ * Syntax Highlight
38
+ 1. Markdown
39
+ 2. Preview
40
+
41
+ ## Support Wrappers
42
+
43
+ &gt; * Wrappers
44
+ &gt; 1. [x] React
45
+ &gt; 2. [x] Vue
46
+ &gt; 3. [ ] Ember&lt;p&gt;My Custom value for editor&lt;/p&gt;
47
+ </code></pre>
48
+ `,
49
+ isReadOnly: false,
50
+ previewStyle: 'vertical',
51
+ showSaveButton: true,
52
+ showToolbar: true,
53
+ // autosaveTimer: 2000
54
+ };
55
+
56
+ if (props) {
57
+ for (const key in props) {
58
+ comp[key] = props[key];
59
+ }
60
+ }
@@ -102,6 +102,14 @@ components.data = [
102
102
  value: 'Echart',
103
103
  id: 'echart.html',
104
104
  },
105
+ {
106
+ value: 'Editor',
107
+ id: 'editor.html',
108
+ },
109
+ {
110
+ value: 'Editor example 1',
111
+ id: 'editor-example-1.html',
112
+ },
105
113
  {
106
114
  value: 'Family tree',
107
115
  id: 'family-tree.html',
@@ -24,6 +24,7 @@
24
24
  "components/kup-dialog/kup-dialog.js",
25
25
  "components/kup-drawer/kup-drawer.js",
26
26
  "components/kup-echart/kup-echart.js",
27
+ "components/kup-editor/kup-editor.js",
27
28
  "components/kup-family-tree/kup-family-tree.js",
28
29
  "components/kup-form/kup-form.js",
29
30
  "components/kup-gauge/kup-gauge.js",
@@ -66,8 +67,8 @@
66
67
  ],
67
68
  "compiler": {
68
69
  "name": "@stencil/core",
69
- "version": "4.8.2",
70
- "typescriptVersion": "5.2.2"
70
+ "version": "4.12.1",
71
+ "typescriptVersion": "5.3.3"
71
72
  },
72
73
  "collections": [],
73
74
  "bundles": []
@@ -179,7 +179,7 @@ export class KupAccordion {
179
179
  }
180
180
  render() {
181
181
  const content = this.data && this.data.columns ? this.renderItems() : null;
182
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("div", { class: "accordion" }, content))));
182
+ return (h(Host, { key: '12da47dc3f3462e4d3e78b5266ee5416c26a2a99' }, h("style", { key: 'af0aa37c789ba350584ffd5289e5e08a581a2bb7' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'e662e0fb3e38440eb105a18f0e6302d5b619a958', id: componentWrapperId }, h("div", { key: 'e5860263f1b09c6f9f64d3a15ccbde1d2d88a316', class: "accordion" }, content))));
183
183
  }
184
184
  disconnectedCallback() {
185
185
  this.kupManager.theme.unregister(this);
@@ -339,11 +339,9 @@ export class KupAccordion {
339
339
  "complexType": {
340
340
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
341
341
  "parameters": [{
342
- "tags": [{
343
- "name": "param",
344
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
345
- }],
346
- "text": "- When provided and true, the result will be the list of props with their description."
342
+ "name": "descriptions",
343
+ "type": "boolean",
344
+ "docs": "- When provided and true, the result will be the list of props with their description."
347
345
  }],
348
346
  "references": {
349
347
  "Promise": {
@@ -390,11 +388,9 @@ export class KupAccordion {
390
388
  "complexType": {
391
389
  "signature": "(props: GenericObject) => Promise<void>",
392
390
  "parameters": [{
393
- "tags": [{
394
- "name": "param",
395
- "text": "props - Object containing props that will be set to the component."
396
- }],
397
- "text": "- Object containing props that will be set to the component."
391
+ "name": "props",
392
+ "type": "GenericObject",
393
+ "docs": "- Object containing props that will be set to the component."
398
394
  }],
399
395
  "references": {
400
396
  "Promise": {
@@ -421,11 +417,9 @@ export class KupAccordion {
421
417
  "complexType": {
422
418
  "signature": "(itemName: string) => Promise<void>",
423
419
  "parameters": [{
424
- "tags": [{
425
- "name": "param",
426
- "text": "itemName - Name of the item."
427
- }],
428
- "text": "- Name of the item."
420
+ "name": "itemName",
421
+ "type": "string",
422
+ "docs": "- Name of the item."
429
423
  }],
430
424
  "references": {
431
425
  "Promise": {
@@ -269,7 +269,7 @@ export class KupAutocomplete {
269
269
  render() {
270
270
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
271
271
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
272
- return (h(Host, { class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h("style", null, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ icon: this.showDropDownIcon
272
+ return (h(Host, { key: '88774505c1f13b133ce2be0bda250290f6de04a6', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: '2f8ca0e34b61255f0820ca1c9ac36d872642e009' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '0cafe0954f744146d3fdd0c8452be08ea2f2193d', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '6b84b32bd60fbc96c17f88257a439a5134243df1', icon: this.showDropDownIcon
273
273
  ? KupThemeIconValues.DROPDOWN
274
274
  : null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => {
275
275
  window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));
@@ -710,11 +710,9 @@ export class KupAutocomplete {
710
710
  "complexType": {
711
711
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
712
712
  "parameters": [{
713
- "tags": [{
714
- "name": "param",
715
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
716
- }],
717
- "text": "- When provided and true, the result will be the list of props with their description."
713
+ "name": "descriptions",
714
+ "type": "boolean",
715
+ "docs": "- When provided and true, the result will be the list of props with their description."
718
716
  }],
719
717
  "references": {
720
718
  "Promise": {
@@ -798,11 +796,9 @@ export class KupAutocomplete {
798
796
  "complexType": {
799
797
  "signature": "(props: GenericObject) => Promise<void>",
800
798
  "parameters": [{
801
- "tags": [{
802
- "name": "param",
803
- "text": "props - Object containing props that will be set to the component."
804
- }],
805
- "text": "- Object containing props that will be set to the component."
799
+ "name": "props",
800
+ "type": "GenericObject",
801
+ "docs": "- Object containing props that will be set to the component."
806
802
  }],
807
803
  "references": {
808
804
  "Promise": {
@@ -829,11 +825,9 @@ export class KupAutocomplete {
829
825
  "complexType": {
830
826
  "signature": "(value: string) => Promise<void>",
831
827
  "parameters": [{
832
- "tags": [{
833
- "name": "param",
834
- "text": "value - Value of the component."
835
- }],
836
- "text": "- Value of the component."
828
+ "name": "value",
829
+ "type": "string",
830
+ "docs": "- Value of the component."
837
831
  }],
838
832
  "references": {
839
833
  "Promise": {
@@ -76,9 +76,9 @@ export class KupBadge {
76
76
  if (!this.imageData.color) {
77
77
  this.imageData.color = `var(${KupThemeColorValues.TEXT_ON_PRIMARY})`;
78
78
  }
79
- imageEl = h(FImage, Object.assign({}, this.imageData));
79
+ imageEl = h(FImage, Object.assign({ key: '13d604cf44b52b9a914eaa17dd40501400476847' }, this.imageData));
80
80
  }
81
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, onClick: () => this.onKupClick() }, this.text, imageEl)));
81
+ return (h(Host, { key: 'a88511192e2f63f9e527485ada0786df92d6aa6f' }, h("style", { key: '127e5883c7a23cdb3302d8f6a2db82d1d8bedcce' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'f06c0031f262f1214426b8916bc6d81690894045', id: componentWrapperId, onClick: () => this.onKupClick() }, this.text, imageEl)));
82
82
  }
83
83
  disconnectedCallback() {
84
84
  this.kupManager.theme.unregister(this);
@@ -199,11 +199,9 @@ export class KupBadge {
199
199
  "complexType": {
200
200
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
201
201
  "parameters": [{
202
- "tags": [{
203
- "name": "param",
204
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
205
- }],
206
- "text": "- When provided and true, the result will be the list of props with their description."
202
+ "name": "descriptions",
203
+ "type": "boolean",
204
+ "docs": "- When provided and true, the result will be the list of props with their description."
207
205
  }],
208
206
  "references": {
209
207
  "Promise": {
@@ -250,11 +248,9 @@ export class KupBadge {
250
248
  "complexType": {
251
249
  "signature": "(props: GenericObject) => Promise<void>",
252
250
  "parameters": [{
253
- "tags": [{
254
- "name": "param",
255
- "text": "props - Object containing props that will be set to the component."
256
- }],
257
- "text": "- Object containing props that will be set to the component."
251
+ "name": "props",
252
+ "type": "GenericObject",
253
+ "docs": "- Object containing props that will be set to the component."
258
254
  }],
259
255
  "references": {
260
256
  "Promise": {
@@ -55,7 +55,7 @@
55
55
  #box-container.is-kanban .box-wrapper .box {
56
56
  overflow: auto;
57
57
  }
58
- #box-container * {
58
+ #box-container *:not(.progress-bar-percentage) {
59
59
  box-sizing: border-box;
60
60
  }
61
61
  #box-container .box-wrapper {
@@ -1985,11 +1985,9 @@ export class KupBox {
1985
1985
  "complexType": {
1986
1986
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
1987
1987
  "parameters": [{
1988
- "tags": [{
1989
- "name": "param",
1990
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
1991
- }],
1992
- "text": "- When provided and true, the result will be the list of props with their description."
1988
+ "name": "descriptions",
1989
+ "type": "boolean",
1990
+ "docs": "- When provided and true, the result will be the list of props with their description."
1993
1991
  }],
1994
1992
  "references": {
1995
1993
  "Promise": {
@@ -2019,11 +2017,13 @@ export class KupBox {
2019
2017
  "complexType": {
2020
2018
  "signature": "(row: KupBoxRow, actions: KupDataRowAction[]) => Promise<void>",
2021
2019
  "parameters": [{
2022
- "tags": [],
2023
- "text": ""
2020
+ "name": "row",
2021
+ "type": "KupBoxRow",
2022
+ "docs": ""
2024
2023
  }, {
2025
- "tags": [],
2026
- "text": ""
2024
+ "name": "actions",
2025
+ "type": "KupDataRowAction[]",
2026
+ "docs": ""
2027
2027
  }],
2028
2028
  "references": {
2029
2029
  "Promise": {
@@ -2069,11 +2069,9 @@ export class KupBox {
2069
2069
  "complexType": {
2070
2070
  "signature": "(props: GenericObject) => Promise<void>",
2071
2071
  "parameters": [{
2072
- "tags": [{
2073
- "name": "param",
2074
- "text": "props - Object containing props that will be set to the component."
2075
- }],
2076
- "text": "- Object containing props that will be set to the component."
2072
+ "name": "props",
2073
+ "type": "GenericObject",
2074
+ "docs": "- Object containing props that will be set to the component."
2077
2075
  }],
2078
2076
  "references": {
2079
2077
  "Promise": {
@@ -505,11 +505,9 @@ export class KupButton {
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 KupButton {
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": {
@@ -250,7 +250,7 @@ export class KupButtonList {
250
250
  'button-list--container': true,
251
251
  'show-selection': this.showSelection && this.selected ? true : false,
252
252
  };
253
- return (h(Host, { style: hostStyle }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("div", { class: classObj }, buttons))));
253
+ return (h(Host, { key: 'a01db9921adbf39f2d78e4dab8f36628cfa6c36b', style: hostStyle }, h("style", { key: '48e3bd8c16086c166b34b4ff7131257d4258e627' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '849c6b0831fce22ca8cc3c462e5889146088f214', id: componentWrapperId }, h("div", { key: '61423fbc92aa0f2336b54b976719e48736c22e62', class: classObj }, buttons))));
254
254
  }
255
255
  disconnectedCallback() {
256
256
  this.kupManager.theme.unregister(this);
@@ -445,11 +445,9 @@ export class KupButtonList {
445
445
  "complexType": {
446
446
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
447
447
  "parameters": [{
448
- "tags": [{
449
- "name": "param",
450
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
451
- }],
452
- "text": "- When provided and true, the result will be the list of props with their description."
448
+ "name": "descriptions",
449
+ "type": "boolean",
450
+ "docs": "- When provided and true, the result will be the list of props with their description."
453
451
  }],
454
452
  "references": {
455
453
  "Promise": {
@@ -496,11 +494,9 @@ export class KupButtonList {
496
494
  "complexType": {
497
495
  "signature": "(props: GenericObject) => Promise<void>",
498
496
  "parameters": [{
499
- "tags": [{
500
- "name": "param",
501
- "text": "props - Object containing props that will be set to the component."
502
- }],
503
- "text": "- Object containing props that will be set to the component."
497
+ "name": "props",
498
+ "type": "GenericObject",
499
+ "docs": "- Object containing props that will be set to the component."
504
500
  }],
505
501
  "references": {
506
502
  "Promise": {
@@ -355,11 +355,11 @@ export class KupCalendar {
355
355
  this.kupManager.debug.logRender(this, true);
356
356
  }
357
357
  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
358
+ return (h(Host, { key: '81ca54ecc64da284ef682bb11afdcf8ce4d30667' }, h("style", { key: '2a65b0d79e2d0b3356347657c4cbb50afbf13eaf' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '5a1efc80bc76c8bf6163acfd9e7ed1ba49d9f124', id: componentWrapperId }, h("div", { key: '975f9f451d580535f80602c2ef1de548f24797c6', 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: 'ca9fb802c7820068a9b5f482e751606f90db72c4', class: `navigation__title ${this.hideNavigation
359
359
  ? 'navigation__title--centered'
360
360
  : ''}`, ref: (el) => {
361
361
  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) }))));
362
+ } }), !this.hideNavigation ? (h("div", { class: "navigation__right" }, h(FChip, Object.assign({}, this.setChipProps())))) : null), h("div", { key: '0b19f1dad2e7236feecd159ac0421b521bf72a04', class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
363
363
  }
364
364
  disconnectedCallback() {
365
365
  if (this.calendar) {
@@ -618,11 +618,9 @@ export class KupCalendar {
618
618
  "complexType": {
619
619
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
620
620
  "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."
621
+ "name": "descriptions",
622
+ "type": "boolean",
623
+ "docs": "- When provided and true, the result will be the list of props with their description."
626
624
  }],
627
625
  "references": {
628
626
  "Promise": {
@@ -686,11 +684,9 @@ export class KupCalendar {
686
684
  "complexType": {
687
685
  "signature": "(props: GenericObject) => Promise<void>",
688
686
  "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."
687
+ "name": "props",
688
+ "type": "GenericObject",
689
+ "docs": "- Object containing props that will be set to the component."
694
690
  }],
695
691
  "references": {
696
692
  "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": {