@mui/material 5.10.13 → 5.10.14
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 +13 -53
- package/Accordion/AccordionContext.js +0 -6
- package/Accordion/accordionClasses.d.ts +18 -18
- package/Accordion/accordionClasses.js +0 -5
- package/Accordion/index.js +0 -6
- package/AccordionActions/AccordionActions.js +5 -28
- package/AccordionActions/accordionActionsClasses.d.ts +10 -10
- package/AccordionActions/accordionActionsClasses.js +0 -5
- package/AccordionActions/index.js +0 -6
- package/AccordionDetails/AccordionDetails.js +4 -26
- package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
- package/AccordionDetails/accordionDetailsClasses.js +0 -5
- package/AccordionDetails/index.js +0 -6
- package/AccordionSummary/AccordionSummary.js +8 -38
- package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
- package/AccordionSummary/accordionSummaryClasses.js +0 -5
- package/AccordionSummary/index.js +0 -6
- package/Alert/Alert.js +20 -69
- package/Alert/alertClasses.d.ts +44 -44
- package/Alert/alertClasses.js +0 -5
- package/Alert/index.js +0 -6
- package/AlertTitle/AlertTitle.js +4 -27
- package/AlertTitle/alertTitleClasses.d.ts +8 -8
- package/AlertTitle/alertTitleClasses.js +0 -5
- package/AlertTitle/index.js +0 -6
- package/AppBar/AppBar.js +11 -40
- package/AppBar/appBarClasses.d.ts +28 -28
- package/AppBar/appBarClasses.js +0 -5
- package/AppBar/index.js +0 -6
- package/Autocomplete/Autocomplete.js +60 -174
- package/Autocomplete/autocompleteClasses.d.ts +54 -54
- package/Autocomplete/autocompleteClasses.js +0 -5
- package/Autocomplete/index.js +0 -5
- package/Avatar/Avatar.js +16 -59
- package/Avatar/avatarClasses.d.ts +20 -20
- package/Avatar/avatarClasses.js +0 -5
- package/Avatar/index.js +0 -6
- package/AvatarGroup/AvatarGroup.js +13 -53
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/AvatarGroup/avatarGroupClasses.js +0 -5
- package/AvatarGroup/index.js +0 -6
- package/Backdrop/Backdrop.js +15 -47
- package/Backdrop/backdropClasses.d.ts +10 -10
- package/Backdrop/backdropClasses.js +0 -5
- package/Backdrop/index.js +0 -6
- package/Badge/Badge.js +24 -72
- package/Badge/badgeClasses.d.ts +56 -56
- package/Badge/badgeClasses.js +2 -6
- package/Badge/index.js +0 -6
- package/BottomNavigation/BottomNavigation.js +9 -38
- package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
- package/BottomNavigation/bottomNavigationClasses.js +0 -5
- package/BottomNavigation/index.js +0 -6
- package/BottomNavigationAction/BottomNavigationAction.js +9 -42
- package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
- package/BottomNavigationAction/bottomNavigationActionClasses.js +0 -5
- package/BottomNavigationAction/index.js +0 -6
- package/Box/Box.js +1 -12
- package/Box/index.js +0 -2
- package/Breadcrumbs/BreadcrumbCollapsed.js +1 -14
- package/Breadcrumbs/Breadcrumbs.js +17 -57
- package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
- package/Breadcrumbs/breadcrumbsClasses.js +0 -5
- package/Breadcrumbs/index.js +0 -6
- package/Button/Button.js +22 -70
- package/Button/buttonClasses.d.ts +100 -100
- package/Button/buttonClasses.js +0 -5
- package/Button/index.js +0 -6
- package/ButtonBase/ButtonBase.js +39 -126
- package/ButtonBase/Ripple.js +0 -19
- package/ButtonBase/TouchRipple.js +26 -48
- package/ButtonBase/buttonBaseClasses.d.ts +12 -12
- package/ButtonBase/buttonBaseClasses.js +0 -5
- package/ButtonBase/index.js +0 -8
- package/ButtonBase/touchRippleClasses.d.ts +20 -20
- package/ButtonBase/touchRippleClasses.js +0 -5
- package/ButtonGroup/ButtonGroup.js +18 -60
- package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
- package/ButtonGroup/ButtonGroupContext.js +0 -6
- package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
- package/ButtonGroup/buttonGroupClasses.js +0 -5
- package/ButtonGroup/index.js +0 -6
- package/CHANGELOG.md +70 -2
- package/Card/Card.js +5 -31
- package/Card/cardClasses.d.ts +8 -8
- package/Card/cardClasses.js +0 -5
- package/Card/index.js +0 -6
- package/CardActionArea/CardActionArea.js +6 -30
- package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
- package/CardActionArea/cardActionAreaClasses.js +0 -5
- package/CardActionArea/index.js +0 -6
- package/CardActions/CardActions.js +5 -28
- package/CardActions/cardActionsClasses.d.ts +10 -10
- package/CardActions/cardActionsClasses.js +0 -5
- package/CardActions/index.js +0 -6
- package/CardContent/CardContent.js +5 -28
- package/CardContent/cardContentClasses.d.ts +8 -8
- package/CardContent/cardContentClasses.js +0 -5
- package/CardContent/index.js +0 -6
- package/CardHeader/CardHeader.js +12 -47
- package/CardHeader/cardHeaderClasses.d.ts +18 -18
- package/CardHeader/cardHeaderClasses.js +0 -5
- package/CardHeader/index.js +0 -6
- package/CardMedia/CardMedia.js +9 -37
- package/CardMedia/cardMediaClasses.d.ts +12 -12
- package/CardMedia/cardMediaClasses.js +0 -5
- package/CardMedia/index.js +0 -6
- package/Checkbox/Checkbox.js +13 -62
- package/Checkbox/checkboxClasses.d.ts +18 -18
- package/Checkbox/checkboxClasses.js +0 -5
- package/Checkbox/index.js +0 -6
- package/Chip/Chip.js +22 -86
- package/Chip/chipClasses.d.ts +96 -96
- package/Chip/chipClasses.js +0 -5
- package/Chip/index.js +0 -6
- package/CircularProgress/CircularProgress.js +14 -52
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/CircularProgress/circularProgressClasses.js +0 -5
- package/CircularProgress/index.js +0 -6
- package/ClickAwayListener/index.d.ts +2 -2
- package/ClickAwayListener/index.js +0 -4
- package/Collapse/Collapse.js +24 -83
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Collapse/collapseClasses.js +0 -5
- package/Collapse/index.js +0 -6
- package/Container/Container.js +3 -20
- package/Container/containerClasses.d.ts +6 -6
- package/Container/containerClasses.js +0 -5
- package/Container/index.js +0 -6
- package/CssBaseline/CssBaseline.js +2 -29
- package/CssBaseline/index.js +0 -2
- package/Dialog/Dialog.js +24 -81
- package/Dialog/DialogContext.d.ts +6 -6
- package/Dialog/DialogContext.js +0 -4
- package/Dialog/dialogClasses.d.ts +36 -36
- package/Dialog/dialogClasses.js +0 -5
- package/Dialog/index.js +0 -6
- package/DialogActions/DialogActions.js +5 -28
- package/DialogActions/dialogActionsClasses.d.ts +10 -10
- package/DialogActions/dialogActionsClasses.js +0 -5
- package/DialogActions/index.js +0 -6
- package/DialogContent/DialogContent.js +5 -29
- package/DialogContent/dialogContentClasses.d.ts +10 -10
- package/DialogContent/dialogContentClasses.js +0 -5
- package/DialogContent/index.js +0 -6
- package/DialogContentText/DialogContentText.js +4 -27
- package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
- package/DialogContentText/dialogContentTextClasses.js +0 -5
- package/DialogContentText/index.js +0 -6
- package/DialogTitle/DialogTitle.js +5 -30
- package/DialogTitle/dialogTitleClasses.d.ts +8 -8
- package/DialogTitle/dialogTitleClasses.js +0 -5
- package/DialogTitle/index.js +0 -6
- package/Divider/Divider.js +15 -50
- package/Divider/dividerClasses.d.ts +34 -34
- package/Divider/dividerClasses.js +0 -5
- package/Divider/index.js +0 -6
- package/Drawer/Drawer.js +27 -72
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Drawer/drawerClasses.js +0 -5
- package/Drawer/index.js +0 -6
- package/Fab/Fab.js +15 -55
- package/Fab/fabClasses.d.ts +26 -26
- package/Fab/fabClasses.js +0 -5
- package/Fab/index.js +0 -6
- package/Fade/Fade.js +21 -56
- package/Fade/index.js +0 -2
- package/FilledInput/FilledInput.js +16 -73
- package/FilledInput/filledInputClasses.d.ts +40 -40
- package/FilledInput/filledInputClasses.js +0 -7
- package/FilledInput/index.js +0 -6
- package/FormControl/FormControl.js +19 -73
- package/FormControl/FormControlContext.js +0 -6
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControl/formControlClasses.js +0 -5
- package/FormControl/formControlState.js +0 -3
- package/FormControl/index.js +0 -7
- package/FormControl/useFormControl.js +0 -6
- package/FormControlLabel/FormControlLabel.js +12 -56
- package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
- package/FormControlLabel/formControlLabelClasses.js +0 -5
- package/FormControlLabel/index.js +0 -6
- package/FormGroup/FormGroup.js +6 -31
- package/FormGroup/formGroupClasses.d.ts +12 -12
- package/FormGroup/formGroupClasses.js +0 -5
- package/FormGroup/index.js +0 -6
- package/FormHelperText/FormHelperText.js +7 -43
- package/FormHelperText/formHelperTextClasses.d.ts +22 -22
- package/FormHelperText/formHelperTextClasses.js +0 -5
- package/FormHelperText/index.js +0 -6
- package/FormLabel/FormLabel.js +7 -41
- package/FormLabel/formLabelClasses.d.ts +22 -22
- package/FormLabel/formLabelClasses.js +0 -5
- package/FormLabel/index.js +0 -6
- package/GlobalStyles/GlobalStyles.js +1 -15
- package/GlobalStyles/index.js +0 -2
- package/Grid/Grid.js +41 -127
- package/Grid/GridContext.js +0 -6
- package/Grid/gridClasses.d.ts +48 -48
- package/Grid/gridClasses.js +8 -9
- package/Grid/index.js +0 -6
- package/Grow/Grow.js +22 -63
- package/Grow/index.js +0 -2
- package/Hidden/Hidden.js +14 -45
- package/Hidden/HiddenCss.js +6 -46
- package/Hidden/HiddenJs.js +4 -33
- package/Hidden/hiddenCssClasses.js +0 -5
- package/Hidden/index.js +0 -2
- package/Hidden/withWidth.js +17 -45
- package/Icon/Icon.js +12 -42
- package/Icon/iconClasses.d.ts +24 -24
- package/Icon/iconClasses.js +0 -5
- package/Icon/index.js +0 -6
- package/IconButton/IconButton.js +41 -74
- package/IconButton/iconButtonClasses.d.ts +26 -26
- package/IconButton/iconButtonClasses.js +0 -5
- package/IconButton/index.js +0 -6
- package/ImageList/ImageList.js +13 -47
- package/ImageList/ImageListContext.js +0 -6
- package/ImageList/imageListClasses.d.ts +16 -16
- package/ImageList/imageListClasses.js +0 -5
- package/ImageList/index.js +0 -6
- package/ImageListItem/ImageListItem.js +11 -45
- package/ImageListItem/imageListItemClasses.d.ts +18 -18
- package/ImageListItem/imageListItemClasses.js +0 -5
- package/ImageListItem/index.js +0 -6
- package/ImageListItemBar/ImageListItemBar.js +9 -37
- package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
- package/ImageListItemBar/imageListItemBarClasses.js +0 -5
- package/ImageListItemBar/index.js +0 -6
- package/Input/Input.js +16 -73
- package/Input/index.js +0 -6
- package/Input/inputClasses.d.ts +34 -34
- package/Input/inputClasses.js +0 -7
- package/InputAdornment/InputAdornment.js +11 -49
- package/InputAdornment/index.js +0 -6
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputAdornment/inputAdornmentClasses.js +0 -5
- package/InputBase/InputBase.js +52 -151
- package/InputBase/index.js +0 -6
- package/InputBase/inputBaseClasses.d.ts +46 -46
- package/InputBase/inputBaseClasses.js +0 -5
- package/InputBase/utils.js +6 -7
- package/InputLabel/InputLabel.js +7 -46
- package/InputLabel/index.js +0 -6
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/InputLabel/inputLabelClasses.js +0 -5
- package/LinearProgress/LinearProgress.js +10 -52
- package/LinearProgress/index.js +0 -6
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/LinearProgress/linearProgressClasses.js +0 -5
- package/Link/Link.js +15 -61
- package/Link/getTextDecoration.d.ts +15 -15
- package/Link/getTextDecoration.js +0 -7
- package/Link/index.js +0 -6
- package/Link/linkClasses.d.ts +18 -18
- package/Link/linkClasses.js +0 -5
- package/List/List.js +9 -36
- package/List/ListContext.js +0 -6
- package/List/index.js +0 -6
- package/List/listClasses.d.ts +14 -14
- package/List/listClasses.js +0 -5
- package/ListItem/ListItem.js +38 -92
- package/ListItem/index.js +0 -6
- package/ListItem/listItemClasses.d.ts +30 -30
- package/ListItem/listItemClasses.js +0 -5
- package/ListItemAvatar/ListItemAvatar.js +5 -28
- package/ListItemAvatar/index.js +0 -6
- package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
- package/ListItemAvatar/listItemAvatarClasses.js +0 -5
- package/ListItemButton/ListItemButton.js +13 -52
- package/ListItemButton/index.js +0 -6
- package/ListItemButton/listItemButtonClasses.d.ts +22 -22
- package/ListItemButton/listItemButtonClasses.js +0 -5
- package/ListItemIcon/ListItemIcon.js +5 -28
- package/ListItemIcon/index.js +0 -6
- package/ListItemIcon/listItemIconClasses.d.ts +10 -10
- package/ListItemIcon/listItemIconClasses.js +0 -5
- package/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -28
- package/ListItemSecondaryAction/index.js +0 -6
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -5
- package/ListItemText/ListItemText.js +11 -44
- package/ListItemText/index.js +0 -6
- package/ListItemText/listItemTextClasses.d.ts +18 -18
- package/ListItemText/listItemTextClasses.js +0 -5
- package/ListSubheader/ListSubheader.js +9 -37
- package/ListSubheader/index.js +0 -6
- package/ListSubheader/listSubheaderClasses.d.ts +18 -18
- package/ListSubheader/listSubheaderClasses.js +0 -5
- package/Menu/Menu.js +22 -70
- package/Menu/index.js +0 -6
- package/Menu/menuClasses.d.ts +12 -12
- package/Menu/menuClasses.js +0 -5
- package/MenuItem/MenuItem.js +13 -59
- package/MenuItem/index.js +0 -6
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MenuItem/menuItemClasses.js +0 -5
- package/MenuList/MenuList.js +20 -80
- package/MenuList/index.js +0 -2
- package/MobileStepper/MobileStepper.js +11 -43
- package/MobileStepper/index.js +0 -6
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/MobileStepper/mobileStepperClasses.js +0 -5
- package/Modal/Modal.js +24 -70
- package/Modal/index.js +0 -6
- package/NativeSelect/NativeSelect.js +10 -43
- package/NativeSelect/NativeSelectInput.js +10 -41
- package/NativeSelect/index.js +0 -6
- package/NativeSelect/nativeSelectClasses.d.ts +32 -32
- package/NativeSelect/nativeSelectClasses.js +0 -5
- package/NoSsr/index.js +0 -2
- package/OutlinedInput/NotchedOutline.js +6 -24
- package/OutlinedInput/OutlinedInput.js +12 -68
- package/OutlinedInput/index.js +0 -6
- package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
- package/OutlinedInput/outlinedInputClasses.js +0 -7
- package/OverridableComponentAugmentation.d.ts +31 -31
- package/Pagination/Pagination.js +25 -73
- package/Pagination/index.js +0 -6
- package/Pagination/paginationClasses.d.ts +14 -14
- package/Pagination/paginationClasses.js +0 -5
- package/PaginationItem/PaginationItem.js +18 -66
- package/PaginationItem/index.js +0 -6
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/PaginationItem/paginationItemClasses.js +0 -5
- package/Paper/Paper.js +9 -50
- package/Paper/index.js +0 -6
- package/Paper/paperClasses.d.ts +39 -39
- package/Paper/paperClasses.js +0 -5
- package/Popover/Popover.js +55 -126
- package/Popover/index.js +0 -6
- package/Popover/popoverClasses.d.ts +10 -10
- package/Popover/popoverClasses.js +0 -5
- package/Popper/Popper.d.ts +37 -37
- package/Popper/Popper.js +16 -60
- package/Popper/index.js +0 -2
- package/Portal/index.js +0 -2
- package/README.md +4 -3
- package/Radio/Radio.js +15 -67
- package/Radio/RadioButtonIcon.js +1 -15
- package/Radio/index.js +0 -6
- package/Radio/radioClasses.d.ts +16 -16
- package/Radio/radioClasses.js +0 -5
- package/RadioGroup/RadioGroup.js +11 -38
- package/RadioGroup/RadioGroupContext.d.ts +11 -11
- package/RadioGroup/RadioGroupContext.js +0 -6
- package/RadioGroup/index.js +0 -3
- package/RadioGroup/useRadioGroup.d.ts +4 -4
- package/RadioGroup/useRadioGroup.js +0 -6
- package/Rating/Rating.js +27 -114
- package/Rating/index.js +0 -6
- package/Rating/ratingClasses.d.ts +40 -40
- package/Rating/ratingClasses.js +0 -5
- package/ScopedCssBaseline/ScopedCssBaseline.js +5 -33
- package/ScopedCssBaseline/index.js +0 -6
- package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
- package/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -5
- package/Select/Select.js +24 -76
- package/Select/SelectInput.js +55 -154
- package/Select/index.js +0 -6
- package/Select/selectClasses.d.ts +30 -30
- package/Select/selectClasses.js +0 -5
- package/Skeleton/Skeleton.js +11 -43
- package/Skeleton/index.js +0 -6
- package/Skeleton/skeletonClasses.d.ts +26 -26
- package/Skeleton/skeletonClasses.js +0 -5
- package/Slide/Slide.js +23 -83
- package/Slide/index.js +0 -2
- package/Slider/Slider.js +24 -107
- package/Slider/index.js +0 -4
- package/Snackbar/Snackbar.js +44 -107
- package/Snackbar/index.js +0 -6
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/Snackbar/snackbarClasses.js +0 -5
- package/SnackbarContent/SnackbarContent.js +8 -36
- package/SnackbarContent/index.js +0 -6
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SnackbarContent/snackbarContentClasses.js +0 -5
- package/SpeedDial/SpeedDial.js +44 -120
- package/SpeedDial/index.js +0 -6
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDial/speedDialClasses.js +0 -5
- package/SpeedDialAction/SpeedDialAction.js +13 -53
- package/SpeedDialAction/index.js +0 -6
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialAction/speedDialActionClasses.js +0 -5
- package/SpeedDialIcon/SpeedDialIcon.js +6 -34
- package/SpeedDialIcon/index.js +0 -6
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/SpeedDialIcon/speedDialIconClasses.js +0 -5
- package/Stack/Stack.js +8 -42
- package/Stack/index.js +0 -2
- package/Step/Step.js +12 -46
- package/Step/StepContext.d.ts +20 -20
- package/Step/StepContext.js +1 -8
- package/Step/index.js +0 -8
- package/Step/stepClasses.d.ts +16 -16
- package/Step/stepClasses.js +0 -5
- package/StepButton/StepButton.js +7 -36
- package/StepButton/index.js +0 -6
- package/StepButton/stepButtonClasses.d.ts +14 -14
- package/StepButton/stepButtonClasses.js +0 -5
- package/StepConnector/StepConnector.js +4 -29
- package/StepConnector/index.js +0 -6
- package/StepConnector/stepConnectorClasses.d.ts +26 -26
- package/StepConnector/stepConnectorClasses.js +0 -5
- package/StepContent/StepContent.js +8 -40
- package/StepContent/index.js +0 -6
- package/StepContent/stepContentClasses.d.ts +12 -12
- package/StepContent/stepContentClasses.js +0 -5
- package/StepIcon/StepIcon.js +8 -42
- package/StepIcon/index.js +0 -6
- package/StepIcon/stepIconClasses.d.ts +16 -16
- package/StepIcon/stepIconClasses.js +0 -5
- package/StepLabel/StepLabel.js +12 -47
- package/StepLabel/index.js +0 -6
- package/StepLabel/stepLabelClasses.d.ts +28 -28
- package/StepLabel/stepLabelClasses.js +0 -5
- package/Stepper/Stepper.js +11 -42
- package/Stepper/StepperContext.d.ts +18 -18
- package/Stepper/StepperContext.js +1 -8
- package/Stepper/index.js +0 -8
- package/Stepper/stepperClasses.d.ts +14 -14
- package/Stepper/stepperClasses.js +0 -5
- package/StyledEngineProvider/index.js +0 -1
- package/SvgIcon/SvgIcon.js +14 -52
- package/SvgIcon/index.js +0 -6
- package/SvgIcon/svgIconClasses.d.ts +26 -26
- package/SvgIcon/svgIconClasses.js +0 -5
- package/SwipeableDrawer/SwipeArea.js +8 -26
- package/SwipeableDrawer/SwipeableDrawer.js +61 -146
- package/SwipeableDrawer/index.js +0 -2
- package/Switch/Switch.js +10 -54
- package/Switch/index.js +0 -6
- package/Switch/switchClasses.d.ts +32 -32
- package/Switch/switchClasses.js +0 -5
- package/Tab/Tab.js +24 -65
- package/Tab/index.js +0 -6
- package/Tab/tabClasses.d.ts +26 -26
- package/Tab/tabClasses.js +0 -5
- package/TabScrollButton/TabScrollButton.js +5 -35
- package/TabScrollButton/index.js +0 -6
- package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
- package/TabScrollButton/tabScrollButtonClasses.js +0 -5
- package/Table/Table.js +9 -38
- package/Table/TableContext.js +0 -6
- package/Table/Tablelvl2Context.js +0 -6
- package/Table/index.js +0 -6
- package/Table/tableClasses.d.ts +10 -10
- package/Table/tableClasses.js +0 -5
- package/TableBody/TableBody.js +5 -29
- package/TableBody/index.js +0 -6
- package/TableBody/tableBodyClasses.d.ts +8 -8
- package/TableBody/tableBodyClasses.js +0 -5
- package/TableCell/TableCell.js +14 -57
- package/TableCell/index.js +0 -6
- package/TableCell/tableCellClasses.d.ts +32 -32
- package/TableCell/tableCellClasses.js +0 -5
- package/TableContainer/TableContainer.js +5 -28
- package/TableContainer/index.js +0 -6
- package/TableContainer/tableContainerClasses.d.ts +8 -8
- package/TableContainer/tableContainerClasses.js +0 -5
- package/TableFooter/TableFooter.js +5 -29
- package/TableFooter/index.js +0 -6
- package/TableFooter/tableFooterClasses.d.ts +8 -8
- package/TableFooter/tableFooterClasses.js +0 -5
- package/TableHead/TableHead.js +5 -29
- package/TableHead/index.js +0 -6
- package/TableHead/tableHeadClasses.d.ts +8 -8
- package/TableHead/tableHeadClasses.js +0 -5
- package/TablePagination/TablePagination.js +23 -81
- package/TablePagination/TablePaginationActions.js +11 -41
- package/TablePagination/index.js +0 -6
- package/TablePagination/tablePaginationClasses.d.ts +28 -28
- package/TablePagination/tablePaginationClasses.js +0 -5
- package/TableRow/TableRow.js +7 -35
- package/TableRow/index.js +0 -6
- package/TableRow/tableRowClasses.d.ts +16 -16
- package/TableRow/tableRowClasses.js +0 -5
- package/TableSortLabel/TableSortLabel.js +10 -39
- package/TableSortLabel/index.js +0 -6
- package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
- package/TableSortLabel/tableSortLabelClasses.js +0 -5
- package/Tabs/ScrollbarSize.js +4 -20
- package/Tabs/Tabs.js +42 -157
- package/Tabs/index.js +0 -6
- package/Tabs/tabsClasses.d.ts +32 -32
- package/Tabs/tabsClasses.js +0 -5
- package/TextField/TextField.js +39 -115
- package/TextField/index.js +0 -6
- package/TextField/textFieldClasses.d.ts +8 -8
- package/TextField/textFieldClasses.js +0 -5
- package/TextareaAutosize/index.js +0 -2
- package/ToggleButton/ToggleButton.js +17 -64
- package/ToggleButton/index.js +0 -6
- package/ToggleButton/toggleButtonClasses.d.ts +24 -24
- package/ToggleButton/toggleButtonClasses.js +0 -5
- package/ToggleButtonGroup/ToggleButtonGroup.js +15 -61
- package/ToggleButtonGroup/index.js +0 -6
- package/ToggleButtonGroup/isValueSelected.js +0 -3
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
- package/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -5
- package/Toolbar/Toolbar.js +8 -35
- package/Toolbar/index.js +0 -6
- package/Toolbar/toolbarClasses.d.ts +14 -14
- package/Toolbar/toolbarClasses.js +0 -5
- package/Tooltip/Tooltip.js +50 -159
- package/Tooltip/index.js +0 -6
- package/Tooltip/tooltipClasses.d.ts +30 -30
- package/Tooltip/tooltipClasses.js +0 -5
- package/Typography/Typography.js +15 -51
- package/Typography/index.js +0 -6
- package/Typography/typographyClasses.d.ts +50 -50
- package/Typography/typographyClasses.js +0 -5
- package/Unstable_Grid2/Grid2.d.ts +4 -4
- package/Unstable_Grid2/Grid2.js +1 -10
- package/Unstable_Grid2/Grid2Props.d.ts +15 -15
- package/Unstable_Grid2/grid2Classes.d.ts +5 -5
- package/Unstable_Grid2/grid2Classes.js +8 -9
- package/Unstable_Grid2/index.d.ts +4 -4
- package/Unstable_Grid2/index.js +0 -8
- package/Unstable_TrapFocus/index.js +0 -2
- package/Zoom/Zoom.js +21 -56
- package/Zoom/index.js +0 -2
- package/className/index.d.ts +1 -1
- package/className/index.js +0 -1
- package/colors/index.js +0 -21
- package/darkScrollbar/index.d.ts +28 -28
- package/darkScrollbar/index.js +0 -1
- package/esm/Accordion/Accordion.js +13 -37
- package/esm/Accordion/AccordionContext.js +1 -3
- package/esm/AccordionActions/AccordionActions.js +5 -17
- package/esm/AccordionDetails/AccordionDetails.js +4 -14
- package/esm/AccordionSummary/AccordionSummary.js +8 -25
- package/esm/Alert/Alert.js +20 -49
- package/esm/AlertTitle/AlertTitle.js +4 -14
- package/esm/AppBar/AppBar.js +11 -27
- package/esm/Autocomplete/Autocomplete.js +60 -149
- package/esm/Avatar/Avatar.js +16 -48
- package/esm/AvatarGroup/AvatarGroup.js +13 -39
- package/esm/Backdrop/Backdrop.js +15 -35
- package/esm/Badge/Badge.js +24 -57
- package/esm/Badge/badgeClasses.js +2 -1
- package/esm/BottomNavigation/BottomNavigation.js +9 -26
- package/esm/BottomNavigationAction/BottomNavigationAction.js +9 -28
- package/esm/Box/Box.js +1 -6
- package/esm/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
- package/esm/Breadcrumbs/Breadcrumbs.js +17 -43
- package/esm/Button/Button.js +22 -57
- package/esm/ButtonBase/ButtonBase.js +39 -110
- package/esm/ButtonBase/Ripple.js +1 -13
- package/esm/ButtonBase/TouchRipple.js +30 -39
- package/esm/ButtonGroup/ButtonGroup.js +18 -46
- package/esm/ButtonGroup/ButtonGroupContext.js +0 -3
- package/esm/Card/Card.js +5 -18
- package/esm/CardActionArea/CardActionArea.js +6 -17
- package/esm/CardActions/CardActions.js +5 -17
- package/esm/CardContent/CardContent.js +5 -17
- package/esm/CardHeader/CardHeader.js +12 -35
- package/esm/CardMedia/CardMedia.js +9 -26
- package/esm/Checkbox/Checkbox.js +13 -49
- package/esm/Chip/Chip.js +22 -70
- package/esm/CircularProgress/CircularProgress.js +18 -43
- package/esm/Collapse/Collapse.js +24 -66
- package/esm/Container/Container.js +2 -13
- package/esm/CssBaseline/CssBaseline.js +2 -14
- package/esm/Dialog/Dialog.js +24 -61
- package/esm/Dialog/DialogContext.js +0 -2
- package/esm/DialogActions/DialogActions.js +5 -17
- package/esm/DialogContent/DialogContent.js +5 -17
- package/esm/DialogContentText/DialogContentText.js +4 -14
- package/esm/DialogTitle/DialogTitle.js +5 -16
- package/esm/Divider/Divider.js +15 -38
- package/esm/Drawer/Drawer.js +27 -54
- package/esm/Fab/Fab.js +15 -42
- package/esm/Fade/Fade.js +21 -43
- package/esm/FilledInput/FilledInput.js +16 -60
- package/esm/FilledInput/filledInputClasses.js +0 -2
- package/esm/FormControl/FormControl.js +19 -58
- package/esm/FormControl/FormControlContext.js +1 -3
- package/esm/FormControl/formControlState.js +0 -2
- package/esm/FormControlLabel/FormControlLabel.js +12 -41
- package/esm/FormGroup/FormGroup.js +6 -19
- package/esm/FormHelperText/FormHelperText.js +7 -31
- package/esm/FormLabel/FormLabel.js +7 -28
- package/esm/GlobalStyles/GlobalStyles.js +1 -6
- package/esm/Grid/Grid.js +41 -109
- package/esm/Grid/GridContext.js +1 -3
- package/esm/Grid/gridClasses.js +8 -4
- package/esm/Grow/Grow.js +22 -50
- package/esm/Hidden/Hidden.js +15 -35
- package/esm/Hidden/HiddenCss.js +6 -33
- package/esm/Hidden/HiddenJs.js +5 -24
- package/esm/Hidden/withWidth.js +17 -29
- package/esm/Icon/Icon.js +12 -30
- package/esm/IconButton/IconButton.js +41 -59
- package/esm/ImageList/ImageList.js +13 -35
- package/esm/ImageList/ImageListContext.js +1 -3
- package/esm/ImageListItem/ImageListItem.js +11 -29
- package/esm/ImageListItemBar/ImageListItemBar.js +9 -25
- package/esm/Input/Input.js +16 -59
- package/esm/Input/inputClasses.js +0 -2
- package/esm/InputAdornment/InputAdornment.js +11 -35
- package/esm/InputBase/InputBase.js +52 -132
- package/esm/InputBase/utils.js +6 -4
- package/esm/InputLabel/InputLabel.js +7 -33
- package/esm/LinearProgress/LinearProgress.js +16 -45
- package/esm/Link/Link.js +15 -44
- package/esm/Link/getTextDecoration.js +0 -5
- package/esm/List/List.js +9 -25
- package/esm/List/ListContext.js +1 -3
- package/esm/ListItem/ListItem.js +38 -73
- package/esm/ListItemAvatar/ListItemAvatar.js +5 -17
- package/esm/ListItemButton/ListItemButton.js +13 -35
- package/esm/ListItemIcon/ListItemIcon.js +5 -17
- package/esm/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -17
- package/esm/ListItemText/ListItemText.js +11 -32
- package/esm/ListSubheader/ListSubheader.js +9 -25
- package/esm/Menu/Menu.js +22 -53
- package/esm/MenuItem/MenuItem.js +13 -39
- package/esm/MenuList/MenuList.js +20 -66
- package/esm/MobileStepper/MobileStepper.js +11 -28
- package/esm/Modal/Modal.js +24 -58
- package/esm/NativeSelect/NativeSelect.js +10 -32
- package/esm/NativeSelect/NativeSelectInput.js +10 -25
- package/esm/OutlinedInput/NotchedOutline.js +6 -16
- package/esm/OutlinedInput/OutlinedInput.js +12 -54
- package/esm/OutlinedInput/outlinedInputClasses.js +0 -2
- package/esm/Pagination/Pagination.js +25 -60
- package/esm/PaginationItem/PaginationItem.js +18 -47
- package/esm/Paper/Paper.js +11 -35
- package/esm/Popover/Popover.js +54 -105
- package/esm/Popper/Popper.js +16 -46
- package/esm/Radio/Radio.js +15 -51
- package/esm/Radio/RadioButtonIcon.js +1 -6
- package/esm/RadioGroup/RadioGroup.js +11 -24
- package/esm/RadioGroup/RadioGroupContext.js +0 -3
- package/esm/Rating/Rating.js +27 -103
- package/esm/ScopedCssBaseline/ScopedCssBaseline.js +5 -21
- package/esm/Select/Select.js +24 -59
- package/esm/Select/SelectInput.js +55 -135
- package/esm/Skeleton/Skeleton.js +15 -36
- package/esm/Slide/Slide.js +26 -70
- package/esm/Slider/Slider.js +24 -91
- package/esm/Snackbar/Snackbar.js +44 -90
- package/esm/SnackbarContent/SnackbarContent.js +8 -22
- package/esm/SpeedDial/SpeedDial.js +44 -103
- package/esm/SpeedDialAction/SpeedDialAction.js +13 -39
- package/esm/SpeedDialIcon/SpeedDialIcon.js +6 -21
- package/esm/Stack/Stack.js +9 -31
- package/esm/Step/Step.js +12 -35
- package/esm/Step/StepContext.js +1 -4
- package/esm/StepButton/StepButton.js +7 -21
- package/esm/StepConnector/StepConnector.js +4 -16
- package/esm/StepContent/StepContent.js +8 -27
- package/esm/StepIcon/StepIcon.js +8 -29
- package/esm/StepLabel/StepLabel.js +12 -33
- package/esm/Stepper/Stepper.js +11 -30
- package/esm/Stepper/StepperContext.js +1 -4
- package/esm/SvgIcon/SvgIcon.js +14 -40
- package/esm/SwipeableDrawer/SwipeArea.js +8 -13
- package/esm/SwipeableDrawer/SwipeableDrawer.js +64 -128
- package/esm/Switch/Switch.js +10 -41
- package/esm/Tab/Tab.js +24 -51
- package/esm/TabScrollButton/TabScrollButton.js +5 -23
- package/esm/Table/Table.js +9 -26
- package/esm/Table/TableContext.js +1 -3
- package/esm/Table/Tablelvl2Context.js +1 -3
- package/esm/TableBody/TableBody.js +5 -17
- package/esm/TableCell/TableCell.js +14 -43
- package/esm/TableContainer/TableContainer.js +5 -17
- package/esm/TableFooter/TableFooter.js +5 -17
- package/esm/TableHead/TableHead.js +5 -17
- package/esm/TablePagination/TablePagination.js +23 -61
- package/esm/TablePagination/TablePaginationActions.js +12 -28
- package/esm/TableRow/TableRow.js +7 -23
- package/esm/TableSortLabel/TableSortLabel.js +10 -25
- package/esm/Tabs/ScrollbarSize.js +4 -8
- package/esm/Tabs/Tabs.js +42 -138
- package/esm/TextField/TextField.js +39 -97
- package/esm/ToggleButton/ToggleButton.js +17 -50
- package/esm/ToggleButtonGroup/ToggleButtonGroup.js +15 -47
- package/esm/ToggleButtonGroup/isValueSelected.js +0 -2
- package/esm/Toolbar/Toolbar.js +8 -24
- package/esm/Tooltip/Tooltip.js +50 -137
- package/esm/Typography/Typography.js +15 -38
- package/esm/Unstable_Grid2/Grid2.js +1 -5
- package/esm/Unstable_Grid2/grid2Classes.js +8 -4
- package/esm/Zoom/Zoom.js +21 -43
- package/esm/index.js +2 -1
- package/esm/internal/SwitchBase.js +27 -63
- package/esm/internal/animate.js +0 -10
- package/esm/internal/svg-icons/Add.js +1 -1
- package/esm/internal/svg-icons/ArrowDownward.js +1 -1
- package/esm/internal/svg-icons/ArrowDropDown.js +1 -1
- package/esm/internal/svg-icons/Cancel.js +1 -1
- package/esm/internal/svg-icons/CheckBox.js +1 -1
- package/esm/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
- package/esm/internal/svg-icons/CheckCircle.js +1 -1
- package/esm/internal/svg-icons/Close.js +1 -1
- package/esm/internal/svg-icons/ErrorOutline.js +1 -1
- package/esm/internal/svg-icons/FirstPage.js +1 -1
- package/esm/internal/svg-icons/IndeterminateCheckBox.js +1 -1
- package/esm/internal/svg-icons/InfoOutlined.js +1 -1
- package/esm/internal/svg-icons/KeyboardArrowLeft.js +1 -1
- package/esm/internal/svg-icons/KeyboardArrowRight.js +1 -1
- package/esm/internal/svg-icons/LastPage.js +1 -1
- package/esm/internal/svg-icons/MoreHoriz.js +1 -1
- package/esm/internal/svg-icons/NavigateBefore.js +1 -1
- package/esm/internal/svg-icons/NavigateNext.js +1 -1
- package/esm/internal/svg-icons/Person.js +1 -1
- package/esm/internal/svg-icons/RadioButtonChecked.js +1 -1
- package/esm/internal/svg-icons/RadioButtonUnchecked.js +1 -1
- package/esm/internal/svg-icons/ReportProblemOutlined.js +1 -1
- package/esm/internal/svg-icons/Star.js +1 -1
- package/esm/internal/svg-icons/StarBorder.js +1 -1
- package/esm/internal/svg-icons/SuccessOutlined.js +1 -1
- package/esm/internal/svg-icons/Warning.js +1 -1
- package/esm/locale/index.js +217 -510
- package/esm/styles/CssVarsProvider.js +0 -4
- package/esm/styles/adaptV4Theme.js +21 -22
- package/esm/styles/createPalette.js +8 -36
- package/esm/styles/createStyles.js +2 -2
- package/esm/styles/createTheme.js +10 -21
- package/esm/styles/createTransitions.js +12 -25
- package/esm/styles/createTypography.js +18 -27
- package/esm/styles/cssUtils.js +18 -18
- package/esm/styles/excludeVariablesFromRoot.js +0 -1
- package/esm/styles/experimental_extendTheme.js +22 -37
- package/esm/styles/index.js +2 -2
- package/esm/styles/responsiveFontSizes.js +3 -11
- package/esm/styles/shadows.js +2 -3
- package/esm/styles/useTheme.js +0 -2
- package/esm/transitions/utils.js +0 -1
- package/esm/useMediaQuery/useMediaQuery.js +12 -23
- package/esm/useMediaQuery/useMediaQueryTheme.js +2 -1
- package/esm/usePagination/usePagination.js +41 -38
- package/esm/useScrollTrigger/useScrollTrigger.js +6 -13
- package/esm/useTouchRipple/useTouchRipple.js +0 -9
- package/esm/utils/createSvgIcon.js +1 -3
- package/esm/utils/index.js +2 -2
- package/esm/utils/shouldSpreadAdditionalProps.js +0 -2
- package/generateUtilityClass/index.d.ts +2 -2
- package/generateUtilityClass/index.js +0 -1
- package/generateUtilityClasses/index.d.ts +1 -1
- package/generateUtilityClasses/index.js +0 -1
- package/index.js +1 -282
- package/internal/SwitchBase.js +27 -78
- package/internal/animate.js +0 -11
- package/internal/svg-icons/Add.js +0 -7
- package/internal/svg-icons/ArrowDownward.js +0 -8
- package/internal/svg-icons/ArrowDropDown.js +0 -8
- package/internal/svg-icons/Cancel.js +0 -8
- package/internal/svg-icons/CheckBox.js +0 -8
- package/internal/svg-icons/CheckBoxOutlineBlank.js +0 -8
- package/internal/svg-icons/CheckCircle.js +0 -8
- package/internal/svg-icons/Close.js +0 -8
- package/internal/svg-icons/ErrorOutline.js +0 -8
- package/internal/svg-icons/FirstPage.js +0 -8
- package/internal/svg-icons/IndeterminateCheckBox.js +0 -8
- package/internal/svg-icons/InfoOutlined.js +0 -8
- package/internal/svg-icons/KeyboardArrowLeft.js +0 -8
- package/internal/svg-icons/KeyboardArrowRight.js +0 -8
- package/internal/svg-icons/LastPage.js +0 -8
- package/internal/svg-icons/MoreHoriz.js +0 -8
- package/internal/svg-icons/NavigateBefore.js +0 -8
- package/internal/svg-icons/NavigateNext.js +0 -8
- package/internal/svg-icons/Person.js +0 -8
- package/internal/svg-icons/RadioButtonChecked.js +0 -8
- package/internal/svg-icons/RadioButtonUnchecked.js +0 -8
- package/internal/svg-icons/ReportProblemOutlined.js +0 -8
- package/internal/svg-icons/Star.js +0 -8
- package/internal/svg-icons/StarBorder.js +0 -8
- package/internal/svg-icons/SuccessOutlined.js +0 -8
- package/internal/svg-icons/Warning.js +0 -8
- package/internal/switchBaseClasses.d.ts +12 -12
- package/internal/switchBaseClasses.js +0 -5
- package/legacy/Accordion/Accordion.js +32 -60
- package/legacy/Accordion/AccordionContext.js +1 -3
- package/legacy/AccordionActions/AccordionActions.js +5 -17
- package/legacy/AccordionDetails/AccordionDetails.js +2 -12
- package/legacy/AccordionSummary/AccordionSummary.js +16 -34
- package/legacy/Alert/Alert.js +31 -60
- package/legacy/AlertTitle/AlertTitle.js +2 -12
- package/legacy/AppBar/AppBar.js +15 -31
- package/legacy/Autocomplete/Autocomplete.js +146 -238
- package/legacy/Avatar/Avatar.js +24 -58
- package/legacy/AvatarGroup/AvatarGroup.js +17 -44
- package/legacy/Backdrop/Backdrop.js +20 -40
- package/legacy/Badge/Badge.js +46 -79
- package/legacy/Badge/badgeClasses.js +2 -1
- package/legacy/BottomNavigation/BottomNavigation.js +9 -26
- package/legacy/BottomNavigationAction/BottomNavigationAction.js +13 -32
- package/legacy/Box/Box.js +1 -6
- package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
- package/legacy/Breadcrumbs/Breadcrumbs.js +23 -49
- package/legacy/Button/Button.js +34 -70
- package/legacy/ButtonBase/ButtonBase.js +56 -134
- package/legacy/ButtonBase/Ripple.js +12 -26
- package/legacy/ButtonBase/TouchRipple.js +39 -49
- package/legacy/ButtonGroup/ButtonGroup.js +33 -61
- package/legacy/ButtonGroup/ButtonGroupContext.js +0 -3
- package/legacy/Card/Card.js +4 -17
- package/legacy/CardActionArea/CardActionArea.js +4 -16
- package/legacy/CardActions/CardActions.js +5 -17
- package/legacy/CardContent/CardContent.js +4 -16
- package/legacy/CardHeader/CardHeader.js +12 -36
- package/legacy/CardMedia/CardMedia.js +11 -28
- package/legacy/Checkbox/Checkbox.js +20 -57
- package/legacy/Chip/Chip.js +39 -90
- package/legacy/CircularProgress/CircularProgress.js +23 -48
- package/legacy/Collapse/Collapse.js +43 -86
- package/legacy/Container/Container.js +2 -13
- package/legacy/CssBaseline/CssBaseline.js +6 -22
- package/legacy/Dialog/Dialog.js +36 -73
- package/legacy/Dialog/DialogContext.js +0 -2
- package/legacy/DialogActions/DialogActions.js +5 -17
- package/legacy/DialogContent/DialogContent.js +6 -18
- package/legacy/DialogContentText/DialogContentText.js +3 -13
- package/legacy/DialogTitle/DialogTitle.js +5 -18
- package/legacy/Divider/Divider.js +32 -55
- package/legacy/Drawer/Drawer.js +30 -59
- package/legacy/Fab/Fab.js +24 -51
- package/legacy/Fade/Fade.js +21 -43
- package/legacy/FilledInput/FilledInput.js +21 -68
- package/legacy/FilledInput/filledInputClasses.js +0 -2
- package/legacy/FormControl/FormControl.js +66 -108
- package/legacy/FormControl/FormControlContext.js +1 -3
- package/legacy/FormControl/formControlState.js +2 -4
- package/legacy/FormControlLabel/FormControlLabel.js +22 -51
- package/legacy/FormGroup/FormGroup.js +7 -20
- package/legacy/FormHelperText/FormHelperText.js +21 -46
- package/legacy/FormLabel/FormLabel.js +19 -41
- package/legacy/GlobalStyles/GlobalStyles.js +1 -6
- package/legacy/Grid/Grid.js +68 -139
- package/legacy/Grid/GridContext.js +1 -3
- package/legacy/Grow/Grow.js +40 -71
- package/legacy/Hidden/Hidden.js +24 -44
- package/legacy/Hidden/HiddenCss.js +8 -36
- package/legacy/Hidden/HiddenJs.js +7 -26
- package/legacy/Hidden/withWidth.js +21 -36
- package/legacy/Icon/Icon.js +17 -35
- package/legacy/IconButton/IconButton.js +29 -49
- package/legacy/ImageList/ImageList.js +17 -39
- package/legacy/ImageList/ImageListContext.js +1 -3
- package/legacy/ImageListItem/ImageListItem.js +17 -36
- package/legacy/ImageListItemBar/ImageListItemBar.js +14 -30
- package/legacy/Input/Input.js +19 -66
- package/legacy/Input/inputClasses.js +0 -2
- package/legacy/InputAdornment/InputAdornment.js +18 -42
- package/legacy/InputBase/InputBase.js +79 -167
- package/legacy/InputBase/utils.js +6 -4
- package/legacy/InputLabel/InputLabel.js +15 -41
- package/legacy/LinearProgress/LinearProgress.js +16 -45
- package/legacy/Link/Link.js +26 -58
- package/legacy/Link/getTextDecoration.js +1 -6
- package/legacy/List/List.js +13 -29
- package/legacy/List/ListContext.js +1 -3
- package/legacy/ListItem/ListItem.js +57 -93
- package/legacy/ListItemAvatar/ListItemAvatar.js +4 -16
- package/legacy/ListItemButton/ListItemButton.js +25 -48
- package/legacy/ListItemIcon/ListItemIcon.js +5 -17
- package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -16
- package/legacy/ListItemText/ListItemText.js +16 -38
- package/legacy/ListSubheader/ListSubheader.js +17 -33
- package/legacy/Menu/Menu.js +23 -54
- package/legacy/MenuItem/MenuItem.js +23 -50
- package/legacy/MenuList/MenuList.js +21 -67
- package/legacy/MobileStepper/MobileStepper.js +16 -33
- package/legacy/Modal/Modal.js +36 -71
- package/legacy/NativeSelect/NativeSelect.js +12 -34
- package/legacy/NativeSelect/NativeSelectInput.js +15 -31
- package/legacy/OutlinedInput/NotchedOutline.js +7 -17
- package/legacy/OutlinedInput/OutlinedInput.js +18 -61
- package/legacy/OutlinedInput/outlinedInputClasses.js +0 -2
- package/legacy/Pagination/Pagination.js +46 -81
- package/legacy/PaginationItem/PaginationItem.js +36 -66
- package/legacy/Paper/Paper.js +18 -42
- package/legacy/Popover/Popover.js +59 -115
- package/legacy/Popper/Popper.js +14 -44
- package/legacy/Radio/Radio.js +19 -55
- package/legacy/Radio/RadioButtonIcon.js +6 -11
- package/legacy/RadioGroup/RadioGroup.js +14 -27
- package/legacy/RadioGroup/RadioGroupContext.js +0 -3
- package/legacy/Rating/Rating.js +89 -175
- package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +8 -25
- package/legacy/Select/Select.js +30 -65
- package/legacy/Select/SelectInput.js +78 -165
- package/legacy/Skeleton/Skeleton.js +19 -40
- package/legacy/Slide/Slide.js +28 -72
- package/legacy/Slider/Slider.js +37 -107
- package/legacy/Snackbar/Snackbar.js +42 -90
- package/legacy/SnackbarContent/SnackbarContent.js +7 -21
- package/legacy/SpeedDial/SpeedDial.js +51 -111
- package/legacy/SpeedDialAction/SpeedDialAction.js +21 -48
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +8 -24
- package/legacy/Stack/Stack.js +11 -34
- package/legacy/Step/Step.js +25 -49
- package/legacy/Step/StepContext.js +1 -4
- package/legacy/StepButton/StepButton.js +8 -23
- package/legacy/StepConnector/StepConnector.js +14 -27
- package/legacy/StepContent/StepContent.js +14 -34
- package/legacy/StepIcon/StepIcon.js +12 -34
- package/legacy/StepLabel/StepLabel.js +25 -50
- package/legacy/Stepper/Stepper.js +17 -36
- package/legacy/Stepper/StepperContext.js +1 -4
- package/legacy/SvgIcon/SvgIcon.js +20 -46
- package/legacy/SwipeableDrawer/SwipeArea.js +8 -13
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +77 -142
- package/legacy/Switch/Switch.js +17 -51
- package/legacy/Tab/Tab.js +30 -58
- package/legacy/TabScrollButton/TabScrollButton.js +7 -24
- package/legacy/Table/Table.js +13 -30
- package/legacy/Table/TableContext.js +1 -3
- package/legacy/Table/Tablelvl2Context.js +1 -3
- package/legacy/TableBody/TableBody.js +4 -16
- package/legacy/TableCell/TableCell.js +19 -48
- package/legacy/TableContainer/TableContainer.js +4 -16
- package/legacy/TableFooter/TableFooter.js +4 -16
- package/legacy/TableHead/TableHead.js +4 -16
- package/legacy/TablePagination/TablePagination.js +34 -74
- package/legacy/TablePagination/TablePaginationActions.js +10 -26
- package/legacy/TableRow/TableRow.js +12 -29
- package/legacy/TableSortLabel/TableSortLabel.js +15 -30
- package/legacy/Tabs/ScrollbarSize.js +2 -6
- package/legacy/Tabs/Tabs.js +85 -189
- package/legacy/TextField/TextField.js +46 -104
- package/legacy/ToggleButton/ToggleButton.js +26 -60
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +23 -55
- package/legacy/ToggleButtonGroup/isValueSelected.js +0 -2
- package/legacy/Toolbar/Toolbar.js +13 -29
- package/legacy/Tooltip/Tooltip.js +89 -188
- package/legacy/Typography/Typography.js +25 -48
- package/legacy/Unstable_Grid2/Grid2.js +1 -5
- package/legacy/Zoom/Zoom.js +21 -43
- package/legacy/index.js +3 -2
- package/legacy/internal/SwitchBase.js +38 -75
- package/legacy/internal/animate.js +3 -12
- package/legacy/internal/svg-icons/Add.js +1 -1
- package/legacy/internal/svg-icons/ArrowDownward.js +1 -1
- package/legacy/internal/svg-icons/ArrowDropDown.js +1 -1
- package/legacy/internal/svg-icons/Cancel.js +1 -1
- package/legacy/internal/svg-icons/CheckBox.js +1 -1
- package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
- package/legacy/internal/svg-icons/CheckCircle.js +1 -1
- package/legacy/internal/svg-icons/Close.js +1 -1
- package/legacy/internal/svg-icons/ErrorOutline.js +1 -1
- package/legacy/internal/svg-icons/FirstPage.js +1 -1
- package/legacy/internal/svg-icons/IndeterminateCheckBox.js +1 -1
- package/legacy/internal/svg-icons/InfoOutlined.js +1 -1
- package/legacy/internal/svg-icons/KeyboardArrowLeft.js +1 -1
- package/legacy/internal/svg-icons/KeyboardArrowRight.js +1 -1
- package/legacy/internal/svg-icons/LastPage.js +1 -1
- package/legacy/internal/svg-icons/MoreHoriz.js +1 -1
- package/legacy/internal/svg-icons/NavigateBefore.js +1 -1
- package/legacy/internal/svg-icons/NavigateNext.js +1 -1
- package/legacy/internal/svg-icons/Person.js +1 -1
- package/legacy/internal/svg-icons/RadioButtonChecked.js +1 -1
- package/legacy/internal/svg-icons/RadioButtonUnchecked.js +1 -1
- package/legacy/internal/svg-icons/ReportProblemOutlined.js +1 -1
- package/legacy/internal/svg-icons/Star.js +1 -1
- package/legacy/internal/svg-icons/StarBorder.js +1 -1
- package/legacy/internal/svg-icons/SuccessOutlined.js +1 -1
- package/legacy/internal/svg-icons/Warning.js +1 -1
- package/legacy/locale/index.js +293 -586
- package/legacy/styles/CssVarsProvider.js +20 -26
- package/legacy/styles/adaptV4Theme.js +22 -23
- package/legacy/styles/createMixins.js +0 -1
- package/legacy/styles/createMuiStrictModeTheme.js +0 -1
- package/legacy/styles/createPalette.js +16 -50
- package/legacy/styles/createStyles.js +2 -2
- package/legacy/styles/createTheme.js +15 -29
- package/legacy/styles/createTransitions.js +13 -27
- package/legacy/styles/createTypography.js +18 -27
- package/legacy/styles/cssUtils.js +29 -31
- package/legacy/styles/excludeVariablesFromRoot.js +0 -2
- package/legacy/styles/experimental_extendTheme.js +24 -45
- package/legacy/styles/index.js +2 -2
- package/legacy/styles/responsiveFontSizes.js +10 -18
- package/legacy/styles/shadows.js +2 -3
- package/legacy/styles/useTheme.js +0 -2
- package/legacy/styles/useThemeProps.js +1 -1
- package/legacy/transitions/utils.js +3 -4
- package/legacy/useMediaQuery/useMediaQuery.js +51 -68
- package/legacy/useMediaQuery/useMediaQueryTheme.js +2 -1
- package/legacy/usePagination/usePagination.js +51 -52
- package/legacy/useScrollTrigger/useScrollTrigger.js +14 -24
- package/legacy/useTouchRipple/useTouchRipple.js +7 -18
- package/legacy/utils/createSvgIcon.js +1 -3
- package/legacy/utils/index.js +2 -2
- package/legacy/utils/shouldSpreadAdditionalProps.js +0 -2
- package/locale/index.d.ts +72 -72
- package/locale/index.js +213 -510
- package/modern/Accordion/Accordion.js +13 -37
- package/modern/Accordion/AccordionContext.js +1 -3
- package/modern/AccordionActions/AccordionActions.js +5 -17
- package/modern/AccordionDetails/AccordionDetails.js +4 -14
- package/modern/AccordionSummary/AccordionSummary.js +8 -25
- package/modern/Alert/Alert.js +20 -48
- package/modern/AlertTitle/AlertTitle.js +4 -14
- package/modern/AppBar/AppBar.js +11 -27
- package/modern/Autocomplete/Autocomplete.js +57 -144
- package/modern/Avatar/Avatar.js +16 -48
- package/modern/AvatarGroup/AvatarGroup.js +13 -38
- package/modern/Backdrop/Backdrop.js +15 -34
- package/modern/Badge/Badge.js +24 -56
- package/modern/Badge/badgeClasses.js +2 -1
- package/modern/BottomNavigation/BottomNavigation.js +9 -26
- package/modern/BottomNavigationAction/BottomNavigationAction.js +9 -28
- package/modern/Box/Box.js +1 -6
- package/modern/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
- package/modern/Breadcrumbs/Breadcrumbs.js +17 -43
- package/modern/Button/Button.js +22 -56
- package/modern/ButtonBase/ButtonBase.js +39 -110
- package/modern/ButtonBase/Ripple.js +1 -13
- package/modern/ButtonBase/TouchRipple.js +26 -33
- package/modern/ButtonGroup/ButtonGroup.js +18 -46
- package/modern/ButtonGroup/ButtonGroupContext.js +0 -3
- package/modern/Card/Card.js +5 -18
- package/modern/CardActionArea/CardActionArea.js +6 -17
- package/modern/CardActions/CardActions.js +5 -17
- package/modern/CardContent/CardContent.js +5 -17
- package/modern/CardHeader/CardHeader.js +12 -35
- package/modern/CardMedia/CardMedia.js +9 -26
- package/modern/Checkbox/Checkbox.js +13 -48
- package/modern/Chip/Chip.js +22 -70
- package/modern/CircularProgress/CircularProgress.js +14 -37
- package/modern/Collapse/Collapse.js +24 -66
- package/modern/Container/Container.js +2 -13
- package/modern/CssBaseline/CssBaseline.js +2 -12
- package/modern/Dialog/Dialog.js +24 -61
- package/modern/Dialog/DialogContext.js +0 -2
- package/modern/DialogActions/DialogActions.js +5 -17
- package/modern/DialogContent/DialogContent.js +5 -17
- package/modern/DialogContentText/DialogContentText.js +4 -14
- package/modern/DialogTitle/DialogTitle.js +5 -16
- package/modern/Divider/Divider.js +15 -38
- package/modern/Drawer/Drawer.js +27 -54
- package/modern/Fab/Fab.js +15 -41
- package/modern/Fade/Fade.js +21 -43
- package/modern/FilledInput/FilledInput.js +16 -58
- package/modern/FilledInput/filledInputClasses.js +0 -2
- package/modern/FormControl/FormControl.js +19 -58
- package/modern/FormControl/FormControlContext.js +1 -3
- package/modern/FormControl/formControlState.js +0 -2
- package/modern/FormControlLabel/FormControlLabel.js +12 -40
- package/modern/FormGroup/FormGroup.js +6 -19
- package/modern/FormHelperText/FormHelperText.js +7 -31
- package/modern/FormLabel/FormLabel.js +7 -28
- package/modern/GlobalStyles/GlobalStyles.js +1 -6
- package/modern/Grid/Grid.js +41 -107
- package/modern/Grid/GridContext.js +1 -3
- package/modern/Grid/gridClasses.js +8 -4
- package/modern/Grow/Grow.js +22 -50
- package/modern/Hidden/Hidden.js +15 -35
- package/modern/Hidden/HiddenCss.js +6 -33
- package/modern/Hidden/HiddenJs.js +5 -24
- package/modern/Hidden/withWidth.js +17 -29
- package/modern/Icon/Icon.js +12 -30
- package/modern/IconButton/IconButton.js +40 -59
- package/modern/ImageList/ImageList.js +13 -35
- package/modern/ImageList/ImageListContext.js +1 -3
- package/modern/ImageListItem/ImageListItem.js +11 -29
- package/modern/ImageListItemBar/ImageListItemBar.js +9 -25
- package/modern/Input/Input.js +16 -58
- package/modern/Input/inputClasses.js +0 -2
- package/modern/InputAdornment/InputAdornment.js +11 -35
- package/modern/InputBase/InputBase.js +52 -131
- package/modern/InputBase/utils.js +6 -4
- package/modern/InputLabel/InputLabel.js +7 -33
- package/modern/LinearProgress/LinearProgress.js +10 -37
- package/modern/Link/Link.js +15 -44
- package/modern/Link/getTextDecoration.js +0 -5
- package/modern/List/List.js +9 -25
- package/modern/List/ListContext.js +1 -3
- package/modern/ListItem/ListItem.js +38 -73
- package/modern/ListItemAvatar/ListItemAvatar.js +5 -17
- package/modern/ListItemButton/ListItemButton.js +13 -35
- package/modern/ListItemIcon/ListItemIcon.js +5 -17
- package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -17
- package/modern/ListItemText/ListItemText.js +11 -32
- package/modern/ListSubheader/ListSubheader.js +9 -25
- package/modern/Menu/Menu.js +22 -53
- package/modern/MenuItem/MenuItem.js +13 -39
- package/modern/MenuList/MenuList.js +20 -66
- package/modern/MobileStepper/MobileStepper.js +11 -28
- package/modern/Modal/Modal.js +24 -57
- package/modern/NativeSelect/NativeSelect.js +10 -32
- package/modern/NativeSelect/NativeSelectInput.js +10 -25
- package/modern/OutlinedInput/NotchedOutline.js +6 -16
- package/modern/OutlinedInput/OutlinedInput.js +12 -54
- package/modern/OutlinedInput/outlinedInputClasses.js +0 -2
- package/modern/Pagination/Pagination.js +25 -60
- package/modern/PaginationItem/PaginationItem.js +18 -47
- package/modern/Paper/Paper.js +11 -34
- package/modern/Popover/Popover.js +54 -105
- package/modern/Popper/Popper.js +16 -45
- package/modern/Radio/Radio.js +15 -50
- package/modern/Radio/RadioButtonIcon.js +1 -6
- package/modern/RadioGroup/RadioGroup.js +11 -24
- package/modern/RadioGroup/RadioGroupContext.js +0 -3
- package/modern/Rating/Rating.js +27 -103
- package/modern/ScopedCssBaseline/ScopedCssBaseline.js +5 -20
- package/modern/Select/Select.js +24 -59
- package/modern/Select/SelectInput.js +55 -135
- package/modern/Skeleton/Skeleton.js +11 -30
- package/modern/Slide/Slide.js +26 -70
- package/modern/Slider/Slider.js +24 -90
- package/modern/Snackbar/Snackbar.js +44 -90
- package/modern/SnackbarContent/SnackbarContent.js +8 -22
- package/modern/SpeedDial/SpeedDial.js +44 -103
- package/modern/SpeedDialAction/SpeedDialAction.js +13 -39
- package/modern/SpeedDialIcon/SpeedDialIcon.js +6 -21
- package/modern/Stack/Stack.js +9 -31
- package/modern/Step/Step.js +12 -35
- package/modern/Step/StepContext.js +1 -4
- package/modern/StepButton/StepButton.js +7 -21
- package/modern/StepConnector/StepConnector.js +4 -16
- package/modern/StepContent/StepContent.js +8 -27
- package/modern/StepIcon/StepIcon.js +8 -29
- package/modern/StepLabel/StepLabel.js +12 -32
- package/modern/Stepper/Stepper.js +11 -30
- package/modern/Stepper/StepperContext.js +1 -4
- package/modern/SvgIcon/SvgIcon.js +14 -39
- package/modern/SwipeableDrawer/SwipeArea.js +8 -13
- package/modern/SwipeableDrawer/SwipeableDrawer.js +64 -128
- package/modern/Switch/Switch.js +10 -41
- package/modern/Tab/Tab.js +24 -51
- package/modern/TabScrollButton/TabScrollButton.js +5 -23
- package/modern/Table/Table.js +9 -26
- package/modern/Table/TableContext.js +1 -3
- package/modern/Table/Tablelvl2Context.js +1 -3
- package/modern/TableBody/TableBody.js +5 -17
- package/modern/TableCell/TableCell.js +14 -43
- package/modern/TableContainer/TableContainer.js +5 -17
- package/modern/TableFooter/TableFooter.js +5 -17
- package/modern/TableHead/TableHead.js +5 -17
- package/modern/TablePagination/TablePagination.js +23 -61
- package/modern/TablePagination/TablePaginationActions.js +12 -28
- package/modern/TableRow/TableRow.js +7 -23
- package/modern/TableSortLabel/TableSortLabel.js +10 -25
- package/modern/Tabs/ScrollbarSize.js +4 -8
- package/modern/Tabs/Tabs.js +42 -138
- package/modern/TextField/TextField.js +39 -97
- package/modern/ToggleButton/ToggleButton.js +17 -50
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +15 -47
- package/modern/ToggleButtonGroup/isValueSelected.js +0 -2
- package/modern/Toolbar/Toolbar.js +8 -24
- package/modern/Tooltip/Tooltip.js +50 -135
- package/modern/Typography/Typography.js +15 -38
- package/modern/Unstable_Grid2/Grid2.js +1 -5
- package/modern/Unstable_Grid2/grid2Classes.js +8 -4
- package/modern/Zoom/Zoom.js +21 -43
- package/modern/index.js +3 -2
- package/modern/internal/SwitchBase.js +27 -63
- package/modern/internal/animate.js +0 -10
- package/modern/internal/svg-icons/Add.js +1 -1
- package/modern/internal/svg-icons/ArrowDownward.js +1 -1
- package/modern/internal/svg-icons/ArrowDropDown.js +1 -1
- package/modern/internal/svg-icons/Cancel.js +1 -1
- package/modern/internal/svg-icons/CheckBox.js +1 -1
- package/modern/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
- package/modern/internal/svg-icons/CheckCircle.js +1 -1
- package/modern/internal/svg-icons/Close.js +1 -1
- package/modern/internal/svg-icons/ErrorOutline.js +1 -1
- package/modern/internal/svg-icons/FirstPage.js +1 -1
- package/modern/internal/svg-icons/IndeterminateCheckBox.js +1 -1
- package/modern/internal/svg-icons/InfoOutlined.js +1 -1
- package/modern/internal/svg-icons/KeyboardArrowLeft.js +1 -1
- package/modern/internal/svg-icons/KeyboardArrowRight.js +1 -1
- package/modern/internal/svg-icons/LastPage.js +1 -1
- package/modern/internal/svg-icons/MoreHoriz.js +1 -1
- package/modern/internal/svg-icons/NavigateBefore.js +1 -1
- package/modern/internal/svg-icons/NavigateNext.js +1 -1
- package/modern/internal/svg-icons/Person.js +1 -1
- package/modern/internal/svg-icons/RadioButtonChecked.js +1 -1
- package/modern/internal/svg-icons/RadioButtonUnchecked.js +1 -1
- package/modern/internal/svg-icons/ReportProblemOutlined.js +1 -1
- package/modern/internal/svg-icons/Star.js +1 -1
- package/modern/internal/svg-icons/StarBorder.js +1 -1
- package/modern/internal/svg-icons/SuccessOutlined.js +1 -1
- package/modern/internal/svg-icons/Warning.js +1 -1
- package/modern/locale/index.js +217 -510
- package/modern/styles/CssVarsProvider.js +0 -3
- package/modern/styles/adaptV4Theme.js +21 -22
- package/modern/styles/createPalette.js +8 -36
- package/modern/styles/createStyles.js +2 -2
- package/modern/styles/createTheme.js +10 -21
- package/modern/styles/createTransitions.js +12 -25
- package/modern/styles/createTypography.js +18 -27
- package/modern/styles/cssUtils.js +18 -18
- package/modern/styles/excludeVariablesFromRoot.js +0 -1
- package/modern/styles/experimental_extendTheme.js +22 -36
- package/modern/styles/index.js +2 -2
- package/modern/styles/responsiveFontSizes.js +3 -11
- package/modern/styles/shadows.js +2 -3
- package/modern/styles/useTheme.js +0 -2
- package/modern/useMediaQuery/useMediaQuery.js +12 -23
- package/modern/useMediaQuery/useMediaQueryTheme.js +2 -1
- package/modern/usePagination/usePagination.js +41 -38
- package/modern/useScrollTrigger/useScrollTrigger.js +6 -13
- package/modern/useTouchRipple/useTouchRipple.js +0 -5
- package/modern/utils/createSvgIcon.js +1 -3
- package/modern/utils/index.js +2 -2
- package/modern/utils/shouldSpreadAdditionalProps.js +0 -2
- package/package.json +7 -7
- package/styles/CssVarsProvider.d.ts +14 -14
- package/styles/CssVarsProvider.js +0 -9
- package/styles/ThemeProvider.js +0 -1
- package/styles/adaptV4Theme.js +21 -24
- package/styles/createMixins.js +0 -3
- package/styles/createMuiStrictModeTheme.js +0 -4
- package/styles/createPalette.js +8 -49
- package/styles/createStyles.js +2 -2
- package/styles/createTheme.js +10 -36
- package/styles/createTransitions.js +12 -28
- package/styles/createTypography.js +18 -32
- package/styles/cssUtils.js +18 -25
- package/styles/defaultTheme.js +0 -3
- package/styles/excludeVariablesFromRoot.d.ts +5 -5
- package/styles/excludeVariablesFromRoot.js +0 -2
- package/styles/experimental_extendTheme.d.ts +5 -0
- package/styles/experimental_extendTheme.js +22 -44
- package/styles/index.js +0 -21
- package/styles/makeStyles.js +0 -2
- package/styles/responsiveFontSizes.js +3 -14
- package/styles/shadows.js +2 -3
- package/styles/styled.js +0 -5
- package/styles/useTheme.js +0 -9
- package/styles/useThemeProps.js +0 -4
- package/styles/withStyles.js +0 -2
- package/styles/withTheme.js +0 -2
- package/themeCssVarsAugmentation/index.d.ts +2 -0
- package/transitions/index.d.ts +1 -1
- package/transitions/index.js +0 -2
- package/transitions/transition.d.ts +13 -13
- package/transitions/utils.d.ts +23 -23
- package/transitions/utils.js +0 -4
- package/umd/material-ui.development.js +3132 -7703
- package/umd/material-ui.production.min.js +20 -20
- package/useAutocomplete/index.js +0 -3
- package/useAutocomplete/useAutocomplete.js +0 -2
- package/useMediaQuery/index.js +0 -2
- package/useMediaQuery/useMediaQuery.d.ts +31 -31
- package/useMediaQuery/useMediaQuery.js +11 -30
- package/useMediaQuery/useMediaQueryTheme.js +0 -3
- package/usePagination/index.js +0 -2
- package/usePagination/usePagination.js +41 -43
- package/useScrollTrigger/index.js +0 -2
- package/useScrollTrigger/useScrollTrigger.js +6 -20
- package/useTouchRipple/index.d.ts +1 -1
- package/useTouchRipple/index.js +0 -2
- package/useTouchRipple/useTouchRipple.d.ts +28 -28
- package/useTouchRipple/useTouchRipple.js +0 -13
- package/utils/capitalize.js +0 -2
- package/utils/createChainedFunction.js +0 -2
- package/utils/createSvgIcon.js +0 -10
- package/utils/debounce.js +0 -2
- package/utils/deprecatedPropType.js +0 -2
- package/utils/getScrollbarSize.d.ts +2 -2
- package/utils/getScrollbarSize.js +0 -2
- package/utils/index.js +0 -21
- package/utils/isMuiElement.js +0 -2
- package/utils/ownerDocument.d.ts +2 -2
- package/utils/ownerDocument.js +0 -2
- package/utils/ownerWindow.d.ts +2 -2
- package/utils/ownerWindow.js +0 -2
- package/utils/requirePropFactory.js +0 -2
- package/utils/scrollLeft.js +0 -1
- package/utils/setRef.d.ts +2 -2
- package/utils/setRef.js +0 -2
- package/utils/shouldSpreadAdditionalProps.js +0 -3
- package/utils/unsupportedProp.js +0 -2
- package/utils/useControlled.js +0 -2
- package/utils/useEnhancedEffect.js +0 -2
- package/utils/useEventCallback.js +0 -2
- package/utils/useForkRef.js +0 -2
- package/utils/useId.js +0 -2
- package/utils/useIsFocusVisible.js +0 -2
package/legacy/locale/index.js
CHANGED
|
@@ -11,23 +11,20 @@ export var amET = {
|
|
|
11
11
|
if (type === 'first') {
|
|
12
12
|
return 'ወደ መጀመሪያው ገጽ ይሂዱ';
|
|
13
13
|
}
|
|
14
|
-
|
|
15
14
|
if (type === 'last') {
|
|
16
15
|
return 'ወደ መጨረሻው ገጽ ይሂዱ';
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
if (type === 'next') {
|
|
20
18
|
return 'ወደ ቀጣዩ ገጽ ይሂዱ';
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
}
|
|
20
|
+
// if (type === 'previous') {
|
|
24
21
|
return 'ወደ ቀዳሚው ገጽ ይሂዱ';
|
|
25
22
|
},
|
|
26
23
|
labelRowsPerPage: 'ረድፎች በአንድ ገጽ:',
|
|
27
24
|
labelDisplayedRows: function labelDisplayedRows(_ref) {
|
|
28
25
|
var from = _ref.from,
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
to = _ref.to,
|
|
27
|
+
count = _ref.count;
|
|
31
28
|
return "".concat(from, "-").concat(to, " \u12A8 ").concat(count !== -1 ? count : "".concat(to, " \u1260\u120B\u12ED"));
|
|
32
29
|
}
|
|
33
30
|
}
|
|
@@ -61,20 +58,16 @@ export var amET = {
|
|
|
61
58
|
if (type === 'page') {
|
|
62
59
|
return "".concat(selected ? '' : 'ወደ ', "\u1308\u133D ").concat(page).concat(selected ? '' : ' ሂድ');
|
|
63
60
|
}
|
|
64
|
-
|
|
65
61
|
if (type === 'first') {
|
|
66
62
|
return 'ወደ መጀመሪያው ገጽ ይሂዱ';
|
|
67
63
|
}
|
|
68
|
-
|
|
69
64
|
if (type === 'last') {
|
|
70
65
|
return 'ወደ መጨረሻው ገጽ ይሂዱ';
|
|
71
66
|
}
|
|
72
|
-
|
|
73
67
|
if (type === 'next') {
|
|
74
68
|
return 'ወደ ቀጣዩ ገጽ ይሂዱ';
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
69
|
+
}
|
|
70
|
+
// if (type === 'previous') {
|
|
78
71
|
return 'ወደ ቀዳሚው ገጽ ይሂዱ';
|
|
79
72
|
}
|
|
80
73
|
}
|
|
@@ -94,23 +87,20 @@ export var arEG = {
|
|
|
94
87
|
if (type === 'first') {
|
|
95
88
|
return 'انتقل إلى الصفحة الأولى';
|
|
96
89
|
}
|
|
97
|
-
|
|
98
90
|
if (type === 'last') {
|
|
99
91
|
return 'انتقل إلى الصفحة الأخيرة';
|
|
100
92
|
}
|
|
101
|
-
|
|
102
93
|
if (type === 'next') {
|
|
103
94
|
return 'انتقل إلى الصفحة التالية';
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
|
|
95
|
+
}
|
|
96
|
+
// if (type === 'previous') {
|
|
107
97
|
return 'انتقل إلى الصفحة السابقة';
|
|
108
98
|
},
|
|
109
99
|
labelRowsPerPage: 'عدد الصفوف في الصفحة:',
|
|
110
100
|
labelDisplayedRows: function labelDisplayedRows(_ref2) {
|
|
111
101
|
var from = _ref2.from,
|
|
112
|
-
|
|
113
|
-
|
|
102
|
+
to = _ref2.to,
|
|
103
|
+
count = _ref2.count;
|
|
114
104
|
return "".concat(from, "\u2013").concat(to, " \u0645\u0646 ").concat(count !== -1 ? count : " \u0623\u0643\u062B\u0631 \u0645\u0646".concat(to));
|
|
115
105
|
}
|
|
116
106
|
}
|
|
@@ -144,20 +134,16 @@ export var arEG = {
|
|
|
144
134
|
if (type === 'page') {
|
|
145
135
|
return "".concat(selected ? '' : 'انتقل إلى ', " \u0635\u0641\u062D\u0629 ").concat(page);
|
|
146
136
|
}
|
|
147
|
-
|
|
148
137
|
if (type === 'first') {
|
|
149
138
|
return 'انتقل إلى الصفحة الأولى';
|
|
150
139
|
}
|
|
151
|
-
|
|
152
140
|
if (type === 'last') {
|
|
153
141
|
return 'انتقل إلى الصفحة الأخيرة';
|
|
154
142
|
}
|
|
155
|
-
|
|
156
143
|
if (type === 'next') {
|
|
157
144
|
return 'انتقل إلى الصفحة التالية';
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
|
|
145
|
+
}
|
|
146
|
+
// if (type === 'previous') {
|
|
161
147
|
return 'انتقل إلى الصفحة السابقة';
|
|
162
148
|
}
|
|
163
149
|
}
|
|
@@ -177,23 +163,20 @@ export var arSA = {
|
|
|
177
163
|
if (type === 'first') {
|
|
178
164
|
return 'الانتقال إلى الصفحة الأولى';
|
|
179
165
|
}
|
|
180
|
-
|
|
181
166
|
if (type === 'last') {
|
|
182
167
|
return 'الانتقال إلى الصفحة الأخيرة';
|
|
183
168
|
}
|
|
184
|
-
|
|
185
169
|
if (type === 'next') {
|
|
186
170
|
return 'الانتقال إلى الصفحة التالية';
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
171
|
+
}
|
|
172
|
+
// if (type === 'previous') {
|
|
190
173
|
return 'الانتقال إلى الصفحة السابقة';
|
|
191
174
|
},
|
|
192
175
|
labelRowsPerPage: 'عدد الصفوف في الصفحة:',
|
|
193
176
|
labelDisplayedRows: function labelDisplayedRows(_ref3) {
|
|
194
177
|
var from = _ref3.from,
|
|
195
|
-
|
|
196
|
-
|
|
178
|
+
to = _ref3.to,
|
|
179
|
+
count = _ref3.count;
|
|
197
180
|
return "".concat(from, "\u2013").concat(to, " \u0645\u0646 ").concat(count !== -1 ? count : " \u0623\u0643\u062B\u0631 \u0645\u0646".concat(to));
|
|
198
181
|
}
|
|
199
182
|
}
|
|
@@ -227,20 +210,16 @@ export var arSA = {
|
|
|
227
210
|
if (type === 'page') {
|
|
228
211
|
return "".concat(selected ? '' : 'الانتقال إلى ', " \u0635\u0641\u062D\u0629 ").concat(page);
|
|
229
212
|
}
|
|
230
|
-
|
|
231
213
|
if (type === 'first') {
|
|
232
214
|
return 'الانتقال إلى الصفحة الأولى';
|
|
233
215
|
}
|
|
234
|
-
|
|
235
216
|
if (type === 'last') {
|
|
236
217
|
return 'الانتقال الي الصفحة الأخيرة';
|
|
237
218
|
}
|
|
238
|
-
|
|
239
219
|
if (type === 'next') {
|
|
240
220
|
return 'الانتقال إلى الصفحة التالية';
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
|
|
221
|
+
}
|
|
222
|
+
// if (type === 'previous') {
|
|
244
223
|
return 'الانتقال إلى الصفحة السابقة';
|
|
245
224
|
}
|
|
246
225
|
}
|
|
@@ -260,23 +239,20 @@ export var arSD = {
|
|
|
260
239
|
if (type === 'first') {
|
|
261
240
|
return 'انتقل إلى الصفحة الأولى';
|
|
262
241
|
}
|
|
263
|
-
|
|
264
242
|
if (type === 'last') {
|
|
265
243
|
return 'انتقل إلى الصفحة الأخيرة';
|
|
266
244
|
}
|
|
267
|
-
|
|
268
245
|
if (type === 'next') {
|
|
269
246
|
return 'انتقل إلى الصفحة التالية';
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
|
|
247
|
+
}
|
|
248
|
+
// if (type === 'previous') {
|
|
273
249
|
return 'انتقل إلى الصفحة السابقة';
|
|
274
250
|
},
|
|
275
251
|
labelRowsPerPage: 'عدد الصفوف في الصفحة:',
|
|
276
252
|
labelDisplayedRows: function labelDisplayedRows(_ref4) {
|
|
277
253
|
var from = _ref4.from,
|
|
278
|
-
|
|
279
|
-
|
|
254
|
+
to = _ref4.to,
|
|
255
|
+
count = _ref4.count;
|
|
280
256
|
return "".concat(from, "\u2013").concat(to, " \u0645\u0646 ").concat(count !== -1 ? count : " \u0623\u0643\u062B\u0631 \u0645\u0646".concat(to));
|
|
281
257
|
}
|
|
282
258
|
}
|
|
@@ -310,20 +286,16 @@ export var arSD = {
|
|
|
310
286
|
if (type === 'page') {
|
|
311
287
|
return "".concat(selected ? '' : 'انتقل إلى ', " \u0635\u0641\u062D\u0629 ").concat(page);
|
|
312
288
|
}
|
|
313
|
-
|
|
314
289
|
if (type === 'first') {
|
|
315
290
|
return 'انتقل إلى الصفحة الأولى';
|
|
316
291
|
}
|
|
317
|
-
|
|
318
292
|
if (type === 'last') {
|
|
319
293
|
return 'انتقل الي الصفحة الأخيرة';
|
|
320
294
|
}
|
|
321
|
-
|
|
322
295
|
if (type === 'next') {
|
|
323
296
|
return 'انتقل إلى الصفحة التالية';
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
297
|
+
}
|
|
298
|
+
// if (type === 'previous') {
|
|
327
299
|
return 'انتقل إلى الصفحة السابقة';
|
|
328
300
|
}
|
|
329
301
|
}
|
|
@@ -343,33 +315,29 @@ export var azAZ = {
|
|
|
343
315
|
if (type === 'first') {
|
|
344
316
|
return 'Birinci səhifəyə keç';
|
|
345
317
|
}
|
|
346
|
-
|
|
347
318
|
if (type === 'last') {
|
|
348
319
|
return 'Sonuncu səhifəyə keç';
|
|
349
320
|
}
|
|
350
|
-
|
|
351
321
|
if (type === 'next') {
|
|
352
322
|
return 'Növbəti səhifəyə keç';
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
|
|
323
|
+
}
|
|
324
|
+
// if (type === 'previous') {
|
|
356
325
|
return 'Əvvəlki səhifəyə keç';
|
|
357
326
|
},
|
|
358
|
-
labelRowsPerPage: 'Səhifəyə düşən sətrlər:'
|
|
327
|
+
labelRowsPerPage: 'Səhifəyə düşən sətrlər:'
|
|
328
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
359
329
|
// `${from}–${to} dən ${count !== -1 ? count : `more than ${to}`}`,
|
|
360
|
-
|
|
361
330
|
}
|
|
362
331
|
},
|
|
332
|
+
|
|
363
333
|
MuiRating: {
|
|
364
334
|
defaultProps: {
|
|
365
335
|
getLabelText: function getLabelText(value) {
|
|
366
336
|
var pluralForm = 'Ulduz';
|
|
367
337
|
var lastDigit = value % 10;
|
|
368
|
-
|
|
369
338
|
if (lastDigit > 1 && lastDigit < 5) {
|
|
370
339
|
pluralForm = 'Ulduzlar';
|
|
371
340
|
}
|
|
372
|
-
|
|
373
341
|
return "".concat(value, " ").concat(pluralForm);
|
|
374
342
|
},
|
|
375
343
|
emptyLabelText: 'Boş'
|
|
@@ -396,20 +364,16 @@ export var azAZ = {
|
|
|
396
364
|
if (type === 'page') {
|
|
397
365
|
return "".concat(page, " ").concat(selected ? 'səhifə' : 'səhifəyə keç');
|
|
398
366
|
}
|
|
399
|
-
|
|
400
367
|
if (type === 'first') {
|
|
401
368
|
return 'Birinci səhifəyə keç';
|
|
402
369
|
}
|
|
403
|
-
|
|
404
370
|
if (type === 'last') {
|
|
405
371
|
return 'Sonuncu səhifəyə keç';
|
|
406
372
|
}
|
|
407
|
-
|
|
408
373
|
if (type === 'next') {
|
|
409
374
|
return 'Növbəti səhifəyə keç';
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
375
|
+
}
|
|
376
|
+
// if (type === 'previous') {
|
|
413
377
|
return 'Əvvəlki səhifəyə keç';
|
|
414
378
|
}
|
|
415
379
|
}
|
|
@@ -429,23 +393,20 @@ export var bnBD = {
|
|
|
429
393
|
if (type === 'first') {
|
|
430
394
|
return 'প্রথম পৃষ্ঠায় যান';
|
|
431
395
|
}
|
|
432
|
-
|
|
433
396
|
if (type === 'last') {
|
|
434
397
|
return 'শেষ পৃষ্ঠায় যান';
|
|
435
398
|
}
|
|
436
|
-
|
|
437
399
|
if (type === 'next') {
|
|
438
400
|
return 'পরবর্তী পৃষ্ঠায় যান';
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
|
|
401
|
+
}
|
|
402
|
+
// if (type === 'previous') {
|
|
442
403
|
return 'আগের পৃষ্ঠায় যান';
|
|
443
404
|
},
|
|
444
405
|
labelRowsPerPage: 'প্রতি পৃষ্ঠায় সারি:',
|
|
445
406
|
labelDisplayedRows: function labelDisplayedRows(_ref5) {
|
|
446
407
|
var from = _ref5.from,
|
|
447
|
-
|
|
448
|
-
|
|
408
|
+
to = _ref5.to,
|
|
409
|
+
count = _ref5.count;
|
|
449
410
|
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, " \u09A5\u09C7\u0995\u09C7 \u09AC\u09C7\u09B6\u09BF"));
|
|
450
411
|
}
|
|
451
412
|
}
|
|
@@ -479,20 +440,16 @@ export var bnBD = {
|
|
|
479
440
|
if (type === 'page') {
|
|
480
441
|
return "".concat(selected ? '' : 'যান ', "\u09AA\u09C3\u09B7\u09CD\u09A0\u09BE ").concat(page, "-\u098F");
|
|
481
442
|
}
|
|
482
|
-
|
|
483
443
|
if (type === 'first') {
|
|
484
444
|
return 'প্রথম পৃষ্ঠায় যান';
|
|
485
445
|
}
|
|
486
|
-
|
|
487
446
|
if (type === 'last') {
|
|
488
447
|
return 'শেষ পৃষ্ঠায় যান';
|
|
489
448
|
}
|
|
490
|
-
|
|
491
449
|
if (type === 'next') {
|
|
492
450
|
return 'পরবর্তী পৃষ্ঠায় যান';
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
|
|
451
|
+
}
|
|
452
|
+
// if (type === 'previous') {
|
|
496
453
|
return 'আগের পৃষ্ঠায় যান';
|
|
497
454
|
}
|
|
498
455
|
}
|
|
@@ -512,23 +469,21 @@ export var bgBG = {
|
|
|
512
469
|
if (type === 'first') {
|
|
513
470
|
return 'Отиди на първата страница';
|
|
514
471
|
}
|
|
515
|
-
|
|
516
472
|
if (type === 'last') {
|
|
517
473
|
return 'Отиди на последната страница';
|
|
518
474
|
}
|
|
519
|
-
|
|
520
475
|
if (type === 'next') {
|
|
521
476
|
return 'Отиди на следващата страница';
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
|
|
477
|
+
}
|
|
478
|
+
// if (type === 'previous') {
|
|
525
479
|
return 'Отиди на предишната страница';
|
|
526
480
|
},
|
|
527
|
-
labelRowsPerPage: 'Редове на страница:'
|
|
481
|
+
labelRowsPerPage: 'Редове на страница:'
|
|
482
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
528
483
|
// `${from}–${to} от ${count !== -1 ? count : `more than ${to}`}`,
|
|
529
|
-
|
|
530
484
|
}
|
|
531
485
|
},
|
|
486
|
+
|
|
532
487
|
MuiRating: {
|
|
533
488
|
defaultProps: {
|
|
534
489
|
getLabelText: function getLabelText(value) {
|
|
@@ -558,20 +513,16 @@ export var bgBG = {
|
|
|
558
513
|
if (type === 'page') {
|
|
559
514
|
return "".concat(selected ? '' : 'Към ', "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ").concat(page);
|
|
560
515
|
}
|
|
561
|
-
|
|
562
516
|
if (type === 'first') {
|
|
563
517
|
return 'Отиди на първата страница';
|
|
564
518
|
}
|
|
565
|
-
|
|
566
519
|
if (type === 'last') {
|
|
567
520
|
return 'Отиди на последната страница';
|
|
568
521
|
}
|
|
569
|
-
|
|
570
522
|
if (type === 'next') {
|
|
571
523
|
return 'Отиди на следващата страница';
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
|
|
524
|
+
}
|
|
525
|
+
// if (type === 'previous') {
|
|
575
526
|
return 'Отиди на предишната страница';
|
|
576
527
|
}
|
|
577
528
|
}
|
|
@@ -600,11 +551,12 @@ export var caES = {
|
|
|
600
551
|
// // if (type === 'previous') {
|
|
601
552
|
// return 'Go to previous page';
|
|
602
553
|
// },
|
|
603
|
-
labelRowsPerPage: 'Files per pàgina:'
|
|
554
|
+
labelRowsPerPage: 'Files per pàgina:'
|
|
555
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
604
556
|
// `${from}–${to} de ${count !== -1 ? count : `more than ${to}`}`,
|
|
605
|
-
|
|
606
557
|
}
|
|
607
558
|
},
|
|
559
|
+
|
|
608
560
|
MuiRating: {
|
|
609
561
|
defaultProps: {
|
|
610
562
|
getLabelText: function getLabelText(value) {
|
|
@@ -626,7 +578,8 @@ export var caES = {
|
|
|
626
578
|
defaultProps: {
|
|
627
579
|
closeText: 'Tancat'
|
|
628
580
|
}
|
|
629
|
-
}
|
|
581
|
+
}
|
|
582
|
+
// MuiPagination: {
|
|
630
583
|
// defaultProps: {
|
|
631
584
|
// 'aria-label': 'Pagination navigation',
|
|
632
585
|
// getItemAriaLabel: (type, page, selected) => {
|
|
@@ -647,9 +600,9 @@ export var caES = {
|
|
|
647
600
|
// },
|
|
648
601
|
// },
|
|
649
602
|
// },
|
|
650
|
-
|
|
651
603
|
}
|
|
652
604
|
};
|
|
605
|
+
|
|
653
606
|
export var csCZ = {
|
|
654
607
|
components: {
|
|
655
608
|
MuiBreadcrumbs: {
|
|
@@ -663,23 +616,20 @@ export var csCZ = {
|
|
|
663
616
|
if (type === 'first') {
|
|
664
617
|
return 'Jít na první stránku';
|
|
665
618
|
}
|
|
666
|
-
|
|
667
619
|
if (type === 'last') {
|
|
668
620
|
return 'Jít na poslední stránku';
|
|
669
621
|
}
|
|
670
|
-
|
|
671
622
|
if (type === 'next') {
|
|
672
623
|
return 'Jít na další stránku';
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
|
|
624
|
+
}
|
|
625
|
+
// if (type === 'previous') {
|
|
676
626
|
return 'Jít na předchozí stránku';
|
|
677
627
|
},
|
|
678
628
|
labelRowsPerPage: 'Řádků na stránce:',
|
|
679
629
|
labelDisplayedRows: function labelDisplayedRows(_ref6) {
|
|
680
630
|
var from = _ref6.from,
|
|
681
|
-
|
|
682
|
-
|
|
631
|
+
to = _ref6.to,
|
|
632
|
+
count = _ref6.count;
|
|
683
633
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "v\xEDce ne\u017E ".concat(to));
|
|
684
634
|
}
|
|
685
635
|
}
|
|
@@ -690,11 +640,9 @@ export var csCZ = {
|
|
|
690
640
|
if (value === 1) {
|
|
691
641
|
return "".concat(value, " hv\u011Bzdi\u010Dka");
|
|
692
642
|
}
|
|
693
|
-
|
|
694
643
|
if (value >= 2 && value <= 4) {
|
|
695
644
|
return "".concat(value, " hv\u011Bzdi\u010Dky");
|
|
696
645
|
}
|
|
697
|
-
|
|
698
646
|
return "".concat(value, " hv\u011Bzdi\u010Dek");
|
|
699
647
|
},
|
|
700
648
|
emptyLabelText: 'Prázdné'
|
|
@@ -721,20 +669,16 @@ export var csCZ = {
|
|
|
721
669
|
if (type === 'page') {
|
|
722
670
|
return "".concat(selected ? '' : 'Jít na ').concat(page, ". str\xE1nku");
|
|
723
671
|
}
|
|
724
|
-
|
|
725
672
|
if (type === 'first') {
|
|
726
673
|
return 'Jít na první stránku';
|
|
727
674
|
}
|
|
728
|
-
|
|
729
675
|
if (type === 'last') {
|
|
730
676
|
return 'Jít na poslední stránku';
|
|
731
677
|
}
|
|
732
|
-
|
|
733
678
|
if (type === 'next') {
|
|
734
679
|
return 'Jít na další stránku';
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
|
|
680
|
+
}
|
|
681
|
+
// if (type === 'previous') {
|
|
738
682
|
return 'Jít na předchozí stránku';
|
|
739
683
|
}
|
|
740
684
|
}
|
|
@@ -754,23 +698,20 @@ export var daDK = {
|
|
|
754
698
|
if (type === 'first') {
|
|
755
699
|
return 'Gå til den første side';
|
|
756
700
|
}
|
|
757
|
-
|
|
758
701
|
if (type === 'last') {
|
|
759
702
|
return 'Gå til den sidste side';
|
|
760
703
|
}
|
|
761
|
-
|
|
762
704
|
if (type === 'next') {
|
|
763
705
|
return 'Gå til den næste side';
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
|
|
706
|
+
}
|
|
707
|
+
// if (type === 'previous') {
|
|
767
708
|
return 'Gå til den forrige side';
|
|
768
709
|
},
|
|
769
710
|
labelRowsPerPage: 'Rækker pr side:',
|
|
770
711
|
labelDisplayedRows: function labelDisplayedRows(_ref7) {
|
|
771
712
|
var from = _ref7.from,
|
|
772
|
-
|
|
773
|
-
|
|
713
|
+
to = _ref7.to,
|
|
714
|
+
count = _ref7.count;
|
|
774
715
|
return "".concat(from, "-").concat(to, " af ").concat(count !== -1 ? count : "mere end ".concat(to));
|
|
775
716
|
}
|
|
776
717
|
}
|
|
@@ -804,20 +745,16 @@ export var daDK = {
|
|
|
804
745
|
if (type === 'page') {
|
|
805
746
|
return "".concat(selected ? '' : 'Go to ', "page ").concat(page);
|
|
806
747
|
}
|
|
807
|
-
|
|
808
748
|
if (type === 'first') {
|
|
809
749
|
return 'Gå til den første side';
|
|
810
750
|
}
|
|
811
|
-
|
|
812
751
|
if (type === 'last') {
|
|
813
752
|
return 'Gå til den sidste side';
|
|
814
753
|
}
|
|
815
|
-
|
|
816
754
|
if (type === 'next') {
|
|
817
755
|
return 'Gå til den næste side';
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
|
|
756
|
+
}
|
|
757
|
+
// if (type === 'previous') {
|
|
821
758
|
return 'Gå til den forrige side';
|
|
822
759
|
}
|
|
823
760
|
}
|
|
@@ -837,23 +774,20 @@ export var deDE = {
|
|
|
837
774
|
if (type === 'first') {
|
|
838
775
|
return 'Zur ersten Seite';
|
|
839
776
|
}
|
|
840
|
-
|
|
841
777
|
if (type === 'last') {
|
|
842
778
|
return 'Zur letzten Seite';
|
|
843
779
|
}
|
|
844
|
-
|
|
845
780
|
if (type === 'next') {
|
|
846
781
|
return 'Zur nächsten Seite';
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
|
|
782
|
+
}
|
|
783
|
+
// if (type === 'previous') {
|
|
850
784
|
return 'Zur vorherigen Seite';
|
|
851
785
|
},
|
|
852
786
|
labelRowsPerPage: 'Zeilen pro Seite:',
|
|
853
787
|
labelDisplayedRows: function labelDisplayedRows(_ref8) {
|
|
854
788
|
var from = _ref8.from,
|
|
855
|
-
|
|
856
|
-
|
|
789
|
+
to = _ref8.to,
|
|
790
|
+
count = _ref8.count;
|
|
857
791
|
return "".concat(from, "\u2013").concat(to, " von ").concat(count !== -1 ? count : "mehr als ".concat(to));
|
|
858
792
|
}
|
|
859
793
|
}
|
|
@@ -887,20 +821,16 @@ export var deDE = {
|
|
|
887
821
|
if (type === 'page') {
|
|
888
822
|
return "".concat(selected ? '' : 'Gehe zu ', "Seite ").concat(page);
|
|
889
823
|
}
|
|
890
|
-
|
|
891
824
|
if (type === 'first') {
|
|
892
825
|
return 'Zur ersten Seite';
|
|
893
826
|
}
|
|
894
|
-
|
|
895
827
|
if (type === 'last') {
|
|
896
828
|
return 'Zur letzten Seite';
|
|
897
829
|
}
|
|
898
|
-
|
|
899
830
|
if (type === 'next') {
|
|
900
831
|
return 'Zur nächsten Seite';
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
|
|
832
|
+
}
|
|
833
|
+
// if (type === 'previous') {
|
|
904
834
|
return 'Zur vorherigen Seite';
|
|
905
835
|
}
|
|
906
836
|
}
|
|
@@ -920,23 +850,21 @@ export var elGR = {
|
|
|
920
850
|
if (type === 'first') {
|
|
921
851
|
return 'Πρώτη σελίδα';
|
|
922
852
|
}
|
|
923
|
-
|
|
924
853
|
if (type === 'last') {
|
|
925
854
|
return 'Τελευταία σελίδα';
|
|
926
855
|
}
|
|
927
|
-
|
|
928
856
|
if (type === 'next') {
|
|
929
857
|
return 'Επόμενη σελίδα';
|
|
930
|
-
}
|
|
931
|
-
|
|
858
|
+
}
|
|
932
859
|
|
|
860
|
+
// if (type === "previous") {
|
|
933
861
|
return 'Προηγούμενη σελίδα';
|
|
934
862
|
},
|
|
935
863
|
labelRowsPerPage: 'Γραμμές ανα σελίδα:',
|
|
936
864
|
labelDisplayedRows: function labelDisplayedRows(_ref9) {
|
|
937
865
|
var from = _ref9.from,
|
|
938
|
-
|
|
939
|
-
|
|
866
|
+
to = _ref9.to,
|
|
867
|
+
count = _ref9.count;
|
|
940
868
|
return "".concat(from, "\u2013").concat(to, " \u03B1\u03C0\u03CC ").concat(count !== -1 ? count : "\u03C0\u03AC\u03BD\u03C9 \u03B1\u03C0\u03CC ".concat(to));
|
|
941
869
|
}
|
|
942
870
|
}
|
|
@@ -970,27 +898,25 @@ export var elGR = {
|
|
|
970
898
|
if (type === 'page') {
|
|
971
899
|
return "".concat(selected ? '' : 'Μετάβαση ', "\u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 ").concat(page);
|
|
972
900
|
}
|
|
973
|
-
|
|
974
901
|
if (type === 'first') {
|
|
975
902
|
return 'Πρώτη σελίδα';
|
|
976
903
|
}
|
|
977
|
-
|
|
978
904
|
if (type === 'last') {
|
|
979
905
|
return 'Τελευταία σελίδα';
|
|
980
906
|
}
|
|
981
|
-
|
|
982
907
|
if (type === 'next') {
|
|
983
908
|
return 'Επόμενη σελίδα';
|
|
984
|
-
}
|
|
985
|
-
|
|
909
|
+
}
|
|
986
910
|
|
|
911
|
+
// if (type === "previous") {
|
|
987
912
|
return 'Προηγούμενη σελίδα';
|
|
988
913
|
}
|
|
989
914
|
}
|
|
990
915
|
}
|
|
991
916
|
}
|
|
992
|
-
};
|
|
917
|
+
};
|
|
993
918
|
|
|
919
|
+
// default
|
|
994
920
|
export var enUS = {
|
|
995
921
|
/*
|
|
996
922
|
components: {
|
|
@@ -1064,23 +990,20 @@ export var esES = {
|
|
|
1064
990
|
if (type === 'first') {
|
|
1065
991
|
return 'Ir a la primera página';
|
|
1066
992
|
}
|
|
1067
|
-
|
|
1068
993
|
if (type === 'last') {
|
|
1069
994
|
return 'Ir a la última página';
|
|
1070
995
|
}
|
|
1071
|
-
|
|
1072
996
|
if (type === 'next') {
|
|
1073
997
|
return 'Ir a la página siguiente';
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
|
|
998
|
+
}
|
|
999
|
+
// if (type === 'previous') {
|
|
1077
1000
|
return 'Ir a la página anterior';
|
|
1078
1001
|
},
|
|
1079
1002
|
labelRowsPerPage: 'Filas por página:',
|
|
1080
1003
|
labelDisplayedRows: function labelDisplayedRows(_ref10) {
|
|
1081
1004
|
var from = _ref10.from,
|
|
1082
|
-
|
|
1083
|
-
|
|
1005
|
+
to = _ref10.to,
|
|
1006
|
+
count = _ref10.count;
|
|
1084
1007
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "m\xE1s de ".concat(to));
|
|
1085
1008
|
}
|
|
1086
1009
|
}
|
|
@@ -1114,20 +1037,16 @@ export var esES = {
|
|
|
1114
1037
|
if (type === 'page') {
|
|
1115
1038
|
return "".concat(selected ? '' : 'Ir a la ', "p\xE1gina ").concat(page);
|
|
1116
1039
|
}
|
|
1117
|
-
|
|
1118
1040
|
if (type === 'first') {
|
|
1119
1041
|
return 'Ir a la primera página';
|
|
1120
1042
|
}
|
|
1121
|
-
|
|
1122
1043
|
if (type === 'last') {
|
|
1123
1044
|
return 'Ir a la última página';
|
|
1124
1045
|
}
|
|
1125
|
-
|
|
1126
1046
|
if (type === 'next') {
|
|
1127
1047
|
return 'Ir a la página siguiente';
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
|
|
1048
|
+
}
|
|
1049
|
+
// if (type === 'previous') {
|
|
1131
1050
|
return 'Ir a la página anterior';
|
|
1132
1051
|
}
|
|
1133
1052
|
}
|
|
@@ -1147,23 +1066,20 @@ export var etEE = {
|
|
|
1147
1066
|
if (type === 'first') {
|
|
1148
1067
|
return 'Vali esimene lehekülg';
|
|
1149
1068
|
}
|
|
1150
|
-
|
|
1151
1069
|
if (type === 'last') {
|
|
1152
1070
|
return 'Vali viimane lehekülg';
|
|
1153
1071
|
}
|
|
1154
|
-
|
|
1155
1072
|
if (type === 'next') {
|
|
1156
1073
|
return 'Vali järgmine lehekülg';
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
|
|
1074
|
+
}
|
|
1075
|
+
// if (type === 'previous') {
|
|
1160
1076
|
return 'Vali eelmine lehekülg';
|
|
1161
1077
|
},
|
|
1162
1078
|
labelRowsPerPage: 'Ridu leheküljel:',
|
|
1163
1079
|
labelDisplayedRows: function labelDisplayedRows(_ref11) {
|
|
1164
1080
|
var from = _ref11.from,
|
|
1165
|
-
|
|
1166
|
-
|
|
1081
|
+
to = _ref11.to,
|
|
1082
|
+
count = _ref11.count;
|
|
1167
1083
|
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "rohkem kui ".concat(to));
|
|
1168
1084
|
}
|
|
1169
1085
|
}
|
|
@@ -1197,20 +1113,16 @@ export var etEE = {
|
|
|
1197
1113
|
if (type === 'page') {
|
|
1198
1114
|
return "".concat(selected ? '' : 'Vali ', "lehek\xFClg ").concat(page);
|
|
1199
1115
|
}
|
|
1200
|
-
|
|
1201
1116
|
if (type === 'first') {
|
|
1202
1117
|
return 'Vali esimene lehekülg';
|
|
1203
1118
|
}
|
|
1204
|
-
|
|
1205
1119
|
if (type === 'last') {
|
|
1206
1120
|
return 'Vali viimane lehekülg';
|
|
1207
1121
|
}
|
|
1208
|
-
|
|
1209
1122
|
if (type === 'next') {
|
|
1210
1123
|
return 'Vali järgmine lehekülg';
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
|
|
1124
|
+
}
|
|
1125
|
+
// if (type === 'previous') {
|
|
1214
1126
|
return 'Vali eelmine lehekülg';
|
|
1215
1127
|
}
|
|
1216
1128
|
}
|
|
@@ -1235,23 +1147,21 @@ export var faIR = {
|
|
|
1235
1147
|
if (type === 'first') {
|
|
1236
1148
|
return 'رفتن به اولین صفحه';
|
|
1237
1149
|
}
|
|
1238
|
-
|
|
1239
1150
|
if (type === 'last') {
|
|
1240
1151
|
return 'رفتن به آخرین صفحه';
|
|
1241
1152
|
}
|
|
1242
|
-
|
|
1243
1153
|
if (type === 'next') {
|
|
1244
1154
|
return 'رفتن به صفحهی بعدی';
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
|
|
1155
|
+
}
|
|
1156
|
+
// if (type === 'previous') {
|
|
1248
1157
|
return 'رفتن به صفحهی قبلی';
|
|
1249
1158
|
},
|
|
1250
|
-
labelRowsPerPage: 'تعداد سطرهای هر صفحه:'
|
|
1159
|
+
labelRowsPerPage: 'تعداد سطرهای هر صفحه:'
|
|
1160
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
1251
1161
|
// `${from}–${to} از ${count !== -1 ? count : `more than ${to}`}`,
|
|
1252
|
-
|
|
1253
1162
|
}
|
|
1254
1163
|
},
|
|
1164
|
+
|
|
1255
1165
|
MuiRating: {
|
|
1256
1166
|
defaultProps: {
|
|
1257
1167
|
getLabelText: function getLabelText(value) {
|
|
@@ -1281,20 +1191,16 @@ export var faIR = {
|
|
|
1281
1191
|
if (type === 'page') {
|
|
1282
1192
|
return "".concat(selected ? '' : 'رفتن به ', "\u0635\u0641\u062D\u0647\u0654 ").concat(page);
|
|
1283
1193
|
}
|
|
1284
|
-
|
|
1285
1194
|
if (type === 'first') {
|
|
1286
1195
|
return 'رفتن به اولین صفحه';
|
|
1287
1196
|
}
|
|
1288
|
-
|
|
1289
1197
|
if (type === 'last') {
|
|
1290
1198
|
return 'رفتن به آخرین صفحه';
|
|
1291
1199
|
}
|
|
1292
|
-
|
|
1293
1200
|
if (type === 'next') {
|
|
1294
1201
|
return 'رفتن به صفحهی بعدی';
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
|
|
1202
|
+
}
|
|
1203
|
+
// if (type === 'previous') {
|
|
1298
1204
|
return 'رفتن به صفحهی قبلی';
|
|
1299
1205
|
}
|
|
1300
1206
|
}
|
|
@@ -1314,23 +1220,20 @@ export var fiFI = {
|
|
|
1314
1220
|
if (type === 'first') {
|
|
1315
1221
|
return 'Mene ensimmäiselle sivulle';
|
|
1316
1222
|
}
|
|
1317
|
-
|
|
1318
1223
|
if (type === 'last') {
|
|
1319
1224
|
return 'Mene viimeiselle sivulle';
|
|
1320
1225
|
}
|
|
1321
|
-
|
|
1322
1226
|
if (type === 'next') {
|
|
1323
1227
|
return 'Mene seuraavalle sivulle';
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
|
|
1228
|
+
}
|
|
1229
|
+
// if (type === 'previous') {
|
|
1327
1230
|
return 'Mene edelliselle sivulle';
|
|
1328
1231
|
},
|
|
1329
1232
|
labelRowsPerPage: 'Rivejä per sivu:',
|
|
1330
1233
|
labelDisplayedRows: function labelDisplayedRows(_ref12) {
|
|
1331
1234
|
var from = _ref12.from,
|
|
1332
|
-
|
|
1333
|
-
|
|
1235
|
+
to = _ref12.to,
|
|
1236
|
+
count = _ref12.count;
|
|
1334
1237
|
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "enemm\xE4n kuin ".concat(to));
|
|
1335
1238
|
}
|
|
1336
1239
|
}
|
|
@@ -1364,20 +1267,16 @@ export var fiFI = {
|
|
|
1364
1267
|
if (type === 'page') {
|
|
1365
1268
|
return "".concat(selected ? 'sivu' : 'Mene sivulle', " ").concat(page);
|
|
1366
1269
|
}
|
|
1367
|
-
|
|
1368
1270
|
if (type === 'first') {
|
|
1369
1271
|
return 'Mene ensimmäiselle sivulle';
|
|
1370
1272
|
}
|
|
1371
|
-
|
|
1372
1273
|
if (type === 'last') {
|
|
1373
1274
|
return 'Mene viimeiselle sivulle';
|
|
1374
1275
|
}
|
|
1375
|
-
|
|
1376
1276
|
if (type === 'next') {
|
|
1377
1277
|
return 'Mene seuraavalle sivulle';
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
|
|
1278
|
+
}
|
|
1279
|
+
// if (type === 'previous') {
|
|
1381
1280
|
return 'Mene edelliselle sivulle';
|
|
1382
1281
|
}
|
|
1383
1282
|
}
|
|
@@ -1397,23 +1296,20 @@ export var frFR = {
|
|
|
1397
1296
|
if (type === 'first') {
|
|
1398
1297
|
return 'Aller à la première page';
|
|
1399
1298
|
}
|
|
1400
|
-
|
|
1401
1299
|
if (type === 'last') {
|
|
1402
1300
|
return 'Aller à la dernière page';
|
|
1403
1301
|
}
|
|
1404
|
-
|
|
1405
1302
|
if (type === 'next') {
|
|
1406
1303
|
return 'Aller à la page suivante';
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
|
|
1304
|
+
}
|
|
1305
|
+
// if (type === 'previous') {
|
|
1410
1306
|
return 'Aller à la page précédente';
|
|
1411
1307
|
},
|
|
1412
1308
|
labelRowsPerPage: 'Lignes par page :',
|
|
1413
1309
|
labelDisplayedRows: function labelDisplayedRows(_ref13) {
|
|
1414
1310
|
var from = _ref13.from,
|
|
1415
|
-
|
|
1416
|
-
|
|
1311
|
+
to = _ref13.to,
|
|
1312
|
+
count = _ref13.count;
|
|
1417
1313
|
return "".concat(from, "\u2013").concat(to, " sur ").concat(count !== -1 ? count : "plus que ".concat(to));
|
|
1418
1314
|
}
|
|
1419
1315
|
}
|
|
@@ -1447,20 +1343,16 @@ export var frFR = {
|
|
|
1447
1343
|
if (type === 'page') {
|
|
1448
1344
|
return "".concat(selected ? '' : 'Aller à la ', "page ").concat(page);
|
|
1449
1345
|
}
|
|
1450
|
-
|
|
1451
1346
|
if (type === 'first') {
|
|
1452
1347
|
return 'Aller à la première page';
|
|
1453
1348
|
}
|
|
1454
|
-
|
|
1455
1349
|
if (type === 'last') {
|
|
1456
1350
|
return 'Aller à la dernière page';
|
|
1457
1351
|
}
|
|
1458
|
-
|
|
1459
1352
|
if (type === 'next') {
|
|
1460
1353
|
return 'Aller à la page suivante';
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
|
|
1354
|
+
}
|
|
1355
|
+
// if (type === 'previous') {
|
|
1464
1356
|
return 'Aller à la page précédente';
|
|
1465
1357
|
}
|
|
1466
1358
|
}
|
|
@@ -1480,23 +1372,20 @@ export var heIL = {
|
|
|
1480
1372
|
if (type === 'first') {
|
|
1481
1373
|
return 'לעמוד הראשון';
|
|
1482
1374
|
}
|
|
1483
|
-
|
|
1484
1375
|
if (type === 'last') {
|
|
1485
1376
|
return 'לעמוד האחרון';
|
|
1486
1377
|
}
|
|
1487
|
-
|
|
1488
1378
|
if (type === 'next') {
|
|
1489
1379
|
return 'לעמוד הבא';
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
|
|
1380
|
+
}
|
|
1381
|
+
// if (type === 'previous') {
|
|
1493
1382
|
return 'לעמוד הקודם';
|
|
1494
1383
|
},
|
|
1495
1384
|
labelRowsPerPage: 'שורות בעמוד:',
|
|
1496
1385
|
labelDisplayedRows: function labelDisplayedRows(_ref14) {
|
|
1497
1386
|
var from = _ref14.from,
|
|
1498
|
-
|
|
1499
|
-
|
|
1387
|
+
to = _ref14.to,
|
|
1388
|
+
count = _ref14.count;
|
|
1500
1389
|
return "".concat(from, "\u2013").concat(to, " \u05DE\u05EA\u05D5\u05DA ").concat(count !== -1 ? count : "\u05D9\u05D5\u05EA\u05E8 \u05DE ".concat(to));
|
|
1501
1390
|
}
|
|
1502
1391
|
}
|
|
@@ -1530,20 +1419,16 @@ export var heIL = {
|
|
|
1530
1419
|
if (type === 'page') {
|
|
1531
1420
|
return "".concat(selected ? '' : 'ל ', "\u05E2\u05DE\u05D5\u05D3 ").concat(page);
|
|
1532
1421
|
}
|
|
1533
|
-
|
|
1534
1422
|
if (type === 'first') {
|
|
1535
1423
|
return 'לעמוד הראשון';
|
|
1536
1424
|
}
|
|
1537
|
-
|
|
1538
1425
|
if (type === 'last') {
|
|
1539
1426
|
return 'לעמוד האחרון';
|
|
1540
1427
|
}
|
|
1541
|
-
|
|
1542
1428
|
if (type === 'next') {
|
|
1543
1429
|
return 'לעמוד הבא';
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
|
|
1430
|
+
}
|
|
1431
|
+
// if (type === 'previous') {
|
|
1547
1432
|
return 'לעמוד הקודם';
|
|
1548
1433
|
}
|
|
1549
1434
|
}
|
|
@@ -1563,23 +1448,20 @@ export var hiIN = {
|
|
|
1563
1448
|
if (type === 'first') {
|
|
1564
1449
|
return 'पहले पृष्ठ पर जाएँ';
|
|
1565
1450
|
}
|
|
1566
|
-
|
|
1567
1451
|
if (type === 'last') {
|
|
1568
1452
|
return 'अंतिम पृष्ठ पर जाएँ';
|
|
1569
1453
|
}
|
|
1570
|
-
|
|
1571
1454
|
if (type === 'next') {
|
|
1572
1455
|
return 'अगले पृष्ठ पर जाएँ';
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
|
|
1456
|
+
}
|
|
1457
|
+
// if (type === 'previous') {
|
|
1576
1458
|
return 'पिछले पृष्ठ पर जाएँ';
|
|
1577
1459
|
},
|
|
1578
1460
|
labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
|
|
1579
1461
|
labelDisplayedRows: function labelDisplayedRows(_ref15) {
|
|
1580
1462
|
var from = _ref15.from,
|
|
1581
|
-
|
|
1582
|
-
|
|
1463
|
+
to = _ref15.to,
|
|
1464
|
+
count = _ref15.count;
|
|
1583
1465
|
return "".concat(from, "-").concat(to === -1 ? count : to, " \u0915\u0941\u0932 ").concat(count, " \u092E\u0947\u0902");
|
|
1584
1466
|
}
|
|
1585
1467
|
}
|
|
@@ -1613,27 +1495,24 @@ export var hiIN = {
|
|
|
1613
1495
|
if (type === 'page') {
|
|
1614
1496
|
return "\u092A\u0943\u0937\u094D\u0920 ".concat(page, " ").concat(selected ? '' : ' पर जाएँ');
|
|
1615
1497
|
}
|
|
1616
|
-
|
|
1617
1498
|
if (type === 'first') {
|
|
1618
1499
|
return 'पहले पृष्ठ पर जाएँ';
|
|
1619
1500
|
}
|
|
1620
|
-
|
|
1621
1501
|
if (type === 'last') {
|
|
1622
1502
|
return 'अंतिम पृष्ठ पर जाएँ';
|
|
1623
1503
|
}
|
|
1624
|
-
|
|
1625
1504
|
if (type === 'next') {
|
|
1626
1505
|
return 'अगले पृष्ठ पर जाएँ';
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
|
|
1506
|
+
}
|
|
1507
|
+
// if (type === 'previous') {
|
|
1630
1508
|
return 'पिछले पृष्ठ पर जाएँ';
|
|
1631
1509
|
}
|
|
1632
1510
|
}
|
|
1633
1511
|
}
|
|
1634
1512
|
}
|
|
1635
|
-
};
|
|
1513
|
+
};
|
|
1636
1514
|
|
|
1515
|
+
// Croatian - Hrvatski
|
|
1637
1516
|
export var hrHR = {
|
|
1638
1517
|
components: {
|
|
1639
1518
|
MuiBreadcrumbs: {
|
|
@@ -1647,23 +1526,20 @@ export var hrHR = {
|
|
|
1647
1526
|
if (type === 'first') {
|
|
1648
1527
|
return 'Idi na prvu stranicu';
|
|
1649
1528
|
}
|
|
1650
|
-
|
|
1651
1529
|
if (type === 'last') {
|
|
1652
1530
|
return 'Idi na posljednju stranicu';
|
|
1653
1531
|
}
|
|
1654
|
-
|
|
1655
1532
|
if (type === 'next') {
|
|
1656
1533
|
return 'Idi na sljedeću stranicu';
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
|
|
1534
|
+
}
|
|
1535
|
+
// if (type === 'previous') {
|
|
1660
1536
|
return 'Idi na prethodnu stranicu';
|
|
1661
1537
|
},
|
|
1662
1538
|
labelRowsPerPage: 'Redova po stranici:',
|
|
1663
1539
|
labelDisplayedRows: function labelDisplayedRows(_ref16) {
|
|
1664
1540
|
var from = _ref16.from,
|
|
1665
|
-
|
|
1666
|
-
|
|
1541
|
+
to = _ref16.to,
|
|
1542
|
+
count = _ref16.count;
|
|
1667
1543
|
return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
|
|
1668
1544
|
}
|
|
1669
1545
|
}
|
|
@@ -1673,11 +1549,9 @@ export var hrHR = {
|
|
|
1673
1549
|
getLabelText: function getLabelText(value) {
|
|
1674
1550
|
var lastDigit = value % 10;
|
|
1675
1551
|
var lastTwoDigits = value % 100;
|
|
1676
|
-
|
|
1677
1552
|
if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
|
|
1678
1553
|
return 'Zvijezde';
|
|
1679
1554
|
}
|
|
1680
|
-
|
|
1681
1555
|
return 'Zvijezda';
|
|
1682
1556
|
},
|
|
1683
1557
|
emptyLabelText: 'Prazno'
|
|
@@ -1704,20 +1578,16 @@ export var hrHR = {
|
|
|
1704
1578
|
if (type === 'page') {
|
|
1705
1579
|
return "".concat(selected ? '' : 'Idi na ', "stranicu ").concat(page);
|
|
1706
1580
|
}
|
|
1707
|
-
|
|
1708
1581
|
if (type === 'first') {
|
|
1709
1582
|
return 'Idi na prvu stranicu';
|
|
1710
1583
|
}
|
|
1711
|
-
|
|
1712
1584
|
if (type === 'last') {
|
|
1713
1585
|
return 'Idi na zadnju stranicu';
|
|
1714
1586
|
}
|
|
1715
|
-
|
|
1716
1587
|
if (type === 'next') {
|
|
1717
1588
|
return 'Idi na sljedeću stranicu';
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
|
|
1589
|
+
}
|
|
1590
|
+
// if (type === 'previous') {
|
|
1721
1591
|
return 'Idi na prethodnu stranicu';
|
|
1722
1592
|
}
|
|
1723
1593
|
}
|
|
@@ -1737,23 +1607,21 @@ export var huHU = {
|
|
|
1737
1607
|
if (type === 'first') {
|
|
1738
1608
|
return 'Első oldalra';
|
|
1739
1609
|
}
|
|
1740
|
-
|
|
1741
1610
|
if (type === 'last') {
|
|
1742
1611
|
return 'Utolsó oldalra';
|
|
1743
1612
|
}
|
|
1744
|
-
|
|
1745
1613
|
if (type === 'next') {
|
|
1746
1614
|
return 'Következő oldalra';
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
|
|
1615
|
+
}
|
|
1616
|
+
// if (type === 'previous') {
|
|
1750
1617
|
return 'Előző oldalra';
|
|
1751
1618
|
},
|
|
1752
|
-
labelRowsPerPage: 'Sorok száma:'
|
|
1619
|
+
labelRowsPerPage: 'Sorok száma:'
|
|
1620
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
1753
1621
|
// `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
|
|
1754
|
-
|
|
1755
1622
|
}
|
|
1756
1623
|
},
|
|
1624
|
+
|
|
1757
1625
|
MuiRating: {
|
|
1758
1626
|
defaultProps: {
|
|
1759
1627
|
getLabelText: function getLabelText(value) {
|
|
@@ -1783,20 +1651,16 @@ export var huHU = {
|
|
|
1783
1651
|
if (type === 'page') {
|
|
1784
1652
|
return "".concat(page, ". oldal").concat(selected ? '' : 'ra');
|
|
1785
1653
|
}
|
|
1786
|
-
|
|
1787
1654
|
if (type === 'first') {
|
|
1788
1655
|
return 'Első oldalra';
|
|
1789
1656
|
}
|
|
1790
|
-
|
|
1791
1657
|
if (type === 'last') {
|
|
1792
1658
|
return 'Utolsó oldalra';
|
|
1793
1659
|
}
|
|
1794
|
-
|
|
1795
1660
|
if (type === 'next') {
|
|
1796
1661
|
return 'Következő oldalra';
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
|
-
|
|
1662
|
+
}
|
|
1663
|
+
// if (type === 'previous') {
|
|
1800
1664
|
return 'Előző oldalra';
|
|
1801
1665
|
}
|
|
1802
1666
|
}
|
|
@@ -1825,11 +1689,12 @@ export var hyAM = {
|
|
|
1825
1689
|
// // if (type === 'previous') {
|
|
1826
1690
|
// return 'Go to previous page';
|
|
1827
1691
|
// },
|
|
1828
|
-
labelRowsPerPage: 'Տողեր մեկ էջում`'
|
|
1692
|
+
labelRowsPerPage: 'Տողեր մեկ էջում`'
|
|
1693
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
1829
1694
|
// `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
|
|
1830
|
-
|
|
1831
1695
|
}
|
|
1832
1696
|
},
|
|
1697
|
+
|
|
1833
1698
|
MuiRating: {
|
|
1834
1699
|
defaultProps: {
|
|
1835
1700
|
getLabelText: function getLabelText(value) {
|
|
@@ -1851,7 +1716,8 @@ export var hyAM = {
|
|
|
1851
1716
|
defaultProps: {
|
|
1852
1717
|
closeText: 'Փակել'
|
|
1853
1718
|
}
|
|
1854
|
-
}
|
|
1719
|
+
}
|
|
1720
|
+
// MuiPagination: {
|
|
1855
1721
|
// defaultProps: {
|
|
1856
1722
|
// 'aria-label': 'Pagination navigation',
|
|
1857
1723
|
// getItemAriaLabel: (type, page, selected) => {
|
|
@@ -1872,9 +1738,9 @@ export var hyAM = {
|
|
|
1872
1738
|
// },
|
|
1873
1739
|
// },
|
|
1874
1740
|
// },
|
|
1875
|
-
|
|
1876
1741
|
}
|
|
1877
1742
|
};
|
|
1743
|
+
|
|
1878
1744
|
export var idID = {
|
|
1879
1745
|
components: {
|
|
1880
1746
|
// MuiBreadcrumbs: {
|
|
@@ -1897,19 +1763,21 @@ export var idID = {
|
|
|
1897
1763
|
// // if (type === 'previous') {
|
|
1898
1764
|
// return 'Go to previous page';
|
|
1899
1765
|
// },
|
|
1900
|
-
labelRowsPerPage: 'Baris per halaman:'
|
|
1766
|
+
labelRowsPerPage: 'Baris per halaman:'
|
|
1767
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
1901
1768
|
// `${from}–${to} dari ${count !== -1 ? count : `more than ${to}`}`,
|
|
1902
|
-
|
|
1903
1769
|
}
|
|
1904
1770
|
},
|
|
1771
|
+
|
|
1905
1772
|
MuiRating: {
|
|
1906
1773
|
defaultProps: {
|
|
1907
1774
|
getLabelText: function getLabelText(value) {
|
|
1908
1775
|
return "".concat(value, " Bintang");
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1776
|
+
}
|
|
1777
|
+
// emptyLabelText: 'Empty',
|
|
1911
1778
|
}
|
|
1912
1779
|
},
|
|
1780
|
+
|
|
1913
1781
|
MuiAutocomplete: {
|
|
1914
1782
|
defaultProps: {
|
|
1915
1783
|
clearText: 'Hapus',
|
|
@@ -1923,7 +1791,8 @@ export var idID = {
|
|
|
1923
1791
|
defaultProps: {
|
|
1924
1792
|
closeText: 'Tutup'
|
|
1925
1793
|
}
|
|
1926
|
-
}
|
|
1794
|
+
}
|
|
1795
|
+
// MuiPagination: {
|
|
1927
1796
|
// defaultProps: {
|
|
1928
1797
|
// 'aria-label': 'Pagination navigation',
|
|
1929
1798
|
// getItemAriaLabel: (type, page, selected) => {
|
|
@@ -1944,9 +1813,9 @@ export var idID = {
|
|
|
1944
1813
|
// },
|
|
1945
1814
|
// },
|
|
1946
1815
|
// },
|
|
1947
|
-
|
|
1948
1816
|
}
|
|
1949
1817
|
};
|
|
1818
|
+
|
|
1950
1819
|
export var isIS = {
|
|
1951
1820
|
components: {
|
|
1952
1821
|
// MuiBreadcrumbs: {
|
|
@@ -1969,11 +1838,12 @@ export var isIS = {
|
|
|
1969
1838
|
// // if (type === 'previous') {
|
|
1970
1839
|
// return 'Go to previous page';
|
|
1971
1840
|
// },
|
|
1972
|
-
labelRowsPerPage: 'Raðir á síðu:'
|
|
1841
|
+
labelRowsPerPage: 'Raðir á síðu:'
|
|
1842
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
1973
1843
|
// `${from}–${to} af ${count !== -1 ? count : `more than ${to}`}`,
|
|
1974
|
-
|
|
1975
1844
|
}
|
|
1976
1845
|
},
|
|
1846
|
+
|
|
1977
1847
|
MuiRating: {
|
|
1978
1848
|
defaultProps: {
|
|
1979
1849
|
getLabelText: function getLabelText(value) {
|
|
@@ -1995,7 +1865,8 @@ export var isIS = {
|
|
|
1995
1865
|
defaultProps: {
|
|
1996
1866
|
closeText: 'Loka'
|
|
1997
1867
|
}
|
|
1998
|
-
}
|
|
1868
|
+
}
|
|
1869
|
+
// MuiPagination: {
|
|
1999
1870
|
// defaultProps: {
|
|
2000
1871
|
// 'aria-label': 'Pagination navigation',
|
|
2001
1872
|
// getItemAriaLabel: (type, page, selected) => {
|
|
@@ -2016,9 +1887,9 @@ export var isIS = {
|
|
|
2016
1887
|
// },
|
|
2017
1888
|
// },
|
|
2018
1889
|
// },
|
|
2019
|
-
|
|
2020
1890
|
}
|
|
2021
1891
|
};
|
|
1892
|
+
|
|
2022
1893
|
export var itIT = {
|
|
2023
1894
|
components: {
|
|
2024
1895
|
MuiBreadcrumbs: {
|
|
@@ -2032,23 +1903,20 @@ export var itIT = {
|
|
|
2032
1903
|
if (type === 'first') {
|
|
2033
1904
|
return 'Vai alla prima pagina';
|
|
2034
1905
|
}
|
|
2035
|
-
|
|
2036
1906
|
if (type === 'last') {
|
|
2037
1907
|
return "Vai all'ultima pagina";
|
|
2038
1908
|
}
|
|
2039
|
-
|
|
2040
1909
|
if (type === 'next') {
|
|
2041
1910
|
return 'Vai alla pagina successiva';
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
|
|
1911
|
+
}
|
|
1912
|
+
// if (type === 'previous') {
|
|
2045
1913
|
return 'Vai alla pagina precedente';
|
|
2046
1914
|
},
|
|
2047
1915
|
labelRowsPerPage: 'Righe per pagina:',
|
|
2048
1916
|
labelDisplayedRows: function labelDisplayedRows(_ref17) {
|
|
2049
1917
|
var from = _ref17.from,
|
|
2050
|
-
|
|
2051
|
-
|
|
1918
|
+
to = _ref17.to,
|
|
1919
|
+
count = _ref17.count;
|
|
2052
1920
|
return "".concat(from, "\u2013").concat(to, " di ").concat(count !== -1 ? count : "pi\xF9 di ".concat(to));
|
|
2053
1921
|
}
|
|
2054
1922
|
}
|
|
@@ -2082,20 +1950,16 @@ export var itIT = {
|
|
|
2082
1950
|
if (type === 'page') {
|
|
2083
1951
|
return "".concat(selected ? '' : 'Vai alla ', "pagina ").concat(page);
|
|
2084
1952
|
}
|
|
2085
|
-
|
|
2086
1953
|
if (type === 'first') {
|
|
2087
1954
|
return 'Vai alla prima pagina';
|
|
2088
1955
|
}
|
|
2089
|
-
|
|
2090
1956
|
if (type === 'last') {
|
|
2091
1957
|
return "Vai all'ultima pagina";
|
|
2092
1958
|
}
|
|
2093
|
-
|
|
2094
1959
|
if (type === 'next') {
|
|
2095
1960
|
return 'Vai alla pagina successiva';
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
|
|
1961
|
+
}
|
|
1962
|
+
// if (type === 'previous') {
|
|
2099
1963
|
return 'Vai alla pagina precedente';
|
|
2100
1964
|
}
|
|
2101
1965
|
}
|
|
@@ -2115,23 +1979,20 @@ export var jaJP = {
|
|
|
2115
1979
|
if (type === 'first') {
|
|
2116
1980
|
return '最初のページへ';
|
|
2117
1981
|
}
|
|
2118
|
-
|
|
2119
1982
|
if (type === 'last') {
|
|
2120
1983
|
return '最後のページへ';
|
|
2121
1984
|
}
|
|
2122
|
-
|
|
2123
1985
|
if (type === 'next') {
|
|
2124
1986
|
return '次のページへ';
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
|
|
1987
|
+
}
|
|
1988
|
+
// if (type === 'previous') {
|
|
2128
1989
|
return '前のページへ';
|
|
2129
1990
|
},
|
|
2130
1991
|
labelRowsPerPage: 'ページあたりの行数:',
|
|
2131
1992
|
labelDisplayedRows: function labelDisplayedRows(_ref18) {
|
|
2132
1993
|
var from = _ref18.from,
|
|
2133
|
-
|
|
2134
|
-
|
|
1994
|
+
to = _ref18.to,
|
|
1995
|
+
count = _ref18.count;
|
|
2135
1996
|
return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
|
|
2136
1997
|
}
|
|
2137
1998
|
}
|
|
@@ -2165,20 +2026,16 @@ export var jaJP = {
|
|
|
2165
2026
|
if (type === 'page') {
|
|
2166
2027
|
return "\u30DA\u30FC\u30B8".concat(page).concat(selected ? '' : 'へ');
|
|
2167
2028
|
}
|
|
2168
|
-
|
|
2169
2029
|
if (type === 'first') {
|
|
2170
2030
|
return '最初のページへ';
|
|
2171
2031
|
}
|
|
2172
|
-
|
|
2173
2032
|
if (type === 'last') {
|
|
2174
2033
|
return '最後のページへ';
|
|
2175
2034
|
}
|
|
2176
|
-
|
|
2177
2035
|
if (type === 'next') {
|
|
2178
2036
|
return '次のページへ';
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
|
|
2037
|
+
}
|
|
2038
|
+
// if (type === 'previous') {
|
|
2182
2039
|
return '前のページへ';
|
|
2183
2040
|
}
|
|
2184
2041
|
}
|
|
@@ -2198,23 +2055,20 @@ export var khKH = {
|
|
|
2198
2055
|
if (type === 'first') {
|
|
2199
2056
|
return 'ទៅទំព័រដំបូង';
|
|
2200
2057
|
}
|
|
2201
|
-
|
|
2202
2058
|
if (type === 'last') {
|
|
2203
2059
|
return 'ទៅទំព័រចុងក្រោយ';
|
|
2204
2060
|
}
|
|
2205
|
-
|
|
2206
2061
|
if (type === 'next') {
|
|
2207
2062
|
return 'ទៅទំព័របន្ទាប់';
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
|
|
2063
|
+
}
|
|
2064
|
+
// if (type === 'previous') {
|
|
2211
2065
|
return 'ទៅទំព័រមុន';
|
|
2212
2066
|
},
|
|
2213
2067
|
labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
|
|
2214
2068
|
labelDisplayedRows: function labelDisplayedRows(_ref19) {
|
|
2215
2069
|
var from = _ref19.from,
|
|
2216
|
-
|
|
2217
|
-
|
|
2070
|
+
to = _ref19.to,
|
|
2071
|
+
count = _ref19.count;
|
|
2218
2072
|
return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
|
|
2219
2073
|
}
|
|
2220
2074
|
}
|
|
@@ -2248,20 +2102,16 @@ export var khKH = {
|
|
|
2248
2102
|
if (type === 'page') {
|
|
2249
2103
|
return "".concat(selected ? '' : 'ទៅ ', "\u1791\u17C6\u1796\u17D0\u179A ").concat(page);
|
|
2250
2104
|
}
|
|
2251
|
-
|
|
2252
2105
|
if (type === 'first') {
|
|
2253
2106
|
return 'ទៅទំព័រដំបូង';
|
|
2254
2107
|
}
|
|
2255
|
-
|
|
2256
2108
|
if (type === 'last') {
|
|
2257
2109
|
return 'ទៅទំព័រចុងក្រោយ';
|
|
2258
2110
|
}
|
|
2259
|
-
|
|
2260
2111
|
if (type === 'next') {
|
|
2261
2112
|
return 'ទៅទំព័របន្ទាប់';
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
|
|
2113
|
+
}
|
|
2114
|
+
// if (type === 'previous') {
|
|
2265
2115
|
return 'ទៅទំព័រមុន';
|
|
2266
2116
|
}
|
|
2267
2117
|
}
|
|
@@ -2281,23 +2131,20 @@ export var koKR = {
|
|
|
2281
2131
|
if (type === 'first') {
|
|
2282
2132
|
return '첫 번째 페이지로 이동';
|
|
2283
2133
|
}
|
|
2284
|
-
|
|
2285
2134
|
if (type === 'last') {
|
|
2286
2135
|
return '마지막 페이지로 이동';
|
|
2287
2136
|
}
|
|
2288
|
-
|
|
2289
2137
|
if (type === 'next') {
|
|
2290
2138
|
return '다음 페이지로 이동';
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
|
-
|
|
2139
|
+
}
|
|
2140
|
+
// if (type === 'previous') {
|
|
2294
2141
|
return '이전 페이지로 이동';
|
|
2295
2142
|
},
|
|
2296
2143
|
labelRowsPerPage: '페이지 당 행:',
|
|
2297
2144
|
labelDisplayedRows: function labelDisplayedRows(_ref20) {
|
|
2298
2145
|
var from = _ref20.from,
|
|
2299
|
-
|
|
2300
|
-
|
|
2146
|
+
to = _ref20.to,
|
|
2147
|
+
count = _ref20.count;
|
|
2301
2148
|
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
|
|
2302
2149
|
}
|
|
2303
2150
|
}
|
|
@@ -2331,20 +2178,16 @@ export var koKR = {
|
|
|
2331
2178
|
if (type === 'page') {
|
|
2332
2179
|
return "".concat(page, " \uBC88\uC9F8 \uD398\uC774\uC9C0").concat(selected ? '' : '로 이동');
|
|
2333
2180
|
}
|
|
2334
|
-
|
|
2335
2181
|
if (type === 'first') {
|
|
2336
2182
|
return '첫 번째 페이지로 이동';
|
|
2337
2183
|
}
|
|
2338
|
-
|
|
2339
2184
|
if (type === 'last') {
|
|
2340
2185
|
return '마지막 페이지로 이동';
|
|
2341
2186
|
}
|
|
2342
|
-
|
|
2343
2187
|
if (type === 'next') {
|
|
2344
2188
|
return '다음 페이지로 이동';
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
|
|
2189
|
+
}
|
|
2190
|
+
// if (type === 'previous') {
|
|
2348
2191
|
return '이전 페이지로 이동';
|
|
2349
2192
|
}
|
|
2350
2193
|
}
|
|
@@ -2364,23 +2207,20 @@ export var kzKZ = {
|
|
|
2364
2207
|
if (type === 'first') {
|
|
2365
2208
|
return 'Бірінші бетке өту';
|
|
2366
2209
|
}
|
|
2367
|
-
|
|
2368
2210
|
if (type === 'last') {
|
|
2369
2211
|
return 'Соңғы бетке өту';
|
|
2370
2212
|
}
|
|
2371
|
-
|
|
2372
2213
|
if (type === 'next') {
|
|
2373
2214
|
return 'Келесі бетке өту';
|
|
2374
|
-
}
|
|
2375
|
-
|
|
2376
|
-
|
|
2215
|
+
}
|
|
2216
|
+
// if (type === 'previous') {
|
|
2377
2217
|
return 'Алдыңғы бетке өту';
|
|
2378
2218
|
},
|
|
2379
2219
|
labelRowsPerPage: 'Беттегі қатарлар:',
|
|
2380
2220
|
labelDisplayedRows: function labelDisplayedRows(_ref21) {
|
|
2381
2221
|
var from = _ref21.from,
|
|
2382
|
-
|
|
2383
|
-
|
|
2222
|
+
to = _ref21.to,
|
|
2223
|
+
count = _ref21.count;
|
|
2384
2224
|
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);
|
|
2385
2225
|
}
|
|
2386
2226
|
}
|
|
@@ -2415,30 +2255,26 @@ export var kzKZ = {
|
|
|
2415
2255
|
if (selected) {
|
|
2416
2256
|
return "".concat(page, " \u2014 \u0431\u0435\u0442");
|
|
2417
2257
|
}
|
|
2418
|
-
|
|
2419
2258
|
return "".concat(page, " \u2014 \u0431\u0435\u0442\u043A\u0435 \u04E9\u0442\u0443");
|
|
2420
2259
|
}
|
|
2421
|
-
|
|
2422
2260
|
if (type === 'first') {
|
|
2423
2261
|
return 'Бірінші бетке өту';
|
|
2424
2262
|
}
|
|
2425
|
-
|
|
2426
2263
|
if (type === 'last') {
|
|
2427
2264
|
return 'Соңғы бетке өту';
|
|
2428
2265
|
}
|
|
2429
|
-
|
|
2430
2266
|
if (type === 'next') {
|
|
2431
2267
|
return 'Келесі бетке өту';
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
|
|
2268
|
+
}
|
|
2269
|
+
// if (type === 'previous') {
|
|
2435
2270
|
return 'Алдыңғы бетке өту';
|
|
2436
2271
|
}
|
|
2437
2272
|
}
|
|
2438
2273
|
}
|
|
2439
2274
|
}
|
|
2440
|
-
};
|
|
2275
|
+
};
|
|
2441
2276
|
|
|
2277
|
+
// Macedonian - Македонски
|
|
2442
2278
|
export var mkMK = {
|
|
2443
2279
|
components: {
|
|
2444
2280
|
MuiBreadcrumbs: {
|
|
@@ -2452,23 +2288,20 @@ export var mkMK = {
|
|
|
2452
2288
|
if (type === 'first') {
|
|
2453
2289
|
return 'Оди на прва страница';
|
|
2454
2290
|
}
|
|
2455
|
-
|
|
2456
2291
|
if (type === 'last') {
|
|
2457
2292
|
return 'Оди на последна страница';
|
|
2458
2293
|
}
|
|
2459
|
-
|
|
2460
2294
|
if (type === 'next') {
|
|
2461
2295
|
return 'Оди на следна страница';
|
|
2462
|
-
}
|
|
2463
|
-
|
|
2464
|
-
|
|
2296
|
+
}
|
|
2297
|
+
// if (type === 'previous') {
|
|
2465
2298
|
return 'Оди на предходна страница';
|
|
2466
2299
|
},
|
|
2467
2300
|
labelRowsPerPage: 'Редови по страница:',
|
|
2468
2301
|
labelDisplayedRows: function labelDisplayedRows(_ref22) {
|
|
2469
2302
|
var from = _ref22.from,
|
|
2470
|
-
|
|
2471
|
-
|
|
2303
|
+
to = _ref22.to,
|
|
2304
|
+
count = _ref22.count;
|
|
2472
2305
|
return "".concat(from, "\u2013").concat(to, " \u043E\u0434 ").concat(count !== -1 ? count : "\u043F\u043E\u0432\u0435\u045C\u0435 \u043E\u0434 ".concat(to));
|
|
2473
2306
|
}
|
|
2474
2307
|
}
|
|
@@ -2503,20 +2336,16 @@ export var mkMK = {
|
|
|
2503
2336
|
if (type === 'page') {
|
|
2504
2337
|
return "".concat(selected ? '' : 'Оди на ', "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ").concat(page);
|
|
2505
2338
|
}
|
|
2506
|
-
|
|
2507
2339
|
if (type === 'first') {
|
|
2508
2340
|
return 'Оди на прва страница';
|
|
2509
2341
|
}
|
|
2510
|
-
|
|
2511
2342
|
if (type === 'last') {
|
|
2512
2343
|
return 'Оди на последна страница';
|
|
2513
2344
|
}
|
|
2514
|
-
|
|
2515
2345
|
if (type === 'next') {
|
|
2516
2346
|
return 'Оди на следна страница';
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
|
|
2347
|
+
}
|
|
2348
|
+
// if (type === 'previous') {
|
|
2520
2349
|
return 'Оди на предходна страница';
|
|
2521
2350
|
}
|
|
2522
2351
|
}
|
|
@@ -2536,23 +2365,20 @@ export var nbNO = {
|
|
|
2536
2365
|
if (type === 'first') {
|
|
2537
2366
|
return 'Gå til første side';
|
|
2538
2367
|
}
|
|
2539
|
-
|
|
2540
2368
|
if (type === 'last') {
|
|
2541
2369
|
return 'Gå til siste side';
|
|
2542
2370
|
}
|
|
2543
|
-
|
|
2544
2371
|
if (type === 'next') {
|
|
2545
2372
|
return 'Gå til neste side';
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
|
|
2373
|
+
}
|
|
2374
|
+
// if (type === 'previous') {
|
|
2549
2375
|
return 'Gå til forrige side';
|
|
2550
2376
|
},
|
|
2551
2377
|
labelRowsPerPage: 'Rader per side:',
|
|
2552
2378
|
labelDisplayedRows: function labelDisplayedRows(_ref23) {
|
|
2553
2379
|
var from = _ref23.from,
|
|
2554
|
-
|
|
2555
|
-
|
|
2380
|
+
to = _ref23.to,
|
|
2381
|
+
count = _ref23.count;
|
|
2556
2382
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
|
|
2557
2383
|
}
|
|
2558
2384
|
}
|
|
@@ -2586,20 +2412,16 @@ export var nbNO = {
|
|
|
2586
2412
|
if (type === 'page') {
|
|
2587
2413
|
return "".concat(selected ? '' : 'Gå til ', "side ").concat(page);
|
|
2588
2414
|
}
|
|
2589
|
-
|
|
2590
2415
|
if (type === 'first') {
|
|
2591
2416
|
return 'Gå til første side';
|
|
2592
2417
|
}
|
|
2593
|
-
|
|
2594
2418
|
if (type === 'last') {
|
|
2595
2419
|
return 'Gå til siste side';
|
|
2596
2420
|
}
|
|
2597
|
-
|
|
2598
2421
|
if (type === 'next') {
|
|
2599
2422
|
return 'Gå til neste side';
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
|
|
2423
|
+
}
|
|
2424
|
+
// if (type === 'previous') {
|
|
2603
2425
|
return 'Gå til forrige side';
|
|
2604
2426
|
}
|
|
2605
2427
|
}
|
|
@@ -2619,23 +2441,20 @@ export var nlNL = {
|
|
|
2619
2441
|
if (type === 'first') {
|
|
2620
2442
|
return 'Ga naar eerste pagina';
|
|
2621
2443
|
}
|
|
2622
|
-
|
|
2623
2444
|
if (type === 'last') {
|
|
2624
2445
|
return 'Ga naar laatste pagina';
|
|
2625
2446
|
}
|
|
2626
|
-
|
|
2627
2447
|
if (type === 'next') {
|
|
2628
2448
|
return 'Ga naar volgende pagina';
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
|
|
2449
|
+
}
|
|
2450
|
+
// if (type === 'previous') {
|
|
2632
2451
|
return 'Ga naar vorige pagina';
|
|
2633
2452
|
},
|
|
2634
2453
|
labelRowsPerPage: 'Regels per pagina:',
|
|
2635
2454
|
labelDisplayedRows: function labelDisplayedRows(_ref24) {
|
|
2636
2455
|
var from = _ref24.from,
|
|
2637
|
-
|
|
2638
|
-
|
|
2456
|
+
to = _ref24.to,
|
|
2457
|
+
count = _ref24.count;
|
|
2639
2458
|
return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
|
|
2640
2459
|
}
|
|
2641
2460
|
}
|
|
@@ -2669,20 +2488,16 @@ export var nlNL = {
|
|
|
2669
2488
|
if (type === 'page') {
|
|
2670
2489
|
return "".concat(selected ? '' : 'Ga naar ', "pagina ").concat(page);
|
|
2671
2490
|
}
|
|
2672
|
-
|
|
2673
2491
|
if (type === 'first') {
|
|
2674
2492
|
return 'Ga naar eerste pagina';
|
|
2675
2493
|
}
|
|
2676
|
-
|
|
2677
2494
|
if (type === 'last') {
|
|
2678
2495
|
return 'Ga naar laatste pagina';
|
|
2679
2496
|
}
|
|
2680
|
-
|
|
2681
2497
|
if (type === 'next') {
|
|
2682
2498
|
return 'Ga naar volgende pagina';
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
|
|
2499
|
+
}
|
|
2500
|
+
// if (type === 'previous') {
|
|
2686
2501
|
return 'Ga naar vorige pagina';
|
|
2687
2502
|
}
|
|
2688
2503
|
}
|
|
@@ -2702,23 +2517,20 @@ export var plPL = {
|
|
|
2702
2517
|
if (type === 'first') {
|
|
2703
2518
|
return 'Przejdź do pierwszej strony';
|
|
2704
2519
|
}
|
|
2705
|
-
|
|
2706
2520
|
if (type === 'last') {
|
|
2707
2521
|
return 'Przejdź do ostatniej strony';
|
|
2708
2522
|
}
|
|
2709
|
-
|
|
2710
2523
|
if (type === 'next') {
|
|
2711
2524
|
return 'Przejdź do następnej strony';
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
|
|
2525
|
+
}
|
|
2526
|
+
// if (type === 'previous') {
|
|
2715
2527
|
return 'Przejdź do poprzedniej strony';
|
|
2716
2528
|
},
|
|
2717
2529
|
labelRowsPerPage: 'Wierszy na stronę:',
|
|
2718
2530
|
labelDisplayedRows: function labelDisplayedRows(_ref25) {
|
|
2719
2531
|
var from = _ref25.from,
|
|
2720
|
-
|
|
2721
|
-
|
|
2532
|
+
to = _ref25.to,
|
|
2533
|
+
count = _ref25.count;
|
|
2722
2534
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
|
|
2723
2535
|
}
|
|
2724
2536
|
}
|
|
@@ -2728,13 +2540,11 @@ export var plPL = {
|
|
|
2728
2540
|
getLabelText: function getLabelText(value) {
|
|
2729
2541
|
var pluralForm = 'gwiazdek';
|
|
2730
2542
|
var lastDigit = value % 10;
|
|
2731
|
-
|
|
2732
2543
|
if ((value < 10 || value > 20) && lastDigit > 1 && lastDigit < 5) {
|
|
2733
2544
|
pluralForm = 'gwiazdki';
|
|
2734
2545
|
} else if (value === 1) {
|
|
2735
2546
|
pluralForm = 'gwiazdka';
|
|
2736
2547
|
}
|
|
2737
|
-
|
|
2738
2548
|
return "".concat(value, " ").concat(pluralForm);
|
|
2739
2549
|
},
|
|
2740
2550
|
emptyLabelText: 'Brak gwiazdek'
|
|
@@ -2761,20 +2571,16 @@ export var plPL = {
|
|
|
2761
2571
|
if (type === 'page') {
|
|
2762
2572
|
return selected ? "".concat(page, ". strona") : "Przejd\u017A do ".concat(page, ". strony");
|
|
2763
2573
|
}
|
|
2764
|
-
|
|
2765
2574
|
if (type === 'first') {
|
|
2766
2575
|
return 'Przejdź do pierwszej strony';
|
|
2767
2576
|
}
|
|
2768
|
-
|
|
2769
2577
|
if (type === 'last') {
|
|
2770
2578
|
return 'Przejdź do ostatniej strony';
|
|
2771
2579
|
}
|
|
2772
|
-
|
|
2773
2580
|
if (type === 'next') {
|
|
2774
2581
|
return 'Przejdź do następnej strony';
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
|
-
|
|
2582
|
+
}
|
|
2583
|
+
// if (type === 'previous') {
|
|
2778
2584
|
return 'Przejdź do poprzedniej strony';
|
|
2779
2585
|
}
|
|
2780
2586
|
}
|
|
@@ -2794,23 +2600,20 @@ export var ptBR = {
|
|
|
2794
2600
|
if (type === 'first') {
|
|
2795
2601
|
return 'Ir para a primeira página';
|
|
2796
2602
|
}
|
|
2797
|
-
|
|
2798
2603
|
if (type === 'last') {
|
|
2799
2604
|
return 'Ir para a última página';
|
|
2800
2605
|
}
|
|
2801
|
-
|
|
2802
2606
|
if (type === 'next') {
|
|
2803
2607
|
return 'Ir para a próxima página';
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
|
|
2608
|
+
}
|
|
2609
|
+
// if (type === 'previous') {
|
|
2807
2610
|
return 'Ir para a página anterior';
|
|
2808
2611
|
},
|
|
2809
2612
|
labelRowsPerPage: 'Linhas por página:',
|
|
2810
2613
|
labelDisplayedRows: function labelDisplayedRows(_ref26) {
|
|
2811
2614
|
var from = _ref26.from,
|
|
2812
|
-
|
|
2813
|
-
|
|
2615
|
+
to = _ref26.to,
|
|
2616
|
+
count = _ref26.count;
|
|
2814
2617
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2815
2618
|
}
|
|
2816
2619
|
}
|
|
@@ -2844,20 +2647,16 @@ export var ptBR = {
|
|
|
2844
2647
|
if (type === 'page') {
|
|
2845
2648
|
return "".concat(selected ? '' : 'Ir para a ', "p\xE1gina ").concat(page);
|
|
2846
2649
|
}
|
|
2847
|
-
|
|
2848
2650
|
if (type === 'first') {
|
|
2849
2651
|
return 'Ir para a primeira página';
|
|
2850
2652
|
}
|
|
2851
|
-
|
|
2852
2653
|
if (type === 'last') {
|
|
2853
2654
|
return 'Ir para a última página';
|
|
2854
2655
|
}
|
|
2855
|
-
|
|
2856
2656
|
if (type === 'next') {
|
|
2857
2657
|
return 'Ir para a próxima página';
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
|
|
2658
|
+
}
|
|
2659
|
+
// if (type === 'previous') {
|
|
2861
2660
|
return 'Ir para a página anterior';
|
|
2862
2661
|
}
|
|
2863
2662
|
}
|
|
@@ -2877,23 +2676,20 @@ export var ptPT = {
|
|
|
2877
2676
|
if (type === 'first') {
|
|
2878
2677
|
return 'Primeira página';
|
|
2879
2678
|
}
|
|
2880
|
-
|
|
2881
2679
|
if (type === 'last') {
|
|
2882
2680
|
return 'Última página';
|
|
2883
2681
|
}
|
|
2884
|
-
|
|
2885
2682
|
if (type === 'next') {
|
|
2886
2683
|
return 'Próxima página';
|
|
2887
|
-
}
|
|
2888
|
-
|
|
2889
|
-
|
|
2684
|
+
}
|
|
2685
|
+
// if (type === 'previous') {
|
|
2890
2686
|
return 'Página anterior';
|
|
2891
2687
|
},
|
|
2892
2688
|
labelRowsPerPage: 'Linhas por página:',
|
|
2893
2689
|
labelDisplayedRows: function labelDisplayedRows(_ref27) {
|
|
2894
2690
|
var from = _ref27.from,
|
|
2895
|
-
|
|
2896
|
-
|
|
2691
|
+
to = _ref27.to,
|
|
2692
|
+
count = _ref27.count;
|
|
2897
2693
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2898
2694
|
}
|
|
2899
2695
|
}
|
|
@@ -2927,20 +2723,16 @@ export var ptPT = {
|
|
|
2927
2723
|
if (type === 'page') {
|
|
2928
2724
|
return "".concat(selected ? '' : 'Ir para a ', "p\xE1gina ").concat(page);
|
|
2929
2725
|
}
|
|
2930
|
-
|
|
2931
2726
|
if (type === 'first') {
|
|
2932
2727
|
return 'Primeira página';
|
|
2933
2728
|
}
|
|
2934
|
-
|
|
2935
2729
|
if (type === 'last') {
|
|
2936
2730
|
return 'Última página';
|
|
2937
2731
|
}
|
|
2938
|
-
|
|
2939
2732
|
if (type === 'next') {
|
|
2940
2733
|
return 'Próxima página';
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
|
|
2734
|
+
}
|
|
2735
|
+
// if (type === 'previous') {
|
|
2944
2736
|
return 'Página anterior';
|
|
2945
2737
|
}
|
|
2946
2738
|
}
|
|
@@ -2960,23 +2752,21 @@ export var roRO = {
|
|
|
2960
2752
|
if (type === 'first') {
|
|
2961
2753
|
return 'Mergi la prima pagină';
|
|
2962
2754
|
}
|
|
2963
|
-
|
|
2964
2755
|
if (type === 'last') {
|
|
2965
2756
|
return 'Mergi la ultima pagină';
|
|
2966
2757
|
}
|
|
2967
|
-
|
|
2968
2758
|
if (type === 'next') {
|
|
2969
2759
|
return 'Mergi la pagina următoare';
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
|
-
|
|
2760
|
+
}
|
|
2761
|
+
// if (type === 'previous') {
|
|
2973
2762
|
return 'Mergi la pagina precedentă';
|
|
2974
2763
|
},
|
|
2975
|
-
labelRowsPerPage: 'Rânduri pe pagină:'
|
|
2764
|
+
labelRowsPerPage: 'Rânduri pe pagină:'
|
|
2765
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
2976
2766
|
// `${from}–${to} din ${count !== -1 ? count : `more than ${to}`}`,
|
|
2977
|
-
|
|
2978
2767
|
}
|
|
2979
2768
|
},
|
|
2769
|
+
|
|
2980
2770
|
MuiRating: {
|
|
2981
2771
|
defaultProps: {
|
|
2982
2772
|
getLabelText: function getLabelText(value) {
|
|
@@ -3006,27 +2796,24 @@ export var roRO = {
|
|
|
3006
2796
|
if (type === 'page') {
|
|
3007
2797
|
return "".concat(selected ? '' : 'Mergi la ', "pagina ").concat(page);
|
|
3008
2798
|
}
|
|
3009
|
-
|
|
3010
2799
|
if (type === 'first') {
|
|
3011
2800
|
return 'Mergi la prima pagină';
|
|
3012
2801
|
}
|
|
3013
|
-
|
|
3014
2802
|
if (type === 'last') {
|
|
3015
2803
|
return 'Mergi la ultima pagină';
|
|
3016
2804
|
}
|
|
3017
|
-
|
|
3018
2805
|
if (type === 'next') {
|
|
3019
2806
|
return 'Mergi la pagina următoare';
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
|
|
2807
|
+
}
|
|
2808
|
+
// if (type === 'previous') {
|
|
3023
2809
|
return 'Mergi la pagina precedentă';
|
|
3024
2810
|
}
|
|
3025
2811
|
}
|
|
3026
2812
|
}
|
|
3027
2813
|
}
|
|
3028
|
-
};
|
|
2814
|
+
};
|
|
3029
2815
|
|
|
2816
|
+
// Serbian - Srpski
|
|
3030
2817
|
export var srRS = {
|
|
3031
2818
|
components: {
|
|
3032
2819
|
MuiBreadcrumbs: {
|
|
@@ -3040,23 +2827,20 @@ export var srRS = {
|
|
|
3040
2827
|
if (type === 'first') {
|
|
3041
2828
|
return 'Idi na prvu stranicu';
|
|
3042
2829
|
}
|
|
3043
|
-
|
|
3044
2830
|
if (type === 'last') {
|
|
3045
2831
|
return 'Idi na poslednju stranicu';
|
|
3046
2832
|
}
|
|
3047
|
-
|
|
3048
2833
|
if (type === 'next') {
|
|
3049
2834
|
return 'Idi na sledeću stranicu';
|
|
3050
|
-
}
|
|
3051
|
-
|
|
3052
|
-
|
|
2835
|
+
}
|
|
2836
|
+
// if (type === 'previous') {
|
|
3053
2837
|
return 'Idi na prethodnu stranicu';
|
|
3054
2838
|
},
|
|
3055
2839
|
labelRowsPerPage: 'Redova po stranici:',
|
|
3056
2840
|
labelDisplayedRows: function labelDisplayedRows(_ref28) {
|
|
3057
2841
|
var from = _ref28.from,
|
|
3058
|
-
|
|
3059
|
-
|
|
2842
|
+
to = _ref28.to,
|
|
2843
|
+
count = _ref28.count;
|
|
3060
2844
|
return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
|
|
3061
2845
|
}
|
|
3062
2846
|
}
|
|
@@ -3066,11 +2850,9 @@ export var srRS = {
|
|
|
3066
2850
|
getLabelText: function getLabelText(value) {
|
|
3067
2851
|
var lastDigit = value % 10;
|
|
3068
2852
|
var lastTwoDigits = value % 100;
|
|
3069
|
-
|
|
3070
2853
|
if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
|
|
3071
2854
|
return 'Zvezde';
|
|
3072
2855
|
}
|
|
3073
|
-
|
|
3074
2856
|
return 'Zvezda';
|
|
3075
2857
|
},
|
|
3076
2858
|
emptyLabelText: 'Prazno'
|
|
@@ -3097,20 +2879,16 @@ export var srRS = {
|
|
|
3097
2879
|
if (type === 'page') {
|
|
3098
2880
|
return "".concat(selected ? '' : 'Idi na ', "stranicu ").concat(page);
|
|
3099
2881
|
}
|
|
3100
|
-
|
|
3101
2882
|
if (type === 'first') {
|
|
3102
2883
|
return 'Idi na prvu stranicu';
|
|
3103
2884
|
}
|
|
3104
|
-
|
|
3105
2885
|
if (type === 'last') {
|
|
3106
2886
|
return 'Idi na zadnju stranicu';
|
|
3107
2887
|
}
|
|
3108
|
-
|
|
3109
2888
|
if (type === 'next') {
|
|
3110
2889
|
return 'Idi na sledeću stranicu';
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
|
|
2890
|
+
}
|
|
2891
|
+
// if (type === 'previous') {
|
|
3114
2892
|
return 'Idi na prethodnu stranicu';
|
|
3115
2893
|
}
|
|
3116
2894
|
}
|
|
@@ -3130,23 +2908,20 @@ export var ruRU = {
|
|
|
3130
2908
|
if (type === 'first') {
|
|
3131
2909
|
return 'Перейти на первую страницу';
|
|
3132
2910
|
}
|
|
3133
|
-
|
|
3134
2911
|
if (type === 'last') {
|
|
3135
2912
|
return 'Перейти на последнюю страницу';
|
|
3136
2913
|
}
|
|
3137
|
-
|
|
3138
2914
|
if (type === 'next') {
|
|
3139
2915
|
return 'Перейти на следующую страницу';
|
|
3140
|
-
}
|
|
3141
|
-
|
|
3142
|
-
|
|
2916
|
+
}
|
|
2917
|
+
// if (type === 'previous') {
|
|
3143
2918
|
return 'Перейти на предыдущую страницу';
|
|
3144
2919
|
},
|
|
3145
2920
|
labelRowsPerPage: 'Строк на странице:',
|
|
3146
2921
|
labelDisplayedRows: function labelDisplayedRows(_ref29) {
|
|
3147
2922
|
var from = _ref29.from,
|
|
3148
|
-
|
|
3149
|
-
|
|
2923
|
+
to = _ref29.to,
|
|
2924
|
+
count = _ref29.count;
|
|
3150
2925
|
return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
|
|
3151
2926
|
}
|
|
3152
2927
|
}
|
|
@@ -3156,13 +2931,11 @@ export var ruRU = {
|
|
|
3156
2931
|
getLabelText: function getLabelText(value) {
|
|
3157
2932
|
var pluralForm = 'Звёзд';
|
|
3158
2933
|
var lastDigit = value % 10;
|
|
3159
|
-
|
|
3160
2934
|
if (lastDigit > 1 && lastDigit < 5) {
|
|
3161
2935
|
pluralForm = 'Звезды';
|
|
3162
2936
|
} else if (lastDigit === 1) {
|
|
3163
2937
|
pluralForm = 'Звезда';
|
|
3164
2938
|
}
|
|
3165
|
-
|
|
3166
2939
|
return "".concat(value, " ").concat(pluralForm);
|
|
3167
2940
|
},
|
|
3168
2941
|
emptyLabelText: 'Рейтинг отсутствует'
|
|
@@ -3190,23 +2963,18 @@ export var ruRU = {
|
|
|
3190
2963
|
if (selected) {
|
|
3191
2964
|
return "".concat(page, " \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430");
|
|
3192
2965
|
}
|
|
3193
|
-
|
|
3194
2966
|
return "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 ".concat(page, " \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443");
|
|
3195
2967
|
}
|
|
3196
|
-
|
|
3197
2968
|
if (type === 'first') {
|
|
3198
2969
|
return 'Перейти на первую страницу';
|
|
3199
2970
|
}
|
|
3200
|
-
|
|
3201
2971
|
if (type === 'last') {
|
|
3202
2972
|
return 'Перейти на последнюю страницу';
|
|
3203
2973
|
}
|
|
3204
|
-
|
|
3205
2974
|
if (type === 'next') {
|
|
3206
2975
|
return 'Перейти на следующую страницу';
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
|
-
|
|
2976
|
+
}
|
|
2977
|
+
// if (type === 'previous') {
|
|
3210
2978
|
return 'Перейти на предыдущую страницу';
|
|
3211
2979
|
}
|
|
3212
2980
|
}
|
|
@@ -3226,23 +2994,20 @@ export var siLK = {
|
|
|
3226
2994
|
if (type === 'first') {
|
|
3227
2995
|
return 'පළමු පිටුවට යන්න';
|
|
3228
2996
|
}
|
|
3229
|
-
|
|
3230
2997
|
if (type === 'last') {
|
|
3231
2998
|
return 'අවසාන පිටුවට යන්න';
|
|
3232
2999
|
}
|
|
3233
|
-
|
|
3234
3000
|
if (type === 'next') {
|
|
3235
3001
|
return 'මීළඟ පිටුවට යන්න';
|
|
3236
|
-
}
|
|
3237
|
-
|
|
3238
|
-
|
|
3002
|
+
}
|
|
3003
|
+
// if (type === 'previous') {
|
|
3239
3004
|
return 'පෙර පිටුවට යන්න';
|
|
3240
3005
|
},
|
|
3241
3006
|
labelRowsPerPage: 'පිටුවක පේළි:',
|
|
3242
3007
|
labelDisplayedRows: function labelDisplayedRows(_ref30) {
|
|
3243
3008
|
var from = _ref30.from,
|
|
3244
|
-
|
|
3245
|
-
|
|
3009
|
+
to = _ref30.to,
|
|
3010
|
+
count = _ref30.count;
|
|
3246
3011
|
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"));
|
|
3247
3012
|
}
|
|
3248
3013
|
}
|
|
@@ -3276,20 +3041,16 @@ export var siLK = {
|
|
|
3276
3041
|
if (type === 'page') {
|
|
3277
3042
|
return "\u0DB4\u0DD2\u0DA7\u0DD4\u0DC0 ".concat(page, " ").concat(selected ? '' : 'ට යන්න');
|
|
3278
3043
|
}
|
|
3279
|
-
|
|
3280
3044
|
if (type === 'first') {
|
|
3281
3045
|
return 'පළමු පිටුවට යන්න';
|
|
3282
3046
|
}
|
|
3283
|
-
|
|
3284
3047
|
if (type === 'last') {
|
|
3285
3048
|
return 'අවසාන පිටුවට යන්න';
|
|
3286
3049
|
}
|
|
3287
|
-
|
|
3288
3050
|
if (type === 'next') {
|
|
3289
3051
|
return 'මීළඟ පිටුවට යන්න';
|
|
3290
|
-
}
|
|
3291
|
-
|
|
3292
|
-
|
|
3052
|
+
}
|
|
3053
|
+
// if (type === 'previous') {
|
|
3293
3054
|
return 'පෙර පිටුවට යන්න';
|
|
3294
3055
|
}
|
|
3295
3056
|
}
|
|
@@ -3309,23 +3070,20 @@ export var skSK = {
|
|
|
3309
3070
|
if (type === 'first') {
|
|
3310
3071
|
return 'Ísť na prvú stránku';
|
|
3311
3072
|
}
|
|
3312
|
-
|
|
3313
3073
|
if (type === 'last') {
|
|
3314
3074
|
return 'Ísť na poslednú stránku';
|
|
3315
3075
|
}
|
|
3316
|
-
|
|
3317
3076
|
if (type === 'next') {
|
|
3318
3077
|
return 'Ísť na ďaľšiu stránku';
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
|
|
3078
|
+
}
|
|
3079
|
+
// if (type === 'previous') {
|
|
3322
3080
|
return 'Ísť na predchádzajúcu stránku';
|
|
3323
3081
|
},
|
|
3324
3082
|
labelRowsPerPage: 'Riadkov na stránke:',
|
|
3325
3083
|
labelDisplayedRows: function labelDisplayedRows(_ref31) {
|
|
3326
3084
|
var from = _ref31.from,
|
|
3327
|
-
|
|
3328
|
-
|
|
3085
|
+
to = _ref31.to,
|
|
3086
|
+
count = _ref31.count;
|
|
3329
3087
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
|
|
3330
3088
|
}
|
|
3331
3089
|
}
|
|
@@ -3336,11 +3094,9 @@ export var skSK = {
|
|
|
3336
3094
|
if (value === 1) {
|
|
3337
3095
|
return "".concat(value, " hviezdi\u010Dka");
|
|
3338
3096
|
}
|
|
3339
|
-
|
|
3340
3097
|
if (value >= 2 && value <= 4) {
|
|
3341
3098
|
return "".concat(value, " hviezdi\u010Dky");
|
|
3342
3099
|
}
|
|
3343
|
-
|
|
3344
3100
|
return "".concat(value, " hviezdi\u010Diek");
|
|
3345
3101
|
},
|
|
3346
3102
|
emptyLabelText: 'Prázdne'
|
|
@@ -3367,20 +3123,16 @@ export var skSK = {
|
|
|
3367
3123
|
if (type === 'page') {
|
|
3368
3124
|
return "".concat(selected ? '' : 'Ísť na ', "str\xE1nku ").concat(page);
|
|
3369
3125
|
}
|
|
3370
|
-
|
|
3371
3126
|
if (type === 'first') {
|
|
3372
3127
|
return 'Ísť na prvú stránku';
|
|
3373
3128
|
}
|
|
3374
|
-
|
|
3375
3129
|
if (type === 'last') {
|
|
3376
3130
|
return 'Ísť na poslednú stránku';
|
|
3377
3131
|
}
|
|
3378
|
-
|
|
3379
3132
|
if (type === 'next') {
|
|
3380
3133
|
return 'Ísť na ďaľšiu stránku';
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
|
-
|
|
3134
|
+
}
|
|
3135
|
+
// if (type === 'previous') {
|
|
3384
3136
|
return 'Ísť na predchádzajúcu stránku';
|
|
3385
3137
|
}
|
|
3386
3138
|
}
|
|
@@ -3400,23 +3152,20 @@ export var svSE = {
|
|
|
3400
3152
|
if (type === 'first') {
|
|
3401
3153
|
return 'Gå till första sidan';
|
|
3402
3154
|
}
|
|
3403
|
-
|
|
3404
3155
|
if (type === 'last') {
|
|
3405
3156
|
return 'Gå till sista sidan';
|
|
3406
3157
|
}
|
|
3407
|
-
|
|
3408
3158
|
if (type === 'next') {
|
|
3409
3159
|
return 'Gå till nästa sida';
|
|
3410
|
-
}
|
|
3411
|
-
|
|
3412
|
-
|
|
3160
|
+
}
|
|
3161
|
+
// if (type === 'previous') {
|
|
3413
3162
|
return 'Gå till föregående sida';
|
|
3414
3163
|
},
|
|
3415
3164
|
labelRowsPerPage: 'Rader per sida:',
|
|
3416
3165
|
labelDisplayedRows: function labelDisplayedRows(_ref32) {
|
|
3417
3166
|
var from = _ref32.from,
|
|
3418
|
-
|
|
3419
|
-
|
|
3167
|
+
to = _ref32.to,
|
|
3168
|
+
count = _ref32.count;
|
|
3420
3169
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
|
|
3421
3170
|
}
|
|
3422
3171
|
}
|
|
@@ -3450,20 +3199,16 @@ export var svSE = {
|
|
|
3450
3199
|
if (type === 'page') {
|
|
3451
3200
|
return "".concat(selected ? '' : 'Gå till ', "sida ").concat(page);
|
|
3452
3201
|
}
|
|
3453
|
-
|
|
3454
3202
|
if (type === 'first') {
|
|
3455
3203
|
return 'Gå till första sidan';
|
|
3456
3204
|
}
|
|
3457
|
-
|
|
3458
3205
|
if (type === 'last') {
|
|
3459
3206
|
return 'Gå till sista sidan';
|
|
3460
3207
|
}
|
|
3461
|
-
|
|
3462
3208
|
if (type === 'next') {
|
|
3463
3209
|
return 'Gå till nästa sida';
|
|
3464
|
-
}
|
|
3465
|
-
|
|
3466
|
-
|
|
3210
|
+
}
|
|
3211
|
+
// if (type === 'previous') {
|
|
3467
3212
|
return 'Gå till föregående sida';
|
|
3468
3213
|
}
|
|
3469
3214
|
}
|
|
@@ -3483,23 +3228,20 @@ export var thTH = {
|
|
|
3483
3228
|
if (type === 'first') {
|
|
3484
3229
|
return 'ไปที่หน้าแรก';
|
|
3485
3230
|
}
|
|
3486
|
-
|
|
3487
3231
|
if (type === 'last') {
|
|
3488
3232
|
return 'ไปที่หน้าสุดท้าย';
|
|
3489
3233
|
}
|
|
3490
|
-
|
|
3491
3234
|
if (type === 'next') {
|
|
3492
3235
|
return 'ไปที่หน้าถัดไป';
|
|
3493
|
-
}
|
|
3494
|
-
|
|
3495
|
-
|
|
3236
|
+
}
|
|
3237
|
+
// if (type === 'previous') {
|
|
3496
3238
|
return 'ไปที่หน้าก่อน';
|
|
3497
3239
|
},
|
|
3498
3240
|
labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
|
|
3499
3241
|
labelDisplayedRows: function labelDisplayedRows(_ref33) {
|
|
3500
3242
|
var from = _ref33.from,
|
|
3501
|
-
|
|
3502
|
-
|
|
3243
|
+
to = _ref33.to,
|
|
3244
|
+
count = _ref33.count;
|
|
3503
3245
|
return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
|
|
3504
3246
|
}
|
|
3505
3247
|
}
|
|
@@ -3533,20 +3275,16 @@ export var thTH = {
|
|
|
3533
3275
|
if (type === 'page') {
|
|
3534
3276
|
return "".concat(selected ? '' : 'ไปที่', "\u0E2B\u0E19\u0E49\u0E32 ").concat(page);
|
|
3535
3277
|
}
|
|
3536
|
-
|
|
3537
3278
|
if (type === 'first') {
|
|
3538
3279
|
return 'ไปที่หน้าแรก';
|
|
3539
3280
|
}
|
|
3540
|
-
|
|
3541
3281
|
if (type === 'last') {
|
|
3542
3282
|
return 'ไปที่หน้าสุดท้าย';
|
|
3543
3283
|
}
|
|
3544
|
-
|
|
3545
3284
|
if (type === 'next') {
|
|
3546
3285
|
return 'ไปที่หน้าถัดไป';
|
|
3547
|
-
}
|
|
3548
|
-
|
|
3549
|
-
|
|
3286
|
+
}
|
|
3287
|
+
// if (type === 'previous') {
|
|
3550
3288
|
return 'ไปที่หน้าก่อน';
|
|
3551
3289
|
}
|
|
3552
3290
|
}
|
|
@@ -3566,23 +3304,21 @@ export var trTR = {
|
|
|
3566
3304
|
if (type === 'first') {
|
|
3567
3305
|
return 'İlk sayfaya git';
|
|
3568
3306
|
}
|
|
3569
|
-
|
|
3570
3307
|
if (type === 'last') {
|
|
3571
3308
|
return 'Son sayfaya git';
|
|
3572
3309
|
}
|
|
3573
|
-
|
|
3574
3310
|
if (type === 'next') {
|
|
3575
3311
|
return 'Sonraki sayfaya git';
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
|
|
3312
|
+
}
|
|
3313
|
+
// if (type === 'previous') {
|
|
3579
3314
|
return 'Önceki sayfaya git';
|
|
3580
3315
|
},
|
|
3581
|
-
labelRowsPerPage: 'Sayfa başına satır:'
|
|
3316
|
+
labelRowsPerPage: 'Sayfa başına satır:'
|
|
3317
|
+
// labelDisplayedRows: ({ from, to, count }) =>
|
|
3582
3318
|
// `${from}–${to} tanesinden ${count !== -1 ? count : `more than ${to}`}`,
|
|
3583
|
-
|
|
3584
3319
|
}
|
|
3585
3320
|
},
|
|
3321
|
+
|
|
3586
3322
|
MuiRating: {
|
|
3587
3323
|
defaultProps: {
|
|
3588
3324
|
getLabelText: function getLabelText(value) {
|
|
@@ -3612,20 +3348,16 @@ export var trTR = {
|
|
|
3612
3348
|
if (type === 'page') {
|
|
3613
3349
|
return "".concat(page, ". ").concat(selected ? 'sayfa' : 'sayfaya git');
|
|
3614
3350
|
}
|
|
3615
|
-
|
|
3616
3351
|
if (type === 'first') {
|
|
3617
3352
|
return 'İlk sayfaya git';
|
|
3618
3353
|
}
|
|
3619
|
-
|
|
3620
3354
|
if (type === 'last') {
|
|
3621
3355
|
return 'Son sayfaya git';
|
|
3622
3356
|
}
|
|
3623
|
-
|
|
3624
3357
|
if (type === 'next') {
|
|
3625
3358
|
return 'Sonraki sayfaya git';
|
|
3626
|
-
}
|
|
3627
|
-
|
|
3628
|
-
|
|
3359
|
+
}
|
|
3360
|
+
// if (type === 'previous') {
|
|
3629
3361
|
return 'Önceki sayfaya git';
|
|
3630
3362
|
}
|
|
3631
3363
|
}
|
|
@@ -3645,23 +3377,20 @@ export var ukUA = {
|
|
|
3645
3377
|
if (type === 'first') {
|
|
3646
3378
|
return 'Перейти на першу сторінку';
|
|
3647
3379
|
}
|
|
3648
|
-
|
|
3649
3380
|
if (type === 'last') {
|
|
3650
3381
|
return 'Перейти на останню сторінку';
|
|
3651
3382
|
}
|
|
3652
|
-
|
|
3653
3383
|
if (type === 'next') {
|
|
3654
3384
|
return 'Перейти на наступну сторінку';
|
|
3655
|
-
}
|
|
3656
|
-
|
|
3657
|
-
|
|
3385
|
+
}
|
|
3386
|
+
// if (type === 'previous') {
|
|
3658
3387
|
return 'Перейти на попередню сторінку';
|
|
3659
3388
|
},
|
|
3660
3389
|
labelRowsPerPage: 'Рядків на сторінці:',
|
|
3661
3390
|
labelDisplayedRows: function labelDisplayedRows(_ref34) {
|
|
3662
3391
|
var from = _ref34.from,
|
|
3663
|
-
|
|
3664
|
-
|
|
3392
|
+
to = _ref34.to,
|
|
3393
|
+
count = _ref34.count;
|
|
3665
3394
|
return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
|
|
3666
3395
|
}
|
|
3667
3396
|
}
|
|
@@ -3671,13 +3400,11 @@ export var ukUA = {
|
|
|
3671
3400
|
getLabelText: function getLabelText(value) {
|
|
3672
3401
|
var pluralForm = 'Зірок';
|
|
3673
3402
|
var lastDigit = value % 10;
|
|
3674
|
-
|
|
3675
3403
|
if (lastDigit > 1 && lastDigit < 5) {
|
|
3676
3404
|
pluralForm = 'Зірки';
|
|
3677
3405
|
} else if (lastDigit === 1) {
|
|
3678
3406
|
pluralForm = 'Зірка';
|
|
3679
3407
|
}
|
|
3680
|
-
|
|
3681
3408
|
return "".concat(value, " ").concat(pluralForm);
|
|
3682
3409
|
},
|
|
3683
3410
|
emptyLabelText: 'Рейтинг відсутній'
|
|
@@ -3704,20 +3431,16 @@ export var ukUA = {
|
|
|
3704
3431
|
if (type === 'page') {
|
|
3705
3432
|
return "".concat(selected ? '' : 'Перейти на ', "\u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 ").concat(page);
|
|
3706
3433
|
}
|
|
3707
|
-
|
|
3708
3434
|
if (type === 'first') {
|
|
3709
3435
|
return 'Перейти на першу сторінку';
|
|
3710
3436
|
}
|
|
3711
|
-
|
|
3712
3437
|
if (type === 'last') {
|
|
3713
3438
|
return 'Перейти на останню сторінку';
|
|
3714
3439
|
}
|
|
3715
|
-
|
|
3716
3440
|
if (type === 'next') {
|
|
3717
3441
|
return 'Перейти на наступну сторінку';
|
|
3718
|
-
}
|
|
3719
|
-
|
|
3720
|
-
|
|
3442
|
+
}
|
|
3443
|
+
// if (type === 'previous') {
|
|
3721
3444
|
return 'Перейти на попередню сторінку';
|
|
3722
3445
|
}
|
|
3723
3446
|
}
|
|
@@ -3737,23 +3460,20 @@ export var viVN = {
|
|
|
3737
3460
|
if (type === 'first') {
|
|
3738
3461
|
return 'Tới trang đầu tiên';
|
|
3739
3462
|
}
|
|
3740
|
-
|
|
3741
3463
|
if (type === 'last') {
|
|
3742
3464
|
return 'Tới trang cuối cùng';
|
|
3743
3465
|
}
|
|
3744
|
-
|
|
3745
3466
|
if (type === 'next') {
|
|
3746
3467
|
return 'Tới trang tiếp theo';
|
|
3747
|
-
}
|
|
3748
|
-
|
|
3749
|
-
|
|
3468
|
+
}
|
|
3469
|
+
// if (type === 'previous') {
|
|
3750
3470
|
return 'Về trang trước đó';
|
|
3751
3471
|
},
|
|
3752
3472
|
labelRowsPerPage: 'Số hàng mỗi trang:',
|
|
3753
3473
|
labelDisplayedRows: function labelDisplayedRows(_ref35) {
|
|
3754
3474
|
var from = _ref35.from,
|
|
3755
|
-
|
|
3756
|
-
|
|
3475
|
+
to = _ref35.to,
|
|
3476
|
+
count = _ref35.count;
|
|
3757
3477
|
return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
|
|
3758
3478
|
}
|
|
3759
3479
|
}
|
|
@@ -3787,20 +3507,16 @@ export var viVN = {
|
|
|
3787
3507
|
if (type === 'page') {
|
|
3788
3508
|
return "".concat(selected ? '' : 'Tới ', "trang ").concat(page);
|
|
3789
3509
|
}
|
|
3790
|
-
|
|
3791
3510
|
if (type === 'first') {
|
|
3792
3511
|
return 'Tới trang đầu tiên';
|
|
3793
3512
|
}
|
|
3794
|
-
|
|
3795
3513
|
if (type === 'last') {
|
|
3796
3514
|
return 'Tới trang cuối cùng';
|
|
3797
3515
|
}
|
|
3798
|
-
|
|
3799
3516
|
if (type === 'next') {
|
|
3800
3517
|
return 'Tới trang tiếp theo';
|
|
3801
|
-
}
|
|
3802
|
-
|
|
3803
|
-
|
|
3518
|
+
}
|
|
3519
|
+
// if (type === 'previous') {
|
|
3804
3520
|
return 'Về trang trước đó';
|
|
3805
3521
|
}
|
|
3806
3522
|
}
|
|
@@ -3820,22 +3536,19 @@ export var zhCN = {
|
|
|
3820
3536
|
if (type === 'first') {
|
|
3821
3537
|
return '第一页';
|
|
3822
3538
|
}
|
|
3823
|
-
|
|
3824
3539
|
if (type === 'last') {
|
|
3825
3540
|
return '最后一页';
|
|
3826
3541
|
}
|
|
3827
|
-
|
|
3828
3542
|
if (type === 'next') {
|
|
3829
3543
|
return '下一页';
|
|
3830
3544
|
}
|
|
3831
|
-
|
|
3832
3545
|
return '上一页';
|
|
3833
3546
|
},
|
|
3834
3547
|
labelRowsPerPage: '每页行数:',
|
|
3835
3548
|
labelDisplayedRows: function labelDisplayedRows(_ref36) {
|
|
3836
3549
|
var from = _ref36.from,
|
|
3837
|
-
|
|
3838
|
-
|
|
3550
|
+
to = _ref36.to,
|
|
3551
|
+
count = _ref36.count;
|
|
3839
3552
|
return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
|
|
3840
3553
|
}
|
|
3841
3554
|
}
|
|
@@ -3877,22 +3590,19 @@ export var zhHK = {
|
|
|
3877
3590
|
if (type === 'first') {
|
|
3878
3591
|
return '第一頁';
|
|
3879
3592
|
}
|
|
3880
|
-
|
|
3881
3593
|
if (type === 'last') {
|
|
3882
3594
|
return '最後一頁';
|
|
3883
3595
|
}
|
|
3884
|
-
|
|
3885
3596
|
if (type === 'next') {
|
|
3886
3597
|
return '下一頁';
|
|
3887
3598
|
}
|
|
3888
|
-
|
|
3889
3599
|
return '上一頁';
|
|
3890
3600
|
},
|
|
3891
3601
|
labelRowsPerPage: '每頁行數:',
|
|
3892
3602
|
labelDisplayedRows: function labelDisplayedRows(_ref37) {
|
|
3893
3603
|
var from = _ref37.from,
|
|
3894
|
-
|
|
3895
|
-
|
|
3604
|
+
to = _ref37.to,
|
|
3605
|
+
count = _ref37.count;
|
|
3896
3606
|
return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
|
|
3897
3607
|
}
|
|
3898
3608
|
}
|
|
@@ -3934,22 +3644,19 @@ export var zhTW = {
|
|
|
3934
3644
|
if (type === 'first') {
|
|
3935
3645
|
return '第一頁';
|
|
3936
3646
|
}
|
|
3937
|
-
|
|
3938
3647
|
if (type === 'last') {
|
|
3939
3648
|
return '最後一頁';
|
|
3940
3649
|
}
|
|
3941
|
-
|
|
3942
3650
|
if (type === 'next') {
|
|
3943
3651
|
return '下一頁';
|
|
3944
3652
|
}
|
|
3945
|
-
|
|
3946
3653
|
return '上一頁';
|
|
3947
3654
|
},
|
|
3948
3655
|
labelRowsPerPage: '每頁行數:',
|
|
3949
3656
|
labelDisplayedRows: function labelDisplayedRows(_ref38) {
|
|
3950
3657
|
var from = _ref38.from,
|
|
3951
|
-
|
|
3952
|
-
|
|
3658
|
+
to = _ref38.to,
|
|
3659
|
+
count = _ref38.count;
|
|
3953
3660
|
return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
|
|
3954
3661
|
}
|
|
3955
3662
|
}
|