@mui/material 7.3.8 → 7.3.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.
- package/Accordion/Accordion.d.ts +14 -14
- package/AccordionActions/AccordionActions.d.ts +5 -5
- package/AccordionDetails/AccordionDetails.d.ts +4 -4
- package/AccordionSummary/AccordionSummary.d.ts +6 -6
- package/Alert/Alert.d.ts +18 -18
- package/AlertTitle/AlertTitle.d.ts +5 -5
- package/AppBar/AppBar.d.ts +11 -11
- package/Autocomplete/Autocomplete.d.ts +56 -40
- package/Autocomplete/Autocomplete.js +48 -25
- package/Avatar/Avatar.d.ts +13 -13
- package/AvatarGroup/AvatarGroup.d.ts +13 -13
- package/Backdrop/Backdrop.d.ts +13 -13
- package/Badge/Badge.d.ts +20 -20
- package/Badge/useBadge.types.d.ts +3 -3
- package/BottomNavigation/BottomNavigation.d.ts +7 -7
- package/BottomNavigationAction/BottomNavigationAction.d.ts +7 -7
- package/Box/Box.d.ts +4 -3
- package/Breadcrumbs/Breadcrumbs.d.ts +14 -14
- package/Button/Button.d.ts +20 -19
- package/ButtonBase/ButtonBase.d.ts +17 -17
- package/ButtonBase/ButtonBase.js +8 -2
- package/ButtonBase/TouchRipple.d.ts +4 -4
- package/ButtonGroup/ButtonGroup.d.ts +14 -14
- package/ButtonGroup/ButtonGroupContext.d.ts +9 -9
- package/CHANGELOG.md +86 -0
- package/Card/Card.d.ts +7 -7
- package/CardActionArea/CardActionArea.d.ts +7 -7
- package/CardActions/CardActions.d.ts +5 -5
- package/CardContent/CardContent.d.ts +5 -5
- package/CardHeader/CardHeader.d.ts +10 -10
- package/CardHeader/CardHeader.js +1 -0
- package/CardMedia/CardMedia.d.ts +7 -7
- package/Checkbox/Checkbox.d.ts +16 -16
- package/Chip/Chip.d.ts +17 -17
- package/CircularProgress/CircularProgress.d.ts +11 -11
- package/ClickAwayListener/ClickAwayListener.d.ts +6 -6
- package/ClickAwayListener/ClickAwayListener.js +3 -3
- package/Collapse/Collapse.d.ts +17 -17
- package/Collapse/Collapse.js +6 -18
- package/Container/Container.d.ts +8 -8
- package/CssBaseline/CssBaseline.d.ts +3 -3
- package/Dialog/Dialog.d.ts +31 -24
- package/Dialog/Dialog.js +9 -1
- package/Dialog/DialogContext.d.ts +1 -1
- package/DialogActions/DialogActions.d.ts +5 -5
- package/DialogContent/DialogContent.d.ts +5 -5
- package/DialogContentText/DialogContentText.d.ts +6 -6
- package/DialogTitle/DialogTitle.d.ts +7 -7
- package/Divider/Divider.d.ts +13 -12
- package/Drawer/Drawer.d.ts +14 -14
- package/Fab/Fab.d.ts +13 -13
- package/Fade/Fade.d.ts +8 -8
- package/Fade/Fade.js +28 -32
- package/FilledInput/FilledInput.d.ts +7 -7
- package/FilledInput/FilledInput.js +1 -1
- package/FormControl/FormControl.d.ts +21 -21
- package/FormControlLabel/FormControlLabel.d.ts +16 -16
- package/FormGroup/FormGroup.d.ts +6 -6
- package/FormHelperText/FormHelperText.d.ts +13 -13
- package/FormLabel/FormLabel.d.ts +15 -15
- package/GlobalStyles/GlobalStyles.d.ts +2 -2
- package/Grid/Grid.d.ts +13 -13
- package/Grid/Grid.js +2 -2
- package/GridLegacy/GridLegacy.d.ts +19 -19
- package/Grow/Grow.d.ts +10 -10
- package/Grow/Grow.js +30 -38
- package/Icon/Icon.d.ts +9 -9
- package/IconButton/IconButton.d.ts +14 -14
- package/ImageList/ImageList.d.ts +9 -9
- package/ImageListItem/ImageListItem.d.ts +7 -7
- package/ImageListItemBar/ImageListItemBar.d.ts +6 -6
- package/InitColorSchemeScript/InitColorSchemeScript.d.ts +9 -9
- package/InitColorSchemeScript/InitColorSchemeScript.js +2 -2
- package/Input/Input.d.ts +6 -6
- package/Input/Input.js +1 -1
- package/InputAdornment/InputAdornment.d.ts +8 -8
- package/InputBase/InputBase.d.ts +57 -57
- package/InputLabel/InputLabel.d.ts +17 -17
- package/LinearProgress/LinearProgress.d.ts +8 -8
- package/Link/Link.d.ts +11 -11
- package/List/List.d.ts +9 -8
- package/List/ListContext.d.ts +1 -1
- package/ListItem/ListItem.d.ts +23 -23
- package/ListItemAvatar/ListItemAvatar.d.ts +4 -4
- package/ListItemButton/ListItemButton.d.ts +14 -13
- package/ListItemIcon/ListItemIcon.d.ts +5 -4
- package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +4 -4
- package/ListItemText/ListItemText.d.ts +14 -13
- package/ListItemText/ListItemText.js +1 -0
- package/ListSubheader/ListSubheader.d.ts +10 -9
- package/Menu/Menu.d.ts +15 -15
- package/MenuItem/MenuItem.d.ts +12 -12
- package/MenuItem/MenuItem.js +21 -1
- package/MenuList/MenuList.d.ts +10 -10
- package/MobileStepper/MobileStepper.d.ts +9 -9
- package/Modal/Modal.d.ts +38 -38
- package/Modal/ModalManager.d.ts +1 -1
- package/Modal/useModal.types.d.ts +13 -13
- package/NativeSelect/NativeSelect.d.ts +10 -10
- package/NativeSelect/NativeSelectInput.d.ts +5 -5
- package/NoSsr/NoSsr.d.ts +2 -2
- package/NoSsr/NoSsr.js +2 -2
- package/NoSsr/NoSsr.types.d.ts +1 -1
- package/OutlinedInput/NotchedOutline.d.ts +3 -3
- package/OutlinedInput/OutlinedInput.d.ts +9 -9
- package/OverridableComponent/index.d.ts +2 -2
- package/Pagination/Pagination.d.ts +10 -10
- package/PaginationItem/PaginationItem.d.ts +18 -18
- package/Paper/Paper.d.ts +10 -9
- package/PigmentContainer/PigmentContainer.d.ts +8 -8
- package/PigmentContainer/PigmentContainer.js +2 -2
- package/PigmentGrid/PigmentGrid.d.ts +10 -10
- package/PigmentGrid/PigmentGrid.js +2 -2
- package/PigmentStack/PigmentStack.d.ts +6 -6
- package/PigmentStack/PigmentStack.js +2 -2
- package/Popover/Popover.d.ts +22 -22
- package/Popover/Popover.js +6 -3
- package/Popper/BasePopper.js +6 -3
- package/Popper/BasePopper.types.d.ts +17 -17
- package/Popper/Popper.d.ts +9 -9
- package/Popper/Popper.js +4 -4
- package/Popper/index.d.ts +1 -0
- package/Popper/index.js +11 -2
- package/Portal/Portal.d.ts +2 -2
- package/Portal/Portal.js +2 -2
- package/Portal/Portal.types.d.ts +2 -2
- package/README.md +2 -2
- package/Radio/Radio.d.ts +8 -8
- package/RadioGroup/RadioGroup.d.ts +5 -5
- package/Rating/Rating.d.ts +18 -18
- package/ScopedCssBaseline/ScopedCssBaseline.d.ts +6 -6
- package/Select/Select.d.ts +26 -26
- package/Select/SelectInput.d.ts +24 -24
- package/Select/SelectInput.js +46 -47
- package/Select/index.d.ts +1 -0
- package/Select/index.js +12 -0
- package/Select/utils/SelectFocusSourceContext.d.ts +4 -0
- package/Select/utils/SelectFocusSourceContext.js +19 -0
- package/Select/utils/areEqualValues.d.ts +1 -0
- package/Select/utils/areEqualValues.js +14 -0
- package/Select/utils/getOpenInteractionType.d.ts +1 -0
- package/Select/utils/getOpenInteractionType.js +18 -0
- package/Select/utils/index.d.ts +4 -0
- package/Select/utils/index.js +40 -0
- package/Select/utils/isEmpty.d.ts +1 -0
- package/Select/utils/isEmpty.js +9 -0
- package/Skeleton/Skeleton.d.ts +9 -9
- package/Slide/Slide.d.ts +11 -11
- package/Slide/Slide.js +48 -44
- package/Slider/Slider.d.ts +72 -72
- package/Slider/SliderValueLabel.d.ts +1 -1
- package/Slider/SliderValueLabel.types.d.ts +5 -5
- package/Slider/useSlider.types.d.ts +26 -26
- package/Snackbar/Snackbar.d.ts +18 -18
- package/Snackbar/useSnackbar.types.d.ts +6 -6
- package/SnackbarContent/SnackbarContent.d.ts +6 -6
- package/SpeedDial/SpeedDial.d.ts +13 -13
- package/SpeedDialAction/SpeedDialAction.d.ts +14 -14
- package/SpeedDialIcon/SpeedDialIcon.d.ts +5 -5
- package/SpeedDialIcon/SpeedDialIcon.js +4 -10
- package/Stack/Stack.d.ts +7 -7
- package/Step/Step.d.ts +12 -12
- package/StepButton/StepButton.d.ts +6 -6
- package/StepConnector/StepConnector.d.ts +4 -4
- package/StepContent/StepContent.d.ts +9 -9
- package/StepIcon/StepIcon.d.ts +8 -8
- package/StepIcon/StepIcon.js +1 -4
- package/StepLabel/StepLabel.d.ts +9 -9
- package/StepLabel/StepLabel.js +1 -5
- package/Stepper/Stepper.d.ts +11 -11
- package/SvgIcon/SvgIcon.d.ts +13 -13
- package/SwipeableDrawer/SwipeableDrawer.d.ts +13 -13
- package/SwipeableDrawer/SwipeableDrawer.js +0 -3
- package/Switch/Switch.d.ts +9 -9
- package/Switch/Switch.js +4 -0
- package/Tab/Tab.d.ts +12 -12
- package/TabScrollButton/TabScrollButton.d.ts +11 -11
- package/Table/Table.d.ts +8 -8
- package/TableBody/TableBody.d.ts +5 -5
- package/TableCell/TableCell.d.ts +11 -11
- package/TableContainer/TableContainer.d.ts +5 -5
- package/TableFooter/TableFooter.d.ts +5 -5
- package/TableHead/TableHead.d.ts +5 -5
- package/TablePagination/TablePagination.d.ts +18 -18
- package/TablePaginationActions/TablePaginationActions.d.ts +25 -25
- package/TableRow/TableRow.d.ts +7 -7
- package/TableSortLabel/TableSortLabel.d.ts +12 -12
- package/Tabs/Tabs.d.ts +27 -27
- package/Tabs/Tabs.js +2 -1
- package/TextField/TextField.d.ts +45 -45
- package/TextareaAutosize/TextareaAutosize.d.ts +2 -2
- package/TextareaAutosize/TextareaAutosize.js +2 -2
- package/TextareaAutosize/TextareaAutosize.types.d.ts +3 -3
- package/ToggleButton/ToggleButton.d.ts +14 -14
- package/ToggleButtonGroup/ToggleButtonGroup.d.ts +11 -11
- package/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +7 -7
- package/Toolbar/Toolbar.d.ts +7 -7
- package/Tooltip/Tooltip.d.ts +35 -35
- package/Tooltip/Tooltip.js +19 -2
- package/Typography/Typography.d.ts +14 -13
- package/Unstable_TrapFocus/FocusTrap.types.d.ts +7 -7
- package/Zoom/Zoom.d.ts +8 -8
- package/Zoom/Zoom.js +24 -30
- package/esm/Accordion/Accordion.d.ts +14 -14
- package/esm/AccordionActions/AccordionActions.d.ts +5 -5
- package/esm/AccordionDetails/AccordionDetails.d.ts +4 -4
- package/esm/AccordionSummary/AccordionSummary.d.ts +6 -6
- package/esm/Alert/Alert.d.ts +18 -18
- package/esm/AlertTitle/AlertTitle.d.ts +5 -5
- package/esm/AppBar/AppBar.d.ts +11 -11
- package/esm/Autocomplete/Autocomplete.d.ts +56 -40
- package/esm/Autocomplete/Autocomplete.js +48 -25
- package/esm/Avatar/Avatar.d.ts +13 -13
- package/esm/AvatarGroup/AvatarGroup.d.ts +13 -13
- package/esm/Backdrop/Backdrop.d.ts +13 -13
- package/esm/Badge/Badge.d.ts +20 -20
- package/esm/Badge/useBadge.types.d.ts +3 -3
- package/esm/BottomNavigation/BottomNavigation.d.ts +7 -7
- package/esm/BottomNavigationAction/BottomNavigationAction.d.ts +7 -7
- package/esm/Box/Box.d.ts +4 -3
- package/esm/Breadcrumbs/Breadcrumbs.d.ts +14 -14
- package/esm/Button/Button.d.ts +20 -19
- package/esm/ButtonBase/ButtonBase.d.ts +17 -17
- package/esm/ButtonBase/ButtonBase.js +8 -2
- package/esm/ButtonBase/TouchRipple.d.ts +4 -4
- package/esm/ButtonGroup/ButtonGroup.d.ts +14 -14
- package/esm/ButtonGroup/ButtonGroupContext.d.ts +9 -9
- package/esm/Card/Card.d.ts +7 -7
- package/esm/CardActionArea/CardActionArea.d.ts +7 -7
- package/esm/CardActions/CardActions.d.ts +5 -5
- package/esm/CardContent/CardContent.d.ts +5 -5
- package/esm/CardHeader/CardHeader.d.ts +10 -10
- package/esm/CardHeader/CardHeader.js +1 -0
- package/esm/CardMedia/CardMedia.d.ts +7 -7
- package/esm/Checkbox/Checkbox.d.ts +16 -16
- package/esm/Chip/Chip.d.ts +17 -17
- package/esm/CircularProgress/CircularProgress.d.ts +11 -11
- package/esm/ClickAwayListener/ClickAwayListener.d.ts +6 -6
- package/esm/ClickAwayListener/ClickAwayListener.js +3 -3
- package/esm/Collapse/Collapse.d.ts +17 -17
- package/esm/Collapse/Collapse.js +7 -19
- package/esm/Container/Container.d.ts +8 -8
- package/esm/CssBaseline/CssBaseline.d.ts +3 -3
- package/esm/Dialog/Dialog.d.ts +31 -24
- package/esm/Dialog/Dialog.js +9 -1
- package/esm/Dialog/DialogContext.d.ts +1 -1
- package/esm/DialogActions/DialogActions.d.ts +5 -5
- package/esm/DialogContent/DialogContent.d.ts +5 -5
- package/esm/DialogContentText/DialogContentText.d.ts +6 -6
- package/esm/DialogTitle/DialogTitle.d.ts +7 -7
- package/esm/Divider/Divider.d.ts +13 -12
- package/esm/Drawer/Drawer.d.ts +14 -14
- package/esm/Fab/Fab.d.ts +13 -13
- package/esm/Fade/Fade.d.ts +8 -8
- package/esm/Fade/Fade.js +29 -33
- package/esm/FilledInput/FilledInput.d.ts +7 -7
- package/esm/FilledInput/FilledInput.js +1 -1
- package/esm/FormControl/FormControl.d.ts +21 -21
- package/esm/FormControlLabel/FormControlLabel.d.ts +16 -16
- package/esm/FormGroup/FormGroup.d.ts +6 -6
- package/esm/FormHelperText/FormHelperText.d.ts +13 -13
- package/esm/FormLabel/FormLabel.d.ts +15 -15
- package/esm/GlobalStyles/GlobalStyles.d.ts +2 -2
- package/esm/Grid/Grid.d.ts +13 -13
- package/esm/Grid/Grid.js +2 -2
- package/esm/GridLegacy/GridLegacy.d.ts +19 -19
- package/esm/Grow/Grow.d.ts +10 -10
- package/esm/Grow/Grow.js +31 -39
- package/esm/Icon/Icon.d.ts +9 -9
- package/esm/IconButton/IconButton.d.ts +14 -14
- package/esm/ImageList/ImageList.d.ts +9 -9
- package/esm/ImageListItem/ImageListItem.d.ts +7 -7
- package/esm/ImageListItemBar/ImageListItemBar.d.ts +6 -6
- package/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +9 -9
- package/esm/InitColorSchemeScript/InitColorSchemeScript.js +2 -2
- package/esm/Input/Input.d.ts +6 -6
- package/esm/Input/Input.js +1 -1
- package/esm/InputAdornment/InputAdornment.d.ts +8 -8
- package/esm/InputBase/InputBase.d.ts +57 -57
- package/esm/InputLabel/InputLabel.d.ts +17 -17
- package/esm/LinearProgress/LinearProgress.d.ts +8 -8
- package/esm/Link/Link.d.ts +11 -11
- package/esm/List/List.d.ts +9 -8
- package/esm/List/ListContext.d.ts +1 -1
- package/esm/ListItem/ListItem.d.ts +23 -23
- package/esm/ListItemAvatar/ListItemAvatar.d.ts +4 -4
- package/esm/ListItemButton/ListItemButton.d.ts +14 -13
- package/esm/ListItemIcon/ListItemIcon.d.ts +5 -4
- package/esm/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +4 -4
- package/esm/ListItemText/ListItemText.d.ts +14 -13
- package/esm/ListItemText/ListItemText.js +1 -0
- package/esm/ListSubheader/ListSubheader.d.ts +10 -9
- package/esm/Menu/Menu.d.ts +15 -15
- package/esm/MenuItem/MenuItem.d.ts +12 -12
- package/esm/MenuItem/MenuItem.js +23 -1
- package/esm/MenuList/MenuList.d.ts +10 -10
- package/esm/MobileStepper/MobileStepper.d.ts +9 -9
- package/esm/Modal/Modal.d.ts +38 -38
- package/esm/Modal/ModalManager.d.ts +1 -1
- package/esm/Modal/useModal.types.d.ts +13 -13
- package/esm/NativeSelect/NativeSelect.d.ts +10 -10
- package/esm/NativeSelect/NativeSelectInput.d.ts +5 -5
- package/esm/NoSsr/NoSsr.d.ts +2 -2
- package/esm/NoSsr/NoSsr.js +2 -2
- package/esm/NoSsr/NoSsr.types.d.ts +1 -1
- package/esm/OutlinedInput/NotchedOutline.d.ts +3 -3
- package/esm/OutlinedInput/OutlinedInput.d.ts +9 -9
- package/esm/OverridableComponent/index.d.ts +2 -2
- package/esm/Pagination/Pagination.d.ts +10 -10
- package/esm/PaginationItem/PaginationItem.d.ts +18 -18
- package/esm/Paper/Paper.d.ts +10 -9
- package/esm/PigmentContainer/PigmentContainer.d.ts +8 -8
- package/esm/PigmentContainer/PigmentContainer.js +2 -2
- package/esm/PigmentGrid/PigmentGrid.d.ts +10 -10
- package/esm/PigmentGrid/PigmentGrid.js +2 -2
- package/esm/PigmentStack/PigmentStack.d.ts +6 -6
- package/esm/PigmentStack/PigmentStack.js +2 -2
- package/esm/Popover/Popover.d.ts +22 -22
- package/esm/Popover/Popover.js +6 -3
- package/esm/Popper/BasePopper.js +6 -3
- package/esm/Popper/BasePopper.types.d.ts +17 -17
- package/esm/Popper/Popper.d.ts +9 -9
- package/esm/Popper/Popper.js +4 -4
- package/esm/Popper/index.d.ts +1 -0
- package/esm/Popper/index.js +1 -0
- package/esm/Portal/Portal.d.ts +2 -2
- package/esm/Portal/Portal.js +2 -2
- package/esm/Portal/Portal.types.d.ts +2 -2
- package/esm/Radio/Radio.d.ts +8 -8
- package/esm/RadioGroup/RadioGroup.d.ts +5 -5
- package/esm/Rating/Rating.d.ts +18 -18
- package/esm/ScopedCssBaseline/ScopedCssBaseline.d.ts +6 -6
- package/esm/Select/Select.d.ts +26 -26
- package/esm/Select/SelectInput.d.ts +24 -24
- package/esm/Select/SelectInput.js +43 -44
- package/esm/Select/index.d.ts +1 -0
- package/esm/Select/index.js +1 -0
- package/esm/Select/utils/SelectFocusSourceContext.d.ts +4 -0
- package/esm/Select/utils/SelectFocusSourceContext.js +13 -0
- package/esm/Select/utils/areEqualValues.d.ts +1 -0
- package/esm/Select/utils/areEqualValues.js +8 -0
- package/esm/Select/utils/getOpenInteractionType.d.ts +1 -0
- package/esm/Select/utils/getOpenInteractionType.js +12 -0
- package/esm/Select/utils/index.d.ts +4 -0
- package/esm/Select/utils/index.js +4 -0
- package/esm/Select/utils/isEmpty.d.ts +1 -0
- package/esm/Select/utils/isEmpty.js +3 -0
- package/esm/Skeleton/Skeleton.d.ts +9 -9
- package/esm/Slide/Slide.d.ts +11 -11
- package/esm/Slide/Slide.js +49 -46
- package/esm/Slider/Slider.d.ts +72 -72
- package/esm/Slider/SliderValueLabel.d.ts +1 -1
- package/esm/Slider/SliderValueLabel.types.d.ts +5 -5
- package/esm/Slider/useSlider.types.d.ts +26 -26
- package/esm/Snackbar/Snackbar.d.ts +18 -18
- package/esm/Snackbar/useSnackbar.types.d.ts +6 -6
- package/esm/SnackbarContent/SnackbarContent.d.ts +6 -6
- package/esm/SpeedDial/SpeedDial.d.ts +13 -13
- package/esm/SpeedDialAction/SpeedDialAction.d.ts +14 -14
- package/esm/SpeedDialIcon/SpeedDialIcon.d.ts +5 -5
- package/esm/SpeedDialIcon/SpeedDialIcon.js +4 -10
- package/esm/Stack/Stack.d.ts +7 -7
- package/esm/Step/Step.d.ts +12 -12
- package/esm/StepButton/StepButton.d.ts +6 -6
- package/esm/StepConnector/StepConnector.d.ts +4 -4
- package/esm/StepContent/StepContent.d.ts +9 -9
- package/esm/StepIcon/StepIcon.d.ts +8 -8
- package/esm/StepIcon/StepIcon.js +1 -4
- package/esm/StepLabel/StepLabel.d.ts +9 -9
- package/esm/StepLabel/StepLabel.js +1 -5
- package/esm/Stepper/Stepper.d.ts +11 -11
- package/esm/SvgIcon/SvgIcon.d.ts +13 -13
- package/esm/SwipeableDrawer/SwipeableDrawer.d.ts +13 -13
- package/esm/SwipeableDrawer/SwipeableDrawer.js +0 -3
- package/esm/Switch/Switch.d.ts +9 -9
- package/esm/Switch/Switch.js +4 -0
- package/esm/Tab/Tab.d.ts +12 -12
- package/esm/TabScrollButton/TabScrollButton.d.ts +11 -11
- package/esm/Table/Table.d.ts +8 -8
- package/esm/TableBody/TableBody.d.ts +5 -5
- package/esm/TableCell/TableCell.d.ts +11 -11
- package/esm/TableContainer/TableContainer.d.ts +5 -5
- package/esm/TableFooter/TableFooter.d.ts +5 -5
- package/esm/TableHead/TableHead.d.ts +5 -5
- package/esm/TablePagination/TablePagination.d.ts +18 -18
- package/esm/TablePaginationActions/TablePaginationActions.d.ts +25 -25
- package/esm/TableRow/TableRow.d.ts +7 -7
- package/esm/TableSortLabel/TableSortLabel.d.ts +12 -12
- package/esm/Tabs/Tabs.d.ts +27 -27
- package/esm/Tabs/Tabs.js +2 -1
- package/esm/TextField/TextField.d.ts +45 -45
- package/esm/TextareaAutosize/TextareaAutosize.d.ts +2 -2
- package/esm/TextareaAutosize/TextareaAutosize.js +2 -2
- package/esm/TextareaAutosize/TextareaAutosize.types.d.ts +3 -3
- package/esm/ToggleButton/ToggleButton.d.ts +14 -14
- package/esm/ToggleButtonGroup/ToggleButtonGroup.d.ts +11 -11
- package/esm/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +7 -7
- package/esm/Toolbar/Toolbar.d.ts +7 -7
- package/esm/Tooltip/Tooltip.d.ts +35 -35
- package/esm/Tooltip/Tooltip.js +19 -2
- package/esm/Typography/Typography.d.ts +14 -13
- package/esm/Unstable_TrapFocus/FocusTrap.types.d.ts +7 -7
- package/esm/Zoom/Zoom.d.ts +8 -8
- package/esm/Zoom/Zoom.js +25 -31
- package/esm/index.js +1 -1
- package/esm/internal/SwitchBase.d.ts +17 -17
- package/esm/internal/index.d.ts +5 -5
- package/esm/locale/utils/LocaleTextApi.d.ts +7 -7
- package/esm/styles/ThemeProvider.d.ts +12 -12
- package/esm/styles/ThemeProviderWithVars.d.ts +13 -13
- package/esm/styles/adaptV4Theme.d.ts +14 -14
- package/esm/styles/components.d.ts +476 -476
- package/esm/styles/createColorScheme.d.ts +1 -1
- package/esm/styles/createGetSelector.d.ts +5 -5
- package/esm/styles/createMixins.d.ts +2 -2
- package/esm/styles/createPalette.d.ts +23 -23
- package/esm/styles/createTheme.d.ts +2 -2
- package/esm/styles/createThemeFoundation.d.ts +30 -30
- package/esm/styles/createThemeNoVars.d.ts +14 -14
- package/esm/styles/createThemeNoVars.js +1 -1
- package/esm/styles/createThemeWithVars.d.ts +9 -9
- package/esm/styles/createThemeWithVars.js +69 -69
- package/esm/styles/createTransitions.d.ts +5 -5
- package/esm/styles/createTypography.d.ts +1 -1
- package/esm/styles/cssUtils.d.ts +3 -3
- package/esm/styles/index.d.ts +6 -6
- package/esm/styles/overrides.d.ts +1 -1
- package/esm/styles/responsiveFontSizes.d.ts +4 -4
- package/esm/styles/useThemeProps.d.ts +1 -1
- package/esm/transitions/transition.d.ts +2 -2
- package/esm/transitions/utils.d.ts +11 -4
- package/esm/transitions/utils.js +25 -0
- package/esm/types/OverridableComponentAugmentation.d.ts +2 -2
- package/esm/useAutocomplete/useAutocomplete.d.ts +45 -45
- package/esm/useAutocomplete/useAutocomplete.js +58 -3
- package/esm/usePagination/usePagination.d.ts +12 -12
- package/esm/useScrollTrigger/useScrollTrigger.d.ts +3 -3
- package/esm/utils/isLayoutSupported.d.ts +1 -0
- package/esm/utils/isLayoutSupported.js +6 -0
- package/esm/utils/types.d.ts +4 -4
- package/esm/utils/useSlot.d.ts +12 -12
- package/esm/version/index.js +2 -2
- package/index.js +1 -1
- package/internal/SwitchBase.d.ts +17 -17
- package/internal/index.d.ts +5 -5
- package/locale/utils/LocaleTextApi.d.ts +7 -7
- package/package.json +6 -6
- package/styles/ThemeProvider.d.ts +12 -12
- package/styles/ThemeProviderWithVars.d.ts +13 -13
- package/styles/adaptV4Theme.d.ts +14 -14
- package/styles/components.d.ts +476 -476
- package/styles/createColorScheme.d.ts +1 -1
- package/styles/createGetSelector.d.ts +5 -5
- package/styles/createMixins.d.ts +2 -2
- package/styles/createPalette.d.ts +23 -23
- package/styles/createTheme.d.ts +2 -2
- package/styles/createThemeFoundation.d.ts +30 -30
- package/styles/createThemeNoVars.d.ts +14 -14
- package/styles/createThemeNoVars.js +1 -1
- package/styles/createThemeWithVars.d.ts +9 -9
- package/styles/createThemeWithVars.js +69 -69
- package/styles/createTransitions.d.ts +5 -5
- package/styles/createTypography.d.ts +1 -1
- package/styles/cssUtils.d.ts +3 -3
- package/styles/index.d.ts +6 -6
- package/styles/overrides.d.ts +1 -1
- package/styles/responsiveFontSizes.d.ts +4 -4
- package/styles/useThemeProps.d.ts +1 -1
- package/transitions/transition.d.ts +2 -2
- package/transitions/utils.d.ts +11 -4
- package/transitions/utils.js +27 -0
- package/types/OverridableComponentAugmentation.d.ts +2 -2
- package/useAutocomplete/useAutocomplete.d.ts +45 -45
- package/useAutocomplete/useAutocomplete.js +58 -3
- package/usePagination/usePagination.d.ts +12 -12
- package/useScrollTrigger/useScrollTrigger.d.ts +3 -3
- package/utils/isLayoutSupported.d.ts +1 -0
- package/utils/isLayoutSupported.js +12 -0
- package/utils/types.d.ts +4 -4
- package/utils/useSlot.d.ts +12 -12
- package/version/index.js +2 -2
package/Accordion/Accordion.d.ts
CHANGED
|
@@ -63,52 +63,52 @@ export interface AccordionOwnProps {
|
|
|
63
63
|
/**
|
|
64
64
|
* Override or extend the styles applied to the component.
|
|
65
65
|
*/
|
|
66
|
-
classes?: Partial<AccordionClasses
|
|
66
|
+
classes?: Partial<AccordionClasses> | undefined;
|
|
67
67
|
/**
|
|
68
68
|
* If `true`, expands the accordion by default.
|
|
69
69
|
* @default false
|
|
70
70
|
*/
|
|
71
|
-
defaultExpanded?: boolean;
|
|
71
|
+
defaultExpanded?: boolean | undefined;
|
|
72
72
|
/**
|
|
73
73
|
* If `true`, the component is disabled.
|
|
74
74
|
* @default false
|
|
75
75
|
*/
|
|
76
|
-
disabled?: boolean;
|
|
76
|
+
disabled?: boolean | undefined;
|
|
77
77
|
/**
|
|
78
78
|
* If `true`, it removes the margin between two expanded accordion items and prevents the increased height when expanded.
|
|
79
79
|
* @default false
|
|
80
80
|
*/
|
|
81
|
-
disableGutters?: boolean;
|
|
81
|
+
disableGutters?: boolean | undefined;
|
|
82
82
|
/**
|
|
83
83
|
* If `true`, expands the accordion, otherwise collapses it.
|
|
84
84
|
* Setting this prop enables control over the accordion.
|
|
85
85
|
*/
|
|
86
|
-
expanded?: boolean;
|
|
86
|
+
expanded?: boolean | undefined;
|
|
87
87
|
/**
|
|
88
88
|
* Callback fired when the expand/collapse state is changed.
|
|
89
89
|
*
|
|
90
90
|
* @param {React.SyntheticEvent} event The event source of the callback. **Warning**: This is a generic event not a change event.
|
|
91
91
|
* @param {boolean} expanded The `expanded` state of the accordion.
|
|
92
92
|
*/
|
|
93
|
-
onChange?: (event: React.SyntheticEvent, expanded: boolean) => void;
|
|
93
|
+
onChange?: ((event: React.SyntheticEvent, expanded: boolean) => void) | undefined;
|
|
94
94
|
/**
|
|
95
95
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
96
96
|
*/
|
|
97
|
-
sx?: SxProps<Theme
|
|
97
|
+
sx?: SxProps<Theme> | undefined;
|
|
98
98
|
/**
|
|
99
99
|
* The component used for the transition.
|
|
100
100
|
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
101
101
|
* @deprecated Use `slots.transition` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
102
102
|
*/
|
|
103
103
|
TransitionComponent?: React.JSXElementConstructor<TransitionProps & {
|
|
104
|
-
children?: React.ReactElement<unknown, any
|
|
105
|
-
}
|
|
104
|
+
children?: React.ReactElement<unknown, any> | undefined;
|
|
105
|
+
}> | undefined;
|
|
106
106
|
/**
|
|
107
107
|
* Props applied to the transition element.
|
|
108
108
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
109
109
|
* @deprecated Use `slotProps.transition` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
110
110
|
*/
|
|
111
|
-
TransitionProps?: TransitionProps;
|
|
111
|
+
TransitionProps?: TransitionProps | undefined;
|
|
112
112
|
}
|
|
113
113
|
export type AccordionTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'div'> = ExtendPaperTypeMap<{
|
|
114
114
|
props: AdditionalProps & AccordionOwnProps & AccordionSlotsAndSlotProps;
|
|
@@ -119,16 +119,16 @@ export type AccordionTypeMap<AdditionalProps = {}, RootComponent extends React.E
|
|
|
119
119
|
*
|
|
120
120
|
* Demos:
|
|
121
121
|
*
|
|
122
|
-
* - [Accordion](https://mui.com/material-ui/react-accordion/)
|
|
122
|
+
* - [Accordion](https://v7.mui.com/material-ui/react-accordion/)
|
|
123
123
|
*
|
|
124
124
|
* API:
|
|
125
125
|
*
|
|
126
|
-
* - [Accordion API](https://mui.com/material-ui/api/accordion/)
|
|
127
|
-
* - inherits [Paper API](https://mui.com/material-ui/api/paper/)
|
|
126
|
+
* - [Accordion API](https://v7.mui.com/material-ui/api/accordion/)
|
|
127
|
+
* - inherits [Paper API](https://v7.mui.com/material-ui/api/paper/)
|
|
128
128
|
*/
|
|
129
129
|
declare const Accordion: OverridableComponent<AccordionTypeMap>;
|
|
130
130
|
export type AccordionProps<RootComponent extends React.ElementType = AccordionTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<AccordionTypeMap<AdditionalProps, RootComponent>, RootComponent> & {
|
|
131
|
-
component?: React.ElementType;
|
|
131
|
+
component?: React.ElementType | undefined;
|
|
132
132
|
};
|
|
133
133
|
export interface AccordionOwnerState extends AccordionProps {}
|
|
134
134
|
export default Accordion;
|
|
@@ -11,26 +11,26 @@ export interface AccordionActionsProps extends StandardProps<React.HTMLAttribute
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<AccordionActionsClasses
|
|
14
|
+
classes?: Partial<AccordionActionsClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* If `true`, the actions do not have additional margin.
|
|
17
17
|
* @default false
|
|
18
18
|
*/
|
|
19
|
-
disableSpacing?: boolean;
|
|
19
|
+
disableSpacing?: boolean | undefined;
|
|
20
20
|
/**
|
|
21
21
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
22
22
|
*/
|
|
23
|
-
sx?: SxProps<Theme
|
|
23
|
+
sx?: SxProps<Theme> | undefined;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* Demos:
|
|
29
29
|
*
|
|
30
|
-
* - [Accordion](https://mui.com/material-ui/react-accordion/)
|
|
30
|
+
* - [Accordion](https://v7.mui.com/material-ui/react-accordion/)
|
|
31
31
|
*
|
|
32
32
|
* API:
|
|
33
33
|
*
|
|
34
|
-
* - [AccordionActions API](https://mui.com/material-ui/api/accordion-actions/)
|
|
34
|
+
* - [AccordionActions API](https://v7.mui.com/material-ui/api/accordion-actions/)
|
|
35
35
|
*/
|
|
36
36
|
export default function AccordionActions(props: AccordionActionsProps): React.JSX.Element;
|
|
@@ -11,21 +11,21 @@ export interface AccordionDetailsProps extends StandardProps<React.HTMLAttribute
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<AccordionDetailsClasses
|
|
14
|
+
classes?: Partial<AccordionDetailsClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Accordion](https://mui.com/material-ui/react-accordion/)
|
|
25
|
+
* - [Accordion](https://v7.mui.com/material-ui/react-accordion/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [AccordionDetails API](https://mui.com/material-ui/api/accordion-details/)
|
|
29
|
+
* - [AccordionDetails API](https://v7.mui.com/material-ui/api/accordion-details/)
|
|
30
30
|
*/
|
|
31
31
|
export default function AccordionDetails(props: AccordionDetailsProps): React.JSX.Element;
|
|
@@ -47,7 +47,7 @@ export interface AccordionSummaryOwnProps extends AccordionSummarySlotsAndSlotPr
|
|
|
47
47
|
/**
|
|
48
48
|
* Override or extend the styles applied to the component.
|
|
49
49
|
*/
|
|
50
|
-
classes?: Partial<AccordionSummaryClasses
|
|
50
|
+
classes?: Partial<AccordionSummaryClasses> | undefined;
|
|
51
51
|
/**
|
|
52
52
|
* The icon to display as the expand indicator.
|
|
53
53
|
*/
|
|
@@ -55,7 +55,7 @@ export interface AccordionSummaryOwnProps extends AccordionSummarySlotsAndSlotPr
|
|
|
55
55
|
/**
|
|
56
56
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
57
57
|
*/
|
|
58
|
-
sx?: SxProps<Theme
|
|
58
|
+
sx?: SxProps<Theme> | undefined;
|
|
59
59
|
}
|
|
60
60
|
export type AccordionSummaryTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'div'> = ExtendButtonBaseTypeMap<{
|
|
61
61
|
props: AdditionalProps & AccordionSummaryOwnProps;
|
|
@@ -67,15 +67,15 @@ export interface AccordionSummaryOwnerState extends Omit<AccordionSummaryProps,
|
|
|
67
67
|
*
|
|
68
68
|
* Demos:
|
|
69
69
|
*
|
|
70
|
-
* - [Accordion](https://mui.com/material-ui/react-accordion/)
|
|
70
|
+
* - [Accordion](https://v7.mui.com/material-ui/react-accordion/)
|
|
71
71
|
*
|
|
72
72
|
* API:
|
|
73
73
|
*
|
|
74
|
-
* - [AccordionSummary API](https://mui.com/material-ui/api/accordion-summary/)
|
|
75
|
-
* - inherits [ButtonBase API](https://mui.com/material-ui/api/button-base/)
|
|
74
|
+
* - [AccordionSummary API](https://v7.mui.com/material-ui/api/accordion-summary/)
|
|
75
|
+
* - inherits [ButtonBase API](https://v7.mui.com/material-ui/api/button-base/)
|
|
76
76
|
*/
|
|
77
77
|
declare const AccordionSummary: ExtendButtonBase<AccordionSummaryTypeMap>;
|
|
78
78
|
export type AccordionSummaryProps<RootComponent extends React.ElementType = AccordionSummaryTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<AccordionSummaryTypeMap<AdditionalProps, RootComponent>, RootComponent> & {
|
|
79
|
-
component?: React.ElementType;
|
|
79
|
+
component?: React.ElementType | undefined;
|
|
80
80
|
};
|
|
81
81
|
export default AccordionSummary;
|
package/Alert/Alert.d.ts
CHANGED
|
@@ -89,20 +89,20 @@ export interface AlertProps extends StandardProps<PaperProps, 'variant'>, AlertS
|
|
|
89
89
|
/**
|
|
90
90
|
* Override or extend the styles applied to the component.
|
|
91
91
|
*/
|
|
92
|
-
classes?: Partial<AlertClasses
|
|
92
|
+
classes?: Partial<AlertClasses> | undefined;
|
|
93
93
|
/**
|
|
94
94
|
* Override the default label for the *close popup* icon button.
|
|
95
95
|
*
|
|
96
96
|
* For localization purposes, you can use the provided [translations](https://mui.com/material-ui/guides/localization/).
|
|
97
97
|
* @default 'Close'
|
|
98
98
|
*/
|
|
99
|
-
closeText?: string;
|
|
99
|
+
closeText?: string | undefined;
|
|
100
100
|
/**
|
|
101
101
|
* The color of the component. Unless provided, the value is taken from the `severity` prop.
|
|
102
102
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
103
103
|
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
104
104
|
*/
|
|
105
|
-
color?: OverridableStringUnion<AlertColor, AlertPropsColorOverrides
|
|
105
|
+
color?: OverridableStringUnion<AlertColor, AlertPropsColorOverrides> | undefined;
|
|
106
106
|
/**
|
|
107
107
|
* The components used for each slot inside.
|
|
108
108
|
*
|
|
@@ -111,9 +111,9 @@ export interface AlertProps extends StandardProps<PaperProps, 'variant'>, AlertS
|
|
|
111
111
|
* @default {}
|
|
112
112
|
*/
|
|
113
113
|
components?: {
|
|
114
|
-
CloseButton?: React.ElementType;
|
|
115
|
-
CloseIcon?: React.ElementType;
|
|
116
|
-
};
|
|
114
|
+
CloseButton?: React.ElementType | undefined;
|
|
115
|
+
CloseIcon?: React.ElementType | undefined;
|
|
116
|
+
} | undefined;
|
|
117
117
|
/**
|
|
118
118
|
* The extra props for the slot components.
|
|
119
119
|
* You can override the existing props or add new ones.
|
|
@@ -123,14 +123,14 @@ export interface AlertProps extends StandardProps<PaperProps, 'variant'>, AlertS
|
|
|
123
123
|
* @default {}
|
|
124
124
|
*/
|
|
125
125
|
componentsProps?: {
|
|
126
|
-
closeButton?: IconButtonProps;
|
|
127
|
-
closeIcon?: SvgIconProps;
|
|
128
|
-
};
|
|
126
|
+
closeButton?: IconButtonProps | undefined;
|
|
127
|
+
closeIcon?: SvgIconProps | undefined;
|
|
128
|
+
} | undefined;
|
|
129
129
|
/**
|
|
130
130
|
* The severity of the alert. This defines the color and icon used.
|
|
131
131
|
* @default 'success'
|
|
132
132
|
*/
|
|
133
|
-
severity?: OverridableStringUnion<AlertColor, AlertPropsColorOverrides
|
|
133
|
+
severity?: OverridableStringUnion<AlertColor, AlertPropsColorOverrides> | undefined;
|
|
134
134
|
/**
|
|
135
135
|
* Override the icon displayed before the children.
|
|
136
136
|
* Unless provided, the icon is mapped to the value of the `severity` prop.
|
|
@@ -141,29 +141,29 @@ export interface AlertProps extends StandardProps<PaperProps, 'variant'>, AlertS
|
|
|
141
141
|
* The ARIA role attribute of the element.
|
|
142
142
|
* @default 'alert'
|
|
143
143
|
*/
|
|
144
|
-
role?: string;
|
|
144
|
+
role?: string | undefined;
|
|
145
145
|
/**
|
|
146
146
|
* The component maps the `severity` prop to a range of different icons,
|
|
147
147
|
* for instance success to `<SuccessOutlined>`.
|
|
148
148
|
* If you wish to change this mapping, you can provide your own.
|
|
149
149
|
* Alternatively, you can use the `icon` prop to override the icon displayed.
|
|
150
150
|
*/
|
|
151
|
-
iconMapping?: Partial<Record<OverridableStringUnion<AlertColor, AlertPropsColorOverrides>, React.ReactNode
|
|
151
|
+
iconMapping?: Partial<Record<OverridableStringUnion<AlertColor, AlertPropsColorOverrides>, React.ReactNode>> | undefined;
|
|
152
152
|
/**
|
|
153
153
|
* Callback fired when the component requests to be closed.
|
|
154
154
|
* When provided and no `action` prop is set, a close icon button is displayed that triggers the callback when clicked.
|
|
155
155
|
* @param {React.SyntheticEvent} event The event source of the callback.
|
|
156
156
|
*/
|
|
157
|
-
onClose?: (event: React.SyntheticEvent) => void;
|
|
157
|
+
onClose?: ((event: React.SyntheticEvent) => void) | undefined;
|
|
158
158
|
/**
|
|
159
159
|
* The variant to use.
|
|
160
160
|
* @default 'standard'
|
|
161
161
|
*/
|
|
162
|
-
variant?: OverridableStringUnion<'standard' | 'filled' | 'outlined', AlertPropsVariantOverrides
|
|
162
|
+
variant?: OverridableStringUnion<'standard' | 'filled' | 'outlined', AlertPropsVariantOverrides> | undefined;
|
|
163
163
|
/**
|
|
164
164
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
165
165
|
*/
|
|
166
|
-
sx?: SxProps<Theme
|
|
166
|
+
sx?: SxProps<Theme> | undefined;
|
|
167
167
|
}
|
|
168
168
|
export interface AlertOwnerState extends AlertProps {}
|
|
169
169
|
|
|
@@ -171,11 +171,11 @@ export interface AlertOwnerState extends AlertProps {}
|
|
|
171
171
|
*
|
|
172
172
|
* Demos:
|
|
173
173
|
*
|
|
174
|
-
* - [Alert](https://mui.com/material-ui/react-alert/)
|
|
174
|
+
* - [Alert](https://v7.mui.com/material-ui/react-alert/)
|
|
175
175
|
*
|
|
176
176
|
* API:
|
|
177
177
|
*
|
|
178
|
-
* - [Alert API](https://mui.com/material-ui/api/alert/)
|
|
179
|
-
* - inherits [Paper API](https://mui.com/material-ui/api/paper/)
|
|
178
|
+
* - [Alert API](https://v7.mui.com/material-ui/api/alert/)
|
|
179
|
+
* - inherits [Paper API](https://v7.mui.com/material-ui/api/paper/)
|
|
180
180
|
*/
|
|
181
181
|
export default function Alert(props: AlertProps): React.JSX.Element;
|
|
@@ -11,22 +11,22 @@ export interface AlertTitleProps extends TypographyProps<'div'> {
|
|
|
11
11
|
/**
|
|
12
12
|
* Override or extend the styles applied to the component.
|
|
13
13
|
*/
|
|
14
|
-
classes?: Partial<AlertTitleClasses
|
|
14
|
+
classes?: Partial<AlertTitleClasses> | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
17
17
|
*/
|
|
18
|
-
sx?: SxProps<Theme
|
|
18
|
+
sx?: SxProps<Theme> | undefined;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
23
|
* Demos:
|
|
24
24
|
*
|
|
25
|
-
* - [Alert](https://mui.com/material-ui/react-alert/)
|
|
25
|
+
* - [Alert](https://v7.mui.com/material-ui/react-alert/)
|
|
26
26
|
*
|
|
27
27
|
* API:
|
|
28
28
|
*
|
|
29
|
-
* - [AlertTitle API](https://mui.com/material-ui/api/alert-title/)
|
|
30
|
-
* - inherits [Typography API](https://mui.com/material-ui/api/typography/)
|
|
29
|
+
* - [AlertTitle API](https://v7.mui.com/material-ui/api/alert-title/)
|
|
30
|
+
* - inherits [Typography API](https://v7.mui.com/material-ui/api/typography/)
|
|
31
31
|
*/
|
|
32
32
|
export default function AlertTitle(props: AlertTitleProps): React.JSX.Element;
|
package/AppBar/AppBar.d.ts
CHANGED
|
@@ -10,41 +10,41 @@ export interface AppBarOwnProps {
|
|
|
10
10
|
/**
|
|
11
11
|
* Override or extend the styles applied to the component.
|
|
12
12
|
*/
|
|
13
|
-
classes?: Partial<AppBarClasses
|
|
13
|
+
classes?: Partial<AppBarClasses> | undefined;
|
|
14
14
|
/**
|
|
15
15
|
* The color of the component.
|
|
16
16
|
* It supports both default and custom theme colors, which can be added as shown in the
|
|
17
17
|
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
18
18
|
* @default 'primary'
|
|
19
19
|
*/
|
|
20
|
-
color?: OverridableStringUnion<PropTypes.Color | 'transparent' | 'error' | 'info' | 'success' | 'warning', AppBarPropsColorOverrides
|
|
20
|
+
color?: OverridableStringUnion<PropTypes.Color | 'transparent' | 'error' | 'info' | 'success' | 'warning', AppBarPropsColorOverrides> | undefined;
|
|
21
21
|
/**
|
|
22
22
|
* Shadow depth, corresponds to `dp` in the spec.
|
|
23
23
|
* It accepts values between 0 and 24 inclusive.
|
|
24
24
|
* @default 4
|
|
25
25
|
*/
|
|
26
|
-
elevation?: number;
|
|
26
|
+
elevation?: number | undefined;
|
|
27
27
|
/**
|
|
28
28
|
* If true, the `color` prop is applied in dark mode.
|
|
29
29
|
* @default false
|
|
30
30
|
*/
|
|
31
|
-
enableColorOnDark?: boolean;
|
|
31
|
+
enableColorOnDark?: boolean | undefined;
|
|
32
32
|
/**
|
|
33
33
|
* The positioning type. The behavior of the different options is described
|
|
34
34
|
* [in the MDN web docs](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/position).
|
|
35
35
|
* Note: `sticky` is not universally supported and will fall back to `static` when unavailable.
|
|
36
36
|
* @default 'fixed'
|
|
37
37
|
*/
|
|
38
|
-
position?: 'fixed' | 'absolute' | 'sticky' | 'static' | 'relative';
|
|
38
|
+
position?: 'fixed' | 'absolute' | 'sticky' | 'static' | 'relative' | undefined;
|
|
39
39
|
/**
|
|
40
40
|
* If `false`, rounded corners are enabled.
|
|
41
41
|
* @default true
|
|
42
42
|
*/
|
|
43
|
-
square?: boolean;
|
|
43
|
+
square?: boolean | undefined;
|
|
44
44
|
/**
|
|
45
45
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
46
46
|
*/
|
|
47
|
-
sx?: SxProps<Theme
|
|
47
|
+
sx?: SxProps<Theme> | undefined;
|
|
48
48
|
}
|
|
49
49
|
export type AppBarTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'header'> = ExtendPaperTypeMap<{
|
|
50
50
|
props: AdditionalProps & AppBarOwnProps;
|
|
@@ -55,16 +55,16 @@ export type AppBarTypeMap<AdditionalProps = {}, RootComponent extends React.Elem
|
|
|
55
55
|
*
|
|
56
56
|
* Demos:
|
|
57
57
|
*
|
|
58
|
-
* - [App Bar](https://mui.com/material-ui/react-app-bar/)
|
|
58
|
+
* - [App Bar](https://v7.mui.com/material-ui/react-app-bar/)
|
|
59
59
|
*
|
|
60
60
|
* API:
|
|
61
61
|
*
|
|
62
|
-
* - [AppBar API](https://mui.com/material-ui/api/app-bar/)
|
|
63
|
-
* - inherits [Paper API](https://mui.com/material-ui/api/paper/)
|
|
62
|
+
* - [AppBar API](https://v7.mui.com/material-ui/api/app-bar/)
|
|
63
|
+
* - inherits [Paper API](https://v7.mui.com/material-ui/api/paper/)
|
|
64
64
|
*/
|
|
65
65
|
|
|
66
66
|
declare const AppBar: OverridableComponent<AppBarTypeMap>;
|
|
67
67
|
export type AppBarProps<RootComponent extends React.ElementType = AppBarTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<AppBarTypeMap<AdditionalProps, RootComponent>, RootComponent> & {
|
|
68
|
-
component?: React.ElementType;
|
|
68
|
+
component?: React.ElementType | undefined;
|
|
69
69
|
};
|
|
70
70
|
export default AppBar;
|
|
@@ -47,7 +47,7 @@ export type AutocompleteRenderValueGetItemProps<Multiple extends boolean | undef
|
|
|
47
47
|
tabIndex: -1;
|
|
48
48
|
onDelete: (event: any) => void;
|
|
49
49
|
} : (args?: {
|
|
50
|
-
index?: number;
|
|
50
|
+
index?: number | undefined;
|
|
51
51
|
}) => {
|
|
52
52
|
className: string;
|
|
53
53
|
disabled: boolean;
|
|
@@ -83,6 +83,21 @@ export interface AutocompleteRenderInputParams {
|
|
|
83
83
|
}
|
|
84
84
|
export interface AutocompletePropsSizeOverrides {}
|
|
85
85
|
export interface AutocompleteSlots {
|
|
86
|
+
/**
|
|
87
|
+
* The component that renders the root.
|
|
88
|
+
* @default 'div'
|
|
89
|
+
*/
|
|
90
|
+
root: React.ElementType;
|
|
91
|
+
/**
|
|
92
|
+
* The component used to render the clear indicator element.
|
|
93
|
+
* @default IconButton
|
|
94
|
+
*/
|
|
95
|
+
clearIndicator: React.JSXElementConstructor<IconButtonProps>;
|
|
96
|
+
/**
|
|
97
|
+
* The component used to render the popup indicator element.
|
|
98
|
+
* @default IconButton
|
|
99
|
+
*/
|
|
100
|
+
popupIndicator: React.JSXElementConstructor<IconButtonProps>;
|
|
86
101
|
/**
|
|
87
102
|
* The component used to render the listbox.
|
|
88
103
|
* @default 'ul'
|
|
@@ -100,14 +115,15 @@ export interface AutocompleteSlots {
|
|
|
100
115
|
popper: React.JSXElementConstructor<PopperProps & AutocompletePopperSlotPropsOverrides>;
|
|
101
116
|
}
|
|
102
117
|
export type AutocompleteSlotsAndSlotProps<Value, Multiple extends boolean | undefined, DisableClearable extends boolean | undefined, FreeSolo extends boolean | undefined, ChipComponent extends React.ElementType = ChipTypeMap['defaultComponent']> = CreateSlotsAndSlotProps<AutocompleteSlots, {
|
|
118
|
+
root: SlotProps<'div', {}, AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>>;
|
|
103
119
|
chip: SlotProps<React.ElementType<Partial<ChipProps<ChipComponent>>>, {}, AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>>;
|
|
104
120
|
clearIndicator: SlotProps<React.ElementType<Partial<IconButtonProps>>, {}, AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>>;
|
|
105
121
|
/**
|
|
106
122
|
* Props applied to the Listbox element.
|
|
107
123
|
*/
|
|
108
124
|
listbox: SlotProps<React.ElementType<ReturnType<ReturnType<typeof useAutocomplete>['getListboxProps']> & {
|
|
109
|
-
sx?: SxProps<Theme
|
|
110
|
-
ref?: React.Ref<Element
|
|
125
|
+
sx?: SxProps<Theme> | undefined;
|
|
126
|
+
ref?: React.Ref<Element> | undefined;
|
|
111
127
|
}>, {}, AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>>;
|
|
112
128
|
paper: SlotProps<React.ElementType<Partial<PaperProps>>, AutocompletePaperSlotPropsOverrides, AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>>;
|
|
113
129
|
popper: SlotProps<React.ElementType<Partial<PopperProps>>, AutocompletePopperSlotPropsOverrides, AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>>;
|
|
@@ -118,11 +134,11 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
118
134
|
* Props applied to the [`Chip`](https://mui.com/material-ui/api/chip/) element.
|
|
119
135
|
* @deprecated Use `slotProps.chip` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
120
136
|
*/
|
|
121
|
-
ChipProps?: ChipProps<ChipComponent
|
|
137
|
+
ChipProps?: ChipProps<ChipComponent> | undefined;
|
|
122
138
|
/**
|
|
123
139
|
* Override or extend the styles applied to the component.
|
|
124
140
|
*/
|
|
125
|
-
classes?: Partial<AutocompleteClasses
|
|
141
|
+
classes?: Partial<AutocompleteClasses> | undefined;
|
|
126
142
|
/**
|
|
127
143
|
* The icon to display in place of the default clear icon.
|
|
128
144
|
* @default <ClearIcon fontSize="small" />
|
|
@@ -134,44 +150,44 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
134
150
|
* For localization purposes, you can use the provided [translations](https://mui.com/material-ui/guides/localization/).
|
|
135
151
|
* @default 'Clear'
|
|
136
152
|
*/
|
|
137
|
-
clearText?: string;
|
|
153
|
+
clearText?: string | undefined;
|
|
138
154
|
/**
|
|
139
155
|
* Override the default text for the *close popup* icon button.
|
|
140
156
|
*
|
|
141
157
|
* For localization purposes, you can use the provided [translations](https://mui.com/material-ui/guides/localization/).
|
|
142
158
|
* @default 'Close'
|
|
143
159
|
*/
|
|
144
|
-
closeText?: string;
|
|
160
|
+
closeText?: string | undefined;
|
|
145
161
|
/**
|
|
146
162
|
* The props used for each slot inside.
|
|
147
163
|
* @deprecated Use the `slotProps` prop instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
148
164
|
*/
|
|
149
165
|
componentsProps?: {
|
|
150
|
-
clearIndicator?: Partial<IconButtonProps
|
|
151
|
-
paper?: PaperProps;
|
|
152
|
-
popper?: Partial<PopperProps
|
|
153
|
-
popupIndicator?: Partial<IconButtonProps
|
|
154
|
-
};
|
|
166
|
+
clearIndicator?: Partial<IconButtonProps> | undefined;
|
|
167
|
+
paper?: PaperProps | undefined;
|
|
168
|
+
popper?: Partial<PopperProps> | undefined;
|
|
169
|
+
popupIndicator?: Partial<IconButtonProps> | undefined;
|
|
170
|
+
} | undefined;
|
|
155
171
|
/**
|
|
156
172
|
* If `true`, the component is disabled.
|
|
157
173
|
* @default false
|
|
158
174
|
*/
|
|
159
|
-
disabled?: boolean;
|
|
175
|
+
disabled?: boolean | undefined;
|
|
160
176
|
/**
|
|
161
177
|
* If `true`, the `Popper` content will be under the DOM hierarchy of the parent component.
|
|
162
178
|
* @default false
|
|
163
179
|
*/
|
|
164
|
-
disablePortal?: boolean;
|
|
180
|
+
disablePortal?: boolean | undefined;
|
|
165
181
|
/**
|
|
166
182
|
* Force the visibility display of the popup icon.
|
|
167
183
|
* @default 'auto'
|
|
168
184
|
*/
|
|
169
|
-
forcePopupIcon?: true | false | 'auto';
|
|
185
|
+
forcePopupIcon?: true | false | 'auto' | undefined;
|
|
170
186
|
/**
|
|
171
187
|
* If `true`, the input will take up the full width of its container.
|
|
172
188
|
* @default false
|
|
173
189
|
*/
|
|
174
|
-
fullWidth?: boolean;
|
|
190
|
+
fullWidth?: boolean | undefined;
|
|
175
191
|
/**
|
|
176
192
|
* The label to display when the tags are truncated (`limitTags`).
|
|
177
193
|
*
|
|
@@ -179,27 +195,27 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
179
195
|
* @returns {ReactNode}
|
|
180
196
|
* @default (more) => `+${more}`
|
|
181
197
|
*/
|
|
182
|
-
getLimitTagsText?: (more: number) => React.ReactNode;
|
|
198
|
+
getLimitTagsText?: ((more: number) => React.ReactNode) | undefined;
|
|
183
199
|
/**
|
|
184
200
|
* The component used to render the listbox.
|
|
185
201
|
* @default 'ul'
|
|
186
202
|
* @deprecated Use `slotProps.listbox.component` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
187
203
|
*/
|
|
188
|
-
ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement
|
|
204
|
+
ListboxComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
|
|
189
205
|
/**
|
|
190
206
|
* Props applied to the Listbox element.
|
|
191
207
|
* @deprecated Use `slotProps.listbox` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
192
208
|
*/
|
|
193
|
-
ListboxProps?: ReturnType<ReturnType<typeof useAutocomplete>['getListboxProps']> & {
|
|
194
|
-
sx?: SxProps<Theme
|
|
195
|
-
ref?: React.Ref<Element
|
|
196
|
-
};
|
|
209
|
+
ListboxProps?: (ReturnType<ReturnType<typeof useAutocomplete>['getListboxProps']> & {
|
|
210
|
+
sx?: SxProps<Theme> | undefined;
|
|
211
|
+
ref?: React.Ref<Element> | undefined;
|
|
212
|
+
}) | undefined;
|
|
197
213
|
/**
|
|
198
214
|
* If `true`, the component is in a loading state.
|
|
199
215
|
* This shows the `loadingText` in place of suggestions (only if there are no suggestions to show, for example `options` are empty).
|
|
200
216
|
* @default false
|
|
201
217
|
*/
|
|
202
|
-
loading?: boolean;
|
|
218
|
+
loading?: boolean | undefined;
|
|
203
219
|
/**
|
|
204
220
|
* Text to display when in a loading state.
|
|
205
221
|
*
|
|
@@ -212,7 +228,7 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
212
228
|
* Set `-1` to disable the limit.
|
|
213
229
|
* @default -1
|
|
214
230
|
*/
|
|
215
|
-
limitTags?: number;
|
|
231
|
+
limitTags?: number | undefined;
|
|
216
232
|
/**
|
|
217
233
|
* Text to display when there are no options.
|
|
218
234
|
*
|
|
@@ -220,28 +236,28 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
220
236
|
* @default 'No options'
|
|
221
237
|
*/
|
|
222
238
|
noOptionsText?: React.ReactNode;
|
|
223
|
-
onKeyDown?: (event: React.KeyboardEvent<HTMLDivElement> & {
|
|
224
|
-
defaultMuiPrevented?: boolean;
|
|
225
|
-
}) => void;
|
|
239
|
+
onKeyDown?: ((event: React.KeyboardEvent<HTMLDivElement> & {
|
|
240
|
+
defaultMuiPrevented?: boolean | undefined;
|
|
241
|
+
}) => void) | undefined;
|
|
226
242
|
/**
|
|
227
243
|
* Override the default text for the *open popup* icon button.
|
|
228
244
|
*
|
|
229
245
|
* For localization purposes, you can use the provided [translations](https://mui.com/material-ui/guides/localization/).
|
|
230
246
|
* @default 'Open'
|
|
231
247
|
*/
|
|
232
|
-
openText?: string;
|
|
248
|
+
openText?: string | undefined;
|
|
233
249
|
/**
|
|
234
250
|
* The component used to render the body of the popup.
|
|
235
251
|
* @default Paper
|
|
236
252
|
* @deprecated Use `slots.paper` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
237
253
|
*/
|
|
238
|
-
PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement
|
|
254
|
+
PaperComponent?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>> | undefined;
|
|
239
255
|
/**
|
|
240
256
|
* The component used to position the popup.
|
|
241
257
|
* @default Popper
|
|
242
258
|
* @deprecated Use `slots.popper` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
243
259
|
*/
|
|
244
|
-
PopperComponent?: React.JSXElementConstructor<PopperProps
|
|
260
|
+
PopperComponent?: React.JSXElementConstructor<PopperProps> | undefined;
|
|
245
261
|
/**
|
|
246
262
|
* The icon to display in place of the default popup icon.
|
|
247
263
|
* @default <ArrowDropDownIcon />
|
|
@@ -251,14 +267,14 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
251
267
|
* If `true`, the component becomes readonly. It is also supported for multiple tags where the tag cannot be deleted.
|
|
252
268
|
* @default false
|
|
253
269
|
*/
|
|
254
|
-
readOnly?: boolean;
|
|
270
|
+
readOnly?: boolean | undefined;
|
|
255
271
|
/**
|
|
256
272
|
* Render the group.
|
|
257
273
|
*
|
|
258
274
|
* @param {AutocompleteRenderGroupParams} params The group to render.
|
|
259
275
|
* @returns {ReactNode}
|
|
260
276
|
*/
|
|
261
|
-
renderGroup?: (params: AutocompleteRenderGroupParams) => React.ReactNode;
|
|
277
|
+
renderGroup?: ((params: AutocompleteRenderGroupParams) => React.ReactNode) | undefined;
|
|
262
278
|
/**
|
|
263
279
|
* Render the input.
|
|
264
280
|
*
|
|
@@ -282,9 +298,9 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
282
298
|
* @param {object} ownerState The state of the Autocomplete component.
|
|
283
299
|
* @returns {ReactNode}
|
|
284
300
|
*/
|
|
285
|
-
renderOption?: (props: React.HTMLAttributes<HTMLLIElement> & {
|
|
301
|
+
renderOption?: ((props: React.HTMLAttributes<HTMLLIElement> & {
|
|
286
302
|
key: React.Key;
|
|
287
|
-
}, option: Value, state: AutocompleteRenderOptionState, ownerState: AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>) => React.ReactNode;
|
|
303
|
+
}, option: Value, state: AutocompleteRenderOptionState, ownerState: AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>) => React.ReactNode) | undefined;
|
|
288
304
|
/**
|
|
289
305
|
* Render the selected value when doing multiple selections.
|
|
290
306
|
*
|
|
@@ -295,7 +311,7 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
295
311
|
* @param {object} ownerState The state of the Autocomplete component.
|
|
296
312
|
* @returns {ReactNode}
|
|
297
313
|
*/
|
|
298
|
-
renderTags?: (value: Value[], getTagProps: AutocompleteRenderGetTagProps, ownerState: AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>) => React.ReactNode;
|
|
314
|
+
renderTags?: ((value: Value[], getTagProps: AutocompleteRenderGetTagProps, ownerState: AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>) => React.ReactNode) | undefined;
|
|
299
315
|
/**
|
|
300
316
|
* Renders the selected value(s) as rich content in the input for both single and multiple selections.
|
|
301
317
|
*
|
|
@@ -304,26 +320,26 @@ export interface AutocompleteProps<Value, Multiple extends boolean | undefined,
|
|
|
304
320
|
* @param {object} ownerState The state of the Autocomplete component.
|
|
305
321
|
* @returns {ReactNode}
|
|
306
322
|
*/
|
|
307
|
-
renderValue?: (value: AutocompleteRenderValue<Value, Multiple, FreeSolo>, getItemProps: AutocompleteRenderValueGetItemProps<Multiple>, ownerState: AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>) => React.ReactNode;
|
|
323
|
+
renderValue?: ((value: AutocompleteRenderValue<Value, Multiple, FreeSolo>, getItemProps: AutocompleteRenderValueGetItemProps<Multiple>, ownerState: AutocompleteOwnerState<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>) => React.ReactNode) | undefined;
|
|
308
324
|
/**
|
|
309
325
|
* The size of the component.
|
|
310
326
|
* @default 'medium'
|
|
311
327
|
*/
|
|
312
|
-
size?: OverridableStringUnion<'small' | 'medium', AutocompletePropsSizeOverrides
|
|
328
|
+
size?: OverridableStringUnion<'small' | 'medium', AutocompletePropsSizeOverrides> | undefined;
|
|
313
329
|
/**
|
|
314
330
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
315
331
|
*/
|
|
316
|
-
sx?: SxProps<Theme
|
|
332
|
+
sx?: SxProps<Theme> | undefined;
|
|
317
333
|
}
|
|
318
334
|
|
|
319
335
|
/**
|
|
320
336
|
*
|
|
321
337
|
* Demos:
|
|
322
338
|
*
|
|
323
|
-
* - [Autocomplete](https://mui.com/material-ui/react-autocomplete/)
|
|
339
|
+
* - [Autocomplete](https://v7.mui.com/material-ui/react-autocomplete/)
|
|
324
340
|
*
|
|
325
341
|
* API:
|
|
326
342
|
*
|
|
327
|
-
* - [Autocomplete API](https://mui.com/material-ui/api/autocomplete/)
|
|
343
|
+
* - [Autocomplete API](https://v7.mui.com/material-ui/api/autocomplete/)
|
|
328
344
|
*/
|
|
329
345
|
export default function Autocomplete<Value, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false, ChipComponent extends React.ElementType = ChipTypeMap['defaultComponent']>(props: AutocompleteProps<Value, Multiple, DisableClearable, FreeSolo, ChipComponent>): React.JSX.Element;
|