@mui/material 5.13.0 → 5.13.1
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 +44 -43
- package/AccordionActions/AccordionActions.js +18 -18
- package/AccordionDetails/AccordionDetails.js +7 -9
- package/AccordionSummary/AccordionSummary.js +32 -32
- package/Alert/Alert.js +64 -60
- package/AlertTitle/AlertTitle.js +7 -9
- package/AppBar/AppBar.js +89 -73
- package/Autocomplete/Autocomplete.js +172 -141
- package/Avatar/Avatar.js +42 -38
- package/AvatarGroup/AvatarGroup.js +34 -33
- package/Backdrop/Backdrop.js +33 -31
- package/Badge/Badge.js +119 -107
- package/BottomNavigation/BottomNavigation.js +15 -17
- package/BottomNavigationAction/BottomNavigationAction.js +29 -31
- package/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
- package/Breadcrumbs/Breadcrumbs.js +19 -21
- package/Button/Button.js +168 -133
- package/ButtonBase/ButtonBase.js +43 -42
- package/ButtonBase/TouchRipple.js +9 -12
- package/ButtonGroup/ButtonGroup.js +111 -89
- package/CHANGELOG.md +62 -0
- package/Card/Card.js +11 -12
- package/CardActionArea/CardActionArea.js +9 -12
- package/CardActions/CardActions.js +18 -18
- package/CardContent/CardContent.js +11 -12
- package/CardHeader/CardHeader.js +30 -31
- package/CardMedia/CardMedia.js +28 -27
- package/Checkbox/Checkbox.js +44 -39
- package/Chip/Chip.js +146 -129
- package/CircularProgress/CircularProgress.js +43 -36
- package/Collapse/Collapse.js +73 -65
- package/CssBaseline/CssBaseline.js +17 -14
- package/Dialog/Dialog.js +103 -94
- package/DialogActions/DialogActions.js +18 -18
- package/DialogContent/DialogContent.js +22 -22
- package/DialogContentText/DialogContentText.js +13 -11
- package/DialogTitle/DialogTitle.js +8 -10
- package/Divider/Divider.js +99 -84
- package/Drawer/Drawer.js +85 -76
- package/Fab/Fab.js +71 -60
- package/Fade/Fade.js +31 -30
- package/FilledInput/FilledInput.js +135 -117
- package/FilledInput/filledInputClasses.js +4 -2
- package/FormControl/FormControl.js +41 -35
- package/FormControlLabel/FormControlLabel.js +43 -38
- package/FormGroup/FormGroup.js +16 -16
- package/FormHelperText/FormHelperText.js +30 -23
- package/FormLabel/FormLabel.js +26 -18
- package/GlobalStyles/GlobalStyles.js +3 -3
- package/Grid/Grid.js +50 -41
- package/Grow/Grow.js +31 -30
- package/Hidden/Hidden.js +21 -22
- package/Hidden/HiddenCss.js +29 -29
- package/Hidden/withWidth.js +19 -19
- package/Icon/Icon.js +14 -15
- package/IconButton/IconButton.js +59 -52
- package/ImageList/ImageList.js +30 -29
- package/ImageListItem/ImageListItem.js +40 -39
- package/ImageListItemBar/ImageListItemBar.js +47 -41
- package/Input/Input.js +77 -74
- package/Input/inputClasses.js +4 -2
- package/InputAdornment/InputAdornment.js +36 -34
- package/InputBase/InputBase.js +116 -92
- package/InputLabel/InputLabel.js +83 -68
- package/LinearProgress/LinearProgress.js +64 -58
- package/Link/Link.js +69 -64
- package/List/List.js +24 -24
- package/ListItem/ListItem.js +113 -96
- package/ListItemAvatar/ListItemAvatar.js +15 -15
- package/ListItemButton/ListItemButton.js +40 -35
- package/ListItemIcon/ListItemIcon.js +15 -15
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +15 -15
- package/ListItemText/ListItemText.js +34 -34
- package/ListSubheader/ListSubheader.js +36 -32
- package/Menu/Menu.js +38 -39
- package/MenuItem/MenuItem.js +50 -45
- package/MenuList/MenuList.js +17 -20
- package/MobileStepper/MobileStepper.js +61 -53
- package/Modal/Modal.js +50 -45
- package/NativeSelect/NativeSelect.js +26 -22
- package/NativeSelect/NativeSelectInput.js +50 -43
- package/OutlinedInput/NotchedOutline.js +55 -51
- package/OutlinedInput/OutlinedInput.js +72 -59
- package/OutlinedInput/outlinedInputClasses.js +4 -2
- package/Pagination/Pagination.js +35 -31
- package/PaginationItem/PaginationItem.js +105 -93
- package/Paper/Paper.js +32 -28
- package/Popover/Popover.js +49 -51
- package/Popper/Popper.js +25 -27
- package/README.md +1 -1
- package/Radio/Radio.js +36 -33
- package/Radio/RadioButtonIcon.js +11 -10
- package/RadioGroup/RadioGroup.js +14 -17
- package/Rating/Rating.js +88 -73
- package/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
- package/Select/Select.js +59 -55
- package/Select/SelectInput.js +58 -57
- package/Skeleton/Skeleton.js +51 -46
- package/Slide/Slide.js +37 -33
- package/Slider/Slider.js +281 -216
- package/Snackbar/Snackbar.js +81 -67
- package/SnackbarContent/SnackbarContent.js +13 -15
- package/SpeedDial/SpeedDial.js +85 -83
- package/SpeedDialAction/SpeedDialAction.js +57 -52
- package/SpeedDialIcon/SpeedDialIcon.js +25 -24
- package/Step/Step.js +27 -26
- package/StepButton/StepButton.js +23 -24
- package/StepConnector/StepConnector.js +34 -31
- package/StepContent/StepContent.js +23 -24
- package/StepIcon/StepIcon.js +22 -22
- package/StepLabel/StepLabel.js +34 -33
- package/Stepper/Stepper.js +33 -31
- package/SvgIcon/SvgIcon.js +19 -20
- package/SwipeableDrawer/SwipeArea.js +33 -30
- package/SwipeableDrawer/SwipeableDrawer.js +49 -43
- package/Switch/Switch.js +59 -52
- package/Tab/Tab.js +93 -83
- package/TabScrollButton/TabScrollButton.js +30 -25
- package/Table/Table.js +20 -19
- package/TableBody/TableBody.js +11 -12
- package/TableCell/TableCell.js +70 -59
- package/TableContainer/TableContainer.js +11 -12
- package/TableFooter/TableFooter.js +11 -12
- package/TableHead/TableHead.js +11 -12
- package/TablePagination/TablePagination.js +53 -49
- package/TablePagination/TablePaginationActions.js +22 -25
- package/TableRow/TableRow.js +13 -14
- package/TableSortLabel/TableSortLabel.js +23 -23
- package/Tabs/ScrollbarSize.js +7 -9
- package/Tabs/Tabs.js +107 -92
- package/TextField/TextField.js +57 -57
- package/ToggleButton/ToggleButton.js +36 -35
- package/ToggleButtonGroup/ToggleButtonGroup.js +60 -59
- package/Toolbar/Toolbar.js +26 -25
- package/Tooltip/Tooltip.js +177 -147
- package/Typography/Typography.js +37 -32
- package/Zoom/Zoom.js +31 -30
- package/index.js +1 -1
- package/internal/SwitchBase.js +45 -43
- package/legacy/Accordion/Accordion.js +9 -8
- package/legacy/AccordionActions/AccordionActions.js +6 -4
- package/legacy/AccordionDetails/AccordionDetails.js +4 -2
- package/legacy/AccordionSummary/AccordionSummary.js +12 -11
- package/legacy/Alert/Alert.js +11 -10
- package/legacy/AlertTitle/AlertTitle.js +4 -2
- package/legacy/AppBar/AppBar.js +18 -16
- package/legacy/Autocomplete/Autocomplete.js +45 -43
- package/legacy/Avatar/Avatar.js +11 -9
- package/legacy/AvatarGroup/AvatarGroup.js +10 -9
- package/legacy/Backdrop/Backdrop.js +10 -8
- package/legacy/Badge/Badge.js +16 -15
- package/legacy/BottomNavigation/BottomNavigation.js +6 -4
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +9 -8
- package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +10 -8
- package/legacy/Breadcrumbs/Breadcrumbs.js +5 -4
- package/legacy/Button/Button.js +37 -36
- package/legacy/ButtonBase/ButtonBase.js +6 -5
- package/legacy/ButtonBase/TouchRipple.js +5 -3
- package/legacy/ButtonGroup/ButtonGroup.js +28 -27
- package/legacy/Card/Card.js +5 -3
- package/legacy/CardActionArea/CardActionArea.js +4 -3
- package/legacy/CardActions/CardActions.js +6 -4
- package/legacy/CardContent/CardContent.js +5 -3
- package/legacy/CardHeader/CardHeader.js +11 -10
- package/legacy/CardMedia/CardMedia.js +9 -7
- package/legacy/Checkbox/Checkbox.js +9 -8
- package/legacy/Chip/Chip.js +26 -25
- package/legacy/CircularProgress/CircularProgress.js +12 -10
- package/legacy/Collapse/Collapse.js +17 -16
- package/legacy/CssBaseline/CssBaseline.js +9 -7
- package/legacy/Dialog/Dialog.js +20 -19
- package/legacy/DialogActions/DialogActions.js +6 -4
- package/legacy/DialogContent/DialogContent.js +5 -4
- package/legacy/DialogContentText/DialogContentText.js +6 -4
- package/legacy/DialogTitle/DialogTitle.js +4 -2
- package/legacy/Divider/Divider.js +19 -17
- package/legacy/Drawer/Drawer.js +23 -21
- package/legacy/Fab/Fab.js +13 -12
- package/legacy/Fade/Fade.js +8 -6
- package/legacy/FilledInput/FilledInput.js +24 -23
- package/legacy/FilledInput/filledInputClasses.js +4 -2
- package/legacy/FormControl/FormControl.js +10 -8
- package/legacy/FormControlLabel/FormControlLabel.js +11 -10
- package/legacy/FormGroup/FormGroup.js +6 -4
- package/legacy/FormHelperText/FormHelperText.js +12 -11
- package/legacy/FormLabel/FormLabel.js +13 -12
- package/legacy/GlobalStyles/GlobalStyles.js +4 -2
- package/legacy/Grid/Grid.js +13 -11
- package/legacy/Grow/Grow.js +8 -6
- package/legacy/Hidden/Hidden.js +5 -3
- package/legacy/Hidden/HiddenCss.js +4 -3
- package/legacy/Hidden/withWidth.js +6 -4
- package/legacy/Icon/Icon.js +5 -3
- package/legacy/IconButton/IconButton.js +15 -14
- package/legacy/ImageList/ImageList.js +9 -7
- package/legacy/ImageListItem/ImageListItem.js +9 -8
- package/legacy/ImageListItemBar/ImageListItemBar.js +13 -11
- package/legacy/Input/Input.js +8 -7
- package/legacy/Input/inputClasses.js +4 -2
- package/legacy/InputAdornment/InputAdornment.js +9 -8
- package/legacy/InputBase/InputBase.js +28 -27
- package/legacy/InputLabel/InputLabel.js +14 -13
- package/legacy/LinearProgress/LinearProgress.js +17 -15
- package/legacy/Link/Link.js +9 -8
- package/legacy/List/List.js +8 -6
- package/legacy/ListItem/ListItem.js +25 -24
- package/legacy/ListItemAvatar/ListItemAvatar.js +6 -4
- package/legacy/ListItemButton/ListItemButton.js +16 -15
- package/legacy/ListItemIcon/ListItemIcon.js +6 -4
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +6 -4
- package/legacy/ListItemText/ListItemText.js +11 -10
- package/legacy/ListSubheader/ListSubheader.js +10 -8
- package/legacy/Menu/Menu.js +12 -10
- package/legacy/MenuItem/MenuItem.js +22 -21
- package/legacy/MenuList/MenuList.js +5 -3
- package/legacy/MobileStepper/MobileStepper.js +12 -10
- package/legacy/Modal/Modal.js +10 -8
- package/legacy/NativeSelect/NativeSelect.js +8 -6
- package/legacy/NativeSelect/NativeSelectInput.js +17 -16
- package/legacy/OutlinedInput/NotchedOutline.js +8 -6
- package/legacy/OutlinedInput/OutlinedInput.js +23 -22
- package/legacy/OutlinedInput/outlinedInputClasses.js +4 -2
- package/legacy/Pagination/Pagination.js +9 -7
- package/legacy/PaginationItem/PaginationItem.js +24 -23
- package/legacy/Paper/Paper.js +9 -7
- package/legacy/Popover/Popover.js +12 -10
- package/legacy/Popper/Popper.js +6 -4
- package/legacy/Radio/Radio.js +8 -7
- package/legacy/Radio/RadioButtonIcon.js +5 -3
- package/legacy/RadioGroup/RadioGroup.js +5 -3
- package/legacy/Rating/Rating.js +24 -23
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +6 -4
- package/legacy/Select/Select.js +10 -8
- package/legacy/Select/SelectInput.js +11 -10
- package/legacy/Skeleton/Skeleton.js +13 -11
- package/legacy/Slide/Slide.js +10 -8
- package/legacy/Slider/Slider.js +65 -64
- package/legacy/Snackbar/Snackbar.js +16 -15
- package/legacy/SnackbarContent/SnackbarContent.js +5 -4
- package/legacy/SpeedDial/SpeedDial.js +15 -14
- package/legacy/SpeedDialAction/SpeedDialAction.js +16 -15
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +7 -6
- package/legacy/Step/Step.js +8 -6
- package/legacy/StepButton/StepButton.js +8 -7
- package/legacy/StepConnector/StepConnector.js +10 -8
- package/legacy/StepContent/StepContent.js +9 -7
- package/legacy/StepIcon/StepIcon.js +7 -6
- package/legacy/StepLabel/StepLabel.js +20 -19
- package/legacy/Stepper/Stepper.js +10 -8
- package/legacy/SvgIcon/SvgIcon.js +6 -4
- package/legacy/SwipeableDrawer/SwipeArea.js +9 -8
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +10 -8
- package/legacy/Switch/Switch.js +11 -10
- package/legacy/Tab/Tab.js +16 -15
- package/legacy/TabScrollButton/TabScrollButton.js +7 -6
- package/legacy/Table/Table.js +7 -5
- package/legacy/TableBody/TableBody.js +5 -3
- package/legacy/TableCell/TableCell.js +15 -14
- package/legacy/TableContainer/TableContainer.js +5 -3
- package/legacy/TableFooter/TableFooter.js +5 -3
- package/legacy/TableHead/TableHead.js +5 -3
- package/legacy/TablePagination/TablePagination.js +15 -14
- package/legacy/TablePagination/TablePaginationActions.js +9 -7
- package/legacy/TableRow/TableRow.js +4 -3
- package/legacy/TableSortLabel/TableSortLabel.js +7 -6
- package/legacy/Tabs/ScrollbarSize.js +4 -2
- package/legacy/Tabs/Tabs.js +23 -22
- package/legacy/TextField/TextField.js +14 -12
- package/legacy/ToggleButton/ToggleButton.js +12 -11
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +8 -7
- package/legacy/Toolbar/Toolbar.js +6 -5
- package/legacy/Tooltip/Tooltip.js +34 -33
- package/legacy/Typography/Typography.js +11 -9
- package/legacy/Zoom/Zoom.js +8 -6
- package/legacy/index.js +1 -1
- package/legacy/internal/SwitchBase.js +10 -8
- package/legacy/locale/index.js +383 -68
- package/legacy/styles/CssVarsProvider.js +4 -2
- package/legacy/styles/ThemeProvider.js +4 -2
- package/legacy/styles/adaptV4Theme.js +7 -6
- package/legacy/styles/createMixins.js +3 -2
- package/legacy/styles/createPalette.js +6 -4
- package/legacy/styles/createTheme.js +4 -3
- package/legacy/styles/createTransitions.js +7 -5
- package/legacy/styles/createTypography.js +6 -4
- package/legacy/styles/experimental_extendTheme.js +12 -10
- package/legacy/styles/responsiveFontSizes.js +6 -4
- package/legacy/usePagination/usePagination.js +4 -2
- package/legacy/useScrollTrigger/useScrollTrigger.js +4 -2
- package/legacy/utils/createSvgIcon.js +5 -3
- package/locale/index.d.ts +4 -0
- package/locale/index.js +309 -0
- package/modern/Accordion/Accordion.js +44 -43
- package/modern/AccordionActions/AccordionActions.js +18 -18
- package/modern/AccordionDetails/AccordionDetails.js +7 -9
- package/modern/AccordionSummary/AccordionSummary.js +32 -32
- package/modern/Alert/Alert.js +64 -60
- package/modern/AlertTitle/AlertTitle.js +7 -9
- package/modern/AppBar/AppBar.js +89 -73
- package/modern/Autocomplete/Autocomplete.js +169 -138
- package/modern/Avatar/Avatar.js +42 -38
- package/modern/AvatarGroup/AvatarGroup.js +34 -33
- package/modern/Backdrop/Backdrop.js +33 -31
- package/modern/Badge/Badge.js +119 -107
- package/modern/BottomNavigation/BottomNavigation.js +15 -17
- package/modern/BottomNavigationAction/BottomNavigationAction.js +29 -31
- package/modern/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
- package/modern/Breadcrumbs/Breadcrumbs.js +19 -21
- package/modern/Button/Button.js +168 -133
- package/modern/ButtonBase/ButtonBase.js +43 -42
- package/modern/ButtonBase/TouchRipple.js +9 -12
- package/modern/ButtonGroup/ButtonGroup.js +111 -89
- package/modern/Card/Card.js +11 -12
- package/modern/CardActionArea/CardActionArea.js +9 -12
- package/modern/CardActions/CardActions.js +18 -18
- package/modern/CardContent/CardContent.js +11 -12
- package/modern/CardHeader/CardHeader.js +30 -31
- package/modern/CardMedia/CardMedia.js +28 -27
- package/modern/Checkbox/Checkbox.js +44 -39
- package/modern/Chip/Chip.js +146 -129
- package/modern/CircularProgress/CircularProgress.js +43 -36
- package/modern/Collapse/Collapse.js +73 -65
- package/modern/CssBaseline/CssBaseline.js +17 -14
- package/modern/Dialog/Dialog.js +103 -94
- package/modern/DialogActions/DialogActions.js +18 -18
- package/modern/DialogContent/DialogContent.js +22 -22
- package/modern/DialogContentText/DialogContentText.js +13 -11
- package/modern/DialogTitle/DialogTitle.js +8 -10
- package/modern/Divider/Divider.js +99 -84
- package/modern/Drawer/Drawer.js +85 -76
- package/modern/Fab/Fab.js +70 -59
- package/modern/Fade/Fade.js +31 -30
- package/modern/FilledInput/FilledInput.js +135 -117
- package/modern/FilledInput/filledInputClasses.js +4 -2
- package/modern/FormControl/FormControl.js +41 -35
- package/modern/FormControlLabel/FormControlLabel.js +43 -38
- package/modern/FormGroup/FormGroup.js +16 -16
- package/modern/FormHelperText/FormHelperText.js +30 -23
- package/modern/FormLabel/FormLabel.js +26 -18
- package/modern/GlobalStyles/GlobalStyles.js +3 -3
- package/modern/Grid/Grid.js +50 -41
- package/modern/Grow/Grow.js +31 -30
- package/modern/Hidden/Hidden.js +21 -22
- package/modern/Hidden/HiddenCss.js +29 -29
- package/modern/Hidden/withWidth.js +19 -19
- package/modern/Icon/Icon.js +14 -15
- package/modern/IconButton/IconButton.js +59 -52
- package/modern/ImageList/ImageList.js +30 -29
- package/modern/ImageListItem/ImageListItem.js +40 -39
- package/modern/ImageListItemBar/ImageListItemBar.js +47 -41
- package/modern/Input/Input.js +77 -74
- package/modern/Input/inputClasses.js +4 -2
- package/modern/InputAdornment/InputAdornment.js +36 -34
- package/modern/InputBase/InputBase.js +116 -92
- package/modern/InputLabel/InputLabel.js +83 -68
- package/modern/LinearProgress/LinearProgress.js +64 -58
- package/modern/Link/Link.js +69 -64
- package/modern/List/List.js +24 -24
- package/modern/ListItem/ListItem.js +113 -96
- package/modern/ListItemAvatar/ListItemAvatar.js +15 -15
- package/modern/ListItemButton/ListItemButton.js +40 -35
- package/modern/ListItemIcon/ListItemIcon.js +15 -15
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +15 -15
- package/modern/ListItemText/ListItemText.js +34 -34
- package/modern/ListSubheader/ListSubheader.js +36 -32
- package/modern/Menu/Menu.js +38 -39
- package/modern/MenuItem/MenuItem.js +50 -45
- package/modern/MenuList/MenuList.js +17 -20
- package/modern/MobileStepper/MobileStepper.js +61 -53
- package/modern/Modal/Modal.js +50 -45
- package/modern/NativeSelect/NativeSelect.js +26 -22
- package/modern/NativeSelect/NativeSelectInput.js +50 -43
- package/modern/OutlinedInput/NotchedOutline.js +55 -51
- package/modern/OutlinedInput/OutlinedInput.js +72 -59
- package/modern/OutlinedInput/outlinedInputClasses.js +4 -2
- package/modern/Pagination/Pagination.js +35 -31
- package/modern/PaginationItem/PaginationItem.js +105 -93
- package/modern/Paper/Paper.js +32 -28
- package/modern/Popover/Popover.js +49 -51
- package/modern/Popper/Popper.js +25 -27
- package/modern/Radio/Radio.js +36 -33
- package/modern/Radio/RadioButtonIcon.js +11 -10
- package/modern/RadioGroup/RadioGroup.js +14 -17
- package/modern/Rating/Rating.js +88 -73
- package/modern/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
- package/modern/Select/Select.js +59 -55
- package/modern/Select/SelectInput.js +58 -57
- package/modern/Skeleton/Skeleton.js +51 -46
- package/modern/Slide/Slide.js +37 -33
- package/modern/Slider/Slider.js +281 -216
- package/modern/Snackbar/Snackbar.js +81 -67
- package/modern/SnackbarContent/SnackbarContent.js +13 -15
- package/modern/SpeedDial/SpeedDial.js +85 -83
- package/modern/SpeedDialAction/SpeedDialAction.js +57 -52
- package/modern/SpeedDialIcon/SpeedDialIcon.js +25 -24
- package/modern/Step/Step.js +27 -26
- package/modern/StepButton/StepButton.js +23 -24
- package/modern/StepConnector/StepConnector.js +34 -31
- package/modern/StepContent/StepContent.js +23 -24
- package/modern/StepIcon/StepIcon.js +22 -22
- package/modern/StepLabel/StepLabel.js +34 -33
- package/modern/Stepper/Stepper.js +33 -31
- package/modern/SvgIcon/SvgIcon.js +19 -20
- package/modern/SwipeableDrawer/SwipeArea.js +33 -30
- package/modern/SwipeableDrawer/SwipeableDrawer.js +49 -43
- package/modern/Switch/Switch.js +59 -52
- package/modern/Tab/Tab.js +93 -83
- package/modern/TabScrollButton/TabScrollButton.js +30 -25
- package/modern/Table/Table.js +20 -19
- package/modern/TableBody/TableBody.js +11 -12
- package/modern/TableCell/TableCell.js +70 -59
- package/modern/TableContainer/TableContainer.js +11 -12
- package/modern/TableFooter/TableFooter.js +11 -12
- package/modern/TableHead/TableHead.js +11 -12
- package/modern/TablePagination/TablePagination.js +53 -49
- package/modern/TablePagination/TablePaginationActions.js +22 -25
- package/modern/TableRow/TableRow.js +13 -14
- package/modern/TableSortLabel/TableSortLabel.js +23 -23
- package/modern/Tabs/ScrollbarSize.js +7 -9
- package/modern/Tabs/Tabs.js +107 -92
- package/modern/TextField/TextField.js +57 -57
- package/modern/ToggleButton/ToggleButton.js +36 -35
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +60 -59
- package/modern/Toolbar/Toolbar.js +26 -25
- package/modern/Tooltip/Tooltip.js +177 -147
- package/modern/Typography/Typography.js +37 -32
- package/modern/Zoom/Zoom.js +31 -30
- package/modern/index.js +1 -1
- package/modern/internal/SwitchBase.js +45 -43
- package/modern/locale/index.js +309 -0
- package/modern/styles/CssVarsProvider.js +3 -3
- package/modern/styles/ThemeProvider.js +7 -10
- package/modern/styles/adaptV4Theme.js +31 -31
- package/modern/styles/createMixins.js +4 -4
- package/modern/styles/createPalette.js +16 -13
- package/modern/styles/createTheme.js +16 -11
- package/modern/styles/createTransitions.js +17 -14
- package/modern/styles/createTypography.js +31 -29
- package/modern/styles/experimental_extendTheme.js +41 -33
- package/modern/styles/responsiveFontSizes.js +17 -11
- package/modern/usePagination/usePagination.js +18 -20
- package/modern/useScrollTrigger/useScrollTrigger.js +8 -10
- package/modern/utils/createSvgIcon.js +4 -5
- package/node/Accordion/Accordion.js +44 -43
- package/node/AccordionActions/AccordionActions.js +18 -18
- package/node/AccordionDetails/AccordionDetails.js +7 -9
- package/node/AccordionSummary/AccordionSummary.js +32 -32
- package/node/Alert/Alert.js +64 -60
- package/node/AlertTitle/AlertTitle.js +7 -9
- package/node/AppBar/AppBar.js +89 -73
- package/node/Autocomplete/Autocomplete.js +172 -141
- package/node/Avatar/Avatar.js +42 -38
- package/node/AvatarGroup/AvatarGroup.js +34 -33
- package/node/Backdrop/Backdrop.js +33 -31
- package/node/Badge/Badge.js +119 -107
- package/node/BottomNavigation/BottomNavigation.js +15 -17
- package/node/BottomNavigationAction/BottomNavigationAction.js +29 -31
- package/node/Breadcrumbs/BreadcrumbCollapsed.js +35 -34
- package/node/Breadcrumbs/Breadcrumbs.js +19 -21
- package/node/Button/Button.js +168 -133
- package/node/ButtonBase/ButtonBase.js +43 -42
- package/node/ButtonBase/TouchRipple.js +9 -12
- package/node/ButtonGroup/ButtonGroup.js +111 -89
- package/node/Card/Card.js +11 -12
- package/node/CardActionArea/CardActionArea.js +9 -12
- package/node/CardActions/CardActions.js +18 -18
- package/node/CardContent/CardContent.js +11 -12
- package/node/CardHeader/CardHeader.js +30 -31
- package/node/CardMedia/CardMedia.js +28 -27
- package/node/Checkbox/Checkbox.js +44 -39
- package/node/Chip/Chip.js +146 -129
- package/node/CircularProgress/CircularProgress.js +43 -36
- package/node/Collapse/Collapse.js +73 -65
- package/node/CssBaseline/CssBaseline.js +17 -14
- package/node/Dialog/Dialog.js +103 -94
- package/node/DialogActions/DialogActions.js +18 -18
- package/node/DialogContent/DialogContent.js +22 -22
- package/node/DialogContentText/DialogContentText.js +13 -11
- package/node/DialogTitle/DialogTitle.js +8 -10
- package/node/Divider/Divider.js +99 -84
- package/node/Drawer/Drawer.js +85 -76
- package/node/Fab/Fab.js +71 -60
- package/node/Fade/Fade.js +31 -30
- package/node/FilledInput/FilledInput.js +135 -117
- package/node/FilledInput/filledInputClasses.js +4 -2
- package/node/FormControl/FormControl.js +41 -35
- package/node/FormControlLabel/FormControlLabel.js +43 -38
- package/node/FormGroup/FormGroup.js +16 -16
- package/node/FormHelperText/FormHelperText.js +30 -23
- package/node/FormLabel/FormLabel.js +26 -18
- package/node/GlobalStyles/GlobalStyles.js +3 -3
- package/node/Grid/Grid.js +54 -43
- package/node/Grow/Grow.js +31 -30
- package/node/Hidden/Hidden.js +24 -26
- package/node/Hidden/HiddenCss.js +29 -29
- package/node/Hidden/withWidth.js +19 -19
- package/node/Icon/Icon.js +14 -15
- package/node/IconButton/IconButton.js +59 -52
- package/node/ImageList/ImageList.js +30 -29
- package/node/ImageListItem/ImageListItem.js +40 -39
- package/node/ImageListItemBar/ImageListItemBar.js +47 -41
- package/node/Input/Input.js +77 -74
- package/node/Input/inputClasses.js +4 -2
- package/node/InputAdornment/InputAdornment.js +36 -34
- package/node/InputBase/InputBase.js +116 -92
- package/node/InputLabel/InputLabel.js +83 -68
- package/node/LinearProgress/LinearProgress.js +64 -58
- package/node/Link/Link.js +69 -64
- package/node/List/List.js +24 -24
- package/node/ListItem/ListItem.js +113 -96
- package/node/ListItemAvatar/ListItemAvatar.js +15 -15
- package/node/ListItemButton/ListItemButton.js +40 -35
- package/node/ListItemIcon/ListItemIcon.js +15 -15
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +15 -15
- package/node/ListItemText/ListItemText.js +34 -34
- package/node/ListSubheader/ListSubheader.js +36 -32
- package/node/Menu/Menu.js +38 -39
- package/node/MenuItem/MenuItem.js +50 -45
- package/node/MenuList/MenuList.js +17 -20
- package/node/MobileStepper/MobileStepper.js +61 -53
- package/node/Modal/Modal.js +50 -45
- package/node/NativeSelect/NativeSelect.js +26 -22
- package/node/NativeSelect/NativeSelectInput.js +50 -43
- package/node/OutlinedInput/NotchedOutline.js +55 -51
- package/node/OutlinedInput/OutlinedInput.js +72 -59
- package/node/OutlinedInput/outlinedInputClasses.js +4 -2
- package/node/Pagination/Pagination.js +35 -31
- package/node/PaginationItem/PaginationItem.js +105 -93
- package/node/Paper/Paper.js +32 -28
- package/node/Popover/Popover.js +49 -51
- package/node/Popper/Popper.js +25 -27
- package/node/Radio/Radio.js +36 -33
- package/node/Radio/RadioButtonIcon.js +11 -10
- package/node/RadioGroup/RadioGroup.js +14 -17
- package/node/Rating/Rating.js +88 -73
- package/node/ScopedCssBaseline/ScopedCssBaseline.js +18 -15
- package/node/Select/Select.js +59 -55
- package/node/Select/SelectInput.js +58 -57
- package/node/Skeleton/Skeleton.js +51 -46
- package/node/Slide/Slide.js +39 -34
- package/node/Slider/Slider.js +281 -216
- package/node/Snackbar/Snackbar.js +81 -67
- package/node/SnackbarContent/SnackbarContent.js +13 -15
- package/node/SpeedDial/SpeedDial.js +85 -83
- package/node/SpeedDialAction/SpeedDialAction.js +59 -52
- package/node/SpeedDialIcon/SpeedDialIcon.js +25 -24
- package/node/Step/Step.js +27 -26
- package/node/StepButton/StepButton.js +23 -24
- package/node/StepConnector/StepConnector.js +34 -31
- package/node/StepContent/StepContent.js +23 -24
- package/node/StepIcon/StepIcon.js +22 -22
- package/node/StepLabel/StepLabel.js +34 -33
- package/node/Stepper/Stepper.js +33 -31
- package/node/SvgIcon/SvgIcon.js +19 -20
- package/node/SwipeableDrawer/SwipeArea.js +33 -30
- package/node/SwipeableDrawer/SwipeableDrawer.js +51 -44
- package/node/Switch/Switch.js +61 -52
- package/node/Tab/Tab.js +93 -83
- package/node/TabScrollButton/TabScrollButton.js +32 -26
- package/node/Table/Table.js +20 -19
- package/node/TableBody/TableBody.js +11 -12
- package/node/TableCell/TableCell.js +70 -59
- package/node/TableContainer/TableContainer.js +11 -12
- package/node/TableFooter/TableFooter.js +11 -12
- package/node/TableHead/TableHead.js +11 -12
- package/node/TablePagination/TablePagination.js +53 -49
- package/node/TablePagination/TablePaginationActions.js +22 -25
- package/node/TableRow/TableRow.js +13 -14
- package/node/TableSortLabel/TableSortLabel.js +23 -23
- package/node/Tabs/ScrollbarSize.js +7 -9
- package/node/Tabs/Tabs.js +107 -92
- package/node/TextField/TextField.js +57 -57
- package/node/ToggleButton/ToggleButton.js +38 -35
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +60 -59
- package/node/Toolbar/Toolbar.js +26 -25
- package/node/Tooltip/Tooltip.js +177 -147
- package/node/Typography/Typography.js +37 -32
- package/node/Zoom/Zoom.js +31 -30
- package/node/index.js +1 -1
- package/node/internal/SwitchBase.js +45 -43
- package/node/locale/index.js +314 -1
- package/node/styles/CssVarsProvider.js +3 -3
- package/node/styles/ThemeProvider.js +7 -10
- package/node/styles/adaptV4Theme.js +31 -32
- package/node/styles/createMixins.js +4 -5
- package/node/styles/createPalette.js +16 -13
- package/node/styles/createTheme.js +16 -11
- package/node/styles/createTransitions.js +17 -15
- package/node/styles/createTypography.js +31 -30
- package/node/styles/experimental_extendTheme.js +41 -33
- package/node/styles/responsiveFontSizes.js +17 -12
- package/node/usePagination/usePagination.js +18 -21
- package/node/useScrollTrigger/useScrollTrigger.js +8 -11
- package/node/utils/createSvgIcon.js +4 -5
- package/package.json +5 -5
- package/styles/CssVarsProvider.js +3 -3
- package/styles/ThemeProvider.js +7 -10
- package/styles/adaptV4Theme.js +31 -31
- package/styles/createMixins.js +4 -4
- package/styles/createPalette.js +16 -13
- package/styles/createTheme.js +16 -11
- package/styles/createTransitions.js +17 -14
- package/styles/createTypography.js +31 -29
- package/styles/experimental_extendTheme.js +41 -33
- package/styles/responsiveFontSizes.js +17 -11
- package/umd/material-ui.development.js +7513 -6042
- package/umd/material-ui.production.min.js +21 -21
- package/usePagination/usePagination.js +18 -20
- package/useScrollTrigger/useScrollTrigger.js +8 -10
- package/utils/createSvgIcon.js +4 -5
package/legacy/locale/index.js
CHANGED
|
@@ -2593,6 +2593,243 @@ export var mkMK = {
|
|
|
2593
2593
|
}
|
|
2594
2594
|
}
|
|
2595
2595
|
};
|
|
2596
|
+
|
|
2597
|
+
// Myanmar - မြန်မာ
|
|
2598
|
+
export var myMY = {
|
|
2599
|
+
components: {
|
|
2600
|
+
MuiBreadcrumbs: {
|
|
2601
|
+
defaultProps: {
|
|
2602
|
+
expandText: 'လမ်းကြောင်းပြပါ။'
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2605
|
+
MuiTablePagination: {
|
|
2606
|
+
defaultProps: {
|
|
2607
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
2608
|
+
if (type === 'first') {
|
|
2609
|
+
return 'ပထမစာမျက်နှာသို့သွားပါ။';
|
|
2610
|
+
}
|
|
2611
|
+
if (type === 'last') {
|
|
2612
|
+
return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
|
|
2613
|
+
}
|
|
2614
|
+
if (type === 'next') {
|
|
2615
|
+
return 'နောက်စာမျက်နှာသို့သွားပါ။';
|
|
2616
|
+
}
|
|
2617
|
+
// if (type === 'previous') {
|
|
2618
|
+
return 'ယခင်စာမျက်နှာသို့သွားပါ။';
|
|
2619
|
+
},
|
|
2620
|
+
labelRowsPerPage: 'စာမျက်နှာအလိုက် အတန်းများ:',
|
|
2621
|
+
labelDisplayedRows: function labelDisplayedRows(_ref27) {
|
|
2622
|
+
var from = _ref27.from,
|
|
2623
|
+
to = _ref27.to,
|
|
2624
|
+
count = _ref27.count;
|
|
2625
|
+
return "".concat(from, "\u2013").concat(to, " \u104F ").concat(count !== -1 ? count : "\u1011\u1000\u103A\u1015\u102D\u102F\u1015\u103C\u102E\u1038 ".concat(to));
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
MuiRating: {
|
|
2630
|
+
defaultProps: {
|
|
2631
|
+
getLabelText: function getLabelText(value) {
|
|
2632
|
+
var lastDigit = value % 10;
|
|
2633
|
+
return "".concat(value, " \u1000\u103C\u101A\u103A\u1015\u103D\u1004\u1037\u103A").concat(lastDigit === 1 ? '၎' : '');
|
|
2634
|
+
},
|
|
2635
|
+
emptyLabelText: 'ဗလာ'
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2638
|
+
MuiAutocomplete: {
|
|
2639
|
+
defaultProps: {
|
|
2640
|
+
clearText: 'ရှင်းလင်းသော',
|
|
2641
|
+
closeText: 'ပိတ်လိုက်',
|
|
2642
|
+
loadingText: 'ဖွင့်နေသည်…',
|
|
2643
|
+
noOptionsText: 'ရွေးချယ်ခွင့်မရှိပါ။',
|
|
2644
|
+
openText: 'ဖွင့်သည်။'
|
|
2645
|
+
}
|
|
2646
|
+
},
|
|
2647
|
+
MuiAlert: {
|
|
2648
|
+
defaultProps: {
|
|
2649
|
+
closeText: 'ပိတ်လိုက်'
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
MuiPagination: {
|
|
2653
|
+
defaultProps: {
|
|
2654
|
+
'aria-label': 'Pagination အညွှန်း',
|
|
2655
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
2656
|
+
if (type === 'page') {
|
|
2657
|
+
return "".concat(selected ? '' : 'သွားပါ။ ', "\u1005\u102C\u1019\u103B\u1000\u103A\u1014\u103E\u102C ").concat(page);
|
|
2658
|
+
}
|
|
2659
|
+
if (type === 'first') {
|
|
2660
|
+
return 'ပထမစာမျက်နှာသို့သွားပါ။';
|
|
2661
|
+
}
|
|
2662
|
+
if (type === 'last') {
|
|
2663
|
+
return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
|
|
2664
|
+
}
|
|
2665
|
+
if (type === 'next') {
|
|
2666
|
+
return 'နောက်စာမျက်နှာသို့သွားပါ။';
|
|
2667
|
+
}
|
|
2668
|
+
// if (type === 'previous') {
|
|
2669
|
+
return 'ယခင်စာမျက်နှာသို့သွားပါ။';
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
}
|
|
2674
|
+
};
|
|
2675
|
+
|
|
2676
|
+
// Malay-Melayu
|
|
2677
|
+
export var msMS = {
|
|
2678
|
+
components: {
|
|
2679
|
+
MuiBreadcrumbs: {
|
|
2680
|
+
defaultProps: {
|
|
2681
|
+
expandText: 'Tunjukkan laluan'
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2684
|
+
MuiTablePagination: {
|
|
2685
|
+
defaultProps: {
|
|
2686
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
2687
|
+
if (type === 'first') {
|
|
2688
|
+
return 'Pergi ke halaman pertama';
|
|
2689
|
+
}
|
|
2690
|
+
if (type === 'last') {
|
|
2691
|
+
return 'Pergi ke halaman terakhir';
|
|
2692
|
+
}
|
|
2693
|
+
if (type === 'next') {
|
|
2694
|
+
return 'Pergi ke halaman seterusnya';
|
|
2695
|
+
}
|
|
2696
|
+
// if (type === 'previous') {
|
|
2697
|
+
return 'Pergi ke halaman sebelumnya';
|
|
2698
|
+
},
|
|
2699
|
+
labelRowsPerPage: 'Baris setiap halaman:',
|
|
2700
|
+
labelDisplayedRows: function labelDisplayedRows(_ref28) {
|
|
2701
|
+
var from = _ref28.from,
|
|
2702
|
+
to = _ref28.to,
|
|
2703
|
+
count = _ref28.count;
|
|
2704
|
+
return "".concat(from, "\u2013").concat(to, " daripada ").concat(count !== -1 ? count : "lebih daripada ".concat(to));
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
MuiRating: {
|
|
2709
|
+
defaultProps: {
|
|
2710
|
+
getLabelText: function getLabelText(value) {
|
|
2711
|
+
var lastDigit = value % 10;
|
|
2712
|
+
return "".concat(value, " Bintang").concat(lastDigit === 1 ? 's' : '');
|
|
2713
|
+
},
|
|
2714
|
+
emptyLabelText: 'kosong'
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
MuiAutocomplete: {
|
|
2718
|
+
defaultProps: {
|
|
2719
|
+
clearText: 'Jelas',
|
|
2720
|
+
closeText: 'tutup',
|
|
2721
|
+
loadingText: 'Memuatkan…',
|
|
2722
|
+
noOptionsText: 'Tiada pilihan',
|
|
2723
|
+
openText: 'Buka'
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
MuiAlert: {
|
|
2727
|
+
defaultProps: {
|
|
2728
|
+
closeText: 'tutup'
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
MuiPagination: {
|
|
2732
|
+
defaultProps: {
|
|
2733
|
+
'aria-label': 'Navigasi penomboran',
|
|
2734
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
2735
|
+
if (type === 'page') {
|
|
2736
|
+
return "".concat(selected ? '' : 'Pergi ke ', "muka surat ").concat(page);
|
|
2737
|
+
}
|
|
2738
|
+
if (type === 'first') {
|
|
2739
|
+
return 'Pergi ke halaman pertama';
|
|
2740
|
+
}
|
|
2741
|
+
if (type === 'last') {
|
|
2742
|
+
return 'Pergi ke halaman terakhir';
|
|
2743
|
+
}
|
|
2744
|
+
if (type === 'next') {
|
|
2745
|
+
return 'Pergi ke halaman seterusnya';
|
|
2746
|
+
}
|
|
2747
|
+
// if (type === 'previous') {
|
|
2748
|
+
return 'Pergi ke halaman sebelumnya';
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
};
|
|
2754
|
+
|
|
2755
|
+
// Nepali-नेपाली
|
|
2756
|
+
export var neNP = {
|
|
2757
|
+
components: {
|
|
2758
|
+
MuiBreadcrumbs: {
|
|
2759
|
+
defaultProps: {
|
|
2760
|
+
expandText: 'बाटो देखाउनुहोस्'
|
|
2761
|
+
}
|
|
2762
|
+
},
|
|
2763
|
+
MuiTablePagination: {
|
|
2764
|
+
defaultProps: {
|
|
2765
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
2766
|
+
if (type === 'first') {
|
|
2767
|
+
return 'पहिलो पृष्ठमा जानुहोस्';
|
|
2768
|
+
}
|
|
2769
|
+
if (type === 'last') {
|
|
2770
|
+
return 'अन्तिम पृष्ठमा जानुहोस्';
|
|
2771
|
+
}
|
|
2772
|
+
if (type === 'next') {
|
|
2773
|
+
return 'अर्को पृष्ठमा जानुहोस्';
|
|
2774
|
+
}
|
|
2775
|
+
// if (type === 'previous') {
|
|
2776
|
+
return 'अघिल्लो पृष्ठमा जानुहोस्';
|
|
2777
|
+
},
|
|
2778
|
+
labelRowsPerPage: 'प्रति पृष्ठ पङ्क्तिहरू:',
|
|
2779
|
+
labelDisplayedRows: function labelDisplayedRows(_ref29) {
|
|
2780
|
+
var from = _ref29.from,
|
|
2781
|
+
to = _ref29.to,
|
|
2782
|
+
count = _ref29.count;
|
|
2783
|
+
return "".concat(from, "\u2013").concat(to, " \u0915\u094B ").concat(count !== -1 ? count : "\u0927\u0947\u0930\u0948 ".concat(to));
|
|
2784
|
+
}
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
MuiRating: {
|
|
2788
|
+
defaultProps: {
|
|
2789
|
+
getLabelText: function getLabelText(value) {
|
|
2790
|
+
var lastDigit = value % 10;
|
|
2791
|
+
return "".concat(value, " \u0924\u093E\u0930\u093E").concat(lastDigit === 1 ? 'स' : '');
|
|
2792
|
+
},
|
|
2793
|
+
emptyLabelText: 'खाली'
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
MuiAutocomplete: {
|
|
2797
|
+
defaultProps: {
|
|
2798
|
+
clearText: 'खाली गर्नुहोस्',
|
|
2799
|
+
closeText: 'बन्द गर्नुहोस्',
|
|
2800
|
+
loadingText: 'लोड हुँदै...',
|
|
2801
|
+
noOptionsText: 'कुनै विकल्प छैन',
|
|
2802
|
+
openText: 'खोल्नुहोस्'
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
MuiAlert: {
|
|
2806
|
+
defaultProps: {
|
|
2807
|
+
closeText: 'बन्द गर्नुहोस्'
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2810
|
+
MuiPagination: {
|
|
2811
|
+
defaultProps: {
|
|
2812
|
+
'aria-label': 'पृष्ठांकन नेभिगेसन',
|
|
2813
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
2814
|
+
if (type === 'page') {
|
|
2815
|
+
return "".concat(selected ? '' : 'जाऊ त्यहाँ ', "\u092A\u0943\u0937\u094D\u0920 ").concat(page);
|
|
2816
|
+
}
|
|
2817
|
+
if (type === 'first') {
|
|
2818
|
+
return 'पहिलो पृष्ठमा जानुहोस्';
|
|
2819
|
+
}
|
|
2820
|
+
if (type === 'last') {
|
|
2821
|
+
return 'अन्तिम पृष्ठमा जानुहोस्';
|
|
2822
|
+
}
|
|
2823
|
+
if (type === 'next') {
|
|
2824
|
+
return 'अर्को पृष्ठमा जानुहोस्';
|
|
2825
|
+
}
|
|
2826
|
+
// if (type === 'previous') {
|
|
2827
|
+
return 'अघिल्लो पृष्ठमा जानुहोस्';
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
};
|
|
2596
2833
|
export var nbNO = {
|
|
2597
2834
|
components: {
|
|
2598
2835
|
MuiBreadcrumbs: {
|
|
@@ -2616,10 +2853,10 @@ export var nbNO = {
|
|
|
2616
2853
|
return 'Gå til forrige side';
|
|
2617
2854
|
},
|
|
2618
2855
|
labelRowsPerPage: 'Rader per side:',
|
|
2619
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2620
|
-
var from =
|
|
2621
|
-
to =
|
|
2622
|
-
count =
|
|
2856
|
+
labelDisplayedRows: function labelDisplayedRows(_ref30) {
|
|
2857
|
+
var from = _ref30.from,
|
|
2858
|
+
to = _ref30.to,
|
|
2859
|
+
count = _ref30.count;
|
|
2623
2860
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
|
|
2624
2861
|
}
|
|
2625
2862
|
}
|
|
@@ -2692,10 +2929,10 @@ export var nlNL = {
|
|
|
2692
2929
|
return 'Ga naar vorige pagina';
|
|
2693
2930
|
},
|
|
2694
2931
|
labelRowsPerPage: 'Regels per pagina:',
|
|
2695
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2696
|
-
var from =
|
|
2697
|
-
to =
|
|
2698
|
-
count =
|
|
2932
|
+
labelDisplayedRows: function labelDisplayedRows(_ref31) {
|
|
2933
|
+
var from = _ref31.from,
|
|
2934
|
+
to = _ref31.to,
|
|
2935
|
+
count = _ref31.count;
|
|
2699
2936
|
return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
|
|
2700
2937
|
}
|
|
2701
2938
|
}
|
|
@@ -2768,10 +3005,10 @@ export var plPL = {
|
|
|
2768
3005
|
return 'Przejdź do poprzedniej strony';
|
|
2769
3006
|
},
|
|
2770
3007
|
labelRowsPerPage: 'Wierszy na stronę:',
|
|
2771
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2772
|
-
var from =
|
|
2773
|
-
to =
|
|
2774
|
-
count =
|
|
3008
|
+
labelDisplayedRows: function labelDisplayedRows(_ref32) {
|
|
3009
|
+
var from = _ref32.from,
|
|
3010
|
+
to = _ref32.to,
|
|
3011
|
+
count = _ref32.count;
|
|
2775
3012
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
|
|
2776
3013
|
}
|
|
2777
3014
|
}
|
|
@@ -2851,10 +3088,10 @@ export var ptBR = {
|
|
|
2851
3088
|
return 'Ir para a página anterior';
|
|
2852
3089
|
},
|
|
2853
3090
|
labelRowsPerPage: 'Linhas por página:',
|
|
2854
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2855
|
-
var from =
|
|
2856
|
-
to =
|
|
2857
|
-
count =
|
|
3091
|
+
labelDisplayedRows: function labelDisplayedRows(_ref33) {
|
|
3092
|
+
var from = _ref33.from,
|
|
3093
|
+
to = _ref33.to,
|
|
3094
|
+
count = _ref33.count;
|
|
2858
3095
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2859
3096
|
}
|
|
2860
3097
|
}
|
|
@@ -2927,10 +3164,10 @@ export var ptPT = {
|
|
|
2927
3164
|
return 'Página anterior';
|
|
2928
3165
|
},
|
|
2929
3166
|
labelRowsPerPage: 'Linhas por página:',
|
|
2930
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2931
|
-
var from =
|
|
2932
|
-
to =
|
|
2933
|
-
count =
|
|
3167
|
+
labelDisplayedRows: function labelDisplayedRows(_ref34) {
|
|
3168
|
+
var from = _ref34.from,
|
|
3169
|
+
to = _ref34.to,
|
|
3170
|
+
count = _ref34.count;
|
|
2934
3171
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2935
3172
|
}
|
|
2936
3173
|
}
|
|
@@ -3078,10 +3315,10 @@ export var srRS = {
|
|
|
3078
3315
|
return 'Idi na prethodnu stranicu';
|
|
3079
3316
|
},
|
|
3080
3317
|
labelRowsPerPage: 'Redova po stranici:',
|
|
3081
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3082
|
-
var from =
|
|
3083
|
-
to =
|
|
3084
|
-
count =
|
|
3318
|
+
labelDisplayedRows: function labelDisplayedRows(_ref35) {
|
|
3319
|
+
var from = _ref35.from,
|
|
3320
|
+
to = _ref35.to,
|
|
3321
|
+
count = _ref35.count;
|
|
3085
3322
|
return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
|
|
3086
3323
|
}
|
|
3087
3324
|
}
|
|
@@ -3159,10 +3396,10 @@ export var ruRU = {
|
|
|
3159
3396
|
return 'Перейти на предыдущую страницу';
|
|
3160
3397
|
},
|
|
3161
3398
|
labelRowsPerPage: 'Строк на странице:',
|
|
3162
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3163
|
-
var from =
|
|
3164
|
-
to =
|
|
3165
|
-
count =
|
|
3399
|
+
labelDisplayedRows: function labelDisplayedRows(_ref36) {
|
|
3400
|
+
var from = _ref36.from,
|
|
3401
|
+
to = _ref36.to,
|
|
3402
|
+
count = _ref36.count;
|
|
3166
3403
|
return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
|
|
3167
3404
|
}
|
|
3168
3405
|
}
|
|
@@ -3245,10 +3482,10 @@ export var siLK = {
|
|
|
3245
3482
|
return 'පෙර පිටුවට යන්න';
|
|
3246
3483
|
},
|
|
3247
3484
|
labelRowsPerPage: 'පිටුවක පේළි:',
|
|
3248
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3249
|
-
var from =
|
|
3250
|
-
to =
|
|
3251
|
-
count =
|
|
3485
|
+
labelDisplayedRows: function labelDisplayedRows(_ref37) {
|
|
3486
|
+
var from = _ref37.from,
|
|
3487
|
+
to = _ref37.to,
|
|
3488
|
+
count = _ref37.count;
|
|
3252
3489
|
return "".concat(from, "\u2013").concat(to, " \u0DAF\u0D9A\u0DCA\u0DC0\u0DCF ").concat(count !== -1 ? count : "".concat(to, " \u0DA7 \u0DC0\u0DD0\u0DA9\u0DD2 \u0DB4\u0DCA\u200D\u0DBB\u0DB8\u0DCF\u0DAB\u0DBA\u0D9A\u0DD2\u0DB1\u0DCA"));
|
|
3253
3490
|
}
|
|
3254
3491
|
}
|
|
@@ -3321,10 +3558,10 @@ export var skSK = {
|
|
|
3321
3558
|
return 'Ísť na predchádzajúcu stránku';
|
|
3322
3559
|
},
|
|
3323
3560
|
labelRowsPerPage: 'Riadkov na stránke:',
|
|
3324
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3325
|
-
var from =
|
|
3326
|
-
to =
|
|
3327
|
-
count =
|
|
3561
|
+
labelDisplayedRows: function labelDisplayedRows(_ref38) {
|
|
3562
|
+
var from = _ref38.from,
|
|
3563
|
+
to = _ref38.to,
|
|
3564
|
+
count = _ref38.count;
|
|
3328
3565
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
|
|
3329
3566
|
}
|
|
3330
3567
|
}
|
|
@@ -3403,10 +3640,10 @@ export var svSE = {
|
|
|
3403
3640
|
return 'Gå till föregående sida';
|
|
3404
3641
|
},
|
|
3405
3642
|
labelRowsPerPage: 'Rader per sida:',
|
|
3406
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3407
|
-
var from =
|
|
3408
|
-
to =
|
|
3409
|
-
count =
|
|
3643
|
+
labelDisplayedRows: function labelDisplayedRows(_ref39) {
|
|
3644
|
+
var from = _ref39.from,
|
|
3645
|
+
to = _ref39.to,
|
|
3646
|
+
count = _ref39.count;
|
|
3410
3647
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
|
|
3411
3648
|
}
|
|
3412
3649
|
}
|
|
@@ -3479,10 +3716,10 @@ export var thTH = {
|
|
|
3479
3716
|
return 'ไปที่หน้าก่อน';
|
|
3480
3717
|
},
|
|
3481
3718
|
labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
|
|
3482
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3483
|
-
var from =
|
|
3484
|
-
to =
|
|
3485
|
-
count =
|
|
3719
|
+
labelDisplayedRows: function labelDisplayedRows(_ref40) {
|
|
3720
|
+
var from = _ref40.from,
|
|
3721
|
+
to = _ref40.to,
|
|
3722
|
+
count = _ref40.count;
|
|
3486
3723
|
return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
|
|
3487
3724
|
}
|
|
3488
3725
|
}
|
|
@@ -3605,6 +3842,84 @@ export var trTR = {
|
|
|
3605
3842
|
}
|
|
3606
3843
|
}
|
|
3607
3844
|
};
|
|
3845
|
+
|
|
3846
|
+
// Tagalog-Tagalog
|
|
3847
|
+
export var tlTL = {
|
|
3848
|
+
components: {
|
|
3849
|
+
MuiBreadcrumbs: {
|
|
3850
|
+
defaultProps: {
|
|
3851
|
+
expandText: 'Ipakita ang landas'
|
|
3852
|
+
}
|
|
3853
|
+
},
|
|
3854
|
+
MuiTablePagination: {
|
|
3855
|
+
defaultProps: {
|
|
3856
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
3857
|
+
if (type === 'first') {
|
|
3858
|
+
return 'Pumunta sa unang pahina';
|
|
3859
|
+
}
|
|
3860
|
+
if (type === 'last') {
|
|
3861
|
+
return 'Pumunta sa huling pahina';
|
|
3862
|
+
}
|
|
3863
|
+
if (type === 'next') {
|
|
3864
|
+
return 'Pumunta sa susunod na pahina';
|
|
3865
|
+
}
|
|
3866
|
+
// if (type === 'previous') {
|
|
3867
|
+
return 'Pumunta sa nakaraang pahina';
|
|
3868
|
+
},
|
|
3869
|
+
labelRowsPerPage: 'Mga hilera bawat pahina:',
|
|
3870
|
+
labelDisplayedRows: function labelDisplayedRows(_ref41) {
|
|
3871
|
+
var from = _ref41.from,
|
|
3872
|
+
to = _ref41.to,
|
|
3873
|
+
count = _ref41.count;
|
|
3874
|
+
return "".concat(from, "\u2013").concat(to, " ng ").concat(count !== -1 ? count : "higit sa ".concat(to));
|
|
3875
|
+
}
|
|
3876
|
+
}
|
|
3877
|
+
},
|
|
3878
|
+
MuiRating: {
|
|
3879
|
+
defaultProps: {
|
|
3880
|
+
getLabelText: function getLabelText(value) {
|
|
3881
|
+
return "".concat(value, " Bituin").concat(value !== 1 ? 's' : '');
|
|
3882
|
+
},
|
|
3883
|
+
emptyLabelText: 'Walang laman'
|
|
3884
|
+
}
|
|
3885
|
+
},
|
|
3886
|
+
MuiAutocomplete: {
|
|
3887
|
+
defaultProps: {
|
|
3888
|
+
clearText: 'Maaliwalas',
|
|
3889
|
+
closeText: 'Isara',
|
|
3890
|
+
loadingText: 'Naglo-load…',
|
|
3891
|
+
noOptionsText: 'Walang mga pagpipilian',
|
|
3892
|
+
openText: 'Bukas'
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3895
|
+
MuiAlert: {
|
|
3896
|
+
defaultProps: {
|
|
3897
|
+
closeText: 'Isara'
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
MuiPagination: {
|
|
3901
|
+
defaultProps: {
|
|
3902
|
+
'aria-label': 'Sayfa navigasyonu',
|
|
3903
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
3904
|
+
if (type === 'page') {
|
|
3905
|
+
return "".concat(selected ? '' : 'Pumunta sa', "pahina ").concat(page);
|
|
3906
|
+
}
|
|
3907
|
+
if (type === 'first') {
|
|
3908
|
+
return 'Pumunta sa unang pahina';
|
|
3909
|
+
}
|
|
3910
|
+
if (type === 'last') {
|
|
3911
|
+
return 'Pumunta sa huling pahina';
|
|
3912
|
+
}
|
|
3913
|
+
if (type === 'next') {
|
|
3914
|
+
return 'Pumunta sa susunod na pahina';
|
|
3915
|
+
}
|
|
3916
|
+
// if (type === 'previous') {
|
|
3917
|
+
return 'Pumunta sa nakaraang pahina';
|
|
3918
|
+
}
|
|
3919
|
+
}
|
|
3920
|
+
}
|
|
3921
|
+
}
|
|
3922
|
+
};
|
|
3608
3923
|
export var ukUA = {
|
|
3609
3924
|
components: {
|
|
3610
3925
|
MuiBreadcrumbs: {
|
|
@@ -3628,10 +3943,10 @@ export var ukUA = {
|
|
|
3628
3943
|
return 'Перейти на попередню сторінку';
|
|
3629
3944
|
},
|
|
3630
3945
|
labelRowsPerPage: 'Рядків на сторінці:',
|
|
3631
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3632
|
-
var from =
|
|
3633
|
-
to =
|
|
3634
|
-
count =
|
|
3946
|
+
labelDisplayedRows: function labelDisplayedRows(_ref42) {
|
|
3947
|
+
var from = _ref42.from,
|
|
3948
|
+
to = _ref42.to,
|
|
3949
|
+
count = _ref42.count;
|
|
3635
3950
|
return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
|
|
3636
3951
|
}
|
|
3637
3952
|
}
|
|
@@ -3711,10 +4026,10 @@ export var urPK = {
|
|
|
3711
4026
|
return 'پچھلے صفحے پر جائیں';
|
|
3712
4027
|
},
|
|
3713
4028
|
labelRowsPerPage: 'ایک صفحے پر قطاریں:',
|
|
3714
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3715
|
-
var from =
|
|
3716
|
-
to =
|
|
3717
|
-
count =
|
|
4029
|
+
labelDisplayedRows: function labelDisplayedRows(_ref43) {
|
|
4030
|
+
var from = _ref43.from,
|
|
4031
|
+
to = _ref43.to,
|
|
4032
|
+
count = _ref43.count;
|
|
3718
4033
|
return "".concat(count !== -1 ? "".concat(count, " \u0645\u06CC\u06BA \u0633\u06D2") : "".concat(to, " \u0633\u06D2 \u0630\u06CC\u0627\u062F\u06C1 \u0645\u06CC\u06BA \u0633\u06D2"), " ").concat(from, " \u0633\u06D2 ").concat(to, " \u0642\u0637\u0627\u0631\u06CC\u06BA");
|
|
3719
4034
|
}
|
|
3720
4035
|
}
|
|
@@ -3787,10 +4102,10 @@ export var viVN = {
|
|
|
3787
4102
|
return 'Về trang trước đó';
|
|
3788
4103
|
},
|
|
3789
4104
|
labelRowsPerPage: 'Số hàng mỗi trang:',
|
|
3790
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3791
|
-
var from =
|
|
3792
|
-
to =
|
|
3793
|
-
count =
|
|
4105
|
+
labelDisplayedRows: function labelDisplayedRows(_ref44) {
|
|
4106
|
+
var from = _ref44.from,
|
|
4107
|
+
to = _ref44.to,
|
|
4108
|
+
count = _ref44.count;
|
|
3794
4109
|
return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
|
|
3795
4110
|
}
|
|
3796
4111
|
}
|
|
@@ -3862,10 +4177,10 @@ export var zhCN = {
|
|
|
3862
4177
|
return '上一页';
|
|
3863
4178
|
},
|
|
3864
4179
|
labelRowsPerPage: '每页行数:',
|
|
3865
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3866
|
-
var from =
|
|
3867
|
-
to =
|
|
3868
|
-
count =
|
|
4180
|
+
labelDisplayedRows: function labelDisplayedRows(_ref45) {
|
|
4181
|
+
var from = _ref45.from,
|
|
4182
|
+
to = _ref45.to,
|
|
4183
|
+
count = _ref45.count;
|
|
3869
4184
|
return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
|
|
3870
4185
|
}
|
|
3871
4186
|
}
|
|
@@ -3916,10 +4231,10 @@ export var zhHK = {
|
|
|
3916
4231
|
return '上一頁';
|
|
3917
4232
|
},
|
|
3918
4233
|
labelRowsPerPage: '每頁行數:',
|
|
3919
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3920
|
-
var from =
|
|
3921
|
-
to =
|
|
3922
|
-
count =
|
|
4234
|
+
labelDisplayedRows: function labelDisplayedRows(_ref46) {
|
|
4235
|
+
var from = _ref46.from,
|
|
4236
|
+
to = _ref46.to,
|
|
4237
|
+
count = _ref46.count;
|
|
3923
4238
|
return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
|
|
3924
4239
|
}
|
|
3925
4240
|
}
|
|
@@ -3970,10 +4285,10 @@ export var zhTW = {
|
|
|
3970
4285
|
return '上一頁';
|
|
3971
4286
|
},
|
|
3972
4287
|
labelRowsPerPage: '每頁數量:',
|
|
3973
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3974
|
-
var from =
|
|
3975
|
-
to =
|
|
3976
|
-
count =
|
|
4288
|
+
labelDisplayedRows: function labelDisplayedRows(_ref47) {
|
|
4289
|
+
var from = _ref47.from,
|
|
4290
|
+
to = _ref47.to,
|
|
4291
|
+
count = _ref47.count;
|
|
3977
4292
|
return "".concat(from, " ~ ").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, " \u4EE5\u4E0A"));
|
|
3978
4293
|
}
|
|
3979
4294
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
2
4
|
import { unstable_createCssVarsProvider as createCssVarsProvider, unstable_styleFunctionSx as styleFunctionSx } from '@mui/system';
|
|
3
5
|
import experimental_extendTheme from './experimental_extendTheme';
|
|
4
6
|
import createTypography from './createTypography';
|
|
@@ -16,7 +18,7 @@ var _createCssVarsProvide = createCssVarsProvider({
|
|
|
16
18
|
dark: 'dark'
|
|
17
19
|
},
|
|
18
20
|
resolveTheme: function resolveTheme(theme) {
|
|
19
|
-
var newTheme =
|
|
21
|
+
var newTheme = _objectSpread(_objectSpread({}, theme), {}, {
|
|
20
22
|
typography: createTypography(theme.palette, theme.typography)
|
|
21
23
|
});
|
|
22
24
|
newTheme.unstable_sx = function sx(props) {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3
5
|
import * as React from 'react';
|
|
4
6
|
import PropTypes from 'prop-types';
|
|
5
7
|
import { ThemeProvider as SystemThemeProvider } from '@mui/system';
|
|
@@ -9,7 +11,7 @@ export default function ThemeProvider(_ref) {
|
|
|
9
11
|
var themeInput = _ref.theme,
|
|
10
12
|
props = _objectWithoutProperties(_ref, ["theme"]);
|
|
11
13
|
var scopedTheme = themeInput[THEME_ID];
|
|
12
|
-
return /*#__PURE__*/_jsx(SystemThemeProvider,
|
|
14
|
+
return /*#__PURE__*/_jsx(SystemThemeProvider, _objectSpread(_objectSpread({}, props), {}, {
|
|
13
15
|
themeId: scopedTheme ? THEME_ID : undefined,
|
|
14
16
|
theme: scopedTheme || themeInput
|
|
15
17
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
-
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
3
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
5
|
import { createBreakpoints, createSpacing } from '@mui/system';
|
|
5
6
|
export default function adaptV4Theme(inputTheme) {
|
|
6
7
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -19,7 +20,7 @@ export default function adaptV4Theme(inputTheme) {
|
|
|
19
20
|
_inputTheme$styleOver = inputTheme.styleOverrides,
|
|
20
21
|
styleOverrides = _inputTheme$styleOver === void 0 ? {} : _inputTheme$styleOver,
|
|
21
22
|
other = _objectWithoutProperties(inputTheme, ["defaultProps", "mixins", "overrides", "palette", "props", "styleOverrides"]);
|
|
22
|
-
var theme =
|
|
23
|
+
var theme = _objectSpread(_objectSpread({}, other), {}, {
|
|
23
24
|
components: {}
|
|
24
25
|
});
|
|
25
26
|
|
|
@@ -53,13 +54,13 @@ export default function adaptV4Theme(inputTheme) {
|
|
|
53
54
|
// theme.mixins.gutters
|
|
54
55
|
var breakpoints = createBreakpoints(inputTheme.breakpoints || {});
|
|
55
56
|
var spacing = theme.spacing;
|
|
56
|
-
theme.mixins =
|
|
57
|
+
theme.mixins = _objectSpread({
|
|
57
58
|
gutters: function gutters() {
|
|
58
59
|
var styles = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
59
|
-
return
|
|
60
|
+
return _objectSpread(_objectSpread({
|
|
60
61
|
paddingLeft: spacing(2),
|
|
61
62
|
paddingRight: spacing(2)
|
|
62
|
-
}, styles, _defineProperty({}, breakpoints.up('sm'),
|
|
63
|
+
}, styles), {}, _defineProperty({}, breakpoints.up('sm'), _objectSpread({
|
|
63
64
|
paddingLeft: spacing(3),
|
|
64
65
|
paddingRight: spacing(3)
|
|
65
66
|
}, styles[breakpoints.up('sm')])));
|
|
@@ -69,7 +70,7 @@ export default function adaptV4Theme(inputTheme) {
|
|
|
69
70
|
modeInput = palette.mode,
|
|
70
71
|
paletteRest = _objectWithoutProperties(palette, ["type", "mode"]);
|
|
71
72
|
var finalMode = modeInput || typeInput || 'light';
|
|
72
|
-
theme.palette =
|
|
73
|
+
theme.palette = _objectSpread({
|
|
73
74
|
// theme.palette.text.hint
|
|
74
75
|
text: {
|
|
75
76
|
hint: finalMode === 'dark' ? 'rgba(255, 255, 255, 0.5)' : 'rgba(0, 0, 0, 0.38)'
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
-
|
|
2
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
3
4
|
export default function createMixins(breakpoints, mixins) {
|
|
4
5
|
var _toolbar;
|
|
5
|
-
return
|
|
6
|
+
return _objectSpread({
|
|
6
7
|
toolbar: (_toolbar = {
|
|
7
8
|
minHeight: 56
|
|
8
9
|
}, _defineProperty(_toolbar, breakpoints.up('xs'), {
|