@sme.up/ketchup 5.2.1-SNAPSHOT → 6.0.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.
- package/CHANGELOG.md +5 -0
- package/dist/cjs/{cell-utils-d96b2993.js → cell-utils-a78d6fac.js} +2 -2
- package/dist/cjs/{component-d1496215.js → component-72a5b626.js} +30 -0
- package/dist/cjs/{f-button-2b9b99b1.js → f-button-ac179257.js} +1 -1
- package/dist/cjs/{f-cell-8351cb84.js → f-cell-69294bca.js} +37 -37
- package/dist/cjs/{f-chip-df59e1b0.js → f-chip-b00897d7.js} +4 -3
- package/dist/cjs/{f-image-12bab3b5.js → f-image-89f25556.js} +1 -1
- package/dist/cjs/f-paginator-utils-8fa501b3.js +1898 -0
- package/dist/cjs/{f-text-field-e7c35b5b.js → f-text-field-e1e45ade.js} +1 -1
- package/dist/cjs/{f-text-field-mdc-a67f5dfe.js → f-text-field-mdc-85997738.js} +23 -305
- package/dist/cjs/ketchup.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +4 -4
- package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1509 -5423
- package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17101 -14787
- package/dist/cjs/kup-calendar.cjs.entry.js +41 -33
- package/dist/cjs/kup-cell.cjs.entry.js +7 -7
- package/dist/cjs/kup-dash-list.cjs.entry.js +3 -3
- package/dist/cjs/kup-dash_2.cjs.entry.js +2 -2
- package/dist/cjs/kup-drawer.cjs.entry.js +11 -4
- package/dist/cjs/kup-field.cjs.entry.js +1 -1
- package/dist/cjs/kup-form-editor.cjs.entry.js +404 -0
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +228 -0
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
- package/dist/cjs/kup-manager-7a941909.js +16703 -0
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
- package/dist/cjs/kup-photo-frame.cjs.entry.js +4 -4
- package/dist/cjs/kup-probe.cjs.entry.js +1 -1
- package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
- package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{utils-e99921c1.js → utils-6287d878.js} +1 -1
- package/dist/collection/assets/card.js +4 -5
- package/dist/collection/assets/data-table.js +44 -79
- package/dist/collection/assets/form-editor.js +338 -0
- package/dist/collection/assets/image-list.js +624 -0
- package/dist/collection/assets/index.js +8 -0
- package/dist/collection/assets/kupdata.js +0 -3
- package/dist/collection/assets/kuptooltip.js +53 -7
- package/dist/collection/assets/tree.js +0 -128
- package/dist/collection/collection-manifest.json +7 -6
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
- package/dist/collection/components/kup-box/kup-box-declarations.js +0 -4
- package/dist/collection/components/kup-box/kup-box.js +7 -135
- package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
- package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
- package/dist/collection/components/kup-card/kup-card.css +26 -8
- package/dist/collection/components/kup-card/kup-card.js +1 -2
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
- package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +19 -136
- package/dist/collection/components/kup-drawer/kup-drawer.css +1 -0
- package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
- package/dist/collection/components/kup-form-editor/kup-form-editor-declarations.js +23 -0
- package/dist/collection/components/kup-form-editor/kup-form-editor.css +80 -0
- package/dist/collection/components/kup-form-editor/kup-form-editor.js +561 -0
- package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
- package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
- package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +3 -13
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +1 -1
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -2
- package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
- package/dist/collection/components/kup-tree/kup-tree.css +10 -3
- package/dist/collection/components/kup-tree/kup-tree.js +81 -145
- package/dist/collection/f-components/f-cell/f-cell.js +7 -7
- package/dist/collection/f-components/f-chip/f-chip.js +2 -1
- package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
- package/dist/collection/managers/kup-data/kup-data.js +4 -1
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
- package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
- package/dist/collection/managers/kup-language/kup-language-declarations.js +2 -0
- package/dist/collection/managers/kup-manager/kup-manager.js +21 -2
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +5 -0
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +53 -20
- package/dist/collection/types/GenericTypes.js +2 -0
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +7 -11
- package/dist/esm/{cell-utils-f4bdbbc8.js → cell-utils-964da6b5.js} +3 -3
- package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
- package/dist/esm/{f-button-54a49fd8.js → f-button-871a544b.js} +1 -1
- package/dist/esm/{f-cell-d5dac50b.js → f-cell-521ef17a.js} +38 -38
- package/dist/esm/{f-chip-a3035b4b.js → f-chip-1dda722f.js} +5 -4
- package/dist/esm/{f-image-d32465e3.js → f-image-c468d8ae.js} +1 -1
- package/dist/esm/f-paginator-utils-7dff8ff0.js +1884 -0
- package/dist/esm/{f-text-field-c25cc63f.js → f-text-field-d6c61c73.js} +1 -1
- package/dist/esm/{f-text-field-mdc-9fbbefc3.js → f-text-field-mdc-d42d3f9e.js} +2 -284
- package/dist/esm/ketchup.js +2 -2
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1461 -5373
- package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17101 -14788
- package/dist/esm/kup-calendar.entry.js +42 -34
- package/dist/esm/kup-cell.entry.js +7 -7
- package/dist/esm/kup-dash-list.entry.js +3 -3
- package/dist/esm/kup-dash_2.entry.js +2 -2
- package/dist/esm/kup-drawer.entry.js +11 -4
- package/dist/esm/kup-field.entry.js +1 -1
- package/dist/esm/kup-form-editor.entry.js +400 -0
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +224 -0
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +3 -3
- package/dist/esm/kup-manager-58b075b4.js +16686 -0
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +5 -5
- package/dist/esm/kup-photo-frame.entry.js +4 -4
- package/dist/esm/kup-probe.entry.js +1 -1
- package/dist/esm/kup-qlik.entry.js +1 -1
- package/dist/esm/kup-snackbar.entry.js +5 -5
- package/dist/esm/loader.js +2 -2
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
- package/dist/esm/{utils-f24319a0.js → utils-d7e4b3c2.js} +2 -2
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-7a74ad17.js → p-1ae66cc5.js} +1 -1
- package/dist/ketchup/{p-e6709c26.entry.js → p-3c11e615.entry.js} +1 -1
- package/dist/ketchup/{p-669bde31.js → p-44ec4f03.js} +1 -1
- package/dist/ketchup/p-4ffbc3ff.js +1 -0
- package/dist/ketchup/p-5264a3e6.entry.js +1 -0
- package/dist/ketchup/{p-e8e3c9da.entry.js → p-65974e48.entry.js} +1 -1
- package/dist/ketchup/p-65b46587.entry.js +40 -0
- package/dist/ketchup/{p-09d708c4.entry.js → p-6dff70f8.entry.js} +1 -1
- package/dist/ketchup/{p-34748c91.js → p-7454cb92.js} +1 -1
- package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
- package/dist/ketchup/p-7eff4eee.js +1 -0
- package/dist/ketchup/p-80968627.entry.js +1 -0
- package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
- package/dist/ketchup/p-8cdf61a4.js +1 -0
- package/dist/ketchup/{p-8418e8fa.entry.js → p-954cc340.entry.js} +1 -1
- package/dist/ketchup/{p-4173422f.entry.js → p-99e0d768.entry.js} +1 -1
- package/dist/ketchup/{p-41741c28.entry.js → p-a0f6e25c.entry.js} +1 -1
- package/dist/ketchup/p-a203f78b.js +45 -0
- package/dist/ketchup/{p-9a61d8dc.entry.js → p-a615a92b.entry.js} +1 -1
- package/dist/ketchup/p-aca0e54b.js +30 -0
- package/dist/ketchup/p-b8939a8b.entry.js +1 -0
- package/dist/ketchup/p-bfc3bac7.js +1 -0
- package/dist/ketchup/p-c5ce8951.entry.js +1 -0
- package/dist/ketchup/p-cad1e097.entry.js +9 -0
- package/dist/ketchup/{p-bb8844bf.entry.js → p-d2ee56dd.entry.js} +1 -1
- package/dist/ketchup/p-db71436b.entry.js +27 -0
- package/dist/ketchup/{p-40f97429.js → p-e0035c58.js} +1 -1
- package/dist/ketchup/p-e1039cf2.entry.js +1 -0
- package/dist/ketchup/{p-44192f30.entry.js → p-ea10176c.entry.js} +1 -1
- package/dist/ketchup/{p-67842f1e.entry.js → p-f09f2f98.entry.js} +1 -1
- package/dist/ketchup/{p-203d6295.entry.js → p-f71a1675.entry.js} +1 -1
- package/dist/ketchup/{p-11e72a8c.entry.js → p-fac1a08b.entry.js} +1 -1
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
- package/dist/types/components/kup-box/kup-box.d.ts +0 -22
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -4
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -19
- package/dist/types/components/kup-form-editor/kup-form-editor-declarations.d.ts +79 -0
- package/dist/types/components/kup-form-editor/kup-form-editor.d.ts +72 -0
- package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
- package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
- package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
- package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -5
- package/dist/types/components/kup-tree/kup-tree.d.ts +1 -25
- package/dist/types/components.d.ts +121 -231
- package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
- package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
- package/dist/types/managers/kup-data/kup-data.d.ts +1 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +2 -0
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +4 -0
- package/dist/types/managers/kup-manager/kup-manager.d.ts +12 -0
- package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +3 -3
- package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +17 -6
- package/dist/types/types/GenericTypes.d.ts +2 -0
- package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
- package/package.json +15 -14
- package/dist/cjs/kup-manager-5c03da64.js +0 -8795
- package/dist/collection/assets/tooltip.js +0 -73
- package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
- package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
- package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
- package/dist/collection/utils/helpers.js +0 -38
- package/dist/esm/kup-manager-9316a184.js +0 -8778
- package/dist/ketchup/p-12773ca8.js +0 -9
- package/dist/ketchup/p-44f8da2a.js +0 -1
- package/dist/ketchup/p-4f56932b.js +0 -1
- package/dist/ketchup/p-7ba8fa4a.entry.js +0 -39
- package/dist/ketchup/p-7de0d7e1.js +0 -1
- package/dist/ketchup/p-96bf19aa.entry.js +0 -1
- package/dist/ketchup/p-b0ddcce9.entry.js +0 -9
- package/dist/ketchup/p-b6c21223.entry.js +0 -27
- package/dist/ketchup/p-c58a2a81.entry.js +0 -1
- package/dist/ketchup/p-ca3d585b.entry.js +0 -1
- package/dist/ketchup/p-ecb7069b.js +0 -135
- package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
- package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
- package/dist/types/utils/helpers.d.ts +0 -4
|
@@ -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
|
*/
|
|
@@ -183,12 +167,10 @@ export declare class KupTree {
|
|
|
183
167
|
*/
|
|
184
168
|
private columnMenuCard;
|
|
185
169
|
private treeWrapperRef;
|
|
186
|
-
private selectedColumn;
|
|
187
170
|
private clickTimeout;
|
|
188
171
|
private globalFilterTimeout;
|
|
189
172
|
private footer;
|
|
190
173
|
private sizedColumns;
|
|
191
|
-
private tooltip;
|
|
192
174
|
columnFilterTimeout: number;
|
|
193
175
|
private columnMenuInstance;
|
|
194
176
|
private filtersColumnMenuInstance;
|
|
@@ -309,10 +291,10 @@ export declare class KupTree {
|
|
|
309
291
|
getHeadingColumns(): Array<KupDataColumn>;
|
|
310
292
|
launchNodeEvent(treeNodePath: TreeNodePath, treeNode: KupTreeNode): void;
|
|
311
293
|
private openTotalMenu;
|
|
312
|
-
private closeMenuAndTooltip;
|
|
313
294
|
private onTotalMenuOpen;
|
|
314
295
|
private getEventDetails;
|
|
315
296
|
private contextMenuHandler;
|
|
297
|
+
private getEventPath;
|
|
316
298
|
hdlTreeNodeClick(e: MouseEvent, treeNodeData: KupTreeNode, treeNodePath: string, auto: boolean): void;
|
|
317
299
|
hdlTreeNodeExpanderClick(treeNodeData: KupTreeNode, treeNodePath: string, ctrlKey: boolean): void;
|
|
318
300
|
private hasTotals;
|
|
@@ -333,13 +315,7 @@ export declare class KupTree {
|
|
|
333
315
|
private calculateVisibleNodes;
|
|
334
316
|
private refreshStructureState;
|
|
335
317
|
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
318
|
private getCellStyle;
|
|
342
|
-
renderTooltip(): any;
|
|
343
319
|
/**
|
|
344
320
|
* Renders the header of the tree when it must be displayed as a table.
|
|
345
321
|
* @returns An array of table header cells.
|
|
@@ -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";
|
|
@@ -32,9 +32,11 @@ 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";
|
|
40
42
|
import { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/kup-numeric-picker-declarations";
|
|
@@ -42,10 +44,9 @@ import { KupQlikGrid, QlikServer } from "./components/kup-qlik/kup-qlik-declarat
|
|
|
42
44
|
import { KupRadioChangeEventPayload, KupRadioData } from "./components/kup-radio/kup-radio-declarations";
|
|
43
45
|
import { KupRatingClickEventPayload } from "./components/kup-rating/kup-rating-declarations";
|
|
44
46
|
import { KupSwitchEventPayload } from "./components/kup-switch/kup-switch-declarations";
|
|
45
|
-
import {
|
|
47
|
+
import { KupTabBarEventPayload, KupTabBarNode } from "./components/kup-tab-bar/kup-tab-bar-declarations";
|
|
46
48
|
import { KupTextFieldEventPayload } from "./components/kup-text-field/kup-text-field-declarations";
|
|
47
49
|
import { KupTimePickerEventPayload } from "./components/kup-time-picker/kup-time-picker-declarations";
|
|
48
|
-
import { KupTooltipActionCommandClickEventPayload, KupTooltipDefaultEventPayload, KupTooltipLoadEventPayload, KupTooltipTreeDynamicMassExpansionEventPayload, KupTooltipTreeNodeButtonClickEventPayload, KupTooltipTreeNodeDblClickEventPayload, KupTooltipTreeNodeExpandEventPayload, KupTooltipTreeNodeSelectedEventPayload, TooltipCellOptions, TooltipData, TooltipDetailData, TooltipRelatedObject } from "./components/kup-tooltip/kup-tooltip-declarations";
|
|
49
50
|
import { KupTreeColumnMenuEventPayload, KupTreeColumnRemoveEventPayload, KupTreeContextMenuEventPayload, KupTreeDynamicMassExpansionEventPayload, KupTreeExpansionMode, KupTreeNode, KupTreeNodeButtonClickEventPayload, KupTreeNodeCollapseEventPayload, KupTreeNodeExpandEventPayload, KupTreeNodeSelectedEventPayload, TreeNodePath } from "./components/kup-tree/kup-tree-declarations";
|
|
50
51
|
export namespace Components {
|
|
51
52
|
interface KupAccordion {
|
|
@@ -342,11 +343,6 @@ export namespace Components {
|
|
|
342
343
|
* @default true
|
|
343
344
|
*/
|
|
344
345
|
"showSelection": boolean;
|
|
345
|
-
/**
|
|
346
|
-
* If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
|
|
347
|
-
* @default true
|
|
348
|
-
*/
|
|
349
|
-
"showTooltipOnRightClick": boolean;
|
|
350
346
|
/**
|
|
351
347
|
* If sorting is enabled, specifies which column to sort
|
|
352
348
|
* @default undefined
|
|
@@ -364,21 +360,6 @@ export namespace Components {
|
|
|
364
360
|
* @default false
|
|
365
361
|
*/
|
|
366
362
|
"swipeDisabled": boolean;
|
|
367
|
-
/**
|
|
368
|
-
* Defines the timeout for tooltip detail
|
|
369
|
-
* @default undefined
|
|
370
|
-
*/
|
|
371
|
-
"tooltipDetailTimeout": number;
|
|
372
|
-
/**
|
|
373
|
-
* Enable show tooltip
|
|
374
|
-
* @default true
|
|
375
|
-
*/
|
|
376
|
-
"tooltipEnabled": boolean;
|
|
377
|
-
/**
|
|
378
|
-
* Defines the timeout for tooltip load
|
|
379
|
-
* @default undefined
|
|
380
|
-
*/
|
|
381
|
-
"tooltipLoadTimeout": number;
|
|
382
363
|
}
|
|
383
364
|
interface KupButton {
|
|
384
365
|
/**
|
|
@@ -1259,10 +1240,6 @@ export namespace Components {
|
|
|
1259
1240
|
* If set to true, displays the button to load more records.
|
|
1260
1241
|
*/
|
|
1261
1242
|
"showLoadMore": boolean;
|
|
1262
|
-
/**
|
|
1263
|
-
* If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
|
|
1264
|
-
*/
|
|
1265
|
-
"showTooltipOnRightClick": boolean;
|
|
1266
1243
|
/**
|
|
1267
1244
|
* Defines the current sorting options.
|
|
1268
1245
|
*/
|
|
@@ -1285,18 +1262,6 @@ export namespace Components {
|
|
|
1285
1262
|
* Sets the width of the table.
|
|
1286
1263
|
*/
|
|
1287
1264
|
"tableWidth": string;
|
|
1288
|
-
/**
|
|
1289
|
-
* Defines the timeout for tooltip detail
|
|
1290
|
-
*/
|
|
1291
|
-
"tooltipDetailTimeout": number;
|
|
1292
|
-
/**
|
|
1293
|
-
* Enable show tooltip
|
|
1294
|
-
*/
|
|
1295
|
-
"tooltipEnabled": boolean;
|
|
1296
|
-
/**
|
|
1297
|
-
* Defines the timeout for tooltip load
|
|
1298
|
-
*/
|
|
1299
|
-
"tooltipLoadTimeout": number;
|
|
1300
1265
|
/**
|
|
1301
1266
|
* Defines the current totals options
|
|
1302
1267
|
*/
|
|
@@ -1630,6 +1595,34 @@ export namespace Components {
|
|
|
1630
1595
|
*/
|
|
1631
1596
|
"type": string;
|
|
1632
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
|
+
}
|
|
1633
1626
|
interface KupGauge {
|
|
1634
1627
|
/**
|
|
1635
1628
|
* Sets how much the arc of the gauge should be thick.
|
|
@@ -1854,6 +1847,39 @@ export namespace Components {
|
|
|
1854
1847
|
*/
|
|
1855
1848
|
"sizeY": string;
|
|
1856
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
|
+
}
|
|
1857
1883
|
interface KupLazy {
|
|
1858
1884
|
/**
|
|
1859
1885
|
* Sets the tag name of the component to be lazy loaded.
|
|
@@ -2528,7 +2554,7 @@ export namespace Components {
|
|
|
2528
2554
|
* List of elements.
|
|
2529
2555
|
* @default null
|
|
2530
2556
|
*/
|
|
2531
|
-
"data":
|
|
2557
|
+
"data": KupTabBarNode[];
|
|
2532
2558
|
/**
|
|
2533
2559
|
* Used to retrieve component's props values.
|
|
2534
2560
|
* @param descriptions - When provided and true, the result will be the list of props with their description.
|
|
@@ -2755,63 +2781,6 @@ export namespace Components {
|
|
|
2755
2781
|
*/
|
|
2756
2782
|
"timeMinutesStep": number;
|
|
2757
2783
|
}
|
|
2758
|
-
interface KupTooltip {
|
|
2759
|
-
/**
|
|
2760
|
-
* Data for cell options
|
|
2761
|
-
*/
|
|
2762
|
-
"cellOptions": TooltipCellOptions;
|
|
2763
|
-
/**
|
|
2764
|
-
* Custom style of the component.
|
|
2765
|
-
* @default ""
|
|
2766
|
-
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
2767
|
-
*/
|
|
2768
|
-
"customStyle": string;
|
|
2769
|
-
/**
|
|
2770
|
-
* Data for top section
|
|
2771
|
-
*/
|
|
2772
|
-
"data": TooltipData;
|
|
2773
|
-
/**
|
|
2774
|
-
* Data for the detail
|
|
2775
|
-
*/
|
|
2776
|
-
"detailData": TooltipDetailData;
|
|
2777
|
-
/**
|
|
2778
|
-
* Timeout for loadDetail
|
|
2779
|
-
*/
|
|
2780
|
-
"detailTimeout": number;
|
|
2781
|
-
/**
|
|
2782
|
-
* Used to retrieve component's props values.
|
|
2783
|
-
* @param descriptions - When provided and true, the result will be the list of props with their description.
|
|
2784
|
-
* @returns List of props as object, each key will be a prop.
|
|
2785
|
-
*/
|
|
2786
|
-
"getProps": (descriptions?: boolean) => Promise<GenericObject>;
|
|
2787
|
-
/**
|
|
2788
|
-
* Layout used to display the items
|
|
2789
|
-
*/
|
|
2790
|
-
"layout": string;
|
|
2791
|
-
/**
|
|
2792
|
-
* Timeout for tooltip
|
|
2793
|
-
*/
|
|
2794
|
-
"loadTimeout": number;
|
|
2795
|
-
/**
|
|
2796
|
-
* Owner of this tooltip
|
|
2797
|
-
*/
|
|
2798
|
-
"owner": string;
|
|
2799
|
-
/**
|
|
2800
|
-
* This method is used to trigger a new render of the component.
|
|
2801
|
-
*/
|
|
2802
|
-
"refresh": () => Promise<void>;
|
|
2803
|
-
/**
|
|
2804
|
-
* Container element for tooltip
|
|
2805
|
-
*/
|
|
2806
|
-
"relatedObject": TooltipRelatedObject;
|
|
2807
|
-
/**
|
|
2808
|
-
* Sets the props to the component.
|
|
2809
|
-
* @param props - Object containing props that will be set to the component.
|
|
2810
|
-
*/
|
|
2811
|
-
"setProps": (props: GenericObject) => Promise<void>;
|
|
2812
|
-
"setTooltipInfo": (relatedObject: TooltipRelatedObject) => Promise<void>;
|
|
2813
|
-
"unsetTooltipInfo": () => Promise<void>;
|
|
2814
|
-
}
|
|
2815
2784
|
interface KupTree {
|
|
2816
2785
|
/**
|
|
2817
2786
|
* When enabled, the first level of depth will give an accordion look to nodes.
|
|
@@ -2970,24 +2939,8 @@ export namespace Components {
|
|
|
2970
2939
|
* Shows the icons of the nodes.
|
|
2971
2940
|
*/
|
|
2972
2941
|
"showIcons": boolean;
|
|
2973
|
-
/**
|
|
2974
|
-
* If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
|
|
2975
|
-
*/
|
|
2976
|
-
"showTooltipOnRightClick": boolean;
|
|
2977
2942
|
"stateId": string;
|
|
2978
2943
|
"store": KupStore;
|
|
2979
|
-
/**
|
|
2980
|
-
* Defines the timeout for tooltip detail
|
|
2981
|
-
*/
|
|
2982
|
-
"tooltipDetailTimeout": number;
|
|
2983
|
-
/**
|
|
2984
|
-
* Enable show tooltip
|
|
2985
|
-
*/
|
|
2986
|
-
"tooltipEnabled": boolean;
|
|
2987
|
-
/**
|
|
2988
|
-
* Defines the timeout for tooltip load
|
|
2989
|
-
*/
|
|
2990
|
-
"tooltipLoadTimeout": number;
|
|
2991
2944
|
/**
|
|
2992
2945
|
* Defines the current totals options.
|
|
2993
2946
|
*/
|
|
@@ -3132,6 +3085,12 @@ declare global {
|
|
|
3132
3085
|
prototype: HTMLKupFieldElement;
|
|
3133
3086
|
new (): HTMLKupFieldElement;
|
|
3134
3087
|
};
|
|
3088
|
+
interface HTMLKupFormEditorElement extends Components.KupFormEditor, HTMLStencilElement {
|
|
3089
|
+
}
|
|
3090
|
+
var HTMLKupFormEditorElement: {
|
|
3091
|
+
prototype: HTMLKupFormEditorElement;
|
|
3092
|
+
new (): HTMLKupFormEditorElement;
|
|
3093
|
+
};
|
|
3135
3094
|
interface HTMLKupGaugeElement extends Components.KupGauge, HTMLStencilElement {
|
|
3136
3095
|
}
|
|
3137
3096
|
var HTMLKupGaugeElement: {
|
|
@@ -3156,6 +3115,12 @@ declare global {
|
|
|
3156
3115
|
prototype: HTMLKupImageElement;
|
|
3157
3116
|
new (): HTMLKupImageElement;
|
|
3158
3117
|
};
|
|
3118
|
+
interface HTMLKupImageListElement extends Components.KupImageList, HTMLStencilElement {
|
|
3119
|
+
}
|
|
3120
|
+
var HTMLKupImageListElement: {
|
|
3121
|
+
prototype: HTMLKupImageListElement;
|
|
3122
|
+
new (): HTMLKupImageListElement;
|
|
3123
|
+
};
|
|
3159
3124
|
interface HTMLKupLazyElement extends Components.KupLazy, HTMLStencilElement {
|
|
3160
3125
|
}
|
|
3161
3126
|
var HTMLKupLazyElement: {
|
|
@@ -3258,12 +3223,6 @@ declare global {
|
|
|
3258
3223
|
prototype: HTMLKupTimePickerElement;
|
|
3259
3224
|
new (): HTMLKupTimePickerElement;
|
|
3260
3225
|
};
|
|
3261
|
-
interface HTMLKupTooltipElement extends Components.KupTooltip, HTMLStencilElement {
|
|
3262
|
-
}
|
|
3263
|
-
var HTMLKupTooltipElement: {
|
|
3264
|
-
prototype: HTMLKupTooltipElement;
|
|
3265
|
-
new (): HTMLKupTooltipElement;
|
|
3266
|
-
};
|
|
3267
3226
|
interface HTMLKupTreeElement extends Components.KupTree, HTMLStencilElement {
|
|
3268
3227
|
}
|
|
3269
3228
|
var HTMLKupTreeElement: {
|
|
@@ -3293,10 +3252,12 @@ declare global {
|
|
|
3293
3252
|
"kup-dropdown-button": HTMLKupDropdownButtonElement;
|
|
3294
3253
|
"kup-echart": HTMLKupEchartElement;
|
|
3295
3254
|
"kup-field": HTMLKupFieldElement;
|
|
3255
|
+
"kup-form-editor": HTMLKupFormEditorElement;
|
|
3296
3256
|
"kup-gauge": HTMLKupGaugeElement;
|
|
3297
3257
|
"kup-grid": HTMLKupGridElement;
|
|
3298
3258
|
"kup-iframe": HTMLKupIframeElement;
|
|
3299
3259
|
"kup-image": HTMLKupImageElement;
|
|
3260
|
+
"kup-image-list": HTMLKupImageListElement;
|
|
3300
3261
|
"kup-lazy": HTMLKupLazyElement;
|
|
3301
3262
|
"kup-list": HTMLKupListElement;
|
|
3302
3263
|
"kup-magic-box": HTMLKupMagicBoxElement;
|
|
@@ -3314,7 +3275,6 @@ declare global {
|
|
|
3314
3275
|
"kup-tab-bar": HTMLKupTabBarElement;
|
|
3315
3276
|
"kup-text-field": HTMLKupTextFieldElement;
|
|
3316
3277
|
"kup-time-picker": HTMLKupTimePickerElement;
|
|
3317
|
-
"kup-tooltip": HTMLKupTooltipElement;
|
|
3318
3278
|
"kup-tree": HTMLKupTreeElement;
|
|
3319
3279
|
}
|
|
3320
3280
|
}
|
|
@@ -3566,11 +3526,6 @@ declare namespace LocalJSX {
|
|
|
3566
3526
|
* @default true
|
|
3567
3527
|
*/
|
|
3568
3528
|
"showSelection"?: boolean;
|
|
3569
|
-
/**
|
|
3570
|
-
* If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
|
|
3571
|
-
* @default true
|
|
3572
|
-
*/
|
|
3573
|
-
"showTooltipOnRightClick"?: boolean;
|
|
3574
3529
|
/**
|
|
3575
3530
|
* If sorting is enabled, specifies which column to sort
|
|
3576
3531
|
* @default undefined
|
|
@@ -3588,21 +3543,6 @@ declare namespace LocalJSX {
|
|
|
3588
3543
|
* @default false
|
|
3589
3544
|
*/
|
|
3590
3545
|
"swipeDisabled"?: boolean;
|
|
3591
|
-
/**
|
|
3592
|
-
* Defines the timeout for tooltip detail
|
|
3593
|
-
* @default undefined
|
|
3594
|
-
*/
|
|
3595
|
-
"tooltipDetailTimeout"?: number;
|
|
3596
|
-
/**
|
|
3597
|
-
* Enable show tooltip
|
|
3598
|
-
* @default true
|
|
3599
|
-
*/
|
|
3600
|
-
"tooltipEnabled"?: boolean;
|
|
3601
|
-
/**
|
|
3602
|
-
* Defines the timeout for tooltip load
|
|
3603
|
-
* @default undefined
|
|
3604
|
-
*/
|
|
3605
|
-
"tooltipLoadTimeout"?: number;
|
|
3606
3546
|
}
|
|
3607
3547
|
interface KupButton {
|
|
3608
3548
|
/**
|
|
@@ -4353,10 +4293,6 @@ declare namespace LocalJSX {
|
|
|
4353
4293
|
* If set to true, displays the button to load more records.
|
|
4354
4294
|
*/
|
|
4355
4295
|
"showLoadMore"?: boolean;
|
|
4356
|
-
/**
|
|
4357
|
-
* If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
|
|
4358
|
-
*/
|
|
4359
|
-
"showTooltipOnRightClick"?: boolean;
|
|
4360
4296
|
/**
|
|
4361
4297
|
* Defines the current sorting options.
|
|
4362
4298
|
*/
|
|
@@ -4379,18 +4315,6 @@ declare namespace LocalJSX {
|
|
|
4379
4315
|
* Sets the width of the table.
|
|
4380
4316
|
*/
|
|
4381
4317
|
"tableWidth"?: string;
|
|
4382
|
-
/**
|
|
4383
|
-
* Defines the timeout for tooltip detail
|
|
4384
|
-
*/
|
|
4385
|
-
"tooltipDetailTimeout"?: number;
|
|
4386
|
-
/**
|
|
4387
|
-
* Enable show tooltip
|
|
4388
|
-
*/
|
|
4389
|
-
"tooltipEnabled"?: boolean;
|
|
4390
|
-
/**
|
|
4391
|
-
* Defines the timeout for tooltip load
|
|
4392
|
-
*/
|
|
4393
|
-
"tooltipLoadTimeout"?: number;
|
|
4394
4318
|
/**
|
|
4395
4319
|
* Defines the current totals options
|
|
4396
4320
|
*/
|
|
@@ -4660,6 +4584,20 @@ declare namespace LocalJSX {
|
|
|
4660
4584
|
*/
|
|
4661
4585
|
"type"?: string;
|
|
4662
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
|
+
}
|
|
4663
4601
|
interface KupGauge {
|
|
4664
4602
|
/**
|
|
4665
4603
|
* Sets how much the arc of the gauge should be thick.
|
|
@@ -4827,6 +4765,27 @@ declare namespace LocalJSX {
|
|
|
4827
4765
|
*/
|
|
4828
4766
|
"sizeY"?: string;
|
|
4829
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
|
+
}
|
|
4830
4789
|
interface KupLazy {
|
|
4831
4790
|
/**
|
|
4832
4791
|
* Sets the tag name of the component to be lazy loaded.
|
|
@@ -5339,7 +5298,7 @@ declare namespace LocalJSX {
|
|
|
5339
5298
|
* List of elements.
|
|
5340
5299
|
* @default null
|
|
5341
5300
|
*/
|
|
5342
|
-
"data"?:
|
|
5301
|
+
"data"?: KupTabBarNode[];
|
|
5343
5302
|
/**
|
|
5344
5303
|
* Triggered when the tab loses focus.
|
|
5345
5304
|
*/
|
|
@@ -5347,7 +5306,7 @@ declare namespace LocalJSX {
|
|
|
5347
5306
|
/**
|
|
5348
5307
|
* Triggered when the tab is clicked.
|
|
5349
5308
|
*/
|
|
5350
|
-
"onKup-tabbar-click"?: (event: CustomEvent<
|
|
5309
|
+
"onKup-tabbar-click"?: (event: CustomEvent<KupTabBarEventPayload>) => void;
|
|
5351
5310
|
/**
|
|
5352
5311
|
* Triggered when the tab is focused.
|
|
5353
5312
|
*/
|
|
@@ -5550,61 +5509,6 @@ declare namespace LocalJSX {
|
|
|
5550
5509
|
*/
|
|
5551
5510
|
"timeMinutesStep"?: number;
|
|
5552
5511
|
}
|
|
5553
|
-
interface KupTooltip {
|
|
5554
|
-
/**
|
|
5555
|
-
* Data for cell options
|
|
5556
|
-
*/
|
|
5557
|
-
"cellOptions"?: TooltipCellOptions;
|
|
5558
|
-
/**
|
|
5559
|
-
* Custom style of the component.
|
|
5560
|
-
* @default ""
|
|
5561
|
-
* @see https://ketchup.smeup.com/ketchup-showcase/#/customization
|
|
5562
|
-
*/
|
|
5563
|
-
"customStyle"?: string;
|
|
5564
|
-
/**
|
|
5565
|
-
* Data for top section
|
|
5566
|
-
*/
|
|
5567
|
-
"data"?: TooltipData;
|
|
5568
|
-
/**
|
|
5569
|
-
* Data for the detail
|
|
5570
|
-
*/
|
|
5571
|
-
"detailData"?: TooltipDetailData;
|
|
5572
|
-
/**
|
|
5573
|
-
* Timeout for loadDetail
|
|
5574
|
-
*/
|
|
5575
|
-
"detailTimeout"?: number;
|
|
5576
|
-
/**
|
|
5577
|
-
* Layout used to display the items
|
|
5578
|
-
*/
|
|
5579
|
-
"layout"?: string;
|
|
5580
|
-
/**
|
|
5581
|
-
* Timeout for tooltip
|
|
5582
|
-
*/
|
|
5583
|
-
"loadTimeout"?: number;
|
|
5584
|
-
"onKup-tooltip-actioncommandclick"?: (event: CustomEvent<KupTooltipActionCommandClickEventPayload>) => void;
|
|
5585
|
-
"onKup-tooltip-defaultactionclick"?: (event: CustomEvent<KupTooltipDefaultEventPayload>) => void;
|
|
5586
|
-
"onKup-tooltip-defaultoptionclick"?: (event: CustomEvent<KupTooltipDefaultEventPayload>) => void;
|
|
5587
|
-
"onKup-tooltip-defaultpreviewclick"?: (event: CustomEvent<KupTooltipDefaultEventPayload>) => void;
|
|
5588
|
-
"onKup-tooltip-loadcelloptions"?: (event: CustomEvent<KupTooltipLoadEventPayload>) => void;
|
|
5589
|
-
"onKup-tooltip-loaddata"?: (event: CustomEvent<KupTooltipLoadEventPayload>) => void;
|
|
5590
|
-
"onKup-tooltip-loaddetail"?: (event: CustomEvent<KupTooltipLoadEventPayload>) => void;
|
|
5591
|
-
"onKup-tooltip-treedynamicmassexpansion"?: (event: CustomEvent<KupTooltipTreeDynamicMassExpansionEventPayload>) => void;
|
|
5592
|
-
"onKup-tooltip-treenodebuttonclick"?: (event: CustomEvent<KupTooltipTreeNodeButtonClickEventPayload>) => void;
|
|
5593
|
-
"onKup-tooltip-treenodedblclick"?: (event: CustomEvent<KupTooltipTreeNodeDblClickEventPayload>) => void;
|
|
5594
|
-
"onKup-tooltip-treenodeexpand"?: (event: CustomEvent<KupTooltipTreeNodeExpandEventPayload>) => void;
|
|
5595
|
-
/**
|
|
5596
|
-
* Fired when a node of the tree has been selected
|
|
5597
|
-
*/
|
|
5598
|
-
"onKup-tooltip-treenodeselected"?: (event: CustomEvent<KupTooltipTreeNodeSelectedEventPayload>) => void;
|
|
5599
|
-
/**
|
|
5600
|
-
* Owner of this tooltip
|
|
5601
|
-
*/
|
|
5602
|
-
"owner"?: string;
|
|
5603
|
-
/**
|
|
5604
|
-
* Container element for tooltip
|
|
5605
|
-
*/
|
|
5606
|
-
"relatedObject"?: TooltipRelatedObject;
|
|
5607
|
-
}
|
|
5608
5512
|
interface KupTree {
|
|
5609
5513
|
/**
|
|
5610
5514
|
* When enabled, the first level of depth will give an accordion look to nodes.
|
|
@@ -5759,24 +5663,8 @@ declare namespace LocalJSX {
|
|
|
5759
5663
|
* Shows the icons of the nodes.
|
|
5760
5664
|
*/
|
|
5761
5665
|
"showIcons"?: boolean;
|
|
5762
|
-
/**
|
|
5763
|
-
* If set to true, displays tooltip on right click; if set to false, displays tooltip on mouseOver.
|
|
5764
|
-
*/
|
|
5765
|
-
"showTooltipOnRightClick"?: boolean;
|
|
5766
5666
|
"stateId"?: string;
|
|
5767
5667
|
"store"?: KupStore;
|
|
5768
|
-
/**
|
|
5769
|
-
* Defines the timeout for tooltip detail
|
|
5770
|
-
*/
|
|
5771
|
-
"tooltipDetailTimeout"?: number;
|
|
5772
|
-
/**
|
|
5773
|
-
* Enable show tooltip
|
|
5774
|
-
*/
|
|
5775
|
-
"tooltipEnabled"?: boolean;
|
|
5776
|
-
/**
|
|
5777
|
-
* Defines the timeout for tooltip load
|
|
5778
|
-
*/
|
|
5779
|
-
"tooltipLoadTimeout"?: number;
|
|
5780
5668
|
/**
|
|
5781
5669
|
* Defines the current totals options.
|
|
5782
5670
|
*/
|
|
@@ -5810,10 +5698,12 @@ declare namespace LocalJSX {
|
|
|
5810
5698
|
"kup-dropdown-button": KupDropdownButton;
|
|
5811
5699
|
"kup-echart": KupEchart;
|
|
5812
5700
|
"kup-field": KupField;
|
|
5701
|
+
"kup-form-editor": KupFormEditor;
|
|
5813
5702
|
"kup-gauge": KupGauge;
|
|
5814
5703
|
"kup-grid": KupGrid;
|
|
5815
5704
|
"kup-iframe": KupIframe;
|
|
5816
5705
|
"kup-image": KupImage;
|
|
5706
|
+
"kup-image-list": KupImageList;
|
|
5817
5707
|
"kup-lazy": KupLazy;
|
|
5818
5708
|
"kup-list": KupList;
|
|
5819
5709
|
"kup-magic-box": KupMagicBox;
|
|
@@ -5831,7 +5721,6 @@ declare namespace LocalJSX {
|
|
|
5831
5721
|
"kup-tab-bar": KupTabBar;
|
|
5832
5722
|
"kup-text-field": KupTextField;
|
|
5833
5723
|
"kup-time-picker": KupTimePicker;
|
|
5834
|
-
"kup-tooltip": KupTooltip;
|
|
5835
5724
|
"kup-tree": KupTree;
|
|
5836
5725
|
}
|
|
5837
5726
|
}
|
|
@@ -5861,10 +5750,12 @@ declare module "@stencil/core" {
|
|
|
5861
5750
|
"kup-dropdown-button": LocalJSX.KupDropdownButton & JSXBase.HTMLAttributes<HTMLKupDropdownButtonElement>;
|
|
5862
5751
|
"kup-echart": LocalJSX.KupEchart & JSXBase.HTMLAttributes<HTMLKupEchartElement>;
|
|
5863
5752
|
"kup-field": LocalJSX.KupField & JSXBase.HTMLAttributes<HTMLKupFieldElement>;
|
|
5753
|
+
"kup-form-editor": LocalJSX.KupFormEditor & JSXBase.HTMLAttributes<HTMLKupFormEditorElement>;
|
|
5864
5754
|
"kup-gauge": LocalJSX.KupGauge & JSXBase.HTMLAttributes<HTMLKupGaugeElement>;
|
|
5865
5755
|
"kup-grid": LocalJSX.KupGrid & JSXBase.HTMLAttributes<HTMLKupGridElement>;
|
|
5866
5756
|
"kup-iframe": LocalJSX.KupIframe & JSXBase.HTMLAttributes<HTMLKupIframeElement>;
|
|
5867
5757
|
"kup-image": LocalJSX.KupImage & JSXBase.HTMLAttributes<HTMLKupImageElement>;
|
|
5758
|
+
"kup-image-list": LocalJSX.KupImageList & JSXBase.HTMLAttributes<HTMLKupImageListElement>;
|
|
5868
5759
|
"kup-lazy": LocalJSX.KupLazy & JSXBase.HTMLAttributes<HTMLKupLazyElement>;
|
|
5869
5760
|
"kup-list": LocalJSX.KupList & JSXBase.HTMLAttributes<HTMLKupListElement>;
|
|
5870
5761
|
"kup-magic-box": LocalJSX.KupMagicBox & JSXBase.HTMLAttributes<HTMLKupMagicBoxElement>;
|
|
@@ -5882,7 +5773,6 @@ declare module "@stencil/core" {
|
|
|
5882
5773
|
"kup-tab-bar": LocalJSX.KupTabBar & JSXBase.HTMLAttributes<HTMLKupTabBarElement>;
|
|
5883
5774
|
"kup-text-field": LocalJSX.KupTextField & JSXBase.HTMLAttributes<HTMLKupTextFieldElement>;
|
|
5884
5775
|
"kup-time-picker": LocalJSX.KupTimePicker & JSXBase.HTMLAttributes<HTMLKupTimePickerElement>;
|
|
5885
|
-
"kup-tooltip": LocalJSX.KupTooltip & JSXBase.HTMLAttributes<HTMLKupTooltipElement>;
|
|
5886
5776
|
"kup-tree": LocalJSX.KupTree & JSXBase.HTMLAttributes<HTMLKupTreeElement>;
|
|
5887
5777
|
}
|
|
5888
5778
|
}
|
|
@@ -105,6 +105,7 @@ export interface KupDataColumnOperations {
|
|
|
105
105
|
* Interface related to nodes operations.
|
|
106
106
|
*/
|
|
107
107
|
export interface KupDataNodeOperations {
|
|
108
|
+
getParent: (nodes: KupDataNode[], child: KupDataNode) => KupDataNode;
|
|
108
109
|
remove: (nodes: KupDataNode[], node2remove: KupDataNode) => KupDataNode;
|
|
109
110
|
setProperties: (nodes: KupDataNode[], properties: Partial<KupDataNode>, recursively?: boolean, exclude?: KupDataNode[]) => KupDataNode[];
|
|
110
111
|
toStream: (nodes: KupDataNode[]) => KupDataNode[];
|
|
@@ -21,3 +21,10 @@ export declare function setPropertiesNode(nodes: KupDataNode[], properties: Part
|
|
|
21
21
|
* @returns {KupDataNode[]} Streamlined array of every node and their children.
|
|
22
22
|
*/
|
|
23
23
|
export declare function toStreamNode(nodes: KupDataNode[]): KupDataNode[];
|
|
24
|
+
/**
|
|
25
|
+
* Returns the parent of the given node.
|
|
26
|
+
* @param {KupDataNode[]} nodes - Input array of nodes.
|
|
27
|
+
* @param {KupDataNode} child - Child node.
|
|
28
|
+
* @returns {KupDataNode} Parent node.
|
|
29
|
+
*/
|
|
30
|
+
export declare function getParentNode(nodes: KupDataNode[], child: KupDataNode): KupDataNode;
|
|
@@ -15,6 +15,7 @@ export declare class KupData {
|
|
|
15
15
|
new(dataset: KupDataDataset, type: KupDataNewColumnTypes, options: KupDataNewColumnOptions): string | KupDataColumn;
|
|
16
16
|
};
|
|
17
17
|
node: {
|
|
18
|
+
getParent(nodes: KupDataNode[], child: KupDataNode): KupDataNode;
|
|
18
19
|
remove(nodes: KupDataNode[], node2remove: KupDataNode): KupDataNode;
|
|
19
20
|
setProperties(nodes: KupDataNode[], properties: Partial<KupDataNode>, recursively?: boolean, exclude?: KupDataNode[]): KupDataNode[];
|
|
20
21
|
toStream(nodes: KupDataNode[]): KupDataNode[];
|
|
@@ -103,6 +103,7 @@ export declare enum KupLanguageFontsize {
|
|
|
103
103
|
export declare enum KupLanguageGeneric {
|
|
104
104
|
ADD_NEW = "genericAddNew",
|
|
105
105
|
APPLY = "genericApply",
|
|
106
|
+
BACK = "genericBack",
|
|
106
107
|
COLLAPSE = "genericCollapse",
|
|
107
108
|
DAY = "genericDay",
|
|
108
109
|
DRAG_AND_DROP = "genericDragAndDrop",
|
|
@@ -137,6 +138,7 @@ export declare enum KupLanguageGeneric {
|
|
|
137
138
|
SWAP = "genericSwap",
|
|
138
139
|
TOGGLE = "genericToggle",
|
|
139
140
|
TODAY = "genericToday",
|
|
141
|
+
TOP = "genericTop",
|
|
140
142
|
TOTALS_TABLE = "genericTotalsTable",
|
|
141
143
|
TRANSPOSE_DATA = "genericTransposeData",
|
|
142
144
|
VIEW_AS = "genericViewAs",
|