@sme.up/ketchup 5.2.1-SNAPSHOT → 6.2.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 (231) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/cjs/{cell-utils-d96b2993.js → cell-utils-d894e802.js} +2 -2
  3. package/dist/cjs/{component-d1496215.js → component-72a5b626.js} +30 -0
  4. package/dist/cjs/{f-button-2b9b99b1.js → f-button-414b3bc3.js} +4 -4
  5. package/dist/cjs/f-cell-c8983ec7.js +418 -0
  6. package/dist/cjs/f-checkbox-57443ca3.js +29 -0
  7. package/dist/cjs/{f-chip-df59e1b0.js → f-chip-ef81bf51.js} +5 -4
  8. package/dist/cjs/{f-image-12bab3b5.js → f-image-0618c795.js} +2 -2
  9. package/dist/cjs/f-paginator-utils-c9dd5173.js +1898 -0
  10. package/dist/cjs/{f-text-field-e7c35b5b.js → f-text-field-7d31190f.js} +3 -3
  11. package/dist/cjs/{f-text-field-mdc-a67f5dfe.js → f-text-field-mdc-85997738.js} +23 -305
  12. package/dist/cjs/{index-eb556444.js → index-06b131ea.js} +6 -4
  13. package/dist/cjs/ketchup.cjs.js +3 -3
  14. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  15. package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1833 -5745
  16. package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17113 -14788
  17. package/dist/cjs/kup-calendar.cjs.entry.js +42 -34
  18. package/dist/cjs/kup-cell.cjs.entry.js +10 -9
  19. package/dist/cjs/kup-dash-list.cjs.entry.js +4 -4
  20. package/dist/cjs/kup-dash_2.cjs.entry.js +4 -7
  21. package/dist/cjs/kup-dashboard.cjs.entry.js +379 -0
  22. package/dist/cjs/kup-drawer.cjs.entry.js +12 -5
  23. package/dist/cjs/kup-field.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-form.cjs.entry.js +469 -0
  25. package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-image-list.cjs.entry.js +229 -0
  27. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  29. package/dist/cjs/kup-manager-2fee8cf3.js +17021 -0
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +5 -5
  32. package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -9
  33. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  36. package/dist/cjs/loader.cjs.js +3 -3
  37. package/dist/cjs/{utils-e99921c1.js → utils-8470184d.js} +1 -1
  38. package/dist/collection/assets/card.js +4 -5
  39. package/dist/collection/assets/dashboard.js +113 -0
  40. package/dist/collection/assets/data-table.js +15 -79
  41. package/dist/collection/assets/form.js +179 -0
  42. package/dist/collection/assets/grid.js +17 -0
  43. package/dist/collection/assets/image-list.js +624 -0
  44. package/dist/collection/assets/index.js +16 -4
  45. package/dist/collection/assets/kupdata.js +0 -3
  46. package/dist/collection/assets/kuptooltip.js +53 -7
  47. package/dist/collection/assets/tree.js +0 -128
  48. package/dist/collection/collection-manifest.json +8 -6
  49. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +136 -130
  50. package/dist/collection/components/kup-box/kup-box-declarations.js +0 -4
  51. package/dist/collection/components/kup-box/kup-box.js +20 -137
  52. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
  53. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  54. package/dist/collection/components/kup-card/kup-card.css +26 -8
  55. package/dist/collection/components/kup-card/kup-card.js +1 -2
  56. package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
  57. package/dist/collection/components/kup-combobox/kup-combobox.js +17 -14
  58. package/dist/collection/components/kup-dashboard/kup-dashboard-declarations.js +10 -0
  59. package/dist/collection/components/kup-dashboard/kup-dashboard.css +81 -0
  60. package/dist/collection/components/kup-dashboard/kup-dashboard.js +560 -0
  61. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
  62. package/dist/collection/components/kup-data-table/kup-data-table.js +19 -136
  63. package/dist/collection/components/kup-drawer/kup-drawer.css +6 -8
  64. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
  65. package/dist/collection/components/kup-form/kup-form-declarations.js +19 -0
  66. package/dist/collection/components/kup-form/kup-form.css +86 -0
  67. package/dist/collection/components/kup-form/kup-form.js +668 -0
  68. package/dist/collection/components/kup-grid/kup-grid.js +1 -4
  69. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
  70. package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
  71. package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
  72. package/dist/collection/components/kup-list/kup-list-helper.js +9 -3
  73. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +2 -9
  74. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +3 -5
  75. package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
  76. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
  77. package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +3 -0
  78. package/dist/collection/components/kup-text-field/kup-text-field.js +27 -0
  79. package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -8
  80. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
  81. package/dist/collection/components/kup-tree/kup-tree.css +10 -3
  82. package/dist/collection/components/kup-tree/kup-tree.js +73 -142
  83. package/dist/collection/f-components/f-button/f-button.js +2 -2
  84. package/dist/collection/f-components/f-cell/f-cell-declarations.js +5 -1
  85. package/dist/collection/f-components/f-cell/f-cell.js +41 -121
  86. package/dist/collection/f-components/f-chip/f-chip.js +2 -1
  87. package/dist/collection/f-components/f-text-field/f-text-field.js +1 -1
  88. package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
  89. package/dist/collection/managers/kup-data/kup-data.js +98 -1
  90. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
  91. package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
  92. package/dist/collection/managers/kup-language/kup-language-declarations.js +13 -0
  93. package/dist/collection/managers/kup-manager/kup-manager.js +21 -2
  94. package/dist/collection/managers/kup-objects/kup-objects.js +10 -0
  95. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +21 -1
  96. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +53 -20
  97. package/dist/collection/types/GenericTypes.js +3 -0
  98. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +7 -11
  99. package/dist/esm/{cell-utils-f4bdbbc8.js → cell-utils-7fc84d4e.js} +3 -3
  100. package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
  101. package/dist/esm/{f-button-54a49fd8.js → f-button-2f6cc296.js} +4 -4
  102. package/dist/esm/f-cell-4428481c.js +415 -0
  103. package/dist/esm/f-checkbox-c51c4a75.js +27 -0
  104. package/dist/esm/{f-chip-a3035b4b.js → f-chip-b39eb49a.js} +6 -5
  105. package/dist/esm/{f-image-d32465e3.js → f-image-b08ebeb2.js} +2 -2
  106. package/dist/esm/f-paginator-utils-4fda6086.js +1884 -0
  107. package/dist/esm/{f-text-field-c25cc63f.js → f-text-field-184a5fb3.js} +3 -3
  108. package/dist/esm/{f-text-field-mdc-9fbbefc3.js → f-text-field-mdc-d42d3f9e.js} +2 -284
  109. package/dist/esm/{index-baeab1ac.js → index-ad6ab214.js} +6 -4
  110. package/dist/esm/ketchup.js +3 -3
  111. package/dist/esm/kup-accordion.entry.js +6 -6
  112. package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1775 -5685
  113. package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17113 -14789
  114. package/dist/esm/kup-calendar.entry.js +43 -35
  115. package/dist/esm/kup-cell.entry.js +9 -8
  116. package/dist/esm/kup-dash-list.entry.js +4 -4
  117. package/dist/esm/kup-dash_2.entry.js +4 -7
  118. package/dist/esm/kup-dashboard.entry.js +375 -0
  119. package/dist/esm/kup-drawer.entry.js +12 -5
  120. package/dist/esm/kup-field.entry.js +2 -2
  121. package/dist/esm/kup-form.entry.js +465 -0
  122. package/dist/esm/kup-iframe.entry.js +3 -3
  123. package/dist/esm/kup-image-list.entry.js +225 -0
  124. package/dist/esm/kup-lazy.entry.js +3 -3
  125. package/dist/esm/kup-magic-box.entry.js +4 -4
  126. package/dist/esm/kup-manager-3325b2d8.js +17000 -0
  127. package/dist/esm/kup-nav-bar.entry.js +3 -3
  128. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  129. package/dist/esm/kup-photo-frame.entry.js +7 -9
  130. package/dist/esm/kup-probe.entry.js +2 -2
  131. package/dist/esm/kup-qlik.entry.js +2 -2
  132. package/dist/esm/kup-snackbar.entry.js +6 -6
  133. package/dist/esm/loader.js +3 -3
  134. package/dist/esm/polyfills/css-shim.js +1 -1
  135. package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
  136. package/dist/esm/{utils-f24319a0.js → utils-6373a07e.js} +2 -2
  137. package/dist/ketchup/ketchup.esm.js +1 -1
  138. package/dist/ketchup/p-006bc4d0.entry.js +1 -0
  139. package/dist/ketchup/p-0741da57.js +1 -0
  140. package/dist/ketchup/{p-669bde31.js → p-13e08580.js} +1 -1
  141. package/dist/ketchup/p-153697fb.entry.js +1 -0
  142. package/dist/ketchup/{p-9a61d8dc.entry.js → p-175edb62.entry.js} +1 -1
  143. package/dist/ketchup/{p-11e72a8c.entry.js → p-1db1d42b.entry.js} +1 -1
  144. package/dist/ketchup/{p-67842f1e.entry.js → p-30820f8f.entry.js} +1 -1
  145. package/dist/ketchup/p-35325834.entry.js +9 -0
  146. package/dist/ketchup/p-359e8bec.entry.js +40 -0
  147. package/dist/ketchup/{p-09d708c4.entry.js → p-3c7c92c0.entry.js} +1 -1
  148. package/dist/ketchup/p-41cf8703.entry.js +1 -0
  149. package/dist/ketchup/{p-e6709c26.entry.js → p-6127fccf.entry.js} +1 -1
  150. package/dist/ketchup/{p-203d6295.entry.js → p-6b82e4e2.entry.js} +1 -1
  151. package/dist/ketchup/p-704e60eb.js +30 -0
  152. package/dist/ketchup/{p-4f56932b.js → p-70660fe2.js} +1 -1
  153. package/dist/ketchup/{p-44192f30.entry.js → p-762c0382.entry.js} +1 -1
  154. package/dist/ketchup/{p-c58a2a81.entry.js → p-76947316.entry.js} +1 -1
  155. package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
  156. package/dist/ketchup/{p-bb8844bf.entry.js → p-8103b80a.entry.js} +1 -1
  157. package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
  158. package/dist/ketchup/p-9fa457d4.entry.js +1 -0
  159. package/dist/ketchup/{p-e8e3c9da.entry.js → p-a0ce8075.entry.js} +1 -1
  160. package/dist/ketchup/p-a203f78b.js +45 -0
  161. package/dist/ketchup/p-a804fe83.entry.js +27 -0
  162. package/dist/ketchup/{p-34748c91.js → p-ca9fd099.js} +1 -1
  163. package/dist/ketchup/p-caabb9ab.entry.js +1 -0
  164. package/dist/ketchup/p-cc3abf84.entry.js +1 -0
  165. package/dist/ketchup/p-cd5cfa7c.js +1 -0
  166. package/dist/ketchup/p-d2e76960.entry.js +1 -0
  167. package/dist/ketchup/p-d3b542b3.js +2 -0
  168. package/dist/ketchup/p-d7004ae4.js +1 -0
  169. package/dist/ketchup/{p-40f97429.js → p-d95c904b.js} +1 -1
  170. package/dist/ketchup/p-ddce3430.js +1 -0
  171. package/dist/ketchup/p-ee580b3a.entry.js +1 -0
  172. package/dist/ketchup/p-f49cb68e.js +1 -0
  173. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +1 -16
  174. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
  175. package/dist/types/components/kup-box/kup-box.d.ts +0 -22
  176. package/dist/types/components/kup-dashboard/kup-dashboard-declarations.d.ts +61 -0
  177. package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +75 -0
  178. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -4
  179. package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -19
  180. package/dist/types/components/kup-form/kup-form-declarations.d.ts +48 -0
  181. package/dist/types/components/kup-form/kup-form.d.ts +68 -0
  182. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
  183. package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
  184. package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
  185. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
  186. package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +3 -0
  187. package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
  188. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +0 -6
  189. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -5
  190. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -24
  191. package/dist/types/components.d.ts +512 -369
  192. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +4 -1
  193. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  194. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  195. package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
  196. package/dist/types/managers/kup-data/kup-data.d.ts +3 -0
  197. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +13 -1
  198. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +4 -0
  199. package/dist/types/managers/kup-manager/kup-manager.d.ts +12 -0
  200. package/dist/types/managers/kup-objects/kup-objects.d.ts +6 -0
  201. package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +3 -3
  202. package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +17 -6
  203. package/dist/types/types/GenericTypes.d.ts +3 -0
  204. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
  205. package/package.json +15 -14
  206. package/dist/cjs/f-cell-8351cb84.js +0 -653
  207. package/dist/cjs/kup-manager-5c03da64.js +0 -8795
  208. package/dist/collection/assets/tooltip.js +0 -73
  209. package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
  210. package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
  211. package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
  212. package/dist/collection/utils/helpers.js +0 -38
  213. package/dist/esm/f-cell-d5dac50b.js +0 -650
  214. package/dist/esm/kup-manager-9316a184.js +0 -8778
  215. package/dist/ketchup/p-12773ca8.js +0 -9
  216. package/dist/ketchup/p-34b74425.js +0 -1
  217. package/dist/ketchup/p-4173422f.entry.js +0 -1
  218. package/dist/ketchup/p-41741c28.entry.js +0 -1
  219. package/dist/ketchup/p-44f8da2a.js +0 -1
  220. package/dist/ketchup/p-7a74ad17.js +0 -1
  221. package/dist/ketchup/p-7ba8fa4a.entry.js +0 -39
  222. package/dist/ketchup/p-7de0d7e1.js +0 -1
  223. package/dist/ketchup/p-8418e8fa.entry.js +0 -1
  224. package/dist/ketchup/p-96bf19aa.entry.js +0 -1
  225. package/dist/ketchup/p-b0ddcce9.entry.js +0 -9
  226. package/dist/ketchup/p-b6c21223.entry.js +0 -27
  227. package/dist/ketchup/p-ca3d585b.entry.js +0 -1
  228. package/dist/ketchup/p-ecb7069b.js +0 -135
  229. package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
  230. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
  231. package/dist/types/utils/helpers.d.ts +0 -4
