@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
package/locale/index.js CHANGED
@@ -17,16 +17,13 @@ const amET = {
17
17
  if (type === 'first') {
18
18
  return 'ወደ መጀመሪያው ገጽ ይሂዱ';
19
19
  }
20
-
21
20
  if (type === 'last') {
22
21
  return 'ወደ መጨረሻው ገጽ ይሂዱ';
23
22
  }
24
-
25
23
  if (type === 'next') {
26
24
  return 'ወደ ቀጣዩ ገጽ ይሂዱ';
27
- } // if (type === 'previous') {
28
-
29
-
25
+ }
26
+ // if (type === 'previous') {
30
27
  return 'ወደ ቀዳሚው ገጽ ይሂዱ';
31
28
  },
32
29
  labelRowsPerPage: 'ረድፎች በአንድ ገጽ:',
@@ -64,20 +61,16 @@ const amET = {
64
61
  if (type === 'page') {
65
62
  return `${selected ? '' : 'ወደ '}ገጽ ${page}${selected ? '' : ' ሂድ'}`;
66
63
  }
67
-
68
64
  if (type === 'first') {
69
65
  return 'ወደ መጀመሪያው ገጽ ይሂዱ';
70
66
  }
71
-
72
67
  if (type === 'last') {
73
68
  return 'ወደ መጨረሻው ገጽ ይሂዱ';
74
69
  }
75
-
76
70
  if (type === 'next') {
77
71
  return 'ወደ ቀጣዩ ገጽ ይሂዱ';
78
- } // if (type === 'previous') {
79
-
80
-
72
+ }
73
+ // if (type === 'previous') {
81
74
  return 'ወደ ቀዳሚው ገጽ ይሂዱ';
82
75
  }
83
76
  }
@@ -98,16 +91,13 @@ const arEG = {
98
91
  if (type === 'first') {
99
92
  return 'انتقل إلى الصفحة الأولى';
100
93
  }
101
-
102
94
  if (type === 'last') {
103
95
  return 'انتقل إلى الصفحة الأخيرة';
104
96
  }
105
-
106
97
  if (type === 'next') {
107
98
  return 'انتقل إلى الصفحة التالية';
108
- } // if (type === 'previous') {
109
-
110
-
99
+ }
100
+ // if (type === 'previous') {
111
101
  return 'انتقل إلى الصفحة السابقة';
112
102
  },
113
103
  labelRowsPerPage: 'عدد الصفوف في الصفحة:',
@@ -145,20 +135,16 @@ const arEG = {
145
135
  if (type === 'page') {
146
136
  return `${selected ? '' : 'انتقل إلى '} صفحة ${page}`;
147
137
  }
148
-
149
138
  if (type === 'first') {
150
139
  return 'انتقل إلى الصفحة الأولى';
151
140
  }
152
-
153
141
  if (type === 'last') {
154
142
  return 'انتقل إلى الصفحة الأخيرة';
155
143
  }
156
-
157
144
  if (type === 'next') {
158
145
  return 'انتقل إلى الصفحة التالية';
159
- } // if (type === 'previous') {
160
-
161
-
146
+ }
147
+ // if (type === 'previous') {
162
148
  return 'انتقل إلى الصفحة السابقة';
163
149
  }
164
150
  }
@@ -179,16 +165,13 @@ const arSA = {
179
165
  if (type === 'first') {
180
166
  return 'الانتقال إلى الصفحة الأولى';
181
167
  }
182
-
183
168
  if (type === 'last') {
184
169
  return 'الانتقال إلى الصفحة الأخيرة';
185
170
  }
186
-
187
171
  if (type === 'next') {
188
172
  return 'الانتقال إلى الصفحة التالية';
189
- } // if (type === 'previous') {
190
-
191
-
173
+ }
174
+ // if (type === 'previous') {
192
175
  return 'الانتقال إلى الصفحة السابقة';
193
176
  },
194
177
  labelRowsPerPage: 'عدد الصفوف في الصفحة:',
@@ -226,20 +209,16 @@ const arSA = {
226
209
  if (type === 'page') {
227
210
  return `${selected ? '' : 'الانتقال إلى '} صفحة ${page}`;
228
211
  }
229
-
230
212
  if (type === 'first') {
231
213
  return 'الانتقال إلى الصفحة الأولى';
232
214
  }
233
-
234
215
  if (type === 'last') {
235
216
  return 'الانتقال الي الصفحة الأخيرة';
236
217
  }
237
-
238
218
  if (type === 'next') {
239
219
  return 'الانتقال إلى الصفحة التالية';
240
- } // if (type === 'previous') {
241
-
242
-
220
+ }
221
+ // if (type === 'previous') {
243
222
  return 'الانتقال إلى الصفحة السابقة';
244
223
  }
245
224
  }
@@ -260,16 +239,13 @@ const 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: 'عدد الصفوف في الصفحة:',
@@ -307,20 +283,16 @@ const arSD = {
307
283
  if (type === 'page') {
308
284
  return `${selected ? '' : 'انتقل إلى '} صفحة ${page}`;
309
285
  }
310
-
311
286
  if (type === 'first') {
312
287
  return 'انتقل إلى الصفحة الأولى';
313
288
  }
314
-
315
289
  if (type === 'last') {
316
290
  return 'انتقل الي الصفحة الأخيرة';
317
291
  }
318
-
319
292
  if (type === 'next') {
320
293
  return 'انتقل إلى الصفحة التالية';
321
- } // if (type === 'previous') {
322
-
323
-
294
+ }
295
+ // if (type === 'previous') {
324
296
  return 'انتقل إلى الصفحة السابقة';
325
297
  }
326
298
  }
@@ -341,33 +313,29 @@ const azAZ = {
341
313
  if (type === 'first') {
342
314
  return 'Birinci səhifəyə keç';
343
315
  }
344
-
345
316
  if (type === 'last') {
346
317
  return 'Sonuncu səhifəyə keç';
347
318
  }
348
-
349
319
  if (type === 'next') {
350
320
  return 'Növbəti səhifəyə keç';
351
- } // if (type === 'previous') {
352
-
353
-
321
+ }
322
+ // if (type === 'previous') {
354
323
  return 'Əvvəlki səhifəyə keç';
355
324
  },
356
- labelRowsPerPage: 'Səhifəyə düşən sətrlər:' // labelDisplayedRows: ({ from, to, count }) =>
325
+ labelRowsPerPage: 'Səhifəyə düşən sətrlər:'
326
+ // labelDisplayedRows: ({ from, to, count }) =>
357
327
  // `${from}–${to} dən ${count !== -1 ? count : `more than ${to}`}`,
358
-
359
328
  }
360
329
  },
330
+
361
331
  MuiRating: {
362
332
  defaultProps: {
363
333
  getLabelText: value => {
364
334
  let pluralForm = 'Ulduz';
365
335
  const lastDigit = value % 10;
366
-
367
336
  if (lastDigit > 1 && lastDigit < 5) {
368
337
  pluralForm = 'Ulduzlar';
369
338
  }
370
-
371
339
  return `${value} ${pluralForm}`;
372
340
  },
373
341
  emptyLabelText: 'Boş'
@@ -394,20 +362,16 @@ const azAZ = {
394
362
  if (type === 'page') {
395
363
  return `${page} ${selected ? 'səhifə' : 'səhifəyə keç'}`;
396
364
  }
397
-
398
365
  if (type === 'first') {
399
366
  return 'Birinci səhifəyə keç';
400
367
  }
401
-
402
368
  if (type === 'last') {
403
369
  return 'Sonuncu səhifəyə keç';
404
370
  }
405
-
406
371
  if (type === 'next') {
407
372
  return 'Növbəti səhifəyə keç';
408
- } // if (type === 'previous') {
409
-
410
-
373
+ }
374
+ // if (type === 'previous') {
411
375
  return 'Əvvəlki səhifəyə keç';
412
376
  }
413
377
  }
@@ -428,16 +392,13 @@ const bnBD = {
428
392
  if (type === 'first') {
429
393
  return 'প্রথম পৃষ্ঠায় যান';
430
394
  }
431
-
432
395
  if (type === 'last') {
433
396
  return 'শেষ পৃষ্ঠায় যান';
434
397
  }
435
-
436
398
  if (type === 'next') {
437
399
  return 'পরবর্তী পৃষ্ঠায় যান';
438
- } // if (type === 'previous') {
439
-
440
-
400
+ }
401
+ // if (type === 'previous') {
441
402
  return 'আগের পৃষ্ঠায় যান';
442
403
  },
443
404
  labelRowsPerPage: 'প্রতি পৃষ্ঠায় সারি:',
@@ -475,20 +436,16 @@ const bnBD = {
475
436
  if (type === 'page') {
476
437
  return `${selected ? '' : 'যান '}পৃষ্ঠা ${page}-এ`;
477
438
  }
478
-
479
439
  if (type === 'first') {
480
440
  return 'প্রথম পৃষ্ঠায় যান';
481
441
  }
482
-
483
442
  if (type === 'last') {
484
443
  return 'শেষ পৃষ্ঠায় যান';
485
444
  }
486
-
487
445
  if (type === 'next') {
488
446
  return 'পরবর্তী পৃষ্ঠায় যান';
489
- } // if (type === 'previous') {
490
-
491
-
447
+ }
448
+ // if (type === 'previous') {
492
449
  return 'আগের পৃষ্ঠায় যান';
493
450
  }
494
451
  }
