@abdellatifui/react 3.2.121 → 3.2.124
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/nextgen.css +1 -1
- package/dist/nextgen.d.ts +4 -0
- package/dist/nextgen.js +2171 -2145
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -705,10 +705,12 @@ declare interface ModelProps_2 {
|
|
|
705
705
|
container?: MutableRefObject<HTMLDivElement>;
|
|
706
706
|
onChange?: ({}: {}) => void;
|
|
707
707
|
onClose?: ({}: {}) => void;
|
|
708
|
+
onCloseStart?: ({}: {}) => void;
|
|
708
709
|
onOpen?: ({}: {}) => void;
|
|
709
710
|
closeDelay?: number;
|
|
710
711
|
animationDuration?: number;
|
|
711
712
|
applyStackRules?: boolean;
|
|
713
|
+
defaultOpen?: boolean;
|
|
712
714
|
}
|
|
713
715
|
|
|
714
716
|
export declare const MuiTable: (props: any) => JSX.Element;
|
|
@@ -1416,6 +1418,8 @@ export declare interface TooltipProps {
|
|
|
1416
1418
|
variant?: 'primary' | 'secondary' | 'outline';
|
|
1417
1419
|
}
|
|
1418
1420
|
|
|
1421
|
+
export declare const useAbuiContext: () => {};
|
|
1422
|
+
|
|
1419
1423
|
export declare const useApi: (props: UseApiProps) => ExtendedAxiosInstance;
|
|
1420
1424
|
|
|
1421
1425
|
export declare interface UseApiProps {
|