@vuu-ui/vuu-table 0.12.1 → 0.13.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/cjs/Table.js +1 -1
- package/cjs/Table.js.map +1 -1
- package/cjs/bulk-edit/BulkEditPanel.js.map +1 -1
- package/cjs/cell-block/useCellBlockSelection.js.map +1 -1
- package/cjs/column-resizing/useTableColumnResize.js.map +1 -1
- package/cjs/table-dom-utils.js.map +1 -1
- package/cjs/table-header/TableHeader.js +1 -0
- package/cjs/table-header/TableHeader.js.map +1 -1
- package/cjs/useCellFocus.js +3 -1
- package/cjs/useCellFocus.js.map +1 -1
- package/cjs/useHighlighting.js.map +1 -1
- package/cjs/useKeyboardNavigation.js +1 -1
- package/cjs/useKeyboardNavigation.js.map +1 -1
- package/cjs/useSelection.js.map +1 -1
- package/cjs/useTable.js +3 -3
- package/cjs/useTable.js.map +1 -1
- package/cjs/useTableAndColumnSettings.js +1 -1
- package/cjs/useTableAndColumnSettings.js.map +1 -1
- package/cjs/useTableModel.js +2 -2
- package/cjs/useTableModel.js.map +1 -1
- package/esm/Table.js +1 -1
- package/esm/Table.js.map +1 -1
- package/esm/bulk-edit/BulkEditPanel.js.map +1 -1
- package/esm/cell-block/useCellBlockSelection.js.map +1 -1
- package/esm/column-resizing/useTableColumnResize.js.map +1 -1
- package/esm/table-dom-utils.js.map +1 -1
- package/esm/table-header/TableHeader.js +1 -0
- package/esm/table-header/TableHeader.js.map +1 -1
- package/esm/useCellFocus.js +3 -1
- package/esm/useCellFocus.js.map +1 -1
- package/esm/useHighlighting.js.map +1 -1
- package/esm/useKeyboardNavigation.js +1 -1
- package/esm/useKeyboardNavigation.js.map +1 -1
- package/esm/useSelection.js.map +1 -1
- package/esm/useTable.js +3 -3
- package/esm/useTable.js.map +1 -1
- package/esm/useTableAndColumnSettings.js +1 -1
- package/esm/useTableAndColumnSettings.js.map +1 -1
- package/esm/useTableModel.js +2 -2
- package/esm/useTableModel.js.map +1 -1
- package/package.json +13 -13
- package/types/bulk-edit/BulkEditPanel.d.ts +2 -2
- package/types/bulk-edit/useBulkEditRow.d.ts +1 -1
- package/types/cell-block/useCellBlockSelection.d.ts +2 -2
- package/types/column-resizing/useTableColumnResize.d.ts +1 -1
- package/types/table-dom-utils.d.ts +3 -3
- package/types/table-header/useTableHeader.d.ts +1 -1
- package/types/useCellFocus.d.ts +3 -3
- package/types/useControlledTableNavigation.d.ts +1 -1
- package/types/useDataSource.d.ts +1 -1
- package/types/useHighlighting.d.ts +2 -1
- package/types/useKeyboardNavigation.d.ts +2 -2
- package/types/useSelection.d.ts +3 -3
- package/types/useTable.d.ts +3 -3
- package/types/useTableModel.d.ts +3 -15
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.13.0",
|
|
3
3
|
"author": "heswell",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@vuu-ui/vuu-data-types": "0.
|
|
7
|
-
"@vuu-ui/vuu-table-types": "0.
|
|
8
|
-
"@vuu-ui/vuu-protocol-types": "0.
|
|
6
|
+
"@vuu-ui/vuu-data-types": "0.13.0",
|
|
7
|
+
"@vuu-ui/vuu-table-types": "0.13.0",
|
|
8
|
+
"@vuu-ui/vuu-protocol-types": "0.13.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@salt-ds/core": "1.43.0",
|
|
12
12
|
"@salt-ds/styles": "0.2.1",
|
|
13
13
|
"@salt-ds/window": "0.1.1",
|
|
14
|
-
"@vuu-ui/vuu-context-menu": "0.
|
|
15
|
-
"@vuu-ui/vuu-data-react": "0.
|
|
16
|
-
"@vuu-ui/vuu-layout": "0.
|
|
17
|
-
"@vuu-ui/vuu-popups": "0.
|
|
18
|
-
"@vuu-ui/vuu-table-extras": "0.
|
|
19
|
-
"@vuu-ui/vuu-ui-controls": "0.
|
|
20
|
-
"@vuu-ui/vuu-utils": "0.
|
|
14
|
+
"@vuu-ui/vuu-context-menu": "0.13.0",
|
|
15
|
+
"@vuu-ui/vuu-data-react": "0.13.0",
|
|
16
|
+
"@vuu-ui/vuu-layout": "0.13.0",
|
|
17
|
+
"@vuu-ui/vuu-popups": "0.13.0",
|
|
18
|
+
"@vuu-ui/vuu-table-extras": "0.13.0",
|
|
19
|
+
"@vuu-ui/vuu-ui-controls": "0.13.0",
|
|
20
|
+
"@vuu-ui/vuu-utils": "0.13.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"clsx": "^2.0.0",
|
|
24
|
-
"react": "
|
|
25
|
-
"react-dom": "
|
|
24
|
+
"react": "^19.1.0",
|
|
25
|
+
"react-dom": "^19.1.0"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
28
|
"README.md",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DataSource, RpcResponse } from "@vuu-ui/vuu-data-types";
|
|
2
2
|
import type { ColumnDescriptor } from "@vuu-ui/vuu-table-types";
|
|
3
|
-
import { HTMLAttributes } from "react";
|
|
3
|
+
import { HTMLAttributes, ReactElement } from "react";
|
|
4
4
|
export interface BulkEditPanelProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
5
|
columns?: ColumnDescriptor[];
|
|
6
6
|
dataSource: DataSource;
|
|
@@ -9,4 +9,4 @@ export interface BulkEditPanelProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
9
9
|
parentDs: DataSource;
|
|
10
10
|
onValidationStatusChange: (isValid: boolean) => void;
|
|
11
11
|
}
|
|
12
|
-
export declare const BulkEditPanel: ({ className, columns, dataSource, parentDs, onValidationStatusChange, ...htmlAttributes }: BulkEditPanelProps) =>
|
|
12
|
+
export declare const BulkEditPanel: ({ className, columns, dataSource, parentDs, onValidationStatusChange, ...htmlAttributes }: BulkEditPanelProps) => ReactElement;
|
|
@@ -12,7 +12,7 @@ export interface EditableBulkHookProps {
|
|
|
12
12
|
}
|
|
13
13
|
export declare const useBulkEditRow: ({ descriptors, onBulkChange, onRowChange, }: EditableBulkHookProps) => {
|
|
14
14
|
errorMessages: Record<string, string>;
|
|
15
|
-
formFieldsContainerRef: import("react").RefObject<HTMLDivElement>;
|
|
15
|
+
formFieldsContainerRef: import("react").RefObject<HTMLDivElement | null>;
|
|
16
16
|
InputProps: Partial<InputProps>;
|
|
17
17
|
onCommit: CommitHandler<HTMLElement>;
|
|
18
18
|
onFocus: FocusEventHandler;
|
|
@@ -3,12 +3,12 @@ import { TableCellBlock } from "./cellblock-utils";
|
|
|
3
3
|
export interface CellblockSelectionHookProps {
|
|
4
4
|
allowCellBlockSelection?: boolean;
|
|
5
5
|
columnCount?: number;
|
|
6
|
-
containerRef: RefObject<HTMLElement>;
|
|
6
|
+
containerRef: RefObject<HTMLElement | null>;
|
|
7
7
|
onSelectCellBlock?: (cellBlock: TableCellBlock) => void;
|
|
8
8
|
rowCount?: number;
|
|
9
9
|
}
|
|
10
10
|
export declare const useCellBlockSelection: ({ allowCellBlockSelection, columnCount, containerRef, onSelectCellBlock, rowCount, }: CellblockSelectionHookProps) => {
|
|
11
|
-
cellBlock: ReactElement<
|
|
11
|
+
cellBlock: ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
12
12
|
onKeyDown: KeyboardEventHandler | undefined;
|
|
13
13
|
onMouseDown: MouseEventHandler | undefined;
|
|
14
14
|
};
|
|
@@ -4,7 +4,7 @@ export type ResizeHandler = (evt: MouseEvent, moveBy: number) => void;
|
|
|
4
4
|
export interface CellResizeHookProps {
|
|
5
5
|
column: RuntimeColumnDescriptor | Heading;
|
|
6
6
|
onResize?: (phase: ResizePhase, columnName: string, width?: number) => void;
|
|
7
|
-
rootRef: RefObject<HTMLDivElement>;
|
|
7
|
+
rootRef: RefObject<HTMLDivElement | null>;
|
|
8
8
|
}
|
|
9
9
|
export interface CellResizeHookResult {
|
|
10
10
|
isResizing: boolean;
|
|
@@ -5,8 +5,8 @@ import type { CellPos } from "@vuu-ui/vuu-table-types";
|
|
|
5
5
|
export type NavigationKey = PageKey | ArrowKey;
|
|
6
6
|
export declare const headerCellQuery: (colIdx: number) => string;
|
|
7
7
|
export declare const dataCellQuery: (ariaRowIdx: number, ariaColIdx: number) => string;
|
|
8
|
-
export declare const getLevelUp: (containerRef: RefObject<HTMLElement>, cellPos: CellPos) => CellPos;
|
|
9
|
-
export declare const getTableCell: (containerRef: RefObject<HTMLElement>, [rowIdx, colIdx]: CellPos) => HTMLElement;
|
|
8
|
+
export declare const getLevelUp: (containerRef: RefObject<HTMLElement | null>, cellPos: CellPos) => CellPos;
|
|
9
|
+
export declare const getTableCell: (containerRef: RefObject<HTMLElement | null>, [rowIdx, colIdx]: CellPos) => HTMLElement;
|
|
10
10
|
export declare const getFocusedCell: (el: HTMLElement | Element | null) => HTMLDivElement | null;
|
|
11
11
|
export declare const cellIsEditable: (cell: HTMLDivElement | null) => boolean | undefined;
|
|
12
12
|
export declare const cellDropdownShowing: (cell: HTMLDivElement | null) => boolean;
|
|
@@ -19,5 +19,5 @@ export declare const getAriaCellPos: (tableCell: HTMLDivElement) => CellPos;
|
|
|
19
19
|
export declare const closestRowIndex: (el: HTMLElement) => number;
|
|
20
20
|
export declare function getNextCellPos(key: ArrowKey, [rowIdx, colIdx]: CellPos, columnCount: number, maxRowIndex: number): CellPos;
|
|
21
21
|
export type TreeNodeOperation = "expand" | "collapse" | "level-up";
|
|
22
|
-
export declare const getTreeNodeOperation: (containerRef: RefObject<HTMLElement>, navigationStyle: "cell" | "tree", cellPos: CellPos, key: NavigationKey, shiftKey: boolean) => TreeNodeOperation | undefined;
|
|
22
|
+
export declare const getTreeNodeOperation: (containerRef: RefObject<HTMLElement | null>, navigationStyle: "cell" | "tree", cellPos: CellPos, key: NavigationKey, shiftKey: boolean) => TreeNodeOperation | undefined;
|
|
23
23
|
export declare const howFarIsRowOutsideViewport: (rowEl: HTMLElement, totalHeaderHeight: number, contentContainer?: Element | null) => readonly [ScrollDirection | undefined, number | undefined];
|
|
@@ -9,7 +9,7 @@ export interface TableHeaderHookProps extends Pick<TableHeaderProps, "allowDragC
|
|
|
9
9
|
onSortColumn: (column: ColumnDescriptor, addToExistingSort: boolean) => void;
|
|
10
10
|
}
|
|
11
11
|
export declare const useTableHeader: ({ allowDragColumnHeader, columns, customHeaderCount, headings, onHeightMeasured, onMoveColumn, onSortColumn, tableConfig, }: TableHeaderHookProps) => {
|
|
12
|
-
draggableColumn:
|
|
12
|
+
draggableColumn: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
13
13
|
draggedColumnIndex: number | undefined;
|
|
14
14
|
onClick: (evt: React.MouseEvent | React.KeyboardEvent) => void;
|
|
15
15
|
onMouseDown: import("react").MouseEventHandler | undefined;
|
package/types/useCellFocus.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { KeyboardEventHandler,
|
|
1
|
+
import { KeyboardEventHandler, RefCallback, RefObject } from "react";
|
|
2
2
|
import { ScrollRequestHandler } from "./useTableScroll";
|
|
3
3
|
import { CellPos } from "@vuu-ui/vuu-table-types";
|
|
4
4
|
import type { ICellFocusState } from "./CellFocusState";
|
|
5
5
|
export interface CellFocusHookProps {
|
|
6
|
-
cellFocusStateRef:
|
|
7
|
-
containerRef: RefObject<HTMLElement>;
|
|
6
|
+
cellFocusStateRef: RefObject<ICellFocusState>;
|
|
7
|
+
containerRef: RefObject<HTMLElement | null>;
|
|
8
8
|
disableFocus?: boolean;
|
|
9
9
|
requestScroll?: ScrollRequestHandler;
|
|
10
10
|
}
|
|
@@ -4,5 +4,5 @@ export declare const useControlledTableNavigation: (initialValue: number, rowCou
|
|
|
4
4
|
highlightedIndexRef: import("react").MutableRefObject<number | undefined>;
|
|
5
5
|
onHighlight: (idx: number) => void;
|
|
6
6
|
onKeyDown: KeyboardEventHandler;
|
|
7
|
-
tableRef: import("react").RefObject<HTMLDivElement>;
|
|
7
|
+
tableRef: import("react").RefObject<HTMLDivElement | null>;
|
|
8
8
|
};
|
package/types/useDataSource.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface DataSourceHookProps extends Pick<TableProps, "dataSource" | "de
|
|
|
8
8
|
}
|
|
9
9
|
export declare const useDataSource: ({ dataSource, defaultSelectedIndexValues, defaultSelectedKeyValues, onSizeChange, onSubscribed, renderBufferSize, revealSelected, }: DataSourceHookProps) => {
|
|
10
10
|
data: DataSourceRow[];
|
|
11
|
-
dataRef: import("react").
|
|
11
|
+
dataRef: import("react").RefObject<DataSourceRow[]>;
|
|
12
12
|
getSelectedRows: () => DataSourceRow[];
|
|
13
13
|
range: Range;
|
|
14
14
|
setRange: (viewportRange: VuuRange) => void;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ReactElement } from "react";
|
|
2
|
+
export declare const useHighlighting: (value: string, pattern: Lowercase<string>) => string | ReactElement;
|
|
@@ -11,7 +11,7 @@ export declare const isPagingKey: (key: string) => key is PageKey;
|
|
|
11
11
|
export type GroupToggleHandler = (treeNodeOperation: "expand" | "collapse", rowIndex: number) => void;
|
|
12
12
|
export interface NavigationHookProps {
|
|
13
13
|
cellFocusStateRef: MutableRefObject<CellFocusState>;
|
|
14
|
-
containerRef: RefObject<HTMLElement>;
|
|
14
|
+
containerRef: RefObject<HTMLElement | null>;
|
|
15
15
|
columnCount?: number;
|
|
16
16
|
headerCount: number;
|
|
17
17
|
defaultHighlightedIndex?: number;
|
|
@@ -31,7 +31,7 @@ export interface NavigationHookProps {
|
|
|
31
31
|
viewportRowCount: number;
|
|
32
32
|
}
|
|
33
33
|
export declare const useKeyboardNavigation: ({ cellFocusStateRef, columnCount, containerRef, defaultHighlightedIndex, disableHighlightOnFocus, focusCell, headerCount, highlightedIndex: highlightedIndexProp, navigationStyle, requestScroll, onHighlight, onToggleGroup, rowCount, viewportRowCount, }: NavigationHookProps) => {
|
|
34
|
-
highlightedIndexRef:
|
|
34
|
+
highlightedIndexRef: RefObject<number | undefined>;
|
|
35
35
|
navigateCell: () => void;
|
|
36
36
|
onClick: (evt: MouseEvent) => void;
|
|
37
37
|
onFocus: () => void;
|
package/types/useSelection.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TableRowClickHandlerInternal, TableRowSelectHandlerInternal, TableSelectionModel } from "@vuu-ui/vuu-table-types";
|
|
2
|
-
import { KeyboardEventHandler,
|
|
2
|
+
import { KeyboardEventHandler, RefObject } from "react";
|
|
3
3
|
import { TableProps } from "./Table";
|
|
4
4
|
export interface SelectionHookProps extends Pick<TableProps, "defaultSelectedIndexValues" | "onSelectionChange"> {
|
|
5
|
-
containerRef: RefObject<HTMLElement>;
|
|
6
|
-
highlightedIndexRef:
|
|
5
|
+
containerRef: RefObject<HTMLElement | null>;
|
|
6
|
+
highlightedIndexRef: RefObject<number | undefined>;
|
|
7
7
|
selectionKeys?: string[];
|
|
8
8
|
selectionModel: TableSelectionModel;
|
|
9
9
|
onSelect?: TableRowSelectHandlerInternal;
|
package/types/useTable.d.ts
CHANGED
|
@@ -9,18 +9,18 @@ type HeaderState = {
|
|
|
9
9
|
count: number;
|
|
10
10
|
};
|
|
11
11
|
export interface TableHookProps extends MeasuredProps, Pick<TableProps, "allowCellBlockSelection" | "allowDragDrop" | "availableColumns" | "config" | "dataSource" | "defaultSelectedIndexValues" | "defaultSelectedKeyValues" | "disableFocus" | "highlightedIndex" | "id" | "navigationStyle" | "onAvailableColumnsChange" | "onConfigChange" | "onDataEdited" | "onDragStart" | "onDrop" | "onHighlight" | "onSelect" | "onSelectCellBlock" | "onSelectionChange" | "onRowClick" | "renderBufferSize" | "revealSelected" | "rowToObject" | "scrollingApiRef" | "selectionBookendWidth" | "showColumnHeaders" | "showPaginationControls"> {
|
|
12
|
-
containerRef: RefObject<HTMLDivElement>;
|
|
12
|
+
containerRef: RefObject<HTMLDivElement | null>;
|
|
13
13
|
rowHeight: number;
|
|
14
14
|
selectionModel: TableSelectionModel;
|
|
15
15
|
size: MeasuredSize;
|
|
16
16
|
}
|
|
17
17
|
export declare const useTable: ({ allowCellBlockSelection, allowDragDrop, availableColumns, config, containerRef, dataSource, defaultSelectedIndexValues, defaultSelectedKeyValues, disableFocus, highlightedIndex: highlightedIndexProp, id, navigationStyle, onAvailableColumnsChange, onConfigChange, onDataEdited: onDataEditedProp, onDragStart, onDrop, onHighlight, onRowClick: onRowClickProp, onSelect, onSelectCellBlock, onSelectionChange, renderBufferSize, revealSelected, rowHeight, rowToObject, scrollingApiRef, selectionBookendWidth, selectionModel, showColumnHeaders, showPaginationControls, size, }: TableHookProps) => {
|
|
18
18
|
"aria-rowcount": number;
|
|
19
|
-
cellBlock: import("react").ReactElement<
|
|
19
|
+
cellBlock: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
20
20
|
columnMap: import("@vuu-ui/vuu-utils").ColumnMap;
|
|
21
21
|
columns: RuntimeColumnDescriptor[];
|
|
22
22
|
data: DataSourceRow[];
|
|
23
|
-
draggableRow:
|
|
23
|
+
draggableRow: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
24
24
|
focusCellPlaceholderKeyDown: import("react").KeyboardEventHandler;
|
|
25
25
|
focusCellPlaceholderRef: import("react").RefCallback<HTMLDivElement>;
|
|
26
26
|
getRowOffset: import("@vuu-ui/vuu-utils").RowOffsetFunc;
|
package/types/useTableModel.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ColumnDescriptor, ColumnLayout, PinLocation, ResizePhase, RuntimeColumnDescriptor, TableAttributes, TableConfig, TableHeadings, TableSelectionModel } from "@vuu-ui/vuu-table-types";
|
|
2
2
|
import { DataSource, TableSchema, WithBaseFilter, WithFullConfig } from "@vuu-ui/vuu-data-types";
|
|
3
|
-
import { Reducer } from "react";
|
|
4
3
|
/**
|
|
5
4
|
* TableModel represents state used internally to manage Table. It is
|
|
6
5
|
* derived initially from the TableConfig provided by user, along with the
|
|
@@ -10,15 +9,6 @@ export interface TableModel extends TableAttributes {
|
|
|
10
9
|
columns: RuntimeColumnDescriptor[];
|
|
11
10
|
headings: TableHeadings;
|
|
12
11
|
}
|
|
13
|
-
/**
|
|
14
|
-
* InternalTableModel describes the state managed within the TableModel
|
|
15
|
-
* reducer. It is the same as TableModel but with the addition of a
|
|
16
|
-
* readonly copy of the original TableConfig.
|
|
17
|
-
*/
|
|
18
|
-
interface InternalTableModel extends TableModel {
|
|
19
|
-
availableWidth: number;
|
|
20
|
-
tableConfig: Readonly<TableConfig>;
|
|
21
|
-
}
|
|
22
12
|
export interface ColumnActionInit {
|
|
23
13
|
availableWidth: number;
|
|
24
14
|
type: "init";
|
|
@@ -70,9 +60,8 @@ export interface ColumnActionTableConfig extends WithBaseFilter<WithFullConfig>
|
|
|
70
60
|
confirmed?: boolean;
|
|
71
61
|
type: "tableConfig";
|
|
72
62
|
}
|
|
73
|
-
export type
|
|
74
|
-
export type
|
|
75
|
-
export type ColumnActionDispatch = (action: GridModelAction) => void;
|
|
63
|
+
export type TableModelAction = ColumnActionHide | ColumnActionInit | ColumnActionMove | ColumnActionPin | ColumnActionResize | ColumnActionSetTableSchema | ColumnActionShow | ColumnActionUpdate | ColumnActionUpdateProp | ColumnActionTableConfig;
|
|
64
|
+
export type TableModelActionDispatch = (action: TableModelAction) => void;
|
|
76
65
|
export interface TableModelHookProps {
|
|
77
66
|
config: TableConfig;
|
|
78
67
|
dataSource: DataSource;
|
|
@@ -81,7 +70,7 @@ export interface TableModelHookProps {
|
|
|
81
70
|
}
|
|
82
71
|
export declare const useTableModel: ({ config: tableConfigProp, dataSource, selectionModel, availableWidth, }: TableModelHookProps) => {
|
|
83
72
|
columns: RuntimeColumnDescriptor[];
|
|
84
|
-
dispatchTableModelAction: import("react").
|
|
73
|
+
dispatchTableModelAction: import("react").ActionDispatch<[action: TableModelAction]>;
|
|
85
74
|
headings: TableHeadings;
|
|
86
75
|
tableAttributes: {
|
|
87
76
|
availableWidth: number;
|
|
@@ -94,4 +83,3 @@ export declare const useTableModel: ({ config: tableConfigProp, dataSource, sele
|
|
|
94
83
|
};
|
|
95
84
|
tableConfig: Readonly<TableConfig>;
|
|
96
85
|
};
|
|
97
|
-
export {};
|