@galaxy-ds/core 2.1.1 → 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 +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 +480 -329
- 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
|
import { SelectChangeEvent } from '@mui/material';
|
|
3
6
|
import { DropdownProps } from './Dropdown.types';
|
|
@@ -21,26 +24,86 @@ declare const meta: {
|
|
|
21
24
|
argTypes: {
|
|
22
25
|
onFocus: {
|
|
23
26
|
control: {
|
|
24
|
-
|
|
27
|
+
type: undefined;
|
|
25
28
|
};
|
|
26
29
|
};
|
|
27
30
|
onBlur: {
|
|
28
31
|
control: {
|
|
29
|
-
|
|
32
|
+
type: undefined;
|
|
30
33
|
};
|
|
31
34
|
};
|
|
32
35
|
onInvalid: {
|
|
33
36
|
control: {
|
|
34
|
-
|
|
37
|
+
type: undefined;
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
onKeyDown: {
|
|
38
41
|
control: {
|
|
39
|
-
|
|
42
|
+
type: undefined;
|
|
40
43
|
};
|
|
41
44
|
};
|
|
42
45
|
onKeyUp: {
|
|
43
46
|
control: {
|
|
47
|
+
type: undefined;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
onClose: {
|
|
51
|
+
control: {
|
|
52
|
+
type: undefined;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
onChange: {
|
|
56
|
+
control: {
|
|
57
|
+
type: undefined;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
onOpen: {
|
|
61
|
+
control: {
|
|
62
|
+
type: undefined;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
input: {
|
|
66
|
+
control: {
|
|
67
|
+
type: undefined;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
children: {
|
|
71
|
+
control: {
|
|
72
|
+
type: undefined;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
components: {
|
|
76
|
+
control: {
|
|
77
|
+
type: undefined;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
startAdornment: {
|
|
81
|
+
control: {
|
|
82
|
+
type: undefined;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
endAdornment: {
|
|
86
|
+
control: {
|
|
87
|
+
type: undefined;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
inputComponent: {
|
|
91
|
+
control: {
|
|
92
|
+
type: undefined;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
inputRef: {
|
|
96
|
+
control: {
|
|
97
|
+
type: undefined;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
IconComponent: {
|
|
101
|
+
control: {
|
|
102
|
+
type: undefined;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
width: {
|
|
106
|
+
table: {
|
|
44
107
|
disable: boolean;
|
|
45
108
|
};
|
|
46
109
|
};
|
|
@@ -54,6 +117,10 @@ export declare const Default: {
|
|
|
54
117
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
55
118
|
onChange: import("@vitest/spy").Mock<[event: SelectChangeEvent<unknown>, child: import("react").ReactNode], void>;
|
|
56
119
|
onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
120
|
+
align: "left";
|
|
121
|
+
size: "medium";
|
|
122
|
+
variant: "dropdown";
|
|
123
|
+
margin: "none";
|
|
57
124
|
};
|
|
58
125
|
parameters: {
|
|
59
126
|
docs: {
|
|
@@ -64,20 +131,20 @@ export declare const Default: {
|
|
|
64
131
|
};
|
|
65
132
|
play: () => Promise<void>;
|
|
66
133
|
render: (args: {
|
|
67
|
-
align?:
|
|
134
|
+
align?: "left" | "right" | undefined;
|
|
68
135
|
elevation?: number | undefined;
|
|
69
136
|
label?: string | undefined;
|
|
70
|
-
size?:
|
|
137
|
+
size?: "large" | "medium" | undefined;
|
|
71
138
|
width?: number | undefined;
|
|
72
|
-
variant?:
|
|
73
|
-
children?:
|
|
139
|
+
variant?: "select" | "dropdown" | undefined;
|
|
140
|
+
children?: import("react").ReactNode;
|
|
74
141
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
75
|
-
ref?: ((instance: unknown) => void
|
|
142
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
76
143
|
className?: string | undefined;
|
|
77
144
|
style?: import("react").CSSProperties | undefined;
|
|
78
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
145
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
79
146
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
80
|
-
input?:
|
|
147
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
81
148
|
slot?: string | undefined;
|
|
82
149
|
title?: string | undefined;
|
|
83
150
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -89,27 +156,27 @@ export declare const Default: {
|
|
|
89
156
|
tabIndex?: number | undefined;
|
|
90
157
|
"aria-activedescendant"?: string | undefined;
|
|
91
158
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
92
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
159
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
93
160
|
"aria-braillelabel"?: string | undefined;
|
|
94
161
|
"aria-brailleroledescription"?: string | undefined;
|
|
95
162
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
96
|
-
"aria-checked"?: boolean | "
|
|
163
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
97
164
|
"aria-colcount"?: number | undefined;
|
|
98
165
|
"aria-colindex"?: number | undefined;
|
|
99
166
|
"aria-colindextext"?: string | undefined;
|
|
100
167
|
"aria-colspan"?: number | undefined;
|
|
101
168
|
"aria-controls"?: string | undefined;
|
|
102
|
-
"aria-current"?: boolean | "
|
|
169
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
103
170
|
'aria-describedby'?: string | undefined;
|
|
104
171
|
"aria-description"?: string | undefined;
|
|
105
172
|
"aria-details"?: string | undefined;
|
|
106
173
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
107
|
-
"aria-dropeffect"?: "
|
|
174
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
108
175
|
"aria-errormessage"?: string | undefined;
|
|
109
176
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
110
177
|
"aria-flowto"?: string | undefined;
|
|
111
178
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
112
|
-
"aria-haspopup"?: boolean | "
|
|
179
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
113
180
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
114
181
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
115
182
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -124,9 +191,9 @@ export declare const Default: {
|
|
|
124
191
|
"aria-owns"?: string | undefined;
|
|
125
192
|
"aria-placeholder"?: string | undefined;
|
|
126
193
|
"aria-posinset"?: number | undefined;
|
|
127
|
-
"aria-pressed"?: boolean | "
|
|
194
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
128
195
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
129
|
-
"aria-relevant"?: "
|
|
196
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
130
197
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
131
198
|
"aria-roledescription"?: string | undefined;
|
|
132
199
|
"aria-rowcount"?: number | undefined;
|
|
@@ -155,11 +222,11 @@ export declare const Default: {
|
|
|
155
222
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
156
223
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
157
224
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
158
|
-
onFocus?:
|
|
225
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
159
226
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
160
|
-
onBlur?:
|
|
227
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
161
228
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
162
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
229
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
163
230
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
164
231
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
165
232
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -169,17 +236,17 @@ export declare const Default: {
|
|
|
169
236
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
170
237
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
171
238
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
172
|
-
onInvalid?:
|
|
239
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
173
240
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
174
241
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
175
242
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
176
243
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
177
244
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
178
|
-
onKeyDown?:
|
|
245
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
179
246
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
180
247
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
181
248
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
182
|
-
onKeyUp?:
|
|
249
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
183
250
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
184
251
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
185
252
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -306,25 +373,25 @@ export declare const Default: {
|
|
|
306
373
|
disabled?: boolean | undefined;
|
|
307
374
|
content?: string | undefined;
|
|
308
375
|
translate?: "yes" | "no" | undefined;
|
|
309
|
-
margin?:
|
|
376
|
+
margin?: "none" | "dense" | undefined;
|
|
310
377
|
slots?: {
|
|
311
|
-
root?:
|
|
312
|
-
input?:
|
|
378
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
379
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
313
380
|
} | undefined;
|
|
314
381
|
slotProps?: {
|
|
315
|
-
root?:
|
|
316
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
317
|
-
};
|
|
318
|
-
input?:
|
|
319
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
320
|
-
};
|
|
382
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
383
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
384
|
+
}) | undefined;
|
|
385
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
386
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
387
|
+
}) | undefined;
|
|
321
388
|
} | undefined;
|
|
322
389
|
defaultChecked?: boolean | undefined;
|
|
323
390
|
defaultValue?: unknown;
|
|
324
391
|
suppressContentEditableWarning?: boolean | undefined;
|
|
325
392
|
accessKey?: string | undefined;
|
|
326
393
|
autoFocus?: boolean | undefined;
|
|
327
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
394
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
328
395
|
contextMenu?: string | undefined;
|
|
329
396
|
dir?: string | undefined;
|
|
330
397
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -352,57 +419,57 @@ export declare const Default: {
|
|
|
352
419
|
itemRef?: string | undefined;
|
|
353
420
|
results?: number | undefined;
|
|
354
421
|
security?: string | undefined;
|
|
355
|
-
unselectable?: "
|
|
356
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
422
|
+
unselectable?: "off" | "on" | undefined;
|
|
423
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
357
424
|
is?: string | undefined;
|
|
358
425
|
fullWidth?: boolean | undefined;
|
|
359
|
-
endAdornment?:
|
|
426
|
+
endAdornment?: import("react").ReactNode;
|
|
360
427
|
value?: unknown;
|
|
361
|
-
inputProps?: import("@mui/material").
|
|
362
|
-
inputRef?:
|
|
428
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
429
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
363
430
|
readOnly?: boolean | undefined;
|
|
364
431
|
required?: boolean | undefined;
|
|
365
432
|
components?: {
|
|
366
|
-
Root?:
|
|
367
|
-
Input?:
|
|
433
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
434
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
368
435
|
} | undefined;
|
|
369
436
|
componentsProps?: {
|
|
370
|
-
root?:
|
|
371
|
-
input?:
|
|
437
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
438
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
372
439
|
} | undefined;
|
|
373
|
-
onClose?: ((event:
|
|
440
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
374
441
|
open?: boolean | undefined;
|
|
375
442
|
multiple?: boolean | undefined;
|
|
376
443
|
error?: boolean | undefined;
|
|
377
444
|
autoComplete?: string | undefined;
|
|
378
445
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
379
|
-
inputComponent?:
|
|
446
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
380
447
|
multiline?: boolean | undefined;
|
|
381
448
|
placeholder?: string | undefined;
|
|
382
449
|
renderSuffix?: ((state: {
|
|
383
|
-
disabled?: boolean;
|
|
384
|
-
error?: boolean;
|
|
385
|
-
filled?: boolean;
|
|
386
|
-
focused?: boolean;
|
|
387
|
-
margin?: "
|
|
388
|
-
required?: boolean;
|
|
389
|
-
startAdornment?:
|
|
390
|
-
}) =>
|
|
391
|
-
rows?:
|
|
392
|
-
maxRows?:
|
|
393
|
-
minRows?:
|
|
394
|
-
startAdornment?:
|
|
450
|
+
disabled?: boolean | undefined;
|
|
451
|
+
error?: boolean | undefined;
|
|
452
|
+
filled?: boolean | undefined;
|
|
453
|
+
focused?: boolean | undefined;
|
|
454
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
455
|
+
required?: boolean | undefined;
|
|
456
|
+
startAdornment?: import("react").ReactNode;
|
|
457
|
+
}) => import("react").ReactNode) | undefined;
|
|
458
|
+
rows?: string | number | undefined;
|
|
459
|
+
maxRows?: string | number | undefined;
|
|
460
|
+
minRows?: string | number | undefined;
|
|
461
|
+
startAdornment?: import("react").ReactNode;
|
|
395
462
|
disableUnderline?: boolean | undefined;
|
|
396
|
-
IconComponent?:
|
|
397
|
-
onOpen?: ((event:
|
|
463
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
464
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
398
465
|
autoWidth?: boolean | undefined;
|
|
399
466
|
defaultOpen?: boolean | undefined;
|
|
400
467
|
displayEmpty?: boolean | undefined;
|
|
401
468
|
labelId?: string | undefined;
|
|
402
469
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
403
470
|
native?: boolean | undefined;
|
|
404
|
-
renderValue?: ((value: unknown) =>
|
|
405
|
-
SelectDisplayProps?:
|
|
471
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
472
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
406
473
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
407
474
|
};
|
|
408
475
|
/**
|
|
@@ -422,20 +489,20 @@ export declare const AlignLeft: {
|
|
|
422
489
|
};
|
|
423
490
|
};
|
|
424
491
|
render: (args: {
|
|
425
|
-
align?:
|
|
492
|
+
align?: "left" | "right" | undefined;
|
|
426
493
|
elevation?: number | undefined;
|
|
427
494
|
label?: string | undefined;
|
|
428
|
-
size?:
|
|
495
|
+
size?: "large" | "medium" | undefined;
|
|
429
496
|
width?: number | undefined;
|
|
430
|
-
variant?:
|
|
431
|
-
children?:
|
|
497
|
+
variant?: "select" | "dropdown" | undefined;
|
|
498
|
+
children?: import("react").ReactNode;
|
|
432
499
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
433
|
-
ref?: ((instance: unknown) => void
|
|
500
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
434
501
|
className?: string | undefined;
|
|
435
502
|
style?: import("react").CSSProperties | undefined;
|
|
436
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
503
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
437
504
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
438
|
-
input?:
|
|
505
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
439
506
|
slot?: string | undefined;
|
|
440
507
|
title?: string | undefined;
|
|
441
508
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -447,27 +514,27 @@ export declare const AlignLeft: {
|
|
|
447
514
|
tabIndex?: number | undefined;
|
|
448
515
|
"aria-activedescendant"?: string | undefined;
|
|
449
516
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
450
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
517
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
451
518
|
"aria-braillelabel"?: string | undefined;
|
|
452
519
|
"aria-brailleroledescription"?: string | undefined;
|
|
453
520
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
454
|
-
"aria-checked"?: boolean | "
|
|
521
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
455
522
|
"aria-colcount"?: number | undefined;
|
|
456
523
|
"aria-colindex"?: number | undefined;
|
|
457
524
|
"aria-colindextext"?: string | undefined;
|
|
458
525
|
"aria-colspan"?: number | undefined;
|
|
459
526
|
"aria-controls"?: string | undefined;
|
|
460
|
-
"aria-current"?: boolean | "
|
|
527
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
461
528
|
'aria-describedby'?: string | undefined;
|
|
462
529
|
"aria-description"?: string | undefined;
|
|
463
530
|
"aria-details"?: string | undefined;
|
|
464
531
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
465
|
-
"aria-dropeffect"?: "
|
|
532
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
466
533
|
"aria-errormessage"?: string | undefined;
|
|
467
534
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
468
535
|
"aria-flowto"?: string | undefined;
|
|
469
536
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
470
|
-
"aria-haspopup"?: boolean | "
|
|
537
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
471
538
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
472
539
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
473
540
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -482,9 +549,9 @@ export declare const AlignLeft: {
|
|
|
482
549
|
"aria-owns"?: string | undefined;
|
|
483
550
|
"aria-placeholder"?: string | undefined;
|
|
484
551
|
"aria-posinset"?: number | undefined;
|
|
485
|
-
"aria-pressed"?: boolean | "
|
|
552
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
486
553
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
487
|
-
"aria-relevant"?: "
|
|
554
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
488
555
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
489
556
|
"aria-roledescription"?: string | undefined;
|
|
490
557
|
"aria-rowcount"?: number | undefined;
|
|
@@ -513,11 +580,11 @@ export declare const AlignLeft: {
|
|
|
513
580
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
514
581
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
515
582
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
516
|
-
onFocus?:
|
|
583
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
517
584
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
518
|
-
onBlur?:
|
|
585
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
519
586
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
520
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
587
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
521
588
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
522
589
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
523
590
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -527,17 +594,17 @@ export declare const AlignLeft: {
|
|
|
527
594
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
528
595
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
529
596
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
530
|
-
onInvalid?:
|
|
597
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
531
598
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
532
599
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
533
600
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
534
601
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
535
602
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
536
|
-
onKeyDown?:
|
|
603
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
537
604
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
538
605
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
539
606
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
540
|
-
onKeyUp?:
|
|
607
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
541
608
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
542
609
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
543
610
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -664,25 +731,25 @@ export declare const AlignLeft: {
|
|
|
664
731
|
disabled?: boolean | undefined;
|
|
665
732
|
content?: string | undefined;
|
|
666
733
|
translate?: "yes" | "no" | undefined;
|
|
667
|
-
margin?:
|
|
734
|
+
margin?: "none" | "dense" | undefined;
|
|
668
735
|
slots?: {
|
|
669
|
-
root?:
|
|
670
|
-
input?:
|
|
736
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
737
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
671
738
|
} | undefined;
|
|
672
739
|
slotProps?: {
|
|
673
|
-
root?:
|
|
674
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
675
|
-
};
|
|
676
|
-
input?:
|
|
677
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
678
|
-
};
|
|
740
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
741
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
742
|
+
}) | undefined;
|
|
743
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
744
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
745
|
+
}) | undefined;
|
|
679
746
|
} | undefined;
|
|
680
747
|
defaultChecked?: boolean | undefined;
|
|
681
748
|
defaultValue?: unknown;
|
|
682
749
|
suppressContentEditableWarning?: boolean | undefined;
|
|
683
750
|
accessKey?: string | undefined;
|
|
684
751
|
autoFocus?: boolean | undefined;
|
|
685
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
752
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
686
753
|
contextMenu?: string | undefined;
|
|
687
754
|
dir?: string | undefined;
|
|
688
755
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -710,57 +777,57 @@ export declare const AlignLeft: {
|
|
|
710
777
|
itemRef?: string | undefined;
|
|
711
778
|
results?: number | undefined;
|
|
712
779
|
security?: string | undefined;
|
|
713
|
-
unselectable?: "
|
|
714
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
780
|
+
unselectable?: "off" | "on" | undefined;
|
|
781
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
715
782
|
is?: string | undefined;
|
|
716
783
|
fullWidth?: boolean | undefined;
|
|
717
|
-
endAdornment?:
|
|
784
|
+
endAdornment?: import("react").ReactNode;
|
|
718
785
|
value?: unknown;
|
|
719
|
-
inputProps?: import("@mui/material").
|
|
720
|
-
inputRef?:
|
|
786
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
787
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
721
788
|
readOnly?: boolean | undefined;
|
|
722
789
|
required?: boolean | undefined;
|
|
723
790
|
components?: {
|
|
724
|
-
Root?:
|
|
725
|
-
Input?:
|
|
791
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
792
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
726
793
|
} | undefined;
|
|
727
794
|
componentsProps?: {
|
|
728
|
-
root?:
|
|
729
|
-
input?:
|
|
795
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
796
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
730
797
|
} | undefined;
|
|
731
|
-
onClose?: ((event:
|
|
798
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
732
799
|
open?: boolean | undefined;
|
|
733
800
|
multiple?: boolean | undefined;
|
|
734
801
|
error?: boolean | undefined;
|
|
735
802
|
autoComplete?: string | undefined;
|
|
736
803
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
737
|
-
inputComponent?:
|
|
804
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
738
805
|
multiline?: boolean | undefined;
|
|
739
806
|
placeholder?: string | undefined;
|
|
740
807
|
renderSuffix?: ((state: {
|
|
741
|
-
disabled?: boolean;
|
|
742
|
-
error?: boolean;
|
|
743
|
-
filled?: boolean;
|
|
744
|
-
focused?: boolean;
|
|
745
|
-
margin?: "
|
|
746
|
-
required?: boolean;
|
|
747
|
-
startAdornment?:
|
|
748
|
-
}) =>
|
|
749
|
-
rows?:
|
|
750
|
-
maxRows?:
|
|
751
|
-
minRows?:
|
|
752
|
-
startAdornment?:
|
|
808
|
+
disabled?: boolean | undefined;
|
|
809
|
+
error?: boolean | undefined;
|
|
810
|
+
filled?: boolean | undefined;
|
|
811
|
+
focused?: boolean | undefined;
|
|
812
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
813
|
+
required?: boolean | undefined;
|
|
814
|
+
startAdornment?: import("react").ReactNode;
|
|
815
|
+
}) => import("react").ReactNode) | undefined;
|
|
816
|
+
rows?: string | number | undefined;
|
|
817
|
+
maxRows?: string | number | undefined;
|
|
818
|
+
minRows?: string | number | undefined;
|
|
819
|
+
startAdornment?: import("react").ReactNode;
|
|
753
820
|
disableUnderline?: boolean | undefined;
|
|
754
|
-
IconComponent?:
|
|
755
|
-
onOpen?: ((event:
|
|
821
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
822
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
756
823
|
autoWidth?: boolean | undefined;
|
|
757
824
|
defaultOpen?: boolean | undefined;
|
|
758
825
|
displayEmpty?: boolean | undefined;
|
|
759
826
|
labelId?: string | undefined;
|
|
760
827
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
761
828
|
native?: boolean | undefined;
|
|
762
|
-
renderValue?: ((value: unknown) =>
|
|
763
|
-
SelectDisplayProps?:
|
|
829
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
830
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
764
831
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
765
832
|
};
|
|
766
833
|
/**
|
|
@@ -780,20 +847,20 @@ export declare const WithLabel: {
|
|
|
780
847
|
};
|
|
781
848
|
};
|
|
782
849
|
render: (args: {
|
|
783
|
-
align?:
|
|
850
|
+
align?: "left" | "right" | undefined;
|
|
784
851
|
elevation?: number | undefined;
|
|
785
852
|
label?: string | undefined;
|
|
786
|
-
size?:
|
|
853
|
+
size?: "large" | "medium" | undefined;
|
|
787
854
|
width?: number | undefined;
|
|
788
|
-
variant?:
|
|
789
|
-
children?:
|
|
855
|
+
variant?: "select" | "dropdown" | undefined;
|
|
856
|
+
children?: import("react").ReactNode;
|
|
790
857
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
791
|
-
ref?: ((instance: unknown) => void
|
|
858
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
792
859
|
className?: string | undefined;
|
|
793
860
|
style?: import("react").CSSProperties | undefined;
|
|
794
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
861
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
795
862
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
796
|
-
input?:
|
|
863
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
797
864
|
slot?: string | undefined;
|
|
798
865
|
title?: string | undefined;
|
|
799
866
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -805,27 +872,27 @@ export declare const WithLabel: {
|
|
|
805
872
|
tabIndex?: number | undefined;
|
|
806
873
|
"aria-activedescendant"?: string | undefined;
|
|
807
874
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
808
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
875
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
809
876
|
"aria-braillelabel"?: string | undefined;
|
|
810
877
|
"aria-brailleroledescription"?: string | undefined;
|
|
811
878
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
812
|
-
"aria-checked"?: boolean | "
|
|
879
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
813
880
|
"aria-colcount"?: number | undefined;
|
|
814
881
|
"aria-colindex"?: number | undefined;
|
|
815
882
|
"aria-colindextext"?: string | undefined;
|
|
816
883
|
"aria-colspan"?: number | undefined;
|
|
817
884
|
"aria-controls"?: string | undefined;
|
|
818
|
-
"aria-current"?: boolean | "
|
|
885
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
819
886
|
'aria-describedby'?: string | undefined;
|
|
820
887
|
"aria-description"?: string | undefined;
|
|
821
888
|
"aria-details"?: string | undefined;
|
|
822
889
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
823
|
-
"aria-dropeffect"?: "
|
|
890
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
824
891
|
"aria-errormessage"?: string | undefined;
|
|
825
892
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
826
893
|
"aria-flowto"?: string | undefined;
|
|
827
894
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
828
|
-
"aria-haspopup"?: boolean | "
|
|
895
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
829
896
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
830
897
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
831
898
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -840,9 +907,9 @@ export declare const WithLabel: {
|
|
|
840
907
|
"aria-owns"?: string | undefined;
|
|
841
908
|
"aria-placeholder"?: string | undefined;
|
|
842
909
|
"aria-posinset"?: number | undefined;
|
|
843
|
-
"aria-pressed"?: boolean | "
|
|
910
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
844
911
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
845
|
-
"aria-relevant"?: "
|
|
912
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
846
913
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
847
914
|
"aria-roledescription"?: string | undefined;
|
|
848
915
|
"aria-rowcount"?: number | undefined;
|
|
@@ -871,11 +938,11 @@ export declare const WithLabel: {
|
|
|
871
938
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
872
939
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
873
940
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
874
|
-
onFocus?:
|
|
941
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
875
942
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
876
|
-
onBlur?:
|
|
943
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
877
944
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
878
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
945
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
879
946
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
880
947
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
881
948
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -885,17 +952,17 @@ export declare const WithLabel: {
|
|
|
885
952
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
886
953
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
887
954
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
888
|
-
onInvalid?:
|
|
955
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
889
956
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
890
957
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
891
958
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
892
959
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
893
960
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
894
|
-
onKeyDown?:
|
|
961
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
895
962
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
896
963
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
897
964
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
898
|
-
onKeyUp?:
|
|
965
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
899
966
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
900
967
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
901
968
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1022,25 +1089,25 @@ export declare const WithLabel: {
|
|
|
1022
1089
|
disabled?: boolean | undefined;
|
|
1023
1090
|
content?: string | undefined;
|
|
1024
1091
|
translate?: "yes" | "no" | undefined;
|
|
1025
|
-
margin?:
|
|
1092
|
+
margin?: "none" | "dense" | undefined;
|
|
1026
1093
|
slots?: {
|
|
1027
|
-
root?:
|
|
1028
|
-
input?:
|
|
1094
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1095
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1029
1096
|
} | undefined;
|
|
1030
1097
|
slotProps?: {
|
|
1031
|
-
root?:
|
|
1032
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1033
|
-
};
|
|
1034
|
-
input?:
|
|
1035
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1036
|
-
};
|
|
1098
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1099
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1100
|
+
}) | undefined;
|
|
1101
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1102
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1103
|
+
}) | undefined;
|
|
1037
1104
|
} | undefined;
|
|
1038
1105
|
defaultChecked?: boolean | undefined;
|
|
1039
1106
|
defaultValue?: unknown;
|
|
1040
1107
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1041
1108
|
accessKey?: string | undefined;
|
|
1042
1109
|
autoFocus?: boolean | undefined;
|
|
1043
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1110
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1044
1111
|
contextMenu?: string | undefined;
|
|
1045
1112
|
dir?: string | undefined;
|
|
1046
1113
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1068,57 +1135,57 @@ export declare const WithLabel: {
|
|
|
1068
1135
|
itemRef?: string | undefined;
|
|
1069
1136
|
results?: number | undefined;
|
|
1070
1137
|
security?: string | undefined;
|
|
1071
|
-
unselectable?: "
|
|
1072
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1138
|
+
unselectable?: "off" | "on" | undefined;
|
|
1139
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1073
1140
|
is?: string | undefined;
|
|
1074
1141
|
fullWidth?: boolean | undefined;
|
|
1075
|
-
endAdornment?:
|
|
1142
|
+
endAdornment?: import("react").ReactNode;
|
|
1076
1143
|
value?: unknown;
|
|
1077
|
-
inputProps?: import("@mui/material").
|
|
1078
|
-
inputRef?:
|
|
1144
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
1145
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
1079
1146
|
readOnly?: boolean | undefined;
|
|
1080
1147
|
required?: boolean | undefined;
|
|
1081
1148
|
components?: {
|
|
1082
|
-
Root?:
|
|
1083
|
-
Input?:
|
|
1149
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1150
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1084
1151
|
} | undefined;
|
|
1085
1152
|
componentsProps?: {
|
|
1086
|
-
root?:
|
|
1087
|
-
input?:
|
|
1153
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1154
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1088
1155
|
} | undefined;
|
|
1089
|
-
onClose?: ((event:
|
|
1156
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1090
1157
|
open?: boolean | undefined;
|
|
1091
1158
|
multiple?: boolean | undefined;
|
|
1092
1159
|
error?: boolean | undefined;
|
|
1093
1160
|
autoComplete?: string | undefined;
|
|
1094
1161
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
1095
|
-
inputComponent?:
|
|
1162
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1096
1163
|
multiline?: boolean | undefined;
|
|
1097
1164
|
placeholder?: string | undefined;
|
|
1098
1165
|
renderSuffix?: ((state: {
|
|
1099
|
-
disabled?: boolean;
|
|
1100
|
-
error?: boolean;
|
|
1101
|
-
filled?: boolean;
|
|
1102
|
-
focused?: boolean;
|
|
1103
|
-
margin?: "
|
|
1104
|
-
required?: boolean;
|
|
1105
|
-
startAdornment?:
|
|
1106
|
-
}) =>
|
|
1107
|
-
rows?:
|
|
1108
|
-
maxRows?:
|
|
1109
|
-
minRows?:
|
|
1110
|
-
startAdornment?:
|
|
1166
|
+
disabled?: boolean | undefined;
|
|
1167
|
+
error?: boolean | undefined;
|
|
1168
|
+
filled?: boolean | undefined;
|
|
1169
|
+
focused?: boolean | undefined;
|
|
1170
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
1171
|
+
required?: boolean | undefined;
|
|
1172
|
+
startAdornment?: import("react").ReactNode;
|
|
1173
|
+
}) => import("react").ReactNode) | undefined;
|
|
1174
|
+
rows?: string | number | undefined;
|
|
1175
|
+
maxRows?: string | number | undefined;
|
|
1176
|
+
minRows?: string | number | undefined;
|
|
1177
|
+
startAdornment?: import("react").ReactNode;
|
|
1111
1178
|
disableUnderline?: boolean | undefined;
|
|
1112
|
-
IconComponent?:
|
|
1113
|
-
onOpen?: ((event:
|
|
1179
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1180
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1114
1181
|
autoWidth?: boolean | undefined;
|
|
1115
1182
|
defaultOpen?: boolean | undefined;
|
|
1116
1183
|
displayEmpty?: boolean | undefined;
|
|
1117
1184
|
labelId?: string | undefined;
|
|
1118
1185
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
1119
1186
|
native?: boolean | undefined;
|
|
1120
|
-
renderValue?: ((value: unknown) =>
|
|
1121
|
-
SelectDisplayProps?:
|
|
1187
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
1188
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
1122
1189
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1123
1190
|
};
|
|
1124
1191
|
/**
|
|
@@ -1137,20 +1204,20 @@ export declare const DisplayEmpty: {
|
|
|
1137
1204
|
};
|
|
1138
1205
|
};
|
|
1139
1206
|
render: (args: {
|
|
1140
|
-
align?:
|
|
1207
|
+
align?: "left" | "right" | undefined;
|
|
1141
1208
|
elevation?: number | undefined;
|
|
1142
1209
|
label?: string | undefined;
|
|
1143
|
-
size?:
|
|
1210
|
+
size?: "large" | "medium" | undefined;
|
|
1144
1211
|
width?: number | undefined;
|
|
1145
|
-
variant?:
|
|
1146
|
-
children?:
|
|
1212
|
+
variant?: "select" | "dropdown" | undefined;
|
|
1213
|
+
children?: import("react").ReactNode;
|
|
1147
1214
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1148
|
-
ref?: ((instance: unknown) => void
|
|
1215
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
1149
1216
|
className?: string | undefined;
|
|
1150
1217
|
style?: import("react").CSSProperties | undefined;
|
|
1151
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1218
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1152
1219
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1153
|
-
input?:
|
|
1220
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
1154
1221
|
slot?: string | undefined;
|
|
1155
1222
|
title?: string | undefined;
|
|
1156
1223
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1162,27 +1229,27 @@ export declare const DisplayEmpty: {
|
|
|
1162
1229
|
tabIndex?: number | undefined;
|
|
1163
1230
|
"aria-activedescendant"?: string | undefined;
|
|
1164
1231
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1165
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1232
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1166
1233
|
"aria-braillelabel"?: string | undefined;
|
|
1167
1234
|
"aria-brailleroledescription"?: string | undefined;
|
|
1168
1235
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1169
|
-
"aria-checked"?: boolean | "
|
|
1236
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1170
1237
|
"aria-colcount"?: number | undefined;
|
|
1171
1238
|
"aria-colindex"?: number | undefined;
|
|
1172
1239
|
"aria-colindextext"?: string | undefined;
|
|
1173
1240
|
"aria-colspan"?: number | undefined;
|
|
1174
1241
|
"aria-controls"?: string | undefined;
|
|
1175
|
-
"aria-current"?: boolean | "
|
|
1242
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1176
1243
|
'aria-describedby'?: string | undefined;
|
|
1177
1244
|
"aria-description"?: string | undefined;
|
|
1178
1245
|
"aria-details"?: string | undefined;
|
|
1179
1246
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1180
|
-
"aria-dropeffect"?: "
|
|
1247
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1181
1248
|
"aria-errormessage"?: string | undefined;
|
|
1182
1249
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1183
1250
|
"aria-flowto"?: string | undefined;
|
|
1184
1251
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1185
|
-
"aria-haspopup"?: boolean | "
|
|
1252
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1186
1253
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1187
1254
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1188
1255
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1197,9 +1264,9 @@ export declare const DisplayEmpty: {
|
|
|
1197
1264
|
"aria-owns"?: string | undefined;
|
|
1198
1265
|
"aria-placeholder"?: string | undefined;
|
|
1199
1266
|
"aria-posinset"?: number | undefined;
|
|
1200
|
-
"aria-pressed"?: boolean | "
|
|
1267
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1201
1268
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1202
|
-
"aria-relevant"?: "
|
|
1269
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1203
1270
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1204
1271
|
"aria-roledescription"?: string | undefined;
|
|
1205
1272
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1228,11 +1295,11 @@ export declare const DisplayEmpty: {
|
|
|
1228
1295
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1229
1296
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1230
1297
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1231
|
-
onFocus?:
|
|
1298
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1232
1299
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1233
|
-
onBlur?:
|
|
1300
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1234
1301
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1235
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
1302
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
1236
1303
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1237
1304
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1238
1305
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1242,17 +1309,17 @@ export declare const DisplayEmpty: {
|
|
|
1242
1309
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1243
1310
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1244
1311
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1245
|
-
onInvalid?:
|
|
1312
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1246
1313
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1247
1314
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1248
1315
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1249
1316
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1250
1317
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1251
|
-
onKeyDown?:
|
|
1318
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1252
1319
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1253
1320
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1254
1321
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1255
|
-
onKeyUp?:
|
|
1322
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1256
1323
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1257
1324
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1258
1325
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1379,25 +1446,25 @@ export declare const DisplayEmpty: {
|
|
|
1379
1446
|
disabled?: boolean | undefined;
|
|
1380
1447
|
content?: string | undefined;
|
|
1381
1448
|
translate?: "yes" | "no" | undefined;
|
|
1382
|
-
margin?:
|
|
1449
|
+
margin?: "none" | "dense" | undefined;
|
|
1383
1450
|
slots?: {
|
|
1384
|
-
root?:
|
|
1385
|
-
input?:
|
|
1451
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1452
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1386
1453
|
} | undefined;
|
|
1387
1454
|
slotProps?: {
|
|
1388
|
-
root?:
|
|
1389
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1390
|
-
};
|
|
1391
|
-
input?:
|
|
1392
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1393
|
-
};
|
|
1455
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1456
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1457
|
+
}) | undefined;
|
|
1458
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1459
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1460
|
+
}) | undefined;
|
|
1394
1461
|
} | undefined;
|
|
1395
1462
|
defaultChecked?: boolean | undefined;
|
|
1396
1463
|
defaultValue?: unknown;
|
|
1397
1464
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1398
1465
|
accessKey?: string | undefined;
|
|
1399
1466
|
autoFocus?: boolean | undefined;
|
|
1400
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1467
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1401
1468
|
contextMenu?: string | undefined;
|
|
1402
1469
|
dir?: string | undefined;
|
|
1403
1470
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1425,57 +1492,57 @@ export declare const DisplayEmpty: {
|
|
|
1425
1492
|
itemRef?: string | undefined;
|
|
1426
1493
|
results?: number | undefined;
|
|
1427
1494
|
security?: string | undefined;
|
|
1428
|
-
unselectable?: "
|
|
1429
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1495
|
+
unselectable?: "off" | "on" | undefined;
|
|
1496
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1430
1497
|
is?: string | undefined;
|
|
1431
1498
|
fullWidth?: boolean | undefined;
|
|
1432
|
-
endAdornment?:
|
|
1499
|
+
endAdornment?: import("react").ReactNode;
|
|
1433
1500
|
value?: unknown;
|
|
1434
|
-
inputProps?: import("@mui/material").
|
|
1435
|
-
inputRef?:
|
|
1501
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
1502
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
1436
1503
|
readOnly?: boolean | undefined;
|
|
1437
1504
|
required?: boolean | undefined;
|
|
1438
1505
|
components?: {
|
|
1439
|
-
Root?:
|
|
1440
|
-
Input?:
|
|
1506
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1507
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1441
1508
|
} | undefined;
|
|
1442
1509
|
componentsProps?: {
|
|
1443
|
-
root?:
|
|
1444
|
-
input?:
|
|
1510
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1511
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1445
1512
|
} | undefined;
|
|
1446
|
-
onClose?: ((event:
|
|
1513
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1447
1514
|
open?: boolean | undefined;
|
|
1448
1515
|
multiple?: boolean | undefined;
|
|
1449
1516
|
error?: boolean | undefined;
|
|
1450
1517
|
autoComplete?: string | undefined;
|
|
1451
1518
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
1452
|
-
inputComponent?:
|
|
1519
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1453
1520
|
multiline?: boolean | undefined;
|
|
1454
1521
|
placeholder?: string | undefined;
|
|
1455
1522
|
renderSuffix?: ((state: {
|
|
1456
|
-
disabled?: boolean;
|
|
1457
|
-
error?: boolean;
|
|
1458
|
-
filled?: boolean;
|
|
1459
|
-
focused?: boolean;
|
|
1460
|
-
margin?: "
|
|
1461
|
-
required?: boolean;
|
|
1462
|
-
startAdornment?:
|
|
1463
|
-
}) =>
|
|
1464
|
-
rows?:
|
|
1465
|
-
maxRows?:
|
|
1466
|
-
minRows?:
|
|
1467
|
-
startAdornment?:
|
|
1523
|
+
disabled?: boolean | undefined;
|
|
1524
|
+
error?: boolean | undefined;
|
|
1525
|
+
filled?: boolean | undefined;
|
|
1526
|
+
focused?: boolean | undefined;
|
|
1527
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
1528
|
+
required?: boolean | undefined;
|
|
1529
|
+
startAdornment?: import("react").ReactNode;
|
|
1530
|
+
}) => import("react").ReactNode) | undefined;
|
|
1531
|
+
rows?: string | number | undefined;
|
|
1532
|
+
maxRows?: string | number | undefined;
|
|
1533
|
+
minRows?: string | number | undefined;
|
|
1534
|
+
startAdornment?: import("react").ReactNode;
|
|
1468
1535
|
disableUnderline?: boolean | undefined;
|
|
1469
|
-
IconComponent?:
|
|
1470
|
-
onOpen?: ((event:
|
|
1536
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1537
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1471
1538
|
autoWidth?: boolean | undefined;
|
|
1472
1539
|
defaultOpen?: boolean | undefined;
|
|
1473
1540
|
displayEmpty?: boolean | undefined;
|
|
1474
1541
|
labelId?: string | undefined;
|
|
1475
1542
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
1476
1543
|
native?: boolean | undefined;
|
|
1477
|
-
renderValue?: ((value: unknown) =>
|
|
1478
|
-
SelectDisplayProps?:
|
|
1544
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
1545
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
1479
1546
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1480
1547
|
};
|
|
1481
1548
|
/**
|
|
@@ -1489,6 +1556,8 @@ export declare const MultipleWithCheckboxes: {
|
|
|
1489
1556
|
displayEmpty: boolean;
|
|
1490
1557
|
multiple: boolean;
|
|
1491
1558
|
width: number;
|
|
1559
|
+
onOpen: import("@vitest/spy").Mock<any, any>;
|
|
1560
|
+
onFocus: import("@vitest/spy").Mock<any, any>;
|
|
1492
1561
|
};
|
|
1493
1562
|
play: () => Promise<void>;
|
|
1494
1563
|
parameters: {
|
|
@@ -1515,20 +1584,20 @@ export declare const PrependedIcon: {
|
|
|
1515
1584
|
};
|
|
1516
1585
|
};
|
|
1517
1586
|
render: (args: {
|
|
1518
|
-
align?:
|
|
1587
|
+
align?: "left" | "right" | undefined;
|
|
1519
1588
|
elevation?: number | undefined;
|
|
1520
1589
|
label?: string | undefined;
|
|
1521
|
-
size?:
|
|
1590
|
+
size?: "large" | "medium" | undefined;
|
|
1522
1591
|
width?: number | undefined;
|
|
1523
|
-
variant?:
|
|
1524
|
-
children?:
|
|
1592
|
+
variant?: "select" | "dropdown" | undefined;
|
|
1593
|
+
children?: import("react").ReactNode;
|
|
1525
1594
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1526
|
-
ref?: ((instance: unknown) => void
|
|
1595
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
1527
1596
|
className?: string | undefined;
|
|
1528
1597
|
style?: import("react").CSSProperties | undefined;
|
|
1529
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1598
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1530
1599
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1531
|
-
input?:
|
|
1600
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
1532
1601
|
slot?: string | undefined;
|
|
1533
1602
|
title?: string | undefined;
|
|
1534
1603
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1540,27 +1609,27 @@ export declare const PrependedIcon: {
|
|
|
1540
1609
|
tabIndex?: number | undefined;
|
|
1541
1610
|
"aria-activedescendant"?: string | undefined;
|
|
1542
1611
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1543
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1612
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1544
1613
|
"aria-braillelabel"?: string | undefined;
|
|
1545
1614
|
"aria-brailleroledescription"?: string | undefined;
|
|
1546
1615
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1547
|
-
"aria-checked"?: boolean | "
|
|
1616
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1548
1617
|
"aria-colcount"?: number | undefined;
|
|
1549
1618
|
"aria-colindex"?: number | undefined;
|
|
1550
1619
|
"aria-colindextext"?: string | undefined;
|
|
1551
1620
|
"aria-colspan"?: number | undefined;
|
|
1552
1621
|
"aria-controls"?: string | undefined;
|
|
1553
|
-
"aria-current"?: boolean | "
|
|
1622
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1554
1623
|
'aria-describedby'?: string | undefined;
|
|
1555
1624
|
"aria-description"?: string | undefined;
|
|
1556
1625
|
"aria-details"?: string | undefined;
|
|
1557
1626
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1558
|
-
"aria-dropeffect"?: "
|
|
1627
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1559
1628
|
"aria-errormessage"?: string | undefined;
|
|
1560
1629
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1561
1630
|
"aria-flowto"?: string | undefined;
|
|
1562
1631
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1563
|
-
"aria-haspopup"?: boolean | "
|
|
1632
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1564
1633
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1565
1634
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1566
1635
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1575,9 +1644,9 @@ export declare const PrependedIcon: {
|
|
|
1575
1644
|
"aria-owns"?: string | undefined;
|
|
1576
1645
|
"aria-placeholder"?: string | undefined;
|
|
1577
1646
|
"aria-posinset"?: number | undefined;
|
|
1578
|
-
"aria-pressed"?: boolean | "
|
|
1647
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1579
1648
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1580
|
-
"aria-relevant"?: "
|
|
1649
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1581
1650
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1582
1651
|
"aria-roledescription"?: string | undefined;
|
|
1583
1652
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1606,11 +1675,11 @@ export declare const PrependedIcon: {
|
|
|
1606
1675
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1607
1676
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1608
1677
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1609
|
-
onFocus?:
|
|
1678
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1610
1679
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1611
|
-
onBlur?:
|
|
1680
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1612
1681
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1613
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
1682
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
1614
1683
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1615
1684
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1616
1685
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1620,17 +1689,17 @@ export declare const PrependedIcon: {
|
|
|
1620
1689
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1621
1690
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1622
1691
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1623
|
-
onInvalid?:
|
|
1692
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1624
1693
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1625
1694
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1626
1695
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1627
1696
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1628
1697
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1629
|
-
onKeyDown?:
|
|
1698
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1630
1699
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1631
1700
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1632
1701
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1633
|
-
onKeyUp?:
|
|
1702
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1634
1703
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1635
1704
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1636
1705
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1757,25 +1826,25 @@ export declare const PrependedIcon: {
|
|
|
1757
1826
|
disabled?: boolean | undefined;
|
|
1758
1827
|
content?: string | undefined;
|
|
1759
1828
|
translate?: "yes" | "no" | undefined;
|
|
1760
|
-
margin?:
|
|
1829
|
+
margin?: "none" | "dense" | undefined;
|
|
1761
1830
|
slots?: {
|
|
1762
|
-
root?:
|
|
1763
|
-
input?:
|
|
1831
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1832
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1764
1833
|
} | undefined;
|
|
1765
1834
|
slotProps?: {
|
|
1766
|
-
root?:
|
|
1767
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1768
|
-
};
|
|
1769
|
-
input?:
|
|
1770
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1771
|
-
};
|
|
1835
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1836
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1837
|
+
}) | undefined;
|
|
1838
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1839
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1840
|
+
}) | undefined;
|
|
1772
1841
|
} | undefined;
|
|
1773
1842
|
defaultChecked?: boolean | undefined;
|
|
1774
1843
|
defaultValue?: unknown;
|
|
1775
1844
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1776
1845
|
accessKey?: string | undefined;
|
|
1777
1846
|
autoFocus?: boolean | undefined;
|
|
1778
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1847
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1779
1848
|
contextMenu?: string | undefined;
|
|
1780
1849
|
dir?: string | undefined;
|
|
1781
1850
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1803,57 +1872,57 @@ export declare const PrependedIcon: {
|
|
|
1803
1872
|
itemRef?: string | undefined;
|
|
1804
1873
|
results?: number | undefined;
|
|
1805
1874
|
security?: string | undefined;
|
|
1806
|
-
unselectable?: "
|
|
1807
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1875
|
+
unselectable?: "off" | "on" | undefined;
|
|
1876
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1808
1877
|
is?: string | undefined;
|
|
1809
1878
|
fullWidth?: boolean | undefined;
|
|
1810
|
-
endAdornment?:
|
|
1879
|
+
endAdornment?: import("react").ReactNode;
|
|
1811
1880
|
value?: unknown;
|
|
1812
|
-
inputProps?: import("@mui/material").
|
|
1813
|
-
inputRef?:
|
|
1881
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
1882
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
1814
1883
|
readOnly?: boolean | undefined;
|
|
1815
1884
|
required?: boolean | undefined;
|
|
1816
1885
|
components?: {
|
|
1817
|
-
Root?:
|
|
1818
|
-
Input?:
|
|
1886
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1887
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1819
1888
|
} | undefined;
|
|
1820
1889
|
componentsProps?: {
|
|
1821
|
-
root?:
|
|
1822
|
-
input?:
|
|
1890
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1891
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1823
1892
|
} | undefined;
|
|
1824
|
-
onClose?: ((event:
|
|
1893
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1825
1894
|
open?: boolean | undefined;
|
|
1826
1895
|
multiple?: boolean | undefined;
|
|
1827
1896
|
error?: boolean | undefined;
|
|
1828
1897
|
autoComplete?: string | undefined;
|
|
1829
1898
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
1830
|
-
inputComponent?:
|
|
1899
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1831
1900
|
multiline?: boolean | undefined;
|
|
1832
1901
|
placeholder?: string | undefined;
|
|
1833
1902
|
renderSuffix?: ((state: {
|
|
1834
|
-
disabled?: boolean;
|
|
1835
|
-
error?: boolean;
|
|
1836
|
-
filled?: boolean;
|
|
1837
|
-
focused?: boolean;
|
|
1838
|
-
margin?: "
|
|
1839
|
-
required?: boolean;
|
|
1840
|
-
startAdornment?:
|
|
1841
|
-
}) =>
|
|
1842
|
-
rows?:
|
|
1843
|
-
maxRows?:
|
|
1844
|
-
minRows?:
|
|
1845
|
-
startAdornment?:
|
|
1903
|
+
disabled?: boolean | undefined;
|
|
1904
|
+
error?: boolean | undefined;
|
|
1905
|
+
filled?: boolean | undefined;
|
|
1906
|
+
focused?: boolean | undefined;
|
|
1907
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
1908
|
+
required?: boolean | undefined;
|
|
1909
|
+
startAdornment?: import("react").ReactNode;
|
|
1910
|
+
}) => import("react").ReactNode) | undefined;
|
|
1911
|
+
rows?: string | number | undefined;
|
|
1912
|
+
maxRows?: string | number | undefined;
|
|
1913
|
+
minRows?: string | number | undefined;
|
|
1914
|
+
startAdornment?: import("react").ReactNode;
|
|
1846
1915
|
disableUnderline?: boolean | undefined;
|
|
1847
|
-
IconComponent?:
|
|
1848
|
-
onOpen?: ((event:
|
|
1916
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1917
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1849
1918
|
autoWidth?: boolean | undefined;
|
|
1850
1919
|
defaultOpen?: boolean | undefined;
|
|
1851
1920
|
displayEmpty?: boolean | undefined;
|
|
1852
1921
|
labelId?: string | undefined;
|
|
1853
1922
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
1854
1923
|
native?: boolean | undefined;
|
|
1855
|
-
renderValue?: ((value: unknown) =>
|
|
1856
|
-
SelectDisplayProps?:
|
|
1924
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
1925
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
1857
1926
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1858
1927
|
};
|
|
1859
1928
|
/**
|
|
@@ -1872,20 +1941,20 @@ export declare const FullWidth: {
|
|
|
1872
1941
|
};
|
|
1873
1942
|
};
|
|
1874
1943
|
render: (args: {
|
|
1875
|
-
align?:
|
|
1944
|
+
align?: "left" | "right" | undefined;
|
|
1876
1945
|
elevation?: number | undefined;
|
|
1877
1946
|
label?: string | undefined;
|
|
1878
|
-
size?:
|
|
1947
|
+
size?: "large" | "medium" | undefined;
|
|
1879
1948
|
width?: number | undefined;
|
|
1880
|
-
variant?:
|
|
1881
|
-
children?:
|
|
1949
|
+
variant?: "select" | "dropdown" | undefined;
|
|
1950
|
+
children?: import("react").ReactNode;
|
|
1882
1951
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1883
|
-
ref?: ((instance: unknown) => void
|
|
1952
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
1884
1953
|
className?: string | undefined;
|
|
1885
1954
|
style?: import("react").CSSProperties | undefined;
|
|
1886
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1955
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1887
1956
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1888
|
-
input?:
|
|
1957
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
1889
1958
|
slot?: string | undefined;
|
|
1890
1959
|
title?: string | undefined;
|
|
1891
1960
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -1897,27 +1966,27 @@ export declare const FullWidth: {
|
|
|
1897
1966
|
tabIndex?: number | undefined;
|
|
1898
1967
|
"aria-activedescendant"?: string | undefined;
|
|
1899
1968
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1900
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1969
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1901
1970
|
"aria-braillelabel"?: string | undefined;
|
|
1902
1971
|
"aria-brailleroledescription"?: string | undefined;
|
|
1903
1972
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1904
|
-
"aria-checked"?: boolean | "
|
|
1973
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1905
1974
|
"aria-colcount"?: number | undefined;
|
|
1906
1975
|
"aria-colindex"?: number | undefined;
|
|
1907
1976
|
"aria-colindextext"?: string | undefined;
|
|
1908
1977
|
"aria-colspan"?: number | undefined;
|
|
1909
1978
|
"aria-controls"?: string | undefined;
|
|
1910
|
-
"aria-current"?: boolean | "
|
|
1979
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1911
1980
|
'aria-describedby'?: string | undefined;
|
|
1912
1981
|
"aria-description"?: string | undefined;
|
|
1913
1982
|
"aria-details"?: string | undefined;
|
|
1914
1983
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1915
|
-
"aria-dropeffect"?: "
|
|
1984
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1916
1985
|
"aria-errormessage"?: string | undefined;
|
|
1917
1986
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1918
1987
|
"aria-flowto"?: string | undefined;
|
|
1919
1988
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1920
|
-
"aria-haspopup"?: boolean | "
|
|
1989
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1921
1990
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1922
1991
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1923
1992
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1932,9 +2001,9 @@ export declare const FullWidth: {
|
|
|
1932
2001
|
"aria-owns"?: string | undefined;
|
|
1933
2002
|
"aria-placeholder"?: string | undefined;
|
|
1934
2003
|
"aria-posinset"?: number | undefined;
|
|
1935
|
-
"aria-pressed"?: boolean | "
|
|
2004
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1936
2005
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1937
|
-
"aria-relevant"?: "
|
|
2006
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1938
2007
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1939
2008
|
"aria-roledescription"?: string | undefined;
|
|
1940
2009
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1963,11 +2032,11 @@ export declare const FullWidth: {
|
|
|
1963
2032
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1964
2033
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1965
2034
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1966
|
-
onFocus?:
|
|
2035
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1967
2036
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1968
|
-
onBlur?:
|
|
2037
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1969
2038
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1970
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
2039
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
1971
2040
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1972
2041
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1973
2042
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1977,17 +2046,17 @@ export declare const FullWidth: {
|
|
|
1977
2046
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1978
2047
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1979
2048
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1980
|
-
onInvalid?:
|
|
2049
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1981
2050
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1982
2051
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1983
2052
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1984
2053
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1985
2054
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1986
|
-
onKeyDown?:
|
|
2055
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1987
2056
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1988
2057
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1989
2058
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1990
|
-
onKeyUp?:
|
|
2059
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1991
2060
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1992
2061
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1993
2062
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2114,25 +2183,25 @@ export declare const FullWidth: {
|
|
|
2114
2183
|
disabled?: boolean | undefined;
|
|
2115
2184
|
content?: string | undefined;
|
|
2116
2185
|
translate?: "yes" | "no" | undefined;
|
|
2117
|
-
margin?:
|
|
2186
|
+
margin?: "none" | "dense" | undefined;
|
|
2118
2187
|
slots?: {
|
|
2119
|
-
root?:
|
|
2120
|
-
input?:
|
|
2188
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2189
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2121
2190
|
} | undefined;
|
|
2122
2191
|
slotProps?: {
|
|
2123
|
-
root?:
|
|
2124
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2125
|
-
};
|
|
2126
|
-
input?:
|
|
2127
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2128
|
-
};
|
|
2192
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2193
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2194
|
+
}) | undefined;
|
|
2195
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2196
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2197
|
+
}) | undefined;
|
|
2129
2198
|
} | undefined;
|
|
2130
2199
|
defaultChecked?: boolean | undefined;
|
|
2131
2200
|
defaultValue?: unknown;
|
|
2132
2201
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2133
2202
|
accessKey?: string | undefined;
|
|
2134
2203
|
autoFocus?: boolean | undefined;
|
|
2135
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2204
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2136
2205
|
contextMenu?: string | undefined;
|
|
2137
2206
|
dir?: string | undefined;
|
|
2138
2207
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2160,57 +2229,57 @@ export declare const FullWidth: {
|
|
|
2160
2229
|
itemRef?: string | undefined;
|
|
2161
2230
|
results?: number | undefined;
|
|
2162
2231
|
security?: string | undefined;
|
|
2163
|
-
unselectable?: "
|
|
2164
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2232
|
+
unselectable?: "off" | "on" | undefined;
|
|
2233
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2165
2234
|
is?: string | undefined;
|
|
2166
2235
|
fullWidth?: boolean | undefined;
|
|
2167
|
-
endAdornment?:
|
|
2236
|
+
endAdornment?: import("react").ReactNode;
|
|
2168
2237
|
value?: unknown;
|
|
2169
|
-
inputProps?: import("@mui/material").
|
|
2170
|
-
inputRef?:
|
|
2238
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
2239
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
2171
2240
|
readOnly?: boolean | undefined;
|
|
2172
2241
|
required?: boolean | undefined;
|
|
2173
2242
|
components?: {
|
|
2174
|
-
Root?:
|
|
2175
|
-
Input?:
|
|
2243
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2244
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2176
2245
|
} | undefined;
|
|
2177
2246
|
componentsProps?: {
|
|
2178
|
-
root?:
|
|
2179
|
-
input?:
|
|
2247
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2248
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2180
2249
|
} | undefined;
|
|
2181
|
-
onClose?: ((event:
|
|
2250
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2182
2251
|
open?: boolean | undefined;
|
|
2183
2252
|
multiple?: boolean | undefined;
|
|
2184
2253
|
error?: boolean | undefined;
|
|
2185
2254
|
autoComplete?: string | undefined;
|
|
2186
2255
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
2187
|
-
inputComponent?:
|
|
2256
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2188
2257
|
multiline?: boolean | undefined;
|
|
2189
2258
|
placeholder?: string | undefined;
|
|
2190
2259
|
renderSuffix?: ((state: {
|
|
2191
|
-
disabled?: boolean;
|
|
2192
|
-
error?: boolean;
|
|
2193
|
-
filled?: boolean;
|
|
2194
|
-
focused?: boolean;
|
|
2195
|
-
margin?: "
|
|
2196
|
-
required?: boolean;
|
|
2197
|
-
startAdornment?:
|
|
2198
|
-
}) =>
|
|
2199
|
-
rows?:
|
|
2200
|
-
maxRows?:
|
|
2201
|
-
minRows?:
|
|
2202
|
-
startAdornment?:
|
|
2260
|
+
disabled?: boolean | undefined;
|
|
2261
|
+
error?: boolean | undefined;
|
|
2262
|
+
filled?: boolean | undefined;
|
|
2263
|
+
focused?: boolean | undefined;
|
|
2264
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
2265
|
+
required?: boolean | undefined;
|
|
2266
|
+
startAdornment?: import("react").ReactNode;
|
|
2267
|
+
}) => import("react").ReactNode) | undefined;
|
|
2268
|
+
rows?: string | number | undefined;
|
|
2269
|
+
maxRows?: string | number | undefined;
|
|
2270
|
+
minRows?: string | number | undefined;
|
|
2271
|
+
startAdornment?: import("react").ReactNode;
|
|
2203
2272
|
disableUnderline?: boolean | undefined;
|
|
2204
|
-
IconComponent?:
|
|
2205
|
-
onOpen?: ((event:
|
|
2273
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2274
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2206
2275
|
autoWidth?: boolean | undefined;
|
|
2207
2276
|
defaultOpen?: boolean | undefined;
|
|
2208
2277
|
displayEmpty?: boolean | undefined;
|
|
2209
2278
|
labelId?: string | undefined;
|
|
2210
2279
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
2211
2280
|
native?: boolean | undefined;
|
|
2212
|
-
renderValue?: ((value: unknown) =>
|
|
2213
|
-
SelectDisplayProps?:
|
|
2281
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
2282
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
2214
2283
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2215
2284
|
};
|
|
2216
2285
|
/**
|
|
@@ -2230,20 +2299,20 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2230
2299
|
};
|
|
2231
2300
|
};
|
|
2232
2301
|
render: (args: {
|
|
2233
|
-
align?:
|
|
2302
|
+
align?: "left" | "right" | undefined;
|
|
2234
2303
|
elevation?: number | undefined;
|
|
2235
2304
|
label?: string | undefined;
|
|
2236
|
-
size?:
|
|
2305
|
+
size?: "large" | "medium" | undefined;
|
|
2237
2306
|
width?: number | undefined;
|
|
2238
|
-
variant?:
|
|
2239
|
-
children?:
|
|
2307
|
+
variant?: "select" | "dropdown" | undefined;
|
|
2308
|
+
children?: import("react").ReactNode;
|
|
2240
2309
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2241
|
-
ref?: ((instance: unknown) => void
|
|
2310
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
2242
2311
|
className?: string | undefined;
|
|
2243
2312
|
style?: import("react").CSSProperties | undefined;
|
|
2244
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
2313
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
2245
2314
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2246
|
-
input?:
|
|
2315
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
2247
2316
|
slot?: string | undefined;
|
|
2248
2317
|
title?: string | undefined;
|
|
2249
2318
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -2255,27 +2324,27 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2255
2324
|
tabIndex?: number | undefined;
|
|
2256
2325
|
"aria-activedescendant"?: string | undefined;
|
|
2257
2326
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2258
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2327
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2259
2328
|
"aria-braillelabel"?: string | undefined;
|
|
2260
2329
|
"aria-brailleroledescription"?: string | undefined;
|
|
2261
2330
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2262
|
-
"aria-checked"?: boolean | "
|
|
2331
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2263
2332
|
"aria-colcount"?: number | undefined;
|
|
2264
2333
|
"aria-colindex"?: number | undefined;
|
|
2265
2334
|
"aria-colindextext"?: string | undefined;
|
|
2266
2335
|
"aria-colspan"?: number | undefined;
|
|
2267
2336
|
"aria-controls"?: string | undefined;
|
|
2268
|
-
"aria-current"?: boolean | "
|
|
2337
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2269
2338
|
'aria-describedby'?: string | undefined;
|
|
2270
2339
|
"aria-description"?: string | undefined;
|
|
2271
2340
|
"aria-details"?: string | undefined;
|
|
2272
2341
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2273
|
-
"aria-dropeffect"?: "
|
|
2342
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2274
2343
|
"aria-errormessage"?: string | undefined;
|
|
2275
2344
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2276
2345
|
"aria-flowto"?: string | undefined;
|
|
2277
2346
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2278
|
-
"aria-haspopup"?: boolean | "
|
|
2347
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2279
2348
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2280
2349
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2281
2350
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2290,9 +2359,9 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2290
2359
|
"aria-owns"?: string | undefined;
|
|
2291
2360
|
"aria-placeholder"?: string | undefined;
|
|
2292
2361
|
"aria-posinset"?: number | undefined;
|
|
2293
|
-
"aria-pressed"?: boolean | "
|
|
2362
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2294
2363
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2295
|
-
"aria-relevant"?: "
|
|
2364
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2296
2365
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2297
2366
|
"aria-roledescription"?: string | undefined;
|
|
2298
2367
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2321,11 +2390,11 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2321
2390
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
2322
2391
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
2323
2392
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
2324
|
-
onFocus?:
|
|
2393
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2325
2394
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
2326
|
-
onBlur?:
|
|
2395
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2327
2396
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
2328
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
2397
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
2329
2398
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2330
2399
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2331
2400
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2335,17 +2404,17 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2335
2404
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2336
2405
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2337
2406
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2338
|
-
onInvalid?:
|
|
2407
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2339
2408
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2340
2409
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2341
2410
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2342
2411
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2343
2412
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2344
|
-
onKeyDown?:
|
|
2413
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2345
2414
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2346
2415
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2347
2416
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2348
|
-
onKeyUp?:
|
|
2417
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2349
2418
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2350
2419
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2351
2420
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2472,25 +2541,25 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2472
2541
|
disabled?: boolean | undefined;
|
|
2473
2542
|
content?: string | undefined;
|
|
2474
2543
|
translate?: "yes" | "no" | undefined;
|
|
2475
|
-
margin?:
|
|
2544
|
+
margin?: "none" | "dense" | undefined;
|
|
2476
2545
|
slots?: {
|
|
2477
|
-
root?:
|
|
2478
|
-
input?:
|
|
2546
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2547
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2479
2548
|
} | undefined;
|
|
2480
2549
|
slotProps?: {
|
|
2481
|
-
root?:
|
|
2482
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2483
|
-
};
|
|
2484
|
-
input?:
|
|
2485
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2486
|
-
};
|
|
2550
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2551
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2552
|
+
}) | undefined;
|
|
2553
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2554
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2555
|
+
}) | undefined;
|
|
2487
2556
|
} | undefined;
|
|
2488
2557
|
defaultChecked?: boolean | undefined;
|
|
2489
2558
|
defaultValue?: unknown;
|
|
2490
2559
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2491
2560
|
accessKey?: string | undefined;
|
|
2492
2561
|
autoFocus?: boolean | undefined;
|
|
2493
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2562
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2494
2563
|
contextMenu?: string | undefined;
|
|
2495
2564
|
dir?: string | undefined;
|
|
2496
2565
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2518,57 +2587,57 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2518
2587
|
itemRef?: string | undefined;
|
|
2519
2588
|
results?: number | undefined;
|
|
2520
2589
|
security?: string | undefined;
|
|
2521
|
-
unselectable?: "
|
|
2522
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2590
|
+
unselectable?: "off" | "on" | undefined;
|
|
2591
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2523
2592
|
is?: string | undefined;
|
|
2524
2593
|
fullWidth?: boolean | undefined;
|
|
2525
|
-
endAdornment?:
|
|
2594
|
+
endAdornment?: import("react").ReactNode;
|
|
2526
2595
|
value?: unknown;
|
|
2527
|
-
inputProps?: import("@mui/material").
|
|
2528
|
-
inputRef?:
|
|
2596
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
2597
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
2529
2598
|
readOnly?: boolean | undefined;
|
|
2530
2599
|
required?: boolean | undefined;
|
|
2531
2600
|
components?: {
|
|
2532
|
-
Root?:
|
|
2533
|
-
Input?:
|
|
2601
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2602
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2534
2603
|
} | undefined;
|
|
2535
2604
|
componentsProps?: {
|
|
2536
|
-
root?:
|
|
2537
|
-
input?:
|
|
2605
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2606
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2538
2607
|
} | undefined;
|
|
2539
|
-
onClose?: ((event:
|
|
2608
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2540
2609
|
open?: boolean | undefined;
|
|
2541
2610
|
multiple?: boolean | undefined;
|
|
2542
2611
|
error?: boolean | undefined;
|
|
2543
2612
|
autoComplete?: string | undefined;
|
|
2544
2613
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
2545
|
-
inputComponent?:
|
|
2614
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2546
2615
|
multiline?: boolean | undefined;
|
|
2547
2616
|
placeholder?: string | undefined;
|
|
2548
2617
|
renderSuffix?: ((state: {
|
|
2549
|
-
disabled?: boolean;
|
|
2550
|
-
error?: boolean;
|
|
2551
|
-
filled?: boolean;
|
|
2552
|
-
focused?: boolean;
|
|
2553
|
-
margin?: "
|
|
2554
|
-
required?: boolean;
|
|
2555
|
-
startAdornment?:
|
|
2556
|
-
}) =>
|
|
2557
|
-
rows?:
|
|
2558
|
-
maxRows?:
|
|
2559
|
-
minRows?:
|
|
2560
|
-
startAdornment?:
|
|
2618
|
+
disabled?: boolean | undefined;
|
|
2619
|
+
error?: boolean | undefined;
|
|
2620
|
+
filled?: boolean | undefined;
|
|
2621
|
+
focused?: boolean | undefined;
|
|
2622
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
2623
|
+
required?: boolean | undefined;
|
|
2624
|
+
startAdornment?: import("react").ReactNode;
|
|
2625
|
+
}) => import("react").ReactNode) | undefined;
|
|
2626
|
+
rows?: string | number | undefined;
|
|
2627
|
+
maxRows?: string | number | undefined;
|
|
2628
|
+
minRows?: string | number | undefined;
|
|
2629
|
+
startAdornment?: import("react").ReactNode;
|
|
2561
2630
|
disableUnderline?: boolean | undefined;
|
|
2562
|
-
IconComponent?:
|
|
2563
|
-
onOpen?: ((event:
|
|
2631
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2632
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2564
2633
|
autoWidth?: boolean | undefined;
|
|
2565
2634
|
defaultOpen?: boolean | undefined;
|
|
2566
2635
|
displayEmpty?: boolean | undefined;
|
|
2567
2636
|
labelId?: string | undefined;
|
|
2568
2637
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
2569
2638
|
native?: boolean | undefined;
|
|
2570
|
-
renderValue?: ((value: unknown) =>
|
|
2571
|
-
SelectDisplayProps?:
|
|
2639
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
2640
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
2572
2641
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2573
2642
|
};
|
|
2574
2643
|
export declare const SelectStyle: {
|
|
@@ -2585,20 +2654,20 @@ export declare const SelectStyle: {
|
|
|
2585
2654
|
};
|
|
2586
2655
|
};
|
|
2587
2656
|
render: (args: {
|
|
2588
|
-
align?:
|
|
2657
|
+
align?: "left" | "right" | undefined;
|
|
2589
2658
|
elevation?: number | undefined;
|
|
2590
2659
|
label?: string | undefined;
|
|
2591
|
-
size?:
|
|
2660
|
+
size?: "large" | "medium" | undefined;
|
|
2592
2661
|
width?: number | undefined;
|
|
2593
|
-
variant?:
|
|
2594
|
-
children?:
|
|
2662
|
+
variant?: "select" | "dropdown" | undefined;
|
|
2663
|
+
children?: import("react").ReactNode;
|
|
2595
2664
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2596
|
-
ref?: ((instance: unknown) => void
|
|
2665
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
2597
2666
|
className?: string | undefined;
|
|
2598
2667
|
style?: import("react").CSSProperties | undefined;
|
|
2599
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
2668
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
2600
2669
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2601
|
-
input?:
|
|
2670
|
+
input?: import("react").ReactElement<any, any> | undefined;
|
|
2602
2671
|
slot?: string | undefined;
|
|
2603
2672
|
title?: string | undefined;
|
|
2604
2673
|
suppressHydrationWarning?: boolean | undefined;
|
|
@@ -2610,27 +2679,27 @@ export declare const SelectStyle: {
|
|
|
2610
2679
|
tabIndex?: number | undefined;
|
|
2611
2680
|
"aria-activedescendant"?: string | undefined;
|
|
2612
2681
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2613
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2682
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2614
2683
|
"aria-braillelabel"?: string | undefined;
|
|
2615
2684
|
"aria-brailleroledescription"?: string | undefined;
|
|
2616
2685
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2617
|
-
"aria-checked"?: boolean | "
|
|
2686
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2618
2687
|
"aria-colcount"?: number | undefined;
|
|
2619
2688
|
"aria-colindex"?: number | undefined;
|
|
2620
2689
|
"aria-colindextext"?: string | undefined;
|
|
2621
2690
|
"aria-colspan"?: number | undefined;
|
|
2622
2691
|
"aria-controls"?: string | undefined;
|
|
2623
|
-
"aria-current"?: boolean | "
|
|
2692
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2624
2693
|
'aria-describedby'?: string | undefined;
|
|
2625
2694
|
"aria-description"?: string | undefined;
|
|
2626
2695
|
"aria-details"?: string | undefined;
|
|
2627
2696
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2628
|
-
"aria-dropeffect"?: "
|
|
2697
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2629
2698
|
"aria-errormessage"?: string | undefined;
|
|
2630
2699
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2631
2700
|
"aria-flowto"?: string | undefined;
|
|
2632
2701
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2633
|
-
"aria-haspopup"?: boolean | "
|
|
2702
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2634
2703
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2635
2704
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2636
2705
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2645,9 +2714,9 @@ export declare const SelectStyle: {
|
|
|
2645
2714
|
"aria-owns"?: string | undefined;
|
|
2646
2715
|
"aria-placeholder"?: string | undefined;
|
|
2647
2716
|
"aria-posinset"?: number | undefined;
|
|
2648
|
-
"aria-pressed"?: boolean | "
|
|
2717
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2649
2718
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2650
|
-
"aria-relevant"?: "
|
|
2719
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2651
2720
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2652
2721
|
"aria-roledescription"?: string | undefined;
|
|
2653
2722
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2676,11 +2745,11 @@ export declare const SelectStyle: {
|
|
|
2676
2745
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
2677
2746
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
2678
2747
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
2679
|
-
onFocus?:
|
|
2748
|
+
onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2680
2749
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
2681
|
-
onBlur?:
|
|
2750
|
+
onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2682
2751
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
2683
|
-
onChange?: ((event: SelectChangeEvent<unknown>, child:
|
|
2752
|
+
onChange?: ((event: SelectChangeEvent<unknown>, child: import("react").ReactNode) => void) | undefined;
|
|
2684
2753
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2685
2754
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2686
2755
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2690,17 +2759,17 @@ export declare const SelectStyle: {
|
|
|
2690
2759
|
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2691
2760
|
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2692
2761
|
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2693
|
-
onInvalid?:
|
|
2762
|
+
onInvalid?: import("react").FormEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2694
2763
|
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2695
2764
|
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2696
2765
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2697
2766
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2698
2767
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2699
|
-
onKeyDown?:
|
|
2768
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2700
2769
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2701
2770
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2702
2771
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2703
|
-
onKeyUp?:
|
|
2772
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2704
2773
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2705
2774
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2706
2775
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2827,25 +2896,25 @@ export declare const SelectStyle: {
|
|
|
2827
2896
|
disabled?: boolean | undefined;
|
|
2828
2897
|
content?: string | undefined;
|
|
2829
2898
|
translate?: "yes" | "no" | undefined;
|
|
2830
|
-
margin?:
|
|
2899
|
+
margin?: "none" | "dense" | undefined;
|
|
2831
2900
|
slots?: {
|
|
2832
|
-
root?:
|
|
2833
|
-
input?:
|
|
2901
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2902
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2834
2903
|
} | undefined;
|
|
2835
2904
|
slotProps?: {
|
|
2836
|
-
root?:
|
|
2837
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2838
|
-
};
|
|
2839
|
-
input?:
|
|
2840
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2841
|
-
};
|
|
2905
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2906
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2907
|
+
}) | undefined;
|
|
2908
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2909
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2910
|
+
}) | undefined;
|
|
2842
2911
|
} | undefined;
|
|
2843
2912
|
defaultChecked?: boolean | undefined;
|
|
2844
2913
|
defaultValue?: unknown;
|
|
2845
2914
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2846
2915
|
accessKey?: string | undefined;
|
|
2847
2916
|
autoFocus?: boolean | undefined;
|
|
2848
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2917
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2849
2918
|
contextMenu?: string | undefined;
|
|
2850
2919
|
dir?: string | undefined;
|
|
2851
2920
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2873,56 +2942,56 @@ export declare const SelectStyle: {
|
|
|
2873
2942
|
itemRef?: string | undefined;
|
|
2874
2943
|
results?: number | undefined;
|
|
2875
2944
|
security?: string | undefined;
|
|
2876
|
-
unselectable?: "
|
|
2877
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2945
|
+
unselectable?: "off" | "on" | undefined;
|
|
2946
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2878
2947
|
is?: string | undefined;
|
|
2879
2948
|
fullWidth?: boolean | undefined;
|
|
2880
|
-
endAdornment?:
|
|
2949
|
+
endAdornment?: import("react").ReactNode;
|
|
2881
2950
|
value?: unknown;
|
|
2882
|
-
inputProps?: import("@mui/material").
|
|
2883
|
-
inputRef?:
|
|
2951
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
2952
|
+
inputRef?: import("react").Ref<any> | undefined;
|
|
2884
2953
|
readOnly?: boolean | undefined;
|
|
2885
2954
|
required?: boolean | undefined;
|
|
2886
2955
|
components?: {
|
|
2887
|
-
Root?:
|
|
2888
|
-
Input?:
|
|
2956
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2957
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2889
2958
|
} | undefined;
|
|
2890
2959
|
componentsProps?: {
|
|
2891
|
-
root?:
|
|
2892
|
-
input?:
|
|
2960
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2961
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2893
2962
|
} | undefined;
|
|
2894
|
-
onClose?: ((event:
|
|
2963
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2895
2964
|
open?: boolean | undefined;
|
|
2896
2965
|
multiple?: boolean | undefined;
|
|
2897
2966
|
error?: boolean | undefined;
|
|
2898
2967
|
autoComplete?: string | undefined;
|
|
2899
2968
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
2900
|
-
inputComponent?:
|
|
2969
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2901
2970
|
multiline?: boolean | undefined;
|
|
2902
2971
|
placeholder?: string | undefined;
|
|
2903
2972
|
renderSuffix?: ((state: {
|
|
2904
|
-
disabled?: boolean;
|
|
2905
|
-
error?: boolean;
|
|
2906
|
-
filled?: boolean;
|
|
2907
|
-
focused?: boolean;
|
|
2908
|
-
margin?: "
|
|
2909
|
-
required?: boolean;
|
|
2910
|
-
startAdornment?:
|
|
2911
|
-
}) =>
|
|
2912
|
-
rows?:
|
|
2913
|
-
maxRows?:
|
|
2914
|
-
minRows?:
|
|
2915
|
-
startAdornment?:
|
|
2973
|
+
disabled?: boolean | undefined;
|
|
2974
|
+
error?: boolean | undefined;
|
|
2975
|
+
filled?: boolean | undefined;
|
|
2976
|
+
focused?: boolean | undefined;
|
|
2977
|
+
margin?: "none" | "normal" | "dense" | undefined;
|
|
2978
|
+
required?: boolean | undefined;
|
|
2979
|
+
startAdornment?: import("react").ReactNode;
|
|
2980
|
+
}) => import("react").ReactNode) | undefined;
|
|
2981
|
+
rows?: string | number | undefined;
|
|
2982
|
+
maxRows?: string | number | undefined;
|
|
2983
|
+
minRows?: string | number | undefined;
|
|
2984
|
+
startAdornment?: import("react").ReactNode;
|
|
2916
2985
|
disableUnderline?: boolean | undefined;
|
|
2917
|
-
IconComponent?:
|
|
2918
|
-
onOpen?: ((event:
|
|
2986
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2987
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2919
2988
|
autoWidth?: boolean | undefined;
|
|
2920
2989
|
defaultOpen?: boolean | undefined;
|
|
2921
2990
|
displayEmpty?: boolean | undefined;
|
|
2922
2991
|
labelId?: string | undefined;
|
|
2923
2992
|
MenuProps?: Partial<import("@mui/material").MenuProps> | undefined;
|
|
2924
2993
|
native?: boolean | undefined;
|
|
2925
|
-
renderValue?: ((value: unknown) =>
|
|
2926
|
-
SelectDisplayProps?:
|
|
2994
|
+
renderValue?: ((value: unknown) => import("react").ReactNode) | undefined;
|
|
2995
|
+
SelectDisplayProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
2927
2996
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
2928
2997
|
};
|