@galaxy-ds/core 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.stories.d.ts +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -3
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* ```js
|
|
@@ -9,10 +12,91 @@ declare const meta: {
|
|
|
9
12
|
component: (props: import("./Checkbox.types").CheckboxProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
13
|
parameters: {
|
|
11
14
|
badges: BADGE[];
|
|
15
|
+
layout: string;
|
|
12
16
|
};
|
|
13
17
|
argTypes: {
|
|
14
18
|
onFocusVisible: {
|
|
15
19
|
control: {
|
|
20
|
+
type: undefined;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
checkedIcon: {
|
|
24
|
+
control: {
|
|
25
|
+
type: undefined;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
icon: {
|
|
29
|
+
control: {
|
|
30
|
+
type: undefined;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
indeterminateIcon: {
|
|
34
|
+
control: {
|
|
35
|
+
type: undefined;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
inputRef: {
|
|
39
|
+
control: {
|
|
40
|
+
type: undefined;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
checked: {
|
|
44
|
+
control: {
|
|
45
|
+
type: undefined;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
component: {
|
|
49
|
+
table: {
|
|
50
|
+
disable: boolean;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
size: {
|
|
54
|
+
table: {
|
|
55
|
+
disable: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
color: {
|
|
59
|
+
table: {
|
|
60
|
+
disable: boolean;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
TouchRippleProps: {
|
|
64
|
+
table: {
|
|
65
|
+
disable: boolean;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
touchRippleRef: {
|
|
69
|
+
table: {
|
|
70
|
+
disable: boolean;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
centerRipple: {
|
|
74
|
+
table: {
|
|
75
|
+
disable: boolean;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
disableTouchRipple: {
|
|
79
|
+
table: {
|
|
80
|
+
disable: boolean;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
focusRipple: {
|
|
84
|
+
table: {
|
|
85
|
+
disable: boolean;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
disableRipple: {
|
|
89
|
+
table: {
|
|
90
|
+
disable: boolean;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
disableFocusRipple: {
|
|
94
|
+
table: {
|
|
95
|
+
disable: boolean;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
LinkComponent: {
|
|
99
|
+
table: {
|
|
16
100
|
disable: boolean;
|
|
17
101
|
};
|
|
18
102
|
};
|
|
@@ -20,7 +104,9 @@ declare const meta: {
|
|
|
20
104
|
};
|
|
21
105
|
export default meta;
|
|
22
106
|
export declare const Default: {
|
|
23
|
-
args: {
|
|
107
|
+
args: {
|
|
108
|
+
edge: false;
|
|
109
|
+
};
|
|
24
110
|
parameters: {
|
|
25
111
|
docs: {
|
|
26
112
|
source: {
|
|
@@ -31,24 +117,24 @@ export declare const Default: {
|
|
|
31
117
|
render: (args: {
|
|
32
118
|
label?: string | undefined;
|
|
33
119
|
isAuth?: boolean | undefined;
|
|
34
|
-
checked?:
|
|
120
|
+
checked?: boolean | undefined;
|
|
35
121
|
checkedIcon?: import("react").ReactNode;
|
|
36
122
|
classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
|
|
37
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
38
|
-
disabled?:
|
|
39
|
-
disableRipple?:
|
|
123
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
|
|
124
|
+
disabled?: boolean | undefined;
|
|
125
|
+
disableRipple?: boolean | undefined;
|
|
40
126
|
icon?: import("react").ReactNode;
|
|
41
|
-
id?:
|
|
127
|
+
id?: string | undefined;
|
|
42
128
|
indeterminate?: boolean | undefined;
|
|
43
129
|
indeterminateIcon?: import("react").ReactNode;
|
|
44
|
-
inputProps?: import("
|
|
130
|
+
inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
|
|
45
131
|
inputRef?: import("react").Ref<HTMLInputElement> | undefined;
|
|
46
|
-
onChange?: import("
|
|
47
|
-
required?:
|
|
48
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
132
|
+
onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
|
|
133
|
+
required?: boolean | undefined;
|
|
134
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
|
|
49
135
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
50
|
-
value?:
|
|
51
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
136
|
+
value?: unknown;
|
|
137
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
52
138
|
className?: string | undefined;
|
|
53
139
|
style?: import("react").CSSProperties | undefined;
|
|
54
140
|
form?: string | undefined;
|
|
@@ -61,27 +147,27 @@ export declare const Default: {
|
|
|
61
147
|
tabIndex?: number | undefined;
|
|
62
148
|
"aria-activedescendant"?: string | undefined;
|
|
63
149
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
64
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
150
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
65
151
|
"aria-braillelabel"?: string | undefined;
|
|
66
152
|
"aria-brailleroledescription"?: string | undefined;
|
|
67
153
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
68
|
-
"aria-checked"?: boolean | "
|
|
154
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
69
155
|
"aria-colcount"?: number | undefined;
|
|
70
156
|
"aria-colindex"?: number | undefined;
|
|
71
157
|
"aria-colindextext"?: string | undefined;
|
|
72
158
|
"aria-colspan"?: number | undefined;
|
|
73
159
|
"aria-controls"?: string | undefined;
|
|
74
|
-
"aria-current"?: boolean | "
|
|
160
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
75
161
|
"aria-describedby"?: string | undefined;
|
|
76
162
|
"aria-description"?: string | undefined;
|
|
77
163
|
"aria-details"?: string | undefined;
|
|
78
164
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
79
|
-
"aria-dropeffect"?: "
|
|
165
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
80
166
|
"aria-errormessage"?: string | undefined;
|
|
81
167
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
82
168
|
"aria-flowto"?: string | undefined;
|
|
83
169
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
84
|
-
"aria-haspopup"?: boolean | "
|
|
170
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
85
171
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
86
172
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
87
173
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -96,9 +182,9 @@ export declare const Default: {
|
|
|
96
182
|
"aria-owns"?: string | undefined;
|
|
97
183
|
"aria-placeholder"?: string | undefined;
|
|
98
184
|
"aria-posinset"?: number | undefined;
|
|
99
|
-
"aria-pressed"?: boolean | "
|
|
185
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
100
186
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
101
|
-
"aria-relevant"?: "
|
|
187
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
102
188
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
103
189
|
"aria-roledescription"?: string | undefined;
|
|
104
190
|
"aria-rowcount"?: number | undefined;
|
|
@@ -282,7 +368,7 @@ export declare const Default: {
|
|
|
282
368
|
suppressContentEditableWarning?: boolean | undefined;
|
|
283
369
|
accessKey?: string | undefined;
|
|
284
370
|
autoFocus?: boolean | undefined;
|
|
285
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
371
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
286
372
|
contextMenu?: string | undefined;
|
|
287
373
|
dir?: string | undefined;
|
|
288
374
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -310,26 +396,26 @@ export declare const Default: {
|
|
|
310
396
|
itemRef?: string | undefined;
|
|
311
397
|
results?: number | undefined;
|
|
312
398
|
security?: string | undefined;
|
|
313
|
-
unselectable?: "
|
|
314
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
399
|
+
unselectable?: "off" | "on" | undefined;
|
|
400
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
315
401
|
is?: string | undefined;
|
|
316
402
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
317
403
|
centerRipple?: boolean | undefined;
|
|
318
404
|
disableTouchRipple?: boolean | undefined;
|
|
319
405
|
focusRipple?: boolean | undefined;
|
|
320
406
|
focusVisibleClassName?: string | undefined;
|
|
321
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
407
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
322
408
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
323
409
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
324
410
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
325
|
-
formAction?: string |
|
|
411
|
+
formAction?: string | undefined;
|
|
326
412
|
formEncType?: string | undefined;
|
|
327
413
|
formMethod?: string | undefined;
|
|
328
414
|
formNoValidate?: boolean | undefined;
|
|
329
415
|
formTarget?: string | undefined;
|
|
330
|
-
component?: import("react").ElementType | undefined;
|
|
416
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
331
417
|
disableFocusRipple?: boolean | undefined;
|
|
332
|
-
edge?:
|
|
418
|
+
edge?: false | "end" | "start" | undefined;
|
|
333
419
|
readOnly?: boolean | undefined;
|
|
334
420
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
335
421
|
};
|
|
@@ -344,27 +430,27 @@ export declare const Checked: {
|
|
|
344
430
|
};
|
|
345
431
|
};
|
|
346
432
|
};
|
|
347
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
433
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
348
434
|
label?: string | undefined;
|
|
349
435
|
isAuth?: boolean | undefined;
|
|
350
|
-
checked?:
|
|
436
|
+
checked?: boolean | undefined;
|
|
351
437
|
checkedIcon?: import("react").ReactNode;
|
|
352
438
|
classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
|
|
353
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
354
|
-
disabled?:
|
|
355
|
-
disableRipple?:
|
|
439
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
|
|
440
|
+
disabled?: boolean | undefined;
|
|
441
|
+
disableRipple?: boolean | undefined;
|
|
356
442
|
icon?: import("react").ReactNode;
|
|
357
|
-
id?:
|
|
443
|
+
id?: string | undefined;
|
|
358
444
|
indeterminate?: boolean | undefined;
|
|
359
445
|
indeterminateIcon?: import("react").ReactNode;
|
|
360
|
-
inputProps?: import("
|
|
446
|
+
inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
|
|
361
447
|
inputRef?: import("react").Ref<HTMLInputElement> | undefined;
|
|
362
|
-
onChange?: import("
|
|
363
|
-
required?:
|
|
364
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
448
|
+
onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
|
|
449
|
+
required?: boolean | undefined;
|
|
450
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
|
|
365
451
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
366
|
-
value?:
|
|
367
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
452
|
+
value?: unknown;
|
|
453
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
368
454
|
className?: string | undefined;
|
|
369
455
|
style?: import("react").CSSProperties | undefined;
|
|
370
456
|
form?: string | undefined;
|
|
@@ -377,27 +463,27 @@ export declare const Checked: {
|
|
|
377
463
|
tabIndex?: number | undefined;
|
|
378
464
|
"aria-activedescendant"?: string | undefined;
|
|
379
465
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
380
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
466
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
381
467
|
"aria-braillelabel"?: string | undefined;
|
|
382
468
|
"aria-brailleroledescription"?: string | undefined;
|
|
383
469
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
384
|
-
"aria-checked"?: boolean | "
|
|
470
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
385
471
|
"aria-colcount"?: number | undefined;
|
|
386
472
|
"aria-colindex"?: number | undefined;
|
|
387
473
|
"aria-colindextext"?: string | undefined;
|
|
388
474
|
"aria-colspan"?: number | undefined;
|
|
389
475
|
"aria-controls"?: string | undefined;
|
|
390
|
-
"aria-current"?: boolean | "
|
|
476
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
391
477
|
"aria-describedby"?: string | undefined;
|
|
392
478
|
"aria-description"?: string | undefined;
|
|
393
479
|
"aria-details"?: string | undefined;
|
|
394
480
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
395
|
-
"aria-dropeffect"?: "
|
|
481
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
396
482
|
"aria-errormessage"?: string | undefined;
|
|
397
483
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
398
484
|
"aria-flowto"?: string | undefined;
|
|
399
485
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
400
|
-
"aria-haspopup"?: boolean | "
|
|
486
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
401
487
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
402
488
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
403
489
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -412,9 +498,9 @@ export declare const Checked: {
|
|
|
412
498
|
"aria-owns"?: string | undefined;
|
|
413
499
|
"aria-placeholder"?: string | undefined;
|
|
414
500
|
"aria-posinset"?: number | undefined;
|
|
415
|
-
"aria-pressed"?: boolean | "
|
|
501
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
416
502
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
417
|
-
"aria-relevant"?: "
|
|
503
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
418
504
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
419
505
|
"aria-roledescription"?: string | undefined;
|
|
420
506
|
"aria-rowcount"?: number | undefined;
|
|
@@ -598,7 +684,7 @@ export declare const Checked: {
|
|
|
598
684
|
suppressContentEditableWarning?: boolean | undefined;
|
|
599
685
|
accessKey?: string | undefined;
|
|
600
686
|
autoFocus?: boolean | undefined;
|
|
601
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
687
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
602
688
|
contextMenu?: string | undefined;
|
|
603
689
|
dir?: string | undefined;
|
|
604
690
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -626,49 +712,49 @@ export declare const Checked: {
|
|
|
626
712
|
itemRef?: string | undefined;
|
|
627
713
|
results?: number | undefined;
|
|
628
714
|
security?: string | undefined;
|
|
629
|
-
unselectable?: "
|
|
630
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
715
|
+
unselectable?: "off" | "on" | undefined;
|
|
716
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
631
717
|
is?: string | undefined;
|
|
632
718
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
633
719
|
centerRipple?: boolean | undefined;
|
|
634
720
|
disableTouchRipple?: boolean | undefined;
|
|
635
721
|
focusRipple?: boolean | undefined;
|
|
636
722
|
focusVisibleClassName?: string | undefined;
|
|
637
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
723
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
638
724
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
639
725
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
640
726
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
641
|
-
formAction?: string |
|
|
727
|
+
formAction?: string | undefined;
|
|
642
728
|
formEncType?: string | undefined;
|
|
643
729
|
formMethod?: string | undefined;
|
|
644
730
|
formNoValidate?: boolean | undefined;
|
|
645
731
|
formTarget?: string | undefined;
|
|
646
|
-
component?: import("react").ElementType | undefined;
|
|
732
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
647
733
|
disableFocusRipple?: boolean | undefined;
|
|
648
|
-
edge?:
|
|
734
|
+
edge?: false | "end" | "start" | undefined;
|
|
649
735
|
readOnly?: boolean | undefined;
|
|
650
736
|
}>) => Promise<void>;
|
|
651
737
|
render: (args: {
|
|
652
738
|
label?: string | undefined;
|
|
653
739
|
isAuth?: boolean | undefined;
|
|
654
|
-
checked?:
|
|
740
|
+
checked?: boolean | undefined;
|
|
655
741
|
checkedIcon?: import("react").ReactNode;
|
|
656
742
|
classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
|
|
657
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
658
|
-
disabled?:
|
|
659
|
-
disableRipple?:
|
|
743
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
|
|
744
|
+
disabled?: boolean | undefined;
|
|
745
|
+
disableRipple?: boolean | undefined;
|
|
660
746
|
icon?: import("react").ReactNode;
|
|
661
|
-
id?:
|
|
747
|
+
id?: string | undefined;
|
|
662
748
|
indeterminate?: boolean | undefined;
|
|
663
749
|
indeterminateIcon?: import("react").ReactNode;
|
|
664
|
-
inputProps?: import("
|
|
750
|
+
inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
|
|
665
751
|
inputRef?: import("react").Ref<HTMLInputElement> | undefined;
|
|
666
|
-
onChange?: import("
|
|
667
|
-
required?:
|
|
668
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
752
|
+
onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
|
|
753
|
+
required?: boolean | undefined;
|
|
754
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
|
|
669
755
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
670
|
-
value?:
|
|
671
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
756
|
+
value?: unknown;
|
|
757
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
672
758
|
className?: string | undefined;
|
|
673
759
|
style?: import("react").CSSProperties | undefined;
|
|
674
760
|
form?: string | undefined;
|
|
@@ -681,27 +767,27 @@ export declare const Checked: {
|
|
|
681
767
|
tabIndex?: number | undefined;
|
|
682
768
|
"aria-activedescendant"?: string | undefined;
|
|
683
769
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
684
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
770
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
685
771
|
"aria-braillelabel"?: string | undefined;
|
|
686
772
|
"aria-brailleroledescription"?: string | undefined;
|
|
687
773
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
688
|
-
"aria-checked"?: boolean | "
|
|
774
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
689
775
|
"aria-colcount"?: number | undefined;
|
|
690
776
|
"aria-colindex"?: number | undefined;
|
|
691
777
|
"aria-colindextext"?: string | undefined;
|
|
692
778
|
"aria-colspan"?: number | undefined;
|
|
693
779
|
"aria-controls"?: string | undefined;
|
|
694
|
-
"aria-current"?: boolean | "
|
|
780
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
695
781
|
"aria-describedby"?: string | undefined;
|
|
696
782
|
"aria-description"?: string | undefined;
|
|
697
783
|
"aria-details"?: string | undefined;
|
|
698
784
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
699
|
-
"aria-dropeffect"?: "
|
|
785
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
700
786
|
"aria-errormessage"?: string | undefined;
|
|
701
787
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
702
788
|
"aria-flowto"?: string | undefined;
|
|
703
789
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
704
|
-
"aria-haspopup"?: boolean | "
|
|
790
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
705
791
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
706
792
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
707
793
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -716,9 +802,9 @@ export declare const Checked: {
|
|
|
716
802
|
"aria-owns"?: string | undefined;
|
|
717
803
|
"aria-placeholder"?: string | undefined;
|
|
718
804
|
"aria-posinset"?: number | undefined;
|
|
719
|
-
"aria-pressed"?: boolean | "
|
|
805
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
720
806
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
721
|
-
"aria-relevant"?: "
|
|
807
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
722
808
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
723
809
|
"aria-roledescription"?: string | undefined;
|
|
724
810
|
"aria-rowcount"?: number | undefined;
|
|
@@ -902,7 +988,7 @@ export declare const Checked: {
|
|
|
902
988
|
suppressContentEditableWarning?: boolean | undefined;
|
|
903
989
|
accessKey?: string | undefined;
|
|
904
990
|
autoFocus?: boolean | undefined;
|
|
905
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
991
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
906
992
|
contextMenu?: string | undefined;
|
|
907
993
|
dir?: string | undefined;
|
|
908
994
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -930,26 +1016,26 @@ export declare const Checked: {
|
|
|
930
1016
|
itemRef?: string | undefined;
|
|
931
1017
|
results?: number | undefined;
|
|
932
1018
|
security?: string | undefined;
|
|
933
|
-
unselectable?: "
|
|
934
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1019
|
+
unselectable?: "off" | "on" | undefined;
|
|
1020
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
935
1021
|
is?: string | undefined;
|
|
936
1022
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
937
1023
|
centerRipple?: boolean | undefined;
|
|
938
1024
|
disableTouchRipple?: boolean | undefined;
|
|
939
1025
|
focusRipple?: boolean | undefined;
|
|
940
1026
|
focusVisibleClassName?: string | undefined;
|
|
941
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1027
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
942
1028
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
943
1029
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
944
1030
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
945
|
-
formAction?: string |
|
|
1031
|
+
formAction?: string | undefined;
|
|
946
1032
|
formEncType?: string | undefined;
|
|
947
1033
|
formMethod?: string | undefined;
|
|
948
1034
|
formNoValidate?: boolean | undefined;
|
|
949
1035
|
formTarget?: string | undefined;
|
|
950
|
-
component?: import("react").ElementType | undefined;
|
|
1036
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
951
1037
|
disableFocusRipple?: boolean | undefined;
|
|
952
|
-
edge?:
|
|
1038
|
+
edge?: false | "end" | "start" | undefined;
|
|
953
1039
|
readOnly?: boolean | undefined;
|
|
954
1040
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
955
1041
|
};
|
|
@@ -964,27 +1050,27 @@ export declare const Indeterminate: {
|
|
|
964
1050
|
};
|
|
965
1051
|
};
|
|
966
1052
|
};
|
|
967
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1053
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
968
1054
|
label?: string | undefined;
|
|
969
1055
|
isAuth?: boolean | undefined;
|
|
970
|
-
checked?:
|
|
1056
|
+
checked?: boolean | undefined;
|
|
971
1057
|
checkedIcon?: import("react").ReactNode;
|
|
972
1058
|
classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
|
|
973
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
974
|
-
disabled?:
|
|
975
|
-
disableRipple?:
|
|
1059
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
|
|
1060
|
+
disabled?: boolean | undefined;
|
|
1061
|
+
disableRipple?: boolean | undefined;
|
|
976
1062
|
icon?: import("react").ReactNode;
|
|
977
|
-
id?:
|
|
1063
|
+
id?: string | undefined;
|
|
978
1064
|
indeterminate?: boolean | undefined;
|
|
979
1065
|
indeterminateIcon?: import("react").ReactNode;
|
|
980
|
-
inputProps?: import("
|
|
1066
|
+
inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
|
|
981
1067
|
inputRef?: import("react").Ref<HTMLInputElement> | undefined;
|
|
982
|
-
onChange?: import("
|
|
983
|
-
required?:
|
|
984
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1068
|
+
onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
|
|
1069
|
+
required?: boolean | undefined;
|
|
1070
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
|
|
985
1071
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
986
|
-
value?:
|
|
987
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1072
|
+
value?: unknown;
|
|
1073
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
988
1074
|
className?: string | undefined;
|
|
989
1075
|
style?: import("react").CSSProperties | undefined;
|
|
990
1076
|
form?: string | undefined;
|
|
@@ -997,27 +1083,27 @@ export declare const Indeterminate: {
|
|
|
997
1083
|
tabIndex?: number | undefined;
|
|
998
1084
|
"aria-activedescendant"?: string | undefined;
|
|
999
1085
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1000
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1086
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1001
1087
|
"aria-braillelabel"?: string | undefined;
|
|
1002
1088
|
"aria-brailleroledescription"?: string | undefined;
|
|
1003
1089
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1004
|
-
"aria-checked"?: boolean | "
|
|
1090
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1005
1091
|
"aria-colcount"?: number | undefined;
|
|
1006
1092
|
"aria-colindex"?: number | undefined;
|
|
1007
1093
|
"aria-colindextext"?: string | undefined;
|
|
1008
1094
|
"aria-colspan"?: number | undefined;
|
|
1009
1095
|
"aria-controls"?: string | undefined;
|
|
1010
|
-
"aria-current"?: boolean | "
|
|
1096
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1011
1097
|
"aria-describedby"?: string | undefined;
|
|
1012
1098
|
"aria-description"?: string | undefined;
|
|
1013
1099
|
"aria-details"?: string | undefined;
|
|
1014
1100
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1015
|
-
"aria-dropeffect"?: "
|
|
1101
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1016
1102
|
"aria-errormessage"?: string | undefined;
|
|
1017
1103
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1018
1104
|
"aria-flowto"?: string | undefined;
|
|
1019
1105
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1020
|
-
"aria-haspopup"?: boolean | "
|
|
1106
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1021
1107
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1022
1108
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1023
1109
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1032,9 +1118,9 @@ export declare const Indeterminate: {
|
|
|
1032
1118
|
"aria-owns"?: string | undefined;
|
|
1033
1119
|
"aria-placeholder"?: string | undefined;
|
|
1034
1120
|
"aria-posinset"?: number | undefined;
|
|
1035
|
-
"aria-pressed"?: boolean | "
|
|
1121
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1036
1122
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1037
|
-
"aria-relevant"?: "
|
|
1123
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1038
1124
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1039
1125
|
"aria-roledescription"?: string | undefined;
|
|
1040
1126
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1218,7 +1304,7 @@ export declare const Indeterminate: {
|
|
|
1218
1304
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1219
1305
|
accessKey?: string | undefined;
|
|
1220
1306
|
autoFocus?: boolean | undefined;
|
|
1221
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1307
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1222
1308
|
contextMenu?: string | undefined;
|
|
1223
1309
|
dir?: string | undefined;
|
|
1224
1310
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1246,49 +1332,49 @@ export declare const Indeterminate: {
|
|
|
1246
1332
|
itemRef?: string | undefined;
|
|
1247
1333
|
results?: number | undefined;
|
|
1248
1334
|
security?: string | undefined;
|
|
1249
|
-
unselectable?: "
|
|
1250
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1335
|
+
unselectable?: "off" | "on" | undefined;
|
|
1336
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1251
1337
|
is?: string | undefined;
|
|
1252
1338
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
1253
1339
|
centerRipple?: boolean | undefined;
|
|
1254
1340
|
disableTouchRipple?: boolean | undefined;
|
|
1255
1341
|
focusRipple?: boolean | undefined;
|
|
1256
1342
|
focusVisibleClassName?: string | undefined;
|
|
1257
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1343
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1258
1344
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1259
1345
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
1260
1346
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
1261
|
-
formAction?: string |
|
|
1347
|
+
formAction?: string | undefined;
|
|
1262
1348
|
formEncType?: string | undefined;
|
|
1263
1349
|
formMethod?: string | undefined;
|
|
1264
1350
|
formNoValidate?: boolean | undefined;
|
|
1265
1351
|
formTarget?: string | undefined;
|
|
1266
|
-
component?: import("react").ElementType | undefined;
|
|
1352
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1267
1353
|
disableFocusRipple?: boolean | undefined;
|
|
1268
|
-
edge?:
|
|
1354
|
+
edge?: false | "end" | "start" | undefined;
|
|
1269
1355
|
readOnly?: boolean | undefined;
|
|
1270
1356
|
}>) => Promise<void>;
|
|
1271
1357
|
render: (args: {
|
|
1272
1358
|
label?: string | undefined;
|
|
1273
1359
|
isAuth?: boolean | undefined;
|
|
1274
|
-
checked?:
|
|
1360
|
+
checked?: boolean | undefined;
|
|
1275
1361
|
checkedIcon?: import("react").ReactNode;
|
|
1276
1362
|
classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
|
|
1277
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1278
|
-
disabled?:
|
|
1279
|
-
disableRipple?:
|
|
1363
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
|
|
1364
|
+
disabled?: boolean | undefined;
|
|
1365
|
+
disableRipple?: boolean | undefined;
|
|
1280
1366
|
icon?: import("react").ReactNode;
|
|
1281
|
-
id?:
|
|
1367
|
+
id?: string | undefined;
|
|
1282
1368
|
indeterminate?: boolean | undefined;
|
|
1283
1369
|
indeterminateIcon?: import("react").ReactNode;
|
|
1284
|
-
inputProps?: import("
|
|
1370
|
+
inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
|
|
1285
1371
|
inputRef?: import("react").Ref<HTMLInputElement> | undefined;
|
|
1286
|
-
onChange?: import("
|
|
1287
|
-
required?:
|
|
1288
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1372
|
+
onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
|
|
1373
|
+
required?: boolean | undefined;
|
|
1374
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
|
|
1289
1375
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1290
|
-
value?:
|
|
1291
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1376
|
+
value?: unknown;
|
|
1377
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
1292
1378
|
className?: string | undefined;
|
|
1293
1379
|
style?: import("react").CSSProperties | undefined;
|
|
1294
1380
|
form?: string | undefined;
|
|
@@ -1301,27 +1387,27 @@ export declare const Indeterminate: {
|
|
|
1301
1387
|
tabIndex?: number | undefined;
|
|
1302
1388
|
"aria-activedescendant"?: string | undefined;
|
|
1303
1389
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1304
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1390
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1305
1391
|
"aria-braillelabel"?: string | undefined;
|
|
1306
1392
|
"aria-brailleroledescription"?: string | undefined;
|
|
1307
1393
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1308
|
-
"aria-checked"?: boolean | "
|
|
1394
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1309
1395
|
"aria-colcount"?: number | undefined;
|
|
1310
1396
|
"aria-colindex"?: number | undefined;
|
|
1311
1397
|
"aria-colindextext"?: string | undefined;
|
|
1312
1398
|
"aria-colspan"?: number | undefined;
|
|
1313
1399
|
"aria-controls"?: string | undefined;
|
|
1314
|
-
"aria-current"?: boolean | "
|
|
1400
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1315
1401
|
"aria-describedby"?: string | undefined;
|
|
1316
1402
|
"aria-description"?: string | undefined;
|
|
1317
1403
|
"aria-details"?: string | undefined;
|
|
1318
1404
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1319
|
-
"aria-dropeffect"?: "
|
|
1405
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1320
1406
|
"aria-errormessage"?: string | undefined;
|
|
1321
1407
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1322
1408
|
"aria-flowto"?: string | undefined;
|
|
1323
1409
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1324
|
-
"aria-haspopup"?: boolean | "
|
|
1410
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1325
1411
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1326
1412
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1327
1413
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1336,9 +1422,9 @@ export declare const Indeterminate: {
|
|
|
1336
1422
|
"aria-owns"?: string | undefined;
|
|
1337
1423
|
"aria-placeholder"?: string | undefined;
|
|
1338
1424
|
"aria-posinset"?: number | undefined;
|
|
1339
|
-
"aria-pressed"?: boolean | "
|
|
1425
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1340
1426
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1341
|
-
"aria-relevant"?: "
|
|
1427
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1342
1428
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1343
1429
|
"aria-roledescription"?: string | undefined;
|
|
1344
1430
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1522,7 +1608,7 @@ export declare const Indeterminate: {
|
|
|
1522
1608
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1523
1609
|
accessKey?: string | undefined;
|
|
1524
1610
|
autoFocus?: boolean | undefined;
|
|
1525
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1611
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1526
1612
|
contextMenu?: string | undefined;
|
|
1527
1613
|
dir?: string | undefined;
|
|
1528
1614
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1550,26 +1636,26 @@ export declare const Indeterminate: {
|
|
|
1550
1636
|
itemRef?: string | undefined;
|
|
1551
1637
|
results?: number | undefined;
|
|
1552
1638
|
security?: string | undefined;
|
|
1553
|
-
unselectable?: "
|
|
1554
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1639
|
+
unselectable?: "off" | "on" | undefined;
|
|
1640
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1555
1641
|
is?: string | undefined;
|
|
1556
1642
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
1557
1643
|
centerRipple?: boolean | undefined;
|
|
1558
1644
|
disableTouchRipple?: boolean | undefined;
|
|
1559
1645
|
focusRipple?: boolean | undefined;
|
|
1560
1646
|
focusVisibleClassName?: string | undefined;
|
|
1561
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1647
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1562
1648
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1563
1649
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
1564
1650
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
1565
|
-
formAction?: string |
|
|
1651
|
+
formAction?: string | undefined;
|
|
1566
1652
|
formEncType?: string | undefined;
|
|
1567
1653
|
formMethod?: string | undefined;
|
|
1568
1654
|
formNoValidate?: boolean | undefined;
|
|
1569
1655
|
formTarget?: string | undefined;
|
|
1570
|
-
component?: import("react").ElementType | undefined;
|
|
1656
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1571
1657
|
disableFocusRipple?: boolean | undefined;
|
|
1572
|
-
edge?:
|
|
1658
|
+
edge?: false | "end" | "start" | undefined;
|
|
1573
1659
|
readOnly?: boolean | undefined;
|
|
1574
1660
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1575
1661
|
};
|
|
@@ -1587,27 +1673,27 @@ export declare const Disabled: {
|
|
|
1587
1673
|
};
|
|
1588
1674
|
};
|
|
1589
1675
|
};
|
|
1590
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1676
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1591
1677
|
label?: string | undefined;
|
|
1592
1678
|
isAuth?: boolean | undefined;
|
|
1593
|
-
checked?:
|
|
1679
|
+
checked?: boolean | undefined;
|
|
1594
1680
|
checkedIcon?: import("react").ReactNode;
|
|
1595
1681
|
classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
|
|
1596
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1597
|
-
disabled?:
|
|
1598
|
-
disableRipple?:
|
|
1682
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
|
|
1683
|
+
disabled?: boolean | undefined;
|
|
1684
|
+
disableRipple?: boolean | undefined;
|
|
1599
1685
|
icon?: import("react").ReactNode;
|
|
1600
|
-
id?:
|
|
1686
|
+
id?: string | undefined;
|
|
1601
1687
|
indeterminate?: boolean | undefined;
|
|
1602
1688
|
indeterminateIcon?: import("react").ReactNode;
|
|
1603
|
-
inputProps?: import("
|
|
1689
|
+
inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
|
|
1604
1690
|
inputRef?: import("react").Ref<HTMLInputElement> | undefined;
|
|
1605
|
-
onChange?: import("
|
|
1606
|
-
required?:
|
|
1607
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1691
|
+
onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
|
|
1692
|
+
required?: boolean | undefined;
|
|
1693
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
|
|
1608
1694
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1609
|
-
value?:
|
|
1610
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1695
|
+
value?: unknown;
|
|
1696
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
1611
1697
|
className?: string | undefined;
|
|
1612
1698
|
style?: import("react").CSSProperties | undefined;
|
|
1613
1699
|
form?: string | undefined;
|
|
@@ -1620,27 +1706,27 @@ export declare const Disabled: {
|
|
|
1620
1706
|
tabIndex?: number | undefined;
|
|
1621
1707
|
"aria-activedescendant"?: string | undefined;
|
|
1622
1708
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1623
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1709
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1624
1710
|
"aria-braillelabel"?: string | undefined;
|
|
1625
1711
|
"aria-brailleroledescription"?: string | undefined;
|
|
1626
1712
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1627
|
-
"aria-checked"?: boolean | "
|
|
1713
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1628
1714
|
"aria-colcount"?: number | undefined;
|
|
1629
1715
|
"aria-colindex"?: number | undefined;
|
|
1630
1716
|
"aria-colindextext"?: string | undefined;
|
|
1631
1717
|
"aria-colspan"?: number | undefined;
|
|
1632
1718
|
"aria-controls"?: string | undefined;
|
|
1633
|
-
"aria-current"?: boolean | "
|
|
1719
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1634
1720
|
"aria-describedby"?: string | undefined;
|
|
1635
1721
|
"aria-description"?: string | undefined;
|
|
1636
1722
|
"aria-details"?: string | undefined;
|
|
1637
1723
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1638
|
-
"aria-dropeffect"?: "
|
|
1724
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1639
1725
|
"aria-errormessage"?: string | undefined;
|
|
1640
1726
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1641
1727
|
"aria-flowto"?: string | undefined;
|
|
1642
1728
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1643
|
-
"aria-haspopup"?: boolean | "
|
|
1729
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1644
1730
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1645
1731
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1646
1732
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1655,9 +1741,9 @@ export declare const Disabled: {
|
|
|
1655
1741
|
"aria-owns"?: string | undefined;
|
|
1656
1742
|
"aria-placeholder"?: string | undefined;
|
|
1657
1743
|
"aria-posinset"?: number | undefined;
|
|
1658
|
-
"aria-pressed"?: boolean | "
|
|
1744
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1659
1745
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1660
|
-
"aria-relevant"?: "
|
|
1746
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1661
1747
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1662
1748
|
"aria-roledescription"?: string | undefined;
|
|
1663
1749
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1841,7 +1927,7 @@ export declare const Disabled: {
|
|
|
1841
1927
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1842
1928
|
accessKey?: string | undefined;
|
|
1843
1929
|
autoFocus?: boolean | undefined;
|
|
1844
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1930
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1845
1931
|
contextMenu?: string | undefined;
|
|
1846
1932
|
dir?: string | undefined;
|
|
1847
1933
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1869,49 +1955,49 @@ export declare const Disabled: {
|
|
|
1869
1955
|
itemRef?: string | undefined;
|
|
1870
1956
|
results?: number | undefined;
|
|
1871
1957
|
security?: string | undefined;
|
|
1872
|
-
unselectable?: "
|
|
1873
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1958
|
+
unselectable?: "off" | "on" | undefined;
|
|
1959
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1874
1960
|
is?: string | undefined;
|
|
1875
1961
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
1876
1962
|
centerRipple?: boolean | undefined;
|
|
1877
1963
|
disableTouchRipple?: boolean | undefined;
|
|
1878
1964
|
focusRipple?: boolean | undefined;
|
|
1879
1965
|
focusVisibleClassName?: string | undefined;
|
|
1880
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
1966
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1881
1967
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1882
1968
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
1883
1969
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
1884
|
-
formAction?: string |
|
|
1970
|
+
formAction?: string | undefined;
|
|
1885
1971
|
formEncType?: string | undefined;
|
|
1886
1972
|
formMethod?: string | undefined;
|
|
1887
1973
|
formNoValidate?: boolean | undefined;
|
|
1888
1974
|
formTarget?: string | undefined;
|
|
1889
|
-
component?: import("react").ElementType | undefined;
|
|
1975
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1890
1976
|
disableFocusRipple?: boolean | undefined;
|
|
1891
|
-
edge?:
|
|
1977
|
+
edge?: false | "end" | "start" | undefined;
|
|
1892
1978
|
readOnly?: boolean | undefined;
|
|
1893
1979
|
}>) => Promise<void>;
|
|
1894
1980
|
render: (args: {
|
|
1895
1981
|
label?: string | undefined;
|
|
1896
1982
|
isAuth?: boolean | undefined;
|
|
1897
|
-
checked?:
|
|
1983
|
+
checked?: boolean | undefined;
|
|
1898
1984
|
checkedIcon?: import("react").ReactNode;
|
|
1899
1985
|
classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
|
|
1900
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1901
|
-
disabled?:
|
|
1902
|
-
disableRipple?:
|
|
1986
|
+
color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
|
|
1987
|
+
disabled?: boolean | undefined;
|
|
1988
|
+
disableRipple?: boolean | undefined;
|
|
1903
1989
|
icon?: import("react").ReactNode;
|
|
1904
|
-
id?:
|
|
1990
|
+
id?: string | undefined;
|
|
1905
1991
|
indeterminate?: boolean | undefined;
|
|
1906
1992
|
indeterminateIcon?: import("react").ReactNode;
|
|
1907
|
-
inputProps?: import("
|
|
1993
|
+
inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
|
|
1908
1994
|
inputRef?: import("react").Ref<HTMLInputElement> | undefined;
|
|
1909
|
-
onChange?: import("
|
|
1910
|
-
required?:
|
|
1911
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
1995
|
+
onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
|
|
1996
|
+
required?: boolean | undefined;
|
|
1997
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
|
|
1912
1998
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1913
|
-
value?:
|
|
1914
|
-
ref?: ((instance: HTMLButtonElement | null) => void
|
|
1999
|
+
value?: unknown;
|
|
2000
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
1915
2001
|
className?: string | undefined;
|
|
1916
2002
|
style?: import("react").CSSProperties | undefined;
|
|
1917
2003
|
form?: string | undefined;
|
|
@@ -1924,27 +2010,27 @@ export declare const Disabled: {
|
|
|
1924
2010
|
tabIndex?: number | undefined;
|
|
1925
2011
|
"aria-activedescendant"?: string | undefined;
|
|
1926
2012
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1927
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2013
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1928
2014
|
"aria-braillelabel"?: string | undefined;
|
|
1929
2015
|
"aria-brailleroledescription"?: string | undefined;
|
|
1930
2016
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1931
|
-
"aria-checked"?: boolean | "
|
|
2017
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1932
2018
|
"aria-colcount"?: number | undefined;
|
|
1933
2019
|
"aria-colindex"?: number | undefined;
|
|
1934
2020
|
"aria-colindextext"?: string | undefined;
|
|
1935
2021
|
"aria-colspan"?: number | undefined;
|
|
1936
2022
|
"aria-controls"?: string | undefined;
|
|
1937
|
-
"aria-current"?: boolean | "
|
|
2023
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1938
2024
|
"aria-describedby"?: string | undefined;
|
|
1939
2025
|
"aria-description"?: string | undefined;
|
|
1940
2026
|
"aria-details"?: string | undefined;
|
|
1941
2027
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1942
|
-
"aria-dropeffect"?: "
|
|
2028
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1943
2029
|
"aria-errormessage"?: string | undefined;
|
|
1944
2030
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1945
2031
|
"aria-flowto"?: string | undefined;
|
|
1946
2032
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1947
|
-
"aria-haspopup"?: boolean | "
|
|
2033
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1948
2034
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1949
2035
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1950
2036
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1959,9 +2045,9 @@ export declare const Disabled: {
|
|
|
1959
2045
|
"aria-owns"?: string | undefined;
|
|
1960
2046
|
"aria-placeholder"?: string | undefined;
|
|
1961
2047
|
"aria-posinset"?: number | undefined;
|
|
1962
|
-
"aria-pressed"?: boolean | "
|
|
2048
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1963
2049
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1964
|
-
"aria-relevant"?: "
|
|
2050
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1965
2051
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1966
2052
|
"aria-roledescription"?: string | undefined;
|
|
1967
2053
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2145,7 +2231,7 @@ export declare const Disabled: {
|
|
|
2145
2231
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2146
2232
|
accessKey?: string | undefined;
|
|
2147
2233
|
autoFocus?: boolean | undefined;
|
|
2148
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2234
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2149
2235
|
contextMenu?: string | undefined;
|
|
2150
2236
|
dir?: string | undefined;
|
|
2151
2237
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2173,26 +2259,26 @@ export declare const Disabled: {
|
|
|
2173
2259
|
itemRef?: string | undefined;
|
|
2174
2260
|
results?: number | undefined;
|
|
2175
2261
|
security?: string | undefined;
|
|
2176
|
-
unselectable?: "
|
|
2177
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2262
|
+
unselectable?: "off" | "on" | undefined;
|
|
2263
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2178
2264
|
is?: string | undefined;
|
|
2179
2265
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
2180
2266
|
centerRipple?: boolean | undefined;
|
|
2181
2267
|
disableTouchRipple?: boolean | undefined;
|
|
2182
2268
|
focusRipple?: boolean | undefined;
|
|
2183
2269
|
focusVisibleClassName?: string | undefined;
|
|
2184
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
2270
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2185
2271
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
2186
2272
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
2187
2273
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
2188
|
-
formAction?: string |
|
|
2274
|
+
formAction?: string | undefined;
|
|
2189
2275
|
formEncType?: string | undefined;
|
|
2190
2276
|
formMethod?: string | undefined;
|
|
2191
2277
|
formNoValidate?: boolean | undefined;
|
|
2192
2278
|
formTarget?: string | undefined;
|
|
2193
|
-
component?: import("react").ElementType | undefined;
|
|
2279
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2194
2280
|
disableFocusRipple?: boolean | undefined;
|
|
2195
|
-
edge?:
|
|
2281
|
+
edge?: false | "end" | "start" | undefined;
|
|
2196
2282
|
readOnly?: boolean | undefined;
|
|
2197
2283
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2198
2284
|
};
|