@sme.up/ketchup 4.0.0 → 4.2.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 (303) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/cell-utils-dc0884a3.js +168 -0
  3. package/dist/cjs/f-button-2ba74fb5.js +105 -0
  4. package/dist/cjs/f-cell-fe60a08d.js +731 -0
  5. package/dist/cjs/f-chip-90d95d22.js +141 -0
  6. package/dist/cjs/{f-image-5f4f29ca.js → f-image-d3bd4e08.js} +4 -5
  7. package/dist/cjs/{index-3c471303.js → index-0416afab.js} +73 -64
  8. package/dist/cjs/ketchup.cjs.js +3 -3
  9. package/dist/cjs/kup-accordion.cjs.entry.js +6 -8
  10. package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_28.cjs.entry.js} +2580 -3060
  11. package/dist/cjs/kup-calendar.cjs.entry.js +30 -30
  12. package/dist/cjs/kup-cell.cjs.entry.js +201 -0
  13. package/dist/cjs/kup-dash-list.cjs.entry.js +15 -7
  14. package/dist/cjs/kup-dash_2.cjs.entry.js +104 -62
  15. package/dist/cjs/kup-drawer.cjs.entry.js +4 -6
  16. package/dist/cjs/kup-field.cjs.entry.js +3 -5
  17. package/dist/cjs/kup-iframe.cjs.entry.js +3 -4
  18. package/dist/cjs/kup-lazy.cjs.entry.js +4 -6
  19. package/dist/cjs/kup-magic-box.cjs.entry.js +21 -31
  20. package/dist/cjs/kup-manager-1a2688ca.js +5813 -0
  21. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -6
  22. package/dist/cjs/kup-probe.cjs.entry.js +3 -4
  23. package/dist/cjs/kup-qlik.cjs.entry.js +2 -3
  24. package/dist/cjs/kup-snackbar.cjs.entry.js +152 -0
  25. package/dist/cjs/loader.cjs.js +3 -3
  26. package/dist/cjs/{utils-2af73538.js → utils-0cc466b9.js} +17 -83
  27. package/dist/collection/assets/cell.js +51 -0
  28. package/dist/collection/assets/data-table.js +518 -1
  29. package/dist/collection/assets/index.js +8 -0
  30. package/dist/collection/assets/snackbar.js +32 -0
  31. package/dist/collection/collection-manifest.json +6 -6
  32. package/dist/collection/components/kup-accordion/kup-accordion.css +0 -213
  33. package/dist/collection/components/kup-accordion/kup-accordion.js +15 -16
  34. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -2
  35. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +5 -2381
  36. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +83 -111
  37. package/dist/collection/components/kup-badge/kup-badge.css +1 -35
  38. package/dist/collection/components/kup-badge/kup-badge.js +13 -14
  39. package/dist/collection/components/kup-box/kup-box.css +47 -780
  40. package/dist/collection/components/kup-box/kup-box.js +240 -366
  41. package/dist/collection/components/kup-button/kup-button.css +0 -333
  42. package/dist/collection/components/kup-button/kup-button.js +27 -28
  43. package/dist/collection/components/kup-button-list/kup-button-list.css +0 -332
  44. package/dist/collection/components/kup-button-list/kup-button-list.js +19 -20
  45. package/dist/collection/components/kup-calendar/kup-calendar.css +0 -517
  46. package/dist/collection/components/kup-calendar/kup-calendar.js +47 -45
  47. package/dist/collection/components/kup-card/builtin/kup-card-builtin.js +20 -0
  48. package/dist/collection/components/kup-card/builtin/kup-card-calendar.js +458 -0
  49. package/dist/collection/components/kup-card/builtin/kup-card-clock.js +321 -0
  50. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +18 -0
  51. package/dist/collection/components/kup-card/free/kup-card-free.js +13 -0
  52. package/dist/collection/components/kup-card/kup-card-declarations.js +19 -0
  53. package/dist/collection/components/kup-card/kup-card-helper.js +19 -1
  54. package/dist/collection/components/kup-card/kup-card.css +615 -185
  55. package/dist/collection/components/kup-card/kup-card.js +94 -34
  56. package/dist/collection/components/kup-card/standard/kup-card-standard.js +75 -0
  57. package/dist/collection/components/kup-cell/kup-cell-declarations.js +11 -0
  58. package/dist/collection/components/kup-cell/kup-cell.css +20 -0
  59. package/dist/collection/components/kup-cell/kup-cell.js +413 -0
  60. package/dist/collection/components/kup-chart/kup-chart.js +41 -42
  61. package/dist/collection/components/kup-checkbox/kup-checkbox.css +0 -214
  62. package/dist/collection/components/kup-checkbox/kup-checkbox.js +19 -20
  63. package/dist/collection/components/kup-chip/kup-chip.css +0 -217
  64. package/dist/collection/components/kup-chip/kup-chip.js +15 -16
  65. package/dist/collection/components/kup-color-picker/kup-color-picker.css +7 -2380
  66. package/dist/collection/components/kup-color-picker/kup-color-picker.js +41 -41
  67. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +1 -0
  68. package/dist/collection/components/kup-combobox/kup-combobox.css +5 -2381
  69. package/dist/collection/components/kup-combobox/kup-combobox.js +68 -28
  70. package/dist/collection/components/kup-dash-list/kup-dash-list.js +13 -4
  71. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
  72. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +61 -102
  73. package/dist/collection/components/kup-data-table/kup-data-table.css +118 -3232
  74. package/dist/collection/components/kup-data-table/kup-data-table.js +589 -1089
  75. package/dist/collection/components/kup-date-picker/kup-date-picker.css +1 -85
  76. package/dist/collection/components/kup-date-picker/kup-date-picker.js +92 -395
  77. package/dist/collection/components/kup-drawer/kup-drawer.js +9 -10
  78. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +12 -340
  79. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +56 -45
  80. package/dist/collection/components/kup-field/kup-field.js +21 -22
  81. package/dist/collection/components/kup-gauge/kup-gauge.js +17 -18
  82. package/dist/collection/components/kup-grid/kup-grid.css +2 -1
  83. package/dist/collection/components/kup-grid/kup-grid.js +13 -14
  84. package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
  85. package/dist/collection/components/kup-image/assets/svg/ketchup.svg +74 -0
  86. package/dist/collection/components/kup-image/assets/svg/smeup.svg +59 -0
  87. package/dist/collection/components/kup-image/kup-image.css +0 -32
  88. package/dist/collection/components/kup-image/kup-image.js +25 -26
  89. package/dist/collection/components/kup-lazy/kup-lazy.js +17 -18
  90. package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
  91. package/dist/collection/components/kup-list/kup-list.css +4 -260
  92. package/dist/collection/components/kup-list/kup-list.js +39 -49
  93. package/dist/collection/components/kup-magic-box/kup-magic-box.css +13 -39
  94. package/dist/collection/components/kup-magic-box/kup-magic-box.js +29 -38
  95. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +11 -12
  96. package/dist/collection/components/kup-paginator/kup-paginator.css +0 -332
  97. package/dist/collection/components/kup-paginator/kup-paginator.js +44 -12
  98. package/dist/collection/components/kup-probe/kup-probe.js +9 -9
  99. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +21 -22
  100. package/dist/collection/components/kup-radio/kup-radio.js +17 -18
  101. package/dist/collection/components/kup-rating/kup-rating.js +15 -16
  102. package/dist/collection/components/kup-snackbar/kup-snackbar-declarations.js +13 -0
  103. package/dist/collection/components/kup-snackbar/kup-snackbar.css +75 -0
  104. package/dist/collection/components/kup-snackbar/kup-snackbar.js +390 -0
  105. package/dist/collection/components/kup-spinner/kup-spinner.js +23 -24
  106. package/dist/collection/components/kup-switch/kup-switch.css +0 -156
  107. package/dist/collection/components/kup-switch/kup-switch.js +17 -18
  108. package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +0 -199
  109. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +13 -14
  110. package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +1 -0
  111. package/dist/collection/components/kup-text-field/kup-text-field.css +4 -2371
  112. package/dist/collection/components/kup-text-field/kup-text-field.js +77 -51
  113. package/dist/collection/components/kup-time-picker/kup-time-picker.css +7 -0
  114. package/dist/collection/components/kup-time-picker/kup-time-picker.js +97 -317
  115. package/dist/collection/components/kup-tooltip/kup-tooltip.js +24 -14
  116. package/dist/collection/components/kup-tree/kup-tree.css +27 -371
  117. package/dist/collection/components/kup-tree/kup-tree.js +163 -383
  118. package/dist/collection/f-components/f-button/f-button.js +4 -2
  119. package/dist/collection/f-components/f-cell/f-cell-declarations.js +143 -0
  120. package/dist/collection/f-components/f-cell/f-cell.js +471 -0
  121. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
  122. package/dist/collection/f-components/f-chip/f-chip.js +2 -2
  123. package/dist/collection/f-components/f-image/f-image.js +2 -3
  124. package/dist/collection/f-components/f-switch/f-switch.js +1 -1
  125. package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +1 -1
  126. package/dist/collection/f-components/f-text-field/f-text-field.js +25 -21
  127. package/dist/collection/utils/cell-utils.js +18 -222
  128. package/dist/collection/utils/filters/filters.js +31 -37
  129. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +15 -3
  130. package/dist/collection/utils/kup-dates/kup-dates.js +14 -2
  131. package/dist/collection/utils/kup-debug/kup-debug-browser-utils.js +3 -3
  132. package/dist/collection/utils/kup-debug/kup-debug.js +57 -29
  133. package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +5 -7
  134. package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
  135. package/dist/collection/utils/kup-interact/kup-interact.js +379 -0
  136. package/dist/collection/utils/kup-language/kup-language-declarations.js +2 -0
  137. package/dist/collection/utils/kup-language/kup-language.js +1 -1
  138. package/dist/collection/utils/kup-manager/kup-manager.js +47 -10
  139. package/dist/collection/utils/kup-objects/kup-objects.js +9 -33
  140. package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
  141. package/dist/collection/utils/kup-search/kup-search-declarations.js +1 -0
  142. package/dist/collection/utils/kup-search/kup-search.js +75 -0
  143. package/dist/collection/utils/kup-theme/kup-theme-declarations.js +1 -0
  144. package/dist/collection/utils/kup-theme/kup-theme.js +4 -3
  145. package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
  146. package/dist/collection/utils/utils.js +15 -23
  147. package/dist/esm/cell-utils-8f512ea9.js +160 -0
  148. package/dist/esm/f-button-30dbcaa9.js +103 -0
  149. package/dist/esm/f-cell-95c186c6.js +727 -0
  150. package/dist/esm/f-chip-c0e9c0ff.js +139 -0
  151. package/dist/esm/{f-image-68b34fab.js → f-image-3bc8b24f.js} +4 -5
  152. package/dist/esm/{index-bf2824a6.js → index-e0e67c23.js} +74 -65
  153. package/dist/esm/ketchup.js +3 -3
  154. package/dist/esm/kup-accordion.entry.js +6 -8
  155. package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_28.entry.js} +2379 -2858
  156. package/dist/esm/kup-calendar.entry.js +10 -10
  157. package/dist/esm/kup-cell.entry.js +197 -0
  158. package/dist/esm/kup-dash-list.entry.js +15 -7
  159. package/dist/esm/kup-dash_2.entry.js +104 -62
  160. package/dist/esm/kup-drawer.entry.js +4 -6
  161. package/dist/esm/kup-field.entry.js +3 -5
  162. package/dist/esm/kup-iframe.entry.js +3 -4
  163. package/dist/esm/kup-lazy.entry.js +4 -6
  164. package/dist/esm/kup-magic-box.entry.js +21 -31
  165. package/dist/esm/kup-manager-7fc234da.js +5800 -0
  166. package/dist/esm/kup-nav-bar.entry.js +4 -6
  167. package/dist/esm/kup-probe.entry.js +3 -4
  168. package/dist/esm/kup-qlik.entry.js +2 -3
  169. package/dist/esm/kup-snackbar.entry.js +148 -0
  170. package/dist/esm/loader.js +3 -3
  171. package/dist/esm/{utils-13dd007a.js → utils-6c73709d.js} +15 -78
  172. package/dist/ketchup/assets/svg/ketchup.svg +74 -0
  173. package/dist/ketchup/assets/svg/smeup.svg +59 -0
  174. package/dist/ketchup/ketchup.esm.js +1 -1
  175. package/dist/ketchup/p-15321eae.js +1 -0
  176. package/dist/ketchup/p-1baf1205.entry.js +1 -0
  177. package/dist/ketchup/p-1c6178e4.entry.js +1 -0
  178. package/dist/ketchup/p-44375e49.js +1 -0
  179. package/dist/ketchup/p-4dcdbd31.entry.js +45 -0
  180. package/dist/ketchup/p-5a5f2a53.js +1 -0
  181. package/dist/ketchup/{p-c7ee1fbc.js → p-61faaa38.js} +2 -2
  182. package/dist/ketchup/p-62816d0b.entry.js +1 -0
  183. package/dist/ketchup/p-65adc15b.entry.js +1 -0
  184. package/dist/ketchup/p-7e23ea7c.entry.js +1 -0
  185. package/dist/ketchup/p-a378ba56.entry.js +1 -0
  186. package/dist/ketchup/p-a878016f.entry.js +1 -0
  187. package/dist/ketchup/p-a96e6e32.entry.js +1 -0
  188. package/dist/ketchup/p-ad32821e.entry.js +1 -0
  189. package/dist/ketchup/p-af4a6191.entry.js +1 -0
  190. package/dist/ketchup/p-c18c7bb0.entry.js +27 -0
  191. package/dist/ketchup/p-ca0ca27f.entry.js +1 -0
  192. package/dist/ketchup/p-cb5f4994.js +1 -0
  193. package/dist/ketchup/p-ccda584a.entry.js +1 -0
  194. package/dist/ketchup/p-d4aa4922.js +1 -0
  195. package/dist/ketchup/p-dbb6998b.entry.js +1 -0
  196. package/dist/ketchup/p-de83f2f6.js +1 -0
  197. package/dist/ketchup/p-ec3a3db9.js +1 -0
  198. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -6
  199. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +7 -13
  200. package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -4
  201. package/dist/types/components/kup-box/kup-box.d.ts +13 -6
  202. package/dist/types/components/kup-card/builtin/kup-card-builtin.d.ts +14 -0
  203. package/dist/types/components/kup-card/builtin/kup-card-calendar.d.ts +2 -0
  204. package/dist/types/components/kup-card/builtin/kup-card-clock.d.ts +2 -0
  205. package/dist/types/components/kup-card/dialog/kup-card-dialog.d.ts +6 -0
  206. package/dist/types/components/kup-card/free/kup-card-free.d.ts +8 -0
  207. package/dist/types/components/kup-card/kup-card-declarations.d.ts +74 -0
  208. package/dist/types/components/kup-card/kup-card.d.ts +12 -3
  209. package/dist/types/components/kup-card/standard/kup-card-standard.d.ts +6 -0
  210. package/dist/types/components/kup-cell/kup-cell-declarations.d.ts +10 -0
  211. package/dist/types/components/kup-cell/kup-cell.d.ts +67 -0
  212. package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +1 -1
  213. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +3 -2
  214. package/dist/types/components/kup-combobox/kup-combobox.d.ts +5 -0
  215. package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +4 -0
  216. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +20 -36
  217. package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +1 -15
  218. package/dist/types/components/kup-data-table/kup-data-table.d.ts +33 -83
  219. package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +11 -23
  220. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -4
  221. package/dist/types/components/kup-list/kup-list-declarations.d.ts +1 -1
  222. package/dist/types/components/kup-list/kup-list.d.ts +2 -3
  223. package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +1 -0
  224. package/dist/types/components/kup-paginator/kup-paginator.d.ts +6 -0
  225. package/dist/types/components/kup-snackbar/kup-snackbar-declarations.d.ts +12 -0
  226. package/dist/types/components/kup-snackbar/kup-snackbar.d.ts +79 -0
  227. package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +2 -1
  228. package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
  229. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +10 -20
  230. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +1 -0
  231. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
  232. package/dist/types/components/kup-tree/kup-tree.d.ts +12 -23
  233. package/dist/types/components.d.ts +348 -176
  234. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +153 -0
  235. package/dist/types/f-components/f-cell/f-cell.d.ts +3 -0
  236. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  237. package/dist/types/f-components/f-text-field/f-text-field-mdc.d.ts +1 -1
  238. package/dist/types/utils/cell-utils.d.ts +0 -19
  239. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -0
  240. package/dist/types/utils/kup-dates/kup-dates.d.ts +9 -4
  241. package/dist/types/utils/kup-debug/kup-debug.d.ts +1 -1
  242. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +1 -1
  243. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position.d.ts +2 -2
  244. package/dist/types/utils/kup-interact/kup-interact-declarations.d.ts +127 -0
  245. package/dist/types/utils/kup-interact/kup-interact.d.ts +93 -0
  246. package/dist/types/utils/kup-language/kup-language-declarations.d.ts +2 -0
  247. package/dist/types/utils/kup-language/kup-language.d.ts +1 -1
  248. package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +28 -8
  249. package/dist/types/utils/kup-manager/kup-manager.d.ts +18 -5
  250. package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
  251. package/dist/types/utils/kup-search/kup-search-declarations.d.ts +7 -0
  252. package/dist/types/utils/kup-search/kup-search.d.ts +20 -0
  253. package/dist/types/utils/kup-theme/kup-theme-declarations.d.ts +2 -0
  254. package/dist/types/utils/kup-theme/kup-theme.d.ts +2 -2
  255. package/dist/types/utils/utils.d.ts +0 -1
  256. package/package.json +4 -6
  257. package/dist/cjs/cell-utils-1f89a299.js +0 -1527
  258. package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
  259. package/dist/cjs/f-chip-2d58c8f7.js +0 -239
  260. package/dist/cjs/kup-grid.cjs.entry.js +0 -130
  261. package/dist/cjs/kup-manager-59ad8bdc.js +0 -4845
  262. package/dist/cjs/kup-objects-59ea949c.js +0 -717
  263. package/dist/collection/assets/images/drag-multiple.js +0 -1
  264. package/dist/collection/components/kup-editor/kup-editor.css +0 -5
  265. package/dist/collection/components/kup-editor/kup-editor.js +0 -59
  266. package/dist/collection/components/kup-layout/kup-layout.css +0 -53
  267. package/dist/collection/components/kup-layout/kup-layout.js +0 -156
  268. package/dist/collection/utils/drag-and-drop.js +0 -109
  269. package/dist/collection/utils/kup-dialog/kup-dialog-declarations.js +0 -36
  270. package/dist/collection/utils/kup-dialog/kup-dialog.js +0 -310
  271. package/dist/esm/cell-utils-cb612463.js +0 -1510
  272. package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
  273. package/dist/esm/f-chip-125d5dd6.js +0 -236
  274. package/dist/esm/kup-grid.entry.js +0 -126
  275. package/dist/esm/kup-manager-e7d7b353.js +0 -4842
  276. package/dist/esm/kup-objects-d38d2fa2.js +0 -711
  277. package/dist/ketchup/p-00fe1e3e.js +0 -1
  278. package/dist/ketchup/p-0320e24e.entry.js +0 -1
  279. package/dist/ketchup/p-08c7a092.js +0 -1
  280. package/dist/ketchup/p-1165f4ea.entry.js +0 -1
  281. package/dist/ketchup/p-170d3cba.js +0 -1
  282. package/dist/ketchup/p-18cb3ba3.js +0 -1
  283. package/dist/ketchup/p-23541a97.entry.js +0 -45
  284. package/dist/ketchup/p-64ea7e37.entry.js +0 -1
  285. package/dist/ketchup/p-7896031c.entry.js +0 -1
  286. package/dist/ketchup/p-876da4c2.entry.js +0 -1
  287. package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
  288. package/dist/ketchup/p-940ab57a.entry.js +0 -1
  289. package/dist/ketchup/p-9c858a38.entry.js +0 -1
  290. package/dist/ketchup/p-a12a5690.entry.js +0 -1
  291. package/dist/ketchup/p-a5424073.js +0 -1
  292. package/dist/ketchup/p-b0724035.entry.js +0 -1
  293. package/dist/ketchup/p-b14e77f0.js +0 -1
  294. package/dist/ketchup/p-d24cfdea.entry.js +0 -1
  295. package/dist/ketchup/p-ee89966f.entry.js +0 -27
  296. package/dist/ketchup/p-fcd2fd8f.js +0 -1
  297. package/dist/ketchup/p-fce3b9d8.entry.js +0 -1
  298. package/dist/types/assets/images/drag-multiple.d.ts +0 -1
  299. package/dist/types/components/kup-editor/kup-editor.d.ts +0 -16
  300. package/dist/types/components/kup-layout/kup-layout.d.ts +0 -25
  301. package/dist/types/utils/drag-and-drop.d.ts +0 -53
  302. package/dist/types/utils/kup-dialog/kup-dialog-declarations.d.ts +0 -43
  303. package/dist/types/utils/kup-dialog/kup-dialog.d.ts +0 -50
