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