@data-c/ui 0.2.40 → 0.2.42
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 +2 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -7,8 +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 from '@mui/x-data-grid';
|
|
10
11
|
import { GridColDef as GridColDef$1, DataGridProps, GridRowsProp, GridRowSelectionModel, GridCallbackDetails, GridActionsCellItemProps } from '@mui/x-data-grid';
|
|
11
|
-
export * from '@mui/x-data-grid';
|
|
12
12
|
import * as LucideIcons from 'lucide-react';
|
|
13
13
|
import { LucideProps } from 'lucide-react';
|
|
14
14
|
import { DatePickerProps } from '@mui/x-date-pickers';
|
|
@@ -745,6 +745,7 @@ declare const DataTable: {
|
|
|
745
745
|
ActionEdit: typeof DataTableActionEdit;
|
|
746
746
|
ActionDelete: typeof DataTableActionDelete;
|
|
747
747
|
ActionTransport: typeof DataTableActionTransport;
|
|
748
|
+
ColumnsPanelTrigger: React$1.ForwardRefExoticComponent<_mui_x_data_grid.ColumnsPanelTriggerProps> | React$1.ForwardRefExoticComponent<Omit<_mui_x_data_grid.ColumnsPanelTriggerProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
748
749
|
};
|
|
749
750
|
|
|
750
751
|
interface ListRootProps extends StackProps {
|