@sme.up/ketchup 11.0.0-SNAPSHOT-20250918105112 → 11.0.0-SNAPSHOT-20250925122609
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/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +15 -11
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +46 -11
- package/dist/components/kup-accordion.js +1 -1
- package/dist/components/kup-activity-timeline.js +1 -1
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +1 -1
- package/dist/components/kup-card-list.js +2 -2
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +1 -1
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-dashboard.js +1 -1
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +1 -1
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +2 -2
- package/dist/components/kup-file-upload.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-htm.js +1 -1
- package/dist/components/kup-iframe.js +1 -1
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +2 -2
- package/dist/components/kup-lazy.js +1 -1
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +3 -3
- package/dist/components/kup-nav-bar.js +1 -1
- package/dist/components/kup-numeric-picker.js +1 -1
- package/dist/components/kup-object-field.js +1 -1
- package/dist/components/kup-pdf.js +1 -1
- package/dist/components/kup-planner.js +1 -1
- package/dist/components/kup-probe.js +1 -1
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +1 -1
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +1 -1
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-toolbar.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-txt.js +1 -1
- package/dist/components/kup-typography-list.js +1 -1
- package/dist/components/kup-typography.js +1 -1
- package/dist/components/{p-78812491.js → p-44c88a6e.js} +1 -1
- package/dist/components/{p-aa57deef.js → p-4710814f.js} +1 -1
- package/dist/components/{p-0d996df2.js → p-aea1fc81.js} +1 -1
- package/dist/components/{p-e04a9d10.js → p-c6ca1c4f.js} +1 -1
- package/dist/components/{p-ea57c8a7.js → p-e89cbe9e.js} +16 -11
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-autocomplete_30.entry.js +15 -11
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-944a93b0.entry.js +8 -0
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +5 -1
- package/dist/types/components.d.ts +18 -2
- package/package.json +1 -1
- package/dist/ketchup/p-25ec57f1.entry.js +0 -8
|
@@ -6,7 +6,7 @@ import { KupStore } from '../kup-state/kup-store';
|
|
|
6
6
|
import { GenericFilter, ValueDisplayedValue } from '../../utils/filters/filters-declarations';
|
|
7
7
|
import { KupDropEventPayload } from '../../managers/kup-interact/kup-interact-declarations';
|
|
8
8
|
import { FCellEventPayload, FCellPadding } from '../../f-components/f-cell/f-cell-declarations';
|
|
9
|
-
import { KupCommand, KupDataColumn, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataRowAction } from '../../managers/kup-data/kup-data-declarations';
|
|
9
|
+
import { KupCommand, KupDataColumn, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataRow, KupDataRowAction } from '../../managers/kup-data/kup-data-declarations';
|
|
10
10
|
import { FObjectFieldEventPayload } from '../../f-components/f-object-field/f-object-field-declarations';
|
|
11
11
|
export declare class KupDataTable {
|
|
12
12
|
#private;
|
|
@@ -295,6 +295,10 @@ export declare class KupDataTable {
|
|
|
295
295
|
* @default false
|
|
296
296
|
*/
|
|
297
297
|
updateOnClick: boolean;
|
|
298
|
+
/**
|
|
299
|
+
* When set the new set of cellActions will be used insted of the default ones.
|
|
300
|
+
*/
|
|
301
|
+
onCellActionBuild: (row: KupDataRow, column: KupDataColumn, cellActions: KupDataRowAction[]) => KupDataRowAction[];
|
|
298
302
|
private lazyLoadCells;
|
|
299
303
|
private currentPage;
|
|
300
304
|
private currentRowsPerPage;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { KupAccordionEventPayload, KupAccordionNode } from "./components/kup-accordion/kup-accordion-declarations";
|
|
9
9
|
import { GenericObject, KupComponentSizing, KupEventPayload } from "./types/GenericTypes";
|
|
10
|
-
import { KupCommand, KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataNode, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
|
|
10
|
+
import { KupCommand, KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataNode, KupDataRow, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
|
|
11
11
|
import { GroupLabelDisplayMode, GroupObject, KupDataTableCell, KupDatatableCellCheckPayload, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableDeleteRowEventPayload, KupDatatableHistoryEventPayload, KupDataTableInsertMode, KupDatatableInsertRowEventPayload, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionItemClickEventPayload, KupDatatableRowSelectedEventPayload, KupDatatableUpdatePayload, LoadMoreMode as LoadMoreMode1, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
|
|
12
12
|
import { KupActivityTimelineClickEventPayload } from "./components/kup-activity-timeline/kup-activity-timeline-declarations";
|
|
13
13
|
import { ItemsDisplayMode, KupListEventPayload, KupListNode, KupListRole } from "./components/kup-list/kup-list-declarations";
|
|
@@ -69,7 +69,7 @@ import { KupTypographyClickEventPayload, KupTypographyIconClickEventPayload } fr
|
|
|
69
69
|
import { KupTypographyListClickEventPayload, KupTypographyListIconClickEventPayload } from "./components/kup-typography-list/kup-typography-list-declarations";
|
|
70
70
|
export { KupAccordionEventPayload, KupAccordionNode } from "./components/kup-accordion/kup-accordion-declarations";
|
|
71
71
|
export { GenericObject, KupComponentSizing, KupEventPayload } from "./types/GenericTypes";
|
|
72
|
-
export { KupCommand, KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataNode, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
|
|
72
|
+
export { KupCommand, KupDataCell, KupDataColumn, KupDataDataset, KupDataNewColumnOptions, KupDataNewColumnTypes, KupDataNode, KupDataRow, KupDataRowAction } from "./managers/kup-data/kup-data-declarations";
|
|
73
73
|
export { GroupLabelDisplayMode, GroupObject, KupDataTableCell, KupDatatableCellCheckPayload, KupDatatableClickEventPayload, KupDatatableColumnMenuEventPayload, KupDatatableColumnMoveEventPayload, KupDatatableColumnRemoveEventPayload, KupDataTableDataset, KupDatatableDeleteRowEventPayload, KupDatatableHistoryEventPayload, KupDataTableInsertMode, KupDatatableInsertRowEventPayload, KupDatatableLoadMoreClickEventPayload, KupDataTableRow, KupDatatableRowActionItemClickEventPayload, KupDatatableRowSelectedEventPayload, KupDatatableUpdatePayload, LoadMoreMode as LoadMoreMode1, PaginatorPos, SelectionMode, ShowGrid, SortObject, TotalsMap } from "./components/kup-data-table/kup-data-table-declarations";
|
|
74
74
|
export { KupActivityTimelineClickEventPayload } from "./components/kup-activity-timeline/kup-activity-timeline-declarations";
|
|
75
75
|
export { ItemsDisplayMode, KupListEventPayload, KupListNode, KupListRole } from "./components/kup-list/kup-list-declarations";
|
|
@@ -1767,6 +1767,14 @@ export namespace Components {
|
|
|
1767
1767
|
* @returns Returns the new column created or a string containing the error message if something went wrong.
|
|
1768
1768
|
*/
|
|
1769
1769
|
"newColumn": (type: KupDataNewColumnTypes, options: KupDataNewColumnOptions) => Promise<string | KupDataColumn>;
|
|
1770
|
+
/**
|
|
1771
|
+
* When set the new set of cellActions will be used insted of the default ones.
|
|
1772
|
+
*/
|
|
1773
|
+
"onCellActionBuild": (
|
|
1774
|
+
row: KupDataRow,
|
|
1775
|
+
column: KupDataColumn,
|
|
1776
|
+
cellActions: KupDataRowAction[]
|
|
1777
|
+
) => KupDataRowAction[];
|
|
1770
1778
|
/**
|
|
1771
1779
|
* Opens the column menu of the given column.
|
|
1772
1780
|
* @param column - Name of the column.
|
|
@@ -7790,6 +7798,14 @@ declare namespace LocalJSX {
|
|
|
7790
7798
|
* @see loadMoreLimit
|
|
7791
7799
|
*/
|
|
7792
7800
|
"loadMoreStep"?: number;
|
|
7801
|
+
/**
|
|
7802
|
+
* When set the new set of cellActions will be used insted of the default ones.
|
|
7803
|
+
*/
|
|
7804
|
+
"onCellActionBuild"?: (
|
|
7805
|
+
row: KupDataRow,
|
|
7806
|
+
column: KupDataColumn,
|
|
7807
|
+
cellActions: KupDataRowAction[]
|
|
7808
|
+
) => KupDataRowAction[];
|
|
7793
7809
|
/**
|
|
7794
7810
|
* Event fired when the cell action icon is pressed
|
|
7795
7811
|
*/
|