@mui/material 7.0.2 → 7.1.0
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.js +1 -2
- package/AccordionDetails/AccordionDetails.js +1 -2
- package/AccordionSummary/AccordionSummary.js +3 -6
- package/Alert/Alert.js +3 -6
- package/AlertTitle/AlertTitle.js +1 -2
- package/Autocomplete/Autocomplete.js +8 -16
- package/Avatar/Avatar.d.ts +33 -6
- package/Avatar/Avatar.js +35 -16
- package/Badge/Badge.d.ts +27 -28
- package/Badge/Badge.js +28 -22
- package/Badge/useBadge.d.ts +0 -10
- package/Badge/useBadge.js +3 -12
- package/BottomNavigation/BottomNavigation.js +1 -2
- package/BottomNavigationAction/BottomNavigationAction.d.ts +28 -3
- package/BottomNavigationAction/BottomNavigationAction.js +54 -11
- package/Breadcrumbs/Breadcrumbs.js +2 -4
- package/Button/Button.js +2 -4
- package/ButtonBase/ButtonBase.js +1 -2
- package/CHANGELOG.md +97 -0
- package/Card/Card.js +1 -2
- package/CardActionArea/CardActionArea.d.ts +28 -3
- package/CardActionArea/CardActionArea.js +49 -12
- package/CardContent/CardContent.js +1 -2
- package/CardHeader/CardHeader.js +3 -6
- package/Checkbox/Checkbox.js +1 -1
- package/Chip/Chip.js +2 -2
- package/CircularProgress/CircularProgress.js +1 -2
- package/ClickAwayListener/ClickAwayListener.js +12 -8
- package/Collapse/Collapse.js +2 -4
- package/Dialog/Dialog.js +2 -6
- package/DialogContentText/DialogContentText.js +1 -2
- package/DialogTitle/DialogTitle.js +1 -2
- package/FilledInput/FilledInput.js +2 -2
- package/FormControlLabel/FormControlLabel.js +1 -2
- package/FormLabel/FormLabel.js +1 -2
- package/IconButton/IconButton.js +1 -2
- package/ImageListItemBar/ImageListItemBar.js +2 -4
- package/InitColorSchemeScript/InitColorSchemeScript.d.ts +59 -3
- package/InitColorSchemeScript/InitColorSchemeScript.js +79 -4
- package/Input/Input.js +2 -2
- package/InputBase/InputBase.d.ts +2 -2
- package/InputBase/InputBase.js +2 -2
- package/ListItem/ListItem.js +1 -2
- package/Menu/Menu.d.ts +1 -1
- package/Menu/Menu.js +3 -6
- package/MobileStepper/MobileStepper.js +2 -4
- package/Modal/Modal.d.ts +0 -3
- package/Modal/Modal.js +1 -7
- package/Modal/ModalManager.js +11 -8
- package/Modal/useModal.d.ts +0 -10
- package/Modal/useModal.js +10 -17
- package/NativeSelect/NativeSelect.d.ts +1 -1
- package/NativeSelect/NativeSelect.js +1 -1
- package/NoSsr/NoSsr.js +4 -3
- package/OutlinedInput/OutlinedInput.d.ts +16 -2
- package/OutlinedInput/OutlinedInput.js +33 -14
- package/Pagination/Pagination.js +1 -2
- package/PaginationItem/PaginationItem.js +1 -2
- package/Popover/Popover.d.ts +1 -1
- package/Popover/Popover.js +2 -4
- package/Popper/BasePopper.js +14 -9
- package/Popper/Popper.js +1 -2
- package/Portal/Portal.js +13 -8
- package/Radio/Radio.js +1 -1
- package/ScopedCssBaseline/ScopedCssBaseline.js +1 -2
- package/Select/Select.d.ts +1 -1
- package/Select/Select.js +3 -4
- package/Select/SelectInput.d.ts +10 -2
- package/Select/SelectInput.js +1 -2
- package/Slider/Slider.js +4 -8
- package/Slider/SliderValueLabel.js +1 -1
- package/Slider/useSlider.d.ts +0 -10
- package/Slider/useSlider.js +26 -29
- package/Snackbar/Snackbar.js +4 -0
- package/Snackbar/useSnackbar.d.ts +0 -11
- package/Snackbar/useSnackbar.js +5 -15
- package/SnackbarContent/SnackbarContent.js +3 -6
- package/SpeedDial/SpeedDial.js +1 -2
- package/SpeedDialAction/SpeedDialAction.js +1 -2
- package/Stack/Stack.js +1 -2
- package/StepContent/StepContent.js +1 -2
- package/StepIcon/StepIcon.js +2 -4
- package/StepLabel/StepLabel.js +3 -6
- package/Switch/Switch.js +3 -5
- package/TableBody/TableBody.js +1 -2
- package/TableContainer/TableContainer.js +1 -2
- package/TableFooter/TableFooter.js +1 -2
- package/TableHead/TableHead.js +1 -2
- package/TablePagination/TablePagination.js +5 -10
- package/Tabs/Tabs.js +1 -2
- package/TextField/TextField.d.ts +2 -2
- package/TextField/TextField.js +3 -4
- package/TextareaAutosize/TextareaAutosize.js +21 -8
- package/Tooltip/Tooltip.js +1 -2
- package/Unstable_TrapFocus/FocusTrap.js +10 -6
- package/className/index.d.ts +1 -1
- package/className/index.js +3 -2
- package/esm/Accordion/Accordion.js +1 -2
- package/esm/AccordionDetails/AccordionDetails.js +1 -2
- package/esm/AccordionSummary/AccordionSummary.js +3 -6
- package/esm/Alert/Alert.js +3 -6
- package/esm/AlertTitle/AlertTitle.js +1 -2
- package/esm/Autocomplete/Autocomplete.js +8 -16
- package/esm/Avatar/Avatar.d.ts +33 -6
- package/esm/Avatar/Avatar.js +35 -16
- package/esm/Badge/Badge.d.ts +27 -28
- package/esm/Badge/Badge.js +28 -22
- package/esm/Badge/useBadge.d.ts +0 -10
- package/esm/Badge/useBadge.js +1 -11
- package/esm/BottomNavigation/BottomNavigation.js +1 -2
- package/esm/BottomNavigationAction/BottomNavigationAction.d.ts +28 -3
- package/esm/BottomNavigationAction/BottomNavigationAction.js +54 -11
- package/esm/Breadcrumbs/Breadcrumbs.js +2 -4
- package/esm/Button/Button.js +2 -4
- package/esm/ButtonBase/ButtonBase.js +1 -2
- package/esm/Card/Card.js +1 -2
- package/esm/CardActionArea/CardActionArea.d.ts +28 -3
- package/esm/CardActionArea/CardActionArea.js +49 -12
- package/esm/CardContent/CardContent.js +1 -2
- package/esm/CardHeader/CardHeader.js +3 -6
- package/esm/Checkbox/Checkbox.js +1 -1
- package/esm/Chip/Chip.js +2 -2
- package/esm/CircularProgress/CircularProgress.js +1 -2
- package/esm/ClickAwayListener/ClickAwayListener.js +5 -1
- package/esm/Collapse/Collapse.js +2 -4
- package/esm/Dialog/Dialog.js +2 -6
- package/esm/DialogContentText/DialogContentText.js +1 -2
- package/esm/DialogTitle/DialogTitle.js +1 -2
- package/esm/FilledInput/FilledInput.js +2 -2
- package/esm/FormControlLabel/FormControlLabel.js +1 -2
- package/esm/FormLabel/FormLabel.js +1 -2
- package/esm/IconButton/IconButton.js +1 -2
- package/esm/ImageListItemBar/ImageListItemBar.js +2 -4
- package/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +59 -3
- package/esm/InitColorSchemeScript/InitColorSchemeScript.js +79 -4
- package/esm/Input/Input.js +2 -2
- package/esm/InputBase/InputBase.d.ts +2 -2
- package/esm/InputBase/InputBase.js +2 -2
- package/esm/ListItem/ListItem.js +1 -2
- package/esm/Menu/Menu.d.ts +1 -1
- package/esm/Menu/Menu.js +3 -6
- package/esm/MobileStepper/MobileStepper.js +2 -4
- package/esm/Modal/Modal.d.ts +0 -3
- package/esm/Modal/Modal.js +1 -7
- package/esm/Modal/ModalManager.js +3 -1
- package/esm/Modal/useModal.d.ts +0 -10
- package/esm/Modal/useModal.js +4 -11
- package/esm/NativeSelect/NativeSelect.d.ts +1 -1
- package/esm/NativeSelect/NativeSelect.js +1 -1
- package/esm/NoSsr/NoSsr.js +2 -1
- package/esm/OutlinedInput/OutlinedInput.d.ts +16 -2
- package/esm/OutlinedInput/OutlinedInput.js +33 -14
- package/esm/Pagination/Pagination.js +1 -2
- package/esm/PaginationItem/PaginationItem.js +1 -2
- package/esm/Popover/Popover.d.ts +1 -1
- package/esm/Popover/Popover.js +2 -4
- package/esm/Popper/BasePopper.js +6 -1
- package/esm/Popper/Popper.js +1 -2
- package/esm/Portal/Portal.js +6 -1
- package/esm/Radio/Radio.js +1 -1
- package/esm/ScopedCssBaseline/ScopedCssBaseline.js +1 -2
- package/esm/Select/Select.d.ts +1 -1
- package/esm/Select/Select.js +3 -4
- package/esm/Select/SelectInput.d.ts +10 -2
- package/esm/Select/SelectInput.js +1 -2
- package/esm/Slider/Slider.js +4 -8
- package/esm/Slider/SliderValueLabel.js +1 -1
- package/esm/Slider/useSlider.d.ts +0 -10
- package/esm/Slider/useSlider.js +8 -11
- package/esm/Snackbar/Snackbar.js +4 -0
- package/esm/Snackbar/useSnackbar.d.ts +0 -11
- package/esm/Snackbar/useSnackbar.js +2 -12
- package/esm/SnackbarContent/SnackbarContent.js +3 -6
- package/esm/SpeedDial/SpeedDial.js +1 -2
- package/esm/SpeedDialAction/SpeedDialAction.js +1 -2
- package/esm/Stack/Stack.js +1 -2
- package/esm/StepContent/StepContent.js +1 -2
- package/esm/StepIcon/StepIcon.js +2 -4
- package/esm/StepLabel/StepLabel.js +3 -6
- package/esm/Switch/Switch.js +3 -5
- package/esm/TableBody/TableBody.js +1 -2
- package/esm/TableContainer/TableContainer.js +1 -2
- package/esm/TableFooter/TableFooter.js +1 -2
- package/esm/TableHead/TableHead.js +1 -2
- package/esm/TablePagination/TablePagination.js +5 -10
- package/esm/Tabs/Tabs.js +1 -2
- package/esm/TextField/TextField.d.ts +2 -2
- package/esm/TextField/TextField.js +3 -4
- package/esm/TextareaAutosize/TextareaAutosize.js +14 -1
- package/esm/Tooltip/Tooltip.js +1 -2
- package/esm/Unstable_TrapFocus/FocusTrap.js +5 -1
- package/esm/className/index.d.ts +1 -1
- package/esm/className/index.js +1 -1
- package/esm/generateUtilityClass/index.d.ts +2 -2
- package/esm/generateUtilityClass/index.js +1 -1
- package/esm/generateUtilityClasses/index.d.ts +1 -1
- package/esm/generateUtilityClasses/index.js +1 -1
- package/esm/index.d.ts +3 -2
- package/esm/index.js +4 -3
- package/esm/internal/SwitchBase.d.ts +1 -1
- package/esm/internal/SwitchBase.js +1 -1
- package/esm/styles/ThemeProvider.js +17 -17
- package/esm/styles/createThemeNoVars.d.ts +1 -1
- package/esm/useAutocomplete/useAutocomplete.d.ts +0 -10
- package/esm/useAutocomplete/useAutocomplete.js +5 -1
- package/esm/utils/index.d.ts +1 -1
- package/esm/utils/index.js +1 -1
- package/esm/utils/mergeSlotProps.d.ts +1 -1
- package/esm/utils/types.d.ts +2 -2
- package/esm/version/index.js +3 -3
- package/generateUtilityClass/index.d.ts +2 -2
- package/generateUtilityClass/index.js +3 -2
- package/generateUtilityClasses/index.d.ts +1 -1
- package/generateUtilityClasses/index.js +3 -2
- package/index.d.ts +3 -2
- package/index.js +13 -5
- package/internal/SwitchBase.d.ts +1 -1
- package/internal/SwitchBase.js +1 -1
- package/package.json +8 -8
- package/styles/ThemeProvider.js +17 -17
- package/styles/createThemeNoVars.d.ts +1 -1
- package/useAutocomplete/useAutocomplete.d.ts +0 -10
- package/useAutocomplete/useAutocomplete.js +16 -11
- package/utils/index.d.ts +1 -1
- package/utils/index.js +2 -2
- package/utils/mergeSlotProps.d.ts +1 -1
- package/utils/types.d.ts +2 -2
- package/version/index.js +3 -3
- package/modern/Accordion/Accordion.d.ts +0 -122
- package/modern/Accordion/accordionClasses.d.ts +0 -20
- package/modern/Accordion/index.d.ts +0 -4
- package/modern/AccordionActions/AccordionActions.d.ts +0 -35
- package/modern/AccordionActions/accordionActionsClasses.d.ts +0 -10
- package/modern/AccordionActions/index.d.ts +0 -4
- package/modern/AccordionDetails/AccordionDetails.d.ts +0 -30
- package/modern/AccordionDetails/accordionDetailsClasses.d.ts +0 -8
- package/modern/AccordionDetails/index.d.ts +0 -4
- package/modern/AccordionSummary/AccordionSummary.d.ts +0 -80
- package/modern/AccordionSummary/accordionSummaryClasses.d.ts +0 -25
- package/modern/AccordionSummary/index.d.ts +0 -4
- package/modern/Alert/Alert.d.ts +0 -178
- package/modern/Alert/alertClasses.d.ts +0 -100
- package/modern/Alert/index.d.ts +0 -4
- package/modern/AlertTitle/AlertTitle.d.ts +0 -31
- package/modern/AlertTitle/alertTitleClasses.d.ts +0 -8
- package/modern/AlertTitle/index.d.ts +0 -4
- package/modern/AppBar/AppBar.d.ts +0 -59
- package/modern/AppBar/appBarClasses.d.ts +0 -36
- package/modern/AppBar/index.d.ts +0 -4
- package/modern/Autocomplete/Autocomplete.d.ts +0 -320
- package/modern/Autocomplete/autocompleteClasses.d.ts +0 -58
- package/modern/Autocomplete/index.d.ts +0 -4
- package/modern/Avatar/Avatar.d.ts +0 -85
- package/modern/Avatar/avatarClasses.d.ts +0 -20
- package/modern/Avatar/index.d.ts +0 -4
- package/modern/AvatarGroup/AvatarGroup.d.ts +0 -96
- package/modern/AvatarGroup/avatarGroupClasses.d.ts +0 -10
- package/modern/AvatarGroup/index.d.ts +0 -4
- package/modern/Backdrop/Backdrop.d.ts +0 -118
- package/modern/Backdrop/backdropClasses.d.ts +0 -10
- package/modern/Backdrop/index.d.ts +0 -4
- package/modern/Badge/Badge.d.ts +0 -158
- package/modern/Badge/badgeClasses.d.ts +0 -56
- package/modern/Badge/index.d.ts +0 -4
- package/modern/Badge/useBadge.d.ts +0 -13
- package/modern/Badge/useBadge.types.d.ts +0 -39
- package/modern/BottomNavigation/BottomNavigation.d.ts +0 -55
- package/modern/BottomNavigation/bottomNavigationClasses.d.ts +0 -8
- package/modern/BottomNavigation/index.d.ts +0 -4
- package/modern/BottomNavigationAction/BottomNavigationAction.d.ts +0 -62
- package/modern/BottomNavigationAction/bottomNavigationActionClasses.d.ts +0 -14
- package/modern/BottomNavigationAction/index.d.ts +0 -4
- package/modern/Box/Box.d.ts +0 -20
- package/modern/Box/boxClasses.d.ts +0 -7
- package/modern/Box/index.d.ts +0 -4
- package/modern/Breadcrumbs/Breadcrumbs.d.ts +0 -94
- package/modern/Breadcrumbs/breadcrumbsClasses.d.ts +0 -14
- package/modern/Breadcrumbs/index.d.ts +0 -4
- package/modern/Button/Button.d.ts +0 -130
- package/modern/Button/buttonClasses.d.ts +0 -194
- package/modern/Button/index.d.ts +0 -4
- package/modern/ButtonBase/ButtonBase.d.ts +0 -125
- package/modern/ButtonBase/TouchRipple.d.ts +0 -22
- package/modern/ButtonBase/buttonBaseClasses.d.ts +0 -12
- package/modern/ButtonBase/index.d.ts +0 -6
- package/modern/ButtonBase/touchRippleClasses.d.ts +0 -20
- package/modern/ButtonGroup/ButtonGroup.d.ts +0 -91
- package/modern/ButtonGroup/ButtonGroupButtonContext.d.ts +0 -6
- package/modern/ButtonGroup/ButtonGroupContext.d.ts +0 -18
- package/modern/ButtonGroup/buttonGroupClasses.d.ts +0 -104
- package/modern/ButtonGroup/index.d.ts +0 -6
- package/modern/Card/Card.d.ts +0 -47
- package/modern/Card/cardClasses.d.ts +0 -8
- package/modern/Card/index.d.ts +0 -4
- package/modern/CardActionArea/CardActionArea.d.ts +0 -38
- package/modern/CardActionArea/cardActionAreaClasses.d.ts +0 -12
- package/modern/CardActionArea/index.d.ts +0 -4
- package/modern/CardActions/CardActions.d.ts +0 -35
- package/modern/CardActions/cardActionsClasses.d.ts +0 -10
- package/modern/CardActions/index.d.ts +0 -4
- package/modern/CardContent/CardContent.d.ts +0 -38
- package/modern/CardContent/cardContentClasses.d.ts +0 -8
- package/modern/CardContent/index.d.ts +0 -4
- package/modern/CardHeader/CardHeader.d.ts +0 -157
- package/modern/CardHeader/cardHeaderClasses.d.ts +0 -18
- package/modern/CardHeader/index.d.ts +0 -4
- package/modern/CardMedia/CardMedia.d.ts +0 -51
- package/modern/CardMedia/cardMediaClasses.d.ts +0 -12
- package/modern/CardMedia/index.d.ts +0 -4
- package/modern/Checkbox/Checkbox.d.ts +0 -131
- package/modern/Checkbox/checkboxClasses.d.ts +0 -22
- package/modern/Checkbox/index.d.ts +0 -4
- package/modern/Chip/Chip.d.ts +0 -107
- package/modern/Chip/chipClasses.d.ts +0 -150
- package/modern/Chip/index.d.ts +0 -4
- package/modern/CircularProgress/CircularProgress.d.ts +0 -71
- package/modern/CircularProgress/circularProgressClasses.d.ts +0 -30
- package/modern/CircularProgress/index.d.ts +0 -4
- package/modern/ClickAwayListener/ClickAwayListener.d.ts +0 -47
- package/modern/ClickAwayListener/index.d.ts +0 -2
- package/modern/Collapse/Collapse.d.ts +0 -71
- package/modern/Collapse/collapseClasses.d.ts +0 -18
- package/modern/Collapse/index.d.ts +0 -4
- package/modern/Container/Container.d.ts +0 -55
- package/modern/Container/containerClasses.d.ts +0 -6
- package/modern/Container/index.d.ts +0 -4
- package/modern/CssBaseline/CssBaseline.d.ts +0 -28
- package/modern/CssBaseline/index.d.ts +0 -2
- package/modern/DefaultPropsProvider/DefaultPropsProvider.d.ts +0 -13
- package/modern/DefaultPropsProvider/index.d.ts +0 -1
- package/modern/Dialog/Dialog.d.ts +0 -184
- package/modern/Dialog/DialogContext.d.ts +0 -6
- package/modern/Dialog/dialogClasses.d.ts +0 -40
- package/modern/Dialog/index.d.ts +0 -4
- package/modern/DialogActions/DialogActions.d.ts +0 -35
- package/modern/DialogActions/dialogActionsClasses.d.ts +0 -10
- package/modern/DialogActions/index.d.ts +0 -4
- package/modern/DialogContent/DialogContent.d.ts +0 -35
- package/modern/DialogContent/dialogContentClasses.d.ts +0 -10
- package/modern/DialogContent/index.d.ts +0 -4
- package/modern/DialogContentText/DialogContentText.d.ts +0 -37
- package/modern/DialogContentText/dialogContentTextClasses.d.ts +0 -8
- package/modern/DialogContentText/index.d.ts +0 -4
- package/modern/DialogTitle/DialogTitle.d.ts +0 -43
- package/modern/DialogTitle/dialogTitleClasses.d.ts +0 -8
- package/modern/DialogTitle/index.d.ts +0 -4
- package/modern/Divider/Divider.d.ts +0 -74
- package/modern/Divider/dividerClasses.d.ts +0 -38
- package/modern/Divider/index.d.ts +0 -4
- package/modern/Drawer/Drawer.d.ts +0 -154
- package/modern/Drawer/drawerClasses.d.ts +0 -54
- package/modern/Drawer/index.d.ts +0 -4
- package/modern/Fab/Fab.d.ts +0 -82
- package/modern/Fab/fabClasses.d.ts +0 -26
- package/modern/Fab/index.d.ts +0 -4
- package/modern/Fade/Fade.d.ts +0 -48
- package/modern/Fade/index.d.ts +0 -2
- package/modern/FilledInput/FilledInput.d.ts +0 -42
- package/modern/FilledInput/filledInputClasses.d.ts +0 -30
- package/modern/FilledInput/index.d.ts +0 -4
- package/modern/FormControl/FormControl.d.ts +0 -120
- package/modern/FormControl/FormControlContext.d.ts +0 -17
- package/modern/FormControl/formControlClasses.d.ts +0 -14
- package/modern/FormControl/index.d.ts +0 -6
- package/modern/FormControl/useFormControl.d.ts +0 -2
- package/modern/FormControlLabel/FormControlLabel.d.ts +0 -101
- package/modern/FormControlLabel/formControlLabelClasses.d.ts +0 -24
- package/modern/FormControlLabel/index.d.ts +0 -4
- package/modern/FormGroup/FormGroup.d.ts +0 -39
- package/modern/FormGroup/formGroupClasses.d.ts +0 -12
- package/modern/FormGroup/index.d.ts +0 -4
- package/modern/FormHelperText/FormHelperText.d.ts +0 -71
- package/modern/FormHelperText/formHelperTextClasses.d.ts +0 -22
- package/modern/FormHelperText/index.d.ts +0 -4
- package/modern/FormLabel/FormLabel.d.ts +0 -78
- package/modern/FormLabel/formLabelClasses.d.ts +0 -22
- package/modern/FormLabel/index.d.ts +0 -4
- package/modern/GlobalStyles/GlobalStyles.d.ts +0 -20
- package/modern/GlobalStyles/index.d.ts +0 -2
- package/modern/Grid/Grid.d.ts +0 -111
- package/modern/Grid/gridClasses.d.ts +0 -10
- package/modern/Grid/index.d.ts +0 -4
- package/modern/GridLegacy/GridLegacy.d.ts +0 -160
- package/modern/GridLegacy/gridLegacyClasses.d.ts +0 -48
- package/modern/GridLegacy/index.d.ts +0 -4
- package/modern/Grow/Grow.d.ts +0 -49
- package/modern/Grow/index.d.ts +0 -2
- package/modern/Icon/Icon.d.ts +0 -62
- package/modern/Icon/iconClasses.d.ts +0 -24
- package/modern/Icon/index.d.ts +0 -4
- package/modern/IconButton/IconButton.d.ts +0 -90
- package/modern/IconButton/iconButtonClasses.d.ts +0 -40
- package/modern/IconButton/index.d.ts +0 -4
- package/modern/ImageList/ImageList.d.ts +0 -60
- package/modern/ImageList/imageListClasses.d.ts +0 -16
- package/modern/ImageList/index.d.ts +0 -4
- package/modern/ImageListItem/ImageListItem.d.ts +0 -48
- package/modern/ImageListItem/imageListItemClasses.d.ts +0 -18
- package/modern/ImageListItem/index.d.ts +0 -4
- package/modern/ImageListItemBar/ImageListItemBar.d.ts +0 -49
- package/modern/ImageListItemBar/imageListItemBarClasses.d.ts +0 -42
- package/modern/ImageListItemBar/index.d.ts +0 -4
- package/modern/InitColorSchemeScript/InitColorSchemeScript.d.ts +0 -10
- package/modern/InitColorSchemeScript/index.d.ts +0 -1
- package/modern/Input/Input.d.ts +0 -35
- package/modern/Input/index.d.ts +0 -4
- package/modern/Input/inputClasses.d.ts +0 -38
- package/modern/InputAdornment/InputAdornment.d.ts +0 -59
- package/modern/InputAdornment/index.d.ts +0 -4
- package/modern/InputAdornment/inputAdornmentClasses.d.ts +0 -24
- package/modern/InputBase/InputBase.d.ts +0 -247
- package/modern/InputBase/index.d.ts +0 -4
- package/modern/InputBase/inputBaseClasses.d.ts +0 -55
- package/modern/InputLabel/InputLabel.d.ts +0 -79
- package/modern/InputLabel/index.d.ts +0 -4
- package/modern/InputLabel/inputLabelClasses.d.ts +0 -32
- package/modern/LinearProgress/LinearProgress.d.ts +0 -57
- package/modern/LinearProgress/index.d.ts +0 -4
- package/modern/LinearProgress/linearProgressClasses.d.ts +0 -64
- package/modern/Link/Link.d.ts +0 -63
- package/modern/Link/getTextDecoration.d.ts +0 -11
- package/modern/Link/index.d.ts +0 -4
- package/modern/Link/linkClasses.d.ts +0 -18
- package/modern/List/List.d.ts +0 -65
- package/modern/List/ListContext.d.ts +0 -5
- package/modern/List/index.d.ts +0 -4
- package/modern/List/listClasses.d.ts +0 -14
- package/modern/ListItem/ListItem.d.ts +0 -127
- package/modern/ListItem/index.d.ts +0 -4
- package/modern/ListItem/listItemClasses.d.ts +0 -22
- package/modern/ListItemAvatar/ListItemAvatar.d.ts +0 -30
- package/modern/ListItemAvatar/index.d.ts +0 -4
- package/modern/ListItemAvatar/listItemAvatarClasses.d.ts +0 -10
- package/modern/ListItemButton/ListItemButton.d.ts +0 -85
- package/modern/ListItemButton/index.d.ts +0 -4
- package/modern/ListItemButton/listItemButtonClasses.d.ts +0 -22
- package/modern/ListItemIcon/ListItemIcon.d.ts +0 -32
- package/modern/ListItemIcon/index.d.ts +0 -4
- package/modern/ListItemIcon/listItemIconClasses.d.ts +0 -10
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +0 -36
- package/modern/ListItemSecondaryAction/index.d.ts +0 -4
- package/modern/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +0 -10
- package/modern/ListItemText/ListItemText.d.ts +0 -105
- package/modern/ListItemText/index.d.ts +0 -4
- package/modern/ListItemText/listItemTextClasses.d.ts +0 -18
- package/modern/ListSubheader/ListSubheader.d.ts +0 -59
- package/modern/ListSubheader/index.d.ts +0 -4
- package/modern/ListSubheader/listSubheaderClasses.d.ts +0 -18
- package/modern/Menu/Menu.d.ts +0 -162
- package/modern/Menu/index.d.ts +0 -4
- package/modern/Menu/menuClasses.d.ts +0 -12
- package/modern/MenuItem/MenuItem.d.ts +0 -69
- package/modern/MenuItem/index.d.ts +0 -4
- package/modern/MenuItem/menuItemClasses.d.ts +0 -20
- package/modern/MenuList/MenuList.d.ts +0 -62
- package/modern/MenuList/index.d.ts +0 -2
- package/modern/MobileStepper/MobileStepper.d.ts +0 -112
- package/modern/MobileStepper/index.d.ts +0 -4
- package/modern/MobileStepper/mobileStepperClasses.d.ts +0 -22
- package/modern/Modal/Modal.d.ts +0 -221
- package/modern/Modal/ModalManager.d.ts +0 -25
- package/modern/Modal/index.d.ts +0 -5
- package/modern/Modal/modalClasses.d.ts +0 -12
- package/modern/Modal/useModal.d.ts +0 -13
- package/modern/Modal/useModal.types.d.ts +0 -118
- package/modern/NativeSelect/NativeSelect.d.ts +0 -68
- package/modern/NativeSelect/NativeSelectInput.d.ts +0 -13
- package/modern/NativeSelect/index.d.ts +0 -4
- package/modern/NativeSelect/nativeSelectClasses.d.ts +0 -34
- package/modern/NoSsr/NoSsr.d.ts +0 -25
- package/modern/NoSsr/NoSsr.types.d.ts +0 -18
- package/modern/NoSsr/index.d.ts +0 -3
- package/modern/OutlinedInput/NotchedOutline.d.ts +0 -12
- package/modern/OutlinedInput/OutlinedInput.d.ts +0 -40
- package/modern/OutlinedInput/index.d.ts +0 -4
- package/modern/OutlinedInput/outlinedInputClasses.d.ts +0 -38
- package/modern/OverridableComponent/index.d.ts +0 -41
- package/modern/Pagination/Pagination.d.ts +0 -79
- package/modern/Pagination/index.d.ts +0 -4
- package/modern/Pagination/paginationClasses.d.ts +0 -14
- package/modern/PaginationItem/PaginationItem.d.ts +0 -110
- package/modern/PaginationItem/index.d.ts +0 -4
- package/modern/PaginationItem/paginationItemClasses.d.ts +0 -54
- package/modern/Paper/Paper.d.ts +0 -62
- package/modern/Paper/index.d.ts +0 -4
- package/modern/Paper/paperClasses.d.ts +0 -64
- package/modern/PigmentContainer/PigmentContainer.d.ts +0 -55
- package/modern/PigmentContainer/index.d.ts +0 -3
- package/modern/PigmentGrid/PigmentGrid.d.ts +0 -83
- package/modern/PigmentGrid/index.d.ts +0 -3
- package/modern/PigmentStack/PigmentStack.d.ts +0 -49
- package/modern/PigmentStack/index.d.ts +0 -3
- package/modern/Popover/Popover.d.ts +0 -233
- package/modern/Popover/index.d.ts +0 -4
- package/modern/Popover/popoverClasses.d.ts +0 -10
- package/modern/Popper/BasePopper.d.ts +0 -7
- package/modern/Popper/BasePopper.types.d.ts +0 -129
- package/modern/Popper/Popper.d.ts +0 -46
- package/modern/Popper/index.d.ts +0 -4
- package/modern/Popper/popperClasses.d.ts +0 -8
- package/modern/Portal/Portal.d.ts +0 -16
- package/modern/Portal/Portal.types.d.ts +0 -23
- package/modern/Portal/index.d.ts +0 -3
- package/modern/Radio/Radio.d.ts +0 -86
- package/modern/Radio/index.d.ts +0 -4
- package/modern/Radio/radioClasses.d.ts +0 -18
- package/modern/RadioGroup/RadioGroup.d.ts +0 -38
- package/modern/RadioGroup/RadioGroupContext.d.ts +0 -11
- package/modern/RadioGroup/index.d.ts +0 -5
- package/modern/RadioGroup/radioGroupClasses.d.ts +0 -6
- package/modern/RadioGroup/useRadioGroup.d.ts +0 -3
- package/modern/Rating/Rating.d.ts +0 -183
- package/modern/Rating/index.d.ts +0 -4
- package/modern/Rating/ratingClasses.d.ts +0 -40
- package/modern/ScopedCssBaseline/ScopedCssBaseline.d.ts +0 -55
- package/modern/ScopedCssBaseline/index.d.ts +0 -4
- package/modern/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +0 -8
- package/modern/Select/Select.d.ts +0 -188
- package/modern/Select/SelectInput.d.ts +0 -47
- package/modern/Select/index.d.ts +0 -4
- package/modern/Select/selectClasses.d.ts +0 -42
- package/modern/Skeleton/Skeleton.d.ts +0 -62
- package/modern/Skeleton/index.d.ts +0 -4
- package/modern/Skeleton/skeletonClasses.d.ts +0 -26
- package/modern/Slide/Slide.d.ts +0 -63
- package/modern/Slide/index.d.ts +0 -2
- package/modern/Slider/Slider.d.ts +0 -298
- package/modern/Slider/SliderValueLabel.d.ts +0 -13
- package/modern/Slider/SliderValueLabel.types.d.ts +0 -25
- package/modern/Slider/index.d.ts +0 -4
- package/modern/Slider/sliderClasses.d.ts +0 -88
- package/modern/Slider/useSlider.d.ts +0 -14
- package/modern/Slider/useSlider.types.d.ts +0 -226
- package/modern/Snackbar/Snackbar.d.ts +0 -182
- package/modern/Snackbar/index.d.ts +0 -4
- package/modern/Snackbar/snackbarClasses.d.ts +0 -20
- package/modern/Snackbar/useSnackbar.d.ts +0 -14
- package/modern/Snackbar/useSnackbar.types.d.ts +0 -59
- package/modern/SnackbarContent/SnackbarContent.d.ts +0 -42
- package/modern/SnackbarContent/index.d.ts +0 -4
- package/modern/SnackbarContent/snackbarContentClasses.d.ts +0 -12
- package/modern/SpeedDial/SpeedDial.d.ts +0 -131
- package/modern/SpeedDial/index.d.ts +0 -4
- package/modern/SpeedDial/speedDialClasses.d.ts +0 -22
- package/modern/SpeedDialAction/SpeedDialAction.d.ts +0 -117
- package/modern/SpeedDialAction/index.d.ts +0 -4
- package/modern/SpeedDialAction/speedDialActionClasses.d.ts +0 -20
- package/modern/SpeedDialIcon/SpeedDialIcon.d.ts +0 -43
- package/modern/SpeedDialIcon/index.d.ts +0 -4
- package/modern/SpeedDialIcon/speedDialIconClasses.d.ts +0 -18
- package/modern/Stack/Stack.d.ts +0 -58
- package/modern/Stack/index.d.ts +0 -4
- package/modern/Stack/stackClasses.d.ts +0 -6
- package/modern/Step/Step.d.ts +0 -70
- package/modern/Step/StepContext.d.ts +0 -20
- package/modern/Step/index.d.ts +0 -6
- package/modern/Step/stepClasses.d.ts +0 -16
- package/modern/StepButton/StepButton.d.ts +0 -51
- package/modern/StepButton/index.d.ts +0 -4
- package/modern/StepButton/stepButtonClasses.d.ts +0 -14
- package/modern/StepConnector/StepConnector.d.ts +0 -29
- package/modern/StepConnector/index.d.ts +0 -4
- package/modern/StepConnector/stepConnectorClasses.d.ts +0 -30
- package/modern/StepContent/StepContent.d.ts +0 -75
- package/modern/StepContent/index.d.ts +0 -4
- package/modern/StepContent/stepContentClasses.d.ts +0 -12
- package/modern/StepIcon/StepIcon.d.ts +0 -50
- package/modern/StepIcon/index.d.ts +0 -4
- package/modern/StepIcon/stepIconClasses.d.ts +0 -16
- package/modern/StepLabel/StepLabel.d.ts +0 -106
- package/modern/StepLabel/index.d.ts +0 -4
- package/modern/StepLabel/stepLabelClasses.d.ts +0 -28
- package/modern/Stepper/Stepper.d.ts +0 -71
- package/modern/Stepper/StepperContext.d.ts +0 -18
- package/modern/Stepper/index.d.ts +0 -6
- package/modern/Stepper/stepperClasses.d.ts +0 -16
- package/modern/SvgIcon/SvgIcon.d.ts +0 -89
- package/modern/SvgIcon/index.d.ts +0 -4
- package/modern/SvgIcon/svgIconClasses.d.ts +0 -26
- package/modern/SwipeableDrawer/SwipeableDrawer.d.ts +0 -106
- package/modern/SwipeableDrawer/index.d.ts +0 -2
- package/modern/Switch/Switch.d.ts +0 -123
- package/modern/Switch/index.d.ts +0 -4
- package/modern/Switch/switchClasses.d.ts +0 -32
- package/modern/Tab/Tab.d.ts +0 -75
- package/modern/Tab/index.d.ts +0 -4
- package/modern/Tab/tabClasses.d.ts +0 -30
- package/modern/TabScrollButton/TabScrollButton.d.ts +0 -67
- package/modern/TabScrollButton/index.d.ts +0 -4
- package/modern/TabScrollButton/tabScrollButtonClasses.d.ts +0 -12
- package/modern/Table/Table.d.ts +0 -55
- package/modern/Table/TableContext.d.ts +0 -7
- package/modern/Table/Tablelvl2Context.d.ts +0 -6
- package/modern/Table/index.d.ts +0 -4
- package/modern/Table/tableClasses.d.ts +0 -10
- package/modern/TableBody/TableBody.d.ts +0 -38
- package/modern/TableBody/index.d.ts +0 -4
- package/modern/TableBody/tableBodyClasses.d.ts +0 -8
- package/modern/TableCell/TableCell.d.ts +0 -82
- package/modern/TableCell/index.d.ts +0 -4
- package/modern/TableCell/tableCellClasses.d.ts +0 -32
- package/modern/TableContainer/TableContainer.d.ts +0 -38
- package/modern/TableContainer/index.d.ts +0 -4
- package/modern/TableContainer/tableContainerClasses.d.ts +0 -8
- package/modern/TableFooter/TableFooter.d.ts +0 -38
- package/modern/TableFooter/index.d.ts +0 -4
- package/modern/TableFooter/tableFooterClasses.d.ts +0 -8
- package/modern/TableHead/TableHead.d.ts +0 -38
- package/modern/TableHead/index.d.ts +0 -4
- package/modern/TableHead/tableHeadClasses.d.ts +0 -8
- package/modern/TablePagination/TablePagination.d.ts +0 -263
- package/modern/TablePagination/TablePaginationActions.d.ts +0 -94
- package/modern/TablePagination/index.d.ts +0 -4
- package/modern/TablePagination/tablePaginationClasses.d.ts +0 -28
- package/modern/TableRow/TableRow.d.ts +0 -50
- package/modern/TableRow/index.d.ts +0 -4
- package/modern/TableRow/tableRowClasses.d.ts +0 -16
- package/modern/TableSortLabel/TableSortLabel.d.ts +0 -90
- package/modern/TableSortLabel/index.d.ts +0 -4
- package/modern/TableSortLabel/tableSortLabelClasses.d.ts +0 -24
- package/modern/Tabs/Tabs.d.ts +0 -272
- package/modern/Tabs/index.d.ts +0 -4
- package/modern/Tabs/tabsClasses.d.ts +0 -36
- package/modern/TextField/TextField.d.ts +0 -342
- package/modern/TextField/index.d.ts +0 -4
- package/modern/TextField/textFieldClasses.d.ts +0 -8
- package/modern/TextareaAutosize/TextareaAutosize.d.ts +0 -14
- package/modern/TextareaAutosize/TextareaAutosize.types.d.ts +0 -13
- package/modern/TextareaAutosize/index.d.ts +0 -3
- package/modern/ToggleButton/ToggleButton.d.ts +0 -95
- package/modern/ToggleButton/index.d.ts +0 -4
- package/modern/ToggleButton/toggleButtonClasses.d.ts +0 -26
- package/modern/ToggleButtonGroup/ToggleButtonGroup.d.ts +0 -82
- package/modern/ToggleButtonGroup/ToggleButtonGroupButtonContext.d.ts +0 -6
- package/modern/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +0 -16
- package/modern/ToggleButtonGroup/index.d.ts +0 -4
- package/modern/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +0 -34
- package/modern/Toolbar/Toolbar.d.ts +0 -51
- package/modern/Toolbar/index.d.ts +0 -4
- package/modern/Toolbar/toolbarClasses.d.ts +0 -14
- package/modern/Tooltip/Tooltip.d.ts +0 -229
- package/modern/Tooltip/index.d.ts +0 -4
- package/modern/Tooltip/tooltipClasses.d.ts +0 -30
- package/modern/Typography/Typography.d.ts +0 -99
- package/modern/Typography/index.d.ts +0 -4
- package/modern/Typography/typographyClasses.d.ts +0 -53
- package/modern/Unstable_TrapFocus/FocusTrap.d.ts +0 -10
- package/modern/Unstable_TrapFocus/FocusTrap.types.d.ts +0 -54
- package/modern/Unstable_TrapFocus/index.d.ts +0 -2
- package/modern/Zoom/Zoom.d.ts +0 -49
- package/modern/Zoom/index.d.ts +0 -2
- package/modern/className/index.d.ts +0 -1
- package/modern/colors/amber.d.ts +0 -62
- package/modern/colors/blue.d.ts +0 -62
- package/modern/colors/blueGrey.d.ts +0 -62
- package/modern/colors/brown.d.ts +0 -62
- package/modern/colors/common.d.ts +0 -14
- package/modern/colors/cyan.d.ts +0 -62
- package/modern/colors/deepOrange.d.ts +0 -62
- package/modern/colors/deepPurple.d.ts +0 -62
- package/modern/colors/green.d.ts +0 -62
- package/modern/colors/grey.d.ts +0 -62
- package/modern/colors/index.d.ts +0 -20
- package/modern/colors/indigo.d.ts +0 -62
- package/modern/colors/lightBlue.d.ts +0 -62
- package/modern/colors/lightGreen.d.ts +0 -62
- package/modern/colors/lime.d.ts +0 -62
- package/modern/colors/orange.d.ts +0 -62
- package/modern/colors/pink.d.ts +0 -62
- package/modern/colors/purple.d.ts +0 -62
- package/modern/colors/red.d.ts +0 -62
- package/modern/colors/teal.d.ts +0 -62
- package/modern/colors/yellow.d.ts +0 -62
- package/modern/darkScrollbar/index.d.ts +0 -28
- package/modern/generateUtilityClass/index.d.ts +0 -2
- package/modern/generateUtilityClasses/index.d.ts +0 -1
- package/modern/index.d.ts +0 -323
- package/modern/internal/SwitchBase.d.ts +0 -108
- package/modern/internal/switchBaseClasses.d.ts +0 -12
- package/modern/locale/index.d.ts +0 -82
- package/modern/styles/ThemeProvider.d.ts +0 -76
- package/modern/styles/ThemeProviderNoVars.d.ts +0 -10
- package/modern/styles/ThemeProviderWithVars.d.ts +0 -51
- package/modern/styles/adaptV4Theme.d.ts +0 -36
- package/modern/styles/components.d.ts +0 -595
- package/modern/styles/createColorScheme.d.ts +0 -9
- package/modern/styles/createGetSelector.d.ts +0 -16
- package/modern/styles/createMixins.d.ts +0 -32
- package/modern/styles/createPalette.d.ts +0 -125
- package/modern/styles/createStyles.d.ts +0 -1
- package/modern/styles/createTheme.d.ts +0 -14
- package/modern/styles/createThemeNoVars.d.ts +0 -70
- package/modern/styles/createThemeWithVars.d.ts +0 -350
- package/modern/styles/createTransitions.d.ts +0 -51
- package/modern/styles/createTypography.d.ts +0 -28
- package/modern/styles/cssUtils.d.ts +0 -25
- package/modern/styles/excludeVariablesFromRoot.d.ts +0 -5
- package/modern/styles/getOverlayAlpha.d.ts +0 -1
- package/modern/styles/identifier.d.ts +0 -2
- package/modern/styles/index.d.ts +0 -49
- package/modern/styles/makeStyles.d.ts +0 -1
- package/modern/styles/overrides.d.ts +0 -244
- package/modern/styles/props.d.ts +0 -241
- package/modern/styles/responsiveFontSizes.d.ts +0 -11
- package/modern/styles/rootShouldForwardProp.d.ts +0 -2
- package/modern/styles/shadows.d.ts +0 -3
- package/modern/styles/shouldSkipGeneratingVar.d.ts +0 -1
- package/modern/styles/slotShouldForwardProp.d.ts +0 -2
- package/modern/styles/stringifyTheme.d.ts +0 -20
- package/modern/styles/styled.d.ts +0 -13
- package/modern/styles/useTheme.d.ts +0 -2
- package/modern/styles/useThemeProps.d.ts +0 -42
- package/modern/styles/variants.d.ts +0 -10
- package/modern/styles/withStyles.d.ts +0 -1
- package/modern/styles/withTheme.d.ts +0 -1
- package/modern/styles/zIndex.d.ts +0 -13
- package/modern/themeCssVarsAugmentation/index.d.ts +0 -10
- package/modern/transitions/index.d.ts +0 -1
- package/modern/transitions/transition.d.ts +0 -12
- package/modern/transitions/utils.d.ts +0 -23
- package/modern/types/OverridableComponentAugmentation.d.ts +0 -31
- package/modern/useAutocomplete/index.d.ts +0 -2
- package/modern/useAutocomplete/useAutocomplete.d.ts +0 -430
- package/modern/useLazyRipple/index.d.ts +0 -1
- package/modern/useLazyRipple/useLazyRipple.d.ts +0 -32
- package/modern/useMediaQuery/index.d.ts +0 -7
- package/modern/usePagination/index.d.ts +0 -2
- package/modern/usePagination/usePagination.d.ts +0 -74
- package/modern/useScrollTrigger/index.d.ts +0 -1
- package/modern/useScrollTrigger/useScrollTrigger.d.ts +0 -6
- package/modern/utils/PolymorphicComponent.d.ts +0 -17
- package/modern/utils/areArraysEqual.d.ts +0 -3
- package/modern/utils/capitalize.d.ts +0 -2
- package/modern/utils/createChainedFunction.d.ts +0 -2
- package/modern/utils/createSimplePaletteValueFilter.d.ts +0 -12
- package/modern/utils/createSvgIcon.d.ts +0 -2
- package/modern/utils/debounce.d.ts +0 -2
- package/modern/utils/deprecatedPropType.d.ts +0 -2
- package/modern/utils/getScrollbarSize.d.ts +0 -2
- package/modern/utils/index.d.ts +0 -20
- package/modern/utils/isHostComponent.d.ts +0 -6
- package/modern/utils/isMuiElement.d.ts +0 -2
- package/modern/utils/memoTheme.d.ts +0 -7
- package/modern/utils/mergeSlotProps.d.ts +0 -2
- package/modern/utils/omitEventHandlers.d.ts +0 -9
- package/modern/utils/ownerDocument.d.ts +0 -2
- package/modern/utils/ownerWindow.d.ts +0 -2
- package/modern/utils/requirePropFactory.d.ts +0 -2
- package/modern/utils/setRef.d.ts +0 -2
- package/modern/utils/types.d.ts +0 -26
- package/modern/utils/unsupportedProp.d.ts +0 -2
- package/modern/utils/useControlled.d.ts +0 -2
- package/modern/utils/useEnhancedEffect.d.ts +0 -2
- package/modern/utils/useEventCallback.d.ts +0 -2
- package/modern/utils/useForkRef.d.ts +0 -2
- package/modern/utils/useId.d.ts +0 -2
- package/modern/utils/useSlot.d.ts +0 -81
- package/modern/version/index.d.ts +0 -6
- package/modern/zero-styled/index.d.ts +0 -12
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/material v7.0
|
|
2
|
+
* @mui/material v7.1.0
|
|
3
3
|
*
|
|
4
4
|
* @license MIT
|
|
5
5
|
* This source code is licensed under the MIT license found in the
|
|
@@ -150,7 +150,8 @@ var _exportNames = {
|
|
|
150
150
|
unstable_composeClasses: true,
|
|
151
151
|
generateUtilityClass: true,
|
|
152
152
|
generateUtilityClasses: true,
|
|
153
|
-
Unstable_TrapFocus: true
|
|
153
|
+
Unstable_TrapFocus: true,
|
|
154
|
+
InitColorSchemeScript: true
|
|
154
155
|
};
|
|
155
156
|
Object.defineProperty(exports, "Accordion", {
|
|
156
157
|
enumerable: true,
|
|
@@ -488,6 +489,12 @@ Object.defineProperty(exports, "ImageListItemBar", {
|
|
|
488
489
|
return _ImageListItemBar.default;
|
|
489
490
|
}
|
|
490
491
|
});
|
|
492
|
+
Object.defineProperty(exports, "InitColorSchemeScript", {
|
|
493
|
+
enumerable: true,
|
|
494
|
+
get: function () {
|
|
495
|
+
return _InitColorSchemeScript.default;
|
|
496
|
+
}
|
|
497
|
+
});
|
|
491
498
|
Object.defineProperty(exports, "Input", {
|
|
492
499
|
enumerable: true,
|
|
493
500
|
get: function () {
|
|
@@ -948,7 +955,7 @@ Object.defineProperty(exports, "generateUtilityClasses", {
|
|
|
948
955
|
Object.defineProperty(exports, "unstable_composeClasses", {
|
|
949
956
|
enumerable: true,
|
|
950
957
|
get: function () {
|
|
951
|
-
return
|
|
958
|
+
return _composeClasses.default;
|
|
952
959
|
}
|
|
953
960
|
});
|
|
954
961
|
Object.defineProperty(exports, "useAutocomplete", {
|
|
@@ -2575,7 +2582,7 @@ Object.keys(_GlobalStyles).forEach(function (key) {
|
|
|
2575
2582
|
}
|
|
2576
2583
|
});
|
|
2577
2584
|
});
|
|
2578
|
-
var
|
|
2585
|
+
var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
|
|
2579
2586
|
var _generateUtilityClass = _interopRequireWildcard(require("./generateUtilityClass"));
|
|
2580
2587
|
Object.keys(_generateUtilityClass).forEach(function (key) {
|
|
2581
2588
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -2601,4 +2608,5 @@ Object.keys(_version).forEach(function (key) {
|
|
|
2601
2608
|
return _version[key];
|
|
2602
2609
|
}
|
|
2603
2610
|
});
|
|
2604
|
-
});
|
|
2611
|
+
});
|
|
2612
|
+
var _InitColorSchemeScript = _interopRequireDefault(require("./InitColorSchemeScript"));
|
package/internal/SwitchBase.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export interface SwitchBaseProps extends StandardProps<ButtonBaseProps, 'childre
|
|
|
69
69
|
*/
|
|
70
70
|
id?: string;
|
|
71
71
|
/**
|
|
72
|
-
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/
|
|
72
|
+
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes) applied to the `input` element.
|
|
73
73
|
* @deprecated Use `slotProps.input` 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.
|
|
74
74
|
*/
|
|
75
75
|
inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
|
package/internal/SwitchBase.js
CHANGED
|
@@ -291,7 +291,7 @@ process.env.NODE_ENV !== "production" ? SwitchBase.propTypes = {
|
|
|
291
291
|
*/
|
|
292
292
|
id: _propTypes.default.string,
|
|
293
293
|
/**
|
|
294
|
-
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/
|
|
294
|
+
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes) applied to the `input` element.
|
|
295
295
|
*/
|
|
296
296
|
inputProps: _propTypes.default.object,
|
|
297
297
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/material",
|
|
3
|
-
"version": "7.0
|
|
4
|
-
"private": false,
|
|
3
|
+
"version": "7.1.0",
|
|
5
4
|
"author": "MUI Team",
|
|
6
5
|
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
|
|
7
6
|
"main": "./index.js",
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
"url": "https://opencollective.com/mui-org"
|
|
28
27
|
},
|
|
29
28
|
"dependencies": {
|
|
30
|
-
"@babel/runtime": "^7.27.
|
|
29
|
+
"@babel/runtime": "^7.27.1",
|
|
31
30
|
"@popperjs/core": "^2.11.8",
|
|
32
31
|
"@types/react-transition-group": "^4.4.12",
|
|
33
32
|
"clsx": "^2.1.1",
|
|
@@ -35,10 +34,10 @@
|
|
|
35
34
|
"prop-types": "^15.8.1",
|
|
36
35
|
"react-is": "^19.1.0",
|
|
37
36
|
"react-transition-group": "^4.4.5",
|
|
38
|
-
"@mui/
|
|
39
|
-
"@mui/
|
|
40
|
-
"@mui/
|
|
41
|
-
"@mui/
|
|
37
|
+
"@mui/system": "^7.1.0",
|
|
38
|
+
"@mui/utils": "^7.1.0",
|
|
39
|
+
"@mui/types": "^7.4.2",
|
|
40
|
+
"@mui/core-downloads-tracker": "^7.1.0"
|
|
42
41
|
},
|
|
43
42
|
"peerDependencies": {
|
|
44
43
|
"@emotion/react": "^11.5.0",
|
|
@@ -46,7 +45,7 @@
|
|
|
46
45
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
47
46
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
48
47
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
49
|
-
"@mui/material-pigment-css": "^7.0
|
|
48
|
+
"@mui/material-pigment-css": "^7.1.0"
|
|
50
49
|
},
|
|
51
50
|
"peerDependenciesMeta": {
|
|
52
51
|
"@types/react": {
|
|
@@ -117,6 +116,7 @@
|
|
|
117
116
|
]
|
|
118
117
|
}
|
|
119
118
|
},
|
|
119
|
+
"private": false,
|
|
120
120
|
"module": "./esm/index.js",
|
|
121
121
|
"types": "./index.d.ts"
|
|
122
122
|
}
|
package/styles/ThemeProvider.js
CHANGED
|
@@ -16,27 +16,27 @@ function ThemeProvider({
|
|
|
16
16
|
theme,
|
|
17
17
|
...props
|
|
18
18
|
}) {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
// The example use case is the docs demo that uses ThemeProvider to customize the theme while the upper theme is using CSS variables.
|
|
30
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemeProviderNoVars.default, {
|
|
31
|
-
theme: {
|
|
19
|
+
const noVarsTheme = React.useMemo(() => {
|
|
20
|
+
if (typeof theme === 'function') {
|
|
21
|
+
return theme;
|
|
22
|
+
}
|
|
23
|
+
const muiTheme = _identifier.default in theme ? theme[_identifier.default] : theme;
|
|
24
|
+
if (!('colorSchemes' in muiTheme)) {
|
|
25
|
+
if (!('vars' in muiTheme)) {
|
|
26
|
+
// For non-CSS variables themes, set `vars` to null to prevent theme inheritance from the upper theme.
|
|
27
|
+
// The example use case is the docs demo that uses ThemeProvider to customize the theme while the upper theme is using CSS variables.
|
|
28
|
+
return {
|
|
32
29
|
...theme,
|
|
33
30
|
vars: null
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
return theme;
|
|
37
34
|
}
|
|
35
|
+
return null;
|
|
36
|
+
}, [theme]);
|
|
37
|
+
if (noVarsTheme) {
|
|
38
38
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemeProviderNoVars.default, {
|
|
39
|
-
theme:
|
|
39
|
+
theme: noVarsTheme,
|
|
40
40
|
...props
|
|
41
41
|
});
|
|
42
42
|
}
|
|
@@ -49,7 +49,7 @@ export interface BaseTheme extends SystemTheme {
|
|
|
49
49
|
export {};
|
|
50
50
|
type CssVarsProperties = CssThemeVariables extends {
|
|
51
51
|
enabled: true;
|
|
52
|
-
} ? Pick<CssVarsTheme, 'applyStyles' | 'colorSchemes' | 'colorSchemeSelector' | 'rootSelector' | 'cssVarPrefix' | 'defaultColorScheme' | 'getCssVar' | 'getColorSchemeSelector' | 'generateThemeVars' | 'generateStyleSheets' | 'generateSpacing' | 'shouldSkipGeneratingVar' | 'vars'> :
|
|
52
|
+
} ? Pick<CssVarsTheme, 'applyStyles' | 'colorSchemes' | 'colorSchemeSelector' | 'rootSelector' | 'cssVarPrefix' | 'defaultColorScheme' | 'getCssVar' | 'getColorSchemeSelector' | 'generateThemeVars' | 'generateStyleSheets' | 'generateSpacing' | 'shouldSkipGeneratingVar' | 'vars'> : Partial<Pick<CssVarsTheme, 'vars'>>;
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
55
|
* Our [TypeScript guide on theme customization](https://mui.com/material-ui/guides/typescript/#customization-of-theme) explains in detail how you would add custom properties.
|
|
@@ -305,16 +305,6 @@ export type AutocompleteGetTagProps = ({
|
|
|
305
305
|
tabIndex: -1;
|
|
306
306
|
onDelete: (event: any) => void;
|
|
307
307
|
};
|
|
308
|
-
/**
|
|
309
|
-
*
|
|
310
|
-
* Demos:
|
|
311
|
-
*
|
|
312
|
-
* - [Autocomplete](https://mui.com/base-ui/react-autocomplete/#hook)
|
|
313
|
-
*
|
|
314
|
-
* API:
|
|
315
|
-
*
|
|
316
|
-
* - [useAutocomplete API](https://mui.com/base-ui/react-autocomplete/hooks-api/#use-autocomplete)
|
|
317
|
-
*/
|
|
318
308
|
export function useAutocomplete<Value, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false>(props: PartiallyRequired<UseAutocompleteProps<Value, Multiple, DisableClearable, FreeSolo>, 'groupBy'>): UseAutocompleteReturnValue<Value, Multiple, DisableClearable, FreeSolo, true>;
|
|
319
309
|
export function useAutocomplete<Value, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false>(props: Omit<UseAutocompleteProps<Value, Multiple, DisableClearable, FreeSolo>, 'groupBy'>): UseAutocompleteReturnValue<Value, Multiple, DisableClearable, FreeSolo, false>;
|
|
320
310
|
export interface UseAutocompleteRenderedOption<Value> {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
'use client';
|
|
3
3
|
|
|
4
4
|
/* eslint-disable no-constant-condition */
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
6
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
6
7
|
Object.defineProperty(exports, "__esModule", {
|
|
7
8
|
value: true
|
|
@@ -9,7 +10,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
9
10
|
exports.createFilterOptions = createFilterOptions;
|
|
10
11
|
exports.default = void 0;
|
|
11
12
|
var React = _interopRequireWildcard(require("react"));
|
|
12
|
-
var
|
|
13
|
+
var _setRef = _interopRequireDefault(require("@mui/utils/setRef"));
|
|
14
|
+
var _useEventCallback = _interopRequireDefault(require("@mui/utils/useEventCallback"));
|
|
15
|
+
var _useControlled = _interopRequireDefault(require("@mui/utils/useControlled"));
|
|
16
|
+
var _useId = _interopRequireDefault(require("@mui/utils/useId"));
|
|
17
|
+
var _usePreviousProps = _interopRequireDefault(require("@mui/utils/usePreviousProps"));
|
|
13
18
|
// https://stackoverflow.com/questions/990904/remove-accents-diacritics-in-a-string-in-javascript
|
|
14
19
|
function stripDiacritics(string) {
|
|
15
20
|
return string.normalize('NFD').replace(/[\u0300-\u036f]/g, '');
|
|
@@ -105,7 +110,7 @@ function useAutocomplete(props) {
|
|
|
105
110
|
selectOnFocus = !props.freeSolo,
|
|
106
111
|
value: valueProp
|
|
107
112
|
} = props;
|
|
108
|
-
const id = (0,
|
|
113
|
+
const id = (0, _useId.default)(idProp);
|
|
109
114
|
let getOptionLabel = getOptionLabelProp;
|
|
110
115
|
getOptionLabel = option => {
|
|
111
116
|
const optionLabel = getOptionLabelProp(option);
|
|
@@ -130,12 +135,12 @@ function useAutocomplete(props) {
|
|
|
130
135
|
// Calculate the initial inputValue on mount only.
|
|
131
136
|
// useRef ensures it doesn't update dynamically with defaultValue or value props.
|
|
132
137
|
const initialInputValue = React.useRef(getInputValue(defaultValue ?? valueProp, multiple, getOptionLabel)).current;
|
|
133
|
-
const [value, setValueState] = (0,
|
|
138
|
+
const [value, setValueState] = (0, _useControlled.default)({
|
|
134
139
|
controlled: valueProp,
|
|
135
140
|
default: defaultValue,
|
|
136
141
|
name: componentName
|
|
137
142
|
});
|
|
138
|
-
const [inputValue, setInputValueState] = (0,
|
|
143
|
+
const [inputValue, setInputValueState] = (0, _useControlled.default)({
|
|
139
144
|
controlled: inputValueProp,
|
|
140
145
|
default: initialInputValue,
|
|
141
146
|
name: componentName,
|
|
@@ -158,7 +163,7 @@ function useAutocomplete(props) {
|
|
|
158
163
|
onInputChange(event, newInputValue, reason);
|
|
159
164
|
}
|
|
160
165
|
}, [getOptionLabel, inputValue, multiple, onInputChange, setInputValueState, clearOnBlur, value, renderValue]);
|
|
161
|
-
const [open, setOpenState] = (0,
|
|
166
|
+
const [open, setOpenState] = (0, _useControlled.default)({
|
|
162
167
|
controlled: openProp,
|
|
163
168
|
default: false,
|
|
164
169
|
name: componentName,
|
|
@@ -179,7 +184,7 @@ function useAutocomplete(props) {
|
|
|
179
184
|
inputValue: inputValueIsSelectedValue && inputPristine ? '' : inputValue,
|
|
180
185
|
getOptionLabel
|
|
181
186
|
}) : [];
|
|
182
|
-
const previousProps = (0,
|
|
187
|
+
const previousProps = (0, _usePreviousProps.default)({
|
|
183
188
|
filteredOptions,
|
|
184
189
|
value,
|
|
185
190
|
inputValue
|
|
@@ -197,7 +202,7 @@ function useAutocomplete(props) {
|
|
|
197
202
|
resetInputValue(null, value, 'reset');
|
|
198
203
|
}, [value, resetInputValue, focused, previousProps.value, freeSolo]);
|
|
199
204
|
const listboxAvailable = open && filteredOptions.length > 0 && !readOnly;
|
|
200
|
-
const focusItem = (0,
|
|
205
|
+
const focusItem = (0, _useEventCallback.default)(itemToFocus => {
|
|
201
206
|
if (itemToFocus === -1) {
|
|
202
207
|
inputRef.current.focus();
|
|
203
208
|
} else {
|
|
@@ -244,7 +249,7 @@ function useAutocomplete(props) {
|
|
|
244
249
|
}
|
|
245
250
|
}
|
|
246
251
|
}
|
|
247
|
-
const setHighlightedIndex = (0,
|
|
252
|
+
const setHighlightedIndex = (0, _useEventCallback.default)(({
|
|
248
253
|
event,
|
|
249
254
|
index,
|
|
250
255
|
reason
|
|
@@ -306,7 +311,7 @@ function useAutocomplete(props) {
|
|
|
306
311
|
}
|
|
307
312
|
}
|
|
308
313
|
});
|
|
309
|
-
const changeHighlightedIndex = (0,
|
|
314
|
+
const changeHighlightedIndex = (0, _useEventCallback.default)(({
|
|
310
315
|
event,
|
|
311
316
|
diff,
|
|
312
317
|
direction = 'next',
|
|
@@ -453,8 +458,8 @@ function useAutocomplete(props) {
|
|
|
453
458
|
// Don't sync the highlighted index with the value when multiple
|
|
454
459
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
455
460
|
multiple ? false : value, filterSelectedOptions, changeHighlightedIndex, setHighlightedIndex, popupOpen, inputValue, multiple]);
|
|
456
|
-
const handleListboxRef = (0,
|
|
457
|
-
(0,
|
|
461
|
+
const handleListboxRef = (0, _useEventCallback.default)(node => {
|
|
462
|
+
(0, _setRef.default)(listboxRef, node);
|
|
458
463
|
if (!node) {
|
|
459
464
|
return;
|
|
460
465
|
}
|
package/utils/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { unstable_ClassNameGenerator } from '@mui/utils';
|
|
1
|
+
export { default as unstable_ClassNameGenerator } from '@mui/utils/ClassNameGenerator';
|
|
2
2
|
export { default as capitalize } from "./capitalize.js";
|
|
3
3
|
export { default as createChainedFunction } from "./createChainedFunction.js";
|
|
4
4
|
export { default as createSvgIcon } from "./createSvgIcon.js";
|
package/utils/index.js
CHANGED
|
@@ -114,7 +114,7 @@ Object.defineProperty(exports, "useForkRef", {
|
|
|
114
114
|
return _useForkRef.default;
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
|
-
var
|
|
117
|
+
var _ClassNameGenerator = _interopRequireDefault(require("@mui/utils/ClassNameGenerator"));
|
|
118
118
|
var _capitalize = _interopRequireDefault(require("./capitalize"));
|
|
119
119
|
var _createChainedFunction = _interopRequireDefault(require("./createChainedFunction"));
|
|
120
120
|
var _createSvgIcon = _interopRequireDefault(require("./createSvgIcon"));
|
|
@@ -140,6 +140,6 @@ const unstable_ClassNameGenerator = exports.unstable_ClassNameGenerator = {
|
|
|
140
140
|
if (process.env.NODE_ENV !== 'production') {
|
|
141
141
|
console.warn(['MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.', '', "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", '', 'The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401', '', 'The updated documentation: https://mui.com/guides/classname-generator/'].join('\n'));
|
|
142
142
|
}
|
|
143
|
-
|
|
143
|
+
_ClassNameGenerator.default.configure(generator);
|
|
144
144
|
}
|
|
145
145
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SlotComponentProps } from '@mui/utils';
|
|
1
|
+
import { SlotComponentProps } from '@mui/utils/types';
|
|
2
2
|
export default function mergeSlotProps<T extends SlotComponentProps<React.ElementType, {}, {}>, K = T, U = (T extends Function ? T : K extends Function ? K : T extends undefined ? K : T)>(externalSlotProps: T | undefined, defaultSlotProps: K): U;
|
package/utils/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SxProps } from '@mui/system';
|
|
2
|
-
import { SlotComponentProps } from '@mui/utils';
|
|
2
|
+
import { SlotComponentProps } from '@mui/utils/types';
|
|
3
3
|
import { Theme } from "../styles/index.js";
|
|
4
|
-
export type { EventHandlers, WithOptionalOwnerState, SlotComponentProps, SlotComponentPropsWithSlotState } from '@mui/utils';
|
|
4
|
+
export type { EventHandlers, WithOptionalOwnerState, SlotComponentProps, SlotComponentPropsWithSlotState } from '@mui/utils/types';
|
|
5
5
|
export type SlotCommonProps = {
|
|
6
6
|
component?: React.ElementType;
|
|
7
7
|
sx?: SxProps<Theme>;
|
package/version/index.js
CHANGED
|
@@ -4,9 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.version = exports.prerelease = exports.patch = exports.minor = exports.major = exports.default = void 0;
|
|
7
|
-
const version = exports.version = "7.0
|
|
7
|
+
const version = exports.version = "7.1.0";
|
|
8
8
|
const major = exports.major = Number("7");
|
|
9
|
-
const minor = exports.minor = Number("
|
|
10
|
-
const patch = exports.patch = Number("
|
|
9
|
+
const minor = exports.minor = Number("1");
|
|
10
|
+
const patch = exports.patch = Number("0");
|
|
11
11
|
const prerelease = exports.prerelease = undefined;
|
|
12
12
|
var _default = exports.default = version;
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { SxProps } from '@mui/system';
|
|
3
|
-
import { Theme } from "../index.js";
|
|
4
|
-
import { TransitionProps } from "../transitions/transition.js";
|
|
5
|
-
import { AccordionClasses } from "./accordionClasses.js";
|
|
6
|
-
import { OverridableComponent, OverrideProps } from "../OverridableComponent/index.js";
|
|
7
|
-
import { ExtendPaperTypeMap, PaperProps } from "../Paper/Paper.js";
|
|
8
|
-
import { CreateSlotsAndSlotProps, SlotComponentProps, SlotProps } from "../utils/types.js";
|
|
9
|
-
export interface AccordionSlots {
|
|
10
|
-
/**
|
|
11
|
-
* The component that renders the root.
|
|
12
|
-
* @default Paper
|
|
13
|
-
*/
|
|
14
|
-
root: React.ElementType;
|
|
15
|
-
/**
|
|
16
|
-
* The component that renders the heading.
|
|
17
|
-
* @default 'h3'
|
|
18
|
-
*/
|
|
19
|
-
heading: React.ElementType;
|
|
20
|
-
/**
|
|
21
|
-
* The component that renders the transition.
|
|
22
|
-
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
23
|
-
* @default Collapse
|
|
24
|
-
*/
|
|
25
|
-
transition: React.ElementType;
|
|
26
|
-
}
|
|
27
|
-
export interface AccordionRootSlotPropsOverrides {}
|
|
28
|
-
export interface AccordionHeadingSlotPropsOverrides {}
|
|
29
|
-
export interface AccordionTransitionSlotPropsOverrides {}
|
|
30
|
-
export type AccordionSlotsAndSlotProps = CreateSlotsAndSlotProps<AccordionSlots, {
|
|
31
|
-
/**
|
|
32
|
-
* Props forwarded to the root slot.
|
|
33
|
-
* By default, the avaible props are based on the Paper element.
|
|
34
|
-
*/
|
|
35
|
-
root: SlotProps<React.ElementType<PaperProps>, AccordionRootSlotPropsOverrides, AccordionOwnerState>;
|
|
36
|
-
/**
|
|
37
|
-
* Props forwarded to the heading slot.
|
|
38
|
-
* By default, the avaible props are based on the h3 element.
|
|
39
|
-
*/
|
|
40
|
-
heading: SlotProps<'h3', AccordionHeadingSlotPropsOverrides, AccordionOwnerState>;
|
|
41
|
-
/**
|
|
42
|
-
* Props forwarded to the transition slot.
|
|
43
|
-
* By default, the avaible props are based on the [Collapse](https://mui.com/material-ui/api/collapse/#props) component.
|
|
44
|
-
*/
|
|
45
|
-
transition: SlotComponentProps<React.ElementType, TransitionProps & AccordionTransitionSlotPropsOverrides, AccordionOwnerState>;
|
|
46
|
-
}>;
|
|
47
|
-
export type AccordionTypeMap<AdditionalProps = {}, RootComponent extends React.ElementType = 'div'> = ExtendPaperTypeMap<{
|
|
48
|
-
props: AdditionalProps & {
|
|
49
|
-
/**
|
|
50
|
-
* The content of the component.
|
|
51
|
-
*/
|
|
52
|
-
children: NonNullable<React.ReactNode>;
|
|
53
|
-
/**
|
|
54
|
-
* Override or extend the styles applied to the component.
|
|
55
|
-
*/
|
|
56
|
-
classes?: Partial<AccordionClasses>;
|
|
57
|
-
/**
|
|
58
|
-
* If `true`, expands the accordion by default.
|
|
59
|
-
* @default false
|
|
60
|
-
*/
|
|
61
|
-
defaultExpanded?: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* If `true`, the component is disabled.
|
|
64
|
-
* @default false
|
|
65
|
-
*/
|
|
66
|
-
disabled?: boolean;
|
|
67
|
-
/**
|
|
68
|
-
* If `true`, it removes the margin between two expanded accordion items and the increase of height.
|
|
69
|
-
* @default false
|
|
70
|
-
*/
|
|
71
|
-
disableGutters?: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* If `true`, expands the accordion, otherwise collapse it.
|
|
74
|
-
* Setting this prop enables control over the accordion.
|
|
75
|
-
*/
|
|
76
|
-
expanded?: boolean;
|
|
77
|
-
/**
|
|
78
|
-
* Callback fired when the expand/collapse state is changed.
|
|
79
|
-
*
|
|
80
|
-
* @param {React.SyntheticEvent} event The event source of the callback. **Warning**: This is a generic event not a change event.
|
|
81
|
-
* @param {boolean} expanded The `expanded` state of the accordion.
|
|
82
|
-
*/
|
|
83
|
-
onChange?: (event: React.SyntheticEvent, expanded: boolean) => void;
|
|
84
|
-
/**
|
|
85
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
86
|
-
*/
|
|
87
|
-
sx?: SxProps<Theme>;
|
|
88
|
-
/**
|
|
89
|
-
* The component used for the transition.
|
|
90
|
-
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
91
|
-
* @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.
|
|
92
|
-
*/
|
|
93
|
-
TransitionComponent?: React.JSXElementConstructor<TransitionProps & {
|
|
94
|
-
children?: React.ReactElement<unknown, any>;
|
|
95
|
-
}>;
|
|
96
|
-
/**
|
|
97
|
-
* Props applied to the transition element.
|
|
98
|
-
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
99
|
-
* @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.
|
|
100
|
-
*/
|
|
101
|
-
TransitionProps?: TransitionProps;
|
|
102
|
-
} & AccordionSlotsAndSlotProps;
|
|
103
|
-
defaultComponent: RootComponent;
|
|
104
|
-
}, 'onChange' | 'classes'>;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
*
|
|
108
|
-
* Demos:
|
|
109
|
-
*
|
|
110
|
-
* - [Accordion](https://mui.com/material-ui/react-accordion/)
|
|
111
|
-
*
|
|
112
|
-
* API:
|
|
113
|
-
*
|
|
114
|
-
* - [Accordion API](https://mui.com/material-ui/api/accordion/)
|
|
115
|
-
* - inherits [Paper API](https://mui.com/material-ui/api/paper/)
|
|
116
|
-
*/
|
|
117
|
-
declare const Accordion: OverridableComponent<AccordionTypeMap>;
|
|
118
|
-
export type AccordionProps<RootComponent extends React.ElementType = AccordionTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<AccordionTypeMap<AdditionalProps, RootComponent>, RootComponent> & {
|
|
119
|
-
component?: React.ElementType;
|
|
120
|
-
};
|
|
121
|
-
export interface AccordionOwnerState extends AccordionProps {}
|
|
122
|
-
export default Accordion;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export interface AccordionClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the heading element. */
|
|
5
|
-
heading: string;
|
|
6
|
-
/** Styles applied to the root element unless `square={true}`. */
|
|
7
|
-
rounded: string;
|
|
8
|
-
/** State class applied to the root element if `expanded={true}`. */
|
|
9
|
-
expanded: string;
|
|
10
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
11
|
-
disabled: string;
|
|
12
|
-
/** Styles applied to the root element unless `disableGutters={true}`. */
|
|
13
|
-
gutters: string;
|
|
14
|
-
/** Styles applied to the region element, the container of the children. */
|
|
15
|
-
region: string;
|
|
16
|
-
}
|
|
17
|
-
export type AccordionClassKey = keyof AccordionClasses;
|
|
18
|
-
export declare function getAccordionUtilityClass(slot: string): string;
|
|
19
|
-
declare const accordionClasses: AccordionClasses;
|
|
20
|
-
export default accordionClasses;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { SxProps } from '@mui/system';
|
|
3
|
-
import { InternalStandardProps as StandardProps, Theme } from "../index.js";
|
|
4
|
-
import { AccordionActionsClasses } from "./accordionActionsClasses.js";
|
|
5
|
-
export interface AccordionActionsProps extends StandardProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
6
|
-
/**
|
|
7
|
-
* The content of the component.
|
|
8
|
-
*/
|
|
9
|
-
children?: React.ReactNode;
|
|
10
|
-
/**
|
|
11
|
-
* Override or extend the styles applied to the component.
|
|
12
|
-
*/
|
|
13
|
-
classes?: Partial<AccordionActionsClasses>;
|
|
14
|
-
/**
|
|
15
|
-
* If `true`, the actions do not have additional margin.
|
|
16
|
-
* @default false
|
|
17
|
-
*/
|
|
18
|
-
disableSpacing?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
21
|
-
*/
|
|
22
|
-
sx?: SxProps<Theme>;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* Demos:
|
|
28
|
-
*
|
|
29
|
-
* - [Accordion](https://mui.com/material-ui/react-accordion/)
|
|
30
|
-
*
|
|
31
|
-
* API:
|
|
32
|
-
*
|
|
33
|
-
* - [AccordionActions API](https://mui.com/material-ui/api/accordion-actions/)
|
|
34
|
-
*/
|
|
35
|
-
export default function AccordionActions(props: AccordionActionsProps): React.JSX.Element;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export interface AccordionActionsClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element unless `disableSpacing={true}`. */
|
|
5
|
-
spacing: string;
|
|
6
|
-
}
|
|
7
|
-
export type AccordionActionsClassKey = keyof AccordionActionsClasses;
|
|
8
|
-
export declare function getAccordionActionsUtilityClass(slot: string): string;
|
|
9
|
-
declare const accordionActionsClasses: AccordionActionsClasses;
|
|
10
|
-
export default accordionActionsClasses;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { SxProps } from '@mui/system';
|
|
3
|
-
import { InternalStandardProps as StandardProps, Theme } from "../index.js";
|
|
4
|
-
import { AccordionDetailsClasses } from "./accordionDetailsClasses.js";
|
|
5
|
-
export interface AccordionDetailsProps extends StandardProps<React.HTMLAttributes<HTMLDivElement>> {
|
|
6
|
-
/**
|
|
7
|
-
* The content of the component.
|
|
8
|
-
*/
|
|
9
|
-
children?: React.ReactNode;
|
|
10
|
-
/**
|
|
11
|
-
* Override or extend the styles applied to the component.
|
|
12
|
-
*/
|
|
13
|
-
classes?: Partial<AccordionDetailsClasses>;
|
|
14
|
-
/**
|
|
15
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
16
|
-
*/
|
|
17
|
-
sx?: SxProps<Theme>;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* Demos:
|
|
23
|
-
*
|
|
24
|
-
* - [Accordion](https://mui.com/material-ui/react-accordion/)
|
|
25
|
-
*
|
|
26
|
-
* API:
|
|
27
|
-
*
|
|
28
|
-
* - [AccordionDetails API](https://mui.com/material-ui/api/accordion-details/)
|
|
29
|
-
*/
|
|
30
|
-
export default function AccordionDetails(props: AccordionDetailsProps): React.JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export interface AccordionDetailsClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type AccordionDetailsClassKey = keyof AccordionDetailsClasses;
|
|
6
|
-
export declare function getAccordionDetailsUtilityClass(slot: string): string;
|
|
7
|
-
declare const accordionDetailsClasses: AccordionDetailsClasses;
|
|
8
|
-
export default accordionDetailsClasses;
|