@mui/material 6.0.0-alpha.0 → 6.0.0-alpha.10

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 (1129) hide show
  1. package/Accordion/Accordion.d.ts +2 -2
  2. package/Accordion/Accordion.js +35 -35
  3. package/AccordionActions/AccordionActions.d.ts +1 -1
  4. package/AccordionActions/AccordionActions.js +11 -12
  5. package/AccordionDetails/AccordionDetails.d.ts +1 -1
  6. package/AccordionDetails/AccordionDetails.js +7 -9
  7. package/AccordionSummary/AccordionSummary.js +14 -16
  8. package/AccordionSummary/accordionSummaryClasses.d.ts +1 -1
  9. package/Alert/Alert.d.ts +3 -3
  10. package/Alert/Alert.js +58 -53
  11. package/Alert/alertClasses.d.ts +12 -12
  12. package/AlertTitle/AlertTitle.d.ts +3 -3
  13. package/AlertTitle/AlertTitle.js +7 -9
  14. package/AppBar/AppBar.js +133 -82
  15. package/Autocomplete/Autocomplete.d.ts +79 -13
  16. package/Autocomplete/Autocomplete.js +251 -162
  17. package/Avatar/Avatar.d.ts +1 -1
  18. package/Avatar/Avatar.js +46 -38
  19. package/AvatarGroup/AvatarGroup.d.ts +51 -18
  20. package/AvatarGroup/AvatarGroup.js +60 -41
  21. package/Backdrop/Backdrop.d.ts +3 -5
  22. package/Backdrop/Backdrop.js +36 -35
  23. package/Badge/Badge.d.ts +2 -4
  24. package/Badge/Badge.js +33 -34
  25. package/BottomNavigation/BottomNavigation.js +15 -17
  26. package/BottomNavigationAction/BottomNavigationAction.js +15 -18
  27. package/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
  28. package/Breadcrumbs/Breadcrumbs.js +19 -21
  29. package/Button/Button.d.ts +1 -1
  30. package/Button/Button.js +251 -159
  31. package/Button/buttonClasses.d.ts +33 -33
  32. package/ButtonBase/ButtonBase.d.ts +1 -1
  33. package/ButtonBase/ButtonBase.js +46 -52
  34. package/ButtonBase/Ripple.js +1 -1
  35. package/ButtonBase/TouchRipple.js +12 -16
  36. package/ButtonGroup/ButtonGroup.js +187 -92
  37. package/ButtonGroup/buttonGroupClasses.d.ts +17 -17
  38. package/CHANGELOG.md +591 -6
  39. package/Card/Card.js +11 -12
  40. package/CardActionArea/CardActionArea.js +9 -12
  41. package/CardActions/CardActions.d.ts +1 -1
  42. package/CardActions/CardActions.js +11 -12
  43. package/CardContent/CardContent.js +11 -12
  44. package/CardHeader/CardHeader.d.ts +1 -1
  45. package/CardHeader/CardHeader.js +30 -31
  46. package/CardMedia/CardMedia.js +19 -21
  47. package/Checkbox/Checkbox.d.ts +1 -1
  48. package/Checkbox/Checkbox.js +79 -43
  49. package/Chip/Chip.d.ts +3 -3
  50. package/Chip/Chip.js +38 -37
  51. package/Chip/chipClasses.d.ts +28 -26
  52. package/Chip/chipClasses.js +1 -1
  53. package/CircularProgress/CircularProgress.d.ts +1 -1
  54. package/CircularProgress/CircularProgress.js +88 -51
  55. package/CircularProgress/circularProgressClasses.d.ts +6 -2
  56. package/Collapse/Collapse.d.ts +1 -1
  57. package/Collapse/Collapse.js +109 -76
  58. package/CssBaseline/CssBaseline.d.ts +1 -1
  59. package/CssBaseline/CssBaseline.js +17 -14
  60. package/Dialog/Dialog.d.ts +1 -1
  61. package/Dialog/Dialog.js +152 -103
  62. package/DialogActions/DialogActions.d.ts +1 -1
  63. package/DialogActions/DialogActions.js +26 -23
  64. package/DialogContent/DialogContent.d.ts +1 -1
  65. package/DialogContent/DialogContent.js +35 -26
  66. package/DialogContentText/DialogContentText.js +16 -13
  67. package/DialogTitle/DialogTitle.js +10 -12
  68. package/Divider/Divider.d.ts +1 -1
  69. package/Divider/Divider.js +20 -22
  70. package/Drawer/Drawer.d.ts +1 -1
  71. package/Drawer/Drawer.js +122 -80
  72. package/Fab/Fab.js +108 -65
  73. package/Fade/Fade.d.ts +1 -1
  74. package/Fade/Fade.js +31 -30
  75. package/FilledInput/FilledInput.d.ts +2 -1
  76. package/FilledInput/FilledInput.js +223 -134
  77. package/FilledInput/filledInputClasses.d.ts +1 -13
  78. package/FilledInput/filledInputClasses.js +4 -2
  79. package/FormControl/FormControl.js +27 -25
  80. package/FormControlLabel/FormControlLabel.d.ts +22 -15
  81. package/FormControlLabel/FormControlLabel.js +50 -26
  82. package/FormGroup/FormGroup.d.ts +1 -1
  83. package/FormGroup/FormGroup.js +11 -12
  84. package/FormHelperText/FormHelperText.js +46 -28
  85. package/FormLabel/FormLabel.js +49 -31
  86. package/GlobalStyles/GlobalStyles.d.ts +1 -1
  87. package/GlobalStyles/GlobalStyles.js +3 -3
  88. package/Grid/Grid.d.ts +1 -0
  89. package/Grid/Grid.js +53 -41
  90. package/Grow/Grow.d.ts +1 -1
  91. package/Grow/Grow.js +34 -31
  92. package/Hidden/Hidden.d.ts +2 -0
  93. package/Hidden/Hidden.js +23 -22
  94. package/Hidden/HiddenCss.js +29 -29
  95. package/Hidden/withWidth.js +19 -19
  96. package/Icon/Icon.js +77 -38
  97. package/IconButton/IconButton.js +112 -59
  98. package/ImageList/ImageList.js +41 -47
  99. package/ImageListItem/ImageListItem.js +57 -43
  100. package/ImageListItemBar/ImageListItemBar.d.ts +1 -1
  101. package/ImageListItemBar/ImageListItemBar.js +81 -50
  102. package/Input/Input.d.ts +2 -1
  103. package/Input/Input.js +103 -83
  104. package/Input/inputClasses.js +4 -2
  105. package/InputAdornment/InputAdornment.js +52 -40
  106. package/InputBase/InputBase.d.ts +3 -5
  107. package/InputBase/InputBase.js +151 -119
  108. package/InputLabel/InputLabel.js +140 -74
  109. package/LinearProgress/LinearProgress.d.ts +1 -1
  110. package/LinearProgress/LinearProgress.js +195 -92
  111. package/Link/Link.js +115 -69
  112. package/Link/getTextDecoration.d.ts +2 -8
  113. package/Link/getTextDecoration.js +16 -8
  114. package/List/List.js +36 -29
  115. package/ListItem/ListItem.d.ts +4 -12
  116. package/ListItem/ListItem.js +159 -114
  117. package/ListItemAvatar/ListItemAvatar.d.ts +1 -1
  118. package/ListItemAvatar/ListItemAvatar.js +23 -20
  119. package/ListItemButton/ListItemButton.js +61 -39
  120. package/ListItemIcon/ListItemIcon.d.ts +1 -1
  121. package/ListItemIcon/ListItemIcon.js +23 -19
  122. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +5 -1
  123. package/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
  124. package/ListItemText/ListItemText.d.ts +3 -1
  125. package/ListItemText/ListItemText.js +46 -39
  126. package/ListSubheader/ListSubheader.js +63 -37
  127. package/Menu/Menu.d.ts +1 -1
  128. package/Menu/Menu.js +38 -42
  129. package/MenuItem/MenuItem.js +71 -49
  130. package/MenuList/MenuList.js +17 -20
  131. package/MobileStepper/MobileStepper.d.ts +1 -1
  132. package/MobileStepper/MobileStepper.js +21 -22
  133. package/Modal/Modal.d.ts +3 -5
  134. package/Modal/Modal.js +49 -42
  135. package/NativeSelect/NativeSelect.d.ts +1 -1
  136. package/NativeSelect/NativeSelect.js +26 -22
  137. package/NativeSelect/NativeSelectInput.js +91 -67
  138. package/OutlinedInput/NotchedOutline.js +73 -56
  139. package/OutlinedInput/OutlinedInput.d.ts +3 -1
  140. package/OutlinedInput/OutlinedInput.js +142 -81
  141. package/OutlinedInput/outlinedInputClasses.js +4 -2
  142. package/OverridableComponent.d.ts +2 -2
  143. package/Pagination/Pagination.d.ts +1 -1
  144. package/Pagination/Pagination.js +38 -34
  145. package/PaginationItem/PaginationItem.d.ts +26 -14
  146. package/PaginationItem/PaginationItem.js +225 -119
  147. package/PaginationItem/paginationItemClasses.d.ts +4 -4
  148. package/Paper/Paper.js +60 -34
  149. package/Popover/Popover.d.ts +17 -22
  150. package/Popover/Popover.js +86 -85
  151. package/Popper/Popper.d.ts +4 -0
  152. package/Popper/Popper.js +29 -27
  153. package/Radio/Radio.d.ts +1 -1
  154. package/Radio/Radio.js +73 -39
  155. package/Radio/RadioButtonIcon.js +21 -15
  156. package/RadioGroup/RadioGroup.d.ts +1 -3
  157. package/RadioGroup/RadioGroup.js +35 -17
  158. package/RadioGroup/index.d.ts +3 -0
  159. package/RadioGroup/index.js +3 -1
  160. package/RadioGroup/radioGroupClasses.d.ts +6 -0
  161. package/RadioGroup/radioGroupClasses.js +7 -0
  162. package/Rating/Rating.d.ts +1 -1
  163. package/Rating/Rating.js +127 -85
  164. package/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  165. package/Select/Select.d.ts +9 -6
  166. package/Select/Select.js +65 -58
  167. package/Select/SelectInput.js +72 -65
  168. package/Skeleton/Skeleton.js +128 -81
  169. package/Slide/Slide.d.ts +1 -1
  170. package/Slide/Slide.js +37 -33
  171. package/Slider/Slider.d.ts +3 -3
  172. package/Slider/Slider.js +167 -118
  173. package/Slider/SliderValueLabel.types.d.ts +1 -1
  174. package/Snackbar/Snackbar.d.ts +1 -1
  175. package/Snackbar/Snackbar.js +117 -84
  176. package/SnackbarContent/SnackbarContent.d.ts +1 -1
  177. package/SnackbarContent/SnackbarContent.js +15 -17
  178. package/SpeedDial/SpeedDial.d.ts +29 -2
  179. package/SpeedDial/SpeedDial.js +151 -94
  180. package/SpeedDialAction/SpeedDialAction.d.ts +1 -1
  181. package/SpeedDialAction/SpeedDialAction.js +84 -57
  182. package/SpeedDialIcon/SpeedDialIcon.d.ts +3 -1
  183. package/SpeedDialIcon/SpeedDialIcon.js +46 -27
  184. package/Step/Step.js +18 -20
  185. package/StepButton/StepButton.js +16 -17
  186. package/StepConnector/StepConnector.d.ts +2 -2
  187. package/StepConnector/StepConnector.js +10 -12
  188. package/StepConnector/stepConnectorClasses.d.ts +6 -2
  189. package/StepContent/StepContent.d.ts +1 -1
  190. package/StepContent/StepContent.js +18 -20
  191. package/StepIcon/StepIcon.d.ts +1 -1
  192. package/StepIcon/StepIcon.js +22 -22
  193. package/StepLabel/StepLabel.d.ts +9 -2
  194. package/StepLabel/StepLabel.js +46 -34
  195. package/Stepper/Stepper.js +21 -22
  196. package/SvgIcon/SvgIcon.js +93 -41
  197. package/SwipeableDrawer/SwipeArea.js +53 -33
  198. package/SwipeableDrawer/SwipeableDrawer.js +49 -43
  199. package/Switch/Switch.d.ts +1 -1
  200. package/Switch/Switch.js +23 -20
  201. package/Tab/Tab.d.ts +1 -1
  202. package/Tab/Tab.js +159 -88
  203. package/TabScrollButton/TabScrollButton.d.ts +1 -1
  204. package/TabScrollButton/TabScrollButton.js +48 -30
  205. package/Table/Table.d.ts +0 -2
  206. package/Table/Table.js +29 -26
  207. package/TableBody/TableBody.js +13 -14
  208. package/TableCell/TableCell.d.ts +1 -1
  209. package/TableCell/TableCell.js +117 -62
  210. package/TableContainer/TableContainer.js +13 -14
  211. package/TableFooter/TableFooter.js +13 -14
  212. package/TableHead/TableHead.js +13 -14
  213. package/TablePagination/TablePagination.js +58 -54
  214. package/TablePagination/TablePaginationActions.js +51 -38
  215. package/TableRow/TableRow.js +15 -16
  216. package/TableSortLabel/TableSortLabel.js +35 -27
  217. package/Tabs/ScrollbarSize.js +7 -9
  218. package/Tabs/Tabs.js +160 -112
  219. package/TextField/TextField.d.ts +59 -4
  220. package/TextField/TextField.js +139 -69
  221. package/ToggleButton/ToggleButton.js +102 -75
  222. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  223. package/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
  224. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +10 -2
  225. package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  226. package/Toolbar/Toolbar.js +44 -33
  227. package/Tooltip/Tooltip.d.ts +3 -5
  228. package/Tooltip/Tooltip.js +262 -153
  229. package/Typography/Typography.js +104 -49
  230. package/Zoom/Zoom.d.ts +1 -1
  231. package/Zoom/Zoom.js +31 -30
  232. package/index.js +1 -1
  233. package/internal/SwitchBase.js +75 -47
  234. package/locale/index.d.ts +1 -0
  235. package/locale/index.js +75 -2
  236. package/modern/Accordion/Accordion.js +35 -35
  237. package/modern/AccordionActions/AccordionActions.js +11 -12
  238. package/modern/AccordionDetails/AccordionDetails.js +7 -9
  239. package/modern/AccordionSummary/AccordionSummary.js +14 -16
  240. package/modern/Alert/Alert.js +58 -53
  241. package/modern/AlertTitle/AlertTitle.js +7 -9
  242. package/modern/AppBar/AppBar.js +133 -82
  243. package/modern/Autocomplete/Autocomplete.js +251 -162
  244. package/modern/Avatar/Avatar.js +46 -38
  245. package/modern/AvatarGroup/AvatarGroup.js +60 -41
  246. package/modern/Backdrop/Backdrop.js +36 -35
  247. package/modern/Badge/Badge.js +33 -34
  248. package/modern/BottomNavigation/BottomNavigation.js +15 -17
  249. package/modern/BottomNavigationAction/BottomNavigationAction.js +15 -18
  250. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +36 -35
  251. package/modern/Breadcrumbs/Breadcrumbs.js +19 -21
  252. package/modern/Button/Button.js +251 -159
  253. package/modern/ButtonBase/ButtonBase.js +46 -52
  254. package/modern/ButtonBase/Ripple.js +1 -1
  255. package/modern/ButtonBase/TouchRipple.js +12 -16
  256. package/modern/ButtonGroup/ButtonGroup.js +187 -92
  257. package/modern/Card/Card.js +11 -12
  258. package/modern/CardActionArea/CardActionArea.js +9 -12
  259. package/modern/CardActions/CardActions.js +11 -12
  260. package/modern/CardContent/CardContent.js +11 -12
  261. package/modern/CardHeader/CardHeader.js +30 -31
  262. package/modern/CardMedia/CardMedia.js +19 -21
  263. package/modern/Checkbox/Checkbox.js +79 -43
  264. package/modern/Chip/Chip.js +38 -37
  265. package/modern/Chip/chipClasses.js +1 -1
  266. package/modern/CircularProgress/CircularProgress.js +88 -51
  267. package/modern/Collapse/Collapse.js +109 -76
  268. package/modern/CssBaseline/CssBaseline.js +17 -14
  269. package/modern/Dialog/Dialog.js +152 -103
  270. package/modern/DialogActions/DialogActions.js +26 -23
  271. package/modern/DialogContent/DialogContent.js +35 -26
  272. package/modern/DialogContentText/DialogContentText.js +16 -13
  273. package/modern/DialogTitle/DialogTitle.js +10 -12
  274. package/modern/Divider/Divider.js +20 -22
  275. package/modern/Drawer/Drawer.js +122 -80
  276. package/modern/Fab/Fab.js +108 -65
  277. package/modern/Fade/Fade.js +31 -30
  278. package/modern/FilledInput/FilledInput.js +223 -134
  279. package/modern/FilledInput/filledInputClasses.js +4 -2
  280. package/modern/FormControl/FormControl.js +27 -25
  281. package/modern/FormControlLabel/FormControlLabel.js +50 -26
  282. package/modern/FormGroup/FormGroup.js +11 -12
  283. package/modern/FormHelperText/FormHelperText.js +46 -28
  284. package/modern/FormLabel/FormLabel.js +49 -31
  285. package/modern/GlobalStyles/GlobalStyles.js +3 -3
  286. package/modern/Grid/Grid.js +53 -41
  287. package/modern/Grow/Grow.js +34 -31
  288. package/modern/Hidden/Hidden.js +23 -22
  289. package/modern/Hidden/HiddenCss.js +29 -29
  290. package/modern/Hidden/withWidth.js +19 -19
  291. package/modern/Icon/Icon.js +77 -38
  292. package/modern/IconButton/IconButton.js +112 -59
  293. package/modern/ImageList/ImageList.js +41 -47
  294. package/modern/ImageListItem/ImageListItem.js +57 -43
  295. package/modern/ImageListItemBar/ImageListItemBar.js +81 -50
  296. package/modern/Input/Input.js +103 -83
  297. package/modern/Input/inputClasses.js +4 -2
  298. package/modern/InputAdornment/InputAdornment.js +52 -40
  299. package/modern/InputBase/InputBase.js +151 -119
  300. package/modern/InputLabel/InputLabel.js +140 -74
  301. package/modern/LinearProgress/LinearProgress.js +195 -92
  302. package/modern/Link/Link.js +115 -69
  303. package/modern/Link/getTextDecoration.js +16 -8
  304. package/modern/List/List.js +36 -29
  305. package/modern/ListItem/ListItem.js +159 -114
  306. package/modern/ListItemAvatar/ListItemAvatar.js +23 -20
  307. package/modern/ListItemButton/ListItemButton.js +61 -39
  308. package/modern/ListItemIcon/ListItemIcon.js +23 -19
  309. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +25 -20
  310. package/modern/ListItemText/ListItemText.js +46 -39
  311. package/modern/ListSubheader/ListSubheader.js +63 -37
  312. package/modern/Menu/Menu.js +38 -42
  313. package/modern/MenuItem/MenuItem.js +71 -49
  314. package/modern/MenuList/MenuList.js +17 -20
  315. package/modern/MobileStepper/MobileStepper.js +21 -22
  316. package/modern/Modal/Modal.js +49 -42
  317. package/modern/NativeSelect/NativeSelect.js +26 -22
  318. package/modern/NativeSelect/NativeSelectInput.js +91 -67
  319. package/modern/OutlinedInput/NotchedOutline.js +73 -56
  320. package/modern/OutlinedInput/OutlinedInput.js +142 -81
  321. package/modern/OutlinedInput/outlinedInputClasses.js +4 -2
  322. package/modern/Pagination/Pagination.js +38 -34
  323. package/modern/PaginationItem/PaginationItem.js +225 -119
  324. package/modern/Paper/Paper.js +60 -34
  325. package/modern/Popover/Popover.js +86 -85
  326. package/modern/Popper/Popper.js +29 -27
  327. package/modern/Radio/Radio.js +73 -39
  328. package/modern/Radio/RadioButtonIcon.js +21 -15
  329. package/modern/RadioGroup/RadioGroup.js +35 -17
  330. package/modern/RadioGroup/index.js +3 -1
  331. package/modern/RadioGroup/radioGroupClasses.js +7 -0
  332. package/modern/Rating/Rating.js +127 -85
  333. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  334. package/modern/Select/Select.js +65 -58
  335. package/modern/Select/SelectInput.js +72 -65
  336. package/modern/Skeleton/Skeleton.js +128 -81
  337. package/modern/Slide/Slide.js +37 -33
  338. package/modern/Slider/Slider.js +167 -118
  339. package/modern/Snackbar/Snackbar.js +117 -84
  340. package/modern/SnackbarContent/SnackbarContent.js +15 -17
  341. package/modern/SpeedDial/SpeedDial.js +151 -94
  342. package/modern/SpeedDialAction/SpeedDialAction.js +84 -57
  343. package/modern/SpeedDialIcon/SpeedDialIcon.js +46 -27
  344. package/modern/Step/Step.js +18 -20
  345. package/modern/StepButton/StepButton.js +16 -17
  346. package/modern/StepConnector/StepConnector.js +10 -12
  347. package/modern/StepContent/StepContent.js +18 -20
  348. package/modern/StepIcon/StepIcon.js +22 -22
  349. package/modern/StepLabel/StepLabel.js +46 -34
  350. package/modern/Stepper/Stepper.js +21 -22
  351. package/modern/SvgIcon/SvgIcon.js +93 -41
  352. package/modern/SwipeableDrawer/SwipeArea.js +53 -33
  353. package/modern/SwipeableDrawer/SwipeableDrawer.js +49 -43
  354. package/modern/Switch/Switch.js +23 -20
  355. package/modern/Tab/Tab.js +159 -88
  356. package/modern/TabScrollButton/TabScrollButton.js +48 -30
  357. package/modern/Table/Table.js +29 -26
  358. package/modern/TableBody/TableBody.js +13 -14
  359. package/modern/TableCell/TableCell.js +117 -62
  360. package/modern/TableContainer/TableContainer.js +13 -14
  361. package/modern/TableFooter/TableFooter.js +13 -14
  362. package/modern/TableHead/TableHead.js +13 -14
  363. package/modern/TablePagination/TablePagination.js +58 -54
  364. package/modern/TablePagination/TablePaginationActions.js +51 -38
  365. package/modern/TableRow/TableRow.js +15 -16
  366. package/modern/TableSortLabel/TableSortLabel.js +35 -27
  367. package/modern/Tabs/ScrollbarSize.js +7 -9
  368. package/modern/Tabs/Tabs.js +160 -112
  369. package/modern/TextField/TextField.js +139 -69
  370. package/modern/ToggleButton/ToggleButton.js +102 -75
  371. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +81 -71
  372. package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  373. package/modern/Toolbar/Toolbar.js +44 -33
  374. package/modern/Tooltip/Tooltip.js +262 -153
  375. package/modern/Typography/Typography.js +104 -49
  376. package/modern/Zoom/Zoom.js +31 -30
  377. package/modern/index.js +1 -1
  378. package/modern/internal/SwitchBase.js +75 -47
  379. package/modern/locale/index.js +75 -2
  380. package/modern/styles/CssVarsProvider.js +20 -9
  381. package/modern/styles/ThemeProvider.js +7 -10
  382. package/modern/styles/adaptV4Theme.js +31 -31
  383. package/modern/styles/createMixins.js +4 -4
  384. package/modern/styles/createPalette.js +16 -13
  385. package/modern/styles/createTheme.js +16 -11
  386. package/modern/styles/createTransitions.js +20 -19
  387. package/modern/styles/createTypography.js +31 -29
  388. package/modern/styles/experimental_extendTheme.js +8 -321
  389. package/{legacy/styles/experimental_extendTheme.js → modern/styles/extendTheme.js} +123 -123
  390. package/modern/styles/getOverlayAlpha.js +3 -4
  391. package/modern/styles/index.js +2 -1
  392. package/modern/styles/responsiveFontSizes.js +20 -11
  393. package/modern/usePagination/usePagination.js +18 -20
  394. package/modern/useScrollTrigger/useScrollTrigger.js +8 -10
  395. package/modern/utils/createSvgIcon.js +4 -5
  396. package/modern/utils/useSlot.js +41 -40
  397. package/modern/zero-styled/index.js +1 -0
  398. package/node/Accordion/Accordion.js +35 -35
  399. package/node/AccordionActions/AccordionActions.js +11 -12
  400. package/node/AccordionDetails/AccordionDetails.js +7 -9
  401. package/node/AccordionSummary/AccordionSummary.js +14 -16
  402. package/node/Alert/Alert.js +58 -53
  403. package/node/AlertTitle/AlertTitle.js +7 -9
  404. package/node/AppBar/AppBar.js +138 -84
  405. package/node/Autocomplete/Autocomplete.js +252 -164
  406. package/node/Avatar/Avatar.js +46 -38
  407. package/node/AvatarGroup/AvatarGroup.js +60 -41
  408. package/node/Backdrop/Backdrop.js +36 -35
  409. package/node/Badge/Badge.js +181 -188
  410. package/node/BottomNavigation/BottomNavigation.js +15 -17
  411. package/node/BottomNavigationAction/BottomNavigationAction.js +15 -18
  412. package/node/Breadcrumbs/BreadcrumbCollapsed.js +38 -37
  413. package/node/Breadcrumbs/Breadcrumbs.js +19 -21
  414. package/node/Button/Button.js +256 -164
  415. package/node/ButtonBase/ButtonBase.js +48 -54
  416. package/node/ButtonBase/Ripple.js +1 -1
  417. package/node/ButtonBase/TouchRipple.js +18 -22
  418. package/node/ButtonGroup/ButtonGroup.js +189 -94
  419. package/node/Card/Card.js +11 -12
  420. package/node/CardActionArea/CardActionArea.js +9 -12
  421. package/node/CardActions/CardActions.js +11 -12
  422. package/node/CardContent/CardContent.js +11 -12
  423. package/node/CardHeader/CardHeader.js +30 -31
  424. package/node/CardMedia/CardMedia.js +19 -21
  425. package/node/Checkbox/Checkbox.js +82 -46
  426. package/node/Chip/Chip.js +38 -37
  427. package/node/Chip/chipClasses.js +1 -1
  428. package/node/CircularProgress/CircularProgress.js +94 -57
  429. package/node/Collapse/Collapse.js +113 -80
  430. package/node/CssBaseline/CssBaseline.js +17 -14
  431. package/node/Dialog/Dialog.js +157 -108
  432. package/node/DialogActions/DialogActions.js +28 -25
  433. package/node/DialogContent/DialogContent.js +37 -28
  434. package/node/DialogContentText/DialogContentText.js +19 -16
  435. package/node/DialogTitle/DialogTitle.js +12 -14
  436. package/node/Divider/Divider.js +20 -22
  437. package/node/Drawer/Drawer.js +127 -85
  438. package/node/Fab/Fab.js +112 -69
  439. package/node/Fade/Fade.js +31 -30
  440. package/node/FilledInput/FilledInput.js +229 -138
  441. package/node/FilledInput/filledInputClasses.js +4 -2
  442. package/node/FormControl/FormControl.js +27 -25
  443. package/node/FormControlLabel/FormControlLabel.js +51 -27
  444. package/node/FormGroup/FormGroup.js +11 -12
  445. package/node/FormHelperText/FormHelperText.js +48 -30
  446. package/node/FormLabel/FormLabel.js +52 -34
  447. package/node/GlobalStyles/GlobalStyles.js +3 -3
  448. package/node/Grid/Grid.js +53 -41
  449. package/node/Grow/Grow.js +34 -31
  450. package/node/Hidden/Hidden.js +26 -26
  451. package/node/Hidden/HiddenCss.js +29 -29
  452. package/node/Hidden/withWidth.js +19 -19
  453. package/node/Icon/Icon.js +79 -40
  454. package/node/IconButton/IconButton.js +114 -62
  455. package/node/ImageList/ImageList.js +43 -49
  456. package/node/ImageListItem/ImageListItem.js +59 -45
  457. package/node/ImageListItemBar/ImageListItemBar.js +87 -56
  458. package/node/Input/Input.js +106 -86
  459. package/node/Input/inputClasses.js +4 -2
  460. package/node/InputAdornment/InputAdornment.js +54 -42
  461. package/node/InputBase/InputBase.js +154 -122
  462. package/node/InputLabel/InputLabel.js +143 -77
  463. package/node/LinearProgress/LinearProgress.js +203 -100
  464. package/node/Link/Link.js +117 -71
  465. package/node/Link/getTextDecoration.js +18 -10
  466. package/node/List/List.js +38 -31
  467. package/node/ListItem/ListItem.js +162 -117
  468. package/node/ListItemAvatar/ListItemAvatar.js +25 -22
  469. package/node/ListItemButton/ListItemButton.js +64 -42
  470. package/node/ListItemIcon/ListItemIcon.js +25 -21
  471. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +27 -22
  472. package/node/ListItemText/ListItemText.js +48 -41
  473. package/node/ListSubheader/ListSubheader.js +65 -39
  474. package/node/Menu/Menu.js +43 -47
  475. package/node/MenuItem/MenuItem.js +74 -52
  476. package/node/MenuList/MenuList.js +17 -20
  477. package/node/MobileStepper/MobileStepper.js +21 -22
  478. package/node/Modal/Modal.js +49 -42
  479. package/node/NativeSelect/NativeSelect.js +26 -22
  480. package/node/NativeSelect/NativeSelectInput.js +93 -71
  481. package/node/OutlinedInput/NotchedOutline.js +77 -60
  482. package/node/OutlinedInput/OutlinedInput.js +146 -85
  483. package/node/OutlinedInput/outlinedInputClasses.js +4 -2
  484. package/node/Pagination/Pagination.js +41 -37
  485. package/node/PaginationItem/PaginationItem.js +230 -123
  486. package/node/Paper/Paper.js +65 -41
  487. package/node/Popover/Popover.js +86 -85
  488. package/node/Popper/Popper.js +29 -27
  489. package/node/Radio/Radio.js +76 -42
  490. package/node/Radio/RadioButtonIcon.js +25 -19
  491. package/node/RadioGroup/RadioGroup.js +35 -17
  492. package/node/RadioGroup/index.js +25 -1
  493. package/node/RadioGroup/radioGroupClasses.js +15 -0
  494. package/node/Rating/Rating.js +133 -91
  495. package/node/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
  496. package/node/Select/Select.js +69 -62
  497. package/node/Select/SelectInput.js +73 -66
  498. package/node/Skeleton/Skeleton.js +132 -85
  499. package/node/Slide/Slide.js +39 -34
  500. package/node/Slider/Slider.js +301 -268
  501. package/node/Snackbar/Snackbar.js +119 -86
  502. package/node/SnackbarContent/SnackbarContent.js +19 -21
  503. package/node/SpeedDial/SpeedDial.js +155 -98
  504. package/node/SpeedDialAction/SpeedDialAction.js +88 -61
  505. package/node/SpeedDialIcon/SpeedDialIcon.js +48 -29
  506. package/node/Step/Step.js +18 -20
  507. package/node/StepButton/StepButton.js +16 -17
  508. package/node/StepConnector/StepConnector.js +10 -12
  509. package/node/StepContent/StepContent.js +18 -20
  510. package/node/StepIcon/StepIcon.js +22 -22
  511. package/node/StepLabel/StepLabel.js +46 -34
  512. package/node/Stepper/Stepper.js +21 -22
  513. package/node/SvgIcon/SvgIcon.js +99 -44
  514. package/node/SwipeableDrawer/SwipeArea.js +55 -35
  515. package/node/SwipeableDrawer/SwipeableDrawer.js +51 -44
  516. package/node/Switch/Switch.js +23 -20
  517. package/node/Tab/Tab.js +161 -90
  518. package/node/TabScrollButton/TabScrollButton.js +50 -32
  519. package/node/Table/Table.js +31 -28
  520. package/node/TableBody/TableBody.js +15 -16
  521. package/node/TableCell/TableCell.js +119 -64
  522. package/node/TableContainer/TableContainer.js +15 -16
  523. package/node/TableFooter/TableFooter.js +15 -16
  524. package/node/TableHead/TableHead.js +15 -16
  525. package/node/TablePagination/TablePagination.js +66 -62
  526. package/node/TablePagination/TablePaginationActions.js +54 -42
  527. package/node/TableRow/TableRow.js +17 -18
  528. package/node/TableSortLabel/TableSortLabel.js +38 -30
  529. package/node/Tabs/ScrollbarSize.js +7 -9
  530. package/node/Tabs/Tabs.js +166 -118
  531. package/node/TextField/TextField.js +141 -71
  532. package/node/ToggleButton/ToggleButton.js +104 -77
  533. package/node/ToggleButtonGroup/ToggleButtonGroup.js +83 -73
  534. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
  535. package/node/Toolbar/Toolbar.js +46 -35
  536. package/node/Tooltip/Tooltip.js +266 -157
  537. package/node/Typography/Typography.js +105 -50
  538. package/node/Zoom/Zoom.js +31 -30
  539. package/node/index.js +1 -1
  540. package/node/internal/SwitchBase.js +77 -49
  541. package/node/locale/index.js +76 -3
  542. package/node/styles/CssVarsProvider.js +25 -10
  543. package/node/styles/ThemeProvider.js +7 -10
  544. package/node/styles/adaptV4Theme.js +31 -32
  545. package/node/styles/createMixins.js +4 -5
  546. package/node/styles/createPalette.js +16 -13
  547. package/node/styles/createTheme.js +16 -11
  548. package/node/styles/createTransitions.js +20 -20
  549. package/node/styles/createTypography.js +31 -29
  550. package/node/styles/experimental_extendTheme.js +8 -326
  551. package/node/styles/extendTheme.js +367 -0
  552. package/node/styles/getOverlayAlpha.js +4 -5
  553. package/node/styles/index.js +10 -0
  554. package/node/styles/responsiveFontSizes.js +20 -11
  555. package/node/usePagination/usePagination.js +18 -20
  556. package/node/useScrollTrigger/useScrollTrigger.js +8 -11
  557. package/node/utils/createSvgIcon.js +4 -5
  558. package/node/utils/useSlot.js +41 -40
  559. package/node/zero-styled/index.js +13 -0
  560. package/package.json +7 -7
  561. package/styles/CssVarsProvider.d.ts +3 -2
  562. package/styles/CssVarsProvider.js +20 -9
  563. package/styles/ThemeProvider.js +7 -10
  564. package/styles/adaptV4Theme.js +31 -31
  565. package/styles/components.d.ts +5 -0
  566. package/styles/createMixins.js +4 -4
  567. package/styles/createPalette.js +16 -13
  568. package/styles/createTheme.js +16 -11
  569. package/styles/createTransitions.js +20 -19
  570. package/styles/createTypography.js +31 -29
  571. package/styles/experimental_extendTheme.js +8 -321
  572. package/styles/{experimental_extendTheme.d.ts → extendTheme.d.ts} +5 -2
  573. package/styles/extendTheme.js +355 -0
  574. package/styles/getOverlayAlpha.d.ts +1 -2
  575. package/styles/getOverlayAlpha.js +3 -4
  576. package/styles/index.d.ts +2 -2
  577. package/styles/index.js +2 -1
  578. package/styles/overrides.d.ts +2 -0
  579. package/styles/responsiveFontSizes.js +20 -11
  580. package/themeCssVarsAugmentation/index.d.ts +1 -1
  581. package/types/OverridableComponentAugmentation.d.ts +2 -2
  582. package/usePagination/usePagination.d.ts +1 -1
  583. package/usePagination/usePagination.js +18 -20
  584. package/useScrollTrigger/useScrollTrigger.js +8 -10
  585. package/utils/createSvgIcon.js +4 -5
  586. package/utils/useSlot.js +41 -40
  587. package/zero-styled/index.d.ts +1 -0
  588. package/zero-styled/index.js +1 -0
  589. package/legacy/Accordion/Accordion.js +0 -306
  590. package/legacy/Accordion/AccordionContext.js +0 -13
  591. package/legacy/Accordion/accordionClasses.js +0 -7
  592. package/legacy/Accordion/index.js +0 -3
  593. package/legacy/AccordionActions/AccordionActions.js +0 -90
  594. package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
  595. package/legacy/AccordionActions/index.js +0 -3
  596. package/legacy/AccordionDetails/AccordionDetails.js +0 -69
  597. package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
  598. package/legacy/AccordionDetails/index.js +0 -3
  599. package/legacy/AccordionSummary/AccordionSummary.js +0 -198
  600. package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
  601. package/legacy/AccordionSummary/index.js +0 -3
  602. package/legacy/Alert/Alert.js +0 -385
  603. package/legacy/Alert/alertClasses.js +0 -7
  604. package/legacy/Alert/index.js +0 -5
  605. package/legacy/AlertTitle/AlertTitle.js +0 -73
  606. package/legacy/AlertTitle/alertTitleClasses.js +0 -7
  607. package/legacy/AlertTitle/index.js +0 -5
  608. package/legacy/AppBar/AppBar.js +0 -175
  609. package/legacy/AppBar/appBarClasses.js +0 -7
  610. package/legacy/AppBar/index.js +0 -5
  611. package/legacy/Autocomplete/Autocomplete.js +0 -1127
  612. package/legacy/Autocomplete/autocompleteClasses.js +0 -7
  613. package/legacy/Autocomplete/index.js +0 -5
  614. package/legacy/Avatar/Avatar.js +0 -296
  615. package/legacy/Avatar/avatarClasses.js +0 -7
  616. package/legacy/Avatar/index.js +0 -5
  617. package/legacy/AvatarGroup/AvatarGroup.js +0 -205
  618. package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
  619. package/legacy/AvatarGroup/index.js +0 -5
  620. package/legacy/Backdrop/Backdrop.js +0 -211
  621. package/legacy/Backdrop/backdropClasses.js +0 -7
  622. package/legacy/Backdrop/index.js +0 -5
  623. package/legacy/Badge/Badge.js +0 -441
  624. package/legacy/Badge/badgeClasses.js +0 -9
  625. package/legacy/Badge/index.js +0 -5
  626. package/legacy/BottomNavigation/BottomNavigation.js +0 -124
  627. package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
  628. package/legacy/BottomNavigation/index.js +0 -5
  629. package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
  630. package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  631. package/legacy/BottomNavigationAction/index.js +0 -5
  632. package/legacy/Box/Box.js +0 -35
  633. package/legacy/Box/boxClasses.js +0 -3
  634. package/legacy/Box/index.js +0 -5
  635. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
  636. package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
  637. package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
  638. package/legacy/Breadcrumbs/index.js +0 -5
  639. package/legacy/Button/Button.js +0 -377
  640. package/legacy/Button/buttonClasses.js +0 -7
  641. package/legacy/Button/index.js +0 -5
  642. package/legacy/ButtonBase/ButtonBase.js +0 -487
  643. package/legacy/ButtonBase/Ripple.js +0 -89
  644. package/legacy/ButtonBase/TouchRipple.js +0 -268
  645. package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
  646. package/legacy/ButtonBase/index.js +0 -7
  647. package/legacy/ButtonBase/touchRippleClasses.js +0 -7
  648. package/legacy/ButtonGroup/ButtonGroup.js +0 -276
  649. package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
  650. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
  651. package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
  652. package/legacy/ButtonGroup/index.js +0 -7
  653. package/legacy/Card/Card.js +0 -83
  654. package/legacy/Card/cardClasses.js +0 -7
  655. package/legacy/Card/index.js +0 -5
  656. package/legacy/CardActionArea/CardActionArea.js +0 -119
  657. package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
  658. package/legacy/CardActionArea/index.js +0 -5
  659. package/legacy/CardActions/CardActions.js +0 -89
  660. package/legacy/CardActions/cardActionsClasses.js +0 -7
  661. package/legacy/CardActions/index.js +0 -5
  662. package/legacy/CardContent/CardContent.js +0 -79
  663. package/legacy/CardContent/cardContentClasses.js +0 -7
  664. package/legacy/CardContent/index.js +0 -5
  665. package/legacy/CardHeader/CardHeader.js +0 -198
  666. package/legacy/CardHeader/cardHeaderClasses.js +0 -7
  667. package/legacy/CardHeader/index.js +0 -5
  668. package/legacy/CardMedia/CardMedia.js +0 -139
  669. package/legacy/CardMedia/cardMediaClasses.js +0 -7
  670. package/legacy/CardMedia/index.js +0 -5
  671. package/legacy/Checkbox/Checkbox.js +0 -212
  672. package/legacy/Checkbox/checkboxClasses.js +0 -7
  673. package/legacy/Checkbox/index.js +0 -5
  674. package/legacy/Chip/Chip.js +0 -547
  675. package/legacy/Chip/chipClasses.js +0 -7
  676. package/legacy/Chip/index.js +0 -5
  677. package/legacy/CircularProgress/CircularProgress.js +0 -224
  678. package/legacy/CircularProgress/circularProgressClasses.js +0 -7
  679. package/legacy/CircularProgress/index.js +0 -5
  680. package/legacy/ClickAwayListener/index.js +0 -1
  681. package/legacy/Collapse/Collapse.js +0 -383
  682. package/legacy/Collapse/collapseClasses.js +0 -7
  683. package/legacy/Collapse/index.js +0 -5
  684. package/legacy/Container/Container.js +0 -67
  685. package/legacy/Container/containerClasses.js +0 -7
  686. package/legacy/Container/index.js +0 -5
  687. package/legacy/CssBaseline/CssBaseline.js +0 -113
  688. package/legacy/CssBaseline/index.js +0 -3
  689. package/legacy/Dialog/Dialog.js +0 -392
  690. package/legacy/Dialog/DialogContext.js +0 -6
  691. package/legacy/Dialog/dialogClasses.js +0 -7
  692. package/legacy/Dialog/index.js +0 -5
  693. package/legacy/DialogActions/DialogActions.js +0 -88
  694. package/legacy/DialogActions/dialogActionsClasses.js +0 -7
  695. package/legacy/DialogActions/index.js +0 -5
  696. package/legacy/DialogContent/DialogContent.js +0 -93
  697. package/legacy/DialogContent/dialogContentClasses.js +0 -7
  698. package/legacy/DialogContent/index.js +0 -5
  699. package/legacy/DialogContentText/DialogContentText.js +0 -74
  700. package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
  701. package/legacy/DialogContentText/index.js +0 -5
  702. package/legacy/DialogTitle/DialogTitle.js +0 -80
  703. package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
  704. package/legacy/DialogTitle/index.js +0 -5
  705. package/legacy/Divider/Divider.js +0 -316
  706. package/legacy/Divider/dividerClasses.js +0 -7
  707. package/legacy/Divider/index.js +0 -5
  708. package/legacy/Drawer/Drawer.js +0 -316
  709. package/legacy/Drawer/drawerClasses.js +0 -7
  710. package/legacy/Drawer/index.js +0 -5
  711. package/legacy/Fab/Fab.js +0 -229
  712. package/legacy/Fab/fabClasses.js +0 -7
  713. package/legacy/Fab/index.js +0 -5
  714. package/legacy/Fade/Fade.js +0 -206
  715. package/legacy/Fade/index.js +0 -3
  716. package/legacy/FilledInput/FilledInput.js +0 -425
  717. package/legacy/FilledInput/filledInputClasses.js +0 -9
  718. package/legacy/FilledInput/index.js +0 -5
  719. package/legacy/FormControl/FormControl.js +0 -315
  720. package/legacy/FormControl/FormControlContext.js +0 -9
  721. package/legacy/FormControl/formControlClasses.js +0 -7
  722. package/legacy/FormControl/formControlState.js +0 -14
  723. package/legacy/FormControl/index.js +0 -6
  724. package/legacy/FormControl/useFormControl.js +0 -7
  725. package/legacy/FormControlLabel/FormControlLabel.js +0 -258
  726. package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
  727. package/legacy/FormControlLabel/index.js +0 -5
  728. package/legacy/FormGroup/FormGroup.js +0 -103
  729. package/legacy/FormGroup/formGroupClasses.js +0 -7
  730. package/legacy/FormGroup/index.js +0 -5
  731. package/legacy/FormHelperText/FormHelperText.js +0 -167
  732. package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
  733. package/legacy/FormHelperText/index.js +0 -5
  734. package/legacy/FormLabel/FormLabel.js +0 -166
  735. package/legacy/FormLabel/formLabelClasses.js +0 -7
  736. package/legacy/FormLabel/index.js +0 -6
  737. package/legacy/GlobalStyles/GlobalStyles.js +0 -26
  738. package/legacy/GlobalStyles/index.js +0 -1
  739. package/legacy/Grid/Grid.js +0 -558
  740. package/legacy/Grid/GridContext.js +0 -12
  741. package/legacy/Grid/gridClasses.js +0 -28
  742. package/legacy/Grid/index.js +0 -5
  743. package/legacy/Grow/Grow.js +0 -253
  744. package/legacy/Grow/index.js +0 -3
  745. package/legacy/Hidden/Hidden.js +0 -147
  746. package/legacy/Hidden/HiddenCss.js +0 -168
  747. package/legacy/Hidden/HiddenJs.js +0 -123
  748. package/legacy/Hidden/hiddenCssClasses.js +0 -7
  749. package/legacy/Hidden/index.js +0 -3
  750. package/legacy/Hidden/withWidth.js +0 -110
  751. package/legacy/Icon/Icon.js +0 -144
  752. package/legacy/Icon/iconClasses.js +0 -7
  753. package/legacy/Icon/index.js +0 -5
  754. package/legacy/IconButton/IconButton.js +0 -204
  755. package/legacy/IconButton/iconButtonClasses.js +0 -7
  756. package/legacy/IconButton/index.js +0 -5
  757. package/legacy/ImageList/ImageList.js +0 -155
  758. package/legacy/ImageList/ImageListContext.js +0 -13
  759. package/legacy/ImageList/imageListClasses.js +0 -7
  760. package/legacy/ImageList/index.js +0 -5
  761. package/legacy/ImageListItem/ImageListItem.js +0 -168
  762. package/legacy/ImageListItem/imageListItemClasses.js +0 -7
  763. package/legacy/ImageListItem/index.js +0 -5
  764. package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
  765. package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
  766. package/legacy/ImageListItemBar/index.js +0 -5
  767. package/legacy/Input/Input.js +0 -339
  768. package/legacy/Input/index.js +0 -5
  769. package/legacy/Input/inputClasses.js +0 -9
  770. package/legacy/InputAdornment/InputAdornment.js +0 -167
  771. package/legacy/InputAdornment/index.js +0 -5
  772. package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
  773. package/legacy/InputBase/InputBase.js +0 -713
  774. package/legacy/InputBase/index.js +0 -5
  775. package/legacy/InputBase/inputBaseClasses.js +0 -7
  776. package/legacy/InputBase/utils.js +0 -31
  777. package/legacy/InputLabel/InputLabel.js +0 -214
  778. package/legacy/InputLabel/index.js +0 -5
  779. package/legacy/InputLabel/inputLabelClasses.js +0 -7
  780. package/legacy/LinearProgress/LinearProgress.js +0 -285
  781. package/legacy/LinearProgress/index.js +0 -5
  782. package/legacy/LinearProgress/linearProgressClasses.js +0 -7
  783. package/legacy/Link/Link.js +0 -209
  784. package/legacy/Link/getTextDecoration.js +0 -24
  785. package/legacy/Link/index.js +0 -5
  786. package/legacy/Link/linkClasses.js +0 -7
  787. package/legacy/List/List.js +0 -126
  788. package/legacy/List/ListContext.js +0 -12
  789. package/legacy/List/index.js +0 -5
  790. package/legacy/List/listClasses.js +0 -7
  791. package/legacy/ListItem/ListItem.js +0 -425
  792. package/legacy/ListItem/index.js +0 -5
  793. package/legacy/ListItem/listItemClasses.js +0 -7
  794. package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
  795. package/legacy/ListItemAvatar/index.js +0 -5
  796. package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
  797. package/legacy/ListItemButton/ListItemButton.js +0 -242
  798. package/legacy/ListItemButton/index.js +0 -5
  799. package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
  800. package/legacy/ListItemIcon/ListItemIcon.js +0 -86
  801. package/legacy/ListItemIcon/index.js +0 -5
  802. package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
  803. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
  804. package/legacy/ListItemSecondaryAction/index.js +0 -5
  805. package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  806. package/legacy/ListItemText/ListItemText.js +0 -160
  807. package/legacy/ListItemText/index.js +0 -5
  808. package/legacy/ListItemText/listItemTextClasses.js +0 -7
  809. package/legacy/ListSubheader/ListSubheader.js +0 -139
  810. package/legacy/ListSubheader/index.js +0 -5
  811. package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
  812. package/legacy/Menu/Menu.js +0 -317
  813. package/legacy/Menu/index.js +0 -5
  814. package/legacy/Menu/menuClasses.js +0 -7
  815. package/legacy/MenuItem/MenuItem.js +0 -251
  816. package/legacy/MenuItem/index.js +0 -5
  817. package/legacy/MenuItem/menuItemClasses.js +0 -7
  818. package/legacy/MenuList/MenuList.js +0 -285
  819. package/legacy/MenuList/index.js +0 -3
  820. package/legacy/MobileStepper/MobileStepper.js +0 -254
  821. package/legacy/MobileStepper/index.js +0 -5
  822. package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
  823. package/legacy/Modal/Modal.js +0 -398
  824. package/legacy/Modal/index.js +0 -6
  825. package/legacy/Modal/modalClasses.js +0 -7
  826. package/legacy/NativeSelect/NativeSelect.js +0 -128
  827. package/legacy/NativeSelect/NativeSelectInput.js +0 -203
  828. package/legacy/NativeSelect/index.js +0 -5
  829. package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
  830. package/legacy/NoSsr/index.js +0 -1
  831. package/legacy/OutlinedInput/NotchedOutline.js +0 -135
  832. package/legacy/OutlinedInput/OutlinedInput.js +0 -347
  833. package/legacy/OutlinedInput/index.js +0 -5
  834. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
  835. package/legacy/Pagination/Pagination.js +0 -256
  836. package/legacy/Pagination/index.js +0 -5
  837. package/legacy/Pagination/paginationClasses.js +0 -7
  838. package/legacy/PaginationItem/PaginationItem.js +0 -356
  839. package/legacy/PaginationItem/index.js +0 -5
  840. package/legacy/PaginationItem/paginationItemClasses.js +0 -7
  841. package/legacy/Paper/Paper.js +0 -141
  842. package/legacy/Paper/index.js +0 -5
  843. package/legacy/Paper/paperClasses.js +0 -7
  844. package/legacy/Popover/Popover.js +0 -548
  845. package/legacy/Popover/index.js +0 -6
  846. package/legacy/Popover/popoverClasses.js +0 -7
  847. package/legacy/Popper/Popper.js +0 -207
  848. package/legacy/Popper/index.js +0 -3
  849. package/legacy/Portal/index.js +0 -1
  850. package/legacy/Radio/Radio.js +0 -212
  851. package/legacy/Radio/RadioButtonIcon.js +0 -81
  852. package/legacy/Radio/index.js +0 -5
  853. package/legacy/Radio/radioClasses.js +0 -7
  854. package/legacy/RadioGroup/RadioGroup.js +0 -99
  855. package/legacy/RadioGroup/RadioGroupContext.js +0 -9
  856. package/legacy/RadioGroup/index.js +0 -4
  857. package/legacy/RadioGroup/useRadioGroup.js +0 -7
  858. package/legacy/Rating/Rating.js +0 -657
  859. package/legacy/Rating/index.js +0 -3
  860. package/legacy/Rating/ratingClasses.js +0 -7
  861. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
  862. package/legacy/ScopedCssBaseline/index.js +0 -5
  863. package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  864. package/legacy/Select/Select.js +0 -290
  865. package/legacy/Select/SelectInput.js +0 -667
  866. package/legacy/Select/index.js +0 -5
  867. package/legacy/Select/selectClasses.js +0 -7
  868. package/legacy/Skeleton/Skeleton.js +0 -166
  869. package/legacy/Skeleton/index.js +0 -5
  870. package/legacy/Skeleton/skeletonClasses.js +0 -7
  871. package/legacy/Slide/Slide.js +0 -333
  872. package/legacy/Slide/index.js +0 -3
  873. package/legacy/Slider/Slider.js +0 -1063
  874. package/legacy/Slider/SliderValueLabel.js +0 -49
  875. package/legacy/Slider/SliderValueLabel.types.js +0 -1
  876. package/legacy/Slider/index.js +0 -6
  877. package/legacy/Slider/sliderClasses.js +0 -7
  878. package/legacy/Snackbar/Snackbar.js +0 -312
  879. package/legacy/Snackbar/index.js +0 -5
  880. package/legacy/Snackbar/snackbarClasses.js +0 -7
  881. package/legacy/SnackbarContent/SnackbarContent.js +0 -134
  882. package/legacy/SnackbarContent/index.js +0 -5
  883. package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
  884. package/legacy/SpeedDial/SpeedDial.js +0 -491
  885. package/legacy/SpeedDial/index.js +0 -5
  886. package/legacy/SpeedDial/speedDialClasses.js +0 -7
  887. package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
  888. package/legacy/SpeedDialAction/index.js +0 -5
  889. package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
  890. package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
  891. package/legacy/SpeedDialIcon/index.js +0 -5
  892. package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
  893. package/legacy/Stack/Stack.js +0 -66
  894. package/legacy/Stack/index.js +0 -4
  895. package/legacy/Stack/stackClasses.js +0 -7
  896. package/legacy/Step/Step.js +0 -179
  897. package/legacy/Step/StepContext.js +0 -17
  898. package/legacy/Step/index.js +0 -7
  899. package/legacy/Step/stepClasses.js +0 -7
  900. package/legacy/StepButton/StepButton.js +0 -122
  901. package/legacy/StepButton/index.js +0 -5
  902. package/legacy/StepButton/stepButtonClasses.js +0 -7
  903. package/legacy/StepConnector/StepConnector.js +0 -142
  904. package/legacy/StepConnector/index.js +0 -5
  905. package/legacy/StepConnector/stepConnectorClasses.js +0 -7
  906. package/legacy/StepContent/StepContent.js +0 -152
  907. package/legacy/StepContent/index.js +0 -5
  908. package/legacy/StepContent/stepContentClasses.js +0 -7
  909. package/legacy/StepIcon/StepIcon.js +0 -162
  910. package/legacy/StepIcon/index.js +0 -5
  911. package/legacy/StepIcon/stepIconClasses.js +0 -7
  912. package/legacy/StepLabel/StepLabel.js +0 -258
  913. package/legacy/StepLabel/index.js +0 -5
  914. package/legacy/StepLabel/stepLabelClasses.js +0 -7
  915. package/legacy/Stepper/Stepper.js +0 -167
  916. package/legacy/Stepper/StepperContext.js +0 -17
  917. package/legacy/Stepper/index.js +0 -7
  918. package/legacy/Stepper/stepperClasses.js +0 -7
  919. package/legacy/StyledEngineProvider/index.js +0 -1
  920. package/legacy/SvgIcon/SvgIcon.js +0 -183
  921. package/legacy/SvgIcon/index.js +0 -5
  922. package/legacy/SvgIcon/svgIconClasses.js +0 -7
  923. package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
  924. package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
  925. package/legacy/SwipeableDrawer/index.js +0 -3
  926. package/legacy/Switch/Switch.js +0 -337
  927. package/legacy/Switch/index.js +0 -5
  928. package/legacy/Switch/switchClasses.js +0 -7
  929. package/legacy/Tab/Tab.js +0 -249
  930. package/legacy/Tab/index.js +0 -5
  931. package/legacy/Tab/tabClasses.js +0 -7
  932. package/legacy/TabScrollButton/TabScrollButton.js +0 -153
  933. package/legacy/TabScrollButton/index.js +0 -5
  934. package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
  935. package/legacy/Table/Table.js +0 -132
  936. package/legacy/Table/TableContext.js +0 -12
  937. package/legacy/Table/Tablelvl2Context.js +0 -10
  938. package/legacy/Table/index.js +0 -5
  939. package/legacy/Table/tableClasses.js +0 -7
  940. package/legacy/TableBody/TableBody.js +0 -85
  941. package/legacy/TableBody/index.js +0 -5
  942. package/legacy/TableBody/tableBodyClasses.js +0 -7
  943. package/legacy/TableCell/TableCell.js +0 -208
  944. package/legacy/TableCell/index.js +0 -5
  945. package/legacy/TableCell/tableCellClasses.js +0 -7
  946. package/legacy/TableContainer/TableContainer.js +0 -77
  947. package/legacy/TableContainer/index.js +0 -5
  948. package/legacy/TableContainer/tableContainerClasses.js +0 -7
  949. package/legacy/TableFooter/TableFooter.js +0 -85
  950. package/legacy/TableFooter/index.js +0 -5
  951. package/legacy/TableFooter/tableFooterClasses.js +0 -7
  952. package/legacy/TableHead/TableHead.js +0 -85
  953. package/legacy/TableHead/index.js +0 -5
  954. package/legacy/TableHead/tableHeadClasses.js +0 -7
  955. package/legacy/TablePagination/TablePagination.js +0 -461
  956. package/legacy/TablePagination/TablePaginationActions.js +0 -182
  957. package/legacy/TablePagination/index.js +0 -5
  958. package/legacy/TablePagination/tablePaginationClasses.js +0 -7
  959. package/legacy/TableRow/TableRow.js +0 -123
  960. package/legacy/TableRow/index.js +0 -5
  961. package/legacy/TableRow/tableRowClasses.js +0 -7
  962. package/legacy/TableSortLabel/TableSortLabel.js +0 -165
  963. package/legacy/TableSortLabel/index.js +0 -5
  964. package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
  965. package/legacy/Tabs/ScrollbarSize.js +0 -57
  966. package/legacy/Tabs/Tabs.js +0 -849
  967. package/legacy/Tabs/index.js +0 -5
  968. package/legacy/Tabs/tabsClasses.js +0 -7
  969. package/legacy/TextField/TextField.js +0 -381
  970. package/legacy/TextField/index.js +0 -5
  971. package/legacy/TextField/textFieldClasses.js +0 -7
  972. package/legacy/TextareaAutosize/index.js +0 -1
  973. package/legacy/ToggleButton/ToggleButton.js +0 -230
  974. package/legacy/ToggleButton/index.js +0 -5
  975. package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
  976. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
  977. package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
  978. package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
  979. package/legacy/ToggleButtonGroup/index.js +0 -5
  980. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
  981. package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  982. package/legacy/Toolbar/Toolbar.js +0 -115
  983. package/legacy/Toolbar/index.js +0 -3
  984. package/legacy/Toolbar/toolbarClasses.js +0 -7
  985. package/legacy/Tooltip/Tooltip.js +0 -788
  986. package/legacy/Tooltip/index.js +0 -5
  987. package/legacy/Tooltip/tooltipClasses.js +0 -7
  988. package/legacy/Typography/Typography.js +0 -198
  989. package/legacy/Typography/index.js +0 -5
  990. package/legacy/Typography/typographyClasses.js +0 -7
  991. package/legacy/Unstable_Grid2/Grid2.js +0 -36
  992. package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
  993. package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
  994. package/legacy/Unstable_Grid2/index.js +0 -6
  995. package/legacy/Unstable_TrapFocus/index.js +0 -1
  996. package/legacy/Zoom/Zoom.js +0 -206
  997. package/legacy/Zoom/index.js +0 -3
  998. package/legacy/className/index.js +0 -2
  999. package/legacy/colors/amber.js +0 -17
  1000. package/legacy/colors/blue.js +0 -17
  1001. package/legacy/colors/blueGrey.js +0 -17
  1002. package/legacy/colors/brown.js +0 -17
  1003. package/legacy/colors/common.js +0 -5
  1004. package/legacy/colors/cyan.js +0 -17
  1005. package/legacy/colors/deepOrange.js +0 -17
  1006. package/legacy/colors/deepPurple.js +0 -17
  1007. package/legacy/colors/green.js +0 -17
  1008. package/legacy/colors/grey.js +0 -17
  1009. package/legacy/colors/index.js +0 -20
  1010. package/legacy/colors/indigo.js +0 -17
  1011. package/legacy/colors/lightBlue.js +0 -17
  1012. package/legacy/colors/lightGreen.js +0 -17
  1013. package/legacy/colors/lime.js +0 -17
  1014. package/legacy/colors/orange.js +0 -17
  1015. package/legacy/colors/pink.js +0 -17
  1016. package/legacy/colors/purple.js +0 -17
  1017. package/legacy/colors/red.js +0 -17
  1018. package/legacy/colors/teal.js +0 -17
  1019. package/legacy/colors/yellow.js +0 -17
  1020. package/legacy/darkScrollbar/index.js +0 -33
  1021. package/legacy/generateUtilityClass/index.js +0 -1
  1022. package/legacy/generateUtilityClasses/index.js +0 -1
  1023. package/legacy/index.js +0 -288
  1024. package/legacy/internal/SwitchBase.js +0 -275
  1025. package/legacy/internal/animate.js +0 -41
  1026. package/legacy/internal/svg-icons/Add.js +0 -12
  1027. package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
  1028. package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
  1029. package/legacy/internal/svg-icons/Cancel.js +0 -12
  1030. package/legacy/internal/svg-icons/CheckBox.js +0 -12
  1031. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  1032. package/legacy/internal/svg-icons/CheckCircle.js +0 -12
  1033. package/legacy/internal/svg-icons/Close.js +0 -14
  1034. package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
  1035. package/legacy/internal/svg-icons/FirstPage.js +0 -12
  1036. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  1037. package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
  1038. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  1039. package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
  1040. package/legacy/internal/svg-icons/LastPage.js +0 -12
  1041. package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
  1042. package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
  1043. package/legacy/internal/svg-icons/NavigateNext.js +0 -12
  1044. package/legacy/internal/svg-icons/Person.js +0 -12
  1045. package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
  1046. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  1047. package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
  1048. package/legacy/internal/svg-icons/Star.js +0 -12
  1049. package/legacy/internal/svg-icons/StarBorder.js +0 -12
  1050. package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
  1051. package/legacy/internal/svg-icons/Warning.js +0 -12
  1052. package/legacy/internal/switchBaseClasses.js +0 -7
  1053. package/legacy/locale/index.js +0 -4389
  1054. package/legacy/styles/CssVarsProvider.js +0 -39
  1055. package/legacy/styles/ThemeProvider.js +0 -28
  1056. package/legacy/styles/adaptV4Theme.js +0 -81
  1057. package/legacy/styles/createGetSelector.js +0 -21
  1058. package/legacy/styles/createMixins.js +0 -15
  1059. package/legacy/styles/createMuiStrictModeTheme.js +0 -10
  1060. package/legacy/styles/createPalette.js +0 -299
  1061. package/legacy/styles/createStyles.js +0 -10
  1062. package/legacy/styles/createTheme.js +0 -97
  1063. package/legacy/styles/createTransitions.js +0 -97
  1064. package/legacy/styles/createTypography.js +0 -93
  1065. package/legacy/styles/cssUtils.js +0 -122
  1066. package/legacy/styles/defaultTheme.js +0 -5
  1067. package/legacy/styles/excludeVariablesFromRoot.js +0 -10
  1068. package/legacy/styles/getOverlayAlpha.js +0 -11
  1069. package/legacy/styles/identifier.js +0 -1
  1070. package/legacy/styles/index.js +0 -37
  1071. package/legacy/styles/makeStyles.js +0 -4
  1072. package/legacy/styles/responsiveFontSizes.js +0 -63
  1073. package/legacy/styles/rootShouldForwardProp.js +0 -5
  1074. package/legacy/styles/shadows.js +0 -10
  1075. package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
  1076. package/legacy/styles/slotShouldForwardProp.js +0 -5
  1077. package/legacy/styles/styled.js +0 -14
  1078. package/legacy/styles/useTheme.js +0 -14
  1079. package/legacy/styles/useThemeProps.js +0 -15
  1080. package/legacy/styles/withStyles.js +0 -4
  1081. package/legacy/styles/withTheme.js +0 -4
  1082. package/legacy/styles/zIndex.js +0 -13
  1083. package/legacy/transitions/index.js +0 -1
  1084. package/legacy/transitions/transition.js +0 -1
  1085. package/legacy/transitions/utils.js +0 -16
  1086. package/legacy/types/OverridableComponentAugmentation.js +0 -1
  1087. package/legacy/useAutocomplete/index.js +0 -3
  1088. package/legacy/useAutocomplete/useAutocomplete.js +0 -4
  1089. package/legacy/useMediaQuery/index.js +0 -1
  1090. package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
  1091. package/legacy/usePagination/index.js +0 -3
  1092. package/legacy/usePagination/usePagination.js +0 -122
  1093. package/legacy/useScrollTrigger/index.js +0 -3
  1094. package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
  1095. package/legacy/useTouchRipple/index.js +0 -3
  1096. package/legacy/useTouchRipple/useTouchRipple.js +0 -102
  1097. package/legacy/utils/capitalize.js +0 -2
  1098. package/legacy/utils/createChainedFunction.js +0 -2
  1099. package/legacy/utils/createSvgIcon.js +0 -27
  1100. package/legacy/utils/debounce.js +0 -2
  1101. package/legacy/utils/deprecatedPropType.js +0 -2
  1102. package/legacy/utils/getScrollbarSize.js +0 -2
  1103. package/legacy/utils/index.js +0 -30
  1104. package/legacy/utils/isMuiElement.js +0 -2
  1105. package/legacy/utils/ownerDocument.js +0 -2
  1106. package/legacy/utils/ownerWindow.js +0 -2
  1107. package/legacy/utils/requirePropFactory.js +0 -2
  1108. package/legacy/utils/scrollLeft.js +0 -1
  1109. package/legacy/utils/setRef.js +0 -2
  1110. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
  1111. package/legacy/utils/types.js +0 -1
  1112. package/legacy/utils/unsupportedProp.js +0 -2
  1113. package/legacy/utils/useControlled.js +0 -4
  1114. package/legacy/utils/useEnhancedEffect.js +0 -4
  1115. package/legacy/utils/useEventCallback.js +0 -4
  1116. package/legacy/utils/useForkRef.js +0 -4
  1117. package/legacy/utils/useId.js +0 -4
  1118. package/legacy/utils/useIsFocusVisible.js +0 -4
  1119. package/legacy/utils/useSlot.js +0 -71
  1120. package/legacy/zero-styled/index.js +0 -7
  1121. package/modern/useMediaQuery/useMediaQueryTheme.js +0 -8
  1122. package/modern/utils/scrollLeft.js +0 -1
  1123. package/node/useMediaQuery/useMediaQueryTheme.js +0 -13
  1124. package/node/utils/scrollLeft.js +0 -18
  1125. package/umd/material-ui.development.js +0 -51475
  1126. package/umd/material-ui.production.min.js +0 -25
  1127. package/useMediaQuery/useMediaQueryTheme.d.ts +0 -3
  1128. package/useMediaQuery/useMediaQueryTheme.js +0 -8
  1129. package/utils/scrollLeft.js +0 -1
