@galaxy-ds/core 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.stories.d.ts +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -3
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
import { SelectChangeEvent } from '@mui/material';
|
|
3
6
|
import { DropdownProps } from './Dropdown.types';
|
|
@@ -16,30 +19,91 @@ declare const meta: {
|
|
|
16
19
|
title: string;
|
|
17
20
|
parameters: {
|
|
18
21
|
badges: BADGE[];
|
|
22
|
+
layout: string;
|
|
19
23
|
};
|
|
20
24
|
argTypes: {
|
|
21
25
|
onFocus: {
|
|
22
26
|
control: {
|
|
23
|
-
|
|
27
|
+
type: undefined;
|
|
24
28
|
};
|
|
25
29
|
};
|
|
26
30
|
onBlur: {
|
|
27
31
|
control: {
|
|
28
|
-
|
|
32
|
+
type: undefined;
|
|
29
33
|
};
|
|
30
34
|
};
|
|
31
35
|
onInvalid: {
|
|
32
36
|
control: {
|
|
33
|
-
|
|
37
|
+
type: undefined;
|
|
34
38
|
};
|
|
35
39
|
};
|
|
36
40
|
onKeyDown: {
|
|
37
41
|
control: {
|
|
38
|
-
|
|
42
|
+
type: undefined;
|
|
39
43
|
};
|
|
40
44
|
};
|
|
41
45
|
onKeyUp: {
|
|
42
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: {
|
|
43
107
|
disable: boolean;
|
|
44
108
|
};
|
|
45
109
|
};
|
|
@@ -53,6 +117,10 @@ export declare const Default: {
|
|
|
53
117
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
54
118
|
onChange: import("@vitest/spy").Mock<[event: SelectChangeEvent<unknown>, child: import("react").ReactNode], void>;
|
|
55
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";
|
|
56
124
|
};
|
|
57
125
|
parameters: {
|
|
58
126
|
docs: {
|
|
@@ -63,18 +131,18 @@ export declare const Default: {
|
|
|
63
131
|
};
|
|
64
132
|
play: () => Promise<void>;
|
|
65
133
|
render: (args: {
|
|
66
|
-
align?:
|
|
134
|
+
align?: "left" | "right" | undefined;
|
|
67
135
|
elevation?: number | undefined;
|
|
68
136
|
label?: string | undefined;
|
|
69
|
-
size?:
|
|
137
|
+
size?: "large" | "medium" | undefined;
|
|
70
138
|
width?: number | undefined;
|
|
71
|
-
variant?:
|
|
139
|
+
variant?: "select" | "dropdown" | undefined;
|
|
72
140
|
children?: import("react").ReactNode;
|
|
73
141
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
74
|
-
ref?: ((instance: unknown) => void
|
|
142
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
75
143
|
className?: string | undefined;
|
|
76
144
|
style?: import("react").CSSProperties | undefined;
|
|
77
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
145
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
78
146
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
79
147
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
80
148
|
slot?: string | undefined;
|
|
@@ -88,27 +156,27 @@ export declare const Default: {
|
|
|
88
156
|
tabIndex?: number | undefined;
|
|
89
157
|
"aria-activedescendant"?: string | undefined;
|
|
90
158
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
91
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
159
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
92
160
|
"aria-braillelabel"?: string | undefined;
|
|
93
161
|
"aria-brailleroledescription"?: string | undefined;
|
|
94
162
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
95
|
-
"aria-checked"?: boolean | "
|
|
163
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
96
164
|
"aria-colcount"?: number | undefined;
|
|
97
165
|
"aria-colindex"?: number | undefined;
|
|
98
166
|
"aria-colindextext"?: string | undefined;
|
|
99
167
|
"aria-colspan"?: number | undefined;
|
|
100
168
|
"aria-controls"?: string | undefined;
|
|
101
|
-
"aria-current"?: boolean | "
|
|
169
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
102
170
|
'aria-describedby'?: string | undefined;
|
|
103
171
|
"aria-description"?: string | undefined;
|
|
104
172
|
"aria-details"?: string | undefined;
|
|
105
173
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
106
|
-
"aria-dropeffect"?: "
|
|
174
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
107
175
|
"aria-errormessage"?: string | undefined;
|
|
108
176
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
109
177
|
"aria-flowto"?: string | undefined;
|
|
110
178
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
111
|
-
"aria-haspopup"?: boolean | "
|
|
179
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
112
180
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
113
181
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
114
182
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -123,9 +191,9 @@ export declare const Default: {
|
|
|
123
191
|
"aria-owns"?: string | undefined;
|
|
124
192
|
"aria-placeholder"?: string | undefined;
|
|
125
193
|
"aria-posinset"?: number | undefined;
|
|
126
|
-
"aria-pressed"?: boolean | "
|
|
194
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
127
195
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
128
|
-
"aria-relevant"?: "
|
|
196
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
129
197
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
130
198
|
"aria-roledescription"?: string | undefined;
|
|
131
199
|
"aria-rowcount"?: number | undefined;
|
|
@@ -174,11 +242,11 @@ export declare const Default: {
|
|
|
174
242
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
175
243
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
176
244
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
177
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
245
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
178
246
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
179
247
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
180
248
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
181
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
249
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
182
250
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
183
251
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
184
252
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -305,25 +373,25 @@ export declare const Default: {
|
|
|
305
373
|
disabled?: boolean | undefined;
|
|
306
374
|
content?: string | undefined;
|
|
307
375
|
translate?: "yes" | "no" | undefined;
|
|
308
|
-
margin?:
|
|
376
|
+
margin?: "none" | "dense" | undefined;
|
|
309
377
|
slots?: {
|
|
310
|
-
root?: import("react").ElementType;
|
|
311
|
-
input?: import("react").ElementType;
|
|
378
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
379
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
312
380
|
} | undefined;
|
|
313
381
|
slotProps?: {
|
|
314
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
315
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
316
|
-
};
|
|
317
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
318
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
319
|
-
};
|
|
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;
|
|
320
388
|
} | undefined;
|
|
321
389
|
defaultChecked?: boolean | undefined;
|
|
322
390
|
defaultValue?: unknown;
|
|
323
391
|
suppressContentEditableWarning?: boolean | undefined;
|
|
324
392
|
accessKey?: string | undefined;
|
|
325
393
|
autoFocus?: boolean | undefined;
|
|
326
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
394
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
327
395
|
contextMenu?: string | undefined;
|
|
328
396
|
dir?: string | undefined;
|
|
329
397
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -351,49 +419,49 @@ export declare const Default: {
|
|
|
351
419
|
itemRef?: string | undefined;
|
|
352
420
|
results?: number | undefined;
|
|
353
421
|
security?: string | undefined;
|
|
354
|
-
unselectable?: "
|
|
355
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
422
|
+
unselectable?: "off" | "on" | undefined;
|
|
423
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
356
424
|
is?: string | undefined;
|
|
357
425
|
fullWidth?: boolean | undefined;
|
|
358
426
|
endAdornment?: import("react").ReactNode;
|
|
359
427
|
value?: unknown;
|
|
360
|
-
inputProps?: import("@mui/material").
|
|
428
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
361
429
|
inputRef?: import("react").Ref<any> | undefined;
|
|
362
430
|
readOnly?: boolean | undefined;
|
|
363
431
|
required?: boolean | undefined;
|
|
364
432
|
components?: {
|
|
365
|
-
Root?: import("react").ElementType;
|
|
366
|
-
Input?: import("react").ElementType;
|
|
433
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
434
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
367
435
|
} | undefined;
|
|
368
436
|
componentsProps?: {
|
|
369
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
370
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
437
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
438
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
371
439
|
} | undefined;
|
|
372
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
440
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
373
441
|
open?: boolean | undefined;
|
|
374
442
|
multiple?: boolean | undefined;
|
|
375
443
|
error?: boolean | undefined;
|
|
376
444
|
autoComplete?: string | undefined;
|
|
377
445
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
378
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
446
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
379
447
|
multiline?: boolean | undefined;
|
|
380
448
|
placeholder?: string | undefined;
|
|
381
449
|
renderSuffix?: ((state: {
|
|
382
|
-
disabled?: boolean;
|
|
383
|
-
error?: boolean;
|
|
384
|
-
filled?: boolean;
|
|
385
|
-
focused?: boolean;
|
|
386
|
-
margin?: "
|
|
387
|
-
required?: boolean;
|
|
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;
|
|
388
456
|
startAdornment?: import("react").ReactNode;
|
|
389
457
|
}) => import("react").ReactNode) | undefined;
|
|
390
|
-
rows?:
|
|
391
|
-
maxRows?:
|
|
392
|
-
minRows?:
|
|
458
|
+
rows?: string | number | undefined;
|
|
459
|
+
maxRows?: string | number | undefined;
|
|
460
|
+
minRows?: string | number | undefined;
|
|
393
461
|
startAdornment?: import("react").ReactNode;
|
|
394
462
|
disableUnderline?: boolean | undefined;
|
|
395
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
396
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
463
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
464
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
397
465
|
autoWidth?: boolean | undefined;
|
|
398
466
|
defaultOpen?: boolean | undefined;
|
|
399
467
|
displayEmpty?: boolean | undefined;
|
|
@@ -421,18 +489,18 @@ export declare const AlignLeft: {
|
|
|
421
489
|
};
|
|
422
490
|
};
|
|
423
491
|
render: (args: {
|
|
424
|
-
align?:
|
|
492
|
+
align?: "left" | "right" | undefined;
|
|
425
493
|
elevation?: number | undefined;
|
|
426
494
|
label?: string | undefined;
|
|
427
|
-
size?:
|
|
495
|
+
size?: "large" | "medium" | undefined;
|
|
428
496
|
width?: number | undefined;
|
|
429
|
-
variant?:
|
|
497
|
+
variant?: "select" | "dropdown" | undefined;
|
|
430
498
|
children?: import("react").ReactNode;
|
|
431
499
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
432
|
-
ref?: ((instance: unknown) => void
|
|
500
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
433
501
|
className?: string | undefined;
|
|
434
502
|
style?: import("react").CSSProperties | undefined;
|
|
435
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
503
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
436
504
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
437
505
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
438
506
|
slot?: string | undefined;
|
|
@@ -446,27 +514,27 @@ export declare const AlignLeft: {
|
|
|
446
514
|
tabIndex?: number | undefined;
|
|
447
515
|
"aria-activedescendant"?: string | undefined;
|
|
448
516
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
449
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
517
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
450
518
|
"aria-braillelabel"?: string | undefined;
|
|
451
519
|
"aria-brailleroledescription"?: string | undefined;
|
|
452
520
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
453
|
-
"aria-checked"?: boolean | "
|
|
521
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
454
522
|
"aria-colcount"?: number | undefined;
|
|
455
523
|
"aria-colindex"?: number | undefined;
|
|
456
524
|
"aria-colindextext"?: string | undefined;
|
|
457
525
|
"aria-colspan"?: number | undefined;
|
|
458
526
|
"aria-controls"?: string | undefined;
|
|
459
|
-
"aria-current"?: boolean | "
|
|
527
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
460
528
|
'aria-describedby'?: string | undefined;
|
|
461
529
|
"aria-description"?: string | undefined;
|
|
462
530
|
"aria-details"?: string | undefined;
|
|
463
531
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
464
|
-
"aria-dropeffect"?: "
|
|
532
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
465
533
|
"aria-errormessage"?: string | undefined;
|
|
466
534
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
467
535
|
"aria-flowto"?: string | undefined;
|
|
468
536
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
469
|
-
"aria-haspopup"?: boolean | "
|
|
537
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
470
538
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
471
539
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
472
540
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -481,9 +549,9 @@ export declare const AlignLeft: {
|
|
|
481
549
|
"aria-owns"?: string | undefined;
|
|
482
550
|
"aria-placeholder"?: string | undefined;
|
|
483
551
|
"aria-posinset"?: number | undefined;
|
|
484
|
-
"aria-pressed"?: boolean | "
|
|
552
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
485
553
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
486
|
-
"aria-relevant"?: "
|
|
554
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
487
555
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
488
556
|
"aria-roledescription"?: string | undefined;
|
|
489
557
|
"aria-rowcount"?: number | undefined;
|
|
@@ -532,11 +600,11 @@ export declare const AlignLeft: {
|
|
|
532
600
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
533
601
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
534
602
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
535
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
603
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
536
604
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
537
605
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
538
606
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
539
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
607
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
540
608
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
541
609
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
542
610
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -663,25 +731,25 @@ export declare const AlignLeft: {
|
|
|
663
731
|
disabled?: boolean | undefined;
|
|
664
732
|
content?: string | undefined;
|
|
665
733
|
translate?: "yes" | "no" | undefined;
|
|
666
|
-
margin?:
|
|
734
|
+
margin?: "none" | "dense" | undefined;
|
|
667
735
|
slots?: {
|
|
668
|
-
root?: import("react").ElementType;
|
|
669
|
-
input?: import("react").ElementType;
|
|
736
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
737
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
670
738
|
} | undefined;
|
|
671
739
|
slotProps?: {
|
|
672
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
673
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
674
|
-
};
|
|
675
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
676
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
677
|
-
};
|
|
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;
|
|
678
746
|
} | undefined;
|
|
679
747
|
defaultChecked?: boolean | undefined;
|
|
680
748
|
defaultValue?: unknown;
|
|
681
749
|
suppressContentEditableWarning?: boolean | undefined;
|
|
682
750
|
accessKey?: string | undefined;
|
|
683
751
|
autoFocus?: boolean | undefined;
|
|
684
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
752
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
685
753
|
contextMenu?: string | undefined;
|
|
686
754
|
dir?: string | undefined;
|
|
687
755
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -709,49 +777,49 @@ export declare const AlignLeft: {
|
|
|
709
777
|
itemRef?: string | undefined;
|
|
710
778
|
results?: number | undefined;
|
|
711
779
|
security?: string | undefined;
|
|
712
|
-
unselectable?: "
|
|
713
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
780
|
+
unselectable?: "off" | "on" | undefined;
|
|
781
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
714
782
|
is?: string | undefined;
|
|
715
783
|
fullWidth?: boolean | undefined;
|
|
716
784
|
endAdornment?: import("react").ReactNode;
|
|
717
785
|
value?: unknown;
|
|
718
|
-
inputProps?: import("@mui/material").
|
|
786
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
719
787
|
inputRef?: import("react").Ref<any> | undefined;
|
|
720
788
|
readOnly?: boolean | undefined;
|
|
721
789
|
required?: boolean | undefined;
|
|
722
790
|
components?: {
|
|
723
|
-
Root?: import("react").ElementType;
|
|
724
|
-
Input?: import("react").ElementType;
|
|
791
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
792
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
725
793
|
} | undefined;
|
|
726
794
|
componentsProps?: {
|
|
727
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
728
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
795
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
796
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
729
797
|
} | undefined;
|
|
730
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
798
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
731
799
|
open?: boolean | undefined;
|
|
732
800
|
multiple?: boolean | undefined;
|
|
733
801
|
error?: boolean | undefined;
|
|
734
802
|
autoComplete?: string | undefined;
|
|
735
803
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
736
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
804
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
737
805
|
multiline?: boolean | undefined;
|
|
738
806
|
placeholder?: string | undefined;
|
|
739
807
|
renderSuffix?: ((state: {
|
|
740
|
-
disabled?: boolean;
|
|
741
|
-
error?: boolean;
|
|
742
|
-
filled?: boolean;
|
|
743
|
-
focused?: boolean;
|
|
744
|
-
margin?: "
|
|
745
|
-
required?: boolean;
|
|
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;
|
|
746
814
|
startAdornment?: import("react").ReactNode;
|
|
747
815
|
}) => import("react").ReactNode) | undefined;
|
|
748
|
-
rows?:
|
|
749
|
-
maxRows?:
|
|
750
|
-
minRows?:
|
|
816
|
+
rows?: string | number | undefined;
|
|
817
|
+
maxRows?: string | number | undefined;
|
|
818
|
+
minRows?: string | number | undefined;
|
|
751
819
|
startAdornment?: import("react").ReactNode;
|
|
752
820
|
disableUnderline?: boolean | undefined;
|
|
753
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
754
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
821
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
822
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
755
823
|
autoWidth?: boolean | undefined;
|
|
756
824
|
defaultOpen?: boolean | undefined;
|
|
757
825
|
displayEmpty?: boolean | undefined;
|
|
@@ -779,18 +847,18 @@ export declare const WithLabel: {
|
|
|
779
847
|
};
|
|
780
848
|
};
|
|
781
849
|
render: (args: {
|
|
782
|
-
align?:
|
|
850
|
+
align?: "left" | "right" | undefined;
|
|
783
851
|
elevation?: number | undefined;
|
|
784
852
|
label?: string | undefined;
|
|
785
|
-
size?:
|
|
853
|
+
size?: "large" | "medium" | undefined;
|
|
786
854
|
width?: number | undefined;
|
|
787
|
-
variant?:
|
|
855
|
+
variant?: "select" | "dropdown" | undefined;
|
|
788
856
|
children?: import("react").ReactNode;
|
|
789
857
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
790
|
-
ref?: ((instance: unknown) => void
|
|
858
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
791
859
|
className?: string | undefined;
|
|
792
860
|
style?: import("react").CSSProperties | undefined;
|
|
793
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
861
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
794
862
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
795
863
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
796
864
|
slot?: string | undefined;
|
|
@@ -804,27 +872,27 @@ export declare const WithLabel: {
|
|
|
804
872
|
tabIndex?: number | undefined;
|
|
805
873
|
"aria-activedescendant"?: string | undefined;
|
|
806
874
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
807
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
875
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
808
876
|
"aria-braillelabel"?: string | undefined;
|
|
809
877
|
"aria-brailleroledescription"?: string | undefined;
|
|
810
878
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
811
|
-
"aria-checked"?: boolean | "
|
|
879
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
812
880
|
"aria-colcount"?: number | undefined;
|
|
813
881
|
"aria-colindex"?: number | undefined;
|
|
814
882
|
"aria-colindextext"?: string | undefined;
|
|
815
883
|
"aria-colspan"?: number | undefined;
|
|
816
884
|
"aria-controls"?: string | undefined;
|
|
817
|
-
"aria-current"?: boolean | "
|
|
885
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
818
886
|
'aria-describedby'?: string | undefined;
|
|
819
887
|
"aria-description"?: string | undefined;
|
|
820
888
|
"aria-details"?: string | undefined;
|
|
821
889
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
822
|
-
"aria-dropeffect"?: "
|
|
890
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
823
891
|
"aria-errormessage"?: string | undefined;
|
|
824
892
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
825
893
|
"aria-flowto"?: string | undefined;
|
|
826
894
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
827
|
-
"aria-haspopup"?: boolean | "
|
|
895
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
828
896
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
829
897
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
830
898
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -839,9 +907,9 @@ export declare const WithLabel: {
|
|
|
839
907
|
"aria-owns"?: string | undefined;
|
|
840
908
|
"aria-placeholder"?: string | undefined;
|
|
841
909
|
"aria-posinset"?: number | undefined;
|
|
842
|
-
"aria-pressed"?: boolean | "
|
|
910
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
843
911
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
844
|
-
"aria-relevant"?: "
|
|
912
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
845
913
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
846
914
|
"aria-roledescription"?: string | undefined;
|
|
847
915
|
"aria-rowcount"?: number | undefined;
|
|
@@ -890,11 +958,11 @@ export declare const WithLabel: {
|
|
|
890
958
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
891
959
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
892
960
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
893
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
961
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
894
962
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
895
963
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
896
964
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
897
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
965
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
898
966
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
899
967
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
900
968
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1021,25 +1089,25 @@ export declare const WithLabel: {
|
|
|
1021
1089
|
disabled?: boolean | undefined;
|
|
1022
1090
|
content?: string | undefined;
|
|
1023
1091
|
translate?: "yes" | "no" | undefined;
|
|
1024
|
-
margin?:
|
|
1092
|
+
margin?: "none" | "dense" | undefined;
|
|
1025
1093
|
slots?: {
|
|
1026
|
-
root?: import("react").ElementType;
|
|
1027
|
-
input?: import("react").ElementType;
|
|
1094
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1095
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1028
1096
|
} | undefined;
|
|
1029
1097
|
slotProps?: {
|
|
1030
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1031
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1032
|
-
};
|
|
1033
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1034
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1035
|
-
};
|
|
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;
|
|
1036
1104
|
} | undefined;
|
|
1037
1105
|
defaultChecked?: boolean | undefined;
|
|
1038
1106
|
defaultValue?: unknown;
|
|
1039
1107
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1040
1108
|
accessKey?: string | undefined;
|
|
1041
1109
|
autoFocus?: boolean | undefined;
|
|
1042
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1110
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1043
1111
|
contextMenu?: string | undefined;
|
|
1044
1112
|
dir?: string | undefined;
|
|
1045
1113
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1067,49 +1135,49 @@ export declare const WithLabel: {
|
|
|
1067
1135
|
itemRef?: string | undefined;
|
|
1068
1136
|
results?: number | undefined;
|
|
1069
1137
|
security?: string | undefined;
|
|
1070
|
-
unselectable?: "
|
|
1071
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1138
|
+
unselectable?: "off" | "on" | undefined;
|
|
1139
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1072
1140
|
is?: string | undefined;
|
|
1073
1141
|
fullWidth?: boolean | undefined;
|
|
1074
1142
|
endAdornment?: import("react").ReactNode;
|
|
1075
1143
|
value?: unknown;
|
|
1076
|
-
inputProps?: import("@mui/material").
|
|
1144
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
1077
1145
|
inputRef?: import("react").Ref<any> | undefined;
|
|
1078
1146
|
readOnly?: boolean | undefined;
|
|
1079
1147
|
required?: boolean | undefined;
|
|
1080
1148
|
components?: {
|
|
1081
|
-
Root?: import("react").ElementType;
|
|
1082
|
-
Input?: import("react").ElementType;
|
|
1149
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1150
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1083
1151
|
} | undefined;
|
|
1084
1152
|
componentsProps?: {
|
|
1085
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
1086
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
1153
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1154
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1087
1155
|
} | undefined;
|
|
1088
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1156
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1089
1157
|
open?: boolean | undefined;
|
|
1090
1158
|
multiple?: boolean | undefined;
|
|
1091
1159
|
error?: boolean | undefined;
|
|
1092
1160
|
autoComplete?: string | undefined;
|
|
1093
1161
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
1094
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
1162
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1095
1163
|
multiline?: boolean | undefined;
|
|
1096
1164
|
placeholder?: string | undefined;
|
|
1097
1165
|
renderSuffix?: ((state: {
|
|
1098
|
-
disabled?: boolean;
|
|
1099
|
-
error?: boolean;
|
|
1100
|
-
filled?: boolean;
|
|
1101
|
-
focused?: boolean;
|
|
1102
|
-
margin?: "
|
|
1103
|
-
required?: boolean;
|
|
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;
|
|
1104
1172
|
startAdornment?: import("react").ReactNode;
|
|
1105
1173
|
}) => import("react").ReactNode) | undefined;
|
|
1106
|
-
rows?:
|
|
1107
|
-
maxRows?:
|
|
1108
|
-
minRows?:
|
|
1174
|
+
rows?: string | number | undefined;
|
|
1175
|
+
maxRows?: string | number | undefined;
|
|
1176
|
+
minRows?: string | number | undefined;
|
|
1109
1177
|
startAdornment?: import("react").ReactNode;
|
|
1110
1178
|
disableUnderline?: boolean | undefined;
|
|
1111
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
1112
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1179
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1180
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1113
1181
|
autoWidth?: boolean | undefined;
|
|
1114
1182
|
defaultOpen?: boolean | undefined;
|
|
1115
1183
|
displayEmpty?: boolean | undefined;
|
|
@@ -1136,18 +1204,18 @@ export declare const DisplayEmpty: {
|
|
|
1136
1204
|
};
|
|
1137
1205
|
};
|
|
1138
1206
|
render: (args: {
|
|
1139
|
-
align?:
|
|
1207
|
+
align?: "left" | "right" | undefined;
|
|
1140
1208
|
elevation?: number | undefined;
|
|
1141
1209
|
label?: string | undefined;
|
|
1142
|
-
size?:
|
|
1210
|
+
size?: "large" | "medium" | undefined;
|
|
1143
1211
|
width?: number | undefined;
|
|
1144
|
-
variant?:
|
|
1212
|
+
variant?: "select" | "dropdown" | undefined;
|
|
1145
1213
|
children?: import("react").ReactNode;
|
|
1146
1214
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1147
|
-
ref?: ((instance: unknown) => void
|
|
1215
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
1148
1216
|
className?: string | undefined;
|
|
1149
1217
|
style?: import("react").CSSProperties | undefined;
|
|
1150
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1218
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1151
1219
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1152
1220
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
1153
1221
|
slot?: string | undefined;
|
|
@@ -1161,27 +1229,27 @@ export declare const DisplayEmpty: {
|
|
|
1161
1229
|
tabIndex?: number | undefined;
|
|
1162
1230
|
"aria-activedescendant"?: string | undefined;
|
|
1163
1231
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1164
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1232
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1165
1233
|
"aria-braillelabel"?: string | undefined;
|
|
1166
1234
|
"aria-brailleroledescription"?: string | undefined;
|
|
1167
1235
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1168
|
-
"aria-checked"?: boolean | "
|
|
1236
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1169
1237
|
"aria-colcount"?: number | undefined;
|
|
1170
1238
|
"aria-colindex"?: number | undefined;
|
|
1171
1239
|
"aria-colindextext"?: string | undefined;
|
|
1172
1240
|
"aria-colspan"?: number | undefined;
|
|
1173
1241
|
"aria-controls"?: string | undefined;
|
|
1174
|
-
"aria-current"?: boolean | "
|
|
1242
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1175
1243
|
'aria-describedby'?: string | undefined;
|
|
1176
1244
|
"aria-description"?: string | undefined;
|
|
1177
1245
|
"aria-details"?: string | undefined;
|
|
1178
1246
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1179
|
-
"aria-dropeffect"?: "
|
|
1247
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1180
1248
|
"aria-errormessage"?: string | undefined;
|
|
1181
1249
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1182
1250
|
"aria-flowto"?: string | undefined;
|
|
1183
1251
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1184
|
-
"aria-haspopup"?: boolean | "
|
|
1252
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1185
1253
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1186
1254
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1187
1255
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1196,9 +1264,9 @@ export declare const DisplayEmpty: {
|
|
|
1196
1264
|
"aria-owns"?: string | undefined;
|
|
1197
1265
|
"aria-placeholder"?: string | undefined;
|
|
1198
1266
|
"aria-posinset"?: number | undefined;
|
|
1199
|
-
"aria-pressed"?: boolean | "
|
|
1267
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1200
1268
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1201
|
-
"aria-relevant"?: "
|
|
1269
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1202
1270
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1203
1271
|
"aria-roledescription"?: string | undefined;
|
|
1204
1272
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1247,11 +1315,11 @@ export declare const DisplayEmpty: {
|
|
|
1247
1315
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1248
1316
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1249
1317
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1250
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
1318
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1251
1319
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1252
1320
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1253
1321
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1254
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
1322
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1255
1323
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1256
1324
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1257
1325
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1378,25 +1446,25 @@ export declare const DisplayEmpty: {
|
|
|
1378
1446
|
disabled?: boolean | undefined;
|
|
1379
1447
|
content?: string | undefined;
|
|
1380
1448
|
translate?: "yes" | "no" | undefined;
|
|
1381
|
-
margin?:
|
|
1449
|
+
margin?: "none" | "dense" | undefined;
|
|
1382
1450
|
slots?: {
|
|
1383
|
-
root?: import("react").ElementType;
|
|
1384
|
-
input?: import("react").ElementType;
|
|
1451
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1452
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1385
1453
|
} | undefined;
|
|
1386
1454
|
slotProps?: {
|
|
1387
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1388
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1389
|
-
};
|
|
1390
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1391
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1392
|
-
};
|
|
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;
|
|
1393
1461
|
} | undefined;
|
|
1394
1462
|
defaultChecked?: boolean | undefined;
|
|
1395
1463
|
defaultValue?: unknown;
|
|
1396
1464
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1397
1465
|
accessKey?: string | undefined;
|
|
1398
1466
|
autoFocus?: boolean | undefined;
|
|
1399
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1467
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1400
1468
|
contextMenu?: string | undefined;
|
|
1401
1469
|
dir?: string | undefined;
|
|
1402
1470
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1424,49 +1492,49 @@ export declare const DisplayEmpty: {
|
|
|
1424
1492
|
itemRef?: string | undefined;
|
|
1425
1493
|
results?: number | undefined;
|
|
1426
1494
|
security?: string | undefined;
|
|
1427
|
-
unselectable?: "
|
|
1428
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1495
|
+
unselectable?: "off" | "on" | undefined;
|
|
1496
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1429
1497
|
is?: string | undefined;
|
|
1430
1498
|
fullWidth?: boolean | undefined;
|
|
1431
1499
|
endAdornment?: import("react").ReactNode;
|
|
1432
1500
|
value?: unknown;
|
|
1433
|
-
inputProps?: import("@mui/material").
|
|
1501
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
1434
1502
|
inputRef?: import("react").Ref<any> | undefined;
|
|
1435
1503
|
readOnly?: boolean | undefined;
|
|
1436
1504
|
required?: boolean | undefined;
|
|
1437
1505
|
components?: {
|
|
1438
|
-
Root?: import("react").ElementType;
|
|
1439
|
-
Input?: import("react").ElementType;
|
|
1506
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1507
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1440
1508
|
} | undefined;
|
|
1441
1509
|
componentsProps?: {
|
|
1442
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
1443
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
1510
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1511
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1444
1512
|
} | undefined;
|
|
1445
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1513
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1446
1514
|
open?: boolean | undefined;
|
|
1447
1515
|
multiple?: boolean | undefined;
|
|
1448
1516
|
error?: boolean | undefined;
|
|
1449
1517
|
autoComplete?: string | undefined;
|
|
1450
1518
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
1451
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
1519
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1452
1520
|
multiline?: boolean | undefined;
|
|
1453
1521
|
placeholder?: string | undefined;
|
|
1454
1522
|
renderSuffix?: ((state: {
|
|
1455
|
-
disabled?: boolean;
|
|
1456
|
-
error?: boolean;
|
|
1457
|
-
filled?: boolean;
|
|
1458
|
-
focused?: boolean;
|
|
1459
|
-
margin?: "
|
|
1460
|
-
required?: boolean;
|
|
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;
|
|
1461
1529
|
startAdornment?: import("react").ReactNode;
|
|
1462
1530
|
}) => import("react").ReactNode) | undefined;
|
|
1463
|
-
rows?:
|
|
1464
|
-
maxRows?:
|
|
1465
|
-
minRows?:
|
|
1531
|
+
rows?: string | number | undefined;
|
|
1532
|
+
maxRows?: string | number | undefined;
|
|
1533
|
+
minRows?: string | number | undefined;
|
|
1466
1534
|
startAdornment?: import("react").ReactNode;
|
|
1467
1535
|
disableUnderline?: boolean | undefined;
|
|
1468
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
1469
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1536
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1537
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1470
1538
|
autoWidth?: boolean | undefined;
|
|
1471
1539
|
defaultOpen?: boolean | undefined;
|
|
1472
1540
|
displayEmpty?: boolean | undefined;
|
|
@@ -1488,6 +1556,8 @@ export declare const MultipleWithCheckboxes: {
|
|
|
1488
1556
|
displayEmpty: boolean;
|
|
1489
1557
|
multiple: boolean;
|
|
1490
1558
|
width: number;
|
|
1559
|
+
onOpen: import("@vitest/spy").Mock<any, any>;
|
|
1560
|
+
onFocus: import("@vitest/spy").Mock<any, any>;
|
|
1491
1561
|
};
|
|
1492
1562
|
play: () => Promise<void>;
|
|
1493
1563
|
parameters: {
|
|
@@ -1514,18 +1584,18 @@ export declare const PrependedIcon: {
|
|
|
1514
1584
|
};
|
|
1515
1585
|
};
|
|
1516
1586
|
render: (args: {
|
|
1517
|
-
align?:
|
|
1587
|
+
align?: "left" | "right" | undefined;
|
|
1518
1588
|
elevation?: number | undefined;
|
|
1519
1589
|
label?: string | undefined;
|
|
1520
|
-
size?:
|
|
1590
|
+
size?: "large" | "medium" | undefined;
|
|
1521
1591
|
width?: number | undefined;
|
|
1522
|
-
variant?:
|
|
1592
|
+
variant?: "select" | "dropdown" | undefined;
|
|
1523
1593
|
children?: import("react").ReactNode;
|
|
1524
1594
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1525
|
-
ref?: ((instance: unknown) => void
|
|
1595
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
1526
1596
|
className?: string | undefined;
|
|
1527
1597
|
style?: import("react").CSSProperties | undefined;
|
|
1528
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1598
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1529
1599
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1530
1600
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
1531
1601
|
slot?: string | undefined;
|
|
@@ -1539,27 +1609,27 @@ export declare const PrependedIcon: {
|
|
|
1539
1609
|
tabIndex?: number | undefined;
|
|
1540
1610
|
"aria-activedescendant"?: string | undefined;
|
|
1541
1611
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1542
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1612
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1543
1613
|
"aria-braillelabel"?: string | undefined;
|
|
1544
1614
|
"aria-brailleroledescription"?: string | undefined;
|
|
1545
1615
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1546
|
-
"aria-checked"?: boolean | "
|
|
1616
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1547
1617
|
"aria-colcount"?: number | undefined;
|
|
1548
1618
|
"aria-colindex"?: number | undefined;
|
|
1549
1619
|
"aria-colindextext"?: string | undefined;
|
|
1550
1620
|
"aria-colspan"?: number | undefined;
|
|
1551
1621
|
"aria-controls"?: string | undefined;
|
|
1552
|
-
"aria-current"?: boolean | "
|
|
1622
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1553
1623
|
'aria-describedby'?: string | undefined;
|
|
1554
1624
|
"aria-description"?: string | undefined;
|
|
1555
1625
|
"aria-details"?: string | undefined;
|
|
1556
1626
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1557
|
-
"aria-dropeffect"?: "
|
|
1627
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1558
1628
|
"aria-errormessage"?: string | undefined;
|
|
1559
1629
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1560
1630
|
"aria-flowto"?: string | undefined;
|
|
1561
1631
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1562
|
-
"aria-haspopup"?: boolean | "
|
|
1632
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1563
1633
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1564
1634
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1565
1635
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1574,9 +1644,9 @@ export declare const PrependedIcon: {
|
|
|
1574
1644
|
"aria-owns"?: string | undefined;
|
|
1575
1645
|
"aria-placeholder"?: string | undefined;
|
|
1576
1646
|
"aria-posinset"?: number | undefined;
|
|
1577
|
-
"aria-pressed"?: boolean | "
|
|
1647
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1578
1648
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1579
|
-
"aria-relevant"?: "
|
|
1649
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1580
1650
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1581
1651
|
"aria-roledescription"?: string | undefined;
|
|
1582
1652
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1625,11 +1695,11 @@ export declare const PrependedIcon: {
|
|
|
1625
1695
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1626
1696
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1627
1697
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1628
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
1698
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1629
1699
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1630
1700
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1631
1701
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1632
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
1702
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1633
1703
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1634
1704
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1635
1705
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1756,25 +1826,25 @@ export declare const PrependedIcon: {
|
|
|
1756
1826
|
disabled?: boolean | undefined;
|
|
1757
1827
|
content?: string | undefined;
|
|
1758
1828
|
translate?: "yes" | "no" | undefined;
|
|
1759
|
-
margin?:
|
|
1829
|
+
margin?: "none" | "dense" | undefined;
|
|
1760
1830
|
slots?: {
|
|
1761
|
-
root?: import("react").ElementType;
|
|
1762
|
-
input?: import("react").ElementType;
|
|
1831
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1832
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1763
1833
|
} | undefined;
|
|
1764
1834
|
slotProps?: {
|
|
1765
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1766
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1767
|
-
};
|
|
1768
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
1769
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
1770
|
-
};
|
|
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;
|
|
1771
1841
|
} | undefined;
|
|
1772
1842
|
defaultChecked?: boolean | undefined;
|
|
1773
1843
|
defaultValue?: unknown;
|
|
1774
1844
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1775
1845
|
accessKey?: string | undefined;
|
|
1776
1846
|
autoFocus?: boolean | undefined;
|
|
1777
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1847
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1778
1848
|
contextMenu?: string | undefined;
|
|
1779
1849
|
dir?: string | undefined;
|
|
1780
1850
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1802,49 +1872,49 @@ export declare const PrependedIcon: {
|
|
|
1802
1872
|
itemRef?: string | undefined;
|
|
1803
1873
|
results?: number | undefined;
|
|
1804
1874
|
security?: string | undefined;
|
|
1805
|
-
unselectable?: "
|
|
1806
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1875
|
+
unselectable?: "off" | "on" | undefined;
|
|
1876
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1807
1877
|
is?: string | undefined;
|
|
1808
1878
|
fullWidth?: boolean | undefined;
|
|
1809
1879
|
endAdornment?: import("react").ReactNode;
|
|
1810
1880
|
value?: unknown;
|
|
1811
|
-
inputProps?: import("@mui/material").
|
|
1881
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
1812
1882
|
inputRef?: import("react").Ref<any> | undefined;
|
|
1813
1883
|
readOnly?: boolean | undefined;
|
|
1814
1884
|
required?: boolean | undefined;
|
|
1815
1885
|
components?: {
|
|
1816
|
-
Root?: import("react").ElementType;
|
|
1817
|
-
Input?: import("react").ElementType;
|
|
1886
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1887
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1818
1888
|
} | undefined;
|
|
1819
1889
|
componentsProps?: {
|
|
1820
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
1821
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
1890
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1891
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
1822
1892
|
} | undefined;
|
|
1823
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1893
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1824
1894
|
open?: boolean | undefined;
|
|
1825
1895
|
multiple?: boolean | undefined;
|
|
1826
1896
|
error?: boolean | undefined;
|
|
1827
1897
|
autoComplete?: string | undefined;
|
|
1828
1898
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
1829
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
1899
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1830
1900
|
multiline?: boolean | undefined;
|
|
1831
1901
|
placeholder?: string | undefined;
|
|
1832
1902
|
renderSuffix?: ((state: {
|
|
1833
|
-
disabled?: boolean;
|
|
1834
|
-
error?: boolean;
|
|
1835
|
-
filled?: boolean;
|
|
1836
|
-
focused?: boolean;
|
|
1837
|
-
margin?: "
|
|
1838
|
-
required?: boolean;
|
|
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;
|
|
1839
1909
|
startAdornment?: import("react").ReactNode;
|
|
1840
1910
|
}) => import("react").ReactNode) | undefined;
|
|
1841
|
-
rows?:
|
|
1842
|
-
maxRows?:
|
|
1843
|
-
minRows?:
|
|
1911
|
+
rows?: string | number | undefined;
|
|
1912
|
+
maxRows?: string | number | undefined;
|
|
1913
|
+
minRows?: string | number | undefined;
|
|
1844
1914
|
startAdornment?: import("react").ReactNode;
|
|
1845
1915
|
disableUnderline?: boolean | undefined;
|
|
1846
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
1847
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1916
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1917
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1848
1918
|
autoWidth?: boolean | undefined;
|
|
1849
1919
|
defaultOpen?: boolean | undefined;
|
|
1850
1920
|
displayEmpty?: boolean | undefined;
|
|
@@ -1871,18 +1941,18 @@ export declare const FullWidth: {
|
|
|
1871
1941
|
};
|
|
1872
1942
|
};
|
|
1873
1943
|
render: (args: {
|
|
1874
|
-
align?:
|
|
1944
|
+
align?: "left" | "right" | undefined;
|
|
1875
1945
|
elevation?: number | undefined;
|
|
1876
1946
|
label?: string | undefined;
|
|
1877
|
-
size?:
|
|
1947
|
+
size?: "large" | "medium" | undefined;
|
|
1878
1948
|
width?: number | undefined;
|
|
1879
|
-
variant?:
|
|
1949
|
+
variant?: "select" | "dropdown" | undefined;
|
|
1880
1950
|
children?: import("react").ReactNode;
|
|
1881
1951
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
1882
|
-
ref?: ((instance: unknown) => void
|
|
1952
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
1883
1953
|
className?: string | undefined;
|
|
1884
1954
|
style?: import("react").CSSProperties | undefined;
|
|
1885
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
1955
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
1886
1956
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
1887
1957
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
1888
1958
|
slot?: string | undefined;
|
|
@@ -1896,27 +1966,27 @@ export declare const FullWidth: {
|
|
|
1896
1966
|
tabIndex?: number | undefined;
|
|
1897
1967
|
"aria-activedescendant"?: string | undefined;
|
|
1898
1968
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1899
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1969
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1900
1970
|
"aria-braillelabel"?: string | undefined;
|
|
1901
1971
|
"aria-brailleroledescription"?: string | undefined;
|
|
1902
1972
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1903
|
-
"aria-checked"?: boolean | "
|
|
1973
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1904
1974
|
"aria-colcount"?: number | undefined;
|
|
1905
1975
|
"aria-colindex"?: number | undefined;
|
|
1906
1976
|
"aria-colindextext"?: string | undefined;
|
|
1907
1977
|
"aria-colspan"?: number | undefined;
|
|
1908
1978
|
"aria-controls"?: string | undefined;
|
|
1909
|
-
"aria-current"?: boolean | "
|
|
1979
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1910
1980
|
'aria-describedby'?: string | undefined;
|
|
1911
1981
|
"aria-description"?: string | undefined;
|
|
1912
1982
|
"aria-details"?: string | undefined;
|
|
1913
1983
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1914
|
-
"aria-dropeffect"?: "
|
|
1984
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1915
1985
|
"aria-errormessage"?: string | undefined;
|
|
1916
1986
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1917
1987
|
"aria-flowto"?: string | undefined;
|
|
1918
1988
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1919
|
-
"aria-haspopup"?: boolean | "
|
|
1989
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1920
1990
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1921
1991
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1922
1992
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1931,9 +2001,9 @@ export declare const FullWidth: {
|
|
|
1931
2001
|
"aria-owns"?: string | undefined;
|
|
1932
2002
|
"aria-placeholder"?: string | undefined;
|
|
1933
2003
|
"aria-posinset"?: number | undefined;
|
|
1934
|
-
"aria-pressed"?: boolean | "
|
|
2004
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1935
2005
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1936
|
-
"aria-relevant"?: "
|
|
2006
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1937
2007
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1938
2008
|
"aria-roledescription"?: string | undefined;
|
|
1939
2009
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1982,11 +2052,11 @@ export declare const FullWidth: {
|
|
|
1982
2052
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1983
2053
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1984
2054
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1985
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
2055
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1986
2056
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1987
2057
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1988
2058
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1989
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
2059
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
1990
2060
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1991
2061
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1992
2062
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2113,25 +2183,25 @@ export declare const FullWidth: {
|
|
|
2113
2183
|
disabled?: boolean | undefined;
|
|
2114
2184
|
content?: string | undefined;
|
|
2115
2185
|
translate?: "yes" | "no" | undefined;
|
|
2116
|
-
margin?:
|
|
2186
|
+
margin?: "none" | "dense" | undefined;
|
|
2117
2187
|
slots?: {
|
|
2118
|
-
root?: import("react").ElementType;
|
|
2119
|
-
input?: import("react").ElementType;
|
|
2188
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2189
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2120
2190
|
} | undefined;
|
|
2121
2191
|
slotProps?: {
|
|
2122
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2123
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2124
|
-
};
|
|
2125
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2126
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2127
|
-
};
|
|
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;
|
|
2128
2198
|
} | undefined;
|
|
2129
2199
|
defaultChecked?: boolean | undefined;
|
|
2130
2200
|
defaultValue?: unknown;
|
|
2131
2201
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2132
2202
|
accessKey?: string | undefined;
|
|
2133
2203
|
autoFocus?: boolean | undefined;
|
|
2134
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2204
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2135
2205
|
contextMenu?: string | undefined;
|
|
2136
2206
|
dir?: string | undefined;
|
|
2137
2207
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2159,49 +2229,49 @@ export declare const FullWidth: {
|
|
|
2159
2229
|
itemRef?: string | undefined;
|
|
2160
2230
|
results?: number | undefined;
|
|
2161
2231
|
security?: string | undefined;
|
|
2162
|
-
unselectable?: "
|
|
2163
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2232
|
+
unselectable?: "off" | "on" | undefined;
|
|
2233
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2164
2234
|
is?: string | undefined;
|
|
2165
2235
|
fullWidth?: boolean | undefined;
|
|
2166
2236
|
endAdornment?: import("react").ReactNode;
|
|
2167
2237
|
value?: unknown;
|
|
2168
|
-
inputProps?: import("@mui/material").
|
|
2238
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
2169
2239
|
inputRef?: import("react").Ref<any> | undefined;
|
|
2170
2240
|
readOnly?: boolean | undefined;
|
|
2171
2241
|
required?: boolean | undefined;
|
|
2172
2242
|
components?: {
|
|
2173
|
-
Root?: import("react").ElementType;
|
|
2174
|
-
Input?: import("react").ElementType;
|
|
2243
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2244
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2175
2245
|
} | undefined;
|
|
2176
2246
|
componentsProps?: {
|
|
2177
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
2178
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
2247
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2248
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2179
2249
|
} | undefined;
|
|
2180
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2250
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2181
2251
|
open?: boolean | undefined;
|
|
2182
2252
|
multiple?: boolean | undefined;
|
|
2183
2253
|
error?: boolean | undefined;
|
|
2184
2254
|
autoComplete?: string | undefined;
|
|
2185
2255
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
2186
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
2256
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2187
2257
|
multiline?: boolean | undefined;
|
|
2188
2258
|
placeholder?: string | undefined;
|
|
2189
2259
|
renderSuffix?: ((state: {
|
|
2190
|
-
disabled?: boolean;
|
|
2191
|
-
error?: boolean;
|
|
2192
|
-
filled?: boolean;
|
|
2193
|
-
focused?: boolean;
|
|
2194
|
-
margin?: "
|
|
2195
|
-
required?: boolean;
|
|
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;
|
|
2196
2266
|
startAdornment?: import("react").ReactNode;
|
|
2197
2267
|
}) => import("react").ReactNode) | undefined;
|
|
2198
|
-
rows?:
|
|
2199
|
-
maxRows?:
|
|
2200
|
-
minRows?:
|
|
2268
|
+
rows?: string | number | undefined;
|
|
2269
|
+
maxRows?: string | number | undefined;
|
|
2270
|
+
minRows?: string | number | undefined;
|
|
2201
2271
|
startAdornment?: import("react").ReactNode;
|
|
2202
2272
|
disableUnderline?: boolean | undefined;
|
|
2203
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
2204
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2273
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2274
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2205
2275
|
autoWidth?: boolean | undefined;
|
|
2206
2276
|
defaultOpen?: boolean | undefined;
|
|
2207
2277
|
displayEmpty?: boolean | undefined;
|
|
@@ -2229,18 +2299,18 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2229
2299
|
};
|
|
2230
2300
|
};
|
|
2231
2301
|
render: (args: {
|
|
2232
|
-
align?:
|
|
2302
|
+
align?: "left" | "right" | undefined;
|
|
2233
2303
|
elevation?: number | undefined;
|
|
2234
2304
|
label?: string | undefined;
|
|
2235
|
-
size?:
|
|
2305
|
+
size?: "large" | "medium" | undefined;
|
|
2236
2306
|
width?: number | undefined;
|
|
2237
|
-
variant?:
|
|
2307
|
+
variant?: "select" | "dropdown" | undefined;
|
|
2238
2308
|
children?: import("react").ReactNode;
|
|
2239
2309
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2240
|
-
ref?: ((instance: unknown) => void
|
|
2310
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
2241
2311
|
className?: string | undefined;
|
|
2242
2312
|
style?: import("react").CSSProperties | undefined;
|
|
2243
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
2313
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
2244
2314
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2245
2315
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
2246
2316
|
slot?: string | undefined;
|
|
@@ -2254,27 +2324,27 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2254
2324
|
tabIndex?: number | undefined;
|
|
2255
2325
|
"aria-activedescendant"?: string | undefined;
|
|
2256
2326
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2257
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2327
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2258
2328
|
"aria-braillelabel"?: string | undefined;
|
|
2259
2329
|
"aria-brailleroledescription"?: string | undefined;
|
|
2260
2330
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2261
|
-
"aria-checked"?: boolean | "
|
|
2331
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2262
2332
|
"aria-colcount"?: number | undefined;
|
|
2263
2333
|
"aria-colindex"?: number | undefined;
|
|
2264
2334
|
"aria-colindextext"?: string | undefined;
|
|
2265
2335
|
"aria-colspan"?: number | undefined;
|
|
2266
2336
|
"aria-controls"?: string | undefined;
|
|
2267
|
-
"aria-current"?: boolean | "
|
|
2337
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2268
2338
|
'aria-describedby'?: string | undefined;
|
|
2269
2339
|
"aria-description"?: string | undefined;
|
|
2270
2340
|
"aria-details"?: string | undefined;
|
|
2271
2341
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2272
|
-
"aria-dropeffect"?: "
|
|
2342
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2273
2343
|
"aria-errormessage"?: string | undefined;
|
|
2274
2344
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2275
2345
|
"aria-flowto"?: string | undefined;
|
|
2276
2346
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2277
|
-
"aria-haspopup"?: boolean | "
|
|
2347
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2278
2348
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2279
2349
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2280
2350
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2289,9 +2359,9 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2289
2359
|
"aria-owns"?: string | undefined;
|
|
2290
2360
|
"aria-placeholder"?: string | undefined;
|
|
2291
2361
|
"aria-posinset"?: number | undefined;
|
|
2292
|
-
"aria-pressed"?: boolean | "
|
|
2362
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2293
2363
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2294
|
-
"aria-relevant"?: "
|
|
2364
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2295
2365
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2296
2366
|
"aria-roledescription"?: string | undefined;
|
|
2297
2367
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2340,11 +2410,11 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2340
2410
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2341
2411
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2342
2412
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2343
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
2413
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2344
2414
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2345
2415
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2346
2416
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2347
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
2417
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2348
2418
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2349
2419
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2350
2420
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2471,25 +2541,25 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2471
2541
|
disabled?: boolean | undefined;
|
|
2472
2542
|
content?: string | undefined;
|
|
2473
2543
|
translate?: "yes" | "no" | undefined;
|
|
2474
|
-
margin?:
|
|
2544
|
+
margin?: "none" | "dense" | undefined;
|
|
2475
2545
|
slots?: {
|
|
2476
|
-
root?: import("react").ElementType;
|
|
2477
|
-
input?: import("react").ElementType;
|
|
2546
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2547
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2478
2548
|
} | undefined;
|
|
2479
2549
|
slotProps?: {
|
|
2480
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2481
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2482
|
-
};
|
|
2483
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2484
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2485
|
-
};
|
|
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;
|
|
2486
2556
|
} | undefined;
|
|
2487
2557
|
defaultChecked?: boolean | undefined;
|
|
2488
2558
|
defaultValue?: unknown;
|
|
2489
2559
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2490
2560
|
accessKey?: string | undefined;
|
|
2491
2561
|
autoFocus?: boolean | undefined;
|
|
2492
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2562
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2493
2563
|
contextMenu?: string | undefined;
|
|
2494
2564
|
dir?: string | undefined;
|
|
2495
2565
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2517,49 +2587,49 @@ export declare const LargeSizeToolbarSize: {
|
|
|
2517
2587
|
itemRef?: string | undefined;
|
|
2518
2588
|
results?: number | undefined;
|
|
2519
2589
|
security?: string | undefined;
|
|
2520
|
-
unselectable?: "
|
|
2521
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2590
|
+
unselectable?: "off" | "on" | undefined;
|
|
2591
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2522
2592
|
is?: string | undefined;
|
|
2523
2593
|
fullWidth?: boolean | undefined;
|
|
2524
2594
|
endAdornment?: import("react").ReactNode;
|
|
2525
2595
|
value?: unknown;
|
|
2526
|
-
inputProps?: import("@mui/material").
|
|
2596
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
2527
2597
|
inputRef?: import("react").Ref<any> | undefined;
|
|
2528
2598
|
readOnly?: boolean | undefined;
|
|
2529
2599
|
required?: boolean | undefined;
|
|
2530
2600
|
components?: {
|
|
2531
|
-
Root?: import("react").ElementType;
|
|
2532
|
-
Input?: import("react").ElementType;
|
|
2601
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2602
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2533
2603
|
} | undefined;
|
|
2534
2604
|
componentsProps?: {
|
|
2535
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
2536
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
2605
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2606
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2537
2607
|
} | undefined;
|
|
2538
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2608
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2539
2609
|
open?: boolean | undefined;
|
|
2540
2610
|
multiple?: boolean | undefined;
|
|
2541
2611
|
error?: boolean | undefined;
|
|
2542
2612
|
autoComplete?: string | undefined;
|
|
2543
2613
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
2544
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
2614
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2545
2615
|
multiline?: boolean | undefined;
|
|
2546
2616
|
placeholder?: string | undefined;
|
|
2547
2617
|
renderSuffix?: ((state: {
|
|
2548
|
-
disabled?: boolean;
|
|
2549
|
-
error?: boolean;
|
|
2550
|
-
filled?: boolean;
|
|
2551
|
-
focused?: boolean;
|
|
2552
|
-
margin?: "
|
|
2553
|
-
required?: boolean;
|
|
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;
|
|
2554
2624
|
startAdornment?: import("react").ReactNode;
|
|
2555
2625
|
}) => import("react").ReactNode) | undefined;
|
|
2556
|
-
rows?:
|
|
2557
|
-
maxRows?:
|
|
2558
|
-
minRows?:
|
|
2626
|
+
rows?: string | number | undefined;
|
|
2627
|
+
maxRows?: string | number | undefined;
|
|
2628
|
+
minRows?: string | number | undefined;
|
|
2559
2629
|
startAdornment?: import("react").ReactNode;
|
|
2560
2630
|
disableUnderline?: boolean | undefined;
|
|
2561
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
2562
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2631
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2632
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2563
2633
|
autoWidth?: boolean | undefined;
|
|
2564
2634
|
defaultOpen?: boolean | undefined;
|
|
2565
2635
|
displayEmpty?: boolean | undefined;
|
|
@@ -2584,18 +2654,18 @@ export declare const SelectStyle: {
|
|
|
2584
2654
|
};
|
|
2585
2655
|
};
|
|
2586
2656
|
render: (args: {
|
|
2587
|
-
align?:
|
|
2657
|
+
align?: "left" | "right" | undefined;
|
|
2588
2658
|
elevation?: number | undefined;
|
|
2589
2659
|
label?: string | undefined;
|
|
2590
|
-
size?:
|
|
2660
|
+
size?: "large" | "medium" | undefined;
|
|
2591
2661
|
width?: number | undefined;
|
|
2592
|
-
variant?:
|
|
2662
|
+
variant?: "select" | "dropdown" | undefined;
|
|
2593
2663
|
children?: import("react").ReactNode;
|
|
2594
2664
|
classes?: Partial<import("@mui/material").SelectClasses> | undefined;
|
|
2595
|
-
ref?: ((instance: unknown) => void
|
|
2665
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
2596
2666
|
className?: string | undefined;
|
|
2597
2667
|
style?: import("react").CSSProperties | undefined;
|
|
2598
|
-
color?: import("@mui/types").OverridableStringUnion<"
|
|
2668
|
+
color?: import("@mui/types").OverridableStringUnion<"error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").InputBasePropsColorOverrides> | undefined;
|
|
2599
2669
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
2600
2670
|
input?: import("react").ReactElement<any, any> | undefined;
|
|
2601
2671
|
slot?: string | undefined;
|
|
@@ -2609,27 +2679,27 @@ export declare const SelectStyle: {
|
|
|
2609
2679
|
tabIndex?: number | undefined;
|
|
2610
2680
|
"aria-activedescendant"?: string | undefined;
|
|
2611
2681
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2612
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2682
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2613
2683
|
"aria-braillelabel"?: string | undefined;
|
|
2614
2684
|
"aria-brailleroledescription"?: string | undefined;
|
|
2615
2685
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2616
|
-
"aria-checked"?: boolean | "
|
|
2686
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2617
2687
|
"aria-colcount"?: number | undefined;
|
|
2618
2688
|
"aria-colindex"?: number | undefined;
|
|
2619
2689
|
"aria-colindextext"?: string | undefined;
|
|
2620
2690
|
"aria-colspan"?: number | undefined;
|
|
2621
2691
|
"aria-controls"?: string | undefined;
|
|
2622
|
-
"aria-current"?: boolean | "
|
|
2692
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2623
2693
|
'aria-describedby'?: string | undefined;
|
|
2624
2694
|
"aria-description"?: string | undefined;
|
|
2625
2695
|
"aria-details"?: string | undefined;
|
|
2626
2696
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2627
|
-
"aria-dropeffect"?: "
|
|
2697
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2628
2698
|
"aria-errormessage"?: string | undefined;
|
|
2629
2699
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2630
2700
|
"aria-flowto"?: string | undefined;
|
|
2631
2701
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2632
|
-
"aria-haspopup"?: boolean | "
|
|
2702
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2633
2703
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2634
2704
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2635
2705
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2644,9 +2714,9 @@ export declare const SelectStyle: {
|
|
|
2644
2714
|
"aria-owns"?: string | undefined;
|
|
2645
2715
|
"aria-placeholder"?: string | undefined;
|
|
2646
2716
|
"aria-posinset"?: number | undefined;
|
|
2647
|
-
"aria-pressed"?: boolean | "
|
|
2717
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2648
2718
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2649
|
-
"aria-relevant"?: "
|
|
2719
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2650
2720
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2651
2721
|
"aria-roledescription"?: string | undefined;
|
|
2652
2722
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2695,11 +2765,11 @@ export declare const SelectStyle: {
|
|
|
2695
2765
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2696
2766
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2697
2767
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2698
|
-
onKeyDown?: import("react").KeyboardEventHandler<
|
|
2768
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2699
2769
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2700
2770
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2701
2771
|
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2702
|
-
onKeyUp?: import("react").KeyboardEventHandler<
|
|
2772
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLInputElement | HTMLTextAreaElement> | undefined;
|
|
2703
2773
|
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2704
2774
|
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2705
2775
|
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2826,25 +2896,25 @@ export declare const SelectStyle: {
|
|
|
2826
2896
|
disabled?: boolean | undefined;
|
|
2827
2897
|
content?: string | undefined;
|
|
2828
2898
|
translate?: "yes" | "no" | undefined;
|
|
2829
|
-
margin?:
|
|
2899
|
+
margin?: "none" | "dense" | undefined;
|
|
2830
2900
|
slots?: {
|
|
2831
|
-
root?: import("react").ElementType;
|
|
2832
|
-
input?: import("react").ElementType;
|
|
2901
|
+
root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2902
|
+
input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2833
2903
|
} | undefined;
|
|
2834
2904
|
slotProps?: {
|
|
2835
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2836
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2837
|
-
};
|
|
2838
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides & {
|
|
2839
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme
|
|
2840
|
-
};
|
|
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;
|
|
2841
2911
|
} | undefined;
|
|
2842
2912
|
defaultChecked?: boolean | undefined;
|
|
2843
2913
|
defaultValue?: unknown;
|
|
2844
2914
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2845
2915
|
accessKey?: string | undefined;
|
|
2846
2916
|
autoFocus?: boolean | undefined;
|
|
2847
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2917
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2848
2918
|
contextMenu?: string | undefined;
|
|
2849
2919
|
dir?: string | undefined;
|
|
2850
2920
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2872,49 +2942,49 @@ export declare const SelectStyle: {
|
|
|
2872
2942
|
itemRef?: string | undefined;
|
|
2873
2943
|
results?: number | undefined;
|
|
2874
2944
|
security?: string | undefined;
|
|
2875
|
-
unselectable?: "
|
|
2876
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2945
|
+
unselectable?: "off" | "on" | undefined;
|
|
2946
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2877
2947
|
is?: string | undefined;
|
|
2878
2948
|
fullWidth?: boolean | undefined;
|
|
2879
2949
|
endAdornment?: import("react").ReactNode;
|
|
2880
2950
|
value?: unknown;
|
|
2881
|
-
inputProps?: import("@mui/material").
|
|
2951
|
+
inputProps?: import("@mui/material").InputBaseComponentProps | undefined;
|
|
2882
2952
|
inputRef?: import("react").Ref<any> | undefined;
|
|
2883
2953
|
readOnly?: boolean | undefined;
|
|
2884
2954
|
required?: boolean | undefined;
|
|
2885
2955
|
components?: {
|
|
2886
|
-
Root?: import("react").ElementType;
|
|
2887
|
-
Input?: import("react").ElementType;
|
|
2956
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2957
|
+
Input?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2888
2958
|
} | undefined;
|
|
2889
2959
|
componentsProps?: {
|
|
2890
|
-
root?: import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
2891
|
-
input?: import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides;
|
|
2960
|
+
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2961
|
+
input?: (import("react").InputHTMLAttributes<HTMLInputElement> & import("@mui/material").InputBaseComponentsPropsOverrides) | undefined;
|
|
2892
2962
|
} | undefined;
|
|
2893
|
-
onClose?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2963
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2894
2964
|
open?: boolean | undefined;
|
|
2895
2965
|
multiple?: boolean | undefined;
|
|
2896
2966
|
error?: boolean | undefined;
|
|
2897
2967
|
autoComplete?: string | undefined;
|
|
2898
2968
|
disableInjectingGlobalStyles?: boolean | undefined;
|
|
2899
|
-
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps> | undefined;
|
|
2969
|
+
inputComponent?: import("react").ElementType<import("@mui/material").InputBaseComponentProps, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2900
2970
|
multiline?: boolean | undefined;
|
|
2901
2971
|
placeholder?: string | undefined;
|
|
2902
2972
|
renderSuffix?: ((state: {
|
|
2903
|
-
disabled?: boolean;
|
|
2904
|
-
error?: boolean;
|
|
2905
|
-
filled?: boolean;
|
|
2906
|
-
focused?: boolean;
|
|
2907
|
-
margin?: "
|
|
2908
|
-
required?: boolean;
|
|
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;
|
|
2909
2979
|
startAdornment?: import("react").ReactNode;
|
|
2910
2980
|
}) => import("react").ReactNode) | undefined;
|
|
2911
|
-
rows?:
|
|
2912
|
-
maxRows?:
|
|
2913
|
-
minRows?:
|
|
2981
|
+
rows?: string | number | undefined;
|
|
2982
|
+
maxRows?: string | number | undefined;
|
|
2983
|
+
minRows?: string | number | undefined;
|
|
2914
2984
|
startAdornment?: import("react").ReactNode;
|
|
2915
2985
|
disableUnderline?: boolean | undefined;
|
|
2916
|
-
IconComponent?: import("react").ElementType | undefined;
|
|
2917
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2986
|
+
IconComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
2987
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2918
2988
|
autoWidth?: boolean | undefined;
|
|
2919
2989
|
defaultOpen?: boolean | undefined;
|
|
2920
2990
|
displayEmpty?: boolean | undefined;
|