@@ -0,0 +1,68 @@
1
+ import { KupFormLayout, KupFormData, KupFormLabelPlacement } from './kup-form-declarations';
2
+ import { GenericObject } from '../../types/GenericTypes';
3
+ export declare class KupForm {
4
+ /**
5
+ * References the root HTML element of the component (<kup-form>).
6
+ */
7
+ rootElement: HTMLElement;
8
+ /**
9
+ * Custom style of the component.
10
+ * @default ""
11
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
12
+ */
13
+ customStyle: string;
14
+ /**
15
+ * Actual data of the form.
16
+ * @default null
17
+ */
18
+ data: KupFormData;
19
+ /**
20
+ * Placement of fields' labels.
21
+ * @default KupFormLabelPlacement.LEFT
22
+ */
23
+ labelPlacement: KupFormLabelPlacement;
24
+ /**
25
+ * How the form will arrange its content.
26
+ * @default null
27
+ */
28
+ layout: KupFormLayout;
29
+ private kupManager;
30
+ private formLayout;
31
+ private visibleColumns;
32
+ onDataChanged(): void;
33
+ onLayoutChanged(): void;
34
+ /**
35
+ * Used to retrieve component's props values.
36
+ * @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
37
+ * @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
38
+ */
39
+ getProps(descriptions?: boolean): Promise<GenericObject>;
40
+ /**
41
+ * This method is used to trigger a new render of the component.
42
+ */
43
+ refresh(): Promise<void>;
44
+ /**
45
+ * Sets the focus on an editable table cell.
46
+ * @param {string} column - Name of the column.
47
+ * @param {string} rowId - Id of the row.
48
+ */
49
+ setFocus(column: string, rowId: string): Promise<void>;
50
+ /**
51
+ * Sets the props to the component.
52
+ * @param {GenericObject} props - Object containing props that will be set to the component.
53
+ */
54
+ setProps(props: GenericObject): Promise<void>;
55
+ private getColumns;
56
+ private initVisibleColumns;
57
+ private getRows;
58
+ private checkLayout;
59
+ private renderRow;
60
+ private renderSection;
61
+ private renderFormField;
62
+ componentWillLoad(): void;
63
+ componentDidLoad(): void;
64
+ componentWillRender(): void;
65
+ componentDidRender(): void;
66
+ render(): any;
67
+ disconnectedCallback(): void;
68
+ }
@@ -0,0 +1,14 @@
1
+ import { KupDataNode } from '../../managers/kup-data/kup-data-declarations';
2
+ import { KupEventPayload } from '../../types/GenericTypes';
3
+ /**
4
+ * Props of the kup-image-list component.
5
+ * Used to export every prop in an object.
6
+ */
7
+ export declare enum KupImageListProps {
8
+ customStyle = "Custom style of the component.",
9
+ data = "Actual data of the component",
10
+ ripple = "When enabled displays Material's ripple effect on clicked items."
11
+ }
12
+ export interface KupImageListEventPayload extends KupEventPayload {
13
+ node: KupDataNode;
14
+ }
@@ -0,0 +1,56 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import { GenericObject } from '../../types/GenericTypes';
3
+ import { KupImageListEventPayload } from './kup-image-list-declarations';
4
+ import { KupDataNode } from '../../managers/kup-data/kup-data-declarations';
5
+ export declare class KupImageList {
6
+ #private;
7
+ /**
8
+ * References the root HTML element of the component (<kup-image-list>).
9
+ */
10
+ rootElement: HTMLElement;
11
+ currentNode: KupDataNode;
12
+ navigationBarToggled: boolean;
13
+ /**
14
+ * Custom style of the component.
15
+ * @default ""
16
+ * @see https://ketchup.smeup.com/ketchup-showcase/#/customization
17
+ */
18
+ customStyle: string;
19
+ /**
20
+ * Actual data of the component.
21
+ * @default []
22
+ */
23
+ data: KupDataNode[];
24
+ /**
25
+ * When enabled displays Material's ripple effect on clicked items.
26
+ * @default true
27
+ */
28
+ ripple: boolean;
29
+ kupClick: EventEmitter<KupImageListEventPayload>;
30
+ onKupClick(node: KupDataNode): void;
31
+ kupContextMenu: EventEmitter<KupImageListEventPayload>;
32
+ onKupContextMenu(e: MouseEvent, node: KupDataNode): void;
33
+ kupDblClick: EventEmitter<KupImageListEventPayload>;
34
+ onKupDblClick(node: KupDataNode): void;
35
+ /**
36
+ * Used to retrieve component's props values.
37
+ * @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
38
+ * @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
39
+ */
40
+ getProps(descriptions?: boolean): Promise<GenericObject>;
41
+ /**
42
+ * This method is used to trigger a new render of the component.
43
+ */
44
+ refresh(): Promise<void>;
45
+ /**
46
+ * Sets the props to the component.
47
+ * @param {GenericObject} props - Object containing props that will be set to the component.
48
+ */
49
+ setProps(props: GenericObject): Promise<void>;
50
+ componentWillLoad(): void;
51
+ componentDidLoad(): void;
52
+ componentWillRender(): void;
53
+ componentDidRender(): void;
54
+ render(): any;
55
+ disconnectedCallback(): void;
56
+ }
@@ -1,3 +1,4 @@
1
+ import { KupDataNode } from '../../managers/kup-data/kup-data-declarations';
1
2
  import { KupEventPayload } from '../../types/GenericTypes';
