@galaxy-ds/core 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.stories.d.ts +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -3
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* ```js
|
|
@@ -9,17 +12,517 @@ declare const meta: {
|
|
|
9
12
|
component: import("react").FC<import("./Autocomplete.types").AutocompleteProps>;
|
|
10
13
|
parameters: {
|
|
11
14
|
badges: BADGE[];
|
|
15
|
+
layout: string;
|
|
12
16
|
};
|
|
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, {
|
|
130
|
+
actionLabel?: string | undefined;
|
|
131
|
+
bottomButtonHeight?: number | undefined;
|
|
132
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
133
|
+
label?: string | undefined;
|
|
134
|
+
placeholder?: string | undefined;
|
|
135
|
+
platform?: "desktop" | "web" | undefined;
|
|
136
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
137
|
+
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
138
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
139
|
+
className?: string | undefined;
|
|
140
|
+
style?: import("react").CSSProperties | undefined;
|
|
141
|
+
color?: string | undefined;
|
|
142
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
143
|
+
slot?: string | undefined;
|
|
144
|
+
title?: string | undefined;
|
|
145
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
146
|
+
id?: string | undefined;
|
|
147
|
+
lang?: string | undefined;
|
|
148
|
+
role?: import("react").AriaRole | undefined;
|
|
149
|
+
tabIndex?: number | undefined;
|
|
150
|
+
"aria-activedescendant"?: string | undefined;
|
|
151
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
152
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
153
|
+
"aria-braillelabel"?: string | undefined;
|
|
154
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
155
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
156
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
157
|
+
"aria-colcount"?: number | undefined;
|
|
158
|
+
"aria-colindex"?: number | undefined;
|
|
159
|
+
"aria-colindextext"?: string | undefined;
|
|
160
|
+
"aria-colspan"?: number | undefined;
|
|
161
|
+
"aria-controls"?: string | undefined;
|
|
162
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
163
|
+
"aria-describedby"?: string | undefined;
|
|
164
|
+
"aria-description"?: string | undefined;
|
|
165
|
+
"aria-details"?: string | undefined;
|
|
166
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
167
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
168
|
+
"aria-errormessage"?: string | undefined;
|
|
169
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
170
|
+
"aria-flowto"?: string | undefined;
|
|
171
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
172
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
173
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
174
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
175
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
176
|
+
"aria-label"?: string | undefined;
|
|
177
|
+
"aria-labelledby"?: string | undefined;
|
|
178
|
+
"aria-level"?: number | undefined;
|
|
179
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
180
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
181
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
182
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
183
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
184
|
+
"aria-owns"?: string | undefined;
|
|
185
|
+
"aria-placeholder"?: string | undefined;
|
|
186
|
+
"aria-posinset"?: number | undefined;
|
|
187
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
188
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
189
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
190
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
191
|
+
"aria-roledescription"?: string | undefined;
|
|
192
|
+
"aria-rowcount"?: number | undefined;
|
|
193
|
+
"aria-rowindex"?: number | undefined;
|
|
194
|
+
"aria-rowindextext"?: string | undefined;
|
|
195
|
+
"aria-rowspan"?: number | undefined;
|
|
196
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
197
|
+
"aria-setsize"?: number | undefined;
|
|
198
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
199
|
+
"aria-valuemax"?: number | undefined;
|
|
200
|
+
"aria-valuemin"?: number | undefined;
|
|
201
|
+
"aria-valuenow"?: number | undefined;
|
|
202
|
+
"aria-valuetext"?: string | undefined;
|
|
203
|
+
dangerouslySetInnerHTML?: {
|
|
204
|
+
__html: string | TrustedHTML;
|
|
205
|
+
} | undefined;
|
|
206
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
207
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
208
|
+
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
209
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
210
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
211
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
212
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
213
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
214
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
215
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
216
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
217
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
218
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
219
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
220
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
221
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
222
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
223
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
224
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
225
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
226
|
+
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
227
|
+
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
228
|
+
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
229
|
+
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
230
|
+
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
231
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
232
|
+
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
233
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
234
|
+
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
235
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
236
|
+
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
237
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
238
|
+
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
239
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
240
|
+
}) => void) | undefined;
|
|
241
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
242
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
243
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
244
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
245
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
246
|
+
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
247
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
248
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
249
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
250
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
251
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
252
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
253
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
254
|
+
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
255
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
256
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
257
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
258
|
+
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
259
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
260
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
261
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
262
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
263
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
264
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
265
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
266
|
+
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
267
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
268
|
+
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
269
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
270
|
+
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
271
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
272
|
+
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
273
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
274
|
+
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
275
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
276
|
+
onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
277
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
278
|
+
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
279
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
280
|
+
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
281
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
282
|
+
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
283
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
284
|
+
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
285
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
286
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
287
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
288
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
289
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
290
|
+
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
291
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
292
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
293
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
294
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
295
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
296
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
297
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
298
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
299
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
300
|
+
onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
301
|
+
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
302
|
+
onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
303
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
304
|
+
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
305
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
306
|
+
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
307
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
308
|
+
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
309
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
310
|
+
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
311
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
312
|
+
onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
313
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
314
|
+
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
315
|
+
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
316
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
317
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
318
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
319
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
320
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
321
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
322
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
323
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
324
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
325
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
326
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
327
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
328
|
+
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
329
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
330
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
331
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
332
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
333
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
334
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
335
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
336
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
337
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
338
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
339
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
340
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
341
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
342
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
343
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
344
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
345
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
346
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
347
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
348
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
349
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
350
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
351
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
352
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
353
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
354
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
355
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
356
|
+
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
357
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
358
|
+
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
359
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
360
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
361
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
362
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
363
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
364
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
365
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
366
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
367
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
368
|
+
disabled?: boolean | undefined;
|
|
369
|
+
content?: string | undefined;
|
|
370
|
+
translate?: "yes" | "no" | undefined;
|
|
371
|
+
slotProps?: {
|
|
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;
|
|
376
|
+
} | undefined;
|
|
377
|
+
defaultChecked?: boolean | undefined;
|
|
378
|
+
defaultValue?: any;
|
|
379
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
380
|
+
accessKey?: string | undefined;
|
|
381
|
+
autoFocus?: boolean | undefined;
|
|
382
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
383
|
+
contextMenu?: string | undefined;
|
|
384
|
+
dir?: string | undefined;
|
|
385
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
386
|
+
hidden?: boolean | undefined;
|
|
387
|
+
nonce?: string | undefined;
|
|
388
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
389
|
+
radioGroup?: string | undefined;
|
|
390
|
+
about?: string | undefined;
|
|
391
|
+
datatype?: string | undefined;
|
|
392
|
+
inlist?: any;
|
|
393
|
+
prefix?: string | undefined;
|
|
394
|
+
property?: string | undefined;
|
|
395
|
+
rel?: string | undefined;
|
|
396
|
+
resource?: string | undefined;
|
|
397
|
+
rev?: string | undefined;
|
|
398
|
+
typeof?: string | undefined;
|
|
399
|
+
vocab?: string | undefined;
|
|
400
|
+
autoCapitalize?: string | undefined;
|
|
401
|
+
autoCorrect?: string | undefined;
|
|
402
|
+
autoSave?: string | undefined;
|
|
403
|
+
itemProp?: string | undefined;
|
|
404
|
+
itemScope?: boolean | undefined;
|
|
405
|
+
itemType?: string | undefined;
|
|
406
|
+
itemID?: string | undefined;
|
|
407
|
+
itemRef?: string | undefined;
|
|
408
|
+
results?: number | undefined;
|
|
409
|
+
security?: string | undefined;
|
|
410
|
+
unselectable?: "off" | "on" | undefined;
|
|
411
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
412
|
+
is?: string | undefined;
|
|
413
|
+
fullWidth?: boolean | undefined;
|
|
414
|
+
loading?: boolean | undefined;
|
|
415
|
+
value?: any;
|
|
416
|
+
readOnly?: boolean | undefined;
|
|
417
|
+
componentsProps?: {
|
|
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;
|
|
422
|
+
} | undefined;
|
|
423
|
+
disablePortal?: boolean | undefined;
|
|
424
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
425
|
+
open?: boolean | undefined;
|
|
426
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
427
|
+
multiple?: boolean | undefined;
|
|
428
|
+
autoComplete?: boolean | undefined;
|
|
429
|
+
options: readonly any[];
|
|
430
|
+
disabledItemsFocusable?: boolean | undefined;
|
|
431
|
+
disableListWrap?: boolean | undefined;
|
|
432
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
433
|
+
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
434
|
+
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
435
|
+
clearIcon?: import("react").ReactNode;
|
|
436
|
+
clearText?: string | undefined;
|
|
437
|
+
closeText?: string | undefined;
|
|
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;
|
|
444
|
+
}) | undefined;
|
|
445
|
+
loadingText?: import("react").ReactNode;
|
|
446
|
+
limitTags?: number | undefined;
|
|
447
|
+
noOptionsText?: import("react").ReactNode;
|
|
448
|
+
openText?: string | undefined;
|
|
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> & {
|
|
453
|
+
key: any;
|
|
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;
|
|
456
|
+
unstable_classNamePrefix?: string | undefined;
|
|
457
|
+
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
458
|
+
autoHighlight?: boolean | undefined;
|
|
459
|
+
autoSelect?: boolean | undefined;
|
|
460
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
461
|
+
clearOnBlur?: boolean | undefined;
|
|
462
|
+
clearOnEscape?: boolean | undefined;
|
|
463
|
+
componentName?: string | undefined;
|
|
464
|
+
disableClearable?: boolean | undefined;
|
|
465
|
+
disableCloseOnSelect?: boolean | undefined;
|
|
466
|
+
filterOptions?: ((options: any[], state: import("@mui/material").FilterOptionsState<any>) => any[]) | undefined;
|
|
467
|
+
filterSelectedOptions?: boolean | undefined;
|
|
468
|
+
freeSolo?: boolean | undefined;
|
|
469
|
+
getOptionDisabled?: ((option: any) => boolean) | undefined;
|
|
470
|
+
getOptionKey?: ((option: any) => string | number) | undefined;
|
|
471
|
+
getOptionLabel?: ((option: any) => string) | undefined;
|
|
472
|
+
groupBy?: ((option: any) => string) | undefined;
|
|
473
|
+
handleHomeEndKeys?: boolean | undefined;
|
|
474
|
+
includeInputInList?: boolean | undefined;
|
|
475
|
+
inputValue?: string | undefined;
|
|
476
|
+
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
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;
|
|
479
|
+
openOnFocus?: boolean | undefined;
|
|
480
|
+
selectOnFocus?: boolean | undefined;
|
|
481
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
13
482
|
};
|
|
14
483
|
export default meta;
|
|
15
484
|
export declare const Default: {
|
|
16
485
|
args: {
|
|
17
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;
|
|
18
521
|
autoComplete: true;
|
|
19
522
|
noOptionsText: string;
|
|
20
523
|
placeholder: string;
|
|
21
524
|
onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
22
|
-
defaultMuiPrevented?: boolean;
|
|
525
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
23
526
|
}], void>;
|
|
24
527
|
onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
|
|
25
528
|
onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
@@ -27,14 +530,14 @@ export declare const Default: {
|
|
|
27
530
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
|
|
28
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>;
|
|
29
532
|
};
|
|
30
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
533
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
31
534
|
actionLabel?: string | undefined;
|
|
32
535
|
bottomButtonHeight?: number | undefined;
|
|
33
|
-
actionClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
536
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
34
537
|
label?: string | undefined;
|
|
35
538
|
placeholder?: string | undefined;
|
|
36
|
-
platform?:
|
|
37
|
-
renderInput?: import("@mui/material").
|
|
539
|
+
platform?: "desktop" | "web" | undefined;
|
|
540
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
38
541
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
39
542
|
ref?: import("react").Ref<unknown> | undefined;
|
|
40
543
|
className?: string | undefined;
|
|
@@ -50,27 +553,27 @@ export declare const Default: {
|
|
|
50
553
|
tabIndex?: number | undefined;
|
|
51
554
|
"aria-activedescendant"?: string | undefined;
|
|
52
555
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
53
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
556
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
54
557
|
"aria-braillelabel"?: string | undefined;
|
|
55
558
|
"aria-brailleroledescription"?: string | undefined;
|
|
56
559
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
57
|
-
"aria-checked"?: boolean | "
|
|
560
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
58
561
|
"aria-colcount"?: number | undefined;
|
|
59
562
|
"aria-colindex"?: number | undefined;
|
|
60
563
|
"aria-colindextext"?: string | undefined;
|
|
61
564
|
"aria-colspan"?: number | undefined;
|
|
62
565
|
"aria-controls"?: string | undefined;
|
|
63
|
-
"aria-current"?: boolean | "
|
|
566
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
64
567
|
"aria-describedby"?: string | undefined;
|
|
65
568
|
"aria-description"?: string | undefined;
|
|
66
569
|
"aria-details"?: string | undefined;
|
|
67
570
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
68
|
-
"aria-dropeffect"?: "
|
|
571
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
69
572
|
"aria-errormessage"?: string | undefined;
|
|
70
573
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
71
574
|
"aria-flowto"?: string | undefined;
|
|
72
575
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
73
|
-
"aria-haspopup"?: boolean | "
|
|
576
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
74
577
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
75
578
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
76
579
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -85,9 +588,9 @@ export declare const Default: {
|
|
|
85
588
|
"aria-owns"?: string | undefined;
|
|
86
589
|
"aria-placeholder"?: string | undefined;
|
|
87
590
|
"aria-posinset"?: number | undefined;
|
|
88
|
-
"aria-pressed"?: boolean | "
|
|
591
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
89
592
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
90
|
-
"aria-relevant"?: "
|
|
593
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
91
594
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
92
595
|
"aria-roledescription"?: string | undefined;
|
|
93
596
|
"aria-rowcount"?: number | undefined;
|
|
@@ -120,7 +623,7 @@ export declare const Default: {
|
|
|
120
623
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
121
624
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
122
625
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
123
|
-
onChange?: ((event: import("react").SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
626
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
124
627
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
125
628
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
126
629
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -137,7 +640,7 @@ export declare const Default: {
|
|
|
137
640
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
138
641
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
139
642
|
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
140
|
-
defaultMuiPrevented?: boolean;
|
|
643
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
141
644
|
}) => void) | undefined;
|
|
142
645
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
143
646
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -270,17 +773,17 @@ export declare const Default: {
|
|
|
270
773
|
content?: string | undefined;
|
|
271
774
|
translate?: "yes" | "no" | undefined;
|
|
272
775
|
slotProps?: {
|
|
273
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
274
|
-
paper?: import("@mui/material").PaperProps;
|
|
275
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
276
|
-
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;
|
|
277
780
|
} | undefined;
|
|
278
781
|
defaultChecked?: boolean | undefined;
|
|
279
782
|
defaultValue?: any;
|
|
280
783
|
suppressContentEditableWarning?: boolean | undefined;
|
|
281
784
|
accessKey?: string | undefined;
|
|
282
785
|
autoFocus?: boolean | undefined;
|
|
283
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
786
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
284
787
|
contextMenu?: string | undefined;
|
|
285
788
|
dir?: string | undefined;
|
|
286
789
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -308,21 +811,21 @@ export declare const Default: {
|
|
|
308
811
|
itemRef?: string | undefined;
|
|
309
812
|
results?: number | undefined;
|
|
310
813
|
security?: string | undefined;
|
|
311
|
-
unselectable?: "
|
|
312
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
814
|
+
unselectable?: "off" | "on" | undefined;
|
|
815
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
313
816
|
is?: string | undefined;
|
|
314
817
|
fullWidth?: boolean | undefined;
|
|
315
818
|
loading?: boolean | undefined;
|
|
316
819
|
value?: any;
|
|
317
820
|
readOnly?: boolean | undefined;
|
|
318
821
|
componentsProps?: {
|
|
319
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
320
|
-
paper?: import("@mui/material").PaperProps;
|
|
321
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
322
|
-
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;
|
|
323
826
|
} | undefined;
|
|
324
827
|
disablePortal?: boolean | undefined;
|
|
325
|
-
onClose?: ((event: import("react").SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
828
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
326
829
|
open?: boolean | undefined;
|
|
327
830
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
328
831
|
multiple?: boolean | undefined;
|
|
@@ -330,18 +833,18 @@ export declare const Default: {
|
|
|
330
833
|
options: readonly any[];
|
|
331
834
|
disabledItemsFocusable?: boolean | undefined;
|
|
332
835
|
disableListWrap?: boolean | undefined;
|
|
333
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
836
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
334
837
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
335
838
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
336
839
|
clearIcon?: import("react").ReactNode;
|
|
337
840
|
clearText?: string | undefined;
|
|
338
841
|
closeText?: string | undefined;
|
|
339
|
-
forcePopupIcon?:
|
|
842
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
340
843
|
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
341
844
|
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
342
|
-
ListboxProps?: (
|
|
343
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
344
|
-
ref?: import("react").Ref<Element
|
|
845
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
846
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
847
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
345
848
|
}) | undefined;
|
|
346
849
|
loadingText?: import("react").ReactNode;
|
|
347
850
|
limitTags?: number | undefined;
|
|
@@ -358,7 +861,7 @@ export declare const Default: {
|
|
|
358
861
|
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
359
862
|
autoHighlight?: boolean | undefined;
|
|
360
863
|
autoSelect?: boolean | undefined;
|
|
361
|
-
blurOnSelect?:
|
|
864
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
362
865
|
clearOnBlur?: boolean | undefined;
|
|
363
866
|
clearOnEscape?: boolean | undefined;
|
|
364
867
|
componentName?: string | undefined;
|
|
@@ -375,19 +878,19 @@ export declare const Default: {
|
|
|
375
878
|
includeInputInList?: boolean | undefined;
|
|
376
879
|
inputValue?: string | undefined;
|
|
377
880
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
378
|
-
onHighlightChange?: ((event: import("react").SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
379
|
-
onInputChange?: ((event: import("react").SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
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;
|
|
380
883
|
openOnFocus?: boolean | undefined;
|
|
381
884
|
selectOnFocus?: boolean | undefined;
|
|
382
885
|
}>) => Promise<void>;
|
|
383
886
|
render: (args: {
|
|
384
887
|
actionLabel?: string | undefined;
|
|
385
888
|
bottomButtonHeight?: number | undefined;
|
|
386
|
-
actionClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
889
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
387
890
|
label?: string | undefined;
|
|
388
891
|
placeholder?: string | undefined;
|
|
389
|
-
platform?:
|
|
390
|
-
renderInput?: import("@mui/material").
|
|
892
|
+
platform?: "desktop" | "web" | undefined;
|
|
893
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
391
894
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
392
895
|
ref?: import("react").Ref<unknown> | undefined;
|
|
393
896
|
className?: string | undefined;
|
|
@@ -403,27 +906,27 @@ export declare const Default: {
|
|
|
403
906
|
tabIndex?: number | undefined;
|
|
404
907
|
"aria-activedescendant"?: string | undefined;
|
|
405
908
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
406
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
909
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
407
910
|
"aria-braillelabel"?: string | undefined;
|
|
408
911
|
"aria-brailleroledescription"?: string | undefined;
|
|
409
912
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
410
|
-
"aria-checked"?: boolean | "
|
|
913
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
411
914
|
"aria-colcount"?: number | undefined;
|
|
412
915
|
"aria-colindex"?: number | undefined;
|
|
413
916
|
"aria-colindextext"?: string | undefined;
|
|
414
917
|
"aria-colspan"?: number | undefined;
|
|
415
918
|
"aria-controls"?: string | undefined;
|
|
416
|
-
"aria-current"?: boolean | "
|
|
919
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
417
920
|
"aria-describedby"?: string | undefined;
|
|
418
921
|
"aria-description"?: string | undefined;
|
|
419
922
|
"aria-details"?: string | undefined;
|
|
420
923
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
421
|
-
"aria-dropeffect"?: "
|
|
924
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
422
925
|
"aria-errormessage"?: string | undefined;
|
|
423
926
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
424
927
|
"aria-flowto"?: string | undefined;
|
|
425
928
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
426
|
-
"aria-haspopup"?: boolean | "
|
|
929
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
427
930
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
428
931
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
429
932
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -438,9 +941,9 @@ export declare const Default: {
|
|
|
438
941
|
"aria-owns"?: string | undefined;
|
|
439
942
|
"aria-placeholder"?: string | undefined;
|
|
440
943
|
"aria-posinset"?: number | undefined;
|
|
441
|
-
"aria-pressed"?: boolean | "
|
|
944
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
442
945
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
443
|
-
"aria-relevant"?: "
|
|
946
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
444
947
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
445
948
|
"aria-roledescription"?: string | undefined;
|
|
446
949
|
"aria-rowcount"?: number | undefined;
|
|
@@ -473,7 +976,7 @@ export declare const Default: {
|
|
|
473
976
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
474
977
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
475
978
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
476
|
-
onChange?: ((event: import("react").SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
979
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
477
980
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
478
981
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
479
982
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -490,7 +993,7 @@ export declare const Default: {
|
|
|
490
993
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
491
994
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
492
995
|
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
493
|
-
defaultMuiPrevented?: boolean;
|
|
996
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
494
997
|
}) => void) | undefined;
|
|
495
998
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
496
999
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -623,17 +1126,17 @@ export declare const Default: {
|
|
|
623
1126
|
content?: string | undefined;
|
|
624
1127
|
translate?: "yes" | "no" | undefined;
|
|
625
1128
|
slotProps?: {
|
|
626
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
627
|
-
paper?: import("@mui/material").PaperProps;
|
|
628
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
629
|
-
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;
|
|
630
1133
|
} | undefined;
|
|
631
1134
|
defaultChecked?: boolean | undefined;
|
|
632
1135
|
defaultValue?: any;
|
|
633
1136
|
suppressContentEditableWarning?: boolean | undefined;
|
|
634
1137
|
accessKey?: string | undefined;
|
|
635
1138
|
autoFocus?: boolean | undefined;
|
|
636
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1139
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
637
1140
|
contextMenu?: string | undefined;
|
|
638
1141
|
dir?: string | undefined;
|
|
639
1142
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -661,21 +1164,21 @@ export declare const Default: {
|
|
|
661
1164
|
itemRef?: string | undefined;
|
|
662
1165
|
results?: number | undefined;
|
|
663
1166
|
security?: string | undefined;
|
|
664
|
-
unselectable?: "
|
|
665
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1167
|
+
unselectable?: "off" | "on" | undefined;
|
|
1168
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
666
1169
|
is?: string | undefined;
|
|
667
1170
|
fullWidth?: boolean | undefined;
|
|
668
1171
|
loading?: boolean | undefined;
|
|
669
1172
|
value?: any;
|
|
670
1173
|
readOnly?: boolean | undefined;
|
|
671
1174
|
componentsProps?: {
|
|
672
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
673
|
-
paper?: import("@mui/material").PaperProps;
|
|
674
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
675
|
-
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;
|
|
676
1179
|
} | undefined;
|
|
677
1180
|
disablePortal?: boolean | undefined;
|
|
678
|
-
onClose?: ((event: import("react").SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1181
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
679
1182
|
open?: boolean | undefined;
|
|
680
1183
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
681
1184
|
multiple?: boolean | undefined;
|
|
@@ -683,18 +1186,18 @@ export declare const Default: {
|
|
|
683
1186
|
options: readonly any[];
|
|
684
1187
|
disabledItemsFocusable?: boolean | undefined;
|
|
685
1188
|
disableListWrap?: boolean | undefined;
|
|
686
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1189
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
687
1190
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
688
1191
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
689
1192
|
clearIcon?: import("react").ReactNode;
|
|
690
1193
|
clearText?: string | undefined;
|
|
691
1194
|
closeText?: string | undefined;
|
|
692
|
-
forcePopupIcon?:
|
|
1195
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
693
1196
|
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
694
1197
|
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
695
|
-
ListboxProps?: (
|
|
696
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
697
|
-
ref?: import("react").Ref<Element
|
|
1198
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
1199
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1200
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
698
1201
|
}) | undefined;
|
|
699
1202
|
loadingText?: import("react").ReactNode;
|
|
700
1203
|
limitTags?: number | undefined;
|
|
@@ -711,7 +1214,7 @@ export declare const Default: {
|
|
|
711
1214
|
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
712
1215
|
autoHighlight?: boolean | undefined;
|
|
713
1216
|
autoSelect?: boolean | undefined;
|
|
714
|
-
blurOnSelect?:
|
|
1217
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
715
1218
|
clearOnBlur?: boolean | undefined;
|
|
716
1219
|
clearOnEscape?: boolean | undefined;
|
|
717
1220
|
componentName?: string | undefined;
|
|
@@ -728,8 +1231,8 @@ export declare const Default: {
|
|
|
728
1231
|
includeInputInList?: boolean | undefined;
|
|
729
1232
|
inputValue?: string | undefined;
|
|
730
1233
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
731
|
-
onHighlightChange?: ((event: import("react").SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
732
|
-
onInputChange?: ((event: import("react").SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
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;
|
|
733
1236
|
openOnFocus?: boolean | undefined;
|
|
734
1237
|
selectOnFocus?: boolean | undefined;
|
|
735
1238
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -741,10 +1244,12 @@ export declare const Multiple: {
|
|
|
741
1244
|
autoComplete: true;
|
|
742
1245
|
filterSelectedOptions: true;
|
|
743
1246
|
freeSolo: true;
|
|
1247
|
+
size: "medium";
|
|
744
1248
|
label: string;
|
|
1249
|
+
platform: "desktop";
|
|
745
1250
|
placeholder: string;
|
|
746
1251
|
onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
747
|
-
defaultMuiPrevented?: boolean;
|
|
1252
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
748
1253
|
}], void>;
|
|
749
1254
|
onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
|
|
750
1255
|
onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
@@ -752,14 +1257,14 @@ export declare const Multiple: {
|
|
|
752
1257
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
|
|
753
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>;
|
|
754
1259
|
};
|
|
755
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1260
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
756
1261
|
actionLabel?: string | undefined;
|
|
757
1262
|
bottomButtonHeight?: number | undefined;
|
|
758
|
-
actionClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
1263
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
759
1264
|
label?: string | undefined;
|
|
760
1265
|
placeholder?: string | undefined;
|
|
761
|
-
platform?:
|
|
762
|
-
renderInput?: import("@mui/material").
|
|
1266
|
+
platform?: "desktop" | "web" | undefined;
|
|
1267
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
763
1268
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
764
1269
|
ref?: import("react").Ref<unknown> | undefined;
|
|
765
1270
|
className?: string | undefined;
|
|
@@ -775,27 +1280,27 @@ export declare const Multiple: {
|
|
|
775
1280
|
tabIndex?: number | undefined;
|
|
776
1281
|
"aria-activedescendant"?: string | undefined;
|
|
777
1282
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
778
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1283
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
779
1284
|
"aria-braillelabel"?: string | undefined;
|
|
780
1285
|
"aria-brailleroledescription"?: string | undefined;
|
|
781
1286
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
782
|
-
"aria-checked"?: boolean | "
|
|
1287
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
783
1288
|
"aria-colcount"?: number | undefined;
|
|
784
1289
|
"aria-colindex"?: number | undefined;
|
|
785
1290
|
"aria-colindextext"?: string | undefined;
|
|
786
1291
|
"aria-colspan"?: number | undefined;
|
|
787
1292
|
"aria-controls"?: string | undefined;
|
|
788
|
-
"aria-current"?: boolean | "
|
|
1293
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
789
1294
|
"aria-describedby"?: string | undefined;
|
|
790
1295
|
"aria-description"?: string | undefined;
|
|
791
1296
|
"aria-details"?: string | undefined;
|
|
792
1297
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
793
|
-
"aria-dropeffect"?: "
|
|
1298
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
794
1299
|
"aria-errormessage"?: string | undefined;
|
|
795
1300
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
796
1301
|
"aria-flowto"?: string | undefined;
|
|
797
1302
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
798
|
-
"aria-haspopup"?: boolean | "
|
|
1303
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
799
1304
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
800
1305
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
801
1306
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -810,9 +1315,9 @@ export declare const Multiple: {
|
|
|
810
1315
|
"aria-owns"?: string | undefined;
|
|
811
1316
|
"aria-placeholder"?: string | undefined;
|
|
812
1317
|
"aria-posinset"?: number | undefined;
|
|
813
|
-
"aria-pressed"?: boolean | "
|
|
1318
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
814
1319
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
815
|
-
"aria-relevant"?: "
|
|
1320
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
816
1321
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
817
1322
|
"aria-roledescription"?: string | undefined;
|
|
818
1323
|
"aria-rowcount"?: number | undefined;
|
|
@@ -845,7 +1350,7 @@ export declare const Multiple: {
|
|
|
845
1350
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
846
1351
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
847
1352
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
848
|
-
onChange?: ((event: import("react").SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1353
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
849
1354
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
850
1355
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
851
1356
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -862,7 +1367,7 @@ export declare const Multiple: {
|
|
|
862
1367
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
863
1368
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
864
1369
|
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
865
|
-
defaultMuiPrevented?: boolean;
|
|
1370
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
866
1371
|
}) => void) | undefined;
|
|
867
1372
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
868
1373
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -995,17 +1500,17 @@ export declare const Multiple: {
|
|
|
995
1500
|
content?: string | undefined;
|
|
996
1501
|
translate?: "yes" | "no" | undefined;
|
|
997
1502
|
slotProps?: {
|
|
998
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
999
|
-
paper?: import("@mui/material").PaperProps;
|
|
1000
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1001
|
-
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;
|
|
1002
1507
|
} | undefined;
|
|
1003
1508
|
defaultChecked?: boolean | undefined;
|
|
1004
1509
|
defaultValue?: any;
|
|
1005
1510
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1006
1511
|
accessKey?: string | undefined;
|
|
1007
1512
|
autoFocus?: boolean | undefined;
|
|
1008
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1513
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1009
1514
|
contextMenu?: string | undefined;
|
|
1010
1515
|
dir?: string | undefined;
|
|
1011
1516
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1033,21 +1538,21 @@ export declare const Multiple: {
|
|
|
1033
1538
|
itemRef?: string | undefined;
|
|
1034
1539
|
results?: number | undefined;
|
|
1035
1540
|
security?: string | undefined;
|
|
1036
|
-
unselectable?: "
|
|
1037
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1541
|
+
unselectable?: "off" | "on" | undefined;
|
|
1542
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1038
1543
|
is?: string | undefined;
|
|
1039
1544
|
fullWidth?: boolean | undefined;
|
|
1040
1545
|
loading?: boolean | undefined;
|
|
1041
1546
|
value?: any;
|
|
1042
1547
|
readOnly?: boolean | undefined;
|
|
1043
1548
|
componentsProps?: {
|
|
1044
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1045
|
-
paper?: import("@mui/material").PaperProps;
|
|
1046
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1047
|
-
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;
|
|
1048
1553
|
} | undefined;
|
|
1049
1554
|
disablePortal?: boolean | undefined;
|
|
1050
|
-
onClose?: ((event: import("react").SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1555
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1051
1556
|
open?: boolean | undefined;
|
|
1052
1557
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
1053
1558
|
multiple?: boolean | undefined;
|
|
@@ -1055,18 +1560,18 @@ export declare const Multiple: {
|
|
|
1055
1560
|
options: readonly any[];
|
|
1056
1561
|
disabledItemsFocusable?: boolean | undefined;
|
|
1057
1562
|
disableListWrap?: boolean | undefined;
|
|
1058
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1563
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1059
1564
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
1060
1565
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
1061
1566
|
clearIcon?: import("react").ReactNode;
|
|
1062
1567
|
clearText?: string | undefined;
|
|
1063
1568
|
closeText?: string | undefined;
|
|
1064
|
-
forcePopupIcon?:
|
|
1569
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
1065
1570
|
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
1066
1571
|
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1067
|
-
ListboxProps?: (
|
|
1068
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1069
|
-
ref?: import("react").Ref<Element
|
|
1572
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
1573
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1574
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
1070
1575
|
}) | undefined;
|
|
1071
1576
|
loadingText?: import("react").ReactNode;
|
|
1072
1577
|
limitTags?: number | undefined;
|
|
@@ -1083,7 +1588,7 @@ export declare const Multiple: {
|
|
|
1083
1588
|
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
1084
1589
|
autoHighlight?: boolean | undefined;
|
|
1085
1590
|
autoSelect?: boolean | undefined;
|
|
1086
|
-
blurOnSelect?:
|
|
1591
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
1087
1592
|
clearOnBlur?: boolean | undefined;
|
|
1088
1593
|
clearOnEscape?: boolean | undefined;
|
|
1089
1594
|
componentName?: string | undefined;
|
|
@@ -1100,8 +1605,8 @@ export declare const Multiple: {
|
|
|
1100
1605
|
includeInputInList?: boolean | undefined;
|
|
1101
1606
|
inputValue?: string | undefined;
|
|
1102
1607
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
1103
|
-
onHighlightChange?: ((event: import("react").SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
1104
|
-
onInputChange?: ((event: import("react").SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
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;
|
|
1105
1610
|
openOnFocus?: boolean | undefined;
|
|
1106
1611
|
selectOnFocus?: boolean | undefined;
|
|
1107
1612
|
}>) => Promise<void>;
|
|
@@ -1115,11 +1620,11 @@ export declare const Multiple: {
|
|
|
1115
1620
|
render: (args: {
|
|
1116
1621
|
actionLabel?: string | undefined;
|
|
1117
1622
|
bottomButtonHeight?: number | undefined;
|
|
1118
|
-
actionClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
1623
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
1119
1624
|
label?: string | undefined;
|
|
1120
1625
|
placeholder?: string | undefined;
|
|
1121
|
-
platform?:
|
|
1122
|
-
renderInput?: import("@mui/material").
|
|
1626
|
+
platform?: "desktop" | "web" | undefined;
|
|
1627
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
1123
1628
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1124
1629
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1125
1630
|
className?: string | undefined;
|
|
@@ -1135,27 +1640,27 @@ export declare const Multiple: {
|
|
|
1135
1640
|
tabIndex?: number | undefined;
|
|
1136
1641
|
"aria-activedescendant"?: string | undefined;
|
|
1137
1642
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1138
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1643
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1139
1644
|
"aria-braillelabel"?: string | undefined;
|
|
1140
1645
|
"aria-brailleroledescription"?: string | undefined;
|
|
1141
1646
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1142
|
-
"aria-checked"?: boolean | "
|
|
1647
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1143
1648
|
"aria-colcount"?: number | undefined;
|
|
1144
1649
|
"aria-colindex"?: number | undefined;
|
|
1145
1650
|
"aria-colindextext"?: string | undefined;
|
|
1146
1651
|
"aria-colspan"?: number | undefined;
|
|
1147
1652
|
"aria-controls"?: string | undefined;
|
|
1148
|
-
"aria-current"?: boolean | "
|
|
1653
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1149
1654
|
"aria-describedby"?: string | undefined;
|
|
1150
1655
|
"aria-description"?: string | undefined;
|
|
1151
1656
|
"aria-details"?: string | undefined;
|
|
1152
1657
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1153
|
-
"aria-dropeffect"?: "
|
|
1658
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1154
1659
|
"aria-errormessage"?: string | undefined;
|
|
1155
1660
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1156
1661
|
"aria-flowto"?: string | undefined;
|
|
1157
1662
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1158
|
-
"aria-haspopup"?: boolean | "
|
|
1663
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1159
1664
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1160
1665
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1161
1666
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1170,9 +1675,9 @@ export declare const Multiple: {
|
|
|
1170
1675
|
"aria-owns"?: string | undefined;
|
|
1171
1676
|
"aria-placeholder"?: string | undefined;
|
|
1172
1677
|
"aria-posinset"?: number | undefined;
|
|
1173
|
-
"aria-pressed"?: boolean | "
|
|
1678
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1174
1679
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1175
|
-
"aria-relevant"?: "
|
|
1680
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1176
1681
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1177
1682
|
"aria-roledescription"?: string | undefined;
|
|
1178
1683
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1205,7 +1710,7 @@ export declare const Multiple: {
|
|
|
1205
1710
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1206
1711
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1207
1712
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1208
|
-
onChange?: ((event: import("react").SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1713
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1209
1714
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1210
1715
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1211
1716
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1222,7 +1727,7 @@ export declare const Multiple: {
|
|
|
1222
1727
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1223
1728
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1224
1729
|
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1225
|
-
defaultMuiPrevented?: boolean;
|
|
1730
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1226
1731
|
}) => void) | undefined;
|
|
1227
1732
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1228
1733
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1355,17 +1860,17 @@ export declare const Multiple: {
|
|
|
1355
1860
|
content?: string | undefined;
|
|
1356
1861
|
translate?: "yes" | "no" | undefined;
|
|
1357
1862
|
slotProps?: {
|
|
1358
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1359
|
-
paper?: import("@mui/material").PaperProps;
|
|
1360
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1361
|
-
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;
|
|
1362
1867
|
} | undefined;
|
|
1363
1868
|
defaultChecked?: boolean | undefined;
|
|
1364
1869
|
defaultValue?: any;
|
|
1365
1870
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1366
1871
|
accessKey?: string | undefined;
|
|
1367
1872
|
autoFocus?: boolean | undefined;
|
|
1368
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1873
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1369
1874
|
contextMenu?: string | undefined;
|
|
1370
1875
|
dir?: string | undefined;
|
|
1371
1876
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1393,21 +1898,21 @@ export declare const Multiple: {
|
|
|
1393
1898
|
itemRef?: string | undefined;
|
|
1394
1899
|
results?: number | undefined;
|
|
1395
1900
|
security?: string | undefined;
|
|
1396
|
-
unselectable?: "
|
|
1397
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1901
|
+
unselectable?: "off" | "on" | undefined;
|
|
1902
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1398
1903
|
is?: string | undefined;
|
|
1399
1904
|
fullWidth?: boolean | undefined;
|
|
1400
1905
|
loading?: boolean | undefined;
|
|
1401
1906
|
value?: any;
|
|
1402
1907
|
readOnly?: boolean | undefined;
|
|
1403
1908
|
componentsProps?: {
|
|
1404
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1405
|
-
paper?: import("@mui/material").PaperProps;
|
|
1406
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1407
|
-
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;
|
|
1408
1913
|
} | undefined;
|
|
1409
1914
|
disablePortal?: boolean | undefined;
|
|
1410
|
-
onClose?: ((event: import("react").SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1915
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1411
1916
|
open?: boolean | undefined;
|
|
1412
1917
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
1413
1918
|
multiple?: boolean | undefined;
|
|
@@ -1415,18 +1920,18 @@ export declare const Multiple: {
|
|
|
1415
1920
|
options: readonly any[];
|
|
1416
1921
|
disabledItemsFocusable?: boolean | undefined;
|
|
1417
1922
|
disableListWrap?: boolean | undefined;
|
|
1418
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
1923
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1419
1924
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
1420
1925
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
1421
1926
|
clearIcon?: import("react").ReactNode;
|
|
1422
1927
|
clearText?: string | undefined;
|
|
1423
1928
|
closeText?: string | undefined;
|
|
1424
|
-
forcePopupIcon?:
|
|
1929
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
1425
1930
|
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
1426
1931
|
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1427
|
-
ListboxProps?: (
|
|
1428
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1429
|
-
ref?: import("react").Ref<Element
|
|
1932
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
1933
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1934
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
1430
1935
|
}) | undefined;
|
|
1431
1936
|
loadingText?: import("react").ReactNode;
|
|
1432
1937
|
limitTags?: number | undefined;
|
|
@@ -1443,7 +1948,7 @@ export declare const Multiple: {
|
|
|
1443
1948
|
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
1444
1949
|
autoHighlight?: boolean | undefined;
|
|
1445
1950
|
autoSelect?: boolean | undefined;
|
|
1446
|
-
blurOnSelect?:
|
|
1951
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
1447
1952
|
clearOnBlur?: boolean | undefined;
|
|
1448
1953
|
clearOnEscape?: boolean | undefined;
|
|
1449
1954
|
componentName?: string | undefined;
|
|
@@ -1460,8 +1965,8 @@ export declare const Multiple: {
|
|
|
1460
1965
|
includeInputInList?: boolean | undefined;
|
|
1461
1966
|
inputValue?: string | undefined;
|
|
1462
1967
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
1463
|
-
onHighlightChange?: ((event: import("react").SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
1464
|
-
onInputChange?: ((event: import("react").SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
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;
|
|
1465
1970
|
openOnFocus?: boolean | undefined;
|
|
1466
1971
|
selectOnFocus?: boolean | undefined;
|
|
1467
1972
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1481,7 +1986,7 @@ export declare const CustomAction: {
|
|
|
1481
1986
|
freeSolo: true;
|
|
1482
1987
|
label: string;
|
|
1483
1988
|
onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1484
|
-
defaultMuiPrevented?: boolean;
|
|
1989
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1485
1990
|
}], void>;
|
|
1486
1991
|
onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
|
|
1487
1992
|
onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
|
|
@@ -1489,14 +1994,14 @@ export declare const CustomAction: {
|
|
|
1489
1994
|
onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
|
|
1490
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>;
|
|
1491
1996
|
};
|
|
1492
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
1997
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
1493
1998
|
actionLabel?: string | undefined;
|
|
1494
1999
|
bottomButtonHeight?: number | undefined;
|
|
1495
|
-
actionClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
2000
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
1496
2001
|
label?: string | undefined;
|
|
1497
2002
|
placeholder?: string | undefined;
|
|
1498
|
-
platform?:
|
|
1499
|
-
renderInput?: import("@mui/material").
|
|
2003
|
+
platform?: "desktop" | "web" | undefined;
|
|
2004
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
1500
2005
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1501
2006
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1502
2007
|
className?: string | undefined;
|
|
@@ -1512,27 +2017,27 @@ export declare const CustomAction: {
|
|
|
1512
2017
|
tabIndex?: number | undefined;
|
|
1513
2018
|
"aria-activedescendant"?: string | undefined;
|
|
1514
2019
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1515
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2020
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1516
2021
|
"aria-braillelabel"?: string | undefined;
|
|
1517
2022
|
"aria-brailleroledescription"?: string | undefined;
|
|
1518
2023
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1519
|
-
"aria-checked"?: boolean | "
|
|
2024
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1520
2025
|
"aria-colcount"?: number | undefined;
|
|
1521
2026
|
"aria-colindex"?: number | undefined;
|
|
1522
2027
|
"aria-colindextext"?: string | undefined;
|
|
1523
2028
|
"aria-colspan"?: number | undefined;
|
|
1524
2029
|
"aria-controls"?: string | undefined;
|
|
1525
|
-
"aria-current"?: boolean | "
|
|
2030
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1526
2031
|
"aria-describedby"?: string | undefined;
|
|
1527
2032
|
"aria-description"?: string | undefined;
|
|
1528
2033
|
"aria-details"?: string | undefined;
|
|
1529
2034
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1530
|
-
"aria-dropeffect"?: "
|
|
2035
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1531
2036
|
"aria-errormessage"?: string | undefined;
|
|
1532
2037
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1533
2038
|
"aria-flowto"?: string | undefined;
|
|
1534
2039
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1535
|
-
"aria-haspopup"?: boolean | "
|
|
2040
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1536
2041
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1537
2042
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1538
2043
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1547,9 +2052,9 @@ export declare const CustomAction: {
|
|
|
1547
2052
|
"aria-owns"?: string | undefined;
|
|
1548
2053
|
"aria-placeholder"?: string | undefined;
|
|
1549
2054
|
"aria-posinset"?: number | undefined;
|
|
1550
|
-
"aria-pressed"?: boolean | "
|
|
2055
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1551
2056
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1552
|
-
"aria-relevant"?: "
|
|
2057
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1553
2058
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1554
2059
|
"aria-roledescription"?: string | undefined;
|
|
1555
2060
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1582,7 +2087,7 @@ export declare const CustomAction: {
|
|
|
1582
2087
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1583
2088
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1584
2089
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1585
|
-
onChange?: ((event: import("react").SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
2090
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1586
2091
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1587
2092
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1588
2093
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1599,7 +2104,7 @@ export declare const CustomAction: {
|
|
|
1599
2104
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1600
2105
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1601
2106
|
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1602
|
-
defaultMuiPrevented?: boolean;
|
|
2107
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1603
2108
|
}) => void) | undefined;
|
|
1604
2109
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1605
2110
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1732,17 +2237,17 @@ export declare const CustomAction: {
|
|
|
1732
2237
|
content?: string | undefined;
|
|
1733
2238
|
translate?: "yes" | "no" | undefined;
|
|
1734
2239
|
slotProps?: {
|
|
1735
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1736
|
-
paper?: import("@mui/material").PaperProps;
|
|
1737
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1738
|
-
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;
|
|
1739
2244
|
} | undefined;
|
|
1740
2245
|
defaultChecked?: boolean | undefined;
|
|
1741
2246
|
defaultValue?: any;
|
|
1742
2247
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1743
2248
|
accessKey?: string | undefined;
|
|
1744
2249
|
autoFocus?: boolean | undefined;
|
|
1745
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2250
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1746
2251
|
contextMenu?: string | undefined;
|
|
1747
2252
|
dir?: string | undefined;
|
|
1748
2253
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1770,21 +2275,21 @@ export declare const CustomAction: {
|
|
|
1770
2275
|
itemRef?: string | undefined;
|
|
1771
2276
|
results?: number | undefined;
|
|
1772
2277
|
security?: string | undefined;
|
|
1773
|
-
unselectable?: "
|
|
1774
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2278
|
+
unselectable?: "off" | "on" | undefined;
|
|
2279
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1775
2280
|
is?: string | undefined;
|
|
1776
2281
|
fullWidth?: boolean | undefined;
|
|
1777
2282
|
loading?: boolean | undefined;
|
|
1778
2283
|
value?: any;
|
|
1779
2284
|
readOnly?: boolean | undefined;
|
|
1780
2285
|
componentsProps?: {
|
|
1781
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
1782
|
-
paper?: import("@mui/material").PaperProps;
|
|
1783
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
1784
|
-
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;
|
|
1785
2290
|
} | undefined;
|
|
1786
2291
|
disablePortal?: boolean | undefined;
|
|
1787
|
-
onClose?: ((event: import("react").SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
2292
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
1788
2293
|
open?: boolean | undefined;
|
|
1789
2294
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
1790
2295
|
multiple?: boolean | undefined;
|
|
@@ -1792,18 +2297,18 @@ export declare const CustomAction: {
|
|
|
1792
2297
|
options: readonly any[];
|
|
1793
2298
|
disabledItemsFocusable?: boolean | undefined;
|
|
1794
2299
|
disableListWrap?: boolean | undefined;
|
|
1795
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2300
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
1796
2301
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
1797
2302
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
1798
2303
|
clearIcon?: import("react").ReactNode;
|
|
1799
2304
|
clearText?: string | undefined;
|
|
1800
2305
|
closeText?: string | undefined;
|
|
1801
|
-
forcePopupIcon?:
|
|
2306
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
1802
2307
|
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
1803
2308
|
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
1804
|
-
ListboxProps?: (
|
|
1805
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
1806
|
-
ref?: import("react").Ref<Element
|
|
2309
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
2310
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2311
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
1807
2312
|
}) | undefined;
|
|
1808
2313
|
loadingText?: import("react").ReactNode;
|
|
1809
2314
|
limitTags?: number | undefined;
|
|
@@ -1820,7 +2325,7 @@ export declare const CustomAction: {
|
|
|
1820
2325
|
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
1821
2326
|
autoHighlight?: boolean | undefined;
|
|
1822
2327
|
autoSelect?: boolean | undefined;
|
|
1823
|
-
blurOnSelect?:
|
|
2328
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
1824
2329
|
clearOnBlur?: boolean | undefined;
|
|
1825
2330
|
clearOnEscape?: boolean | undefined;
|
|
1826
2331
|
componentName?: string | undefined;
|
|
@@ -1837,8 +2342,8 @@ export declare const CustomAction: {
|
|
|
1837
2342
|
includeInputInList?: boolean | undefined;
|
|
1838
2343
|
inputValue?: string | undefined;
|
|
1839
2344
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
1840
|
-
onHighlightChange?: ((event: import("react").SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
1841
|
-
onInputChange?: ((event: import("react").SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
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;
|
|
1842
2347
|
openOnFocus?: boolean | undefined;
|
|
1843
2348
|
selectOnFocus?: boolean | undefined;
|
|
1844
2349
|
}>) => Promise<void>;
|
|
@@ -1852,11 +2357,11 @@ export declare const CustomAction: {
|
|
|
1852
2357
|
render: (args: {
|
|
1853
2358
|
actionLabel?: string | undefined;
|
|
1854
2359
|
bottomButtonHeight?: number | undefined;
|
|
1855
|
-
actionClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
2360
|
+
actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
1856
2361
|
label?: string | undefined;
|
|
1857
2362
|
placeholder?: string | undefined;
|
|
1858
|
-
platform?:
|
|
1859
|
-
renderInput?: import("@mui/material").
|
|
2363
|
+
platform?: "desktop" | "web" | undefined;
|
|
2364
|
+
renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
|
|
1860
2365
|
classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
|
|
1861
2366
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1862
2367
|
className?: string | undefined;
|
|
@@ -1872,27 +2377,27 @@ export declare const CustomAction: {
|
|
|
1872
2377
|
tabIndex?: number | undefined;
|
|
1873
2378
|
"aria-activedescendant"?: string | undefined;
|
|
1874
2379
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1875
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
2380
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1876
2381
|
"aria-braillelabel"?: string | undefined;
|
|
1877
2382
|
"aria-brailleroledescription"?: string | undefined;
|
|
1878
2383
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1879
|
-
"aria-checked"?: boolean | "
|
|
2384
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1880
2385
|
"aria-colcount"?: number | undefined;
|
|
1881
2386
|
"aria-colindex"?: number | undefined;
|
|
1882
2387
|
"aria-colindextext"?: string | undefined;
|
|
1883
2388
|
"aria-colspan"?: number | undefined;
|
|
1884
2389
|
"aria-controls"?: string | undefined;
|
|
1885
|
-
"aria-current"?: boolean | "
|
|
2390
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1886
2391
|
"aria-describedby"?: string | undefined;
|
|
1887
2392
|
"aria-description"?: string | undefined;
|
|
1888
2393
|
"aria-details"?: string | undefined;
|
|
1889
2394
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1890
|
-
"aria-dropeffect"?: "
|
|
2395
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1891
2396
|
"aria-errormessage"?: string | undefined;
|
|
1892
2397
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1893
2398
|
"aria-flowto"?: string | undefined;
|
|
1894
2399
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1895
|
-
"aria-haspopup"?: boolean | "
|
|
2400
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1896
2401
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1897
2402
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1898
2403
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1907,9 +2412,9 @@ export declare const CustomAction: {
|
|
|
1907
2412
|
"aria-owns"?: string | undefined;
|
|
1908
2413
|
"aria-placeholder"?: string | undefined;
|
|
1909
2414
|
"aria-posinset"?: number | undefined;
|
|
1910
|
-
"aria-pressed"?: boolean | "
|
|
2415
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1911
2416
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1912
|
-
"aria-relevant"?: "
|
|
2417
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1913
2418
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1914
2419
|
"aria-roledescription"?: string | undefined;
|
|
1915
2420
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1942,7 +2447,7 @@ export declare const CustomAction: {
|
|
|
1942
2447
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1943
2448
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1944
2449
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
1945
|
-
onChange?: ((event: import("react").SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
2450
|
+
onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
|
|
1946
2451
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1947
2452
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
1948
2453
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1959,7 +2464,7 @@ export declare const CustomAction: {
|
|
|
1959
2464
|
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1960
2465
|
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1961
2466
|
onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
|
|
1962
|
-
defaultMuiPrevented?: boolean;
|
|
2467
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
1963
2468
|
}) => void) | undefined;
|
|
1964
2469
|
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1965
2470
|
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2092,17 +2597,17 @@ export declare const CustomAction: {
|
|
|
2092
2597
|
content?: string | undefined;
|
|
2093
2598
|
translate?: "yes" | "no" | undefined;
|
|
2094
2599
|
slotProps?: {
|
|
2095
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2096
|
-
paper?: import("@mui/material").PaperProps;
|
|
2097
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
2098
|
-
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;
|
|
2099
2604
|
} | undefined;
|
|
2100
2605
|
defaultChecked?: boolean | undefined;
|
|
2101
2606
|
defaultValue?: any;
|
|
2102
2607
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2103
2608
|
accessKey?: string | undefined;
|
|
2104
2609
|
autoFocus?: boolean | undefined;
|
|
2105
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
2610
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
2106
2611
|
contextMenu?: string | undefined;
|
|
2107
2612
|
dir?: string | undefined;
|
|
2108
2613
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -2130,21 +2635,21 @@ export declare const CustomAction: {
|
|
|
2130
2635
|
itemRef?: string | undefined;
|
|
2131
2636
|
results?: number | undefined;
|
|
2132
2637
|
security?: string | undefined;
|
|
2133
|
-
unselectable?: "
|
|
2134
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
2638
|
+
unselectable?: "off" | "on" | undefined;
|
|
2639
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2135
2640
|
is?: string | undefined;
|
|
2136
2641
|
fullWidth?: boolean | undefined;
|
|
2137
2642
|
loading?: boolean | undefined;
|
|
2138
2643
|
value?: any;
|
|
2139
2644
|
readOnly?: boolean | undefined;
|
|
2140
2645
|
componentsProps?: {
|
|
2141
|
-
clearIndicator?: Partial<import("@mui/material").IconButtonProps
|
|
2142
|
-
paper?: import("@mui/material").PaperProps;
|
|
2143
|
-
popper?: Partial<import("@mui/material").PopperProps
|
|
2144
|
-
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;
|
|
2145
2650
|
} | undefined;
|
|
2146
2651
|
disablePortal?: boolean | undefined;
|
|
2147
|
-
onClose?: ((event: import("react").SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
2652
|
+
onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
|
|
2148
2653
|
open?: boolean | undefined;
|
|
2149
2654
|
size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
|
|
2150
2655
|
multiple?: boolean | undefined;
|
|
@@ -2152,18 +2657,18 @@ export declare const CustomAction: {
|
|
|
2152
2657
|
options: readonly any[];
|
|
2153
2658
|
disabledItemsFocusable?: boolean | undefined;
|
|
2154
2659
|
disableListWrap?: boolean | undefined;
|
|
2155
|
-
onOpen?: ((event: import("react").SyntheticEvent) => void) | undefined;
|
|
2660
|
+
onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
|
2156
2661
|
PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
|
|
2157
2662
|
ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
|
|
2158
2663
|
clearIcon?: import("react").ReactNode;
|
|
2159
2664
|
clearText?: string | undefined;
|
|
2160
2665
|
closeText?: string | undefined;
|
|
2161
|
-
forcePopupIcon?:
|
|
2666
|
+
forcePopupIcon?: boolean | "auto" | undefined;
|
|
2162
2667
|
getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
|
|
2163
2668
|
ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
|
|
2164
|
-
ListboxProps?: (
|
|
2165
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme
|
|
2166
|
-
ref?: import("react").Ref<Element
|
|
2669
|
+
ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
|
|
2670
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
2671
|
+
ref?: import("react").Ref<Element> | undefined;
|
|
2167
2672
|
}) | undefined;
|
|
2168
2673
|
loadingText?: import("react").ReactNode;
|
|
2169
2674
|
limitTags?: number | undefined;
|
|
@@ -2180,7 +2685,7 @@ export declare const CustomAction: {
|
|
|
2180
2685
|
unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
|
|
2181
2686
|
autoHighlight?: boolean | undefined;
|
|
2182
2687
|
autoSelect?: boolean | undefined;
|
|
2183
|
-
blurOnSelect?:
|
|
2688
|
+
blurOnSelect?: boolean | "touch" | "mouse" | undefined;
|
|
2184
2689
|
clearOnBlur?: boolean | undefined;
|
|
2185
2690
|
clearOnEscape?: boolean | undefined;
|
|
2186
2691
|
componentName?: string | undefined;
|
|
@@ -2197,8 +2702,8 @@ export declare const CustomAction: {
|
|
|
2197
2702
|
includeInputInList?: boolean | undefined;
|
|
2198
2703
|
inputValue?: string | undefined;
|
|
2199
2704
|
isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
|
|
2200
|
-
onHighlightChange?: ((event: import("react").SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
|
|
2201
|
-
onInputChange?: ((event: import("react").SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
|
|
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;
|
|
2202
2707
|
openOnFocus?: boolean | undefined;
|
|
2203
2708
|
selectOnFocus?: boolean | undefined;
|
|
2204
2709
|
}) => import("react/jsx-runtime").JSX.Element;
|