@data-c/ui 0.2.41 → 0.2.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ import * as _mui_material_styles from '@mui/material/styles';
|
|
|
7
7
|
import { AvatarProps } from '@mui/material/Avatar';
|
|
8
8
|
import { DialogComponent, DialogProps } from '@toolpad/core';
|
|
9
9
|
export { useDialogs } from '@toolpad/core';
|
|
10
|
+
import * as _mui_x_data_grid_internals from '@mui/x-data-grid/internals';
|
|
11
|
+
import * as _mui_x_data_grid from '@mui/x-data-grid';
|
|
10
12
|
import { GridColDef as GridColDef$1, DataGridProps, GridRowsProp, GridRowSelectionModel, GridCallbackDetails, GridActionsCellItemProps } from '@mui/x-data-grid';
|
|
11
13
|
import * as LucideIcons from 'lucide-react';
|
|
12
14
|
import { LucideProps } from 'lucide-react';
|
|
@@ -744,6 +746,8 @@ declare const DataTable: {
|
|
|
744
746
|
ActionEdit: typeof DataTableActionEdit;
|
|
745
747
|
ActionDelete: typeof DataTableActionDelete;
|
|
746
748
|
ActionTransport: typeof DataTableActionTransport;
|
|
749
|
+
ColumnsPanelTrigger: React$1.ForwardRefExoticComponent<_mui_x_data_grid.ColumnsPanelTriggerProps> | React$1.ForwardRefExoticComponent<Omit<_mui_x_data_grid.ColumnsPanelTriggerProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
750
|
+
useGridApiRef: () => React$1.MutableRefObject<_mui_x_data_grid_internals.GridApiCommunity | null>;
|
|
747
751
|
};
|
|
748
752
|
|
|
749
753
|
interface ListRootProps extends StackProps {
|