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