@mui/material 5.2.2 → 5.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/Accordion.d.ts +1 -1
- package/Accordion/Accordion.js +2 -2
- package/AccordionActions/AccordionActions.js +1 -1
- package/AccordionDetails/AccordionDetails.js +1 -1
- package/AccordionSummary/AccordionSummary.js +2 -2
- package/Alert/Alert.js +1 -3
- package/AlertTitle/AlertTitle.js +1 -1
- package/AppBar/AppBar.js +1 -1
- package/Autocomplete/Autocomplete.js +1 -1
- package/Avatar/Avatar.d.ts +1 -1
- package/Avatar/Avatar.js +1 -1
- package/AvatarGroup/AvatarGroup.d.ts +5 -0
- package/AvatarGroup/AvatarGroup.js +20 -5
- package/Backdrop/Backdrop.js +1 -1
- package/Badge/Badge.d.ts +25 -0
- package/Badge/Badge.js +41 -11
- package/BottomNavigation/BottomNavigation.js +1 -1
- package/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/Breadcrumbs/Breadcrumbs.js +1 -1
- package/Button/Button.js +16 -35
- package/ButtonBase/ButtonBase.d.ts +1 -1
- package/ButtonBase/ButtonBase.js +2 -2
- package/ButtonGroup/ButtonGroup.js +1 -1
- package/ButtonGroup/ButtonGroupContext.d.ts +1 -1
- package/CHANGELOG.md +271 -0
- package/Card/Card.js +1 -1
- package/CardActionArea/CardActionArea.js +1 -1
- package/CardActions/CardActions.js +1 -1
- package/CardContent/CardContent.js +1 -1
- package/CardHeader/CardHeader.js +1 -1
- package/CardMedia/CardMedia.js +1 -1
- package/Checkbox/Checkbox.js +1 -1
- package/Chip/Chip.js +1 -1
- package/CircularProgress/CircularProgress.js +1 -1
- package/Collapse/Collapse.d.ts +1 -1
- package/Collapse/Collapse.js +1 -1
- package/Container/Container.js +1 -1
- package/CssBaseline/CssBaseline.d.ts +1 -1
- package/Dialog/Dialog.d.ts +1 -1
- package/Dialog/Dialog.js +2 -2
- package/DialogActions/DialogActions.js +1 -1
- package/DialogContent/DialogContent.js +1 -1
- package/DialogContentText/DialogContentText.js +1 -1
- package/DialogTitle/DialogTitle.js +1 -1
- package/Divider/Divider.js +1 -1
- package/Drawer/Drawer.js +1 -1
- package/Fab/Fab.js +1 -1
- package/Fade/Fade.d.ts +1 -1
- package/FilledInput/FilledInput.js +1 -1
- package/FormControl/FormControl.js +1 -1
- package/FormControlLabel/FormControlLabel.js +1 -1
- package/FormGroup/FormGroup.js +1 -1
- package/FormHelperText/FormHelperText.js +1 -1
- package/FormLabel/FormLabel.js +1 -1
- package/GlobalStyles/GlobalStyles.d.ts +2 -1
- package/Grid/Grid.js +98 -69
- package/Grow/Grow.d.ts +1 -1
- package/Icon/Icon.js +1 -1
- package/IconButton/IconButton.js +1 -1
- package/ImageList/ImageList.js +1 -1
- package/ImageListItem/ImageListItem.js +1 -1
- package/ImageListItemBar/ImageListItemBar.js +1 -1
- package/Input/Input.js +1 -1
- package/InputAdornment/InputAdornment.js +1 -1
- package/InputBase/InputBase.d.ts +6 -0
- package/InputBase/InputBase.js +11 -3
- package/InputLabel/InputLabel.js +1 -1
- package/LinearProgress/LinearProgress.js +1 -1
- package/Link/Link.js +1 -1
- package/List/List.js +1 -1
- package/ListItem/ListItem.d.ts +1 -1
- package/ListItem/ListItem.js +1 -1
- package/ListItemAvatar/ListItemAvatar.js +1 -1
- package/ListItemButton/ListItemButton.d.ts +1 -1
- package/ListItemButton/ListItemButton.js +2 -2
- package/ListItemIcon/ListItemIcon.js +1 -1
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/ListItemText/ListItemText.js +1 -1
- package/ListSubheader/ListSubheader.js +1 -1
- package/Menu/Menu.d.ts +1 -1
- package/Menu/Menu.js +2 -2
- package/MenuItem/MenuItem.d.ts +1 -1
- package/MenuItem/MenuItem.js +2 -2
- package/MobileStepper/MobileStepper.js +1 -1
- package/Modal/Modal.js +1 -1
- package/NativeSelect/NativeSelect.js +1 -1
- package/OutlinedInput/OutlinedInput.js +15 -2
- package/Pagination/Pagination.js +1 -1
- package/PaginationItem/PaginationItem.js +1 -1
- package/Paper/Paper.js +1 -1
- package/Popover/Popover.d.ts +1 -1
- package/Popover/Popover.js +2 -2
- package/README.md +19 -31
- package/Radio/Radio.js +1 -1
- package/Rating/Rating.js +1 -1
- package/Select/Select.js +1 -1
- package/Select/SelectInput.js +13 -1
- package/Skeleton/Skeleton.js +1 -1
- package/Slide/Slide.d.ts +1 -1
- package/Slider/Slider.js +1 -1
- package/Snackbar/Snackbar.d.ts +1 -1
- package/Snackbar/Snackbar.js +2 -2
- package/SnackbarContent/SnackbarContent.js +1 -1
- package/SpeedDial/SpeedDial.d.ts +1 -1
- package/SpeedDial/SpeedDial.js +2 -2
- package/SpeedDialAction/SpeedDialAction.js +1 -1
- package/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/Stack/Stack.js +1 -1
- package/Step/Step.js +1 -1
- package/StepButton/StepButton.js +1 -1
- package/StepConnector/StepConnector.js +1 -1
- package/StepContent/StepContent.d.ts +1 -1
- package/StepContent/StepContent.js +2 -2
- package/StepIcon/StepIcon.js +1 -1
- package/StepLabel/StepLabel.js +1 -1
- package/Stepper/Stepper.js +1 -1
- package/SvgIcon/SvgIcon.js +1 -1
- package/Switch/Switch.js +1 -1
- package/Tab/Tab.js +1 -1
- package/TabScrollButton/TabScrollButton.js +1 -1
- package/Table/Table.js +1 -1
- package/TableBody/TableBody.js +1 -1
- package/TableCell/TableCell.js +1 -1
- package/TableContainer/TableContainer.js +1 -1
- package/TableFooter/TableFooter.js +1 -1
- package/TableHead/TableHead.js +1 -1
- package/TablePagination/TablePagination.js +1 -1
- package/TableRow/TableRow.js +1 -1
- package/TableSortLabel/TableSortLabel.js +1 -1
- package/Tabs/Tabs.d.ts +1 -1
- package/Tabs/Tabs.js +1 -1
- package/TextField/TextField.js +3 -10
- package/ToggleButton/ToggleButton.js +1 -1
- package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/Toolbar/Toolbar.js +1 -1
- package/Tooltip/Tooltip.d.ts +1 -1
- package/Tooltip/Tooltip.js +2 -2
- package/Typography/Typography.js +1 -1
- package/Zoom/Zoom.d.ts +1 -1
- package/index.js +1 -1
- package/legacy/Accordion/Accordion.js +2 -2
- package/legacy/AccordionActions/AccordionActions.js +1 -1
- package/legacy/AccordionDetails/AccordionDetails.js +1 -1
- package/legacy/AccordionSummary/AccordionSummary.js +2 -2
- package/legacy/Alert/Alert.js +1 -3
- package/legacy/AlertTitle/AlertTitle.js +1 -1
- package/legacy/AppBar/AppBar.js +1 -1
- package/legacy/Autocomplete/Autocomplete.js +1 -1
- package/legacy/Avatar/Avatar.js +1 -1
- package/legacy/AvatarGroup/AvatarGroup.js +19 -4
- package/legacy/Backdrop/Backdrop.js +1 -1
- package/legacy/Badge/Badge.js +47 -12
- package/legacy/BottomNavigation/BottomNavigation.js +1 -1
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/legacy/Breadcrumbs/Breadcrumbs.js +1 -1
- package/legacy/Button/Button.js +23 -35
- package/legacy/ButtonBase/ButtonBase.js +2 -2
- package/legacy/ButtonGroup/ButtonGroup.js +1 -1
- package/legacy/Card/Card.js +1 -1
- package/legacy/CardActionArea/CardActionArea.js +1 -1
- package/legacy/CardActions/CardActions.js +1 -1
- package/legacy/CardContent/CardContent.js +1 -1
- package/legacy/CardHeader/CardHeader.js +1 -1
- package/legacy/CardMedia/CardMedia.js +1 -1
- package/legacy/Checkbox/Checkbox.js +1 -1
- package/legacy/Chip/Chip.js +1 -1
- package/legacy/CircularProgress/CircularProgress.js +1 -1
- package/legacy/Collapse/Collapse.js +1 -1
- package/legacy/Container/Container.js +1 -1
- package/legacy/Dialog/Dialog.js +2 -2
- package/legacy/DialogActions/DialogActions.js +1 -1
- package/legacy/DialogContent/DialogContent.js +1 -1
- package/legacy/DialogContentText/DialogContentText.js +1 -1
- package/legacy/DialogTitle/DialogTitle.js +1 -1
- package/legacy/Divider/Divider.js +1 -1
- package/legacy/Drawer/Drawer.js +1 -1
- package/legacy/Fab/Fab.js +1 -1
- package/legacy/FilledInput/FilledInput.js +1 -1
- package/legacy/FormControl/FormControl.js +1 -1
- package/legacy/FormControlLabel/FormControlLabel.js +1 -1
- package/legacy/FormGroup/FormGroup.js +1 -1
- package/legacy/FormHelperText/FormHelperText.js +1 -1
- package/legacy/FormLabel/FormLabel.js +1 -1
- package/legacy/Grid/Grid.js +109 -81
- package/legacy/Icon/Icon.js +1 -1
- package/legacy/IconButton/IconButton.js +1 -1
- package/legacy/ImageList/ImageList.js +1 -1
- package/legacy/ImageListItem/ImageListItem.js +1 -1
- package/legacy/ImageListItemBar/ImageListItemBar.js +1 -1
- package/legacy/Input/Input.js +1 -1
- package/legacy/InputAdornment/InputAdornment.js +1 -1
- package/legacy/InputBase/InputBase.js +11 -3
- package/legacy/InputLabel/InputLabel.js +1 -1
- package/legacy/LinearProgress/LinearProgress.js +1 -1
- package/legacy/Link/Link.js +1 -1
- package/legacy/List/List.js +1 -1
- package/legacy/ListItem/ListItem.js +1 -1
- package/legacy/ListItemAvatar/ListItemAvatar.js +1 -1
- package/legacy/ListItemButton/ListItemButton.js +2 -2
- package/legacy/ListItemIcon/ListItemIcon.js +1 -1
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/legacy/ListItemText/ListItemText.js +1 -1
- package/legacy/ListSubheader/ListSubheader.js +1 -1
- package/legacy/Menu/Menu.js +2 -2
- package/legacy/MenuItem/MenuItem.js +2 -2
- package/legacy/MobileStepper/MobileStepper.js +1 -1
- package/legacy/Modal/Modal.js +1 -1
- package/legacy/NativeSelect/NativeSelect.js +1 -1
- package/legacy/OutlinedInput/OutlinedInput.js +15 -2
- package/legacy/Pagination/Pagination.js +1 -1
- package/legacy/PaginationItem/PaginationItem.js +1 -1
- package/legacy/Paper/Paper.js +1 -1
- package/legacy/Popover/Popover.js +2 -2
- package/legacy/Radio/Radio.js +1 -1
- package/legacy/Rating/Rating.js +1 -1
- package/legacy/Select/Select.js +1 -1
- package/legacy/Select/SelectInput.js +13 -3
- package/legacy/Skeleton/Skeleton.js +1 -1
- package/legacy/Slider/Slider.js +1 -1
- package/legacy/Snackbar/Snackbar.js +2 -2
- package/legacy/SnackbarContent/SnackbarContent.js +1 -1
- package/legacy/SpeedDial/SpeedDial.js +2 -2
- package/legacy/SpeedDialAction/SpeedDialAction.js +1 -1
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/legacy/Stack/Stack.js +1 -1
- package/legacy/Step/Step.js +1 -1
- package/legacy/StepButton/StepButton.js +1 -1
- package/legacy/StepConnector/StepConnector.js +1 -1
- package/legacy/StepContent/StepContent.js +2 -2
- package/legacy/StepIcon/StepIcon.js +1 -1
- package/legacy/StepLabel/StepLabel.js +1 -1
- package/legacy/Stepper/Stepper.js +1 -1
- package/legacy/SvgIcon/SvgIcon.js +1 -1
- package/legacy/Switch/Switch.js +1 -1
- package/legacy/Tab/Tab.js +1 -1
- package/legacy/TabScrollButton/TabScrollButton.js +1 -1
- package/legacy/Table/Table.js +1 -1
- package/legacy/TableBody/TableBody.js +1 -1
- package/legacy/TableCell/TableCell.js +1 -1
- package/legacy/TableContainer/TableContainer.js +1 -1
- package/legacy/TableFooter/TableFooter.js +1 -1
- package/legacy/TableHead/TableHead.js +1 -1
- package/legacy/TablePagination/TablePagination.js +1 -1
- package/legacy/TableRow/TableRow.js +1 -1
- package/legacy/TableSortLabel/TableSortLabel.js +1 -1
- package/legacy/Tabs/Tabs.js +1 -1
- package/legacy/TextField/TextField.js +3 -10
- package/legacy/ToggleButton/ToggleButton.js +1 -1
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/legacy/Toolbar/Toolbar.js +1 -1
- package/legacy/Tooltip/Tooltip.js +2 -2
- package/legacy/Typography/Typography.js +1 -1
- package/legacy/index.js +1 -1
- package/legacy/locale/index.js +264 -98
- package/locale/index.d.ts +2 -0
- package/locale/index.js +166 -6
- package/modern/Accordion/Accordion.js +2 -2
- package/modern/AccordionActions/AccordionActions.js +1 -1
- package/modern/AccordionDetails/AccordionDetails.js +1 -1
- package/modern/AccordionSummary/AccordionSummary.js +2 -2
- package/modern/Alert/Alert.js +1 -3
- package/modern/AlertTitle/AlertTitle.js +1 -1
- package/modern/AppBar/AppBar.js +1 -1
- package/modern/Autocomplete/Autocomplete.js +1 -1
- package/modern/Avatar/Avatar.js +1 -1
- package/modern/AvatarGroup/AvatarGroup.js +20 -5
- package/modern/Backdrop/Backdrop.js +1 -1
- package/modern/Badge/Badge.js +41 -11
- package/modern/BottomNavigation/BottomNavigation.js +1 -1
- package/modern/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/modern/Breadcrumbs/Breadcrumbs.js +1 -1
- package/modern/Button/Button.js +16 -35
- package/modern/ButtonBase/ButtonBase.js +2 -2
- package/modern/ButtonGroup/ButtonGroup.js +1 -1
- package/modern/Card/Card.js +1 -1
- package/modern/CardActionArea/CardActionArea.js +1 -1
- package/modern/CardActions/CardActions.js +1 -1
- package/modern/CardContent/CardContent.js +1 -1
- package/modern/CardHeader/CardHeader.js +1 -1
- package/modern/CardMedia/CardMedia.js +1 -1
- package/modern/Checkbox/Checkbox.js +1 -1
- package/modern/Chip/Chip.js +1 -1
- package/modern/CircularProgress/CircularProgress.js +1 -1
- package/modern/Collapse/Collapse.js +1 -1
- package/modern/Container/Container.js +1 -1
- package/modern/Dialog/Dialog.js +2 -2
- package/modern/DialogActions/DialogActions.js +1 -1
- package/modern/DialogContent/DialogContent.js +1 -1
- package/modern/DialogContentText/DialogContentText.js +1 -1
- package/modern/DialogTitle/DialogTitle.js +1 -1
- package/modern/Divider/Divider.js +1 -1
- package/modern/Drawer/Drawer.js +1 -1
- package/modern/Fab/Fab.js +1 -1
- package/modern/FilledInput/FilledInput.js +1 -1
- package/modern/FormControl/FormControl.js +1 -1
- package/modern/FormControlLabel/FormControlLabel.js +1 -1
- package/modern/FormGroup/FormGroup.js +1 -1
- package/modern/FormHelperText/FormHelperText.js +1 -1
- package/modern/FormLabel/FormLabel.js +1 -1
- package/modern/Grid/Grid.js +98 -69
- package/modern/Icon/Icon.js +1 -1
- package/modern/IconButton/IconButton.js +1 -1
- package/modern/ImageList/ImageList.js +1 -1
- package/modern/ImageListItem/ImageListItem.js +1 -1
- package/modern/ImageListItemBar/ImageListItemBar.js +1 -1
- package/modern/Input/Input.js +1 -1
- package/modern/InputAdornment/InputAdornment.js +1 -1
- package/modern/InputBase/InputBase.js +11 -3
- package/modern/InputLabel/InputLabel.js +1 -1
- package/modern/LinearProgress/LinearProgress.js +1 -1
- package/modern/Link/Link.js +1 -1
- package/modern/List/List.js +1 -1
- package/modern/ListItem/ListItem.js +1 -1
- package/modern/ListItemAvatar/ListItemAvatar.js +1 -1
- package/modern/ListItemButton/ListItemButton.js +2 -2
- package/modern/ListItemIcon/ListItemIcon.js +1 -1
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/modern/ListItemText/ListItemText.js +1 -1
- package/modern/ListSubheader/ListSubheader.js +1 -1
- package/modern/Menu/Menu.js +2 -2
- package/modern/MenuItem/MenuItem.js +2 -2
- package/modern/MobileStepper/MobileStepper.js +1 -1
- package/modern/Modal/Modal.js +1 -1
- package/modern/NativeSelect/NativeSelect.js +1 -1
- package/modern/OutlinedInput/OutlinedInput.js +15 -2
- package/modern/Pagination/Pagination.js +1 -1
- package/modern/PaginationItem/PaginationItem.js +1 -1
- package/modern/Paper/Paper.js +1 -1
- package/modern/Popover/Popover.js +2 -2
- package/modern/Radio/Radio.js +1 -1
- package/modern/Rating/Rating.js +1 -1
- package/modern/Select/Select.js +1 -1
- package/modern/Select/SelectInput.js +13 -1
- package/modern/Skeleton/Skeleton.js +1 -1
- package/modern/Slider/Slider.js +1 -1
- package/modern/Snackbar/Snackbar.js +2 -2
- package/modern/SnackbarContent/SnackbarContent.js +1 -1
- package/modern/SpeedDial/SpeedDial.js +2 -2
- package/modern/SpeedDialAction/SpeedDialAction.js +1 -1
- package/modern/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/modern/Stack/Stack.js +1 -1
- package/modern/Step/Step.js +1 -1
- package/modern/StepButton/StepButton.js +1 -1
- package/modern/StepConnector/StepConnector.js +1 -1
- package/modern/StepContent/StepContent.js +2 -2
- package/modern/StepIcon/StepIcon.js +1 -1
- package/modern/StepLabel/StepLabel.js +1 -1
- package/modern/Stepper/Stepper.js +1 -1
- package/modern/SvgIcon/SvgIcon.js +1 -1
- package/modern/Switch/Switch.js +1 -1
- package/modern/Tab/Tab.js +1 -1
- package/modern/TabScrollButton/TabScrollButton.js +1 -1
- package/modern/Table/Table.js +1 -1
- package/modern/TableBody/TableBody.js +1 -1
- package/modern/TableCell/TableCell.js +1 -1
- package/modern/TableContainer/TableContainer.js +1 -1
- package/modern/TableFooter/TableFooter.js +1 -1
- package/modern/TableHead/TableHead.js +1 -1
- package/modern/TablePagination/TablePagination.js +1 -1
- package/modern/TableRow/TableRow.js +1 -1
- package/modern/TableSortLabel/TableSortLabel.js +1 -1
- package/modern/Tabs/Tabs.js +1 -1
- package/modern/TextField/TextField.js +3 -8
- package/modern/ToggleButton/ToggleButton.js +1 -1
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/modern/Toolbar/Toolbar.js +1 -1
- package/modern/Tooltip/Tooltip.js +2 -2
- package/modern/Typography/Typography.js +1 -1
- package/modern/index.js +1 -1
- package/modern/locale/index.js +166 -6
- package/node/Accordion/Accordion.js +2 -2
- package/node/AccordionActions/AccordionActions.js +1 -1
- package/node/AccordionDetails/AccordionDetails.js +1 -1
- package/node/AccordionSummary/AccordionSummary.js +2 -2
- package/node/Alert/Alert.js +1 -3
- package/node/AlertTitle/AlertTitle.js +1 -1
- package/node/AppBar/AppBar.js +1 -1
- package/node/Autocomplete/Autocomplete.js +1 -1
- package/node/Avatar/Avatar.js +1 -1
- package/node/AvatarGroup/AvatarGroup.js +20 -5
- package/node/Backdrop/Backdrop.js +1 -1
- package/node/Badge/Badge.js +41 -11
- package/node/BottomNavigation/BottomNavigation.js +1 -1
- package/node/BottomNavigationAction/BottomNavigationAction.js +1 -1
- package/node/Breadcrumbs/Breadcrumbs.js +1 -1
- package/node/Button/Button.js +17 -34
- package/node/ButtonBase/ButtonBase.js +2 -2
- package/node/ButtonGroup/ButtonGroup.js +1 -1
- package/node/Card/Card.js +1 -1
- package/node/CardActionArea/CardActionArea.js +1 -1
- package/node/CardActions/CardActions.js +1 -1
- package/node/CardContent/CardContent.js +1 -1
- package/node/CardHeader/CardHeader.js +1 -1
- package/node/CardMedia/CardMedia.js +1 -1
- package/node/Checkbox/Checkbox.js +1 -1
- package/node/Chip/Chip.js +1 -1
- package/node/CircularProgress/CircularProgress.js +1 -1
- package/node/Collapse/Collapse.js +1 -1
- package/node/Container/Container.js +1 -1
- package/node/Dialog/Dialog.js +2 -2
- package/node/DialogActions/DialogActions.js +1 -1
- package/node/DialogContent/DialogContent.js +1 -1
- package/node/DialogContentText/DialogContentText.js +1 -1
- package/node/DialogTitle/DialogTitle.js +1 -1
- package/node/Divider/Divider.js +1 -1
- package/node/Drawer/Drawer.js +1 -1
- package/node/Fab/Fab.js +1 -1
- package/node/FilledInput/FilledInput.js +1 -1
- package/node/FormControl/FormControl.js +1 -1
- package/node/FormControlLabel/FormControlLabel.js +1 -1
- package/node/FormGroup/FormGroup.js +1 -1
- package/node/FormHelperText/FormHelperText.js +1 -1
- package/node/FormLabel/FormLabel.js +1 -1
- package/node/Grid/Grid.js +101 -68
- package/node/Icon/Icon.js +1 -1
- package/node/IconButton/IconButton.js +1 -1
- package/node/ImageList/ImageList.js +1 -1
- package/node/ImageListItem/ImageListItem.js +1 -1
- package/node/ImageListItemBar/ImageListItemBar.js +1 -1
- package/node/Input/Input.js +1 -1
- package/node/InputAdornment/InputAdornment.js +1 -1
- package/node/InputBase/InputBase.js +11 -3
- package/node/InputLabel/InputLabel.js +1 -1
- package/node/LinearProgress/LinearProgress.js +1 -1
- package/node/Link/Link.js +1 -1
- package/node/List/List.js +1 -1
- package/node/ListItem/ListItem.js +1 -1
- package/node/ListItemAvatar/ListItemAvatar.js +1 -1
- package/node/ListItemButton/ListItemButton.js +2 -2
- package/node/ListItemIcon/ListItemIcon.js +1 -1
- package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
- package/node/ListItemText/ListItemText.js +1 -1
- package/node/ListSubheader/ListSubheader.js +1 -1
- package/node/Menu/Menu.js +2 -2
- package/node/MenuItem/MenuItem.js +2 -2
- package/node/MobileStepper/MobileStepper.js +1 -1
- package/node/Modal/Modal.js +1 -1
- package/node/NativeSelect/NativeSelect.js +1 -1
- package/node/OutlinedInput/OutlinedInput.js +16 -2
- package/node/Pagination/Pagination.js +1 -1
- package/node/PaginationItem/PaginationItem.js +1 -1
- package/node/Paper/Paper.js +1 -1
- package/node/Popover/Popover.js +2 -2
- package/node/Radio/Radio.js +1 -1
- package/node/Rating/Rating.js +1 -1
- package/node/Select/Select.js +1 -1
- package/node/Select/SelectInput.js +13 -1
- package/node/Skeleton/Skeleton.js +1 -1
- package/node/Slider/Slider.js +1 -1
- package/node/Snackbar/Snackbar.js +2 -2
- package/node/SnackbarContent/SnackbarContent.js +1 -1
- package/node/SpeedDial/SpeedDial.js +2 -2
- package/node/SpeedDialAction/SpeedDialAction.js +1 -1
- package/node/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/node/Stack/Stack.js +1 -1
- package/node/Step/Step.js +1 -1
- package/node/StepButton/StepButton.js +1 -1
- package/node/StepConnector/StepConnector.js +1 -1
- package/node/StepContent/StepContent.js +2 -2
- package/node/StepIcon/StepIcon.js +1 -1
- package/node/StepLabel/StepLabel.js +1 -1
- package/node/Stepper/Stepper.js +1 -1
- package/node/SvgIcon/SvgIcon.js +1 -1
- package/node/Switch/Switch.js +1 -1
- package/node/Tab/Tab.js +1 -1
- package/node/TabScrollButton/TabScrollButton.js +1 -1
- package/node/Table/Table.js +1 -1
- package/node/TableBody/TableBody.js +1 -1
- package/node/TableCell/TableCell.js +1 -1
- package/node/TableContainer/TableContainer.js +1 -1
- package/node/TableFooter/TableFooter.js +1 -1
- package/node/TableHead/TableHead.js +1 -1
- package/node/TablePagination/TablePagination.js +1 -1
- package/node/TableRow/TableRow.js +1 -1
- package/node/TableSortLabel/TableSortLabel.js +1 -1
- package/node/Tabs/Tabs.js +1 -1
- package/node/TextField/TextField.js +2 -9
- package/node/ToggleButton/ToggleButton.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/node/Toolbar/Toolbar.js +1 -1
- package/node/Tooltip/Tooltip.js +2 -2
- package/node/Typography/Typography.js +1 -1
- package/node/index.js +1 -1
- package/node/locale/index.js +169 -7
- package/package.json +5 -5
- package/styles/createTheme.d.ts +1 -1
- package/styles/cssUtils.d.ts +32 -0
- package/styles/index.d.ts +1 -0
- package/transitions/transition.d.ts +1 -2
- package/umd/material-ui.development.js +1086 -978
- package/umd/material-ui.production.min.js +21 -21
package/legacy/Tabs/Tabs.js
CHANGED
|
@@ -821,7 +821,7 @@ process.env.NODE_ENV !== "production" ? Tabs.propTypes
|
|
|
821
821
|
/**
|
|
822
822
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
823
823
|
*/
|
|
824
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
|
|
824
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
825
825
|
|
|
826
826
|
/**
|
|
827
827
|
* Props applied to the tab indicator element.
|
|
@@ -15,8 +15,8 @@ import FormControl from '../FormControl';
|
|
|
15
15
|
import FormHelperText from '../FormHelperText';
|
|
16
16
|
import Select from '../Select';
|
|
17
17
|
import { getTextFieldUtilityClass } from './textFieldClasses';
|
|
18
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
19
18
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
19
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
20
|
var variantComponent = {
|
|
21
21
|
standard: Input,
|
|
22
22
|
filled: FilledInput,
|
|
@@ -147,14 +147,7 @@ var TextField = /*#__PURE__*/React.forwardRef(function TextField(inProps, ref) {
|
|
|
147
147
|
InputMore.notched = InputLabelProps.shrink;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
|
|
151
|
-
var _InputLabelProps$requ;
|
|
152
|
-
|
|
153
|
-
var displayRequired = (_InputLabelProps$requ = InputLabelProps == null ? void 0 : InputLabelProps.required) != null ? _InputLabelProps$requ : required;
|
|
154
|
-
InputMore.label = /*#__PURE__*/_jsxs(React.Fragment, {
|
|
155
|
-
children: [label, displayRequired && "\xA0*"]
|
|
156
|
-
});
|
|
157
|
-
}
|
|
150
|
+
InputMore.label = label;
|
|
158
151
|
}
|
|
159
152
|
|
|
160
153
|
if (select) {
|
|
@@ -418,7 +411,7 @@ process.env.NODE_ENV !== "production" ? TextField.propTypes
|
|
|
418
411
|
/**
|
|
419
412
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
420
413
|
*/
|
|
421
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
|
|
414
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
422
415
|
|
|
423
416
|
/**
|
|
424
417
|
* Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).
|
|
@@ -222,7 +222,7 @@ process.env.NODE_ENV !== "production" ? ToggleButton.propTypes
|
|
|
222
222
|
/**
|
|
223
223
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
224
224
|
*/
|
|
225
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
|
|
225
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
228
|
* The value to associate with the button when selected in a
|
|
@@ -236,7 +236,7 @@ process.env.NODE_ENV !== "production" ? ToggleButtonGroup.propTypes
|
|
|
236
236
|
/**
|
|
237
237
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
238
238
|
*/
|
|
239
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
|
|
239
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
242
|
* The currently selected value within the group or an array of selected
|
|
@@ -116,7 +116,7 @@ process.env.NODE_ENV !== "production" ? Toolbar.propTypes
|
|
|
116
116
|
/**
|
|
117
117
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
118
118
|
*/
|
|
119
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
|
|
119
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
122
|
* The variant to use.
|
|
@@ -823,7 +823,7 @@ process.env.NODE_ENV !== "production" ? Tooltip.propTypes
|
|
|
823
823
|
/**
|
|
824
824
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
825
825
|
*/
|
|
826
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
|
|
826
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
827
827
|
|
|
828
828
|
/**
|
|
829
829
|
* Tooltip title. Zero-length titles string are never displayed.
|
|
@@ -841,7 +841,7 @@ process.env.NODE_ENV !== "production" ? Tooltip.propTypes
|
|
|
841
841
|
|
|
842
842
|
/**
|
|
843
843
|
* Props applied to the transition element.
|
|
844
|
-
* By default, the element is based on this [`Transition`](
|
|
844
|
+
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
|
|
845
845
|
*/
|
|
846
846
|
TransitionProps: PropTypes.object
|
|
847
847
|
} : void 0;
|
|
@@ -180,7 +180,7 @@ process.env.NODE_ENV !== "production" ? Typography.propTypes
|
|
|
180
180
|
/**
|
|
181
181
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
182
182
|
*/
|
|
183
|
-
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
|
|
183
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
186
|
* Applies the theme typography styles.
|
package/legacy/index.js
CHANGED
package/legacy/locale/index.js
CHANGED
|
@@ -658,6 +658,89 @@ export var csCZ = {
|
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
660
|
};
|
|
661
|
+
export var daDK = {
|
|
662
|
+
components: {
|
|
663
|
+
MuiBreadcrumbs: {
|
|
664
|
+
defaultProps: {
|
|
665
|
+
expandText: 'Vis sti'
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
MuiTablePagination: {
|
|
669
|
+
defaultProps: {
|
|
670
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
671
|
+
if (type === 'first') {
|
|
672
|
+
return 'Gå til den første side';
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
if (type === 'last') {
|
|
676
|
+
return 'Gå til den sidste side';
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
if (type === 'next') {
|
|
680
|
+
return 'Gå til den næste side';
|
|
681
|
+
} // if (type === 'previous') {
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
return 'Gå til den forrige side';
|
|
685
|
+
},
|
|
686
|
+
labelRowsPerPage: 'Rækker pr side:',
|
|
687
|
+
labelDisplayedRows: function labelDisplayedRows(_ref6) {
|
|
688
|
+
var from = _ref6.from,
|
|
689
|
+
to = _ref6.to,
|
|
690
|
+
count = _ref6.count;
|
|
691
|
+
return "".concat(from, "-").concat(to, " af ").concat(count !== -1 ? count : "mere end ".concat(to));
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
MuiRating: {
|
|
696
|
+
defaultProps: {
|
|
697
|
+
getLabelText: function getLabelText(value) {
|
|
698
|
+
return "".concat(value, " Stjern").concat(value !== 1 ? 'er' : '');
|
|
699
|
+
},
|
|
700
|
+
emptyLabelText: 'Tom'
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
MuiAutocomplete: {
|
|
704
|
+
defaultProps: {
|
|
705
|
+
clearText: 'Slet',
|
|
706
|
+
closeText: 'Luk',
|
|
707
|
+
loadingText: 'Indlæser…',
|
|
708
|
+
noOptionsText: 'Ingen muligheder',
|
|
709
|
+
openText: 'Åben'
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
MuiAlert: {
|
|
713
|
+
defaultProps: {
|
|
714
|
+
closeText: 'Luk'
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
MuiPagination: {
|
|
718
|
+
defaultProps: {
|
|
719
|
+
'aria-label': 'Sideinddelings navigation',
|
|
720
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
721
|
+
if (type === 'page') {
|
|
722
|
+
return "".concat(selected ? '' : 'Go to ', "page ").concat(page);
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
if (type === 'first') {
|
|
726
|
+
return 'Gå til den første side';
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
if (type === 'last') {
|
|
730
|
+
return 'Gå til den sidste side';
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
if (type === 'next') {
|
|
734
|
+
return 'Gå til den næste side';
|
|
735
|
+
} // if (type === 'previous') {
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
return 'Gå til den forrige side';
|
|
739
|
+
}
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
};
|
|
661
744
|
export var deDE = {
|
|
662
745
|
components: {
|
|
663
746
|
MuiBreadcrumbs: {
|
|
@@ -684,10 +767,10 @@ export var deDE = {
|
|
|
684
767
|
return 'Zur vorherigen Seite';
|
|
685
768
|
},
|
|
686
769
|
labelRowsPerPage: 'Zeilen pro Seite:',
|
|
687
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
688
|
-
var from =
|
|
689
|
-
to =
|
|
690
|
-
count =
|
|
770
|
+
labelDisplayedRows: function labelDisplayedRows(_ref7) {
|
|
771
|
+
var from = _ref7.from,
|
|
772
|
+
to = _ref7.to,
|
|
773
|
+
count = _ref7.count;
|
|
691
774
|
return "".concat(from, "\u2013").concat(to, " von ").concat(count !== -1 ? count : "mehr als ".concat(to));
|
|
692
775
|
}
|
|
693
776
|
}
|
|
@@ -767,10 +850,10 @@ export var elGR = {
|
|
|
767
850
|
return 'Προηγούμενη σελίδα';
|
|
768
851
|
},
|
|
769
852
|
labelRowsPerPage: 'Γραμμές ανα σελίδα:',
|
|
770
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
771
|
-
var from =
|
|
772
|
-
to =
|
|
773
|
-
count =
|
|
853
|
+
labelDisplayedRows: function labelDisplayedRows(_ref8) {
|
|
854
|
+
var from = _ref8.from,
|
|
855
|
+
to = _ref8.to,
|
|
856
|
+
count = _ref8.count;
|
|
774
857
|
return "".concat(from, "\u2013").concat(to, " \u03B1\u03C0\u03CC ").concat(count !== -1 ? count : "\u03C0\u03AC\u03BD\u03C9 \u03B1\u03C0\u03CC ".concat(to));
|
|
775
858
|
}
|
|
776
859
|
}
|
|
@@ -831,7 +914,7 @@ export var enUS = {
|
|
|
831
914
|
MuiBreadcrumbs: { defaultProps: {
|
|
832
915
|
expandText: 'Show path',
|
|
833
916
|
}},
|
|
834
|
-
MuiTablePagination: { defaultProps: {
|
|
917
|
+
MuiTablePagination: { defaultProps: {
|
|
835
918
|
getItemAriaLabel: (type) => {
|
|
836
919
|
if (type === 'first') {
|
|
837
920
|
return 'Go to first page';
|
|
@@ -849,21 +932,21 @@ export var enUS = {
|
|
|
849
932
|
labelDisplayedRows: ({ from, to, count }) =>
|
|
850
933
|
`${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`,
|
|
851
934
|
}},
|
|
852
|
-
MuiRating: { defaultProps: {
|
|
935
|
+
MuiRating: { defaultProps: {
|
|
853
936
|
getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
|
|
854
937
|
emptyLabelText: 'Empty',
|
|
855
938
|
}},
|
|
856
|
-
MuiAutocomplete: { defaultProps: {
|
|
939
|
+
MuiAutocomplete: { defaultProps: {
|
|
857
940
|
clearText: 'Clear',
|
|
858
941
|
closeText: 'Close',
|
|
859
942
|
loadingText: 'Loading…',
|
|
860
943
|
noOptionsText: 'No options',
|
|
861
944
|
openText: 'Open',
|
|
862
945
|
}},
|
|
863
|
-
MuiAlert: { defaultProps: {
|
|
946
|
+
MuiAlert: { defaultProps: {
|
|
864
947
|
closeText: 'Close',
|
|
865
948
|
}},
|
|
866
|
-
MuiPagination: { defaultProps: {
|
|
949
|
+
MuiPagination: { defaultProps: {
|
|
867
950
|
'aria-label': 'Pagination navigation',
|
|
868
951
|
getItemAriaLabel: (type, page, selected) => {
|
|
869
952
|
if (type === 'page') {
|
|
@@ -881,7 +964,7 @@ export var enUS = {
|
|
|
881
964
|
// if (type === 'previous') {
|
|
882
965
|
return 'Go to previous page';
|
|
883
966
|
},
|
|
884
|
-
},
|
|
967
|
+
}},
|
|
885
968
|
},
|
|
886
969
|
*/
|
|
887
970
|
};
|
|
@@ -911,10 +994,10 @@ export var esES = {
|
|
|
911
994
|
return 'Ir a la página anterior';
|
|
912
995
|
},
|
|
913
996
|
labelRowsPerPage: 'Filas por página:',
|
|
914
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
915
|
-
var from =
|
|
916
|
-
to =
|
|
917
|
-
count =
|
|
997
|
+
labelDisplayedRows: function labelDisplayedRows(_ref9) {
|
|
998
|
+
var from = _ref9.from,
|
|
999
|
+
to = _ref9.to,
|
|
1000
|
+
count = _ref9.count;
|
|
918
1001
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "m\xE1s de ".concat(to));
|
|
919
1002
|
}
|
|
920
1003
|
}
|
|
@@ -1236,10 +1319,10 @@ export var frFR = {
|
|
|
1236
1319
|
return 'Aller à la page précédente';
|
|
1237
1320
|
},
|
|
1238
1321
|
labelRowsPerPage: 'Lignes par page :',
|
|
1239
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1240
|
-
var from =
|
|
1241
|
-
to =
|
|
1242
|
-
count =
|
|
1322
|
+
labelDisplayedRows: function labelDisplayedRows(_ref10) {
|
|
1323
|
+
var from = _ref10.from,
|
|
1324
|
+
to = _ref10.to,
|
|
1325
|
+
count = _ref10.count;
|
|
1243
1326
|
return "".concat(from, "\u2013").concat(to, " sur ").concat(count !== -1 ? count : "plus que ".concat(to));
|
|
1244
1327
|
}
|
|
1245
1328
|
}
|
|
@@ -1319,10 +1402,10 @@ export var heIL = {
|
|
|
1319
1402
|
return 'לעמוד הקודם';
|
|
1320
1403
|
},
|
|
1321
1404
|
labelRowsPerPage: 'שורות בעמוד:',
|
|
1322
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1323
|
-
var from =
|
|
1324
|
-
to =
|
|
1325
|
-
count =
|
|
1405
|
+
labelDisplayedRows: function labelDisplayedRows(_ref11) {
|
|
1406
|
+
var from = _ref11.from,
|
|
1407
|
+
to = _ref11.to,
|
|
1408
|
+
count = _ref11.count;
|
|
1326
1409
|
return "".concat(from, "\u2013").concat(to, " \u05DE\u05EA\u05D5\u05DA ").concat(count !== -1 ? count : "\u05D9\u05D5\u05EA\u05E8 \u05DE ".concat(to));
|
|
1327
1410
|
}
|
|
1328
1411
|
}
|
|
@@ -1402,10 +1485,10 @@ export var hiIN = {
|
|
|
1402
1485
|
return 'पिछले पृष्ठ पर जाएँ';
|
|
1403
1486
|
},
|
|
1404
1487
|
labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
|
|
1405
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1406
|
-
var from =
|
|
1407
|
-
to =
|
|
1408
|
-
count =
|
|
1488
|
+
labelDisplayedRows: function labelDisplayedRows(_ref12) {
|
|
1489
|
+
var from = _ref12.from,
|
|
1490
|
+
to = _ref12.to,
|
|
1491
|
+
count = _ref12.count;
|
|
1409
1492
|
return "".concat(from, "-").concat(to === -1 ? count : to, " \u0915\u0941\u0932 ").concat(count, " \u092E\u0947\u0902");
|
|
1410
1493
|
}
|
|
1411
1494
|
}
|
|
@@ -1859,10 +1942,10 @@ export var jaJP = {
|
|
|
1859
1942
|
return '前のページへ';
|
|
1860
1943
|
},
|
|
1861
1944
|
labelRowsPerPage: 'ページあたりの行数:',
|
|
1862
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1863
|
-
var from =
|
|
1864
|
-
to =
|
|
1865
|
-
count =
|
|
1945
|
+
labelDisplayedRows: function labelDisplayedRows(_ref13) {
|
|
1946
|
+
var from = _ref13.from,
|
|
1947
|
+
to = _ref13.to,
|
|
1948
|
+
count = _ref13.count;
|
|
1866
1949
|
return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
|
|
1867
1950
|
}
|
|
1868
1951
|
}
|
|
@@ -1942,10 +2025,10 @@ export var khKH = {
|
|
|
1942
2025
|
return 'ទៅទំព័រមុន';
|
|
1943
2026
|
},
|
|
1944
2027
|
labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
|
|
1945
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1946
|
-
var from =
|
|
1947
|
-
to =
|
|
1948
|
-
count =
|
|
2028
|
+
labelDisplayedRows: function labelDisplayedRows(_ref14) {
|
|
2029
|
+
var from = _ref14.from,
|
|
2030
|
+
to = _ref14.to,
|
|
2031
|
+
count = _ref14.count;
|
|
1949
2032
|
return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
|
|
1950
2033
|
}
|
|
1951
2034
|
}
|
|
@@ -2025,10 +2108,10 @@ export var koKR = {
|
|
|
2025
2108
|
return '이전 페이지로 이동';
|
|
2026
2109
|
},
|
|
2027
2110
|
labelRowsPerPage: '페이지 당 행:',
|
|
2028
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2029
|
-
var from =
|
|
2030
|
-
to =
|
|
2031
|
-
count =
|
|
2111
|
+
labelDisplayedRows: function labelDisplayedRows(_ref15) {
|
|
2112
|
+
var from = _ref15.from,
|
|
2113
|
+
to = _ref15.to,
|
|
2114
|
+
count = _ref15.count;
|
|
2032
2115
|
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
|
|
2033
2116
|
}
|
|
2034
2117
|
}
|
|
@@ -2108,10 +2191,10 @@ export var kzKZ = {
|
|
|
2108
2191
|
return 'Алдыңғы бетке өту';
|
|
2109
2192
|
},
|
|
2110
2193
|
labelRowsPerPage: 'Беттегі қатарлар:',
|
|
2111
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2112
|
-
var from =
|
|
2113
|
-
to =
|
|
2114
|
-
count =
|
|
2194
|
+
labelDisplayedRows: function labelDisplayedRows(_ref16) {
|
|
2195
|
+
var from = _ref16.from,
|
|
2196
|
+
to = _ref16.to,
|
|
2197
|
+
count = _ref16.count;
|
|
2115
2198
|
return "".concat(count !== -1 ? count : "+".concat(to), " \u049B\u0430\u0442\u0430\u0440\u0434\u044B\u04A3 \u0456\u0448\u0456\u043D\u0435\u043D ").concat(from, "\u2013").concat(to);
|
|
2116
2199
|
}
|
|
2117
2200
|
}
|
|
@@ -2169,6 +2252,89 @@ export var kzKZ = {
|
|
|
2169
2252
|
}
|
|
2170
2253
|
}
|
|
2171
2254
|
};
|
|
2255
|
+
export var nbNO = {
|
|
2256
|
+
components: {
|
|
2257
|
+
MuiBreadcrumbs: {
|
|
2258
|
+
defaultProps: {
|
|
2259
|
+
expandText: 'Vis sti'
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
MuiTablePagination: {
|
|
2263
|
+
defaultProps: {
|
|
2264
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
2265
|
+
if (type === 'first') {
|
|
2266
|
+
return 'Gå til første side';
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
if (type === 'last') {
|
|
2270
|
+
return 'Gå til siste side';
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
if (type === 'next') {
|
|
2274
|
+
return 'Gå til neste side';
|
|
2275
|
+
} // if (type === 'previous') {
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
return 'Gå til forrige side';
|
|
2279
|
+
},
|
|
2280
|
+
labelRowsPerPage: 'Rader per side:',
|
|
2281
|
+
labelDisplayedRows: function labelDisplayedRows(_ref17) {
|
|
2282
|
+
var from = _ref17.from,
|
|
2283
|
+
to = _ref17.to,
|
|
2284
|
+
count = _ref17.count;
|
|
2285
|
+
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
|
|
2286
|
+
}
|
|
2287
|
+
}
|
|
2288
|
+
},
|
|
2289
|
+
MuiRating: {
|
|
2290
|
+
defaultProps: {
|
|
2291
|
+
getLabelText: function getLabelText(value) {
|
|
2292
|
+
return "".concat(value, " Stjerne").concat(value !== 1 ? 'r' : '');
|
|
2293
|
+
},
|
|
2294
|
+
emptyLabelText: 'Tom'
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
MuiAutocomplete: {
|
|
2298
|
+
defaultProps: {
|
|
2299
|
+
clearText: 'Tøm',
|
|
2300
|
+
closeText: 'Lukk',
|
|
2301
|
+
loadingText: 'Laster inn…',
|
|
2302
|
+
noOptionsText: 'Ingen alternativer',
|
|
2303
|
+
openText: 'Åpne'
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
MuiAlert: {
|
|
2307
|
+
defaultProps: {
|
|
2308
|
+
closeText: 'Lukk'
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
MuiPagination: {
|
|
2312
|
+
defaultProps: {
|
|
2313
|
+
'aria-label': 'Paginering navigasjon',
|
|
2314
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
2315
|
+
if (type === 'page') {
|
|
2316
|
+
return "".concat(selected ? '' : 'Gå til ', "side ").concat(page);
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
if (type === 'first') {
|
|
2320
|
+
return 'Gå til første side';
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
if (type === 'last') {
|
|
2324
|
+
return 'Gå til siste side';
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
if (type === 'next') {
|
|
2328
|
+
return 'Gå til neste side';
|
|
2329
|
+
} // if (type === 'previous') {
|
|
2330
|
+
|
|
2331
|
+
|
|
2332
|
+
return 'Gå til forrige side';
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
}
|
|
2337
|
+
};
|
|
2172
2338
|
export var nlNL = {
|
|
2173
2339
|
components: {
|
|
2174
2340
|
MuiBreadcrumbs: {
|
|
@@ -2195,10 +2361,10 @@ export var nlNL = {
|
|
|
2195
2361
|
return 'Ga naar vorige pagina';
|
|
2196
2362
|
},
|
|
2197
2363
|
labelRowsPerPage: 'Regels per pagina:',
|
|
2198
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2199
|
-
var from =
|
|
2200
|
-
to =
|
|
2201
|
-
count =
|
|
2364
|
+
labelDisplayedRows: function labelDisplayedRows(_ref18) {
|
|
2365
|
+
var from = _ref18.from,
|
|
2366
|
+
to = _ref18.to,
|
|
2367
|
+
count = _ref18.count;
|
|
2202
2368
|
return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
|
|
2203
2369
|
}
|
|
2204
2370
|
}
|
|
@@ -2366,10 +2532,10 @@ export var ptBR = {
|
|
|
2366
2532
|
return 'Ir para a página anterior';
|
|
2367
2533
|
},
|
|
2368
2534
|
labelRowsPerPage: 'Linhas por página:',
|
|
2369
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2370
|
-
var from =
|
|
2371
|
-
to =
|
|
2372
|
-
count =
|
|
2535
|
+
labelDisplayedRows: function labelDisplayedRows(_ref19) {
|
|
2536
|
+
var from = _ref19.from,
|
|
2537
|
+
to = _ref19.to,
|
|
2538
|
+
count = _ref19.count;
|
|
2373
2539
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2374
2540
|
}
|
|
2375
2541
|
}
|
|
@@ -2449,10 +2615,10 @@ export var ptPT = {
|
|
|
2449
2615
|
return 'Página anterior';
|
|
2450
2616
|
},
|
|
2451
2617
|
labelRowsPerPage: 'Linhas por página:',
|
|
2452
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2453
|
-
var from =
|
|
2454
|
-
to =
|
|
2455
|
-
count =
|
|
2618
|
+
labelDisplayedRows: function labelDisplayedRows(_ref20) {
|
|
2619
|
+
var from = _ref20.from,
|
|
2620
|
+
to = _ref20.to,
|
|
2621
|
+
count = _ref20.count;
|
|
2456
2622
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2457
2623
|
}
|
|
2458
2624
|
}
|
|
@@ -2611,10 +2777,10 @@ export var ruRU = {
|
|
|
2611
2777
|
return 'Перейти на предыдущую страницу';
|
|
2612
2778
|
},
|
|
2613
2779
|
labelRowsPerPage: 'Строк на странице:',
|
|
2614
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2615
|
-
var from =
|
|
2616
|
-
to =
|
|
2617
|
-
count =
|
|
2780
|
+
labelDisplayedRows: function labelDisplayedRows(_ref21) {
|
|
2781
|
+
var from = _ref21.from,
|
|
2782
|
+
to = _ref21.to,
|
|
2783
|
+
count = _ref21.count;
|
|
2618
2784
|
return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
|
|
2619
2785
|
}
|
|
2620
2786
|
}
|
|
@@ -2707,10 +2873,10 @@ export var siLK = {
|
|
|
2707
2873
|
return 'පෙර පිටුවට යන්න';
|
|
2708
2874
|
},
|
|
2709
2875
|
labelRowsPerPage: 'පිටුවක පේළි:',
|
|
2710
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2711
|
-
var from =
|
|
2712
|
-
to =
|
|
2713
|
-
count =
|
|
2876
|
+
labelDisplayedRows: function labelDisplayedRows(_ref22) {
|
|
2877
|
+
var from = _ref22.from,
|
|
2878
|
+
to = _ref22.to,
|
|
2879
|
+
count = _ref22.count;
|
|
2714
2880
|
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"));
|
|
2715
2881
|
}
|
|
2716
2882
|
}
|
|
@@ -2790,10 +2956,10 @@ export var skSK = {
|
|
|
2790
2956
|
return 'Ísť na predchádzajúcu stránku';
|
|
2791
2957
|
},
|
|
2792
2958
|
labelRowsPerPage: 'Riadkov na stránke:',
|
|
2793
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2794
|
-
var from =
|
|
2795
|
-
to =
|
|
2796
|
-
count =
|
|
2959
|
+
labelDisplayedRows: function labelDisplayedRows(_ref23) {
|
|
2960
|
+
var from = _ref23.from,
|
|
2961
|
+
to = _ref23.to,
|
|
2962
|
+
count = _ref23.count;
|
|
2797
2963
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
|
|
2798
2964
|
}
|
|
2799
2965
|
}
|
|
@@ -2881,10 +3047,10 @@ export var svSE = {
|
|
|
2881
3047
|
return 'Gå till föregående sida';
|
|
2882
3048
|
},
|
|
2883
3049
|
labelRowsPerPage: 'Rader per sida:',
|
|
2884
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2885
|
-
var from =
|
|
2886
|
-
to =
|
|
2887
|
-
count =
|
|
3050
|
+
labelDisplayedRows: function labelDisplayedRows(_ref24) {
|
|
3051
|
+
var from = _ref24.from,
|
|
3052
|
+
to = _ref24.to,
|
|
3053
|
+
count = _ref24.count;
|
|
2888
3054
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
|
|
2889
3055
|
}
|
|
2890
3056
|
}
|
|
@@ -2964,10 +3130,10 @@ export var thTH = {
|
|
|
2964
3130
|
return 'ไปที่หน้าก่อน';
|
|
2965
3131
|
},
|
|
2966
3132
|
labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
|
|
2967
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2968
|
-
var from =
|
|
2969
|
-
to =
|
|
2970
|
-
count =
|
|
3133
|
+
labelDisplayedRows: function labelDisplayedRows(_ref25) {
|
|
3134
|
+
var from = _ref25.from,
|
|
3135
|
+
to = _ref25.to,
|
|
3136
|
+
count = _ref25.count;
|
|
2971
3137
|
return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
|
|
2972
3138
|
}
|
|
2973
3139
|
}
|
|
@@ -3126,10 +3292,10 @@ export var ukUA = {
|
|
|
3126
3292
|
return 'Перейти на попередню сторінку';
|
|
3127
3293
|
},
|
|
3128
3294
|
labelRowsPerPage: 'Рядків на сторінці:',
|
|
3129
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3130
|
-
var from =
|
|
3131
|
-
to =
|
|
3132
|
-
count =
|
|
3295
|
+
labelDisplayedRows: function labelDisplayedRows(_ref26) {
|
|
3296
|
+
var from = _ref26.from,
|
|
3297
|
+
to = _ref26.to,
|
|
3298
|
+
count = _ref26.count;
|
|
3133
3299
|
return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
|
|
3134
3300
|
}
|
|
3135
3301
|
}
|
|
@@ -3215,10 +3381,10 @@ export var viVN = {
|
|
|
3215
3381
|
// return 'Go to previous page';
|
|
3216
3382
|
// },
|
|
3217
3383
|
labelRowsPerPage: 'Số hàng mỗi trang:',
|
|
3218
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3219
|
-
var from =
|
|
3220
|
-
to =
|
|
3221
|
-
count =
|
|
3384
|
+
labelDisplayedRows: function labelDisplayedRows(_ref27) {
|
|
3385
|
+
var from = _ref27.from,
|
|
3386
|
+
to = _ref27.to,
|
|
3387
|
+
count = _ref27.count;
|
|
3222
3388
|
return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
|
|
3223
3389
|
}
|
|
3224
3390
|
}
|
|
@@ -3293,10 +3459,10 @@ export var zhCN = {
|
|
|
3293
3459
|
return '上一页';
|
|
3294
3460
|
},
|
|
3295
3461
|
labelRowsPerPage: '每页行数:',
|
|
3296
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3297
|
-
var from =
|
|
3298
|
-
to =
|
|
3299
|
-
count =
|
|
3462
|
+
labelDisplayedRows: function labelDisplayedRows(_ref28) {
|
|
3463
|
+
var from = _ref28.from,
|
|
3464
|
+
to = _ref28.to,
|
|
3465
|
+
count = _ref28.count;
|
|
3300
3466
|
return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
|
|
3301
3467
|
}
|
|
3302
3468
|
}
|
|
@@ -3350,10 +3516,10 @@ export var zhHK = {
|
|
|
3350
3516
|
return '上一頁';
|
|
3351
3517
|
},
|
|
3352
3518
|
labelRowsPerPage: '每頁行數:',
|
|
3353
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3354
|
-
var from =
|
|
3355
|
-
to =
|
|
3356
|
-
count =
|
|
3519
|
+
labelDisplayedRows: function labelDisplayedRows(_ref29) {
|
|
3520
|
+
var from = _ref29.from,
|
|
3521
|
+
to = _ref29.to,
|
|
3522
|
+
count = _ref29.count;
|
|
3357
3523
|
return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
|
|
3358
3524
|
}
|
|
3359
3525
|
}
|
|
@@ -3407,10 +3573,10 @@ export var zhTW = {
|
|
|
3407
3573
|
return '上一頁';
|
|
3408
3574
|
},
|
|
3409
3575
|
labelRowsPerPage: '每行行數:',
|
|
3410
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3411
|
-
var from =
|
|
3412
|
-
to =
|
|
3413
|
-
count =
|
|
3576
|
+
labelDisplayedRows: function labelDisplayedRows(_ref30) {
|
|
3577
|
+
var from = _ref30.from,
|
|
3578
|
+
to = _ref30.to,
|
|
3579
|
+
count = _ref30.count;
|
|
3414
3580
|
return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
|
|
3415
3581
|
}
|
|
3416
3582
|
}
|