@galaxy-ds/core 2.1.0 → 2.1.2
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.stories.d.ts +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const MuiIcon: import("@emotion/styled").StyledComponent<import("..").IconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
2
3
|
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
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
4
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
5
|
}, "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
6
|
export declare const MuiListItem: import("@emotion/styled").StyledComponent<import("..").ListItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
6
7
|
export declare const MuiListItemText: import("@emotion/styled").StyledComponent<import("..").ListItemTextProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* ```js
|
|
@@ -16,7 +19,14 @@ export declare const Default: {
|
|
|
16
19
|
args: {
|
|
17
20
|
children: import("react/jsx-runtime").JSX.Element;
|
|
18
21
|
};
|
|
19
|
-
|
|
22
|
+
argTypes: {
|
|
23
|
+
children: {
|
|
24
|
+
control: {
|
|
25
|
+
type: undefined;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
20
30
|
children?: import("react").ReactNode;
|
|
21
31
|
classes?: Partial<import("@mui/material").AccordionDetailsClasses> | undefined;
|
|
22
32
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
@@ -32,27 +42,27 @@ export declare const Default: {
|
|
|
32
42
|
tabIndex?: number | undefined;
|
|
33
43
|
"aria-activedescendant"?: string | undefined;
|
|
34
44
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
35
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
45
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
36
46
|
"aria-braillelabel"?: string | undefined;
|
|
37
47
|
"aria-brailleroledescription"?: string | undefined;
|
|
38
48
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
39
|
-
"aria-checked"?: boolean | "
|
|
49
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
40
50
|
"aria-colcount"?: number | undefined;
|
|
41
51
|
"aria-colindex"?: number | undefined;
|
|
42
52
|
"aria-colindextext"?: string | undefined;
|
|
43
53
|
"aria-colspan"?: number | undefined;
|
|
44
54
|
"aria-controls"?: string | undefined;
|
|
45
|
-
"aria-current"?: boolean | "
|
|
55
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
46
56
|
"aria-describedby"?: string | undefined;
|
|
47
57
|
"aria-description"?: string | undefined;
|
|
48
58
|
"aria-details"?: string | undefined;
|
|
49
59
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
50
|
-
"aria-dropeffect"?: "
|
|
60
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
51
61
|
"aria-errormessage"?: string | undefined;
|
|
52
62
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
53
63
|
"aria-flowto"?: string | undefined;
|
|
54
64
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
55
|
-
"aria-haspopup"?: boolean | "
|
|
65
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
56
66
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
57
67
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
58
68
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -67,9 +77,9 @@ export declare const Default: {
|
|
|
67
77
|
"aria-owns"?: string | undefined;
|
|
68
78
|
"aria-placeholder"?: string | undefined;
|
|
69
79
|
"aria-posinset"?: number | undefined;
|
|
70
|
-
"aria-pressed"?: boolean | "
|
|
80
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
71
81
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
72
|
-
"aria-relevant"?: "
|
|
82
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
73
83
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
74
84
|
"aria-roledescription"?: string | undefined;
|
|
75
85
|
"aria-rowcount"?: number | undefined;
|
|
@@ -253,7 +263,7 @@ export declare const Default: {
|
|
|
253
263
|
suppressContentEditableWarning?: boolean | undefined;
|
|
254
264
|
accessKey?: string | undefined;
|
|
255
265
|
autoFocus?: boolean | undefined;
|
|
256
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
266
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
257
267
|
contextMenu?: string | undefined;
|
|
258
268
|
dir?: string | undefined;
|
|
259
269
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -281,8 +291,8 @@ export declare const Default: {
|
|
|
281
291
|
itemRef?: string | undefined;
|
|
282
292
|
results?: number | undefined;
|
|
283
293
|
security?: string | undefined;
|
|
284
|
-
unselectable?: "
|
|
285
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
294
|
+
unselectable?: "off" | "on" | undefined;
|
|
295
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
286
296
|
is?: string | undefined;
|
|
287
297
|
ref?: import("react").Ref<unknown> | undefined;
|
|
288
298
|
}>) => Promise<void>;
|
|
@@ -302,27 +312,27 @@ export declare const Default: {
|
|
|
302
312
|
tabIndex?: number | undefined;
|
|
303
313
|
"aria-activedescendant"?: string | undefined;
|
|
304
314
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
305
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
315
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
306
316
|
"aria-braillelabel"?: string | undefined;
|
|
307
317
|
"aria-brailleroledescription"?: string | undefined;
|
|
308
318
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
309
|
-
"aria-checked"?: boolean | "
|
|
319
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
310
320
|
"aria-colcount"?: number | undefined;
|
|
311
321
|
"aria-colindex"?: number | undefined;
|
|
312
322
|
"aria-colindextext"?: string | undefined;
|
|
313
323
|
"aria-colspan"?: number | undefined;
|
|
314
324
|
"aria-controls"?: string | undefined;
|
|
315
|
-
"aria-current"?: boolean | "
|
|
325
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
316
326
|
"aria-describedby"?: string | undefined;
|
|
317
327
|
"aria-description"?: string | undefined;
|
|
318
328
|
"aria-details"?: string | undefined;
|
|
319
329
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
320
|
-
"aria-dropeffect"?: "
|
|
330
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
321
331
|
"aria-errormessage"?: string | undefined;
|
|
322
332
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
323
333
|
"aria-flowto"?: string | undefined;
|
|
324
334
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
325
|
-
"aria-haspopup"?: boolean | "
|
|
335
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
326
336
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
327
337
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
328
338
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -337,9 +347,9 @@ export declare const Default: {
|
|
|
337
347
|
"aria-owns"?: string | undefined;
|
|
338
348
|
"aria-placeholder"?: string | undefined;
|
|
339
349
|
"aria-posinset"?: number | undefined;
|
|
340
|
-
"aria-pressed"?: boolean | "
|
|
350
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
341
351
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
342
|
-
"aria-relevant"?: "
|
|
352
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
343
353
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
344
354
|
"aria-roledescription"?: string | undefined;
|
|
345
355
|
"aria-rowcount"?: number | undefined;
|
|
@@ -523,7 +533,7 @@ export declare const Default: {
|
|
|
523
533
|
suppressContentEditableWarning?: boolean | undefined;
|
|
524
534
|
accessKey?: string | undefined;
|
|
525
535
|
autoFocus?: boolean | undefined;
|
|
526
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
536
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
527
537
|
contextMenu?: string | undefined;
|
|
528
538
|
dir?: string | undefined;
|
|
529
539
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -551,8 +561,8 @@ export declare const Default: {
|
|
|
551
561
|
itemRef?: string | undefined;
|
|
552
562
|
results?: number | undefined;
|
|
553
563
|
security?: string | undefined;
|
|
554
|
-
unselectable?: "
|
|
555
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
564
|
+
unselectable?: "off" | "on" | undefined;
|
|
565
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
556
566
|
is?: string | undefined;
|
|
557
567
|
ref?: import("react").Ref<unknown> | undefined;
|
|
558
568
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* ```js
|
|
@@ -10,24 +13,53 @@ declare const meta: {
|
|
|
10
13
|
parameters: {
|
|
11
14
|
badges: BADGE[];
|
|
12
15
|
};
|
|
16
|
+
argTypes: {
|
|
17
|
+
children: {
|
|
18
|
+
control: {
|
|
19
|
+
type: undefined;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
TransitionComponent: {
|
|
23
|
+
table: {
|
|
24
|
+
disable: boolean;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
TransitionProps: {
|
|
28
|
+
table: {
|
|
29
|
+
disable: boolean;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
component: {
|
|
33
|
+
table: {
|
|
34
|
+
disable: boolean;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
ref: {
|
|
38
|
+
control: {
|
|
39
|
+
type: undefined;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
13
43
|
};
|
|
14
44
|
export default meta;
|
|
15
45
|
export declare const Default: {
|
|
16
46
|
args: {
|
|
47
|
+
elevation: number;
|
|
17
48
|
onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLDivElement, MouseEvent>], void>;
|
|
49
|
+
variant: "elevation";
|
|
18
50
|
children: import("react/jsx-runtime").JSX.Element;
|
|
19
51
|
};
|
|
20
|
-
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
52
|
+
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
21
53
|
children: NonNullable<import("react").ReactNode> & import("react").ReactNode;
|
|
22
54
|
classes?: (Partial<import("@mui/material").AccordionClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
23
55
|
defaultExpanded?: boolean | undefined;
|
|
24
56
|
disabled?: boolean | undefined;
|
|
25
57
|
disableGutters?: boolean | undefined;
|
|
26
58
|
expanded?: boolean | undefined;
|
|
27
|
-
onChange?: ((event: import("react").SyntheticEvent, expanded: boolean) => void) | undefined;
|
|
59
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, expanded: boolean) => void) | undefined;
|
|
28
60
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
29
61
|
TransitionComponent?: import("react").JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
|
|
30
|
-
children?: import("react").ReactElement<any, any
|
|
62
|
+
children?: import("react").ReactElement<any, any> | undefined;
|
|
31
63
|
}> | undefined;
|
|
32
64
|
TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
|
|
33
65
|
slots?: import("@mui/material").AccordionSlots | undefined;
|
|
@@ -39,7 +71,7 @@ export declare const Default: {
|
|
|
39
71
|
variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
|
|
40
72
|
className?: string | undefined;
|
|
41
73
|
style?: import("react").CSSProperties | undefined;
|
|
42
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
74
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
43
75
|
color?: string | undefined;
|
|
44
76
|
slot?: string | undefined;
|
|
45
77
|
title?: string | undefined;
|
|
@@ -50,27 +82,27 @@ export declare const Default: {
|
|
|
50
82
|
tabIndex?: number | undefined;
|
|
51
83
|
"aria-activedescendant"?: string | undefined;
|
|
52
84
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
53
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
85
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
54
86
|
"aria-braillelabel"?: string | undefined;
|
|
55
87
|
"aria-brailleroledescription"?: string | undefined;
|
|
56
88
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
57
|
-
"aria-checked"?: boolean | "
|
|
89
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
58
90
|
"aria-colcount"?: number | undefined;
|
|
59
91
|
"aria-colindex"?: number | undefined;
|
|
60
92
|
"aria-colindextext"?: string | undefined;
|
|
61
93
|
"aria-colspan"?: number | undefined;
|
|
62
94
|
"aria-controls"?: string | undefined;
|
|
63
|
-
"aria-current"?: boolean | "
|
|
95
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
64
96
|
"aria-describedby"?: string | undefined;
|
|
65
97
|
"aria-description"?: string | undefined;
|
|
66
98
|
"aria-details"?: string | undefined;
|
|
67
99
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
68
|
-
"aria-dropeffect"?: "
|
|
100
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
69
101
|
"aria-errormessage"?: string | undefined;
|
|
70
102
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
71
103
|
"aria-flowto"?: string | undefined;
|
|
72
104
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
73
|
-
"aria-haspopup"?: boolean | "
|
|
105
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
74
106
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
75
107
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
76
108
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -85,9 +117,9 @@ export declare const Default: {
|
|
|
85
117
|
"aria-owns"?: string | undefined;
|
|
86
118
|
"aria-placeholder"?: string | undefined;
|
|
87
119
|
"aria-posinset"?: number | undefined;
|
|
88
|
-
"aria-pressed"?: boolean | "
|
|
120
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
89
121
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
90
|
-
"aria-relevant"?: "
|
|
122
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
91
123
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
92
124
|
"aria-roledescription"?: string | undefined;
|
|
93
125
|
"aria-rowcount"?: number | undefined;
|
|
@@ -271,7 +303,7 @@ export declare const Default: {
|
|
|
271
303
|
suppressContentEditableWarning?: boolean | undefined;
|
|
272
304
|
accessKey?: string | undefined;
|
|
273
305
|
autoFocus?: boolean | undefined;
|
|
274
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
306
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
275
307
|
contextMenu?: string | undefined;
|
|
276
308
|
dir?: string | undefined;
|
|
277
309
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -299,9 +331,9 @@ export declare const Default: {
|
|
|
299
331
|
itemRef?: string | undefined;
|
|
300
332
|
results?: number | undefined;
|
|
301
333
|
security?: string | undefined;
|
|
302
|
-
unselectable?: "
|
|
303
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
334
|
+
unselectable?: "off" | "on" | undefined;
|
|
335
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
304
336
|
is?: string | undefined;
|
|
305
|
-
component?: import("react").ElementType | undefined;
|
|
337
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
306
338
|
}>) => Promise<void>;
|
|
307
339
|
};
|