@mui/material 6.0.0-alpha.2 → 6.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppBar/AppBar.js +0 -1
- package/Avatar/Avatar.js +1 -1
- package/CHANGELOG.md +73 -0
- package/CardMedia/CardMedia.js +0 -1
- package/CircularProgress/CircularProgress.js +66 -30
- package/Dialog/Dialog.js +10 -1
- package/Fab/Fab.js +83 -43
- package/LinearProgress/LinearProgress.js +180 -75
- package/PaginationItem/PaginationItem.js +137 -76
- package/StepConnector/stepConnectorClasses.d.ts +6 -2
- package/StepLabel/StepLabel.d.ts +7 -0
- package/StepLabel/StepLabel.js +17 -6
- package/ToggleButton/ToggleButton.js +74 -45
- package/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +8 -2
- package/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/Tooltip/Tooltip.js +1 -2
- package/Typography/Typography.js +3 -1
- package/index.js +1 -1
- package/modern/AppBar/AppBar.js +0 -1
- package/modern/Avatar/Avatar.js +1 -1
- package/modern/CardMedia/CardMedia.js +0 -1
- package/modern/CircularProgress/CircularProgress.js +66 -30
- package/modern/Dialog/Dialog.js +10 -1
- package/modern/Fab/Fab.js +83 -43
- package/modern/LinearProgress/LinearProgress.js +180 -75
- package/modern/PaginationItem/PaginationItem.js +137 -76
- package/modern/StepLabel/StepLabel.js +17 -6
- package/modern/ToggleButton/ToggleButton.js +74 -45
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +63 -51
- package/modern/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/modern/Tooltip/Tooltip.js +1 -2
- package/modern/Typography/Typography.js +3 -1
- package/modern/index.js +1 -1
- package/modern/styles/createTransitions.js +1 -3
- package/modern/zero-styled/index.js +1 -1
- package/node/AppBar/AppBar.js +0 -1
- package/node/Avatar/Avatar.js +1 -1
- package/node/CardMedia/CardMedia.js +0 -1
- package/node/CircularProgress/CircularProgress.js +72 -36
- package/node/Dialog/Dialog.js +10 -1
- package/node/Fab/Fab.js +85 -45
- package/node/LinearProgress/LinearProgress.js +188 -83
- package/node/PaginationItem/PaginationItem.js +141 -80
- package/node/StepLabel/StepLabel.js +17 -6
- package/node/ToggleButton/ToggleButton.js +76 -47
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +65 -53
- package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/node/Tooltip/Tooltip.js +1 -2
- package/node/Typography/Typography.js +3 -1
- package/node/index.js +1 -1
- package/node/styles/createTransitions.js +1 -3
- package/node/zero-styled/index.js +6 -0
- package/package.json +5 -5
- package/styles/createTransitions.js +1 -3
- package/umd/material-ui.development.js +973 -509
- package/umd/material-ui.production.min.js +4 -4
- package/zero-styled/index.d.ts +1 -1
- package/zero-styled/index.js +1 -1
- package/legacy/Accordion/Accordion.js +0 -306
- package/legacy/Accordion/AccordionContext.js +0 -13
- package/legacy/Accordion/accordionClasses.js +0 -7
- package/legacy/Accordion/index.js +0 -3
- package/legacy/AccordionActions/AccordionActions.js +0 -90
- package/legacy/AccordionActions/accordionActionsClasses.js +0 -7
- package/legacy/AccordionActions/index.js +0 -3
- package/legacy/AccordionDetails/AccordionDetails.js +0 -69
- package/legacy/AccordionDetails/accordionDetailsClasses.js +0 -7
- package/legacy/AccordionDetails/index.js +0 -3
- package/legacy/AccordionSummary/AccordionSummary.js +0 -198
- package/legacy/AccordionSummary/accordionSummaryClasses.js +0 -7
- package/legacy/AccordionSummary/index.js +0 -3
- package/legacy/Alert/Alert.js +0 -385
- package/legacy/Alert/alertClasses.js +0 -7
- package/legacy/Alert/index.js +0 -5
- package/legacy/AlertTitle/AlertTitle.js +0 -73
- package/legacy/AlertTitle/alertTitleClasses.js +0 -7
- package/legacy/AlertTitle/index.js +0 -5
- package/legacy/AppBar/AppBar.js +0 -235
- package/legacy/AppBar/appBarClasses.js +0 -7
- package/legacy/AppBar/index.js +0 -5
- package/legacy/Autocomplete/Autocomplete.js +0 -1127
- package/legacy/Autocomplete/autocompleteClasses.js +0 -7
- package/legacy/Autocomplete/index.js +0 -5
- package/legacy/Avatar/Avatar.js +0 -296
- package/legacy/Avatar/avatarClasses.js +0 -7
- package/legacy/Avatar/index.js +0 -5
- package/legacy/AvatarGroup/AvatarGroup.js +0 -205
- package/legacy/AvatarGroup/avatarGroupClasses.js +0 -7
- package/legacy/AvatarGroup/index.js +0 -5
- package/legacy/Backdrop/Backdrop.js +0 -211
- package/legacy/Backdrop/backdropClasses.js +0 -7
- package/legacy/Backdrop/index.js +0 -5
- package/legacy/Badge/Badge.js +0 -439
- package/legacy/Badge/badgeClasses.js +0 -9
- package/legacy/Badge/index.js +0 -5
- package/legacy/BottomNavigation/BottomNavigation.js +0 -124
- package/legacy/BottomNavigation/bottomNavigationClasses.js +0 -7
- package/legacy/BottomNavigation/index.js +0 -5
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +0 -185
- package/legacy/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
- package/legacy/BottomNavigationAction/index.js +0 -5
- package/legacy/Box/Box.js +0 -35
- package/legacy/Box/boxClasses.js +0 -3
- package/legacy/Box/index.js +0 -5
- package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +0 -88
- package/legacy/Breadcrumbs/Breadcrumbs.js +0 -253
- package/legacy/Breadcrumbs/breadcrumbsClasses.js +0 -7
- package/legacy/Breadcrumbs/index.js +0 -5
- package/legacy/Button/Button.js +0 -472
- package/legacy/Button/buttonClasses.js +0 -7
- package/legacy/Button/index.js +0 -5
- package/legacy/ButtonBase/ButtonBase.js +0 -487
- package/legacy/ButtonBase/Ripple.js +0 -89
- package/legacy/ButtonBase/TouchRipple.js +0 -267
- package/legacy/ButtonBase/buttonBaseClasses.js +0 -7
- package/legacy/ButtonBase/index.js +0 -7
- package/legacy/ButtonBase/touchRippleClasses.js +0 -7
- package/legacy/ButtonGroup/ButtonGroup.js +0 -371
- package/legacy/ButtonGroup/ButtonGroupButtonContext.js +0 -9
- package/legacy/ButtonGroup/ButtonGroupContext.js +0 -9
- package/legacy/ButtonGroup/buttonGroupClasses.js +0 -7
- package/legacy/ButtonGroup/index.js +0 -7
- package/legacy/Card/Card.js +0 -83
- package/legacy/Card/cardClasses.js +0 -7
- package/legacy/Card/index.js +0 -5
- package/legacy/CardActionArea/CardActionArea.js +0 -119
- package/legacy/CardActionArea/cardActionAreaClasses.js +0 -7
- package/legacy/CardActionArea/index.js +0 -5
- package/legacy/CardActions/CardActions.js +0 -89
- package/legacy/CardActions/cardActionsClasses.js +0 -7
- package/legacy/CardActions/index.js +0 -5
- package/legacy/CardContent/CardContent.js +0 -79
- package/legacy/CardContent/cardContentClasses.js +0 -7
- package/legacy/CardContent/index.js +0 -5
- package/legacy/CardHeader/CardHeader.js +0 -198
- package/legacy/CardHeader/cardHeaderClasses.js +0 -7
- package/legacy/CardHeader/index.js +0 -5
- package/legacy/CardMedia/CardMedia.js +0 -139
- package/legacy/CardMedia/cardMediaClasses.js +0 -7
- package/legacy/CardMedia/index.js +0 -5
- package/legacy/Checkbox/Checkbox.js +0 -212
- package/legacy/Checkbox/checkboxClasses.js +0 -7
- package/legacy/Checkbox/index.js +0 -5
- package/legacy/Chip/Chip.js +0 -547
- package/legacy/Chip/chipClasses.js +0 -7
- package/legacy/Chip/index.js +0 -5
- package/legacy/CircularProgress/CircularProgress.js +0 -224
- package/legacy/CircularProgress/circularProgressClasses.js +0 -7
- package/legacy/CircularProgress/index.js +0 -5
- package/legacy/ClickAwayListener/index.js +0 -1
- package/legacy/Collapse/Collapse.js +0 -383
- package/legacy/Collapse/collapseClasses.js +0 -7
- package/legacy/Collapse/index.js +0 -5
- package/legacy/Container/Container.js +0 -67
- package/legacy/Container/containerClasses.js +0 -7
- package/legacy/Container/index.js +0 -5
- package/legacy/CssBaseline/CssBaseline.js +0 -113
- package/legacy/CssBaseline/index.js +0 -3
- package/legacy/Dialog/Dialog.js +0 -392
- package/legacy/Dialog/DialogContext.js +0 -6
- package/legacy/Dialog/dialogClasses.js +0 -7
- package/legacy/Dialog/index.js +0 -5
- package/legacy/DialogActions/DialogActions.js +0 -88
- package/legacy/DialogActions/dialogActionsClasses.js +0 -7
- package/legacy/DialogActions/index.js +0 -5
- package/legacy/DialogContent/DialogContent.js +0 -93
- package/legacy/DialogContent/dialogContentClasses.js +0 -7
- package/legacy/DialogContent/index.js +0 -5
- package/legacy/DialogContentText/DialogContentText.js +0 -74
- package/legacy/DialogContentText/dialogContentTextClasses.js +0 -7
- package/legacy/DialogContentText/index.js +0 -5
- package/legacy/DialogTitle/DialogTitle.js +0 -80
- package/legacy/DialogTitle/dialogTitleClasses.js +0 -7
- package/legacy/DialogTitle/index.js +0 -5
- package/legacy/Divider/Divider.js +0 -316
- package/legacy/Divider/dividerClasses.js +0 -7
- package/legacy/Divider/index.js +0 -5
- package/legacy/Drawer/Drawer.js +0 -316
- package/legacy/Drawer/drawerClasses.js +0 -7
- package/legacy/Drawer/index.js +0 -5
- package/legacy/Fab/Fab.js +0 -229
- package/legacy/Fab/fabClasses.js +0 -7
- package/legacy/Fab/index.js +0 -5
- package/legacy/Fade/Fade.js +0 -206
- package/legacy/Fade/index.js +0 -3
- package/legacy/FilledInput/FilledInput.js +0 -425
- package/legacy/FilledInput/filledInputClasses.js +0 -9
- package/legacy/FilledInput/index.js +0 -5
- package/legacy/FormControl/FormControl.js +0 -315
- package/legacy/FormControl/FormControlContext.js +0 -9
- package/legacy/FormControl/formControlClasses.js +0 -7
- package/legacy/FormControl/formControlState.js +0 -14
- package/legacy/FormControl/index.js +0 -6
- package/legacy/FormControl/useFormControl.js +0 -7
- package/legacy/FormControlLabel/FormControlLabel.js +0 -258
- package/legacy/FormControlLabel/formControlLabelClasses.js +0 -7
- package/legacy/FormControlLabel/index.js +0 -5
- package/legacy/FormGroup/FormGroup.js +0 -103
- package/legacy/FormGroup/formGroupClasses.js +0 -7
- package/legacy/FormGroup/index.js +0 -5
- package/legacy/FormHelperText/FormHelperText.js +0 -167
- package/legacy/FormHelperText/formHelperTextClasses.js +0 -7
- package/legacy/FormHelperText/index.js +0 -5
- package/legacy/FormLabel/FormLabel.js +0 -166
- package/legacy/FormLabel/formLabelClasses.js +0 -7
- package/legacy/FormLabel/index.js +0 -6
- package/legacy/GlobalStyles/GlobalStyles.js +0 -26
- package/legacy/GlobalStyles/index.js +0 -1
- package/legacy/Grid/Grid.js +0 -561
- package/legacy/Grid/GridContext.js +0 -12
- package/legacy/Grid/gridClasses.js +0 -28
- package/legacy/Grid/index.js +0 -5
- package/legacy/Grow/Grow.js +0 -253
- package/legacy/Grow/index.js +0 -3
- package/legacy/Hidden/Hidden.js +0 -147
- package/legacy/Hidden/HiddenCss.js +0 -168
- package/legacy/Hidden/HiddenJs.js +0 -123
- package/legacy/Hidden/hiddenCssClasses.js +0 -7
- package/legacy/Hidden/index.js +0 -3
- package/legacy/Hidden/withWidth.js +0 -110
- package/legacy/Icon/Icon.js +0 -144
- package/legacy/Icon/iconClasses.js +0 -7
- package/legacy/Icon/index.js +0 -5
- package/legacy/IconButton/IconButton.js +0 -204
- package/legacy/IconButton/iconButtonClasses.js +0 -7
- package/legacy/IconButton/index.js +0 -5
- package/legacy/ImageList/ImageList.js +0 -155
- package/legacy/ImageList/ImageListContext.js +0 -13
- package/legacy/ImageList/imageListClasses.js +0 -7
- package/legacy/ImageList/index.js +0 -5
- package/legacy/ImageListItem/ImageListItem.js +0 -168
- package/legacy/ImageListItem/imageListItemClasses.js +0 -7
- package/legacy/ImageListItem/index.js +0 -5
- package/legacy/ImageListItemBar/ImageListItemBar.js +0 -211
- package/legacy/ImageListItemBar/imageListItemBarClasses.js +0 -7
- package/legacy/ImageListItemBar/index.js +0 -5
- package/legacy/Input/Input.js +0 -339
- package/legacy/Input/index.js +0 -5
- package/legacy/Input/inputClasses.js +0 -9
- package/legacy/InputAdornment/InputAdornment.js +0 -167
- package/legacy/InputAdornment/index.js +0 -5
- package/legacy/InputAdornment/inputAdornmentClasses.js +0 -7
- package/legacy/InputBase/InputBase.js +0 -713
- package/legacy/InputBase/index.js +0 -5
- package/legacy/InputBase/inputBaseClasses.js +0 -7
- package/legacy/InputBase/utils.js +0 -31
- package/legacy/InputLabel/InputLabel.js +0 -214
- package/legacy/InputLabel/index.js +0 -5
- package/legacy/InputLabel/inputLabelClasses.js +0 -7
- package/legacy/LinearProgress/LinearProgress.js +0 -285
- package/legacy/LinearProgress/index.js +0 -5
- package/legacy/LinearProgress/linearProgressClasses.js +0 -7
- package/legacy/Link/Link.js +0 -209
- package/legacy/Link/getTextDecoration.js +0 -24
- package/legacy/Link/index.js +0 -5
- package/legacy/Link/linkClasses.js +0 -7
- package/legacy/List/List.js +0 -126
- package/legacy/List/ListContext.js +0 -12
- package/legacy/List/index.js +0 -5
- package/legacy/List/listClasses.js +0 -7
- package/legacy/ListItem/ListItem.js +0 -425
- package/legacy/ListItem/index.js +0 -5
- package/legacy/ListItem/listItemClasses.js +0 -7
- package/legacy/ListItemAvatar/ListItemAvatar.js +0 -82
- package/legacy/ListItemAvatar/index.js +0 -5
- package/legacy/ListItemAvatar/listItemAvatarClasses.js +0 -7
- package/legacy/ListItemButton/ListItemButton.js +0 -242
- package/legacy/ListItemButton/index.js +0 -5
- package/legacy/ListItemButton/listItemButtonClasses.js +0 -7
- package/legacy/ListItemIcon/ListItemIcon.js +0 -86
- package/legacy/ListItemIcon/index.js +0 -5
- package/legacy/ListItemIcon/listItemIconClasses.js +0 -7
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -85
- package/legacy/ListItemSecondaryAction/index.js +0 -5
- package/legacy/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
- package/legacy/ListItemText/ListItemText.js +0 -160
- package/legacy/ListItemText/index.js +0 -5
- package/legacy/ListItemText/listItemTextClasses.js +0 -7
- package/legacy/ListSubheader/ListSubheader.js +0 -139
- package/legacy/ListSubheader/index.js +0 -5
- package/legacy/ListSubheader/listSubheaderClasses.js +0 -7
- package/legacy/Menu/Menu.js +0 -317
- package/legacy/Menu/index.js +0 -5
- package/legacy/Menu/menuClasses.js +0 -7
- package/legacy/MenuItem/MenuItem.js +0 -251
- package/legacy/MenuItem/index.js +0 -5
- package/legacy/MenuItem/menuItemClasses.js +0 -7
- package/legacy/MenuList/MenuList.js +0 -285
- package/legacy/MenuList/index.js +0 -3
- package/legacy/MobileStepper/MobileStepper.js +0 -254
- package/legacy/MobileStepper/index.js +0 -5
- package/legacy/MobileStepper/mobileStepperClasses.js +0 -7
- package/legacy/Modal/Modal.js +0 -398
- package/legacy/Modal/index.js +0 -6
- package/legacy/Modal/modalClasses.js +0 -7
- package/legacy/NativeSelect/NativeSelect.js +0 -128
- package/legacy/NativeSelect/NativeSelectInput.js +0 -203
- package/legacy/NativeSelect/index.js +0 -5
- package/legacy/NativeSelect/nativeSelectClasses.js +0 -7
- package/legacy/NoSsr/index.js +0 -1
- package/legacy/OutlinedInput/NotchedOutline.js +0 -135
- package/legacy/OutlinedInput/OutlinedInput.js +0 -347
- package/legacy/OutlinedInput/index.js +0 -5
- package/legacy/OutlinedInput/outlinedInputClasses.js +0 -9
- package/legacy/Pagination/Pagination.js +0 -256
- package/legacy/Pagination/index.js +0 -5
- package/legacy/Pagination/paginationClasses.js +0 -7
- package/legacy/PaginationItem/PaginationItem.js +0 -356
- package/legacy/PaginationItem/index.js +0 -5
- package/legacy/PaginationItem/paginationItemClasses.js +0 -7
- package/legacy/Paper/Paper.js +0 -141
- package/legacy/Paper/index.js +0 -5
- package/legacy/Paper/paperClasses.js +0 -7
- package/legacy/Popover/Popover.js +0 -548
- package/legacy/Popover/index.js +0 -6
- package/legacy/Popover/popoverClasses.js +0 -7
- package/legacy/Popper/Popper.js +0 -207
- package/legacy/Popper/index.js +0 -3
- package/legacy/Portal/index.js +0 -1
- package/legacy/Radio/Radio.js +0 -212
- package/legacy/Radio/RadioButtonIcon.js +0 -81
- package/legacy/Radio/index.js +0 -5
- package/legacy/Radio/radioClasses.js +0 -7
- package/legacy/RadioGroup/RadioGroup.js +0 -118
- package/legacy/RadioGroup/RadioGroupContext.js +0 -9
- package/legacy/RadioGroup/index.js +0 -6
- package/legacy/RadioGroup/radioGroupClasses.js +0 -7
- package/legacy/RadioGroup/useRadioGroup.js +0 -7
- package/legacy/Rating/Rating.js +0 -657
- package/legacy/Rating/index.js +0 -3
- package/legacy/Rating/ratingClasses.js +0 -7
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +0 -106
- package/legacy/ScopedCssBaseline/index.js +0 -5
- package/legacy/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
- package/legacy/Select/Select.js +0 -290
- package/legacy/Select/SelectInput.js +0 -667
- package/legacy/Select/index.js +0 -5
- package/legacy/Select/selectClasses.js +0 -7
- package/legacy/Skeleton/Skeleton.js +0 -166
- package/legacy/Skeleton/index.js +0 -5
- package/legacy/Skeleton/skeletonClasses.js +0 -7
- package/legacy/Slide/Slide.js +0 -333
- package/legacy/Slide/index.js +0 -3
- package/legacy/Slider/Slider.js +0 -1063
- package/legacy/Slider/SliderValueLabel.js +0 -49
- package/legacy/Slider/SliderValueLabel.types.js +0 -1
- package/legacy/Slider/index.js +0 -6
- package/legacy/Slider/sliderClasses.js +0 -7
- package/legacy/Snackbar/Snackbar.js +0 -312
- package/legacy/Snackbar/index.js +0 -5
- package/legacy/Snackbar/snackbarClasses.js +0 -7
- package/legacy/SnackbarContent/SnackbarContent.js +0 -134
- package/legacy/SnackbarContent/index.js +0 -5
- package/legacy/SnackbarContent/snackbarContentClasses.js +0 -7
- package/legacy/SpeedDial/SpeedDial.js +0 -491
- package/legacy/SpeedDial/index.js +0 -5
- package/legacy/SpeedDial/speedDialClasses.js +0 -7
- package/legacy/SpeedDialAction/SpeedDialAction.js +0 -247
- package/legacy/SpeedDialAction/index.js +0 -5
- package/legacy/SpeedDialAction/speedDialActionClasses.js +0 -7
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +0 -120
- package/legacy/SpeedDialIcon/index.js +0 -5
- package/legacy/SpeedDialIcon/speedDialIconClasses.js +0 -7
- package/legacy/Stack/Stack.js +0 -66
- package/legacy/Stack/index.js +0 -4
- package/legacy/Stack/stackClasses.js +0 -7
- package/legacy/Step/Step.js +0 -179
- package/legacy/Step/StepContext.js +0 -17
- package/legacy/Step/index.js +0 -7
- package/legacy/Step/stepClasses.js +0 -7
- package/legacy/StepButton/StepButton.js +0 -122
- package/legacy/StepButton/index.js +0 -5
- package/legacy/StepButton/stepButtonClasses.js +0 -7
- package/legacy/StepConnector/StepConnector.js +0 -142
- package/legacy/StepConnector/index.js +0 -5
- package/legacy/StepConnector/stepConnectorClasses.js +0 -7
- package/legacy/StepContent/StepContent.js +0 -152
- package/legacy/StepContent/index.js +0 -5
- package/legacy/StepContent/stepContentClasses.js +0 -7
- package/legacy/StepIcon/StepIcon.js +0 -162
- package/legacy/StepIcon/index.js +0 -5
- package/legacy/StepIcon/stepIconClasses.js +0 -7
- package/legacy/StepLabel/StepLabel.js +0 -258
- package/legacy/StepLabel/index.js +0 -5
- package/legacy/StepLabel/stepLabelClasses.js +0 -7
- package/legacy/Stepper/Stepper.js +0 -167
- package/legacy/Stepper/StepperContext.js +0 -17
- package/legacy/Stepper/index.js +0 -7
- package/legacy/Stepper/stepperClasses.js +0 -7
- package/legacy/StyledEngineProvider/index.js +0 -1
- package/legacy/SvgIcon/SvgIcon.js +0 -183
- package/legacy/SvgIcon/index.js +0 -5
- package/legacy/SvgIcon/svgIconClasses.js +0 -7
- package/legacy/SwipeableDrawer/SwipeArea.js +0 -81
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +0 -621
- package/legacy/SwipeableDrawer/index.js +0 -3
- package/legacy/Switch/Switch.js +0 -337
- package/legacy/Switch/index.js +0 -5
- package/legacy/Switch/switchClasses.js +0 -7
- package/legacy/Tab/Tab.js +0 -249
- package/legacy/Tab/index.js +0 -5
- package/legacy/Tab/tabClasses.js +0 -7
- package/legacy/TabScrollButton/TabScrollButton.js +0 -153
- package/legacy/TabScrollButton/index.js +0 -5
- package/legacy/TabScrollButton/tabScrollButtonClasses.js +0 -7
- package/legacy/Table/Table.js +0 -130
- package/legacy/Table/TableContext.js +0 -12
- package/legacy/Table/Tablelvl2Context.js +0 -10
- package/legacy/Table/index.js +0 -5
- package/legacy/Table/tableClasses.js +0 -7
- package/legacy/TableBody/TableBody.js +0 -85
- package/legacy/TableBody/index.js +0 -5
- package/legacy/TableBody/tableBodyClasses.js +0 -7
- package/legacy/TableCell/TableCell.js +0 -208
- package/legacy/TableCell/index.js +0 -5
- package/legacy/TableCell/tableCellClasses.js +0 -7
- package/legacy/TableContainer/TableContainer.js +0 -77
- package/legacy/TableContainer/index.js +0 -5
- package/legacy/TableContainer/tableContainerClasses.js +0 -7
- package/legacy/TableFooter/TableFooter.js +0 -85
- package/legacy/TableFooter/index.js +0 -5
- package/legacy/TableFooter/tableFooterClasses.js +0 -7
- package/legacy/TableHead/TableHead.js +0 -85
- package/legacy/TableHead/index.js +0 -5
- package/legacy/TableHead/tableHeadClasses.js +0 -7
- package/legacy/TablePagination/TablePagination.js +0 -461
- package/legacy/TablePagination/TablePaginationActions.js +0 -182
- package/legacy/TablePagination/index.js +0 -5
- package/legacy/TablePagination/tablePaginationClasses.js +0 -7
- package/legacy/TableRow/TableRow.js +0 -123
- package/legacy/TableRow/index.js +0 -5
- package/legacy/TableRow/tableRowClasses.js +0 -7
- package/legacy/TableSortLabel/TableSortLabel.js +0 -165
- package/legacy/TableSortLabel/index.js +0 -5
- package/legacy/TableSortLabel/tableSortLabelClasses.js +0 -7
- package/legacy/Tabs/ScrollbarSize.js +0 -57
- package/legacy/Tabs/Tabs.js +0 -849
- package/legacy/Tabs/index.js +0 -5
- package/legacy/Tabs/tabsClasses.js +0 -7
- package/legacy/TextField/TextField.js +0 -381
- package/legacy/TextField/index.js +0 -5
- package/legacy/TextField/textFieldClasses.js +0 -7
- package/legacy/TextareaAutosize/index.js +0 -1
- package/legacy/ToggleButton/ToggleButton.js +0 -230
- package/legacy/ToggleButton/index.js +0 -5
- package/legacy/ToggleButton/toggleButtonClasses.js +0 -7
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +0 -247
- package/legacy/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -9
- package/legacy/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -9
- package/legacy/ToggleButtonGroup/index.js +0 -5
- package/legacy/ToggleButtonGroup/isValueSelected.js +0 -11
- package/legacy/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
- package/legacy/Toolbar/Toolbar.js +0 -115
- package/legacy/Toolbar/index.js +0 -3
- package/legacy/Toolbar/toolbarClasses.js +0 -7
- package/legacy/Tooltip/Tooltip.js +0 -788
- package/legacy/Tooltip/index.js +0 -5
- package/legacy/Tooltip/tooltipClasses.js +0 -7
- package/legacy/Typography/Typography.js +0 -198
- package/legacy/Typography/index.js +0 -5
- package/legacy/Typography/typographyClasses.js +0 -7
- package/legacy/Unstable_Grid2/Grid2.js +0 -36
- package/legacy/Unstable_Grid2/Grid2Props.js +0 -1
- package/legacy/Unstable_Grid2/grid2Classes.js +0 -28
- package/legacy/Unstable_Grid2/index.js +0 -6
- package/legacy/Unstable_TrapFocus/index.js +0 -1
- package/legacy/Zoom/Zoom.js +0 -206
- package/legacy/Zoom/index.js +0 -3
- package/legacy/className/index.js +0 -2
- package/legacy/colors/amber.js +0 -17
- package/legacy/colors/blue.js +0 -17
- package/legacy/colors/blueGrey.js +0 -17
- package/legacy/colors/brown.js +0 -17
- package/legacy/colors/common.js +0 -5
- package/legacy/colors/cyan.js +0 -17
- package/legacy/colors/deepOrange.js +0 -17
- package/legacy/colors/deepPurple.js +0 -17
- package/legacy/colors/green.js +0 -17
- package/legacy/colors/grey.js +0 -17
- package/legacy/colors/index.js +0 -20
- package/legacy/colors/indigo.js +0 -17
- package/legacy/colors/lightBlue.js +0 -17
- package/legacy/colors/lightGreen.js +0 -17
- package/legacy/colors/lime.js +0 -17
- package/legacy/colors/orange.js +0 -17
- package/legacy/colors/pink.js +0 -17
- package/legacy/colors/purple.js +0 -17
- package/legacy/colors/red.js +0 -17
- package/legacy/colors/teal.js +0 -17
- package/legacy/colors/yellow.js +0 -17
- package/legacy/darkScrollbar/index.js +0 -33
- package/legacy/generateUtilityClass/index.js +0 -1
- package/legacy/generateUtilityClasses/index.js +0 -1
- package/legacy/index.js +0 -288
- package/legacy/internal/SwitchBase.js +0 -275
- package/legacy/internal/animate.js +0 -41
- package/legacy/internal/svg-icons/Add.js +0 -12
- package/legacy/internal/svg-icons/ArrowDownward.js +0 -12
- package/legacy/internal/svg-icons/ArrowDropDown.js +0 -12
- package/legacy/internal/svg-icons/Cancel.js +0 -12
- package/legacy/internal/svg-icons/CheckBox.js +0 -12
- package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
- package/legacy/internal/svg-icons/CheckCircle.js +0 -12
- package/legacy/internal/svg-icons/Close.js +0 -14
- package/legacy/internal/svg-icons/ErrorOutline.js +0 -12
- package/legacy/internal/svg-icons/FirstPage.js +0 -12
- package/legacy/internal/svg-icons/IndeterminateCheckBox.js +0 -12
- package/legacy/internal/svg-icons/InfoOutlined.js +0 -12
- package/legacy/internal/svg-icons/KeyboardArrowLeft.js +0 -12
- package/legacy/internal/svg-icons/KeyboardArrowRight.js +0 -12
- package/legacy/internal/svg-icons/LastPage.js +0 -12
- package/legacy/internal/svg-icons/MoreHoriz.js +0 -12
- package/legacy/internal/svg-icons/NavigateBefore.js +0 -12
- package/legacy/internal/svg-icons/NavigateNext.js +0 -12
- package/legacy/internal/svg-icons/Person.js +0 -12
- package/legacy/internal/svg-icons/RadioButtonChecked.js +0 -12
- package/legacy/internal/svg-icons/RadioButtonUnchecked.js +0 -12
- package/legacy/internal/svg-icons/ReportProblemOutlined.js +0 -12
- package/legacy/internal/svg-icons/Star.js +0 -12
- package/legacy/internal/svg-icons/StarBorder.js +0 -12
- package/legacy/internal/svg-icons/SuccessOutlined.js +0 -12
- package/legacy/internal/svg-icons/Warning.js +0 -12
- package/legacy/internal/switchBaseClasses.js +0 -7
- package/legacy/locale/index.js +0 -4389
- package/legacy/styles/CssVarsProvider.js +0 -39
- package/legacy/styles/ThemeProvider.js +0 -28
- package/legacy/styles/adaptV4Theme.js +0 -81
- package/legacy/styles/createGetSelector.js +0 -21
- package/legacy/styles/createMixins.js +0 -15
- package/legacy/styles/createMuiStrictModeTheme.js +0 -10
- package/legacy/styles/createPalette.js +0 -299
- package/legacy/styles/createStyles.js +0 -10
- package/legacy/styles/createTheme.js +0 -97
- package/legacy/styles/createTransitions.js +0 -97
- package/legacy/styles/createTypography.js +0 -93
- package/legacy/styles/cssUtils.js +0 -122
- package/legacy/styles/defaultTheme.js +0 -5
- package/legacy/styles/excludeVariablesFromRoot.js +0 -10
- package/legacy/styles/experimental_extendTheme.js +0 -377
- package/legacy/styles/getOverlayAlpha.js +0 -11
- package/legacy/styles/identifier.js +0 -1
- package/legacy/styles/index.js +0 -37
- package/legacy/styles/makeStyles.js +0 -4
- package/legacy/styles/responsiveFontSizes.js +0 -63
- package/legacy/styles/rootShouldForwardProp.js +0 -5
- package/legacy/styles/shadows.js +0 -10
- package/legacy/styles/shouldSkipGeneratingVar.js +0 -6
- package/legacy/styles/slotShouldForwardProp.js +0 -5
- package/legacy/styles/styled.js +0 -14
- package/legacy/styles/useTheme.js +0 -14
- package/legacy/styles/useThemeProps.js +0 -15
- package/legacy/styles/withStyles.js +0 -4
- package/legacy/styles/withTheme.js +0 -4
- package/legacy/styles/zIndex.js +0 -13
- package/legacy/transitions/index.js +0 -1
- package/legacy/transitions/transition.js +0 -1
- package/legacy/transitions/utils.js +0 -16
- package/legacy/types/OverridableComponentAugmentation.js +0 -1
- package/legacy/useAutocomplete/index.js +0 -3
- package/legacy/useAutocomplete/useAutocomplete.js +0 -4
- package/legacy/useMediaQuery/index.js +0 -1
- package/legacy/useMediaQuery/useMediaQueryTheme.js +0 -8
- package/legacy/usePagination/index.js +0 -3
- package/legacy/usePagination/usePagination.js +0 -122
- package/legacy/useScrollTrigger/index.js +0 -3
- package/legacy/useScrollTrigger/useScrollTrigger.js +0 -57
- package/legacy/useTouchRipple/index.js +0 -3
- package/legacy/useTouchRipple/useTouchRipple.js +0 -102
- package/legacy/utils/capitalize.js +0 -2
- package/legacy/utils/createChainedFunction.js +0 -2
- package/legacy/utils/createSvgIcon.js +0 -27
- package/legacy/utils/debounce.js +0 -2
- package/legacy/utils/deprecatedPropType.js +0 -2
- package/legacy/utils/getScrollbarSize.js +0 -2
- package/legacy/utils/index.js +0 -30
- package/legacy/utils/isMuiElement.js +0 -2
- package/legacy/utils/ownerDocument.js +0 -2
- package/legacy/utils/ownerWindow.js +0 -2
- package/legacy/utils/requirePropFactory.js +0 -2
- package/legacy/utils/scrollLeft.js +0 -1
- package/legacy/utils/setRef.js +0 -2
- package/legacy/utils/shouldSpreadAdditionalProps.js +0 -5
- package/legacy/utils/types.js +0 -1
- package/legacy/utils/unsupportedProp.js +0 -2
- package/legacy/utils/useControlled.js +0 -4
- package/legacy/utils/useEnhancedEffect.js +0 -4
- package/legacy/utils/useEventCallback.js +0 -4
- package/legacy/utils/useForkRef.js +0 -4
- package/legacy/utils/useId.js +0 -4
- package/legacy/utils/useIsFocusVisible.js +0 -4
- package/legacy/utils/useSlot.js +0 -71
- package/legacy/zero-styled/index.js +0 -8
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
|
|
2
|
-
import generateUtilityClass from '@mui/utils/generateUtilityClass';
|
|
3
|
-
export function getInputBaseUtilityClass(slot) {
|
|
4
|
-
return generateUtilityClass('MuiInputBase', slot);
|
|
5
|
-
}
|
|
6
|
-
var inputBaseClasses = generateUtilityClasses('MuiInputBase', ['root', 'formControl', 'focused', 'disabled', 'adornedStart', 'adornedEnd', 'error', 'sizeSmall', 'multiline', 'colorSecondary', 'fullWidth', 'hiddenLabel', 'readOnly', 'input', 'inputSizeSmall', 'inputMultiline', 'inputTypeSearch', 'inputAdornedStart', 'inputAdornedEnd', 'inputHiddenLabel']);
|
|
7
|
-
export default inputBaseClasses;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
// Supports determination of isControlled().
|
|
2
|
-
// Controlled input accepts its current value as a prop.
|
|
3
|
-
//
|
|
4
|
-
// @see https://facebook.github.io/react/docs/forms.html#controlled-components
|
|
5
|
-
// @param value
|
|
6
|
-
// @returns {boolean} true if string (including '') or number (including zero)
|
|
7
|
-
export function hasValue(value) {
|
|
8
|
-
return value != null && !(Array.isArray(value) && value.length === 0);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
// Determine if field is empty or filled.
|
|
12
|
-
// Response determines if label is presented above field or as placeholder.
|
|
13
|
-
//
|
|
14
|
-
// @param obj
|
|
15
|
-
// @param SSR
|
|
16
|
-
// @returns {boolean} False when not present or empty string.
|
|
17
|
-
// True when any number or string with length.
|
|
18
|
-
export function isFilled(obj) {
|
|
19
|
-
var SSR = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
20
|
-
return obj && (hasValue(obj.value) && obj.value !== '' || SSR && hasValue(obj.defaultValue) && obj.defaultValue !== '');
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// Determine if an Input is adorned on start.
|
|
24
|
-
// It's corresponding to the left with LTR.
|
|
25
|
-
//
|
|
26
|
-
// @param obj
|
|
27
|
-
// @returns {boolean} False when no adornments.
|
|
28
|
-
// True when adorned at the start.
|
|
29
|
-
export function isAdornedStart(obj) {
|
|
30
|
-
return obj.startAdornment;
|
|
31
|
-
}
|
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
4
|
-
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
5
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
6
|
-
import * as React from 'react';
|
|
7
|
-
import PropTypes from 'prop-types';
|
|
8
|
-
import composeClasses from '@mui/utils/composeClasses';
|
|
9
|
-
import clsx from 'clsx';
|
|
10
|
-
import formControlState from '../FormControl/formControlState';
|
|
11
|
-
import useFormControl from '../FormControl/useFormControl';
|
|
12
|
-
import FormLabel, { formLabelClasses } from '../FormLabel';
|
|
13
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
14
|
-
import capitalize from '../utils/capitalize';
|
|
15
|
-
import styled, { rootShouldForwardProp } from '../styles/styled';
|
|
16
|
-
import { getInputLabelUtilityClasses } from './inputLabelClasses';
|
|
17
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
18
|
-
var useUtilityClasses = function useUtilityClasses(ownerState) {
|
|
19
|
-
var classes = ownerState.classes,
|
|
20
|
-
formControl = ownerState.formControl,
|
|
21
|
-
size = ownerState.size,
|
|
22
|
-
shrink = ownerState.shrink,
|
|
23
|
-
disableAnimation = ownerState.disableAnimation,
|
|
24
|
-
variant = ownerState.variant,
|
|
25
|
-
required = ownerState.required;
|
|
26
|
-
var slots = {
|
|
27
|
-
root: ['root', formControl && 'formControl', !disableAnimation && 'animated', shrink && 'shrink', size && size !== 'normal' && "size".concat(capitalize(size)), variant],
|
|
28
|
-
asterisk: [required && 'asterisk']
|
|
29
|
-
};
|
|
30
|
-
var composedClasses = composeClasses(slots, getInputLabelUtilityClasses, classes);
|
|
31
|
-
return _extends({}, classes, composedClasses);
|
|
32
|
-
};
|
|
33
|
-
var InputLabelRoot = styled(FormLabel, {
|
|
34
|
-
shouldForwardProp: function shouldForwardProp(prop) {
|
|
35
|
-
return rootShouldForwardProp(prop) || prop === 'classes';
|
|
36
|
-
},
|
|
37
|
-
name: 'MuiInputLabel',
|
|
38
|
-
slot: 'Root',
|
|
39
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
40
|
-
var ownerState = props.ownerState;
|
|
41
|
-
return [_defineProperty({}, "& .".concat(formLabelClasses.asterisk), styles.asterisk), styles.root, ownerState.formControl && styles.formControl, ownerState.size === 'small' && styles.sizeSmall, ownerState.shrink && styles.shrink, !ownerState.disableAnimation && styles.animated, ownerState.focused && styles.focused, styles[ownerState.variant]];
|
|
42
|
-
}
|
|
43
|
-
})(function (_ref2) {
|
|
44
|
-
var theme = _ref2.theme,
|
|
45
|
-
ownerState = _ref2.ownerState;
|
|
46
|
-
return _extends({
|
|
47
|
-
display: 'block',
|
|
48
|
-
transformOrigin: 'top left',
|
|
49
|
-
whiteSpace: 'nowrap',
|
|
50
|
-
overflow: 'hidden',
|
|
51
|
-
textOverflow: 'ellipsis',
|
|
52
|
-
maxWidth: '100%'
|
|
53
|
-
}, ownerState.formControl && {
|
|
54
|
-
position: 'absolute',
|
|
55
|
-
left: 0,
|
|
56
|
-
top: 0,
|
|
57
|
-
// slight alteration to spec spacing to match visual spec result
|
|
58
|
-
transform: 'translate(0, 20px) scale(1)'
|
|
59
|
-
}, ownerState.size === 'small' && {
|
|
60
|
-
// Compensation for the `Input.inputSizeSmall` style.
|
|
61
|
-
transform: 'translate(0, 17px) scale(1)'
|
|
62
|
-
}, ownerState.shrink && {
|
|
63
|
-
transform: 'translate(0, -1.5px) scale(0.75)',
|
|
64
|
-
transformOrigin: 'top left',
|
|
65
|
-
maxWidth: '133%'
|
|
66
|
-
}, !ownerState.disableAnimation && {
|
|
67
|
-
transition: theme.transitions.create(['color', 'transform', 'max-width'], {
|
|
68
|
-
duration: theme.transitions.duration.shorter,
|
|
69
|
-
easing: theme.transitions.easing.easeOut
|
|
70
|
-
})
|
|
71
|
-
}, ownerState.variant === 'filled' && _extends({
|
|
72
|
-
// Chrome's autofill feature gives the input field a yellow background.
|
|
73
|
-
// Since the input field is behind the label in the HTML tree,
|
|
74
|
-
// the input field is drawn last and hides the label with an opaque background color.
|
|
75
|
-
// zIndex: 1 will raise the label above opaque background-colors of input.
|
|
76
|
-
zIndex: 1,
|
|
77
|
-
pointerEvents: 'none',
|
|
78
|
-
transform: 'translate(12px, 16px) scale(1)',
|
|
79
|
-
maxWidth: 'calc(100% - 24px)'
|
|
80
|
-
}, ownerState.size === 'small' && {
|
|
81
|
-
transform: 'translate(12px, 13px) scale(1)'
|
|
82
|
-
}, ownerState.shrink && _extends({
|
|
83
|
-
userSelect: 'none',
|
|
84
|
-
pointerEvents: 'auto',
|
|
85
|
-
transform: 'translate(12px, 7px) scale(0.75)',
|
|
86
|
-
maxWidth: 'calc(133% - 24px)'
|
|
87
|
-
}, ownerState.size === 'small' && {
|
|
88
|
-
transform: 'translate(12px, 4px) scale(0.75)'
|
|
89
|
-
})), ownerState.variant === 'outlined' && _extends({
|
|
90
|
-
// see comment above on filled.zIndex
|
|
91
|
-
zIndex: 1,
|
|
92
|
-
pointerEvents: 'none',
|
|
93
|
-
transform: 'translate(14px, 16px) scale(1)',
|
|
94
|
-
maxWidth: 'calc(100% - 24px)'
|
|
95
|
-
}, ownerState.size === 'small' && {
|
|
96
|
-
transform: 'translate(14px, 9px) scale(1)'
|
|
97
|
-
}, ownerState.shrink && {
|
|
98
|
-
userSelect: 'none',
|
|
99
|
-
pointerEvents: 'auto',
|
|
100
|
-
// Theoretically, we should have (8+5)*2/0.75 = 34px
|
|
101
|
-
// but it feels a better when it bleeds a bit on the left, so 32px.
|
|
102
|
-
maxWidth: 'calc(133% - 32px)',
|
|
103
|
-
transform: 'translate(14px, -9px) scale(0.75)'
|
|
104
|
-
}));
|
|
105
|
-
});
|
|
106
|
-
var InputLabel = /*#__PURE__*/React.forwardRef(function InputLabel(inProps, ref) {
|
|
107
|
-
var props = useThemeProps({
|
|
108
|
-
name: 'MuiInputLabel',
|
|
109
|
-
props: inProps
|
|
110
|
-
});
|
|
111
|
-
var _props$disableAnimati = props.disableAnimation,
|
|
112
|
-
disableAnimation = _props$disableAnimati === void 0 ? false : _props$disableAnimati,
|
|
113
|
-
margin = props.margin,
|
|
114
|
-
shrinkProp = props.shrink,
|
|
115
|
-
variant = props.variant,
|
|
116
|
-
className = props.className,
|
|
117
|
-
other = _objectWithoutProperties(props, ["disableAnimation", "margin", "shrink", "variant", "className"]);
|
|
118
|
-
var muiFormControl = useFormControl();
|
|
119
|
-
var shrink = shrinkProp;
|
|
120
|
-
if (typeof shrink === 'undefined' && muiFormControl) {
|
|
121
|
-
shrink = muiFormControl.filled || muiFormControl.focused || muiFormControl.adornedStart;
|
|
122
|
-
}
|
|
123
|
-
var fcs = formControlState({
|
|
124
|
-
props: props,
|
|
125
|
-
muiFormControl: muiFormControl,
|
|
126
|
-
states: ['size', 'variant', 'required', 'focused']
|
|
127
|
-
});
|
|
128
|
-
var ownerState = _extends({}, props, {
|
|
129
|
-
disableAnimation: disableAnimation,
|
|
130
|
-
formControl: muiFormControl,
|
|
131
|
-
shrink: shrink,
|
|
132
|
-
size: fcs.size,
|
|
133
|
-
variant: fcs.variant,
|
|
134
|
-
required: fcs.required,
|
|
135
|
-
focused: fcs.focused
|
|
136
|
-
});
|
|
137
|
-
var classes = useUtilityClasses(ownerState);
|
|
138
|
-
return /*#__PURE__*/_jsx(InputLabelRoot, _extends({
|
|
139
|
-
"data-shrink": shrink,
|
|
140
|
-
ownerState: ownerState,
|
|
141
|
-
ref: ref,
|
|
142
|
-
className: clsx(classes.root, className)
|
|
143
|
-
}, other, {
|
|
144
|
-
classes: classes
|
|
145
|
-
}));
|
|
146
|
-
});
|
|
147
|
-
process.env.NODE_ENV !== "production" ? InputLabel.propTypes /* remove-proptypes */ = {
|
|
148
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
149
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
150
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
151
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
152
|
-
/**
|
|
153
|
-
* The content of the component.
|
|
154
|
-
*/
|
|
155
|
-
children: PropTypes.node,
|
|
156
|
-
/**
|
|
157
|
-
* Override or extend the styles applied to the component.
|
|
158
|
-
*/
|
|
159
|
-
classes: PropTypes.object,
|
|
160
|
-
/**
|
|
161
|
-
* @ignore
|
|
162
|
-
*/
|
|
163
|
-
className: PropTypes.string,
|
|
164
|
-
/**
|
|
165
|
-
* The color of the component.
|
|
166
|
-
* It supports both default and custom theme colors, which can be added as shown in the
|
|
167
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
168
|
-
*/
|
|
169
|
-
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['error', 'info', 'primary', 'secondary', 'success', 'warning']), PropTypes.string]),
|
|
170
|
-
/**
|
|
171
|
-
* If `true`, the transition animation is disabled.
|
|
172
|
-
* @default false
|
|
173
|
-
*/
|
|
174
|
-
disableAnimation: PropTypes.bool,
|
|
175
|
-
/**
|
|
176
|
-
* If `true`, the component is disabled.
|
|
177
|
-
*/
|
|
178
|
-
disabled: PropTypes.bool,
|
|
179
|
-
/**
|
|
180
|
-
* If `true`, the label is displayed in an error state.
|
|
181
|
-
*/
|
|
182
|
-
error: PropTypes.bool,
|
|
183
|
-
/**
|
|
184
|
-
* If `true`, the `input` of this label is focused.
|
|
185
|
-
*/
|
|
186
|
-
focused: PropTypes.bool,
|
|
187
|
-
/**
|
|
188
|
-
* If `dense`, will adjust vertical spacing. This is normally obtained via context from
|
|
189
|
-
* FormControl.
|
|
190
|
-
*/
|
|
191
|
-
margin: PropTypes.oneOf(['dense']),
|
|
192
|
-
/**
|
|
193
|
-
* if `true`, the label will indicate that the `input` is required.
|
|
194
|
-
*/
|
|
195
|
-
required: PropTypes.bool,
|
|
196
|
-
/**
|
|
197
|
-
* If `true`, the label is shrunk.
|
|
198
|
-
*/
|
|
199
|
-
shrink: PropTypes.bool,
|
|
200
|
-
/**
|
|
201
|
-
* The size of the component.
|
|
202
|
-
* @default 'normal'
|
|
203
|
-
*/
|
|
204
|
-
size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['normal', 'small']), PropTypes.string]),
|
|
205
|
-
/**
|
|
206
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
207
|
-
*/
|
|
208
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
209
|
-
/**
|
|
210
|
-
* The variant to use.
|
|
211
|
-
*/
|
|
212
|
-
variant: PropTypes.oneOf(['filled', 'outlined', 'standard'])
|
|
213
|
-
} : void 0;
|
|
214
|
-
export default InputLabel;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
|
|
2
|
-
import generateUtilityClass from '@mui/utils/generateUtilityClass';
|
|
3
|
-
export function getInputLabelUtilityClasses(slot) {
|
|
4
|
-
return generateUtilityClass('MuiInputLabel', slot);
|
|
5
|
-
}
|
|
6
|
-
var inputLabelClasses = generateUtilityClasses('MuiInputLabel', ['root', 'focused', 'disabled', 'error', 'required', 'asterisk', 'formControl', 'sizeSmall', 'shrink', 'animated', 'standard', 'filled', 'outlined']);
|
|
7
|
-
export default inputLabelClasses;
|
|
@@ -1,285 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
4
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
5
|
-
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
|
|
6
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
|
7
|
-
import * as React from 'react';
|
|
8
|
-
import PropTypes from 'prop-types';
|
|
9
|
-
import clsx from 'clsx';
|
|
10
|
-
import composeClasses from '@mui/utils/composeClasses';
|
|
11
|
-
import { keyframes, css } from '@mui/system';
|
|
12
|
-
import { darken, lighten } from '@mui/system/colorManipulator';
|
|
13
|
-
import { useRtl } from '@mui/system/RtlProvider';
|
|
14
|
-
import capitalize from '../utils/capitalize';
|
|
15
|
-
import styled from '../styles/styled';
|
|
16
|
-
import useThemeProps from '../styles/useThemeProps';
|
|
17
|
-
import { getLinearProgressUtilityClass } from './linearProgressClasses';
|
|
18
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
19
|
-
var TRANSITION_DURATION = 4; // seconds
|
|
20
|
-
var indeterminate1Keyframe = keyframes(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n 0% {\n left: -35%;\n right: 100%;\n }\n\n 60% {\n left: 100%;\n right: -90%;\n }\n\n 100% {\n left: 100%;\n right: -90%;\n }\n"])));
|
|
21
|
-
var indeterminate2Keyframe = keyframes(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n 0% {\n left: -200%;\n right: 100%;\n }\n\n 60% {\n left: 107%;\n right: -8%;\n }\n\n 100% {\n left: 107%;\n right: -8%;\n }\n"])));
|
|
22
|
-
var bufferKeyframe = keyframes(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n 0% {\n opacity: 1;\n background-position: 0 -23px;\n }\n\n 60% {\n opacity: 0;\n background-position: 0 -23px;\n }\n\n 100% {\n opacity: 1;\n background-position: -200px -23px;\n }\n"])));
|
|
23
|
-
var useUtilityClasses = function useUtilityClasses(ownerState) {
|
|
24
|
-
var classes = ownerState.classes,
|
|
25
|
-
variant = ownerState.variant,
|
|
26
|
-
color = ownerState.color;
|
|
27
|
-
var slots = {
|
|
28
|
-
root: ['root', "color".concat(capitalize(color)), variant],
|
|
29
|
-
dashed: ['dashed', "dashedColor".concat(capitalize(color))],
|
|
30
|
-
bar1: ['bar', "barColor".concat(capitalize(color)), (variant === 'indeterminate' || variant === 'query') && 'bar1Indeterminate', variant === 'determinate' && 'bar1Determinate', variant === 'buffer' && 'bar1Buffer'],
|
|
31
|
-
bar2: ['bar', variant !== 'buffer' && "barColor".concat(capitalize(color)), variant === 'buffer' && "color".concat(capitalize(color)), (variant === 'indeterminate' || variant === 'query') && 'bar2Indeterminate', variant === 'buffer' && 'bar2Buffer']
|
|
32
|
-
};
|
|
33
|
-
return composeClasses(slots, getLinearProgressUtilityClass, classes);
|
|
34
|
-
};
|
|
35
|
-
var getColorShade = function getColorShade(theme, color) {
|
|
36
|
-
if (color === 'inherit') {
|
|
37
|
-
return 'currentColor';
|
|
38
|
-
}
|
|
39
|
-
if (theme.vars) {
|
|
40
|
-
return theme.vars.palette.LinearProgress["".concat(color, "Bg")];
|
|
41
|
-
}
|
|
42
|
-
return theme.palette.mode === 'light' ? lighten(theme.palette[color].main, 0.62) : darken(theme.palette[color].main, 0.5);
|
|
43
|
-
};
|
|
44
|
-
var LinearProgressRoot = styled('span', {
|
|
45
|
-
name: 'MuiLinearProgress',
|
|
46
|
-
slot: 'Root',
|
|
47
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
48
|
-
var ownerState = props.ownerState;
|
|
49
|
-
return [styles.root, styles["color".concat(capitalize(ownerState.color))], styles[ownerState.variant]];
|
|
50
|
-
}
|
|
51
|
-
})(function (_ref) {
|
|
52
|
-
var ownerState = _ref.ownerState,
|
|
53
|
-
theme = _ref.theme;
|
|
54
|
-
return _extends({
|
|
55
|
-
position: 'relative',
|
|
56
|
-
overflow: 'hidden',
|
|
57
|
-
display: 'block',
|
|
58
|
-
height: 4,
|
|
59
|
-
zIndex: 0,
|
|
60
|
-
// Fix Safari's bug during composition of different paint.
|
|
61
|
-
'@media print': {
|
|
62
|
-
colorAdjust: 'exact'
|
|
63
|
-
},
|
|
64
|
-
backgroundColor: getColorShade(theme, ownerState.color)
|
|
65
|
-
}, ownerState.color === 'inherit' && ownerState.variant !== 'buffer' && {
|
|
66
|
-
backgroundColor: 'none',
|
|
67
|
-
'&::before': {
|
|
68
|
-
content: '""',
|
|
69
|
-
position: 'absolute',
|
|
70
|
-
left: 0,
|
|
71
|
-
top: 0,
|
|
72
|
-
right: 0,
|
|
73
|
-
bottom: 0,
|
|
74
|
-
backgroundColor: 'currentColor',
|
|
75
|
-
opacity: 0.3
|
|
76
|
-
}
|
|
77
|
-
}, ownerState.variant === 'buffer' && {
|
|
78
|
-
backgroundColor: 'transparent'
|
|
79
|
-
}, ownerState.variant === 'query' && {
|
|
80
|
-
transform: 'rotate(180deg)'
|
|
81
|
-
});
|
|
82
|
-
});
|
|
83
|
-
var LinearProgressDashed = styled('span', {
|
|
84
|
-
name: 'MuiLinearProgress',
|
|
85
|
-
slot: 'Dashed',
|
|
86
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
87
|
-
var ownerState = props.ownerState;
|
|
88
|
-
return [styles.dashed, styles["dashedColor".concat(capitalize(ownerState.color))]];
|
|
89
|
-
}
|
|
90
|
-
})(function (_ref2) {
|
|
91
|
-
var ownerState = _ref2.ownerState,
|
|
92
|
-
theme = _ref2.theme;
|
|
93
|
-
var backgroundColor = getColorShade(theme, ownerState.color);
|
|
94
|
-
return _extends({
|
|
95
|
-
position: 'absolute',
|
|
96
|
-
marginTop: 0,
|
|
97
|
-
height: '100%',
|
|
98
|
-
width: '100%'
|
|
99
|
-
}, ownerState.color === 'inherit' && {
|
|
100
|
-
opacity: 0.3
|
|
101
|
-
}, {
|
|
102
|
-
backgroundImage: "radial-gradient(".concat(backgroundColor, " 0%, ").concat(backgroundColor, " 16%, transparent 42%)"),
|
|
103
|
-
backgroundSize: '10px 10px',
|
|
104
|
-
backgroundPosition: '0 -23px'
|
|
105
|
-
});
|
|
106
|
-
}, css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n animation: ", " 3s infinite linear;\n "])), bufferKeyframe));
|
|
107
|
-
var LinearProgressBar1 = styled('span', {
|
|
108
|
-
name: 'MuiLinearProgress',
|
|
109
|
-
slot: 'Bar1',
|
|
110
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
111
|
-
var ownerState = props.ownerState;
|
|
112
|
-
return [styles.bar, styles["barColor".concat(capitalize(ownerState.color))], (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && styles.bar1Indeterminate, ownerState.variant === 'determinate' && styles.bar1Determinate, ownerState.variant === 'buffer' && styles.bar1Buffer];
|
|
113
|
-
}
|
|
114
|
-
})(function (_ref3) {
|
|
115
|
-
var ownerState = _ref3.ownerState,
|
|
116
|
-
theme = _ref3.theme;
|
|
117
|
-
return _extends({
|
|
118
|
-
width: '100%',
|
|
119
|
-
position: 'absolute',
|
|
120
|
-
left: 0,
|
|
121
|
-
bottom: 0,
|
|
122
|
-
top: 0,
|
|
123
|
-
transition: 'transform 0.2s linear',
|
|
124
|
-
transformOrigin: 'left',
|
|
125
|
-
backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : (theme.vars || theme).palette[ownerState.color].main
|
|
126
|
-
}, ownerState.variant === 'determinate' && {
|
|
127
|
-
transition: "transform .".concat(TRANSITION_DURATION, "s linear")
|
|
128
|
-
}, ownerState.variant === 'buffer' && {
|
|
129
|
-
zIndex: 1,
|
|
130
|
-
transition: "transform .".concat(TRANSITION_DURATION, "s linear")
|
|
131
|
-
});
|
|
132
|
-
}, function (_ref4) {
|
|
133
|
-
var ownerState = _ref4.ownerState;
|
|
134
|
-
return (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n width: auto;\n animation: ", " 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n "])), indeterminate1Keyframe);
|
|
135
|
-
});
|
|
136
|
-
var LinearProgressBar2 = styled('span', {
|
|
137
|
-
name: 'MuiLinearProgress',
|
|
138
|
-
slot: 'Bar2',
|
|
139
|
-
overridesResolver: function overridesResolver(props, styles) {
|
|
140
|
-
var ownerState = props.ownerState;
|
|
141
|
-
return [styles.bar, styles["barColor".concat(capitalize(ownerState.color))], (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && styles.bar2Indeterminate, ownerState.variant === 'buffer' && styles.bar2Buffer];
|
|
142
|
-
}
|
|
143
|
-
})(function (_ref5) {
|
|
144
|
-
var ownerState = _ref5.ownerState,
|
|
145
|
-
theme = _ref5.theme;
|
|
146
|
-
return _extends({
|
|
147
|
-
width: '100%',
|
|
148
|
-
position: 'absolute',
|
|
149
|
-
left: 0,
|
|
150
|
-
bottom: 0,
|
|
151
|
-
top: 0,
|
|
152
|
-
transition: 'transform 0.2s linear',
|
|
153
|
-
transformOrigin: 'left'
|
|
154
|
-
}, ownerState.variant !== 'buffer' && {
|
|
155
|
-
backgroundColor: ownerState.color === 'inherit' ? 'currentColor' : (theme.vars || theme).palette[ownerState.color].main
|
|
156
|
-
}, ownerState.color === 'inherit' && {
|
|
157
|
-
opacity: 0.3
|
|
158
|
-
}, ownerState.variant === 'buffer' && {
|
|
159
|
-
backgroundColor: getColorShade(theme, ownerState.color),
|
|
160
|
-
transition: "transform .".concat(TRANSITION_DURATION, "s linear")
|
|
161
|
-
});
|
|
162
|
-
}, function (_ref6) {
|
|
163
|
-
var ownerState = _ref6.ownerState;
|
|
164
|
-
return (ownerState.variant === 'indeterminate' || ownerState.variant === 'query') && css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n width: auto;\n animation: ", " 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;\n "])), indeterminate2Keyframe);
|
|
165
|
-
});
|
|
166
|
-
|
|
167
|
-
/**
|
|
168
|
-
* ## ARIA
|
|
169
|
-
*
|
|
170
|
-
* If the progress bar is describing the loading progress of a particular region of a page,
|
|
171
|
-
* you should use `aria-describedby` to point to the progress bar, and set the `aria-busy`
|
|
172
|
-
* attribute to `true` on that region until it has finished loading.
|
|
173
|
-
*/
|
|
174
|
-
var LinearProgress = /*#__PURE__*/React.forwardRef(function LinearProgress(inProps, ref) {
|
|
175
|
-
var props = useThemeProps({
|
|
176
|
-
props: inProps,
|
|
177
|
-
name: 'MuiLinearProgress'
|
|
178
|
-
});
|
|
179
|
-
var className = props.className,
|
|
180
|
-
_props$color = props.color,
|
|
181
|
-
color = _props$color === void 0 ? 'primary' : _props$color,
|
|
182
|
-
value = props.value,
|
|
183
|
-
valueBuffer = props.valueBuffer,
|
|
184
|
-
_props$variant = props.variant,
|
|
185
|
-
variant = _props$variant === void 0 ? 'indeterminate' : _props$variant,
|
|
186
|
-
other = _objectWithoutProperties(props, ["className", "color", "value", "valueBuffer", "variant"]);
|
|
187
|
-
var ownerState = _extends({}, props, {
|
|
188
|
-
color: color,
|
|
189
|
-
variant: variant
|
|
190
|
-
});
|
|
191
|
-
var classes = useUtilityClasses(ownerState);
|
|
192
|
-
var isRtl = useRtl();
|
|
193
|
-
var rootProps = {};
|
|
194
|
-
var inlineStyles = {
|
|
195
|
-
bar1: {},
|
|
196
|
-
bar2: {}
|
|
197
|
-
};
|
|
198
|
-
if (variant === 'determinate' || variant === 'buffer') {
|
|
199
|
-
if (value !== undefined) {
|
|
200
|
-
rootProps['aria-valuenow'] = Math.round(value);
|
|
201
|
-
rootProps['aria-valuemin'] = 0;
|
|
202
|
-
rootProps['aria-valuemax'] = 100;
|
|
203
|
-
var transform = value - 100;
|
|
204
|
-
if (isRtl) {
|
|
205
|
-
transform = -transform;
|
|
206
|
-
}
|
|
207
|
-
inlineStyles.bar1.transform = "translateX(".concat(transform, "%)");
|
|
208
|
-
} else if (process.env.NODE_ENV !== 'production') {
|
|
209
|
-
console.error('MUI: You need to provide a value prop ' + 'when using the determinate or buffer variant of LinearProgress .');
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
if (variant === 'buffer') {
|
|
213
|
-
if (valueBuffer !== undefined) {
|
|
214
|
-
var _transform = (valueBuffer || 0) - 100;
|
|
215
|
-
if (isRtl) {
|
|
216
|
-
_transform = -_transform;
|
|
217
|
-
}
|
|
218
|
-
inlineStyles.bar2.transform = "translateX(".concat(_transform, "%)");
|
|
219
|
-
} else if (process.env.NODE_ENV !== 'production') {
|
|
220
|
-
console.error('MUI: You need to provide a valueBuffer prop ' + 'when using the buffer variant of LinearProgress.');
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
return /*#__PURE__*/_jsxs(LinearProgressRoot, _extends({
|
|
224
|
-
className: clsx(classes.root, className),
|
|
225
|
-
ownerState: ownerState,
|
|
226
|
-
role: "progressbar"
|
|
227
|
-
}, rootProps, {
|
|
228
|
-
ref: ref
|
|
229
|
-
}, other, {
|
|
230
|
-
children: [variant === 'buffer' ? /*#__PURE__*/_jsx(LinearProgressDashed, {
|
|
231
|
-
className: classes.dashed,
|
|
232
|
-
ownerState: ownerState
|
|
233
|
-
}) : null, /*#__PURE__*/_jsx(LinearProgressBar1, {
|
|
234
|
-
className: classes.bar1,
|
|
235
|
-
ownerState: ownerState,
|
|
236
|
-
style: inlineStyles.bar1
|
|
237
|
-
}), variant === 'determinate' ? null : /*#__PURE__*/_jsx(LinearProgressBar2, {
|
|
238
|
-
className: classes.bar2,
|
|
239
|
-
ownerState: ownerState,
|
|
240
|
-
style: inlineStyles.bar2
|
|
241
|
-
})]
|
|
242
|
-
}));
|
|
243
|
-
});
|
|
244
|
-
process.env.NODE_ENV !== "production" ? LinearProgress.propTypes /* remove-proptypes */ = {
|
|
245
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
246
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
247
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
248
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
249
|
-
/**
|
|
250
|
-
* Override or extend the styles applied to the component.
|
|
251
|
-
*/
|
|
252
|
-
classes: PropTypes.object,
|
|
253
|
-
/**
|
|
254
|
-
* @ignore
|
|
255
|
-
*/
|
|
256
|
-
className: PropTypes.string,
|
|
257
|
-
/**
|
|
258
|
-
* The color of the component.
|
|
259
|
-
* It supports both default and custom theme colors, which can be added as shown in the
|
|
260
|
-
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
261
|
-
* @default 'primary'
|
|
262
|
-
*/
|
|
263
|
-
color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'primary', 'secondary']), PropTypes.string]),
|
|
264
|
-
/**
|
|
265
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
266
|
-
*/
|
|
267
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
268
|
-
/**
|
|
269
|
-
* The value of the progress indicator for the determinate and buffer variants.
|
|
270
|
-
* Value between 0 and 100.
|
|
271
|
-
*/
|
|
272
|
-
value: PropTypes.number,
|
|
273
|
-
/**
|
|
274
|
-
* The value for the buffer variant.
|
|
275
|
-
* Value between 0 and 100.
|
|
276
|
-
*/
|
|
277
|
-
valueBuffer: PropTypes.number,
|
|
278
|
-
/**
|
|
279
|
-
* The variant to use.
|
|
280
|
-
* Use indeterminate or query when there is no progress value.
|
|
281
|
-
* @default 'indeterminate'
|
|
282
|
-
*/
|
|
283
|
-
variant: PropTypes.oneOf(['buffer', 'determinate', 'indeterminate', 'query'])
|
|
284
|
-
} : void 0;
|
|
285
|
-
export default LinearProgress;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
|
|
2
|
-
import generateUtilityClass from '@mui/utils/generateUtilityClass';
|
|
3
|
-
export function getLinearProgressUtilityClass(slot) {
|
|
4
|
-
return generateUtilityClass('MuiLinearProgress', slot);
|
|
5
|
-
}
|
|
6
|
-
var linearProgressClasses = generateUtilityClasses('MuiLinearProgress', ['root', 'colorPrimary', 'colorSecondary', 'determinate', 'indeterminate', 'buffer', 'query', 'dashed', 'dashedColorPrimary', 'dashedColorSecondary', 'bar', 'barColorPrimary', 'barColorSecondary', 'bar1Indeterminate', 'bar1Determinate', 'bar1Buffer', 'bar2Indeterminate', 'bar2Buffer']);
|
|
7
|
-
export default linearProgressClasses;
|