2
3
  /**
3
4
  * Props of the kup-tab-bar component.
@@ -11,17 +12,10 @@ export declare enum KupTabBarProps {
11
12
  /**
12
13
  * The object of a single radio.
13
14
  */
14
- export interface KupTabBarData {
15
- value: string;
15
+ export interface KupTabBarNode extends KupDataNode {
16
16
  active?: boolean;
17
- icon?: string;
18
- text?: string;
19
- title?: string;
20
17
  }
21
18
  export interface KupTabBarEventPayload extends KupEventPayload {
19
+ node: KupTabBarNode;
22
20
  index: number;
23
- el: EventTarget;
24
- }
25
- export interface KupTabBarClickEventPayload extends KupTabBarEventPayload {
26
- value: string;
27
21
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '../../stencil-public-runtime';
2
- import { KupTabBarClickEventPayload, KupTabBarData, KupTabBarEventPayload } from './kup-tab-bar-declarations';
2
+ import { KupTabBarNode, KupTabBarEventPayload } from './kup-tab-bar-declarations';
3
3
  import { GenericObject } from '../../types/GenericTypes';
4
4
  export declare class KupTabBar {
5
5
  /**
@@ -17,7 +17,7 @@ export declare class KupTabBar {
17
17
  * List of elements.
18
18
  * @default null
19
19
  */
20
- data: KupTabBarData[];
20
+ data: KupTabBarNode[];
21
21
  /**
22
22
  * When enabled displays Material's ripple effect on item headers.
23
23
  * @default true
@@ -38,14 +38,14 @@ export declare class KupTabBar {
38
38
  /**
39
39
  * Triggered when the tab is clicked.
40
40
  */
41
- kupClick: EventEmitter<KupTabBarClickEventPayload>;
41
+ kupClick: EventEmitter<KupTabBarEventPayload>;
42
42
  /**
43
43
  * Triggered when the tab is focused.
44
44
  */
45
45
  kupFocus: EventEmitter<KupTabBarEventPayload>;
46
- onKupBlur(i: number, e: Event): void;
47
- onKupClick(i: number, e: Event): void;
48
- onKupFocus(i: number, e: Event): void;
46
+ onKupBlur(i: number, node: KupTabBarNode): void;
47
+ onKupClick(i: number, node: KupTabBarNode): void;
48
+ onKupFocus(i: number, node: KupTabBarNode): void;
49
49
  applyRipple(): void;
50
50
  /**
51
51
  * Used to retrieve component's props values.
@@ -17,7 +17,10 @@ export declare enum KupTextFieldProps {
17
17
  isClearable = "Enables a clear trailing icon.",
18
18
  label = "When set, its content will be shown as a label.",
19
19
  leadingLabel = "When set to true, the label will be on the left of the component.",
20
+ max = "The HTML max attribute specifies the maximum value for the input element. Works with the following input types: number, range, date, datetime-local, month, time and week.",
20
21
  maxLength = "When set, the helper will display a character counter.",
22
+ min = "The HTML min attribute specifies the minimum value for the input element. Works with the following input types: number, range, date, datetime-local, month, time and week.",
23
+ name = "The HTML name attribute used for form autocomplete.",
21
24
  outlined = "When set to true, the component will be rendered as an outlined field.",
22
25
  readOnly = "Sets the component to read only state, making it not editable, but interactable. Used in combobox component when it behaves as a select.",
23
26
  step = "The HTML step of the input element. It has effect only with number input type.",
@@ -94,6 +94,11 @@ export declare class KupTextField {
94
94
  * @default null
95
95
  */
96
96
  min: number;
97
+ /**
98
+ * The HTML name attribute used for form autocomplete.
99
+ * @default null
100
+ */
101
+ name: string;
97
102
  /**
98
103
  * When set to true, the component will be rendered as an outlined field.
99
104
  * @default false
@@ -47,12 +47,6 @@ export declare class KupTimePicker {
47
47
  * Instance of the KupManager class.
48
48
  */
49
49
  private kupManager;
50
- private hoursEl;
51
- private minutesEl;
52
- private secondsEl;
53
- private hoursCircleEl;
54
- private minutesCircleEl;
55
- private secondsCircleEl;
56
50
  private hoursActive;
57
51
  private minutesActive;
58
52
  private secondsActive;
@@ -1,4 +1,5 @@
1
1
  import { KupDataCell, KupDataColumn, KupDataNode, KupDataRow } from '../../managers/kup-data/kup-data-declarations';
2
+ import type { PointerEvent } from '@interactjs/types/index';
2
3
  import { GenericMap, KupEventPayload } from '../../types/GenericTypes';
3
4
  import { KupCardEventPayload } from '../kup-card/kup-card-declarations';
4
5
  /**
@@ -32,10 +33,6 @@ export declare enum KupTreeProps {
32
33
  showIcons = "Shows the icons of the nodes.",
33
34
  stateId = "",
34
35
  store = "",
35
- showTooltipOnRightClick = "If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.",
36
- tooltipDetailTimeout = "Defines the timeout for tooltip detail",
37
- tooltipEnabled = "Enable show tooltip",
38
- tooltipLoadTimeout = "Defines the timeout for tooltip load",
39
36
  totals = "Defines the current totals options.",
40
37
  useDynamicExpansion = "When the component must use the dynamic expansion feature to open its nodes, it means that not all the nodes of the tree have been passed inside the data property. Therefore, when expanding a node, the tree must emit an event (or run a given callback) and wait for the child nodes to be downloaded from the server."
41
38
  }
@@ -59,10 +56,11 @@ export interface KupTreeEventHandlerDetails {
59
56
  cell: KupDataCell;
60
57
  column: KupDataColumn;
61
58
  filterRemove: HTMLSpanElement;
59
+ originalEvent: PointerEvent;
62
60
  row: KupDataRow;
63
61
  td: HTMLElement;
64
62
  th: HTMLElement;
65
- tr: HTMLTableRowElement;
63
+ tr: HTMLElement;
66
64
  }
67
65
  export declare enum KupTreeExpansionMode {
68
66
  DROPDOWN = "dropdown",
@@ -154,22 +154,6 @@ export declare class KupTree {
154
154
  * @see dynamicExpansionCallback
155
155
  */
156
156
  useDynamicExpansion: boolean;
157
- /**
158
- * If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
159
- */
160
- showTooltipOnRightClick: boolean;
161
- /**
162
- * Defines the timeout for tooltip detail
163
- */
164
- tooltipDetailTimeout: number;
165
- /**
166
- * Enable show tooltip
167
- */
168
- tooltipEnabled: boolean;
169
- /**
170
- * Defines the timeout for tooltip load
171
- */
172
- tooltipLoadTimeout: number;
173
157
  /**
174
158
  * Defines the current totals options.
175
159
  */
@@ -188,7 +172,6 @@ export declare class KupTree {
188
172
  private globalFilterTimeout;
189
173
  private footer;
190
174
  private sizedColumns;
191
- private tooltip;
192
175
  columnFilterTimeout: number;
193
176
  private columnMenuInstance;
194
177
  private filtersColumnMenuInstance;
@@ -309,10 +292,10 @@ export declare class KupTree {
309
292
  getHeadingColumns(): Array<KupDataColumn>;
310
293
  launchNodeEvent(treeNodePath: TreeNodePath, treeNode: KupTreeNode): void;
311
294
  private openTotalMenu;
312
- private closeMenuAndTooltip;
313
295
  private onTotalMenuOpen;
314
296
  private getEventDetails;
315
297
  private contextMenuHandler;
298
+ private getEventPath;
316
299
  hdlTreeNodeClick(e: MouseEvent, treeNodeData: KupTreeNode, treeNodePath: string, auto: boolean): void;
317
300
  hdlTreeNodeExpanderClick(treeNodeData: KupTreeNode, treeNodePath: string, ctrlKey: boolean): void;
318
301
  private hasTotals;
@@ -333,13 +316,7 @@ export declare class KupTree {
333
316
  private calculateVisibleNodes;
334
317
  private refreshStructureState;
335
318
  private createIconElement;
336
- /**
337
- * Controls if current cell needs a tooltip and eventually adds it.
338
- * @todo When the option forceOneLine is active, there is a problem with the current implementation of the tooltip. See documentation in the mauer wiki for better understanding.
339
- */
340
- private getToolTipEventHandlers;
341
319
  private getCellStyle;
342
- renderTooltip(): any;
343
320
  /**
344
321
  * Renders the header of the tree when it must be displayed as a table.
345
322
  * @returns An array of table header cells.