@sme.up/ketchup 6.7.0 → 6.8.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/dist/cjs/{f-button-bf76ab95.js → f-button-229c63fd.js} +1 -1
- package/dist/cjs/{f-cell-b7a1524a.js → f-cell-dd006395.js} +5 -5
- package/dist/cjs/{f-chip-a5e100b1.js → f-chip-f2c369fd.js} +2 -2
- package/dist/cjs/{f-image-d80a2749.js → f-image-847a6ddf.js} +1 -1
- package/dist/cjs/{f-paginator-utils-c70812fe.js → f-paginator-utils-cedc4b3e.js} +2 -2
- package/dist/cjs/{f-text-field-48b8bb16.js → f-text-field-fe85187d.js} +1 -1
- package/dist/cjs/ketchup.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +6 -29
- package/dist/cjs/{kup-autocomplete_25.cjs.entry.js → kup-autocomplete_26.cjs.entry.js} +3811 -4323
- package/dist/cjs/kup-box.cjs.entry.js +29 -110
- package/dist/cjs/kup-calendar.cjs.entry.js +9 -33
- package/dist/cjs/kup-cell.cjs.entry.js +8 -27
- package/dist/cjs/kup-dash-list.cjs.entry.js +9 -8
- package/dist/cjs/kup-dash_2.cjs.entry.js +6 -34
- package/dist/cjs/kup-dashboard.cjs.entry.js +8 -30
- package/dist/cjs/kup-drawer.cjs.entry.js +3 -18
- package/dist/cjs/kup-echart.cjs.entry.js +15 -76
- package/dist/cjs/kup-family-tree.cjs.entry.js +11 -47
- package/dist/cjs/kup-iframe.cjs.entry.js +4 -16
- package/dist/cjs/kup-image-list.cjs.entry.js +14 -32
- package/dist/cjs/kup-lazy.cjs.entry.js +9 -36
- package/dist/cjs/kup-magic-box.cjs.entry.js +5 -24
- package/dist/cjs/{kup-manager-0e38bf48.js → kup-manager-c53468cd.js} +66 -1
- package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -15
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +13 -56
- package/dist/cjs/kup-photo-frame.cjs.entry.js +8 -30
- package/dist/cjs/kup-probe.cjs.entry.js +12 -32
- package/dist/cjs/kup-qlik.cjs.entry.js +5 -59
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -37
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/kup-accordion/kup-accordion.js +4 -27
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +15 -64
- package/dist/collection/components/kup-badge/kup-badge.js +3 -19
- package/dist/collection/components/kup-box/kup-box.js +22 -103
- package/dist/collection/components/kup-button/kup-button.js +3 -58
- package/dist/collection/components/kup-button-list/kup-button-list.js +3 -38
- package/dist/collection/components/kup-calendar/kup-calendar.js +5 -29
- package/dist/collection/components/kup-card/box/kup-card-box.js +5 -2
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +10 -2
- package/dist/collection/components/kup-card/built-in/kup-card-form.js +11 -0
- package/dist/collection/components/kup-card/kup-card.css +78 -12
- package/dist/collection/components/kup-card/kup-card.js +48 -47
- package/dist/collection/components/kup-cell/kup-cell.js +3 -22
- package/dist/collection/components/kup-chart/kup-chart.js +15 -49
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +3 -38
- package/dist/collection/components/kup-chip/kup-chip.js +3 -19
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +4 -35
- package/dist/collection/components/kup-combobox/kup-combobox.js +10 -42
- package/dist/collection/components/kup-dash/kup-dash.js +2 -14
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +8 -7
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +4 -26
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
- package/dist/collection/components/kup-data-table/kup-data-table.css +9 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +3546 -3385
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +7 -35
- package/dist/collection/components/kup-drawer/kup-drawer.js +2 -17
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +12 -63
- package/dist/collection/components/kup-echart/kup-echart.js +14 -75
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +8 -44
- package/dist/collection/components/kup-form/kup-form.js +4 -24
- package/dist/collection/components/kup-gauge/kup-gauge.js +15 -76
- package/dist/collection/components/kup-grid/kup-grid.js +3 -19
- package/dist/collection/components/kup-iframe/kup-iframe.js +3 -15
- package/dist/collection/components/kup-image/kup-image.js +5 -45
- package/dist/collection/components/kup-image-list/kup-image-list.js +8 -26
- package/dist/collection/components/kup-lazy/kup-lazy.js +8 -35
- package/dist/collection/components/kup-list/kup-list.js +5 -68
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -22
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +2 -14
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +11 -54
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +7 -29
- package/dist/collection/components/kup-probe/kup-probe.js +11 -31
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +3 -35
- package/dist/collection/components/kup-qlik/kup-qlik.js +4 -58
- package/dist/collection/components/kup-radio/kup-radio.js +3 -34
- package/dist/collection/components/kup-rating/kup-rating.js +4 -27
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +3 -34
- package/dist/collection/components/kup-spinner/kup-spinner.js +3 -39
- package/dist/collection/components/kup-switch/kup-switch.js +3 -34
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +4 -24
- package/dist/collection/components/kup-text-field/kup-text-field.js +2 -115
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +8 -43
- package/dist/collection/components/kup-tree/kup-tree.js +39 -129
- package/dist/collection/f-components/f-cell/f-cell.js +1 -1
- package/dist/collection/managers/kup-language/kup-language-declarations.js +6 -0
- package/dist/esm/{f-button-e79f7594.js → f-button-d1aba968.js} +1 -1
- package/dist/esm/{f-cell-9400374e.js → f-cell-646406bb.js} +5 -5
- package/dist/esm/{f-chip-bf740287.js → f-chip-d94e9e81.js} +2 -2
- package/dist/esm/{f-image-ab3dc8cb.js → f-image-57c88302.js} +1 -1
- package/dist/esm/{f-paginator-utils-6909e43b.js → f-paginator-utils-2c865e9a.js} +2 -2
- package/dist/esm/{f-text-field-4841dfea.js → f-text-field-b0a1fea6.js} +1 -1
- package/dist/esm/ketchup.js +2 -2
- package/dist/esm/kup-accordion.entry.js +6 -29
- package/dist/esm/{kup-autocomplete_25.entry.js → kup-autocomplete_26.entry.js} +3811 -4324
- package/dist/esm/kup-box.entry.js +29 -110
- package/dist/esm/kup-calendar.entry.js +9 -33
- package/dist/esm/kup-cell.entry.js +8 -27
- package/dist/esm/kup-dash-list.entry.js +9 -8
- package/dist/esm/kup-dash_2.entry.js +6 -34
- package/dist/esm/kup-dashboard.entry.js +8 -30
- package/dist/esm/kup-drawer.entry.js +3 -18
- package/dist/esm/kup-echart.entry.js +15 -76
- package/dist/esm/kup-family-tree.entry.js +11 -47
- package/dist/esm/kup-iframe.entry.js +4 -16
- package/dist/esm/kup-image-list.entry.js +14 -32
- package/dist/esm/kup-lazy.entry.js +9 -36
- package/dist/esm/kup-magic-box.entry.js +5 -24
- package/dist/esm/{kup-manager-c54e6df5.js → kup-manager-c0fbb180.js} +67 -2
- package/dist/esm/kup-nav-bar.entry.js +3 -15
- package/dist/esm/kup-numeric-picker.entry.js +13 -56
- package/dist/esm/kup-photo-frame.entry.js +8 -30
- package/dist/esm/kup-probe.entry.js +12 -32
- package/dist/esm/kup-qlik.entry.js +5 -59
- package/dist/esm/kup-snackbar.entry.js +6 -37
- package/dist/esm/loader.js +2 -2
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-30a63b85.entry.js → p-1914969e.entry.js} +1 -1
- package/dist/ketchup/{p-859163c2.entry.js → p-250118e3.entry.js} +1 -1
- package/dist/ketchup/{p-2e184b57.entry.js → p-30766296.entry.js} +1 -1
- package/dist/ketchup/{p-182b869e.entry.js → p-351cecba.entry.js} +1 -1
- package/dist/ketchup/{p-758d03f4.entry.js → p-35e16ea2.entry.js} +1 -1
- package/dist/ketchup/{p-e1d0ea71.js → p-395675b8.js} +1 -1
- package/dist/ketchup/p-3cf97e3a.js +1 -0
- package/dist/ketchup/{p-7e7b6127.entry.js → p-596bdc10.entry.js} +1 -1
- package/dist/ketchup/{p-4f0d3062.js → p-61ff1761.js} +1 -1
- package/dist/ketchup/p-72d4fa26.entry.js +1 -0
- package/dist/ketchup/{p-f9d5e553.entry.js → p-738685f9.entry.js} +1 -1
- package/dist/ketchup/{p-fb4d772a.entry.js → p-7c8c5444.entry.js} +1 -1
- package/dist/ketchup/p-86154e2b.js +1 -0
- package/dist/ketchup/{p-41620707.entry.js → p-9214ef33.entry.js} +1 -1
- package/dist/ketchup/{p-1f5c7f21.entry.js → p-980ed953.entry.js} +1 -1
- package/dist/ketchup/p-991bd70d.entry.js +1 -0
- package/dist/ketchup/{p-bffaef6e.entry.js → p-a1fe329f.entry.js} +1 -1
- package/dist/ketchup/p-a740352c.js +30 -0
- package/dist/ketchup/{p-25bf0cb6.js → p-a992cf87.js} +1 -1
- package/dist/ketchup/{p-313e376b.entry.js → p-b1da1ba7.entry.js} +2 -2
- package/dist/ketchup/{p-4a0ccf18.entry.js → p-cee3635a.entry.js} +1 -1
- package/dist/ketchup/p-d05ed931.entry.js +9 -0
- package/dist/ketchup/{p-8e1fa7a8.entry.js → p-d422151a.entry.js} +2 -2
- package/dist/ketchup/p-e6f19333.entry.js +1 -0
- package/dist/ketchup/p-eb10958a.entry.js +1 -0
- package/dist/ketchup/{p-5bea2971.js → p-ecac6269.js} +1 -1
- package/dist/ketchup/p-f43b445e.entry.js +1 -0
- package/dist/ketchup/{p-6bd57787.entry.js → p-fa37e92e.entry.js} +1 -1
- package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -2
- package/dist/types/components/kup-card/built-in/kup-card-form.d.ts +3 -0
- package/dist/types/components/kup-card/kup-card-declarations.d.ts +11 -1
- package/dist/types/components/kup-card/kup-card.d.ts +5 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +9 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +41 -202
- package/dist/types/components/kup-tree/kup-tree.d.ts +0 -1
- package/dist/types/components.d.ts +55 -2
- package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +7 -1
- package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +5 -0
- package/package.json +2 -2
- package/dist/cjs/kup-form.cjs.entry.js +0 -486
- package/dist/esm/kup-form.entry.js +0 -482
- package/dist/ketchup/p-1dfd2a51.js +0 -30
- package/dist/ketchup/p-22ec1ba0.entry.js +0 -9
- package/dist/ketchup/p-260ff835.entry.js +0 -1
- package/dist/ketchup/p-53d3ae80.entry.js +0 -1
- package/dist/ketchup/p-60fa0ccf.entry.js +0 -1
- package/dist/ketchup/p-6333388c.js +0 -1
- package/dist/ketchup/p-8386e3db.entry.js +0 -1
- package/dist/ketchup/p-90860d9e.entry.js +0 -1
- package/dist/ketchup/p-b7fdc7aa.entry.js +0 -1
- package/dist/ketchup/p-c35c5e05.js +0 -1
|
@@ -25,7 +25,7 @@ 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
27
|
import { KupDashboardEventPayload, KupDataDashboard } from "./components/kup-dashboard/kup-dashboard-declarations";
|
|
28
|
-
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
|
+
import { GroupLabelDisplayMode, GroupObject, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableDeleteRowEventPayload, KupDataTableInsertMode, KupDatatableInsertRowEventPayload, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionClickEventPayload, KupDatatableRowSelectedEventPayload, LoadMoreMode, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
|
|
29
29
|
import { GenericFilter, KupGlobalFilterMode } from "./utils/filters/filters-declarations";
|
|
30
30
|
import { KupDatePickerEventPayload } from "./components/kup-date-picker/kup-date-picker-declarations";
|
|
31
31
|
import { KupDropdownButtonEventPayload } from "./components/kup-dropdown-button/kup-dropdown-button-declarations";
|
|
@@ -581,6 +581,11 @@ export namespace Components {
|
|
|
581
581
|
* @param props - Object containing props that will be set to the component.
|
|
582
582
|
*/
|
|
583
583
|
"setProps": (props: GenericObject) => Promise<void>;
|
|
584
|
+
/**
|
|
585
|
+
* Sets the card as modal window
|
|
586
|
+
* @default false
|
|
587
|
+
*/
|
|
588
|
+
"showModal": boolean;
|
|
584
589
|
/**
|
|
585
590
|
* The width of the card, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.).
|
|
586
591
|
* @default "100%"
|
|
@@ -1038,6 +1043,14 @@ export namespace Components {
|
|
|
1038
1043
|
* Closes any opened column menu.
|
|
1039
1044
|
*/
|
|
1040
1045
|
"closeColumnMenu": () => Promise<void>;
|
|
1046
|
+
/**
|
|
1047
|
+
* Closes the delete confirm card (called by backend, on success)
|
|
1048
|
+
*/
|
|
1049
|
+
"closeConfirmDeleteCard": () => Promise<void>;
|
|
1050
|
+
/**
|
|
1051
|
+
* Closes the insert new record card (called by backend, on success)
|
|
1052
|
+
*/
|
|
1053
|
+
"closeInsertCard": () => Promise<void>;
|
|
1041
1054
|
/**
|
|
1042
1055
|
* Collapses all groups.
|
|
1043
1056
|
*/
|
|
@@ -1122,6 +1135,10 @@ export namespace Components {
|
|
|
1122
1135
|
* Forces cells with long text and a fixed column size to have an ellipsis set on their text. The reflect attribute is mandatory to allow styling.
|
|
1123
1136
|
*/
|
|
1124
1137
|
"forceOneLine": boolean;
|
|
1138
|
+
/**
|
|
1139
|
+
* Returns cards and sub components
|
|
1140
|
+
*/
|
|
1141
|
+
"getCards": () => Promise<any>;
|
|
1125
1142
|
"getInternalState": () => Promise<{ groups: GroupObject[]; filters: GenericFilter; data: KupDataTableDataset; }>;
|
|
1126
1143
|
/**
|
|
1127
1144
|
* Used to retrieve component's props values.
|
|
@@ -1158,6 +1175,16 @@ export namespace Components {
|
|
|
1158
1175
|
* @param column - Column to hide.
|
|
1159
1176
|
*/
|
|
1160
1177
|
"hideColumn": (column: KupDataColumn) => Promise<void>;
|
|
1178
|
+
/**
|
|
1179
|
+
* Enables insert mode.
|
|
1180
|
+
* @default '''
|
|
1181
|
+
*/
|
|
1182
|
+
"insertMode": KupDataTableInsertMode;
|
|
1183
|
+
/**
|
|
1184
|
+
* Adds a new row to the list data
|
|
1185
|
+
* @param row new row
|
|
1186
|
+
*/
|
|
1187
|
+
"insertNewRow": (row: KupDataTableRow) => Promise<void>;
|
|
1161
1188
|
/**
|
|
1162
1189
|
* When set to true, clicked-on rows will have a visual feedback.
|
|
1163
1190
|
* @default false
|
|
@@ -1210,7 +1237,7 @@ export namespace Components {
|
|
|
1210
1237
|
/**
|
|
1211
1238
|
* This method is used to trigger a new render of the component.
|
|
1212
1239
|
*/
|
|
1213
|
-
"refresh": () => Promise<void>;
|
|
1240
|
+
"refresh": (recalcRows?: boolean) => Promise<void>;
|
|
1214
1241
|
/**
|
|
1215
1242
|
* Sets the possibility to remove the selected column.
|
|
1216
1243
|
*/
|
|
@@ -1267,6 +1294,10 @@ export namespace Components {
|
|
|
1267
1294
|
* If set to true, displays the button to open the customization panel.
|
|
1268
1295
|
*/
|
|
1269
1296
|
"showCustomization": boolean;
|
|
1297
|
+
/**
|
|
1298
|
+
* Enables the delete row button.
|
|
1299
|
+
*/
|
|
1300
|
+
"showDeleteButton": boolean;
|
|
1270
1301
|
/**
|
|
1271
1302
|
* When set to true enables the column filters.
|
|
1272
1303
|
*/
|
|
@@ -4015,6 +4046,11 @@ declare namespace LocalJSX {
|
|
|
4015
4046
|
* Triggered when the component is ready.
|
|
4016
4047
|
*/
|
|
4017
4048
|
"onKup-card-ready"?: (event: KupCardCustomEvent<KupEventPayload>) => void;
|
|
4049
|
+
/**
|
|
4050
|
+
* Sets the card as modal window
|
|
4051
|
+
* @default false
|
|
4052
|
+
*/
|
|
4053
|
+
"showModal"?: boolean;
|
|
4018
4054
|
/**
|
|
4019
4055
|
* The width of the card, defaults to 100%. Accepts any valid CSS format (px, %, vw, etc.).
|
|
4020
4056
|
* @default "100%"
|
|
@@ -4457,6 +4493,11 @@ declare namespace LocalJSX {
|
|
|
4457
4493
|
* When set to true the header will stick on top of the table when scrolling.
|
|
4458
4494
|
*/
|
|
4459
4495
|
"headerIsPersistent"?: boolean;
|
|
4496
|
+
/**
|
|
4497
|
+
* Enables insert mode.
|
|
4498
|
+
* @default '''
|
|
4499
|
+
*/
|
|
4500
|
+
"insertMode"?: KupDataTableInsertMode;
|
|
4460
4501
|
/**
|
|
4461
4502
|
* When set to true, clicked-on rows will have a visual feedback.
|
|
4462
4503
|
* @default false
|
|
@@ -4510,6 +4551,10 @@ declare namespace LocalJSX {
|
|
|
4510
4551
|
* Generic double click event on data table.
|
|
4511
4552
|
*/
|
|
4512
4553
|
"onKup-datatable-dblclick"?: (event: KupDataTableCustomEvent<KupDatatableClickEventPayload>) => void;
|
|
4554
|
+
/**
|
|
4555
|
+
* Event fired when the delete row button is pressed.
|
|
4556
|
+
*/
|
|
4557
|
+
"onKup-datatable-delete-row"?: (event: KupDataTableCustomEvent<KupDatatableDeleteRowEventPayload>) => void;
|
|
4513
4558
|
/**
|
|
4514
4559
|
* When component load is complete
|
|
4515
4560
|
*/
|
|
@@ -4518,6 +4563,10 @@ declare namespace LocalJSX {
|
|
|
4518
4563
|
* When component unload is complete
|
|
4519
4564
|
*/
|
|
4520
4565
|
"onKup-datatable-didunload"?: (event: KupDataTableCustomEvent<KupEventPayload>) => void;
|
|
4566
|
+
/**
|
|
4567
|
+
* Event fired when the insert row confirm button is pressed.
|
|
4568
|
+
*/
|
|
4569
|
+
"onKup-datatable-insert-row"?: (event: KupDataTableCustomEvent<KupDatatableInsertRowEventPayload>) => void;
|
|
4521
4570
|
"onKup-datatable-loadmoreclick"?: (event: KupDataTableCustomEvent<KupDatatableLoadMoreClickEventPayload>) => void;
|
|
4522
4571
|
/**
|
|
4523
4572
|
* When rows selections reset
|
|
@@ -4567,6 +4616,10 @@ declare namespace LocalJSX {
|
|
|
4567
4616
|
* If set to true, displays the button to open the customization panel.
|
|
4568
4617
|
*/
|
|
4569
4618
|
"showCustomization"?: boolean;
|
|
4619
|
+
/**
|
|
4620
|
+
* Enables the delete row button.
|
|
4621
|
+
*/
|
|
4622
|
+
"showDeleteButton"?: boolean;
|
|
4570
4623
|
/**
|
|
4571
4624
|
* When set to true enables the column filters.
|
|
4572
4625
|
*/
|
|
@@ -111,10 +111,14 @@ export declare enum KupLanguageFontsize {
|
|
|
111
111
|
* Generic user interface action/messages.
|
|
112
112
|
*/
|
|
113
113
|
export declare enum KupLanguageGeneric {
|
|
114
|
+
ABORT = "genericAbort",
|
|
114
115
|
ADD_NEW = "genericAddNew",
|
|
115
116
|
APPLY = "genericApply",
|
|
116
117
|
BACK = "genericBack",
|
|
117
118
|
COLLAPSE = "genericCollapse",
|
|
119
|
+
CONFIRM = "genericConfirm",
|
|
120
|
+
CONFIRM_DELETE = "genericConfirmDelete",
|
|
121
|
+
CONFIRM_DELETE_X_ROWS = "genericConfirmDeleteXRows",
|
|
118
122
|
DAY = "genericDay",
|
|
119
123
|
DRAG_AND_DROP = "genericDragAndDrop",
|
|
120
124
|
DROP_YOUR_DATA = "genericDropYourData",
|
|
@@ -135,6 +139,7 @@ export declare enum KupLanguageGeneric {
|
|
|
135
139
|
MONTH = "genericMonth",
|
|
136
140
|
MOVE = "genericMove",
|
|
137
141
|
NEXT = "genericNext",
|
|
142
|
+
NO = "genericNo",
|
|
138
143
|
OPEN_NAVIGATION_MENU = "genericOpenNavigationMenu",
|
|
139
144
|
OPEN_IN_NEW_TAB = "genericOpenInNewTab",
|
|
140
145
|
OPEN_IN_NEW_WINDOW = "genericOpenInNewWindow",
|
|
@@ -152,7 +157,8 @@ export declare enum KupLanguageGeneric {
|
|
|
152
157
|
TOTALS_TABLE = "genericTotalsTable",
|
|
153
158
|
TRANSPOSE_DATA = "genericTransposeData",
|
|
154
159
|
VIEW_AS = "genericViewAs",
|
|
155
|
-
WEEK = "genericWeek"
|
|
160
|
+
WEEK = "genericWeek",
|
|
161
|
+
YES = "genericYes"
|
|
156
162
|
}
|
|
157
163
|
/**
|
|
158
164
|
* Grid decodes (data table customization settings).
|
|
@@ -92,6 +92,7 @@ export interface KupThemeCSSVariables {
|
|
|
92
92
|
'--kup-font-family-monospace': string;
|
|
93
93
|
'--kup-obj-cursor': string;
|
|
94
94
|
[KupThemeColorValues.TEXT_ON_SECONDARY]: string;
|
|
95
|
+
'--kup-card-zindex': number;
|
|
95
96
|
'--kup-drawer-zindex': number;
|
|
96
97
|
'--kup-navbar-zindex': number;
|
|
97
98
|
}
|
|
@@ -223,6 +223,7 @@ export declare const setMode: (handler: ResolutionHandler) => void;
|
|
|
223
223
|
/**
|
|
224
224
|
* `getMode()` is used for libraries which provide multiple "modes" for styles.
|
|
225
225
|
* @param ref a reference to the node to get styles for
|
|
226
|
+
* @returns the current mode or undefined, if not found
|
|
226
227
|
*/
|
|
227
228
|
export declare function getMode<T = string | undefined>(ref: any): T;
|
|
228
229
|
export declare function setPlatformHelpers(helpers: {
|
|
@@ -237,6 +238,7 @@ export declare function setPlatformHelpers(helpers: {
|
|
|
237
238
|
* if the path needs to be customized.
|
|
238
239
|
* @param path the path to use in calculating the asset path. this value will be
|
|
239
240
|
* used in conjunction with the base asset path
|
|
241
|
+
* @returns the base path
|
|
240
242
|
*/
|
|
241
243
|
export declare function getAssetPath(path: string): string;
|
|
242
244
|
/**
|
|
@@ -252,11 +254,13 @@ export declare function getAssetPath(path: string): string;
|
|
|
252
254
|
* bundling, and where your assets can be loaded from. Additionally custom bundling
|
|
253
255
|
* will have to ensure the static assets are copied to its build directory.
|
|
254
256
|
* @param path the asset path to set
|
|
257
|
+
* @returns the set path
|
|
255
258
|
*/
|
|
256
259
|
export declare function setAssetPath(path: string): string;
|
|
257
260
|
/**
|
|
258
261
|
* Retrieve a Stencil element for a given reference
|
|
259
262
|
* @param ref the ref to get the Stencil element for
|
|
263
|
+
* @returns a reference to the element
|
|
260
264
|
*/
|
|
261
265
|
export declare function getElement(ref: any): HTMLStencilElement;
|
|
262
266
|
/**
|
|
@@ -269,6 +273,7 @@ export declare function getElement(ref: any): HTMLStencilElement;
|
|
|
269
273
|
export declare function forceUpdate(ref: any): void;
|
|
270
274
|
/**
|
|
271
275
|
* getRenderingRef
|
|
276
|
+
* @returns the rendering ref
|
|
272
277
|
*/
|
|
273
278
|
export declare function getRenderingRef(): any;
|
|
274
279
|
export interface HTMLStencilElement extends HTMLElement {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sme.up/ketchup",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"smeup",
|
|
6
6
|
"KetchUP",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"vanilla-picker": "^2.12.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@stencil/core": "^2.
|
|
59
|
+
"@stencil/core": "^2.20.0",
|
|
60
60
|
"@stencil/sass": "^1.4.1",
|
|
61
61
|
"@stencil/react-output-target": "0.3.1",
|
|
62
62
|
"@types/d3-shape": "^3.0.2",
|