@sme.up/ketchup 5.2.0-SNAPSHOT → 6.1.0-SNAPSHOT

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 (212) hide show
  1. package/dist/cjs/{cell-utils-5b16c180.js → cell-utils-a78d6fac.js} +2 -2
  2. package/dist/cjs/{component-d1496215.js → component-72a5b626.js} +30 -0
  3. package/dist/cjs/{f-button-3b9f32af.js → f-button-ac179257.js} +2 -2
  4. package/dist/cjs/{f-cell-c6ad973a.js → f-cell-69294bca.js} +33 -121
  5. package/dist/cjs/{f-chip-bed86c4a.js → f-chip-b00897d7.js} +5 -4
  6. package/dist/cjs/{f-image-08a3d340.js → f-image-89f25556.js} +2 -2
  7. package/dist/cjs/f-paginator-utils-8fa501b3.js +1898 -0
  8. package/dist/cjs/f-text-field-e1e45ade.js +94 -0
  9. package/dist/cjs/f-text-field-mdc-85997738.js +2570 -0
  10. package/dist/cjs/{index-8d7bb3be.js → index-eb556444.js} +2 -0
  11. package/dist/cjs/ketchup.cjs.js +3 -3
  12. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  13. package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1766 -8367
  14. package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17102 -14788
  15. package/dist/cjs/kup-calendar.cjs.entry.js +42 -34
  16. package/dist/cjs/kup-cell.cjs.entry.js +8 -7
  17. package/dist/cjs/kup-dash-list.cjs.entry.js +4 -4
  18. package/dist/cjs/kup-dash_2.cjs.entry.js +3 -3
  19. package/dist/cjs/kup-drawer.cjs.entry.js +12 -5
  20. package/dist/cjs/kup-field.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-form-editor.cjs.entry.js +404 -0
  22. package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
  23. package/dist/cjs/kup-image-list.cjs.entry.js +228 -0
  24. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  26. package/dist/cjs/kup-manager-7a941909.js +16703 -0
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +423 -0
  29. package/dist/cjs/kup-photo-frame.cjs.entry.js +5 -5
  30. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  33. package/dist/cjs/loader.cjs.js +3 -3
  34. package/dist/cjs/{utils-b9df398c.js → utils-6287d878.js} +1 -1
  35. package/dist/collection/assets/card.js +4 -5
  36. package/dist/collection/assets/data-table.js +0 -79
  37. package/dist/collection/assets/form-editor.js +338 -0
  38. package/dist/collection/assets/image-list.js +624 -0
  39. package/dist/collection/assets/index.js +16 -0
  40. package/dist/collection/assets/kupdata.js +0 -3
  41. package/dist/collection/assets/kuptooltip.js +654 -0
  42. package/dist/collection/assets/tree.js +0 -128
  43. package/dist/collection/collection-manifest.json +8 -6
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  45. package/dist/collection/components/kup-box/kup-box-declarations.js +0 -4
  46. package/dist/collection/components/kup-box/kup-box.js +7 -135
  47. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +10 -0
  48. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
  49. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  50. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +153 -0
  51. package/dist/collection/components/kup-card/kup-card.css +61 -8
  52. package/dist/collection/components/kup-card/kup-card.js +2 -2
  53. package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
  54. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  55. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
  56. package/dist/collection/components/kup-data-table/kup-data-table.js +50 -138
  57. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  58. package/dist/collection/components/kup-drawer/kup-drawer.css +1 -0
  59. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
  60. package/dist/collection/components/kup-form-editor/kup-form-editor-declarations.js +23 -0
  61. package/dist/collection/components/kup-form-editor/kup-form-editor.css +80 -0
  62. package/dist/collection/components/kup-form-editor/kup-form-editor.js +561 -0
  63. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
  64. package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
  65. package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
  66. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker-declarations.js +16 -0
  67. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +50 -0
  68. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +895 -0
  69. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +3 -13
  70. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +1 -1
  71. package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
  72. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
  73. package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -2
  74. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
  75. package/dist/collection/components/kup-tree/kup-tree.css +10 -3
  76. package/dist/collection/components/kup-tree/kup-tree.js +65 -140
  77. package/dist/collection/f-components/f-cell/f-cell.js +7 -7
  78. package/dist/collection/f-components/f-chip/f-chip.js +2 -1
  79. package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
  80. package/dist/collection/managers/kup-data/kup-data.js +4 -1
  81. package/dist/collection/managers/kup-debug/kup-debug.js +1 -0
  82. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
  83. package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
  84. package/dist/collection/managers/kup-language/kup-language-declarations.js +2 -0
  85. package/dist/collection/managers/kup-manager/kup-manager.js +31 -1
  86. package/dist/collection/managers/kup-math/kup-math.js +11 -1
  87. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +6 -0
  88. package/dist/collection/managers/kup-tooltip/kup-tooltip-declarations.js +1 -0
  89. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +224 -0
  90. package/dist/collection/types/GenericTypes.js +3 -0
  91. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +8 -12
  92. package/dist/esm/{cell-utils-69f75e2e.js → cell-utils-964da6b5.js} +3 -3
  93. package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
  94. package/dist/esm/{f-button-7e7607d8.js → f-button-871a544b.js} +2 -2
  95. package/dist/esm/{f-cell-e4d83c27.js → f-cell-521ef17a.js} +33 -120
  96. package/dist/esm/{f-chip-51dfefaf.js → f-chip-1dda722f.js} +6 -5
  97. package/dist/esm/{f-image-de331954.js → f-image-c468d8ae.js} +2 -2
  98. package/dist/esm/f-paginator-utils-7dff8ff0.js +1884 -0
  99. package/dist/esm/f-text-field-d6c61c73.js +92 -0
  100. package/dist/esm/f-text-field-mdc-d42d3f9e.js +2568 -0
  101. package/dist/esm/{index-aeec9835.js → index-baeab1ac.js} +2 -1
  102. package/dist/esm/ketchup.js +3 -3
  103. package/dist/esm/kup-accordion.entry.js +6 -6
  104. package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1711 -8310
  105. package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17102 -14789
  106. package/dist/esm/kup-calendar.entry.js +43 -35
  107. package/dist/esm/kup-cell.entry.js +8 -7
  108. package/dist/esm/kup-dash-list.entry.js +4 -4
  109. package/dist/esm/kup-dash_2.entry.js +3 -3
  110. package/dist/esm/kup-drawer.entry.js +12 -5
  111. package/dist/esm/kup-field.entry.js +2 -2
  112. package/dist/esm/kup-form-editor.entry.js +400 -0
  113. package/dist/esm/kup-iframe.entry.js +3 -3
  114. package/dist/esm/kup-image-list.entry.js +224 -0
  115. package/dist/esm/kup-lazy.entry.js +3 -3
  116. package/dist/esm/kup-magic-box.entry.js +4 -4
  117. package/dist/esm/kup-manager-58b075b4.js +16686 -0
  118. package/dist/esm/kup-nav-bar.entry.js +3 -3
  119. package/dist/esm/kup-numeric-picker.entry.js +419 -0
  120. package/dist/esm/kup-photo-frame.entry.js +5 -5
  121. package/dist/esm/kup-probe.entry.js +2 -2
  122. package/dist/esm/kup-qlik.entry.js +2 -2
  123. package/dist/esm/kup-snackbar.entry.js +6 -6
  124. package/dist/esm/loader.js +3 -3
  125. package/dist/esm/polyfills/css-shim.js +1 -1
  126. package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
  127. package/dist/esm/{utils-35c7a90d.js → utils-d7e4b3c2.js} +2 -2
  128. package/dist/ketchup/ketchup.esm.js +1 -1
  129. package/dist/ketchup/{p-5d190cf5.js → p-1ae66cc5.js} +1 -1
  130. package/dist/ketchup/{p-8be1337b.js → p-34b74425.js} +1 -1
  131. package/dist/ketchup/{p-fea316ab.entry.js → p-3c11e615.entry.js} +1 -1
  132. package/dist/ketchup/p-44ec4f03.js +1 -0
  133. package/dist/ketchup/p-4ffbc3ff.js +1 -0
  134. package/dist/ketchup/p-5264a3e6.entry.js +1 -0
  135. package/dist/ketchup/{p-d7af8156.entry.js → p-65974e48.entry.js} +1 -1
  136. package/dist/ketchup/p-65b46587.entry.js +40 -0
  137. package/dist/ketchup/{p-3813281b.entry.js → p-6dff70f8.entry.js} +1 -1
  138. package/dist/ketchup/{p-33073f4a.js → p-7454cb92.js} +1 -1
  139. package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
  140. package/dist/ketchup/p-7eff4eee.js +1 -0
  141. package/dist/ketchup/p-80968627.entry.js +1 -0
  142. package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
  143. package/dist/ketchup/p-8cdf61a4.js +1 -0
  144. package/dist/ketchup/{p-f9c41e20.entry.js → p-954cc340.entry.js} +1 -1
  145. package/dist/ketchup/p-976244f9.entry.js +9 -0
  146. package/dist/ketchup/p-99e0d768.entry.js +1 -0
  147. package/dist/ketchup/{p-8f735633.entry.js → p-a0f6e25c.entry.js} +1 -1
  148. package/dist/ketchup/p-a203f78b.js +45 -0
  149. package/dist/ketchup/{p-9bcda66f.entry.js → p-a615a92b.entry.js} +1 -1
  150. package/dist/ketchup/p-aca0e54b.js +30 -0
  151. package/dist/ketchup/p-b8939a8b.entry.js +1 -0
  152. package/dist/ketchup/p-bfc3bac7.js +1 -0
  153. package/dist/ketchup/{p-67c64257.entry.js → p-c5ce8951.entry.js} +1 -1
  154. package/dist/ketchup/{p-68fc1428.entry.js → p-d2ee56dd.entry.js} +1 -1
  155. package/dist/ketchup/p-db71436b.entry.js +27 -0
  156. package/dist/ketchup/{p-10c8d755.js → p-e0035c58.js} +1 -1
  157. package/dist/ketchup/p-e1039cf2.entry.js +1 -0
  158. package/dist/ketchup/{p-b5e1dbfa.entry.js → p-ea10176c.entry.js} +1 -1
  159. package/dist/ketchup/p-f09f2f98.entry.js +1 -0
  160. package/dist/ketchup/{p-0751aaf6.entry.js → p-f71a1675.entry.js} +1 -1
  161. package/dist/ketchup/{p-4081f5f7.entry.js → p-fac1a08b.entry.js} +1 -1
  162. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
  163. package/dist/types/components/kup-box/kup-box.d.ts +0 -22
  164. package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -0
  165. package/dist/types/components/kup-card/built-in/kup-card-numeric.d.ts +2 -0
  166. package/dist/types/components/kup-card/kup-card-declarations.d.ts +26 -1
  167. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +4 -4
  168. package/dist/types/components/kup-data-table/kup-data-table.d.ts +5 -19
  169. package/dist/types/components/kup-form-editor/kup-form-editor-declarations.d.ts +79 -0
  170. package/dist/types/components/kup-form-editor/kup-form-editor.d.ts +72 -0
  171. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
  172. package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
  173. package/dist/types/components/kup-numeric-picker/kup-numeric-picker-declarations.d.ts +19 -0
  174. package/dist/types/components/kup-numeric-picker/kup-numeric-picker.d.ts +121 -0
  175. package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
  176. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
  177. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -5
  178. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -24
  179. package/dist/types/components.d.ts +265 -232
  180. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  181. package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
  182. package/dist/types/managers/kup-data/kup-data.d.ts +1 -0
  183. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +2 -0
  184. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +14 -0
  185. package/dist/types/managers/kup-manager/kup-manager.d.ts +14 -0
  186. package/dist/types/managers/kup-math/kup-math-declarations.d.ts +6 -0
  187. package/dist/types/managers/kup-math/kup-math.d.ts +2 -1
  188. package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +8 -0
  189. package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +51 -0
  190. package/dist/types/types/GenericTypes.d.ts +3 -0
  191. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
  192. package/package.json +16 -15
  193. package/dist/cjs/kup-manager-4227f0a2.js +0 -8582
  194. package/dist/collection/assets/tooltip.js +0 -73
  195. package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
  196. package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
  197. package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
  198. package/dist/collection/utils/helpers.js +0 -38
  199. package/dist/esm/kup-manager-0ab94726.js +0 -8565
  200. package/dist/ketchup/p-24df4f29.entry.js +0 -27
  201. package/dist/ketchup/p-2d4f19f4.js +0 -1
  202. package/dist/ketchup/p-3445be1e.entry.js +0 -1
  203. package/dist/ketchup/p-3aab1f0d.entry.js +0 -1
  204. package/dist/ketchup/p-47b57d97.js +0 -1
  205. package/dist/ketchup/p-5186885c.entry.js +0 -1
  206. package/dist/ketchup/p-78223dc0.entry.js +0 -143
  207. package/dist/ketchup/p-96101f09.entry.js +0 -39
  208. package/dist/ketchup/p-c314b1e6.js +0 -1
  209. package/dist/ketchup/p-ee33cbe9.js +0 -9
  210. package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
  211. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
  212. package/dist/types/utils/helpers.d.ts +0 -4
