@mui/material 5.10.12 → 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.
Files changed (1152) hide show
  1. package/Accordion/Accordion.js +13 -53
  2. package/Accordion/AccordionContext.js +0 -6
  3. package/Accordion/accordionClasses.js +0 -5
  4. package/Accordion/index.js +0 -6
  5. package/AccordionActions/AccordionActions.js +5 -28
  6. package/AccordionActions/accordionActionsClasses.js +0 -5
  7. package/AccordionActions/index.js +0 -6
  8. package/AccordionDetails/AccordionDetails.js +4 -26
  9. package/AccordionDetails/accordionDetailsClasses.js +0 -5
  10. package/AccordionDetails/index.js +0 -6
  11. package/AccordionSummary/AccordionSummary.js +8 -38
  12. package/AccordionSummary/accordionSummaryClasses.js +0 -5
  13. package/AccordionSummary/index.js +0 -6
  14. package/Alert/Alert.d.ts +34 -3
  15. package/Alert/Alert.js +62 -74
  16. package/Alert/alertClasses.js +0 -5
  17. package/Alert/index.js +0 -6
  18. package/AlertTitle/AlertTitle.js +4 -27
  19. package/AlertTitle/alertTitleClasses.js +0 -5
  20. package/AlertTitle/index.js +0 -6
  21. package/AppBar/AppBar.js +11 -40
  22. package/AppBar/appBarClasses.js +0 -5
  23. package/AppBar/index.js +0 -6
  24. package/Autocomplete/Autocomplete.d.ts +10 -0
  25. package/Autocomplete/Autocomplete.js +84 -182
  26. package/Autocomplete/autocompleteClasses.js +0 -5
  27. package/Autocomplete/index.js +0 -5
  28. package/Avatar/Avatar.js +16 -59
  29. package/Avatar/avatarClasses.js +0 -5
  30. package/Avatar/index.js +0 -6
  31. package/AvatarGroup/AvatarGroup.d.ts +18 -1
  32. package/AvatarGroup/AvatarGroup.js +36 -57
  33. package/AvatarGroup/avatarGroupClasses.js +0 -5
  34. package/AvatarGroup/index.js +0 -6
  35. package/Backdrop/Backdrop.d.ts +33 -3
  36. package/Backdrop/Backdrop.js +57 -54
  37. package/Backdrop/backdropClasses.js +0 -5
  38. package/Backdrop/index.js +0 -6
  39. package/Badge/Badge.d.ts +11 -3
  40. package/Badge/Badge.js +35 -75
  41. package/Badge/badgeClasses.js +2 -6
  42. package/Badge/index.js +0 -6
  43. package/BottomNavigation/BottomNavigation.js +9 -38
  44. package/BottomNavigation/bottomNavigationClasses.js +0 -5
  45. package/BottomNavigation/index.js +0 -6
  46. package/BottomNavigationAction/BottomNavigationAction.js +9 -42
  47. package/BottomNavigationAction/bottomNavigationActionClasses.js +0 -5
  48. package/BottomNavigationAction/index.js +0 -6
  49. package/Box/Box.js +1 -12
  50. package/Box/index.js +0 -2
  51. package/Breadcrumbs/BreadcrumbCollapsed.js +1 -14
  52. package/Breadcrumbs/Breadcrumbs.js +17 -57
  53. package/Breadcrumbs/breadcrumbsClasses.js +0 -5
  54. package/Breadcrumbs/index.js +0 -6
  55. package/Button/Button.js +22 -70
  56. package/Button/buttonClasses.js +0 -5
  57. package/Button/index.js +0 -6
  58. package/ButtonBase/ButtonBase.js +39 -126
  59. package/ButtonBase/Ripple.js +0 -19
  60. package/ButtonBase/TouchRipple.js +26 -48
  61. package/ButtonBase/buttonBaseClasses.js +0 -5
  62. package/ButtonBase/index.js +0 -8
  63. package/ButtonBase/touchRippleClasses.js +0 -5
  64. package/ButtonGroup/ButtonGroup.js +18 -60
  65. package/ButtonGroup/ButtonGroupContext.js +0 -6
  66. package/ButtonGroup/buttonGroupClasses.js +0 -5
  67. package/ButtonGroup/index.js +0 -6
  68. package/CHANGELOG.md +127 -1
  69. package/Card/Card.js +5 -31
  70. package/Card/cardClasses.js +0 -5
  71. package/Card/index.js +0 -6
  72. package/CardActionArea/CardActionArea.js +6 -30
  73. package/CardActionArea/cardActionAreaClasses.js +0 -5
  74. package/CardActionArea/index.js +0 -6
  75. package/CardActions/CardActions.js +5 -28
  76. package/CardActions/cardActionsClasses.js +0 -5
  77. package/CardActions/index.js +0 -6
  78. package/CardContent/CardContent.js +5 -28
  79. package/CardContent/cardContentClasses.js +0 -5
  80. package/CardContent/index.js +0 -6
  81. package/CardHeader/CardHeader.js +12 -47
  82. package/CardHeader/cardHeaderClasses.js +0 -5
  83. package/CardHeader/index.js +0 -6
  84. package/CardMedia/CardMedia.js +9 -37
  85. package/CardMedia/cardMediaClasses.js +0 -5
  86. package/CardMedia/index.js +0 -6
  87. package/Checkbox/Checkbox.js +13 -62
  88. package/Checkbox/checkboxClasses.js +0 -5
  89. package/Checkbox/index.js +0 -6
  90. package/Chip/Chip.js +22 -86
  91. package/Chip/chipClasses.js +0 -5
  92. package/Chip/index.js +0 -6
  93. package/CircularProgress/CircularProgress.js +14 -52
  94. package/CircularProgress/circularProgressClasses.js +0 -5
  95. package/CircularProgress/index.js +0 -6
  96. package/ClickAwayListener/index.js +0 -4
  97. package/Collapse/Collapse.js +24 -83
  98. package/Collapse/collapseClasses.js +0 -5
  99. package/Collapse/index.js +0 -6
  100. package/Container/Container.js +3 -20
  101. package/Container/containerClasses.js +0 -5
  102. package/Container/index.js +0 -6
  103. package/CssBaseline/CssBaseline.js +2 -29
  104. package/CssBaseline/index.js +0 -2
  105. package/Dialog/Dialog.js +24 -81
  106. package/Dialog/DialogContext.js +0 -4
  107. package/Dialog/dialogClasses.js +0 -5
  108. package/Dialog/index.js +0 -6
  109. package/DialogActions/DialogActions.js +5 -28
  110. package/DialogActions/dialogActionsClasses.js +0 -5
  111. package/DialogActions/index.js +0 -6
  112. package/DialogContent/DialogContent.js +5 -29
  113. package/DialogContent/dialogContentClasses.js +0 -5
  114. package/DialogContent/index.js +0 -6
  115. package/DialogContentText/DialogContentText.js +4 -27
  116. package/DialogContentText/dialogContentTextClasses.js +0 -5
  117. package/DialogContentText/index.js +0 -6
  118. package/DialogTitle/DialogTitle.js +5 -30
  119. package/DialogTitle/dialogTitleClasses.js +0 -5
  120. package/DialogTitle/index.js +0 -6
  121. package/Divider/Divider.js +15 -50
  122. package/Divider/dividerClasses.js +0 -5
  123. package/Divider/index.js +0 -6
  124. package/Drawer/Drawer.js +27 -72
  125. package/Drawer/drawerClasses.js +0 -5
  126. package/Drawer/index.js +0 -6
  127. package/Fab/Fab.js +15 -55
  128. package/Fab/fabClasses.js +0 -5
  129. package/Fab/index.js +0 -6
  130. package/Fade/Fade.js +21 -56
  131. package/Fade/index.js +0 -2
  132. package/FilledInput/FilledInput.js +59 -77
  133. package/FilledInput/filledInputClasses.js +0 -7
  134. package/FilledInput/index.js +0 -6
  135. package/FormControl/FormControl.js +19 -73
  136. package/FormControl/FormControlContext.js +0 -6
  137. package/FormControl/formControlClasses.js +0 -5
  138. package/FormControl/formControlState.js +0 -3
  139. package/FormControl/index.js +0 -7
  140. package/FormControl/useFormControl.js +0 -6
  141. package/FormControlLabel/FormControlLabel.d.ts +12 -0
  142. package/FormControlLabel/FormControlLabel.js +25 -57
  143. package/FormControlLabel/formControlLabelClasses.js +0 -5
  144. package/FormControlLabel/index.js +0 -6
  145. package/FormGroup/FormGroup.js +6 -31
  146. package/FormGroup/formGroupClasses.js +0 -5
  147. package/FormGroup/index.js +0 -6
  148. package/FormHelperText/FormHelperText.js +7 -43
  149. package/FormHelperText/formHelperTextClasses.js +0 -5
  150. package/FormHelperText/index.js +0 -6
  151. package/FormLabel/FormLabel.js +7 -41
  152. package/FormLabel/formLabelClasses.js +0 -5
  153. package/FormLabel/index.js +0 -6
  154. package/GlobalStyles/GlobalStyles.js +1 -15
  155. package/GlobalStyles/index.js +0 -2
  156. package/Grid/Grid.js +41 -127
  157. package/Grid/GridContext.js +0 -6
  158. package/Grid/gridClasses.js +8 -9
  159. package/Grid/index.js +0 -6
  160. package/Grow/Grow.js +22 -63
  161. package/Grow/index.js +0 -2
  162. package/Hidden/Hidden.js +14 -45
  163. package/Hidden/HiddenCss.js +6 -46
  164. package/Hidden/HiddenJs.js +4 -33
  165. package/Hidden/hiddenCssClasses.js +0 -5
  166. package/Hidden/index.js +0 -2
  167. package/Hidden/withWidth.js +17 -45
  168. package/Icon/Icon.js +12 -42
  169. package/Icon/iconClasses.js +0 -5
  170. package/Icon/index.js +0 -6
  171. package/IconButton/IconButton.js +41 -74
  172. package/IconButton/iconButtonClasses.js +0 -5
  173. package/IconButton/index.js +0 -6
  174. package/ImageList/ImageList.js +13 -47
  175. package/ImageList/ImageListContext.js +0 -6
  176. package/ImageList/imageListClasses.js +0 -5
  177. package/ImageList/index.js +0 -6
  178. package/ImageListItem/ImageListItem.js +11 -45
  179. package/ImageListItem/imageListItemClasses.js +0 -5
  180. package/ImageListItem/index.js +0 -6
  181. package/ImageListItemBar/ImageListItemBar.js +9 -37
  182. package/ImageListItemBar/imageListItemBarClasses.js +0 -5
  183. package/ImageListItemBar/index.js +0 -6
  184. package/Input/Input.js +60 -78
  185. package/Input/index.js +0 -6
  186. package/Input/inputClasses.js +0 -7
  187. package/InputAdornment/InputAdornment.js +11 -49
  188. package/InputAdornment/index.js +0 -6
  189. package/InputAdornment/inputAdornmentClasses.js +0 -5
  190. package/InputBase/InputBase.d.ts +34 -3
  191. package/InputBase/InputBase.js +92 -154
  192. package/InputBase/index.js +0 -6
  193. package/InputBase/inputBaseClasses.js +0 -5
  194. package/InputBase/utils.js +6 -7
  195. package/InputLabel/InputLabel.js +7 -46
  196. package/InputLabel/index.js +0 -6
  197. package/InputLabel/inputLabelClasses.js +0 -5
  198. package/LinearProgress/LinearProgress.js +10 -52
  199. package/LinearProgress/index.js +0 -6
  200. package/LinearProgress/linearProgressClasses.js +0 -5
  201. package/Link/Link.js +15 -61
  202. package/Link/getTextDecoration.js +0 -7
  203. package/Link/index.js +0 -6
  204. package/Link/linkClasses.js +0 -5
  205. package/List/List.js +9 -36
  206. package/List/ListContext.js +0 -6
  207. package/List/index.js +0 -6
  208. package/List/listClasses.js +0 -5
  209. package/ListItem/ListItem.d.ts +32 -3
  210. package/ListItem/ListItem.js +73 -95
  211. package/ListItem/index.js +0 -6
  212. package/ListItem/listItemClasses.js +0 -5
  213. package/ListItemAvatar/ListItemAvatar.js +5 -28
  214. package/ListItemAvatar/index.js +0 -6
  215. package/ListItemAvatar/listItemAvatarClasses.js +0 -5
  216. package/ListItemButton/ListItemButton.js +13 -52
  217. package/ListItemButton/index.js +0 -6
  218. package/ListItemButton/listItemButtonClasses.js +0 -5
  219. package/ListItemIcon/ListItemIcon.js +5 -28
  220. package/ListItemIcon/index.js +0 -6
  221. package/ListItemIcon/listItemIconClasses.js +0 -5
  222. package/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -28
  223. package/ListItemSecondaryAction/index.js +0 -6
  224. package/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -5
  225. package/ListItemText/ListItemText.js +11 -44
  226. package/ListItemText/index.js +0 -6
  227. package/ListItemText/listItemTextClasses.js +0 -5
  228. package/ListSubheader/ListSubheader.js +9 -37
  229. package/ListSubheader/index.js +0 -6
  230. package/ListSubheader/listSubheaderClasses.js +0 -5
  231. package/Menu/Menu.js +22 -70
  232. package/Menu/index.js +0 -6
  233. package/Menu/menuClasses.js +0 -5
  234. package/MenuItem/MenuItem.js +13 -59
  235. package/MenuItem/index.js +0 -6
  236. package/MenuItem/menuItemClasses.js +0 -5
  237. package/MenuList/MenuList.js +20 -80
  238. package/MenuList/index.js +0 -2
  239. package/MobileStepper/MobileStepper.js +11 -43
  240. package/MobileStepper/index.js +0 -6
  241. package/MobileStepper/mobileStepperClasses.js +0 -5
  242. package/Modal/Modal.d.ts +11 -3
  243. package/Modal/Modal.js +35 -73
  244. package/Modal/index.js +0 -6
  245. package/NativeSelect/NativeSelect.js +10 -43
  246. package/NativeSelect/NativeSelectInput.js +20 -49
  247. package/NativeSelect/index.js +0 -6
  248. package/NativeSelect/nativeSelectClasses.js +0 -5
  249. package/NoSsr/index.js +0 -2
  250. package/OutlinedInput/NotchedOutline.js +6 -24
  251. package/OutlinedInput/OutlinedInput.js +36 -74
  252. package/OutlinedInput/index.js +0 -6
  253. package/OutlinedInput/outlinedInputClasses.js +0 -7
  254. package/Pagination/Pagination.js +25 -73
  255. package/Pagination/index.js +0 -6
  256. package/Pagination/paginationClasses.js +0 -5
  257. package/PaginationItem/PaginationItem.d.ts +19 -7
  258. package/PaginationItem/PaginationItem.js +46 -85
  259. package/PaginationItem/index.js +0 -6
  260. package/PaginationItem/paginationItemClasses.js +0 -5
  261. package/Paper/Paper.js +9 -50
  262. package/Paper/index.js +0 -6
  263. package/Paper/paperClasses.js +0 -5
  264. package/Popover/Popover.js +55 -126
  265. package/Popover/index.js +0 -6
  266. package/Popover/popoverClasses.js +0 -5
  267. package/Popper/Popper.js +16 -60
  268. package/Popper/index.js +0 -2
  269. package/Portal/index.js +0 -2
  270. package/README.md +5 -3
  271. package/Radio/Radio.js +15 -67
  272. package/Radio/RadioButtonIcon.js +1 -15
  273. package/Radio/index.js +0 -6
  274. package/Radio/radioClasses.js +0 -5
  275. package/RadioGroup/RadioGroup.js +11 -38
  276. package/RadioGroup/RadioGroupContext.js +0 -6
  277. package/RadioGroup/index.js +0 -3
  278. package/RadioGroup/useRadioGroup.js +0 -6
  279. package/Rating/Rating.js +27 -114
  280. package/Rating/index.js +0 -6
  281. package/Rating/ratingClasses.js +0 -5
  282. package/ScopedCssBaseline/ScopedCssBaseline.js +5 -33
  283. package/ScopedCssBaseline/index.js +0 -6
  284. package/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -5
  285. package/Select/Select.d.ts +3 -3
  286. package/Select/Select.js +27 -79
  287. package/Select/SelectInput.js +55 -154
  288. package/Select/index.js +0 -6
  289. package/Select/selectClasses.js +0 -5
  290. package/Skeleton/Skeleton.js +11 -43
  291. package/Skeleton/index.js +0 -6
  292. package/Skeleton/skeletonClasses.js +0 -5
  293. package/Slide/Slide.js +23 -83
  294. package/Slide/index.js +0 -2
  295. package/Slider/Slider.d.ts +14 -2
  296. package/Slider/Slider.js +36 -110
  297. package/Slider/index.js +0 -4
  298. package/Snackbar/Snackbar.js +44 -107
  299. package/Snackbar/index.js +0 -6
  300. package/Snackbar/snackbarClasses.js +0 -5
  301. package/SnackbarContent/SnackbarContent.js +8 -36
  302. package/SnackbarContent/index.js +0 -6
  303. package/SnackbarContent/snackbarContentClasses.js +0 -5
  304. package/SpeedDial/SpeedDial.js +44 -120
  305. package/SpeedDial/index.js +0 -6
  306. package/SpeedDial/speedDialClasses.js +0 -5
  307. package/SpeedDialAction/SpeedDialAction.js +13 -53
  308. package/SpeedDialAction/index.js +0 -6
  309. package/SpeedDialAction/speedDialActionClasses.js +0 -5
  310. package/SpeedDialIcon/SpeedDialIcon.js +6 -34
  311. package/SpeedDialIcon/index.js +0 -6
  312. package/SpeedDialIcon/speedDialIconClasses.js +0 -5
  313. package/Stack/Stack.js +8 -42
  314. package/Stack/index.js +0 -2
  315. package/Step/Step.js +12 -46
  316. package/Step/StepContext.js +1 -8
  317. package/Step/index.js +0 -8
  318. package/Step/stepClasses.js +0 -5
  319. package/StepButton/StepButton.js +7 -36
  320. package/StepButton/index.js +0 -6
  321. package/StepButton/stepButtonClasses.js +0 -5
  322. package/StepConnector/StepConnector.js +4 -29
  323. package/StepConnector/index.js +0 -6
  324. package/StepConnector/stepConnectorClasses.js +0 -5
  325. package/StepContent/StepContent.js +8 -40
  326. package/StepContent/index.js +0 -6
  327. package/StepContent/stepContentClasses.js +0 -5
  328. package/StepIcon/StepIcon.js +8 -42
  329. package/StepIcon/index.js +0 -6
  330. package/StepIcon/stepIconClasses.js +0 -5
  331. package/StepLabel/StepLabel.d.ts +11 -0
  332. package/StepLabel/StepLabel.js +24 -47
  333. package/StepLabel/index.js +0 -6
  334. package/StepLabel/stepLabelClasses.js +0 -5
  335. package/Stepper/Stepper.js +11 -42
  336. package/Stepper/StepperContext.js +1 -8
  337. package/Stepper/index.js +0 -8
  338. package/Stepper/stepperClasses.js +0 -5
  339. package/StyledEngineProvider/index.js +0 -1
  340. package/SvgIcon/SvgIcon.js +14 -52
  341. package/SvgIcon/index.js +0 -6
  342. package/SvgIcon/svgIconClasses.js +0 -5
  343. package/SwipeableDrawer/SwipeArea.js +8 -26
  344. package/SwipeableDrawer/SwipeableDrawer.js +61 -146
  345. package/SwipeableDrawer/index.js +0 -2
  346. package/Switch/Switch.js +10 -54
  347. package/Switch/index.js +0 -6
  348. package/Switch/switchClasses.js +0 -5
  349. package/Tab/Tab.js +24 -65
  350. package/Tab/index.js +0 -6
  351. package/Tab/tabClasses.js +0 -5
  352. package/TabScrollButton/TabScrollButton.js +5 -35
  353. package/TabScrollButton/index.js +0 -6
  354. package/TabScrollButton/tabScrollButtonClasses.js +0 -5
  355. package/Table/Table.js +9 -38
  356. package/Table/TableContext.js +0 -6
  357. package/Table/Tablelvl2Context.js +0 -6
  358. package/Table/index.js +0 -6
  359. package/Table/tableClasses.js +0 -5
  360. package/TableBody/TableBody.js +5 -29
  361. package/TableBody/index.js +0 -6
  362. package/TableBody/tableBodyClasses.js +0 -5
  363. package/TableCell/TableCell.js +14 -57
  364. package/TableCell/index.js +0 -6
  365. package/TableCell/tableCellClasses.js +0 -5
  366. package/TableContainer/TableContainer.js +5 -28
  367. package/TableContainer/index.js +0 -6
  368. package/TableContainer/tableContainerClasses.js +0 -5
  369. package/TableFooter/TableFooter.js +5 -29
  370. package/TableFooter/index.js +0 -6
  371. package/TableFooter/tableFooterClasses.js +0 -5
  372. package/TableHead/TableHead.js +5 -29
  373. package/TableHead/index.js +0 -6
  374. package/TableHead/tableHeadClasses.js +0 -5
  375. package/TablePagination/TablePagination.js +23 -81
  376. package/TablePagination/TablePaginationActions.js +11 -41
  377. package/TablePagination/index.js +0 -6
  378. package/TablePagination/tablePaginationClasses.js +0 -5
  379. package/TableRow/TableRow.js +7 -35
  380. package/TableRow/index.js +0 -6
  381. package/TableRow/tableRowClasses.js +0 -5
  382. package/TableSortLabel/TableSortLabel.js +10 -39
  383. package/TableSortLabel/index.js +0 -6
  384. package/TableSortLabel/tableSortLabelClasses.js +0 -5
  385. package/Tabs/ScrollbarSize.js +4 -20
  386. package/Tabs/Tabs.js +42 -157
  387. package/Tabs/index.js +0 -6
  388. package/Tabs/tabsClasses.js +0 -5
  389. package/TextField/TextField.js +39 -115
  390. package/TextField/index.js +0 -6
  391. package/TextField/textFieldClasses.js +0 -5
  392. package/TextareaAutosize/index.js +0 -2
  393. package/ToggleButton/ToggleButton.js +17 -64
  394. package/ToggleButton/index.js +0 -6
  395. package/ToggleButton/toggleButtonClasses.js +0 -5
  396. package/ToggleButtonGroup/ToggleButtonGroup.js +15 -61
  397. package/ToggleButtonGroup/index.js +0 -6
  398. package/ToggleButtonGroup/isValueSelected.js +0 -3
  399. package/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -5
  400. package/Toolbar/Toolbar.js +8 -35
  401. package/Toolbar/index.js +0 -6
  402. package/Toolbar/toolbarClasses.js +0 -5
  403. package/Tooltip/Tooltip.d.ts +43 -6
  404. package/Tooltip/Tooltip.js +114 -186
  405. package/Tooltip/index.js +0 -6
  406. package/Tooltip/tooltipClasses.js +0 -5
  407. package/Typography/Typography.js +15 -51
  408. package/Typography/index.js +0 -6
  409. package/Typography/typographyClasses.js +0 -5
  410. package/Unstable_Grid2/Grid2.js +1 -10
  411. package/Unstable_Grid2/grid2Classes.js +8 -9
  412. package/Unstable_Grid2/index.js +0 -8
  413. package/Unstable_TrapFocus/index.js +0 -2
  414. package/Zoom/Zoom.js +21 -56
  415. package/Zoom/index.js +0 -2
  416. package/className/index.js +0 -1
  417. package/colors/index.js +0 -21
  418. package/darkScrollbar/index.js +0 -1
  419. package/esm/Accordion/Accordion.js +13 -37
  420. package/esm/Accordion/AccordionContext.js +1 -3
  421. package/esm/AccordionActions/AccordionActions.js +5 -17
  422. package/esm/AccordionDetails/AccordionDetails.js +4 -14
  423. package/esm/AccordionSummary/AccordionSummary.js +8 -25
  424. package/esm/Alert/Alert.js +62 -54
  425. package/esm/AlertTitle/AlertTitle.js +4 -14
  426. package/esm/AppBar/AppBar.js +11 -27
  427. package/esm/Autocomplete/Autocomplete.js +84 -157
  428. package/esm/Avatar/Avatar.js +16 -48
  429. package/esm/AvatarGroup/AvatarGroup.js +36 -43
  430. package/esm/Backdrop/Backdrop.js +57 -42
  431. package/esm/Badge/Badge.js +35 -60
  432. package/esm/Badge/badgeClasses.js +2 -1
  433. package/esm/BottomNavigation/BottomNavigation.js +9 -26
  434. package/esm/BottomNavigationAction/BottomNavigationAction.js +9 -28
  435. package/esm/Box/Box.js +1 -6
  436. package/esm/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
  437. package/esm/Breadcrumbs/Breadcrumbs.js +17 -43
  438. package/esm/Button/Button.js +22 -57
  439. package/esm/ButtonBase/ButtonBase.js +39 -110
  440. package/esm/ButtonBase/Ripple.js +1 -13
  441. package/esm/ButtonBase/TouchRipple.js +30 -39
  442. package/esm/ButtonGroup/ButtonGroup.js +18 -46
  443. package/esm/ButtonGroup/ButtonGroupContext.js +0 -3
  444. package/esm/Card/Card.js +5 -18
  445. package/esm/CardActionArea/CardActionArea.js +6 -17
  446. package/esm/CardActions/CardActions.js +5 -17
  447. package/esm/CardContent/CardContent.js +5 -17
  448. package/esm/CardHeader/CardHeader.js +12 -35
  449. package/esm/CardMedia/CardMedia.js +9 -26
  450. package/esm/Checkbox/Checkbox.js +13 -49
  451. package/esm/Chip/Chip.js +22 -70
  452. package/esm/CircularProgress/CircularProgress.js +18 -43
  453. package/esm/Collapse/Collapse.js +24 -66
  454. package/esm/Container/Container.js +2 -13
  455. package/esm/CssBaseline/CssBaseline.js +2 -14
  456. package/esm/Dialog/Dialog.js +24 -61
  457. package/esm/Dialog/DialogContext.js +0 -2
  458. package/esm/DialogActions/DialogActions.js +5 -17
  459. package/esm/DialogContent/DialogContent.js +5 -17
  460. package/esm/DialogContentText/DialogContentText.js +4 -14
  461. package/esm/DialogTitle/DialogTitle.js +5 -16
  462. package/esm/Divider/Divider.js +15 -38
  463. package/esm/Drawer/Drawer.js +27 -54
  464. package/esm/Fab/Fab.js +15 -42
  465. package/esm/Fade/Fade.js +21 -43
  466. package/esm/FilledInput/FilledInput.js +59 -64
  467. package/esm/FilledInput/filledInputClasses.js +0 -2
  468. package/esm/FormControl/FormControl.js +19 -58
  469. package/esm/FormControl/FormControlContext.js +1 -3
  470. package/esm/FormControl/formControlState.js +0 -2
  471. package/esm/FormControlLabel/FormControlLabel.js +25 -42
  472. package/esm/FormGroup/FormGroup.js +6 -19
  473. package/esm/FormHelperText/FormHelperText.js +7 -31
  474. package/esm/FormLabel/FormLabel.js +7 -28
  475. package/esm/GlobalStyles/GlobalStyles.js +1 -6
  476. package/esm/Grid/Grid.js +41 -109
  477. package/esm/Grid/GridContext.js +1 -3
  478. package/esm/Grid/gridClasses.js +8 -4
  479. package/esm/Grow/Grow.js +22 -50
  480. package/esm/Hidden/Hidden.js +15 -35
  481. package/esm/Hidden/HiddenCss.js +6 -33
  482. package/esm/Hidden/HiddenJs.js +5 -24
  483. package/esm/Hidden/withWidth.js +17 -29
  484. package/esm/Icon/Icon.js +12 -30
  485. package/esm/IconButton/IconButton.js +41 -59
  486. package/esm/ImageList/ImageList.js +13 -35
  487. package/esm/ImageList/ImageListContext.js +1 -3
  488. package/esm/ImageListItem/ImageListItem.js +11 -29
  489. package/esm/ImageListItemBar/ImageListItemBar.js +9 -25
  490. package/esm/Input/Input.js +60 -64
  491. package/esm/Input/inputClasses.js +0 -2
  492. package/esm/InputAdornment/InputAdornment.js +11 -35
  493. package/esm/InputBase/InputBase.js +92 -135
  494. package/esm/InputBase/utils.js +6 -4
  495. package/esm/InputLabel/InputLabel.js +7 -33
  496. package/esm/LinearProgress/LinearProgress.js +16 -45
  497. package/esm/Link/Link.js +15 -44
  498. package/esm/Link/getTextDecoration.js +0 -5
  499. package/esm/List/List.js +9 -25
  500. package/esm/List/ListContext.js +1 -3
  501. package/esm/ListItem/ListItem.js +73 -76
  502. package/esm/ListItemAvatar/ListItemAvatar.js +5 -17
  503. package/esm/ListItemButton/ListItemButton.js +13 -35
  504. package/esm/ListItemIcon/ListItemIcon.js +5 -17
  505. package/esm/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -17
  506. package/esm/ListItemText/ListItemText.js +11 -32
  507. package/esm/ListSubheader/ListSubheader.js +9 -25
  508. package/esm/Menu/Menu.js +22 -53
  509. package/esm/MenuItem/MenuItem.js +13 -39
  510. package/esm/MenuList/MenuList.js +20 -66
  511. package/esm/MobileStepper/MobileStepper.js +11 -28
  512. package/esm/Modal/Modal.js +35 -61
  513. package/esm/NativeSelect/NativeSelect.js +10 -32
  514. package/esm/NativeSelect/NativeSelectInput.js +20 -33
  515. package/esm/OutlinedInput/NotchedOutline.js +6 -16
  516. package/esm/OutlinedInput/OutlinedInput.js +36 -60
  517. package/esm/OutlinedInput/outlinedInputClasses.js +0 -2
  518. package/esm/Pagination/Pagination.js +25 -60
  519. package/esm/PaginationItem/PaginationItem.js +46 -66
  520. package/esm/Paper/Paper.js +11 -35
  521. package/esm/Popover/Popover.js +54 -105
  522. package/esm/Popper/Popper.js +16 -46
  523. package/esm/Radio/Radio.js +15 -51
  524. package/esm/Radio/RadioButtonIcon.js +1 -6
  525. package/esm/RadioGroup/RadioGroup.js +11 -24
  526. package/esm/RadioGroup/RadioGroupContext.js +0 -3
  527. package/esm/Rating/Rating.js +27 -103
  528. package/esm/ScopedCssBaseline/ScopedCssBaseline.js +5 -21
  529. package/esm/Select/Select.js +27 -62
  530. package/esm/Select/SelectInput.js +55 -135
  531. package/esm/Skeleton/Skeleton.js +15 -36
  532. package/esm/Slide/Slide.js +26 -70
  533. package/esm/Slider/Slider.js +36 -94
  534. package/esm/Snackbar/Snackbar.js +44 -90
  535. package/esm/SnackbarContent/SnackbarContent.js +8 -22
  536. package/esm/SpeedDial/SpeedDial.js +44 -103
  537. package/esm/SpeedDialAction/SpeedDialAction.js +13 -39
  538. package/esm/SpeedDialIcon/SpeedDialIcon.js +6 -21
  539. package/esm/Stack/Stack.js +9 -31
  540. package/esm/Step/Step.js +12 -35
  541. package/esm/Step/StepContext.js +1 -4
  542. package/esm/StepButton/StepButton.js +7 -21
  543. package/esm/StepConnector/StepConnector.js +4 -16
  544. package/esm/StepContent/StepContent.js +8 -27
  545. package/esm/StepIcon/StepIcon.js +8 -29
  546. package/esm/StepLabel/StepLabel.js +24 -33
  547. package/esm/Stepper/Stepper.js +11 -30
  548. package/esm/Stepper/StepperContext.js +1 -4
  549. package/esm/SvgIcon/SvgIcon.js +14 -40
  550. package/esm/SwipeableDrawer/SwipeArea.js +8 -13
  551. package/esm/SwipeableDrawer/SwipeableDrawer.js +64 -128
  552. package/esm/Switch/Switch.js +10 -41
  553. package/esm/Tab/Tab.js +24 -51
  554. package/esm/TabScrollButton/TabScrollButton.js +5 -23
  555. package/esm/Table/Table.js +9 -26
  556. package/esm/Table/TableContext.js +1 -3
  557. package/esm/Table/Tablelvl2Context.js +1 -3
  558. package/esm/TableBody/TableBody.js +5 -17
  559. package/esm/TableCell/TableCell.js +14 -43
  560. package/esm/TableContainer/TableContainer.js +5 -17
  561. package/esm/TableFooter/TableFooter.js +5 -17
  562. package/esm/TableHead/TableHead.js +5 -17
  563. package/esm/TablePagination/TablePagination.js +23 -61
  564. package/esm/TablePagination/TablePaginationActions.js +12 -28
  565. package/esm/TableRow/TableRow.js +7 -23
  566. package/esm/TableSortLabel/TableSortLabel.js +10 -25
  567. package/esm/Tabs/ScrollbarSize.js +4 -8
  568. package/esm/Tabs/Tabs.js +42 -138
  569. package/esm/TextField/TextField.js +39 -97
  570. package/esm/ToggleButton/ToggleButton.js +17 -50
  571. package/esm/ToggleButtonGroup/ToggleButtonGroup.js +15 -47
  572. package/esm/ToggleButtonGroup/isValueSelected.js +0 -2
  573. package/esm/Toolbar/Toolbar.js +8 -24
  574. package/esm/Tooltip/Tooltip.js +114 -164
  575. package/esm/Typography/Typography.js +15 -38
  576. package/esm/Unstable_Grid2/Grid2.js +1 -5
  577. package/esm/Unstable_Grid2/grid2Classes.js +8 -4
  578. package/esm/Zoom/Zoom.js +21 -43
  579. package/esm/index.js +2 -1
  580. package/esm/internal/SwitchBase.js +27 -63
  581. package/esm/internal/animate.js +0 -10
  582. package/esm/internal/svg-icons/Add.js +1 -1
  583. package/esm/internal/svg-icons/ArrowDownward.js +1 -1
  584. package/esm/internal/svg-icons/ArrowDropDown.js +1 -1
  585. package/esm/internal/svg-icons/Cancel.js +1 -1
  586. package/esm/internal/svg-icons/CheckBox.js +1 -1
  587. package/esm/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
  588. package/esm/internal/svg-icons/CheckCircle.js +1 -1
  589. package/esm/internal/svg-icons/Close.js +1 -1
  590. package/esm/internal/svg-icons/ErrorOutline.js +1 -1
  591. package/esm/internal/svg-icons/FirstPage.js +1 -1
  592. package/esm/internal/svg-icons/IndeterminateCheckBox.js +1 -1
  593. package/esm/internal/svg-icons/InfoOutlined.js +1 -1
  594. package/esm/internal/svg-icons/KeyboardArrowLeft.js +1 -1
  595. package/esm/internal/svg-icons/KeyboardArrowRight.js +1 -1
  596. package/esm/internal/svg-icons/LastPage.js +1 -1
  597. package/esm/internal/svg-icons/MoreHoriz.js +1 -1
  598. package/esm/internal/svg-icons/NavigateBefore.js +1 -1
  599. package/esm/internal/svg-icons/NavigateNext.js +1 -1
  600. package/esm/internal/svg-icons/Person.js +1 -1
  601. package/esm/internal/svg-icons/RadioButtonChecked.js +1 -1
  602. package/esm/internal/svg-icons/RadioButtonUnchecked.js +1 -1
  603. package/esm/internal/svg-icons/ReportProblemOutlined.js +1 -1
  604. package/esm/internal/svg-icons/Star.js +1 -1
  605. package/esm/internal/svg-icons/StarBorder.js +1 -1
  606. package/esm/internal/svg-icons/SuccessOutlined.js +1 -1
  607. package/esm/internal/svg-icons/Warning.js +1 -1
  608. package/esm/locale/index.js +217 -510
  609. package/esm/styles/CssVarsProvider.js +0 -4
  610. package/esm/styles/adaptV4Theme.js +21 -22
  611. package/esm/styles/createPalette.js +8 -36
  612. package/esm/styles/createStyles.js +2 -2
  613. package/esm/styles/createTheme.js +10 -21
  614. package/esm/styles/createTransitions.js +12 -25
  615. package/esm/styles/createTypography.js +18 -27
  616. package/esm/styles/cssUtils.js +18 -18
  617. package/esm/styles/excludeVariablesFromRoot.js +0 -1
  618. package/esm/styles/experimental_extendTheme.js +22 -37
  619. package/esm/styles/index.js +2 -2
  620. package/esm/styles/responsiveFontSizes.js +3 -11
  621. package/esm/styles/shadows.js +2 -3
  622. package/esm/styles/useTheme.js +0 -2
  623. package/esm/transitions/utils.js +0 -1
  624. package/esm/useMediaQuery/useMediaQuery.js +12 -23
  625. package/esm/useMediaQuery/useMediaQueryTheme.js +2 -1
  626. package/esm/usePagination/usePagination.js +41 -38
  627. package/esm/useScrollTrigger/useScrollTrigger.js +6 -13
  628. package/esm/useTouchRipple/useTouchRipple.js +0 -9
  629. package/esm/utils/createSvgIcon.js +1 -3
  630. package/esm/utils/index.js +2 -2
  631. package/esm/utils/shouldSpreadAdditionalProps.js +0 -2
  632. package/generateUtilityClass/index.js +0 -1
  633. package/generateUtilityClasses/index.js +0 -1
  634. package/index.js +1 -282
  635. package/internal/SwitchBase.js +27 -78
  636. package/internal/animate.js +0 -11
  637. package/internal/svg-icons/Add.js +0 -7
  638. package/internal/svg-icons/ArrowDownward.js +0 -8
  639. package/internal/svg-icons/ArrowDropDown.js +0 -8
  640. package/internal/svg-icons/Cancel.js +0 -8
  641. package/internal/svg-icons/CheckBox.js +0 -8
  642. package/internal/svg-icons/CheckBoxOutlineBlank.js +0 -8
  643. package/internal/svg-icons/CheckCircle.js +0 -8
  644. package/internal/svg-icons/Close.js +0 -8
  645. package/internal/svg-icons/ErrorOutline.js +0 -8
  646. package/internal/svg-icons/FirstPage.js +0 -8
  647. package/internal/svg-icons/IndeterminateCheckBox.js +0 -8
  648. package/internal/svg-icons/InfoOutlined.js +0 -8
  649. package/internal/svg-icons/KeyboardArrowLeft.js +0 -8
  650. package/internal/svg-icons/KeyboardArrowRight.js +0 -8
  651. package/internal/svg-icons/LastPage.js +0 -8
  652. package/internal/svg-icons/MoreHoriz.js +0 -8
  653. package/internal/svg-icons/NavigateBefore.js +0 -8
  654. package/internal/svg-icons/NavigateNext.js +0 -8
  655. package/internal/svg-icons/Person.js +0 -8
  656. package/internal/svg-icons/RadioButtonChecked.js +0 -8
  657. package/internal/svg-icons/RadioButtonUnchecked.js +0 -8
  658. package/internal/svg-icons/ReportProblemOutlined.js +0 -8
  659. package/internal/svg-icons/Star.js +0 -8
  660. package/internal/svg-icons/StarBorder.js +0 -8
  661. package/internal/svg-icons/SuccessOutlined.js +0 -8
  662. package/internal/svg-icons/Warning.js +0 -8
  663. package/internal/switchBaseClasses.js +0 -5
  664. package/legacy/Accordion/Accordion.js +32 -60
  665. package/legacy/Accordion/AccordionContext.js +1 -3
  666. package/legacy/AccordionActions/AccordionActions.js +5 -17
  667. package/legacy/AccordionDetails/AccordionDetails.js +2 -12
  668. package/legacy/AccordionSummary/AccordionSummary.js +16 -34
  669. package/legacy/Alert/Alert.js +72 -62
  670. package/legacy/AlertTitle/AlertTitle.js +2 -12
  671. package/legacy/AppBar/AppBar.js +15 -31
  672. package/legacy/Autocomplete/Autocomplete.js +169 -244
  673. package/legacy/Avatar/Avatar.js +24 -58
  674. package/legacy/AvatarGroup/AvatarGroup.js +39 -46
  675. package/legacy/Backdrop/Backdrop.js +61 -44
  676. package/legacy/Badge/Badge.js +57 -82
  677. package/legacy/Badge/badgeClasses.js +2 -1
  678. package/legacy/BottomNavigation/BottomNavigation.js +9 -26
  679. package/legacy/BottomNavigationAction/BottomNavigationAction.js +13 -32
  680. package/legacy/Box/Box.js +1 -6
  681. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
  682. package/legacy/Breadcrumbs/Breadcrumbs.js +23 -49
  683. package/legacy/Button/Button.js +34 -70
  684. package/legacy/ButtonBase/ButtonBase.js +56 -134
  685. package/legacy/ButtonBase/Ripple.js +12 -26
  686. package/legacy/ButtonBase/TouchRipple.js +39 -49
  687. package/legacy/ButtonGroup/ButtonGroup.js +33 -61
  688. package/legacy/ButtonGroup/ButtonGroupContext.js +0 -3
  689. package/legacy/Card/Card.js +4 -17
  690. package/legacy/CardActionArea/CardActionArea.js +4 -16
  691. package/legacy/CardActions/CardActions.js +5 -17
  692. package/legacy/CardContent/CardContent.js +4 -16
  693. package/legacy/CardHeader/CardHeader.js +12 -36
  694. package/legacy/CardMedia/CardMedia.js +11 -28
  695. package/legacy/Checkbox/Checkbox.js +20 -57
  696. package/legacy/Chip/Chip.js +39 -90
  697. package/legacy/CircularProgress/CircularProgress.js +23 -48
  698. package/legacy/Collapse/Collapse.js +43 -86
  699. package/legacy/Container/Container.js +2 -13
  700. package/legacy/CssBaseline/CssBaseline.js +6 -22
  701. package/legacy/Dialog/Dialog.js +36 -73
  702. package/legacy/Dialog/DialogContext.js +0 -2
  703. package/legacy/DialogActions/DialogActions.js +5 -17
  704. package/legacy/DialogContent/DialogContent.js +6 -18
  705. package/legacy/DialogContentText/DialogContentText.js +3 -13
  706. package/legacy/DialogTitle/DialogTitle.js +5 -18
  707. package/legacy/Divider/Divider.js +32 -55
  708. package/legacy/Drawer/Drawer.js +30 -59
  709. package/legacy/Fab/Fab.js +24 -51
  710. package/legacy/Fade/Fade.js +21 -43
  711. package/legacy/FilledInput/FilledInput.js +63 -70
  712. package/legacy/FilledInput/filledInputClasses.js +0 -2
  713. package/legacy/FormControl/FormControl.js +66 -108
  714. package/legacy/FormControl/FormControlContext.js +1 -3
  715. package/legacy/FormControl/formControlState.js +2 -4
  716. package/legacy/FormControlLabel/FormControlLabel.js +34 -50
  717. package/legacy/FormGroup/FormGroup.js +7 -20
  718. package/legacy/FormHelperText/FormHelperText.js +21 -46
  719. package/legacy/FormLabel/FormLabel.js +19 -41
  720. package/legacy/GlobalStyles/GlobalStyles.js +1 -6
  721. package/legacy/Grid/Grid.js +68 -139
  722. package/legacy/Grid/GridContext.js +1 -3
  723. package/legacy/Grow/Grow.js +40 -71
  724. package/legacy/Hidden/Hidden.js +24 -44
  725. package/legacy/Hidden/HiddenCss.js +8 -36
  726. package/legacy/Hidden/HiddenJs.js +7 -26
  727. package/legacy/Hidden/withWidth.js +21 -36
  728. package/legacy/Icon/Icon.js +17 -35
  729. package/legacy/IconButton/IconButton.js +29 -49
  730. package/legacy/ImageList/ImageList.js +17 -39
  731. package/legacy/ImageList/ImageListContext.js +1 -3
  732. package/legacy/ImageListItem/ImageListItem.js +17 -36
  733. package/legacy/ImageListItemBar/ImageListItemBar.js +14 -30
  734. package/legacy/Input/Input.js +62 -69
  735. package/legacy/Input/inputClasses.js +0 -2
  736. package/legacy/InputAdornment/InputAdornment.js +18 -42
  737. package/legacy/InputBase/InputBase.js +118 -167
  738. package/legacy/InputBase/utils.js +6 -4
  739. package/legacy/InputLabel/InputLabel.js +15 -41
  740. package/legacy/LinearProgress/LinearProgress.js +16 -45
  741. package/legacy/Link/Link.js +26 -58
  742. package/legacy/Link/getTextDecoration.js +1 -6
  743. package/legacy/List/List.js +13 -29
  744. package/legacy/List/ListContext.js +1 -3
  745. package/legacy/ListItem/ListItem.js +92 -94
  746. package/legacy/ListItemAvatar/ListItemAvatar.js +4 -16
  747. package/legacy/ListItemButton/ListItemButton.js +25 -48
  748. package/legacy/ListItemIcon/ListItemIcon.js +5 -17
  749. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +4 -16
  750. package/legacy/ListItemText/ListItemText.js +16 -38
  751. package/legacy/ListSubheader/ListSubheader.js +17 -33
  752. package/legacy/Menu/Menu.js +23 -54
  753. package/legacy/MenuItem/MenuItem.js +23 -50
  754. package/legacy/MenuList/MenuList.js +21 -67
  755. package/legacy/MobileStepper/MobileStepper.js +16 -33
  756. package/legacy/Modal/Modal.js +47 -74
  757. package/legacy/NativeSelect/NativeSelect.js +12 -34
  758. package/legacy/NativeSelect/NativeSelectInput.js +25 -39
  759. package/legacy/OutlinedInput/NotchedOutline.js +7 -17
  760. package/legacy/OutlinedInput/OutlinedInput.js +41 -65
  761. package/legacy/OutlinedInput/outlinedInputClasses.js +0 -2
  762. package/legacy/Pagination/Pagination.js +46 -81
  763. package/legacy/PaginationItem/PaginationItem.js +63 -83
  764. package/legacy/Paper/Paper.js +18 -42
  765. package/legacy/Popover/Popover.js +59 -115
  766. package/legacy/Popper/Popper.js +14 -44
  767. package/legacy/Radio/Radio.js +19 -55
  768. package/legacy/Radio/RadioButtonIcon.js +6 -11
  769. package/legacy/RadioGroup/RadioGroup.js +14 -27
  770. package/legacy/RadioGroup/RadioGroupContext.js +0 -3
  771. package/legacy/Rating/Rating.js +89 -175
  772. package/legacy/ScopedCssBaseline/ScopedCssBaseline.js +8 -25
  773. package/legacy/Select/Select.js +33 -68
  774. package/legacy/Select/SelectInput.js +78 -165
  775. package/legacy/Skeleton/Skeleton.js +19 -40
  776. package/legacy/Slide/Slide.js +28 -72
  777. package/legacy/Slider/Slider.js +49 -110
  778. package/legacy/Snackbar/Snackbar.js +42 -90
  779. package/legacy/SnackbarContent/SnackbarContent.js +7 -21
  780. package/legacy/SpeedDial/SpeedDial.js +51 -111
  781. package/legacy/SpeedDialAction/SpeedDialAction.js +21 -48
  782. package/legacy/SpeedDialIcon/SpeedDialIcon.js +8 -24
  783. package/legacy/Stack/Stack.js +11 -34
  784. package/legacy/Step/Step.js +25 -49
  785. package/legacy/Step/StepContext.js +1 -4
  786. package/legacy/StepButton/StepButton.js +8 -23
  787. package/legacy/StepConnector/StepConnector.js +14 -27
  788. package/legacy/StepContent/StepContent.js +14 -34
  789. package/legacy/StepIcon/StepIcon.js +12 -34
  790. package/legacy/StepLabel/StepLabel.js +36 -48
  791. package/legacy/Stepper/Stepper.js +17 -36
  792. package/legacy/Stepper/StepperContext.js +1 -4
  793. package/legacy/SvgIcon/SvgIcon.js +20 -46
  794. package/legacy/SwipeableDrawer/SwipeArea.js +8 -13
  795. package/legacy/SwipeableDrawer/SwipeableDrawer.js +77 -142
  796. package/legacy/Switch/Switch.js +17 -51
  797. package/legacy/Tab/Tab.js +30 -58
  798. package/legacy/TabScrollButton/TabScrollButton.js +7 -24
  799. package/legacy/Table/Table.js +13 -30
  800. package/legacy/Table/TableContext.js +1 -3
  801. package/legacy/Table/Tablelvl2Context.js +1 -3
  802. package/legacy/TableBody/TableBody.js +4 -16
  803. package/legacy/TableCell/TableCell.js +19 -48
  804. package/legacy/TableContainer/TableContainer.js +4 -16
  805. package/legacy/TableFooter/TableFooter.js +4 -16
  806. package/legacy/TableHead/TableHead.js +4 -16
  807. package/legacy/TablePagination/TablePagination.js +34 -74
  808. package/legacy/TablePagination/TablePaginationActions.js +10 -26
  809. package/legacy/TableRow/TableRow.js +12 -29
  810. package/legacy/TableSortLabel/TableSortLabel.js +15 -30
  811. package/legacy/Tabs/ScrollbarSize.js +2 -6
  812. package/legacy/Tabs/Tabs.js +85 -189
  813. package/legacy/TextField/TextField.js +46 -104
  814. package/legacy/ToggleButton/ToggleButton.js +26 -60
  815. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +23 -55
  816. package/legacy/ToggleButtonGroup/isValueSelected.js +0 -2
  817. package/legacy/Toolbar/Toolbar.js +13 -29
  818. package/legacy/Tooltip/Tooltip.js +145 -203
  819. package/legacy/Typography/Typography.js +25 -48
  820. package/legacy/Unstable_Grid2/Grid2.js +1 -5
  821. package/legacy/Zoom/Zoom.js +21 -43
  822. package/legacy/index.js +3 -2
  823. package/legacy/internal/SwitchBase.js +38 -75
  824. package/legacy/internal/animate.js +3 -12
  825. package/legacy/internal/svg-icons/Add.js +1 -1
  826. package/legacy/internal/svg-icons/ArrowDownward.js +1 -1
  827. package/legacy/internal/svg-icons/ArrowDropDown.js +1 -1
  828. package/legacy/internal/svg-icons/Cancel.js +1 -1
  829. package/legacy/internal/svg-icons/CheckBox.js +1 -1
  830. package/legacy/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
  831. package/legacy/internal/svg-icons/CheckCircle.js +1 -1
  832. package/legacy/internal/svg-icons/Close.js +1 -1
  833. package/legacy/internal/svg-icons/ErrorOutline.js +1 -1
  834. package/legacy/internal/svg-icons/FirstPage.js +1 -1
  835. package/legacy/internal/svg-icons/IndeterminateCheckBox.js +1 -1
  836. package/legacy/internal/svg-icons/InfoOutlined.js +1 -1
  837. package/legacy/internal/svg-icons/KeyboardArrowLeft.js +1 -1
  838. package/legacy/internal/svg-icons/KeyboardArrowRight.js +1 -1
  839. package/legacy/internal/svg-icons/LastPage.js +1 -1
  840. package/legacy/internal/svg-icons/MoreHoriz.js +1 -1
  841. package/legacy/internal/svg-icons/NavigateBefore.js +1 -1
  842. package/legacy/internal/svg-icons/NavigateNext.js +1 -1
  843. package/legacy/internal/svg-icons/Person.js +1 -1
  844. package/legacy/internal/svg-icons/RadioButtonChecked.js +1 -1
  845. package/legacy/internal/svg-icons/RadioButtonUnchecked.js +1 -1
  846. package/legacy/internal/svg-icons/ReportProblemOutlined.js +1 -1
  847. package/legacy/internal/svg-icons/Star.js +1 -1
  848. package/legacy/internal/svg-icons/StarBorder.js +1 -1
  849. package/legacy/internal/svg-icons/SuccessOutlined.js +1 -1
  850. package/legacy/internal/svg-icons/Warning.js +1 -1
  851. package/legacy/locale/index.js +293 -586
  852. package/legacy/styles/CssVarsProvider.js +20 -26
  853. package/legacy/styles/adaptV4Theme.js +22 -23
  854. package/legacy/styles/createMixins.js +0 -1
  855. package/legacy/styles/createMuiStrictModeTheme.js +0 -1
  856. package/legacy/styles/createPalette.js +16 -50
  857. package/legacy/styles/createStyles.js +2 -2
  858. package/legacy/styles/createTheme.js +15 -29
  859. package/legacy/styles/createTransitions.js +13 -27
  860. package/legacy/styles/createTypography.js +18 -27
  861. package/legacy/styles/cssUtils.js +29 -31
  862. package/legacy/styles/excludeVariablesFromRoot.js +0 -2
  863. package/legacy/styles/experimental_extendTheme.js +24 -45
  864. package/legacy/styles/index.js +2 -2
  865. package/legacy/styles/responsiveFontSizes.js +10 -18
  866. package/legacy/styles/shadows.js +2 -3
  867. package/legacy/styles/useTheme.js +0 -2
  868. package/legacy/styles/useThemeProps.js +1 -1
  869. package/legacy/transitions/utils.js +3 -4
  870. package/legacy/useMediaQuery/useMediaQuery.js +51 -68
  871. package/legacy/useMediaQuery/useMediaQueryTheme.js +2 -1
  872. package/legacy/usePagination/usePagination.js +51 -52
  873. package/legacy/useScrollTrigger/useScrollTrigger.js +14 -24
  874. package/legacy/useTouchRipple/useTouchRipple.js +7 -18
  875. package/legacy/utils/createSvgIcon.js +1 -3
  876. package/legacy/utils/index.js +2 -2
  877. package/legacy/utils/shouldSpreadAdditionalProps.js +0 -2
  878. package/locale/index.js +213 -510
  879. package/modern/Accordion/Accordion.js +13 -37
  880. package/modern/Accordion/AccordionContext.js +1 -3
  881. package/modern/AccordionActions/AccordionActions.js +5 -17
  882. package/modern/AccordionDetails/AccordionDetails.js +4 -14
  883. package/modern/AccordionSummary/AccordionSummary.js +8 -25
  884. package/modern/Alert/Alert.js +61 -52
  885. package/modern/AlertTitle/AlertTitle.js +4 -14
  886. package/modern/AppBar/AppBar.js +11 -27
  887. package/modern/Autocomplete/Autocomplete.js +80 -151
  888. package/modern/Avatar/Avatar.js +16 -48
  889. package/modern/AvatarGroup/AvatarGroup.js +35 -41
  890. package/modern/Backdrop/Backdrop.js +56 -40
  891. package/modern/Badge/Badge.js +35 -59
  892. package/modern/Badge/badgeClasses.js +2 -1
  893. package/modern/BottomNavigation/BottomNavigation.js +9 -26
  894. package/modern/BottomNavigationAction/BottomNavigationAction.js +9 -28
  895. package/modern/Box/Box.js +1 -6
  896. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +1 -2
  897. package/modern/Breadcrumbs/Breadcrumbs.js +17 -43
  898. package/modern/Button/Button.js +22 -56
  899. package/modern/ButtonBase/ButtonBase.js +39 -110
  900. package/modern/ButtonBase/Ripple.js +1 -13
  901. package/modern/ButtonBase/TouchRipple.js +26 -33
  902. package/modern/ButtonGroup/ButtonGroup.js +18 -46
  903. package/modern/ButtonGroup/ButtonGroupContext.js +0 -3
  904. package/modern/Card/Card.js +5 -18
  905. package/modern/CardActionArea/CardActionArea.js +6 -17
  906. package/modern/CardActions/CardActions.js +5 -17
  907. package/modern/CardContent/CardContent.js +5 -17
  908. package/modern/CardHeader/CardHeader.js +12 -35
  909. package/modern/CardMedia/CardMedia.js +9 -26
  910. package/modern/Checkbox/Checkbox.js +13 -48
  911. package/modern/Chip/Chip.js +22 -70
  912. package/modern/CircularProgress/CircularProgress.js +14 -37
  913. package/modern/Collapse/Collapse.js +24 -66
  914. package/modern/Container/Container.js +2 -13
  915. package/modern/CssBaseline/CssBaseline.js +2 -12
  916. package/modern/Dialog/Dialog.js +24 -61
  917. package/modern/Dialog/DialogContext.js +0 -2
  918. package/modern/DialogActions/DialogActions.js +5 -17
  919. package/modern/DialogContent/DialogContent.js +5 -17
  920. package/modern/DialogContentText/DialogContentText.js +4 -14
  921. package/modern/DialogTitle/DialogTitle.js +5 -16
  922. package/modern/Divider/Divider.js +15 -38
  923. package/modern/Drawer/Drawer.js +27 -54
  924. package/modern/Fab/Fab.js +15 -41
  925. package/modern/Fade/Fade.js +21 -43
  926. package/modern/FilledInput/FilledInput.js +58 -63
  927. package/modern/FilledInput/filledInputClasses.js +0 -2
  928. package/modern/FormControl/FormControl.js +19 -58
  929. package/modern/FormControl/FormControlContext.js +1 -3
  930. package/modern/FormControl/formControlState.js +0 -2
  931. package/modern/FormControlLabel/FormControlLabel.js +24 -42
  932. package/modern/FormGroup/FormGroup.js +6 -19
  933. package/modern/FormHelperText/FormHelperText.js +7 -31
  934. package/modern/FormLabel/FormLabel.js +7 -28
  935. package/modern/GlobalStyles/GlobalStyles.js +1 -6
  936. package/modern/Grid/Grid.js +41 -107
  937. package/modern/Grid/GridContext.js +1 -3
  938. package/modern/Grid/gridClasses.js +8 -4
  939. package/modern/Grow/Grow.js +22 -50
  940. package/modern/Hidden/Hidden.js +15 -35
  941. package/modern/Hidden/HiddenCss.js +6 -33
  942. package/modern/Hidden/HiddenJs.js +5 -24
  943. package/modern/Hidden/withWidth.js +17 -29
  944. package/modern/Icon/Icon.js +12 -30
  945. package/modern/IconButton/IconButton.js +40 -59
  946. package/modern/ImageList/ImageList.js +13 -35
  947. package/modern/ImageList/ImageListContext.js +1 -3
  948. package/modern/ImageListItem/ImageListItem.js +11 -29
  949. package/modern/ImageListItemBar/ImageListItemBar.js +9 -25
  950. package/modern/Input/Input.js +59 -64
  951. package/modern/Input/inputClasses.js +0 -2
  952. package/modern/InputAdornment/InputAdornment.js +11 -35
  953. package/modern/InputBase/InputBase.js +91 -135
  954. package/modern/InputBase/utils.js +6 -4
  955. package/modern/InputLabel/InputLabel.js +7 -33
  956. package/modern/LinearProgress/LinearProgress.js +10 -37
  957. package/modern/Link/Link.js +15 -44
  958. package/modern/Link/getTextDecoration.js +0 -5
  959. package/modern/List/List.js +9 -25
  960. package/modern/List/ListContext.js +1 -3
  961. package/modern/ListItem/ListItem.js +73 -76
  962. package/modern/ListItemAvatar/ListItemAvatar.js +5 -17
  963. package/modern/ListItemButton/ListItemButton.js +13 -35
  964. package/modern/ListItemIcon/ListItemIcon.js +5 -17
  965. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +5 -17
  966. package/modern/ListItemText/ListItemText.js +11 -32
  967. package/modern/ListSubheader/ListSubheader.js +9 -25
  968. package/modern/Menu/Menu.js +22 -53
  969. package/modern/MenuItem/MenuItem.js +13 -39
  970. package/modern/MenuList/MenuList.js +20 -66
  971. package/modern/MobileStepper/MobileStepper.js +11 -28
  972. package/modern/Modal/Modal.js +35 -60
  973. package/modern/NativeSelect/NativeSelect.js +10 -32
  974. package/modern/NativeSelect/NativeSelectInput.js +20 -33
  975. package/modern/OutlinedInput/NotchedOutline.js +6 -16
  976. package/modern/OutlinedInput/OutlinedInput.js +35 -59
  977. package/modern/OutlinedInput/outlinedInputClasses.js +0 -2
  978. package/modern/Pagination/Pagination.js +25 -60
  979. package/modern/PaginationItem/PaginationItem.js +46 -66
  980. package/modern/Paper/Paper.js +11 -34
  981. package/modern/Popover/Popover.js +54 -105
  982. package/modern/Popper/Popper.js +16 -45
  983. package/modern/Radio/Radio.js +15 -50
  984. package/modern/Radio/RadioButtonIcon.js +1 -6
  985. package/modern/RadioGroup/RadioGroup.js +11 -24
  986. package/modern/RadioGroup/RadioGroupContext.js +0 -3
  987. package/modern/Rating/Rating.js +27 -103
  988. package/modern/ScopedCssBaseline/ScopedCssBaseline.js +5 -20
  989. package/modern/Select/Select.js +27 -62
  990. package/modern/Select/SelectInput.js +55 -135
  991. package/modern/Skeleton/Skeleton.js +11 -30
  992. package/modern/Slide/Slide.js +26 -70
  993. package/modern/Slider/Slider.js +36 -93
  994. package/modern/Snackbar/Snackbar.js +44 -90
  995. package/modern/SnackbarContent/SnackbarContent.js +8 -22
  996. package/modern/SpeedDial/SpeedDial.js +44 -103
  997. package/modern/SpeedDialAction/SpeedDialAction.js +13 -39
  998. package/modern/SpeedDialIcon/SpeedDialIcon.js +6 -21
  999. package/modern/Stack/Stack.js +9 -31
  1000. package/modern/Step/Step.js +12 -35
  1001. package/modern/Step/StepContext.js +1 -4
  1002. package/modern/StepButton/StepButton.js +7 -21
  1003. package/modern/StepConnector/StepConnector.js +4 -16
  1004. package/modern/StepContent/StepContent.js +8 -27
  1005. package/modern/StepIcon/StepIcon.js +8 -29
  1006. package/modern/StepLabel/StepLabel.js +23 -33
  1007. package/modern/Stepper/Stepper.js +11 -30
  1008. package/modern/Stepper/StepperContext.js +1 -4
  1009. package/modern/SvgIcon/SvgIcon.js +14 -39
  1010. package/modern/SwipeableDrawer/SwipeArea.js +8 -13
  1011. package/modern/SwipeableDrawer/SwipeableDrawer.js +64 -128
  1012. package/modern/Switch/Switch.js +10 -41
  1013. package/modern/Tab/Tab.js +24 -51
  1014. package/modern/TabScrollButton/TabScrollButton.js +5 -23
  1015. package/modern/Table/Table.js +9 -26
  1016. package/modern/Table/TableContext.js +1 -3
  1017. package/modern/Table/Tablelvl2Context.js +1 -3
  1018. package/modern/TableBody/TableBody.js +5 -17
  1019. package/modern/TableCell/TableCell.js +14 -43
  1020. package/modern/TableContainer/TableContainer.js +5 -17
  1021. package/modern/TableFooter/TableFooter.js +5 -17
  1022. package/modern/TableHead/TableHead.js +5 -17
  1023. package/modern/TablePagination/TablePagination.js +23 -61
  1024. package/modern/TablePagination/TablePaginationActions.js +12 -28
  1025. package/modern/TableRow/TableRow.js +7 -23
  1026. package/modern/TableSortLabel/TableSortLabel.js +10 -25
  1027. package/modern/Tabs/ScrollbarSize.js +4 -8
  1028. package/modern/Tabs/Tabs.js +42 -138
  1029. package/modern/TextField/TextField.js +39 -97
  1030. package/modern/ToggleButton/ToggleButton.js +17 -50
  1031. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +15 -47
  1032. package/modern/ToggleButtonGroup/isValueSelected.js +0 -2
  1033. package/modern/Toolbar/Toolbar.js +8 -24
  1034. package/modern/Tooltip/Tooltip.js +104 -148
  1035. package/modern/Typography/Typography.js +15 -38
  1036. package/modern/Unstable_Grid2/Grid2.js +1 -5
  1037. package/modern/Unstable_Grid2/grid2Classes.js +8 -4
  1038. package/modern/Zoom/Zoom.js +21 -43
  1039. package/modern/index.js +3 -2
  1040. package/modern/internal/SwitchBase.js +27 -63
  1041. package/modern/internal/animate.js +0 -10
  1042. package/modern/internal/svg-icons/Add.js +1 -1
  1043. package/modern/internal/svg-icons/ArrowDownward.js +1 -1
  1044. package/modern/internal/svg-icons/ArrowDropDown.js +1 -1
  1045. package/modern/internal/svg-icons/Cancel.js +1 -1
  1046. package/modern/internal/svg-icons/CheckBox.js +1 -1
  1047. package/modern/internal/svg-icons/CheckBoxOutlineBlank.js +1 -1
  1048. package/modern/internal/svg-icons/CheckCircle.js +1 -1
  1049. package/modern/internal/svg-icons/Close.js +1 -1
  1050. package/modern/internal/svg-icons/ErrorOutline.js +1 -1
  1051. package/modern/internal/svg-icons/FirstPage.js +1 -1
  1052. package/modern/internal/svg-icons/IndeterminateCheckBox.js +1 -1
  1053. package/modern/internal/svg-icons/InfoOutlined.js +1 -1
  1054. package/modern/internal/svg-icons/KeyboardArrowLeft.js +1 -1
  1055. package/modern/internal/svg-icons/KeyboardArrowRight.js +1 -1
  1056. package/modern/internal/svg-icons/LastPage.js +1 -1
  1057. package/modern/internal/svg-icons/MoreHoriz.js +1 -1
  1058. package/modern/internal/svg-icons/NavigateBefore.js +1 -1
  1059. package/modern/internal/svg-icons/NavigateNext.js +1 -1
  1060. package/modern/internal/svg-icons/Person.js +1 -1
  1061. package/modern/internal/svg-icons/RadioButtonChecked.js +1 -1
  1062. package/modern/internal/svg-icons/RadioButtonUnchecked.js +1 -1
  1063. package/modern/internal/svg-icons/ReportProblemOutlined.js +1 -1
  1064. package/modern/internal/svg-icons/Star.js +1 -1
  1065. package/modern/internal/svg-icons/StarBorder.js +1 -1
  1066. package/modern/internal/svg-icons/SuccessOutlined.js +1 -1
  1067. package/modern/internal/svg-icons/Warning.js +1 -1
  1068. package/modern/locale/index.js +217 -510
  1069. package/modern/styles/CssVarsProvider.js +0 -3
  1070. package/modern/styles/adaptV4Theme.js +21 -22
  1071. package/modern/styles/createPalette.js +8 -36
  1072. package/modern/styles/createStyles.js +2 -2
  1073. package/modern/styles/createTheme.js +10 -21
  1074. package/modern/styles/createTransitions.js +12 -25
  1075. package/modern/styles/createTypography.js +18 -27
  1076. package/modern/styles/cssUtils.js +18 -18
  1077. package/modern/styles/excludeVariablesFromRoot.js +0 -1
  1078. package/modern/styles/experimental_extendTheme.js +22 -36
  1079. package/modern/styles/index.js +2 -2
  1080. package/modern/styles/responsiveFontSizes.js +3 -11
  1081. package/modern/styles/shadows.js +2 -3
  1082. package/modern/styles/useTheme.js +0 -2
  1083. package/modern/useMediaQuery/useMediaQuery.js +12 -23
  1084. package/modern/useMediaQuery/useMediaQueryTheme.js +2 -1
  1085. package/modern/usePagination/usePagination.js +41 -38
  1086. package/modern/useScrollTrigger/useScrollTrigger.js +6 -13
  1087. package/modern/useTouchRipple/useTouchRipple.js +0 -5
  1088. package/modern/utils/createSvgIcon.js +1 -3
  1089. package/modern/utils/index.js +2 -2
  1090. package/modern/utils/shouldSpreadAdditionalProps.js +0 -2
  1091. package/package.json +7 -7
  1092. package/styles/CssVarsProvider.js +0 -9
  1093. package/styles/ThemeProvider.js +0 -1
  1094. package/styles/adaptV4Theme.js +21 -24
  1095. package/styles/createMixins.js +0 -3
  1096. package/styles/createMuiStrictModeTheme.js +0 -4
  1097. package/styles/createPalette.js +8 -49
  1098. package/styles/createStyles.js +2 -2
  1099. package/styles/createTheme.js +10 -36
  1100. package/styles/createTransitions.js +12 -28
  1101. package/styles/createTypography.js +18 -32
  1102. package/styles/cssUtils.js +18 -25
  1103. package/styles/defaultTheme.js +0 -3
  1104. package/styles/excludeVariablesFromRoot.js +0 -2
  1105. package/styles/experimental_extendTheme.d.ts +5 -0
  1106. package/styles/experimental_extendTheme.js +22 -44
  1107. package/styles/index.js +0 -21
  1108. package/styles/makeStyles.js +0 -2
  1109. package/styles/responsiveFontSizes.js +3 -14
  1110. package/styles/shadows.js +2 -3
  1111. package/styles/styled.js +0 -5
  1112. package/styles/useTheme.js +0 -9
  1113. package/styles/useThemeProps.js +0 -4
  1114. package/styles/withStyles.js +0 -2
  1115. package/styles/withTheme.js +0 -2
  1116. package/themeCssVarsAugmentation/index.d.ts +2 -0
  1117. package/transitions/index.js +0 -2
  1118. package/transitions/utils.js +0 -4
  1119. package/umd/material-ui.development.js +3614 -7816
  1120. package/umd/material-ui.production.min.js +20 -20
  1121. package/useAutocomplete/index.js +0 -3
  1122. package/useAutocomplete/useAutocomplete.js +0 -2
  1123. package/useMediaQuery/index.js +0 -2
  1124. package/useMediaQuery/useMediaQuery.js +11 -30
  1125. package/useMediaQuery/useMediaQueryTheme.js +0 -3
  1126. package/usePagination/index.js +0 -2
  1127. package/usePagination/usePagination.js +41 -43
  1128. package/useScrollTrigger/index.js +0 -2
  1129. package/useScrollTrigger/useScrollTrigger.js +6 -20
  1130. package/useTouchRipple/index.js +0 -2
  1131. package/useTouchRipple/useTouchRipple.js +0 -13
  1132. package/utils/capitalize.js +0 -2
  1133. package/utils/createChainedFunction.js +0 -2
  1134. package/utils/createSvgIcon.js +0 -10
  1135. package/utils/debounce.js +0 -2
  1136. package/utils/deprecatedPropType.js +0 -2
  1137. package/utils/getScrollbarSize.js +0 -2
  1138. package/utils/index.js +0 -21
  1139. package/utils/isMuiElement.js +0 -2
  1140. package/utils/ownerDocument.js +0 -2
  1141. package/utils/ownerWindow.js +0 -2
  1142. package/utils/requirePropFactory.js +0 -2
  1143. package/utils/scrollLeft.js +0 -1
  1144. package/utils/setRef.js +0 -2
  1145. package/utils/shouldSpreadAdditionalProps.js +0 -3
  1146. package/utils/unsupportedProp.js +0 -2
  1147. package/utils/useControlled.js +0 -2
  1148. package/utils/useEnhancedEffect.js +0 -2
  1149. package/utils/useEventCallback.js +0 -2
  1150. package/utils/useForkRef.js +0 -2
  1151. package/utils/useId.js +0 -2
  1152. package/utils/useIsFocusVisible.js +0 -2