@@ -509,23 +466,21 @@ const bgBG = {
509
466
  if (type === 'first') {
510
467
  return 'Отиди на първата страница';
511
468
  }
512
-
513
469
  if (type === 'last') {
514
470
  return 'Отиди на последната страница';
515
471
  }
516
-
517
472
  if (type === 'next') {
518
473
  return 'Отиди на следващата страница';
519
- } // if (type === 'previous') {
520
-
521
-
474
+ }
475
+ // if (type === 'previous') {
522
476
  return 'Отиди на предишната страница';
523
477
  },
524
- labelRowsPerPage: 'Редове на страница:' // labelDisplayedRows: ({ from, to, count }) =>
478
+ labelRowsPerPage: 'Редове на страница:'
479
+ // labelDisplayedRows: ({ from, to, count }) =>
525
480
  // `${from}–${to} от ${count !== -1 ? count : `more than ${to}`}`,
526
-
527
481
  }
528
482
  },
483
+
529
484
  MuiRating: {
530
485
  defaultProps: {
531
486
  getLabelText: value => `${value} Звезд${value !== 1 ? 'и' : 'а'}`,
@@ -553,20 +508,16 @@ const bgBG = {
553
508
  if (type === 'page') {
554
509
  return `${selected ? '' : 'Към '}страница ${page}`;
555
510
  }
556
-
557
511
  if (type === 'first') {
558
512
  return 'Отиди на първата страница';
559
513
  }
560
-
561
514
  if (type === 'last') {
562
515
  return 'Отиди на последната страница';
563
516
  }
564
-
565
517
  if (type === 'next') {
566
518
  return 'Отиди на следващата страница';
567
- } // if (type === 'previous') {
568
-
569
-
519
+ }
520
+ // if (type === 'previous') {
570
521
  return 'Отиди на предишната страница';
571
522
  }
572
523
  }
@@ -596,11 +547,12 @@ const caES = {
596
547
  // // if (type === 'previous') {
597
548
  // return 'Go to previous page';
598
549
  // },
599
- labelRowsPerPage: 'Files per pàgina:' // labelDisplayedRows: ({ from, to, count }) =>
550
+ labelRowsPerPage: 'Files per pàgina:'
551
+ // labelDisplayedRows: ({ from, to, count }) =>
600
552
  // `${from}–${to} de ${count !== -1 ? count : `more than ${to}`}`,
601
-
602
553
  }
603
554
  },
555
+
604
556
  MuiRating: {
605
557
  defaultProps: {
606
558
  getLabelText: value => `${value} ${value !== 1 ? 'Estrelles' : 'Estrella'}`,
@@ -620,7 +572,8 @@ const caES = {
620
572
  defaultProps: {
621
573
  closeText: 'Tancat'
622
574
  }
623
- } // MuiPagination: {
575
+ }
576
+ // MuiPagination: {
624
577
  // defaultProps: {
625
578
  // 'aria-label': 'Pagination navigation',
626
579
  // getItemAriaLabel: (type, page, selected) => {
@@ -641,7 +594,6 @@ const caES = {
641
594
  // },
642
595
  // },
643
596
  // },
644
-
645
597
  }
646
598
  };
647
599
  exports.caES = caES;
@@ -658,16 +610,13 @@ const csCZ = {
658
610
  if (type === 'first') {
659
611
  return 'Jít na první stránku';
660
612
  }
661
-
662
613
  if (type === 'last') {
663
614
  return 'Jít na poslední stránku';
664
615
  }
665
-
666
616
  if (type === 'next') {
667
617
  return 'Jít na další stránku';
668
- } // if (type === 'previous') {
669
-
670
-
618
+ }
619
+ // if (type === 'previous') {
671
620
  return 'Jít na předchozí stránku';
672
621
  },
673
622
  labelRowsPerPage: 'Řádků na stránce:',
@@ -684,11 +633,9 @@ const csCZ = {
684
633
  if (value === 1) {
685
634
  return `${value} hvězdička`;
686
635
  }
687
-
688
636
  if (value >= 2 && value <= 4) {
689
637
  return `${value} hvězdičky`;
690
638
  }
691
-
692
639
  return `${value} hvězdiček`;
693
640
  },
694
641
  emptyLabelText: 'Prázdné'
@@ -715,20 +662,16 @@ const csCZ = {
715
662
  if (type === 'page') {
716
663
  return `${selected ? '' : 'Jít na '}${page}. stránku`;
717
664
  }
718
-
719
665
  if (type === 'first') {
720
666
  return 'Jít na první stránku';
721
667
  }
722
-
723
668
  if (type === 'last') {
724
669
  return 'Jít na poslední stránku';
725
670
  }
726
-
727
671
  if (type === 'next') {
728
672
  return 'Jít na další stránku';
729
- } // if (type === 'previous') {
730
-
731
-
673
+ }
674
+ // if (type === 'previous') {
732
675
  return 'Jít na předchozí stránku';
733
676
  }
734
677
  }
@@ -749,16 +692,13 @@ const daDK = {
749
692
  if (type === 'first') {
750
693
  return 'Gå til den første side';
751
694
  }
752
-
753
695
  if (type === 'last') {
754
696
  return 'Gå til den sidste side';
755
697
  }
756
-
757
698
  if (type === 'next') {
758
699
  return 'Gå til den næste side';
759
- } // if (type === 'previous') {
760
-
761
-
700
+ }
701
+ // if (type === 'previous') {
762
702
  return 'Gå til den forrige side';
763
703
  },
764
704
  labelRowsPerPage: 'Rækker pr side:',
@@ -796,20 +736,16 @@ const daDK = {
796
736
  if (type === 'page') {
797
737
  return `${selected ? '' : 'Go to '}page ${page}`;
798
738
  }
799
-
800
739
  if (type === 'first') {
801
740
  return 'Gå til den første side';
802
741
  }
803
-
804
742
  if (type === 'last') {
805
743
  return 'Gå til den sidste side';
806
744
  }
807
-
808
745
  if (type === 'next') {
809
746
  return 'Gå til den næste side';
810
- } // if (type === 'previous') {
811
-
812
-
747
+ }
748
+ // if (type === 'previous') {
813
749
  return 'Gå til den forrige side';
814
750
  }
815
751
  }
@@ -830,16 +766,13 @@ const deDE = {
830
766
  if (type === 'first') {
831
767
  return 'Zur ersten Seite';
832
768
  }
833
-
834
769
  if (type === 'last') {
835
770
  return 'Zur letzten Seite';
836
771
  }
837
-
838
772
  if (type === 'next') {
839
773
  return 'Zur nächsten Seite';
840
- } // if (type === 'previous') {
841
-
842
-
774
+ }
775
+ // if (type === 'previous') {
843
776
  return 'Zur vorherigen Seite';
844
777
  },
845
778
  labelRowsPerPage: 'Zeilen pro Seite:',
@@ -877,20 +810,16 @@ const deDE = {
877
810
  if (type === 'page') {
878
811
  return `${selected ? '' : 'Gehe zu '}Seite ${page}`;
879
812
  }
880
-
881
813
  if (type === 'first') {
882
814
  return 'Zur ersten Seite';
883
815
  }
884
-
885
816
  if (type === 'last') {
886
817
  return 'Zur letzten Seite';
887
818
  }
888
-
889
819
  if (type === 'next') {
890
820
  return 'Zur nächsten Seite';
891
- } // if (type === 'previous') {
892
-
893
-
821
+ }
822
+ // if (type === 'previous') {
894
823
  return 'Zur vorherigen Seite';
895
824
  }
896
825
  }
@@ -911,16 +840,14 @@ const elGR = {
911
840
  if (type === 'first') {
912
841
  return 'Πρώτη σελίδα';
913
842
  }
914
-
915
843
  if (type === 'last') {
916
844
  return 'Τελευταία σελίδα';
917
845
  }
918
-
919
846
  if (type === 'next') {
920
847
  return 'Επόμενη σελίδα';
921
- } // if (type === "previous") {
922
-
848
+ }
923
849
 
850
+ // if (type === "previous") {
924
851
  return 'Προηγούμενη σελίδα';
925
852
  },
926
853
  labelRowsPerPage: 'Γραμμές ανα σελίδα:',
@@ -958,27 +885,25 @@ const elGR = {
958
885
  if (type === 'page') {
959
886
  return `${selected ? '' : 'Μετάβαση '}σελίδα ${page}`;
960
887
  }
961
-
962
888
  if (type === 'first') {
963
889
  return 'Πρώτη σελίδα';
964
890
  }
965
-
966
891
  if (type === 'last') {
967
892
  return 'Τελευταία σελίδα';
968
893
  }
969
-
970
894
  if (type === 'next') {
971
895
  return 'Επόμενη σελίδα';
972
- } // if (type === "previous") {
973
-
896
+ }
974
897
 
898
+ // if (type === "previous") {
975
899
  return 'Προηγούμενη σελίδα';
976
900
  }
977
901
  }
978
902
  }
979
903
  }
980
- }; // default
904
+ };
981
905
 
906
+ // default
982
907
  exports.elGR = elGR;
