es-grid-template 1.9.32 → 1.9.36
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/assets/index.css +3 -3
- package/es/ali-table/Grid.js +1 -1
- package/es/ali-table/InternalTable.d.ts +2 -2
- package/es/ali-table/InternalTable.js +2 -1
- package/es/ali-table/base-table/colgroup.d.ts +2 -2
- package/es/ali-table/base-table/empty.d.ts +1 -1
- package/es/ali-table/base-table/empty.js +1 -1
- package/es/ali-table/base-table/header.d.ts +2 -2
- package/es/ali-table/base-table/html-table.d.ts +2 -2
- package/es/ali-table/base-table/html-table.js +1 -1
- package/es/ali-table/base-table/loading.d.ts +1 -1
- package/es/ali-table/base-table/renderFilter.d.ts +2 -2
- package/es/ali-table/base-table/renderFilter.js +5 -1
- package/es/ali-table/base-table/table.d.ts +1 -1
- package/es/ali-table/common-views.d.ts +5 -5
- package/es/ali-table/pipeline/features/ColumnsChoose.d.ts +2 -2
- package/es/ali-table/pipeline/features/ColumnsChoose.js +2 -1
- package/es/ali-table/pipeline/features/columnCustom.js +3 -1
- package/es/ali-table/pipeline/features/treeSelect.js +1 -1
- package/es/ali-table/utils/convertColumnsChoose.d.ts +2 -2
- package/es/collapse/index.d.ts +2 -2
- package/es/collapse/index.js +1 -1
- package/es/global.d.ts +3 -0
- package/es/grid-component/LoadingSpinner.d.ts +2 -2
- package/es/grid-component/TempTable.d.ts +2 -2
- package/es/grid-component/control/InputControl/InputControl.d.ts +1 -2
- package/es/grid-component/control/InputControl/InputControl.js +1 -1
- package/es/grid-component/hooks/utils.d.ts +2 -2
- package/es/grid-component/type.d.ts +5 -3
- package/es/group-component/ColumnsChoose.d.ts +2 -2
- package/es/group-component/ColumnsGroup/ColumnsGroup.d.ts +2 -2
- package/es/group-component/ColumnsGroup/ColumnsGroup.js +1 -1
- package/es/group-component/InternalTable.d.ts +2 -2
- package/es/group-component/InternalTable.js +2 -1
- package/es/group-component/TableContainer.d.ts +1 -2
- package/es/group-component/TableContainer.js +1 -1
- package/es/group-component/TableContainerEdit.d.ts +1 -2
- package/es/group-component/TableContainerEdit.js +2 -1
- package/es/group-component/body/EditableCell.d.ts +2 -2
- package/es/group-component/body/EditableCell.js +5 -2
- package/es/group-component/body/TableBody.d.ts +2 -2
- package/es/group-component/body/TableBody.js +3 -1
- package/es/group-component/body/TableBodyCell.d.ts +2 -2
- package/es/group-component/body/TableBodyCellEdit.d.ts +2 -2
- package/es/group-component/body/TableBodyCellEmpty.d.ts +2 -2
- package/es/group-component/body/TableBodyCellEmpty.js +16 -9
- package/es/group-component/body/TableBodyRow.d.ts +3 -3
- package/es/group-component/body/TableBodyRowGroupCell.d.ts +2 -2
- package/es/group-component/components/ControlCheckbox.d.ts +2 -2
- package/es/group-component/components/ControlCheckbox.js +1 -1
- package/es/group-component/components/EditForm/EditForm.d.ts +1 -1
- package/es/group-component/components/EditForm/EditForm.js +1 -1
- package/es/group-component/components/InputControl/InputControl.d.ts +1 -2
- package/es/group-component/components/InputControl/InputControl.js +1 -1
- package/es/group-component/components/async-select/index.d.ts +2 -2
- package/es/group-component/components/async-select/index.js +1 -1
- package/es/group-component/components/async-table-select/index.d.ts +3 -3
- package/es/group-component/components/async-table-select/index.js +1 -1
- package/es/group-component/components/checkbox-control/index.d.ts +2 -2
- package/es/group-component/components/checkbox-control/index.js +1 -1
- package/es/group-component/components/checkbox-filter/CheckboxFilter.d.ts +2 -2
- package/es/group-component/components/checkbox-filter/CheckboxFilter.js +4 -1
- package/es/group-component/components/checkbox-filter/FilterSearch.d.ts +1 -1
- package/es/group-component/components/checkbox-filter/FilterSearch.js +1 -1
- package/es/group-component/components/command/Command.d.ts +2 -2
- package/es/group-component/components/number/index.d.ts +1 -2
- package/es/group-component/components/number/index.js +1 -1
- package/es/group-component/components/number-range/index.d.ts +1 -2
- package/es/group-component/components/number-range/index.js +1 -1
- package/es/group-component/footer/TableFooter.d.ts +2 -2
- package/es/group-component/footer/TableFooterCell.d.ts +2 -2
- package/es/group-component/footer/TableFooterRow.d.ts +2 -2
- package/es/group-component/header/TableHead.d.ts +3 -3
- package/es/group-component/header/TableHeadCell.d.ts +3 -3
- package/es/group-component/header/TableHeadCell.js +3 -1
- package/es/group-component/header/TableHeadCell2.d.ts +3 -3
- package/es/group-component/header/TableHeadCell2.js +3 -1
- package/es/group-component/header/TableHeadGroupCell.d.ts +3 -3
- package/es/group-component/header/TableHeadGroupCell.js +1 -1
- package/es/group-component/header/TableHeadRow.d.ts +3 -3
- package/es/group-component/header/renderFilter.d.ts +2 -2
- package/es/group-component/header/renderFilter.js +5 -1
- package/es/group-component/hook/utils.d.ts +6 -6
- package/es/group-component/table/Grid.d.ts +1 -2
- package/es/group-component/table/TableWrapper.d.ts +2 -2
- package/es/locale/index.js +1 -1
- package/es/select/index.d.ts +2 -2
- package/es/select/index.js +1 -1
- package/es/splitter/index.d.ts +2 -2
- package/es/splitter/index.js +1 -1
- package/es/table-component/ColumnsChoose.d.ts +2 -2
- package/es/table-component/ContextMenu.d.ts +2 -2
- package/es/table-component/InternalTable.d.ts +2 -2
- package/es/table-component/InternalTable.js +2 -1
- package/es/table-component/TableContainer.d.ts +1 -2
- package/es/table-component/TableContainer.js +1 -1
- package/es/table-component/TableContainerEdit.d.ts +1 -2
- package/es/table-component/TableContainerEdit.js +1 -1
- package/es/table-component/body/EditableCell.d.ts +2 -2
- package/es/table-component/body/EditableCell.js +6 -2
- package/es/table-component/body/TableBody.d.ts +2 -2
- package/es/table-component/body/TableBody.js +1 -3
- package/es/table-component/body/TableBodyCell.d.ts +2 -2
- package/es/table-component/body/TableBodyCellEdit.d.ts +2 -2
- package/es/table-component/body/TableBodyRow.d.ts +3 -3
- package/es/table-component/components/ControlCheckbox.d.ts +2 -2
- package/es/table-component/components/ControlCheckbox.js +1 -1
- package/es/table-component/components/EditForm/EditForm.d.ts +1 -1
- package/es/table-component/components/EditForm/EditForm.js +1 -1
- package/es/table-component/components/InputControl/InputControl.d.ts +1 -2
- package/es/table-component/components/InputControl/InputControl.js +1 -1
- package/es/table-component/components/async-select/index.d.ts +2 -2
- package/es/table-component/components/async-select/index.js +1 -1
- package/es/table-component/components/async-table-select/index.d.ts +3 -3
- package/es/table-component/components/async-table-select/index.js +1 -1
- package/es/table-component/components/checkbox-control/index.d.ts +2 -2
- package/es/table-component/components/checkbox-control/index.js +1 -1
- package/es/table-component/components/checkbox-filter/CheckboxFilter.d.ts +2 -2
- package/es/table-component/components/checkbox-filter/CheckboxFilter.js +4 -1
- package/es/table-component/components/checkbox-filter/FilterSearch.d.ts +1 -1
- package/es/table-component/components/checkbox-filter/FilterSearch.js +1 -1
- package/es/table-component/components/command/Command.d.ts +2 -2
- package/es/table-component/components/number/index.d.ts +1 -2
- package/es/table-component/components/number/index.js +1 -1
- package/es/table-component/components/number-range/index.d.ts +1 -2
- package/es/table-component/components/number-range/index.js +1 -1
- package/es/table-component/footer/TableFooter.d.ts +2 -2
- package/es/table-component/footer/TableFooterCell.d.ts +2 -2
- package/es/table-component/footer/TableFooterRow.d.ts +2 -2
- package/es/table-component/header/TableHead.d.ts +3 -3
- package/es/table-component/header/TableHeadCell.d.ts +3 -3
- package/es/table-component/header/TableHeadCell.js +3 -1
- package/es/table-component/header/TableHeadCell2.d.ts +3 -3
- package/es/table-component/header/TableHeadCell2.js +3 -1
- package/es/table-component/header/TableHeadGroupCell.d.ts +3 -3
- package/es/table-component/header/TableHeadGroupCell.js +1 -1
- package/es/table-component/header/TableHeadRow.d.ts +3 -3
- package/es/table-component/header/renderFilter.d.ts +2 -2
- package/es/table-component/header/renderFilter.js +5 -1
- package/es/table-component/hook/utils.d.ts +3 -3
- package/es/table-component/table/Grid.d.ts +1 -2
- package/es/table-component/table/TableWrapper.d.ts +2 -2
- package/es/table-virtuoso/ColumnsGroup/ColumnsGroup.d.ts +2 -2
- package/es/table-virtuoso/ColumnsGroup/ColumnsGroup.js +1 -1
- package/es/table-virtuoso/InternalTable.d.ts +2 -2
- package/es/table-virtuoso/InternalTable.js +2 -1
- package/es/table-virtuoso/body/TableBodyCell.d.ts +2 -2
- package/es/table-virtuoso/body/TableBodyCellRowGroup.d.ts +2 -2
- package/es/table-virtuoso/body/TableBodyRow.d.ts +3 -3
- package/es/table-virtuoso/footer/TableFooterCell.d.ts +2 -2
- package/es/table-virtuoso/header/TableHeadCell.d.ts +3 -3
- package/es/table-virtuoso/header/TableHeadCell.js +3 -1
- package/es/table-virtuoso/header/renderFilter.d.ts +2 -2
- package/es/table-virtuoso/header/renderFilter.js +6 -1
- package/es/table-virtuoso/hook/utils.d.ts +3 -3
- package/es/table-virtuoso/table/Grid.d.ts +1 -2
- package/es/table-virtuoso/table/TableContainer.d.ts +1 -2
- package/es/table-virtuoso/table/TableContainer.js +1 -1
- package/es/table-virtuoso/table/TableWrapper.d.ts +1 -1
- package/es/tabs/index.d.ts +2 -2
- package/es/tabs/index.js +1 -1
- package/es/tree-select/index.d.ts +1 -1
- package/es/tree-select/index.js +1 -1
- package/lib/ali-table/Grid.js +2 -2
- package/lib/ali-table/InternalTable.d.ts +2 -2
- package/lib/ali-table/InternalTable.js +4 -3
- package/lib/ali-table/base-table/colgroup.d.ts +2 -2
- package/lib/ali-table/base-table/empty.d.ts +1 -1
- package/lib/ali-table/base-table/empty.js +3 -3
- package/lib/ali-table/base-table/header.d.ts +2 -2
- package/lib/ali-table/base-table/html-table.d.ts +2 -2
- package/lib/ali-table/base-table/html-table.js +2 -2
- package/lib/ali-table/base-table/loading.d.ts +1 -1
- package/lib/ali-table/base-table/renderFilter.d.ts +2 -2
- package/lib/ali-table/base-table/renderFilter.js +13 -9
- package/lib/ali-table/base-table/table.d.ts +1 -1
- package/lib/ali-table/common-views.d.ts +5 -5
- package/lib/ali-table/pipeline/features/ColumnsChoose.d.ts +2 -2
- package/lib/ali-table/pipeline/features/ColumnsChoose.js +4 -3
- package/lib/ali-table/pipeline/features/columnCustom.js +6 -4
- package/lib/ali-table/pipeline/features/treeSelect.js +4 -4
- package/lib/ali-table/utils/convertColumnsChoose.d.ts +2 -2
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +3 -2
- package/lib/global.d.ts +3 -0
- package/lib/grid-component/LoadingSpinner.d.ts +2 -2
- package/lib/grid-component/TempTable.d.ts +2 -2
- package/lib/grid-component/control/InputControl/InputControl.d.ts +1 -2
- package/lib/grid-component/control/InputControl/InputControl.js +2 -2
- package/lib/grid-component/hooks/utils.d.ts +2 -2
- package/lib/grid-component/type.d.ts +5 -3
- package/lib/group-component/ColumnsChoose.d.ts +2 -2
- package/lib/group-component/ColumnsGroup/ColumnsGroup.d.ts +2 -2
- package/lib/group-component/ColumnsGroup/ColumnsGroup.js +4 -4
- package/lib/group-component/InternalTable.d.ts +2 -2
- package/lib/group-component/InternalTable.js +4 -3
- package/lib/group-component/TableContainer.d.ts +1 -2
- package/lib/group-component/TableContainer.js +2 -2
- package/lib/group-component/TableContainerEdit.d.ts +1 -2
- package/lib/group-component/TableContainerEdit.js +8 -7
- package/lib/group-component/body/EditableCell.d.ts +2 -2
- package/lib/group-component/body/EditableCell.js +14 -10
- package/lib/group-component/body/TableBody.d.ts +2 -2
- package/lib/group-component/body/TableBody.js +5 -3
- package/lib/group-component/body/TableBodyCell.d.ts +2 -2
- package/lib/group-component/body/TableBodyCell.js +1 -1
- package/lib/group-component/body/TableBodyCellEdit.d.ts +2 -2
- package/lib/group-component/body/TableBodyCellEdit.js +1 -1
- package/lib/group-component/body/TableBodyCellEmpty.d.ts +2 -2
- package/lib/group-component/body/TableBodyCellEmpty.js +16 -9
- package/lib/group-component/body/TableBodyRow.d.ts +3 -3
- package/lib/group-component/body/TableBodyRowGroupCell.d.ts +2 -2
- package/lib/group-component/body/TableBodyRowGroupCell.js +1 -1
- package/lib/group-component/components/ControlCheckbox.d.ts +2 -2
- package/lib/group-component/components/ControlCheckbox.js +4 -3
- package/lib/group-component/components/EditForm/EditForm.d.ts +1 -1
- package/lib/group-component/components/EditForm/EditForm.js +2 -2
- package/lib/group-component/components/InputControl/InputControl.d.ts +1 -2
- package/lib/group-component/components/InputControl/InputControl.js +2 -2
- package/lib/group-component/components/async-select/index.d.ts +2 -2
- package/lib/group-component/components/async-select/index.js +2 -2
- package/lib/group-component/components/async-table-select/index.d.ts +3 -3
- package/lib/group-component/components/async-table-select/index.js +2 -2
- package/lib/group-component/components/checkbox-control/index.d.ts +2 -2
- package/lib/group-component/components/checkbox-control/index.js +3 -2
- package/lib/group-component/components/checkbox-filter/CheckboxFilter.d.ts +2 -2
- package/lib/group-component/components/checkbox-filter/CheckboxFilter.js +10 -7
- package/lib/group-component/components/checkbox-filter/FilterSearch.d.ts +1 -1
- package/lib/group-component/components/checkbox-filter/FilterSearch.js +2 -2
- package/lib/group-component/components/command/Command.d.ts +2 -2
- package/lib/group-component/components/number/index.d.ts +1 -2
- package/lib/group-component/components/number/index.js +3 -2
- package/lib/group-component/components/number-range/index.d.ts +1 -2
- package/lib/group-component/components/number-range/index.js +4 -3
- package/lib/group-component/footer/TableFooter.d.ts +2 -2
- package/lib/group-component/footer/TableFooterCell.d.ts +2 -2
- package/lib/group-component/footer/TableFooterRow.d.ts +2 -2
- package/lib/group-component/header/TableHead.d.ts +3 -3
- package/lib/group-component/header/TableHeadCell.d.ts +3 -3
- package/lib/group-component/header/TableHeadCell.js +6 -4
- package/lib/group-component/header/TableHeadCell2.d.ts +3 -3
- package/lib/group-component/header/TableHeadCell2.js +6 -4
- package/lib/group-component/header/TableHeadGroupCell.d.ts +3 -3
- package/lib/group-component/header/TableHeadGroupCell.js +2 -2
- package/lib/group-component/header/TableHeadRow.d.ts +3 -3
- package/lib/group-component/header/renderFilter.d.ts +2 -2
- package/lib/group-component/header/renderFilter.js +13 -9
- package/lib/group-component/hook/utils.d.ts +3 -3
- package/lib/group-component/table/Grid.d.ts +1 -2
- package/lib/group-component/table/TableWrapper.d.ts +2 -2
- package/lib/locale/index.js +1 -1
- package/lib/select/index.d.ts +2 -2
- package/lib/select/index.js +3 -2
- package/lib/splitter/index.d.ts +2 -2
- package/lib/splitter/index.js +3 -2
- package/lib/table-component/ColumnsChoose.d.ts +2 -2
- package/lib/table-component/ContextMenu.d.ts +2 -2
- package/lib/table-component/InternalTable.d.ts +2 -2
- package/lib/table-component/InternalTable.js +4 -3
- package/lib/table-component/TableContainer.d.ts +1 -2
- package/lib/table-component/TableContainer.js +2 -2
- package/lib/table-component/TableContainerEdit.d.ts +1 -2
- package/lib/table-component/TableContainerEdit.js +3 -3
- package/lib/table-component/body/EditableCell.d.ts +2 -2
- package/lib/table-component/body/EditableCell.js +16 -11
- package/lib/table-component/body/TableBody.d.ts +2 -2
- package/lib/table-component/body/TableBody.js +3 -7
- package/lib/table-component/body/TableBodyCell.d.ts +2 -2
- package/lib/table-component/body/TableBodyCell.js +1 -1
- package/lib/table-component/body/TableBodyCellEdit.d.ts +2 -2
- package/lib/table-component/body/TableBodyCellEdit.js +1 -1
- package/lib/table-component/body/TableBodyRow.d.ts +3 -3
- package/lib/table-component/components/ControlCheckbox.d.ts +2 -2
- package/lib/table-component/components/ControlCheckbox.js +4 -3
- package/lib/table-component/components/EditForm/EditForm.d.ts +1 -1
- package/lib/table-component/components/EditForm/EditForm.js +2 -2
- package/lib/table-component/components/InputControl/InputControl.d.ts +1 -2
- package/lib/table-component/components/InputControl/InputControl.js +2 -2
- package/lib/table-component/components/async-select/index.d.ts +2 -2
- package/lib/table-component/components/async-select/index.js +2 -2
- package/lib/table-component/components/async-table-select/index.d.ts +3 -3
- package/lib/table-component/components/async-table-select/index.js +2 -2
- package/lib/table-component/components/checkbox-control/index.d.ts +2 -2
- package/lib/table-component/components/checkbox-control/index.js +3 -2
- package/lib/table-component/components/checkbox-filter/CheckboxFilter.d.ts +2 -2
- package/lib/table-component/components/checkbox-filter/CheckboxFilter.js +10 -7
- package/lib/table-component/components/checkbox-filter/FilterSearch.d.ts +1 -1
- package/lib/table-component/components/checkbox-filter/FilterSearch.js +2 -2
- package/lib/table-component/components/command/Command.d.ts +2 -2
- package/lib/table-component/components/number/index.d.ts +1 -2
- package/lib/table-component/components/number/index.js +3 -2
- package/lib/table-component/components/number-range/index.d.ts +1 -2
- package/lib/table-component/components/number-range/index.js +4 -3
- package/lib/table-component/footer/TableFooter.d.ts +2 -2
- package/lib/table-component/footer/TableFooterCell.d.ts +2 -2
- package/lib/table-component/footer/TableFooterRow.d.ts +2 -2
- package/lib/table-component/header/TableHead.d.ts +3 -3
- package/lib/table-component/header/TableHeadCell.d.ts +3 -3
- package/lib/table-component/header/TableHeadCell.js +6 -4
- package/lib/table-component/header/TableHeadCell2.d.ts +3 -3
- package/lib/table-component/header/TableHeadCell2.js +6 -4
- package/lib/table-component/header/TableHeadGroupCell.d.ts +3 -3
- package/lib/table-component/header/TableHeadGroupCell.js +2 -2
- package/lib/table-component/header/TableHeadRow.d.ts +3 -3
- package/lib/table-component/header/renderFilter.d.ts +2 -2
- package/lib/table-component/header/renderFilter.js +13 -9
- package/lib/table-component/hook/utils.d.ts +3 -3
- package/lib/table-component/table/Grid.d.ts +1 -2
- package/lib/table-component/table/TableWrapper.d.ts +2 -2
- package/lib/table-virtuoso/ColumnsGroup/ColumnsGroup.d.ts +2 -2
- package/lib/table-virtuoso/ColumnsGroup/ColumnsGroup.js +4 -4
- package/lib/table-virtuoso/InternalTable.d.ts +2 -2
- package/lib/table-virtuoso/InternalTable.js +4 -3
- package/lib/table-virtuoso/body/TableBodyCell.d.ts +2 -2
- package/lib/table-virtuoso/body/TableBodyCell.js +1 -1
- package/lib/table-virtuoso/body/TableBodyCellRowGroup.d.ts +2 -2
- package/lib/table-virtuoso/body/TableBodyRow.d.ts +3 -3
- package/lib/table-virtuoso/footer/TableFooterCell.d.ts +2 -2
- package/lib/table-virtuoso/header/TableHeadCell.d.ts +3 -3
- package/lib/table-virtuoso/header/TableHeadCell.js +6 -4
- package/lib/table-virtuoso/header/renderFilter.d.ts +2 -2
- package/lib/table-virtuoso/header/renderFilter.js +15 -10
- package/lib/table-virtuoso/hook/utils.d.ts +3 -3
- package/lib/table-virtuoso/table/Grid.d.ts +1 -2
- package/lib/table-virtuoso/table/TableContainer.d.ts +1 -2
- package/lib/table-virtuoso/table/TableContainer.js +2 -2
- package/lib/table-virtuoso/table/TableWrapper.d.ts +1 -1
- package/lib/tabs/index.d.ts +2 -2
- package/lib/tabs/index.js +3 -2
- package/lib/tree-select/index.d.ts +1 -1
- package/lib/tree-select/index.js +3 -2
- package/package.json +70 -67
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { ColumnDef, ColumnFiltersState, ColumnPinningState, ColumnSizingInfoState, ColumnSizingState, ExpandedState, Table, VisibilityState } from '@tanstack/react-table';
|
|
2
2
|
import type { ColumnsTable, Sorter, TableProps } from '../../grid-component/type';
|
|
3
3
|
import type { Dispatch, Key, SetStateAction } from 'react';
|
|
4
|
-
import React from 'react';
|
|
5
4
|
type Props<T> = Omit<TableProps<T>, 'columns'> & {
|
|
6
5
|
id: string;
|
|
7
6
|
table: Table<T>;
|
|
@@ -33,5 +32,5 @@ type Props<T> = Omit<TableProps<T>, 'columns'> & {
|
|
|
33
32
|
columnFilters: ColumnFiltersState;
|
|
34
33
|
setColumnOrder?: Dispatch<SetStateAction<string[]>>;
|
|
35
34
|
};
|
|
36
|
-
declare const Grid: <RecordType extends object>(props: Props<RecordType>) =>
|
|
35
|
+
declare const Grid: <RecordType extends object>(props: Props<RecordType>) => JSX.Element;
|
|
37
36
|
export default Grid;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Dispatch, SetStateAction } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
2
|
import type { ColumnDef, ColumnSizingInfoState, ColumnSizingState, Table } from '@tanstack/react-table';
|
|
4
3
|
import type { ColumnsTable, TableProps } from '../../grid-component/type';
|
|
5
4
|
type TableContainerProps<T> = Omit<TableProps<T>, 'columns'> & {
|
|
@@ -45,5 +44,5 @@ type TableContainerProps<T> = Omit<TableProps<T>, 'columns'> & {
|
|
|
45
44
|
columnSizing: ColumnSizingState;
|
|
46
45
|
triggerGroupColumns?: (groupedColumns: string[]) => void;
|
|
47
46
|
};
|
|
48
|
-
declare const TableContainer: <RecordType extends object>(props: TableContainerProps<RecordType>) =>
|
|
47
|
+
declare const TableContainer: <RecordType extends object>(props: TableContainerProps<RecordType>) => JSX.Element;
|
|
49
48
|
export default TableContainer;
|
|
@@ -9,7 +9,7 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
11
|
var _pagination = _interopRequireDefault(require("rc-master-ui/es/pagination"));
|
|
12
|
-
var
|
|
12
|
+
var _toolbar = _interopRequireDefault(require("rc-master-ui/es/toolbar"));
|
|
13
13
|
var _becoxyIcons = require("becoxy-icons");
|
|
14
14
|
var _reactNumericComponent = require("react-numeric-component");
|
|
15
15
|
var _TableWrapper = _interopRequireDefault(require("./TableWrapper"));
|
|
@@ -188,7 +188,7 @@ const TableContainer = props => {
|
|
|
188
188
|
flex: 1,
|
|
189
189
|
overflow: 'hidden'
|
|
190
190
|
}
|
|
191
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
191
|
+
}, /*#__PURE__*/_react.default.createElement(_toolbar.default, {
|
|
192
192
|
items: (toolbarItems ?? []).filter(it => it.position !== 'Bottom'),
|
|
193
193
|
mode: toolbarMode
|
|
194
194
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -24,5 +24,5 @@ type Props<T> = {
|
|
|
24
24
|
pagination?: false | PaginationConfig;
|
|
25
25
|
infiniteScroll?: boolean;
|
|
26
26
|
};
|
|
27
|
-
declare const TableWrapper: <RecordType extends object>(props: Props<RecordType>) =>
|
|
27
|
+
declare const TableWrapper: <RecordType extends object>(props: Props<RecordType>) => JSX.Element;
|
|
28
28
|
export default TableWrapper;
|
package/lib/tabs/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type { TabPaneProps, TabsProps } from 'rc-master-ui';
|
|
1
|
+
import Tabs from 'rc-master-ui/es/tabs';
|
|
2
|
+
import type { TabPaneProps, TabsProps } from 'rc-master-ui/es/tabs';
|
|
3
3
|
export type { TabPaneProps, TabsProps };
|
|
4
4
|
export default Tabs;
|
package/lib/tabs/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
7
|
-
var
|
|
8
|
-
var _default = exports.default =
|
|
8
|
+
var _tabs = _interopRequireDefault(require("rc-master-ui/es/tabs"));
|
|
9
|
+
var _default = exports.default = _tabs.default;
|
package/lib/tree-select/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
7
|
-
var
|
|
8
|
-
var _default = exports.default =
|
|
8
|
+
var _treeSelect = _interopRequireDefault(require("rc-master-ui/es/tree-select"));
|
|
9
|
+
var _default = exports.default = _treeSelect.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-grid-template",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.36",
|
|
4
4
|
"description": "es-grid-template",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -35,86 +35,89 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@alifd/next": "^1.20.28",
|
|
38
|
-
"@ant-design/colors": "
|
|
39
|
-
"@ant-design/icons": "
|
|
40
|
-
"@babel/runtime": "
|
|
41
|
-
"@core-rc/rc-select": "
|
|
42
|
-
"@dnd-kit/core": "
|
|
43
|
-
"@dnd-kit/modifiers": "
|
|
44
|
-
"@dnd-kit/sortable": "
|
|
45
|
-
"@faker-js/faker": "
|
|
46
|
-
"@floating-ui/react": "
|
|
38
|
+
"@ant-design/colors": "8.0.0",
|
|
39
|
+
"@ant-design/icons": "5.5.2",
|
|
40
|
+
"@babel/runtime": "7.11.2",
|
|
41
|
+
"@core-rc/rc-select": "0.1.3",
|
|
42
|
+
"@dnd-kit/core": "6.3.1",
|
|
43
|
+
"@dnd-kit/modifiers": "9.0.0",
|
|
44
|
+
"@dnd-kit/sortable": "10.0.0",
|
|
45
|
+
"@faker-js/faker": "9.5.0",
|
|
46
|
+
"@floating-ui/react": "0.27.5",
|
|
47
47
|
"@hookform/resolvers": "5.0.1",
|
|
48
|
-
"@popperjs/core": "
|
|
49
|
-
"@rc-component/color-picker": "
|
|
48
|
+
"@popperjs/core": "2.11.8",
|
|
49
|
+
"@rc-component/color-picker": "2.0.1",
|
|
50
50
|
"@rc-component/father-plugin": "^2.0.1",
|
|
51
|
-
"@rc-component/trigger": "
|
|
52
|
-
"@rc-component/util": "
|
|
53
|
-
"@tanstack/react-table": "
|
|
54
|
-
"@tanstack/react-virtual": "
|
|
55
|
-
"@types/react-resizable": "
|
|
56
|
-
"@types/styled-components": "
|
|
57
|
-
"@vitest/coverage-v8": "
|
|
51
|
+
"@rc-component/trigger": "2.0.0",
|
|
52
|
+
"@rc-component/util": "1.0.1",
|
|
53
|
+
"@tanstack/react-table": "8.21.3",
|
|
54
|
+
"@tanstack/react-virtual": "3.13.12",
|
|
55
|
+
"@types/react-resizable": "3.0.8",
|
|
56
|
+
"@types/styled-components": "5.1.34",
|
|
57
|
+
"@vitest/coverage-v8": "2.0.5",
|
|
58
58
|
"antd": "5.24.1",
|
|
59
|
-
"antd-style": "
|
|
60
|
-
"becoxy-icons": "
|
|
61
|
-
"classnames": "
|
|
62
|
-
"dayjs": "
|
|
63
|
-
"lodash": "
|
|
64
|
-
"moment": "
|
|
65
|
-
"postcss": "
|
|
66
|
-
"
|
|
67
|
-
"rc-
|
|
68
|
-
"rc-
|
|
69
|
-
"rc-
|
|
70
|
-
"rc-select": "
|
|
71
|
-
"rc-tooltip": "
|
|
72
|
-
"rc-tree": "
|
|
73
|
-
"rc-tree-select": "
|
|
74
|
-
"react-full-screen": "
|
|
59
|
+
"antd-style": "3.7.1",
|
|
60
|
+
"becoxy-icons": "2.0.1",
|
|
61
|
+
"classnames": "2.3.1",
|
|
62
|
+
"dayjs": "1.11.13",
|
|
63
|
+
"lodash": "4.17.21",
|
|
64
|
+
"moment": "2.30.1",
|
|
65
|
+
"postcss": "8.4.35",
|
|
66
|
+
"prettier": "^3.8.4",
|
|
67
|
+
"rc-checkbox": "3.5.0",
|
|
68
|
+
"rc-dropdown": "4.2.1",
|
|
69
|
+
"rc-field-form": "2.6.0",
|
|
70
|
+
"rc-select": "14.16.3",
|
|
71
|
+
"rc-tooltip": "6.3.0",
|
|
72
|
+
"rc-tree": "5.10.1",
|
|
73
|
+
"rc-tree-select": "5.24.5",
|
|
74
|
+
"react-full-screen": "1.1.1",
|
|
75
75
|
"react-hook-form": "7.54.2",
|
|
76
|
-
"react-hot-toast": "
|
|
77
|
-
"react-numeric-component": "
|
|
78
|
-
"react-resizable": "
|
|
79
|
-
"react-tooltip": "
|
|
80
|
-
"react-virtuoso": "
|
|
76
|
+
"react-hot-toast": "2.5.2",
|
|
77
|
+
"react-numeric-component": "1.0.7",
|
|
78
|
+
"react-resizable": "3.0.5",
|
|
79
|
+
"react-tooltip": "5.28.1",
|
|
80
|
+
"react-virtuoso": "4.17.0",
|
|
81
81
|
"rimraf": "5.0.10",
|
|
82
|
-
"rxjs": "
|
|
83
|
-
"sass": "
|
|
84
|
-
"styled-components": "
|
|
85
|
-
"sweetalert2": "
|
|
86
|
-
"sweetalert2-react-content": "
|
|
87
|
-
"throttle-debounce": "
|
|
88
|
-
"usehooks-ts": "
|
|
89
|
-
"
|
|
90
|
-
"
|
|
82
|
+
"rxjs": "6.5.4",
|
|
83
|
+
"sass": "1.64.0",
|
|
84
|
+
"styled-components": "6.1.15",
|
|
85
|
+
"sweetalert2": "11.4.14",
|
|
86
|
+
"sweetalert2-react-content": "5.0.0",
|
|
87
|
+
"throttle-debounce": "5.0.2",
|
|
88
|
+
"usehooks-ts": "3.1.1",
|
|
89
|
+
"uuid": "^11.1.0",
|
|
90
|
+
"vitest": "2.0.5",
|
|
91
|
+
"xlsx": "0.18.5",
|
|
91
92
|
"yup": "1.6.1"
|
|
92
93
|
},
|
|
93
94
|
"devDependencies": {
|
|
94
|
-
"@babel/cli": "
|
|
95
|
-
"@babel/preset-env": "
|
|
96
|
-
"@rc-component/np": "
|
|
97
|
-
"@testing-library/react": "
|
|
98
|
-
"@types/jest": "
|
|
99
|
-
"@types/react": "
|
|
100
|
-
"@types/react-dom": "
|
|
101
|
-
"@types/warning": "
|
|
102
|
-
"cross-env": "
|
|
95
|
+
"@babel/cli": "7.26.4",
|
|
96
|
+
"@babel/preset-env": "7.26.9",
|
|
97
|
+
"@rc-component/np": "1.0.3",
|
|
98
|
+
"@testing-library/react": "14.0.0",
|
|
99
|
+
"@types/jest": "29.4.0",
|
|
100
|
+
"@types/react": "18.0.26",
|
|
101
|
+
"@types/react-dom": "18.0.10",
|
|
102
|
+
"@types/warning": "3.0.0",
|
|
103
|
+
"cross-env": "7.0.0",
|
|
103
104
|
"dumi": "^2.2.13",
|
|
104
105
|
"eslint": "^8.56.0",
|
|
105
106
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
106
107
|
"father": "^4.0.0",
|
|
107
|
-
"gh-pages": "
|
|
108
|
-
"less": "
|
|
109
|
-
"np": "
|
|
110
|
-
"rc-
|
|
111
|
-
"
|
|
112
|
-
"react
|
|
113
|
-
"
|
|
108
|
+
"gh-pages": "3.1.0",
|
|
109
|
+
"less": "4.1.1",
|
|
110
|
+
"np": "7.1.0",
|
|
111
|
+
"rc-master-ui": "1.1.59",
|
|
112
|
+
"rc-test": "7.0.9",
|
|
113
|
+
"react": "18.2.0",
|
|
114
|
+
"react-dom": "18.2.0",
|
|
115
|
+
"typescript": "4.0.5"
|
|
114
116
|
},
|
|
115
117
|
"peerDependencies": {
|
|
116
|
-
"
|
|
117
|
-
"react
|
|
118
|
+
"rc-master-ui": "1.1.59",
|
|
119
|
+
"react": ">=18",
|
|
120
|
+
"react-dom": ">=18"
|
|
118
121
|
},
|
|
119
122
|
"umi": {
|
|
120
123
|
"configFile": "config.ts"
|