@movable/ui 3.1.2-claude.0 → 3.2.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/lib/index.d.ts CHANGED
@@ -22,10 +22,9 @@ import { FormControlLabelProps } from '@mui/material/FormControlLabel';
22
22
  import { FormGroupProps } from '@mui/material/FormGroup';
23
23
  import { FormLabelProps } from '@mui/material/FormLabel';
24
24
  import { ForwardRefExoticComponent } from 'react';
25
+ import { Grid2Props } from '@mui/material/Grid2';
25
26
  import { GridColDef } from '@mui/x-data-grid-premium';
26
27
  import { GridColumnVisibilityModel } from '@mui/x-data-grid-premium';
27
- import { GridProps } from '@mui/material/Grid';
28
- import { GridProps as GridProps_2 } from '@mui/material';
29
28
  import { JSX as JSX_2 } from 'react/jsx-runtime';
30
29
  import { LinkProps } from '@mui/material';
31
30
  import { ListItemIconProps } from '@mui/material/ListItemIcon';
@@ -167,8 +166,8 @@ export declare function EightColumnFullContentLayout({ children, itemProps, cont
167
166
 
168
167
  declare type EightColumnFullContentLayoutProps = {
169
168
  children: React.ReactNode;
170
- containerProps?: GridProps_2;
171
- itemProps?: GridProps_2;
169
+ containerProps?: Grid2Props;
170
+ itemProps?: Grid2Props;
172
171
  };
173
172
 
174
173
  export declare function FiveThreeSplitContentLayout({ leftContent, rightContent, containerProps, leftProps, rightProps, }: FiveThreeSplitContentLayoutProps): JSX_2.Element;
@@ -176,9 +175,9 @@ export declare function FiveThreeSplitContentLayout({ leftContent, rightContent,
176
175
  declare type FiveThreeSplitContentLayoutProps = {
177
176
  leftContent: React.ReactNode;
178
177
  rightContent: React.ReactNode;
179
- containerProps?: GridProps_2;
180
- leftProps?: GridProps_2;
181
- rightProps?: GridProps_2;
178
+ containerProps?: Grid2Props;
179
+ leftProps?: Grid2Props;
180
+ rightProps?: Grid2Props;
182
181
  };
183
182
 
184
183
  export declare const FormSkeletonGrid: ({ skeletonRows, skeletonColumns, }: SkeletonGridType) => JSX_2.Element;
@@ -265,7 +264,7 @@ declare interface IInkGridToolBarProps {
265
264
 
266
265
  export declare function IndexLayout({ Header, children, sx, ...containerProps }: IndexLayoutProps): JSX_2.Element;
267
266
 
268
- declare type IndexLayoutProps = GridProps & {
267
+ declare type IndexLayoutProps = Grid2Props & {
269
268
  Header: JSX.Element;
270
269
  children: React.ReactNode;
271
270
  };
@@ -802,10 +801,10 @@ declare type IPageWrapperProps = {
802
801
  description?: string;
803
802
  };
804
803
 
805
- declare type LayoutDetailsProps = GridProps & {
804
+ declare type LayoutDetailsProps = Grid2Props & {
806
805
  Header: JSX.Element;
807
806
  children: React.ReactNode;
808
- itemProps?: GridProps;
807
+ itemProps?: Grid2Props;
809
808
  };
810
809
 
811
810
  export declare function LinkBreadcrumbs({ breadcrumbs }: BreadcrumbProps): JSX_2.Element;
@@ -879,8 +878,8 @@ declare type PanelWithPaperContentLayoutProps = React.PropsWithChildren<{
879
878
  children: React.ReactNode;
880
879
  wrapperProps?: BoxProps;
881
880
  panelProps?: BoxProps;
882
- containerProps?: GridProps_2;
883
- itemProps?: GridProps_2;
881
+ containerProps?: Grid2Props;
882
+ itemProps?: Grid2Props;
884
883
  }>;
885
884
 
886
885
  declare type PrimaryButtonType = ButtonProps & {
@@ -893,9 +892,9 @@ export declare function SevenThreeSplitContentLayout({ leftContent, rightContent
893
892
  declare type SevenThreeSplitContentLayoutProps = {
894
893
  leftContent: React.ReactNode;
895
894
  rightContent: React.ReactNode;
896
- containerProps?: GridProps_2;
897
- leftProps?: GridProps_2;
898
- rightProps?: GridProps_2;
895
+ containerProps?: Grid2Props;
896
+ leftProps?: Grid2Props;
897
+ rightProps?: Grid2Props;
899
898
  };
900
899
 
901
900
  declare type SkeletonGridType = {
@@ -909,8 +908,8 @@ export declare function TenColumnFullContentLayout({ children, itemProps, contai
909
908
 
910
909
  declare type TenColumnFullContentLayoutProps = {
911
910
  children: React.ReactNode;
912
- containerProps?: GridProps_2;
913
- itemProps?: GridProps_2;
911
+ containerProps?: Grid2Props;
912
+ itemProps?: Grid2Props;
914
913
  };
915
914
 
916
915
  export declare function useCopyToClipboard(): [CopiedValue, CopyFn];
@@ -919,10 +918,10 @@ declare type VariantType = 'page' | 'paper' | 'search' | 'data';
919
918
 
920
919
  export declare function WorkflowLayout({ Header, children, sx, itemProps, ...rest }: WorkflowLayoutProps): JSX_2.Element;
921
920
 
922
- declare type WorkflowLayoutProps = GridProps & {
921
+ declare type WorkflowLayoutProps = Grid2Props & {
923
922
  Header: JSX.Element;
924
923
  children: React.ReactNode;
925
- itemProps?: GridProps;
924
+ itemProps?: Grid2Props;
926
925
  };
927
926
 
928
927
  export { }