983
908
  const enUS = {
984
909
  /*
@@ -1054,16 +979,13 @@ const esES = {
1054
979
  if (type === 'first') {
1055
980
  return 'Ir a la primera página';
1056
981
  }
1057
-
1058
982
  if (type === 'last') {
1059
983
  return 'Ir a la última página';
1060
984
  }
1061
-
1062
985
  if (type === 'next') {
1063
986
  return 'Ir a la página siguiente';
1064
- } // if (type === 'previous') {
1065
-
1066
-
987
+ }
988
+ // if (type === 'previous') {
1067
989
  return 'Ir a la página anterior';
1068
990
  },
1069
991
  labelRowsPerPage: 'Filas por página:',
@@ -1101,20 +1023,16 @@ const esES = {
1101
1023
  if (type === 'page') {
1102
1024
  return `${selected ? '' : 'Ir a la '}página ${page}`;
1103
1025
  }
1104
-
1105
1026
  if (type === 'first') {
1106
1027
  return 'Ir a la primera página';
1107
1028
  }
1108
-
1109
1029
  if (type === 'last') {
1110
1030
  return 'Ir a la última página';
1111
1031
  }
1112
-
1113
1032
  if (type === 'next') {
1114
1033
  return 'Ir a la página siguiente';
1115
- } // if (type === 'previous') {
1116
-
1117
-
1034
+ }
1035
+ // if (type === 'previous') {
1118
1036
  return 'Ir a la página anterior';
1119
1037
  }
1120
1038
  }
@@ -1135,16 +1053,13 @@ const etEE = {
1135
1053
  if (type === 'first') {
1136
1054
  return 'Vali esimene lehekülg';
1137
1055
  }
1138
-
1139
1056
  if (type === 'last') {
1140
1057
  return 'Vali viimane lehekülg';
1141
1058
  }
1142
-
1143
1059
  if (type === 'next') {
1144
1060
  return 'Vali järgmine lehekülg';
1145
- } // if (type === 'previous') {
1146
-
1147
-
1061
+ }
1062
+ // if (type === 'previous') {
1148
1063
  return 'Vali eelmine lehekülg';
1149
1064
  },
1150
1065
  labelRowsPerPage: 'Ridu leheküljel:',
@@ -1182,20 +1097,16 @@ const etEE = {
1182
1097
  if (type === 'page') {
1183
1098
  return `${selected ? '' : 'Vali '}lehekülg ${page}`;
1184
1099
  }
1185
-
1186
1100
  if (type === 'first') {
1187
1101
  return 'Vali esimene lehekülg';
1188
1102
  }
1189
-
1190
1103
  if (type === 'last') {
1191
1104
  return 'Vali viimane lehekülg';
1192
1105
  }
1193
-
1194
1106
  if (type === 'next') {
1195
1107
  return 'Vali järgmine lehekülg';
1196
- } // if (type === 'previous') {
1197
-
1198
-
1108
+ }
1109
+ // if (type === 'previous') {
1199
1110
  return 'Vali eelmine lehekülg';
1200
1111
  }
1201
1112
  }
@@ -1221,23 +1132,21 @@ const faIR = {
1221
1132
  if (type === 'first') {
1222
1133
  return 'رفتن به اولین صفحه';
1223
1134
  }
1224
-
1225
1135
  if (type === 'last') {
1226
1136
  return 'رفتن به آخرین صفحه';
1227
1137
  }
1228
-
1229
1138
  if (type === 'next') {
1230
1139
  return 'رفتن به صفحه‌ی بعدی';
1231
- } // if (type === 'previous') {
1232
-
1233
-
1140
+ }
1141
+ // if (type === 'previous') {
1234
1142
  return 'رفتن به صفحه‌ی قبلی';
1235
1143
  },
1236
- labelRowsPerPage: 'تعداد سطرهای هر صفحه:' // labelDisplayedRows: ({ from, to, count }) =>
1144
+ labelRowsPerPage: 'تعداد سطرهای هر صفحه:'
1145
+ // labelDisplayedRows: ({ from, to, count }) =>
1237
1146
  // `${from}–${to} از ${count !== -1 ? count : `more than ${to}`}`,
1238
-
1239
1147
  }
1240
1148
  },
1149
+
1241
1150
  MuiRating: {
1242
1151
  defaultProps: {
1243
1152
  getLabelText: value => `${value} ستاره`,
@@ -1265,20 +1174,16 @@ const faIR = {
1265
1174
  if (type === 'page') {
1266
1175
  return `${selected ? '' : 'رفتن به '}صفحهٔ ${page}`;
1267
1176
  }
1268
-
1269
1177
  if (type === 'first') {
1270
1178
  return 'رفتن به اولین صفحه';
1271
1179
  }
1272
-
1273
1180
  if (type === 'last') {
1274
1181
  return 'رفتن به آخرین صفحه';
1275
1182
  }
1276
-
1277
1183
  if (type === 'next') {
1278
1184
  return 'رفتن به صفحه‌ی بعدی';
1279
- } // if (type === 'previous') {
1280
-
1281
-
1185
+ }
1186
+ // if (type === 'previous') {
1282
1187
  return 'رفتن به صفحه‌ی قبلی';
1283
1188
  }
1284
1189
  }
@@ -1299,16 +1204,13 @@ const fiFI = {
1299
1204
  if (type === 'first') {
1300
1205
  return 'Mene ensimmäiselle sivulle';
1301
1206
  }
1302
-
1303
1207
  if (type === 'last') {
1304
1208
  return 'Mene viimeiselle sivulle';
1305
1209
  }
1306
-
1307
1210
  if (type === 'next') {
1308
1211
  return 'Mene seuraavalle sivulle';
1309
- } // if (type === 'previous') {
1310
-
1311
-
1212
+ }
1213
+ // if (type === 'previous') {
1312
1214
  return 'Mene edelliselle sivulle';
1313
1215
  },
1314
1216
  labelRowsPerPage: 'Rivejä per sivu:',
@@ -1346,20 +1248,16 @@ const fiFI = {
1346
1248
  if (type === 'page') {
1347
1249
  return `${selected ? 'sivu' : 'Mene sivulle'} ${page}`;
1348
1250
  }
1349
-
1350
1251
  if (type === 'first') {
1351
1252
  return 'Mene ensimmäiselle sivulle';
1352
1253
  }
1353
-
1354
1254
  if (type === 'last') {
1355
1255
  return 'Mene viimeiselle sivulle';
1356
1256
  }
1357
-
1358
1257
  if (type === 'next') {
1359
1258
  return 'Mene seuraavalle sivulle';
1360
- } // if (type === 'previous') {
1361
-
1362
-
1259
+ }
1260
+ // if (type === 'previous') {
1363
1261
  return 'Mene edelliselle sivulle';
1364
1262
  }
1365
1263
  }
@@ -1380,16 +1278,13 @@ const frFR = {
1380
1278
  if (type === 'first') {
1381
1279
  return 'Aller à la première page';
1382
1280
  }
1383
-
1384
1281
  if (type === 'last') {
1385
1282
  return 'Aller à la dernière page';
1386
1283
  }
1387
-
1388
1284
  if (type === 'next') {
1389
1285
  return 'Aller à la page suivante';
1390
- } // if (type === 'previous') {
1391
-
1392
-
1286
+ }
1287
+ // if (type === 'previous') {
1393
1288
  return 'Aller à la page précédente';
1394
1289
  },
1395
1290
  labelRowsPerPage: 'Lignes par page :',
@@ -1427,20 +1322,16 @@ const frFR = {
1427
1322
  if (type === 'page') {
1428
1323
  return `${selected ? '' : 'Aller à la '}page ${page}`;
1429
1324
  }
1430
-
1431
1325
  if (type === 'first') {
1432
1326
  return 'Aller à la première page';
1433
1327
  }
1434
-
1435
1328
  if (type === 'last') {
1436
1329
  return 'Aller à la dernière page';
1437
1330
  }
1438
-
1439
1331
  if (type === 'next') {
1440
1332
  return 'Aller à la page suivante';
1441
- } // if (type === 'previous') {
1442
-
1443
-
1333
+ }
1334
+ // if (type === 'previous') {
1444
1335
  return 'Aller à la page précédente';
1445
1336
  }
1446
1337
  }
@@ -1461,16 +1352,13 @@ const heIL = {
1461
1352
  if (type === 'first') {
1462
1353
  return 'לעמוד הראשון';
1463
1354
  }
1464
-
1465
1355
  if (type === 'last') {
1466
1356
  return 'לעמוד האחרון';
1467
1357
  }
1468
-
1469
1358
  if (type === 'next') {
1470
1359
  return 'לעמוד הבא';
1471
- } // if (type === 'previous') {
1472
-
1473
-
1360
+ }
1361
+ // if (type === 'previous') {
1474
1362
  return 'לעמוד הקודם';
1475
1363
  },
1476
1364
  labelRowsPerPage: 'שורות בעמוד:',
@@ -1508,20 +1396,16 @@ const heIL = {
1508
1396
  if (type === 'page') {
1509
1397
  return `${selected ? '' : 'ל '}עמוד ${page}`;
1510
1398
  }
1511
-
1512
1399
  if (type === 'first') {
1513
1400
  return 'לעמוד הראשון';
1514
1401
  }
1515
-
1516
1402
  if (type === 'last') {
1517
1403
  return 'לעמוד האחרון';
1518
1404
  }
1519
-
1520
1405
  if (type === 'next') {
1521
1406
  return 'לעמוד הבא';
1522
- } // if (type === 'previous') {
1523
-
1524
-
1407
+ }
1408
+ // if (type === 'previous') {
1525
1409
  return 'לעמוד הקודם';
1526
1410
  }
1527
1411
  }
@@ -1542,16 +1426,13 @@ const hiIN = {
1542
1426
  if (type === 'first') {
1543
1427
  return 'पहले पृष्ठ पर जाएँ';
1544
1428
  }
1545
-
1546
1429
  if (type === 'last') {
1547
1430
  return 'अंतिम पृष्ठ पर जाएँ';
1548
1431
  }
1549
-
1550
1432
  if (type === 'next') {
1551
1433
  return 'अगले पृष्ठ पर जाएँ';
1552
- } // if (type === 'previous') {
1553
-
1554
-
1434
+ }
1435
+ // if (type === 'previous') {
1555
1436
  return 'पिछले पृष्ठ पर जाएँ';
1556
1437
  },
1557
1438
  labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
@@ -1589,27 +1470,24 @@ const hiIN = {
1589
1470
  if (type === 'page') {
1590
1471
  return `पृष्ठ ${page} ${selected ? '' : ' पर जाएँ'}`;
1591
1472
  }
1592
-
1593
1473
  if (type === 'first') {
1594
1474
  return 'पहले पृष्ठ पर जाएँ';
1595
1475
  }
1596
-
1597
1476
  if (type === 'last') {
1598
1477
  return 'अंतिम पृष्ठ पर जाएँ';
1599
1478
  }
1600
-
1601
1479
  if (type === 'next') {
1602
1480
  return 'अगले पृष्ठ पर जाएँ';
1603
- } // if (type === 'previous') {
1604
-
1605
-
1481
+ }
1482
+ // if (type === 'previous') {
1606
1483
  return 'पिछले पृष्ठ पर जाएँ';
1607
1484
  }
1608
1485
  }
1609
1486
  }
1610
1487
  }
1611
- }; // Croatian - Hrvatski
1488
+ };
1612
1489
 
1490
+ // Croatian - Hrvatski
1613
1491
  exports.hiIN = hiIN;
1614
1492
  const hrHR = {
1615
1493
  components: {
@@ -1624,16 +1502,13 @@ const hrHR = {
1624
1502
  if (type === 'first') {
1625
1503
  return 'Idi na prvu stranicu';
1626
1504
  }
1627
-
1628
1505
  if (type === 'last') {
1629
1506
  return 'Idi na posljednju stranicu';
1630
1507
  }
1631
-
1632
1508
  if (type === 'next') {
1633
1509
  return 'Idi na sljedeću stranicu';
1634
- } // if (type === 'previous') {
1635
-
1636
-
1510
+ }
1511
+ // if (type === 'previous') {
1637
1512
  return 'Idi na prethodnu stranicu';
1638
1513
  },
1639
1514
  labelRowsPerPage: 'Redova po stranici:',
@@ -1649,11 +1524,9 @@ const hrHR = {
1649
1524
  getLabelText: value => {
1650
1525
  const lastDigit = value % 10;
1651
1526
  const lastTwoDigits = value % 100;
1652
-
1653
1527
  if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
1654
1528
  return 'Zvijezde';
1655
1529
  }
1656
-
1657
1530
  return 'Zvijezda';
1658
1531
  },
1659
1532
  emptyLabelText: 'Prazno'
@@ -1680,20 +1553,16 @@ const hrHR = {
1680
1553
  if (type === 'page') {
1681
1554
  return `${selected ? '' : 'Idi na '}stranicu ${page}`;
1682
1555
  }
1683
-
1684
1556
  if (type === 'first') {
1685
1557
  return 'Idi na prvu stranicu';
1686
1558
  }
1687
-
1688
1559
  if (type === 'last') {
1689
1560
  return 'Idi na zadnju stranicu';
1690
1561
  }
1691
-
1692
1562
  if (type === 'next') {
1693
1563
  return 'Idi na sljedeću stranicu';
1694
- } // if (type === 'previous') {
1695
-
1696
-
1564
+ }
1565
+ // if (type === 'previous') {
1697
1566
  return 'Idi na prethodnu stranicu';
1698
1567
  }
1699
1568
  }
@@ -1714,23 +1583,21 @@ const huHU = {
1714
1583
  if (type === 'first') {
1715
1584
  return 'Első oldalra';
1716
1585
  }
1717
-
1718
1586
  if (type === 'last') {
1719
1587
  return 'Utolsó oldalra';
1720
1588
  }
1721
-
1722
1589
  if (type === 'next') {
1723
1590
  return 'Következő oldalra';
1724
- } // if (type === 'previous') {
1725
-
1726
-
1591
+ }
1592
+ // if (type === 'previous') {
1727
1593
  return 'Előző oldalra';
1728
1594
  },
1729
- labelRowsPerPage: 'Sorok száma:' // labelDisplayedRows: ({ from, to, count }) =>
1595
+ labelRowsPerPage: 'Sorok száma:'
1596
+ // labelDisplayedRows: ({ from, to, count }) =>
1730
1597
  // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1731
-
1732
1598
  }
1733
1599
  },
1600
+
1734
1601
  MuiRating: {
1735
1602
  defaultProps: {
1736
1603
  getLabelText: value => `${value} Csillag`,
@@ -1758,20 +1625,16 @@ const huHU = {
1758
1625
  if (type === 'page') {
1759
1626
  return `${page}. oldal${selected ? '' : 'ra'}`;
1760
1627
  }
1761
-
1762
1628
  if (type === 'first') {
1763
1629
  return 'Első oldalra';
1764
1630
  }
1765
-
1766
1631
  if (type === 'last') {
1767
1632
  return 'Utolsó oldalra';
1768
1633
  }
1769
-
1770
1634
  if (type === 'next') {
1771
1635
  return 'Következő oldalra';
1772
- } // if (type === 'previous') {
1773
-
1774
-
1636
+ }
1637
+ // if (type === 'previous') {
1775
1638
  return 'Előző oldalra';
1776
1639
  }
1777
1640
  }
@@ -1801,11 +1664,12 @@ const hyAM = {
1801
1664
  // // if (type === 'previous') {
1802
1665
  // return 'Go to previous page';
1803
1666
  // },
1804
- labelRowsPerPage: 'Տողեր մեկ էջում`' // labelDisplayedRows: ({ from, to, count }) =>
1667
+ labelRowsPerPage: 'Տողեր մեկ էջում`'
1668
+ // labelDisplayedRows: ({ from, to, count }) =>
1805
1669
  // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1806
-
1807
1670
  }
1808
1671
  },
1672
+
1809
1673
  MuiRating: {
1810
1674
  defaultProps: {
1811
1675
  getLabelText: value => `${value} Աստղ`,
@@ -1825,7 +1689,8 @@ const hyAM = {
1825
1689
  defaultProps: {
1826
1690
  closeText: 'Փակել'
1827
1691
  }
1828
- } // MuiPagination: {
1692
+ }
1693
+ // MuiPagination: {
1829
1694
  // defaultProps: {
1830
1695
  // 'aria-label': 'Pagination navigation',
1831
1696
  // getItemAriaLabel: (type, page, selected) => {
@@ -1846,7 +1711,6 @@ const hyAM = {
1846
1711
  // },
1847
1712
  // },
1848
1713
  // },
1849
-
1850
1714
  }
1851
1715
  };
1852
1716
  exports.hyAM = hyAM;
@@ -1872,17 +1736,19 @@ const idID = {
1872
1736
  // // if (type === 'previous') {
1873
1737
  // return 'Go to previous page';
1874
1738
  // },
1875
- labelRowsPerPage: 'Baris per halaman:' // labelDisplayedRows: ({ from, to, count }) =>
1739
+ labelRowsPerPage: 'Baris per halaman:'
1740
+ // labelDisplayedRows: ({ from, to, count }) =>
1876
1741
  // `${from}–${to} dari ${count !== -1 ? count : `more than ${to}`}`,
1877
-
1878
1742
  }
1879
1743
  },
1744
+
1880
1745
  MuiRating: {
1881
1746
  defaultProps: {
1882
- getLabelText: value => `${value} Bintang` // emptyLabelText: 'Empty',
1883
-
1747
+ getLabelText: value => `${value} Bintang`
1748
+ // emptyLabelText: 'Empty',
1884
1749
  }
1885
1750
  },
1751
+
1886
1752
  MuiAutocomplete: {
1887
1753
  defaultProps: {
1888
1754
  clearText: 'Hapus',
@@ -1896,7 +1762,8 @@ const idID = {
1896
1762
  defaultProps: {
1897
1763
  closeText: 'Tutup'
1898
1764
  }
1899
- } // MuiPagination: {
1765
+ }
1766
+ // MuiPagination: {
1900
1767
  // defaultProps: {
1901
1768
  // 'aria-label': 'Pagination navigation',
1902
1769
  // getItemAriaLabel: (type, page, selected) => {
@@ -1917,7 +1784,6 @@ const idID = {
1917
1784
  // },
1918
1785
  // },
1919
1786
  // },
1920
-
1921
1787
  }
1922
1788
  };
1923
1789
  exports.idID = idID;
@@ -1943,11 +1809,12 @@ const isIS = {
1943
1809
  // // if (type === 'previous') {
1944
1810
  // return 'Go to previous page';
1945
1811
  // },
1946
- labelRowsPerPage: 'Raðir á síðu:' // labelDisplayedRows: ({ from, to, count }) =>
1812
+ labelRowsPerPage: 'Raðir á síðu:'
1813
+ // labelDisplayedRows: ({ from, to, count }) =>
1947
1814
  // `${from}–${to} af ${count !== -1 ? count : `more than ${to}`}`,
1948
-
1949
1815
  }
1950
1816
  },
1817
+
1951
1818
  MuiRating: {
1952
1819
  defaultProps: {
1953
1820
  getLabelText: value => `${value} ${value === 1 ? 'Stjarna' : 'Stjörnur'}`,
@@ -1967,7 +1834,8 @@ const isIS = {
1967
1834
  defaultProps: {
1968
1835
  closeText: 'Loka'
1969
1836
  }
1970
- } // MuiPagination: {
1837
+ }
1838
+ // MuiPagination: {
1971
1839
  // defaultProps: {
1972
1840
  // 'aria-label': 'Pagination navigation',
1973
1841
  // getItemAriaLabel: (type, page, selected) => {
@@ -1988,7 +1856,6 @@ const isIS = {
1988
1856
  // },
1989
1857
  // },
1990
1858
  // },
1991
-
1992
1859
  }
1993
1860
  };
1994
1861
  exports.isIS = isIS;
@@ -2005,16 +1872,13 @@ const itIT = {
2005
1872
  if (type === 'first') {
2006
1873
  return 'Vai alla prima pagina';
2007
1874
  }
2008
-
2009
1875
  if (type === 'last') {
2010
1876
  return "Vai all'ultima pagina";
2011
1877
  }
2012
-
2013
1878
  if (type === 'next') {
2014
1879
  return 'Vai alla pagina successiva';
2015
- } // if (type === 'previous') {
2016
-
2017
-
1880
+ }
1881
+ // if (type === 'previous') {
2018
1882
  return 'Vai alla pagina precedente';
2019
1883
  },
2020
1884
  labelRowsPerPage: 'Righe per pagina:',
@@ -2052,20 +1916,16 @@ const itIT = {
2052
1916
  if (type === 'page') {
2053
1917
  return `${selected ? '' : 'Vai alla '}pagina ${page}`;
2054
1918
  }
2055
-
2056
1919
  if (type === 'first') {
2057
1920
  return 'Vai alla prima pagina';
2058
1921
  }
2059
-
2060
1922
  if (type === 'last') {
2061
1923
  return "Vai all'ultima pagina";
2062
1924
  }
2063
-
2064
1925
  if (type === 'next') {
2065
1926
  return 'Vai alla pagina successiva';
2066
- } // if (type === 'previous') {
2067
-
2068
-
1927
+ }
1928
+ // if (type === 'previous') {
2069
1929
  return 'Vai alla pagina precedente';
2070
1930
  }
2071
1931
  }
@@ -2086,16 +1946,13 @@ const jaJP = {
2086
1946
  if (type === 'first') {
2087
1947
  return '最初のページへ';
2088
1948
  }
2089
-
2090
1949
  if (type === 'last') {
2091
1950
  return '最後のページへ';
2092
1951
  }
2093
-
2094
1952
  if (type === 'next') {
2095
1953
  return '次のページへ';
2096
- } // if (type === 'previous') {
2097
-
2098
-
1954
+ }
1955
+ // if (type === 'previous') {
2099
1956
  return '前のページへ';
2100
1957
  },
2101
1958
  labelRowsPerPage: 'ページあたりの行数:',
@@ -2133,20 +1990,16 @@ const jaJP = {
2133
1990
  if (type === 'page') {
2134
1991
  return `ページ${page}${selected ? '' : 'へ'}`;
2135
1992
  }
2136
-
2137
1993
  if (type === 'first') {
2138
1994
  return '最初のページへ';
2139
1995
  }
2140
-
2141
1996
  if (type === 'last') {
2142
1997
  return '最後のページへ';
2143
1998
  }
2144
-
2145
1999
  if (type === 'next') {
2146
2000
  return '次のページへ';
2147
- } // if (type === 'previous') {
2148
-
2149
-
2001
+ }
2002
+ // if (type === 'previous') {
2150
2003
  return '前のページへ';
2151
2004
  }
2152
2005
  }
@@ -2167,16 +2020,13 @@ const khKH = {
2167
2020
  if (type === 'first') {
2168
2021
  return 'ទៅទំព័រដំបូង';
2169
2022
  }
2170
-
2171
2023
  if (type === 'last') {
2172
2024
  return 'ទៅទំព័រចុងក្រោយ';
2173
2025
  }
2174
-
2175
2026
  if (type === 'next') {
2176
2027
  return 'ទៅទំព័របន្ទាប់';
2177
- } // if (type === 'previous') {
2178
-
2179
-
2028
+ }
2029
+ // if (type === 'previous') {
2180
2030
  return 'ទៅទំព័រមុន';
2181
2031
  },
2182
2032
  labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
@@ -2214,20 +2064,16 @@ const khKH = {
2214
2064
  if (type === 'page') {
2215
2065
  return `${selected ? '' : 'ទៅ '}ទំព័រ ${page}`;
2216
2066
  }
2217
-
2218
2067
  if (type === 'first') {
2219
2068
  return 'ទៅទំព័រដំបូង';
2220
2069
  }
2221
-
2222
2070
  if (type === 'last') {
2223
2071
  return 'ទៅទំព័រចុងក្រោយ';
2224
2072
  }
2225
-
2226
2073
  if (type === 'next') {
2227
2074
  return 'ទៅទំព័របន្ទាប់';
2228
- } // if (type === 'previous') {
2229
-
2230
-
2075
+ }
2076
+ // if (type === 'previous') {
2231
2077
  return 'ទៅទំព័រមុន';
2232
2078
  }
2233
2079
  }
@@ -2248,16 +2094,13 @@ const koKR = {
2248
2094
  if (type === 'first') {
2249
2095
  return '첫 번째 페이지로 이동';
2250
2096
  }
2251
-
2252
2097
  if (type === 'last') {
2253
2098
  return '마지막 페이지로 이동';
2254
2099
  }
2255
-
2256
2100
  if (type === 'next') {
2257
2101
  return '다음 페이지로 이동';
2258
- } // if (type === 'previous') {
2259
-
2260
-
2102
+ }
2103
+ // if (type === 'previous') {
2261
2104
  return '이전 페이지로 이동';
2262
2105
  },
2263
2106
  labelRowsPerPage: '페이지 당 행:',
@@ -2295,20 +2138,16 @@ const koKR = {
2295
2138
  if (type === 'page') {
2296
2139
  return `${page} 번째 페이지${selected ? '' : '로 이동'}`;
2297
2140
  }
2298
-
2299
2141
  if (type === 'first') {
2300
2142
  return '첫 번째 페이지로 이동';
2301
2143
  }
2302
-
2303
2144
  if (type === 'last') {
2304
2145
  return '마지막 페이지로 이동';
2305
2146
  }
2306
-
2307
2147
  if (type === 'next') {
2308
2148
  return '다음 페이지로 이동';
2309
- } // if (type === 'previous') {
2310
-
2311
-
2149
+ }
2150
+ // if (type === 'previous') {
2312
2151
  return '이전 페이지로 이동';
2313
2152
  }
2314
2153
  }
@@ -2329,16 +2168,13 @@ const kzKZ = {
2329
2168
  if (type === 'first') {
2330
2169
  return 'Бірінші бетке өту';
2331
2170
  }
2332
-
2333
2171
  if (type === 'last') {
2334
2172
  return 'Соңғы бетке өту';
2335
2173
  }
2336
-
2337
2174
  if (type === 'next') {
2338
2175
  return 'Келесі бетке өту';
2339
- } // if (type === 'previous') {
2340
-
2341
-
2176
+ }
2177
+ // if (type === 'previous') {
2342
2178
  return 'Алдыңғы бетке өту';
2343
2179
  },
2344
2180
  labelRowsPerPage: 'Беттегі қатарлар:',
@@ -2377,30 +2213,26 @@ const kzKZ = {
2377
2213
  if (selected) {
2378
2214
  return `${page} — бет`;
2379
2215
  }
2380
-
2381
2216
  return `${page} — бетке өту`;
2382
2217
  }
2383
-
2384
2218
  if (type === 'first') {
2385
2219
  return 'Бірінші бетке өту';
2386
2220
  }
2387
-
2388
2221
  if (type === 'last') {
2389
2222
  return 'Соңғы бетке өту';
2390
2223
  }
2391
-
2392
2224
  if (type === 'next') {
2393
2225
  return 'Келесі бетке өту';
2394
- } // if (type === 'previous') {
2395
-
2396
-
2226
+ }
2227
+ // if (type === 'previous') {
2397
2228
  return 'Алдыңғы бетке өту';
2398
2229
  }
2399
2230
  }
2400
2231
  }
2401
2232
  }
2402
- }; // Macedonian - Македонски
2233
+ };
2403
2234
 
2235
+ // Macedonian - Македонски
2404
2236
  exports.kzKZ = kzKZ;
2405
2237
  const mkMK = {
2406
2238
  components: {
@@ -2415,16 +2247,13 @@ const mkMK = {
2415
2247
  if (type === 'first') {
2416
2248
  return 'Оди на прва страница';
2417
2249
  }
2418
-
2419
2250
  if (type === 'last') {
2420
2251
  return 'Оди на последна страница';
2421
2252
  }
2422
-
2423
2253
  if (type === 'next') {
2424
2254
  return 'Оди на следна страница';
2425
- } // if (type === 'previous') {
2426
-
2427
-
2255
+ }
2256
+ // if (type === 'previous') {
2428
2257
  return 'Оди на предходна страница';
2429
2258
  },
2430
2259
  labelRowsPerPage: 'Редови по страница:',
@@ -2465,20 +2294,16 @@ const mkMK = {
2465
2294
  if (type === 'page') {
2466
2295
  return `${selected ? '' : 'Оди на '}страница ${page}`;
2467
2296
  }
2468
-
2469
2297
  if (type === 'first') {
2470
2298
  return 'Оди на прва страница';
2471
2299
  }
2472
-
2473
2300
  if (type === 'last') {
2474
2301
  return 'Оди на последна страница';
2475
2302
  }
2476
-
2477
2303
  if (type === 'next') {
2478
2304
  return 'Оди на следна страница';
2479
- } // if (type === 'previous') {
2480
-
2481
-
2305
+ }
2306
+ // if (type === 'previous') {
2482
2307
  return 'Оди на предходна страница';
2483
2308
  }
2484
2309
  }
@@ -2499,16 +2324,13 @@ const nbNO = {
2499
2324
  if (type === 'first') {
2500
2325
  return 'Gå til første side';
2501
2326
  }
2502
-
2503
2327
  if (type === 'last') {
2504
2328
  return 'Gå til siste side';
2505
2329
  }
2506
-
2507
2330
  if (type === 'next') {
2508
2331
  return 'Gå til neste side';
2509
- } // if (type === 'previous') {
2510
-
2511
-
2332
+ }
2333
+ // if (type === 'previous') {
2512
2334
  return 'Gå til forrige side';
2513
2335
  },
2514
2336
  labelRowsPerPage: 'Rader per side:',
@@ -2546,20 +2368,16 @@ const nbNO = {
2546
2368
  if (type === 'page') {
2547
2369
  return `${selected ? '' : 'Gå til '}side ${page}`;
2548
2370
  }
2549
-
2550
2371
  if (type === 'first') {
2551
2372
  return 'Gå til første side';
2552
2373
  }
2553
-
2554
2374
  if (type === 'last') {
2555
2375
  return 'Gå til siste side';
2556
2376
  }
2557
-
2558
2377
  if (type === 'next') {
2559
2378
  return 'Gå til neste side';
2560
- } // if (type === 'previous') {
2561
-
2562
-
2379
+ }
2380
+ // if (type === 'previous') {
2563
2381
  return 'Gå til forrige side';
2564
2382
  }
2565
2383
  }
@@ -2580,16 +2398,13 @@ const nlNL = {
2580
2398
  if (type === 'first') {
2581
2399
  return 'Ga naar eerste pagina';
2582
2400
  }
2583
-
2584
2401
  if (type === 'last') {
2585
2402
  return 'Ga naar laatste pagina';
2586
2403
  }
2587
-
2588
2404
  if (type === 'next') {
2589
2405
  return 'Ga naar volgende pagina';
2590
- } // if (type === 'previous') {
2591
-
2592
-
2406
+ }
2407
+ // if (type === 'previous') {
2593
2408
  return 'Ga naar vorige pagina';
2594
2409
  },
2595
2410
  labelRowsPerPage: 'Regels per pagina:',
@@ -2627,20 +2442,16 @@ const nlNL = {
2627
2442
  if (type === 'page') {
2628
2443
  return `${selected ? '' : 'Ga naar '}pagina ${page}`;
2629
2444
  }
2630
-
2631
2445
  if (type === 'first') {
2632
2446
  return 'Ga naar eerste pagina';
2633
2447
  }
2634
-
2635
2448
  if (type === 'last') {
2636
2449
  return 'Ga naar laatste pagina';
2637
2450
  }
2638
-
2639
2451
  if (type === 'next') {
2640
2452
  return 'Ga naar volgende pagina';
2641
- } // if (type === 'previous') {
2642
-
2643
-
2453
+ }
2454
+ // if (type === 'previous') {
2644
2455
  return 'Ga naar vorige pagina';
2645
2456
  }
2646
2457
  }
@@ -2661,16 +2472,13 @@ const plPL = {
2661
2472
  if (type === 'first') {
2662
2473
  return 'Przejdź do pierwszej strony';
2663
2474
  }
2664
-
2665
2475
  if (type === 'last') {
2666
2476
  return 'Przejdź do ostatniej strony';
2667
2477
  }
2668
-
2669
2478
  if (type === 'next') {
2670
2479
  return 'Przejdź do następnej strony';
2671
- } // if (type === 'previous') {
2672
-
2673
-
2480
+ }
2481
+ // if (type === 'previous') {
2674
2482
  return 'Przejdź do poprzedniej strony';
2675
2483
  },
2676
2484
  labelRowsPerPage: 'Wierszy na stronę:',
@@ -2686,13 +2494,11 @@ const plPL = {
2686
2494
  getLabelText: value => {
2687
2495
  let pluralForm = 'gwiazdek';
2688
2496
  const lastDigit = value % 10;
2689
-
2690
2497
  if ((value < 10 || value > 20) && lastDigit > 1 && lastDigit < 5) {
2691
2498
  pluralForm = 'gwiazdki';
2692
2499
  } else if (value === 1) {
2693
2500
  pluralForm = 'gwiazdka';
2694
2501
  }
2695
-
2696
2502
  return `${value} ${pluralForm}`;
2697
2503
  },
2698
2504
  emptyLabelText: 'Brak gwiazdek'
@@ -2719,20 +2525,16 @@ const plPL = {
2719
2525
  if (type === 'page') {
2720
2526
  return selected ? `${page}. strona` : `Przejdź do ${page}. strony`;
2721
2527
  }
2722
-
2723
2528
  if (type === 'first') {
2724
2529
  return 'Przejdź do pierwszej strony';
2725
2530
  }
2726
-
2727
2531
  if (type === 'last') {
2728
2532
  return 'Przejdź do ostatniej strony';
2729
2533
  }
2730
-
2731
2534
  if (type === 'next') {
2732
2535
  return 'Przejdź do następnej strony';
2733
- } // if (type === 'previous') {
2734
-
2735
-
2536
+ }
2537
+ // if (type === 'previous') {
2736
2538
  return 'Przejdź do poprzedniej strony';
2737
2539
  }
2738
2540
  }
@@ -2753,16 +2555,13 @@ const ptBR = {
2753
2555
  if (type === 'first') {
2754
2556
  return 'Ir para a primeira página';
2755
2557
  }
2756
-
2757
2558
  if (type === 'last') {
2758
2559
  return 'Ir para a última página';
2759
2560
  }
2760
-
2761
2561
  if (type === 'next') {
2762
2562
  return 'Ir para a próxima página';
2763
- } // if (type === 'previous') {
2764
-
2765
-
2563
+ }
2564
+ // if (type === 'previous') {
2766
2565
  return 'Ir para a página anterior';
2767
2566
  },
2768
2567
  labelRowsPerPage: 'Linhas por página:',
@@ -2800,20 +2599,16 @@ const ptBR = {
2800
2599
  if (type === 'page') {
2801
2600
  return `${selected ? '' : 'Ir para a '}página ${page}`;
2802
2601
  }
2803
-
2804
2602
  if (type === 'first') {
2805
2603
  return 'Ir para a primeira página';
2806
2604
  }
2807
-
2808
2605
  if (type === 'last') {
2809
2606
  return 'Ir para a última página';
2810
2607
  }
2811
-
2812
2608
  if (type === 'next') {
2813
2609
  return 'Ir para a próxima página';
2814
- } // if (type === 'previous') {
2815
-
2816
-
2610
+ }
2611
+ // if (type === 'previous') {
2817
2612
  return 'Ir para a página anterior';
2818
2613
  }
2819
2614
  }
@@ -2834,16 +2629,13 @@ const ptPT = {
2834
2629
  if (type === 'first') {
2835
2630
  return 'Primeira página';
2836
2631
  }
2837
-
2838
2632
  if (type === 'last') {
2839
2633
  return 'Última página';
2840
2634
  }
2841
-
2842
2635
  if (type === 'next') {
2843
2636
  return 'Próxima página';
2844
- } // if (type === 'previous') {
2845
-
2846
-
2637
+ }
2638
+ // if (type === 'previous') {
2847
2639
  return 'Página anterior';
2848
2640
  },
2849
2641
  labelRowsPerPage: 'Linhas por página:',
@@ -2881,20 +2673,16 @@ const ptPT = {
2881
2673
  if (type === 'page') {
2882
2674
  return `${selected ? '' : 'Ir para a '}página ${page}`;
2883
2675
  }
2884
-
2885
2676
  if (type === 'first') {
2886
2677
  return 'Primeira página';
2887
2678
  }
2888
-
2889
2679
  if (type === 'last') {
2890
2680
  return 'Última página';
2891
2681
  }
2892
-
2893
2682
  if (type === 'next') {
2894
2683
  return 'Próxima página';
2895
- } // if (type === 'previous') {
2896
-
2897
-
2684
+ }
2685
+ // if (type === 'previous') {
2898
2686
  return 'Página anterior';
2899
2687
  }
2900
2688
  }
@@ -2915,23 +2703,21 @@ const roRO = {
2915
2703
  if (type === 'first') {
2916
2704
  return 'Mergi la prima pagină';
2917
2705
  }
2918
-
2919
2706
  if (type === 'last') {
2920
2707
  return 'Mergi la ultima pagină';
2921
2708
  }
2922
-
2923
2709
  if (type === 'next') {
2924
2710
  return 'Mergi la pagina următoare';
2925
- } // if (type === 'previous') {
2926
-
2927
-
2711
+ }
2712
+ // if (type === 'previous') {
2928
2713
  return 'Mergi la pagina precedentă';
2929
2714
  },
2930
- labelRowsPerPage: 'Rânduri pe pagină:' // labelDisplayedRows: ({ from, to, count }) =>
2715
+ labelRowsPerPage: 'Rânduri pe pagină:'
2716
+ // labelDisplayedRows: ({ from, to, count }) =>
2931
2717
  // `${from}–${to} din ${count !== -1 ? count : `more than ${to}`}`,
2932
-
2933
2718
  }
2934
2719
  },
2720
+
2935
2721
  MuiRating: {
2936
2722
  defaultProps: {
2937
2723
  getLabelText: value => `${value} St${value !== 1 ? 'ele' : 'ea'}`,
@@ -2959,27 +2745,24 @@ const roRO = {
2959
2745
  if (type === 'page') {
2960
2746
  return `${selected ? '' : 'Mergi la '}pagina ${page}`;
2961
2747
  }
2962
-
2963
2748
  if (type === 'first') {
2964
2749
  return 'Mergi la prima pagină';
2965
2750
  }
2966
-
2967
2751
  if (type === 'last') {
2968
2752
  return 'Mergi la ultima pagină';
2969
2753
  }
2970
-
2971
2754
  if (type === 'next') {
2972
2755
  return 'Mergi la pagina următoare';
2973
- } // if (type === 'previous') {
2974
-
2975
-
2756
+ }
2757
+ // if (type === 'previous') {
2976
2758
  return 'Mergi la pagina precedentă';
2977
2759
  }
2978
2760
  }
2979
2761
  }
2980
2762
  }
2981
- }; // Serbian - Srpski
2763
+ };
2982
2764
 
2765
+ // Serbian - Srpski
2983
2766
  exports.roRO = roRO;
2984
2767
  const srRS = {
2985
2768
  components: {
@@ -2994,16 +2777,13 @@ const srRS = {
2994
2777
  if (type === 'first') {
2995
2778
  return 'Idi na prvu stranicu';
2996
2779
  }
2997
-
2998
2780
  if (type === 'last') {
2999
2781
  return 'Idi na poslednju stranicu';
3000
2782
  }
3001
-
3002
2783
  if (type === 'next') {
3003
2784
  return 'Idi na sledeću stranicu';
3004
- } // if (type === 'previous') {
3005
-
3006
-
2785
+ }
2786
+ // if (type === 'previous') {
3007
2787
  return 'Idi na prethodnu stranicu';
3008
2788
  },
3009
2789
  labelRowsPerPage: 'Redova po stranici:',
@@ -3019,11 +2799,9 @@ const srRS = {
3019
2799
  getLabelText: value => {
3020
2800
  const lastDigit = value % 10;
3021
2801
  const lastTwoDigits = value % 100;
3022
-
3023
2802
  if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
3024
2803
  return 'Zvezde';
3025
2804
  }
3026
-
3027
2805
  return 'Zvezda';
3028
2806
  },
3029
2807
  emptyLabelText: 'Prazno'
@@ -3050,20 +2828,16 @@ const srRS = {
3050
2828
  if (type === 'page') {
3051
2829
  return `${selected ? '' : 'Idi na '}stranicu ${page}`;
3052
2830
  }
3053
-
3054
2831
  if (type === 'first') {
3055
2832
  return 'Idi na prvu stranicu';
3056
2833
  }
3057
-
3058
2834
  if (type === 'last') {
3059
2835
  return 'Idi na zadnju stranicu';
3060
2836
  }
3061
-
3062
2837
  if (type === 'next') {
3063
2838
  return 'Idi na sledeću stranicu';
3064
- } // if (type === 'previous') {
3065
-
3066
-
2839
+ }
2840
+ // if (type === 'previous') {
3067
2841
  return 'Idi na prethodnu stranicu';
3068
2842
  }
3069
2843
  }
@@ -3084,16 +2858,13 @@ const ruRU = {
3084
2858
  if (type === 'first') {
3085
2859
  return 'Перейти на первую страницу';
3086
2860
  }
3087
-
3088
2861
  if (type === 'last') {
3089
2862
  return 'Перейти на последнюю страницу';
3090
2863
  }
3091
-
3092
2864
  if (type === 'next') {
3093
2865
  return 'Перейти на следующую страницу';
3094
- } // if (type === 'previous') {
3095
-
3096
-
2866
+ }
2867
+ // if (type === 'previous') {
3097
2868
  return 'Перейти на предыдущую страницу';
3098
2869
  },
3099
2870
  labelRowsPerPage: 'Строк на странице:',
@@ -3109,13 +2880,11 @@ const ruRU = {
3109
2880
  getLabelText: value => {
3110
2881
  let pluralForm = 'Звёзд';
3111
2882
  const lastDigit = value % 10;
3112
-
3113
2883
  if (lastDigit > 1 && lastDigit < 5) {
3114
2884
  pluralForm = 'Звезды';
3115
2885
  } else if (lastDigit === 1) {
3116
2886
  pluralForm = 'Звезда';
3117
2887
  }
3118
-
3119
2888
  return `${value} ${pluralForm}`;
3120
2889
  },
3121
2890
  emptyLabelText: 'Рейтинг отсутствует'
@@ -3143,23 +2912,18 @@ const ruRU = {
3143
2912
  if (selected) {
3144
2913
  return `${page} страница`;
3145
2914
  }
3146
-
3147
2915
  return `Перейти на ${page} страницу`;
3148
2916
  }
3149
-
3150
2917
  if (type === 'first') {
3151
2918
  return 'Перейти на первую страницу';
3152
2919
  }
3153
-
3154
2920
  if (type === 'last') {
3155
2921
  return 'Перейти на последнюю страницу';
3156
2922
  }
3157
-
3158
2923
  if (type === 'next') {
3159
2924
  return 'Перейти на следующую страницу';
3160
- } // if (type === 'previous') {
3161
-
3162
-
2925
+ }
2926
+ // if (type === 'previous') {
3163
2927
  return 'Перейти на предыдущую страницу';
3164
2928
  }
3165
2929
  }
@@ -3180,16 +2944,13 @@ const siLK = {
3180
2944
  if (type === 'first') {
3181
2945
  return 'පළමු පිටුවට යන්න';
3182
2946
  }
3183
-
3184
2947
  if (type === 'last') {
3185
2948
  return 'අවසාන පිටුවට යන්න';
3186
2949
  }
3187
-
3188
2950
  if (type === 'next') {
3189
2951
  return 'මීළඟ පිටුවට යන්න';
3190
- } // if (type === 'previous') {
3191
-
3192
-
2952
+ }
2953
+ // if (type === 'previous') {
3193
2954
  return 'පෙර පිටුවට යන්න';
3194
2955
  },
3195
2956
  labelRowsPerPage: 'පිටුවක පේළි:',
@@ -3227,20 +2988,16 @@ const siLK = {
3227
2988
  if (type === 'page') {
3228
2989
  return `පිටුව ${page} ${selected ? '' : 'ට යන්න'}`;
3229
2990
  }
3230
-
3231
2991
  if (type === 'first') {
3232
2992
  return 'පළමු පිටුවට යන්න';
3233
2993
  }
3234
-
3235
2994
  if (type === 'last') {
3236
2995
  return 'අවසාන පිටුවට යන්න';
3237
2996
  }
3238
-
3239
2997
  if (type === 'next') {
3240
2998
  return 'මීළඟ පිටුවට යන්න';
3241
- } // if (type === 'previous') {
3242
-
3243
-
2999
+ }
3000
+ // if (type === 'previous') {
3244
3001
  return 'පෙර පිටුවට යන්න';
3245
3002
  }
3246
3003
  }
@@ -3261,16 +3018,13 @@ const skSK = {
3261
3018
  if (type === 'first') {
3262
3019
  return 'Ísť na prvú stránku';
3263
3020
  }
3264
-
3265
3021
  if (type === 'last') {
3266
3022
  return 'Ísť na poslednú stránku';
3267
3023
  }
3268
-
3269
3024
  if (type === 'next') {
3270
3025
  return 'Ísť na ďaľšiu stránku';
3271
- } // if (type === 'previous') {
3272
-
3273
-
3026
+ }
3027
+ // if (type === 'previous') {
3274
3028
  return 'Ísť na predchádzajúcu stránku';
3275
3029
  },
3276
3030
  labelRowsPerPage: 'Riadkov na stránke:',
@@ -3287,11 +3041,9 @@ const skSK = {
3287
3041
  if (value === 1) {
3288
3042
  return `${value} hviezdička`;
3289
3043
  }
3290
-
3291
3044
  if (value >= 2 && value <= 4) {
3292
3045
  return `${value} hviezdičky`;
3293
3046
  }
3294
-
3295
3047
  return `${value} hviezdičiek`;
3296
3048
  },
3297
3049
  emptyLabelText: 'Prázdne'
@@ -3318,20 +3070,16 @@ const skSK = {
3318
3070
  if (type === 'page') {
3319
3071
  return `${selected ? '' : 'Ísť na '}stránku ${page}`;
3320
3072
  }
3321
-
3322
3073
  if (type === 'first') {
3323
3074
  return 'Ísť na prvú stránku';
3324
3075
  }
3325
-
3326
3076
  if (type === 'last') {
3327
3077
  return 'Ísť na poslednú stránku';
3328
3078
  }
3329
-
3330
3079
  if (type === 'next') {
3331
3080
  return 'Ísť na ďaľšiu stránku';
3332
- } // if (type === 'previous') {
3333
-
3334
-
3081
+ }
3082
+ // if (type === 'previous') {
3335
3083
  return 'Ísť na predchádzajúcu stránku';
3336
3084
  }
3337
3085
  }
@@ -3352,16 +3100,13 @@ const svSE = {
3352
3100
  if (type === 'first') {
3353
3101
  return 'Gå till första sidan';
3354
3102
  }
3355
-
3356
3103
  if (type === 'last') {
3357
3104
  return 'Gå till sista sidan';
3358
3105
  }
3359
-
3360
3106
  if (type === 'next') {
3361
3107
  return 'Gå till nästa sida';
3362
- } // if (type === 'previous') {
3363
-
3364
-
3108
+ }
3109
+ // if (type === 'previous') {
3365
3110
  return 'Gå till föregående sida';
3366
3111
  },
3367
3112
  labelRowsPerPage: 'Rader per sida:',
@@ -3399,20 +3144,16 @@ const svSE = {
3399
3144
  if (type === 'page') {
3400
3145
  return `${selected ? '' : 'Gå till '}sida ${page}`;
3401
3146
  }
3402
-
3403
3147
  if (type === 'first') {
3404
3148
  return 'Gå till första sidan';
3405
3149
  }
3406
-
3407
3150
  if (type === 'last') {
3408
3151
  return 'Gå till sista sidan';
3409
3152
  }
3410
-
3411
3153
  if (type === 'next') {
3412
3154
  return 'Gå till nästa sida';
3413
- } // if (type === 'previous') {
3414
-
3415
-
3155
+ }
3156
+ // if (type === 'previous') {
3416
3157
  return 'Gå till föregående sida';
3417
3158
  }
3418
3159
  }
@@ -3433,16 +3174,13 @@ const thTH = {
3433
3174
  if (type === 'first') {
3434
3175
  return 'ไปที่หน้าแรก';
3435
3176
  }
3436
-
3437
3177
  if (type === 'last') {
3438
3178
  return 'ไปที่หน้าสุดท้าย';
3439
3179
  }
3440
-
3441
3180
  if (type === 'next') {
3442
3181
  return 'ไปที่หน้าถัดไป';
3443
- } // if (type === 'previous') {
3444
-
3445
-
3182
+ }
3183
+ // if (type === 'previous') {
3446
3184
  return 'ไปที่หน้าก่อน';
3447
3185
  },
3448
3186
  labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
@@ -3480,20 +3218,16 @@ const thTH = {
3480
3218
  if (type === 'page') {
3481
3219
  return `${selected ? '' : 'ไปที่'}หน้า ${page}`;
3482
3220
  }
3483
-
3484
3221
  if (type === 'first') {
3485
3222
  return 'ไปที่หน้าแรก';
3486
3223
  }
3487
-
3488
3224
  if (type === 'last') {
3489
3225
  return 'ไปที่หน้าสุดท้าย';
3490
3226
  }
3491
-
3492
3227
  if (type === 'next') {
3493
3228
  return 'ไปที่หน้าถัดไป';
3494
- } // if (type === 'previous') {
3495
-
3496
-
3229
+ }
3230
+ // if (type === 'previous') {
3497
3231
  return 'ไปที่หน้าก่อน';
3498
3232
  }
3499
3233
  }
@@ -3514,23 +3248,21 @@ const trTR = {
3514
3248
  if (type === 'first') {
3515
3249
  return 'İlk sayfaya git';
3516
3250
  }
3517
-
3518
3251
  if (type === 'last') {
3519
3252
  return 'Son sayfaya git';
3520
3253
  }
3521
-
3522
3254
  if (type === 'next') {
3523
3255
  return 'Sonraki sayfaya git';
3524
- } // if (type === 'previous') {
3525
-
3526
-
3256
+ }
3257
+ // if (type === 'previous') {
3527
3258
  return 'Önceki sayfaya git';
3528
3259
  },
3529
- labelRowsPerPage: 'Sayfa başına satır:' // labelDisplayedRows: ({ from, to, count }) =>
3260
+ labelRowsPerPage: 'Sayfa başına satır:'
3261
+ // labelDisplayedRows: ({ from, to, count }) =>
3530
3262
  // `${from}–${to} tanesinden ${count !== -1 ? count : `more than ${to}`}`,
3531
-
3532
3263
  }
3533
3264
  },
3265
+
3534
3266
  MuiRating: {
3535
3267
  defaultProps: {
3536
3268
  getLabelText: value => `${value} Yıldız`,
@@ -3558,20 +3290,16 @@ const trTR = {
3558
3290
  if (type === 'page') {
3559
3291
  return `${page}. ${selected ? 'sayfa' : 'sayfaya git'}`;
3560
3292
  }
3561
-
3562
3293
  if (type === 'first') {
3563
3294
  return 'İlk sayfaya git';
3564
3295
  }
3565
-
3566
3296
  if (type === 'last') {
3567
3297
  return 'Son sayfaya git';
3568
3298
  }
3569
-
3570
3299
  if (type === 'next') {
3571
3300
  return 'Sonraki sayfaya git';
3572
- } // if (type === 'previous') {
3573
-
3574
-
3301
+ }
3302
+ // if (type === 'previous') {
3575
3303
  return 'Önceki sayfaya git';
3576
3304
  }
3577
3305
  }
@@ -3592,16 +3320,13 @@ const ukUA = {
3592
3320
  if (type === 'first') {
3593
3321
  return 'Перейти на першу сторінку';
3594
3322
  }
3595
-
3596
3323
  if (type === 'last') {
3597
3324
  return 'Перейти на останню сторінку';
3598
3325
  }
3599
-
3600
3326
  if (type === 'next') {
3601
3327
  return 'Перейти на наступну сторінку';
3602
- } // if (type === 'previous') {
3603
-
3604
-
3328
+ }
3329
+ // if (type === 'previous') {
3605
3330
  return 'Перейти на попередню сторінку';
3606
3331
  },
3607
3332
  labelRowsPerPage: 'Рядків на сторінці:',
@@ -3617,13 +3342,11 @@ const ukUA = {
3617
3342
  getLabelText: value => {
3618
3343
  let pluralForm = 'Зірок';
3619
3344
  const lastDigit = value % 10;
3620
-
3621
3345
  if (lastDigit > 1 && lastDigit < 5) {
3622
3346
  pluralForm = 'Зірки';
3623
3347
  } else if (lastDigit === 1) {
3624
3348
  pluralForm = 'Зірка';
3625
3349
  }
3626
-
3627
3350
  return `${value} ${pluralForm}`;
3628
3351
  },
3629
3352
  emptyLabelText: 'Рейтинг відсутній'
@@ -3650,20 +3373,16 @@ const ukUA = {
3650
3373
  if (type === 'page') {
3651
3374
  return `${selected ? '' : 'Перейти на '}сторінку ${page}`;
3652
3375
  }
3653
-
3654
3376
  if (type === 'first') {
3655
3377
  return 'Перейти на першу сторінку';
3656
3378
  }
3657
-
3658
3379
  if (type === 'last') {
3659
3380
  return 'Перейти на останню сторінку';
3660
3381
  }
3661
-
3662
3382
  if (type === 'next') {
3663
3383
  return 'Перейти на наступну сторінку';
3664
- } // if (type === 'previous') {
3665
-
3666
-
3384
+ }
3385
+ // if (type === 'previous') {
3667
3386
  return 'Перейти на попередню сторінку';
3668
3387
  }
3669
3388
  }
@@ -3684,16 +3403,13 @@ const viVN = {
3684
3403
  if (type === 'first') {
3685
3404
  return 'Tới trang đầu tiên';
3686
3405
  }
3687
-
3688
3406
  if (type === 'last') {
3689
3407
  return 'Tới trang cuối cùng';
3690
3408
  }
3691
-
3692
3409
  if (type === 'next') {
3693
3410
  return 'Tới trang tiếp theo';
3694
- } // if (type === 'previous') {
3695
-
3696
-
3411
+ }
3412
+ // if (type === 'previous') {
3697
3413
  return 'Về trang trước đó';
3698
3414
  },
3699
3415
  labelRowsPerPage: 'Số hàng mỗi trang:',
@@ -3731,20 +3447,16 @@ const viVN = {
3731
3447
  if (type === 'page') {
3732
3448
  return `${selected ? '' : 'Tới '}trang ${page}`;
3733
3449
  }
3734
-
3735
3450
  if (type === 'first') {
3736
3451
  return 'Tới trang đầu tiên';
3737
3452
  }
3738
-
3739
3453
  if (type === 'last') {
3740
3454
  return 'Tới trang cuối cùng';
3741
3455
  }
3742
-
3743
3456
  if (type === 'next') {
3744
3457
  return 'Tới trang tiếp theo';
3745
- } // if (type === 'previous') {
3746
-
3747
-
3458
+ }
3459
+ // if (type === 'previous') {
3748
3460
  return 'Về trang trước đó';
3749
3461
  }
3750
3462
  }
@@ -3765,15 +3477,12 @@ const zhCN = {
3765
3477
  if (type === 'first') {
3766
3478
  return '第一页';
3767
3479
  }
3768
-
3769
3480
  if (type === 'last') {
3770
3481
  return '最后一页';
3771
3482
  }
3772
-
3773
3483
  if (type === 'next') {
3774
3484
  return '下一页';
3775
3485
  }
3776
-
3777
3486
  return '上一页';
3778
3487
  },
3779
3488
  labelRowsPerPage: '每页行数:',
@@ -3820,15 +3529,12 @@ const zhHK = {
3820
3529
  if (type === 'first') {
3821
3530
  return '第一頁';
3822
3531
  }
3823
-
3824
3532
  if (type === 'last') {
3825
3533
  return '最後一頁';
3826
3534
  }
3827
-
3828
3535
  if (type === 'next') {
3829
3536
  return '下一頁';
3830
3537
  }
3831
-
3832
3538
  return '上一頁';
3833
3539
  },
3834
3540
  labelRowsPerPage: '每頁行數:',
@@ -3875,15 +3581,12 @@ const zhTW = {
3875
3581
  if (type === 'first') {
3876
3582
  return '第一頁';
3877
3583
  }
3878
-
3879
3584
  if (type === 'last') {
3880
3585
  return '最後一頁';
3881
3586
  }
3882
-
3883
3587
  if (type === 'next') {
3884
3588
  return '下一頁';
3885
3589
  }
3886
-
3887
3590
  return '上一頁';
3888
3591
  },
3889
3592
  labelRowsPerPage: '每頁行數:',