@@ -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
- } // if (type === 'previous') {
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
- to = _ref.to,
30
- count = _ref.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref2.to,
113
- count = _ref2.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref3.to,
196
- count = _ref3.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref4.to,
279
- count = _ref4.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref5.to,
448
- count = _ref5.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
523
-
524
-
477
+ }
478
+ // if (type === 'previous') {
525
479
  return 'Отиди на предишната страница';
526
480
  },
527
- labelRowsPerPage: 'Редове на страница:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // if (type === 'previous') {
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:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // MuiPagination: {
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
- } // if (type === 'previous') {
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
- to = _ref6.to,
682
- count = _ref6.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref7.to,
773
- count = _ref7.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref8.to,
856
- count = _ref8.count;
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
- } // if (type === 'previous') {
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
- } // if (type === "previous") {
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
- to = _ref9.to,
939
- count = _ref9.count;
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
- } // if (type === "previous") {
985
-
909
+ }
986
910
 
911
+ // if (type === "previous") {
987
912
  return 'Προηγούμενη σελίδα';
988
913
  }
989
914
  }
990
915
  }
991
916
  }
992
- }; // default
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
- } // if (type === 'previous') {
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
- to = _ref10.to,
1083
- count = _ref10.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref11.to,
1166
- count = _ref11.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
1246
-
1247
-
1155
+ }
1156
+ // if (type === 'previous') {
1248
1157
  return 'رفتن به صفحه‌ی قبلی';
