material-react-table 1.11.4 → 1.12.0-beta.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/README.md +1 -1
- package/dist/cjs/index.js +770 -1004
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/MaterialReactTable.d.ts +4 -743
- package/dist/cjs/types/_locales/cs.d.ts +1 -1
- package/dist/cjs/types/_locales/da.d.ts +1 -1
- package/dist/cjs/types/_locales/de.d.ts +1 -1
- package/dist/cjs/types/_locales/en.d.ts +1 -1
- package/dist/cjs/types/_locales/es.d.ts +1 -1
- package/dist/cjs/types/_locales/fa.d.ts +1 -1
- package/dist/cjs/types/_locales/fi.d.ts +1 -1
- package/dist/cjs/types/_locales/fr.d.ts +1 -1
- package/dist/cjs/types/_locales/hu.d.ts +1 -1
- package/dist/cjs/types/_locales/id.d.ts +1 -1
- package/dist/cjs/types/_locales/it.d.ts +1 -1
- package/dist/cjs/types/_locales/ja.d.ts +1 -1
- package/dist/cjs/types/_locales/nl.d.ts +1 -1
- package/dist/cjs/types/_locales/pl.d.ts +1 -1
- package/dist/cjs/types/_locales/pt-BR.d.ts +1 -1
- package/dist/cjs/types/_locales/pt.d.ts +1 -1
- package/dist/cjs/types/_locales/ro.d.ts +1 -1
- package/dist/cjs/types/_locales/ru.d.ts +1 -1
- package/dist/cjs/types/_locales/sk.d.ts +1 -1
- package/dist/cjs/types/_locales/sr-Cyrl-RS.d.ts +1 -1
- package/dist/cjs/types/_locales/sr-Latn-RS.d.ts +1 -1
- package/dist/cjs/types/_locales/sv.d.ts +1 -1
- package/dist/cjs/types/_locales/tr.d.ts +1 -1
- package/dist/cjs/types/_locales/uk.d.ts +1 -1
- package/dist/cjs/types/_locales/vi.d.ts +1 -1
- package/dist/cjs/types/_locales/zh-Hans.d.ts +1 -1
- package/dist/cjs/types/_locales/zh-Hant.d.ts +1 -1
- package/dist/cjs/types/body/MRT_EditRowModal.d.ts +2 -3
- package/dist/cjs/types/body/MRT_TableBody.d.ts +4 -4
- package/dist/cjs/types/body/MRT_TableBodyCell.d.ts +5 -5
- package/dist/cjs/types/body/MRT_TableBodyCellValue.d.ts +2 -3
- package/dist/cjs/types/body/MRT_TableBodyRow.d.ts +5 -5
- package/dist/cjs/types/body/MRT_TableBodyRowGrabHandle.d.ts +3 -3
- package/dist/cjs/types/body/MRT_TableDetailPanel.d.ts +4 -4
- package/dist/cjs/types/buttons/MRT_ColumnPinningButtons.d.ts +2 -3
- package/dist/cjs/types/buttons/MRT_CopyButton.d.ts +3 -3
- package/dist/cjs/types/buttons/MRT_EditActionButtons.d.ts +2 -3
- package/dist/cjs/types/buttons/MRT_ExpandAllButton.d.ts +2 -3
- package/dist/cjs/types/buttons/MRT_ExpandButton.d.ts +2 -3
- package/dist/cjs/types/buttons/MRT_FullScreenToggleButton.d.ts +3 -4
- package/dist/cjs/types/buttons/MRT_GrabHandleButton.d.ts +4 -4
- package/dist/cjs/types/buttons/MRT_ShowHideColumnsButton.d.ts +3 -4
- package/dist/cjs/types/buttons/MRT_ToggleDensePaddingButton.d.ts +3 -4
- package/dist/cjs/types/buttons/MRT_ToggleFiltersButton.d.ts +3 -4
- package/dist/cjs/types/buttons/MRT_ToggleGlobalFilterButton.d.ts +3 -4
- package/dist/cjs/types/buttons/MRT_ToggleRowActionMenuButton.d.ts +2 -3
- package/dist/cjs/types/column.utils.d.ts +10 -10
- package/dist/cjs/types/filterFns.d.ts +1 -1
- package/dist/cjs/types/footer/MRT_TableFooter.d.ts +3 -4
- package/dist/cjs/types/footer/MRT_TableFooterCell.d.ts +2 -3
- package/dist/cjs/types/footer/MRT_TableFooterRow.d.ts +3 -4
- package/dist/cjs/types/head/MRT_TableHead.d.ts +3 -4
- package/dist/cjs/types/head/MRT_TableHeadCell.d.ts +2 -3
- package/dist/cjs/types/head/MRT_TableHeadCellColumnActionsButton.d.ts +2 -3
- package/dist/cjs/types/head/MRT_TableHeadCellFilterContainer.d.ts +2 -3
- package/dist/cjs/types/head/MRT_TableHeadCellFilterLabel.d.ts +2 -3
- package/dist/cjs/types/head/MRT_TableHeadCellGrabHandle.d.ts +3 -3
- package/dist/cjs/types/head/MRT_TableHeadCellResizeHandle.d.ts +2 -3
- package/dist/cjs/types/head/MRT_TableHeadCellSortLabel.d.ts +3 -4
- package/dist/cjs/types/head/MRT_TableHeadRow.d.ts +3 -4
- package/dist/cjs/types/index.d.ts +6 -4
- package/dist/cjs/types/inputs/MRT_EditCellTextField.d.ts +2 -3
- package/dist/cjs/types/inputs/MRT_FilterCheckbox.d.ts +2 -3
- package/dist/cjs/types/inputs/MRT_FilterRangeFields.d.ts +2 -3
- package/dist/cjs/types/inputs/MRT_FilterTextField.d.ts +2 -3
- package/dist/cjs/types/inputs/MRT_GlobalFilterTextField.d.ts +2 -3
- package/dist/cjs/types/inputs/MRT_SelectCheckbox.d.ts +2 -3
- package/dist/cjs/types/menus/MRT_ColumnActionMenu.d.ts +2 -3
- package/dist/cjs/types/menus/MRT_FilterOptionMenu.d.ts +2 -3
- package/dist/cjs/types/menus/MRT_RowActionMenu.d.ts +3 -3
- package/dist/cjs/types/menus/MRT_ShowHideColumnsMenu.d.ts +2 -3
- package/dist/cjs/types/menus/MRT_ShowHideColumnsMenuItems.d.ts +3 -3
- package/dist/cjs/types/sortingFns.d.ts +17 -17
- package/dist/cjs/types/table/MRT_Table.d.ts +2 -3
- package/dist/cjs/types/table/MRT_TableContainer.d.ts +2 -3
- package/dist/cjs/types/table/MRT_TablePaper.d.ts +2 -3
- package/dist/cjs/types/toolbar/MRT_BottomToolbar.d.ts +2 -3
- package/dist/cjs/types/toolbar/MRT_LinearProgressBar.d.ts +2 -3
- package/dist/cjs/types/toolbar/MRT_TablePagination.d.ts +2 -3
- package/dist/cjs/types/toolbar/MRT_ToolbarAlertBanner.d.ts +2 -3
- package/dist/cjs/types/toolbar/MRT_ToolbarDropZone.d.ts +2 -3
- package/dist/cjs/types/toolbar/MRT_ToolbarInternalButtons.d.ts +2 -3
- package/dist/cjs/types/toolbar/MRT_TopToolbar.d.ts +3 -4
- package/dist/cjs/types/types.d.ts +745 -0
- package/dist/esm/material-react-table.esm.js +691 -925
- package/dist/esm/material-react-table.esm.js.map +1 -1
- package/dist/esm/types/MaterialReactTable.d.ts +4 -743
- package/dist/esm/types/_locales/cs.d.ts +1 -1
- package/dist/esm/types/_locales/da.d.ts +1 -1
- package/dist/esm/types/_locales/de.d.ts +1 -1
- package/dist/esm/types/_locales/en.d.ts +1 -1
- package/dist/esm/types/_locales/es.d.ts +1 -1
- package/dist/esm/types/_locales/fa.d.ts +1 -1
- package/dist/esm/types/_locales/fi.d.ts +1 -1
- package/dist/esm/types/_locales/fr.d.ts +1 -1
- package/dist/esm/types/_locales/hu.d.ts +1 -1
- package/dist/esm/types/_locales/id.d.ts +1 -1
- package/dist/esm/types/_locales/it.d.ts +1 -1
- package/dist/esm/types/_locales/ja.d.ts +1 -1
- package/dist/esm/types/_locales/nl.d.ts +1 -1
- package/dist/esm/types/_locales/pl.d.ts +1 -1
- package/dist/esm/types/_locales/pt-BR.d.ts +1 -1
- package/dist/esm/types/_locales/pt.d.ts +1 -1
- package/dist/esm/types/_locales/ro.d.ts +1 -1
- package/dist/esm/types/_locales/ru.d.ts +1 -1
- package/dist/esm/types/_locales/sk.d.ts +1 -1
- package/dist/esm/types/_locales/sr-Cyrl-RS.d.ts +1 -1
- package/dist/esm/types/_locales/sr-Latn-RS.d.ts +1 -1
- package/dist/esm/types/_locales/sv.d.ts +1 -1
- package/dist/esm/types/_locales/tr.d.ts +1 -1
- package/dist/esm/types/_locales/uk.d.ts +1 -1
- package/dist/esm/types/_locales/vi.d.ts +1 -1
- package/dist/esm/types/_locales/zh-Hans.d.ts +1 -1
- package/dist/esm/types/_locales/zh-Hant.d.ts +1 -1
- package/dist/esm/types/body/MRT_EditRowModal.d.ts +2 -3
- package/dist/esm/types/body/MRT_TableBody.d.ts +4 -4
- package/dist/esm/types/body/MRT_TableBodyCell.d.ts +5 -5
- package/dist/esm/types/body/MRT_TableBodyCellValue.d.ts +2 -3
- package/dist/esm/types/body/MRT_TableBodyRow.d.ts +5 -5
- package/dist/esm/types/body/MRT_TableBodyRowGrabHandle.d.ts +3 -3
- package/dist/esm/types/body/MRT_TableDetailPanel.d.ts +4 -4
- package/dist/esm/types/buttons/MRT_ColumnPinningButtons.d.ts +2 -3
- package/dist/esm/types/buttons/MRT_CopyButton.d.ts +3 -3
- package/dist/esm/types/buttons/MRT_EditActionButtons.d.ts +2 -3
- package/dist/esm/types/buttons/MRT_ExpandAllButton.d.ts +2 -3
- package/dist/esm/types/buttons/MRT_ExpandButton.d.ts +2 -3
- package/dist/esm/types/buttons/MRT_FullScreenToggleButton.d.ts +3 -4
- package/dist/esm/types/buttons/MRT_GrabHandleButton.d.ts +4 -4
- package/dist/esm/types/buttons/MRT_ShowHideColumnsButton.d.ts +3 -4
- package/dist/esm/types/buttons/MRT_ToggleDensePaddingButton.d.ts +3 -4
- package/dist/esm/types/buttons/MRT_ToggleFiltersButton.d.ts +3 -4
- package/dist/esm/types/buttons/MRT_ToggleGlobalFilterButton.d.ts +3 -4
- package/dist/esm/types/buttons/MRT_ToggleRowActionMenuButton.d.ts +2 -3
- package/dist/esm/types/column.utils.d.ts +10 -10
- package/dist/esm/types/filterFns.d.ts +1 -1
- package/dist/esm/types/footer/MRT_TableFooter.d.ts +3 -4
- package/dist/esm/types/footer/MRT_TableFooterCell.d.ts +2 -3
- package/dist/esm/types/footer/MRT_TableFooterRow.d.ts +3 -4
- package/dist/esm/types/head/MRT_TableHead.d.ts +3 -4
- package/dist/esm/types/head/MRT_TableHeadCell.d.ts +2 -3
- package/dist/esm/types/head/MRT_TableHeadCellColumnActionsButton.d.ts +2 -3
- package/dist/esm/types/head/MRT_TableHeadCellFilterContainer.d.ts +2 -3
- package/dist/esm/types/head/MRT_TableHeadCellFilterLabel.d.ts +2 -3
- package/dist/esm/types/head/MRT_TableHeadCellGrabHandle.d.ts +3 -3
- package/dist/esm/types/head/MRT_TableHeadCellResizeHandle.d.ts +2 -3
- package/dist/esm/types/head/MRT_TableHeadCellSortLabel.d.ts +3 -4
- package/dist/esm/types/head/MRT_TableHeadRow.d.ts +3 -4
- package/dist/esm/types/index.d.ts +6 -4
- package/dist/esm/types/inputs/MRT_EditCellTextField.d.ts +2 -3
- package/dist/esm/types/inputs/MRT_FilterCheckbox.d.ts +2 -3
- package/dist/esm/types/inputs/MRT_FilterRangeFields.d.ts +2 -3
- package/dist/esm/types/inputs/MRT_FilterTextField.d.ts +2 -3
- package/dist/esm/types/inputs/MRT_GlobalFilterTextField.d.ts +2 -3
- package/dist/esm/types/inputs/MRT_SelectCheckbox.d.ts +2 -3
- package/dist/esm/types/menus/MRT_ColumnActionMenu.d.ts +2 -3
- package/dist/esm/types/menus/MRT_FilterOptionMenu.d.ts +2 -3
- package/dist/esm/types/menus/MRT_RowActionMenu.d.ts +3 -3
- package/dist/esm/types/menus/MRT_ShowHideColumnsMenu.d.ts +2 -3
- package/dist/esm/types/menus/MRT_ShowHideColumnsMenuItems.d.ts +3 -3
- package/dist/esm/types/sortingFns.d.ts +17 -17
- package/dist/esm/types/table/MRT_Table.d.ts +2 -3
- package/dist/esm/types/table/MRT_TableContainer.d.ts +2 -3
- package/dist/esm/types/table/MRT_TablePaper.d.ts +2 -3
- package/dist/esm/types/toolbar/MRT_BottomToolbar.d.ts +2 -3
- package/dist/esm/types/toolbar/MRT_LinearProgressBar.d.ts +2 -3
- package/dist/esm/types/toolbar/MRT_TablePagination.d.ts +2 -3
- package/dist/esm/types/toolbar/MRT_ToolbarAlertBanner.d.ts +2 -3
- package/dist/esm/types/toolbar/MRT_ToolbarDropZone.d.ts +2 -3
- package/dist/esm/types/toolbar/MRT_ToolbarInternalButtons.d.ts +2 -3
- package/dist/esm/types/toolbar/MRT_TopToolbar.d.ts +3 -4
- package/dist/esm/types/types.d.ts +745 -0
- package/dist/index.d.ts +40 -35
- package/locales/cs.d.ts +1 -1
- package/locales/cs.esm.d.ts +1 -1
- package/locales/da.d.ts +1 -1
- package/locales/da.esm.d.ts +1 -1
- package/locales/de.d.ts +1 -1
- package/locales/de.esm.d.ts +1 -1
- package/locales/en.d.ts +1 -1
- package/locales/en.esm.d.ts +1 -1
- package/locales/es.d.ts +1 -1
- package/locales/es.esm.d.ts +1 -1
- package/locales/fa.d.ts +1 -1
- package/locales/fa.esm.d.ts +1 -1
- package/locales/fi.d.ts +1 -1
- package/locales/fi.esm.d.ts +1 -1
- package/locales/fr.d.ts +1 -1
- package/locales/fr.esm.d.ts +1 -1
- package/locales/hu.d.ts +1 -1
- package/locales/hu.esm.d.ts +1 -1
- package/locales/id.d.ts +1 -1
- package/locales/id.esm.d.ts +1 -1
- package/locales/it.d.ts +1 -1
- package/locales/it.esm.d.ts +1 -1
- package/locales/ja.d.ts +1 -1
- package/locales/ja.esm.d.ts +1 -1
- package/locales/nl.d.ts +1 -1
- package/locales/nl.esm.d.ts +1 -1
- package/locales/pl.d.ts +1 -1
- package/locales/pl.esm.d.ts +1 -1
- package/locales/pt-BR.d.ts +1 -1
- package/locales/pt-BR.esm.d.ts +1 -1
- package/locales/pt.d.ts +1 -1
- package/locales/pt.esm.d.ts +1 -1
- package/locales/ro.d.ts +1 -1
- package/locales/ro.esm.d.ts +1 -1
- package/locales/ru.d.ts +1 -1
- package/locales/ru.esm.d.ts +1 -1
- package/locales/sk.d.ts +1 -1
- package/locales/sk.esm.d.ts +1 -1
- package/locales/sr-Cyrl-RS.d.ts +1 -1
- package/locales/sr-Cyrl-RS.esm.d.ts +1 -1
- package/locales/sr-Latn-RS.d.ts +1 -1
- package/locales/sr-Latn-RS.esm.d.ts +1 -1
- package/locales/sv.d.ts +1 -1
- package/locales/sv.esm.d.ts +1 -1
- package/locales/tr.d.ts +1 -1
- package/locales/tr.esm.d.ts +1 -1
- package/locales/uk.d.ts +1 -1
- package/locales/uk.esm.d.ts +1 -1
- package/locales/vi.d.ts +1 -1
- package/locales/vi.esm.d.ts +1 -1
- package/locales/zh-Hans.d.ts +1 -1
- package/locales/zh-Hans.esm.d.ts +1 -1
- package/locales/zh-Hant.d.ts +1 -1
- package/locales/zh-Hant.esm.d.ts +1 -1
- package/package.json +35 -17
- package/src/MaterialReactTable.tsx +10 -984
- package/src/_locales/cs.ts +1 -1
- package/src/_locales/da.ts +1 -1
- package/src/_locales/de.ts +1 -1
- package/src/_locales/en.ts +1 -1
- package/src/_locales/es.ts +1 -1
- package/src/_locales/fa.ts +1 -1
- package/src/_locales/fi.ts +1 -1
- package/src/_locales/fr.ts +1 -1
- package/src/_locales/hu.ts +1 -1
- package/src/_locales/id.ts +1 -1
- package/src/_locales/it.ts +1 -1
- package/src/_locales/ja.ts +1 -1
- package/src/_locales/nl.ts +1 -1
- package/src/_locales/pl.ts +1 -1
- package/src/_locales/pt-BR.ts +1 -1
- package/src/_locales/pt.ts +1 -1
- package/src/_locales/ro.ts +1 -1
- package/src/_locales/ru.ts +1 -1
- package/src/_locales/sk.ts +1 -1
- package/src/_locales/sr-Cyrl-RS.ts +1 -1
- package/src/_locales/sr-Latn-RS.ts +1 -1
- package/src/_locales/sv.ts +1 -1
- package/src/_locales/tr.ts +1 -1
- package/src/_locales/uk.ts +1 -1
- package/src/_locales/vi.ts +1 -1
- package/src/_locales/zh-Hans.ts +1 -1
- package/src/_locales/zh-Hant.ts +1 -1
- package/src/body/MRT_EditRowModal.tsx +1 -2
- package/src/body/MRT_TableBody.tsx +2 -2
- package/src/body/MRT_TableBodyCell.tsx +6 -6
- package/src/body/MRT_TableBodyCellValue.tsx +2 -2
- package/src/body/MRT_TableBodyRow.tsx +3 -3
- package/src/body/MRT_TableBodyRowGrabHandle.tsx +2 -2
- package/src/body/MRT_TableDetailPanel.tsx +3 -3
- package/src/buttons/MRT_ColumnPinningButtons.tsx +1 -2
- package/src/buttons/MRT_CopyButton.tsx +2 -2
- package/src/buttons/MRT_EditActionButtons.tsx +1 -2
- package/src/buttons/MRT_ExpandAllButton.tsx +1 -2
- package/src/buttons/MRT_ExpandButton.tsx +2 -2
- package/src/buttons/MRT_FullScreenToggleButton.tsx +2 -3
- package/src/buttons/MRT_GrabHandleButton.tsx +3 -3
- package/src/buttons/MRT_ShowHideColumnsButton.tsx +3 -3
- package/src/buttons/MRT_ToggleDensePaddingButton.tsx +2 -3
- package/src/buttons/MRT_ToggleFiltersButton.tsx +2 -3
- package/src/buttons/MRT_ToggleGlobalFilterButton.tsx +2 -3
- package/src/buttons/MRT_ToggleRowActionMenuButton.tsx +2 -2
- package/src/column.utils.ts +23 -22
- package/src/filterFns.ts +1 -1
- package/src/footer/MRT_TableFooter.tsx +2 -3
- package/src/footer/MRT_TableFooterCell.tsx +1 -2
- package/src/footer/MRT_TableFooterRow.tsx +2 -3
- package/src/head/MRT_TableHead.tsx +2 -3
- package/src/head/MRT_TableHeadCell.tsx +3 -3
- package/src/head/MRT_TableHeadCellColumnActionsButton.tsx +2 -2
- package/src/head/MRT_TableHeadCellFilterContainer.tsx +1 -2
- package/src/head/MRT_TableHeadCellFilterLabel.tsx +2 -2
- package/src/head/MRT_TableHeadCellGrabHandle.tsx +2 -2
- package/src/head/MRT_TableHeadCellResizeHandle.tsx +1 -2
- package/src/head/MRT_TableHeadCellSortLabel.tsx +2 -3
- package/src/head/MRT_TableHeadRow.tsx +2 -3
- package/src/index.tsx +7 -5
- package/src/inputs/MRT_EditCellTextField.tsx +3 -3
- package/src/inputs/MRT_FilterCheckbox.tsx +2 -3
- package/src/inputs/MRT_FilterRangeFields.tsx +1 -2
- package/src/inputs/MRT_FilterTextField.tsx +5 -5
- package/src/inputs/MRT_GlobalFilterTextField.tsx +4 -4
- package/src/inputs/MRT_SelectCheckbox.tsx +3 -3
- package/src/menus/MRT_ColumnActionMenu.tsx +3 -2
- package/src/menus/MRT_FilterOptionMenu.tsx +8 -8
- package/src/menus/MRT_RowActionMenu.tsx +2 -2
- package/src/menus/MRT_ShowHideColumnsMenu.tsx +2 -2
- package/src/menus/MRT_ShowHideColumnsMenuItems.tsx +2 -8
- package/src/sortingFns.ts +1 -1
- package/src/table/MRT_Table.tsx +2 -2
- package/src/table/MRT_TableContainer.tsx +2 -2
- package/src/table/MRT_TablePaper.tsx +1 -2
- package/src/table/MRT_TableRoot.tsx +16 -16
- package/src/toolbar/MRT_BottomToolbar.tsx +1 -2
- package/src/toolbar/MRT_LinearProgressBar.tsx +1 -2
- package/src/toolbar/MRT_TablePagination.tsx +2 -2
- package/src/toolbar/MRT_ToolbarAlertBanner.tsx +2 -2
- package/src/toolbar/MRT_ToolbarDropZone.tsx +2 -2
- package/src/toolbar/MRT_ToolbarInternalButtons.tsx +1 -2
- package/src/toolbar/MRT_TopToolbar.tsx +2 -3
- package/src/types.ts +981 -0
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_CS: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_DA: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_DE: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_EN: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_ES: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_FA: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_FI: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_FR: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_HU: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_ID: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_IT: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_JA: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_NL: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_PL: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_PT_BR: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_PT: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { MRT_Localization } from '../
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_RO: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_RU: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_SK: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_SR_CYRL_RS: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_SR_LATN_RS: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_SV: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_TR: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_UK: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_VI: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_ZH_HANS: MRT_Localization;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import type
|
1
|
+
import { type MRT_Localization } from '../types';
|
2
2
|
export declare const MRT_Localization_ZH_HANT: MRT_Localization;
|
@@ -1,9 +1,8 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Row, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Row, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props<TData extends Record<string, any> = {}> {
|
4
3
|
open: boolean;
|
5
4
|
row: MRT_Row<TData>;
|
6
5
|
table: MRT_TableInstance<TData>;
|
7
6
|
}
|
8
|
-
export declare const MRT_EditRowModal: <TData extends Record<string, any> = {}>({ open, row, table, }: Props<TData>) => JSX.Element;
|
7
|
+
export declare const MRT_EditRowModal: <TData extends Record<string, any> = {}>({ open, row, table, }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
9
8
|
export {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
/// <reference types="react" />
|
2
2
|
import { type VirtualItem, type Virtualizer } from '@tanstack/react-virtual';
|
3
|
-
import type
|
3
|
+
import { type MRT_TableInstance } from '../types';
|
4
4
|
interface Props {
|
5
5
|
columnVirtualizer?: Virtualizer<HTMLDivElement, HTMLTableCellElement>;
|
6
6
|
table: MRT_TableInstance;
|
@@ -8,6 +8,6 @@ interface Props {
|
|
8
8
|
virtualPaddingLeft?: number;
|
9
9
|
virtualPaddingRight?: number;
|
10
10
|
}
|
11
|
-
export declare const MRT_TableBody: ({ columnVirtualizer, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element;
|
12
|
-
export declare const Memo_MRT_TableBody:
|
11
|
+
export declare const MRT_TableBody: ({ columnVirtualizer, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => import("react/jsx-runtime").JSX.Element;
|
12
|
+
export declare const Memo_MRT_TableBody: import("react").MemoExoticComponent<({ columnVirtualizer, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => import("react/jsx-runtime").JSX.Element>;
|
13
13
|
export {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import
|
2
|
-
import type
|
3
|
-
import type
|
1
|
+
import { type RefObject } from 'react';
|
2
|
+
import { type VirtualItem } from '@tanstack/react-virtual';
|
3
|
+
import { type MRT_Cell, type MRT_TableInstance } from '../types';
|
4
4
|
interface Props {
|
5
5
|
cell: MRT_Cell;
|
6
6
|
measureElement?: (element: HTMLTableCellElement) => void;
|
@@ -10,6 +10,6 @@ interface Props {
|
|
10
10
|
table: MRT_TableInstance;
|
11
11
|
virtualCell?: VirtualItem;
|
12
12
|
}
|
13
|
-
export declare const MRT_TableBodyCell: ({ cell, measureElement, numRows, rowIndex, rowRef, table, virtualCell, }: Props) => JSX.Element;
|
14
|
-
export declare const Memo_MRT_TableBodyCell:
|
13
|
+
export declare const MRT_TableBodyCell: ({ cell, measureElement, numRows, rowIndex, rowRef, table, virtualCell, }: Props) => import("react/jsx-runtime").JSX.Element;
|
14
|
+
export declare const Memo_MRT_TableBodyCell: import("react").MemoExoticComponent<({ cell, measureElement, numRows, rowIndex, rowRef, table, virtualCell, }: Props) => import("react/jsx-runtime").JSX.Element>;
|
15
15
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Cell, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Cell, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props {
|
4
3
|
cell: MRT_Cell;
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
}
|
7
|
-
export declare const MRT_TableBodyCellValue: ({ cell, table }: Props) => JSX.Element;
|
6
|
+
export declare const MRT_TableBodyCellValue: ({ cell, table }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type VirtualItem, type Virtualizer } from '@tanstack/react-virtual';
|
3
|
+
import { type MRT_Row, type MRT_TableInstance } from '../types';
|
4
4
|
interface Props {
|
5
5
|
columnVirtualizer?: Virtualizer<HTMLDivElement, HTMLTableCellElement>;
|
6
6
|
measureElement?: (element: HTMLTableRowElement) => void;
|
@@ -13,6 +13,6 @@ interface Props {
|
|
13
13
|
virtualPaddingRight?: number;
|
14
14
|
virtualRow?: VirtualItem;
|
15
15
|
}
|
16
|
-
export declare const MRT_TableBodyRow: ({ columnVirtualizer, measureElement, numRows, row, rowIndex, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, virtualRow, }: Props) => JSX.Element;
|
17
|
-
export declare const Memo_MRT_TableBodyRow:
|
16
|
+
export declare const MRT_TableBodyRow: ({ columnVirtualizer, measureElement, numRows, row, rowIndex, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, virtualRow, }: Props) => import("react/jsx-runtime").JSX.Element;
|
17
|
+
export declare const Memo_MRT_TableBodyRow: import("react").MemoExoticComponent<({ columnVirtualizer, measureElement, numRows, row, rowIndex, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, virtualRow, }: Props) => import("react/jsx-runtime").JSX.Element>;
|
18
18
|
export {};
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { RefObject } from 'react';
|
2
|
-
import { MRT_Cell, MRT_TableInstance } from '
|
1
|
+
import { type RefObject } from 'react';
|
2
|
+
import { type MRT_Cell, type MRT_TableInstance } from '../types';
|
3
3
|
interface Props {
|
4
4
|
cell: MRT_Cell;
|
5
5
|
rowRef: RefObject<HTMLTableRowElement>;
|
6
6
|
table: MRT_TableInstance;
|
7
7
|
}
|
8
|
-
export declare const MRT_TableBodyRowGrabHandle: ({ cell, rowRef, table }: Props) => JSX.Element;
|
8
|
+
export declare const MRT_TableBodyRowGrabHandle: ({ cell, rowRef, table }: Props) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
export {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type
|
3
|
-
import type
|
1
|
+
import * as React from 'react';
|
2
|
+
import { type VirtualItem } from '@tanstack/react-virtual';
|
3
|
+
import { type MRT_Row, type MRT_TableInstance } from '../types';
|
4
4
|
interface Props {
|
5
5
|
parentRowRef: React.RefObject<HTMLTableRowElement>;
|
6
6
|
row: MRT_Row;
|
@@ -8,5 +8,5 @@ interface Props {
|
|
8
8
|
table: MRT_TableInstance;
|
9
9
|
virtualRow?: VirtualItem;
|
10
10
|
}
|
11
|
-
export declare const MRT_TableDetailPanel: ({ parentRowRef, row, rowIndex, table, virtualRow, }: Props) => JSX.Element;
|
11
|
+
export declare const MRT_TableDetailPanel: ({ parentRowRef, row, rowIndex, table, virtualRow, }: Props) => import("react/jsx-runtime").JSX.Element;
|
12
12
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Column, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Column, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props<TData extends Record<string, any> = {}> {
|
4
3
|
column: MRT_Column<TData>;
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
}
|
7
|
-
export declare const MRT_ColumnPinningButtons: <TData extends Record<string, any> = {}>({ column, table, }: Props<TData>) => JSX.Element;
|
6
|
+
export declare const MRT_ColumnPinningButtons: <TData extends Record<string, any> = {}>({ column, table, }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { ReactNode } from 'react';
|
2
|
-
import { MRT_Cell, MRT_TableInstance } from '
|
1
|
+
import { type ReactNode } from 'react';
|
2
|
+
import { type MRT_Cell, type MRT_TableInstance } from '../types';
|
3
3
|
interface Props<TData extends Record<string, any> = {}> {
|
4
4
|
cell: MRT_Cell<TData>;
|
5
5
|
children: ReactNode;
|
6
6
|
table: MRT_TableInstance<TData>;
|
7
7
|
}
|
8
|
-
export declare const MRT_CopyButton: <TData extends Record<string, any> = {}>({ cell, children, table, }: Props<TData>) => JSX.Element;
|
8
|
+
export declare const MRT_CopyButton: <TData extends Record<string, any> = {}>({ cell, children, table, }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
export {};
|
@@ -1,9 +1,8 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Row, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Row, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props<TData extends Record<string, any> = {}> {
|
4
3
|
row: MRT_Row<TData>;
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
variant?: 'icon' | 'text';
|
7
6
|
}
|
8
|
-
export declare const MRT_EditActionButtons: <TData extends Record<string, any> = {}>({ row, table, variant, }: Props<TData>) => JSX.Element;
|
7
|
+
export declare const MRT_EditActionButtons: <TData extends Record<string, any> = {}>({ row, table, variant, }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
9
8
|
export {};
|
@@ -1,7 +1,6 @@
|
|
1
|
-
|
2
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_TableInstance } from '../types';
|
3
2
|
interface Props {
|
4
3
|
table: MRT_TableInstance;
|
5
4
|
}
|
6
|
-
export declare const MRT_ExpandAllButton: ({ table }: Props) => JSX.Element;
|
5
|
+
export declare const MRT_ExpandAllButton: ({ table }: Props) => import("react/jsx-runtime").JSX.Element;
|
7
6
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Row, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Row, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props<TData extends Record<string, any> = {}> {
|
4
3
|
row: MRT_Row<TData>;
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
}
|
7
|
-
export declare const MRT_ExpandButton: <TData extends Record<string, any> = {}>({ row, table, }: Props<TData>) => JSX.Element;
|
6
|
+
export declare const MRT_ExpandButton: <TData extends Record<string, any> = {}>({ row, table, }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type IconButtonProps } from '@mui/material/IconButton';
|
2
|
+
import { type MRT_TableInstance } from '../types';
|
4
3
|
interface Props<TData extends Record<string, any> = {}> extends IconButtonProps {
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
}
|
7
|
-
export declare const MRT_FullScreenToggleButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => JSX.Element;
|
6
|
+
export declare const MRT_FullScreenToggleButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { DragEventHandler } from 'react';
|
2
|
-
import type
|
3
|
-
import type
|
1
|
+
import { type DragEventHandler } from 'react';
|
2
|
+
import { type IconButtonProps } from '@mui/material/IconButton';
|
3
|
+
import { type MRT_TableInstance } from '../types';
|
4
4
|
interface Props<TData extends Record<string, any> = {}> {
|
5
5
|
iconButtonProps?: IconButtonProps;
|
6
6
|
onDragStart: DragEventHandler<HTMLButtonElement>;
|
7
7
|
onDragEnd: DragEventHandler<HTMLButtonElement>;
|
8
8
|
table: MRT_TableInstance<TData>;
|
9
9
|
}
|
10
|
-
export declare const MRT_GrabHandleButton: <TData extends Record<string, any> = {}>({ iconButtonProps, onDragEnd, onDragStart, table, }: Props<TData>) => JSX.Element;
|
10
|
+
export declare const MRT_GrabHandleButton: <TData extends Record<string, any> = {}>({ iconButtonProps, onDragEnd, onDragStart, table, }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
11
11
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type IconButtonProps } from '@mui/material/IconButton';
|
2
|
+
import { type MRT_TableInstance } from '../types';
|
4
3
|
interface Props<TData extends Record<string, any> = {}> extends IconButtonProps {
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
}
|
7
|
-
export declare const MRT_ShowHideColumnsButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => JSX.Element;
|
6
|
+
export declare const MRT_ShowHideColumnsButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type IconButtonProps } from '@mui/material/IconButton';
|
2
|
+
import { type MRT_TableInstance } from '../types';
|
4
3
|
interface Props<TData extends Record<string, any> = {}> extends IconButtonProps {
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
}
|
7
|
-
export declare const MRT_ToggleDensePaddingButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => JSX.Element;
|
6
|
+
export declare const MRT_ToggleDensePaddingButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type IconButtonProps } from '@mui/material/IconButton';
|
2
|
+
import { type MRT_TableInstance } from '../types';
|
4
3
|
interface Props<TData extends Record<string, any> = {}> extends IconButtonProps {
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
}
|
7
|
-
export declare const MRT_ToggleFiltersButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => JSX.Element;
|
6
|
+
export declare const MRT_ToggleFiltersButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type IconButtonProps } from '@mui/material/IconButton';
|
2
|
+
import { type MRT_TableInstance } from '../types';
|
4
3
|
interface Props<TData extends Record<string, any> = {}> extends IconButtonProps {
|
5
4
|
table: MRT_TableInstance<TData>;
|
6
5
|
}
|
7
|
-
export declare const MRT_ToggleGlobalFilterButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => JSX.Element;
|
6
|
+
export declare const MRT_ToggleGlobalFilterButton: <TData extends Record<string, any> = {}>({ table, ...rest }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,9 +1,8 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Cell, MRT_Row, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Cell, type MRT_Row, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props<TData extends Record<string, any> = {}> {
|
4
3
|
cell: MRT_Cell<TData>;
|
5
4
|
row: MRT_Row<TData>;
|
6
5
|
table: MRT_TableInstance<TData>;
|
7
6
|
}
|
8
|
-
export declare const MRT_ToggleRowActionMenuButton: <TData extends Record<string, any> = {}>({ cell, row, table, }: Props<TData>) => JSX.Element;
|
7
|
+
export declare const MRT_ToggleRowActionMenuButton: <TData extends Record<string, any> = {}>({ cell, row, table, }: Props<TData>) => import("react/jsx-runtime").JSX.Element;
|
9
8
|
export {};
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { MRT_AggregationFns } from './aggregationFns';
|
2
|
-
import { MRT_FilterFns } from './filterFns';
|
3
|
-
import { MRT_SortingFns } from './sortingFns';
|
4
|
-
import type
|
5
|
-
import type
|
6
|
-
import type
|
7
|
-
import type
|
1
|
+
import { type MRT_AggregationFns } from './aggregationFns';
|
2
|
+
import { type MRT_FilterFns } from './filterFns';
|
3
|
+
import { type MRT_SortingFns } from './sortingFns';
|
4
|
+
import { type Row } from '@tanstack/react-table';
|
5
|
+
import { type TableCellProps } from '@mui/material/TableCell';
|
6
|
+
import { type Theme } from '@mui/material/styles';
|
7
|
+
import { type MaterialReactTableProps, type MRT_Column, type MRT_ColumnDef, type MRT_ColumnOrderState, type MRT_DefinedColumnDef, type MRT_DisplayColumnIds, type MRT_FilterOption, type MRT_GroupingState, type MRT_Header, type MRT_TableInstance } from './types';
|
8
8
|
export declare const getColumnId: <TData extends Record<string, any> = {}>(columnDef: MRT_ColumnDef<TData>) => string;
|
9
9
|
export declare const getAllLeafColumnDefs: <TData extends Record<string, any> = {}>(columns: MRT_ColumnDef<TData>[]) => MRT_ColumnDef<TData>[];
|
10
10
|
export declare const prepareColumns: <TData extends Record<string, any> = {}>({ aggregationFns, columnDefs, columnFilterFns, defaultDisplayColumn, filterFns, sortingFns, }: {
|
@@ -116,15 +116,15 @@ export declare const getCommonCellStyles: ({ column, header, table, tableCellPro
|
|
116
116
|
header?: {
|
117
117
|
id: string;
|
118
118
|
getContext: () => import("@tanstack/react-table").HeaderContext<{}, unknown>;
|
119
|
-
getLeafHeaders: () => import("@tanstack/react-table").Header<{}, unknown>[];
|
120
|
-
colSpan: number;
|
121
|
-
rowSpan: number;
|
122
119
|
index: number;
|
123
120
|
depth: number;
|
121
|
+
getLeafHeaders: () => import("@tanstack/react-table").Header<{}, unknown>[];
|
124
122
|
getSize: () => number;
|
125
123
|
getStart: (position?: import("@tanstack/react-table").ColumnPinningPosition | undefined) => number;
|
126
124
|
headerGroup: import("@tanstack/react-table").HeaderGroup<{}>;
|
127
125
|
subHeaders: import("@tanstack/react-table").Header<{}, unknown>[];
|
126
|
+
colSpan: number;
|
127
|
+
rowSpan: number;
|
128
128
|
isPlaceholder: boolean;
|
129
129
|
placeholderId?: string | undefined;
|
130
130
|
getResizeHandler: () => (event: unknown) => void;
|
@@ -1,11 +1,10 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type VirtualItem } from '@tanstack/react-virtual';
|
2
|
+
import { type MRT_TableInstance } from '../types';
|
4
3
|
interface Props {
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
virtualColumns?: VirtualItem[];
|
7
6
|
virtualPaddingLeft?: number;
|
8
7
|
virtualPaddingRight?: number;
|
9
8
|
}
|
10
|
-
export declare const MRT_TableFooter: ({ table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element;
|
9
|
+
export declare const MRT_TableFooter: ({ table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => import("react/jsx-runtime").JSX.Element;
|
11
10
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Header, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Header, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props {
|
4
3
|
footer: MRT_Header;
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
}
|
7
|
-
export declare const MRT_TableFooterCell: ({ footer, table }: Props) => JSX.Element;
|
6
|
+
export declare const MRT_TableFooterCell: ({ footer, table }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,6 +1,5 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_HeaderGroup, MRT_TableInstance } from '..';
|
1
|
+
import { type VirtualItem } from '@tanstack/react-virtual';
|
2
|
+
import { type MRT_HeaderGroup, type MRT_TableInstance } from '../types';
|
4
3
|
interface Props {
|
5
4
|
footerGroup: MRT_HeaderGroup;
|
6
5
|
table: MRT_TableInstance;
|
@@ -8,5 +7,5 @@ interface Props {
|
|
8
7
|
virtualPaddingLeft?: number;
|
9
8
|
virtualPaddingRight?: number;
|
10
9
|
}
|
11
|
-
export declare const MRT_TableFooterRow: ({ footerGroup, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element | null;
|
10
|
+
export declare const MRT_TableFooterRow: ({ footerGroup, table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => import("react/jsx-runtime").JSX.Element | null;
|
12
11
|
export {};
|
@@ -1,11 +1,10 @@
|
|
1
|
-
|
2
|
-
import type
|
3
|
-
import type { MRT_TableInstance } from '..';
|
1
|
+
import { type VirtualItem } from '@tanstack/react-virtual';
|
2
|
+
import { type MRT_TableInstance } from '../types';
|
4
3
|
interface Props {
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
virtualColumns?: VirtualItem[];
|
7
6
|
virtualPaddingLeft?: number;
|
8
7
|
virtualPaddingRight?: number;
|
9
8
|
}
|
10
|
-
export declare const MRT_TableHead: ({ table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => JSX.Element;
|
9
|
+
export declare const MRT_TableHead: ({ table, virtualColumns, virtualPaddingLeft, virtualPaddingRight, }: Props) => import("react/jsx-runtime").JSX.Element;
|
11
10
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Header, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Header, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props {
|
4
3
|
header: MRT_Header;
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
}
|
7
|
-
export declare const MRT_TableHeadCell: ({ header, table }: Props) => JSX.Element;
|
6
|
+
export declare const MRT_TableHeadCell: ({ header, table }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import type { MRT_Header, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Header, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props {
|
4
3
|
header: MRT_Header;
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
}
|
7
|
-
export declare const MRT_TableHeadCellColumnActionsButton: ({ header, table, }: Props) => JSX.Element;
|
6
|
+
export declare const MRT_TableHeadCellColumnActionsButton: ({ header, table, }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import { MRT_Header, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Header, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props {
|
4
3
|
header: MRT_Header;
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
}
|
7
|
-
export declare const MRT_TableHeadCellFilterContainer: ({ header, table }: Props) => JSX.Element;
|
6
|
+
export declare const MRT_TableHeadCellFilterContainer: ({ header, table }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,8 +1,7 @@
|
|
1
|
-
|
2
|
-
import { MRT_Header, MRT_TableInstance } from '..';
|
1
|
+
import { type MRT_Header, type MRT_TableInstance } from '../types';
|
3
2
|
interface Props {
|
4
3
|
header: MRT_Header;
|
5
4
|
table: MRT_TableInstance;
|
6
5
|
}
|
7
|
-
export declare const MRT_TableHeadCellFilterLabel: ({ header, table }: Props) => JSX.Element;
|
6
|
+
export declare const MRT_TableHeadCellFilterLabel: ({ header, table }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { RefObject } from 'react';
|
2
|
-
import type
|
1
|
+
import { type RefObject } from 'react';
|
2
|
+
import { type MRT_Column, type MRT_TableInstance } from '../types';
|
3
3
|
interface Props {
|
4
4
|
column: MRT_Column;
|
5
5
|
table: MRT_TableInstance;
|
6
6
|
tableHeadCellRef: RefObject<HTMLTableCellElement>;
|
7
7
|
}
|
8
|
-
export declare const MRT_TableHeadCellGrabHandle: ({ column, table, tableHeadCellRef, }: Props) => JSX.Element;
|
8
|
+
export declare const MRT_TableHeadCellGrabHandle: ({ column, table, tableHeadCellRef, }: Props) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
export {};
|