@@ -1,1127 +0,0 @@
1
- 'use client';
2
-
3
- import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
- import _extends from "@babel/runtime/helpers/esm/extends";
5
- import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
6
- var _styled, _ClearIcon, _ArrowDropDownIcon;
7
- import * as React from 'react';
8
- import PropTypes from 'prop-types';
9
- import clsx from 'clsx';
10
- import integerPropType from '@mui/utils/integerPropType';
11
- import chainPropTypes from '@mui/utils/chainPropTypes';
12
- import { useAutocomplete, createFilterOptions } from '@mui/base';
13
- import composeClasses from '@mui/utils/composeClasses';
14
- import { alpha } from '@mui/system/colorManipulator';
15
- import Popper from '../Popper';
16
- import ListSubheader from '../ListSubheader';
17
- import Paper from '../Paper';
18
- import IconButton from '../IconButton';
19
- import Chip from '../Chip';
20
- import inputClasses from '../Input/inputClasses';
21
- import inputBaseClasses from '../InputBase/inputBaseClasses';
22
- import outlinedInputClasses from '../OutlinedInput/outlinedInputClasses';
23
- import filledInputClasses from '../FilledInput/filledInputClasses';
24
- import ClearIcon from '../internal/svg-icons/Close';
25
- import ArrowDropDownIcon from '../internal/svg-icons/ArrowDropDown';
26
- import { styled, createUseThemeProps } from '../zero-styled';
27
- import autocompleteClasses, { getAutocompleteUtilityClass } from './autocompleteClasses';
28
- import capitalize from '../utils/capitalize';
29
- import useForkRef from '../utils/useForkRef';
30
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
31
- import { createElement as _createElement } from "react";
32
- var useThemeProps = createUseThemeProps('MuiAutocomplete');
33
- var useUtilityClasses = function useUtilityClasses(ownerState) {
34
- var classes = ownerState.classes,
35
- disablePortal = ownerState.disablePortal,
36
- expanded = ownerState.expanded,
37
- focused = ownerState.focused,
38
- fullWidth = ownerState.fullWidth,
39
- hasClearIcon = ownerState.hasClearIcon,
40
- hasPopupIcon = ownerState.hasPopupIcon,
41
- inputFocused = ownerState.inputFocused,
42
- popupOpen = ownerState.popupOpen,
43
- size = ownerState.size;
44
- var slots = {
45
- root: ['root', expanded && 'expanded', focused && 'focused', fullWidth && 'fullWidth', hasClearIcon && 'hasClearIcon', hasPopupIcon && 'hasPopupIcon'],
46
- inputRoot: ['inputRoot'],
47
- input: ['input', inputFocused && 'inputFocused'],
48
- tag: ['tag', "tagSize".concat(capitalize(size))],
49
- endAdornment: ['endAdornment'],
50
- clearIndicator: ['clearIndicator'],
51
- popupIndicator: ['popupIndicator', popupOpen && 'popupIndicatorOpen'],
52
- popper: ['popper', disablePortal && 'popperDisablePortal'],
53
- paper: ['paper'],
54
- listbox: ['listbox'],
55
- loading: ['loading'],
56
- noOptions: ['noOptions'],
57
- option: ['option'],
58
- groupLabel: ['groupLabel'],
59
- groupUl: ['groupUl']
60
- };
61
- return composeClasses(slots, getAutocompleteUtilityClass, classes);
62
- };
63
- var AutocompleteRoot = styled('div', {
64
- name: 'MuiAutocomplete',
65
- slot: 'Root',
66
- overridesResolver: function overridesResolver(props, styles) {
67
- var ownerState = props.ownerState;
68
- var fullWidth = ownerState.fullWidth,
69
- hasClearIcon = ownerState.hasClearIcon,
70
- hasPopupIcon = ownerState.hasPopupIcon,
71
- inputFocused = ownerState.inputFocused,
72
- size = ownerState.size;
73
- return [_defineProperty({}, "& .".concat(autocompleteClasses.tag), styles.tag), _defineProperty({}, "& .".concat(autocompleteClasses.tag), styles["tagSize".concat(capitalize(size))]), _defineProperty({}, "& .".concat(autocompleteClasses.inputRoot), styles.inputRoot), _defineProperty({}, "& .".concat(autocompleteClasses.input), styles.input), _defineProperty({}, "& .".concat(autocompleteClasses.input), inputFocused && styles.inputFocused), styles.root, fullWidth && styles.fullWidth, hasPopupIcon && styles.hasPopupIcon, hasClearIcon && styles.hasClearIcon];
74
- }
75
- })((_styled = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_styled, "&.".concat(autocompleteClasses.focused, " .").concat(autocompleteClasses.clearIndicator), {
76
- visibility: 'visible'
77
- }), '@media (pointer: fine)', _defineProperty({}, "&:hover .".concat(autocompleteClasses.clearIndicator), {
78
- visibility: 'visible'
79
- })), "& .".concat(autocompleteClasses.tag), {
80
- margin: 3,
81
- maxWidth: 'calc(100% - 6px)'
82
- }), "& .".concat(autocompleteClasses.inputRoot), _defineProperty(_defineProperty(_defineProperty({
83
- flexWrap: 'wrap'
84
- }, ".".concat(autocompleteClasses.hasPopupIcon, "&, .").concat(autocompleteClasses.hasClearIcon, "&"), {
85
- paddingRight: 26 + 4
86
- }), ".".concat(autocompleteClasses.hasPopupIcon, ".").concat(autocompleteClasses.hasClearIcon, "&"), {
87
- paddingRight: 52 + 4
88
- }), "& .".concat(autocompleteClasses.input), {
89
- width: 0,
90
- minWidth: 30
91
- })), "& .".concat(inputClasses.root), {
92
- paddingBottom: 1,
93
- '& .MuiInput-input': {
94
- padding: '4px 4px 4px 0px'
95
- }
96
- }), "& .".concat(inputClasses.root, ".").concat(inputBaseClasses.sizeSmall), _defineProperty({}, "& .".concat(inputClasses.input), {
97
- padding: '2px 4px 3px 0'
98
- })), "& .".concat(outlinedInputClasses.root), _defineProperty(_defineProperty(_defineProperty(_defineProperty({
99
- padding: 9
100
- }, ".".concat(autocompleteClasses.hasPopupIcon, "&, .").concat(autocompleteClasses.hasClearIcon, "&"), {
101
- paddingRight: 26 + 4 + 9
102
- }), ".".concat(autocompleteClasses.hasPopupIcon, ".").concat(autocompleteClasses.hasClearIcon, "&"), {
103
- paddingRight: 52 + 4 + 9
104
- }), "& .".concat(autocompleteClasses.input), {
105
- padding: '7.5px 4px 7.5px 5px'
106
- }), "& .".concat(autocompleteClasses.endAdornment), {
107
- right: 9
108
- })), "& .".concat(outlinedInputClasses.root, ".").concat(inputBaseClasses.sizeSmall), _defineProperty({
109
- // Don't specify paddingRight, as it overrides the default value set when there is only
110
- // one of the popup or clear icon as the specificity is equal so the latter one wins
111
- paddingTop: 6,
112
- paddingBottom: 6,
113
- paddingLeft: 6
114
- }, "& .".concat(autocompleteClasses.input), {
115
- padding: '2.5px 4px 2.5px 8px'
116
- })), "& .".concat(filledInputClasses.root), _defineProperty(_defineProperty(_defineProperty(_defineProperty({
117
- paddingTop: 19,
118
- paddingLeft: 8
119
- }, ".".concat(autocompleteClasses.hasPopupIcon, "&, .").concat(autocompleteClasses.hasClearIcon, "&"), {
120
- paddingRight: 26 + 4 + 9
121
- }), ".".concat(autocompleteClasses.hasPopupIcon, ".").concat(autocompleteClasses.hasClearIcon, "&"), {
122
- paddingRight: 52 + 4 + 9
123
- }), "& .".concat(filledInputClasses.input), {
124
- padding: '7px 4px'
125
- }), "& .".concat(autocompleteClasses.endAdornment), {
126
- right: 9
127
- })), "& .".concat(filledInputClasses.root, ".").concat(inputBaseClasses.sizeSmall), _defineProperty({
128
- paddingBottom: 1
129
- }, "& .".concat(filledInputClasses.input), {
130
- padding: '2.5px 4px'
131
- })), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_styled, "& .".concat(inputBaseClasses.hiddenLabel), {
132
- paddingTop: 8
133
- }), "& .".concat(filledInputClasses.root, ".").concat(inputBaseClasses.hiddenLabel), _defineProperty({
134
- paddingTop: 0,
135
- paddingBottom: 0
136
- }, "& .".concat(autocompleteClasses.input), {
137
- paddingTop: 16,
138
- paddingBottom: 17
139
- })), "& .".concat(filledInputClasses.root, ".").concat(inputBaseClasses.hiddenLabel, ".").concat(inputBaseClasses.sizeSmall), _defineProperty({}, "& .".concat(autocompleteClasses.input), {
140
- paddingTop: 8,
141
- paddingBottom: 9
142
- })), "& .".concat(autocompleteClasses.input), {
143
- flexGrow: 1,
144
- textOverflow: 'ellipsis',
145
- opacity: 0
146
- }), "variants", [{
147
- props: {
148
- fullWidth: true
149
- },
150
- style: {
151
- width: '100%'
152
- }
153
- }, {
154
- props: {
155
- size: 'small'
156
- },
157
- style: _defineProperty({}, "& .".concat(autocompleteClasses.tag), {
158
- margin: 2,
159
- maxWidth: 'calc(100% - 4px)'
160
- })
161
- }, {
162
- props: {
163
- inputFocused: true
164
- },
165
- style: _defineProperty({}, "& .".concat(autocompleteClasses.input), {
166
- opacity: 1
167
- })
168
- }])));
169
- var AutocompleteEndAdornment = styled('div', {
170
- name: 'MuiAutocomplete',
171
- slot: 'EndAdornment',
172
- overridesResolver: function overridesResolver(props, styles) {
173
- return styles.endAdornment;
174
- }
175
- })({
176
- // We use a position absolute to support wrapping tags.
177
- position: 'absolute',
178
- right: 0,
179
- top: '50%',
180
- transform: 'translate(0, -50%)'
181
- });
182
- var AutocompleteClearIndicator = styled(IconButton, {
183
- name: 'MuiAutocomplete',
184
- slot: 'ClearIndicator',
185
- overridesResolver: function overridesResolver(props, styles) {
186
- return styles.clearIndicator;
187
- }
188
- })({
189
- marginRight: -2,
190
- padding: 4,
191
- visibility: 'hidden'
192
- });
193
- var AutocompletePopupIndicator = styled(IconButton, {
194
- name: 'MuiAutocomplete',
195
- slot: 'PopupIndicator',
196
- overridesResolver: function overridesResolver(_ref6, styles) {
197
- var ownerState = _ref6.ownerState;
198
- return _extends({}, styles.popupIndicator, ownerState.popupOpen && styles.popupIndicatorOpen);
199
- }
200
- })({
201
- padding: 2,
202
- marginRight: -2,
203
- variants: [{
204
- props: {
205
- popupOpen: true
206
- },
207
- style: {
208
- transform: 'rotate(180deg)'
209
- }
210
- }]
211
- });
212
- var AutocompletePopper = styled(Popper, {
213
- name: 'MuiAutocomplete',
214
- slot: 'Popper',
215
- overridesResolver: function overridesResolver(props, styles) {
216
- var ownerState = props.ownerState;
217
- return [_defineProperty({}, "& .".concat(autocompleteClasses.option), styles.option), styles.popper, ownerState.disablePortal && styles.popperDisablePortal];
218
- }
219
- })(function (_ref8) {
220
- var theme = _ref8.theme;
221
- return {
222
- zIndex: (theme.vars || theme).zIndex.modal,
223
- variants: [{
224
- props: {
225
- disablePortal: true
226
- },
227
- style: {
228
- position: 'absolute'
229
- }
230
- }]
231
- };
232
- });
233
- var AutocompletePaper = styled(Paper, {
234
- name: 'MuiAutocomplete',
235
- slot: 'Paper',
236
- overridesResolver: function overridesResolver(props, styles) {
237
- return styles.paper;
238
- }
239
- })(function (_ref9) {
240
- var theme = _ref9.theme;
241
- return _extends({}, theme.typography.body1, {
242
- overflow: 'auto'
243
- });
244
- });
245
- var AutocompleteLoading = styled('div', {
246
- name: 'MuiAutocomplete',
247
- slot: 'Loading',
248
- overridesResolver: function overridesResolver(props, styles) {
249
- return styles.loading;
250
- }
251
- })(function (_ref10) {
252
- var theme = _ref10.theme;
253
- return {
254
- color: (theme.vars || theme).palette.text.secondary,
255
- padding: '14px 16px'
256
- };
257
- });
258
- var AutocompleteNoOptions = styled('div', {
259
- name: 'MuiAutocomplete',
260
- slot: 'NoOptions',
261
- overridesResolver: function overridesResolver(props, styles) {
262
- return styles.noOptions;
263
- }
264
- })(function (_ref11) {
265
- var theme = _ref11.theme;
266
- return {
267
- color: (theme.vars || theme).palette.text.secondary,
268
- padding: '14px 16px'
269
- };
270
- });
271
- var AutocompleteListbox = styled('div', {
272
- name: 'MuiAutocomplete',
273
- slot: 'Listbox',
274
- overridesResolver: function overridesResolver(props, styles) {
275
- return styles.listbox;
276
- }
277
- })(function (_ref12) {
278
- var theme = _ref12.theme;
279
- return _defineProperty({
280
- listStyle: 'none',
281
- margin: 0,
282
- padding: '8px 0',
283
- maxHeight: '40vh',
284
- overflow: 'auto',
285
- position: 'relative'
286
- }, "& .".concat(autocompleteClasses.option), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
287
- minHeight: 48,
288
- display: 'flex',
289
- overflow: 'hidden',
290
- justifyContent: 'flex-start',
291
- alignItems: 'center',
292
- cursor: 'pointer',
293
- paddingTop: 6,
294
- boxSizing: 'border-box',
295
- outline: '0',
296
- WebkitTapHighlightColor: 'transparent',
297
- paddingBottom: 6,
298
- paddingLeft: 16,
299
- paddingRight: 16
300
- }, theme.breakpoints.up('sm'), {
301
- minHeight: 'auto'
302
- }), "&.".concat(autocompleteClasses.focused), {
303
- backgroundColor: (theme.vars || theme).palette.action.hover,
304
- // Reset on touch devices, it doesn't add specificity
305
- '@media (hover: none)': {
306
- backgroundColor: 'transparent'
307
- }
308
- }), '&[aria-disabled="true"]', {
309
- opacity: (theme.vars || theme).palette.action.disabledOpacity,
310
- pointerEvents: 'none'
311
- }), "&.".concat(autocompleteClasses.focusVisible), {
312
- backgroundColor: (theme.vars || theme).palette.action.focus
313
- }), '&[aria-selected="true"]', _defineProperty(_defineProperty({
314
- backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette.primary.mainChannel, " / ").concat(theme.vars.palette.action.selectedOpacity, ")") : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity)
315
- }, "&.".concat(autocompleteClasses.focused), {
316
- backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette.primary.mainChannel, " / calc(").concat(theme.vars.palette.action.selectedOpacity, " + ").concat(theme.vars.palette.action.hoverOpacity, "))") : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.hoverOpacity),
317
- // Reset on touch devices, it doesn't add specificity
318
- '@media (hover: none)': {
319
- backgroundColor: (theme.vars || theme).palette.action.selected
320
- }
321
- }), "&.".concat(autocompleteClasses.focusVisible), {
322
- backgroundColor: theme.vars ? "rgba(".concat(theme.vars.palette.primary.mainChannel, " / calc(").concat(theme.vars.palette.action.selectedOpacity, " + ").concat(theme.vars.palette.action.focusOpacity, "))") : alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity + theme.palette.action.focusOpacity)
323
- })));
324
- });
325
- var AutocompleteGroupLabel = styled(ListSubheader, {
326
- name: 'MuiAutocomplete',
327
- slot: 'GroupLabel',
328
- overridesResolver: function overridesResolver(props, styles) {
329
- return styles.groupLabel;
330
- }
331
- })(function (_ref14) {
332
- var theme = _ref14.theme;
333
- return {
334
- backgroundColor: (theme.vars || theme).palette.background.paper,
335
- top: -8
336
- };
337
- });
338
- var AutocompleteGroupUl = styled('ul', {
339
- name: 'MuiAutocomplete',
340
- slot: 'GroupUl',
341
- overridesResolver: function overridesResolver(props, styles) {
342
- return styles.groupUl;
343
- }
344
- })(_defineProperty({
345
- padding: 0
346
- }, "& .".concat(autocompleteClasses.option), {
347
- paddingLeft: 24
348
- }));
349
- export { createFilterOptions };
350
- var Autocomplete = /*#__PURE__*/React.forwardRef(function Autocomplete(inProps, ref) {
351
- var _slotProps$clearIndic, _slotProps$paper, _slotProps$popper, _slotProps$popupIndic;
352
- var props = useThemeProps({
353
- props: inProps,
354
- name: 'MuiAutocomplete'
355
- });
356
-
357
- /* eslint-disable @typescript-eslint/no-unused-vars */
358
- var _props$autoComplete = props.autoComplete,
359
- autoComplete = _props$autoComplete === void 0 ? false : _props$autoComplete,
360
- _props$autoHighlight = props.autoHighlight,
361
- autoHighlight = _props$autoHighlight === void 0 ? false : _props$autoHighlight,
362
- _props$autoSelect = props.autoSelect,
363
- autoSelect = _props$autoSelect === void 0 ? false : _props$autoSelect,
364
- _props$blurOnSelect = props.blurOnSelect,
365
- blurOnSelect = _props$blurOnSelect === void 0 ? false : _props$blurOnSelect,
366
- ChipProps = props.ChipProps,
367
- className = props.className,
368
- _props$clearIcon = props.clearIcon,
369
- clearIcon = _props$clearIcon === void 0 ? _ClearIcon || (_ClearIcon = /*#__PURE__*/_jsx(ClearIcon, {
370
- fontSize: "small"
371
- })) : _props$clearIcon,
372
- _props$clearOnBlur = props.clearOnBlur,
373
- clearOnBlur = _props$clearOnBlur === void 0 ? !props.freeSolo : _props$clearOnBlur,
374
- _props$clearOnEscape = props.clearOnEscape,
375
- clearOnEscape = _props$clearOnEscape === void 0 ? false : _props$clearOnEscape,
376
- _props$clearText = props.clearText,
377
- clearText = _props$clearText === void 0 ? 'Clear' : _props$clearText,
378
- _props$closeText = props.closeText,
379
- closeText = _props$closeText === void 0 ? 'Close' : _props$closeText,
380
- _props$componentsProp = props.componentsProps,
381
- componentsProps = _props$componentsProp === void 0 ? {} : _props$componentsProp,
382
- _props$defaultValue = props.defaultValue,
383
- defaultValue = _props$defaultValue === void 0 ? props.multiple ? [] : null : _props$defaultValue,
384
- _props$disableClearab = props.disableClearable,
385
- disableClearable = _props$disableClearab === void 0 ? false : _props$disableClearab,
386
- _props$disableCloseOn = props.disableCloseOnSelect,
387
- disableCloseOnSelect = _props$disableCloseOn === void 0 ? false : _props$disableCloseOn,
388
- _props$disabled = props.disabled,
389
- disabled = _props$disabled === void 0 ? false : _props$disabled,
390
- _props$disabledItemsF = props.disabledItemsFocusable,
391
- disabledItemsFocusable = _props$disabledItemsF === void 0 ? false : _props$disabledItemsF,
392
- _props$disableListWra = props.disableListWrap,
393
- disableListWrap = _props$disableListWra === void 0 ? false : _props$disableListWra,
394
- _props$disablePortal = props.disablePortal,
395
- disablePortal = _props$disablePortal === void 0 ? false : _props$disablePortal,
396
- filterOptions = props.filterOptions,
397
- _props$filterSelected = props.filterSelectedOptions,
398
- filterSelectedOptions = _props$filterSelected === void 0 ? false : _props$filterSelected,
399
- _props$forcePopupIcon = props.forcePopupIcon,
400
- forcePopupIcon = _props$forcePopupIcon === void 0 ? 'auto' : _props$forcePopupIcon,
401
- _props$freeSolo = props.freeSolo,
402
- freeSolo = _props$freeSolo === void 0 ? false : _props$freeSolo,
403
- _props$fullWidth = props.fullWidth,
404
- fullWidth = _props$fullWidth === void 0 ? false : _props$fullWidth,
405
- _props$getLimitTagsTe = props.getLimitTagsText,
406
- getLimitTagsText = _props$getLimitTagsTe === void 0 ? function (more) {
407
- return "+".concat(more);
408
- } : _props$getLimitTagsTe,
409
- getOptionDisabled = props.getOptionDisabled,
410
- getOptionKey = props.getOptionKey,
411
- getOptionLabelProp = props.getOptionLabel,
412
- isOptionEqualToValue = props.isOptionEqualToValue,
413
- groupBy = props.groupBy,
414
- _props$handleHomeEndK = props.handleHomeEndKeys,
415
- handleHomeEndKeys = _props$handleHomeEndK === void 0 ? !props.freeSolo : _props$handleHomeEndK,
416
- idProp = props.id,
417
- _props$includeInputIn = props.includeInputInList,
418
- includeInputInList = _props$includeInputIn === void 0 ? false : _props$includeInputIn,
419
- inputValueProp = props.inputValue,
420
- _props$limitTags = props.limitTags,
421
- limitTags = _props$limitTags === void 0 ? -1 : _props$limitTags,
422
- _props$ListboxCompone = props.ListboxComponent,
423
- ListboxComponent = _props$ListboxCompone === void 0 ? 'ul' : _props$ListboxCompone,
424
- ListboxProps = props.ListboxProps,
425
- _props$loading = props.loading,
426
- loading = _props$loading === void 0 ? false : _props$loading,
427
- _props$loadingText = props.loadingText,
428
- loadingText = _props$loadingText === void 0 ? 'Loading…' : _props$loadingText,
429
- _props$multiple = props.multiple,
430
- multiple = _props$multiple === void 0 ? false : _props$multiple,
431
- _props$noOptionsText = props.noOptionsText,
432
- noOptionsText = _props$noOptionsText === void 0 ? 'No options' : _props$noOptionsText,
433
- onChange = props.onChange,
434
- onClose = props.onClose,
435
- onHighlightChange = props.onHighlightChange,
436
- onInputChange = props.onInputChange,
437
- onOpen = props.onOpen,
438
- open = props.open,
439
- _props$openOnFocus = props.openOnFocus,
440
- openOnFocus = _props$openOnFocus === void 0 ? false : _props$openOnFocus,
441
- _props$openText = props.openText,
442
- openText = _props$openText === void 0 ? 'Open' : _props$openText,
443
- options = props.options,
444
- _props$PaperComponent = props.PaperComponent,
445
- PaperComponent = _props$PaperComponent === void 0 ? Paper : _props$PaperComponent,
446
- _props$PopperComponen = props.PopperComponent,
447
- PopperComponent = _props$PopperComponen === void 0 ? Popper : _props$PopperComponen,
448
- _props$popupIcon = props.popupIcon,
449
- popupIcon = _props$popupIcon === void 0 ? _ArrowDropDownIcon || (_ArrowDropDownIcon = /*#__PURE__*/_jsx(ArrowDropDownIcon, {})) : _props$popupIcon,
450
- _props$readOnly = props.readOnly,
451
- readOnly = _props$readOnly === void 0 ? false : _props$readOnly,
452
- renderGroupProp = props.renderGroup,
453
- renderInput = props.renderInput,
454
- renderOptionProp = props.renderOption,
455
- renderTags = props.renderTags,
456
- _props$selectOnFocus = props.selectOnFocus,
457
- selectOnFocus = _props$selectOnFocus === void 0 ? !props.freeSolo : _props$selectOnFocus,
458
- _props$size = props.size,
459
- size = _props$size === void 0 ? 'medium' : _props$size,
460
- _props$slotProps = props.slotProps,
461
- slotProps = _props$slotProps === void 0 ? {} : _props$slotProps,
462
- valueProp = props.value,
463
- other = _objectWithoutProperties(props, ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "ChipProps", "className", "clearIcon", "clearOnBlur", "clearOnEscape", "clearText", "closeText", "componentsProps", "defaultValue", "disableClearable", "disableCloseOnSelect", "disabled", "disabledItemsFocusable", "disableListWrap", "disablePortal", "filterOptions", "filterSelectedOptions", "forcePopupIcon", "freeSolo", "fullWidth", "getLimitTagsText", "getOptionDisabled", "getOptionKey", "getOptionLabel", "isOptionEqualToValue", "groupBy", "handleHomeEndKeys", "id", "includeInputInList", "inputValue", "limitTags", "ListboxComponent", "ListboxProps", "loading", "loadingText", "multiple", "noOptionsText", "onChange", "onClose", "onHighlightChange", "onInputChange", "onOpen", "open", "openOnFocus", "openText", "options", "PaperComponent", "PopperComponent", "popupIcon", "readOnly", "renderGroup", "renderInput", "renderOption", "renderTags", "selectOnFocus", "size", "slotProps", "value"]);
464
- /* eslint-enable @typescript-eslint/no-unused-vars */
465
- var _useAutocomplete = useAutocomplete(_extends({}, props, {
466
- componentName: 'Autocomplete'
467
- })),
468
- getRootProps = _useAutocomplete.getRootProps,
469
- getInputProps = _useAutocomplete.getInputProps,
470
- getInputLabelProps = _useAutocomplete.getInputLabelProps,
471
- getPopupIndicatorProps = _useAutocomplete.getPopupIndicatorProps,
472
- getClearProps = _useAutocomplete.getClearProps,
473
- getTagProps = _useAutocomplete.getTagProps,
474
- getListboxProps = _useAutocomplete.getListboxProps,
475
- getOptionProps = _useAutocomplete.getOptionProps,
476
- value = _useAutocomplete.value,
477
- dirty = _useAutocomplete.dirty,
478
- expanded = _useAutocomplete.expanded,
479
- id = _useAutocomplete.id,
480
- popupOpen = _useAutocomplete.popupOpen,
481
- focused = _useAutocomplete.focused,
482
- focusedTag = _useAutocomplete.focusedTag,
483
- anchorEl = _useAutocomplete.anchorEl,
484
- setAnchorEl = _useAutocomplete.setAnchorEl,
485
- inputValue = _useAutocomplete.inputValue,
486
- groupedOptions = _useAutocomplete.groupedOptions;
487
- var hasClearIcon = !disableClearable && !disabled && dirty && !readOnly;
488
- var hasPopupIcon = (!freeSolo || forcePopupIcon === true) && forcePopupIcon !== false;
489
- var _getInputProps = getInputProps(),
490
- handleInputMouseDown = _getInputProps.onMouseDown;
491
- var _ref15 = ListboxProps != null ? ListboxProps : {},
492
- externalListboxRef = _ref15.ref;
493
- var _getListboxProps = getListboxProps(),
494
- listboxRef = _getListboxProps.ref,
495
- otherListboxProps = _objectWithoutProperties(_getListboxProps, ["ref"]);
496
- var combinedListboxRef = useForkRef(listboxRef, externalListboxRef);
497
- var defaultGetOptionLabel = function defaultGetOptionLabel(option) {
498
- var _option$label;
499
- return (_option$label = option.label) != null ? _option$label : option;
500
- };
501
- var getOptionLabel = getOptionLabelProp || defaultGetOptionLabel;
502
-
503
- // If you modify this, make sure to keep the `AutocompleteOwnerState` type in sync.
504
- var ownerState = _extends({}, props, {
505
- disablePortal: disablePortal,
506
- expanded: expanded,
507
- focused: focused,
508
- fullWidth: fullWidth,
509
- getOptionLabel: getOptionLabel,
510
- hasClearIcon: hasClearIcon,
511
- hasPopupIcon: hasPopupIcon,
512
- inputFocused: focusedTag === -1,
513
- popupOpen: popupOpen,
514
- size: size
515
- });
516
- var classes = useUtilityClasses(ownerState);
517
- var startAdornment;
518
- if (multiple && value.length > 0) {
519
- var getCustomizedTagProps = function getCustomizedTagProps(params) {
520
- return _extends({
521
- className: classes.tag,
522
- disabled: disabled
523
- }, getTagProps(params));
524
- };
525
- if (renderTags) {
526
- startAdornment = renderTags(value, getCustomizedTagProps, ownerState);
527
- } else {
528
- startAdornment = value.map(function (option, index) {
529
- return /*#__PURE__*/_jsx(Chip, _extends({
530
- label: getOptionLabel(option),
531
- size: size
532
- }, getCustomizedTagProps({
533
- index: index
534
- }), ChipProps));
535
- });
536
- }
537
- }
538
- if (limitTags > -1 && Array.isArray(startAdornment)) {
539
- var more = startAdornment.length - limitTags;
540
- if (!focused && more > 0) {
541
- startAdornment = startAdornment.splice(0, limitTags);
542
- startAdornment.push( /*#__PURE__*/_jsx("span", {
543
- className: classes.tag,
544
- children: getLimitTagsText(more)
545
- }, startAdornment.length));
546
- }
547
- }
548
- var defaultRenderGroup = function defaultRenderGroup(params) {
549
- return /*#__PURE__*/_jsxs("li", {
550
- children: [/*#__PURE__*/_jsx(AutocompleteGroupLabel, {
551
- className: classes.groupLabel,
552
- ownerState: ownerState,
553
- component: "div",
554
- children: params.group
555
- }), /*#__PURE__*/_jsx(AutocompleteGroupUl, {
556
- className: classes.groupUl,
557
- ownerState: ownerState,
558
- children: params.children
559
- })]
560
- }, params.key);
561
- };
562
- var renderGroup = renderGroupProp || defaultRenderGroup;
563
- var defaultRenderOption = function defaultRenderOption(props2, option) {
564
- // Need to clearly apply key because of https://github.com/vercel/next.js/issues/55642
565
- return /*#__PURE__*/_createElement("li", _extends({}, props2, {
566
- key: props2.key
567
- }), getOptionLabel(option));
568
- };
569
- var renderOption = renderOptionProp || defaultRenderOption;
570
- var renderListOption = function renderListOption(option, index) {
571
- var optionProps = getOptionProps({
572
- option: option,
573
- index: index
574
- });
575
- return renderOption(_extends({}, optionProps, {
576
- className: classes.option
577
- }), option, {
578
- selected: optionProps['aria-selected'],
579
- index: index,
580
- inputValue: inputValue
581
- }, ownerState);
582
- };
583
- var clearIndicatorSlotProps = (_slotProps$clearIndic = slotProps.clearIndicator) != null ? _slotProps$clearIndic : componentsProps.clearIndicator;
584
- var paperSlotProps = (_slotProps$paper = slotProps.paper) != null ? _slotProps$paper : componentsProps.paper;
585
- var popperSlotProps = (_slotProps$popper = slotProps.popper) != null ? _slotProps$popper : componentsProps.popper;
586
- var popupIndicatorSlotProps = (_slotProps$popupIndic = slotProps.popupIndicator) != null ? _slotProps$popupIndic : componentsProps.popupIndicator;
587
- var renderAutocompletePopperChildren = function renderAutocompletePopperChildren(children) {
588
- return /*#__PURE__*/_jsx(AutocompletePopper, _extends({
589
- as: PopperComponent,
590
- disablePortal: disablePortal,
591
- style: {
592
- width: anchorEl ? anchorEl.clientWidth : null
593
- },
594
- ownerState: ownerState,
595
- role: "presentation",
596
- anchorEl: anchorEl,
597
- open: popupOpen
598
- }, popperSlotProps, {
599
- className: clsx(classes.popper, popperSlotProps == null ? void 0 : popperSlotProps.className),
600
- children: /*#__PURE__*/_jsx(AutocompletePaper, _extends({
601
- ownerState: ownerState,
602
- as: PaperComponent
603
- }, paperSlotProps, {
604
- className: clsx(classes.paper, paperSlotProps == null ? void 0 : paperSlotProps.className),
605
- children: children
606
- }))
607
- }));
608
- };
609
- var autocompletePopper = null;
610
- if (groupedOptions.length > 0) {
611
- autocompletePopper = renderAutocompletePopperChildren( /*#__PURE__*/_jsx(AutocompleteListbox, _extends({
612
- as: ListboxComponent,
613
- className: classes.listbox,
614
- ownerState: ownerState
615
- }, otherListboxProps, ListboxProps, {
616
- ref: combinedListboxRef,
617
- children: groupedOptions.map(function (option, index) {
618
- if (groupBy) {
619
- return renderGroup({
620
- key: option.key,
621
- group: option.group,
622
- children: option.options.map(function (option2, index2) {
623
- return renderListOption(option2, option.index + index2);
624
- })
625
- });
626
- }
627
- return renderListOption(option, index);
628
- })
629
- })));
630
- } else if (loading && groupedOptions.length === 0) {
631
- autocompletePopper = renderAutocompletePopperChildren( /*#__PURE__*/_jsx(AutocompleteLoading, {
632
- className: classes.loading,
633
- ownerState: ownerState,
634
- children: loadingText
635
- }));
636
- } else if (groupedOptions.length === 0 && !freeSolo && !loading) {
637
- autocompletePopper = renderAutocompletePopperChildren( /*#__PURE__*/_jsx(AutocompleteNoOptions, {
638
- className: classes.noOptions,
639
- ownerState: ownerState,
640
- role: "presentation",
641
- onMouseDown: function onMouseDown(event) {
642
- // Prevent input blur when interacting with the "no options" content
643
- event.preventDefault();
644
- },
645
- children: noOptionsText
646
- }));
647
- }
648
- return /*#__PURE__*/_jsxs(React.Fragment, {
649
- children: [/*#__PURE__*/_jsx(AutocompleteRoot, _extends({
650
- ref: ref,
651
- className: clsx(classes.root, className),
652
- ownerState: ownerState
653
- }, getRootProps(other), {
654
- children: renderInput({
655
- id: id,
656
- disabled: disabled,
657
- fullWidth: true,
658
- size: size === 'small' ? 'small' : undefined,
659
- InputLabelProps: getInputLabelProps(),
660
- InputProps: _extends({
661
- ref: setAnchorEl,
662
- className: classes.inputRoot,
663
- startAdornment: startAdornment,
664
- onClick: function onClick(event) {
665
- if (event.target === event.currentTarget) {
666
- handleInputMouseDown(event);
667
- }
668
- }
669
- }, (hasClearIcon || hasPopupIcon) && {
670
- endAdornment: /*#__PURE__*/_jsxs(AutocompleteEndAdornment, {
671
- className: classes.endAdornment,
672
- ownerState: ownerState,
673
- children: [hasClearIcon ? /*#__PURE__*/_jsx(AutocompleteClearIndicator, _extends({}, getClearProps(), {
674
- "aria-label": clearText,
675
- title: clearText,
676
- ownerState: ownerState
677
- }, clearIndicatorSlotProps, {
678
- className: clsx(classes.clearIndicator, clearIndicatorSlotProps == null ? void 0 : clearIndicatorSlotProps.className),
679
- children: clearIcon
680
- })) : null, hasPopupIcon ? /*#__PURE__*/_jsx(AutocompletePopupIndicator, _extends({}, getPopupIndicatorProps(), {
681
- disabled: disabled,
682
- "aria-label": popupOpen ? closeText : openText,
683
- title: popupOpen ? closeText : openText,
684
- ownerState: ownerState
685
- }, popupIndicatorSlotProps, {
686
- className: clsx(classes.popupIndicator, popupIndicatorSlotProps == null ? void 0 : popupIndicatorSlotProps.className),
687
- children: popupIcon
688
- })) : null]
689
- })
690
- }),
691
- inputProps: _extends({
692
- className: classes.input,
693
- disabled: disabled,
694
- readOnly: readOnly
695
- }, getInputProps())
696
- })
697
- })), anchorEl ? autocompletePopper : null]
698
- });
699
- });
700
- process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptypes */ = {
701
- // ┌────────────────────────────── Warning ──────────────────────────────┐
702
- // │ These PropTypes are generated from the TypeScript type definitions. │
703
- // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
704
- // └─────────────────────────────────────────────────────────────────────┘
705
- /**
706
- * If `true`, the portion of the selected suggestion that the user hasn't typed,
707
- * known as the completion string, appears inline after the input cursor in the textbox.
708
- * The inline completion string is visually highlighted and has a selected state.
709
- * @default false
710
- */
711
- autoComplete: PropTypes.bool,
712
- /**
713
- * If `true`, the first option is automatically highlighted.
714
- * @default false
715
- */
716
- autoHighlight: PropTypes.bool,
717
- /**
718
- * If `true`, the selected option becomes the value of the input
719
- * when the Autocomplete loses focus unless the user chooses
720
- * a different option or changes the character string in the input.
721
- *
722
- * When using the `freeSolo` mode, the typed value will be the input value
723
- * if the Autocomplete loses focus without highlighting an option.
724
- * @default false
725
- */
726
- autoSelect: PropTypes.bool,
727
- /**
728
- * Control if the input should be blurred when an option is selected:
729
- *
730
- * - `false` the input is not blurred.
731
- * - `true` the input is always blurred.
732
- * - `touch` the input is blurred after a touch event.
733
- * - `mouse` the input is blurred after a mouse event.
734
- * @default false
735
- */
736
- blurOnSelect: PropTypes.oneOfType([PropTypes.oneOf(['mouse', 'touch']), PropTypes.bool]),
737
- /**
738
- * Props applied to the [`Chip`](/material-ui/api/chip/) element.
739
- */
740
- ChipProps: PropTypes.object,
741
- /**
742
- * Override or extend the styles applied to the component.
743
- */
744
- classes: PropTypes.object,
745
- /**
746
- * @ignore
747
- */
748
- className: PropTypes.string,
749
- /**
750
- * The icon to display in place of the default clear icon.
751
- * @default <ClearIcon fontSize="small" />
752
- */
753
- clearIcon: PropTypes.node,
754
- /**
755
- * If `true`, the input's text is cleared on blur if no value is selected.
756
- *
757
- * Set it to `true` if you want to help the user enter a new value.
758
- * Set it to `false` if you want to help the user resume their search.
759
- * @default !props.freeSolo
760
- */
761
- clearOnBlur: PropTypes.bool,
762
- /**
763
- * If `true`, clear all values when the user presses escape and the popup is closed.
764
- * @default false
765
- */
766
- clearOnEscape: PropTypes.bool,
767
- /**
768
- * Override the default text for the *clear* icon button.
769
- *
770
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
771
- * @default 'Clear'
772
- */
773
- clearText: PropTypes.string,
774
- /**
775
- * Override the default text for the *close popup* icon button.
776
- *
777
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
778
- * @default 'Close'
779
- */
780
- closeText: PropTypes.string,
781
- /**
782
- * The props used for each slot inside.
783
- * @default {}
784
- */
785
- componentsProps: PropTypes.shape({
786
- clearIndicator: PropTypes.object,
787
- paper: PropTypes.object,
788
- popper: PropTypes.object,
789
- popupIndicator: PropTypes.object
790
- }),
791
- /**
792
- * The default value. Use when the component is not controlled.
793
- * @default props.multiple ? [] : null
794
- */
795
- defaultValue: chainPropTypes(PropTypes.any, function (props) {
796
- if (props.multiple && props.defaultValue !== undefined && !Array.isArray(props.defaultValue)) {
797
- return new Error(['MUI: The Autocomplete expects the `defaultValue` prop to be an array when `multiple={true}` or undefined.', "However, ".concat(props.defaultValue, " was provided.")].join('\n'));
798
- }
799
- return null;
800
- }),
801
- /**
802
- * If `true`, the input can't be cleared.
803
- * @default false
804
- */
805
- disableClearable: PropTypes.bool,
806
- /**
807
- * If `true`, the popup won't close when a value is selected.
808
- * @default false
809
- */
810
- disableCloseOnSelect: PropTypes.bool,
811
- /**
812
- * If `true`, the component is disabled.
813
- * @default false
814
- */
815
- disabled: PropTypes.bool,
816
- /**
817
- * If `true`, will allow focus on disabled items.
818
- * @default false
819
- */
820
- disabledItemsFocusable: PropTypes.bool,
821
- /**
822
- * If `true`, the list box in the popup will not wrap focus.
823
- * @default false
824
- */
825
- disableListWrap: PropTypes.bool,
826
- /**
827
- * If `true`, the `Popper` content will be under the DOM hierarchy of the parent component.
828
- * @default false
829
- */
830
- disablePortal: PropTypes.bool,
831
- /**
832
- * A function that determines the filtered options to be rendered on search.
833
- *
834
- * @default createFilterOptions()
835
- * @param {Value[]} options The options to render.
836
- * @param {object} state The state of the component.
837
- * @returns {Value[]}
838
- */
839
- filterOptions: PropTypes.func,
840
- /**
841
- * If `true`, hide the selected options from the list box.
842
- * @default false
843
- */
844
- filterSelectedOptions: PropTypes.bool,
845
- /**
846
- * Force the visibility display of the popup icon.
847
- * @default 'auto'
848
- */
849
- forcePopupIcon: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.bool]),
850
- /**
851
- * If `true`, the Autocomplete is free solo, meaning that the user input is not bound to provided options.
852
- * @default false
853
- */
854
- freeSolo: PropTypes.bool,
855
- /**
856
- * If `true`, the input will take up the full width of its container.
857
- * @default false
858
- */
859
- fullWidth: PropTypes.bool,
860
- /**
861
- * The label to display when the tags are truncated (`limitTags`).
862
- *
863
- * @param {number} more The number of truncated tags.
864
- * @returns {ReactNode}
865
- * @default (more) => `+${more}`
866
- */
867
- getLimitTagsText: PropTypes.func,
868
- /**
869
- * Used to determine the disabled state for a given option.
870
- *
871
- * @param {Value} option The option to test.
872
- * @returns {boolean}
873
- */
874
- getOptionDisabled: PropTypes.func,
875
- /**
876
- * Used to determine the key for a given option.
877
- * This can be useful when the labels of options are not unique (since labels are used as keys by default).
878
- *
879
- * @param {Value} option The option to get the key for.
880
- * @returns {string | number}
881
- */
882
- getOptionKey: PropTypes.func,
883
- /**
884
- * Used to determine the string value for a given option.
885
- * It's used to fill the input (and the list box options if `renderOption` is not provided).
886
- *
887
- * If used in free solo mode, it must accept both the type of the options and a string.
888
- *
889
- * @param {Value} option
890
- * @returns {string}
891
- * @default (option) => option.label ?? option
892
- */
893
- getOptionLabel: PropTypes.func,
894
- /**
895
- * If provided, the options will be grouped under the returned string.
896
- * The groupBy value is also used as the text for group headings when `renderGroup` is not provided.
897
- *
898
- * @param {Value} options The options to group.
899
- * @returns {string}
900
- */
901
- groupBy: PropTypes.func,
902
- /**
903
- * If `true`, the component handles the "Home" and "End" keys when the popup is open.
904
- * It should move focus to the first option and last option, respectively.
905
- * @default !props.freeSolo
906
- */
907
- handleHomeEndKeys: PropTypes.bool,
908
- /**
909
- * This prop is used to help implement the accessibility logic.
910
- * If you don't provide an id it will fall back to a randomly generated one.
911
- */
912
- id: PropTypes.string,
913
- /**
914
- * If `true`, the highlight can move to the input.
915
- * @default false
916
- */
917
- includeInputInList: PropTypes.bool,
918
- /**
919
- * The input value.
920
- */
921
- inputValue: PropTypes.string,
922
- /**
923
- * Used to determine if the option represents the given value.
924
- * Uses strict equality by default.
925
- * ⚠️ Both arguments need to be handled, an option can only match with one value.
926
- *
927
- * @param {Value} option The option to test.
928
- * @param {Value} value The value to test against.
929
- * @returns {boolean}
930
- */
931
- isOptionEqualToValue: PropTypes.func,
932
- /**
933
- * The maximum number of tags that will be visible when not focused.
934
- * Set `-1` to disable the limit.
935
- * @default -1
936
- */
937
- limitTags: integerPropType,
938
- /**
939
- * The component used to render the listbox.
940
- * @default 'ul'
941
- */
942
- ListboxComponent: PropTypes.elementType,
943
- /**
944
- * Props applied to the Listbox element.
945
- */
946
- ListboxProps: PropTypes.object,
947
- /**
948
- * If `true`, the component is in a loading state.
949
- * This shows the `loadingText` in place of suggestions (only if there are no suggestions to show, for example `options` are empty).
950
- * @default false
951
- */
952
- loading: PropTypes.bool,
953
- /**
954
- * Text to display when in a loading state.
955
- *
956
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
957
- * @default 'Loading…'
958
- */
959
- loadingText: PropTypes.node,
960
- /**
961
- * If `true`, `value` must be an array and the menu will support multiple selections.
962
- * @default false
963
- */
964
- multiple: PropTypes.bool,
965
- /**
966
- * Text to display when there are no options.
967
- *
968
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
969
- * @default 'No options'
970
- */
971
- noOptionsText: PropTypes.node,
972
- /**
973
- * Callback fired when the value changes.
974
- *
975
- * @param {React.SyntheticEvent} event The event source of the callback.
976
- * @param {Value|Value[]} value The new value of the component.
977
- * @param {string} reason One of "createOption", "selectOption", "removeOption", "blur" or "clear".
978
- * @param {string} [details]
979
- */
980
- onChange: PropTypes.func,
981
- /**
982
- * Callback fired when the popup requests to be closed.
983
- * Use in controlled mode (see open).
984
- *
985
- * @param {React.SyntheticEvent} event The event source of the callback.
986
- * @param {string} reason Can be: `"toggleInput"`, `"escape"`, `"selectOption"`, `"removeOption"`, `"blur"`.
987
- */
988
- onClose: PropTypes.func,
989
- /**
990
- * Callback fired when the highlight option changes.
991
- *
992
- * @param {React.SyntheticEvent} event The event source of the callback.
993
- * @param {Value} option The highlighted option.
994
- * @param {string} reason Can be: `"keyboard"`, `"auto"`, `"mouse"`, `"touch"`.
995
- */
996
- onHighlightChange: PropTypes.func,
997
- /**
998
- * Callback fired when the input value changes.
999
- *
1000
- * @param {React.SyntheticEvent} event The event source of the callback.
1001
- * @param {string} value The new value of the text input.
1002
- * @param {string} reason Can be: `"input"` (user input), `"reset"` (programmatic change), `"clear"`.
1003
- */
1004
- onInputChange: PropTypes.func,
1005
- /**
1006
- * @ignore
1007
- */
1008
- onKeyDown: PropTypes.func,
1009
- /**
1010
- * Callback fired when the popup requests to be opened.
1011
- * Use in controlled mode (see open).
1012
- *
1013
- * @param {React.SyntheticEvent} event The event source of the callback.
1014
- */
1015
- onOpen: PropTypes.func,
1016
- /**
1017
- * If `true`, the component is shown.
1018
- */
1019
- open: PropTypes.bool,
1020
- /**
1021
- * If `true`, the popup will open on input focus.
1022
- * @default false
1023
- */
1024
- openOnFocus: PropTypes.bool,
1025
- /**
1026
- * Override the default text for the *open popup* icon button.
1027
- *
1028
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
1029
- * @default 'Open'
1030
- */
1031
- openText: PropTypes.string,
1032
- /**
1033
- * Array of options.
1034
- */
1035
- options: PropTypes.array.isRequired,
1036
- /**
1037
- * The component used to render the body of the popup.
1038
- * @default Paper
1039
- */
1040
- PaperComponent: PropTypes.elementType,
1041
- /**
1042
- * The component used to position the popup.
1043
- * @default Popper
1044
- */
1045
- PopperComponent: PropTypes.elementType,
1046
- /**
1047
- * The icon to display in place of the default popup icon.
1048
- * @default <ArrowDropDownIcon />
1049
- */
1050
- popupIcon: PropTypes.node,
1051
- /**
1052
- * If `true`, the component becomes readonly. It is also supported for multiple tags where the tag cannot be deleted.
1053
- * @default false
1054
- */
1055
- readOnly: PropTypes.bool,
1056
- /**
1057
- * Render the group.
1058
- *
1059
- * @param {AutocompleteRenderGroupParams} params The group to render.
1060
- * @returns {ReactNode}
1061
- */
1062
- renderGroup: PropTypes.func,
1063
- /**
1064
- * Render the input.
1065
- *
1066
- * @param {object} params
1067
- * @returns {ReactNode}
1068
- */
1069
- renderInput: PropTypes.func.isRequired,
1070
- /**
1071
- * Render the option, use `getOptionLabel` by default.
1072
- *
1073
- * @param {object} props The props to apply on the li element.
1074
- * @param {Value} option The option to render.
1075
- * @param {object} state The state of each option.
1076
- * @param {object} ownerState The state of the Autocomplete component.
1077
- * @returns {ReactNode}
1078
- */
1079
- renderOption: PropTypes.func,
1080
- /**
1081
- * Render the selected value.
1082
- *
1083
- * @param {Value[]} value The `value` provided to the component.
1084
- * @param {function} getTagProps A tag props getter.
1085
- * @param {object} ownerState The state of the Autocomplete component.
1086
- * @returns {ReactNode}
1087
- */
1088
- renderTags: PropTypes.func,
1089
- /**
1090
- * If `true`, the input's text is selected on focus.
1091
- * It helps the user clear the selected value.
1092
- * @default !props.freeSolo
1093
- */
1094
- selectOnFocus: PropTypes.bool,
1095
- /**
1096
- * The size of the component.
1097
- * @default 'medium'
1098
- */
1099
- size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['small', 'medium']), PropTypes.string]),
1100
- /**
1101
- * The props used for each slot inside.
1102
- * @default {}
1103
- */
1104
- slotProps: PropTypes.shape({
1105
- clearIndicator: PropTypes.object,
1106
- paper: PropTypes.object,
1107
- popper: PropTypes.object,
1108
- popupIndicator: PropTypes.object
1109
- }),
1110
- /**
1111
- * The system prop that allows defining system overrides as well as additional CSS styles.
1112
- */
1113
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
1114
- /**
1115
- * The value of the autocomplete.
1116
- *
1117
- * The value must have reference equality with the option in order to be selected.
1118
- * You can customize the equality behavior with the `isOptionEqualToValue` prop.
1119
- */
1120
- value: chainPropTypes(PropTypes.any, function (props) {
1121
- if (props.multiple && props.value !== undefined && !Array.isArray(props.value)) {
1122
- return new Error(['MUI: The Autocomplete expects the `value` prop to be an array when `multiple={true}` or undefined.', "However, ".concat(props.value, " was provided.")].join('\n'));
1123
- }
1124
- return null;
1125
- })
1126
- } : void 0;
1127
- export default Autocomplete;