@@ -11,7 +11,7 @@ import { ItemsDisplayMode, KupListEventPayload, KupListNode, KupListRole } from
11
11
  import { KupAutocompleteEventPayload, KupAutocompleteIconClickEventPayload } 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 { KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
14
+ import { KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataNode, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
15
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 { KupButtonListClickEventPayload, KupButtonListNode } from "./components/kup-button-list/kup-button-list-declarations";
@@ -24,7 +24,7 @@ import { KupChipEventPayload, KupChipNode } from "./components/kup-chip/kup-chip
24
24
  import { FChipType } from "./f-components/f-chip/f-chip-declarations";
25
25
  import { KupColorPickerEventPayload } from "./components/kup-color-picker/kup-color-picker-declarations";
26
26
  import { KupComboboxEventPayload, KupComboboxIconClickEventPayload } from "./components/kup-combobox/kup-combobox-declarations";
27
- import { GroupLabelDisplayMode, GroupObject, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableLoadMoreClickEventPayload, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
27
+ import { GroupLabelDisplayMode, GroupObject, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
28
28
  import { GenericFilter, KupGlobalFilterMode } from "./utils/filters/filters-declarations";
29
29
  import { KupDatePickerEventPayload } from "./components/kup-date-picker/kup-date-picker-declarations";
30
30
  import { KupDropdownButtonEventPayload } from "./components/kup-dropdown-button/kup-dropdown-button-declarations";
@@ -32,19 +32,21 @@ import { KupEchartClickEventPayload, KupEchartLegendPlacement, KupEchartMaps, Ku
32
32
  import { GeoJSON } from "geojson";
33
33
  import { XAXisComponentOption, YAXisComponentOption } from "echarts";
34
34
  import { KupFieldChangeEvent, KupFieldSubmitEvent } from "./components/kup-field/kup-field-declarations";
35
+ import { KupForm, KupFormEditorEventPayload } from "./components/kup-form-editor/kup-form-editor-declarations";
35
36
  import { KupBadge } from "./components/kup-badge/kup-badge";
36
37
  import { FImageData } from "./f-components/f-image/f-image-declarations";
37
38
  import { KupImageClickEventPayload } from "./components/kup-image/kup-image-declarations";
39
+ import { KupImageListEventPayload } from "./components/kup-image-list/kup-image-list-declarations";
38
40
  import { KupLazyRender } from "./components/kup-lazy/kup-lazy-declarations";
39
41
  import { KupNavBarStyling } from "./components/kup-nav-bar/kup-nav-bar-declarations";
42
+ import { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/kup-numeric-picker-declarations";
40
43
  import { KupQlikGrid, QlikServer } from "./components/kup-qlik/kup-qlik-declarations";
41
44
  import { KupRadioChangeEventPayload, KupRadioData } from "./components/kup-radio/kup-radio-declarations";
42
45
  import { KupRatingClickEventPayload } from "./components/kup-rating/kup-rating-declarations";
43
46
  import { KupSwitchEventPayload } from "./components/kup-switch/kup-switch-declarations";
44
- import { KupTabBarClickEventPayload, KupTabBarData, KupTabBarEventPayload } from "./components/kup-tab-bar/kup-tab-bar-declarations";
47
+ import { KupTabBarEventPayload, KupTabBarNode } from "./components/kup-tab-bar/kup-tab-bar-declarations";
45
48
  import { KupTextFieldEventPayload } from "./components/kup-text-field/kup-text-field-declarations";
46
49
  import { KupTimePickerEventPayload } from "./components/kup-time-picker/kup-time-picker-declarations";
47
- import { KupTooltipActionCommandClickEventPayload, KupTooltipDefaultEventPayload, KupTooltipLoadEventPayload, KupTooltipTreeDynamicMassExpansionEventPayload, KupTooltipTreeNodeButtonClickEventPayload, KupTooltipTreeNodeDblClickEventPayload, KupTooltipTreeNodeExpandEventPayload, KupTooltipTreeNodeSelectedEventPayload, TooltipCellOptions, TooltipData, TooltipDetailData, TooltipRelatedObject } from "./components/kup-tooltip/kup-tooltip-declarations";
48
50
  import { KupTreeColumnMenuEventPayload, KupTreeColumnRemoveEventPayload, KupTreeContextMenuEventPayload, KupTreeDynamicMassExpansionEventPayload, KupTreeExpansionMode, KupTreeNode, KupTreeNodeButtonClickEventPayload, KupTreeNodeCollapseEventPayload, KupTreeNodeExpandEventPayload, KupTreeNodeSelectedEventPayload, TreeNodePath } from "./components/kup-tree/kup-tree-declarations";
49
51
  export namespace Components {
50
52
  interface KupAccordion {
@@ -341,11 +343,6 @@ export namespace Components {
341
343
  * @default true
342
344
  */
343
345
  "showSelection": boolean;
344
- /**
345
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
346
- * @default true
347
- */
348
- "showTooltipOnRightClick": boolean;
349
346
  /**
350
347
  * If sorting is enabled, specifies which column to sort
351
348
  * @default undefined
@@ -363,21 +360,6 @@ export namespace Components {
363
360
  * @default false
364
361
  */
365
362
  "swipeDisabled": boolean;
366
- /**
367
- * Defines the timeout for tooltip detail
368
- * @default undefined
369
- */
370
- "tooltipDetailTimeout": number;
371
- /**
372
- * Enable show tooltip
373
- * @default true
374
- */
375
- "tooltipEnabled": boolean;
376
- /**
377
- * Defines the timeout for tooltip load
378
- * @default undefined
379
- */
380
- "tooltipLoadTimeout": number;
381
363
  }
382
364
  interface KupButton {
383
365
  /**
@@ -1102,6 +1084,10 @@ export namespace Components {
1102
1084
  * @returns List of props as object, each key will be a prop.
1103
1085
  */
1104
1086
  "getProps": (descriptions?: boolean) => Promise<GenericObject>;
1087
+ /**
1088
+ * This method will get the selected rows of the component.
1089
+ */
1090
+ "getSelectedRows": () => Promise<Array<KupDataTableRow>>;
1105
1091
  /**
1106
1092
  * When set to true it activates the global filter.
1107
1093
  */
@@ -1254,10 +1240,6 @@ export namespace Components {
1254
1240
  * If set to true, displays the button to load more records.
1255
1241
  */
1256
1242
  "showLoadMore": boolean;
1257
- /**
1258
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
1259
- */
1260
- "showTooltipOnRightClick": boolean;
1261
1243
  /**
1262
1244
  * Defines the current sorting options.
1263
1245
  */
@@ -1280,18 +1262,6 @@ export namespace Components {
1280
1262
  * Sets the width of the table.
1281
1263
  */
1282
1264
  "tableWidth": string;
1283
- /**
1284
- * Defines the timeout for tooltip detail
1285
- */
1286
- "tooltipDetailTimeout": number;
1287
- /**
1288
- * Enable show tooltip
1289
- */
1290
- "tooltipEnabled": boolean;
1291
- /**
1292
- * Defines the timeout for tooltip load
1293
- */
1294
- "tooltipLoadTimeout": number;
1295
1265
  /**
1296
1266
  * Defines the current totals options
1297
1267
  */
@@ -1625,6 +1595,34 @@ export namespace Components {
1625
1595
  */
1626
1596
  "type": string;
1627
1597
  }
1598
+ interface KupFormEditor {
1599
+ /**
1600
+ * Custom style of the component.
1601
+ * @default ""
1602
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1603
+ */
1604
+ "customStyle": string;
1605
+ /**
1606
+ * The data of the component.
1607
+ * @default false
1608
+ */
1609
+ "data": KupForm;
1610
+ /**
1611
+ * Used to retrieve component's props values.
1612
+ * @param descriptions - When provided and true, the result will be the list of props with their description.
1613
+ * @returns List of props as object, each key will be a prop.
1614
+ */
1615
+ "getProps": (descriptions?: boolean) => Promise<GenericObject>;
1616
+ /**
1617
+ * This method is used to trigger a new render of the component.
1618
+ */
1619
+ "refresh": () => Promise<void>;
1620
+ /**
1621
+ * Sets the props to the component.
1622
+ * @param props - Object containing props that will be set to the component.
1623
+ */
1624
+ "setProps": (props: GenericObject) => Promise<void>;
1625
+ }
1628
1626
  interface KupGauge {
1629
1627
  /**
1630
1628
  * Sets how much the arc of the gauge should be thick.
@@ -1849,6 +1847,39 @@ export namespace Components {
1849
1847
  */
1850
1848
  "sizeY": string;
1851
1849
  }
1850
+ interface KupImageList {
1851
+ /**
1852
+ * Custom style of the component.
1853
+ * @default ""
1854
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
1855
+ */
1856
+ "customStyle": string;
1857
+ /**
1858
+ * Actual data of the component.
1859
+ * @default []
1860
+ */
1861
+ "data": KupDataNode[];
1862
+ /**
1863
+ * Used to retrieve component's props values.
1864
+ * @param descriptions - When provided and true, the result will be the list of props with their description.
1865
+ * @returns List of props as object, each key will be a prop.
1866
+ */
1867
+ "getProps": (descriptions?: boolean) => Promise<GenericObject>;
1868
+ /**
1869
+ * This method is used to trigger a new render of the component.
1870
+ */
1871
+ "refresh": () => Promise<void>;
1872
+ /**
1873
+ * When enabled displays Material's ripple effect on clicked items.
1874
+ * @default true
1875
+ */
1876
+ "ripple": boolean;
1877
+ /**
1878
+ * Sets the props to the component.
1879
+ * @param props - Object containing props that will be set to the component.
1880
+ */
1881
+ "setProps": (props: GenericObject) => Promise<void>;
1882
+ }
1852
1883
  interface KupLazy {
1853
1884
  /**
1854
1885
  * Sets the tag name of the component to be lazy loaded.
@@ -2048,6 +2079,78 @@ export namespace Components {
2048
2079
  */
2049
2080
  "styling": KupNavBarStyling;
2050
2081
  }
2082
+ interface KupNumericPicker {
2083
+ /**
2084
+ * Custom style of the component.
2085
+ * @default ""
2086
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2087
+ */
2088
+ "customStyle": string;
2089
+ /**
2090
+ * Props of the sub-components.
2091
+ * @default null
2092
+ */
2093
+ "data": Object;
2094
+ /**
2095
+ * Defaults at false. When set to true, the component has decimals.
2096
+ * @default false
2097
+ */
2098
+ "decimals": boolean;
2099
+ /**
2100
+ * Defaults at false. When set to true, the component is disabled.
2101
+ * @default false
2102
+ */
2103
+ "disabled": boolean;
2104
+ /**
2105
+ * Used to retrieve component's props values.
2106
+ * @param descriptions - When provided and true, the result will be the list of props with their description.
2107
+ * @returns List of props as object, each key will be a prop.
2108
+ */
2109
+ "getProps": (descriptions?: boolean) => Promise<GenericObject>;
2110
+ /**
2111
+ * Retrieves the component's value.
2112
+ * @returns Value of the component.
2113
+ */
2114
+ "getValue": () => Promise<string>;
2115
+ /**
2116
+ * Sets the initial value of the component
2117
+ * @default ""
2118
+ */
2119
+ "initialValue": string;
2120
+ /**
2121
+ * when set, the component allows you to enter decimals with a maximum of characters.
2122
+ * @default null
2123
+ */
2124
+ "maxDecimals": number;
2125
+ /**
2126
+ * When set, the component allows you to enter integer numbers with a maximum of characters.
2127
+ * @default null
2128
+ */
2129
+ "maxIntegers": number;
2130
+ /**
2131
+ * When set, the component allows you to enter numbers with a maximum of characters, including decimals.
2132
+ * @default null
2133
+ */
2134
+ "maxLength": number;
2135
+ /**
2136
+ * Defaults at false. When set to true, the component has negative number.
2137
+ * @default false
2138
+ */
2139
+ "negative": boolean;
2140
+ /**
2141
+ * This method is used to trigger a new render of the component.
2142
+ */
2143
+ "refresh": () => Promise<void>;
2144
+ /**
2145
+ * Sets the focus to the component.
2146
+ */
2147
+ "setFocus": () => Promise<void>;
2148
+ /**
2149
+ * Sets the component's value.
2150
+ * @param value - Value to be set.
2151
+ */
2152
+ "setValue": (value: string) => Promise<void>;
2153
+ }
2051
2154
  interface KupPhotoFrame {
2052
2155
  /**
2053
2156
  * Custom style of the component.
@@ -2451,7 +2554,7 @@ export namespace Components {
2451
2554
  * List of elements.
2452
2555
  * @default null
2453
2556
  */
2454
- "data": KupTabBarData[];
2557
+ "data": KupTabBarNode[];
2455
2558
  /**
2456
2559
  * Used to retrieve component's props values.
2457
2560
  * @param descriptions - When provided and true, the result will be the list of props with their description.
@@ -2678,63 +2781,6 @@ export namespace Components {
2678
2781
  */
2679
2782
  "timeMinutesStep": number;
2680
2783
  }
2681
- interface KupTooltip {
2682
- /**
2683
- * Data for cell options
2684
- */
2685
- "cellOptions": TooltipCellOptions;
2686
- /**
2687
- * Custom style of the component.
2688
- * @default ""
2689
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
2690
- */
2691
- "customStyle": string;
2692
- /**
2693
- * Data for top section
2694
- */
2695
- "data": TooltipData;
2696
- /**
2697
- * Data for the detail
2698
- */
2699
- "detailData": TooltipDetailData;
2700
- /**
2701
- * Timeout for loadDetail
2702
- */
2703
- "detailTimeout": number;
2704
- /**
2705
- * Used to retrieve component's props values.
2706
- * @param descriptions - When provided and true, the result will be the list of props with their description.
2707
- * @returns List of props as object, each key will be a prop.
2708
- */
2709
- "getProps": (descriptions?: boolean) => Promise<GenericObject>;
2710
- /**
2711
- * Layout used to display the items
2712
- */
2713
- "layout": string;
2714
- /**
2715
- * Timeout for tooltip
2716
- */
2717
- "loadTimeout": number;
2718
- /**
2719
- * Owner of this tooltip
2720
- */
2721
- "owner": string;
2722
- /**
2723
- * This method is used to trigger a new render of the component.
2724
- */
2725
- "refresh": () => Promise<void>;
2726
- /**
2727
- * Container element for tooltip
2728
- */
2729
- "relatedObject": TooltipRelatedObject;
2730
- /**
2731
- * Sets the props to the component.
2732
- * @param props - Object containing props that will be set to the component.
2733
- */
2734
- "setProps": (props: GenericObject) => Promise<void>;
2735
- "setTooltipInfo": (relatedObject: TooltipRelatedObject) => Promise<void>;
2736
- "unsetTooltipInfo": () => Promise<void>;
2737
- }
2738
2784
  interface KupTree {
2739
2785
  /**
2740
2786
  * When enabled, the first level of depth will give an accordion look to nodes.
@@ -2893,24 +2939,8 @@ export namespace Components {
2893
2939
  * Shows the icons of the nodes.
2894
2940
  */
2895
2941
  "showIcons": boolean;
2896
- /**
2897
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
2898
- */
2899
- "showTooltipOnRightClick": boolean;
2900
2942
  "stateId": string;
2901
2943
  "store": KupStore;
2902
- /**
2903
- * Defines the timeout for tooltip detail
2904
- */
2905
- "tooltipDetailTimeout": number;
2906
- /**
2907
- * Enable show tooltip
2908
- */
2909
- "tooltipEnabled": boolean;
2910
- /**
2911
- * Defines the timeout for tooltip load
2912
- */
2913
- "tooltipLoadTimeout": number;
2914
2944
  /**
2915
2945
  * Defines the current totals options.
2916
2946
  */
@@ -3055,6 +3085,12 @@ declare global {
3055
3085
  prototype: HTMLKupFieldElement;
3056
3086
  new (): HTMLKupFieldElement;
3057
3087
  };
3088
+ interface HTMLKupFormEditorElement extends Components.KupFormEditor, HTMLStencilElement {
3089
+ }
3090
+ var HTMLKupFormEditorElement: {
3091
+ prototype: HTMLKupFormEditorElement;
3092
+ new (): HTMLKupFormEditorElement;
3093
+ };
3058
3094
  interface HTMLKupGaugeElement extends Components.KupGauge, HTMLStencilElement {
3059
3095
  }
3060
3096
  var HTMLKupGaugeElement: {
@@ -3079,6 +3115,12 @@ declare global {
3079
3115
  prototype: HTMLKupImageElement;
3080
3116
  new (): HTMLKupImageElement;
3081
3117
  };
3118
+ interface HTMLKupImageListElement extends Components.KupImageList, HTMLStencilElement {
3119
+ }
3120
+ var HTMLKupImageListElement: {
3121
+ prototype: HTMLKupImageListElement;
3122
+ new (): HTMLKupImageListElement;
3123
+ };
3082
3124
  interface HTMLKupLazyElement extends Components.KupLazy, HTMLStencilElement {
3083
3125
  }
3084
3126
  var HTMLKupLazyElement: {
@@ -3103,6 +3145,12 @@ declare global {
3103
3145
  prototype: HTMLKupNavBarElement;
3104
3146
  new (): HTMLKupNavBarElement;
3105
3147
  };
3148
+ interface HTMLKupNumericPickerElement extends Components.KupNumericPicker, HTMLStencilElement {
3149
+ }
3150
+ var HTMLKupNumericPickerElement: {
3151
+ prototype: HTMLKupNumericPickerElement;
3152
+ new (): HTMLKupNumericPickerElement;
3153
+ };
3106
3154
  interface HTMLKupPhotoFrameElement extends Components.KupPhotoFrame, HTMLStencilElement {
3107
3155
  }
3108
3156
  var HTMLKupPhotoFrameElement: {
@@ -3175,12 +3223,6 @@ declare global {
3175
3223
  prototype: HTMLKupTimePickerElement;
3176
3224
  new (): HTMLKupTimePickerElement;
3177
3225
  };
3178
- interface HTMLKupTooltipElement extends Components.KupTooltip, HTMLStencilElement {
3179
- }
3180
- var HTMLKupTooltipElement: {
3181
- prototype: HTMLKupTooltipElement;
3182
- new (): HTMLKupTooltipElement;
3183
- };
3184
3226
  interface HTMLKupTreeElement extends Components.KupTree, HTMLStencilElement {
3185
3227
  }
3186
3228
  var HTMLKupTreeElement: {
@@ -3210,14 +3252,17 @@ declare global {
3210
3252
  "kup-dropdown-button": HTMLKupDropdownButtonElement;
3211
3253
  "kup-echart": HTMLKupEchartElement;
3212
3254
  "kup-field": HTMLKupFieldElement;
3255
+ "kup-form-editor": HTMLKupFormEditorElement;
3213
3256
  "kup-gauge": HTMLKupGaugeElement;
3214
3257
  "kup-grid": HTMLKupGridElement;
3215
3258
  "kup-iframe": HTMLKupIframeElement;
3216
3259
  "kup-image": HTMLKupImageElement;
3260
+ "kup-image-list": HTMLKupImageListElement;
3217
3261
  "kup-lazy": HTMLKupLazyElement;
3218
3262
  "kup-list": HTMLKupListElement;
3219
3263
  "kup-magic-box": HTMLKupMagicBoxElement;
3220
3264
  "kup-nav-bar": HTMLKupNavBarElement;
3265
+ "kup-numeric-picker": HTMLKupNumericPickerElement;
3221
3266
  "kup-photo-frame": HTMLKupPhotoFrameElement;
3222
3267
  "kup-probe": HTMLKupProbeElement;
3223
3268
  "kup-progress-bar": HTMLKupProgressBarElement;
@@ -3230,7 +3275,6 @@ declare global {
3230
3275
  "kup-tab-bar": HTMLKupTabBarElement;
3231
3276
  "kup-text-field": HTMLKupTextFieldElement;
3232
3277
  "kup-time-picker": HTMLKupTimePickerElement;
3233
- "kup-tooltip": HTMLKupTooltipElement;
3234
3278
  "kup-tree": HTMLKupTreeElement;
3235
3279
  }
3236
3280
  }
@@ -3482,11 +3526,6 @@ declare namespace LocalJSX {
3482
3526
  * @default true
3483
3527
  */
3484
3528
  "showSelection"?: boolean;
3485
- /**
3486
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
3487
- * @default true
3488
- */
3489
- "showTooltipOnRightClick"?: boolean;
3490
3529
  /**
3491
3530
  * If sorting is enabled, specifies which column to sort
3492
3531
  * @default undefined
@@ -3504,21 +3543,6 @@ declare namespace LocalJSX {
3504
3543
  * @default false
3505
3544
  */
3506
3545
  "swipeDisabled"?: boolean;
3507
- /**
3508
- * Defines the timeout for tooltip detail
3509
- * @default undefined
3510
- */
3511
- "tooltipDetailTimeout"?: number;
3512
- /**
3513
- * Enable show tooltip
3514
- * @default true
3515
- */
3516
- "tooltipEnabled"?: boolean;
3517
- /**
3518
- * Defines the timeout for tooltip load
3519
- * @default undefined
3520
- */
3521
- "tooltipLoadTimeout"?: number;
3522
3546
  }
3523
3547
  interface KupButton {
3524
3548
  /**
@@ -4269,10 +4293,6 @@ declare namespace LocalJSX {
4269
4293
  * If set to true, displays the button to load more records.
4270
4294
  */
4271
4295
  "showLoadMore"?: boolean;
4272
- /**
4273
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
4274
- */
4275
- "showTooltipOnRightClick"?: boolean;
4276
4296
  /**
4277
4297
  * Defines the current sorting options.
4278
4298
  */
@@ -4295,18 +4315,6 @@ declare namespace LocalJSX {
4295
4315
  * Sets the width of the table.
4296
4316
  */
4297
4317
  "tableWidth"?: string;
4298
- /**
4299
- * Defines the timeout for tooltip detail
4300
- */
4301
- "tooltipDetailTimeout"?: number;
4302
- /**
4303
- * Enable show tooltip
4304
- */
4305
- "tooltipEnabled"?: boolean;
4306
- /**
4307
- * Defines the timeout for tooltip load
4308
- */
4309
- "tooltipLoadTimeout"?: number;
4310
4318
  /**
4311
4319
  * Defines the current totals options
4312
4320
  */
@@ -4576,6 +4584,20 @@ declare namespace LocalJSX {
4576
4584
  */
4577
4585
  "type"?: string;
4578
4586
  }
4587
+ interface KupFormEditor {
4588
+ /**
4589
+ * Custom style of the component.
4590
+ * @default ""
4591
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4592
+ */
4593
+ "customStyle"?: string;
4594
+ /**
4595
+ * The data of the component.
4596
+ * @default false
4597
+ */
4598
+ "data"?: KupForm;
4599
+ "onKup-formeditor-save"?: (event: CustomEvent<KupFormEditorEventPayload>) => void;
4600
+ }
4579
4601
  interface KupGauge {
4580
4602
  /**
4581
4603
  * Sets how much the arc of the gauge should be thick.
@@ -4743,6 +4765,27 @@ declare namespace LocalJSX {
4743
4765
  */
4744
4766
  "sizeY"?: string;
4745
4767
  }
4768
+ interface KupImageList {
4769
+ /**
4770
+ * Custom style of the component.
4771
+ * @default ""
4772
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4773
+ */
4774
+ "customStyle"?: string;
4775
+ /**
4776
+ * Actual data of the component.
4777
+ * @default []
4778
+ */
4779
+ "data"?: KupDataNode[];
4780
+ "onKup-imagelist-click"?: (event: CustomEvent<KupImageListEventPayload>) => void;
4781
+ "onKup-imagelist-contextmenu"?: (event: CustomEvent<KupImageListEventPayload>) => void;
4782
+ "onKup-imagelist-dblclick"?: (event: CustomEvent<KupImageListEventPayload>) => void;
4783
+ /**
4784
+ * When enabled displays Material's ripple effect on clicked items.
4785
+ * @default true
4786
+ */
4787
+ "ripple"?: boolean;
4788
+ }
4746
4789
  interface KupLazy {
4747
4790
  /**
4748
4791
  * Sets the tag name of the component to be lazy loaded.
@@ -4875,6 +4918,63 @@ declare namespace LocalJSX {
4875
4918
  */
4876
4919
  "styling"?: KupNavBarStyling;
4877
4920
  }
4921
+ interface KupNumericPicker {
4922
+ /**
4923
+ * Custom style of the component.
4924
+ * @default ""
4925
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
4926
+ */
4927
+ "customStyle"?: string;
4928
+ /**
4929
+ * Props of the sub-components.
4930
+ * @default null
4931
+ */
4932
+ "data"?: Object;
4933
+ /**
4934
+ * Defaults at false. When set to true, the component has decimals.
4935
+ * @default false
4936
+ */
4937
+ "decimals"?: boolean;
4938
+ /**
4939
+ * Defaults at false. When set to true, the component is disabled.
4940
+ * @default false
4941
+ */
4942
+ "disabled"?: boolean;
4943
+ /**
4944
+ * Sets the initial value of the component
4945
+ * @default ""
4946
+ */
4947
+ "initialValue"?: string;
4948
+ /**
4949
+ * when set, the component allows you to enter decimals with a maximum of characters.
4950
+ * @default null
4951
+ */
4952
+ "maxDecimals"?: number;
4953
+ /**
4954
+ * When set, the component allows you to enter integer numbers with a maximum of characters.
4955
+ * @default null
4956
+ */
4957
+ "maxIntegers"?: number;
4958
+ /**
4959
+ * When set, the component allows you to enter numbers with a maximum of characters, including decimals.
4960
+ * @default null
4961
+ */
4962
+ "maxLength"?: number;
4963
+ /**
4964
+ * Defaults at false. When set to true, the component has negative number.
4965
+ * @default false
4966
+ */
4967
+ "negative"?: boolean;
4968
+ "onKup-numericpicker-blur"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4969
+ "onKup-numericpicker-change"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4970
+ "onKup-numericpicker-cleariconclick"?: (event: CustomEvent<KupEventPayload>) => void;
4971
+ "onKup-numericpicker-click"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4972
+ "onKup-numericpicker-focus"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4973
+ "onKup-numericpicker-iconclick"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4974
+ "onKup-numericpicker-input"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4975
+ "onKup-numericpicker-itemclick"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4976
+ "onKup-numericpicker-textfieldsubmit"?: (event: CustomEvent<KupNumericPickerEventPayload>) => void;
4977
+ }
4878
4978
  interface KupPhotoFrame {
4879
4979
  /**
4880
4980
  * Custom style of the component.
@@ -5198,7 +5298,7 @@ declare namespace LocalJSX {
5198
5298
  * List of elements.
5199
5299
  * @default null
5200
5300
  */
5201
- "data"?: KupTabBarData[];
5301
+ "data"?: KupTabBarNode[];
5202
5302
  /**
5203
5303
  * Triggered when the tab loses focus.
5204
5304
  */
@@ -5206,7 +5306,7 @@ declare namespace LocalJSX {
5206
5306
  /**
5207
5307
  * Triggered when the tab is clicked.
5208
5308
  */
5209
- "onKup-tabbar-click"?: (event: CustomEvent<KupTabBarClickEventPayload>) => void;
5309
+ "onKup-tabbar-click"?: (event: CustomEvent<KupTabBarEventPayload>) => void;
5210
5310
  /**
5211
5311
  * Triggered when the tab is focused.
5212
5312
  */
@@ -5409,61 +5509,6 @@ declare namespace LocalJSX {
5409
5509
  */
5410
5510
  "timeMinutesStep"?: number;
5411
5511
  }
5412
- interface KupTooltip {
5413
- /**
5414
- * Data for cell options
5415
- */
5416
- "cellOptions"?: TooltipCellOptions;
5417
- /**
5418
- * Custom style of the component.
5419
- * @default ""
5420
- * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
5421
- */
5422
- "customStyle"?: string;
5423
- /**
5424
- * Data for top section
5425
- */
5426
- "data"?: TooltipData;
5427
- /**
5428
- * Data for the detail
5429
- */
5430
- "detailData"?: TooltipDetailData;
5431
- /**
5432
- * Timeout for loadDetail
5433
- */
5434
- "detailTimeout"?: number;
5435
- /**
5436
- * Layout used to display the items
5437
- */
5438
- "layout"?: string;
5439
- /**
5440
- * Timeout for tooltip
5441
- */
5442
- "loadTimeout"?: number;
5443
- "onKup-tooltip-actioncommandclick"?: (event: CustomEvent<KupTooltipActionCommandClickEventPayload>) => void;
5444
- "onKup-tooltip-defaultactionclick"?: (event: CustomEvent<KupTooltipDefaultEventPayload>) => void;
5445
- "onKup-tooltip-defaultoptionclick"?: (event: CustomEvent<KupTooltipDefaultEventPayload>) => void;
5446
- "onKup-tooltip-defaultpreviewclick"?: (event: CustomEvent<KupTooltipDefaultEventPayload>) => void;
5447
- "onKup-tooltip-loadcelloptions"?: (event: CustomEvent<KupTooltipLoadEventPayload>) => void;
5448
- "onKup-tooltip-loaddata"?: (event: CustomEvent<KupTooltipLoadEventPayload>) => void;
5449
- "onKup-tooltip-loaddetail"?: (event: CustomEvent<KupTooltipLoadEventPayload>) => void;
5450
- "onKup-tooltip-treedynamicmassexpansion"?: (event: CustomEvent<KupTooltipTreeDynamicMassExpansionEventPayload>) => void;
5451
- "onKup-tooltip-treenodebuttonclick"?: (event: CustomEvent<KupTooltipTreeNodeButtonClickEventPayload>) => void;
5452
- "onKup-tooltip-treenodedblclick"?: (event: CustomEvent<KupTooltipTreeNodeDblClickEventPayload>) => void;
5453
- "onKup-tooltip-treenodeexpand"?: (event: CustomEvent<KupTooltipTreeNodeExpandEventPayload>) => void;
5454
- /**
5455
- * Fired when a node of the tree has been selected
5456
- */
5457
- "onKup-tooltip-treenodeselected"?: (event: CustomEvent<KupTooltipTreeNodeSelectedEventPayload>) => void;
5458
- /**
5459
- * Owner of this tooltip
5460
- */
5461
- "owner"?: string;
5462
- /**
5463
- * Container element for tooltip
5464
- */
5465
- "relatedObject"?: TooltipRelatedObject;
5466
- }
5467
5512
  interface KupTree {
5468
5513
  /**
5469
5514
  * When enabled, the first level of depth will give an accordion look to nodes.
@@ -5618,24 +5663,8 @@ declare namespace LocalJSX {
5618
5663
  * Shows the icons of the nodes.
5619
5664
  */
5620
5665
  "showIcons"?: boolean;
5621
- /**
5622
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
5623
- */
5624
- "showTooltipOnRightClick"?: boolean;
5625
5666
  "stateId"?: string;
5626
5667
  "store"?: KupStore;
5627
- /**
5628
- * Defines the timeout for tooltip detail
5629
- */
5630
- "tooltipDetailTimeout"?: number;
5631
- /**
5632
- * Enable show tooltip
5633
- */
5634
- "tooltipEnabled"?: boolean;
5635
- /**
5636
- * Defines the timeout for tooltip load
5637
- */
5638
- "tooltipLoadTimeout"?: number;
5639
5668
  /**
5640
5669
  * Defines the current totals options.
5641
5670
  */
@@ -5669,14 +5698,17 @@ declare namespace LocalJSX {
5669
5698
  "kup-dropdown-button": KupDropdownButton;
5670
5699
  "kup-echart": KupEchart;
5671
5700
  "kup-field": KupField;
5701
+ "kup-form-editor": KupFormEditor;
5672
5702
  "kup-gauge": KupGauge;
5673
5703
  "kup-grid": KupGrid;
5674
5704
  "kup-iframe": KupIframe;
5675
5705
  "kup-image": KupImage;
5706
+ "kup-image-list": KupImageList;
5676
5707
  "kup-lazy": KupLazy;
5677
5708
  "kup-list": KupList;
5678
5709
  "kup-magic-box": KupMagicBox;
5679
5710
  "kup-nav-bar": KupNavBar;
5711
+ "kup-numeric-picker": KupNumericPicker;
5680
5712
  "kup-photo-frame": KupPhotoFrame;
5681
5713
  "kup-probe": KupProbe;
5682
5714
  "kup-progress-bar": KupProgressBar;
@@ -5689,7 +5721,6 @@ declare namespace LocalJSX {
5689
5721
  "kup-tab-bar": KupTabBar;
5690
5722
  "kup-text-field": KupTextField;
5691
5723
  "kup-time-picker": KupTimePicker;
5692
- "kup-tooltip": KupTooltip;
5693
5724
  "kup-tree": KupTree;
5694
5725
  }
5695
5726
  }
@@ -5719,14 +5750,17 @@ declare module "@stencil/core" {
5719
5750
  "kup-dropdown-button": LocalJSX.KupDropdownButton & JSXBase.HTMLAttributes<HTMLKupDropdownButtonElement>;
5720
5751
  "kup-echart": LocalJSX.KupEchart & JSXBase.HTMLAttributes<HTMLKupEchartElement>;
5721
5752
  "kup-field": LocalJSX.KupField & JSXBase.HTMLAttributes<HTMLKupFieldElement>;
5753
+ "kup-form-editor": LocalJSX.KupFormEditor & JSXBase.HTMLAttributes<HTMLKupFormEditorElement>;
5722
5754
  "kup-gauge": LocalJSX.KupGauge & JSXBase.HTMLAttributes<HTMLKupGaugeElement>;
5723
5755
  "kup-grid": LocalJSX.KupGrid & JSXBase.HTMLAttributes<HTMLKupGridElement>;
5724
5756
  "kup-iframe": LocalJSX.KupIframe & JSXBase.HTMLAttributes<HTMLKupIframeElement>;
5725
5757
  "kup-image": LocalJSX.KupImage & JSXBase.HTMLAttributes<HTMLKupImageElement>;
5758
+ "kup-image-list": LocalJSX.KupImageList & JSXBase.HTMLAttributes<HTMLKupImageListElement>;
5726
5759
  "kup-lazy": LocalJSX.KupLazy & JSXBase.HTMLAttributes<HTMLKupLazyElement>;
5727
5760
  "kup-list": LocalJSX.KupList & JSXBase.HTMLAttributes<HTMLKupListElement>;
5728
5761
  "kup-magic-box": LocalJSX.KupMagicBox & JSXBase.HTMLAttributes<HTMLKupMagicBoxElement>;
5729
5762
  "kup-nav-bar": LocalJSX.KupNavBar & JSXBase.HTMLAttributes<HTMLKupNavBarElement>;
5763
+ "kup-numeric-picker": LocalJSX.KupNumericPicker & JSXBase.HTMLAttributes<HTMLKupNumericPickerElement>;
5730
5764
  "kup-photo-frame": LocalJSX.KupPhotoFrame & JSXBase.HTMLAttributes<HTMLKupPhotoFrameElement>;
5731
5765
  "kup-probe": LocalJSX.KupProbe & JSXBase.HTMLAttributes<HTMLKupProbeElement>;
5732
5766
  "kup-progress-bar": LocalJSX.KupProgressBar & JSXBase.HTMLAttributes<HTMLKupProgressBarElement>;
@@ -5739,7 +5773,6 @@ declare module "@stencil/core" {
5739
5773
  "kup-tab-bar": LocalJSX.KupTabBar & JSXBase.HTMLAttributes<HTMLKupTabBarElement>;
5740
5774
  "kup-text-field": LocalJSX.KupTextField & JSXBase.HTMLAttributes<HTMLKupTextFieldElement>;
5741
5775
  "kup-time-picker": LocalJSX.KupTimePicker & JSXBase.HTMLAttributes<HTMLKupTimePickerElement>;
5742
- "kup-tooltip": LocalJSX.KupTooltip & JSXBase.HTMLAttributes<HTMLKupTooltipElement>;
5743
5776
  "kup-tree": LocalJSX.KupTree & JSXBase.HTMLAttributes<HTMLKupTreeElement>;
5744
5777
  }
5745
5778
  }