@galaxy-ds/core 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.stories.d.ts +361 -204
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
- package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +105 -85
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +480 -329
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +233 -194
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
- package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +67 -57
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +473 -423
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +49 -29
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
- package/dist/Chip/Chip.stories.d.ts +439 -112
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
- package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +232 -137
- package/dist/Divider/Divider.stories.d.ts +81 -53
- package/dist/Drawer/Drawer.stories.d.ts +141 -87
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
- package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +4 -3
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
- package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1001 -22
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +628 -618
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +98 -52
- package/dist/Icons/doctype-icons.stories.d.ts +827 -824
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +795 -840
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29270 -36
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29256 -19
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -1
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* ```js
|
|
@@ -11,14 +14,126 @@ declare const meta: {
|
|
|
11
14
|
badges: BADGE[];
|
|
12
15
|
layout: string;
|
|
13
16
|
};
|
|
14
|
-
|
|
17
|
+
argTypes: {
|
|
18
|
+
onKeyDown: {
|
|
19
|
+
control: {
|
|
20
|
+
type: undefined;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
onInputChange: {
|
|
24
|
+
control: {
|
|
25
|
+
type: undefined;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
onOpen: {
|
|
29
|
+
control: {
|
|
30
|
+
type: undefined;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
onHighlightChange: {
|
|
34
|
+
control: {
|
|
35
|
+
type: undefined;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
onClose: {
|
|
39
|
+
control: {
|
|
40
|
+
type: undefined;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
onChange: {
|
|
44
|
+
control: {
|
|
45
|
+
type: undefined;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
actionClick: {
|
|
49
|
+
control: {
|
|
50
|
+
type: undefined;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
renderInput: {
|
|
54
|
+
control: {
|
|
55
|
+
type: undefined;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
isOptionEqualToValue: {
|
|
59
|
+
control: {
|
|
60
|
+
type: undefined;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
groupBy: {
|
|
64
|
+
control: {
|
|
65
|
+
type: undefined;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
getLimitTagsText: {
|
|
69
|
+
control: {
|
|
70
|
+
type: undefined;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
clearIcon: {
|
|
74
|
+
control: {
|
|
75
|
+
type: undefined;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
renderGroup: {
|
|
79
|
+
control: {
|
|
80
|
+
type: undefined;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
renderOption: {
|
|
84
|
+
control: {
|
|
85
|
+
type: undefined;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
renderTags: {
|
|
89
|
+
control: {
|
|
90
|
+
type: undefined;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
unstable_isActiveElementInListbox: {
|
|
94
|
+
control: {
|
|
95
|
+
type: undefined;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
popupIcon: {
|
|
99
|
+
control: {
|
|
100
|
+
type: undefined;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
PopperComponent: {
|
|
104
|
+
control: {
|
|
105
|
+
type: undefined;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
filterOptions: {
|
|
109
|
+
control: {
|
|
110
|
+
type: undefined;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
getOptionDisabled: {
|
|
114
|
+
control: {
|
|
115
|
+
type: undefined;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
getOptionKey: {
|
|
119
|
+
control: {
|
|
120
|
+
type: undefined;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
getOptionLabel: {
|
|
124
|
+
control: {
|
|
125
|
+
type: undefined;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
15
130
|
actionLabel?: string | undefined;
|
|
16
131
|
bottomButtonHeight?: number | undefined;
|
|
17
|
-
actionClick?: ((e:
|
|
132
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
18
133
|
label?: string | undefined;
|
|
19
134
|
placeholder?: string | undefined;
|
|
20
|
-
platform?:
|
|
21
|
-
renderInput?: import("@mui/material").
|
|
135
|
+
platform?: "desktop" | "web" | undefined;
|
|
136
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
22
137
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
23
138
|
ref?: import("react").Ref<unknown> | undefined;
|
|
24
139
|
className?: string | undefined;
|
|
@@ -34,27 +149,27 @@ declare const meta: {
|
|
|
34
149
|
tabIndex?: number | undefined;
|
|
35
150
|
"aria-activedescendant"?: string | undefined;
|
|
36
151
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
37
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
152
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
38
153
|
"aria-braillelabel"?: string | undefined;
|
|
39
154
|
"aria-brailleroledescription"?: string | undefined;
|
|
40
155
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
41
|
-
"aria-checked"?: boolean | "
|
|
156
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
42
157
|
"aria-colcount"?: number | undefined;
|
|
43
158
|
"aria-colindex"?: number | undefined;
|
|
44
159
|
"aria-colindextext"?: string | undefined;
|
|
45
160
|
"aria-colspan"?: number | undefined;
|
|
46
161
|
"aria-controls"?: string | undefined;
|
|
47
|
-
"aria-current"?: boolean | "
|
|
162
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
48
163
|
"aria-describedby"?: string | undefined;
|
|
49
164
|
"aria-description"?: string | undefined;
|
|
50
165
|
"aria-details"?: string | undefined;
|
|
51
166
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
52
|
-
"aria-dropeffect"?: "
|
|
167
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
53
168
|
"aria-errormessage"?: string | undefined;
|
|
54
169
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
55
170
|
"aria-flowto"?: string | undefined;
|
|
56
171
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
57
|
-
"aria-haspopup"?: boolean | "
|
|
172
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
58
173
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
59
174
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
60
175
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -69,9 +184,9 @@ declare const meta: {
|
|
|
69
184
|
"aria-owns"?: string | undefined;
|
|
70
185
|
"aria-placeholder"?: string | undefined;
|
|
71
186
|
"aria-posinset"?: number | undefined;
|
|
72
|
-
"aria-pressed"?: boolean | "
|
|
187
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
73
188
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
74
|
-
"aria-relevant"?: "
|
|
189
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
75
190
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
76
191
|
"aria-roledescription"?: string | undefined;
|
|
77
192
|
"aria-rowcount"?: number | undefined;
|
|
@@ -104,7 +219,7 @@ declare const meta: {
|
|
|
104
219
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
105
220
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
106
221
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
107
|
-
onChange?: ((event:
|
|
222
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
108
223
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
109
224
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
110
225
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -120,8 +235,8 @@ declare const meta: {
|
|
|
120
235
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
121
236
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
122
237
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
123
|
-
onKeyDown?: ((event:
|
|
124
|
-
defaultMuiPrevented?: boolean;
|
|
238
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
239
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
125
240
|
}) => void) | undefined;
|
|
126
241
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
127
242
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -254,17 +369,17 @@ declare const meta: {
|
|
|
254
369
|
content?: string | undefined;
|
|
255
370
|
translate?: "yes" | "no" | undefined;
|
|
256
371
|
slotProps?: {
|
|
257
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
258
|
-
paper?: import("@mui/material").PaperProps;
|
|
259
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
260
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
372
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
373
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
374
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
375
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
261
376
|
} | undefined;
|
|
262
377
|
defaultChecked?: boolean | undefined;
|
|
263
378
|
defaultValue?: any;
|
|
264
379
|
suppressContentEditableWarning?: boolean | undefined;
|
|
265
380
|
accessKey?: string | undefined;
|
|
266
381
|
autoFocus?: boolean | undefined;
|
|
267
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
382
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
268
383
|
contextMenu?: string | undefined;
|
|
269
384
|
dir?: string | undefined;
|
|
270
385
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -292,21 +407,21 @@ declare const meta: {
|
|
|
292
407
|
itemRef?: string | undefined;
|
|
293
408
|
results?: number | undefined;
|
|
294
409
|
security?: string | undefined;
|
|
295
|
-
unselectable?: "
|
|
296
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
410
|
+
unselectable?: "off" | "on" | undefined;
|
|
411
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
297
412
|
is?: string | undefined;
|
|
298
413
|
fullWidth?: boolean | undefined;
|
|
299
414
|
loading?: boolean | undefined;
|
|
300
415
|
value?: any;
|
|
301
416
|
readOnly?: boolean | undefined;
|
|
302
417
|
componentsProps?: {
|
|
303
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
304
|
-
paper?: import("@mui/material").PaperProps;
|
|
305
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
306
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
418
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
419
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
420
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
421
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
307
422
|
} | undefined;
|
|
308
423
|
disablePortal?: boolean | undefined;
|
|
309
|
-
onClose?: ((event:
|
|
424
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
310
425
|
open?: boolean | undefined;
|
|
311
426
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
312
427
|
multiple?: boolean | undefined;
|
|
@@ -314,35 +429,35 @@ declare const meta: {
|
|
|
314
429
|
options: readonly any[];
|
|
315
430
|
disabledItemsFocusable?: boolean | undefined;
|
|
316
431
|
disableListWrap?: boolean | undefined;
|
|
317
|
-
onOpen?: ((event:
|
|
318
|
-
PopperComponent?:
|
|
432
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
433
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
319
434
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
320
|
-
clearIcon?:
|
|
435
|
+
clearIcon?: import("react").ReactNode;
|
|
321
436
|
clearText?: string | undefined;
|
|
322
437
|
closeText?: string | undefined;
|
|
323
|
-
forcePopupIcon?:
|
|
324
|
-
getLimitTagsText?: ((more: number) =>
|
|
325
|
-
ListboxComponent?:
|
|
326
|
-
ListboxProps?: (
|
|
327
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
328
|
-
ref?:
|
|
438
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
439
|
+
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
440
|
+
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
441
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
442
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
443
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
329
444
|
}) | undefined;
|
|
330
|
-
loadingText?:
|
|
445
|
+
loadingText?: import("react").ReactNode;
|
|
331
446
|
limitTags?: number | undefined;
|
|
332
|
-
noOptionsText?:
|
|
447
|
+
noOptionsText?: import("react").ReactNode;
|
|
333
448
|
openText?: string | undefined;
|
|
334
|
-
PaperComponent?:
|
|
335
|
-
popupIcon?:
|
|
336
|
-
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) =>
|
|
337
|
-
renderOption?: ((props:
|
|
449
|
+
PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
450
|
+
popupIcon?: import("react").ReactNode;
|
|
451
|
+
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
|
|
452
|
+
renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
|
|
338
453
|
key: any;
|
|
339
|
-
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
340
|
-
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
454
|
+
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
455
|
+
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
341
456
|
unstable_classNamePrefix?: string | undefined;
|
|
342
|
-
unstable_isActiveElementInListbox?: ((listbox:
|
|
457
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
343
458
|
autoHighlight?: boolean | undefined;
|
|
344
459
|
autoSelect?: boolean | undefined;
|
|
345
|
-
blurOnSelect?:
|
|
460
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
346
461
|
clearOnBlur?: boolean | undefined;
|
|
347
462
|
clearOnEscape?: boolean | undefined;
|
|
348
463
|
componentName?: string | undefined;
|
|
@@ -359,8 +474,8 @@ declare const meta: {
|
|
|
359
474
|
includeInputInList?: boolean | undefined;
|
|
360
475
|
inputValue?: string | undefined;
|
|
361
476
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
362
|
-
onHighlightChange?: ((event:
|
|
363
|
-
onInputChange?: ((event:
|
|
477
|
+
onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
478
|
+
onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
364
479
|
openOnFocus?: boolean | undefined;
|
|
365
480
|
selectOnFocus?: boolean | undefined;
|
|
366
481
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
@@ -369,11 +484,45 @@ export default meta;
|
|
|
369
484
|
export declare const Default: {
|
|
370
485
|
args: {
|
|
371
486
|
options: string[];
|
|
487
|
+
platform: "desktop";
|
|
488
|
+
size: "medium";
|
|
489
|
+
open: false;
|
|
490
|
+
disabled: false;
|
|
491
|
+
fullWidth: false;
|
|
492
|
+
readOnly: false;
|
|
493
|
+
disablePortal: false;
|
|
494
|
+
loading: false;
|
|
495
|
+
multiple: false;
|
|
496
|
+
autoHighlight: false;
|
|
497
|
+
autoSelect: false;
|
|
498
|
+
blurOnSelect: false;
|
|
499
|
+
clearOnBlur: false;
|
|
500
|
+
clearOnEscape: false;
|
|
501
|
+
disableClearable: false;
|
|
502
|
+
disableCloseOnSelect: false;
|
|
503
|
+
disableListWrap: false;
|
|
504
|
+
disabledItemsFocusable: false;
|
|
505
|
+
filterSelectedOptions: false;
|
|
506
|
+
freeSolo: false;
|
|
507
|
+
handleHomeEndKeys: false;
|
|
508
|
+
includeInputInList: false;
|
|
509
|
+
openOnFocus: false;
|
|
510
|
+
selectOnFocus: false;
|
|
511
|
+
componentName: string;
|
|
512
|
+
actionLabel: string;
|
|
513
|
+
label: string;
|
|
514
|
+
inputValue: string;
|
|
515
|
+
unstable_classNamePrefix: string;
|
|
516
|
+
closeText: string;
|
|
517
|
+
clearText: string;
|
|
518
|
+
openText: string;
|
|
519
|
+
limitTags: number;
|
|
520
|
+
bottomButtonHeight: number;
|
|
372
521
|
autoComplete: true;
|
|
373
522
|
noOptionsText: string;
|
|
374
523
|
placeholder: string;
|
|
375
524
|
onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
376
|
-
defaultMuiPrevented?: boolean;
|
|
525
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
377
526
|
}], void>;
|
|
378
527
|
onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
|
|
379
528
|
onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
@@ -381,14 +530,14 @@ export declare const Default: {
|
|
|
381
530
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
|
|
382
531
|
onChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined], void>;
|
|
383
532
|
};
|
|
384
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
533
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
385
534
|
actionLabel?: string | undefined;
|
|
386
535
|
bottomButtonHeight?: number | undefined;
|
|
387
|
-
actionClick?: ((e:
|
|
536
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
388
537
|
label?: string | undefined;
|
|
389
538
|
placeholder?: string | undefined;
|
|
390
|
-
platform?:
|
|
391
|
-
renderInput?: import("@mui/material").
|
|
539
|
+
platform?: "desktop" | "web" | undefined;
|
|
540
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
392
541
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
393
542
|
ref?: import("react").Ref<unknown> | undefined;
|
|
394
543
|
className?: string | undefined;
|
|
@@ -404,27 +553,27 @@ export declare const Default: {
|
|
|
404
553
|
tabIndex?: number | undefined;
|
|
405
554
|
"aria-activedescendant"?: string | undefined;
|
|
406
555
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
407
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
556
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
408
557
|
"aria-braillelabel"?: string | undefined;
|
|
409
558
|
"aria-brailleroledescription"?: string | undefined;
|
|
410
559
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
411
|
-
"aria-checked"?: boolean | "
|
|
560
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
412
561
|
"aria-colcount"?: number | undefined;
|
|
413
562
|
"aria-colindex"?: number | undefined;
|
|
414
563
|
"aria-colindextext"?: string | undefined;
|
|
415
564
|
"aria-colspan"?: number | undefined;
|
|
416
565
|
"aria-controls"?: string | undefined;
|
|
417
|
-
"aria-current"?: boolean | "
|
|
566
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
418
567
|
"aria-describedby"?: string | undefined;
|
|
419
568
|
"aria-description"?: string | undefined;
|
|
420
569
|
"aria-details"?: string | undefined;
|
|
421
570
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
422
|
-
"aria-dropeffect"?: "
|
|
571
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
423
572
|
"aria-errormessage"?: string | undefined;
|
|
424
573
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
425
574
|
"aria-flowto"?: string | undefined;
|
|
426
575
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
427
|
-
"aria-haspopup"?: boolean | "
|
|
576
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
428
577
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
429
578
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
430
579
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -439,9 +588,9 @@ export declare const Default: {
|
|
|
439
588
|
"aria-owns"?: string | undefined;
|
|
440
589
|
"aria-placeholder"?: string | undefined;
|
|
441
590
|
"aria-posinset"?: number | undefined;
|
|
442
|
-
"aria-pressed"?: boolean | "
|
|
591
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
443
592
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
444
|
-
"aria-relevant"?: "
|
|
593
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
445
594
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
446
595
|
"aria-roledescription"?: string | undefined;
|
|
447
596
|
"aria-rowcount"?: number | undefined;
|
|
@@ -474,7 +623,7 @@ export declare const Default: {
|
|
|
474
623
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
475
624
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
476
625
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
477
|
-
onChange?: ((event:
|
|
626
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
478
627
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
479
628
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
480
629
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -490,8 +639,8 @@ export declare const Default: {
|
|
|
490
639
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
491
640
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
492
641
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
493
|
-
onKeyDown?: ((event:
|
|
494
|
-
defaultMuiPrevented?: boolean;
|
|
642
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
643
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
495
644
|
}) => void) | undefined;
|
|
496
645
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
497
646
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -624,17 +773,17 @@ export declare const Default: {
|
|
|
624
773
|
content?: string | undefined;
|
|
625
774
|
translate?: "yes" | "no" | undefined;
|
|
626
775
|
slotProps?: {
|
|
627
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
628
|
-
paper?: import("@mui/material").PaperProps;
|
|
629
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
630
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
776
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
777
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
778
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
779
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
631
780
|
} | undefined;
|
|
632
781
|
defaultChecked?: boolean | undefined;
|
|
633
782
|
defaultValue?: any;
|
|
634
783
|
suppressContentEditableWarning?: boolean | undefined;
|
|
635
784
|
accessKey?: string | undefined;
|
|
636
785
|
autoFocus?: boolean | undefined;
|
|
637
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
786
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
638
787
|
contextMenu?: string | undefined;
|
|
639
788
|
dir?: string | undefined;
|
|
640
789
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -662,21 +811,21 @@ export declare const Default: {
|
|
|
662
811
|
itemRef?: string | undefined;
|
|
663
812
|
results?: number | undefined;
|
|
664
813
|
security?: string | undefined;
|
|
665
|
-
unselectable?: "
|
|
666
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
814
|
+
unselectable?: "off" | "on" | undefined;
|
|
815
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
667
816
|
is?: string | undefined;
|
|
668
817
|
fullWidth?: boolean | undefined;
|
|
669
818
|
loading?: boolean | undefined;
|
|
670
819
|
value?: any;
|
|
671
820
|
readOnly?: boolean | undefined;
|
|
672
821
|
componentsProps?: {
|
|
673
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
674
|
-
paper?: import("@mui/material").PaperProps;
|
|
675
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
676
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
822
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
823
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
824
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
825
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
677
826
|
} | undefined;
|
|
678
827
|
disablePortal?: boolean | undefined;
|
|
679
|
-
onClose?: ((event:
|
|
828
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
680
829
|
open?: boolean | undefined;
|
|
681
830
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
682
831
|
multiple?: boolean | undefined;
|
|
@@ -684,35 +833,35 @@ export declare const Default: {
|
|
|
684
833
|
options: readonly any[];
|
|
685
834
|
disabledItemsFocusable?: boolean | undefined;
|
|
686
835
|
disableListWrap?: boolean | undefined;
|
|
687
|
-
onOpen?: ((event:
|
|
688
|
-
PopperComponent?:
|
|
836
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
837
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
689
838
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
690
|
-
clearIcon?:
|
|
839
|
+
clearIcon?: import("react").ReactNode;
|
|
691
840
|
clearText?: string | undefined;
|
|
692
841
|
closeText?: string | undefined;
|
|
693
|
-
forcePopupIcon?:
|
|
694
|
-
getLimitTagsText?: ((more: number) =>
|
|
695
|
-
ListboxComponent?:
|
|
696
|
-
ListboxProps?: (
|
|
697
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
698
|
-
ref?:
|
|
842
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
843
|
+
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
844
|
+
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
845
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
846
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
847
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
699
848
|
}) | undefined;
|
|
700
|
-
loadingText?:
|
|
849
|
+
loadingText?: import("react").ReactNode;
|
|
701
850
|
limitTags?: number | undefined;
|
|
702
|
-
noOptionsText?:
|
|
851
|
+
noOptionsText?: import("react").ReactNode;
|
|
703
852
|
openText?: string | undefined;
|
|
704
|
-
PaperComponent?:
|
|
705
|
-
popupIcon?:
|
|
706
|
-
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) =>
|
|
707
|
-
renderOption?: ((props:
|
|
853
|
+
PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
854
|
+
popupIcon?: import("react").ReactNode;
|
|
855
|
+
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
|
|
856
|
+
renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
|
|
708
857
|
key: any;
|
|
709
|
-
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
710
|
-
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
858
|
+
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
859
|
+
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
711
860
|
unstable_classNamePrefix?: string | undefined;
|
|
712
|
-
unstable_isActiveElementInListbox?: ((listbox:
|
|
861
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
713
862
|
autoHighlight?: boolean | undefined;
|
|
714
863
|
autoSelect?: boolean | undefined;
|
|
715
|
-
blurOnSelect?:
|
|
864
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
716
865
|
clearOnBlur?: boolean | undefined;
|
|
717
866
|
clearOnEscape?: boolean | undefined;
|
|
718
867
|
componentName?: string | undefined;
|
|
@@ -729,19 +878,19 @@ export declare const Default: {
|
|
|
729
878
|
includeInputInList?: boolean | undefined;
|
|
730
879
|
inputValue?: string | undefined;
|
|
731
880
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
732
|
-
onHighlightChange?: ((event:
|
|
733
|
-
onInputChange?: ((event:
|
|
881
|
+
onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
882
|
+
onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
734
883
|
openOnFocus?: boolean | undefined;
|
|
735
884
|
selectOnFocus?: boolean | undefined;
|
|
736
885
|
}>) => Promise<void>;
|
|
737
886
|
render: (args: {
|
|
738
887
|
actionLabel?: string | undefined;
|
|
739
888
|
bottomButtonHeight?: number | undefined;
|
|
740
|
-
actionClick?: ((e:
|
|
889
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
741
890
|
label?: string | undefined;
|
|
742
891
|
placeholder?: string | undefined;
|
|
743
|
-
platform?:
|
|
744
|
-
renderInput?: import("@mui/material").
|
|
892
|
+
platform?: "desktop" | "web" | undefined;
|
|
893
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
745
894
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
746
895
|
ref?: import("react").Ref<unknown> | undefined;
|
|
747
896
|
className?: string | undefined;
|
|
@@ -757,27 +906,27 @@ export declare const Default: {
|
|
|
757
906
|
tabIndex?: number | undefined;
|
|
758
907
|
"aria-activedescendant"?: string | undefined;
|
|
759
908
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
760
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
909
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
761
910
|
"aria-braillelabel"?: string | undefined;
|
|
762
911
|
"aria-brailleroledescription"?: string | undefined;
|
|
763
912
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
764
|
-
"aria-checked"?: boolean | "
|
|
913
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
765
914
|
"aria-colcount"?: number | undefined;
|
|
766
915
|
"aria-colindex"?: number | undefined;
|
|
767
916
|
"aria-colindextext"?: string | undefined;
|
|
768
917
|
"aria-colspan"?: number | undefined;
|
|
769
918
|
"aria-controls"?: string | undefined;
|
|
770
|
-
"aria-current"?: boolean | "
|
|
919
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
771
920
|
"aria-describedby"?: string | undefined;
|
|
772
921
|
"aria-description"?: string | undefined;
|
|
773
922
|
"aria-details"?: string | undefined;
|
|
774
923
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
775
|
-
"aria-dropeffect"?: "
|
|
924
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
776
925
|
"aria-errormessage"?: string | undefined;
|
|
777
926
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
778
927
|
"aria-flowto"?: string | undefined;
|
|
779
928
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
780
|
-
"aria-haspopup"?: boolean | "
|
|
929
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
781
930
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
782
931
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
783
932
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -792,9 +941,9 @@ export declare const Default: {
|
|
|
792
941
|
"aria-owns"?: string | undefined;
|
|
793
942
|
"aria-placeholder"?: string | undefined;
|
|
794
943
|
"aria-posinset"?: number | undefined;
|
|
795
|
-
"aria-pressed"?: boolean | "
|
|
944
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
796
945
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
797
|
-
"aria-relevant"?: "
|
|
946
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
798
947
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
799
948
|
"aria-roledescription"?: string | undefined;
|
|
800
949
|
"aria-rowcount"?: number | undefined;
|
|
@@ -827,7 +976,7 @@ export declare const Default: {
|
|
|
827
976
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
828
977
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
829
978
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
830
|
-
onChange?: ((event:
|
|
979
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
831
980
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
832
981
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
833
982
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -843,8 +992,8 @@ export declare const Default: {
|
|
|
843
992
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
844
993
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
845
994
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
846
|
-
onKeyDown?: ((event:
|
|
847
|
-
defaultMuiPrevented?: boolean;
|
|
995
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
996
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
848
997
|
}) => void) | undefined;
|
|
849
998
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
850
999
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -977,17 +1126,17 @@ export declare const Default: {
|
|
|
977
1126
|
content?: string | undefined;
|
|
978
1127
|
translate?: "yes" | "no" | undefined;
|
|
979
1128
|
slotProps?: {
|
|
980
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
981
|
-
paper?: import("@mui/material").PaperProps;
|
|
982
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
983
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1129
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1130
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
1131
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
1132
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
984
1133
|
} | undefined;
|
|
985
1134
|
defaultChecked?: boolean | undefined;
|
|
986
1135
|
defaultValue?: any;
|
|
987
1136
|
suppressContentEditableWarning?: boolean | undefined;
|
|
988
1137
|
accessKey?: string | undefined;
|
|
989
1138
|
autoFocus?: boolean | undefined;
|
|
990
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1139
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
991
1140
|
contextMenu?: string | undefined;
|
|
992
1141
|
dir?: string | undefined;
|
|
993
1142
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1015,21 +1164,21 @@ export declare const Default: {
|
|
|
1015
1164
|
itemRef?: string | undefined;
|
|
1016
1165
|
results?: number | undefined;
|
|
1017
1166
|
security?: string | undefined;
|
|
1018
|
-
unselectable?: "
|
|
1019
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1167
|
+
unselectable?: "off" | "on" | undefined;
|
|
1168
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1020
1169
|
is?: string | undefined;
|
|
1021
1170
|
fullWidth?: boolean | undefined;
|
|
1022
1171
|
loading?: boolean | undefined;
|
|
1023
1172
|
value?: any;
|
|
1024
1173
|
readOnly?: boolean | undefined;
|
|
1025
1174
|
componentsProps?: {
|
|
1026
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1027
|
-
paper?: import("@mui/material").PaperProps;
|
|
1028
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1029
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1175
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1176
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
1177
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
1178
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1030
1179
|
} | undefined;
|
|
1031
1180
|
disablePortal?: boolean | undefined;
|
|
1032
|
-
onClose?: ((event:
|
|
1181
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1033
1182
|
open?: boolean | undefined;
|
|
1034
1183
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
1035
1184
|
multiple?: boolean | undefined;
|
|
@@ -1037,35 +1186,35 @@ export declare const Default: {
|
|
|
1037
1186
|
options: readonly any[];
|
|
1038
1187
|
disabledItemsFocusable?: boolean | undefined;
|
|
1039
1188
|
disableListWrap?: boolean | undefined;
|
|
1040
|
-
onOpen?: ((event:
|
|
1041
|
-
PopperComponent?:
|
|
1189
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1190
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
1042
1191
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
1043
|
-
clearIcon?:
|
|
1192
|
+
clearIcon?: import("react").ReactNode;
|
|
1044
1193
|
clearText?: string | undefined;
|
|
1045
1194
|
closeText?: string | undefined;
|
|
1046
|
-
forcePopupIcon?:
|
|
1047
|
-
getLimitTagsText?: ((more: number) =>
|
|
1048
|
-
ListboxComponent?:
|
|
1049
|
-
ListboxProps?: (
|
|
1050
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1051
|
-
ref?:
|
|
1195
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
1196
|
+
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
1197
|
+
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1198
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
1199
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1200
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
1052
1201
|
}) | undefined;
|
|
1053
|
-
loadingText?:
|
|
1202
|
+
loadingText?: import("react").ReactNode;
|
|
1054
1203
|
limitTags?: number | undefined;
|
|
1055
|
-
noOptionsText?:
|
|
1204
|
+
noOptionsText?: import("react").ReactNode;
|
|
1056
1205
|
openText?: string | undefined;
|
|
1057
|
-
PaperComponent?:
|
|
1058
|
-
popupIcon?:
|
|
1059
|
-
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) =>
|
|
1060
|
-
renderOption?: ((props:
|
|
1206
|
+
PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1207
|
+
popupIcon?: import("react").ReactNode;
|
|
1208
|
+
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
|
|
1209
|
+
renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
|
|
1061
1210
|
key: any;
|
|
1062
|
-
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
1063
|
-
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
1211
|
+
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
1212
|
+
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
1064
1213
|
unstable_classNamePrefix?: string | undefined;
|
|
1065
|
-
unstable_isActiveElementInListbox?: ((listbox:
|
|
1214
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
1066
1215
|
autoHighlight?: boolean | undefined;
|
|
1067
1216
|
autoSelect?: boolean | undefined;
|
|
1068
|
-
blurOnSelect?:
|
|
1217
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
1069
1218
|
clearOnBlur?: boolean | undefined;
|
|
1070
1219
|
clearOnEscape?: boolean | undefined;
|
|
1071
1220
|
componentName?: string | undefined;
|
|
@@ -1082,8 +1231,8 @@ export declare const Default: {
|
|
|
1082
1231
|
includeInputInList?: boolean | undefined;
|
|
1083
1232
|
inputValue?: string | undefined;
|
|
1084
1233
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
1085
|
-
onHighlightChange?: ((event:
|
|
1086
|
-
onInputChange?: ((event:
|
|
1234
|
+
onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
1235
|
+
onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
1087
1236
|
openOnFocus?: boolean | undefined;
|
|
1088
1237
|
selectOnFocus?: boolean | undefined;
|
|
1089
1238
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1095,10 +1244,12 @@ export declare const Multiple: {
|
|
|
1095
1244
|
autoComplete: true;
|
|
1096
1245
|
filterSelectedOptions: true;
|
|
1097
1246
|
freeSolo: true;
|
|
1247
|
+
size: "medium";
|
|
1098
1248
|
label: string;
|
|
1249
|
+
platform: "desktop";
|
|
1099
1250
|
placeholder: string;
|
|
1100
1251
|
onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1101
|
-
defaultMuiPrevented?: boolean;
|
|
1252
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1102
1253
|
}], void>;
|
|
1103
1254
|
onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
|
|
1104
1255
|
onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
@@ -1106,14 +1257,14 @@ export declare const Multiple: {
|
|
|
1106
1257
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
|
|
1107
1258
|
onChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined], void>;
|
|
1108
1259
|
};
|
|
1109
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1260
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1110
1261
|
actionLabel?: string | undefined;
|
|
1111
1262
|
bottomButtonHeight?: number | undefined;
|
|
1112
|
-
actionClick?: ((e:
|
|
1263
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
1113
1264
|
label?: string | undefined;
|
|
1114
1265
|
placeholder?: string | undefined;
|
|
1115
|
-
platform?:
|
|
1116
|
-
renderInput?: import("@mui/material").
|
|
1266
|
+
platform?: "desktop" | "web" | undefined;
|
|
1267
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
1117
1268
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1118
1269
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1119
1270
|
className?: string | undefined;
|
|
@@ -1129,27 +1280,27 @@ export declare const Multiple: {
|
|
|
1129
1280
|
tabIndex?: number | undefined;
|
|
1130
1281
|
"aria-activedescendant"?: string | undefined;
|
|
1131
1282
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1132
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1283
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1133
1284
|
"aria-braillelabel"?: string | undefined;
|
|
1134
1285
|
"aria-brailleroledescription"?: string | undefined;
|
|
1135
1286
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1136
|
-
"aria-checked"?: boolean | "
|
|
1287
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1137
1288
|
"aria-colcount"?: number | undefined;
|
|
1138
1289
|
"aria-colindex"?: number | undefined;
|
|
1139
1290
|
"aria-colindextext"?: string | undefined;
|
|
1140
1291
|
"aria-colspan"?: number | undefined;
|
|
1141
1292
|
"aria-controls"?: string | undefined;
|
|
1142
|
-
"aria-current"?: boolean | "
|
|
1293
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1143
1294
|
"aria-describedby"?: string | undefined;
|
|
1144
1295
|
"aria-description"?: string | undefined;
|
|
1145
1296
|
"aria-details"?: string | undefined;
|
|
1146
1297
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1147
|
-
"aria-dropeffect"?: "
|
|
1298
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1148
1299
|
"aria-errormessage"?: string | undefined;
|
|
1149
1300
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1150
1301
|
"aria-flowto"?: string | undefined;
|
|
1151
1302
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1152
|
-
"aria-haspopup"?: boolean | "
|
|
1303
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1153
1304
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1154
1305
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1155
1306
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1164,9 +1315,9 @@ export declare const Multiple: {
|
|
|
1164
1315
|
"aria-owns"?: string | undefined;
|
|
1165
1316
|
"aria-placeholder"?: string | undefined;
|
|
1166
1317
|
"aria-posinset"?: number | undefined;
|
|
1167
|
-
"aria-pressed"?: boolean | "
|
|
1318
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1168
1319
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1169
|
-
"aria-relevant"?: "
|
|
1320
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1170
1321
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1171
1322
|
"aria-roledescription"?: string | undefined;
|
|
1172
1323
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1199,7 +1350,7 @@ export declare const Multiple: {
|
|
|
1199
1350
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1200
1351
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1201
1352
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1202
|
-
onChange?: ((event:
|
|
1353
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1203
1354
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1204
1355
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1205
1356
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1215,8 +1366,8 @@ export declare const Multiple: {
|
|
|
1215
1366
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1216
1367
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1217
1368
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1218
|
-
onKeyDown?: ((event:
|
|
1219
|
-
defaultMuiPrevented?: boolean;
|
|
1369
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1370
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1220
1371
|
}) => void) | undefined;
|
|
1221
1372
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1222
1373
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1349,17 +1500,17 @@ export declare const Multiple: {
|
|
|
1349
1500
|
content?: string | undefined;
|
|
1350
1501
|
translate?: "yes" | "no" | undefined;
|
|
1351
1502
|
slotProps?: {
|
|
1352
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1353
|
-
paper?: import("@mui/material").PaperProps;
|
|
1354
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1355
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1503
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1504
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
1505
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
1506
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1356
1507
|
} | undefined;
|
|
1357
1508
|
defaultChecked?: boolean | undefined;
|
|
1358
1509
|
defaultValue?: any;
|
|
1359
1510
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1360
1511
|
accessKey?: string | undefined;
|
|
1361
1512
|
autoFocus?: boolean | undefined;
|
|
1362
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1513
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1363
1514
|
contextMenu?: string | undefined;
|
|
1364
1515
|
dir?: string | undefined;
|
|
1365
1516
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1387,21 +1538,21 @@ export declare const Multiple: {
|
|
|
1387
1538
|
itemRef?: string | undefined;
|
|
1388
1539
|
results?: number | undefined;
|
|
1389
1540
|
security?: string | undefined;
|
|
1390
|
-
unselectable?: "
|
|
1391
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1541
|
+
unselectable?: "off" | "on" | undefined;
|
|
1542
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1392
1543
|
is?: string | undefined;
|
|
1393
1544
|
fullWidth?: boolean | undefined;
|
|
1394
1545
|
loading?: boolean | undefined;
|
|
1395
1546
|
value?: any;
|
|
1396
1547
|
readOnly?: boolean | undefined;
|
|
1397
1548
|
componentsProps?: {
|
|
1398
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1399
|
-
paper?: import("@mui/material").PaperProps;
|
|
1400
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1401
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1549
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1550
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
1551
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
1552
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1402
1553
|
} | undefined;
|
|
1403
1554
|
disablePortal?: boolean | undefined;
|
|
1404
|
-
onClose?: ((event:
|
|
1555
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1405
1556
|
open?: boolean | undefined;
|
|
1406
1557
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
1407
1558
|
multiple?: boolean | undefined;
|
|
@@ -1409,35 +1560,35 @@ export declare const Multiple: {
|
|
|
1409
1560
|
options: readonly any[];
|
|
1410
1561
|
disabledItemsFocusable?: boolean | undefined;
|
|
1411
1562
|
disableListWrap?: boolean | undefined;
|
|
1412
|
-
onOpen?: ((event:
|
|
1413
|
-
PopperComponent?:
|
|
1563
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1564
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
1414
1565
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
1415
|
-
clearIcon?:
|
|
1566
|
+
clearIcon?: import("react").ReactNode;
|
|
1416
1567
|
clearText?: string | undefined;
|
|
1417
1568
|
closeText?: string | undefined;
|
|
1418
|
-
forcePopupIcon?:
|
|
1419
|
-
getLimitTagsText?: ((more: number) =>
|
|
1420
|
-
ListboxComponent?:
|
|
1421
|
-
ListboxProps?: (
|
|
1422
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1423
|
-
ref?:
|
|
1569
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
1570
|
+
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
1571
|
+
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1572
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
1573
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1574
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
1424
1575
|
}) | undefined;
|
|
1425
|
-
loadingText?:
|
|
1576
|
+
loadingText?: import("react").ReactNode;
|
|
1426
1577
|
limitTags?: number | undefined;
|
|
1427
|
-
noOptionsText?:
|
|
1578
|
+
noOptionsText?: import("react").ReactNode;
|
|
1428
1579
|
openText?: string | undefined;
|
|
1429
|
-
PaperComponent?:
|
|
1430
|
-
popupIcon?:
|
|
1431
|
-
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) =>
|
|
1432
|
-
renderOption?: ((props:
|
|
1580
|
+
PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1581
|
+
popupIcon?: import("react").ReactNode;
|
|
1582
|
+
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
|
|
1583
|
+
renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
|
|
1433
1584
|
key: any;
|
|
1434
|
-
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
1435
|
-
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
1585
|
+
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
1586
|
+
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
1436
1587
|
unstable_classNamePrefix?: string | undefined;
|
|
1437
|
-
unstable_isActiveElementInListbox?: ((listbox:
|
|
1588
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
1438
1589
|
autoHighlight?: boolean | undefined;
|
|
1439
1590
|
autoSelect?: boolean | undefined;
|
|
1440
|
-
blurOnSelect?:
|
|
1591
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
1441
1592
|
clearOnBlur?: boolean | undefined;
|
|
1442
1593
|
clearOnEscape?: boolean | undefined;
|
|
1443
1594
|
componentName?: string | undefined;
|
|
@@ -1454,8 +1605,8 @@ export declare const Multiple: {
|
|
|
1454
1605
|
includeInputInList?: boolean | undefined;
|
|
1455
1606
|
inputValue?: string | undefined;
|
|
1456
1607
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
1457
|
-
onHighlightChange?: ((event:
|
|
1458
|
-
onInputChange?: ((event:
|
|
1608
|
+
onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
1609
|
+
onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
1459
1610
|
openOnFocus?: boolean | undefined;
|
|
1460
1611
|
selectOnFocus?: boolean | undefined;
|
|
1461
1612
|
}>) => Promise<void>;
|
|
@@ -1469,11 +1620,11 @@ export declare const Multiple: {
|
|
|
1469
1620
|
render: (args: {
|
|
1470
1621
|
actionLabel?: string | undefined;
|
|
1471
1622
|
bottomButtonHeight?: number | undefined;
|
|
1472
|
-
actionClick?: ((e:
|
|
1623
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
1473
1624
|
label?: string | undefined;
|
|
1474
1625
|
placeholder?: string | undefined;
|
|
1475
|
-
platform?:
|
|
1476
|
-
renderInput?: import("@mui/material").
|
|
1626
|
+
platform?: "desktop" | "web" | undefined;
|
|
1627
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
1477
1628
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1478
1629
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1479
1630
|
className?: string | undefined;
|
|
@@ -1489,27 +1640,27 @@ export declare const Multiple: {
|
|
|
1489
1640
|
tabIndex?: number | undefined;
|
|
1490
1641
|
"aria-activedescendant"?: string | undefined;
|
|
1491
1642
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1492
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1643
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1493
1644
|
"aria-braillelabel"?: string | undefined;
|
|
1494
1645
|
"aria-brailleroledescription"?: string | undefined;
|
|
1495
1646
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1496
|
-
"aria-checked"?: boolean | "
|
|
1647
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1497
1648
|
"aria-colcount"?: number | undefined;
|
|
1498
1649
|
"aria-colindex"?: number | undefined;
|
|
1499
1650
|
"aria-colindextext"?: string | undefined;
|
|
1500
1651
|
"aria-colspan"?: number | undefined;
|
|
1501
1652
|
"aria-controls"?: string | undefined;
|
|
1502
|
-
"aria-current"?: boolean | "
|
|
1653
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1503
1654
|
"aria-describedby"?: string | undefined;
|
|
1504
1655
|
"aria-description"?: string | undefined;
|
|
1505
1656
|
"aria-details"?: string | undefined;
|
|
1506
1657
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1507
|
-
"aria-dropeffect"?: "
|
|
1658
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1508
1659
|
"aria-errormessage"?: string | undefined;
|
|
1509
1660
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1510
1661
|
"aria-flowto"?: string | undefined;
|
|
1511
1662
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1512
|
-
"aria-haspopup"?: boolean | "
|
|
1663
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1513
1664
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1514
1665
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1515
1666
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1524,9 +1675,9 @@ export declare const Multiple: {
|
|
|
1524
1675
|
"aria-owns"?: string | undefined;
|
|
1525
1676
|
"aria-placeholder"?: string | undefined;
|
|
1526
1677
|
"aria-posinset"?: number | undefined;
|
|
1527
|
-
"aria-pressed"?: boolean | "
|
|
1678
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1528
1679
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1529
|
-
"aria-relevant"?: "
|
|
1680
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1530
1681
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1531
1682
|
"aria-roledescription"?: string | undefined;
|
|
1532
1683
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1559,7 +1710,7 @@ export declare const Multiple: {
|
|
|
1559
1710
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1560
1711
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1561
1712
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1562
|
-
onChange?: ((event:
|
|
1713
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1563
1714
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1564
1715
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1565
1716
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1575,8 +1726,8 @@ export declare const Multiple: {
|
|
|
1575
1726
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1576
1727
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1577
1728
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1578
|
-
onKeyDown?: ((event:
|
|
1579
|
-
defaultMuiPrevented?: boolean;
|
|
1729
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1730
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1580
1731
|
}) => void) | undefined;
|
|
1581
1732
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1582
1733
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1709,17 +1860,17 @@ export declare const Multiple: {
|
|
|
1709
1860
|
content?: string | undefined;
|
|
1710
1861
|
translate?: "yes" | "no" | undefined;
|
|
1711
1862
|
slotProps?: {
|
|
1712
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1713
|
-
paper?: import("@mui/material").PaperProps;
|
|
1714
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1715
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1863
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1864
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
1865
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
1866
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1716
1867
|
} | undefined;
|
|
1717
1868
|
defaultChecked?: boolean | undefined;
|
|
1718
1869
|
defaultValue?: any;
|
|
1719
1870
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1720
1871
|
accessKey?: string | undefined;
|
|
1721
1872
|
autoFocus?: boolean | undefined;
|
|
1722
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1873
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1723
1874
|
contextMenu?: string | undefined;
|
|
1724
1875
|
dir?: string | undefined;
|
|
1725
1876
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1747,21 +1898,21 @@ export declare const Multiple: {
|
|
|
1747
1898
|
itemRef?: string | undefined;
|
|
1748
1899
|
results?: number | undefined;
|
|
1749
1900
|
security?: string | undefined;
|
|
1750
|
-
unselectable?: "
|
|
1751
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1901
|
+
unselectable?: "off" | "on" | undefined;
|
|
1902
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1752
1903
|
is?: string | undefined;
|
|
1753
1904
|
fullWidth?: boolean | undefined;
|
|
1754
1905
|
loading?: boolean | undefined;
|
|
1755
1906
|
value?: any;
|
|
1756
1907
|
readOnly?: boolean | undefined;
|
|
1757
1908
|
componentsProps?: {
|
|
1758
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1759
|
-
paper?: import("@mui/material").PaperProps;
|
|
1760
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1761
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1909
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1910
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
1911
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
1912
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
1762
1913
|
} | undefined;
|
|
1763
1914
|
disablePortal?: boolean | undefined;
|
|
1764
|
-
onClose?: ((event:
|
|
1915
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1765
1916
|
open?: boolean | undefined;
|
|
1766
1917
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
1767
1918
|
multiple?: boolean | undefined;
|
|
@@ -1769,35 +1920,35 @@ export declare const Multiple: {
|
|
|
1769
1920
|
options: readonly any[];
|
|
1770
1921
|
disabledItemsFocusable?: boolean | undefined;
|
|
1771
1922
|
disableListWrap?: boolean | undefined;
|
|
1772
|
-
onOpen?: ((event:
|
|
1773
|
-
PopperComponent?:
|
|
1923
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1924
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
1774
1925
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
1775
|
-
clearIcon?:
|
|
1926
|
+
clearIcon?: import("react").ReactNode;
|
|
1776
1927
|
clearText?: string | undefined;
|
|
1777
1928
|
closeText?: string | undefined;
|
|
1778
|
-
forcePopupIcon?:
|
|
1779
|
-
getLimitTagsText?: ((more: number) =>
|
|
1780
|
-
ListboxComponent?:
|
|
1781
|
-
ListboxProps?: (
|
|
1782
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1783
|
-
ref?:
|
|
1929
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
1930
|
+
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
1931
|
+
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1932
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
1933
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1934
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
1784
1935
|
}) | undefined;
|
|
1785
|
-
loadingText?:
|
|
1936
|
+
loadingText?: import("react").ReactNode;
|
|
1786
1937
|
limitTags?: number | undefined;
|
|
1787
|
-
noOptionsText?:
|
|
1938
|
+
noOptionsText?: import("react").ReactNode;
|
|
1788
1939
|
openText?: string | undefined;
|
|
1789
|
-
PaperComponent?:
|
|
1790
|
-
popupIcon?:
|
|
1791
|
-
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) =>
|
|
1792
|
-
renderOption?: ((props:
|
|
1940
|
+
PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1941
|
+
popupIcon?: import("react").ReactNode;
|
|
1942
|
+
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
|
|
1943
|
+
renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
|
|
1793
1944
|
key: any;
|
|
1794
|
-
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
1795
|
-
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
1945
|
+
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
1946
|
+
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
1796
1947
|
unstable_classNamePrefix?: string | undefined;
|
|
1797
|
-
unstable_isActiveElementInListbox?: ((listbox:
|
|
1948
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
1798
1949
|
autoHighlight?: boolean | undefined;
|
|
1799
1950
|
autoSelect?: boolean | undefined;
|
|
1800
|
-
blurOnSelect?:
|
|
1951
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
1801
1952
|
clearOnBlur?: boolean | undefined;
|
|
1802
1953
|
clearOnEscape?: boolean | undefined;
|
|
1803
1954
|
componentName?: string | undefined;
|
|
@@ -1814,8 +1965,8 @@ export declare const Multiple: {
|
|
|
1814
1965
|
includeInputInList?: boolean | undefined;
|
|
1815
1966
|
inputValue?: string | undefined;
|
|
1816
1967
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
1817
|
-
onHighlightChange?: ((event:
|
|
1818
|
-
onInputChange?: ((event:
|
|
1968
|
+
onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
1969
|
+
onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
1819
1970
|
openOnFocus?: boolean | undefined;
|
|
1820
1971
|
selectOnFocus?: boolean | undefined;
|
|
1821
1972
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1835,7 +1986,7 @@ export declare const CustomAction: {
|
|
|
1835
1986
|
freeSolo: true;
|
|
1836
1987
|
label: string;
|
|
1837
1988
|
onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1838
|
-
defaultMuiPrevented?: boolean;
|
|
1989
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1839
1990
|
}], void>;
|
|
1840
1991
|
onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
|
|
1841
1992
|
onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
@@ -1843,14 +1994,14 @@ export declare const CustomAction: {
|
|
|
1843
1994
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
|
|
1844
1995
|
onChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined], void>;
|
|
1845
1996
|
};
|
|
1846
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1997
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1847
1998
|
actionLabel?: string | undefined;
|
|
1848
1999
|
bottomButtonHeight?: number | undefined;
|
|
1849
|
-
actionClick?: ((e:
|
|
2000
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
1850
2001
|
label?: string | undefined;
|
|
1851
2002
|
placeholder?: string | undefined;
|
|
1852
|
-
platform?:
|
|
1853
|
-
renderInput?: import("@mui/material").
|
|
2003
|
+
platform?: "desktop" | "web" | undefined;
|
|
2004
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
1854
2005
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1855
2006
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1856
2007
|
className?: string | undefined;
|
|
@@ -1866,27 +2017,27 @@ export declare const CustomAction: {
|
|
|
1866
2017
|
tabIndex?: number | undefined;
|
|
1867
2018
|
"aria-activedescendant"?: string | undefined;
|
|
1868
2019
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1869
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2020
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1870
2021
|
"aria-braillelabel"?: string | undefined;
|
|
1871
2022
|
"aria-brailleroledescription"?: string | undefined;
|
|
1872
2023
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1873
|
-
"aria-checked"?: boolean | "
|
|
2024
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1874
2025
|
"aria-colcount"?: number | undefined;
|
|
1875
2026
|
"aria-colindex"?: number | undefined;
|
|
1876
2027
|
"aria-colindextext"?: string | undefined;
|
|
1877
2028
|
"aria-colspan"?: number | undefined;
|
|
1878
2029
|
"aria-controls"?: string | undefined;
|
|
1879
|
-
"aria-current"?: boolean | "
|
|
2030
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1880
2031
|
"aria-describedby"?: string | undefined;
|
|
1881
2032
|
"aria-description"?: string | undefined;
|
|
1882
2033
|
"aria-details"?: string | undefined;
|
|
1883
2034
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1884
|
-
"aria-dropeffect"?: "
|
|
2035
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1885
2036
|
"aria-errormessage"?: string | undefined;
|
|
1886
2037
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1887
2038
|
"aria-flowto"?: string | undefined;
|
|
1888
2039
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1889
|
-
"aria-haspopup"?: boolean | "
|
|
2040
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1890
2041
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1891
2042
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1892
2043
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1901,9 +2052,9 @@ export declare const CustomAction: {
|
|
|
1901
2052
|
"aria-owns"?: string | undefined;
|
|
1902
2053
|
"aria-placeholder"?: string | undefined;
|
|
1903
2054
|
"aria-posinset"?: number | undefined;
|
|
1904
|
-
"aria-pressed"?: boolean | "
|
|
2055
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1905
2056
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1906
|
-
"aria-relevant"?: "
|
|
2057
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1907
2058
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1908
2059
|
"aria-roledescription"?: string | undefined;
|
|
1909
2060
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1936,7 +2087,7 @@ export declare const CustomAction: {
|
|
|
1936
2087
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1937
2088
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1938
2089
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1939
|
-
onChange?: ((event:
|
|
2090
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1940
2091
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1941
2092
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1942
2093
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1952,8 +2103,8 @@ export declare const CustomAction: {
|
|
|
1952
2103
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1953
2104
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1954
2105
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1955
|
-
onKeyDown?: ((event:
|
|
1956
|
-
defaultMuiPrevented?: boolean;
|
|
2106
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
2107
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1957
2108
|
}) => void) | undefined;
|
|
1958
2109
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1959
2110
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2086,17 +2237,17 @@ export declare const CustomAction: {
|
|
|
2086
2237
|
content?: string | undefined;
|
|
2087
2238
|
translate?: "yes" | "no" | undefined;
|
|
2088
2239
|
slotProps?: {
|
|
2089
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2090
|
-
paper?: import("@mui/material").PaperProps;
|
|
2091
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
2092
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2240
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2241
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
2242
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
2243
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2093
2244
|
} | undefined;
|
|
2094
2245
|
defaultChecked?: boolean | undefined;
|
|
2095
2246
|
defaultValue?: any;
|
|
2096
2247
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2097
2248
|
accessKey?: string | undefined;
|
|
2098
2249
|
autoFocus?: boolean | undefined;
|
|
2099
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2250
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2100
2251
|
contextMenu?: string | undefined;
|
|
2101
2252
|
dir?: string | undefined;
|
|
2102
2253
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2124,21 +2275,21 @@ export declare const CustomAction: {
|
|
|
2124
2275
|
itemRef?: string | undefined;
|
|
2125
2276
|
results?: number | undefined;
|
|
2126
2277
|
security?: string | undefined;
|
|
2127
|
-
unselectable?: "
|
|
2128
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2278
|
+
unselectable?: "off" | "on" | undefined;
|
|
2279
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2129
2280
|
is?: string | undefined;
|
|
2130
2281
|
fullWidth?: boolean | undefined;
|
|
2131
2282
|
loading?: boolean | undefined;
|
|
2132
2283
|
value?: any;
|
|
2133
2284
|
readOnly?: boolean | undefined;
|
|
2134
2285
|
componentsProps?: {
|
|
2135
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2136
|
-
paper?: import("@mui/material").PaperProps;
|
|
2137
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
2138
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2286
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2287
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
2288
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
2289
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2139
2290
|
} | undefined;
|
|
2140
2291
|
disablePortal?: boolean | undefined;
|
|
2141
|
-
onClose?: ((event:
|
|
2292
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
2142
2293
|
open?: boolean | undefined;
|
|
2143
2294
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
2144
2295
|
multiple?: boolean | undefined;
|
|
@@ -2146,35 +2297,35 @@ export declare const CustomAction: {
|
|
|
2146
2297
|
options: readonly any[];
|
|
2147
2298
|
disabledItemsFocusable?: boolean | undefined;
|
|
2148
2299
|
disableListWrap?: boolean | undefined;
|
|
2149
|
-
onOpen?: ((event:
|
|
2150
|
-
PopperComponent?:
|
|
2300
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2301
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
2151
2302
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
2152
|
-
clearIcon?:
|
|
2303
|
+
clearIcon?: import("react").ReactNode;
|
|
2153
2304
|
clearText?: string | undefined;
|
|
2154
2305
|
closeText?: string | undefined;
|
|
2155
|
-
forcePopupIcon?:
|
|
2156
|
-
getLimitTagsText?: ((more: number) =>
|
|
2157
|
-
ListboxComponent?:
|
|
2158
|
-
ListboxProps?: (
|
|
2159
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
2160
|
-
ref?:
|
|
2306
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
2307
|
+
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
2308
|
+
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
2309
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
2310
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2311
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
2161
2312
|
}) | undefined;
|
|
2162
|
-
loadingText?:
|
|
2313
|
+
loadingText?: import("react").ReactNode;
|
|
2163
2314
|
limitTags?: number | undefined;
|
|
2164
|
-
noOptionsText?:
|
|
2315
|
+
noOptionsText?: import("react").ReactNode;
|
|
2165
2316
|
openText?: string | undefined;
|
|
2166
|
-
PaperComponent?:
|
|
2167
|
-
popupIcon?:
|
|
2168
|
-
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) =>
|
|
2169
|
-
renderOption?: ((props:
|
|
2317
|
+
PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
2318
|
+
popupIcon?: import("react").ReactNode;
|
|
2319
|
+
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
|
|
2320
|
+
renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
|
|
2170
2321
|
key: any;
|
|
2171
|
-
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
2172
|
-
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
2322
|
+
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
2323
|
+
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
2173
2324
|
unstable_classNamePrefix?: string | undefined;
|
|
2174
|
-
unstable_isActiveElementInListbox?: ((listbox:
|
|
2325
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
2175
2326
|
autoHighlight?: boolean | undefined;
|
|
2176
2327
|
autoSelect?: boolean | undefined;
|
|
2177
|
-
blurOnSelect?:
|
|
2328
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
2178
2329
|
clearOnBlur?: boolean | undefined;
|
|
2179
2330
|
clearOnEscape?: boolean | undefined;
|
|
2180
2331
|
componentName?: string | undefined;
|
|
@@ -2191,8 +2342,8 @@ export declare const CustomAction: {
|
|
|
2191
2342
|
includeInputInList?: boolean | undefined;
|
|
2192
2343
|
inputValue?: string | undefined;
|
|
2193
2344
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
2194
|
-
onHighlightChange?: ((event:
|
|
2195
|
-
onInputChange?: ((event:
|
|
2345
|
+
onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
2346
|
+
onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
2196
2347
|
openOnFocus?: boolean | undefined;
|
|
2197
2348
|
selectOnFocus?: boolean | undefined;
|
|
2198
2349
|
}>) => Promise<void>;
|
|
@@ -2206,11 +2357,11 @@ export declare const CustomAction: {
|
|
|
2206
2357
|
render: (args: {
|
|
2207
2358
|
actionLabel?: string | undefined;
|
|
2208
2359
|
bottomButtonHeight?: number | undefined;
|
|
2209
|
-
actionClick?: ((e:
|
|
2360
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
2210
2361
|
label?: string | undefined;
|
|
2211
2362
|
placeholder?: string | undefined;
|
|
2212
|
-
platform?:
|
|
2213
|
-
renderInput?: import("@mui/material").
|
|
2363
|
+
platform?: "desktop" | "web" | undefined;
|
|
2364
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
2214
2365
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
2215
2366
|
ref?: import("react").Ref<unknown> | undefined;
|
|
2216
2367
|
className?: string | undefined;
|
|
@@ -2226,27 +2377,27 @@ export declare const CustomAction: {
|
|
|
2226
2377
|
tabIndex?: number | undefined;
|
|
2227
2378
|
"aria-activedescendant"?: string | undefined;
|
|
2228
2379
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2229
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2380
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
2230
2381
|
"aria-braillelabel"?: string | undefined;
|
|
2231
2382
|
"aria-brailleroledescription"?: string | undefined;
|
|
2232
2383
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2233
|
-
"aria-checked"?: boolean | "
|
|
2384
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2234
2385
|
"aria-colcount"?: number | undefined;
|
|
2235
2386
|
"aria-colindex"?: number | undefined;
|
|
2236
2387
|
"aria-colindextext"?: string | undefined;
|
|
2237
2388
|
"aria-colspan"?: number | undefined;
|
|
2238
2389
|
"aria-controls"?: string | undefined;
|
|
2239
|
-
"aria-current"?: boolean | "
|
|
2390
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
2240
2391
|
"aria-describedby"?: string | undefined;
|
|
2241
2392
|
"aria-description"?: string | undefined;
|
|
2242
2393
|
"aria-details"?: string | undefined;
|
|
2243
2394
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2244
|
-
"aria-dropeffect"?: "
|
|
2395
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2245
2396
|
"aria-errormessage"?: string | undefined;
|
|
2246
2397
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2247
2398
|
"aria-flowto"?: string | undefined;
|
|
2248
2399
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2249
|
-
"aria-haspopup"?: boolean | "
|
|
2400
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2250
2401
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2251
2402
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2252
2403
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -2261,9 +2412,9 @@ export declare const CustomAction: {
|
|
|
2261
2412
|
"aria-owns"?: string | undefined;
|
|
2262
2413
|
"aria-placeholder"?: string | undefined;
|
|
2263
2414
|
"aria-posinset"?: number | undefined;
|
|
2264
|
-
"aria-pressed"?: boolean | "
|
|
2415
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2265
2416
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2266
|
-
"aria-relevant"?: "
|
|
2417
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2267
2418
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2268
2419
|
"aria-roledescription"?: string | undefined;
|
|
2269
2420
|
"aria-rowcount"?: number | undefined;
|
|
@@ -2296,7 +2447,7 @@ export declare const CustomAction: {
|
|
|
2296
2447
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
2297
2448
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
2298
2449
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
2299
|
-
onChange?: ((event:
|
|
2450
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
2300
2451
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2301
2452
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
2302
2453
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2312,8 +2463,8 @@ export declare const CustomAction: {
|
|
|
2312
2463
|
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2313
2464
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2314
2465
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
2315
|
-
onKeyDown?: ((event:
|
|
2316
|
-
defaultMuiPrevented?: boolean;
|
|
2466
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
2467
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
2317
2468
|
}) => void) | undefined;
|
|
2318
2469
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
2319
2470
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2446,17 +2597,17 @@ export declare const CustomAction: {
|
|
|
2446
2597
|
content?: string | undefined;
|
|
2447
2598
|
translate?: "yes" | "no" | undefined;
|
|
2448
2599
|
slotProps?: {
|
|
2449
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2450
|
-
paper?: import("@mui/material").PaperProps;
|
|
2451
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
2452
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2600
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2601
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
2602
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
2603
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2453
2604
|
} | undefined;
|
|
2454
2605
|
defaultChecked?: boolean | undefined;
|
|
2455
2606
|
defaultValue?: any;
|
|
2456
2607
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2457
2608
|
accessKey?: string | undefined;
|
|
2458
2609
|
autoFocus?: boolean | undefined;
|
|
2459
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2610
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2460
2611
|
contextMenu?: string | undefined;
|
|
2461
2612
|
dir?: string | undefined;
|
|
2462
2613
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2484,21 +2635,21 @@ export declare const CustomAction: {
|
|
|
2484
2635
|
itemRef?: string | undefined;
|
|
2485
2636
|
results?: number | undefined;
|
|
2486
2637
|
security?: string | undefined;
|
|
2487
|
-
unselectable?: "
|
|
2488
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2638
|
+
unselectable?: "off" | "on" | undefined;
|
|
2639
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2489
2640
|
is?: string | undefined;
|
|
2490
2641
|
fullWidth?: boolean | undefined;
|
|
2491
2642
|
loading?: boolean | undefined;
|
|
2492
2643
|
value?: any;
|
|
2493
2644
|
readOnly?: boolean | undefined;
|
|
2494
2645
|
componentsProps?: {
|
|
2495
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2496
|
-
paper?: import("@mui/material").PaperProps;
|
|
2497
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
2498
|
-
popupIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2646
|
+
clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2647
|
+
paper?: import("@mui/material").PaperProps | undefined;
|
|
2648
|
+
popper?: Partial<import("@mui/material").PopperProps> | undefined;
|
|
2649
|
+
popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
|
|
2499
2650
|
} | undefined;
|
|
2500
2651
|
disablePortal?: boolean | undefined;
|
|
2501
|
-
onClose?: ((event:
|
|
2652
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
2502
2653
|
open?: boolean | undefined;
|
|
2503
2654
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
2504
2655
|
multiple?: boolean | undefined;
|
|
@@ -2506,35 +2657,35 @@ export declare const CustomAction: {
|
|
|
2506
2657
|
options: readonly any[];
|
|
2507
2658
|
disabledItemsFocusable?: boolean | undefined;
|
|
2508
2659
|
disableListWrap?: boolean | undefined;
|
|
2509
|
-
onOpen?: ((event:
|
|
2510
|
-
PopperComponent?:
|
|
2660
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2661
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
2511
2662
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
2512
|
-
clearIcon?:
|
|
2663
|
+
clearIcon?: import("react").ReactNode;
|
|
2513
2664
|
clearText?: string | undefined;
|
|
2514
2665
|
closeText?: string | undefined;
|
|
2515
|
-
forcePopupIcon?:
|
|
2516
|
-
getLimitTagsText?: ((more: number) =>
|
|
2517
|
-
ListboxComponent?:
|
|
2518
|
-
ListboxProps?: (
|
|
2519
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
2520
|
-
ref?:
|
|
2666
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
2667
|
+
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
2668
|
+
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
2669
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
2670
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2671
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
2521
2672
|
}) | undefined;
|
|
2522
|
-
loadingText?:
|
|
2673
|
+
loadingText?: import("react").ReactNode;
|
|
2523
2674
|
limitTags?: number | undefined;
|
|
2524
|
-
noOptionsText?:
|
|
2675
|
+
noOptionsText?: import("react").ReactNode;
|
|
2525
2676
|
openText?: string | undefined;
|
|
2526
|
-
PaperComponent?:
|
|
2527
|
-
popupIcon?:
|
|
2528
|
-
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) =>
|
|
2529
|
-
renderOption?: ((props:
|
|
2677
|
+
PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
2678
|
+
popupIcon?: import("react").ReactNode;
|
|
2679
|
+
renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
|
|
2680
|
+
renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
|
|
2530
2681
|
key: any;
|
|
2531
|
-
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
2532
|
-
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) =>
|
|
2682
|
+
}, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
2683
|
+
renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
|
|
2533
2684
|
unstable_classNamePrefix?: string | undefined;
|
|
2534
|
-
unstable_isActiveElementInListbox?: ((listbox:
|
|
2685
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
2535
2686
|
autoHighlight?: boolean | undefined;
|
|
2536
2687
|
autoSelect?: boolean | undefined;
|
|
2537
|
-
blurOnSelect?:
|
|
2688
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
2538
2689
|
clearOnBlur?: boolean | undefined;
|
|
2539
2690
|
clearOnEscape?: boolean | undefined;
|
|
2540
2691
|
componentName?: string | undefined;
|
|
@@ -2551,8 +2702,8 @@ export declare const CustomAction: {
|
|
|
2551
2702
|
includeInputInList?: boolean | undefined;
|
|
2552
2703
|
inputValue?: string | undefined;
|
|
2553
2704
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
2554
|
-
onHighlightChange?: ((event:
|
|
2555
|
-
onInputChange?: ((event:
|
|
2705
|
+
onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
2706
|
+
onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
2556
2707
|
openOnFocus?: boolean | undefined;
|
|
2557
2708
|
selectOnFocus?: boolean | undefined;
|
|
2558
2709
|
}) => import("react/jsx-runtime").JSX.Element;
|