@galaxy-ds/core 2.0.23 → 2.0.25
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/Accordion/Accordion.styled.d.ts +1 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +1 -1
- package/dist/AppBar/AppBar.styled.d.ts +2 -2
- package/dist/Autocomplete/Autocomplete.stories.d.ts +6 -6
- package/dist/Autocomplete/Autocomplete.styled.d.ts +2 -2
- package/dist/Avatar/Avatar.styled.d.ts +1 -1
- package/dist/BottomListButton/BottomListButton.styled.d.ts +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -285
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +1 -1
- package/dist/Button/Button.styled.d.ts +1 -1
- package/dist/Card/Card.styled.d.ts +1 -1
- package/dist/Chip/Chip.styled.d.ts +1 -1
- package/dist/Drawer/Drawer.stories.d.ts +6 -6
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +3 -3
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +1 -1
- package/dist/Dropdown/Dropdown.stories.d.ts +16 -16
- package/dist/EmptyState/EmptyState.styled.d.ts +1 -1
- package/dist/FooterActions/FooterActions.styled.d.ts +1 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +2 -2
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +1 -1
- package/dist/Icon/Icon.stories.d.ts +6 -6
- package/dist/IconButton/IconButton.stories.d.ts +2 -2
- package/dist/Icons/doctype-icons.stories.d.ts +8 -8
- package/dist/Icons/leap-icons.stories.d.ts +10 -10
- package/dist/Input/Input.stories.d.ts +17 -17
- package/dist/Input/Input.styled.d.ts +1 -1
- package/dist/Loader/Loader.styled.d.ts +1 -1
- package/dist/MenuHeader/MenuHeader.styled.d.ts +1 -1
- package/dist/RibbonButton/RibbonButton.styled.d.ts +1 -1
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +2 -2
- package/dist/Tab/Tab.styled.d.ts +1 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +1 -1
- package/dist/Tabs/Tabs.styled.d.ts +1 -1
- package/dist/Tag/Tag.styled.d.ts +1 -1
- package/dist/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/ThemeProvider/index.d.ts +0 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/stories/Typography.stories.d.ts +1 -16
- package/dist/stories/resources/desktopTypography.d.ts +119 -0
- package/dist/stories/resources/webTypography.d.ts +119 -0
- package/package.json +5 -3
- package/dist/ThemeProvider/ThemeProvider.types.d.ts +0 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const MuiIcon: import("@emotion/styled").StyledComponent<import("..").IconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
2
2
|
export declare const MuiListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "children" | "
|
|
4
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "tabIndex" | "disabled" | "alignItems" | "disableGutters" | "autoFocus" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "selected" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
5
5
|
export declare const MuiListItem: import("@emotion/styled").StyledComponent<import("..").ListItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
6
6
|
export declare const MuiListItemText: import("@emotion/styled").StyledComponent<import("..").ListItemTextProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
7
7
|
export declare const MuiListItemIcon: import("@emotion/styled").StyledComponent<import("..").ListItemIconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -4,7 +4,7 @@ export declare const MuiListItemText: import("@emotion/styled").StyledComponent<
|
|
|
4
4
|
export declare const ActivityLogChips: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
5
5
|
export declare const ActivityLogMainName: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
7
|
-
}, "children" | "
|
|
7
|
+
}, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "lineHeight" | "textTransform" | "variant" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
8
8
|
export declare const ActivityLogValues: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
9
|
export declare const ActivityLogGroup: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const DocTypeImageStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const Hidden: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2
2
|
export declare const MuiAppBar: import("@emotion/styled").StyledComponent<import("@mui/material").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
4
|
-
}, "children" | "
|
|
4
|
+
}, "children" | "classes" | "className" | "style" | "color" | "sx" | "elevation" | "square" | "variant" | "position" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
5
5
|
export declare const AppBarToolbar: import("@emotion/styled").StyledComponent<import("@mui/material").ToolbarOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, "children" | "
|
|
7
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
8
8
|
export declare const AppBarLogo: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
9
|
export declare const AppBarUser: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
10
|
export declare const AppBarContent: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -35,10 +35,10 @@ export declare const Default: {
|
|
|
35
35
|
placeholder?: string | undefined;
|
|
36
36
|
platform?: ("desktop" | "web") | undefined;
|
|
37
37
|
renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
|
|
38
|
+
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
38
39
|
ref?: import("react").Ref<unknown> | undefined;
|
|
39
40
|
className?: string | undefined;
|
|
40
41
|
style?: import("react").CSSProperties | undefined;
|
|
41
|
-
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
42
42
|
color?: string | undefined;
|
|
43
43
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
44
44
|
slot?: string | undefined;
|
|
@@ -388,10 +388,10 @@ export declare const Default: {
|
|
|
388
388
|
placeholder?: string | undefined;
|
|
389
389
|
platform?: ("desktop" | "web") | undefined;
|
|
390
390
|
renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
|
|
391
|
+
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
391
392
|
ref?: import("react").Ref<unknown> | undefined;
|
|
392
393
|
className?: string | undefined;
|
|
393
394
|
style?: import("react").CSSProperties | undefined;
|
|
394
|
-
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
395
395
|
color?: string | undefined;
|
|
396
396
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
397
397
|
slot?: string | undefined;
|
|
@@ -760,10 +760,10 @@ export declare const Multiple: {
|
|
|
760
760
|
placeholder?: string | undefined;
|
|
761
761
|
platform?: ("desktop" | "web") | undefined;
|
|
762
762
|
renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
|
|
763
|
+
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
763
764
|
ref?: import("react").Ref<unknown> | undefined;
|
|
764
765
|
className?: string | undefined;
|
|
765
766
|
style?: import("react").CSSProperties | undefined;
|
|
766
|
-
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
767
767
|
color?: string | undefined;
|
|
768
768
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
769
769
|
slot?: string | undefined;
|
|
@@ -1120,10 +1120,10 @@ export declare const Multiple: {
|
|
|
1120
1120
|
placeholder?: string | undefined;
|
|
1121
1121
|
platform?: ("desktop" | "web") | undefined;
|
|
1122
1122
|
renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
|
|
1123
|
+
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1123
1124
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1124
1125
|
className?: string | undefined;
|
|
1125
1126
|
style?: import("react").CSSProperties | undefined;
|
|
1126
|
-
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1127
1127
|
color?: string | undefined;
|
|
1128
1128
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1129
1129
|
slot?: string | undefined;
|
|
@@ -1497,10 +1497,10 @@ export declare const CustomAction: {
|
|
|
1497
1497
|
placeholder?: string | undefined;
|
|
1498
1498
|
platform?: ("desktop" | "web") | undefined;
|
|
1499
1499
|
renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
|
|
1500
|
+
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1500
1501
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1501
1502
|
className?: string | undefined;
|
|
1502
1503
|
style?: import("react").CSSProperties | undefined;
|
|
1503
|
-
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1504
1504
|
color?: string | undefined;
|
|
1505
1505
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1506
1506
|
slot?: string | undefined;
|
|
@@ -1857,10 +1857,10 @@ export declare const CustomAction: {
|
|
|
1857
1857
|
placeholder?: string | undefined;
|
|
1858
1858
|
platform?: ("desktop" | "web") | undefined;
|
|
1859
1859
|
renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
|
|
1860
|
+
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1860
1861
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1861
1862
|
className?: string | undefined;
|
|
1862
1863
|
style?: import("react").CSSProperties | undefined;
|
|
1863
|
-
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1864
1864
|
color?: string | undefined;
|
|
1865
1865
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1866
1866
|
slot?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StyledPaper: import("@emotion/styled").StyledComponent<import("@mui/material/Paper").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "elevation" | "square" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
4
4
|
bottomButtonHeight?: number;
|
|
5
5
|
}, {}, {}>;
|
|
6
6
|
export declare const StyledListContent: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
@@ -8,4 +8,4 @@ export declare const StyledListContent: import("@emotion/styled").StyledComponen
|
|
|
8
8
|
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
9
9
|
export declare const StyledTypography: import("@emotion/styled").StyledComponent<import("@mui/material/Typography").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
10
10
|
ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
11
|
-
}, "children" | "
|
|
11
|
+
}, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "lineHeight" | "textTransform" | "variant" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const AvatarStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Avatar").AvatarOwnProps & import("@mui/material/Avatar").AvatarSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "variant" | "slots" | "slotProps" | "sizes" | "alt" | "src" | "imgProps" | "srcSet"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -2,4 +2,4 @@ export declare const Root: import("@emotion/styled").StyledComponent<import("../
|
|
|
2
2
|
export declare const ListButtonText: import("@emotion/styled").StyledComponent<Omit<import("..").TypographyProps, "ref"> & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3
3
|
export declare const Divider: import("@emotion/styled").StyledComponent<import("@mui/material").DividerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & {
|
|
4
4
|
ref?: ((instance: HTMLHRElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLHRElement> | null | undefined;
|
|
5
|
-
}, "children" | "
|
|
5
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "orientation" | "variant" | "textAlign" | "absolute" | "light" | "flexItem"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -590,291 +590,6 @@ export declare const Collapsed: {
|
|
|
590
590
|
args: {
|
|
591
591
|
maxItems: number;
|
|
592
592
|
};
|
|
593
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
|
|
594
|
-
children?: import("react").ReactNode;
|
|
595
|
-
classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
596
|
-
slots?: {
|
|
597
|
-
CollapsedIcon?: import("react").ElementType;
|
|
598
|
-
} | undefined;
|
|
599
|
-
slotProps?: {
|
|
600
|
-
collapsedIcon?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
601
|
-
muiName: string;
|
|
602
|
-
}, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState>;
|
|
603
|
-
} | undefined;
|
|
604
|
-
expandText?: string | undefined;
|
|
605
|
-
itemsAfterCollapse?: number | undefined;
|
|
606
|
-
itemsBeforeCollapse?: number | undefined;
|
|
607
|
-
maxItems?: number | undefined;
|
|
608
|
-
separator?: import("react").ReactNode;
|
|
609
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
610
|
-
className?: string | undefined;
|
|
611
|
-
style?: import("react").CSSProperties | undefined;
|
|
612
|
-
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
613
|
-
color?: string | undefined;
|
|
614
|
-
slot?: string | undefined;
|
|
615
|
-
title?: string | undefined;
|
|
616
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
617
|
-
id?: string | undefined;
|
|
618
|
-
lang?: string | undefined;
|
|
619
|
-
role?: import("react").AriaRole | undefined;
|
|
620
|
-
tabIndex?: number | undefined;
|
|
621
|
-
"aria-activedescendant"?: string | undefined;
|
|
622
|
-
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
623
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
624
|
-
"aria-braillelabel"?: string | undefined;
|
|
625
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
626
|
-
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
627
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
628
|
-
"aria-colcount"?: number | undefined;
|
|
629
|
-
"aria-colindex"?: number | undefined;
|
|
630
|
-
"aria-colindextext"?: string | undefined;
|
|
631
|
-
"aria-colspan"?: number | undefined;
|
|
632
|
-
"aria-controls"?: string | undefined;
|
|
633
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
634
|
-
"aria-describedby"?: string | undefined;
|
|
635
|
-
"aria-description"?: string | undefined;
|
|
636
|
-
"aria-details"?: string | undefined;
|
|
637
|
-
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
638
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
639
|
-
"aria-errormessage"?: string | undefined;
|
|
640
|
-
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
641
|
-
"aria-flowto"?: string | undefined;
|
|
642
|
-
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
643
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
644
|
-
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
645
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
646
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
647
|
-
"aria-label"?: string | undefined;
|
|
648
|
-
"aria-labelledby"?: string | undefined;
|
|
649
|
-
"aria-level"?: number | undefined;
|
|
650
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
651
|
-
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
652
|
-
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
653
|
-
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
654
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
655
|
-
"aria-owns"?: string | undefined;
|
|
656
|
-
"aria-placeholder"?: string | undefined;
|
|
657
|
-
"aria-posinset"?: number | undefined;
|
|
658
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
659
|
-
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
660
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
661
|
-
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
662
|
-
"aria-roledescription"?: string | undefined;
|
|
663
|
-
"aria-rowcount"?: number | undefined;
|
|
664
|
-
"aria-rowindex"?: number | undefined;
|
|
665
|
-
"aria-rowindextext"?: string | undefined;
|
|
666
|
-
"aria-rowspan"?: number | undefined;
|
|
667
|
-
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
668
|
-
"aria-setsize"?: number | undefined;
|
|
669
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
670
|
-
"aria-valuemax"?: number | undefined;
|
|
671
|
-
"aria-valuemin"?: number | undefined;
|
|
672
|
-
"aria-valuenow"?: number | undefined;
|
|
673
|
-
"aria-valuetext"?: string | undefined;
|
|
674
|
-
dangerouslySetInnerHTML?: {
|
|
675
|
-
__html: string | TrustedHTML;
|
|
676
|
-
} | undefined;
|
|
677
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
678
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
679
|
-
onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
680
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
681
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
682
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
|
|
683
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
684
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
685
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
686
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
687
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
688
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
|
|
689
|
-
onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
690
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
691
|
-
onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
692
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
|
|
693
|
-
onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
694
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
695
|
-
onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
696
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
697
|
-
onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
698
|
-
onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
699
|
-
onReset?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
700
|
-
onResetCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
701
|
-
onSubmit?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
702
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
703
|
-
onInvalid?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
704
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
|
|
705
|
-
onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
706
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
707
|
-
onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
708
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
709
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
710
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
711
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
712
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
713
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
714
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
|
|
715
|
-
onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
716
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
717
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
718
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
719
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
720
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
721
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
722
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
723
|
-
onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
724
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
725
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
726
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
727
|
-
onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
728
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
729
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
730
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
731
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
732
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
733
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
734
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
735
|
-
onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
736
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
737
|
-
onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
738
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
739
|
-
onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
740
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
741
|
-
onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
742
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
743
|
-
onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
744
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
745
|
-
onResize?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
746
|
-
onResizeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
747
|
-
onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
748
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
749
|
-
onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
750
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
751
|
-
onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
752
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
753
|
-
onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
754
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
755
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
756
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
757
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
758
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
759
|
-
onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
760
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
761
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
762
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
763
|
-
onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
764
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
765
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
766
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
767
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
768
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
769
|
-
onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
770
|
-
onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
771
|
-
onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
772
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
773
|
-
onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
774
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
775
|
-
onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
776
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
777
|
-
onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
778
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
779
|
-
onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
780
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
781
|
-
onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
782
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
783
|
-
onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
784
|
-
onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
|
|
785
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
786
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
787
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
788
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
789
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
790
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
791
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
792
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
793
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
794
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
795
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
796
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
|
|
797
|
-
onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
798
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
|
|
799
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
800
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
801
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
802
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
803
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
804
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
805
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
806
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
|
|
807
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
808
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
809
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
810
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
811
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
812
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
813
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
814
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
815
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
816
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
817
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
818
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
819
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
820
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
821
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
822
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
823
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
824
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
825
|
-
onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
826
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
|
|
827
|
-
onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
828
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
|
|
829
|
-
onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
830
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
831
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
832
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
833
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
834
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
835
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
836
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
837
|
-
key?: import("react").Key | null | undefined;
|
|
838
|
-
content?: string | undefined;
|
|
839
|
-
translate?: "yes" | "no" | undefined;
|
|
840
|
-
defaultChecked?: boolean | undefined;
|
|
841
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
842
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
843
|
-
accessKey?: string | undefined;
|
|
844
|
-
autoFocus?: boolean | undefined;
|
|
845
|
-
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
846
|
-
contextMenu?: string | undefined;
|
|
847
|
-
dir?: string | undefined;
|
|
848
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
849
|
-
hidden?: boolean | undefined;
|
|
850
|
-
nonce?: string | undefined;
|
|
851
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
852
|
-
radioGroup?: string | undefined;
|
|
853
|
-
about?: string | undefined;
|
|
854
|
-
datatype?: string | undefined;
|
|
855
|
-
inlist?: any;
|
|
856
|
-
prefix?: string | undefined;
|
|
857
|
-
property?: string | undefined;
|
|
858
|
-
rel?: string | undefined;
|
|
859
|
-
resource?: string | undefined;
|
|
860
|
-
rev?: string | undefined;
|
|
861
|
-
typeof?: string | undefined;
|
|
862
|
-
vocab?: string | undefined;
|
|
863
|
-
autoCapitalize?: string | undefined;
|
|
864
|
-
autoCorrect?: string | undefined;
|
|
865
|
-
autoSave?: string | undefined;
|
|
866
|
-
itemProp?: string | undefined;
|
|
867
|
-
itemScope?: boolean | undefined;
|
|
868
|
-
itemType?: string | undefined;
|
|
869
|
-
itemID?: string | undefined;
|
|
870
|
-
itemRef?: string | undefined;
|
|
871
|
-
results?: number | undefined;
|
|
872
|
-
security?: string | undefined;
|
|
873
|
-
unselectable?: "on" | "off" | undefined;
|
|
874
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
875
|
-
is?: string | undefined;
|
|
876
|
-
component?: import("react").ElementType | undefined;
|
|
877
|
-
}>) => Promise<void>;
|
|
878
593
|
render: (args: {
|
|
879
594
|
children?: import("react").ReactNode;
|
|
880
595
|
classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const BreadcrumbsStyled: import("@emotion/styled").StyledComponent<import("@mui/material").BreadcrumbsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "slots" | "slotProps" | "separator" | "expandText" | "itemsAfterCollapse" | "itemsBeforeCollapse" | "maxItems"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const ButtonStyled: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "color" | "sx" | "tabIndex" | "href" | "disabled" | "variant" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "fullWidth" | "disableFocusRipple" | "size" | "disableElevation" | "endIcon" | "startIcon"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const CardContainer: import("@emotion/styled").StyledComponent<import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "elevation" | "square" | "variant" | "raised"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const ChipStyled: import("@emotion/styled").StyledComponent<import("@mui/material/Chip").ChipOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "color" | "sx" | "label" | "tabIndex" | "disabled" | "variant" | "icon" | "size" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -20,11 +20,11 @@ declare const meta: {
|
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
22
|
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
23
|
-
anchor?: ("left" | "top" | "right" | "bottom") | undefined;
|
|
24
23
|
children?: import("react").ReactNode;
|
|
24
|
+
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
25
|
+
anchor?: ("left" | "top" | "right" | "bottom") | undefined;
|
|
25
26
|
className?: string | undefined;
|
|
26
27
|
style?: import("react").CSSProperties | undefined;
|
|
27
|
-
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
28
28
|
color?: ("primary" | "default") | undefined;
|
|
29
29
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
30
30
|
slot?: string | undefined;
|
|
@@ -336,11 +336,11 @@ export declare const Default: {
|
|
|
336
336
|
onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLDivElement, MouseEvent>], void>;
|
|
337
337
|
};
|
|
338
338
|
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
|
|
339
|
-
anchor?: ("left" | "top" | "right" | "bottom") | undefined;
|
|
340
339
|
children?: import("react").ReactNode;
|
|
340
|
+
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
341
|
+
anchor?: ("left" | "top" | "right" | "bottom") | undefined;
|
|
341
342
|
className?: string | undefined;
|
|
342
343
|
style?: import("react").CSSProperties | undefined;
|
|
343
|
-
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
344
344
|
color?: ("primary" | "default") | undefined;
|
|
345
345
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
346
346
|
slot?: string | undefined;
|
|
@@ -652,11 +652,11 @@ export declare const Default: {
|
|
|
652
652
|
};
|
|
653
653
|
};
|
|
654
654
|
render: (args: {
|
|
655
|
-
anchor?: ("left" | "top" | "right" | "bottom") | undefined;
|
|
656
655
|
children?: import("react").ReactNode;
|
|
656
|
+
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
657
|
+
anchor?: ("left" | "top" | "right" | "bottom") | undefined;
|
|
657
658
|
className?: string | undefined;
|
|
658
659
|
style?: import("react").CSSProperties | undefined;
|
|
659
|
-
classes?: Partial<import("@mui/material").DrawerClasses> | undefined;
|
|
660
660
|
color?: ("primary" | "default") | undefined;
|
|
661
661
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
662
662
|
slot?: string | undefined;
|
|
@@ -12,9 +12,9 @@ export declare const Default: {
|
|
|
12
12
|
};
|
|
13
13
|
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
|
|
14
14
|
children: import("react").ReactNode;
|
|
15
|
+
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
15
16
|
className?: string | undefined;
|
|
16
17
|
style?: import("react").CSSProperties | undefined;
|
|
17
|
-
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
18
18
|
color?: string | undefined;
|
|
19
19
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
20
20
|
slot?: string | undefined;
|
|
@@ -312,9 +312,9 @@ export declare const Default: {
|
|
|
312
312
|
};
|
|
313
313
|
render: (args: {
|
|
314
314
|
children: import("react").ReactNode;
|
|
315
|
+
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
315
316
|
className?: string | undefined;
|
|
316
317
|
style?: import("react").CSSProperties | undefined;
|
|
317
|
-
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
318
318
|
color?: string | undefined;
|
|
319
319
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
320
320
|
slot?: string | undefined;
|
|
@@ -611,9 +611,9 @@ export declare const Selected: {
|
|
|
611
611
|
};
|
|
612
612
|
render: (args: {
|
|
613
613
|
children: import("react").ReactNode;
|
|
614
|
+
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
614
615
|
className?: string | undefined;
|
|
615
616
|
style?: import("react").CSSProperties | undefined;
|
|
616
|
-
classes?: (Partial<import("@mui/material").MenuItemClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
617
617
|
color?: string | undefined;
|
|
618
618
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
619
619
|
slot?: string | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const DrawerMenuContainer: import("@emotion/styled").StyledComponent<import("@mui/material").MenuItemOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
3
|
-
}, "children" | "
|
|
3
|
+
}, "children" | "classes" | "className" | "style" | "sx" | "tabIndex" | "disabled" | "disableGutters" | "autoFocus" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "selected" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|