1249
1158
  },
1250
- labelRowsPerPage: 'تعداد سطرهای هر صفحه:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref12.to,
1333
- count = _ref12.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref13.to,
1416
- count = _ref13.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref14.to,
1499
- count = _ref14.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref15.to,
1582
- count = _ref15.count;
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
- } // if (type === 'previous') {
1628
-
1629
-
1506
+ }
1507
+ // if (type === 'previous') {
1630
1508
  return 'पिछले पृष्ठ पर जाएँ';
1631
1509
  }
1632
1510
  }
1633
1511
  }
1634
1512
  }
1635
- }; // Croatian - Hrvatski
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
- } // if (type === 'previous') {
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
- to = _ref16.to,
1666
- count = _ref16.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
1748
-
1749
-
1615
+ }
1616
+ // if (type === 'previous') {
1750
1617
  return 'Előző oldalra';
1751
1618
  },
1752
- labelRowsPerPage: 'Sorok száma:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // if (type === 'previous') {
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: 'Տողեր մեկ էջում`' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // MuiPagination: {
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:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // emptyLabelText: 'Empty',
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
- } // MuiPagination: {
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:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // MuiPagination: {
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
- } // if (type === 'previous') {
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
- to = _ref17.to,
2051
- count = _ref17.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref18.to,
2134
- count = _ref18.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref19.to,
2217
- count = _ref19.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref20.to,
2300
- count = _ref20.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref21.to,
2383
- count = _ref21.count;
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
- } // if (type === 'previous') {
2433
-
2434
-
2268
+ }
2269
+ // if (type === 'previous') {
2435
2270
  return 'Алдыңғы бетке өту';
