@galaxy-ds/core 2.1.1 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +361 -204
  2. package/dist/Accordion/Accordion.styled.d.ts +2 -1
  3. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
  4. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
  5. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
  6. package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
  7. package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
  8. package/dist/AppBar/AppBar.stories.d.ts +105 -85
  9. package/dist/AppBar/AppBar.styled.d.ts +3 -2
  10. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
  11. package/dist/Autocomplete/Autocomplete.stories.d.ts +446 -332
  12. package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
  13. package/dist/Avatar/Avatar.stories.d.ts +233 -194
  14. package/dist/Avatar/Avatar.styled.d.ts +2 -1
  15. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
  16. package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
  17. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
  18. package/dist/Box/Box.stories.d.ts +67 -57
  19. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
  20. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
  21. package/dist/Button/Button.stories.d.ts +473 -423
  22. package/dist/Button/Button.styled.d.ts +2 -1
  23. package/dist/Card/Card.stories.d.ts +49 -29
  24. package/dist/Card/Card.styled.d.ts +2 -1
  25. package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
  26. package/dist/Chip/Chip.stories.d.ts +439 -112
  27. package/dist/Chip/Chip.styled.d.ts +2 -1
  28. package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
  29. package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
  30. package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
  31. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
  32. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
  33. package/dist/Dialog/Dialog.stories.d.ts +232 -137
  34. package/dist/Divider/Divider.stories.d.ts +81 -53
  35. package/dist/Drawer/Drawer.stories.d.ts +141 -87
  36. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
  37. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
  38. package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
  39. package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
  40. package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
  41. package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
  42. package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
  43. package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
  44. package/dist/FormBody/FormBody.stories.d.ts +4 -3
  45. package/dist/FormBody/FormBody.styled.d.ts +1 -0
  46. package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
  47. package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
  48. package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
  49. package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
  50. package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
  51. package/dist/Grid/Grid.stories.d.ts +1001 -22
  52. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
  53. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
  54. package/dist/Icon/Icon.stories.d.ts +628 -618
  55. package/dist/IconButton/IconButton.d.ts +1 -0
  56. package/dist/IconButton/IconButton.stories.d.ts +98 -52
  57. package/dist/Icons/doctype-icons.stories.d.ts +827 -824
  58. package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
  59. package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
  60. package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
  61. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
  62. package/dist/Input/Input.stories.d.ts +795 -840
  63. package/dist/Input/Input.styled.d.ts +3 -2
  64. package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
  65. package/dist/Loader/Loader.styled.d.ts +2 -1
  66. package/dist/Menu/Menu.d.ts +1 -0
  67. package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
  68. package/dist/Popover/Popover.types.d.ts +0 -2
  69. package/dist/RibbonButton/RibbonButton.d.ts +1 -0
  70. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
  71. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
  72. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
  73. package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
  74. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
  75. package/dist/Tab/Tab.styled.d.ts +2 -1
  76. package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
  77. package/dist/Tabs/Tabs.styled.d.ts +2 -1
  78. package/dist/Tag/Tag.styled.d.ts +4 -3
  79. package/dist/TextEditor/TextEditor.d.ts +2 -0
  80. package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
  81. package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
  82. package/dist/TextEditor/TextEditor.types.d.ts +27 -0
  83. package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
  84. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
  85. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
  86. package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
  87. package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
  88. package/dist/TextEditor/extensions/index.d.ts +1 -0
  89. package/dist/TextEditor/hooks/index.d.ts +1 -0
  90. package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
  91. package/dist/TextEditor/index.d.ts +3 -0
  92. package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
  93. package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
  94. package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
  95. package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
  96. package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
  97. package/dist/TextEditorMenuBar/index.d.ts +2 -0
  98. package/dist/Typography/Typography.stories.d.ts +0 -3
  99. package/dist/index.d.ts +1 -0
  100. package/dist/index.esm.js +29270 -36
  101. package/dist/index.esm.js.map +1 -1
  102. package/dist/index.js +29256 -19
  103. package/dist/index.js.map +1 -1
  104. package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
  105. package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
  106. package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
  107. package/package.json +4 -1
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
1
4
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
5
  /**
3
6
  * ```js
@@ -11,14 +14,126 @@ declare const meta: {
11
14
  badges: BADGE[];
12
15
  layout: string;
13
16
  };
14
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
17
+ argTypes: {
18
+ onKeyDown: {
19
+ control: {
20
+ type: undefined;
21
+ };
22
+ };
23
+ onInputChange: {
24
+ control: {
25
+ type: undefined;
26
+ };
27
+ };
28
+ onOpen: {
29
+ control: {
30
+ type: undefined;
31
+ };
32
+ };
33
+ onHighlightChange: {
34
+ control: {
35
+ type: undefined;
36
+ };
37
+ };
38
+ onClose: {
39
+ control: {
40
+ type: undefined;
41
+ };
42
+ };
43
+ onChange: {
44
+ control: {
45
+ type: undefined;
46
+ };
47
+ };
48
+ actionClick: {
49
+ control: {
50
+ type: undefined;
51
+ };
52
+ };
53
+ renderInput: {
54
+ control: {
55
+ type: undefined;
56
+ };
57
+ };
58
+ isOptionEqualToValue: {
59
+ control: {
60
+ type: undefined;
61
+ };
62
+ };
63
+ groupBy: {
64
+ control: {
65
+ type: undefined;
66
+ };
67
+ };
68
+ getLimitTagsText: {
69
+ control: {
70
+ type: undefined;
71
+ };
72
+ };
73
+ clearIcon: {
74
+ control: {
75
+ type: undefined;
76
+ };
77
+ };
78
+ renderGroup: {
79
+ control: {
80
+ type: undefined;
81
+ };
82
+ };
83
+ renderOption: {
84
+ control: {
85
+ type: undefined;
86
+ };
87
+ };
88
+ renderTags: {
89
+ control: {
90
+ type: undefined;
91
+ };
92
+ };
93
+ unstable_isActiveElementInListbox: {
94
+ control: {
95
+ type: undefined;
96
+ };
97
+ };
98
+ popupIcon: {
99
+ control: {
100
+ type: undefined;
101
+ };
102
+ };
103
+ PopperComponent: {
104
+ control: {
105
+ type: undefined;
106
+ };
107
+ };
108
+ filterOptions: {
109
+ control: {
110
+ type: undefined;
111
+ };
112
+ };
113
+ getOptionDisabled: {
114
+ control: {
115
+ type: undefined;
116
+ };
117
+ };
118
+ getOptionKey: {
119
+ control: {
120
+ type: undefined;
121
+ };
122
+ };
123
+ getOptionLabel: {
124
+ control: {
125
+ type: undefined;
126
+ };
127
+ };
128
+ };
129
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
15
130
  actionLabel?: string | undefined;
16
131
  bottomButtonHeight?: number | undefined;
17
- actionClick?: ((e: React.MouseEvent) => void) | undefined;
132
+ actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
18
133
  label?: string | undefined;
19
134
  placeholder?: string | undefined;
20
- platform?: ("desktop" | "web") | undefined;
21
- renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
135
+ platform?: "desktop" | "web" | undefined;
136
+ renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
22
137
  classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
23
138
  ref?: import("react").Ref<unknown> | undefined;
24
139
  className?: string | undefined;
@@ -34,27 +149,27 @@ declare const meta: {
34
149
  tabIndex?: number | undefined;
35
150
  "aria-activedescendant"?: string | undefined;
36
151
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
37
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
152
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
38
153
  "aria-braillelabel"?: string | undefined;
39
154
  "aria-brailleroledescription"?: string | undefined;
40
155
  "aria-busy"?: (boolean | "false" | "true") | undefined;
41
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
156
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
42
157
  "aria-colcount"?: number | undefined;
43
158
  "aria-colindex"?: number | undefined;
44
159
  "aria-colindextext"?: string | undefined;
45
160
  "aria-colspan"?: number | undefined;
46
161
  "aria-controls"?: string | undefined;
47
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
162
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
48
163
  "aria-describedby"?: string | undefined;
49
164
  "aria-description"?: string | undefined;
50
165
  "aria-details"?: string | undefined;
51
166
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
52
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
167
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
53
168
  "aria-errormessage"?: string | undefined;
54
169
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
55
170
  "aria-flowto"?: string | undefined;
56
171
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
57
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
172
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
58
173
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
59
174
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
60
175
  "aria-keyshortcuts"?: string | undefined;
@@ -69,9 +184,9 @@ declare const meta: {
69
184
  "aria-owns"?: string | undefined;
70
185
  "aria-placeholder"?: string | undefined;
71
186
  "aria-posinset"?: number | undefined;
72
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
187
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
73
188
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
74
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
189
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
75
190
  "aria-required"?: (boolean | "false" | "true") | undefined;
76
191
  "aria-roledescription"?: string | undefined;
77
192
  "aria-rowcount"?: number | undefined;
@@ -104,7 +219,7 @@ declare const meta: {
104
219
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
105
220
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
106
221
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
107
- onChange?: ((event: React.SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | 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;
108
223
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
109
224
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
110
225
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -120,8 +235,8 @@ declare const meta: {
120
235
  onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
121
236
  onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
122
237
  onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
123
- onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
124
- defaultMuiPrevented?: boolean;
238
+ onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
239
+ defaultMuiPrevented?: boolean | undefined;
125
240
  }) => void) | undefined;
126
241
  onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
127
242
  onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
@@ -254,17 +369,17 @@ declare const meta: {
254
369
  content?: string | undefined;
255
370
  translate?: "yes" | "no" | undefined;
256
371
  slotProps?: {
257
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
258
- paper?: import("@mui/material").PaperProps;
259
- popper?: Partial<import("@mui/material").PopperProps>;
260
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
372
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
373
+ paper?: import("@mui/material").PaperProps | undefined;
374
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
375
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
261
376
  } | undefined;
262
377
  defaultChecked?: boolean | undefined;
263
378
  defaultValue?: any;
264
379
  suppressContentEditableWarning?: boolean | undefined;
265
380
  accessKey?: string | undefined;
266
381
  autoFocus?: boolean | undefined;
267
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
382
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
268
383
  contextMenu?: string | undefined;
269
384
  dir?: string | undefined;
270
385
  draggable?: (boolean | "false" | "true") | undefined;
@@ -292,21 +407,21 @@ declare const meta: {
292
407
  itemRef?: string | undefined;
293
408
  results?: number | undefined;
294
409
  security?: string | undefined;
295
- unselectable?: "on" | "off" | undefined;
296
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
410
+ unselectable?: "off" | "on" | undefined;
411
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
297
412
  is?: string | undefined;
298
413
  fullWidth?: boolean | undefined;
299
414
  loading?: boolean | undefined;
300
415
  value?: any;
301
416
  readOnly?: boolean | undefined;
302
417
  componentsProps?: {
303
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
304
- paper?: import("@mui/material").PaperProps;
305
- popper?: Partial<import("@mui/material").PopperProps>;
306
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
418
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
419
+ paper?: import("@mui/material").PaperProps | undefined;
420
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
421
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
307
422
  } | undefined;
308
423
  disablePortal?: boolean | undefined;
309
- onClose?: ((event: React.SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
424
+ onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
310
425
  open?: boolean | undefined;
311
426
  size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
312
427
  multiple?: boolean | undefined;
@@ -314,35 +429,35 @@ declare const meta: {
314
429
  options: readonly any[];
315
430
  disabledItemsFocusable?: boolean | undefined;
316
431
  disableListWrap?: boolean | undefined;
317
- onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
318
- PopperComponent?: React.JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
432
+ onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
433
+ PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
319
434
  ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
320
- clearIcon?: React.ReactNode;
435
+ clearIcon?: import("react").ReactNode;
321
436
  clearText?: string | undefined;
322
437
  closeText?: string | undefined;
323
- forcePopupIcon?: (true | false | "auto") | undefined;
324
- getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
325
- ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
326
- ListboxProps?: (ReturnType<ReturnType<typeof import("@mui/material").useAutocomplete>["getListboxProps"]> & {
327
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
328
- ref?: React.Ref<Element>;
438
+ forcePopupIcon?: boolean | "auto" | undefined;
439
+ getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
440
+ ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
441
+ ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
442
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
443
+ ref?: import("react").Ref<Element> | undefined;
329
444
  }) | undefined;
330
- loadingText?: React.ReactNode;
445
+ loadingText?: import("react").ReactNode;
331
446
  limitTags?: number | undefined;
332
- noOptionsText?: React.ReactNode;
447
+ noOptionsText?: import("react").ReactNode;
333
448
  openText?: string | undefined;
334
- PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
335
- popupIcon?: React.ReactNode;
336
- renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
337
- renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
449
+ PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
450
+ popupIcon?: import("react").ReactNode;
451
+ renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
452
+ renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
338
453
  key: any;
339
- }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
340
- renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
454
+ }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
455
+ renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
341
456
  unstable_classNamePrefix?: string | undefined;
342
- unstable_isActiveElementInListbox?: ((listbox: React.RefObject<HTMLElement>) => boolean) | undefined;
457
+ unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
343
458
  autoHighlight?: boolean | undefined;
344
459
  autoSelect?: boolean | undefined;
345
- blurOnSelect?: ("touch" | "mouse" | true | false) | undefined;
460
+ blurOnSelect?: boolean | "touch" | "mouse" | undefined;
346
461
  clearOnBlur?: boolean | undefined;
347
462
  clearOnEscape?: boolean | undefined;
348
463
  componentName?: string | undefined;
@@ -359,8 +474,8 @@ declare const meta: {
359
474
  includeInputInList?: boolean | undefined;
360
475
  inputValue?: string | undefined;
361
476
  isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
362
- onHighlightChange?: ((event: React.SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
363
- onInputChange?: ((event: React.SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | 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;
364
479
  openOnFocus?: boolean | undefined;
365
480
  selectOnFocus?: boolean | undefined;
366
481
  }>) => import("react/jsx-runtime").JSX.Element)[];
@@ -369,11 +484,8 @@ export default meta;
369
484
  export declare const Default: {
370
485
  args: {
371
486
  options: string[];
372
- autoComplete: true;
373
- noOptionsText: string;
374
- placeholder: string;
375
487
  onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
376
- defaultMuiPrevented?: boolean;
488
+ defaultMuiPrevented?: boolean | undefined;
377
489
  }], void>;
378
490
  onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
379
491
  onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
@@ -381,14 +493,14 @@ export declare const Default: {
381
493
  onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
382
494
  onChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined], void>;
383
495
  };
384
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
496
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
385
497
  actionLabel?: string | undefined;
386
498
  bottomButtonHeight?: number | undefined;
387
- actionClick?: ((e: React.MouseEvent) => void) | undefined;
499
+ actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
388
500
  label?: string | undefined;
389
501
  placeholder?: string | undefined;
390
- platform?: ("desktop" | "web") | undefined;
391
- renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
502
+ platform?: "desktop" | "web" | undefined;
503
+ renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
392
504
  classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
393
505
  ref?: import("react").Ref<unknown> | undefined;
394
506
  className?: string | undefined;
@@ -404,27 +516,27 @@ export declare const Default: {
404
516
  tabIndex?: number | undefined;
405
517
  "aria-activedescendant"?: string | undefined;
406
518
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
407
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
519
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
408
520
  "aria-braillelabel"?: string | undefined;
409
521
  "aria-brailleroledescription"?: string | undefined;
410
522
  "aria-busy"?: (boolean | "false" | "true") | undefined;
411
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
523
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
412
524
  "aria-colcount"?: number | undefined;
413
525
  "aria-colindex"?: number | undefined;
414
526
  "aria-colindextext"?: string | undefined;
415
527
  "aria-colspan"?: number | undefined;
416
528
  "aria-controls"?: string | undefined;
417
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
529
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
418
530
  "aria-describedby"?: string | undefined;
419
531
  "aria-description"?: string | undefined;
420
532
  "aria-details"?: string | undefined;
421
533
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
422
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
534
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
423
535
  "aria-errormessage"?: string | undefined;
424
536
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
425
537
  "aria-flowto"?: string | undefined;
426
538
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
427
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
539
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
428
540
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
429
541
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
430
542
  "aria-keyshortcuts"?: string | undefined;
@@ -439,9 +551,9 @@ export declare const Default: {
439
551
  "aria-owns"?: string | undefined;
440
552
  "aria-placeholder"?: string | undefined;
441
553
  "aria-posinset"?: number | undefined;
442
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
554
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
443
555
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
444
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
556
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
445
557
  "aria-required"?: (boolean | "false" | "true") | undefined;
446
558
  "aria-roledescription"?: string | undefined;
447
559
  "aria-rowcount"?: number | undefined;
@@ -474,7 +586,7 @@ export declare const Default: {
474
586
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
475
587
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
476
588
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
477
- onChange?: ((event: React.SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
589
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
478
590
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
479
591
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
480
592
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -490,8 +602,8 @@ export declare const Default: {
490
602
  onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
491
603
  onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
492
604
  onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
493
- onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
494
- defaultMuiPrevented?: boolean;
605
+ onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
606
+ defaultMuiPrevented?: boolean | undefined;
495
607
  }) => void) | undefined;
496
608
  onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
497
609
  onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
@@ -624,17 +736,17 @@ export declare const Default: {
624
736
  content?: string | undefined;
625
737
  translate?: "yes" | "no" | undefined;
626
738
  slotProps?: {
627
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
628
- paper?: import("@mui/material").PaperProps;
629
- popper?: Partial<import("@mui/material").PopperProps>;
630
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
739
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
740
+ paper?: import("@mui/material").PaperProps | undefined;
741
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
742
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
631
743
  } | undefined;
632
744
  defaultChecked?: boolean | undefined;
633
745
  defaultValue?: any;
634
746
  suppressContentEditableWarning?: boolean | undefined;
635
747
  accessKey?: string | undefined;
636
748
  autoFocus?: boolean | undefined;
637
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
749
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
638
750
  contextMenu?: string | undefined;
639
751
  dir?: string | undefined;
640
752
  draggable?: (boolean | "false" | "true") | undefined;
@@ -662,21 +774,21 @@ export declare const Default: {
662
774
  itemRef?: string | undefined;
663
775
  results?: number | undefined;
664
776
  security?: string | undefined;
665
- unselectable?: "on" | "off" | undefined;
666
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
777
+ unselectable?: "off" | "on" | undefined;
778
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
667
779
  is?: string | undefined;
668
780
  fullWidth?: boolean | undefined;
669
781
  loading?: boolean | undefined;
670
782
  value?: any;
671
783
  readOnly?: boolean | undefined;
672
784
  componentsProps?: {
673
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
674
- paper?: import("@mui/material").PaperProps;
675
- popper?: Partial<import("@mui/material").PopperProps>;
676
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
785
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
786
+ paper?: import("@mui/material").PaperProps | undefined;
787
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
788
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
677
789
  } | undefined;
678
790
  disablePortal?: boolean | undefined;
679
- onClose?: ((event: React.SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
791
+ onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
680
792
  open?: boolean | undefined;
681
793
  size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
682
794
  multiple?: boolean | undefined;
@@ -684,35 +796,35 @@ export declare const Default: {
684
796
  options: readonly any[];
685
797
  disabledItemsFocusable?: boolean | undefined;
686
798
  disableListWrap?: boolean | undefined;
687
- onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
688
- PopperComponent?: React.JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
799
+ onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
800
+ PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
689
801
  ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
690
- clearIcon?: React.ReactNode;
802
+ clearIcon?: import("react").ReactNode;
691
803
  clearText?: string | undefined;
692
804
  closeText?: string | undefined;
693
- forcePopupIcon?: (true | false | "auto") | undefined;
694
- getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
695
- ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
696
- ListboxProps?: (ReturnType<ReturnType<typeof import("@mui/material").useAutocomplete>["getListboxProps"]> & {
697
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
698
- ref?: React.Ref<Element>;
805
+ forcePopupIcon?: boolean | "auto" | undefined;
806
+ getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
807
+ ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
808
+ ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
809
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
810
+ ref?: import("react").Ref<Element> | undefined;
699
811
  }) | undefined;
700
- loadingText?: React.ReactNode;
812
+ loadingText?: import("react").ReactNode;
701
813
  limitTags?: number | undefined;
702
- noOptionsText?: React.ReactNode;
814
+ noOptionsText?: import("react").ReactNode;
703
815
  openText?: string | undefined;
704
- PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
705
- popupIcon?: React.ReactNode;
706
- renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
707
- renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
816
+ PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
817
+ popupIcon?: import("react").ReactNode;
818
+ renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
819
+ renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
708
820
  key: any;
709
- }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
710
- renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
821
+ }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
822
+ renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
711
823
  unstable_classNamePrefix?: string | undefined;
712
- unstable_isActiveElementInListbox?: ((listbox: React.RefObject<HTMLElement>) => boolean) | undefined;
824
+ unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
713
825
  autoHighlight?: boolean | undefined;
714
826
  autoSelect?: boolean | undefined;
715
- blurOnSelect?: ("touch" | "mouse" | true | false) | undefined;
827
+ blurOnSelect?: boolean | "touch" | "mouse" | undefined;
716
828
  clearOnBlur?: boolean | undefined;
717
829
  clearOnEscape?: boolean | undefined;
718
830
  componentName?: string | undefined;
@@ -729,19 +841,19 @@ export declare const Default: {
729
841
  includeInputInList?: boolean | undefined;
730
842
  inputValue?: string | undefined;
731
843
  isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
732
- onHighlightChange?: ((event: React.SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
733
- onInputChange?: ((event: React.SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
844
+ onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
845
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
734
846
  openOnFocus?: boolean | undefined;
735
847
  selectOnFocus?: boolean | undefined;
736
848
  }>) => Promise<void>;
737
849
  render: (args: {
738
850
  actionLabel?: string | undefined;
739
851
  bottomButtonHeight?: number | undefined;
740
- actionClick?: ((e: React.MouseEvent) => void) | undefined;
852
+ actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
741
853
  label?: string | undefined;
742
854
  placeholder?: string | undefined;
743
- platform?: ("desktop" | "web") | undefined;
744
- renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
855
+ platform?: "desktop" | "web" | undefined;
856
+ renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
745
857
  classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
746
858
  ref?: import("react").Ref<unknown> | undefined;
747
859
  className?: string | undefined;
@@ -757,27 +869,27 @@ export declare const Default: {
757
869
  tabIndex?: number | undefined;
758
870
  "aria-activedescendant"?: string | undefined;
759
871
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
760
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
872
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
761
873
  "aria-braillelabel"?: string | undefined;
762
874
  "aria-brailleroledescription"?: string | undefined;
763
875
  "aria-busy"?: (boolean | "false" | "true") | undefined;
764
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
876
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
765
877
  "aria-colcount"?: number | undefined;
766
878
  "aria-colindex"?: number | undefined;
767
879
  "aria-colindextext"?: string | undefined;
768
880
  "aria-colspan"?: number | undefined;
769
881
  "aria-controls"?: string | undefined;
770
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
882
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
771
883
  "aria-describedby"?: string | undefined;
772
884
  "aria-description"?: string | undefined;
773
885
  "aria-details"?: string | undefined;
774
886
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
775
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
887
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
776
888
  "aria-errormessage"?: string | undefined;
777
889
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
778
890
  "aria-flowto"?: string | undefined;
779
891
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
780
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
892
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
781
893
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
782
894
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
783
895
  "aria-keyshortcuts"?: string | undefined;
@@ -792,9 +904,9 @@ export declare const Default: {
792
904
  "aria-owns"?: string | undefined;
793
905
  "aria-placeholder"?: string | undefined;
794
906
  "aria-posinset"?: number | undefined;
795
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
907
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
796
908
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
797
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
909
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
798
910
  "aria-required"?: (boolean | "false" | "true") | undefined;
799
911
  "aria-roledescription"?: string | undefined;
800
912
  "aria-rowcount"?: number | undefined;
@@ -827,7 +939,7 @@ export declare const Default: {
827
939
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
828
940
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
829
941
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
830
- onChange?: ((event: React.SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
942
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
831
943
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
832
944
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
833
945
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -843,8 +955,8 @@ export declare const Default: {
843
955
  onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
844
956
  onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
845
957
  onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
846
- onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
847
- defaultMuiPrevented?: boolean;
958
+ onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
959
+ defaultMuiPrevented?: boolean | undefined;
848
960
  }) => void) | undefined;
849
961
  onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
850
962
  onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
@@ -977,17 +1089,17 @@ export declare const Default: {
977
1089
  content?: string | undefined;
978
1090
  translate?: "yes" | "no" | undefined;
979
1091
  slotProps?: {
980
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
981
- paper?: import("@mui/material").PaperProps;
982
- popper?: Partial<import("@mui/material").PopperProps>;
983
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
1092
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1093
+ paper?: import("@mui/material").PaperProps | undefined;
1094
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
1095
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
984
1096
  } | undefined;
985
1097
  defaultChecked?: boolean | undefined;
986
1098
  defaultValue?: any;
987
1099
  suppressContentEditableWarning?: boolean | undefined;
988
1100
  accessKey?: string | undefined;
989
1101
  autoFocus?: boolean | undefined;
990
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1102
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
991
1103
  contextMenu?: string | undefined;
992
1104
  dir?: string | undefined;
993
1105
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1015,21 +1127,21 @@ export declare const Default: {
1015
1127
  itemRef?: string | undefined;
1016
1128
  results?: number | undefined;
1017
1129
  security?: string | undefined;
1018
- unselectable?: "on" | "off" | undefined;
1019
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1130
+ unselectable?: "off" | "on" | undefined;
1131
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1020
1132
  is?: string | undefined;
1021
1133
  fullWidth?: boolean | undefined;
1022
1134
  loading?: boolean | undefined;
1023
1135
  value?: any;
1024
1136
  readOnly?: boolean | undefined;
1025
1137
  componentsProps?: {
1026
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
1027
- paper?: import("@mui/material").PaperProps;
1028
- popper?: Partial<import("@mui/material").PopperProps>;
1029
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
1138
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1139
+ paper?: import("@mui/material").PaperProps | undefined;
1140
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
1141
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1030
1142
  } | undefined;
1031
1143
  disablePortal?: boolean | undefined;
1032
- onClose?: ((event: React.SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
1144
+ onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
1033
1145
  open?: boolean | undefined;
1034
1146
  size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
1035
1147
  multiple?: boolean | undefined;
@@ -1037,35 +1149,35 @@ export declare const Default: {
1037
1149
  options: readonly any[];
1038
1150
  disabledItemsFocusable?: boolean | undefined;
1039
1151
  disableListWrap?: boolean | undefined;
1040
- onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
1041
- PopperComponent?: React.JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
1152
+ onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
1153
+ PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
1042
1154
  ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
1043
- clearIcon?: React.ReactNode;
1155
+ clearIcon?: import("react").ReactNode;
1044
1156
  clearText?: string | undefined;
1045
1157
  closeText?: string | undefined;
1046
- forcePopupIcon?: (true | false | "auto") | undefined;
1047
- getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
1048
- ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
1049
- ListboxProps?: (ReturnType<ReturnType<typeof import("@mui/material").useAutocomplete>["getListboxProps"]> & {
1050
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
1051
- ref?: React.Ref<Element>;
1158
+ forcePopupIcon?: boolean | "auto" | undefined;
1159
+ getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
1160
+ ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
1161
+ ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
1162
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1163
+ ref?: import("react").Ref<Element> | undefined;
1052
1164
  }) | undefined;
1053
- loadingText?: React.ReactNode;
1165
+ loadingText?: import("react").ReactNode;
1054
1166
  limitTags?: number | undefined;
1055
- noOptionsText?: React.ReactNode;
1167
+ noOptionsText?: import("react").ReactNode;
1056
1168
  openText?: string | undefined;
1057
- PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
1058
- popupIcon?: React.ReactNode;
1059
- renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
1060
- renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
1169
+ PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
1170
+ popupIcon?: import("react").ReactNode;
1171
+ renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
1172
+ renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
1061
1173
  key: any;
1062
- }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
1063
- renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
1174
+ }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
1175
+ renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
1064
1176
  unstable_classNamePrefix?: string | undefined;
1065
- unstable_isActiveElementInListbox?: ((listbox: React.RefObject<HTMLElement>) => boolean) | undefined;
1177
+ unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
1066
1178
  autoHighlight?: boolean | undefined;
1067
1179
  autoSelect?: boolean | undefined;
1068
- blurOnSelect?: ("touch" | "mouse" | true | false) | undefined;
1180
+ blurOnSelect?: boolean | "touch" | "mouse" | undefined;
1069
1181
  clearOnBlur?: boolean | undefined;
1070
1182
  clearOnEscape?: boolean | undefined;
1071
1183
  componentName?: string | undefined;
@@ -1082,8 +1194,8 @@ export declare const Default: {
1082
1194
  includeInputInList?: boolean | undefined;
1083
1195
  inputValue?: string | undefined;
1084
1196
  isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
1085
- onHighlightChange?: ((event: React.SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
1086
- onInputChange?: ((event: React.SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
1197
+ onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
1198
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
1087
1199
  openOnFocus?: boolean | undefined;
1088
1200
  selectOnFocus?: boolean | undefined;
1089
1201
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1095,10 +1207,12 @@ export declare const Multiple: {
1095
1207
  autoComplete: true;
1096
1208
  filterSelectedOptions: true;
1097
1209
  freeSolo: true;
1210
+ size: "medium";
1098
1211
  label: string;
1212
+ platform: "desktop";
1099
1213
  placeholder: string;
1100
1214
  onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
1101
- defaultMuiPrevented?: boolean;
1215
+ defaultMuiPrevented?: boolean | undefined;
1102
1216
  }], void>;
1103
1217
  onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
1104
1218
  onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
@@ -1106,14 +1220,14 @@ export declare const Multiple: {
1106
1220
  onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
1107
1221
  onChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined], void>;
1108
1222
  };
1109
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
1223
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
1110
1224
  actionLabel?: string | undefined;
1111
1225
  bottomButtonHeight?: number | undefined;
1112
- actionClick?: ((e: React.MouseEvent) => void) | undefined;
1226
+ actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
1113
1227
  label?: string | undefined;
1114
1228
  placeholder?: string | undefined;
1115
- platform?: ("desktop" | "web") | undefined;
1116
- renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
1229
+ platform?: "desktop" | "web" | undefined;
1230
+ renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
1117
1231
  classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
1118
1232
  ref?: import("react").Ref<unknown> | undefined;
1119
1233
  className?: string | undefined;
@@ -1129,27 +1243,27 @@ export declare const Multiple: {
1129
1243
  tabIndex?: number | undefined;
1130
1244
  "aria-activedescendant"?: string | undefined;
1131
1245
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1132
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1246
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1133
1247
  "aria-braillelabel"?: string | undefined;
1134
1248
  "aria-brailleroledescription"?: string | undefined;
1135
1249
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1136
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1250
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1137
1251
  "aria-colcount"?: number | undefined;
1138
1252
  "aria-colindex"?: number | undefined;
1139
1253
  "aria-colindextext"?: string | undefined;
1140
1254
  "aria-colspan"?: number | undefined;
1141
1255
  "aria-controls"?: string | undefined;
1142
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1256
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1143
1257
  "aria-describedby"?: string | undefined;
1144
1258
  "aria-description"?: string | undefined;
1145
1259
  "aria-details"?: string | undefined;
1146
1260
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1147
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1261
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1148
1262
  "aria-errormessage"?: string | undefined;
1149
1263
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1150
1264
  "aria-flowto"?: string | undefined;
1151
1265
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1152
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1266
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1153
1267
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1154
1268
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1155
1269
  "aria-keyshortcuts"?: string | undefined;
@@ -1164,9 +1278,9 @@ export declare const Multiple: {
1164
1278
  "aria-owns"?: string | undefined;
1165
1279
  "aria-placeholder"?: string | undefined;
1166
1280
  "aria-posinset"?: number | undefined;
1167
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1281
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1168
1282
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1169
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1283
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1170
1284
  "aria-required"?: (boolean | "false" | "true") | undefined;
1171
1285
  "aria-roledescription"?: string | undefined;
1172
1286
  "aria-rowcount"?: number | undefined;
@@ -1199,7 +1313,7 @@ export declare const Multiple: {
1199
1313
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1200
1314
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1201
1315
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1202
- onChange?: ((event: React.SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
1316
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
1203
1317
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1204
1318
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1205
1319
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -1215,8 +1329,8 @@ export declare const Multiple: {
1215
1329
  onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1216
1330
  onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1217
1331
  onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1218
- onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
1219
- defaultMuiPrevented?: boolean;
1332
+ onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
1333
+ defaultMuiPrevented?: boolean | undefined;
1220
1334
  }) => void) | undefined;
1221
1335
  onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1222
1336
  onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
@@ -1349,17 +1463,17 @@ export declare const Multiple: {
1349
1463
  content?: string | undefined;
1350
1464
  translate?: "yes" | "no" | undefined;
1351
1465
  slotProps?: {
1352
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
1353
- paper?: import("@mui/material").PaperProps;
1354
- popper?: Partial<import("@mui/material").PopperProps>;
1355
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
1466
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1467
+ paper?: import("@mui/material").PaperProps | undefined;
1468
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
1469
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1356
1470
  } | undefined;
1357
1471
  defaultChecked?: boolean | undefined;
1358
1472
  defaultValue?: any;
1359
1473
  suppressContentEditableWarning?: boolean | undefined;
1360
1474
  accessKey?: string | undefined;
1361
1475
  autoFocus?: boolean | undefined;
1362
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1476
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1363
1477
  contextMenu?: string | undefined;
1364
1478
  dir?: string | undefined;
1365
1479
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1387,21 +1501,21 @@ export declare const Multiple: {
1387
1501
  itemRef?: string | undefined;
1388
1502
  results?: number | undefined;
1389
1503
  security?: string | undefined;
1390
- unselectable?: "on" | "off" | undefined;
1391
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1504
+ unselectable?: "off" | "on" | undefined;
1505
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1392
1506
  is?: string | undefined;
1393
1507
  fullWidth?: boolean | undefined;
1394
1508
  loading?: boolean | undefined;
1395
1509
  value?: any;
1396
1510
  readOnly?: boolean | undefined;
1397
1511
  componentsProps?: {
1398
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
1399
- paper?: import("@mui/material").PaperProps;
1400
- popper?: Partial<import("@mui/material").PopperProps>;
1401
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
1512
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1513
+ paper?: import("@mui/material").PaperProps | undefined;
1514
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
1515
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1402
1516
  } | undefined;
1403
1517
  disablePortal?: boolean | undefined;
1404
- onClose?: ((event: React.SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
1518
+ onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
1405
1519
  open?: boolean | undefined;
1406
1520
  size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
1407
1521
  multiple?: boolean | undefined;
@@ -1409,35 +1523,35 @@ export declare const Multiple: {
1409
1523
  options: readonly any[];
1410
1524
  disabledItemsFocusable?: boolean | undefined;
1411
1525
  disableListWrap?: boolean | undefined;
1412
- onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
1413
- PopperComponent?: React.JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
1526
+ onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
1527
+ PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
1414
1528
  ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
1415
- clearIcon?: React.ReactNode;
1529
+ clearIcon?: import("react").ReactNode;
1416
1530
  clearText?: string | undefined;
1417
1531
  closeText?: string | undefined;
1418
- forcePopupIcon?: (true | false | "auto") | undefined;
1419
- getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
1420
- ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
1421
- ListboxProps?: (ReturnType<ReturnType<typeof import("@mui/material").useAutocomplete>["getListboxProps"]> & {
1422
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
1423
- ref?: React.Ref<Element>;
1532
+ forcePopupIcon?: boolean | "auto" | undefined;
1533
+ getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
1534
+ ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
1535
+ ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
1536
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1537
+ ref?: import("react").Ref<Element> | undefined;
1424
1538
  }) | undefined;
1425
- loadingText?: React.ReactNode;
1539
+ loadingText?: import("react").ReactNode;
1426
1540
  limitTags?: number | undefined;
1427
- noOptionsText?: React.ReactNode;
1541
+ noOptionsText?: import("react").ReactNode;
1428
1542
  openText?: string | undefined;
1429
- PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
1430
- popupIcon?: React.ReactNode;
1431
- renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
1432
- renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
1543
+ PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
1544
+ popupIcon?: import("react").ReactNode;
1545
+ renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
1546
+ renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
1433
1547
  key: any;
1434
- }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
1435
- renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
1548
+ }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
1549
+ renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
1436
1550
  unstable_classNamePrefix?: string | undefined;
1437
- unstable_isActiveElementInListbox?: ((listbox: React.RefObject<HTMLElement>) => boolean) | undefined;
1551
+ unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
1438
1552
  autoHighlight?: boolean | undefined;
1439
1553
  autoSelect?: boolean | undefined;
1440
- blurOnSelect?: ("touch" | "mouse" | true | false) | undefined;
1554
+ blurOnSelect?: boolean | "touch" | "mouse" | undefined;
1441
1555
  clearOnBlur?: boolean | undefined;
1442
1556
  clearOnEscape?: boolean | undefined;
1443
1557
  componentName?: string | undefined;
@@ -1454,8 +1568,8 @@ export declare const Multiple: {
1454
1568
  includeInputInList?: boolean | undefined;
1455
1569
  inputValue?: string | undefined;
1456
1570
  isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
1457
- onHighlightChange?: ((event: React.SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
1458
- onInputChange?: ((event: React.SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
1571
+ onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
1572
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
1459
1573
  openOnFocus?: boolean | undefined;
1460
1574
  selectOnFocus?: boolean | undefined;
1461
1575
  }>) => Promise<void>;
@@ -1469,11 +1583,11 @@ export declare const Multiple: {
1469
1583
  render: (args: {
1470
1584
  actionLabel?: string | undefined;
1471
1585
  bottomButtonHeight?: number | undefined;
1472
- actionClick?: ((e: React.MouseEvent) => void) | undefined;
1586
+ actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
1473
1587
  label?: string | undefined;
1474
1588
  placeholder?: string | undefined;
1475
- platform?: ("desktop" | "web") | undefined;
1476
- renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
1589
+ platform?: "desktop" | "web" | undefined;
1590
+ renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
1477
1591
  classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
1478
1592
  ref?: import("react").Ref<unknown> | undefined;
1479
1593
  className?: string | undefined;
@@ -1489,27 +1603,27 @@ export declare const Multiple: {
1489
1603
  tabIndex?: number | undefined;
1490
1604
  "aria-activedescendant"?: string | undefined;
1491
1605
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1492
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1606
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1493
1607
  "aria-braillelabel"?: string | undefined;
1494
1608
  "aria-brailleroledescription"?: string | undefined;
1495
1609
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1496
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1610
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1497
1611
  "aria-colcount"?: number | undefined;
1498
1612
  "aria-colindex"?: number | undefined;
1499
1613
  "aria-colindextext"?: string | undefined;
1500
1614
  "aria-colspan"?: number | undefined;
1501
1615
  "aria-controls"?: string | undefined;
1502
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1616
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1503
1617
  "aria-describedby"?: string | undefined;
1504
1618
  "aria-description"?: string | undefined;
1505
1619
  "aria-details"?: string | undefined;
1506
1620
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1507
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1621
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1508
1622
  "aria-errormessage"?: string | undefined;
1509
1623
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1510
1624
  "aria-flowto"?: string | undefined;
1511
1625
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1512
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1626
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1513
1627
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1514
1628
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1515
1629
  "aria-keyshortcuts"?: string | undefined;
@@ -1524,9 +1638,9 @@ export declare const Multiple: {
1524
1638
  "aria-owns"?: string | undefined;
1525
1639
  "aria-placeholder"?: string | undefined;
1526
1640
  "aria-posinset"?: number | undefined;
1527
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1641
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1528
1642
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1529
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1643
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1530
1644
  "aria-required"?: (boolean | "false" | "true") | undefined;
1531
1645
  "aria-roledescription"?: string | undefined;
1532
1646
  "aria-rowcount"?: number | undefined;
@@ -1559,7 +1673,7 @@ export declare const Multiple: {
1559
1673
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1560
1674
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1561
1675
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1562
- onChange?: ((event: React.SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
1676
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
1563
1677
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1564
1678
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1565
1679
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -1575,8 +1689,8 @@ export declare const Multiple: {
1575
1689
  onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1576
1690
  onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1577
1691
  onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1578
- onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
1579
- defaultMuiPrevented?: boolean;
1692
+ onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
1693
+ defaultMuiPrevented?: boolean | undefined;
1580
1694
  }) => void) | undefined;
1581
1695
  onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1582
1696
  onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
@@ -1709,17 +1823,17 @@ export declare const Multiple: {
1709
1823
  content?: string | undefined;
1710
1824
  translate?: "yes" | "no" | undefined;
1711
1825
  slotProps?: {
1712
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
1713
- paper?: import("@mui/material").PaperProps;
1714
- popper?: Partial<import("@mui/material").PopperProps>;
1715
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
1826
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1827
+ paper?: import("@mui/material").PaperProps | undefined;
1828
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
1829
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1716
1830
  } | undefined;
1717
1831
  defaultChecked?: boolean | undefined;
1718
1832
  defaultValue?: any;
1719
1833
  suppressContentEditableWarning?: boolean | undefined;
1720
1834
  accessKey?: string | undefined;
1721
1835
  autoFocus?: boolean | undefined;
1722
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1836
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1723
1837
  contextMenu?: string | undefined;
1724
1838
  dir?: string | undefined;
1725
1839
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1747,21 +1861,21 @@ export declare const Multiple: {
1747
1861
  itemRef?: string | undefined;
1748
1862
  results?: number | undefined;
1749
1863
  security?: string | undefined;
1750
- unselectable?: "on" | "off" | undefined;
1751
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1864
+ unselectable?: "off" | "on" | undefined;
1865
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1752
1866
  is?: string | undefined;
1753
1867
  fullWidth?: boolean | undefined;
1754
1868
  loading?: boolean | undefined;
1755
1869
  value?: any;
1756
1870
  readOnly?: boolean | undefined;
1757
1871
  componentsProps?: {
1758
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
1759
- paper?: import("@mui/material").PaperProps;
1760
- popper?: Partial<import("@mui/material").PopperProps>;
1761
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
1872
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1873
+ paper?: import("@mui/material").PaperProps | undefined;
1874
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
1875
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
1762
1876
  } | undefined;
1763
1877
  disablePortal?: boolean | undefined;
1764
- onClose?: ((event: React.SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
1878
+ onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
1765
1879
  open?: boolean | undefined;
1766
1880
  size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
1767
1881
  multiple?: boolean | undefined;
@@ -1769,35 +1883,35 @@ export declare const Multiple: {
1769
1883
  options: readonly any[];
1770
1884
  disabledItemsFocusable?: boolean | undefined;
1771
1885
  disableListWrap?: boolean | undefined;
1772
- onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
1773
- PopperComponent?: React.JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
1886
+ onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
1887
+ PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
1774
1888
  ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
1775
- clearIcon?: React.ReactNode;
1889
+ clearIcon?: import("react").ReactNode;
1776
1890
  clearText?: string | undefined;
1777
1891
  closeText?: string | undefined;
1778
- forcePopupIcon?: (true | false | "auto") | undefined;
1779
- getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
1780
- ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
1781
- ListboxProps?: (ReturnType<ReturnType<typeof import("@mui/material").useAutocomplete>["getListboxProps"]> & {
1782
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
1783
- ref?: React.Ref<Element>;
1892
+ forcePopupIcon?: boolean | "auto" | undefined;
1893
+ getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
1894
+ ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
1895
+ ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
1896
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1897
+ ref?: import("react").Ref<Element> | undefined;
1784
1898
  }) | undefined;
1785
- loadingText?: React.ReactNode;
1899
+ loadingText?: import("react").ReactNode;
1786
1900
  limitTags?: number | undefined;
1787
- noOptionsText?: React.ReactNode;
1901
+ noOptionsText?: import("react").ReactNode;
1788
1902
  openText?: string | undefined;
1789
- PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
1790
- popupIcon?: React.ReactNode;
1791
- renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
1792
- renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
1903
+ PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
1904
+ popupIcon?: import("react").ReactNode;
1905
+ renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
1906
+ renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
1793
1907
  key: any;
1794
- }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
1795
- renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
1908
+ }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
1909
+ renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
1796
1910
  unstable_classNamePrefix?: string | undefined;
1797
- unstable_isActiveElementInListbox?: ((listbox: React.RefObject<HTMLElement>) => boolean) | undefined;
1911
+ unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
1798
1912
  autoHighlight?: boolean | undefined;
1799
1913
  autoSelect?: boolean | undefined;
1800
- blurOnSelect?: ("touch" | "mouse" | true | false) | undefined;
1914
+ blurOnSelect?: boolean | "touch" | "mouse" | undefined;
1801
1915
  clearOnBlur?: boolean | undefined;
1802
1916
  clearOnEscape?: boolean | undefined;
1803
1917
  componentName?: string | undefined;
@@ -1814,8 +1928,8 @@ export declare const Multiple: {
1814
1928
  includeInputInList?: boolean | undefined;
1815
1929
  inputValue?: string | undefined;
1816
1930
  isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
1817
- onHighlightChange?: ((event: React.SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
1818
- onInputChange?: ((event: React.SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
1931
+ onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
1932
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
1819
1933
  openOnFocus?: boolean | undefined;
1820
1934
  selectOnFocus?: boolean | undefined;
1821
1935
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1835,7 +1949,7 @@ export declare const CustomAction: {
1835
1949
  freeSolo: true;
1836
1950
  label: string;
1837
1951
  onKeyDown: import("@vitest/spy").Mock<[event: import("react").KeyboardEvent<HTMLDivElement> & {
1838
- defaultMuiPrevented?: boolean;
1952
+ defaultMuiPrevented?: boolean | undefined;
1839
1953
  }], void>;
1840
1954
  onInputChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason], void>;
1841
1955
  onOpen: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>], void>;
@@ -1843,14 +1957,14 @@ export declare const CustomAction: {
1843
1957
  onClose: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason], void>;
1844
1958
  onChange: import("@vitest/spy").Mock<[event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined], void>;
1845
1959
  };
1846
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
1960
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
1847
1961
  actionLabel?: string | undefined;
1848
1962
  bottomButtonHeight?: number | undefined;
1849
- actionClick?: ((e: React.MouseEvent) => void) | undefined;
1963
+ actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
1850
1964
  label?: string | undefined;
1851
1965
  placeholder?: string | undefined;
1852
- platform?: ("desktop" | "web") | undefined;
1853
- renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
1966
+ platform?: "desktop" | "web" | undefined;
1967
+ renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
1854
1968
  classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
1855
1969
  ref?: import("react").Ref<unknown> | undefined;
1856
1970
  className?: string | undefined;
@@ -1866,27 +1980,27 @@ export declare const CustomAction: {
1866
1980
  tabIndex?: number | undefined;
1867
1981
  "aria-activedescendant"?: string | undefined;
1868
1982
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1869
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1983
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1870
1984
  "aria-braillelabel"?: string | undefined;
1871
1985
  "aria-brailleroledescription"?: string | undefined;
1872
1986
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1873
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1987
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1874
1988
  "aria-colcount"?: number | undefined;
1875
1989
  "aria-colindex"?: number | undefined;
1876
1990
  "aria-colindextext"?: string | undefined;
1877
1991
  "aria-colspan"?: number | undefined;
1878
1992
  "aria-controls"?: string | undefined;
1879
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1993
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1880
1994
  "aria-describedby"?: string | undefined;
1881
1995
  "aria-description"?: string | undefined;
1882
1996
  "aria-details"?: string | undefined;
1883
1997
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1884
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1998
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1885
1999
  "aria-errormessage"?: string | undefined;
1886
2000
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1887
2001
  "aria-flowto"?: string | undefined;
1888
2002
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1889
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2003
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1890
2004
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1891
2005
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1892
2006
  "aria-keyshortcuts"?: string | undefined;
@@ -1901,9 +2015,9 @@ export declare const CustomAction: {
1901
2015
  "aria-owns"?: string | undefined;
1902
2016
  "aria-placeholder"?: string | undefined;
1903
2017
  "aria-posinset"?: number | undefined;
1904
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2018
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1905
2019
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1906
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2020
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1907
2021
  "aria-required"?: (boolean | "false" | "true") | undefined;
1908
2022
  "aria-roledescription"?: string | undefined;
1909
2023
  "aria-rowcount"?: number | undefined;
@@ -1936,7 +2050,7 @@ export declare const CustomAction: {
1936
2050
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1937
2051
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1938
2052
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
1939
- onChange?: ((event: React.SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
2053
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
1940
2054
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1941
2055
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
1942
2056
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -1952,8 +2066,8 @@ export declare const CustomAction: {
1952
2066
  onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1953
2067
  onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1954
2068
  onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
1955
- onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
1956
- defaultMuiPrevented?: boolean;
2069
+ onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
2070
+ defaultMuiPrevented?: boolean | undefined;
1957
2071
  }) => void) | undefined;
1958
2072
  onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
1959
2073
  onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
@@ -2086,17 +2200,17 @@ export declare const CustomAction: {
2086
2200
  content?: string | undefined;
2087
2201
  translate?: "yes" | "no" | undefined;
2088
2202
  slotProps?: {
2089
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
2090
- paper?: import("@mui/material").PaperProps;
2091
- popper?: Partial<import("@mui/material").PopperProps>;
2092
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
2203
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2204
+ paper?: import("@mui/material").PaperProps | undefined;
2205
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
2206
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2093
2207
  } | undefined;
2094
2208
  defaultChecked?: boolean | undefined;
2095
2209
  defaultValue?: any;
2096
2210
  suppressContentEditableWarning?: boolean | undefined;
2097
2211
  accessKey?: string | undefined;
2098
2212
  autoFocus?: boolean | undefined;
2099
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
2213
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2100
2214
  contextMenu?: string | undefined;
2101
2215
  dir?: string | undefined;
2102
2216
  draggable?: (boolean | "false" | "true") | undefined;
@@ -2124,21 +2238,21 @@ export declare const CustomAction: {
2124
2238
  itemRef?: string | undefined;
2125
2239
  results?: number | undefined;
2126
2240
  security?: string | undefined;
2127
- unselectable?: "on" | "off" | undefined;
2128
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2241
+ unselectable?: "off" | "on" | undefined;
2242
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2129
2243
  is?: string | undefined;
2130
2244
  fullWidth?: boolean | undefined;
2131
2245
  loading?: boolean | undefined;
2132
2246
  value?: any;
2133
2247
  readOnly?: boolean | undefined;
2134
2248
  componentsProps?: {
2135
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
2136
- paper?: import("@mui/material").PaperProps;
2137
- popper?: Partial<import("@mui/material").PopperProps>;
2138
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
2249
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2250
+ paper?: import("@mui/material").PaperProps | undefined;
2251
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
2252
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2139
2253
  } | undefined;
2140
2254
  disablePortal?: boolean | undefined;
2141
- onClose?: ((event: React.SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
2255
+ onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
2142
2256
  open?: boolean | undefined;
2143
2257
  size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
2144
2258
  multiple?: boolean | undefined;
@@ -2146,35 +2260,35 @@ export declare const CustomAction: {
2146
2260
  options: readonly any[];
2147
2261
  disabledItemsFocusable?: boolean | undefined;
2148
2262
  disableListWrap?: boolean | undefined;
2149
- onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
2150
- PopperComponent?: React.JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
2263
+ onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
2264
+ PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
2151
2265
  ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
2152
- clearIcon?: React.ReactNode;
2266
+ clearIcon?: import("react").ReactNode;
2153
2267
  clearText?: string | undefined;
2154
2268
  closeText?: string | undefined;
2155
- forcePopupIcon?: (true | false | "auto") | undefined;
2156
- getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
2157
- ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
2158
- ListboxProps?: (ReturnType<ReturnType<typeof import("@mui/material").useAutocomplete>["getListboxProps"]> & {
2159
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
2160
- ref?: React.Ref<Element>;
2269
+ forcePopupIcon?: boolean | "auto" | undefined;
2270
+ getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
2271
+ ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
2272
+ ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
2273
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2274
+ ref?: import("react").Ref<Element> | undefined;
2161
2275
  }) | undefined;
2162
- loadingText?: React.ReactNode;
2276
+ loadingText?: import("react").ReactNode;
2163
2277
  limitTags?: number | undefined;
2164
- noOptionsText?: React.ReactNode;
2278
+ noOptionsText?: import("react").ReactNode;
2165
2279
  openText?: string | undefined;
2166
- PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
2167
- popupIcon?: React.ReactNode;
2168
- renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
2169
- renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
2280
+ PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
2281
+ popupIcon?: import("react").ReactNode;
2282
+ renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
2283
+ renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
2170
2284
  key: any;
2171
- }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
2172
- renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
2285
+ }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
2286
+ renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
2173
2287
  unstable_classNamePrefix?: string | undefined;
2174
- unstable_isActiveElementInListbox?: ((listbox: React.RefObject<HTMLElement>) => boolean) | undefined;
2288
+ unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
2175
2289
  autoHighlight?: boolean | undefined;
2176
2290
  autoSelect?: boolean | undefined;
2177
- blurOnSelect?: ("touch" | "mouse" | true | false) | undefined;
2291
+ blurOnSelect?: boolean | "touch" | "mouse" | undefined;
2178
2292
  clearOnBlur?: boolean | undefined;
2179
2293
  clearOnEscape?: boolean | undefined;
2180
2294
  componentName?: string | undefined;
@@ -2191,8 +2305,8 @@ export declare const CustomAction: {
2191
2305
  includeInputInList?: boolean | undefined;
2192
2306
  inputValue?: string | undefined;
2193
2307
  isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
2194
- onHighlightChange?: ((event: React.SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
2195
- onInputChange?: ((event: React.SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
2308
+ onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
2309
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
2196
2310
  openOnFocus?: boolean | undefined;
2197
2311
  selectOnFocus?: boolean | undefined;
2198
2312
  }>) => Promise<void>;
@@ -2206,11 +2320,11 @@ export declare const CustomAction: {
2206
2320
  render: (args: {
2207
2321
  actionLabel?: string | undefined;
2208
2322
  bottomButtonHeight?: number | undefined;
2209
- actionClick?: ((e: React.MouseEvent) => void) | undefined;
2323
+ actionClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
2210
2324
  label?: string | undefined;
2211
2325
  placeholder?: string | undefined;
2212
- platform?: ("desktop" | "web") | undefined;
2213
- renderInput?: import("@mui/material").AutocompleteProps<any, boolean, boolean, boolean>["renderInput"] | undefined;
2326
+ platform?: "desktop" | "web" | undefined;
2327
+ renderInput?: ((params: import("@mui/material").AutocompleteRenderInputParams) => import("react").ReactNode) | undefined;
2214
2328
  classes?: Partial<import("@mui/material").AutocompleteClasses> | undefined;
2215
2329
  ref?: import("react").Ref<unknown> | undefined;
2216
2330
  className?: string | undefined;
@@ -2226,27 +2340,27 @@ export declare const CustomAction: {
2226
2340
  tabIndex?: number | undefined;
2227
2341
  "aria-activedescendant"?: string | undefined;
2228
2342
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
2229
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2343
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
2230
2344
  "aria-braillelabel"?: string | undefined;
2231
2345
  "aria-brailleroledescription"?: string | undefined;
2232
2346
  "aria-busy"?: (boolean | "false" | "true") | undefined;
2233
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2347
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2234
2348
  "aria-colcount"?: number | undefined;
2235
2349
  "aria-colindex"?: number | undefined;
2236
2350
  "aria-colindextext"?: string | undefined;
2237
2351
  "aria-colspan"?: number | undefined;
2238
2352
  "aria-controls"?: string | undefined;
2239
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2353
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
2240
2354
  "aria-describedby"?: string | undefined;
2241
2355
  "aria-description"?: string | undefined;
2242
2356
  "aria-details"?: string | undefined;
2243
2357
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
2244
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2358
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2245
2359
  "aria-errormessage"?: string | undefined;
2246
2360
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
2247
2361
  "aria-flowto"?: string | undefined;
2248
2362
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2249
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2363
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2250
2364
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
2251
2365
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2252
2366
  "aria-keyshortcuts"?: string | undefined;
@@ -2261,9 +2375,9 @@ export declare const CustomAction: {
2261
2375
  "aria-owns"?: string | undefined;
2262
2376
  "aria-placeholder"?: string | undefined;
2263
2377
  "aria-posinset"?: number | undefined;
2264
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2378
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2265
2379
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
2266
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2380
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2267
2381
  "aria-required"?: (boolean | "false" | "true") | undefined;
2268
2382
  "aria-roledescription"?: string | undefined;
2269
2383
  "aria-rowcount"?: number | undefined;
@@ -2296,7 +2410,7 @@ export declare const CustomAction: {
2296
2410
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
2297
2411
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
2298
2412
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
2299
- onChange?: ((event: React.SyntheticEvent, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
2413
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: any, reason: import("@mui/material").AutocompleteChangeReason, details?: import("@mui/material").AutocompleteChangeDetails<any> | undefined) => void) | undefined;
2300
2414
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2301
2415
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
2302
2416
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -2312,8 +2426,8 @@ export declare const CustomAction: {
2312
2426
  onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
2313
2427
  onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
2314
2428
  onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
2315
- onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
2316
- defaultMuiPrevented?: boolean;
2429
+ onKeyDown?: ((event: import("react").KeyboardEvent<HTMLDivElement> & {
2430
+ defaultMuiPrevented?: boolean | undefined;
2317
2431
  }) => void) | undefined;
2318
2432
  onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
2319
2433
  onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
@@ -2446,17 +2560,17 @@ export declare const CustomAction: {
2446
2560
  content?: string | undefined;
2447
2561
  translate?: "yes" | "no" | undefined;
2448
2562
  slotProps?: {
2449
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
2450
- paper?: import("@mui/material").PaperProps;
2451
- popper?: Partial<import("@mui/material").PopperProps>;
2452
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
2563
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2564
+ paper?: import("@mui/material").PaperProps | undefined;
2565
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
2566
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2453
2567
  } | undefined;
2454
2568
  defaultChecked?: boolean | undefined;
2455
2569
  defaultValue?: any;
2456
2570
  suppressContentEditableWarning?: boolean | undefined;
2457
2571
  accessKey?: string | undefined;
2458
2572
  autoFocus?: boolean | undefined;
2459
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
2573
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2460
2574
  contextMenu?: string | undefined;
2461
2575
  dir?: string | undefined;
2462
2576
  draggable?: (boolean | "false" | "true") | undefined;
@@ -2484,21 +2598,21 @@ export declare const CustomAction: {
2484
2598
  itemRef?: string | undefined;
2485
2599
  results?: number | undefined;
2486
2600
  security?: string | undefined;
2487
- unselectable?: "on" | "off" | undefined;
2488
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2601
+ unselectable?: "off" | "on" | undefined;
2602
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2489
2603
  is?: string | undefined;
2490
2604
  fullWidth?: boolean | undefined;
2491
2605
  loading?: boolean | undefined;
2492
2606
  value?: any;
2493
2607
  readOnly?: boolean | undefined;
2494
2608
  componentsProps?: {
2495
- clearIndicator?: Partial<import("@mui/material").IconButtonProps>;
2496
- paper?: import("@mui/material").PaperProps;
2497
- popper?: Partial<import("@mui/material").PopperProps>;
2498
- popupIndicator?: Partial<import("@mui/material").IconButtonProps>;
2609
+ clearIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2610
+ paper?: import("@mui/material").PaperProps | undefined;
2611
+ popper?: Partial<import("@mui/material").PopperProps> | undefined;
2612
+ popupIndicator?: Partial<import("@mui/material").IconButtonProps> | undefined;
2499
2613
  } | undefined;
2500
2614
  disablePortal?: boolean | undefined;
2501
- onClose?: ((event: React.SyntheticEvent, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
2615
+ onClose?: ((event: import("react").SyntheticEvent<Element, Event>, reason: import("@mui/material").AutocompleteCloseReason) => void) | undefined;
2502
2616
  open?: boolean | undefined;
2503
2617
  size?: import("@mui/types").OverridableStringUnion<"small" | "medium", import("@mui/material").AutocompletePropsSizeOverrides> | undefined;
2504
2618
  multiple?: boolean | undefined;
@@ -2506,35 +2620,35 @@ export declare const CustomAction: {
2506
2620
  options: readonly any[];
2507
2621
  disabledItemsFocusable?: boolean | undefined;
2508
2622
  disableListWrap?: boolean | undefined;
2509
- onOpen?: ((event: React.SyntheticEvent) => void) | undefined;
2510
- PopperComponent?: React.JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
2623
+ onOpen?: ((event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
2624
+ PopperComponent?: import("react").JSXElementConstructor<import("@mui/material").PopperProps> | undefined;
2511
2625
  ChipProps?: import("@mui/material").ChipProps<"div"> | undefined;
2512
- clearIcon?: React.ReactNode;
2626
+ clearIcon?: import("react").ReactNode;
2513
2627
  clearText?: string | undefined;
2514
2628
  closeText?: string | undefined;
2515
- forcePopupIcon?: (true | false | "auto") | undefined;
2516
- getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
2517
- ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
2518
- ListboxProps?: (ReturnType<ReturnType<typeof import("@mui/material").useAutocomplete>["getListboxProps"]> & {
2519
- sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
2520
- ref?: React.Ref<Element>;
2629
+ forcePopupIcon?: boolean | "auto" | undefined;
2630
+ getLimitTagsText?: ((more: number) => import("react").ReactNode) | undefined;
2631
+ ListboxComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
2632
+ ListboxProps?: (import("react").HTMLAttributes<HTMLUListElement> & {
2633
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2634
+ ref?: import("react").Ref<Element> | undefined;
2521
2635
  }) | undefined;
2522
- loadingText?: React.ReactNode;
2636
+ loadingText?: import("react").ReactNode;
2523
2637
  limitTags?: number | undefined;
2524
- noOptionsText?: React.ReactNode;
2638
+ noOptionsText?: import("react").ReactNode;
2525
2639
  openText?: string | undefined;
2526
- PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
2527
- popupIcon?: React.ReactNode;
2528
- renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
2529
- renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
2640
+ PaperComponent?: import("react").JSXElementConstructor<import("react").HTMLAttributes<HTMLElement>> | undefined;
2641
+ popupIcon?: import("react").ReactNode;
2642
+ renderGroup?: ((params: import("@mui/material").AutocompleteRenderGroupParams) => import("react").ReactNode) | undefined;
2643
+ renderOption?: ((props: import("react").HTMLAttributes<HTMLLIElement> & {
2530
2644
  key: any;
2531
- }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
2532
- renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => React.ReactNode) | undefined;
2645
+ }, option: any, state: import("@mui/material").AutocompleteRenderOptionState, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
2646
+ renderTags?: ((value: any[], getTagProps: import("@mui/material").AutocompleteRenderGetTagProps, ownerState: import("@mui/material").AutocompleteOwnerState<any, boolean, boolean, boolean, "div">) => import("react").ReactNode) | undefined;
2533
2647
  unstable_classNamePrefix?: string | undefined;
2534
- unstable_isActiveElementInListbox?: ((listbox: React.RefObject<HTMLElement>) => boolean) | undefined;
2648
+ unstable_isActiveElementInListbox?: ((listbox: import("react").RefObject<HTMLElement>) => boolean) | undefined;
2535
2649
  autoHighlight?: boolean | undefined;
2536
2650
  autoSelect?: boolean | undefined;
2537
- blurOnSelect?: ("touch" | "mouse" | true | false) | undefined;
2651
+ blurOnSelect?: boolean | "touch" | "mouse" | undefined;
2538
2652
  clearOnBlur?: boolean | undefined;
2539
2653
  clearOnEscape?: boolean | undefined;
2540
2654
  componentName?: string | undefined;
@@ -2551,8 +2665,8 @@ export declare const CustomAction: {
2551
2665
  includeInputInList?: boolean | undefined;
2552
2666
  inputValue?: string | undefined;
2553
2667
  isOptionEqualToValue?: ((option: any, value: any) => boolean) | undefined;
2554
- onHighlightChange?: ((event: React.SyntheticEvent, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
2555
- onInputChange?: ((event: React.SyntheticEvent, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
2668
+ onHighlightChange?: ((event: import("react").SyntheticEvent<Element, Event>, option: any, reason: import("@mui/material").AutocompleteHighlightChangeReason) => void) | undefined;
2669
+ onInputChange?: ((event: import("react").SyntheticEvent<Element, Event>, value: string, reason: import("@mui/material").AutocompleteInputChangeReason) => void) | undefined;
2556
2670
  openOnFocus?: boolean | undefined;
2557
2671
  selectOnFocus?: boolean | undefined;
2558
2672
  }) => import("react/jsx-runtime").JSX.Element;