@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,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
|
* LEAP provides three button styles and two link styles for actions in forms, toolbars & dialogs
|
|
@@ -11,13 +14,59 @@ declare const meta: {
|
|
|
11
14
|
component: (props: import("./Button.types").GDSButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
15
|
parameters: {
|
|
13
16
|
badges: BADGE[];
|
|
17
|
+
layout: string;
|
|
14
18
|
};
|
|
15
19
|
argTypes: {
|
|
16
20
|
onFocusVisible: {
|
|
17
21
|
control: {
|
|
22
|
+
type: undefined;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
action: {
|
|
26
|
+
control: {
|
|
27
|
+
type: undefined;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
LinkComponent: {
|
|
31
|
+
control: {
|
|
32
|
+
type: undefined;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
ref: {
|
|
36
|
+
control: {
|
|
37
|
+
type: undefined;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
component: {
|
|
41
|
+
table: {
|
|
18
42
|
disable: boolean;
|
|
19
43
|
};
|
|
20
44
|
};
|
|
45
|
+
startIcon: {
|
|
46
|
+
control: {
|
|
47
|
+
type: undefined;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
endIcon: {
|
|
51
|
+
control: {
|
|
52
|
+
type: undefined;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
color: {
|
|
56
|
+
control: {
|
|
57
|
+
type: undefined;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
disabled: {
|
|
61
|
+
table: {
|
|
62
|
+
disabled: {
|
|
63
|
+
summary: string;
|
|
64
|
+
};
|
|
65
|
+
defaultValue: {
|
|
66
|
+
summary: boolean;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
21
70
|
};
|
|
22
71
|
};
|
|
23
72
|
export default meta;
|
|
@@ -29,6 +78,8 @@ export declare const Default: {
|
|
|
29
78
|
args: {
|
|
30
79
|
children: string;
|
|
31
80
|
onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLButtonElement, MouseEvent>], void>;
|
|
81
|
+
size: "medium";
|
|
82
|
+
variant: "text";
|
|
32
83
|
};
|
|
33
84
|
parameters: {
|
|
34
85
|
docs: {
|
|
@@ -37,35 +88,35 @@ export declare const Default: {
|
|
|
37
88
|
};
|
|
38
89
|
};
|
|
39
90
|
};
|
|
40
|
-
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
91
|
+
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
41
92
|
isLoading?: boolean | undefined;
|
|
42
93
|
children: import("react").ReactNode;
|
|
43
94
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
44
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
95
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
45
96
|
disabled?: boolean | undefined;
|
|
46
97
|
disableElevation?: boolean | undefined;
|
|
47
98
|
disableFocusRipple?: boolean | undefined;
|
|
48
99
|
endIcon?: import("react").ReactNode;
|
|
49
100
|
fullWidth?: boolean | undefined;
|
|
50
101
|
href?: string | undefined;
|
|
51
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
102
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
52
103
|
startIcon?: import("react").ReactNode;
|
|
53
104
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
54
105
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
55
|
-
tabIndex?:
|
|
106
|
+
tabIndex?: number | undefined;
|
|
56
107
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
57
108
|
centerRipple?: boolean | undefined;
|
|
58
109
|
disableRipple?: boolean | undefined;
|
|
59
110
|
disableTouchRipple?: boolean | undefined;
|
|
60
111
|
focusRipple?: boolean | undefined;
|
|
61
112
|
focusVisibleClassName?: string | undefined;
|
|
62
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
113
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
63
114
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
64
115
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
65
116
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
66
117
|
className?: string | undefined;
|
|
67
118
|
style?: import("react").CSSProperties | undefined;
|
|
68
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
119
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
69
120
|
form?: string | undefined;
|
|
70
121
|
slot?: string | undefined;
|
|
71
122
|
title?: string | undefined;
|
|
@@ -73,31 +124,31 @@ export declare const Default: {
|
|
|
73
124
|
id?: string | undefined;
|
|
74
125
|
lang?: string | undefined;
|
|
75
126
|
name?: string | undefined;
|
|
76
|
-
type?: "
|
|
127
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
77
128
|
role?: import("react").AriaRole | undefined;
|
|
78
129
|
"aria-activedescendant"?: string | undefined;
|
|
79
130
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
80
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
131
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
81
132
|
"aria-braillelabel"?: string | undefined;
|
|
82
133
|
"aria-brailleroledescription"?: string | undefined;
|
|
83
134
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
84
|
-
"aria-checked"?: boolean | "
|
|
135
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
85
136
|
"aria-colcount"?: number | undefined;
|
|
86
137
|
"aria-colindex"?: number | undefined;
|
|
87
138
|
"aria-colindextext"?: string | undefined;
|
|
88
139
|
"aria-colspan"?: number | undefined;
|
|
89
140
|
"aria-controls"?: string | undefined;
|
|
90
|
-
"aria-current"?: boolean | "
|
|
141
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
91
142
|
"aria-describedby"?: string | undefined;
|
|
92
143
|
"aria-description"?: string | undefined;
|
|
93
144
|
"aria-details"?: string | undefined;
|
|
94
145
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
95
|
-
"aria-dropeffect"?: "
|
|
146
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
96
147
|
"aria-errormessage"?: string | undefined;
|
|
97
148
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
98
149
|
"aria-flowto"?: string | undefined;
|
|
99
150
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
100
|
-
"aria-haspopup"?: boolean | "
|
|
151
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
101
152
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
102
153
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
103
154
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -112,9 +163,9 @@ export declare const Default: {
|
|
|
112
163
|
"aria-owns"?: string | undefined;
|
|
113
164
|
"aria-placeholder"?: string | undefined;
|
|
114
165
|
"aria-posinset"?: number | undefined;
|
|
115
|
-
"aria-pressed"?: boolean | "
|
|
166
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
116
167
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
117
|
-
"aria-relevant"?: "
|
|
168
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
118
169
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
119
170
|
"aria-roledescription"?: string | undefined;
|
|
120
171
|
"aria-rowcount"?: number | undefined;
|
|
@@ -299,7 +350,7 @@ export declare const Default: {
|
|
|
299
350
|
suppressContentEditableWarning?: boolean | undefined;
|
|
300
351
|
accessKey?: string | undefined;
|
|
301
352
|
autoFocus?: boolean | undefined;
|
|
302
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
353
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
303
354
|
contextMenu?: string | undefined;
|
|
304
355
|
dir?: string | undefined;
|
|
305
356
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -327,46 +378,46 @@ export declare const Default: {
|
|
|
327
378
|
itemRef?: string | undefined;
|
|
328
379
|
results?: number | undefined;
|
|
329
380
|
security?: string | undefined;
|
|
330
|
-
unselectable?: "
|
|
331
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
381
|
+
unselectable?: "off" | "on" | undefined;
|
|
382
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
332
383
|
is?: string | undefined;
|
|
333
|
-
formAction?: string |
|
|
384
|
+
formAction?: string | undefined;
|
|
334
385
|
formEncType?: string | undefined;
|
|
335
386
|
formMethod?: string | undefined;
|
|
336
387
|
formNoValidate?: boolean | undefined;
|
|
337
388
|
formTarget?: string | undefined;
|
|
338
|
-
value?: string | readonly string[] |
|
|
339
|
-
component?: import("react").ElementType | undefined;
|
|
389
|
+
value?: string | number | readonly string[] | undefined;
|
|
390
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
340
391
|
}>) => Promise<void>;
|
|
341
392
|
render: (args: {
|
|
342
393
|
isLoading?: boolean | undefined;
|
|
343
394
|
children: import("react").ReactNode;
|
|
344
395
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
345
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
396
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
346
397
|
disabled?: boolean | undefined;
|
|
347
398
|
disableElevation?: boolean | undefined;
|
|
348
399
|
disableFocusRipple?: boolean | undefined;
|
|
349
400
|
endIcon?: import("react").ReactNode;
|
|
350
401
|
fullWidth?: boolean | undefined;
|
|
351
402
|
href?: string | undefined;
|
|
352
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
403
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
353
404
|
startIcon?: import("react").ReactNode;
|
|
354
405
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
355
406
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
356
|
-
tabIndex?:
|
|
407
|
+
tabIndex?: number | undefined;
|
|
357
408
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
358
409
|
centerRipple?: boolean | undefined;
|
|
359
410
|
disableRipple?: boolean | undefined;
|
|
360
411
|
disableTouchRipple?: boolean | undefined;
|
|
361
412
|
focusRipple?: boolean | undefined;
|
|
362
413
|
focusVisibleClassName?: string | undefined;
|
|
363
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
414
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
364
415
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
365
416
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
366
417
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
367
418
|
className?: string | undefined;
|
|
368
419
|
style?: import("react").CSSProperties | undefined;
|
|
369
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
420
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
370
421
|
form?: string | undefined;
|
|
371
422
|
slot?: string | undefined;
|
|
372
423
|
title?: string | undefined;
|
|
@@ -374,31 +425,31 @@ export declare const Default: {
|
|
|
374
425
|
id?: string | undefined;
|
|
375
426
|
lang?: string | undefined;
|
|
376
427
|
name?: string | undefined;
|
|
377
|
-
type?: "
|
|
428
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
378
429
|
role?: import("react").AriaRole | undefined;
|
|
379
430
|
"aria-activedescendant"?: string | undefined;
|
|
380
431
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
381
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
432
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
382
433
|
"aria-braillelabel"?: string | undefined;
|
|
383
434
|
"aria-brailleroledescription"?: string | undefined;
|
|
384
435
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
385
|
-
"aria-checked"?: boolean | "
|
|
436
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
386
437
|
"aria-colcount"?: number | undefined;
|
|
387
438
|
"aria-colindex"?: number | undefined;
|
|
388
439
|
"aria-colindextext"?: string | undefined;
|
|
389
440
|
"aria-colspan"?: number | undefined;
|
|
390
441
|
"aria-controls"?: string | undefined;
|
|
391
|
-
"aria-current"?: boolean | "
|
|
442
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
392
443
|
"aria-describedby"?: string | undefined;
|
|
393
444
|
"aria-description"?: string | undefined;
|
|
394
445
|
"aria-details"?: string | undefined;
|
|
395
446
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
396
|
-
"aria-dropeffect"?: "
|
|
447
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
397
448
|
"aria-errormessage"?: string | undefined;
|
|
398
449
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
399
450
|
"aria-flowto"?: string | undefined;
|
|
400
451
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
401
|
-
"aria-haspopup"?: boolean | "
|
|
452
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
402
453
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
403
454
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
404
455
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -413,9 +464,9 @@ export declare const Default: {
|
|
|
413
464
|
"aria-owns"?: string | undefined;
|
|
414
465
|
"aria-placeholder"?: string | undefined;
|
|
415
466
|
"aria-posinset"?: number | undefined;
|
|
416
|
-
"aria-pressed"?: boolean | "
|
|
467
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
417
468
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
418
|
-
"aria-relevant"?: "
|
|
469
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
419
470
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
420
471
|
"aria-roledescription"?: string | undefined;
|
|
421
472
|
"aria-rowcount"?: number | undefined;
|
|
@@ -600,7 +651,7 @@ export declare const Default: {
|
|
|
600
651
|
suppressContentEditableWarning?: boolean | undefined;
|
|
601
652
|
accessKey?: string | undefined;
|
|
602
653
|
autoFocus?: boolean | undefined;
|
|
603
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
654
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
604
655
|
contextMenu?: string | undefined;
|
|
605
656
|
dir?: string | undefined;
|
|
606
657
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -628,16 +679,16 @@ export declare const Default: {
|
|
|
628
679
|
itemRef?: string | undefined;
|
|
629
680
|
results?: number | undefined;
|
|
630
681
|
security?: string | undefined;
|
|
631
|
-
unselectable?: "
|
|
632
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
682
|
+
unselectable?: "off" | "on" | undefined;
|
|
683
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
633
684
|
is?: string | undefined;
|
|
634
|
-
formAction?: string |
|
|
685
|
+
formAction?: string | undefined;
|
|
635
686
|
formEncType?: string | undefined;
|
|
636
687
|
formMethod?: string | undefined;
|
|
637
688
|
formNoValidate?: boolean | undefined;
|
|
638
689
|
formTarget?: string | undefined;
|
|
639
|
-
value?: string | readonly string[] |
|
|
640
|
-
component?: import("react").ElementType | undefined;
|
|
690
|
+
value?: string | number | readonly string[] | undefined;
|
|
691
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
641
692
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
642
693
|
};
|
|
643
694
|
/**
|
|
@@ -654,35 +705,35 @@ export declare const Info: {
|
|
|
654
705
|
};
|
|
655
706
|
};
|
|
656
707
|
};
|
|
657
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
708
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
658
709
|
isLoading?: boolean | undefined;
|
|
659
710
|
children: import("react").ReactNode;
|
|
660
711
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
661
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
712
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
662
713
|
disabled?: boolean | undefined;
|
|
663
714
|
disableElevation?: boolean | undefined;
|
|
664
715
|
disableFocusRipple?: boolean | undefined;
|
|
665
716
|
endIcon?: import("react").ReactNode;
|
|
666
717
|
fullWidth?: boolean | undefined;
|
|
667
718
|
href?: string | undefined;
|
|
668
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
719
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
669
720
|
startIcon?: import("react").ReactNode;
|
|
670
721
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
671
722
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
672
|
-
tabIndex?:
|
|
723
|
+
tabIndex?: number | undefined;
|
|
673
724
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
674
725
|
centerRipple?: boolean | undefined;
|
|
675
726
|
disableRipple?: boolean | undefined;
|
|
676
727
|
disableTouchRipple?: boolean | undefined;
|
|
677
728
|
focusRipple?: boolean | undefined;
|
|
678
729
|
focusVisibleClassName?: string | undefined;
|
|
679
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
730
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
680
731
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
681
732
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
682
733
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
683
734
|
className?: string | undefined;
|
|
684
735
|
style?: import("react").CSSProperties | undefined;
|
|
685
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
736
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
686
737
|
form?: string | undefined;
|
|
687
738
|
slot?: string | undefined;
|
|
688
739
|
title?: string | undefined;
|
|
@@ -690,31 +741,31 @@ export declare const Info: {
|
|
|
690
741
|
id?: string | undefined;
|
|
691
742
|
lang?: string | undefined;
|
|
692
743
|
name?: string | undefined;
|
|
693
|
-
type?: "
|
|
744
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
694
745
|
role?: import("react").AriaRole | undefined;
|
|
695
746
|
"aria-activedescendant"?: string | undefined;
|
|
696
747
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
697
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
748
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
698
749
|
"aria-braillelabel"?: string | undefined;
|
|
699
750
|
"aria-brailleroledescription"?: string | undefined;
|
|
700
751
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
701
|
-
"aria-checked"?: boolean | "
|
|
752
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
702
753
|
"aria-colcount"?: number | undefined;
|
|
703
754
|
"aria-colindex"?: number | undefined;
|
|
704
755
|
"aria-colindextext"?: string | undefined;
|
|
705
756
|
"aria-colspan"?: number | undefined;
|
|
706
757
|
"aria-controls"?: string | undefined;
|
|
707
|
-
"aria-current"?: boolean | "
|
|
758
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
708
759
|
"aria-describedby"?: string | undefined;
|
|
709
760
|
"aria-description"?: string | undefined;
|
|
710
761
|
"aria-details"?: string | undefined;
|
|
711
762
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
712
|
-
"aria-dropeffect"?: "
|
|
763
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
713
764
|
"aria-errormessage"?: string | undefined;
|
|
714
765
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
715
766
|
"aria-flowto"?: string | undefined;
|
|
716
767
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
717
|
-
"aria-haspopup"?: boolean | "
|
|
768
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
718
769
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
719
770
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
720
771
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -729,9 +780,9 @@ export declare const Info: {
|
|
|
729
780
|
"aria-owns"?: string | undefined;
|
|
730
781
|
"aria-placeholder"?: string | undefined;
|
|
731
782
|
"aria-posinset"?: number | undefined;
|
|
732
|
-
"aria-pressed"?: boolean | "
|
|
783
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
733
784
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
734
|
-
"aria-relevant"?: "
|
|
785
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
735
786
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
736
787
|
"aria-roledescription"?: string | undefined;
|
|
737
788
|
"aria-rowcount"?: number | undefined;
|
|
@@ -916,7 +967,7 @@ export declare const Info: {
|
|
|
916
967
|
suppressContentEditableWarning?: boolean | undefined;
|
|
917
968
|
accessKey?: string | undefined;
|
|
918
969
|
autoFocus?: boolean | undefined;
|
|
919
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
970
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
920
971
|
contextMenu?: string | undefined;
|
|
921
972
|
dir?: string | undefined;
|
|
922
973
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -944,46 +995,46 @@ export declare const Info: {
|
|
|
944
995
|
itemRef?: string | undefined;
|
|
945
996
|
results?: number | undefined;
|
|
946
997
|
security?: string | undefined;
|
|
947
|
-
unselectable?: "
|
|
948
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
998
|
+
unselectable?: "off" | "on" | undefined;
|
|
999
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
949
1000
|
is?: string | undefined;
|
|
950
|
-
formAction?: string |
|
|
1001
|
+
formAction?: string | undefined;
|
|
951
1002
|
formEncType?: string | undefined;
|
|
952
1003
|
formMethod?: string | undefined;
|
|
953
1004
|
formNoValidate?: boolean | undefined;
|
|
954
1005
|
formTarget?: string | undefined;
|
|
955
|
-
value?: string | readonly string[] |
|
|
956
|
-
component?: import("react").ElementType | undefined;
|
|
1006
|
+
value?: string | number | readonly string[] | undefined;
|
|
1007
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
957
1008
|
}>) => Promise<void>;
|
|
958
1009
|
render: (args: {
|
|
959
1010
|
isLoading?: boolean | undefined;
|
|
960
1011
|
children: import("react").ReactNode;
|
|
961
1012
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
962
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
1013
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
963
1014
|
disabled?: boolean | undefined;
|
|
964
1015
|
disableElevation?: boolean | undefined;
|
|
965
1016
|
disableFocusRipple?: boolean | undefined;
|
|
966
1017
|
endIcon?: import("react").ReactNode;
|
|
967
1018
|
fullWidth?: boolean | undefined;
|
|
968
1019
|
href?: string | undefined;
|
|
969
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1020
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
970
1021
|
startIcon?: import("react").ReactNode;
|
|
971
1022
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
972
1023
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
973
|
-
tabIndex?:
|
|
1024
|
+
tabIndex?: number | undefined;
|
|
974
1025
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
975
1026
|
centerRipple?: boolean | undefined;
|
|
976
1027
|
disableRipple?: boolean | undefined;
|
|
977
1028
|
disableTouchRipple?: boolean | undefined;
|
|
978
1029
|
focusRipple?: boolean | undefined;
|
|
979
1030
|
focusVisibleClassName?: string | undefined;
|
|
980
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1031
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
981
1032
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
982
1033
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
983
1034
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
984
1035
|
className?: string | undefined;
|
|
985
1036
|
style?: import("react").CSSProperties | undefined;
|
|
986
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1037
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
987
1038
|
form?: string | undefined;
|
|
988
1039
|
slot?: string | undefined;
|
|
989
1040
|
title?: string | undefined;
|
|
@@ -991,31 +1042,31 @@ export declare const Info: {
|
|
|
991
1042
|
id?: string | undefined;
|
|
992
1043
|
lang?: string | undefined;
|
|
993
1044
|
name?: string | undefined;
|
|
994
|
-
type?: "
|
|
1045
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
995
1046
|
role?: import("react").AriaRole | undefined;
|
|
996
1047
|
"aria-activedescendant"?: string | undefined;
|
|
997
1048
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
998
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1049
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
999
1050
|
"aria-braillelabel"?: string | undefined;
|
|
1000
1051
|
"aria-brailleroledescription"?: string | undefined;
|
|
1001
1052
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1002
|
-
"aria-checked"?: boolean | "
|
|
1053
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1003
1054
|
"aria-colcount"?: number | undefined;
|
|
1004
1055
|
"aria-colindex"?: number | undefined;
|
|
1005
1056
|
"aria-colindextext"?: string | undefined;
|
|
1006
1057
|
"aria-colspan"?: number | undefined;
|
|
1007
1058
|
"aria-controls"?: string | undefined;
|
|
1008
|
-
"aria-current"?: boolean | "
|
|
1059
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1009
1060
|
"aria-describedby"?: string | undefined;
|
|
1010
1061
|
"aria-description"?: string | undefined;
|
|
1011
1062
|
"aria-details"?: string | undefined;
|
|
1012
1063
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1013
|
-
"aria-dropeffect"?: "
|
|
1064
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1014
1065
|
"aria-errormessage"?: string | undefined;
|
|
1015
1066
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1016
1067
|
"aria-flowto"?: string | undefined;
|
|
1017
1068
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1018
|
-
"aria-haspopup"?: boolean | "
|
|
1069
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1019
1070
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1020
1071
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1021
1072
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1030,9 +1081,9 @@ export declare const Info: {
|
|
|
1030
1081
|
"aria-owns"?: string | undefined;
|
|
1031
1082
|
"aria-placeholder"?: string | undefined;
|
|
1032
1083
|
"aria-posinset"?: number | undefined;
|
|
1033
|
-
"aria-pressed"?: boolean | "
|
|
1084
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1034
1085
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1035
|
-
"aria-relevant"?: "
|
|
1086
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1036
1087
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1037
1088
|
"aria-roledescription"?: string | undefined;
|
|
1038
1089
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1217,7 +1268,7 @@ export declare const Info: {
|
|
|
1217
1268
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1218
1269
|
accessKey?: string | undefined;
|
|
1219
1270
|
autoFocus?: boolean | undefined;
|
|
1220
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1271
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1221
1272
|
contextMenu?: string | undefined;
|
|
1222
1273
|
dir?: string | undefined;
|
|
1223
1274
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1245,16 +1296,16 @@ export declare const Info: {
|
|
|
1245
1296
|
itemRef?: string | undefined;
|
|
1246
1297
|
results?: number | undefined;
|
|
1247
1298
|
security?: string | undefined;
|
|
1248
|
-
unselectable?: "
|
|
1249
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1299
|
+
unselectable?: "off" | "on" | undefined;
|
|
1300
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1250
1301
|
is?: string | undefined;
|
|
1251
|
-
formAction?: string |
|
|
1302
|
+
formAction?: string | undefined;
|
|
1252
1303
|
formEncType?: string | undefined;
|
|
1253
1304
|
formMethod?: string | undefined;
|
|
1254
1305
|
formNoValidate?: boolean | undefined;
|
|
1255
1306
|
formTarget?: string | undefined;
|
|
1256
|
-
value?: string | readonly string[] |
|
|
1257
|
-
component?: import("react").ElementType | undefined;
|
|
1307
|
+
value?: string | number | readonly string[] | undefined;
|
|
1308
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1258
1309
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1259
1310
|
};
|
|
1260
1311
|
/**
|
|
@@ -1271,35 +1322,35 @@ export declare const Primary: {
|
|
|
1271
1322
|
};
|
|
1272
1323
|
};
|
|
1273
1324
|
};
|
|
1274
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1325
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1275
1326
|
isLoading?: boolean | undefined;
|
|
1276
1327
|
children: import("react").ReactNode;
|
|
1277
1328
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1278
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
1329
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
1279
1330
|
disabled?: boolean | undefined;
|
|
1280
1331
|
disableElevation?: boolean | undefined;
|
|
1281
1332
|
disableFocusRipple?: boolean | undefined;
|
|
1282
1333
|
endIcon?: import("react").ReactNode;
|
|
1283
1334
|
fullWidth?: boolean | undefined;
|
|
1284
1335
|
href?: string | undefined;
|
|
1285
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1336
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
1286
1337
|
startIcon?: import("react").ReactNode;
|
|
1287
1338
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1288
1339
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
1289
|
-
tabIndex?:
|
|
1340
|
+
tabIndex?: number | undefined;
|
|
1290
1341
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
1291
1342
|
centerRipple?: boolean | undefined;
|
|
1292
1343
|
disableRipple?: boolean | undefined;
|
|
1293
1344
|
disableTouchRipple?: boolean | undefined;
|
|
1294
1345
|
focusRipple?: boolean | undefined;
|
|
1295
1346
|
focusVisibleClassName?: string | undefined;
|
|
1296
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1347
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1297
1348
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1298
1349
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
1299
1350
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
1300
1351
|
className?: string | undefined;
|
|
1301
1352
|
style?: import("react").CSSProperties | undefined;
|
|
1302
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1353
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
1303
1354
|
form?: string | undefined;
|
|
1304
1355
|
slot?: string | undefined;
|
|
1305
1356
|
title?: string | undefined;
|
|
@@ -1307,31 +1358,31 @@ export declare const Primary: {
|
|
|
1307
1358
|
id?: string | undefined;
|
|
1308
1359
|
lang?: string | undefined;
|
|
1309
1360
|
name?: string | undefined;
|
|
1310
|
-
type?: "
|
|
1361
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
1311
1362
|
role?: import("react").AriaRole | undefined;
|
|
1312
1363
|
"aria-activedescendant"?: string | undefined;
|
|
1313
1364
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1314
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1365
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1315
1366
|
"aria-braillelabel"?: string | undefined;
|
|
1316
1367
|
"aria-brailleroledescription"?: string | undefined;
|
|
1317
1368
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1318
|
-
"aria-checked"?: boolean | "
|
|
1369
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1319
1370
|
"aria-colcount"?: number | undefined;
|
|
1320
1371
|
"aria-colindex"?: number | undefined;
|
|
1321
1372
|
"aria-colindextext"?: string | undefined;
|
|
1322
1373
|
"aria-colspan"?: number | undefined;
|
|
1323
1374
|
"aria-controls"?: string | undefined;
|
|
1324
|
-
"aria-current"?: boolean | "
|
|
1375
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1325
1376
|
"aria-describedby"?: string | undefined;
|
|
1326
1377
|
"aria-description"?: string | undefined;
|
|
1327
1378
|
"aria-details"?: string | undefined;
|
|
1328
1379
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1329
|
-
"aria-dropeffect"?: "
|
|
1380
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1330
1381
|
"aria-errormessage"?: string | undefined;
|
|
1331
1382
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1332
1383
|
"aria-flowto"?: string | undefined;
|
|
1333
1384
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1334
|
-
"aria-haspopup"?: boolean | "
|
|
1385
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1335
1386
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1336
1387
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1337
1388
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1346,9 +1397,9 @@ export declare const Primary: {
|
|
|
1346
1397
|
"aria-owns"?: string | undefined;
|
|
1347
1398
|
"aria-placeholder"?: string | undefined;
|
|
1348
1399
|
"aria-posinset"?: number | undefined;
|
|
1349
|
-
"aria-pressed"?: boolean | "
|
|
1400
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1350
1401
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1351
|
-
"aria-relevant"?: "
|
|
1402
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1352
1403
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1353
1404
|
"aria-roledescription"?: string | undefined;
|
|
1354
1405
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1533,7 +1584,7 @@ export declare const Primary: {
|
|
|
1533
1584
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1534
1585
|
accessKey?: string | undefined;
|
|
1535
1586
|
autoFocus?: boolean | undefined;
|
|
1536
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1587
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1537
1588
|
contextMenu?: string | undefined;
|
|
1538
1589
|
dir?: string | undefined;
|
|
1539
1590
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1561,46 +1612,46 @@ export declare const Primary: {
|
|
|
1561
1612
|
itemRef?: string | undefined;
|
|
1562
1613
|
results?: number | undefined;
|
|
1563
1614
|
security?: string | undefined;
|
|
1564
|
-
unselectable?: "
|
|
1565
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1615
|
+
unselectable?: "off" | "on" | undefined;
|
|
1616
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1566
1617
|
is?: string | undefined;
|
|
1567
|
-
formAction?: string |
|
|
1618
|
+
formAction?: string | undefined;
|
|
1568
1619
|
formEncType?: string | undefined;
|
|
1569
1620
|
formMethod?: string | undefined;
|
|
1570
1621
|
formNoValidate?: boolean | undefined;
|
|
1571
1622
|
formTarget?: string | undefined;
|
|
1572
|
-
value?: string | readonly string[] |
|
|
1573
|
-
component?: import("react").ElementType | undefined;
|
|
1623
|
+
value?: string | number | readonly string[] | undefined;
|
|
1624
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1574
1625
|
}>) => Promise<void>;
|
|
1575
1626
|
render: (args: {
|
|
1576
1627
|
isLoading?: boolean | undefined;
|
|
1577
1628
|
children: import("react").ReactNode;
|
|
1578
1629
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1579
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
1630
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
1580
1631
|
disabled?: boolean | undefined;
|
|
1581
1632
|
disableElevation?: boolean | undefined;
|
|
1582
1633
|
disableFocusRipple?: boolean | undefined;
|
|
1583
1634
|
endIcon?: import("react").ReactNode;
|
|
1584
1635
|
fullWidth?: boolean | undefined;
|
|
1585
1636
|
href?: string | undefined;
|
|
1586
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1637
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
1587
1638
|
startIcon?: import("react").ReactNode;
|
|
1588
1639
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1589
1640
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
1590
|
-
tabIndex?:
|
|
1641
|
+
tabIndex?: number | undefined;
|
|
1591
1642
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
1592
1643
|
centerRipple?: boolean | undefined;
|
|
1593
1644
|
disableRipple?: boolean | undefined;
|
|
1594
1645
|
disableTouchRipple?: boolean | undefined;
|
|
1595
1646
|
focusRipple?: boolean | undefined;
|
|
1596
1647
|
focusVisibleClassName?: string | undefined;
|
|
1597
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1648
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1598
1649
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1599
1650
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
1600
1651
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
1601
1652
|
className?: string | undefined;
|
|
1602
1653
|
style?: import("react").CSSProperties | undefined;
|
|
1603
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1654
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
1604
1655
|
form?: string | undefined;
|
|
1605
1656
|
slot?: string | undefined;
|
|
1606
1657
|
title?: string | undefined;
|
|
@@ -1608,31 +1659,31 @@ export declare const Primary: {
|
|
|
1608
1659
|
id?: string | undefined;
|
|
1609
1660
|
lang?: string | undefined;
|
|
1610
1661
|
name?: string | undefined;
|
|
1611
|
-
type?: "
|
|
1662
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
1612
1663
|
role?: import("react").AriaRole | undefined;
|
|
1613
1664
|
"aria-activedescendant"?: string | undefined;
|
|
1614
1665
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1615
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1666
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1616
1667
|
"aria-braillelabel"?: string | undefined;
|
|
1617
1668
|
"aria-brailleroledescription"?: string | undefined;
|
|
1618
1669
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1619
|
-
"aria-checked"?: boolean | "
|
|
1670
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1620
1671
|
"aria-colcount"?: number | undefined;
|
|
1621
1672
|
"aria-colindex"?: number | undefined;
|
|
1622
1673
|
"aria-colindextext"?: string | undefined;
|
|
1623
1674
|
"aria-colspan"?: number | undefined;
|
|
1624
1675
|
"aria-controls"?: string | undefined;
|
|
1625
|
-
"aria-current"?: boolean | "
|
|
1676
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1626
1677
|
"aria-describedby"?: string | undefined;
|
|
1627
1678
|
"aria-description"?: string | undefined;
|
|
1628
1679
|
"aria-details"?: string | undefined;
|
|
1629
1680
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1630
|
-
"aria-dropeffect"?: "
|
|
1681
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1631
1682
|
"aria-errormessage"?: string | undefined;
|
|
1632
1683
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1633
1684
|
"aria-flowto"?: string | undefined;
|
|
1634
1685
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1635
|
-
"aria-haspopup"?: boolean | "
|
|
1686
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1636
1687
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1637
1688
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1638
1689
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1647,9 +1698,9 @@ export declare const Primary: {
|
|
|
1647
1698
|
"aria-owns"?: string | undefined;
|
|
1648
1699
|
"aria-placeholder"?: string | undefined;
|
|
1649
1700
|
"aria-posinset"?: number | undefined;
|
|
1650
|
-
"aria-pressed"?: boolean | "
|
|
1701
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1651
1702
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1652
|
-
"aria-relevant"?: "
|
|
1703
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1653
1704
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1654
1705
|
"aria-roledescription"?: string | undefined;
|
|
1655
1706
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1834,7 +1885,7 @@ export declare const Primary: {
|
|
|
1834
1885
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1835
1886
|
accessKey?: string | undefined;
|
|
1836
1887
|
autoFocus?: boolean | undefined;
|
|
1837
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1888
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1838
1889
|
contextMenu?: string | undefined;
|
|
1839
1890
|
dir?: string | undefined;
|
|
1840
1891
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1862,16 +1913,16 @@ export declare const Primary: {
|
|
|
1862
1913
|
itemRef?: string | undefined;
|
|
1863
1914
|
results?: number | undefined;
|
|
1864
1915
|
security?: string | undefined;
|
|
1865
|
-
unselectable?: "
|
|
1866
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1916
|
+
unselectable?: "off" | "on" | undefined;
|
|
1917
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1867
1918
|
is?: string | undefined;
|
|
1868
|
-
formAction?: string |
|
|
1919
|
+
formAction?: string | undefined;
|
|
1869
1920
|
formEncType?: string | undefined;
|
|
1870
1921
|
formMethod?: string | undefined;
|
|
1871
1922
|
formNoValidate?: boolean | undefined;
|
|
1872
1923
|
formTarget?: string | undefined;
|
|
1873
|
-
value?: string | readonly string[] |
|
|
1874
|
-
component?: import("react").ElementType | undefined;
|
|
1924
|
+
value?: string | number | readonly string[] | undefined;
|
|
1925
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1875
1926
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1876
1927
|
};
|
|
1877
1928
|
/**
|
|
@@ -1888,35 +1939,35 @@ export declare const Text: {
|
|
|
1888
1939
|
};
|
|
1889
1940
|
};
|
|
1890
1941
|
};
|
|
1891
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1942
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1892
1943
|
isLoading?: boolean | undefined;
|
|
1893
1944
|
children: import("react").ReactNode;
|
|
1894
1945
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
1895
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
1946
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
1896
1947
|
disabled?: boolean | undefined;
|
|
1897
1948
|
disableElevation?: boolean | undefined;
|
|
1898
1949
|
disableFocusRipple?: boolean | undefined;
|
|
1899
1950
|
endIcon?: import("react").ReactNode;
|
|
1900
1951
|
fullWidth?: boolean | undefined;
|
|
1901
1952
|
href?: string | undefined;
|
|
1902
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1953
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
1903
1954
|
startIcon?: import("react").ReactNode;
|
|
1904
1955
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1905
1956
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
1906
|
-
tabIndex?:
|
|
1957
|
+
tabIndex?: number | undefined;
|
|
1907
1958
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
1908
1959
|
centerRipple?: boolean | undefined;
|
|
1909
1960
|
disableRipple?: boolean | undefined;
|
|
1910
1961
|
disableTouchRipple?: boolean | undefined;
|
|
1911
1962
|
focusRipple?: boolean | undefined;
|
|
1912
1963
|
focusVisibleClassName?: string | undefined;
|
|
1913
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1964
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1914
1965
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1915
1966
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
1916
1967
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
1917
1968
|
className?: string | undefined;
|
|
1918
1969
|
style?: import("react").CSSProperties | undefined;
|
|
1919
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1970
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
1920
1971
|
form?: string | undefined;
|
|
1921
1972
|
slot?: string | undefined;
|
|
1922
1973
|
title?: string | undefined;
|
|
@@ -1924,31 +1975,31 @@ export declare const Text: {
|
|
|
1924
1975
|
id?: string | undefined;
|
|
1925
1976
|
lang?: string | undefined;
|
|
1926
1977
|
name?: string | undefined;
|
|
1927
|
-
type?: "
|
|
1978
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
1928
1979
|
role?: import("react").AriaRole | undefined;
|
|
1929
1980
|
"aria-activedescendant"?: string | undefined;
|
|
1930
1981
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1931
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1982
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1932
1983
|
"aria-braillelabel"?: string | undefined;
|
|
1933
1984
|
"aria-brailleroledescription"?: string | undefined;
|
|
1934
1985
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1935
|
-
"aria-checked"?: boolean | "
|
|
1986
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1936
1987
|
"aria-colcount"?: number | undefined;
|
|
1937
1988
|
"aria-colindex"?: number | undefined;
|
|
1938
1989
|
"aria-colindextext"?: string | undefined;
|
|
1939
1990
|
"aria-colspan"?: number | undefined;
|
|
1940
1991
|
"aria-controls"?: string | undefined;
|
|
1941
|
-
"aria-current"?: boolean | "
|
|
1992
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1942
1993
|
"aria-describedby"?: string | undefined;
|
|
1943
1994
|
"aria-description"?: string | undefined;
|
|
1944
1995
|
"aria-details"?: string | undefined;
|
|
1945
1996
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1946
|
-
"aria-dropeffect"?: "
|
|
1997
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1947
1998
|
"aria-errormessage"?: string | undefined;
|
|
1948
1999
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1949
2000
|
"aria-flowto"?: string | undefined;
|
|
1950
2001
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1951
|
-
"aria-haspopup"?: boolean | "
|
|
2002
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1952
2003
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1953
2004
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1954
2005
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1963,9 +2014,9 @@ export declare const Text: {
|
|
|
1963
2014
|
"aria-owns"?: string | undefined;
|
|
1964
2015
|
"aria-placeholder"?: string | undefined;
|
|
1965
2016
|
"aria-posinset"?: number | undefined;
|
|
1966
|
-
"aria-pressed"?: boolean | "
|
|
2017
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1967
2018
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1968
|
-
"aria-relevant"?: "
|
|
2019
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1969
2020
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1970
2021
|
"aria-roledescription"?: string | undefined;
|
|
1971
2022
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2150,7 +2201,7 @@ export declare const Text: {
|
|
|
2150
2201
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2151
2202
|
accessKey?: string | undefined;
|
|
2152
2203
|
autoFocus?: boolean | undefined;
|
|
2153
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2204
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2154
2205
|
contextMenu?: string | undefined;
|
|
2155
2206
|
dir?: string | undefined;
|
|
2156
2207
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2178,46 +2229,46 @@ export declare const Text: {
|
|
|
2178
2229
|
itemRef?: string | undefined;
|
|
2179
2230
|
results?: number | undefined;
|
|
2180
2231
|
security?: string | undefined;
|
|
2181
|
-
unselectable?: "
|
|
2182
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2232
|
+
unselectable?: "off" | "on" | undefined;
|
|
2233
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2183
2234
|
is?: string | undefined;
|
|
2184
|
-
formAction?: string |
|
|
2235
|
+
formAction?: string | undefined;
|
|
2185
2236
|
formEncType?: string | undefined;
|
|
2186
2237
|
formMethod?: string | undefined;
|
|
2187
2238
|
formNoValidate?: boolean | undefined;
|
|
2188
2239
|
formTarget?: string | undefined;
|
|
2189
|
-
value?: string | readonly string[] |
|
|
2190
|
-
component?: import("react").ElementType | undefined;
|
|
2240
|
+
value?: string | number | readonly string[] | undefined;
|
|
2241
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2191
2242
|
}>) => Promise<void>;
|
|
2192
2243
|
render: (args: {
|
|
2193
2244
|
isLoading?: boolean | undefined;
|
|
2194
2245
|
children: import("react").ReactNode;
|
|
2195
2246
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2196
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
2247
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
2197
2248
|
disabled?: boolean | undefined;
|
|
2198
2249
|
disableElevation?: boolean | undefined;
|
|
2199
2250
|
disableFocusRipple?: boolean | undefined;
|
|
2200
2251
|
endIcon?: import("react").ReactNode;
|
|
2201
2252
|
fullWidth?: boolean | undefined;
|
|
2202
2253
|
href?: string | undefined;
|
|
2203
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
2254
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
2204
2255
|
startIcon?: import("react").ReactNode;
|
|
2205
2256
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2206
2257
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
2207
|
-
tabIndex?:
|
|
2258
|
+
tabIndex?: number | undefined;
|
|
2208
2259
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
2209
2260
|
centerRipple?: boolean | undefined;
|
|
2210
2261
|
disableRipple?: boolean | undefined;
|
|
2211
2262
|
disableTouchRipple?: boolean | undefined;
|
|
2212
2263
|
focusRipple?: boolean | undefined;
|
|
2213
2264
|
focusVisibleClassName?: string | undefined;
|
|
2214
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
2265
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2215
2266
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
2216
2267
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
2217
2268
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
2218
2269
|
className?: string | undefined;
|
|
2219
2270
|
style?: import("react").CSSProperties | undefined;
|
|
2220
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
2271
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
2221
2272
|
form?: string | undefined;
|
|
2222
2273
|
slot?: string | undefined;
|
|
2223
2274
|
title?: string | undefined;
|
|
@@ -2225,31 +2276,31 @@ export declare const Text: {
|
|
|
2225
2276
|
id?: string | undefined;
|
|
2226
2277
|
lang?: string | undefined;
|
|
2227
2278
|
name?: string | undefined;
|
|
2228
|
-
type?: "
|
|
2279
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
2229
2280
|
role?: import("react").AriaRole | undefined;
|
|
2230
2281
|
"aria-activedescendant"?: string | undefined;
|
|
2231
2282
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2232
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2283
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2233
2284
|
"aria-braillelabel"?: string | undefined;
|
|
2234
2285
|
"aria-brailleroledescription"?: string | undefined;
|
|
2235
2286
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2236
|
-
"aria-checked"?: boolean | "
|
|
2287
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2237
2288
|
"aria-colcount"?: number | undefined;
|
|
2238
2289
|
"aria-colindex"?: number | undefined;
|
|
2239
2290
|
"aria-colindextext"?: string | undefined;
|
|
2240
2291
|
"aria-colspan"?: number | undefined;
|
|
2241
2292
|
"aria-controls"?: string | undefined;
|
|
2242
|
-
"aria-current"?: boolean | "
|
|
2293
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2243
2294
|
"aria-describedby"?: string | undefined;
|
|
2244
2295
|
"aria-description"?: string | undefined;
|
|
2245
2296
|
"aria-details"?: string | undefined;
|
|
2246
2297
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2247
|
-
"aria-dropeffect"?: "
|
|
2298
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2248
2299
|
"aria-errormessage"?: string | undefined;
|
|
2249
2300
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2250
2301
|
"aria-flowto"?: string | undefined;
|
|
2251
2302
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2252
|
-
"aria-haspopup"?: boolean | "
|
|
2303
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2253
2304
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2254
2305
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2255
2306
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2264,9 +2315,9 @@ export declare const Text: {
|
|
|
2264
2315
|
"aria-owns"?: string | undefined;
|
|
2265
2316
|
"aria-placeholder"?: string | undefined;
|
|
2266
2317
|
"aria-posinset"?: number | undefined;
|
|
2267
|
-
"aria-pressed"?: boolean | "
|
|
2318
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2268
2319
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2269
|
-
"aria-relevant"?: "
|
|
2320
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2270
2321
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2271
2322
|
"aria-roledescription"?: string | undefined;
|
|
2272
2323
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2451,7 +2502,7 @@ export declare const Text: {
|
|
|
2451
2502
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2452
2503
|
accessKey?: string | undefined;
|
|
2453
2504
|
autoFocus?: boolean | undefined;
|
|
2454
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2505
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2455
2506
|
contextMenu?: string | undefined;
|
|
2456
2507
|
dir?: string | undefined;
|
|
2457
2508
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2479,16 +2530,16 @@ export declare const Text: {
|
|
|
2479
2530
|
itemRef?: string | undefined;
|
|
2480
2531
|
results?: number | undefined;
|
|
2481
2532
|
security?: string | undefined;
|
|
2482
|
-
unselectable?: "
|
|
2483
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2533
|
+
unselectable?: "off" | "on" | undefined;
|
|
2534
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2484
2535
|
is?: string | undefined;
|
|
2485
|
-
formAction?: string |
|
|
2536
|
+
formAction?: string | undefined;
|
|
2486
2537
|
formEncType?: string | undefined;
|
|
2487
2538
|
formMethod?: string | undefined;
|
|
2488
2539
|
formNoValidate?: boolean | undefined;
|
|
2489
2540
|
formTarget?: string | undefined;
|
|
2490
|
-
value?: string | readonly string[] |
|
|
2491
|
-
component?: import("react").ElementType | undefined;
|
|
2541
|
+
value?: string | number | readonly string[] | undefined;
|
|
2542
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2492
2543
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2493
2544
|
};
|
|
2494
2545
|
/**
|
|
@@ -2509,31 +2560,31 @@ export declare const Colours: {
|
|
|
2509
2560
|
isLoading?: boolean | undefined;
|
|
2510
2561
|
children: import("react").ReactNode;
|
|
2511
2562
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2512
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
2563
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
2513
2564
|
disabled?: boolean | undefined;
|
|
2514
2565
|
disableElevation?: boolean | undefined;
|
|
2515
2566
|
disableFocusRipple?: boolean | undefined;
|
|
2516
2567
|
endIcon?: import("react").ReactNode;
|
|
2517
2568
|
fullWidth?: boolean | undefined;
|
|
2518
2569
|
href?: string | undefined;
|
|
2519
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
2570
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
2520
2571
|
startIcon?: import("react").ReactNode;
|
|
2521
2572
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2522
2573
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
2523
|
-
tabIndex?:
|
|
2574
|
+
tabIndex?: number | undefined;
|
|
2524
2575
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
2525
2576
|
centerRipple?: boolean | undefined;
|
|
2526
2577
|
disableRipple?: boolean | undefined;
|
|
2527
2578
|
disableTouchRipple?: boolean | undefined;
|
|
2528
2579
|
focusRipple?: boolean | undefined;
|
|
2529
2580
|
focusVisibleClassName?: string | undefined;
|
|
2530
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
2581
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2531
2582
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
2532
2583
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
2533
2584
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
2534
2585
|
className?: string | undefined;
|
|
2535
2586
|
style?: import("react").CSSProperties | undefined;
|
|
2536
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
2587
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
2537
2588
|
form?: string | undefined;
|
|
2538
2589
|
slot?: string | undefined;
|
|
2539
2590
|
title?: string | undefined;
|
|
@@ -2541,31 +2592,31 @@ export declare const Colours: {
|
|
|
2541
2592
|
id?: string | undefined;
|
|
2542
2593
|
lang?: string | undefined;
|
|
2543
2594
|
name?: string | undefined;
|
|
2544
|
-
type?: "
|
|
2595
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
2545
2596
|
role?: import("react").AriaRole | undefined;
|
|
2546
2597
|
"aria-activedescendant"?: string | undefined;
|
|
2547
2598
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2548
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2599
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2549
2600
|
"aria-braillelabel"?: string | undefined;
|
|
2550
2601
|
"aria-brailleroledescription"?: string | undefined;
|
|
2551
2602
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2552
|
-
"aria-checked"?: boolean | "
|
|
2603
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2553
2604
|
"aria-colcount"?: number | undefined;
|
|
2554
2605
|
"aria-colindex"?: number | undefined;
|
|
2555
2606
|
"aria-colindextext"?: string | undefined;
|
|
2556
2607
|
"aria-colspan"?: number | undefined;
|
|
2557
2608
|
"aria-controls"?: string | undefined;
|
|
2558
|
-
"aria-current"?: boolean | "
|
|
2609
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2559
2610
|
"aria-describedby"?: string | undefined;
|
|
2560
2611
|
"aria-description"?: string | undefined;
|
|
2561
2612
|
"aria-details"?: string | undefined;
|
|
2562
2613
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2563
|
-
"aria-dropeffect"?: "
|
|
2614
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2564
2615
|
"aria-errormessage"?: string | undefined;
|
|
2565
2616
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2566
2617
|
"aria-flowto"?: string | undefined;
|
|
2567
2618
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2568
|
-
"aria-haspopup"?: boolean | "
|
|
2619
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2569
2620
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2570
2621
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2571
2622
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2580,9 +2631,9 @@ export declare const Colours: {
|
|
|
2580
2631
|
"aria-owns"?: string | undefined;
|
|
2581
2632
|
"aria-placeholder"?: string | undefined;
|
|
2582
2633
|
"aria-posinset"?: number | undefined;
|
|
2583
|
-
"aria-pressed"?: boolean | "
|
|
2634
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2584
2635
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2585
|
-
"aria-relevant"?: "
|
|
2636
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2586
2637
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2587
2638
|
"aria-roledescription"?: string | undefined;
|
|
2588
2639
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2767,7 +2818,7 @@ export declare const Colours: {
|
|
|
2767
2818
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2768
2819
|
accessKey?: string | undefined;
|
|
2769
2820
|
autoFocus?: boolean | undefined;
|
|
2770
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2821
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2771
2822
|
contextMenu?: string | undefined;
|
|
2772
2823
|
dir?: string | undefined;
|
|
2773
2824
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2795,16 +2846,16 @@ export declare const Colours: {
|
|
|
2795
2846
|
itemRef?: string | undefined;
|
|
2796
2847
|
results?: number | undefined;
|
|
2797
2848
|
security?: string | undefined;
|
|
2798
|
-
unselectable?: "
|
|
2799
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2849
|
+
unselectable?: "off" | "on" | undefined;
|
|
2850
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2800
2851
|
is?: string | undefined;
|
|
2801
|
-
formAction?: string |
|
|
2852
|
+
formAction?: string | undefined;
|
|
2802
2853
|
formEncType?: string | undefined;
|
|
2803
2854
|
formMethod?: string | undefined;
|
|
2804
2855
|
formNoValidate?: boolean | undefined;
|
|
2805
2856
|
formTarget?: string | undefined;
|
|
2806
|
-
value?: string | readonly string[] |
|
|
2807
|
-
component?: import("react").ElementType | undefined;
|
|
2857
|
+
value?: string | number | readonly string[] | undefined;
|
|
2858
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2808
2859
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2809
2860
|
};
|
|
2810
2861
|
/**
|
|
@@ -2825,31 +2876,31 @@ export declare const FullWidth: {
|
|
|
2825
2876
|
isLoading?: boolean | undefined;
|
|
2826
2877
|
children: import("react").ReactNode;
|
|
2827
2878
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
2828
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
2879
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
2829
2880
|
disabled?: boolean | undefined;
|
|
2830
2881
|
disableElevation?: boolean | undefined;
|
|
2831
2882
|
disableFocusRipple?: boolean | undefined;
|
|
2832
2883
|
endIcon?: import("react").ReactNode;
|
|
2833
2884
|
fullWidth?: boolean | undefined;
|
|
2834
2885
|
href?: string | undefined;
|
|
2835
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
2886
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
2836
2887
|
startIcon?: import("react").ReactNode;
|
|
2837
2888
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2838
2889
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
2839
|
-
tabIndex?:
|
|
2890
|
+
tabIndex?: number | undefined;
|
|
2840
2891
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
2841
2892
|
centerRipple?: boolean | undefined;
|
|
2842
2893
|
disableRipple?: boolean | undefined;
|
|
2843
2894
|
disableTouchRipple?: boolean | undefined;
|
|
2844
2895
|
focusRipple?: boolean | undefined;
|
|
2845
2896
|
focusVisibleClassName?: string | undefined;
|
|
2846
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
2897
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2847
2898
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
2848
2899
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
2849
2900
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
2850
2901
|
className?: string | undefined;
|
|
2851
2902
|
style?: import("react").CSSProperties | undefined;
|
|
2852
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
2903
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
2853
2904
|
form?: string | undefined;
|
|
2854
2905
|
slot?: string | undefined;
|
|
2855
2906
|
title?: string | undefined;
|
|
@@ -2857,31 +2908,31 @@ export declare const FullWidth: {
|
|
|
2857
2908
|
id?: string | undefined;
|
|
2858
2909
|
lang?: string | undefined;
|
|
2859
2910
|
name?: string | undefined;
|
|
2860
|
-
type?: "
|
|
2911
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
2861
2912
|
role?: import("react").AriaRole | undefined;
|
|
2862
2913
|
"aria-activedescendant"?: string | undefined;
|
|
2863
2914
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2864
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2915
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2865
2916
|
"aria-braillelabel"?: string | undefined;
|
|
2866
2917
|
"aria-brailleroledescription"?: string | undefined;
|
|
2867
2918
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2868
|
-
"aria-checked"?: boolean | "
|
|
2919
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2869
2920
|
"aria-colcount"?: number | undefined;
|
|
2870
2921
|
"aria-colindex"?: number | undefined;
|
|
2871
2922
|
"aria-colindextext"?: string | undefined;
|
|
2872
2923
|
"aria-colspan"?: number | undefined;
|
|
2873
2924
|
"aria-controls"?: string | undefined;
|
|
2874
|
-
"aria-current"?: boolean | "
|
|
2925
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2875
2926
|
"aria-describedby"?: string | undefined;
|
|
2876
2927
|
"aria-description"?: string | undefined;
|
|
2877
2928
|
"aria-details"?: string | undefined;
|
|
2878
2929
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2879
|
-
"aria-dropeffect"?: "
|
|
2930
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2880
2931
|
"aria-errormessage"?: string | undefined;
|
|
2881
2932
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2882
2933
|
"aria-flowto"?: string | undefined;
|
|
2883
2934
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2884
|
-
"aria-haspopup"?: boolean | "
|
|
2935
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2885
2936
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2886
2937
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2887
2938
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2896,9 +2947,9 @@ export declare const FullWidth: {
|
|
|
2896
2947
|
"aria-owns"?: string | undefined;
|
|
2897
2948
|
"aria-placeholder"?: string | undefined;
|
|
2898
2949
|
"aria-posinset"?: number | undefined;
|
|
2899
|
-
"aria-pressed"?: boolean | "
|
|
2950
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2900
2951
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2901
|
-
"aria-relevant"?: "
|
|
2952
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2902
2953
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2903
2954
|
"aria-roledescription"?: string | undefined;
|
|
2904
2955
|
"aria-rowcount"?: number | undefined;
|
|
@@ -3083,7 +3134,7 @@ export declare const FullWidth: {
|
|
|
3083
3134
|
suppressContentEditableWarning?: boolean | undefined;
|
|
3084
3135
|
accessKey?: string | undefined;
|
|
3085
3136
|
autoFocus?: boolean | undefined;
|
|
3086
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
3137
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
3087
3138
|
contextMenu?: string | undefined;
|
|
3088
3139
|
dir?: string | undefined;
|
|
3089
3140
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -3111,16 +3162,16 @@ export declare const FullWidth: {
|
|
|
3111
3162
|
itemRef?: string | undefined;
|
|
3112
3163
|
results?: number | undefined;
|
|
3113
3164
|
security?: string | undefined;
|
|
3114
|
-
unselectable?: "
|
|
3115
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
3165
|
+
unselectable?: "off" | "on" | undefined;
|
|
3166
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3116
3167
|
is?: string | undefined;
|
|
3117
|
-
formAction?: string |
|
|
3168
|
+
formAction?: string | undefined;
|
|
3118
3169
|
formEncType?: string | undefined;
|
|
3119
3170
|
formMethod?: string | undefined;
|
|
3120
3171
|
formNoValidate?: boolean | undefined;
|
|
3121
3172
|
formTarget?: string | undefined;
|
|
3122
|
-
value?: string | readonly string[] |
|
|
3123
|
-
component?: import("react").ElementType | undefined;
|
|
3173
|
+
value?: string | number | readonly string[] | undefined;
|
|
3174
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
3124
3175
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3125
3176
|
};
|
|
3126
3177
|
/**
|
|
@@ -3137,35 +3188,35 @@ export declare const Loading: {
|
|
|
3137
3188
|
};
|
|
3138
3189
|
};
|
|
3139
3190
|
};
|
|
3140
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
3191
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
3141
3192
|
isLoading?: boolean | undefined;
|
|
3142
3193
|
children: import("react").ReactNode;
|
|
3143
3194
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
3144
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
3195
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
3145
3196
|
disabled?: boolean | undefined;
|
|
3146
3197
|
disableElevation?: boolean | undefined;
|
|
3147
3198
|
disableFocusRipple?: boolean | undefined;
|
|
3148
3199
|
endIcon?: import("react").ReactNode;
|
|
3149
3200
|
fullWidth?: boolean | undefined;
|
|
3150
3201
|
href?: string | undefined;
|
|
3151
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
3202
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
3152
3203
|
startIcon?: import("react").ReactNode;
|
|
3153
3204
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
3154
3205
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
3155
|
-
tabIndex?:
|
|
3206
|
+
tabIndex?: number | undefined;
|
|
3156
3207
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
3157
3208
|
centerRipple?: boolean | undefined;
|
|
3158
3209
|
disableRipple?: boolean | undefined;
|
|
3159
3210
|
disableTouchRipple?: boolean | undefined;
|
|
3160
3211
|
focusRipple?: boolean | undefined;
|
|
3161
3212
|
focusVisibleClassName?: string | undefined;
|
|
3162
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
3213
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
3163
3214
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
3164
3215
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
3165
3216
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
3166
3217
|
className?: string | undefined;
|
|
3167
3218
|
style?: import("react").CSSProperties | undefined;
|
|
3168
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
3219
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
3169
3220
|
form?: string | undefined;
|
|
3170
3221
|
slot?: string | undefined;
|
|
3171
3222
|
title?: string | undefined;
|
|
@@ -3173,31 +3224,31 @@ export declare const Loading: {
|
|
|
3173
3224
|
id?: string | undefined;
|
|
3174
3225
|
lang?: string | undefined;
|
|
3175
3226
|
name?: string | undefined;
|
|
3176
|
-
type?: "
|
|
3227
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
3177
3228
|
role?: import("react").AriaRole | undefined;
|
|
3178
3229
|
"aria-activedescendant"?: string | undefined;
|
|
3179
3230
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3180
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
3231
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
3181
3232
|
"aria-braillelabel"?: string | undefined;
|
|
3182
3233
|
"aria-brailleroledescription"?: string | undefined;
|
|
3183
3234
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3184
|
-
"aria-checked"?: boolean | "
|
|
3235
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3185
3236
|
"aria-colcount"?: number | undefined;
|
|
3186
3237
|
"aria-colindex"?: number | undefined;
|
|
3187
3238
|
"aria-colindextext"?: string | undefined;
|
|
3188
3239
|
"aria-colspan"?: number | undefined;
|
|
3189
3240
|
"aria-controls"?: string | undefined;
|
|
3190
|
-
"aria-current"?: boolean | "
|
|
3241
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
3191
3242
|
"aria-describedby"?: string | undefined;
|
|
3192
3243
|
"aria-description"?: string | undefined;
|
|
3193
3244
|
"aria-details"?: string | undefined;
|
|
3194
3245
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3195
|
-
"aria-dropeffect"?: "
|
|
3246
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
3196
3247
|
"aria-errormessage"?: string | undefined;
|
|
3197
3248
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3198
3249
|
"aria-flowto"?: string | undefined;
|
|
3199
3250
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3200
|
-
"aria-haspopup"?: boolean | "
|
|
3251
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
3201
3252
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3202
3253
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3203
3254
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -3212,9 +3263,9 @@ export declare const Loading: {
|
|
|
3212
3263
|
"aria-owns"?: string | undefined;
|
|
3213
3264
|
"aria-placeholder"?: string | undefined;
|
|
3214
3265
|
"aria-posinset"?: number | undefined;
|
|
3215
|
-
"aria-pressed"?: boolean | "
|
|
3266
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3216
3267
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3217
|
-
"aria-relevant"?: "
|
|
3268
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3218
3269
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3219
3270
|
"aria-roledescription"?: string | undefined;
|
|
3220
3271
|
"aria-rowcount"?: number | undefined;
|
|
@@ -3399,7 +3450,7 @@ export declare const Loading: {
|
|
|
3399
3450
|
suppressContentEditableWarning?: boolean | undefined;
|
|
3400
3451
|
accessKey?: string | undefined;
|
|
3401
3452
|
autoFocus?: boolean | undefined;
|
|
3402
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
3453
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
3403
3454
|
contextMenu?: string | undefined;
|
|
3404
3455
|
dir?: string | undefined;
|
|
3405
3456
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -3427,46 +3478,46 @@ export declare const Loading: {
|
|
|
3427
3478
|
itemRef?: string | undefined;
|
|
3428
3479
|
results?: number | undefined;
|
|
3429
3480
|
security?: string | undefined;
|
|
3430
|
-
unselectable?: "
|
|
3431
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
3481
|
+
unselectable?: "off" | "on" | undefined;
|
|
3482
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3432
3483
|
is?: string | undefined;
|
|
3433
|
-
formAction?: string |
|
|
3484
|
+
formAction?: string | undefined;
|
|
3434
3485
|
formEncType?: string | undefined;
|
|
3435
3486
|
formMethod?: string | undefined;
|
|
3436
3487
|
formNoValidate?: boolean | undefined;
|
|
3437
3488
|
formTarget?: string | undefined;
|
|
3438
|
-
value?: string | readonly string[] |
|
|
3439
|
-
component?: import("react").ElementType | undefined;
|
|
3489
|
+
value?: string | number | readonly string[] | undefined;
|
|
3490
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
3440
3491
|
}>) => Promise<void>;
|
|
3441
3492
|
render: (args: {
|
|
3442
3493
|
isLoading?: boolean | undefined;
|
|
3443
3494
|
children: import("react").ReactNode;
|
|
3444
3495
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
3445
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
3496
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
3446
3497
|
disabled?: boolean | undefined;
|
|
3447
3498
|
disableElevation?: boolean | undefined;
|
|
3448
3499
|
disableFocusRipple?: boolean | undefined;
|
|
3449
3500
|
endIcon?: import("react").ReactNode;
|
|
3450
3501
|
fullWidth?: boolean | undefined;
|
|
3451
3502
|
href?: string | undefined;
|
|
3452
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
3503
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
3453
3504
|
startIcon?: import("react").ReactNode;
|
|
3454
3505
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
3455
3506
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
3456
|
-
tabIndex?:
|
|
3507
|
+
tabIndex?: number | undefined;
|
|
3457
3508
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
3458
3509
|
centerRipple?: boolean | undefined;
|
|
3459
3510
|
disableRipple?: boolean | undefined;
|
|
3460
3511
|
disableTouchRipple?: boolean | undefined;
|
|
3461
3512
|
focusRipple?: boolean | undefined;
|
|
3462
3513
|
focusVisibleClassName?: string | undefined;
|
|
3463
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
3514
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
3464
3515
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
3465
3516
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
3466
3517
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
3467
3518
|
className?: string | undefined;
|
|
3468
3519
|
style?: import("react").CSSProperties | undefined;
|
|
3469
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
3520
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
3470
3521
|
form?: string | undefined;
|
|
3471
3522
|
slot?: string | undefined;
|
|
3472
3523
|
title?: string | undefined;
|
|
@@ -3474,31 +3525,31 @@ export declare const Loading: {
|
|
|
3474
3525
|
id?: string | undefined;
|
|
3475
3526
|
lang?: string | undefined;
|
|
3476
3527
|
name?: string | undefined;
|
|
3477
|
-
type?: "
|
|
3528
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
3478
3529
|
role?: import("react").AriaRole | undefined;
|
|
3479
3530
|
"aria-activedescendant"?: string | undefined;
|
|
3480
3531
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3481
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
3532
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
3482
3533
|
"aria-braillelabel"?: string | undefined;
|
|
3483
3534
|
"aria-brailleroledescription"?: string | undefined;
|
|
3484
3535
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3485
|
-
"aria-checked"?: boolean | "
|
|
3536
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3486
3537
|
"aria-colcount"?: number | undefined;
|
|
3487
3538
|
"aria-colindex"?: number | undefined;
|
|
3488
3539
|
"aria-colindextext"?: string | undefined;
|
|
3489
3540
|
"aria-colspan"?: number | undefined;
|
|
3490
3541
|
"aria-controls"?: string | undefined;
|
|
3491
|
-
"aria-current"?: boolean | "
|
|
3542
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
3492
3543
|
"aria-describedby"?: string | undefined;
|
|
3493
3544
|
"aria-description"?: string | undefined;
|
|
3494
3545
|
"aria-details"?: string | undefined;
|
|
3495
3546
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3496
|
-
"aria-dropeffect"?: "
|
|
3547
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
3497
3548
|
"aria-errormessage"?: string | undefined;
|
|
3498
3549
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3499
3550
|
"aria-flowto"?: string | undefined;
|
|
3500
3551
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3501
|
-
"aria-haspopup"?: boolean | "
|
|
3552
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
3502
3553
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3503
3554
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3504
3555
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -3513,9 +3564,9 @@ export declare const Loading: {
|
|
|
3513
3564
|
"aria-owns"?: string | undefined;
|
|
3514
3565
|
"aria-placeholder"?: string | undefined;
|
|
3515
3566
|
"aria-posinset"?: number | undefined;
|
|
3516
|
-
"aria-pressed"?: boolean | "
|
|
3567
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3517
3568
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3518
|
-
"aria-relevant"?: "
|
|
3569
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3519
3570
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3520
3571
|
"aria-roledescription"?: string | undefined;
|
|
3521
3572
|
"aria-rowcount"?: number | undefined;
|
|
@@ -3700,7 +3751,7 @@ export declare const Loading: {
|
|
|
3700
3751
|
suppressContentEditableWarning?: boolean | undefined;
|
|
3701
3752
|
accessKey?: string | undefined;
|
|
3702
3753
|
autoFocus?: boolean | undefined;
|
|
3703
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
3754
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
3704
3755
|
contextMenu?: string | undefined;
|
|
3705
3756
|
dir?: string | undefined;
|
|
3706
3757
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -3728,16 +3779,16 @@ export declare const Loading: {
|
|
|
3728
3779
|
itemRef?: string | undefined;
|
|
3729
3780
|
results?: number | undefined;
|
|
3730
3781
|
security?: string | undefined;
|
|
3731
|
-
unselectable?: "
|
|
3732
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
3782
|
+
unselectable?: "off" | "on" | undefined;
|
|
3783
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3733
3784
|
is?: string | undefined;
|
|
3734
|
-
formAction?: string |
|
|
3785
|
+
formAction?: string | undefined;
|
|
3735
3786
|
formEncType?: string | undefined;
|
|
3736
3787
|
formMethod?: string | undefined;
|
|
3737
3788
|
formNoValidate?: boolean | undefined;
|
|
3738
3789
|
formTarget?: string | undefined;
|
|
3739
|
-
value?: string | readonly string[] |
|
|
3740
|
-
component?: import("react").ElementType | undefined;
|
|
3790
|
+
value?: string | number | readonly string[] | undefined;
|
|
3791
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
3741
3792
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
3742
3793
|
};
|
|
3743
3794
|
/**
|
|
@@ -3747,35 +3798,35 @@ export declare const StartIcon: {
|
|
|
3747
3798
|
args: {
|
|
3748
3799
|
children: string;
|
|
3749
3800
|
};
|
|
3750
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
3801
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
3751
3802
|
isLoading?: boolean | undefined;
|
|
3752
3803
|
children: import("react").ReactNode;
|
|
3753
3804
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
3754
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
3805
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
3755
3806
|
disabled?: boolean | undefined;
|
|
3756
3807
|
disableElevation?: boolean | undefined;
|
|
3757
3808
|
disableFocusRipple?: boolean | undefined;
|
|
3758
3809
|
endIcon?: import("react").ReactNode;
|
|
3759
3810
|
fullWidth?: boolean | undefined;
|
|
3760
3811
|
href?: string | undefined;
|
|
3761
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
3812
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
3762
3813
|
startIcon?: import("react").ReactNode;
|
|
3763
3814
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
3764
3815
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
3765
|
-
tabIndex?:
|
|
3816
|
+
tabIndex?: number | undefined;
|
|
3766
3817
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
3767
3818
|
centerRipple?: boolean | undefined;
|
|
3768
3819
|
disableRipple?: boolean | undefined;
|
|
3769
3820
|
disableTouchRipple?: boolean | undefined;
|
|
3770
3821
|
focusRipple?: boolean | undefined;
|
|
3771
3822
|
focusVisibleClassName?: string | undefined;
|
|
3772
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
3823
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
3773
3824
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
3774
3825
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
3775
3826
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
3776
3827
|
className?: string | undefined;
|
|
3777
3828
|
style?: import("react").CSSProperties | undefined;
|
|
3778
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
3829
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
3779
3830
|
form?: string | undefined;
|
|
3780
3831
|
slot?: string | undefined;
|
|
3781
3832
|
title?: string | undefined;
|
|
@@ -3783,31 +3834,31 @@ export declare const StartIcon: {
|
|
|
3783
3834
|
id?: string | undefined;
|
|
3784
3835
|
lang?: string | undefined;
|
|
3785
3836
|
name?: string | undefined;
|
|
3786
|
-
type?: "
|
|
3837
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
3787
3838
|
role?: import("react").AriaRole | undefined;
|
|
3788
3839
|
"aria-activedescendant"?: string | undefined;
|
|
3789
3840
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3790
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
3841
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
3791
3842
|
"aria-braillelabel"?: string | undefined;
|
|
3792
3843
|
"aria-brailleroledescription"?: string | undefined;
|
|
3793
3844
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3794
|
-
"aria-checked"?: boolean | "
|
|
3845
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3795
3846
|
"aria-colcount"?: number | undefined;
|
|
3796
3847
|
"aria-colindex"?: number | undefined;
|
|
3797
3848
|
"aria-colindextext"?: string | undefined;
|
|
3798
3849
|
"aria-colspan"?: number | undefined;
|
|
3799
3850
|
"aria-controls"?: string | undefined;
|
|
3800
|
-
"aria-current"?: boolean | "
|
|
3851
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
3801
3852
|
"aria-describedby"?: string | undefined;
|
|
3802
3853
|
"aria-description"?: string | undefined;
|
|
3803
3854
|
"aria-details"?: string | undefined;
|
|
3804
3855
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3805
|
-
"aria-dropeffect"?: "
|
|
3856
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
3806
3857
|
"aria-errormessage"?: string | undefined;
|
|
3807
3858
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3808
3859
|
"aria-flowto"?: string | undefined;
|
|
3809
3860
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3810
|
-
"aria-haspopup"?: boolean | "
|
|
3861
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
3811
3862
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3812
3863
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3813
3864
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -3822,9 +3873,9 @@ export declare const StartIcon: {
|
|
|
3822
3873
|
"aria-owns"?: string | undefined;
|
|
3823
3874
|
"aria-placeholder"?: string | undefined;
|
|
3824
3875
|
"aria-posinset"?: number | undefined;
|
|
3825
|
-
"aria-pressed"?: boolean | "
|
|
3876
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3826
3877
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3827
|
-
"aria-relevant"?: "
|
|
3878
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3828
3879
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3829
3880
|
"aria-roledescription"?: string | undefined;
|
|
3830
3881
|
"aria-rowcount"?: number | undefined;
|
|
@@ -4009,7 +4060,7 @@ export declare const StartIcon: {
|
|
|
4009
4060
|
suppressContentEditableWarning?: boolean | undefined;
|
|
4010
4061
|
accessKey?: string | undefined;
|
|
4011
4062
|
autoFocus?: boolean | undefined;
|
|
4012
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
4063
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
4013
4064
|
contextMenu?: string | undefined;
|
|
4014
4065
|
dir?: string | undefined;
|
|
4015
4066
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -4037,16 +4088,16 @@ export declare const StartIcon: {
|
|
|
4037
4088
|
itemRef?: string | undefined;
|
|
4038
4089
|
results?: number | undefined;
|
|
4039
4090
|
security?: string | undefined;
|
|
4040
|
-
unselectable?: "
|
|
4041
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
4091
|
+
unselectable?: "off" | "on" | undefined;
|
|
4092
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
4042
4093
|
is?: string | undefined;
|
|
4043
|
-
formAction?: string |
|
|
4094
|
+
formAction?: string | undefined;
|
|
4044
4095
|
formEncType?: string | undefined;
|
|
4045
4096
|
formMethod?: string | undefined;
|
|
4046
4097
|
formNoValidate?: boolean | undefined;
|
|
4047
4098
|
formTarget?: string | undefined;
|
|
4048
|
-
value?: string | readonly string[] |
|
|
4049
|
-
component?: import("react").ElementType | undefined;
|
|
4099
|
+
value?: string | number | readonly string[] | undefined;
|
|
4100
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4050
4101
|
}>) => Promise<void>;
|
|
4051
4102
|
parameters: {
|
|
4052
4103
|
docs: {
|
|
@@ -4059,31 +4110,31 @@ export declare const StartIcon: {
|
|
|
4059
4110
|
isLoading?: boolean | undefined;
|
|
4060
4111
|
children: import("react").ReactNode;
|
|
4061
4112
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
4062
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
4113
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
4063
4114
|
disabled?: boolean | undefined;
|
|
4064
4115
|
disableElevation?: boolean | undefined;
|
|
4065
4116
|
disableFocusRipple?: boolean | undefined;
|
|
4066
4117
|
endIcon?: import("react").ReactNode;
|
|
4067
4118
|
fullWidth?: boolean | undefined;
|
|
4068
4119
|
href?: string | undefined;
|
|
4069
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
4120
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
4070
4121
|
startIcon?: import("react").ReactNode;
|
|
4071
4122
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
4072
4123
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
4073
|
-
tabIndex?:
|
|
4124
|
+
tabIndex?: number | undefined;
|
|
4074
4125
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
4075
4126
|
centerRipple?: boolean | undefined;
|
|
4076
4127
|
disableRipple?: boolean | undefined;
|
|
4077
4128
|
disableTouchRipple?: boolean | undefined;
|
|
4078
4129
|
focusRipple?: boolean | undefined;
|
|
4079
4130
|
focusVisibleClassName?: string | undefined;
|
|
4080
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
4131
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4081
4132
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
4082
4133
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
4083
4134
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
4084
4135
|
className?: string | undefined;
|
|
4085
4136
|
style?: import("react").CSSProperties | undefined;
|
|
4086
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
4137
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
4087
4138
|
form?: string | undefined;
|
|
4088
4139
|
slot?: string | undefined;
|
|
4089
4140
|
title?: string | undefined;
|
|
@@ -4091,31 +4142,31 @@ export declare const StartIcon: {
|
|
|
4091
4142
|
id?: string | undefined;
|
|
4092
4143
|
lang?: string | undefined;
|
|
4093
4144
|
name?: string | undefined;
|
|
4094
|
-
type?: "
|
|
4145
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
4095
4146
|
role?: import("react").AriaRole | undefined;
|
|
4096
4147
|
"aria-activedescendant"?: string | undefined;
|
|
4097
4148
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
4098
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
4149
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
4099
4150
|
"aria-braillelabel"?: string | undefined;
|
|
4100
4151
|
"aria-brailleroledescription"?: string | undefined;
|
|
4101
4152
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
4102
|
-
"aria-checked"?: boolean | "
|
|
4153
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
4103
4154
|
"aria-colcount"?: number | undefined;
|
|
4104
4155
|
"aria-colindex"?: number | undefined;
|
|
4105
4156
|
"aria-colindextext"?: string | undefined;
|
|
4106
4157
|
"aria-colspan"?: number | undefined;
|
|
4107
4158
|
"aria-controls"?: string | undefined;
|
|
4108
|
-
"aria-current"?: boolean | "
|
|
4159
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
4109
4160
|
"aria-describedby"?: string | undefined;
|
|
4110
4161
|
"aria-description"?: string | undefined;
|
|
4111
4162
|
"aria-details"?: string | undefined;
|
|
4112
4163
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
4113
|
-
"aria-dropeffect"?: "
|
|
4164
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
4114
4165
|
"aria-errormessage"?: string | undefined;
|
|
4115
4166
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
4116
4167
|
"aria-flowto"?: string | undefined;
|
|
4117
4168
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
4118
|
-
"aria-haspopup"?: boolean | "
|
|
4169
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
4119
4170
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
4120
4171
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
4121
4172
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -4130,9 +4181,9 @@ export declare const StartIcon: {
|
|
|
4130
4181
|
"aria-owns"?: string | undefined;
|
|
4131
4182
|
"aria-placeholder"?: string | undefined;
|
|
4132
4183
|
"aria-posinset"?: number | undefined;
|
|
4133
|
-
"aria-pressed"?: boolean | "
|
|
4184
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
4134
4185
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
4135
|
-
"aria-relevant"?: "
|
|
4186
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
4136
4187
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
4137
4188
|
"aria-roledescription"?: string | undefined;
|
|
4138
4189
|
"aria-rowcount"?: number | undefined;
|
|
@@ -4317,7 +4368,7 @@ export declare const StartIcon: {
|
|
|
4317
4368
|
suppressContentEditableWarning?: boolean | undefined;
|
|
4318
4369
|
accessKey?: string | undefined;
|
|
4319
4370
|
autoFocus?: boolean | undefined;
|
|
4320
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
4371
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
4321
4372
|
contextMenu?: string | undefined;
|
|
4322
4373
|
dir?: string | undefined;
|
|
4323
4374
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -4345,16 +4396,16 @@ export declare const StartIcon: {
|
|
|
4345
4396
|
itemRef?: string | undefined;
|
|
4346
4397
|
results?: number | undefined;
|
|
4347
4398
|
security?: string | undefined;
|
|
4348
|
-
unselectable?: "
|
|
4349
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
4399
|
+
unselectable?: "off" | "on" | undefined;
|
|
4400
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
4350
4401
|
is?: string | undefined;
|
|
4351
|
-
formAction?: string |
|
|
4402
|
+
formAction?: string | undefined;
|
|
4352
4403
|
formEncType?: string | undefined;
|
|
4353
4404
|
formMethod?: string | undefined;
|
|
4354
4405
|
formNoValidate?: boolean | undefined;
|
|
4355
4406
|
formTarget?: string | undefined;
|
|
4356
|
-
value?: string | readonly string[] |
|
|
4357
|
-
component?: import("react").ElementType | undefined;
|
|
4407
|
+
value?: string | number | readonly string[] | undefined;
|
|
4408
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4358
4409
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
4359
4410
|
};
|
|
4360
4411
|
/**
|
|
@@ -4364,35 +4415,35 @@ export declare const EndIcon: {
|
|
|
4364
4415
|
args: {
|
|
4365
4416
|
children: string;
|
|
4366
4417
|
};
|
|
4367
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
4418
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
4368
4419
|
isLoading?: boolean | undefined;
|
|
4369
4420
|
children: import("react").ReactNode;
|
|
4370
4421
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
4371
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
4422
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
4372
4423
|
disabled?: boolean | undefined;
|
|
4373
4424
|
disableElevation?: boolean | undefined;
|
|
4374
4425
|
disableFocusRipple?: boolean | undefined;
|
|
4375
4426
|
endIcon?: import("react").ReactNode;
|
|
4376
4427
|
fullWidth?: boolean | undefined;
|
|
4377
4428
|
href?: string | undefined;
|
|
4378
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
4429
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
4379
4430
|
startIcon?: import("react").ReactNode;
|
|
4380
4431
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
4381
4432
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
4382
|
-
tabIndex?:
|
|
4433
|
+
tabIndex?: number | undefined;
|
|
4383
4434
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
4384
4435
|
centerRipple?: boolean | undefined;
|
|
4385
4436
|
disableRipple?: boolean | undefined;
|
|
4386
4437
|
disableTouchRipple?: boolean | undefined;
|
|
4387
4438
|
focusRipple?: boolean | undefined;
|
|
4388
4439
|
focusVisibleClassName?: string | undefined;
|
|
4389
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
4440
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4390
4441
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
4391
4442
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
4392
4443
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
4393
4444
|
className?: string | undefined;
|
|
4394
4445
|
style?: import("react").CSSProperties | undefined;
|
|
4395
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
4446
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
4396
4447
|
form?: string | undefined;
|
|
4397
4448
|
slot?: string | undefined;
|
|
4398
4449
|
title?: string | undefined;
|
|
@@ -4400,31 +4451,31 @@ export declare const EndIcon: {
|
|
|
4400
4451
|
id?: string | undefined;
|
|
4401
4452
|
lang?: string | undefined;
|
|
4402
4453
|
name?: string | undefined;
|
|
4403
|
-
type?: "
|
|
4454
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
4404
4455
|
role?: import("react").AriaRole | undefined;
|
|
4405
4456
|
"aria-activedescendant"?: string | undefined;
|
|
4406
4457
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
4407
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
4458
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
4408
4459
|
"aria-braillelabel"?: string | undefined;
|
|
4409
4460
|
"aria-brailleroledescription"?: string | undefined;
|
|
4410
4461
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
4411
|
-
"aria-checked"?: boolean | "
|
|
4462
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
4412
4463
|
"aria-colcount"?: number | undefined;
|
|
4413
4464
|
"aria-colindex"?: number | undefined;
|
|
4414
4465
|
"aria-colindextext"?: string | undefined;
|
|
4415
4466
|
"aria-colspan"?: number | undefined;
|
|
4416
4467
|
"aria-controls"?: string | undefined;
|
|
4417
|
-
"aria-current"?: boolean | "
|
|
4468
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
4418
4469
|
"aria-describedby"?: string | undefined;
|
|
4419
4470
|
"aria-description"?: string | undefined;
|
|
4420
4471
|
"aria-details"?: string | undefined;
|
|
4421
4472
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
4422
|
-
"aria-dropeffect"?: "
|
|
4473
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
4423
4474
|
"aria-errormessage"?: string | undefined;
|
|
4424
4475
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
4425
4476
|
"aria-flowto"?: string | undefined;
|
|
4426
4477
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
4427
|
-
"aria-haspopup"?: boolean | "
|
|
4478
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
4428
4479
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
4429
4480
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
4430
4481
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -4439,9 +4490,9 @@ export declare const EndIcon: {
|
|
|
4439
4490
|
"aria-owns"?: string | undefined;
|
|
4440
4491
|
"aria-placeholder"?: string | undefined;
|
|
4441
4492
|
"aria-posinset"?: number | undefined;
|
|
4442
|
-
"aria-pressed"?: boolean | "
|
|
4493
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
4443
4494
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
4444
|
-
"aria-relevant"?: "
|
|
4495
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
4445
4496
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
4446
4497
|
"aria-roledescription"?: string | undefined;
|
|
4447
4498
|
"aria-rowcount"?: number | undefined;
|
|
@@ -4626,7 +4677,7 @@ export declare const EndIcon: {
|
|
|
4626
4677
|
suppressContentEditableWarning?: boolean | undefined;
|
|
4627
4678
|
accessKey?: string | undefined;
|
|
4628
4679
|
autoFocus?: boolean | undefined;
|
|
4629
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
4680
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
4630
4681
|
contextMenu?: string | undefined;
|
|
4631
4682
|
dir?: string | undefined;
|
|
4632
4683
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -4654,16 +4705,16 @@ export declare const EndIcon: {
|
|
|
4654
4705
|
itemRef?: string | undefined;
|
|
4655
4706
|
results?: number | undefined;
|
|
4656
4707
|
security?: string | undefined;
|
|
4657
|
-
unselectable?: "
|
|
4658
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
4708
|
+
unselectable?: "off" | "on" | undefined;
|
|
4709
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
4659
4710
|
is?: string | undefined;
|
|
4660
|
-
formAction?: string |
|
|
4711
|
+
formAction?: string | undefined;
|
|
4661
4712
|
formEncType?: string | undefined;
|
|
4662
4713
|
formMethod?: string | undefined;
|
|
4663
4714
|
formNoValidate?: boolean | undefined;
|
|
4664
4715
|
formTarget?: string | undefined;
|
|
4665
|
-
value?: string | readonly string[] |
|
|
4666
|
-
component?: import("react").ElementType | undefined;
|
|
4716
|
+
value?: string | number | readonly string[] | undefined;
|
|
4717
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4667
4718
|
}>) => Promise<void>;
|
|
4668
4719
|
parameters: {
|
|
4669
4720
|
docs: {
|
|
@@ -4676,31 +4727,31 @@ export declare const EndIcon: {
|
|
|
4676
4727
|
isLoading?: boolean | undefined;
|
|
4677
4728
|
children: import("react").ReactNode;
|
|
4678
4729
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
4679
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
4730
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
4680
4731
|
disabled?: boolean | undefined;
|
|
4681
4732
|
disableElevation?: boolean | undefined;
|
|
4682
4733
|
disableFocusRipple?: boolean | undefined;
|
|
4683
4734
|
endIcon?: import("react").ReactNode;
|
|
4684
4735
|
fullWidth?: boolean | undefined;
|
|
4685
4736
|
href?: string | undefined;
|
|
4686
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
4737
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
4687
4738
|
startIcon?: import("react").ReactNode;
|
|
4688
4739
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
4689
4740
|
variant?: import("@mui/types").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
4690
|
-
tabIndex?:
|
|
4741
|
+
tabIndex?: number | undefined;
|
|
4691
4742
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
4692
4743
|
centerRipple?: boolean | undefined;
|
|
4693
4744
|
disableRipple?: boolean | undefined;
|
|
4694
4745
|
disableTouchRipple?: boolean | undefined;
|
|
4695
4746
|
focusRipple?: boolean | undefined;
|
|
4696
4747
|
focusVisibleClassName?: string | undefined;
|
|
4697
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
4748
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4698
4749
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
4699
4750
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
4700
4751
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
4701
4752
|
className?: string | undefined;
|
|
4702
4753
|
style?: import("react").CSSProperties | undefined;
|
|
4703
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
4754
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
4704
4755
|
form?: string | undefined;
|
|
4705
4756
|
slot?: string | undefined;
|
|
4706
4757
|
title?: string | undefined;
|
|
@@ -4708,31 +4759,31 @@ export declare const EndIcon: {
|
|
|
4708
4759
|
id?: string | undefined;
|
|
4709
4760
|
lang?: string | undefined;
|
|
4710
4761
|
name?: string | undefined;
|
|
4711
|
-
type?: "
|
|
4762
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
4712
4763
|
role?: import("react").AriaRole | undefined;
|
|
4713
4764
|
"aria-activedescendant"?: string | undefined;
|
|
4714
4765
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
4715
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
4766
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
4716
4767
|
"aria-braillelabel"?: string | undefined;
|
|
4717
4768
|
"aria-brailleroledescription"?: string | undefined;
|
|
4718
4769
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
4719
|
-
"aria-checked"?: boolean | "
|
|
4770
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
4720
4771
|
"aria-colcount"?: number | undefined;
|
|
4721
4772
|
"aria-colindex"?: number | undefined;
|
|
4722
4773
|
"aria-colindextext"?: string | undefined;
|
|
4723
4774
|
"aria-colspan"?: number | undefined;
|
|
4724
4775
|
"aria-controls"?: string | undefined;
|
|
4725
|
-
"aria-current"?: boolean | "
|
|
4776
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
4726
4777
|
"aria-describedby"?: string | undefined;
|
|
4727
4778
|
"aria-description"?: string | undefined;
|
|
4728
4779
|
"aria-details"?: string | undefined;
|
|
4729
4780
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
4730
|
-
"aria-dropeffect"?: "
|
|
4781
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
4731
4782
|
"aria-errormessage"?: string | undefined;
|
|
4732
4783
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
4733
4784
|
"aria-flowto"?: string | undefined;
|
|
4734
4785
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
4735
|
-
"aria-haspopup"?: boolean | "
|
|
4786
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
4736
4787
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
4737
4788
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
4738
4789
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -4747,9 +4798,9 @@ export declare const EndIcon: {
|
|
|
4747
4798
|
"aria-owns"?: string | undefined;
|
|
4748
4799
|
"aria-placeholder"?: string | undefined;
|
|
4749
4800
|
"aria-posinset"?: number | undefined;
|
|
4750
|
-
"aria-pressed"?: boolean | "
|
|
4801
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
4751
4802
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
4752
|
-
"aria-relevant"?: "
|
|
4803
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
4753
4804
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
4754
4805
|
"aria-roledescription"?: string | undefined;
|
|
4755
4806
|
"aria-rowcount"?: number | undefined;
|
|
@@ -4934,7 +4985,7 @@ export declare const EndIcon: {
|
|
|
4934
4985
|
suppressContentEditableWarning?: boolean | undefined;
|
|
4935
4986
|
accessKey?: string | undefined;
|
|
4936
4987
|
autoFocus?: boolean | undefined;
|
|
4937
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
4988
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
4938
4989
|
contextMenu?: string | undefined;
|
|
4939
4990
|
dir?: string | undefined;
|
|
4940
4991
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -4962,15 +5013,15 @@ export declare const EndIcon: {
|
|
|
4962
5013
|
itemRef?: string | undefined;
|
|
4963
5014
|
results?: number | undefined;
|
|
4964
5015
|
security?: string | undefined;
|
|
4965
|
-
unselectable?: "
|
|
4966
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
5016
|
+
unselectable?: "off" | "on" | undefined;
|
|
5017
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
4967
5018
|
is?: string | undefined;
|
|
4968
|
-
formAction?: string |
|
|
5019
|
+
formAction?: string | undefined;
|
|
4969
5020
|
formEncType?: string | undefined;
|
|
4970
5021
|
formMethod?: string | undefined;
|
|
4971
5022
|
formNoValidate?: boolean | undefined;
|
|
4972
5023
|
formTarget?: string | undefined;
|
|
4973
|
-
value?: string | readonly string[] |
|
|
4974
|
-
component?: import("react").ElementType | undefined;
|
|
5024
|
+
value?: string | number | readonly string[] | undefined;
|
|
5025
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
4975
5026
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
4976
5027
|
};
|