2436
2271
  }
2437
2272
  }
2438
2273
  }
2439
2274
  }
2440
- }; // Macedonian - Македонски
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
- } // if (type === 'previous') {
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
- to = _ref22.to,
2471
- count = _ref22.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref23.to,
2555
- count = _ref23.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref24.to,
2638
- count = _ref24.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref25.to,
2721
- count = _ref25.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref26.to,
2813
- count = _ref26.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref27.to,
2896
- count = _ref27.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
2971
-
2972
-
2760
+ }
2761
+ // if (type === 'previous') {
2973
2762
  return 'Mergi la pagina precedentă';
2974
2763
  },
2975
- labelRowsPerPage: 'Rânduri pe pagină:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // if (type === 'previous') {
3021
-
3022
-
2807
+ }
2808
+ // if (type === 'previous') {
3023
2809
  return 'Mergi la pagina precedentă';
3024
2810
  }
3025
2811
  }
3026
2812
  }
3027
2813
  }
3028
- }; // Serbian - Srpski
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
- } // if (type === 'previous') {
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
- to = _ref28.to,
3059
- count = _ref28.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref29.to,
3149
- count = _ref29.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref30.to,
3245
- count = _ref30.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref31.to,
3328
- count = _ref31.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref32.to,
3419
- count = _ref32.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref33.to,
3502
- count = _ref33.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
3577
-
3578
-
3312
+ }
3313
+ // if (type === 'previous') {
3579
3314
  return 'Önceki sayfaya git';
3580
3315
  },
3581
- labelRowsPerPage: 'Sayfa başına satır:' // labelDisplayedRows: ({ from, to, count }) =>
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref34.to,
3664
- count = _ref34.count;
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
- } // if (type === 'previous') {
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
- } // if (type === 'previous') {
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
- to = _ref35.to,
3756
- count = _ref35.count;
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
- } // if (type === 'previous') {
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
- to = _ref36.to,
3838
- count = _ref36.count;
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
- to = _ref37.to,
3895
- count = _ref37.count;
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
- to = _ref38.to,
3952
- count = _ref38.count;
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
  }