@@ -8,16 +8,17 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  import { KupAccordionData, KupAccordionItemSelectedEventPayload } from "./components/kup-accordion/kup-accordion-declarations";
9
9
  import { GenericObject, KupEventPayload } from "./types/GenericTypes";
10
10
  import { ItemsDisplayMode, KupListData, KupListEventPayload, KupListRole } from "./components/kup-list/kup-list-declarations";
11
- import { KupAutocompleteEventPayload, kupAutocompleteFilterChangedEventPayload } from "./components/kup-autocomplete/kup-autocomplete-declarations";
11
+ import { KupAutocompleteEventPayload } from "./components/kup-autocomplete/kup-autocomplete-declarations";
12
12
  import { KupBoxAutoSelectEventPayload, KupBoxClickEventPayload, KupBoxContextMenuEventPayload, KupBoxData, KupBoxKanban, KupBoxLayout, KupBoxRow, KupBoxRowActionClickEventPayload, KupBoxSelectedEventPayload } from "./components/kup-box/kup-box-declarations";
13
13
  import { KupStore } from "./components/kup-state/kup-store";
14
- import { Column, DataTable, GroupLabelDisplayMode, GroupObject, KupDatatableAutoRowSelectEventPayload, KupDataTableCellButtonClickEventPayload, KupDataTableCellTextFieldInputEventPayload, KupDatatableCellUpdateEventPayload, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableLoadMoreClickEventPayload, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode, PaginatorPos, RowAction, SelectionMode, ShowGrid, SortObject, TableData, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
15
- import { FButtonStyling } from "./f-components/f-button/f-button-declarations";
14
+ import { Cell, Column, DataTable, GroupLabelDisplayMode, GroupObject, KupDatatableAutoRowSelectEventPayload, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableLoadMoreClickEventPayload, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode, PaginatorPos, RowAction, SelectionMode, ShowGrid, SortObject, TableData, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
15
+ import { FButtonProps, FButtonStyling } from "./f-components/f-button/f-button-declarations";
16
16
  import { KupButtonClickEventPayload } from "./components/kup-button/kup-button-declarations";
17
17
  import { KupTreeColumnMenuEventPayload, KupTreeContextMenuEventPayload, KupTreeDynamicMassExpansionEventPayload, KupTreeExpansionMode, KupTreeNodeButtonClickEventPayload, KupTreeNodeCollapseEventPayload, KupTreeNodeExpandEventPayload, KupTreeNodeSelectedEventPayload, TreeNode, TreeNodePath } from "./components/kup-tree/kup-tree-declarations";
18
18
  import { KupButtonListClickEventPayload } from "./components/kup-button-list/kup-button-list-declarations";
19
19
  import { KupCalendarDateClickEventPayload, KupCalendarEventClickEventPayload, KupCalendarEventDropEventPayload, KupCalendarViewChangeEventPayload, KupCalendarViewTypes } from "./components/kup-calendar/kup-calendar-declarations";
20
- import { KupCardData, KupCardEventPayload, KupCardFamily } from "./components/kup-card/kup-card-declarations";
20
+ import { KupCardClickPayload, KupCardData, KupCardEventPayload, KupCardFamily } from "./components/kup-card/kup-card-declarations";
21
+ import { FCellPadding } from "./f-components/f-cell/f-cell-declarations";
21
22
  import { ChartAspect, ChartAxis, ChartOfflineMode, ChartSerie, ChartTitle, ChartType, KupChartClickEvent, KupChartSort, KupChartTrendlines } from "./components/kup-chart/kup-chart-declarations";
22
23
  import { KupCheckboxEventPayload } from "./components/kup-checkbox/kup-checkbox-declarations";
23
24
  import { FChipData, FChipType } from "./f-components/f-chip/f-chip-declarations";
@@ -52,7 +53,7 @@ export namespace Components {
52
53
  /**
53
54
  * Custom style of the component.
54
55
  * @default ""
55
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
56
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
56
57
  */
57
58
  "customStyle": string;
58
59
  /**
@@ -91,18 +92,10 @@ export namespace Components {
91
92
  "toggleItem": (itemName: string) => Promise<void>;
92
93
  }
93
94
  interface KupAutocomplete {
94
- /**
95
- * Function that can be invoked when the filter is updated, but only if in serverHandledFilter mode. It returns the items filtered.
96
- */
97
- "callBackOnFilterUpdate": (detail: {
98
- filter: string;
99
- matchesMinimumCharsRequired: boolean;
100
- el: EventTarget;
101
- }) => Promise<any[]> | undefined;
102
95
  /**
103
96
  * Custom style of the component.
104
97
  * @default ""
105
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
98
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
106
99
  */
107
100
  "customStyle": string;
108
101
  /**
@@ -145,7 +138,7 @@ export namespace Components {
145
138
  */
146
139
  "selectMode": ItemsDisplayMode;
147
140
  /**
148
- * When true, it will emit events to inform the listener of the change of the current filter value. Also the component builtin filter will be disabled.
141
+ * When true, the items filter is managed server side, otherwise items filter is done client side.
149
142
  */
150
143
  "serverHandledFilter": boolean;
151
144
  /**
@@ -162,12 +155,16 @@ export namespace Components {
162
155
  * @param value - Value of the component.
163
156
  */
164
157
  "setValue": (value: string) => Promise<void>;
158
+ /**
159
+ * When true shows the drop-down icon, for open list.
160
+ */
161
+ "showDropDownIcon": boolean;
165
162
  }
166
163
  interface KupBadge {
167
164
  /**
168
165
  * Custom style of the component.
169
166
  * @default ""
170
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
167
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
171
168
  */
172
169
  "customStyle": string;
173
170
  /**
@@ -210,7 +207,7 @@ export namespace Components {
210
207
  /**
211
208
  * Custom style of the component.
212
209
  * @default ""
213
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
210
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
214
211
  */
215
212
  "customStyle": string;
216
213
  /**
@@ -233,6 +230,11 @@ export namespace Components {
233
230
  * @default false
234
231
  */
235
232
  "dropOnSection": boolean;
233
+ /**
234
+ * When set to true, editable cells will be rendered using input components.
235
+ * @default false
236
+ */
237
+ "editableData": boolean;
236
238
  /**
237
239
  * If enabled, a button to load / display the row actions will be displayed on the right of every box
238
240
  * @default false
@@ -366,7 +368,7 @@ export namespace Components {
366
368
  /**
367
369
  * Custom style of the component.
368
370
  * @default ""
369
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
371
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
370
372
  */
371
373
  "customStyle": string;
372
374
  /**
@@ -434,7 +436,7 @@ export namespace Components {
434
436
  /**
435
437
  * Custom style of the component.
436
438
  * @default ""
437
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
439
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
438
440
  */
439
441
  "customStyle": string;
440
442
  /**
@@ -477,7 +479,7 @@ export namespace Components {
477
479
  /**
478
480
  * Custom style of the component.
479
481
  * @default ""
480
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
482
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
481
483
  */
482
484
  "customStyle": string;
483
485
  /**
@@ -559,7 +561,7 @@ export namespace Components {
559
561
  /**
560
562
  * Custom style of the component.
561
563
  * @default ""
562
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
564
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
563
565
  */
564
566
  "customStyle": string;
565
567
  /**
@@ -617,6 +619,53 @@ export namespace Components {
617
619
  */
618
620
  "sizeY": string;
619
621
  }
622
+ interface KupCell {
623
+ /**
624
+ * Adds the given CSS classes to the cell's data.
625
+ * @param classes - Array of CSS classes.
626
+ */
627
+ "addCssClasses": (classes?: string[]) => Promise<void>;
628
+ /**
629
+ * Custom style of the component.
630
+ * @default ""
631
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
632
+ */
633
+ "customStyle": string;
634
+ /**
635
+ * The data of the cell.
636
+ * @default false
637
+ */
638
+ "data": Cell;
639
+ /**
640
+ * The density of the cell, defaults at 'dense' and can be also set to 'wide' or 'medium'.
641
+ */
642
+ "density": FCellPadding;
643
+ /**
644
+ * When set to true, the component is draggable.
645
+ * @default false
646
+ */
647
+ "dragEnabled": boolean;
648
+ /**
649
+ * Used to retrieve component's props values.
650
+ * @param descriptions - When provided and true, the result will be the list of props with their description.
651
+ * @returns List of props as object, each key will be a prop.
652
+ */
653
+ "getProps": (descriptions?: boolean) => Promise<GenericObject>;
654
+ /**
655
+ * This method is used to trigger a new render of the component.
656
+ */
657
+ "refresh": () => Promise<void>;
658
+ /**
659
+ * Removes the given CSS classes from the cell's data.
660
+ * @param classes - Array of CSS classes.
661
+ */
662
+ "removeCssClasses": (classes?: string[]) => Promise<void>;
663
+ /**
664
+ * Sets the props to the component.
665
+ * @param props - Object containing props that will be set to the component.
666
+ */
667
+ "setProps": (props: GenericObject) => Promise<void>;
668
+ }
620
669
  interface KupChart {
621
670
  /**
622
671
  * Sets the chart to a 2D or 3D aspect. 3D only works for Pie graphs.
@@ -641,7 +690,7 @@ export namespace Components {
641
690
  /**
642
691
  * Custom style of the component.
643
692
  * @default ""
644
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
693
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
645
694
  */
646
695
  "customStyle": string;
647
696
  /**
@@ -749,7 +798,7 @@ export namespace Components {
749
798
  /**
750
799
  * Custom style of the component.
751
800
  * @default ""
752
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
801
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
753
802
  */
754
803
  "customStyle": string;
755
804
  /**
@@ -792,7 +841,7 @@ export namespace Components {
792
841
  /**
793
842
  * Custom style of the component.
794
843
  * @default ""
795
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
844
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
796
845
  */
797
846
  "customStyle": string;
798
847
  /**
@@ -830,7 +879,7 @@ export namespace Components {
830
879
  /**
831
880
  * Custom style of the component.
832
881
  * @default ""
833
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
882
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
834
883
  */
835
884
  "customStyle": string;
836
885
  /**
@@ -887,7 +936,7 @@ export namespace Components {
887
936
  /**
888
937
  * Custom style of the component.
889
938
  * @default ""
890
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
939
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
891
940
  */
892
941
  "customStyle": string;
893
942
  /**
@@ -943,6 +992,10 @@ export namespace Components {
943
992
  * @param value - Value to be set.
944
993
  */
945
994
  "setValue": (value: string) => Promise<void>;
995
+ /**
996
+ * When true shows the drop-down icon, for open list.
997
+ */
998
+ "showDropDownIcon": boolean;
946
999
  }
947
1000
  interface KupDash {
948
1001
  /**
@@ -975,6 +1028,11 @@ export namespace Components {
975
1028
  "valueColor": Array<any>;
976
1029
  }
977
1030
  interface KupDataTable {
1031
+ /**
1032
+ * When true and when a row is missing some columns, the missing cells will be autogenerated.
1033
+ * @default false
1034
+ */
1035
+ "autoFillMissingCells": boolean;
978
1036
  /**
979
1037
  * Closes any opened column menu.
980
1038
  */
@@ -995,7 +1053,7 @@ export namespace Components {
995
1053
  /**
996
1054
  * The density of the rows, defaults at 'medium' and can be also set to 'large' or 'small'.
997
1055
  */
998
- "density": string;
1056
+ "density": FCellPadding;
999
1057
  /**
1000
1058
  * Enables drag.
1001
1059
  */
@@ -1124,6 +1182,10 @@ export namespace Components {
1124
1182
  * Sets the possibility to remove the selected column.
1125
1183
  */
1126
1184
  "removableColumns": boolean;
1185
+ /**
1186
+ * Gives the possibility to resize columns by dragging on their right edge.
1187
+ */
1188
+ "resizableColumns": boolean;
1127
1189
  /**
1128
1190
  * This method is invoked by KupManager whenever the component changes size.
1129
1191
  */
@@ -1152,6 +1214,12 @@ export namespace Components {
1152
1214
  * Set the type of the rows selection.
1153
1215
  */
1154
1216
  "selection": SelectionMode;
1217
+ /**
1218
+ * Sets the focus on an editable table cell.
1219
+ * @param column - Name of the column.
1220
+ * @param rowId - Id of the row.
1221
+ */
1222
+ "setFocus": (column: string, rowId: string) => Promise<void>;
1155
1223
  /**
1156
1224
  * Sets the props to the component.
1157
1225
  * @param props - Object containing props that will be set to the component.
@@ -1243,7 +1311,7 @@ export namespace Components {
1243
1311
  /**
1244
1312
  * Custom style of the component.
1245
1313
  * @default ""
1246
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1314
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1247
1315
  */
1248
1316
  "customStyle": string;
1249
1317
  /**
@@ -1299,7 +1367,7 @@ export namespace Components {
1299
1367
  /**
1300
1368
  * Custom style of the component.
1301
1369
  * @default ""
1302
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1370
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1303
1371
  */
1304
1372
  "customStyle": string;
1305
1373
  /**
@@ -1335,7 +1403,7 @@ export namespace Components {
1335
1403
  /**
1336
1404
  * Custom style of the component.
1337
1405
  * @default ""
1338
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1406
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1339
1407
  */
1340
1408
  "customStyle": string;
1341
1409
  /**
@@ -1412,17 +1480,11 @@ export namespace Components {
1412
1480
  */
1413
1481
  "trailingIcon": boolean;
1414
1482
  }
1415
- interface KupEditor {
1416
- /**
1417
- * The html to be rendered and edited
1418
- */
1419
- "text": string;
1420
- }
1421
1483
  interface KupField {
1422
1484
  /**
1423
1485
  * Custom style of the component.
1424
1486
  * @default ""
1425
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1487
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1426
1488
  */
1427
1489
  "customStyle": string;
1428
1490
  /**
@@ -1491,7 +1553,7 @@ export namespace Components {
1491
1553
  /**
1492
1554
  * Custom style of the component.
1493
1555
  * @default ""
1494
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1556
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1495
1557
  */
1496
1558
  "customStyle": string;
1497
1559
  /**
@@ -1585,7 +1647,7 @@ export namespace Components {
1585
1647
  /**
1586
1648
  * Custom style of the component.
1587
1649
  * @default ""
1588
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1650
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1589
1651
  */
1590
1652
  "customStyle": string;
1591
1653
  /**
@@ -1652,7 +1714,7 @@ export namespace Components {
1652
1714
  /**
1653
1715
  * Custom style of the component.
1654
1716
  * @default ""
1655
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1717
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1656
1718
  */
1657
1719
  "customStyle": string;
1658
1720
  /**
@@ -1701,24 +1763,6 @@ export namespace Components {
1701
1763
  */
1702
1764
  "sizeY": string;
1703
1765
  }
1704
- interface KupLayout {
1705
- /**
1706
- * Specifies how many columns the content must be organized onto. If this is greater than 1, then the horizontal prop will have no effect.
1707
- */
1708
- "columnsNumber": number;
1709
- /**
1710
- * By default, columns size is calculated by the grid layout and it tries to give the same space to elements. If this is true, columns width will be calculated according to the cells content. See SCSS file for more details.
1711
- */
1712
- "contentBasedColumnsWidth": boolean;
1713
- /**
1714
- * When true, the layout and its contents will try to take all the available horizontal space.
1715
- */
1716
- "fillSpace": boolean;
1717
- /**
1718
- * Tells the layout to place all elements onto a single row. It does not work when columnsNumber is greater then 1.
1719
- */
1720
- "horizontal": boolean;
1721
- }
1722
1766
  interface KupLazy {
1723
1767
  /**
1724
1768
  * Sets the tag name of the component to be lazy loaded.
@@ -1728,7 +1772,7 @@ export namespace Components {
1728
1772
  /**
1729
1773
  * Custom style of the component.
1730
1774
  * @default ""
1731
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1775
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1732
1776
  */
1733
1777
  "customStyle": string;
1734
1778
  /**
@@ -1766,7 +1810,7 @@ export namespace Components {
1766
1810
  /**
1767
1811
  * Custom style of the component.
1768
1812
  * @default ""
1769
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1813
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1770
1814
  */
1771
1815
  "customStyle": string;
1772
1816
  /**
@@ -1809,8 +1853,8 @@ export namespace Components {
1809
1853
  */
1810
1854
  "isMenu": boolean;
1811
1855
  /**
1812
- * When true, enables items' navigation through keys. Defaults to false when the component's isMenu prop is set to true.
1813
- * @default undefined
1856
+ * When true, enables items' navigation through arrow keys.
1857
+ * @default true
1814
1858
  */
1815
1859
  "keyboardNavigation": boolean;
1816
1860
  /**
@@ -1862,7 +1906,7 @@ export namespace Components {
1862
1906
  /**
1863
1907
  * Custom style of the component.
1864
1908
  * @default ""
1865
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1909
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1866
1910
  */
1867
1911
  "customStyle": string;
1868
1912
  /**
@@ -1890,7 +1934,7 @@ export namespace Components {
1890
1934
  /**
1891
1935
  * Custom style of the component.
1892
1936
  * @default ""
1893
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1937
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1894
1938
  */
1895
1939
  "customStyle": string;
1896
1940
  /**
@@ -1920,6 +1964,12 @@ export namespace Components {
1920
1964
  }
1921
1965
  interface KupPaginator {
1922
1966
  "currentPage": number;
1967
+ /**
1968
+ * Custom style of the component.
1969
+ * @default ""
1970
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1971
+ */
1972
+ "customStyle": string;
1923
1973
  "max": number;
1924
1974
  "mode": PaginatorMode;
1925
1975
  "perPage": number;
@@ -1933,13 +1983,13 @@ export namespace Components {
1933
1983
  /**
1934
1984
  * Custom style of the component.
1935
1985
  * @default ""
1936
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1986
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1937
1987
  */
1938
1988
  "customStyle": string;
1939
1989
  /**
1940
1990
  * Specify features to test.
1941
1991
  * @default ""
1942
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
1992
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1943
1993
  */
1944
1994
  "features": {
1945
1995
  debug: boolean;
@@ -1968,7 +2018,7 @@ export namespace Components {
1968
2018
  /**
1969
2019
  * Custom style of the component.
1970
2020
  * @default ""
1971
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2021
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1972
2022
  */
1973
2023
  "customStyle": string;
1974
2024
  /**
@@ -2059,7 +2109,7 @@ export namespace Components {
2059
2109
  /**
2060
2110
  * Custom style of the component.
2061
2111
  * @default ""
2062
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2112
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2063
2113
  */
2064
2114
  "customStyle": string;
2065
2115
  /**
@@ -2097,7 +2147,7 @@ export namespace Components {
2097
2147
  /**
2098
2148
  * Custom style of the component.
2099
2149
  * @default ""
2100
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2150
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2101
2151
  */
2102
2152
  "customStyle": string;
2103
2153
  /**
@@ -2131,6 +2181,57 @@ export namespace Components {
2131
2181
  */
2132
2182
  "value": number;
2133
2183
  }
2184
+ interface KupSnackbar {
2185
+ /**
2186
+ * Set of FButton props to set the action button.
2187
+ * @default null
2188
+ */
2189
+ "actionButton": FButtonProps;
2190
+ /**
2191
+ * When true, the hide button will be displayed.
2192
+ * @default true
2193
+ */
2194
+ "closeButton": boolean;
2195
+ /**
2196
+ * Custom style of the component.
2197
+ * @default ""
2198
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2199
+ */
2200
+ "customStyle": string;
2201
+ /**
2202
+ * Used to retrieve component's props values.
2203
+ * @param descriptions - When provided and true, the result will be the list of props with their description.
2204
+ * @returns List of props as object, each key will be a prop.
2205
+ */
2206
+ "getProps": (descriptions?: boolean) => Promise<GenericObject>;
2207
+ /**
2208
+ * Hides the snackbar.
2209
+ */
2210
+ "hide": () => Promise<void>;
2211
+ /**
2212
+ * This method is used to trigger a new render of the component.
2213
+ */
2214
+ "refresh": () => Promise<void>;
2215
+ /**
2216
+ * Sets the props to the component.
2217
+ * @param props - Object containing props that will be set to the component.
2218
+ */
2219
+ "setProps": (props: GenericObject) => Promise<void>;
2220
+ /**
2221
+ * Displays the snackbar.
2222
+ */
2223
+ "show": () => Promise<void>;
2224
+ /**
2225
+ * Sets the textual content of the snackbar.
2226
+ * @default ''
2227
+ */
2228
+ "text": string;
2229
+ /**
2230
+ * Defaults at null, when set the snackbar will automatically disappear after the specified amount of milliseconds.
2231
+ * @default null
2232
+ */
2233
+ "timeout": number;
2234
+ }
2134
2235
  interface KupSpinner {
2135
2236
  /**
2136
2237
  * When set to true the spinner is animating.
@@ -2145,7 +2246,7 @@ export namespace Components {
2145
2246
  /**
2146
2247
  * Custom style of the component.
2147
2248
  * @default ""
2148
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2249
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2149
2250
  */
2150
2251
  "customStyle": string;
2151
2252
  /**
@@ -2198,7 +2299,7 @@ export namespace Components {
2198
2299
  /**
2199
2300
  * Custom style of the component.
2200
2301
  * @default ""
2201
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2302
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2202
2303
  */
2203
2304
  "customStyle": string;
2204
2305
  /**
@@ -2236,7 +2337,7 @@ export namespace Components {
2236
2337
  /**
2237
2338
  * Custom style of the component.
2238
2339
  * @default ""
2239
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2340
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2240
2341
  */
2241
2342
  "customStyle": string;
2242
2343
  /**
@@ -2269,7 +2370,7 @@ export namespace Components {
2269
2370
  /**
2270
2371
  * Custom style of the component.
2271
2372
  * @default ""
2272
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2373
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2273
2374
  */
2274
2375
  "customStyle": string;
2275
2376
  /**
@@ -2302,6 +2403,11 @@ export namespace Components {
2302
2403
  * @default null
2303
2404
  */
2304
2405
  "helper": string;
2406
+ /**
2407
+ * When true, the helper will be displayed.
2408
+ * @default true
2409
+ */
2410
+ "helperEnabled": boolean;
2305
2411
  /**
2306
2412
  * When set, the helper will be shown only when the field is focused.
2307
2413
  * @default false
@@ -2409,7 +2515,7 @@ export namespace Components {
2409
2515
  /**
2410
2516
  * Custom style of the component.
2411
2517
  * @default ""
2412
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2518
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2413
2519
  */
2414
2520
  "customStyle": string;
2415
2521
  /**
@@ -2473,7 +2579,7 @@ export namespace Components {
2473
2579
  /**
2474
2580
  * Custom style of the component.
2475
2581
  * @default ""
2476
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2582
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2477
2583
  */
2478
2584
  "customStyle": string;
2479
2585
  /**
@@ -2547,7 +2653,7 @@ export namespace Components {
2547
2653
  /**
2548
2654
  * Custom style of the component.
2549
2655
  * @default ""
2550
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
2656
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2551
2657
  */
2552
2658
  "customStyle": string;
2553
2659
  /**
@@ -2557,7 +2663,7 @@ export namespace Components {
2557
2663
  /**
2558
2664
  * The density of the rows, defaults at 'medium' and can also be set to 'dense' or 'wide'.
2559
2665
  */
2560
- "density": string;
2666
+ "density": FCellPadding;
2561
2667
  /**
2562
2668
  * Function that gets invoked when a new set of nodes must be loaded as children of a node. When useDynamicExpansion is set, the tree component will have two different behaviors depending on the value of this prop. 1 - If this prop is set to null, no callback to download data is available: the component will emit an event requiring the parent to load the children of the given node. 2 - If this prop is set to have a callback, then the component will automatically make requests to load children of a given node. After the load has been completed, a different event will be fired to alert the parent of the change.
2563
2669
  * @see useDynamicExpansion
@@ -2566,6 +2672,11 @@ export namespace Components {
2566
2672
  treeNodeToExpand: TreeNode,
2567
2673
  treeNodePath: TreeNodePath
2568
2674
  ) => Promise<TreeNode[]> | undefined;
2675
+ /**
2676
+ * When set to true, editable cells will be rendered using input components.
2677
+ * @default false
2678
+ */
2679
+ "editableData": boolean;
2569
2680
  /**
2570
2681
  * Enables the extracolumns add buttons.
2571
2682
  */
@@ -2748,6 +2859,12 @@ declare global {
2748
2859
  prototype: HTMLKupCardElement;
2749
2860
  new (): HTMLKupCardElement;
2750
2861
  };
2862
+ interface HTMLKupCellElement extends Components.KupCell, HTMLStencilElement {
2863
+ }
2864
+ var HTMLKupCellElement: {
2865
+ prototype: HTMLKupCellElement;
2866
+ new (): HTMLKupCellElement;
2867
+ };
2751
2868
  interface HTMLKupChartElement extends Components.KupChart, HTMLStencilElement {
2752
2869
  }
2753
2870
  var HTMLKupChartElement: {
@@ -2814,12 +2931,6 @@ declare global {
2814
2931
  prototype: HTMLKupDropdownButtonElement;
2815
2932
  new (): HTMLKupDropdownButtonElement;
2816
2933
  };
2817
- interface HTMLKupEditorElement extends Components.KupEditor, HTMLStencilElement {
2818
- }
2819
- var HTMLKupEditorElement: {
2820
- prototype: HTMLKupEditorElement;
2821
- new (): HTMLKupEditorElement;
2822
- };
2823
2934
  interface HTMLKupFieldElement extends Components.KupField, HTMLStencilElement {
2824
2935
  }
2825
2936
  var HTMLKupFieldElement: {
@@ -2850,12 +2961,6 @@ declare global {
2850
2961
  prototype: HTMLKupImageElement;
2851
2962
  new (): HTMLKupImageElement;
2852
2963
  };
2853
- interface HTMLKupLayoutElement extends Components.KupLayout, HTMLStencilElement {
2854
- }
2855
- var HTMLKupLayoutElement: {
2856
- prototype: HTMLKupLayoutElement;
2857
- new (): HTMLKupLayoutElement;
2858
- };
2859
2964
  interface HTMLKupLazyElement extends Components.KupLazy, HTMLStencilElement {
2860
2965
  }
2861
2966
  var HTMLKupLazyElement: {
@@ -2916,6 +3021,12 @@ declare global {
2916
3021
  prototype: HTMLKupRatingElement;
2917
3022
  new (): HTMLKupRatingElement;
2918
3023
  };
3024
+ interface HTMLKupSnackbarElement extends Components.KupSnackbar, HTMLStencilElement {
3025
+ }
3026
+ var HTMLKupSnackbarElement: {
3027
+ prototype: HTMLKupSnackbarElement;
3028
+ new (): HTMLKupSnackbarElement;
3029
+ };
2919
3030
  interface HTMLKupSpinnerElement extends Components.KupSpinner, HTMLStencilElement {
2920
3031
  }
2921
3032
  var HTMLKupSpinnerElement: {
@@ -2967,6 +3078,7 @@ declare global {
2967
3078
  "kup-button-list": HTMLKupButtonListElement;
2968
3079
  "kup-calendar": HTMLKupCalendarElement;
2969
3080
  "kup-card": HTMLKupCardElement;
3081
+ "kup-cell": HTMLKupCellElement;
2970
3082
  "kup-chart": HTMLKupChartElement;
2971
3083
  "kup-checkbox": HTMLKupCheckboxElement;
2972
3084
  "kup-chip": HTMLKupChipElement;
@@ -2978,13 +3090,11 @@ declare global {
2978
3090
  "kup-date-picker": HTMLKupDatePickerElement;
2979
3091
  "kup-drawer": HTMLKupDrawerElement;
2980
3092
  "kup-dropdown-button": HTMLKupDropdownButtonElement;
2981
- "kup-editor": HTMLKupEditorElement;
2982
3093
  "kup-field": HTMLKupFieldElement;
2983
3094
  "kup-gauge": HTMLKupGaugeElement;
2984
3095
  "kup-grid": HTMLKupGridElement;
2985
3096
  "kup-iframe": HTMLKupIframeElement;
2986
3097
  "kup-image": HTMLKupImageElement;
2987
- "kup-layout": HTMLKupLayoutElement;
2988
3098
  "kup-lazy": HTMLKupLazyElement;
2989
3099
  "kup-list": HTMLKupListElement;
2990
3100
  "kup-magic-box": HTMLKupMagicBoxElement;
@@ -2995,6 +3105,7 @@ declare global {
2995
3105
  "kup-qlik": HTMLKupQlikElement;
2996
3106
  "kup-radio": HTMLKupRadioElement;
2997
3107
  "kup-rating": HTMLKupRatingElement;
3108
+ "kup-snackbar": HTMLKupSnackbarElement;
2998
3109
  "kup-spinner": HTMLKupSpinnerElement;
2999
3110
  "kup-switch": HTMLKupSwitchElement;
3000
3111
  "kup-tab-bar": HTMLKupTabBarElement;
@@ -3009,7 +3120,7 @@ declare namespace LocalJSX {
3009
3120
  /**
3010
3121
  * Custom style of the component.
3011
3122
  * @default ""
3012
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3123
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3013
3124
  */
3014
3125
  "customStyle"?: string;
3015
3126
  /**
@@ -3028,18 +3139,10 @@ declare namespace LocalJSX {
3028
3139
  "ripple"?: boolean;
3029
3140
  }
3030
3141
  interface KupAutocomplete {
3031
- /**
3032
- * Function that can be invoked when the filter is updated, but only if in serverHandledFilter mode. It returns the items filtered.
3033
- */
3034
- "callBackOnFilterUpdate"?: (detail: {
3035
- filter: string;
3036
- matchesMinimumCharsRequired: boolean;
3037
- el: EventTarget;
3038
- }) => Promise<any[]> | undefined;
3039
3142
  /**
3040
3143
  * Custom style of the component.
3041
3144
  * @default ""
3042
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3145
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3043
3146
  */
3044
3147
  "customStyle"?: string;
3045
3148
  /**
@@ -3065,7 +3168,6 @@ declare namespace LocalJSX {
3065
3168
  "onKup-autocomplete-blur"?: (event: CustomEvent<KupAutocompleteEventPayload>) => void;
3066
3169
  "onKup-autocomplete-change"?: (event: CustomEvent<KupAutocompleteEventPayload>) => void;
3067
3170
  "onKup-autocomplete-click"?: (event: CustomEvent<KupAutocompleteEventPayload>) => void;
3068
- "onKup-autocomplete-filterchanged"?: (event: CustomEvent<kupAutocompleteFilterChangedEventPayload>) => void;
3069
3171
  "onKup-autocomplete-focus"?: (event: CustomEvent<KupAutocompleteEventPayload>) => void;
3070
3172
  "onKup-autocomplete-iconclick"?: (event: CustomEvent<KupAutocompleteEventPayload>) => void;
3071
3173
  "onKup-autocomplete-input"?: (event: CustomEvent<KupAutocompleteEventPayload>) => void;
@@ -3075,15 +3177,19 @@ declare namespace LocalJSX {
3075
3177
  */
3076
3178
  "selectMode"?: ItemsDisplayMode;
3077
3179
  /**
3078
- * When true, it will emit events to inform the listener of the change of the current filter value. Also the component builtin filter will be disabled.
3180
+ * When true, the items filter is managed server side, otherwise items filter is done client side.
3079
3181
  */
3080
3182
  "serverHandledFilter"?: boolean;
3183
+ /**
3184
+ * When true shows the drop-down icon, for open list.
3185
+ */
3186
+ "showDropDownIcon"?: boolean;
3081
3187
  }
3082
3188
  interface KupBadge {
3083
3189
  /**
3084
3190
  * Custom style of the component.
3085
3191
  * @default ""
3086
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3192
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3087
3193
  */
3088
3194
  "customStyle"?: string;
3089
3195
  /**
@@ -3112,7 +3218,7 @@ declare namespace LocalJSX {
3112
3218
  /**
3113
3219
  * Custom style of the component.
3114
3220
  * @default ""
3115
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3221
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3116
3222
  */
3117
3223
  "customStyle"?: string;
3118
3224
  /**
@@ -3135,6 +3241,11 @@ declare namespace LocalJSX {
3135
3241
  * @default false
3136
3242
  */
3137
3243
  "dropOnSection"?: boolean;
3244
+ /**
3245
+ * When set to true, editable cells will be rendered using input components.
3246
+ * @default false
3247
+ */
3248
+ "editableData"?: boolean;
3138
3249
  /**
3139
3250
  * If enabled, a button to load / display the row actions will be displayed on the right of every box
3140
3251
  * @default false
@@ -3281,7 +3392,7 @@ declare namespace LocalJSX {
3281
3392
  /**
3282
3393
  * Custom style of the component.
3283
3394
  * @default ""
3284
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3395
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3285
3396
  */
3286
3397
  "customStyle"?: string;
3287
3398
  /**
@@ -3346,7 +3457,7 @@ declare namespace LocalJSX {
3346
3457
  /**
3347
3458
  * Custom style of the component.
3348
3459
  * @default ""
3349
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3460
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3350
3461
  */
3351
3462
  "customStyle"?: string;
3352
3463
  /**
@@ -3375,7 +3486,7 @@ declare namespace LocalJSX {
3375
3486
  /**
3376
3487
  * Custom style of the component.
3377
3488
  * @default ""
3378
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3489
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3379
3490
  */
3380
3491
  "customStyle"?: string;
3381
3492
  /**
@@ -3454,7 +3565,7 @@ declare namespace LocalJSX {
3454
3565
  /**
3455
3566
  * Custom style of the component.
3456
3567
  * @default ""
3457
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3568
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3458
3569
  */
3459
3570
  "customStyle"?: string;
3460
3571
  /**
@@ -3485,11 +3596,19 @@ declare namespace LocalJSX {
3485
3596
  /**
3486
3597
  * Triggered when the card is clicked.
3487
3598
  */
3488
- "onKup-card-click"?: (event: CustomEvent<KupEventPayload>) => void;
3599
+ "onKup-card-click"?: (event: CustomEvent<KupCardClickPayload>) => void;
3600
+ /**
3601
+ * Triggered when a dialog card is closed with the "X".
3602
+ */
3603
+ "onKup-card-close"?: (event: CustomEvent<KupEventPayload>) => void;
3489
3604
  /**
3490
3605
  * Triggered when a sub-component of the card emits an event.
3491
3606
  */
3492
3607
  "onKup-card-event"?: (event: CustomEvent<KupCardEventPayload>) => void;
3608
+ /**
3609
+ * Triggered when the component is ready.
3610
+ */
3611
+ "onKup-card-ready"?: (event: CustomEvent<KupEventPayload>) => void;
3493
3612
  /**
3494
3613
  * The width of the card, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.).
3495
3614
  * @default "100%"
@@ -3501,6 +3620,28 @@ declare namespace LocalJSX {
3501
3620
  */
3502
3621
  "sizeY"?: string;
3503
3622
  }
3623
+ interface KupCell {
3624
+ /**
3625
+ * Custom style of the component.
3626
+ * @default ""
3627
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3628
+ */
3629
+ "customStyle"?: string;
3630
+ /**
3631
+ * The data of the cell.
3632
+ * @default false
3633
+ */
3634
+ "data"?: Cell;
3635
+ /**
3636
+ * The density of the cell, defaults at 'dense' and can be also set to 'wide' or 'medium'.
3637
+ */
3638
+ "density"?: FCellPadding;
3639
+ /**
3640
+ * When set to true, the component is draggable.
3641
+ * @default false
3642
+ */
3643
+ "dragEnabled"?: boolean;
3644
+ }
3504
3645
  interface KupChart {
3505
3646
  /**
3506
3647
  * Sets the chart to a 2D or 3D aspect. 3D only works for Pie graphs.
@@ -3525,7 +3666,7 @@ declare namespace LocalJSX {
3525
3666
  /**
3526
3667
  * Custom style of the component.
3527
3668
  * @default ""
3528
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3669
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3529
3670
  */
3530
3671
  "customStyle"?: string;
3531
3672
  /**
@@ -3618,7 +3759,7 @@ declare namespace LocalJSX {
3618
3759
  /**
3619
3760
  * Custom style of the component.
3620
3761
  * @default ""
3621
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3762
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3622
3763
  */
3623
3764
  "customStyle"?: string;
3624
3765
  /**
@@ -3658,7 +3799,7 @@ declare namespace LocalJSX {
3658
3799
  /**
3659
3800
  * Custom style of the component.
3660
3801
  * @default ""
3661
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3802
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3662
3803
  */
3663
3804
  "customStyle"?: string;
3664
3805
  /**
@@ -3697,7 +3838,7 @@ declare namespace LocalJSX {
3697
3838
  /**
3698
3839
  * Custom style of the component.
3699
3840
  * @default ""
3700
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3841
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3701
3842
  */
3702
3843
  "customStyle"?: string;
3703
3844
  /**
@@ -3726,7 +3867,7 @@ declare namespace LocalJSX {
3726
3867
  /**
3727
3868
  * Custom style of the component.
3728
3869
  * @default ""
3729
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
3870
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
3730
3871
  */
3731
3872
  "customStyle"?: string;
3732
3873
  /**
@@ -3760,6 +3901,10 @@ declare namespace LocalJSX {
3760
3901
  * Sets how to return the selected item value. Suported values: "code", "description", "both".
3761
3902
  */
3762
3903
  "selectMode"?: ItemsDisplayMode;
3904
+ /**
3905
+ * When true shows the drop-down icon, for open list.
3906
+ */
3907
+ "showDropDownIcon"?: boolean;
3763
3908
  }
3764
3909
  interface KupDash {
3765
3910
  /**
@@ -3798,6 +3943,11 @@ declare namespace LocalJSX {
3798
3943
  "valueColor"?: Array<any>;
3799
3944
  }
3800
3945
  interface KupDataTable {
3946
+ /**
3947
+ * When true and when a row is missing some columns, the missing cells will be autogenerated.
3948
+ * @default false
3949
+ */
3950
+ "autoFillMissingCells"?: boolean;
3801
3951
  /**
3802
3952
  * Custom style of the component. For more information: https://ketchup.smeup.com/ketchup-showcase/#/customization
3803
3953
  */
@@ -3809,7 +3959,7 @@ declare namespace LocalJSX {
3809
3959
  /**
3810
3960
  * The density of the rows, defaults at 'medium' and can be also set to 'large' or 'small'.
3811
3961
  */
3812
- "density"?: string;
3962
+ "density"?: FCellPadding;
3813
3963
  /**
3814
3964
  * Enables drag.
3815
3965
  */
@@ -3910,11 +4060,6 @@ declare namespace LocalJSX {
3910
4060
  * When a row is auto selected via selectRow prop
3911
4061
  */
3912
4062
  "onKup-datatable-autorowselect"?: (event: CustomEvent<KupDatatableAutoRowSelectEventPayload>) => void;
3913
- "onKup-datatable-cellbuttonclick"?: (event: CustomEvent<KupDataTableCellButtonClickEventPayload>) => void;
3914
- /**
3915
- * Emitted when a cell's data has been updated.
3916
- */
3917
- "onKup-datatable-cellupdate"?: (event: CustomEvent<KupDatatableCellUpdateEventPayload>) => void;
3918
4063
  /**
3919
4064
  * Generic click event on data table.
3920
4065
  */
@@ -3952,7 +4097,6 @@ declare namespace LocalJSX {
3952
4097
  * When a row is selected
3953
4098
  */
3954
4099
  "onKup-datatable-rowselected"?: (event: CustomEvent<KupDatatableRowSelectedEventPayload>) => void;
3955
- "onKup-datatable-textfieldinput"?: (event: CustomEvent<KupDataTableCellTextFieldInputEventPayload>) => void;
3956
4100
  /**
3957
4101
  * Current selected page set on component load
3958
4102
  */
@@ -3965,6 +4109,10 @@ declare namespace LocalJSX {
3965
4109
  * Sets the possibility to remove the selected column.
3966
4110
  */
3967
4111
  "removableColumns"?: boolean;
4112
+ /**
4113
+ * Gives the possibility to resize columns by dragging on their right edge.
4114
+ */
4115
+ "resizableColumns"?: boolean;
3968
4116
  /**
3969
4117
  * Sets the actions of the rows.
3970
4118
  */
@@ -4069,7 +4217,7 @@ declare namespace LocalJSX {
4069
4217
  /**
4070
4218
  * Custom style of the component.
4071
4219
  * @default ""
4072
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4220
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4073
4221
  */
4074
4222
  "customStyle"?: string;
4075
4223
  /**
@@ -4106,7 +4254,7 @@ declare namespace LocalJSX {
4106
4254
  /**
4107
4255
  * Custom style of the component.
4108
4256
  * @default ""
4109
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4257
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4110
4258
  */
4111
4259
  "customStyle"?: string;
4112
4260
  /**
@@ -4126,7 +4274,7 @@ declare namespace LocalJSX {
4126
4274
  /**
4127
4275
  * Custom style of the component.
4128
4276
  * @default ""
4129
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4277
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4130
4278
  */
4131
4279
  "customStyle"?: string;
4132
4280
  /**
@@ -4200,17 +4348,11 @@ declare namespace LocalJSX {
4200
4348
  */
4201
4349
  "trailingIcon"?: boolean;
4202
4350
  }
4203
- interface KupEditor {
4204
- /**
4205
- * The html to be rendered and edited
4206
- */
4207
- "text"?: string;
4208
- }
4209
4351
  interface KupField {
4210
4352
  /**
4211
4353
  * Custom style of the component.
4212
4354
  * @default ""
4213
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4355
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4214
4356
  */
4215
4357
  "customStyle"?: string;
4216
4358
  /**
@@ -4271,7 +4413,7 @@ declare namespace LocalJSX {
4271
4413
  /**
4272
4414
  * Custom style of the component.
4273
4415
  * @default ""
4274
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4416
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4275
4417
  */
4276
4418
  "customStyle"?: string;
4277
4419
  /**
@@ -4350,7 +4492,7 @@ declare namespace LocalJSX {
4350
4492
  /**
4351
4493
  * Custom style of the component.
4352
4494
  * @default ""
4353
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4495
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4354
4496
  */
4355
4497
  "customStyle"?: string;
4356
4498
  /**
@@ -4389,7 +4531,7 @@ declare namespace LocalJSX {
4389
4531
  /**
4390
4532
  * Custom style of the component.
4391
4533
  * @default ""
4392
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4534
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4393
4535
  */
4394
4536
  "customStyle"?: string;
4395
4537
  /**
@@ -4424,24 +4566,6 @@ declare namespace LocalJSX {
4424
4566
  */
4425
4567
  "sizeY"?: string;
4426
4568
  }
4427
- interface KupLayout {
4428
- /**
4429
- * Specifies how many columns the content must be organized onto. If this is greater than 1, then the horizontal prop will have no effect.
4430
- */
4431
- "columnsNumber"?: number;
4432
- /**
4433
- * By default, columns size is calculated by the grid layout and it tries to give the same space to elements. If this is true, columns width will be calculated according to the cells content. See SCSS file for more details.
4434
- */
4435
- "contentBasedColumnsWidth"?: boolean;
4436
- /**
4437
- * When true, the layout and its contents will try to take all the available horizontal space.
4438
- */
4439
- "fillSpace"?: boolean;
4440
- /**
4441
- * Tells the layout to place all elements onto a single row. It does not work when columnsNumber is greater then 1.
4442
- */
4443
- "horizontal"?: boolean;
4444
- }
4445
4569
  interface KupLazy {
4446
4570
  /**
4447
4571
  * Sets the tag name of the component to be lazy loaded.
@@ -4451,7 +4575,7 @@ declare namespace LocalJSX {
4451
4575
  /**
4452
4576
  * Custom style of the component.
4453
4577
  * @default ""
4454
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4578
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4455
4579
  */
4456
4580
  "customStyle"?: string;
4457
4581
  /**
@@ -4474,7 +4598,7 @@ declare namespace LocalJSX {
4474
4598
  /**
4475
4599
  * Custom style of the component.
4476
4600
  * @default ""
4477
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4601
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4478
4602
  */
4479
4603
  "customStyle"?: string;
4480
4604
  /**
@@ -4503,8 +4627,8 @@ declare namespace LocalJSX {
4503
4627
  */
4504
4628
  "isMenu"?: boolean;
4505
4629
  /**
4506
- * When true, enables items' navigation through keys. Defaults to false when the component's isMenu prop is set to true.
4507
- * @default undefined
4630
+ * When true, enables items' navigation through arrow keys.
4631
+ * @default true
4508
4632
  */
4509
4633
  "keyboardNavigation"?: boolean;
4510
4634
  /**
@@ -4540,7 +4664,7 @@ declare namespace LocalJSX {
4540
4664
  /**
4541
4665
  * Custom style of the component.
4542
4666
  * @default ""
4543
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4667
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4544
4668
  */
4545
4669
  "customStyle"?: string;
4546
4670
  /**
@@ -4553,7 +4677,7 @@ declare namespace LocalJSX {
4553
4677
  /**
4554
4678
  * Custom style of the component.
4555
4679
  * @default ""
4556
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4680
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4557
4681
  */
4558
4682
  "customStyle"?: string;
4559
4683
  /**
@@ -4572,6 +4696,12 @@ declare namespace LocalJSX {
4572
4696
  }
4573
4697
  interface KupPaginator {
4574
4698
  "currentPage"?: number;
4699
+ /**
4700
+ * Custom style of the component.
4701
+ * @default ""
4702
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4703
+ */
4704
+ "customStyle"?: string;
4575
4705
  "max"?: number;
4576
4706
  "mode"?: PaginatorMode;
4577
4707
  /**
@@ -4589,13 +4719,13 @@ declare namespace LocalJSX {
4589
4719
  /**
4590
4720
  * Custom style of the component.
4591
4721
  * @default ""
4592
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4722
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4593
4723
  */
4594
4724
  "customStyle"?: string;
4595
4725
  /**
4596
4726
  * Specify features to test.
4597
4727
  * @default ""
4598
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4728
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4599
4729
  */
4600
4730
  "features"?: {
4601
4731
  debug: boolean;
@@ -4616,7 +4746,7 @@ declare namespace LocalJSX {
4616
4746
  /**
4617
4747
  * Custom style of the component.
4618
4748
  * @default ""
4619
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4749
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4620
4750
  */
4621
4751
  "customStyle"?: string;
4622
4752
  /**
@@ -4692,7 +4822,7 @@ declare namespace LocalJSX {
4692
4822
  /**
4693
4823
  * Custom style of the component.
4694
4824
  * @default ""
4695
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4825
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4696
4826
  */
4697
4827
  "customStyle"?: string;
4698
4828
  /**
@@ -4727,7 +4857,7 @@ declare namespace LocalJSX {
4727
4857
  /**
4728
4858
  * Custom style of the component.
4729
4859
  * @default ""
4730
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4860
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4731
4861
  */
4732
4862
  "customStyle"?: string;
4733
4863
  /**
@@ -4747,6 +4877,38 @@ declare namespace LocalJSX {
4747
4877
  */
4748
4878
  "value"?: number;
4749
4879
  }
4880
+ interface KupSnackbar {
4881
+ /**
4882
+ * Set of FButton props to set the action button.
4883
+ * @default null
4884
+ */
4885
+ "actionButton"?: FButtonProps;
4886
+ /**
4887
+ * When true, the hide button will be displayed.
4888
+ * @default true
4889
+ */
4890
+ "closeButton"?: boolean;
4891
+ /**
4892
+ * Custom style of the component.
4893
+ * @default ""
4894
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4895
+ */
4896
+ "customStyle"?: string;
4897
+ /**
4898
+ * Triggered when action button is clicked.
4899
+ */
4900
+ "onKup-snackbar-actionclick"?: (event: CustomEvent<KupEventPayload>) => void;
4901
+ /**
4902
+ * Sets the textual content of the snackbar.
4903
+ * @default ''
4904
+ */
4905
+ "text"?: string;
4906
+ /**
4907
+ * Defaults at null, when set the snackbar will automatically disappear after the specified amount of milliseconds.
4908
+ * @default null
4909
+ */
4910
+ "timeout"?: number;
4911
+ }
4750
4912
  interface KupSpinner {
4751
4913
  /**
4752
4914
  * When set to true the spinner is animating.
@@ -4761,7 +4923,7 @@ declare namespace LocalJSX {
4761
4923
  /**
4762
4924
  * Custom style of the component.
4763
4925
  * @default ""
4764
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4926
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4765
4927
  */
4766
4928
  "customStyle"?: string;
4767
4929
  /**
@@ -4803,7 +4965,7 @@ declare namespace LocalJSX {
4803
4965
  /**
4804
4966
  * Custom style of the component.
4805
4967
  * @default ""
4806
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
4968
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4807
4969
  */
4808
4970
  "customStyle"?: string;
4809
4971
  /**
@@ -4838,7 +5000,7 @@ declare namespace LocalJSX {
4838
5000
  /**
4839
5001
  * Custom style of the component.
4840
5002
  * @default ""
4841
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
5003
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4842
5004
  */
4843
5005
  "customStyle"?: string;
4844
5006
  /**
@@ -4868,7 +5030,7 @@ declare namespace LocalJSX {
4868
5030
  /**
4869
5031
  * Custom style of the component.
4870
5032
  * @default ""
4871
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
5033
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4872
5034
  */
4873
5035
  "customStyle"?: string;
4874
5036
  /**
@@ -4891,6 +5053,11 @@ declare namespace LocalJSX {
4891
5053
  * @default null
4892
5054
  */
4893
5055
  "helper"?: string;
5056
+ /**
5057
+ * When true, the helper will be displayed.
5058
+ * @default true
5059
+ */
5060
+ "helperEnabled"?: boolean;
4894
5061
  /**
4895
5062
  * When set, the helper will be shown only when the field is focused.
4896
5063
  * @default false
@@ -5013,7 +5180,7 @@ declare namespace LocalJSX {
5013
5180
  /**
5014
5181
  * Custom style of the component.
5015
5182
  * @default ""
5016
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
5183
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
5017
5184
  */
5018
5185
  "customStyle"?: string;
5019
5186
  /**
@@ -5059,7 +5226,7 @@ declare namespace LocalJSX {
5059
5226
  /**
5060
5227
  * Custom style of the component.
5061
5228
  * @default ""
5062
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
5229
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
5063
5230
  */
5064
5231
  "customStyle"?: string;
5065
5232
  /**
@@ -5123,7 +5290,7 @@ declare namespace LocalJSX {
5123
5290
  /**
5124
5291
  * Custom style of the component.
5125
5292
  * @default ""
5126
- * @see https ://ketchup.smeup.com/ketchup-showcase/#/customization
5293
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
5127
5294
  */
5128
5295
  "customStyle"?: string;
5129
5296
  /**
@@ -5133,7 +5300,7 @@ declare namespace LocalJSX {
5133
5300
  /**
5134
5301
  * The density of the rows, defaults at 'medium' and can also be set to 'dense' or 'wide'.
5135
5302
  */
5136
- "density"?: string;
5303
+ "density"?: FCellPadding;
5137
5304
  /**
5138
5305
  * Function that gets invoked when a new set of nodes must be loaded as children of a node. When useDynamicExpansion is set, the tree component will have two different behaviors depending on the value of this prop. 1 - If this prop is set to null, no callback to download data is available: the component will emit an event requiring the parent to load the children of the given node. 2 - If this prop is set to have a callback, then the component will automatically make requests to load children of a given node. After the load has been completed, a different event will be fired to alert the parent of the change.
5139
5306
  * @see useDynamicExpansion
@@ -5142,6 +5309,11 @@ declare namespace LocalJSX {
5142
5309
  treeNodeToExpand: TreeNode,
5143
5310
  treeNodePath: TreeNodePath
5144
5311
  ) => Promise<TreeNode[]> | undefined;
5312
+ /**
5313
+ * When set to true, editable cells will be rendered using input components.
5314
+ * @default false
5315
+ */
5316
+ "editableData"?: boolean;
5145
5317
  /**
5146
5318
  * Enables the extracolumns add buttons.
5147
5319
  */
@@ -5288,6 +5460,7 @@ declare namespace LocalJSX {
5288
5460
  "kup-button-list": KupButtonList;
5289
5461
  "kup-calendar": KupCalendar;
5290
5462
  "kup-card": KupCard;
5463
+ "kup-cell": KupCell;
5291
5464
  "kup-chart": KupChart;
5292
5465
  "kup-checkbox": KupCheckbox;
5293
5466
  "kup-chip": KupChip;
@@ -5299,13 +5472,11 @@ declare namespace LocalJSX {
5299
5472
  "kup-date-picker": KupDatePicker;
5300
5473
  "kup-drawer": KupDrawer;
5301
5474
  "kup-dropdown-button": KupDropdownButton;
5302
- "kup-editor": KupEditor;
5303
5475
  "kup-field": KupField;
5304
5476
  "kup-gauge": KupGauge;
5305
5477
  "kup-grid": KupGrid;
5306
5478
  "kup-iframe": KupIframe;
5307
5479
  "kup-image": KupImage;
5308
- "kup-layout": KupLayout;
5309
5480
  "kup-lazy": KupLazy;
5310
5481
  "kup-list": KupList;
5311
5482
  "kup-magic-box": KupMagicBox;
@@ -5316,6 +5487,7 @@ declare namespace LocalJSX {
5316
5487
  "kup-qlik": KupQlik;
5317
5488
  "kup-radio": KupRadio;
5318
5489
  "kup-rating": KupRating;
5490
+ "kup-snackbar": KupSnackbar;
5319
5491
  "kup-spinner": KupSpinner;
5320
5492
  "kup-switch": KupSwitch;
5321
5493
  "kup-tab-bar": KupTabBar;
@@ -5337,6 +5509,7 @@ declare module "@stencil/core" {
5337
5509
  "kup-button-list": LocalJSX.KupButtonList & JSXBase.HTMLAttributes<HTMLKupButtonListElement>;
5338
5510
  "kup-calendar": LocalJSX.KupCalendar & JSXBase.HTMLAttributes<HTMLKupCalendarElement>;
5339
5511
  "kup-card": LocalJSX.KupCard & JSXBase.HTMLAttributes<HTMLKupCardElement>;
5512
+ "kup-cell": LocalJSX.KupCell & JSXBase.HTMLAttributes<HTMLKupCellElement>;
5340
5513
  "kup-chart": LocalJSX.KupChart & JSXBase.HTMLAttributes<HTMLKupChartElement>;
5341
5514
  "kup-checkbox": LocalJSX.KupCheckbox & JSXBase.HTMLAttributes<HTMLKupCheckboxElement>;
5342
5515
  "kup-chip": LocalJSX.KupChip & JSXBase.HTMLAttributes<HTMLKupChipElement>;
@@ -5348,13 +5521,11 @@ declare module "@stencil/core" {
5348
5521
  "kup-date-picker": LocalJSX.KupDatePicker & JSXBase.HTMLAttributes<HTMLKupDatePickerElement>;
5349
5522
  "kup-drawer": LocalJSX.KupDrawer & JSXBase.HTMLAttributes<HTMLKupDrawerElement>;
5350
5523
  "kup-dropdown-button": LocalJSX.KupDropdownButton & JSXBase.HTMLAttributes<HTMLKupDropdownButtonElement>;
5351
- "kup-editor": LocalJSX.KupEditor & JSXBase.HTMLAttributes<HTMLKupEditorElement>;
5352
5524
  "kup-field": LocalJSX.KupField & JSXBase.HTMLAttributes<HTMLKupFieldElement>;
5353
5525
  "kup-gauge": LocalJSX.KupGauge & JSXBase.HTMLAttributes<HTMLKupGaugeElement>;
5354
5526
  "kup-grid": LocalJSX.KupGrid & JSXBase.HTMLAttributes<HTMLKupGridElement>;
5355
5527
  "kup-iframe": LocalJSX.KupIframe & JSXBase.HTMLAttributes<HTMLKupIframeElement>;
5356
5528
  "kup-image": LocalJSX.KupImage & JSXBase.HTMLAttributes<HTMLKupImageElement>;
5357
- "kup-layout": LocalJSX.KupLayout & JSXBase.HTMLAttributes<HTMLKupLayoutElement>;
5358
5529
  "kup-lazy": LocalJSX.KupLazy & JSXBase.HTMLAttributes<HTMLKupLazyElement>;
5359
5530
  "kup-list": LocalJSX.KupList & JSXBase.HTMLAttributes<HTMLKupListElement>;
5360
5531
  "kup-magic-box": LocalJSX.KupMagicBox & JSXBase.HTMLAttributes<HTMLKupMagicBoxElement>;
@@ -5365,6 +5536,7 @@ declare module "@stencil/core" {
5365
5536
  "kup-qlik": LocalJSX.KupQlik & JSXBase.HTMLAttributes<HTMLKupQlikElement>;
5366
5537
  "kup-radio": LocalJSX.KupRadio & JSXBase.HTMLAttributes<HTMLKupRadioElement>;
5367
5538
  "kup-rating": LocalJSX.KupRating & JSXBase.HTMLAttributes<HTMLKupRatingElement>;
5539
+ "kup-snackbar": LocalJSX.KupSnackbar & JSXBase.HTMLAttributes<HTMLKupSnackbarElement>;
5368
5540
  "kup-spinner": LocalJSX.KupSpinner & JSXBase.HTMLAttributes<HTMLKupSpinnerElement>;
5369
5541
  "kup-switch": LocalJSX.KupSwitch & JSXBase.HTMLAttributes<HTMLKupSwitchElement>;
5370
5542
  "kup-tab-bar": LocalJSX.KupTabBar & JSXBase.HTMLAttributes<HTMLKupTabBarElement>;