@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
@@ -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": {
@@ -361,7 +361,7 @@ export class KupDatePicker {
361
361
  this.kupManager.debug.logRender(this, true);
362
362
  }
363
363
  render() {
364
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, this.prepTextfield(this.getDateForOutput()))));
364
+ return (h(Host, { key: '4135469f05817098c32c5451bcc4e40f4ea21828' }, h("style", { key: '34fc67e36614daed8c71f4665bb9e026c88986d7' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'a7475560ba8d147634585c94792a45aa3ba4af1f', id: componentWrapperId }, this.prepTextfield(this.getDateForOutput()))));
365
365
  }
366
366
  disconnectedCallback() {
367
367
  this.kupManager.dates.unregister(this);
@@ -721,11 +721,9 @@ export class KupDatePicker {
721
721
  "complexType": {
722
722
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
723
723
  "parameters": [{
724
- "tags": [{
725
- "name": "param",
726
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
727
- }],
728
- "text": "- When provided and true, the result will be the list of props with their description."
724
+ "name": "descriptions",
725
+ "type": "boolean",
726
+ "docs": "- When provided and true, the result will be the list of props with their description."
729
727
  }],
730
728
  "references": {
731
729
  "Promise": {
@@ -789,11 +787,9 @@ export class KupDatePicker {
789
787
  "complexType": {
790
788
  "signature": "(value: string) => Promise<void>",
791
789
  "parameters": [{
792
- "tags": [{
793
- "name": "param",
794
- "text": "value - Value to be set."
795
- }],
796
- "text": "- Value to be set."
790
+ "name": "value",
791
+ "type": "string",
792
+ "docs": "- Value to be set."
797
793
  }],
798
794
  "references": {
799
795
  "Promise": {
@@ -6,11 +6,11 @@
6
6
  box-sizing: border-box;
7
7
  display: block;
8
8
  height: var(--kup_dialog_height);
9
- left: var(--kup_dialog_left);
9
+ left: var(--kup_dialog_left, -100%);
10
10
  min-height: var(--kup_dialog_height);
11
11
  min-width: var(--kup_dialog_width);
12
12
  position: absolute;
13
- top: var(--kup_dialog_top);
13
+ top: var(--kup_dialog_top, -100%);
14
14
  transition: opacity 0.25s ease-in;
15
15
  width: var(--kup_dialog_width);
16
16
  }
@@ -65,7 +65,7 @@ export class KupDialog {
65
65
  async recalcPosition() {
66
66
  var _a;
67
67
  const rect = this.rootElement.getBoundingClientRect();
68
- if (!rect.x && !rect.y) {
68
+ if (!rect.x && !rect.y && !rect.height && !rect.width) {
69
69
  __classPrivateFieldGet(this, _KupDialog_kupManager, "f").debug.logMessage(this, `recalcPosition() ran before the component finished being drawn. Running again (attempt #${__classPrivateFieldGet(this, _KupDialog_recalcSafeguard, "f")}).`, KupDebugCategory.INFO);
70
70
  if (__classPrivateFieldGet(this, _KupDialog_recalcSafeguard, "f") < 50) {
71
71
  __classPrivateFieldSet(this, _KupDialog_recalcSafeguard, (_a = __classPrivateFieldGet(this, _KupDialog_recalcSafeguard, "f"), _a++, _a), "f");
@@ -78,7 +78,7 @@ export class KupDialog {
78
78
  }
79
79
  __classPrivateFieldSet(this, _KupDialog_recalcSafeguard, 0, "f");
80
80
  const left = window.innerWidth / 2 - rect.width / 2;
81
- const top = window.innerHeight / 2 - rect.height / 2;
81
+ const top = window.innerHeight / 2 - rect.height / 2 + window.scrollY;
82
82
  this.rootElement.style.setProperty('--kup_dialog_left', left + 'px');
83
83
  this.rootElement.style.setProperty('--kup_dialog_top', top + 'px');
84
84
  this.rootElement.removeAttribute('fade-in');
@@ -137,7 +137,7 @@ export class KupDialog {
137
137
  '--kup_dialog_height': this.sizeY ? this.sizeY : 'auto',
138
138
  '--kup_dialog_width': this.sizeX ? this.sizeX : 'auto',
139
139
  };
140
- return (h(Host, { "fade-in": true, style: style }, h("style", null, __classPrivateFieldGet(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, this.header ? (h("div", { class: "header", ref: (el) => (__classPrivateFieldSet(this, _KupDialog_header, el, "f")) }, this.header.title ? (h("div", { class: "header__title" }, this.header.title)) : null, ((_a = this.header.icons) === null || _a === void 0 ? void 0 : _a.close) ? (h(FImage, { onClick: () => this.close(), sizeX: "1.25em", sizeY: "100%", resource: "clear", wrapperClass: "header__close" })) : null)) : null, h("div", { class: "content" }, h("slot", null)))));
140
+ return (h(Host, { key: '123c03f320a3c3a7f81c7c7cf475b731810239ff', "fade-in": true, style: style }, h("style", { key: '0c147e1a723ad36bba12280f7f07bff8193ed038' }, __classPrivateFieldGet(this, _KupDialog_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c98642ef79f485179b9db7001e62d98673e5908f', id: componentWrapperId }, this.header ? (h("div", { class: "header", ref: (el) => (__classPrivateFieldSet(this, _KupDialog_header, el, "f")) }, this.header.title ? (h("div", { class: "header__title" }, this.header.title)) : null, ((_a = this.header.icons) === null || _a === void 0 ? void 0 : _a.close) ? (h(FImage, { onClick: () => this.close(), sizeX: "1.25em", sizeY: "100%", resource: "clear", wrapperClass: "header__close" })) : null)) : null, h("div", { key: 'c63972ac5e457ad2e01785c793a738df737f6850', class: "content" }, h("slot", { key: 'dac2574f7916af1859e83ea9f088707d25c49727' })))));
141
141
  }
142
142
  disconnectedCallback() {
143
143
  if (this.modal) {
@@ -391,11 +391,9 @@ export class KupDialog {
391
391
  "complexType": {
392
392
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
393
393
  "parameters": [{
394
- "tags": [{
395
- "name": "param",
396
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
397
- }],
398
- "text": "- When provided and true, the result will be the list of props with their description."
394
+ "name": "descriptions",
395
+ "type": "boolean",
396
+ "docs": "- When provided and true, the result will be the list of props with their description."
399
397
  }],
400
398
  "references": {
401
399
  "Promise": {
@@ -459,11 +457,9 @@ export class KupDialog {
459
457
  "complexType": {
460
458
  "signature": "(props: GenericObject) => Promise<void>",
461
459
  "parameters": [{
462
- "tags": [{
463
- "name": "param",
464
- "text": "props - Object containing props that will be set to the component."
465
- }],
466
- "text": "- Object containing props that will be set to the component."
460
+ "name": "props",
461
+ "type": "GenericObject",
462
+ "docs": "- Object containing props that will be set to the component."
467
463
  }],
468
464
  "references": {
469
465
  "Promise": {
@@ -108,7 +108,7 @@ export class KupDrawer {
108
108
  this.kupManager.debug.logRender(this, true);
109
109
  }
110
110
  render() {
111
- return (h(Host, { "kup-opened": this.opened }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { class: "backdrop", onClick: (e) => {
111
+ return (h(Host, { key: '862fc022944ee0862f4d53ae589e9266e18adf3a', "kup-opened": this.opened }, h("style", { key: '428062c25d92fa7f034365196319c36a3d43d417' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0cd3e4d4363dd338cc0b47aecc3a505a716cc0cc', class: "backdrop", onClick: (e) => {
112
112
  e.preventDefault();
113
113
  e.stopPropagation();
114
114
  }, onPointerDown: (e) => {
@@ -118,7 +118,7 @@ export class KupDrawer {
118
118
  }, onTouchStart: (e) => {
119
119
  e.preventDefault();
120
120
  e.stopPropagation();
121
- } }), h("div", { id: componentWrapperId }, h("div", { class: drawerClass }, this.content()))));
121
+ } }), h("div", { key: '1c65d469467e3efddf3a58a729670037ecefb0f3', id: componentWrapperId }, h("div", { key: '75e507b1574cf744216c9eeee76967f8eda2633a', class: drawerClass }, this.content()))));
122
122
  }
123
123
  disconnectedCallback() {
124
124
  this.kupManager.theme.unregister(this);
@@ -257,11 +257,9 @@ export class KupDrawer {
257
257
  "complexType": {
258
258
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
259
259
  "parameters": [{
260
- "tags": [{
261
- "name": "param",
262
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
263
- }],
264
- "text": "- When provided and true, the result will be the list of props with their description."
260
+ "name": "descriptions",
261
+ "type": "boolean",
262
+ "docs": "- When provided and true, the result will be the list of props with their description."
265
263
  }],
266
264
  "references": {
267
265
  "Promise": {
@@ -345,11 +343,9 @@ export class KupDrawer {
345
343
  "complexType": {
346
344
  "signature": "(props: GenericObject) => Promise<void>",
347
345
  "parameters": [{
348
- "tags": [{
349
- "name": "param",
350
- "text": "props - Object containing props that will be set to the component."
351
- }],
352
- "text": "- Object containing props that will be set to the component."
346
+ "name": "props",
347
+ "type": "GenericObject",
348
+ "docs": "- Object containing props that will be set to the component."
353
349
  }],
354
350
  "references": {
355
351
  "Promise": {
@@ -287,7 +287,7 @@ export class KupDropdownButton {
287
287
  return buttons;
288
288
  }
289
289
  render() {
290
- return (h(Host, null, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId }, h("div", { class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({}, this.data['kup-list'], { displayMode: this.displayMode, isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
290
+ return (h(Host, { key: 'bed2003851932be074c7d8122d44b300cd16913c' }, h("style", { key: '2f821fc8dd2fc2164db5d091407c7b56867a73f1' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '21c73920d5d144daa77b8942ec5b71d4566e7651', id: componentWrapperId }, h("div", { key: 'c5590f4b919f196b4115c42873976df648fa8118', class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({ key: 'd601b702f5550b9652313fb4df88b87c7c616927' }, this.data['kup-list'], { displayMode: this.displayMode, isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
291
291
  }
292
292
  disconnectedCallback() {
293
293
  if (this.listEl) {
@@ -686,11 +686,9 @@ export class KupDropdownButton {
686
686
  "complexType": {
687
687
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
688
688
  "parameters": [{
689
- "tags": [{
690
- "name": "param",
691
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
692
- }],
693
- "text": "- When provided and true, the result will be the list of props with their description."
689
+ "name": "descriptions",
690
+ "type": "boolean",
691
+ "docs": "- When provided and true, the result will be the list of props with their description."
694
692
  }],
695
693
  "references": {
696
694
  "Promise": {
@@ -754,11 +752,9 @@ export class KupDropdownButton {
754
752
  "complexType": {
755
753
  "signature": "(props: GenericObject) => Promise<void>",
756
754
  "parameters": [{
757
- "tags": [{
758
- "name": "param",
759
- "text": "props - Object containing props that will be set to the component."
760
- }],
761
- "text": "- Object containing props that will be set to the component."
755
+ "name": "props",
756
+ "type": "GenericObject",
757
+ "docs": "- Object containing props that will be set to the component."
762
758
  }],
763
759
  "references": {
764
760
  "Promise": {
@@ -785,8 +781,9 @@ export class KupDropdownButton {
785
781
  "complexType": {
786
782
  "signature": "(value: string) => Promise<void>",
787
783
  "parameters": [{
788
- "tags": [],
789
- "text": ""
784
+ "name": "value",
785
+ "type": "string",
786
+ "docs": ""
790
787
  }],
791
788
  "references": {
792
789
  "Promise": {
@@ -137,7 +137,7 @@ export class KupEchart {
137
137
  '--kup_echart_height': this.sizeY ? this.sizeY : '100%',
138
138
  '--kup_echart_width': this.sizeX ? this.sizeX : '100%',
139
139
  };
140
- return (h(Host, { style: style }, h("style", null, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
140
+ return (h(Host, { key: 'cd53ca83bca4d40a97c42c49ac4438c0a0b5c8b7', style: style }, h("style", { key: 'fbd8fb110465493f0a0fc600db9183a9fbd0c7ce' }, __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'd28c8cfb8ec8b780040298218b97baa7c076a849', id: componentWrapperId, ref: (chartContainer) => (__classPrivateFieldSet(this, _KupEchart_chartContainer, chartContainer, "f")) })));
141
141
  }
142
142
  disconnectedCallback() {
143
143
  __classPrivateFieldGet(this, _KupEchart_kupManager, "f").theme.unregister(this);
@@ -520,11 +520,9 @@ export class KupEchart {
520
520
  "complexType": {
521
521
  "signature": "(descriptions?: boolean) => Promise<GenericObject>",
522
522
  "parameters": [{
523
- "tags": [{
524
- "name": "param",
525
- "text": "descriptions - When provided and true, the result will be the list of props with their description."
526
- }],
527
- "text": "- When provided and true, the result will be the list of props with their description."
523
+ "name": "descriptions",
524
+ "type": "boolean",
525
+ "docs": "- When provided and true, the result will be the list of props with their description."
528
526
  }],
529
527
  "references": {
530
528
  "Promise": {
@@ -588,11 +586,9 @@ export class KupEchart {
588
586
  "complexType": {
589
587
  "signature": "(props: GenericObject) => Promise<void>",
590
588
  "parameters": [{
591
- "tags": [{
592
- "name": "param",
593
- "text": "props - Object containing props that will be set to the component."
594
- }],
595
- "text": "- Object containing props that will be set to the component."
589
+ "name": "props",
590
+ "type": "GenericObject",
591
+ "docs": "- Object containing props that will be set to the component."
596
592
  }],
597
593
  "references": {
598
594
  "Promise": {
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Props of the kup-dropdown-button component.
3
+ * Used to export every prop in an object.
4
+ */
5
+ export var KupEditorProps;
6
+ (function (KupEditorProps) {
7
+ KupEditorProps["autosaveTimer"] = "When a number is specified, the component will emit the kup-editor-save event at regular intervals. The amount of time every interval will last is specified but the prop itself.";
8
+ KupEditorProps["editorHeight"] = "Sets the height of the component.";
9
+ KupEditorProps["initialEditType"] = "Initializes editor with the specified editor type. Suported values: \"markdown\", \"wysiwyg\".";
10
+ KupEditorProps["initialValue"] = "Initializes editor with the specified string.";
11
+ KupEditorProps["isReadOnly"] = "Defaults at false. When set, When set, the editor\u2019s content can\u2019t be changed..";
12
+ KupEditorProps["previewStyle"] = "Initializes editor with the specified preview type. Suported values: \"tab\", \"vertical\".";
13
+ KupEditorProps["showSaveButton"] = "When set, a save button shown in the editor\u2019s toolbar.";
14
+ KupEditorProps["showToolbar"] = "When set to false, the toolbar will not be shown.";
15
+ })(KupEditorProps || (KupEditorProps = {}));