@data-c/ui 0.1.60 → 0.1.62
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 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { PaginationProps as PaginationProps$1, TransportableDataTableProps, Cred
|
|
|
8
8
|
import * as _mui_material_styles from '@mui/material/styles';
|
|
9
9
|
import { AvatarProps } from '@mui/material/Avatar';
|
|
10
10
|
import { DialogComponent, DialogProps as DialogProps$2 } from '@toolpad/core';
|
|
11
|
+
export { useDialogs } from '@toolpad/core';
|
|
11
12
|
import { GridActionsCellItemProps, GridColDef as GridColDef$1, DataGridProps, GridRowsProp, GridRowSelectionModel, GridCallbackDetails } from '@mui/x-data-grid';
|
|
12
13
|
|
|
13
14
|
interface ButtonProps$2 extends ButtonProps$3 {
|
|
@@ -553,6 +554,7 @@ declare function DialogActionCancelar({ children, label, ...rest }: ButtonProps$
|
|
|
553
554
|
declare function DialogConfirmDelete({ open, onClose, payload, }: DialogProps$2<{
|
|
554
555
|
identificador: any;
|
|
555
556
|
useRemover: any;
|
|
557
|
+
qs?: Record<string, any>;
|
|
556
558
|
}>): react_jsx_runtime.JSX.Element;
|
|
557
559
|
|
|
558
560
|
declare const Dialog: {
|