@mui/material 5.10.1 → 5.10.4

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 (1929) hide show
  1. package/Accordion/Accordion.js +77 -52
  2. package/Accordion/AccordionContext.js +15 -3
  3. package/Accordion/accordionClasses.d.ts +18 -18
  4. package/Accordion/accordionClasses.js +16 -5
  5. package/Accordion/index.js +42 -3
  6. package/Accordion/package.json +2 -2
  7. package/AccordionActions/AccordionActions.js +48 -27
  8. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  9. package/AccordionActions/accordionActionsClasses.js +16 -5
  10. package/AccordionActions/index.js +42 -3
  11. package/AccordionActions/package.json +2 -2
  12. package/AccordionDetails/AccordionDetails.js +45 -23
  13. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  14. package/AccordionDetails/accordionDetailsClasses.js +16 -5
  15. package/AccordionDetails/index.js +42 -3
  16. package/AccordionDetails/package.json +2 -2
  17. package/AccordionSummary/AccordionSummary.js +67 -45
  18. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  19. package/AccordionSummary/accordionSummaryClasses.js +16 -5
  20. package/AccordionSummary/index.js +42 -3
  21. package/AccordionSummary/package.json +2 -2
  22. package/Alert/Alert.js +99 -71
  23. package/Alert/alertClasses.d.ts +44 -44
  24. package/Alert/alertClasses.js +16 -5
  25. package/Alert/index.js +42 -3
  26. package/Alert/package.json +2 -2
  27. package/AlertTitle/AlertTitle.js +47 -24
  28. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  29. package/AlertTitle/alertTitleClasses.js +16 -5
  30. package/AlertTitle/index.js +42 -3
  31. package/AlertTitle/package.json +2 -2
  32. package/AppBar/AppBar.js +60 -37
  33. package/AppBar/appBarClasses.d.ts +28 -28
  34. package/AppBar/appBarClasses.js +16 -5
  35. package/AppBar/index.js +42 -3
  36. package/AppBar/package.json +2 -2
  37. package/Autocomplete/Autocomplete.js +233 -190
  38. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  39. package/Autocomplete/autocompleteClasses.js +16 -5
  40. package/Autocomplete/index.js +47 -3
  41. package/Autocomplete/package.json +2 -2
  42. package/Avatar/Avatar.d.ts +1 -1
  43. package/Avatar/Avatar.js +63 -42
  44. package/Avatar/avatarClasses.d.ts +20 -20
  45. package/Avatar/avatarClasses.js +16 -5
  46. package/Avatar/index.js +42 -3
  47. package/Avatar/package.json +2 -2
  48. package/AvatarGroup/AvatarGroup.d.ts +6 -1
  49. package/AvatarGroup/AvatarGroup.js +80 -47
  50. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  51. package/AvatarGroup/avatarGroupClasses.js +16 -5
  52. package/AvatarGroup/index.js +42 -3
  53. package/AvatarGroup/package.json +2 -2
  54. package/Backdrop/Backdrop.d.ts +1 -1
  55. package/Backdrop/Backdrop.js +63 -41
  56. package/Backdrop/backdropClasses.d.ts +10 -10
  57. package/Backdrop/backdropClasses.js +16 -5
  58. package/Backdrop/index.js +42 -3
  59. package/Backdrop/package.json +2 -2
  60. package/Badge/Badge.d.ts +4 -4
  61. package/Badge/Badge.js +94 -69
  62. package/Badge/badgeClasses.d.ts +56 -56
  63. package/Badge/badgeClasses.js +20 -6
  64. package/Badge/index.js +42 -3
  65. package/Badge/package.json +2 -2
  66. package/BottomNavigation/BottomNavigation.js +53 -31
  67. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  68. package/BottomNavigation/bottomNavigationClasses.js +16 -5
  69. package/BottomNavigation/index.js +42 -3
  70. package/BottomNavigation/package.json +2 -2
  71. package/BottomNavigationAction/BottomNavigationAction.js +61 -38
  72. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  73. package/BottomNavigationAction/bottomNavigationActionClasses.js +16 -5
  74. package/BottomNavigationAction/index.js +42 -3
  75. package/BottomNavigationAction/package.json +2 -2
  76. package/Box/Box.js +25 -11
  77. package/Box/index.js +15 -1
  78. package/Box/package.json +2 -2
  79. package/Breadcrumbs/BreadcrumbCollapsed.js +42 -20
  80. package/Breadcrumbs/Breadcrumbs.js +68 -44
  81. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  82. package/Breadcrumbs/breadcrumbsClasses.js +16 -5
  83. package/Breadcrumbs/index.js +42 -3
  84. package/Breadcrumbs/package.json +2 -2
  85. package/Button/Button.d.ts +2 -2
  86. package/Button/Button.js +103 -79
  87. package/Button/buttonClasses.d.ts +100 -100
  88. package/Button/buttonClasses.js +16 -5
  89. package/Button/index.js +42 -3
  90. package/Button/package.json +2 -2
  91. package/ButtonBase/ButtonBase.d.ts +1 -1
  92. package/ButtonBase/ButtonBase.js +99 -73
  93. package/ButtonBase/Ripple.js +36 -20
  94. package/ButtonBase/TouchRipple.js +90 -69
  95. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  96. package/ButtonBase/buttonBaseClasses.js +16 -5
  97. package/ButtonBase/index.js +63 -5
  98. package/ButtonBase/package.json +2 -2
  99. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  100. package/ButtonBase/touchRippleClasses.js +16 -5
  101. package/ButtonGroup/ButtonGroup.d.ts +1 -1
  102. package/ButtonGroup/ButtonGroup.js +81 -57
  103. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  104. package/ButtonGroup/ButtonGroupContext.js +14 -2
  105. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  106. package/ButtonGroup/buttonGroupClasses.js +16 -5
  107. package/ButtonGroup/index.js +42 -3
  108. package/ButtonGroup/package.json +2 -2
  109. package/CHANGELOG.md +165 -0
  110. package/Card/Card.d.ts +1 -1
  111. package/Card/Card.js +51 -28
  112. package/Card/cardClasses.d.ts +8 -8
  113. package/Card/cardClasses.js +16 -5
  114. package/Card/index.js +42 -3
  115. package/Card/package.json +2 -2
  116. package/CardActionArea/CardActionArea.d.ts +1 -1
  117. package/CardActionArea/CardActionArea.js +53 -31
  118. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  119. package/CardActionArea/cardActionAreaClasses.js +16 -5
  120. package/CardActionArea/index.js +42 -3
  121. package/CardActionArea/package.json +2 -2
  122. package/CardActions/CardActions.d.ts +1 -1
  123. package/CardActions/CardActions.js +48 -27
  124. package/CardActions/cardActionsClasses.d.ts +10 -10
  125. package/CardActions/cardActionsClasses.js +16 -5
  126. package/CardActions/index.js +42 -3
  127. package/CardActions/package.json +2 -2
  128. package/CardContent/CardContent.d.ts +1 -1
  129. package/CardContent/CardContent.js +47 -26
  130. package/CardContent/cardContentClasses.d.ts +8 -8
  131. package/CardContent/cardContentClasses.js +16 -5
  132. package/CardContent/index.js +42 -3
  133. package/CardContent/package.json +2 -2
  134. package/CardHeader/CardHeader.d.ts +1 -1
  135. package/CardHeader/CardHeader.js +69 -48
  136. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  137. package/CardHeader/cardHeaderClasses.js +16 -5
  138. package/CardHeader/index.js +42 -3
  139. package/CardHeader/package.json +2 -2
  140. package/CardMedia/CardMedia.d.ts +1 -1
  141. package/CardMedia/CardMedia.js +54 -33
  142. package/CardMedia/cardMediaClasses.d.ts +12 -12
  143. package/CardMedia/cardMediaClasses.js +16 -5
  144. package/CardMedia/index.js +42 -3
  145. package/CardMedia/package.json +2 -2
  146. package/Checkbox/Checkbox.d.ts +1 -1
  147. package/Checkbox/Checkbox.js +85 -63
  148. package/Checkbox/checkboxClasses.d.ts +18 -18
  149. package/Checkbox/checkboxClasses.js +16 -5
  150. package/Checkbox/index.js +42 -3
  151. package/Checkbox/package.json +2 -2
  152. package/Chip/Chip.d.ts +1 -1
  153. package/Chip/Chip.js +139 -114
  154. package/Chip/chipClasses.d.ts +88 -88
  155. package/Chip/chipClasses.js +16 -5
  156. package/Chip/index.js +42 -3
  157. package/Chip/package.json +2 -2
  158. package/CircularProgress/CircularProgress.js +80 -62
  159. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  160. package/CircularProgress/circularProgressClasses.js +16 -5
  161. package/CircularProgress/index.js +42 -3
  162. package/CircularProgress/package.json +2 -2
  163. package/ClickAwayListener/index.d.ts +2 -2
  164. package/ClickAwayListener/index.js +30 -2
  165. package/ClickAwayListener/package.json +2 -2
  166. package/Collapse/Collapse.d.ts +1 -1
  167. package/Collapse/Collapse.js +97 -70
  168. package/Collapse/collapseClasses.d.ts +18 -18
  169. package/Collapse/collapseClasses.js +16 -5
  170. package/Collapse/index.js +42 -3
  171. package/Collapse/package.json +2 -2
  172. package/Container/Container.js +33 -18
  173. package/Container/containerClasses.d.ts +6 -6
  174. package/Container/containerClasses.js +16 -5
  175. package/Container/index.js +42 -3
  176. package/Container/package.json +2 -2
  177. package/CssBaseline/CssBaseline.d.ts +1 -1
  178. package/CssBaseline/CssBaseline.js +45 -17
  179. package/CssBaseline/index.js +15 -1
  180. package/CssBaseline/package.json +2 -2
  181. package/Dialog/Dialog.d.ts +1 -1
  182. package/Dialog/Dialog.js +107 -77
  183. package/Dialog/DialogContext.d.ts +6 -6
  184. package/Dialog/DialogContext.js +12 -3
  185. package/Dialog/dialogClasses.d.ts +36 -36
  186. package/Dialog/dialogClasses.js +16 -5
  187. package/Dialog/index.js +42 -3
  188. package/Dialog/package.json +2 -2
  189. package/DialogActions/DialogActions.d.ts +1 -1
  190. package/DialogActions/DialogActions.js +48 -27
  191. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  192. package/DialogActions/dialogActionsClasses.js +16 -5
  193. package/DialogActions/index.js +42 -3
  194. package/DialogActions/package.json +2 -2
  195. package/DialogContent/DialogContent.d.ts +1 -1
  196. package/DialogContent/DialogContent.js +51 -29
  197. package/DialogContent/dialogContentClasses.d.ts +10 -10
  198. package/DialogContent/dialogContentClasses.js +16 -5
  199. package/DialogContent/index.js +42 -3
  200. package/DialogContent/package.json +2 -2
  201. package/DialogContentText/DialogContentText.d.ts +1 -1
  202. package/DialogContentText/DialogContentText.js +45 -23
  203. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  204. package/DialogContentText/dialogContentTextClasses.js +16 -5
  205. package/DialogContentText/index.js +42 -3
  206. package/DialogContentText/package.json +2 -2
  207. package/DialogTitle/DialogTitle.d.ts +1 -1
  208. package/DialogTitle/DialogTitle.js +51 -27
  209. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  210. package/DialogTitle/dialogTitleClasses.js +16 -5
  211. package/DialogTitle/index.js +42 -3
  212. package/DialogTitle/package.json +2 -2
  213. package/Divider/Divider.d.ts +1 -1
  214. package/Divider/Divider.js +65 -43
  215. package/Divider/dividerClasses.d.ts +34 -34
  216. package/Divider/dividerClasses.js +16 -5
  217. package/Divider/index.js +42 -3
  218. package/Divider/package.json +2 -2
  219. package/Drawer/Drawer.d.ts +1 -1
  220. package/Drawer/Drawer.js +96 -66
  221. package/Drawer/drawerClasses.d.ts +30 -30
  222. package/Drawer/drawerClasses.js +16 -5
  223. package/Drawer/index.js +42 -3
  224. package/Drawer/package.json +2 -2
  225. package/Fab/Fab.d.ts +1 -1
  226. package/Fab/Fab.js +69 -46
  227. package/Fab/fabClasses.d.ts +26 -26
  228. package/Fab/fabClasses.js +16 -5
  229. package/Fab/index.js +42 -3
  230. package/Fab/package.json +2 -2
  231. package/Fade/Fade.js +66 -43
  232. package/Fade/index.js +15 -1
  233. package/Fade/package.json +2 -2
  234. package/FilledInput/FilledInput.d.ts +1 -1
  235. package/FilledInput/FilledInput.js +97 -74
  236. package/FilledInput/filledInputClasses.d.ts +40 -40
  237. package/FilledInput/filledInputClasses.js +21 -8
  238. package/FilledInput/index.js +42 -3
  239. package/FilledInput/package.json +2 -2
  240. package/FormControl/FormControl.d.ts +4 -4
  241. package/FormControl/FormControl.js +76 -51
  242. package/FormControl/FormControlContext.js +15 -3
  243. package/FormControl/formControlClasses.d.ts +14 -14
  244. package/FormControl/formControlClasses.js +16 -5
  245. package/FormControl/formControlState.js +8 -1
  246. package/FormControl/index.js +51 -4
  247. package/FormControl/package.json +2 -2
  248. package/FormControl/useFormControl.js +19 -4
  249. package/FormControlLabel/FormControlLabel.d.ts +3 -3
  250. package/FormControlLabel/FormControlLabel.js +79 -54
  251. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  252. package/FormControlLabel/formControlLabelClasses.js +16 -5
  253. package/FormControlLabel/index.js +42 -3
  254. package/FormControlLabel/package.json +2 -2
  255. package/FormGroup/FormGroup.d.ts +2 -2
  256. package/FormGroup/FormGroup.js +54 -32
  257. package/FormGroup/formGroupClasses.d.ts +12 -12
  258. package/FormGroup/formGroupClasses.js +16 -5
  259. package/FormGroup/index.js +42 -3
  260. package/FormGroup/package.json +2 -2
  261. package/FormHelperText/FormHelperText.d.ts +1 -1
  262. package/FormHelperText/FormHelperText.js +68 -46
  263. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  264. package/FormHelperText/formHelperTextClasses.js +16 -5
  265. package/FormHelperText/index.js +42 -3
  266. package/FormHelperText/package.json +2 -2
  267. package/FormLabel/FormLabel.d.ts +3 -3
  268. package/FormLabel/FormLabel.js +72 -48
  269. package/FormLabel/formLabelClasses.d.ts +22 -22
  270. package/FormLabel/formLabelClasses.js +16 -5
  271. package/FormLabel/index.js +52 -4
  272. package/FormLabel/package.json +2 -2
  273. package/GlobalStyles/GlobalStyles.js +31 -12
  274. package/GlobalStyles/index.js +15 -1
  275. package/GlobalStyles/package.json +2 -2
  276. package/Grid/Grid.js +108 -84
  277. package/Grid/GridContext.js +15 -3
  278. package/Grid/gridClasses.d.ts +48 -48
  279. package/Grid/gridClasses.js +16 -5
  280. package/Grid/index.js +42 -3
  281. package/Grid/package.json +2 -2
  282. package/Grow/Grow.js +65 -42
  283. package/Grow/index.js +15 -1
  284. package/Grow/package.json +2 -2
  285. package/Hidden/Hidden.js +47 -27
  286. package/Hidden/HiddenCss.js +60 -37
  287. package/Hidden/HiddenJs.d.ts +1 -1
  288. package/Hidden/HiddenJs.js +59 -49
  289. package/Hidden/hiddenCssClasses.js +16 -5
  290. package/Hidden/index.js +15 -1
  291. package/Hidden/package.json +2 -2
  292. package/Hidden/withWidth.js +54 -26
  293. package/Icon/Icon.d.ts +1 -1
  294. package/Icon/Icon.js +56 -34
  295. package/Icon/iconClasses.d.ts +24 -24
  296. package/Icon/iconClasses.js +16 -5
  297. package/Icon/index.js +42 -3
  298. package/Icon/package.json +2 -2
  299. package/IconButton/IconButton.d.ts +1 -1
  300. package/IconButton/IconButton.js +70 -45
  301. package/IconButton/iconButtonClasses.d.ts +26 -26
  302. package/IconButton/iconButtonClasses.js +16 -5
  303. package/IconButton/index.js +42 -3
  304. package/IconButton/package.json +2 -2
  305. package/ImageList/ImageList.js +61 -39
  306. package/ImageList/ImageListContext.js +15 -3
  307. package/ImageList/imageListClasses.d.ts +16 -16
  308. package/ImageList/imageListClasses.js +16 -5
  309. package/ImageList/index.js +42 -3
  310. package/ImageList/package.json +2 -2
  311. package/ImageListItem/ImageListItem.js +66 -40
  312. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  313. package/ImageListItem/imageListItemClasses.js +16 -5
  314. package/ImageListItem/index.js +42 -3
  315. package/ImageListItem/package.json +2 -2
  316. package/ImageListItemBar/ImageListItemBar.js +70 -49
  317. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  318. package/ImageListItemBar/imageListItemBarClasses.js +16 -5
  319. package/ImageListItemBar/index.js +42 -3
  320. package/ImageListItemBar/package.json +2 -2
  321. package/Input/Input.d.ts +1 -1
  322. package/Input/Input.js +91 -67
  323. package/Input/index.js +42 -3
  324. package/Input/inputClasses.d.ts +34 -34
  325. package/Input/inputClasses.js +21 -8
  326. package/Input/package.json +2 -2
  327. package/InputAdornment/InputAdornment.d.ts +1 -1
  328. package/InputAdornment/InputAdornment.js +67 -44
  329. package/InputAdornment/index.js +42 -3
  330. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  331. package/InputAdornment/inputAdornmentClasses.js +16 -5
  332. package/InputAdornment/package.json +2 -2
  333. package/InputBase/InputBase.d.ts +1 -1
  334. package/InputBase/InputBase.js +146 -115
  335. package/InputBase/index.js +42 -3
  336. package/InputBase/inputBaseClasses.d.ts +46 -46
  337. package/InputBase/inputBaseClasses.js +16 -5
  338. package/InputBase/package.json +2 -2
  339. package/InputBase/utils.js +14 -3
  340. package/InputLabel/InputLabel.d.ts +1 -1
  341. package/InputLabel/InputLabel.js +68 -46
  342. package/InputLabel/index.js +42 -3
  343. package/InputLabel/inputLabelClasses.d.ts +32 -32
  344. package/InputLabel/inputLabelClasses.js +16 -5
  345. package/InputLabel/package.json +2 -2
  346. package/LinearProgress/LinearProgress.js +91 -76
  347. package/LinearProgress/index.js +42 -3
  348. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  349. package/LinearProgress/linearProgressClasses.js +16 -5
  350. package/LinearProgress/package.json +2 -2
  351. package/Link/Link.js +75 -48
  352. package/Link/getTextDecoration.d.ts +15 -15
  353. package/Link/getTextDecoration.js +16 -6
  354. package/Link/index.js +42 -3
  355. package/Link/linkClasses.d.ts +18 -18
  356. package/Link/linkClasses.js +16 -5
  357. package/Link/package.json +2 -2
  358. package/List/List.js +54 -34
  359. package/List/ListContext.js +15 -3
  360. package/List/index.js +42 -3
  361. package/List/listClasses.d.ts +14 -14
  362. package/List/listClasses.js +16 -5
  363. package/List/package.json +2 -2
  364. package/ListItem/ListItem.js +118 -88
  365. package/ListItem/index.js +42 -3
  366. package/ListItem/listItemClasses.d.ts +30 -30
  367. package/ListItem/listItemClasses.js +16 -5
  368. package/ListItem/package.json +2 -2
  369. package/ListItemAvatar/ListItemAvatar.js +50 -29
  370. package/ListItemAvatar/index.js +42 -3
  371. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  372. package/ListItemAvatar/listItemAvatarClasses.js +16 -5
  373. package/ListItemAvatar/package.json +2 -2
  374. package/ListItemButton/ListItemButton.js +85 -57
  375. package/ListItemButton/index.js +42 -3
  376. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  377. package/ListItemButton/listItemButtonClasses.js +16 -5
  378. package/ListItemButton/package.json +2 -2
  379. package/ListItemIcon/ListItemIcon.js +50 -29
  380. package/ListItemIcon/index.js +42 -3
  381. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  382. package/ListItemIcon/listItemIconClasses.js +16 -5
  383. package/ListItemIcon/package.json +2 -2
  384. package/ListItemSecondaryAction/ListItemSecondaryAction.js +50 -29
  385. package/ListItemSecondaryAction/index.js +42 -3
  386. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  387. package/ListItemSecondaryAction/listItemSecondaryActionClasses.js +16 -5
  388. package/ListItemSecondaryAction/package.json +2 -2
  389. package/ListItemText/ListItemText.js +64 -43
  390. package/ListItemText/index.js +42 -3
  391. package/ListItemText/listItemTextClasses.d.ts +18 -18
  392. package/ListItemText/listItemTextClasses.js +16 -5
  393. package/ListItemText/package.json +2 -2
  394. package/ListSubheader/ListSubheader.js +56 -34
  395. package/ListSubheader/index.js +42 -3
  396. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  397. package/ListSubheader/listSubheaderClasses.js +16 -5
  398. package/ListSubheader/package.json +2 -2
  399. package/Menu/Menu.d.ts +1 -1
  400. package/Menu/Menu.js +83 -56
  401. package/Menu/index.js +42 -3
  402. package/Menu/menuClasses.d.ts +12 -12
  403. package/Menu/menuClasses.js +16 -5
  404. package/Menu/package.json +2 -2
  405. package/MenuItem/MenuItem.d.ts +1 -1
  406. package/MenuItem/MenuItem.js +98 -67
  407. package/MenuItem/index.js +42 -3
  408. package/MenuItem/menuItemClasses.d.ts +20 -20
  409. package/MenuItem/menuItemClasses.js +16 -5
  410. package/MenuItem/package.json +2 -2
  411. package/MenuList/MenuList.d.ts +1 -1
  412. package/MenuList/MenuList.js +52 -28
  413. package/MenuList/index.js +15 -1
  414. package/MenuList/package.json +2 -2
  415. package/MobileStepper/MobileStepper.d.ts +1 -1
  416. package/MobileStepper/MobileStepper.js +75 -51
  417. package/MobileStepper/index.js +42 -3
  418. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  419. package/MobileStepper/mobileStepperClasses.js +16 -5
  420. package/MobileStepper/package.json +2 -2
  421. package/Modal/Modal.d.ts +2 -2
  422. package/Modal/Modal.js +76 -53
  423. package/Modal/index.js +44 -3
  424. package/Modal/package.json +2 -2
  425. package/NativeSelect/NativeSelect.d.ts +1 -1
  426. package/NativeSelect/NativeSelect.js +79 -56
  427. package/NativeSelect/NativeSelectInput.js +72 -45
  428. package/NativeSelect/index.js +42 -3
  429. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  430. package/NativeSelect/nativeSelectClasses.js +16 -5
  431. package/NativeSelect/package.json +2 -2
  432. package/NoSsr/index.js +15 -1
  433. package/NoSsr/package.json +2 -2
  434. package/OutlinedInput/NotchedOutline.js +43 -26
  435. package/OutlinedInput/OutlinedInput.d.ts +1 -1
  436. package/OutlinedInput/OutlinedInput.js +102 -79
  437. package/OutlinedInput/index.js +42 -3
  438. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  439. package/OutlinedInput/outlinedInputClasses.js +21 -8
  440. package/OutlinedInput/package.json +2 -2
  441. package/OverridableComponentAugmentation.d.ts +31 -0
  442. package/{node/Unstable_Grid2/Grid2Props.js → OverridableComponentAugmentation.js} +0 -0
  443. package/Pagination/Pagination.js +77 -54
  444. package/Pagination/index.js +42 -3
  445. package/Pagination/package.json +2 -2
  446. package/Pagination/paginationClasses.d.ts +14 -14
  447. package/Pagination/paginationClasses.js +16 -5
  448. package/PaginationItem/PaginationItem.js +121 -93
  449. package/PaginationItem/index.js +42 -3
  450. package/PaginationItem/package.json +2 -2
  451. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  452. package/PaginationItem/paginationItemClasses.js +16 -5
  453. package/Paper/Paper.d.ts +1 -1
  454. package/Paper/Paper.js +66 -39
  455. package/Paper/index.js +42 -3
  456. package/Paper/package.json +2 -2
  457. package/Paper/paperClasses.d.ts +39 -39
  458. package/Paper/paperClasses.js +16 -5
  459. package/Popover/Popover.d.ts +1 -1
  460. package/Popover/Popover.js +106 -74
  461. package/Popover/index.js +52 -4
  462. package/Popover/package.json +2 -2
  463. package/Popover/popoverClasses.d.ts +10 -10
  464. package/Popover/popoverClasses.js +16 -5
  465. package/Popper/Popper.d.ts +24 -24
  466. package/Popper/Popper.js +69 -47
  467. package/Popper/index.js +15 -1
  468. package/Popper/package.json +2 -2
  469. package/Portal/index.js +15 -1
  470. package/Portal/package.json +2 -2
  471. package/README.md +2 -2
  472. package/Radio/Radio.d.ts +1 -1
  473. package/Radio/Radio.js +82 -57
  474. package/Radio/RadioButtonIcon.js +40 -22
  475. package/Radio/index.js +42 -3
  476. package/Radio/package.json +2 -2
  477. package/Radio/radioClasses.d.ts +16 -16
  478. package/Radio/radioClasses.js +16 -5
  479. package/RadioGroup/RadioGroup.d.ts +1 -1
  480. package/RadioGroup/RadioGroup.js +47 -23
  481. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  482. package/RadioGroup/RadioGroupContext.js +14 -2
  483. package/RadioGroup/index.js +23 -2
  484. package/RadioGroup/package.json +2 -2
  485. package/RadioGroup/useRadioGroup.d.ts +4 -4
  486. package/RadioGroup/useRadioGroup.js +19 -4
  487. package/Rating/Rating.js +138 -118
  488. package/Rating/index.js +42 -3
  489. package/Rating/package.json +2 -2
  490. package/Rating/ratingClasses.d.ts +40 -40
  491. package/Rating/ratingClasses.js +16 -5
  492. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +1 -1
  493. package/ScopedCssBaseline/ScopedCssBaseline.js +51 -29
  494. package/ScopedCssBaseline/index.js +42 -3
  495. package/ScopedCssBaseline/package.json +2 -2
  496. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  497. package/ScopedCssBaseline/scopedCssBaselineClasses.js +16 -5
  498. package/Select/Select.d.ts +1 -1
  499. package/Select/Select.js +128 -98
  500. package/Select/SelectInput.js +113 -86
  501. package/Select/index.js +42 -3
  502. package/Select/package.json +2 -2
  503. package/Select/selectClasses.d.ts +30 -30
  504. package/Select/selectClasses.js +16 -5
  505. package/Skeleton/Skeleton.js +72 -56
  506. package/Skeleton/index.js +42 -3
  507. package/Skeleton/package.json +2 -2
  508. package/Skeleton/skeletonClasses.d.ts +26 -26
  509. package/Skeleton/skeletonClasses.js +16 -5
  510. package/Slide/Slide.d.ts +1 -1
  511. package/Slide/Slide.js +80 -54
  512. package/Slide/index.js +15 -1
  513. package/Slide/package.json +2 -2
  514. package/Slider/Slider.d.ts +8 -10
  515. package/Slider/Slider.js +163 -135
  516. package/Slider/index.js +30 -2
  517. package/Slider/package.json +2 -2
  518. package/Snackbar/Snackbar.d.ts +1 -1
  519. package/Snackbar/Snackbar.js +92 -65
  520. package/Snackbar/index.js +42 -3
  521. package/Snackbar/package.json +2 -2
  522. package/Snackbar/snackbarClasses.d.ts +20 -20
  523. package/Snackbar/snackbarClasses.js +16 -5
  524. package/SnackbarContent/SnackbarContent.d.ts +1 -1
  525. package/SnackbarContent/SnackbarContent.js +57 -34
  526. package/SnackbarContent/index.js +42 -3
  527. package/SnackbarContent/package.json +2 -2
  528. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  529. package/SnackbarContent/snackbarContentClasses.js +16 -5
  530. package/SpeedDial/SpeedDial.js +106 -80
  531. package/SpeedDial/index.js +42 -3
  532. package/SpeedDial/package.json +2 -2
  533. package/SpeedDial/speedDialClasses.d.ts +22 -22
  534. package/SpeedDial/speedDialClasses.js +16 -5
  535. package/SpeedDialAction/SpeedDialAction.js +74 -52
  536. package/SpeedDialAction/index.js +42 -3
  537. package/SpeedDialAction/package.json +2 -2
  538. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  539. package/SpeedDialAction/speedDialActionClasses.js +16 -5
  540. package/SpeedDialIcon/SpeedDialIcon.js +58 -36
  541. package/SpeedDialIcon/index.js +42 -3
  542. package/SpeedDialIcon/package.json +2 -2
  543. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  544. package/SpeedDialIcon/speedDialIconClasses.js +16 -5
  545. package/Stack/Stack.js +57 -35
  546. package/Stack/index.js +15 -1
  547. package/Stack/package.json +2 -2
  548. package/Step/Step.d.ts +55 -44
  549. package/Step/Step.js +73 -44
  550. package/Step/StepContext.d.ts +20 -20
  551. package/Step/StepContext.js +17 -3
  552. package/Step/index.js +63 -5
  553. package/Step/package.json +2 -2
  554. package/Step/stepClasses.d.ts +16 -16
  555. package/Step/stepClasses.js +16 -5
  556. package/StepButton/StepButton.d.ts +1 -1
  557. package/StepButton/StepButton.js +64 -39
  558. package/StepButton/index.js +42 -3
  559. package/StepButton/package.json +2 -2
  560. package/StepButton/stepButtonClasses.d.ts +14 -14
  561. package/StepButton/stepButtonClasses.js +16 -5
  562. package/StepConnector/StepConnector.d.ts +1 -1
  563. package/StepConnector/StepConnector.js +59 -36
  564. package/StepConnector/index.js +42 -3
  565. package/StepConnector/package.json +2 -2
  566. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  567. package/StepConnector/stepConnectorClasses.js +16 -5
  568. package/StepContent/StepContent.d.ts +1 -1
  569. package/StepContent/StepContent.js +64 -41
  570. package/StepContent/index.js +42 -3
  571. package/StepContent/package.json +2 -2
  572. package/StepContent/stepContentClasses.d.ts +12 -12
  573. package/StepContent/stepContentClasses.js +16 -5
  574. package/StepIcon/StepIcon.d.ts +1 -1
  575. package/StepIcon/StepIcon.js +64 -42
  576. package/StepIcon/index.js +42 -3
  577. package/StepIcon/package.json +2 -2
  578. package/StepIcon/stepIconClasses.d.ts +16 -16
  579. package/StepIcon/stepIconClasses.js +16 -5
  580. package/StepLabel/StepLabel.d.ts +1 -1
  581. package/StepLabel/StepLabel.js +78 -55
  582. package/StepLabel/index.js +42 -3
  583. package/StepLabel/package.json +2 -2
  584. package/StepLabel/stepLabelClasses.d.ts +28 -28
  585. package/StepLabel/stepLabelClasses.js +16 -5
  586. package/Stepper/Stepper.d.ts +54 -43
  587. package/Stepper/Stepper.js +72 -41
  588. package/Stepper/StepperContext.d.ts +18 -18
  589. package/Stepper/StepperContext.js +17 -3
  590. package/Stepper/index.js +63 -5
  591. package/Stepper/package.json +2 -2
  592. package/Stepper/stepperClasses.d.ts +14 -14
  593. package/Stepper/stepperClasses.js +16 -5
  594. package/StyledEngineProvider/index.js +13 -1
  595. package/StyledEngineProvider/package.json +2 -2
  596. package/SvgIcon/SvgIcon.d.ts +1 -1
  597. package/SvgIcon/SvgIcon.js +61 -40
  598. package/SvgIcon/index.js +42 -3
  599. package/SvgIcon/package.json +2 -2
  600. package/SvgIcon/svgIconClasses.d.ts +24 -24
  601. package/SvgIcon/svgIconClasses.js +16 -5
  602. package/SwipeableDrawer/SwipeArea.js +46 -23
  603. package/SwipeableDrawer/SwipeableDrawer.d.ts +1 -1
  604. package/SwipeableDrawer/SwipeableDrawer.js +108 -79
  605. package/SwipeableDrawer/index.js +15 -1
  606. package/SwipeableDrawer/package.json +2 -2
  607. package/Switch/Switch.d.ts +1 -1
  608. package/Switch/Switch.js +99 -78
  609. package/Switch/index.js +42 -3
  610. package/Switch/package.json +2 -2
  611. package/Switch/switchClasses.d.ts +32 -32
  612. package/Switch/switchClasses.js +16 -5
  613. package/Tab/Tab.js +76 -52
  614. package/Tab/index.js +42 -3
  615. package/Tab/package.json +2 -2
  616. package/Tab/tabClasses.d.ts +26 -26
  617. package/Tab/tabClasses.js +16 -5
  618. package/TabScrollButton/TabScrollButton.js +60 -39
  619. package/TabScrollButton/index.js +42 -3
  620. package/TabScrollButton/package.json +2 -2
  621. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  622. package/TabScrollButton/tabScrollButtonClasses.js +16 -5
  623. package/Table/Table.d.ts +1 -1
  624. package/Table/Table.js +56 -34
  625. package/Table/TableContext.js +15 -3
  626. package/Table/Tablelvl2Context.js +15 -3
  627. package/Table/index.js +42 -3
  628. package/Table/package.json +2 -2
  629. package/Table/tableClasses.d.ts +10 -10
  630. package/Table/tableClasses.js +16 -5
  631. package/TableBody/TableBody.d.ts +1 -1
  632. package/TableBody/TableBody.js +50 -28
  633. package/TableBody/index.js +42 -3
  634. package/TableBody/package.json +2 -2
  635. package/TableBody/tableBodyClasses.d.ts +8 -8
  636. package/TableBody/tableBodyClasses.js +16 -5
  637. package/TableCell/TableCell.d.ts +1 -1
  638. package/TableCell/TableCell.js +70 -46
  639. package/TableCell/index.js +42 -3
  640. package/TableCell/package.json +2 -2
  641. package/TableCell/tableCellClasses.d.ts +32 -32
  642. package/TableCell/tableCellClasses.js +16 -5
  643. package/TableContainer/TableContainer.d.ts +1 -1
  644. package/TableContainer/TableContainer.js +47 -26
  645. package/TableContainer/index.js +42 -3
  646. package/TableContainer/package.json +2 -2
  647. package/TableContainer/tableContainerClasses.d.ts +8 -8
  648. package/TableContainer/tableContainerClasses.js +16 -5
  649. package/TableFooter/TableFooter.d.ts +1 -1
  650. package/TableFooter/TableFooter.js +50 -28
  651. package/TableFooter/index.js +42 -3
  652. package/TableFooter/package.json +2 -2
  653. package/TableFooter/tableFooterClasses.d.ts +8 -8
  654. package/TableFooter/tableFooterClasses.js +16 -5
  655. package/TableHead/TableHead.d.ts +1 -1
  656. package/TableHead/TableHead.js +50 -28
  657. package/TableHead/index.js +42 -3
  658. package/TableHead/package.json +2 -2
  659. package/TableHead/tableHeadClasses.d.ts +8 -8
  660. package/TableHead/tableHeadClasses.js +16 -5
  661. package/TablePagination/TablePagination.d.ts +1 -1
  662. package/TablePagination/TablePagination.js +114 -84
  663. package/TablePagination/TablePaginationActions.js +57 -35
  664. package/TablePagination/index.js +42 -3
  665. package/TablePagination/package.json +2 -2
  666. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  667. package/TablePagination/tablePaginationClasses.js +16 -5
  668. package/TableRow/TableRow.d.ts +1 -1
  669. package/TableRow/TableRow.js +58 -36
  670. package/TableRow/index.js +42 -3
  671. package/TableRow/package.json +2 -2
  672. package/TableRow/tableRowClasses.d.ts +16 -16
  673. package/TableRow/tableRowClasses.js +16 -5
  674. package/TableSortLabel/TableSortLabel.d.ts +1 -1
  675. package/TableSortLabel/TableSortLabel.js +66 -43
  676. package/TableSortLabel/index.js +42 -3
  677. package/TableSortLabel/package.json +2 -2
  678. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  679. package/TableSortLabel/tableSortLabelClasses.js +16 -5
  680. package/Tabs/ScrollbarSize.js +35 -14
  681. package/Tabs/Tabs.js +124 -96
  682. package/Tabs/index.js +42 -3
  683. package/Tabs/package.json +2 -2
  684. package/Tabs/tabsClasses.d.ts +32 -32
  685. package/Tabs/tabsClasses.js +16 -5
  686. package/TextField/TextField.d.ts +1 -1
  687. package/TextField/TextField.js +105 -78
  688. package/TextField/index.js +42 -3
  689. package/TextField/package.json +2 -2
  690. package/TextField/textFieldClasses.d.ts +8 -8
  691. package/TextField/textFieldClasses.js +16 -5
  692. package/TextareaAutosize/index.js +15 -1
  693. package/TextareaAutosize/package.json +2 -2
  694. package/ToggleButton/ToggleButton.js +75 -50
  695. package/ToggleButton/index.js +42 -3
  696. package/ToggleButton/package.json +2 -2
  697. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  698. package/ToggleButton/toggleButtonClasses.js +16 -5
  699. package/ToggleButtonGroup/ToggleButtonGroup.js +72 -48
  700. package/ToggleButtonGroup/index.js +42 -3
  701. package/ToggleButtonGroup/isValueSelected.js +8 -1
  702. package/ToggleButtonGroup/package.json +2 -2
  703. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  704. package/ToggleButtonGroup/toggleButtonGroupClasses.js +16 -5
  705. package/Toolbar/Toolbar.js +51 -30
  706. package/Toolbar/index.js +42 -3
  707. package/Toolbar/package.json +2 -2
  708. package/Toolbar/toolbarClasses.d.ts +14 -14
  709. package/Toolbar/toolbarClasses.js +16 -5
  710. package/Tooltip/Tooltip.d.ts +1 -1
  711. package/Tooltip/Tooltip.js +147 -115
  712. package/Tooltip/index.js +42 -3
  713. package/Tooltip/package.json +2 -2
  714. package/Tooltip/tooltipClasses.d.ts +30 -30
  715. package/Tooltip/tooltipClasses.js +16 -5
  716. package/Typography/Typography.js +63 -39
  717. package/Typography/index.js +42 -3
  718. package/Typography/package.json +2 -2
  719. package/Typography/typographyClasses.d.ts +50 -50
  720. package/Typography/typographyClasses.js +16 -5
  721. package/Unstable_Grid2/Grid2.d.ts +4 -4
  722. package/Unstable_Grid2/Grid2.js +22 -9
  723. package/Unstable_Grid2/Grid2Props.d.ts +15 -15
  724. package/Unstable_Grid2/Grid2Props.js +5 -1
  725. package/Unstable_Grid2/grid2Classes.d.ts +5 -5
  726. package/Unstable_Grid2/grid2Classes.js +16 -5
  727. package/Unstable_Grid2/index.d.ts +4 -4
  728. package/Unstable_Grid2/index.js +56 -4
  729. package/Unstable_Grid2/package.json +2 -2
  730. package/Unstable_TrapFocus/index.js +15 -1
  731. package/Unstable_TrapFocus/package.json +2 -2
  732. package/Zoom/Zoom.js +66 -43
  733. package/Zoom/index.js +15 -1
  734. package/Zoom/package.json +2 -2
  735. package/className/index.d.ts +1 -1
  736. package/className/index.js +13 -2
  737. package/className/package.json +2 -2
  738. package/colors/amber.js +8 -1
  739. package/colors/blue.js +8 -1
  740. package/colors/blueGrey.js +8 -1
  741. package/colors/brown.js +8 -1
  742. package/colors/common.js +8 -1
  743. package/colors/cyan.js +8 -1
  744. package/colors/deepOrange.js +8 -1
  745. package/colors/deepPurple.js +8 -1
  746. package/colors/green.js +8 -1
  747. package/colors/grey.js +8 -1
  748. package/colors/index.js +167 -20
  749. package/colors/indigo.js +8 -1
  750. package/colors/lightBlue.js +8 -1
  751. package/colors/lightGreen.js +8 -1
  752. package/colors/lime.js +8 -1
  753. package/colors/orange.js +8 -1
  754. package/colors/package.json +2 -2
  755. package/colors/pink.js +8 -1
  756. package/colors/purple.js +8 -1
  757. package/colors/red.js +8 -1
  758. package/colors/teal.js +8 -1
  759. package/colors/yellow.js +8 -1
  760. package/darkScrollbar/index.d.ts +28 -28
  761. package/darkScrollbar/index.js +8 -1
  762. package/darkScrollbar/package.json +2 -2
  763. package/esm/Accordion/Accordion.js +279 -0
  764. package/esm/Accordion/AccordionContext.js +13 -0
  765. package/esm/Accordion/accordionClasses.js +6 -0
  766. package/esm/Accordion/index.js +3 -0
  767. package/esm/AccordionActions/AccordionActions.js +102 -0
  768. package/esm/AccordionActions/accordionActionsClasses.js +6 -0
  769. package/esm/AccordionActions/index.js +3 -0
  770. package/esm/AccordionDetails/AccordionDetails.js +79 -0
  771. package/esm/AccordionDetails/accordionDetailsClasses.js +6 -0
  772. package/esm/AccordionDetails/index.js +3 -0
  773. package/esm/AccordionSummary/AccordionSummary.js +209 -0
  774. package/esm/AccordionSummary/accordionSummaryClasses.js +6 -0
  775. package/esm/AccordionSummary/index.js +3 -0
  776. package/esm/Alert/Alert.js +293 -0
  777. package/esm/Alert/alertClasses.js +6 -0
  778. package/esm/Alert/index.js +3 -0
  779. package/esm/AlertTitle/AlertTitle.js +85 -0
  780. package/esm/AlertTitle/alertTitleClasses.js +6 -0
  781. package/esm/AlertTitle/index.js +3 -0
  782. package/esm/AppBar/AppBar.js +192 -0
  783. package/esm/AppBar/appBarClasses.js +6 -0
  784. package/esm/AppBar/index.js +3 -0
  785. package/esm/Autocomplete/Autocomplete.js +1089 -0
  786. package/esm/Autocomplete/autocompleteClasses.js +6 -0
  787. package/esm/Autocomplete/index.js +3 -0
  788. package/esm/Avatar/Avatar.js +271 -0
  789. package/esm/Avatar/avatarClasses.js +6 -0
  790. package/esm/Avatar/index.js +3 -0
  791. package/esm/AvatarGroup/AvatarGroup.js +216 -0
  792. package/esm/AvatarGroup/avatarGroupClasses.js +6 -0
  793. package/esm/AvatarGroup/index.js +3 -0
  794. package/esm/Backdrop/Backdrop.js +166 -0
  795. package/esm/Backdrop/backdropClasses.js +6 -0
  796. package/esm/Backdrop/index.js +3 -0
  797. package/esm/Badge/Badge.js +367 -0
  798. package/esm/Badge/badgeClasses.js +8 -0
  799. package/esm/Badge/index.js +3 -0
  800. package/esm/BottomNavigation/BottomNavigation.js +139 -0
  801. package/esm/BottomNavigation/bottomNavigationClasses.js +6 -0
  802. package/esm/BottomNavigation/index.js +3 -0
  803. package/esm/BottomNavigationAction/BottomNavigationAction.js +187 -0
  804. package/esm/BottomNavigationAction/bottomNavigationActionClasses.js +6 -0
  805. package/esm/BottomNavigationAction/index.js +3 -0
  806. package/esm/Box/Box.js +35 -0
  807. package/esm/Box/index.js +1 -0
  808. package/esm/Breadcrumbs/BreadcrumbCollapsed.js +64 -0
  809. package/esm/Breadcrumbs/Breadcrumbs.js +237 -0
  810. package/esm/Breadcrumbs/breadcrumbsClasses.js +6 -0
  811. package/esm/Breadcrumbs/index.js +3 -0
  812. package/esm/Button/Button.js +414 -0
  813. package/esm/Button/buttonClasses.js +6 -0
  814. package/esm/Button/index.js +3 -0
  815. package/esm/ButtonBase/ButtonBase.js +547 -0
  816. package/esm/ButtonBase/Ripple.js +99 -0
  817. package/esm/ButtonBase/TouchRipple.js +344 -0
  818. package/esm/ButtonBase/buttonBaseClasses.js +6 -0
  819. package/esm/ButtonBase/index.js +5 -0
  820. package/esm/ButtonBase/touchRippleClasses.js +6 -0
  821. package/esm/ButtonGroup/ButtonGroup.js +281 -0
  822. package/esm/ButtonGroup/ButtonGroupContext.js +12 -0
  823. package/esm/ButtonGroup/buttonGroupClasses.js +6 -0
  824. package/esm/ButtonGroup/index.js +3 -0
  825. package/esm/Card/Card.js +98 -0
  826. package/esm/Card/cardClasses.js +6 -0
  827. package/esm/Card/index.js +3 -0
  828. package/esm/CardActionArea/CardActionArea.js +127 -0
  829. package/esm/CardActionArea/cardActionAreaClasses.js +6 -0
  830. package/esm/CardActionArea/index.js +3 -0
  831. package/esm/CardActions/CardActions.js +101 -0
  832. package/esm/CardActions/cardActionsClasses.js +6 -0
  833. package/esm/CardActions/index.js +3 -0
  834. package/esm/CardContent/CardContent.js +93 -0
  835. package/esm/CardContent/cardContentClasses.js +6 -0
  836. package/esm/CardContent/index.js +3 -0
  837. package/esm/CardHeader/CardHeader.js +219 -0
  838. package/esm/CardHeader/cardHeaderClasses.js +6 -0
  839. package/esm/CardHeader/index.js +3 -0
  840. package/esm/CardMedia/CardMedia.js +153 -0
  841. package/esm/CardMedia/cardMediaClasses.js +6 -0
  842. package/esm/CardMedia/index.js +3 -0
  843. package/esm/Checkbox/Checkbox.js +234 -0
  844. package/esm/Checkbox/checkboxClasses.js +6 -0
  845. package/esm/Checkbox/index.js +3 -0
  846. package/esm/Chip/Chip.js +530 -0
  847. package/esm/Chip/chipClasses.js +6 -0
  848. package/esm/Chip/index.js +3 -0
  849. package/esm/CircularProgress/CircularProgress.js +275 -0
  850. package/esm/CircularProgress/circularProgressClasses.js +6 -0
  851. package/esm/CircularProgress/index.js +3 -0
  852. package/esm/ClickAwayListener/index.js +2 -0
  853. package/esm/Collapse/Collapse.js +419 -0
  854. package/esm/Collapse/collapseClasses.js +6 -0
  855. package/esm/Collapse/index.js +3 -0
  856. package/esm/Container/Container.js +77 -0
  857. package/esm/Container/containerClasses.js +6 -0
  858. package/esm/Container/index.js +3 -0
  859. package/esm/CssBaseline/CssBaseline.js +100 -0
  860. package/esm/CssBaseline/index.js +1 -0
  861. package/esm/Dialog/Dialog.js +427 -0
  862. package/esm/Dialog/DialogContext.js +8 -0
  863. package/esm/Dialog/dialogClasses.js +6 -0
  864. package/esm/Dialog/index.js +3 -0
  865. package/esm/DialogActions/DialogActions.js +103 -0
  866. package/esm/DialogActions/dialogActionsClasses.js +6 -0
  867. package/esm/DialogActions/index.js +3 -0
  868. package/esm/DialogContent/DialogContent.js +109 -0
  869. package/esm/DialogContent/dialogContentClasses.js +6 -0
  870. package/esm/DialogContent/index.js +3 -0
  871. package/esm/DialogContentText/DialogContentText.js +72 -0
  872. package/esm/DialogContentText/dialogContentTextClasses.js +6 -0
  873. package/esm/DialogContentText/index.js +3 -0
  874. package/esm/DialogTitle/DialogTitle.js +92 -0
  875. package/esm/DialogTitle/dialogTitleClasses.js +6 -0
  876. package/esm/DialogTitle/index.js +3 -0
  877. package/esm/Divider/Divider.js +266 -0
  878. package/esm/Divider/dividerClasses.js +6 -0
  879. package/esm/Divider/index.js +3 -0
  880. package/esm/Drawer/Drawer.js +337 -0
  881. package/esm/Drawer/drawerClasses.js +6 -0
  882. package/esm/Drawer/index.js +3 -0
  883. package/esm/Fab/Fab.js +248 -0
  884. package/esm/Fab/fabClasses.js +6 -0
  885. package/esm/Fab/index.js +3 -0
  886. package/esm/Fade/Fade.js +226 -0
  887. package/esm/Fade/index.js +1 -0
  888. package/esm/FilledInput/FilledInput.js +430 -0
  889. package/esm/FilledInput/filledInputClasses.js +10 -0
  890. package/esm/FilledInput/index.js +3 -0
  891. package/esm/FormControl/FormControl.js +327 -0
  892. package/esm/FormControl/FormControlContext.js +12 -0
  893. package/esm/FormControl/formControlClasses.js +6 -0
  894. package/esm/FormControl/formControlState.js +17 -0
  895. package/esm/FormControl/index.js +4 -0
  896. package/esm/FormControl/useFormControl.js +5 -0
  897. package/esm/FormControlLabel/FormControlLabel.js +236 -0
  898. package/esm/FormControlLabel/formControlLabelClasses.js +6 -0
  899. package/esm/FormControlLabel/index.js +3 -0
  900. package/esm/FormGroup/FormGroup.js +116 -0
  901. package/esm/FormGroup/formGroupClasses.js +6 -0
  902. package/esm/FormGroup/index.js +3 -0
  903. package/esm/FormHelperText/FormHelperText.js +188 -0
  904. package/esm/FormHelperText/formHelperTextClasses.js +6 -0
  905. package/esm/FormHelperText/index.js +3 -0
  906. package/esm/FormLabel/FormLabel.js +184 -0
  907. package/esm/FormLabel/formLabelClasses.js +6 -0
  908. package/esm/FormLabel/index.js +4 -0
  909. package/esm/GlobalStyles/GlobalStyles.js +29 -0
  910. package/esm/GlobalStyles/index.js +1 -0
  911. package/esm/Grid/Grid.js +634 -0
  912. package/esm/Grid/GridContext.js +12 -0
  913. package/esm/Grid/gridClasses.js +14 -0
  914. package/esm/Grid/index.js +3 -0
  915. package/esm/Grow/Grow.js +286 -0
  916. package/esm/Grow/index.js +1 -0
  917. package/esm/Hidden/Hidden.js +157 -0
  918. package/esm/Hidden/HiddenCss.js +205 -0
  919. package/esm/Hidden/HiddenJs.js +142 -0
  920. package/esm/Hidden/hiddenCssClasses.js +6 -0
  921. package/esm/Hidden/index.js +1 -0
  922. package/esm/Hidden/withWidth.js +118 -0
  923. package/esm/Icon/Icon.js +162 -0
  924. package/esm/Icon/iconClasses.js +6 -0
  925. package/esm/Icon/index.js +3 -0
  926. package/esm/IconButton/IconButton.js +221 -0
  927. package/esm/IconButton/iconButtonClasses.js +6 -0
  928. package/esm/IconButton/index.js +3 -0
  929. package/esm/ImageList/ImageList.js +176 -0
  930. package/esm/ImageList/ImageListContext.js +13 -0
  931. package/esm/ImageList/imageListClasses.js +6 -0
  932. package/esm/ImageList/index.js +3 -0
  933. package/esm/ImageListItem/ImageListItem.js +189 -0
  934. package/esm/ImageListItem/imageListItemClasses.js +6 -0
  935. package/esm/ImageListItem/index.js +3 -0
  936. package/esm/ImageListItemBar/ImageListItemBar.js +236 -0
  937. package/esm/ImageListItemBar/imageListItemBarClasses.js +6 -0
  938. package/esm/ImageListItemBar/index.js +3 -0
  939. package/esm/Input/Input.js +345 -0
  940. package/esm/Input/index.js +3 -0
  941. package/esm/Input/inputClasses.js +10 -0
  942. package/esm/InputAdornment/InputAdornment.js +195 -0
  943. package/esm/InputAdornment/index.js +3 -0
  944. package/esm/InputAdornment/inputAdornmentClasses.js +6 -0
  945. package/esm/InputBase/InputBase.js +747 -0
  946. package/esm/InputBase/index.js +3 -0
  947. package/esm/InputBase/inputBaseClasses.js +6 -0
  948. package/esm/InputBase/utils.js +28 -0
  949. package/esm/InputLabel/InputLabel.js +228 -0
  950. package/esm/InputLabel/index.js +3 -0
  951. package/esm/InputLabel/inputLabelClasses.js +6 -0
  952. package/esm/LinearProgress/LinearProgress.js +377 -0
  953. package/esm/LinearProgress/index.js +3 -0
  954. package/esm/LinearProgress/linearProgressClasses.js +6 -0
  955. package/esm/Link/Link.js +239 -0
  956. package/esm/Link/getTextDecoration.js +29 -0
  957. package/esm/Link/index.js +3 -0
  958. package/esm/Link/linkClasses.js +6 -0
  959. package/esm/List/List.js +142 -0
  960. package/esm/List/ListContext.js +12 -0
  961. package/esm/List/index.js +3 -0
  962. package/esm/List/listClasses.js +6 -0
  963. package/esm/ListItem/ListItem.js +421 -0
  964. package/esm/ListItem/index.js +3 -0
  965. package/esm/ListItem/listItemClasses.js +6 -0
  966. package/esm/ListItemAvatar/ListItemAvatar.js +98 -0
  967. package/esm/ListItemAvatar/index.js +3 -0
  968. package/esm/ListItemAvatar/listItemAvatarClasses.js +6 -0
  969. package/esm/ListItemButton/ListItemButton.js +252 -0
  970. package/esm/ListItemButton/index.js +3 -0
  971. package/esm/ListItemButton/listItemButtonClasses.js +6 -0
  972. package/esm/ListItemIcon/ListItemIcon.js +102 -0
  973. package/esm/ListItemIcon/index.js +3 -0
  974. package/esm/ListItemIcon/listItemIconClasses.js +6 -0
  975. package/esm/ListItemSecondaryAction/ListItemSecondaryAction.js +101 -0
  976. package/esm/ListItemSecondaryAction/index.js +3 -0
  977. package/esm/ListItemSecondaryAction/listItemSecondaryActionClasses.js +6 -0
  978. package/esm/ListItemText/ListItemText.js +188 -0
  979. package/esm/ListItemText/index.js +3 -0
  980. package/esm/ListItemText/listItemTextClasses.js +6 -0
  981. package/esm/ListSubheader/ListSubheader.js +153 -0
  982. package/esm/ListSubheader/index.js +3 -0
  983. package/esm/ListSubheader/listSubheaderClasses.js +6 -0
  984. package/esm/Menu/Menu.js +294 -0
  985. package/esm/Menu/index.js +3 -0
  986. package/esm/Menu/menuClasses.js +6 -0
  987. package/esm/MenuItem/MenuItem.js +276 -0
  988. package/esm/MenuItem/index.js +3 -0
  989. package/esm/MenuItem/menuItemClasses.js +6 -0
  990. package/esm/MenuList/MenuList.js +312 -0
  991. package/esm/MenuList/index.js +1 -0
  992. package/esm/MobileStepper/MobileStepper.js +222 -0
  993. package/esm/MobileStepper/index.js +3 -0
  994. package/esm/MobileStepper/mobileStepperClasses.js +6 -0
  995. package/esm/Modal/Modal.js +299 -0
  996. package/esm/Modal/index.js +3 -0
  997. package/esm/NativeSelect/NativeSelect.js +149 -0
  998. package/esm/NativeSelect/NativeSelectInput.js +224 -0
  999. package/esm/NativeSelect/index.js +3 -0
  1000. package/esm/NativeSelect/nativeSelectClasses.js +6 -0
  1001. package/esm/NoSsr/index.js +1 -0
  1002. package/esm/OutlinedInput/NotchedOutline.js +140 -0
  1003. package/esm/OutlinedInput/OutlinedInput.js +372 -0
  1004. package/esm/OutlinedInput/index.js +3 -0
  1005. package/esm/OutlinedInput/outlinedInputClasses.js +10 -0
  1006. package/esm/OverridableComponentAugmentation.js +1 -0
  1007. package/esm/Pagination/Pagination.js +274 -0
  1008. package/esm/Pagination/index.js +3 -0
  1009. package/esm/Pagination/paginationClasses.js +6 -0
  1010. package/esm/PaginationItem/PaginationItem.js +383 -0
  1011. package/esm/PaginationItem/index.js +3 -0
  1012. package/esm/PaginationItem/paginationItemClasses.js +6 -0
  1013. package/esm/Paper/Paper.js +178 -0
  1014. package/esm/Paper/index.js +3 -0
  1015. package/esm/Paper/paperClasses.js +6 -0
  1016. package/esm/Popover/Popover.js +504 -0
  1017. package/esm/Popover/index.js +4 -0
  1018. package/esm/Popover/popoverClasses.js +6 -0
  1019. package/esm/Popper/Popper.js +172 -0
  1020. package/esm/Popper/index.js +1 -0
  1021. package/esm/Portal/index.js +1 -0
  1022. package/esm/Radio/Radio.js +236 -0
  1023. package/esm/Radio/RadioButtonIcon.js +83 -0
  1024. package/esm/Radio/index.js +3 -0
  1025. package/esm/Radio/radioClasses.js +6 -0
  1026. package/esm/RadioGroup/RadioGroup.js +107 -0
  1027. package/esm/RadioGroup/RadioGroupContext.js +12 -0
  1028. package/esm/RadioGroup/index.js +2 -0
  1029. package/esm/RadioGroup/useRadioGroup.js +5 -0
  1030. package/esm/Rating/Rating.js +720 -0
  1031. package/esm/Rating/index.js +3 -0
  1032. package/esm/Rating/ratingClasses.js +6 -0
  1033. package/esm/ScopedCssBaseline/ScopedCssBaseline.js +106 -0
  1034. package/esm/ScopedCssBaseline/index.js +3 -0
  1035. package/esm/ScopedCssBaseline/scopedCssBaselineClasses.js +6 -0
  1036. package/esm/Select/Select.js +309 -0
  1037. package/esm/Select/SelectInput.js +731 -0
  1038. package/esm/Select/index.js +3 -0
  1039. package/esm/Select/selectClasses.js +6 -0
  1040. package/esm/Skeleton/Skeleton.js +241 -0
  1041. package/esm/Skeleton/index.js +3 -0
  1042. package/esm/Skeleton/skeletonClasses.js +6 -0
  1043. package/esm/Slide/Slide.js +371 -0
  1044. package/esm/Slide/index.js +1 -0
  1045. package/esm/Slider/Slider.js +769 -0
  1046. package/esm/Slider/index.js +2 -0
  1047. package/esm/Snackbar/Snackbar.js +455 -0
  1048. package/esm/Snackbar/index.js +3 -0
  1049. package/esm/Snackbar/snackbarClasses.js +6 -0
  1050. package/esm/SnackbarContent/SnackbarContent.js +146 -0
  1051. package/esm/SnackbarContent/index.js +3 -0
  1052. package/esm/SnackbarContent/snackbarContentClasses.js +6 -0
  1053. package/esm/SpeedDial/SpeedDial.js +563 -0
  1054. package/esm/SpeedDial/index.js +3 -0
  1055. package/esm/SpeedDial/speedDialClasses.js +6 -0
  1056. package/esm/SpeedDialAction/SpeedDialAction.js +270 -0
  1057. package/esm/SpeedDialAction/index.js +3 -0
  1058. package/esm/SpeedDialAction/speedDialActionClasses.js +6 -0
  1059. package/esm/SpeedDialIcon/SpeedDialIcon.js +150 -0
  1060. package/esm/SpeedDialIcon/index.js +3 -0
  1061. package/esm/SpeedDialIcon/speedDialIconClasses.js +6 -0
  1062. package/esm/Stack/Stack.js +183 -0
  1063. package/esm/Stack/index.js +1 -0
  1064. package/esm/Step/Step.js +190 -0
  1065. package/esm/Step/StepContext.js +20 -0
  1066. package/esm/Step/index.js +5 -0
  1067. package/esm/Step/stepClasses.js +6 -0
  1068. package/esm/StepButton/StepButton.js +141 -0
  1069. package/esm/StepButton/index.js +3 -0
  1070. package/esm/StepButton/stepButtonClasses.js +6 -0
  1071. package/esm/StepConnector/StepConnector.js +144 -0
  1072. package/esm/StepConnector/index.js +3 -0
  1073. package/esm/StepConnector/stepConnectorClasses.js +6 -0
  1074. package/esm/StepContent/StepContent.js +168 -0
  1075. package/esm/StepContent/index.js +3 -0
  1076. package/esm/StepContent/stepContentClasses.js +6 -0
  1077. package/esm/StepIcon/StepIcon.js +180 -0
  1078. package/esm/StepIcon/index.js +3 -0
  1079. package/esm/StepIcon/stepIconClasses.js +6 -0
  1080. package/esm/StepLabel/StepLabel.js +244 -0
  1081. package/esm/StepLabel/index.js +3 -0
  1082. package/esm/StepLabel/stepLabelClasses.js +6 -0
  1083. package/esm/Stepper/Stepper.js +169 -0
  1084. package/esm/Stepper/StepperContext.js +20 -0
  1085. package/esm/Stepper/index.js +5 -0
  1086. package/esm/Stepper/stepperClasses.js +6 -0
  1087. package/esm/StyledEngineProvider/index.js +1 -0
  1088. package/esm/SvgIcon/SvgIcon.js +207 -0
  1089. package/esm/SvgIcon/index.js +3 -0
  1090. package/esm/SvgIcon/svgIconClasses.js +6 -0
  1091. package/esm/SwipeableDrawer/SwipeArea.js +84 -0
  1092. package/esm/SwipeableDrawer/SwipeableDrawer.js +630 -0
  1093. package/esm/SwipeableDrawer/index.js +1 -0
  1094. package/esm/Switch/Switch.js +346 -0
  1095. package/esm/Switch/index.js +3 -0
  1096. package/esm/Switch/switchClasses.js +6 -0
  1097. package/esm/Tab/Tab.js +287 -0
  1098. package/esm/Tab/index.js +3 -0
  1099. package/esm/Tab/tabClasses.js +6 -0
  1100. package/esm/TabScrollButton/TabScrollButton.js +137 -0
  1101. package/esm/TabScrollButton/index.js +3 -0
  1102. package/esm/TabScrollButton/tabScrollButtonClasses.js +6 -0
  1103. package/esm/Table/Table.js +147 -0
  1104. package/esm/Table/TableContext.js +12 -0
  1105. package/esm/Table/Tablelvl2Context.js +12 -0
  1106. package/esm/Table/index.js +3 -0
  1107. package/esm/Table/tableClasses.js +6 -0
  1108. package/esm/TableBody/TableBody.js +97 -0
  1109. package/esm/TableBody/index.js +3 -0
  1110. package/esm/TableBody/tableBodyClasses.js +6 -0
  1111. package/esm/TableCell/TableCell.js +237 -0
  1112. package/esm/TableCell/index.js +3 -0
  1113. package/esm/TableCell/tableCellClasses.js +6 -0
  1114. package/esm/TableContainer/TableContainer.js +89 -0
  1115. package/esm/TableContainer/index.js +3 -0
  1116. package/esm/TableContainer/tableContainerClasses.js +6 -0
  1117. package/esm/TableFooter/TableFooter.js +97 -0
  1118. package/esm/TableFooter/index.js +3 -0
  1119. package/esm/TableFooter/tableFooterClasses.js +6 -0
  1120. package/esm/TableHead/TableHead.js +97 -0
  1121. package/esm/TableHead/index.js +3 -0
  1122. package/esm/TableHead/tableHeadClasses.js +6 -0
  1123. package/esm/TablePagination/TablePagination.js +424 -0
  1124. package/esm/TablePagination/TablePaginationActions.js +142 -0
  1125. package/esm/TablePagination/index.js +3 -0
  1126. package/esm/TablePagination/tablePaginationClasses.js +6 -0
  1127. package/esm/TableRow/TableRow.js +141 -0
  1128. package/esm/TableRow/index.js +3 -0
  1129. package/esm/TableRow/tableRowClasses.js +6 -0
  1130. package/esm/TableSortLabel/TableSortLabel.js +184 -0
  1131. package/esm/TableSortLabel/index.js +3 -0
  1132. package/esm/TableSortLabel/tableSortLabelClasses.js +6 -0
  1133. package/esm/Tabs/ScrollbarSize.js +62 -0
  1134. package/esm/Tabs/Tabs.js +871 -0
  1135. package/esm/Tabs/index.js +3 -0
  1136. package/esm/Tabs/tabsClasses.js +6 -0
  1137. package/esm/TextField/TextField.js +431 -0
  1138. package/esm/TextField/index.js +3 -0
  1139. package/esm/TextField/textFieldClasses.js +6 -0
  1140. package/esm/TextareaAutosize/index.js +1 -0
  1141. package/esm/ToggleButton/ToggleButton.js +254 -0
  1142. package/esm/ToggleButton/index.js +3 -0
  1143. package/esm/ToggleButton/toggleButtonClasses.js +6 -0
  1144. package/esm/ToggleButtonGroup/ToggleButtonGroup.js +258 -0
  1145. package/esm/ToggleButtonGroup/index.js +3 -0
  1146. package/esm/ToggleButtonGroup/isValueSelected.js +13 -0
  1147. package/esm/ToggleButtonGroup/toggleButtonGroupClasses.js +6 -0
  1148. package/esm/Toolbar/Toolbar.js +131 -0
  1149. package/esm/Toolbar/index.js +3 -0
  1150. package/esm/Toolbar/toolbarClasses.js +6 -0
  1151. package/esm/Tooltip/Tooltip.js +829 -0
  1152. package/esm/Tooltip/index.js +3 -0
  1153. package/esm/Tooltip/tooltipClasses.js +6 -0
  1154. package/esm/Typography/Typography.js +216 -0
  1155. package/esm/Typography/index.js +3 -0
  1156. package/esm/Typography/typographyClasses.js +6 -0
  1157. package/esm/Unstable_Grid2/Grid2.js +34 -0
  1158. package/esm/Unstable_Grid2/Grid2Props.js +1 -0
  1159. package/esm/Unstable_Grid2/grid2Classes.js +14 -0
  1160. package/esm/Unstable_Grid2/index.js +4 -0
  1161. package/esm/Unstable_TrapFocus/index.js +1 -0
  1162. package/esm/Zoom/Zoom.js +226 -0
  1163. package/esm/Zoom/index.js +1 -0
  1164. package/esm/className/index.js +2 -0
  1165. package/esm/colors/amber.js +17 -0
  1166. package/esm/colors/blue.js +17 -0
  1167. package/esm/colors/blueGrey.js +17 -0
  1168. package/esm/colors/brown.js +17 -0
  1169. package/esm/colors/common.js +5 -0
  1170. package/esm/colors/cyan.js +17 -0
  1171. package/esm/colors/deepOrange.js +17 -0
  1172. package/esm/colors/deepPurple.js +17 -0
  1173. package/esm/colors/green.js +17 -0
  1174. package/esm/colors/grey.js +17 -0
  1175. package/esm/colors/index.js +20 -0
  1176. package/esm/colors/indigo.js +17 -0
  1177. package/esm/colors/lightBlue.js +17 -0
  1178. package/esm/colors/lightGreen.js +17 -0
  1179. package/esm/colors/lime.js +17 -0
  1180. package/esm/colors/orange.js +17 -0
  1181. package/esm/colors/pink.js +17 -0
  1182. package/esm/colors/purple.js +17 -0
  1183. package/esm/colors/red.js +17 -0
  1184. package/esm/colors/teal.js +17 -0
  1185. package/esm/colors/yellow.js +17 -0
  1186. package/esm/darkScrollbar/index.js +32 -0
  1187. package/esm/index.js +278 -0
  1188. package/esm/internal/SwitchBase.js +306 -0
  1189. package/esm/internal/animate.js +49 -0
  1190. package/esm/internal/svg-icons/Add.js +10 -0
  1191. package/esm/internal/svg-icons/ArrowDownward.js +10 -0
  1192. package/esm/internal/svg-icons/ArrowDropDown.js +10 -0
  1193. package/esm/internal/svg-icons/Cancel.js +10 -0
  1194. package/esm/internal/svg-icons/CheckBox.js +10 -0
  1195. package/esm/internal/svg-icons/CheckBoxOutlineBlank.js +10 -0
  1196. package/esm/internal/svg-icons/CheckCircle.js +10 -0
  1197. package/esm/internal/svg-icons/Close.js +12 -0
  1198. package/esm/internal/svg-icons/ErrorOutline.js +10 -0
  1199. package/esm/internal/svg-icons/FirstPage.js +10 -0
  1200. package/esm/internal/svg-icons/IndeterminateCheckBox.js +10 -0
  1201. package/esm/internal/svg-icons/InfoOutlined.js +10 -0
  1202. package/esm/internal/svg-icons/KeyboardArrowLeft.js +10 -0
  1203. package/esm/internal/svg-icons/KeyboardArrowRight.js +10 -0
  1204. package/esm/internal/svg-icons/LastPage.js +10 -0
  1205. package/esm/internal/svg-icons/MoreHoriz.js +10 -0
  1206. package/esm/internal/svg-icons/NavigateBefore.js +10 -0
  1207. package/esm/internal/svg-icons/NavigateNext.js +10 -0
  1208. package/esm/internal/svg-icons/Person.js +10 -0
  1209. package/esm/internal/svg-icons/RadioButtonChecked.js +10 -0
  1210. package/esm/internal/svg-icons/RadioButtonUnchecked.js +10 -0
  1211. package/esm/internal/svg-icons/ReportProblemOutlined.js +10 -0
  1212. package/esm/internal/svg-icons/Star.js +10 -0
  1213. package/esm/internal/svg-icons/StarBorder.js +10 -0
  1214. package/esm/internal/svg-icons/SuccessOutlined.js +10 -0
  1215. package/esm/internal/svg-icons/Warning.js +10 -0
  1216. package/esm/internal/switchBaseClasses.js +6 -0
  1217. package/esm/locale/index.js +3784 -0
  1218. package/esm/styles/CssVarsProvider.js +35 -0
  1219. package/esm/styles/ThemeProvider.js +1 -0
  1220. package/esm/styles/adaptV4Theme.js +82 -0
  1221. package/esm/styles/createMixins.js +16 -0
  1222. package/esm/styles/createMuiStrictModeTheme.js +7 -0
  1223. package/esm/styles/createPalette.js +333 -0
  1224. package/esm/styles/createStyles.js +10 -0
  1225. package/esm/styles/createTheme.js +91 -0
  1226. package/esm/styles/createTransitions.js +98 -0
  1227. package/esm/styles/createTypography.js +91 -0
  1228. package/esm/styles/cssUtils.js +125 -0
  1229. package/esm/styles/defaultTheme.js +3 -0
  1230. package/esm/styles/experimental_extendTheme.js +264 -0
  1231. package/esm/styles/index.js +21 -0
  1232. package/esm/styles/makeStyles.js +6 -0
  1233. package/esm/styles/responsiveFontSizes.js +67 -0
  1234. package/esm/styles/shadows.js +11 -0
  1235. package/esm/styles/styled.js +9 -0
  1236. package/esm/styles/useTheme.js +13 -0
  1237. package/esm/styles/useThemeProps.js +12 -0
  1238. package/esm/styles/withStyles.js +6 -0
  1239. package/esm/styles/withTheme.js +6 -0
  1240. package/esm/styles/zIndex.js +13 -0
  1241. package/esm/transitions/index.js +1 -0
  1242. package/esm/transitions/transition.js +1 -0
  1243. package/esm/transitions/utils.js +15 -0
  1244. package/esm/useAutocomplete/index.js +1 -0
  1245. package/esm/useAutocomplete/useAutocomplete.js +2 -0
  1246. package/esm/useMediaQuery/index.js +1 -0
  1247. package/esm/useMediaQuery/useMediaQuery.js +124 -0
  1248. package/esm/useMediaQuery/useMediaQueryTheme.js +5 -0
  1249. package/esm/usePagination/index.js +1 -0
  1250. package/esm/usePagination/usePagination.js +110 -0
  1251. package/esm/useScrollTrigger/index.js +1 -0
  1252. package/esm/useScrollTrigger/useScrollTrigger.js +58 -0
  1253. package/esm/useTouchRipple/index.js +1 -0
  1254. package/esm/useTouchRipple/useTouchRipple.js +105 -0
  1255. package/esm/utils/capitalize.js +2 -0
  1256. package/esm/utils/createChainedFunction.js +2 -0
  1257. package/esm/utils/createSvgIcon.js +25 -0
  1258. package/esm/utils/debounce.js +2 -0
  1259. package/esm/utils/deprecatedPropType.js +2 -0
  1260. package/esm/utils/getScrollbarSize.js +2 -0
  1261. package/esm/utils/index.js +26 -0
  1262. package/esm/utils/isMuiElement.js +2 -0
  1263. package/esm/utils/ownerDocument.js +2 -0
  1264. package/esm/utils/ownerWindow.js +2 -0
  1265. package/esm/utils/requirePropFactory.js +2 -0
  1266. package/esm/utils/scrollLeft.js +1 -0
  1267. package/esm/utils/setRef.js +2 -0
  1268. package/esm/utils/shouldSpreadAdditionalProps.js +7 -0
  1269. package/esm/utils/unsupportedProp.js +2 -0
  1270. package/esm/utils/useControlled.js +2 -0
  1271. package/esm/utils/useEnhancedEffect.js +2 -0
  1272. package/esm/utils/useEventCallback.js +2 -0
  1273. package/esm/utils/useForkRef.js +2 -0
  1274. package/esm/utils/useId.js +2 -0
  1275. package/esm/utils/useIsFocusVisible.js +2 -0
  1276. package/index.js +2896 -279
  1277. package/internal/SwitchBase.js +78 -54
  1278. package/internal/animate.js +8 -1
  1279. package/internal/svg-icons/Add.js +21 -6
  1280. package/internal/svg-icons/ArrowDownward.js +23 -6
  1281. package/internal/svg-icons/ArrowDropDown.js +23 -6
  1282. package/internal/svg-icons/Cancel.js +23 -6
  1283. package/internal/svg-icons/CheckBox.js +23 -6
  1284. package/internal/svg-icons/CheckBoxOutlineBlank.js +23 -6
  1285. package/internal/svg-icons/CheckCircle.js +23 -6
  1286. package/internal/svg-icons/Close.js +23 -6
  1287. package/internal/svg-icons/ErrorOutline.js +23 -6
  1288. package/internal/svg-icons/FirstPage.js +23 -6
  1289. package/internal/svg-icons/IndeterminateCheckBox.js +23 -6
  1290. package/internal/svg-icons/InfoOutlined.js +23 -6
  1291. package/internal/svg-icons/KeyboardArrowLeft.js +23 -6
  1292. package/internal/svg-icons/KeyboardArrowRight.js +23 -6
  1293. package/internal/svg-icons/LastPage.js +23 -6
  1294. package/internal/svg-icons/MoreHoriz.js +23 -6
  1295. package/internal/svg-icons/NavigateBefore.js +23 -6
  1296. package/internal/svg-icons/NavigateNext.js +23 -6
  1297. package/internal/svg-icons/Person.js +23 -6
  1298. package/internal/svg-icons/RadioButtonChecked.js +23 -6
  1299. package/internal/svg-icons/RadioButtonUnchecked.js +23 -6
  1300. package/internal/svg-icons/ReportProblemOutlined.js +23 -6
  1301. package/internal/svg-icons/Star.js +23 -6
  1302. package/internal/svg-icons/StarBorder.js +23 -6
  1303. package/internal/svg-icons/SuccessOutlined.js +23 -6
  1304. package/internal/svg-icons/Warning.js +23 -6
  1305. package/internal/switchBaseClasses.d.ts +12 -12
  1306. package/internal/switchBaseClasses.js +16 -5
  1307. package/legacy/Autocomplete/Autocomplete.js +7 -3
  1308. package/legacy/AvatarGroup/AvatarGroup.js +11 -1
  1309. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  1310. package/legacy/Hidden/HiddenJs.js +19 -28
  1311. package/legacy/IconButton/IconButton.js +1 -1
  1312. package/legacy/NativeSelect/NativeSelect.js +17 -15
  1313. package/legacy/OverridableComponentAugmentation.js +1 -0
  1314. package/legacy/Popper/Popper.js +1 -1
  1315. package/legacy/Select/Select.js +38 -35
  1316. package/legacy/Step/Step.js +12 -2
  1317. package/legacy/Stepper/Stepper.js +12 -2
  1318. package/legacy/TablePagination/TablePagination.js +4 -2
  1319. package/legacy/ToggleButton/ToggleButton.js +3 -1
  1320. package/legacy/index.js +1 -1
  1321. package/legacy/useMediaQuery/useMediaQuery.js +0 -2
  1322. package/locale/index.d.ts +71 -71
  1323. package/locale/index.js +103 -49
  1324. package/locale/package.json +2 -2
  1325. package/modern/Autocomplete/Autocomplete.js +7 -3
  1326. package/modern/AvatarGroup/AvatarGroup.js +10 -1
  1327. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  1328. package/modern/Hidden/HiddenJs.js +19 -28
  1329. package/modern/IconButton/IconButton.js +1 -1
  1330. package/modern/NativeSelect/NativeSelect.js +17 -15
  1331. package/modern/OverridableComponentAugmentation.js +1 -0
  1332. package/modern/Popper/Popper.js +1 -1
  1333. package/modern/Select/Select.js +38 -35
  1334. package/modern/Step/Step.js +11 -2
  1335. package/modern/Stepper/Stepper.js +11 -2
  1336. package/modern/TablePagination/TablePagination.js +4 -2
  1337. package/modern/ToggleButton/ToggleButton.js +3 -1
  1338. package/modern/index.js +1 -1
  1339. package/package.json +9 -9
  1340. package/styles/CssVarsProvider.d.ts +14 -14
  1341. package/styles/CssVarsProvider.js +24 -10
  1342. package/styles/ThemeProvider.js +13 -1
  1343. package/styles/adaptV4Theme.js +26 -17
  1344. package/styles/createMixins.js +13 -3
  1345. package/styles/createMuiStrictModeTheme.js +15 -4
  1346. package/styles/createPalette.js +90 -67
  1347. package/styles/createStyles.js +7 -1
  1348. package/styles/createTheme.js +50 -27
  1349. package/styles/createTransitions.js +23 -10
  1350. package/styles/createTypography.js +19 -7
  1351. package/styles/cssUtils.js +26 -7
  1352. package/styles/defaultTheme.js +14 -3
  1353. package/styles/experimental_extendTheme.js +111 -95
  1354. package/styles/index.js +297 -21
  1355. package/styles/makeStyles.js +11 -3
  1356. package/styles/package.json +2 -2
  1357. package/styles/responsiveFontSizes.js +25 -15
  1358. package/styles/shadows.js +8 -1
  1359. package/styles/styled.js +22 -7
  1360. package/styles/useTheme.js +21 -5
  1361. package/styles/useThemeProps.js +16 -5
  1362. package/styles/withStyles.js +11 -3
  1363. package/styles/withTheme.js +11 -3
  1364. package/styles/zIndex.js +8 -1
  1365. package/transitions/index.d.ts +1 -1
  1366. package/transitions/index.js +18 -1
  1367. package/transitions/package.json +2 -2
  1368. package/transitions/transition.d.ts +13 -13
  1369. package/transitions/transition.js +5 -1
  1370. package/transitions/utils.d.ts +23 -23
  1371. package/transitions/utils.js +13 -2
  1372. package/umd/material-ui.development.js +298 -175
  1373. package/umd/material-ui.production.min.js +20 -20
  1374. package/useAutocomplete/index.js +23 -1
  1375. package/useAutocomplete/package.json +2 -2
  1376. package/useAutocomplete/useAutocomplete.js +26 -2
  1377. package/useMediaQuery/index.js +15 -1
  1378. package/useMediaQuery/package.json +2 -2
  1379. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  1380. package/useMediaQuery/useMediaQuery.js +22 -10
  1381. package/useMediaQuery/useMediaQueryTheme.js +13 -3
  1382. package/usePagination/index.js +15 -1
  1383. package/usePagination/package.json +2 -2
  1384. package/usePagination/usePagination.js +20 -8
  1385. package/useScrollTrigger/index.js +15 -1
  1386. package/useScrollTrigger/package.json +2 -2
  1387. package/useScrollTrigger/useScrollTrigger.js +23 -7
  1388. package/useTouchRipple/index.d.ts +1 -1
  1389. package/useTouchRipple/index.js +15 -1
  1390. package/useTouchRipple/package.json +2 -2
  1391. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  1392. package/useTouchRipple/useTouchRipple.js +19 -6
  1393. package/utils/capitalize.js +11 -2
  1394. package/utils/createChainedFunction.js +11 -2
  1395. package/utils/createSvgIcon.js +24 -8
  1396. package/utils/debounce.js +11 -2
  1397. package/utils/deprecatedPropType.js +11 -2
  1398. package/utils/getScrollbarSize.d.ts +2 -2
  1399. package/utils/getScrollbarSize.js +11 -2
  1400. package/utils/index.js +153 -22
  1401. package/utils/isMuiElement.js +11 -2
  1402. package/utils/ownerDocument.d.ts +2 -2
  1403. package/utils/ownerDocument.js +11 -2
  1404. package/utils/ownerWindow.d.ts +2 -2
  1405. package/utils/ownerWindow.js +11 -2
  1406. package/utils/package.json +2 -2
  1407. package/utils/requirePropFactory.js +11 -2
  1408. package/utils/scrollLeft.js +19 -1
  1409. package/utils/setRef.d.ts +2 -2
  1410. package/utils/setRef.js +11 -2
  1411. package/utils/shouldSpreadAdditionalProps.js +11 -3
  1412. package/utils/unsupportedProp.js +11 -2
  1413. package/utils/useControlled.js +11 -2
  1414. package/utils/useEnhancedEffect.js +11 -2
  1415. package/utils/useEventCallback.js +11 -2
  1416. package/utils/useForkRef.js +11 -2
  1417. package/utils/useId.js +11 -2
  1418. package/utils/useIsFocusVisible.js +11 -2
  1419. package/node/Accordion/Accordion.js +0 -304
  1420. package/node/Accordion/AccordionContext.js +0 -25
  1421. package/node/Accordion/accordionClasses.js +0 -17
  1422. package/node/Accordion/index.js +0 -42
  1423. package/node/AccordionActions/AccordionActions.js +0 -123
  1424. package/node/AccordionActions/accordionActionsClasses.js +0 -17
  1425. package/node/AccordionActions/index.js +0 -42
  1426. package/node/AccordionDetails/AccordionDetails.js +0 -101
  1427. package/node/AccordionDetails/accordionDetailsClasses.js +0 -17
  1428. package/node/AccordionDetails/index.js +0 -42
  1429. package/node/AccordionSummary/AccordionSummary.js +0 -231
  1430. package/node/AccordionSummary/accordionSummaryClasses.js +0 -17
  1431. package/node/AccordionSummary/index.js +0 -42
  1432. package/node/Alert/Alert.js +0 -321
  1433. package/node/Alert/alertClasses.js +0 -17
  1434. package/node/Alert/index.js +0 -42
  1435. package/node/AlertTitle/AlertTitle.js +0 -108
  1436. package/node/AlertTitle/alertTitleClasses.js +0 -17
  1437. package/node/AlertTitle/index.js +0 -42
  1438. package/node/AppBar/AppBar.js +0 -215
  1439. package/node/AppBar/appBarClasses.js +0 -17
  1440. package/node/AppBar/index.js +0 -42
  1441. package/node/Autocomplete/Autocomplete.js +0 -1124
  1442. package/node/Autocomplete/autocompleteClasses.js +0 -17
  1443. package/node/Autocomplete/index.js +0 -47
  1444. package/node/Avatar/Avatar.js +0 -292
  1445. package/node/Avatar/avatarClasses.js +0 -17
  1446. package/node/Avatar/index.js +0 -42
  1447. package/node/AvatarGroup/AvatarGroup.js +0 -231
  1448. package/node/AvatarGroup/avatarGroupClasses.js +0 -17
  1449. package/node/AvatarGroup/index.js +0 -42
  1450. package/node/Backdrop/Backdrop.js +0 -188
  1451. package/node/Backdrop/backdropClasses.js +0 -17
  1452. package/node/Backdrop/index.js +0 -42
  1453. package/node/Badge/Badge.js +0 -392
  1454. package/node/Badge/badgeClasses.js +0 -22
  1455. package/node/Badge/index.js +0 -42
  1456. package/node/BottomNavigation/BottomNavigation.js +0 -161
  1457. package/node/BottomNavigation/bottomNavigationClasses.js +0 -17
  1458. package/node/BottomNavigation/index.js +0 -42
  1459. package/node/BottomNavigationAction/BottomNavigationAction.js +0 -210
  1460. package/node/BottomNavigationAction/bottomNavigationActionClasses.js +0 -17
  1461. package/node/BottomNavigationAction/index.js +0 -42
  1462. package/node/Box/Box.js +0 -49
  1463. package/node/Box/index.js +0 -15
  1464. package/node/Breadcrumbs/BreadcrumbCollapsed.js +0 -86
  1465. package/node/Breadcrumbs/Breadcrumbs.js +0 -261
  1466. package/node/Breadcrumbs/breadcrumbsClasses.js +0 -17
  1467. package/node/Breadcrumbs/index.js +0 -42
  1468. package/node/Button/Button.js +0 -438
  1469. package/node/Button/buttonClasses.js +0 -17
  1470. package/node/Button/index.js +0 -42
  1471. package/node/ButtonBase/ButtonBase.js +0 -573
  1472. package/node/ButtonBase/Ripple.js +0 -115
  1473. package/node/ButtonBase/TouchRipple.js +0 -365
  1474. package/node/ButtonBase/buttonBaseClasses.js +0 -17
  1475. package/node/ButtonBase/index.js +0 -63
  1476. package/node/ButtonBase/touchRippleClasses.js +0 -17
  1477. package/node/ButtonGroup/ButtonGroup.js +0 -305
  1478. package/node/ButtonGroup/ButtonGroupContext.js +0 -24
  1479. package/node/ButtonGroup/buttonGroupClasses.js +0 -17
  1480. package/node/ButtonGroup/index.js +0 -42
  1481. package/node/Card/Card.js +0 -121
  1482. package/node/Card/cardClasses.js +0 -17
  1483. package/node/Card/index.js +0 -42
  1484. package/node/CardActionArea/CardActionArea.js +0 -149
  1485. package/node/CardActionArea/cardActionAreaClasses.js +0 -17
  1486. package/node/CardActionArea/index.js +0 -42
  1487. package/node/CardActions/CardActions.js +0 -122
  1488. package/node/CardActions/cardActionsClasses.js +0 -17
  1489. package/node/CardActions/index.js +0 -42
  1490. package/node/CardContent/CardContent.js +0 -114
  1491. package/node/CardContent/cardContentClasses.js +0 -17
  1492. package/node/CardContent/index.js +0 -42
  1493. package/node/CardHeader/CardHeader.js +0 -240
  1494. package/node/CardHeader/cardHeaderClasses.js +0 -17
  1495. package/node/CardHeader/index.js +0 -42
  1496. package/node/CardMedia/CardMedia.js +0 -174
  1497. package/node/CardMedia/cardMediaClasses.js +0 -17
  1498. package/node/CardMedia/index.js +0 -42
  1499. package/node/Checkbox/Checkbox.js +0 -256
  1500. package/node/Checkbox/checkboxClasses.js +0 -17
  1501. package/node/Checkbox/index.js +0 -42
  1502. package/node/Chip/Chip.js +0 -555
  1503. package/node/Chip/chipClasses.js +0 -17
  1504. package/node/Chip/index.js +0 -42
  1505. package/node/CircularProgress/CircularProgress.js +0 -293
  1506. package/node/CircularProgress/circularProgressClasses.js +0 -17
  1507. package/node/CircularProgress/index.js +0 -42
  1508. package/node/ClickAwayListener/index.js +0 -30
  1509. package/node/Collapse/Collapse.js +0 -446
  1510. package/node/Collapse/collapseClasses.js +0 -17
  1511. package/node/Collapse/index.js +0 -42
  1512. package/node/Container/Container.js +0 -92
  1513. package/node/Container/containerClasses.js +0 -17
  1514. package/node/Container/index.js +0 -42
  1515. package/node/CssBaseline/CssBaseline.js +0 -128
  1516. package/node/CssBaseline/index.js +0 -15
  1517. package/node/Dialog/Dialog.js +0 -457
  1518. package/node/Dialog/DialogContext.js +0 -17
  1519. package/node/Dialog/dialogClasses.js +0 -17
  1520. package/node/Dialog/index.js +0 -42
  1521. package/node/DialogActions/DialogActions.js +0 -124
  1522. package/node/DialogActions/dialogActionsClasses.js +0 -17
  1523. package/node/DialogActions/index.js +0 -42
  1524. package/node/DialogContent/DialogContent.js +0 -131
  1525. package/node/DialogContent/dialogContentClasses.js +0 -17
  1526. package/node/DialogContent/index.js +0 -42
  1527. package/node/DialogContentText/DialogContentText.js +0 -94
  1528. package/node/DialogContentText/dialogContentTextClasses.js +0 -17
  1529. package/node/DialogContentText/index.js +0 -42
  1530. package/node/DialogTitle/DialogTitle.js +0 -116
  1531. package/node/DialogTitle/dialogTitleClasses.js +0 -17
  1532. package/node/DialogTitle/index.js +0 -42
  1533. package/node/Divider/Divider.js +0 -288
  1534. package/node/Divider/dividerClasses.js +0 -17
  1535. package/node/Divider/index.js +0 -42
  1536. package/node/Drawer/Drawer.js +0 -367
  1537. package/node/Drawer/drawerClasses.js +0 -17
  1538. package/node/Drawer/index.js +0 -42
  1539. package/node/Fab/Fab.js +0 -271
  1540. package/node/Fab/fabClasses.js +0 -17
  1541. package/node/Fab/index.js +0 -42
  1542. package/node/Fade/Fade.js +0 -249
  1543. package/node/Fade/index.js +0 -15
  1544. package/node/FilledInput/FilledInput.js +0 -453
  1545. package/node/FilledInput/filledInputClasses.js +0 -23
  1546. package/node/FilledInput/index.js +0 -42
  1547. package/node/FormControl/FormControl.js +0 -352
  1548. package/node/FormControl/FormControlContext.js +0 -24
  1549. package/node/FormControl/formControlClasses.js +0 -17
  1550. package/node/FormControl/formControlState.js +0 -24
  1551. package/node/FormControl/index.js +0 -51
  1552. package/node/FormControl/useFormControl.js +0 -20
  1553. package/node/FormControlLabel/FormControlLabel.js +0 -261
  1554. package/node/FormControlLabel/formControlLabelClasses.js +0 -17
  1555. package/node/FormControlLabel/index.js +0 -42
  1556. package/node/FormGroup/FormGroup.js +0 -138
  1557. package/node/FormGroup/formGroupClasses.js +0 -17
  1558. package/node/FormGroup/index.js +0 -42
  1559. package/node/FormHelperText/FormHelperText.js +0 -210
  1560. package/node/FormHelperText/formHelperTextClasses.js +0 -17
  1561. package/node/FormHelperText/index.js +0 -42
  1562. package/node/FormLabel/FormLabel.js +0 -208
  1563. package/node/FormLabel/formLabelClasses.js +0 -17
  1564. package/node/FormLabel/index.js +0 -52
  1565. package/node/GlobalStyles/GlobalStyles.js +0 -48
  1566. package/node/GlobalStyles/index.js +0 -15
  1567. package/node/Grid/Grid.js +0 -658
  1568. package/node/Grid/GridContext.js +0 -24
  1569. package/node/Grid/gridClasses.js +0 -25
  1570. package/node/Grid/index.js +0 -42
  1571. package/node/Grow/Grow.js +0 -309
  1572. package/node/Grow/index.js +0 -15
  1573. package/node/Hidden/Hidden.js +0 -177
  1574. package/node/Hidden/HiddenCss.js +0 -228
  1575. package/node/Hidden/HiddenJs.js +0 -169
  1576. package/node/Hidden/hiddenCssClasses.js +0 -17
  1577. package/node/Hidden/index.js +0 -15
  1578. package/node/Hidden/withWidth.js +0 -146
  1579. package/node/Icon/Icon.js +0 -184
  1580. package/node/Icon/iconClasses.js +0 -17
  1581. package/node/Icon/index.js +0 -42
  1582. package/node/IconButton/IconButton.js +0 -246
  1583. package/node/IconButton/iconButtonClasses.js +0 -17
  1584. package/node/IconButton/index.js +0 -42
  1585. package/node/ImageList/ImageList.js +0 -198
  1586. package/node/ImageList/ImageListContext.js +0 -25
  1587. package/node/ImageList/imageListClasses.js +0 -17
  1588. package/node/ImageList/index.js +0 -42
  1589. package/node/ImageListItem/ImageListItem.js +0 -215
  1590. package/node/ImageListItem/imageListItemClasses.js +0 -17
  1591. package/node/ImageListItem/index.js +0 -42
  1592. package/node/ImageListItemBar/ImageListItemBar.js +0 -257
  1593. package/node/ImageListItemBar/imageListItemBarClasses.js +0 -17
  1594. package/node/ImageListItemBar/index.js +0 -42
  1595. package/node/Input/Input.js +0 -369
  1596. package/node/Input/index.js +0 -42
  1597. package/node/Input/inputClasses.js +0 -23
  1598. package/node/InputAdornment/InputAdornment.js +0 -218
  1599. package/node/InputAdornment/index.js +0 -42
  1600. package/node/InputAdornment/inputAdornmentClasses.js +0 -17
  1601. package/node/InputBase/InputBase.js +0 -778
  1602. package/node/InputBase/index.js +0 -42
  1603. package/node/InputBase/inputBaseClasses.js +0 -17
  1604. package/node/InputBase/utils.js +0 -39
  1605. package/node/InputLabel/InputLabel.js +0 -250
  1606. package/node/InputLabel/index.js +0 -42
  1607. package/node/InputLabel/inputLabelClasses.js +0 -17
  1608. package/node/LinearProgress/LinearProgress.js +0 -392
  1609. package/node/LinearProgress/index.js +0 -42
  1610. package/node/LinearProgress/linearProgressClasses.js +0 -17
  1611. package/node/Link/Link.js +0 -266
  1612. package/node/Link/getTextDecoration.js +0 -39
  1613. package/node/Link/index.js +0 -42
  1614. package/node/Link/linkClasses.js +0 -17
  1615. package/node/List/List.js +0 -162
  1616. package/node/List/ListContext.js +0 -24
  1617. package/node/List/index.js +0 -42
  1618. package/node/List/listClasses.js +0 -17
  1619. package/node/ListItem/ListItem.js +0 -451
  1620. package/node/ListItem/index.js +0 -42
  1621. package/node/ListItem/listItemClasses.js +0 -17
  1622. package/node/ListItemAvatar/ListItemAvatar.js +0 -119
  1623. package/node/ListItemAvatar/index.js +0 -42
  1624. package/node/ListItemAvatar/listItemAvatarClasses.js +0 -17
  1625. package/node/ListItemButton/ListItemButton.js +0 -280
  1626. package/node/ListItemButton/index.js +0 -42
  1627. package/node/ListItemButton/listItemButtonClasses.js +0 -17
  1628. package/node/ListItemIcon/ListItemIcon.js +0 -123
  1629. package/node/ListItemIcon/index.js +0 -42
  1630. package/node/ListItemIcon/listItemIconClasses.js +0 -17
  1631. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -122
  1632. package/node/ListItemSecondaryAction/index.js +0 -42
  1633. package/node/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -17
  1634. package/node/ListItemText/ListItemText.js +0 -209
  1635. package/node/ListItemText/index.js +0 -42
  1636. package/node/ListItemText/listItemTextClasses.js +0 -17
  1637. package/node/ListSubheader/ListSubheader.js +0 -175
  1638. package/node/ListSubheader/index.js +0 -42
  1639. package/node/ListSubheader/listSubheaderClasses.js +0 -17
  1640. package/node/Menu/Menu.js +0 -321
  1641. package/node/Menu/index.js +0 -42
  1642. package/node/Menu/menuClasses.js +0 -17
  1643. package/node/MenuItem/MenuItem.js +0 -307
  1644. package/node/MenuItem/index.js +0 -42
  1645. package/node/MenuItem/menuItemClasses.js +0 -17
  1646. package/node/MenuList/MenuList.js +0 -336
  1647. package/node/MenuList/index.js +0 -15
  1648. package/node/MobileStepper/MobileStepper.js +0 -246
  1649. package/node/MobileStepper/index.js +0 -42
  1650. package/node/MobileStepper/mobileStepperClasses.js +0 -17
  1651. package/node/Modal/Modal.js +0 -322
  1652. package/node/Modal/index.js +0 -44
  1653. package/node/NativeSelect/NativeSelect.js +0 -168
  1654. package/node/NativeSelect/NativeSelectInput.js +0 -251
  1655. package/node/NativeSelect/index.js +0 -42
  1656. package/node/NativeSelect/nativeSelectClasses.js +0 -17
  1657. package/node/NoSsr/index.js +0 -15
  1658. package/node/OutlinedInput/NotchedOutline.js +0 -157
  1659. package/node/OutlinedInput/OutlinedInput.js +0 -395
  1660. package/node/OutlinedInput/index.js +0 -42
  1661. package/node/OutlinedInput/outlinedInputClasses.js +0 -23
  1662. package/node/Pagination/Pagination.js +0 -297
  1663. package/node/Pagination/index.js +0 -42
  1664. package/node/Pagination/paginationClasses.js +0 -17
  1665. package/node/PaginationItem/PaginationItem.js +0 -411
  1666. package/node/PaginationItem/index.js +0 -42
  1667. package/node/PaginationItem/paginationItemClasses.js +0 -17
  1668. package/node/Paper/Paper.js +0 -205
  1669. package/node/Paper/index.js +0 -42
  1670. package/node/Paper/paperClasses.js +0 -17
  1671. package/node/Popover/Popover.js +0 -536
  1672. package/node/Popover/index.js +0 -52
  1673. package/node/Popover/popoverClasses.js +0 -17
  1674. package/node/Popper/Popper.js +0 -194
  1675. package/node/Popper/index.js +0 -15
  1676. package/node/Portal/index.js +0 -15
  1677. package/node/Radio/Radio.js +0 -261
  1678. package/node/Radio/RadioButtonIcon.js +0 -101
  1679. package/node/Radio/index.js +0 -42
  1680. package/node/Radio/radioClasses.js +0 -17
  1681. package/node/RadioGroup/RadioGroup.js +0 -131
  1682. package/node/RadioGroup/RadioGroupContext.js +0 -24
  1683. package/node/RadioGroup/index.js +0 -23
  1684. package/node/RadioGroup/useRadioGroup.js +0 -20
  1685. package/node/Rating/Rating.js +0 -740
  1686. package/node/Rating/index.js +0 -42
  1687. package/node/Rating/ratingClasses.js +0 -17
  1688. package/node/ScopedCssBaseline/ScopedCssBaseline.js +0 -128
  1689. package/node/ScopedCssBaseline/index.js +0 -42
  1690. package/node/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -17
  1691. package/node/Select/Select.js +0 -333
  1692. package/node/Select/SelectInput.js +0 -758
  1693. package/node/Select/index.js +0 -42
  1694. package/node/Select/selectClasses.js +0 -17
  1695. package/node/Skeleton/Skeleton.js +0 -257
  1696. package/node/Skeleton/index.js +0 -42
  1697. package/node/Skeleton/skeletonClasses.js +0 -17
  1698. package/node/Slide/Slide.js +0 -397
  1699. package/node/Slide/index.js +0 -15
  1700. package/node/Slider/Slider.js +0 -797
  1701. package/node/Slider/index.js +0 -30
  1702. package/node/Snackbar/Snackbar.js +0 -482
  1703. package/node/Snackbar/index.js +0 -42
  1704. package/node/Snackbar/snackbarClasses.js +0 -17
  1705. package/node/SnackbarContent/SnackbarContent.js +0 -169
  1706. package/node/SnackbarContent/index.js +0 -42
  1707. package/node/SnackbarContent/snackbarContentClasses.js +0 -17
  1708. package/node/SpeedDial/SpeedDial.js +0 -589
  1709. package/node/SpeedDial/index.js +0 -42
  1710. package/node/SpeedDial/speedDialClasses.js +0 -17
  1711. package/node/SpeedDialAction/SpeedDialAction.js +0 -292
  1712. package/node/SpeedDialAction/index.js +0 -42
  1713. package/node/SpeedDialAction/speedDialActionClasses.js +0 -17
  1714. package/node/SpeedDialIcon/SpeedDialIcon.js +0 -172
  1715. package/node/SpeedDialIcon/index.js +0 -42
  1716. package/node/SpeedDialIcon/speedDialIconClasses.js +0 -17
  1717. package/node/Stack/Stack.js +0 -205
  1718. package/node/Stack/index.js +0 -15
  1719. package/node/Step/Step.js +0 -201
  1720. package/node/Step/StepContext.js +0 -34
  1721. package/node/Step/index.js +0 -63
  1722. package/node/Step/stepClasses.js +0 -17
  1723. package/node/StepButton/StepButton.js +0 -166
  1724. package/node/StepButton/index.js +0 -42
  1725. package/node/StepButton/stepButtonClasses.js +0 -17
  1726. package/node/StepConnector/StepConnector.js +0 -167
  1727. package/node/StepConnector/index.js +0 -42
  1728. package/node/StepConnector/stepConnectorClasses.js +0 -17
  1729. package/node/StepContent/StepContent.js +0 -191
  1730. package/node/StepContent/index.js +0 -42
  1731. package/node/StepContent/stepContentClasses.js +0 -17
  1732. package/node/StepIcon/StepIcon.js +0 -202
  1733. package/node/StepIcon/index.js +0 -42
  1734. package/node/StepIcon/stepIconClasses.js +0 -17
  1735. package/node/StepLabel/StepLabel.js +0 -267
  1736. package/node/StepLabel/index.js +0 -42
  1737. package/node/StepLabel/stepLabelClasses.js +0 -17
  1738. package/node/Stepper/Stepper.js +0 -182
  1739. package/node/Stepper/StepperContext.js +0 -34
  1740. package/node/Stepper/index.js +0 -63
  1741. package/node/Stepper/stepperClasses.js +0 -17
  1742. package/node/StyledEngineProvider/index.js +0 -13
  1743. package/node/SvgIcon/SvgIcon.js +0 -228
  1744. package/node/SvgIcon/index.js +0 -42
  1745. package/node/SvgIcon/svgIconClasses.js +0 -17
  1746. package/node/SwipeableDrawer/SwipeArea.js +0 -107
  1747. package/node/SwipeableDrawer/SwipeableDrawer.js +0 -659
  1748. package/node/SwipeableDrawer/index.js +0 -15
  1749. package/node/Switch/Switch.js +0 -367
  1750. package/node/Switch/index.js +0 -42
  1751. package/node/Switch/switchClasses.js +0 -17
  1752. package/node/Tab/Tab.js +0 -311
  1753. package/node/Tab/index.js +0 -42
  1754. package/node/Tab/tabClasses.js +0 -17
  1755. package/node/TabScrollButton/TabScrollButton.js +0 -158
  1756. package/node/TabScrollButton/index.js +0 -42
  1757. package/node/TabScrollButton/tabScrollButtonClasses.js +0 -17
  1758. package/node/Table/Table.js +0 -169
  1759. package/node/Table/TableContext.js +0 -24
  1760. package/node/Table/Tablelvl2Context.js +0 -24
  1761. package/node/Table/index.js +0 -42
  1762. package/node/Table/tableClasses.js +0 -17
  1763. package/node/TableBody/TableBody.js +0 -119
  1764. package/node/TableBody/index.js +0 -42
  1765. package/node/TableBody/tableBodyClasses.js +0 -17
  1766. package/node/TableCell/TableCell.js +0 -261
  1767. package/node/TableCell/index.js +0 -42
  1768. package/node/TableCell/tableCellClasses.js +0 -17
  1769. package/node/TableContainer/TableContainer.js +0 -110
  1770. package/node/TableContainer/index.js +0 -42
  1771. package/node/TableContainer/tableContainerClasses.js +0 -17
  1772. package/node/TableFooter/TableFooter.js +0 -119
  1773. package/node/TableFooter/index.js +0 -42
  1774. package/node/TableFooter/tableFooterClasses.js +0 -17
  1775. package/node/TableHead/TableHead.js +0 -119
  1776. package/node/TableHead/index.js +0 -42
  1777. package/node/TableHead/tableHeadClasses.js +0 -17
  1778. package/node/TablePagination/TablePagination.js +0 -450
  1779. package/node/TablePagination/TablePaginationActions.js +0 -164
  1780. package/node/TablePagination/index.js +0 -42
  1781. package/node/TablePagination/tablePaginationClasses.js +0 -17
  1782. package/node/TableRow/TableRow.js +0 -163
  1783. package/node/TableRow/index.js +0 -42
  1784. package/node/TableRow/tableRowClasses.js +0 -17
  1785. package/node/TableSortLabel/TableSortLabel.js +0 -207
  1786. package/node/TableSortLabel/index.js +0 -42
  1787. package/node/TableSortLabel/tableSortLabelClasses.js +0 -17
  1788. package/node/Tabs/ScrollbarSize.js +0 -83
  1789. package/node/Tabs/Tabs.js +0 -899
  1790. package/node/Tabs/index.js +0 -42
  1791. package/node/Tabs/tabsClasses.js +0 -17
  1792. package/node/TextField/TextField.js +0 -458
  1793. package/node/TextField/index.js +0 -42
  1794. package/node/TextField/textFieldClasses.js +0 -17
  1795. package/node/TextareaAutosize/index.js +0 -15
  1796. package/node/ToggleButton/ToggleButton.js +0 -275
  1797. package/node/ToggleButton/index.js +0 -42
  1798. package/node/ToggleButton/toggleButtonClasses.js +0 -17
  1799. package/node/ToggleButtonGroup/ToggleButtonGroup.js +0 -282
  1800. package/node/ToggleButtonGroup/index.js +0 -42
  1801. package/node/ToggleButtonGroup/isValueSelected.js +0 -20
  1802. package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -17
  1803. package/node/Toolbar/Toolbar.js +0 -152
  1804. package/node/Toolbar/index.js +0 -42
  1805. package/node/Toolbar/toolbarClasses.js +0 -17
  1806. package/node/Tooltip/Tooltip.js +0 -861
  1807. package/node/Tooltip/index.js +0 -42
  1808. package/node/Tooltip/tooltipClasses.js +0 -17
  1809. package/node/Typography/Typography.js +0 -240
  1810. package/node/Typography/index.js +0 -42
  1811. package/node/Typography/typographyClasses.js +0 -17
  1812. package/node/Unstable_Grid2/Grid2.js +0 -47
  1813. package/node/Unstable_Grid2/grid2Classes.js +0 -25
  1814. package/node/Unstable_Grid2/index.js +0 -56
  1815. package/node/Unstable_TrapFocus/index.js +0 -15
  1816. package/node/Zoom/Zoom.js +0 -249
  1817. package/node/Zoom/index.js +0 -15
  1818. package/node/className/index.js +0 -13
  1819. package/node/colors/amber.js +0 -24
  1820. package/node/colors/blue.js +0 -24
  1821. package/node/colors/blueGrey.js +0 -24
  1822. package/node/colors/brown.js +0 -24
  1823. package/node/colors/common.js +0 -12
  1824. package/node/colors/cyan.js +0 -24
  1825. package/node/colors/deepOrange.js +0 -24
  1826. package/node/colors/deepPurple.js +0 -24
  1827. package/node/colors/green.js +0 -24
  1828. package/node/colors/grey.js +0 -24
  1829. package/node/colors/index.js +0 -167
  1830. package/node/colors/indigo.js +0 -24
  1831. package/node/colors/lightBlue.js +0 -24
  1832. package/node/colors/lightGreen.js +0 -24
  1833. package/node/colors/lime.js +0 -24
  1834. package/node/colors/orange.js +0 -24
  1835. package/node/colors/pink.js +0 -24
  1836. package/node/colors/purple.js +0 -24
  1837. package/node/colors/red.js +0 -24
  1838. package/node/colors/teal.js +0 -24
  1839. package/node/colors/yellow.js +0 -24
  1840. package/node/darkScrollbar/index.js +0 -39
  1841. package/node/index.js +0 -2900
  1842. package/node/internal/SwitchBase.js +0 -330
  1843. package/node/internal/animate.js +0 -56
  1844. package/node/internal/svg-icons/Add.js +0 -25
  1845. package/node/internal/svg-icons/ArrowDownward.js +0 -27
  1846. package/node/internal/svg-icons/ArrowDropDown.js +0 -27
  1847. package/node/internal/svg-icons/Cancel.js +0 -27
  1848. package/node/internal/svg-icons/CheckBox.js +0 -27
  1849. package/node/internal/svg-icons/CheckBoxOutlineBlank.js +0 -27
  1850. package/node/internal/svg-icons/CheckCircle.js +0 -27
  1851. package/node/internal/svg-icons/Close.js +0 -29
  1852. package/node/internal/svg-icons/ErrorOutline.js +0 -27
  1853. package/node/internal/svg-icons/FirstPage.js +0 -27
  1854. package/node/internal/svg-icons/IndeterminateCheckBox.js +0 -27
  1855. package/node/internal/svg-icons/InfoOutlined.js +0 -27
  1856. package/node/internal/svg-icons/KeyboardArrowLeft.js +0 -27
  1857. package/node/internal/svg-icons/KeyboardArrowRight.js +0 -27
  1858. package/node/internal/svg-icons/LastPage.js +0 -27
  1859. package/node/internal/svg-icons/MoreHoriz.js +0 -27
  1860. package/node/internal/svg-icons/NavigateBefore.js +0 -27
  1861. package/node/internal/svg-icons/NavigateNext.js +0 -27
  1862. package/node/internal/svg-icons/Person.js +0 -27
  1863. package/node/internal/svg-icons/RadioButtonChecked.js +0 -27
  1864. package/node/internal/svg-icons/RadioButtonUnchecked.js +0 -27
  1865. package/node/internal/svg-icons/ReportProblemOutlined.js +0 -27
  1866. package/node/internal/svg-icons/Star.js +0 -27
  1867. package/node/internal/svg-icons/StarBorder.js +0 -27
  1868. package/node/internal/svg-icons/SuccessOutlined.js +0 -27
  1869. package/node/internal/svg-icons/Warning.js +0 -27
  1870. package/node/internal/switchBaseClasses.js +0 -17
  1871. package/node/locale/index.js +0 -3838
  1872. package/node/styles/CssVarsProvider.js +0 -49
  1873. package/node/styles/ThemeProvider.js +0 -13
  1874. package/node/styles/adaptV4Theme.js +0 -91
  1875. package/node/styles/createMixins.js +0 -26
  1876. package/node/styles/createMuiStrictModeTheme.js +0 -18
  1877. package/node/styles/createPalette.js +0 -356
  1878. package/node/styles/createStyles.js +0 -16
  1879. package/node/styles/createTheme.js +0 -114
  1880. package/node/styles/createTransitions.js +0 -111
  1881. package/node/styles/createTypography.js +0 -103
  1882. package/node/styles/cssUtils.js +0 -144
  1883. package/node/styles/defaultTheme.js +0 -14
  1884. package/node/styles/experimental_extendTheme.js +0 -280
  1885. package/node/styles/index.js +0 -297
  1886. package/node/styles/makeStyles.js +0 -14
  1887. package/node/styles/responsiveFontSizes.js +0 -77
  1888. package/node/styles/shadows.js +0 -18
  1889. package/node/styles/styled.js +0 -24
  1890. package/node/styles/useTheme.js +0 -29
  1891. package/node/styles/useThemeProps.js +0 -23
  1892. package/node/styles/withStyles.js +0 -14
  1893. package/node/styles/withTheme.js +0 -14
  1894. package/node/styles/zIndex.js +0 -20
  1895. package/node/transitions/index.js +0 -18
  1896. package/node/transitions/transition.js +0 -5
  1897. package/node/transitions/utils.js +0 -26
  1898. package/node/useAutocomplete/index.js +0 -23
  1899. package/node/useAutocomplete/useAutocomplete.js +0 -26
  1900. package/node/useMediaQuery/index.js +0 -15
  1901. package/node/useMediaQuery/useMediaQuery.js +0 -136
  1902. package/node/useMediaQuery/useMediaQueryTheme.js +0 -15
  1903. package/node/usePagination/index.js +0 -15
  1904. package/node/usePagination/usePagination.js +0 -122
  1905. package/node/useScrollTrigger/index.js +0 -15
  1906. package/node/useScrollTrigger/useScrollTrigger.js +0 -74
  1907. package/node/useTouchRipple/index.js +0 -15
  1908. package/node/useTouchRipple/useTouchRipple.js +0 -118
  1909. package/node/utils/capitalize.js +0 -11
  1910. package/node/utils/createChainedFunction.js +0 -11
  1911. package/node/utils/createSvgIcon.js +0 -41
  1912. package/node/utils/debounce.js +0 -11
  1913. package/node/utils/deprecatedPropType.js +0 -11
  1914. package/node/utils/getScrollbarSize.js +0 -11
  1915. package/node/utils/index.js +0 -157
  1916. package/node/utils/isMuiElement.js +0 -11
  1917. package/node/utils/ownerDocument.js +0 -11
  1918. package/node/utils/ownerWindow.js +0 -11
  1919. package/node/utils/requirePropFactory.js +0 -11
  1920. package/node/utils/scrollLeft.js +0 -19
  1921. package/node/utils/setRef.js +0 -11
  1922. package/node/utils/shouldSpreadAdditionalProps.js +0 -15
  1923. package/node/utils/unsupportedProp.js +0 -11
  1924. package/node/utils/useControlled.js +0 -11
  1925. package/node/utils/useEnhancedEffect.js +0 -11
  1926. package/node/utils/useEventCallback.js +0 -11
  1927. package/node/utils/useForkRef.js +0 -11
  1928. package/node/utils/useId.js +0 -11
  1929. package/node/utils/useIsFocusVisible.js +0 -11
@@ -0,0 +1,3784 @@
1
+ export const amET = {
2
+ components: {
3
+ MuiBreadcrumbs: {
4
+ defaultProps: {
5
+ expandText: 'መንገድ አሳይ'
6
+ }
7
+ },
8
+ MuiTablePagination: {
9
+ defaultProps: {
10
+ getItemAriaLabel: type => {
11
+ if (type === 'first') {
12
+ return 'ወደ መጀመሪያው ገጽ ይሂዱ';
13
+ }
14
+
15
+ if (type === 'last') {
16
+ return 'ወደ መጨረሻው ገጽ ይሂዱ';
17
+ }
18
+
19
+ if (type === 'next') {
20
+ return 'ወደ ቀጣዩ ገጽ ይሂዱ';
21
+ } // if (type === 'previous') {
22
+
23
+
24
+ return 'ወደ ቀዳሚው ገጽ ይሂዱ';
25
+ },
26
+ labelRowsPerPage: 'ረድፎች በአንድ ገጽ:',
27
+ labelDisplayedRows: ({
28
+ from,
29
+ to,
30
+ count
31
+ }) => `${from}-${to} ከ ${count !== -1 ? count : `${to} በላይ`}`
32
+ }
33
+ },
34
+ MuiRating: {
35
+ defaultProps: {
36
+ getLabelText: value => `${value} ኮከ${value !== 1 ? 'ቦች' : 'ብ'}`,
37
+ emptyLabelText: 'ባዶ'
38
+ }
39
+ },
40
+ MuiAutocomplete: {
41
+ defaultProps: {
42
+ clearText: 'አጽዳ',
43
+ closeText: 'ዝጋ',
44
+ loadingText: 'በመጫን ላይ…',
45
+ noOptionsText: 'አማራጮች የሉም',
46
+ openText: 'ክፈት'
47
+ }
48
+ },
49
+ MuiAlert: {
50
+ defaultProps: {
51
+ closeText: 'ዝጋ'
52
+ }
53
+ },
54
+ MuiPagination: {
55
+ defaultProps: {
56
+ 'aria-label': 'የገጽ አሰሳ',
57
+ getItemAriaLabel: (type, page, selected) => {
58
+ if (type === 'page') {
59
+ return `${selected ? '' : 'ወደ '}ገጽ ${page}${selected ? '' : ' ሂድ'}`;
60
+ }
61
+
62
+ if (type === 'first') {
63
+ return 'ወደ መጀመሪያው ገጽ ይሂዱ';
64
+ }
65
+
66
+ if (type === 'last') {
67
+ return 'ወደ መጨረሻው ገጽ ይሂዱ';
68
+ }
69
+
70
+ if (type === 'next') {
71
+ return 'ወደ ቀጣዩ ገጽ ይሂዱ';
72
+ } // if (type === 'previous') {
73
+
74
+
75
+ return 'ወደ ቀዳሚው ገጽ ይሂዱ';
76
+ }
77
+ }
78
+ }
79
+ }
80
+ };
81
+ export const arEG = {
82
+ components: {
83
+ MuiBreadcrumbs: {
84
+ defaultProps: {
85
+ expandText: 'إظهار المسار'
86
+ }
87
+ },
88
+ MuiTablePagination: {
89
+ defaultProps: {
90
+ getItemAriaLabel: type => {
91
+ if (type === 'first') {
92
+ return 'انتقل إلى الصفحة الأولى';
93
+ }
94
+
95
+ if (type === 'last') {
96
+ return 'انتقل إلى الصفحة الأخيرة';
97
+ }
98
+
99
+ if (type === 'next') {
100
+ return 'انتقل إلى الصفحة التالية';
101
+ } // if (type === 'previous') {
102
+
103
+
104
+ return 'انتقل إلى الصفحة السابقة';
105
+ },
106
+ labelRowsPerPage: 'عدد الصفوف في الصفحة:',
107
+ labelDisplayedRows: ({
108
+ from,
109
+ to,
110
+ count
111
+ }) => `${from}–${to} من ${count !== -1 ? count : ` أكثر من${to}`}`
112
+ }
113
+ },
114
+ MuiRating: {
115
+ defaultProps: {
116
+ getLabelText: value => `${value} ${value !== 1 ? 'نجوم' : 'نجمة'}`,
117
+ emptyLabelText: 'فارغ'
118
+ }
119
+ },
120
+ MuiAutocomplete: {
121
+ defaultProps: {
122
+ clearText: 'مسح',
123
+ closeText: 'إغلاق',
124
+ loadingText: 'جار التحميل...',
125
+ noOptionsText: 'لا يوجد خيارات',
126
+ openText: 'فتح'
127
+ }
128
+ },
129
+ MuiAlert: {
130
+ defaultProps: {
131
+ closeText: 'إغلاق'
132
+ }
133
+ },
134
+ MuiPagination: {
135
+ defaultProps: {
136
+ 'aria-label': 'التنقل عبر الصفحات',
137
+ getItemAriaLabel: (type, page, selected) => {
138
+ if (type === 'page') {
139
+ return `${selected ? '' : 'انتقل إلى '} صفحة ${page}`;
140
+ }
141
+
142
+ if (type === 'first') {
143
+ return 'انتقل إلى الصفحة الأولى';
144
+ }
145
+
146
+ if (type === 'last') {
147
+ return 'انتقل إلى الصفحة الأخيرة';
148
+ }
149
+
150
+ if (type === 'next') {
151
+ return 'انتقل إلى الصفحة التالية';
152
+ } // if (type === 'previous') {
153
+
154
+
155
+ return 'انتقل إلى الصفحة السابقة';
156
+ }
157
+ }
158
+ }
159
+ }
160
+ };
161
+ export const arSD = {
162
+ components: {
163
+ MuiBreadcrumbs: {
164
+ defaultProps: {
165
+ expandText: 'إظهار المسار'
166
+ }
167
+ },
168
+ MuiTablePagination: {
169
+ defaultProps: {
170
+ getItemAriaLabel: type => {
171
+ if (type === 'first') {
172
+ return 'انتقل إلى الصفحة الأولى';
173
+ }
174
+
175
+ if (type === 'last') {
176
+ return 'انتقل إلى الصفحة الأخيرة';
177
+ }
178
+
179
+ if (type === 'next') {
180
+ return 'انتقل إلى الصفحة التالية';
181
+ } // if (type === 'previous') {
182
+
183
+
184
+ return 'انتقل إلى الصفحة السابقة';
185
+ },
186
+ labelRowsPerPage: 'عدد الصفوف في الصفحة:',
187
+ labelDisplayedRows: ({
188
+ from,
189
+ to,
190
+ count
191
+ }) => `${from}–${to} من ${count !== -1 ? count : ` أكثر من${to}`}`
192
+ }
193
+ },
194
+ MuiRating: {
195
+ defaultProps: {
196
+ getLabelText: value => `${value} ${value !== 1 ? 'نجوم' : 'نجمة'}`,
197
+ emptyLabelText: 'فارغ'
198
+ }
199
+ },
200
+ MuiAutocomplete: {
201
+ defaultProps: {
202
+ clearText: 'مسح',
203
+ closeText: 'إغلاق',
204
+ loadingText: 'جار التحميل...',
205
+ noOptionsText: 'لا يوجد خيارات',
206
+ openText: 'فتح'
207
+ }
208
+ },
209
+ MuiAlert: {
210
+ defaultProps: {
211
+ closeText: 'إغلاق'
212
+ }
213
+ },
214
+ MuiPagination: {
215
+ defaultProps: {
216
+ 'aria-label': 'التنقل عبر الصفحات',
217
+ getItemAriaLabel: (type, page, selected) => {
218
+ if (type === 'page') {
219
+ return `${selected ? '' : 'انتقل إلى '} صفحة ${page}`;
220
+ }
221
+
222
+ if (type === 'first') {
223
+ return 'انتقل إلى الصفحة الأولى';
224
+ }
225
+
226
+ if (type === 'last') {
227
+ return 'انتقل الي الصفحة الأخيرة';
228
+ }
229
+
230
+ if (type === 'next') {
231
+ return 'انتقل إلى الصفحة التالية';
232
+ } // if (type === 'previous') {
233
+
234
+
235
+ return 'انتقل إلى الصفحة السابقة';
236
+ }
237
+ }
238
+ }
239
+ }
240
+ };
241
+ export const azAZ = {
242
+ components: {
243
+ MuiBreadcrumbs: {
244
+ defaultProps: {
245
+ expandText: 'Yolu göstər'
246
+ }
247
+ },
248
+ MuiTablePagination: {
249
+ defaultProps: {
250
+ getItemAriaLabel: type => {
251
+ if (type === 'first') {
252
+ return 'Birinci səhifəyə keç';
253
+ }
254
+
255
+ if (type === 'last') {
256
+ return 'Sonuncu səhifəyə keç';
257
+ }
258
+
259
+ if (type === 'next') {
260
+ return 'Növbəti səhifəyə keç';
261
+ } // if (type === 'previous') {
262
+
263
+
264
+ return 'Əvvəlki səhifəyə keç';
265
+ },
266
+ labelRowsPerPage: 'Səhifəyə düşən sətrlər:' // labelDisplayedRows: ({ from, to, count }) =>
267
+ // `${from}–${to} dən ${count !== -1 ? count : `more than ${to}`}`,
268
+
269
+ }
270
+ },
271
+ MuiRating: {
272
+ defaultProps: {
273
+ getLabelText: value => {
274
+ let pluralForm = 'Ulduz';
275
+ const lastDigit = value % 10;
276
+
277
+ if (lastDigit > 1 && lastDigit < 5) {
278
+ pluralForm = 'Ulduzlar';
279
+ }
280
+
281
+ return `${value} ${pluralForm}`;
282
+ },
283
+ emptyLabelText: 'Boş'
284
+ }
285
+ },
286
+ MuiAutocomplete: {
287
+ defaultProps: {
288
+ clearText: 'Silmək',
289
+ closeText: 'Bağlamaq',
290
+ loadingText: 'Yüklənir…',
291
+ noOptionsText: 'Seçimlər mövcud deyil',
292
+ openText: 'Открыть'
293
+ }
294
+ },
295
+ MuiAlert: {
296
+ defaultProps: {
297
+ closeText: 'Bağlamaq'
298
+ }
299
+ },
300
+ MuiPagination: {
301
+ defaultProps: {
302
+ 'aria-label': 'Səhifənin naviqasiyası',
303
+ getItemAriaLabel: (type, page, selected) => {
304
+ if (type === 'page') {
305
+ return `${page} ${selected ? 'səhifə' : 'səhifəyə keç'}`;
306
+ }
307
+
308
+ if (type === 'first') {
309
+ return 'Birinci səhifəyə keç';
310
+ }
311
+
312
+ if (type === 'last') {
313
+ return 'Sonuncu səhifəyə keç';
314
+ }
315
+
316
+ if (type === 'next') {
317
+ return 'Növbəti səhifəyə keç';
318
+ } // if (type === 'previous') {
319
+
320
+
321
+ return 'Əvvəlki səhifəyə keç';
322
+ }
323
+ }
324
+ }
325
+ }
326
+ };
327
+ export const bnBD = {
328
+ components: {
329
+ MuiBreadcrumbs: {
330
+ defaultProps: {
331
+ expandText: 'পথ দেখান'
332
+ }
333
+ },
334
+ MuiTablePagination: {
335
+ defaultProps: {
336
+ getItemAriaLabel: type => {
337
+ if (type === 'first') {
338
+ return 'প্রথম পৃষ্ঠায় যান';
339
+ }
340
+
341
+ if (type === 'last') {
342
+ return 'শেষ পৃষ্ঠায় যান';
343
+ }
344
+
345
+ if (type === 'next') {
346
+ return 'পরবর্তী পৃষ্ঠায় যান';
347
+ } // if (type === 'previous') {
348
+
349
+
350
+ return 'আগের পৃষ্ঠায় যান';
351
+ },
352
+ labelRowsPerPage: 'প্রতি পৃষ্ঠায় সারি:',
353
+ labelDisplayedRows: ({
354
+ from,
355
+ to,
356
+ count
357
+ }) => `${from}–${to} / ${count !== -1 ? count : `${to} থেকে বেশি`}`
358
+ }
359
+ },
360
+ MuiRating: {
361
+ defaultProps: {
362
+ getLabelText: value => `${value} স্টার`,
363
+ emptyLabelText: 'খালি'
364
+ }
365
+ },
366
+ MuiAutocomplete: {
367
+ defaultProps: {
368
+ clearText: 'পরিষ্কার করুন',
369
+ closeText: 'বন্ধ করুন',
370
+ loadingText: 'লোড হচ্ছে…',
371
+ noOptionsText: 'কোন অপশন নেই',
372
+ openText: 'ওপেন করুন'
373
+ }
374
+ },
375
+ MuiAlert: {
376
+ defaultProps: {
377
+ closeText: 'বন্ধ করুন'
378
+ }
379
+ },
380
+ MuiPagination: {
381
+ defaultProps: {
382
+ 'aria-label': 'পেজিনেশন নেভিগেশন',
383
+ getItemAriaLabel: (type, page, selected) => {
384
+ if (type === 'page') {
385
+ return `${selected ? '' : 'যান '}পৃষ্ঠা ${page}-এ`;
386
+ }
387
+
388
+ if (type === 'first') {
389
+ return 'প্রথম পৃষ্ঠায় যান';
390
+ }
391
+
392
+ if (type === 'last') {
393
+ return 'শেষ পৃষ্ঠায় যান';
394
+ }
395
+
396
+ if (type === 'next') {
397
+ return 'পরবর্তী পৃষ্ঠায় যান';
398
+ } // if (type === 'previous') {
399
+
400
+
401
+ return 'আগের পৃষ্ঠায় যান';
402
+ }
403
+ }
404
+ }
405
+ }
406
+ };
407
+ export const bgBG = {
408
+ components: {
409
+ MuiBreadcrumbs: {
410
+ defaultProps: {
411
+ expandText: 'Показване на пътя'
412
+ }
413
+ },
414
+ MuiTablePagination: {
415
+ defaultProps: {
416
+ getItemAriaLabel: type => {
417
+ if (type === 'first') {
418
+ return 'Отиди на първата страница';
419
+ }
420
+
421
+ if (type === 'last') {
422
+ return 'Отиди на последната страница';
423
+ }
424
+
425
+ if (type === 'next') {
426
+ return 'Отиди на следващата страница';
427
+ } // if (type === 'previous') {
428
+
429
+
430
+ return 'Отиди на предишната страница';
431
+ },
432
+ labelRowsPerPage: 'Редове на страница:' // labelDisplayedRows: ({ from, to, count }) =>
433
+ // `${from}–${to} от ${count !== -1 ? count : `more than ${to}`}`,
434
+
435
+ }
436
+ },
437
+ MuiRating: {
438
+ defaultProps: {
439
+ getLabelText: value => `${value} Звезд${value !== 1 ? 'и' : 'а'}`,
440
+ emptyLabelText: 'Изчисти'
441
+ }
442
+ },
443
+ MuiAutocomplete: {
444
+ defaultProps: {
445
+ clearText: 'Изчисти',
446
+ closeText: 'Затвори',
447
+ loadingText: 'Зареждане…',
448
+ noOptionsText: 'Няма налични опции',
449
+ openText: 'Отвори'
450
+ }
451
+ },
452
+ MuiAlert: {
453
+ defaultProps: {
454
+ closeText: 'Затвори'
455
+ }
456
+ },
457
+ MuiPagination: {
458
+ defaultProps: {
459
+ 'aria-label': 'Пагинация',
460
+ getItemAriaLabel: (type, page, selected) => {
461
+ if (type === 'page') {
462
+ return `${selected ? '' : 'Към '}страница ${page}`;
463
+ }
464
+
465
+ if (type === 'first') {
466
+ return 'Отиди на първата страница';
467
+ }
468
+
469
+ if (type === 'last') {
470
+ return 'Отиди на последната страница';
471
+ }
472
+
473
+ if (type === 'next') {
474
+ return 'Отиди на следващата страница';
475
+ } // if (type === 'previous') {
476
+
477
+
478
+ return 'Отиди на предишната страница';
479
+ }
480
+ }
481
+ }
482
+ }
483
+ };
484
+ export const caES = {
485
+ components: {
486
+ // MuiBreadcrumbs: {
487
+ // defaultProps: {
488
+ // expandText: 'Show path',
489
+ // },
490
+ // },
491
+ MuiTablePagination: {
492
+ defaultProps: {
493
+ // getItemAriaLabel: (type) => {
494
+ // if (type === 'first') {
495
+ // return 'Go to first page';
496
+ // }
497
+ // if (type === 'last') {
498
+ // return 'Go to last page';
499
+ // }
500
+ // if (type === 'next') {
501
+ // return 'Go to next page';
502
+ // }
503
+ // // if (type === 'previous') {
504
+ // return 'Go to previous page';
505
+ // },
506
+ labelRowsPerPage: 'Files per pàgina:' // labelDisplayedRows: ({ from, to, count }) =>
507
+ // `${from}–${to} de ${count !== -1 ? count : `more than ${to}`}`,
508
+
509
+ }
510
+ },
511
+ MuiRating: {
512
+ defaultProps: {
513
+ getLabelText: value => `${value} ${value !== 1 ? 'Estrelles' : 'Estrella'}`,
514
+ emptyLabelText: 'Buit'
515
+ }
516
+ },
517
+ MuiAutocomplete: {
518
+ defaultProps: {
519
+ clearText: 'Netejar',
520
+ closeText: 'Tancar',
521
+ loadingText: 'Carregant…',
522
+ noOptionsText: 'Sense opcions',
523
+ openText: 'Obert'
524
+ }
525
+ },
526
+ MuiAlert: {
527
+ defaultProps: {
528
+ closeText: 'Tancat'
529
+ }
530
+ } // MuiPagination: {
531
+ // defaultProps: {
532
+ // 'aria-label': 'Pagination navigation',
533
+ // getItemAriaLabel: (type, page, selected) => {
534
+ // if (type === 'page') {
535
+ // return `${selected ? '' : 'Go to '}page ${page}`;
536
+ // }
537
+ // if (type === 'first') {
538
+ // return 'Go to first page';
539
+ // }
540
+ // if (type === 'last') {
541
+ // return 'Go to last page';
542
+ // }
543
+ // if (type === 'next') {
544
+ // return 'Go to next page';
545
+ // }
546
+ // // if (type === 'previous') {
547
+ // return 'Go to previous page';
548
+ // },
549
+ // },
550
+ // },
551
+
552
+ }
553
+ };
554
+ export const csCZ = {
555
+ components: {
556
+ MuiBreadcrumbs: {
557
+ defaultProps: {
558
+ expandText: 'Ukázat cestu'
559
+ }
560
+ },
561
+ MuiTablePagination: {
562
+ defaultProps: {
563
+ getItemAriaLabel: type => {
564
+ if (type === 'first') {
565
+ return 'Jít na první stránku';
566
+ }
567
+
568
+ if (type === 'last') {
569
+ return 'Jít na poslední stránku';
570
+ }
571
+
572
+ if (type === 'next') {
573
+ return 'Jít na další stránku';
574
+ } // if (type === 'previous') {
575
+
576
+
577
+ return 'Jít na předchozí stránku';
578
+ },
579
+ labelRowsPerPage: 'Řádků na stránce:',
580
+ labelDisplayedRows: ({
581
+ from,
582
+ to,
583
+ count
584
+ }) => `${from}–${to} z ${count !== -1 ? count : `více než ${to}`}`
585
+ }
586
+ },
587
+ MuiRating: {
588
+ defaultProps: {
589
+ getLabelText: value => {
590
+ if (value === 1) {
591
+ return `${value} hvězdička`;
592
+ }
593
+
594
+ if (value >= 2 && value <= 4) {
595
+ return `${value} hvězdičky`;
596
+ }
597
+
598
+ return `${value} hvězdiček`;
599
+ },
600
+ emptyLabelText: 'Prázdné'
601
+ }
602
+ },
603
+ MuiAutocomplete: {
604
+ defaultProps: {
605
+ clearText: 'Vymazat',
606
+ closeText: 'Zavřít',
607
+ loadingText: 'Načítání…',
608
+ noOptionsText: 'Žádné možnosti',
609
+ openText: 'Otevřít'
610
+ }
611
+ },
612
+ MuiAlert: {
613
+ defaultProps: {
614
+ closeText: 'Zavřít'
615
+ }
616
+ },
617
+ MuiPagination: {
618
+ defaultProps: {
619
+ 'aria-label': 'Navigace stránkováním',
620
+ getItemAriaLabel: (type, page, selected) => {
621
+ if (type === 'page') {
622
+ return `${selected ? '' : 'Jít na '}${page}. stránku`;
623
+ }
624
+
625
+ if (type === 'first') {
626
+ return 'Jít na první stránku';
627
+ }
628
+
629
+ if (type === 'last') {
630
+ return 'Jít na poslední stránku';
631
+ }
632
+
633
+ if (type === 'next') {
634
+ return 'Jít na další stránku';
635
+ } // if (type === 'previous') {
636
+
637
+
638
+ return 'Jít na předchozí stránku';
639
+ }
640
+ }
641
+ }
642
+ }
643
+ };
644
+ export const daDK = {
645
+ components: {
646
+ MuiBreadcrumbs: {
647
+ defaultProps: {
648
+ expandText: 'Vis sti'
649
+ }
650
+ },
651
+ MuiTablePagination: {
652
+ defaultProps: {
653
+ getItemAriaLabel: type => {
654
+ if (type === 'first') {
655
+ return 'Gå til den første side';
656
+ }
657
+
658
+ if (type === 'last') {
659
+ return 'Gå til den sidste side';
660
+ }
661
+
662
+ if (type === 'next') {
663
+ return 'Gå til den næste side';
664
+ } // if (type === 'previous') {
665
+
666
+
667
+ return 'Gå til den forrige side';
668
+ },
669
+ labelRowsPerPage: 'Rækker pr side:',
670
+ labelDisplayedRows: ({
671
+ from,
672
+ to,
673
+ count
674
+ }) => `${from}-${to} af ${count !== -1 ? count : `mere end ${to}`}`
675
+ }
676
+ },
677
+ MuiRating: {
678
+ defaultProps: {
679
+ getLabelText: value => `${value} Stjern${value !== 1 ? 'er' : ''}`,
680
+ emptyLabelText: 'Tom'
681
+ }
682
+ },
683
+ MuiAutocomplete: {
684
+ defaultProps: {
685
+ clearText: 'Slet',
686
+ closeText: 'Luk',
687
+ loadingText: 'Indlæser…',
688
+ noOptionsText: 'Ingen muligheder',
689
+ openText: 'Åben'
690
+ }
691
+ },
692
+ MuiAlert: {
693
+ defaultProps: {
694
+ closeText: 'Luk'
695
+ }
696
+ },
697
+ MuiPagination: {
698
+ defaultProps: {
699
+ 'aria-label': 'Sideinddelings navigation',
700
+ getItemAriaLabel: (type, page, selected) => {
701
+ if (type === 'page') {
702
+ return `${selected ? '' : 'Go to '}page ${page}`;
703
+ }
704
+
705
+ if (type === 'first') {
706
+ return 'Gå til den første side';
707
+ }
708
+
709
+ if (type === 'last') {
710
+ return 'Gå til den sidste side';
711
+ }
712
+
713
+ if (type === 'next') {
714
+ return 'Gå til den næste side';
715
+ } // if (type === 'previous') {
716
+
717
+
718
+ return 'Gå til den forrige side';
719
+ }
720
+ }
721
+ }
722
+ }
723
+ };
724
+ export const deDE = {
725
+ components: {
726
+ MuiBreadcrumbs: {
727
+ defaultProps: {
728
+ expandText: 'Pfad anzeigen'
729
+ }
730
+ },
731
+ MuiTablePagination: {
732
+ defaultProps: {
733
+ getItemAriaLabel: type => {
734
+ if (type === 'first') {
735
+ return 'Zur ersten Seite';
736
+ }
737
+
738
+ if (type === 'last') {
739
+ return 'Zur letzten Seite';
740
+ }
741
+
742
+ if (type === 'next') {
743
+ return 'Zur nächsten Seite';
744
+ } // if (type === 'previous') {
745
+
746
+
747
+ return 'Zur vorherigen Seite';
748
+ },
749
+ labelRowsPerPage: 'Zeilen pro Seite:',
750
+ labelDisplayedRows: ({
751
+ from,
752
+ to,
753
+ count
754
+ }) => `${from}–${to} von ${count !== -1 ? count : `mehr als ${to}`}`
755
+ }
756
+ },
757
+ MuiRating: {
758
+ defaultProps: {
759
+ getLabelText: value => `${value} ${value !== 1 ? 'Sterne' : 'Stern'}`,
760
+ emptyLabelText: 'Keine Wertung'
761
+ }
762
+ },
763
+ MuiAutocomplete: {
764
+ defaultProps: {
765
+ clearText: 'Leeren',
766
+ closeText: 'Schließen',
767
+ loadingText: 'Wird geladen…',
768
+ noOptionsText: 'Keine Optionen',
769
+ openText: 'Öffnen'
770
+ }
771
+ },
772
+ MuiAlert: {
773
+ defaultProps: {
774
+ closeText: 'Schließen'
775
+ }
776
+ },
777
+ MuiPagination: {
778
+ defaultProps: {
779
+ 'aria-label': 'Navigation via Seitennummerierung',
780
+ getItemAriaLabel: (type, page, selected) => {
781
+ if (type === 'page') {
782
+ return `${selected ? '' : 'Gehe zu '}Seite ${page}`;
783
+ }
784
+
785
+ if (type === 'first') {
786
+ return 'Zur ersten Seite';
787
+ }
788
+
789
+ if (type === 'last') {
790
+ return 'Zur letzten Seite';
791
+ }
792
+
793
+ if (type === 'next') {
794
+ return 'Zur nächsten Seite';
795
+ } // if (type === 'previous') {
796
+
797
+
798
+ return 'Zur vorherigen Seite';
799
+ }
800
+ }
801
+ }
802
+ }
803
+ };
804
+ export const elGR = {
805
+ components: {
806
+ MuiBreadcrumbs: {
807
+ defaultProps: {
808
+ expandText: 'Εμφάνιση διαδρομής'
809
+ }
810
+ },
811
+ MuiTablePagination: {
812
+ defaultProps: {
813
+ getItemAriaLabel: type => {
814
+ if (type === 'first') {
815
+ return 'Πρώτη σελίδα';
816
+ }
817
+
818
+ if (type === 'last') {
819
+ return 'Τελευταία σελίδα';
820
+ }
821
+
822
+ if (type === 'next') {
823
+ return 'Επόμενη σελίδα';
824
+ } // if (type === "previous") {
825
+
826
+
827
+ return 'Προηγούμενη σελίδα';
828
+ },
829
+ labelRowsPerPage: 'Γραμμές ανα σελίδα:',
830
+ labelDisplayedRows: ({
831
+ from,
832
+ to,
833
+ count
834
+ }) => `${from}–${to} από ${count !== -1 ? count : `πάνω από ${to}`}`
835
+ }
836
+ },
837
+ MuiRating: {
838
+ defaultProps: {
839
+ getLabelText: value => `${value} Αστέρι${value !== 1 ? 'α' : ''}`,
840
+ emptyLabelText: 'Χωρίς βαθμολόγηση'
841
+ }
842
+ },
843
+ MuiAutocomplete: {
844
+ defaultProps: {
845
+ clearText: 'Καθαρισμός',
846
+ closeText: 'Κλείσιμο',
847
+ loadingText: 'Φόρτωση…',
848
+ noOptionsText: 'Δεν υπάρχουν επιλογές',
849
+ openText: 'Άνοιγμα'
850
+ }
851
+ },
852
+ MuiAlert: {
853
+ defaultProps: {
854
+ closeText: 'Κλείσιμο'
855
+ }
856
+ },
857
+ MuiPagination: {
858
+ defaultProps: {
859
+ 'aria-label': 'Πλοήγηση σε σελίδες',
860
+ getItemAriaLabel: (type, page, selected) => {
861
+ if (type === 'page') {
862
+ return `${selected ? '' : 'Μετάβαση '}σελίδα ${page}`;
863
+ }
864
+
865
+ if (type === 'first') {
866
+ return 'Πρώτη σελίδα';
867
+ }
868
+
869
+ if (type === 'last') {
870
+ return 'Τελευταία σελίδα';
871
+ }
872
+
873
+ if (type === 'next') {
874
+ return 'Επόμενη σελίδα';
875
+ } // if (type === "previous") {
876
+
877
+
878
+ return 'Προηγούμενη σελίδα';
879
+ }
880
+ }
881
+ }
882
+ }
883
+ }; // default
884
+
885
+ export const enUS = {
886
+ /*
887
+ components: {
888
+ MuiBreadcrumbs: { defaultProps: {
889
+ expandText: 'Show path',
890
+ }},
891
+ MuiTablePagination: { defaultProps: {
892
+ getItemAriaLabel: (type) => {
893
+ if (type === 'first') {
894
+ return 'Go to first page';
895
+ }
896
+ if (type === 'last') {
897
+ return 'Go to last page';
898
+ }
899
+ if (type === 'next') {
900
+ return 'Go to next page';
901
+ }
902
+ // if (type === 'previous') {
903
+ return 'Go to previous page';
904
+ },
905
+ labelRowsPerPage: 'Rows per page:',
906
+ labelDisplayedRows: ({ from, to, count }) =>
907
+ `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`,
908
+ }},
909
+ MuiRating: { defaultProps: {
910
+ getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
911
+ emptyLabelText: 'Empty',
912
+ }},
913
+ MuiAutocomplete: { defaultProps: {
914
+ clearText: 'Clear',
915
+ closeText: 'Close',
916
+ loadingText: 'Loading…',
917
+ noOptionsText: 'No options',
918
+ openText: 'Open',
919
+ }},
920
+ MuiAlert: { defaultProps: {
921
+ closeText: 'Close',
922
+ }},
923
+ MuiPagination: { defaultProps: {
924
+ 'aria-label': 'Pagination navigation',
925
+ getItemAriaLabel: (type, page, selected) => {
926
+ if (type === 'page') {
927
+ return `${selected ? '' : 'Go to '}page ${page}`;
928
+ }
929
+ if (type === 'first') {
930
+ return 'Go to first page';
931
+ }
932
+ if (type === 'last') {
933
+ return 'Go to last page';
934
+ }
935
+ if (type === 'next') {
936
+ return 'Go to next page';
937
+ }
938
+ // if (type === 'previous') {
939
+ return 'Go to previous page';
940
+ },
941
+ }},
942
+ },
943
+ */
944
+ };
945
+ export const esES = {
946
+ components: {
947
+ MuiBreadcrumbs: {
948
+ defaultProps: {
949
+ expandText: 'Mostrar ruta'
950
+ }
951
+ },
952
+ MuiTablePagination: {
953
+ defaultProps: {
954
+ getItemAriaLabel: type => {
955
+ if (type === 'first') {
956
+ return 'Ir a la primera página';
957
+ }
958
+
959
+ if (type === 'last') {
960
+ return 'Ir a la última página';
961
+ }
962
+
963
+ if (type === 'next') {
964
+ return 'Ir a la página siguiente';
965
+ } // if (type === 'previous') {
966
+
967
+
968
+ return 'Ir a la página anterior';
969
+ },
970
+ labelRowsPerPage: 'Filas por página:',
971
+ labelDisplayedRows: ({
972
+ from,
973
+ to,
974
+ count
975
+ }) => `${from}–${to} de ${count !== -1 ? count : `más de ${to}`}`
976
+ }
977
+ },
978
+ MuiRating: {
979
+ defaultProps: {
980
+ getLabelText: value => `${value} Estrella${value !== 1 ? 's' : ''}`,
981
+ emptyLabelText: 'Vacío'
982
+ }
983
+ },
984
+ MuiAutocomplete: {
985
+ defaultProps: {
986
+ clearText: 'Limpiar',
987
+ closeText: 'Cerrar',
988
+ loadingText: 'Cargando…',
989
+ noOptionsText: 'Sin opciones',
990
+ openText: 'Abierto'
991
+ }
992
+ },
993
+ MuiAlert: {
994
+ defaultProps: {
995
+ closeText: 'Cerrar'
996
+ }
997
+ },
998
+ MuiPagination: {
999
+ defaultProps: {
1000
+ 'aria-label': 'Paginador',
1001
+ getItemAriaLabel: (type, page, selected) => {
1002
+ if (type === 'page') {
1003
+ return `${selected ? '' : 'Ir a la '}página ${page}`;
1004
+ }
1005
+
1006
+ if (type === 'first') {
1007
+ return 'Ir a la primera página';
1008
+ }
1009
+
1010
+ if (type === 'last') {
1011
+ return 'Ir a la última página';
1012
+ }
1013
+
1014
+ if (type === 'next') {
1015
+ return 'Ir a la página siguiente';
1016
+ } // if (type === 'previous') {
1017
+
1018
+
1019
+ return 'Ir a la página anterior';
1020
+ }
1021
+ }
1022
+ }
1023
+ }
1024
+ };
1025
+ export const etEE = {
1026
+ components: {
1027
+ MuiBreadcrumbs: {
1028
+ defaultProps: {
1029
+ expandText: 'Näita teed'
1030
+ }
1031
+ },
1032
+ MuiTablePagination: {
1033
+ defaultProps: {
1034
+ getItemAriaLabel: type => {
1035
+ if (type === 'first') {
1036
+ return 'Vali esimene lehekülg';
1037
+ }
1038
+
1039
+ if (type === 'last') {
1040
+ return 'Vali viimane lehekülg';
1041
+ }
1042
+
1043
+ if (type === 'next') {
1044
+ return 'Vali järgmine lehekülg';
1045
+ } // if (type === 'previous') {
1046
+
1047
+
1048
+ return 'Vali eelmine lehekülg';
1049
+ },
1050
+ labelRowsPerPage: 'Ridu leheküljel:',
1051
+ labelDisplayedRows: ({
1052
+ from,
1053
+ to,
1054
+ count
1055
+ }) => `${from}–${to} / ${count !== -1 ? count : `rohkem kui ${to}`}`
1056
+ }
1057
+ },
1058
+ MuiRating: {
1059
+ defaultProps: {
1060
+ getLabelText: value => `${value} Tärn${value !== 1 ? 'i' : ''}`,
1061
+ emptyLabelText: 'Tühi'
1062
+ }
1063
+ },
1064
+ MuiAutocomplete: {
1065
+ defaultProps: {
1066
+ clearText: 'Tühjenda',
1067
+ closeText: 'Sulge',
1068
+ loadingText: 'Laen…',
1069
+ noOptionsText: 'Valikuid ei ole',
1070
+ openText: 'Ava'
1071
+ }
1072
+ },
1073
+ MuiAlert: {
1074
+ defaultProps: {
1075
+ closeText: 'Sulge'
1076
+ }
1077
+ },
1078
+ MuiPagination: {
1079
+ defaultProps: {
1080
+ 'aria-label': 'Lehekülgede valik',
1081
+ getItemAriaLabel: (type, page, selected) => {
1082
+ if (type === 'page') {
1083
+ return `${selected ? '' : 'Vali '}lehekülg ${page}`;
1084
+ }
1085
+
1086
+ if (type === 'first') {
1087
+ return 'Vali esimene lehekülg';
1088
+ }
1089
+
1090
+ if (type === 'last') {
1091
+ return 'Vali viimane lehekülg';
1092
+ }
1093
+
1094
+ if (type === 'next') {
1095
+ return 'Vali järgmine lehekülg';
1096
+ } // if (type === 'previous') {
1097
+
1098
+
1099
+ return 'Vali eelmine lehekülg';
1100
+ }
1101
+ }
1102
+ }
1103
+ }
1104
+ };
1105
+ export const faIR = {
1106
+ components: {
1107
+ // MuiBreadcrumbs: {
1108
+ // defaultProps: {
1109
+ // expandText: 'Show path',
1110
+ // },
1111
+ // },
1112
+ MuiBreadcrumbs: {
1113
+ defaultProps: {
1114
+ expandText: 'نمایش مسیر'
1115
+ }
1116
+ },
1117
+ MuiTablePagination: {
1118
+ defaultProps: {
1119
+ getItemAriaLabel: type => {
1120
+ if (type === 'first') {
1121
+ return 'رفتن به اولین صفحه';
1122
+ }
1123
+
1124
+ if (type === 'last') {
1125
+ return 'رفتن به آخرین صفحه';
1126
+ }
1127
+
1128
+ if (type === 'next') {
1129
+ return 'رفتن به صفحه‌ی بعدی';
1130
+ } // if (type === 'previous') {
1131
+
1132
+
1133
+ return 'رفتن به صفحه‌ی قبلی';
1134
+ },
1135
+ labelRowsPerPage: 'تعداد سطرهای هر صفحه:' // labelDisplayedRows: ({ from, to, count }) =>
1136
+ // `${from}–${to} از ${count !== -1 ? count : `more than ${to}`}`,
1137
+
1138
+ }
1139
+ },
1140
+ MuiRating: {
1141
+ defaultProps: {
1142
+ getLabelText: value => `${value} ستاره`,
1143
+ emptyLabelText: 'خالی'
1144
+ }
1145
+ },
1146
+ MuiAutocomplete: {
1147
+ defaultProps: {
1148
+ clearText: 'پاک‌کردن',
1149
+ closeText: 'بستن',
1150
+ loadingText: 'در حال بارگذاری…',
1151
+ noOptionsText: 'بی‌نتیجه',
1152
+ openText: 'بازکردن'
1153
+ }
1154
+ },
1155
+ MuiAlert: {
1156
+ defaultProps: {
1157
+ closeText: 'بستن'
1158
+ }
1159
+ },
1160
+ MuiPagination: {
1161
+ defaultProps: {
1162
+ 'aria-label': 'ناوبری صفحه',
1163
+ getItemAriaLabel: (type, page, selected) => {
1164
+ if (type === 'page') {
1165
+ return `${selected ? '' : 'رفتن به '}صفحهٔ ${page}`;
1166
+ }
1167
+
1168
+ if (type === 'first') {
1169
+ return 'رفتن به اولین صفحه';
1170
+ }
1171
+
1172
+ if (type === 'last') {
1173
+ return 'رفتن به آخرین صفحه';
1174
+ }
1175
+
1176
+ if (type === 'next') {
1177
+ return 'رفتن به صفحه‌ی بعدی';
1178
+ } // if (type === 'previous') {
1179
+
1180
+
1181
+ return 'رفتن به صفحه‌ی قبلی';
1182
+ }
1183
+ }
1184
+ }
1185
+ }
1186
+ };
1187
+ export const fiFI = {
1188
+ components: {
1189
+ MuiBreadcrumbs: {
1190
+ defaultProps: {
1191
+ expandText: 'Näytä reitti'
1192
+ }
1193
+ },
1194
+ MuiTablePagination: {
1195
+ defaultProps: {
1196
+ getItemAriaLabel: type => {
1197
+ if (type === 'first') {
1198
+ return 'Mene ensimmäiselle sivulle';
1199
+ }
1200
+
1201
+ if (type === 'last') {
1202
+ return 'Mene viimeiselle sivulle';
1203
+ }
1204
+
1205
+ if (type === 'next') {
1206
+ return 'Mene seuraavalle sivulle';
1207
+ } // if (type === 'previous') {
1208
+
1209
+
1210
+ return 'Mene edelliselle sivulle';
1211
+ },
1212
+ labelRowsPerPage: 'Rivejä per sivu:',
1213
+ labelDisplayedRows: ({
1214
+ from,
1215
+ to,
1216
+ count
1217
+ }) => `${from}–${to} / ${count !== -1 ? count : `enemmän kuin ${to}`}`
1218
+ }
1219
+ },
1220
+ MuiRating: {
1221
+ defaultProps: {
1222
+ getLabelText: value => `${value} Täht${value !== 1 ? 'eä' : 'i'}`,
1223
+ emptyLabelText: 'Tyhjä'
1224
+ }
1225
+ },
1226
+ MuiAutocomplete: {
1227
+ defaultProps: {
1228
+ clearText: 'Tyhjennä',
1229
+ closeText: 'Sulje',
1230
+ loadingText: 'Ladataan…',
1231
+ noOptionsText: 'Ei valintoja',
1232
+ openText: 'Avaa'
1233
+ }
1234
+ },
1235
+ MuiAlert: {
1236
+ defaultProps: {
1237
+ closeText: 'Sulje'
1238
+ }
1239
+ },
1240
+ MuiPagination: {
1241
+ defaultProps: {
1242
+ 'aria-label': 'Sivutus navigaatio',
1243
+ getItemAriaLabel: (type, page, selected) => {
1244
+ if (type === 'page') {
1245
+ return `${selected ? 'sivu' : 'Mene sivulle'} ${page}`;
1246
+ }
1247
+
1248
+ if (type === 'first') {
1249
+ return 'Mene ensimmäiselle sivulle';
1250
+ }
1251
+
1252
+ if (type === 'last') {
1253
+ return 'Mene viimeiselle sivulle';
1254
+ }
1255
+
1256
+ if (type === 'next') {
1257
+ return 'Mene seuraavalle sivulle';
1258
+ } // if (type === 'previous') {
1259
+
1260
+
1261
+ return 'Mene edelliselle sivulle';
1262
+ }
1263
+ }
1264
+ }
1265
+ }
1266
+ };
1267
+ export const frFR = {
1268
+ components: {
1269
+ MuiBreadcrumbs: {
1270
+ defaultProps: {
1271
+ expandText: 'Montrer le chemin'
1272
+ }
1273
+ },
1274
+ MuiTablePagination: {
1275
+ defaultProps: {
1276
+ getItemAriaLabel: type => {
1277
+ if (type === 'first') {
1278
+ return 'Aller à la première page';
1279
+ }
1280
+
1281
+ if (type === 'last') {
1282
+ return 'Aller à la dernière page';
1283
+ }
1284
+
1285
+ if (type === 'next') {
1286
+ return 'Aller à la page suivante';
1287
+ } // if (type === 'previous') {
1288
+
1289
+
1290
+ return 'Aller à la page précédente';
1291
+ },
1292
+ labelRowsPerPage: 'Lignes par page :',
1293
+ labelDisplayedRows: ({
1294
+ from,
1295
+ to,
1296
+ count
1297
+ }) => `${from}–${to} sur ${count !== -1 ? count : `plus que ${to}`}`
1298
+ }
1299
+ },
1300
+ MuiRating: {
1301
+ defaultProps: {
1302
+ getLabelText: value => `${value} Etoile${value !== 1 ? 's' : ''}`,
1303
+ emptyLabelText: 'Vide'
1304
+ }
1305
+ },
1306
+ MuiAutocomplete: {
1307
+ defaultProps: {
1308
+ clearText: 'Vider',
1309
+ closeText: 'Fermer',
1310
+ loadingText: 'Chargement…',
1311
+ noOptionsText: 'Pas de résultats',
1312
+ openText: 'Ouvrir'
1313
+ }
1314
+ },
1315
+ MuiAlert: {
1316
+ defaultProps: {
1317
+ closeText: 'Fermer'
1318
+ }
1319
+ },
1320
+ MuiPagination: {
1321
+ defaultProps: {
1322
+ 'aria-label': 'navigation de pagination',
1323
+ getItemAriaLabel: (type, page, selected) => {
1324
+ if (type === 'page') {
1325
+ return `${selected ? '' : 'Aller à la '}page ${page}`;
1326
+ }
1327
+
1328
+ if (type === 'first') {
1329
+ return 'Aller à la première page';
1330
+ }
1331
+
1332
+ if (type === 'last') {
1333
+ return 'Aller à la dernière page';
1334
+ }
1335
+
1336
+ if (type === 'next') {
1337
+ return 'Aller à la page suivante';
1338
+ } // if (type === 'previous') {
1339
+
1340
+
1341
+ return 'Aller à la page précédente';
1342
+ }
1343
+ }
1344
+ }
1345
+ }
1346
+ };
1347
+ export const heIL = {
1348
+ components: {
1349
+ MuiBreadcrumbs: {
1350
+ defaultProps: {
1351
+ expandText: 'הצג נתיב'
1352
+ }
1353
+ },
1354
+ MuiTablePagination: {
1355
+ defaultProps: {
1356
+ getItemAriaLabel: type => {
1357
+ if (type === 'first') {
1358
+ return 'לעמוד הראשון';
1359
+ }
1360
+
1361
+ if (type === 'last') {
1362
+ return 'לעמוד האחרון';
1363
+ }
1364
+
1365
+ if (type === 'next') {
1366
+ return 'לעמוד הבא';
1367
+ } // if (type === 'previous') {
1368
+
1369
+
1370
+ return 'לעמוד הקודם';
1371
+ },
1372
+ labelRowsPerPage: 'שורות בעמוד:',
1373
+ labelDisplayedRows: ({
1374
+ from,
1375
+ to,
1376
+ count
1377
+ }) => `${from}–${to} מתוך ${count !== -1 ? count : `יותר מ ${to}`}`
1378
+ }
1379
+ },
1380
+ MuiRating: {
1381
+ defaultProps: {
1382
+ getLabelText: value => `${value} כוכב${value !== 1 ? 'ים' : ''}`,
1383
+ emptyLabelText: 'ריק'
1384
+ }
1385
+ },
1386
+ MuiAutocomplete: {
1387
+ defaultProps: {
1388
+ clearText: 'נקה',
1389
+ closeText: 'סגור',
1390
+ loadingText: 'טוען…',
1391
+ noOptionsText: 'אין אופציות',
1392
+ openText: 'פתח'
1393
+ }
1394
+ },
1395
+ MuiAlert: {
1396
+ defaultProps: {
1397
+ closeText: 'סגור'
1398
+ }
1399
+ },
1400
+ MuiPagination: {
1401
+ defaultProps: {
1402
+ 'aria-label': 'ניווט בעמודים',
1403
+ getItemAriaLabel: (type, page, selected) => {
1404
+ if (type === 'page') {
1405
+ return `${selected ? '' : 'ל '}עמוד ${page}`;
1406
+ }
1407
+
1408
+ if (type === 'first') {
1409
+ return 'לעמוד הראשון';
1410
+ }
1411
+
1412
+ if (type === 'last') {
1413
+ return 'לעמוד האחרון';
1414
+ }
1415
+
1416
+ if (type === 'next') {
1417
+ return 'לעמוד הבא';
1418
+ } // if (type === 'previous') {
1419
+
1420
+
1421
+ return 'לעמוד הקודם';
1422
+ }
1423
+ }
1424
+ }
1425
+ }
1426
+ };
1427
+ export const hiIN = {
1428
+ components: {
1429
+ MuiBreadcrumbs: {
1430
+ defaultProps: {
1431
+ expandText: 'रास्ता दिखायें'
1432
+ }
1433
+ },
1434
+ MuiTablePagination: {
1435
+ defaultProps: {
1436
+ getItemAriaLabel: type => {
1437
+ if (type === 'first') {
1438
+ return 'पहले पृष्ठ पर जाएँ';
1439
+ }
1440
+
1441
+ if (type === 'last') {
1442
+ return 'अंतिम पृष्ठ पर जाएँ';
1443
+ }
1444
+
1445
+ if (type === 'next') {
1446
+ return 'अगले पृष्ठ पर जाएँ';
1447
+ } // if (type === 'previous') {
1448
+
1449
+
1450
+ return 'पिछले पृष्ठ पर जाएँ';
1451
+ },
1452
+ labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
1453
+ labelDisplayedRows: ({
1454
+ from,
1455
+ to,
1456
+ count
1457
+ }) => `${from}-${to === -1 ? count : to} कुल ${count} में`
1458
+ }
1459
+ },
1460
+ MuiRating: {
1461
+ defaultProps: {
1462
+ getLabelText: value => `${value} तार${value !== 1 ? 'े' : 'ा'}`,
1463
+ emptyLabelText: 'रिक्त'
1464
+ }
1465
+ },
1466
+ MuiAutocomplete: {
1467
+ defaultProps: {
1468
+ clearText: 'हटायें',
1469
+ closeText: 'बंद करें',
1470
+ loadingText: 'लोड हो रहा है…',
1471
+ noOptionsText: 'कोई विकल्प नहीं',
1472
+ openText: 'खोलें'
1473
+ }
1474
+ },
1475
+ MuiAlert: {
1476
+ defaultProps: {
1477
+ closeText: 'बंद करें'
1478
+ }
1479
+ },
1480
+ MuiPagination: {
1481
+ defaultProps: {
1482
+ 'aria-label': 'पृस्ठानुसार संचालन',
1483
+ getItemAriaLabel: (type, page, selected) => {
1484
+ if (type === 'page') {
1485
+ return `पृष्ठ ${page} ${selected ? '' : ' पर जाएँ'}`;
1486
+ }
1487
+
1488
+ if (type === 'first') {
1489
+ return 'पहले पृष्ठ पर जाएँ';
1490
+ }
1491
+
1492
+ if (type === 'last') {
1493
+ return 'अंतिम पृष्ठ पर जाएँ';
1494
+ }
1495
+
1496
+ if (type === 'next') {
1497
+ return 'अगले पृष्ठ पर जाएँ';
1498
+ } // if (type === 'previous') {
1499
+
1500
+
1501
+ return 'पिछले पृष्ठ पर जाएँ';
1502
+ }
1503
+ }
1504
+ }
1505
+ }
1506
+ }; // Croatian - Hrvatski
1507
+
1508
+ export const hrHR = {
1509
+ components: {
1510
+ MuiBreadcrumbs: {
1511
+ defaultProps: {
1512
+ expandText: 'Pokaži putanju'
1513
+ }
1514
+ },
1515
+ MuiTablePagination: {
1516
+ defaultProps: {
1517
+ getItemAriaLabel: type => {
1518
+ if (type === 'first') {
1519
+ return 'Idi na prvu stranicu';
1520
+ }
1521
+
1522
+ if (type === 'last') {
1523
+ return 'Idi na posljednju stranicu';
1524
+ }
1525
+
1526
+ if (type === 'next') {
1527
+ return 'Idi na sljedeću stranicu';
1528
+ } // if (type === 'previous') {
1529
+
1530
+
1531
+ return 'Idi na prethodnu stranicu';
1532
+ },
1533
+ labelRowsPerPage: 'Redova po stranici:',
1534
+ labelDisplayedRows: ({
1535
+ from,
1536
+ to,
1537
+ count
1538
+ }) => `${from}–${to} od ${count !== -1 ? count : `više nego ${to}`}`
1539
+ }
1540
+ },
1541
+ MuiRating: {
1542
+ defaultProps: {
1543
+ getLabelText: value => {
1544
+ const lastDigit = value % 10;
1545
+ const lastTwoDigits = value % 100;
1546
+
1547
+ if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
1548
+ return 'Zvijezde';
1549
+ }
1550
+
1551
+ return 'Zvijezda';
1552
+ },
1553
+ emptyLabelText: 'Prazno'
1554
+ }
1555
+ },
1556
+ MuiAutocomplete: {
1557
+ defaultProps: {
1558
+ clearText: 'Briši',
1559
+ closeText: 'Zatvori',
1560
+ loadingText: 'Učitavanje…',
1561
+ noOptionsText: 'Nema opcija',
1562
+ openText: 'Otvori'
1563
+ }
1564
+ },
1565
+ MuiAlert: {
1566
+ defaultProps: {
1567
+ closeText: 'Zatvori'
1568
+ }
1569
+ },
1570
+ MuiPagination: {
1571
+ defaultProps: {
1572
+ 'aria-label': 'Navigacija po stranicama',
1573
+ getItemAriaLabel: (type, page, selected) => {
1574
+ if (type === 'page') {
1575
+ return `${selected ? '' : 'Idi na '}stranicu ${page}`;
1576
+ }
1577
+
1578
+ if (type === 'first') {
1579
+ return 'Idi na prvu stranicu';
1580
+ }
1581
+
1582
+ if (type === 'last') {
1583
+ return 'Idi na zadnju stranicu';
1584
+ }
1585
+
1586
+ if (type === 'next') {
1587
+ return 'Idi na sljedeću stranicu';
1588
+ } // if (type === 'previous') {
1589
+
1590
+
1591
+ return 'Idi na prethodnu stranicu';
1592
+ }
1593
+ }
1594
+ }
1595
+ }
1596
+ };
1597
+ export const huHU = {
1598
+ components: {
1599
+ MuiBreadcrumbs: {
1600
+ defaultProps: {
1601
+ expandText: 'Útvonal'
1602
+ }
1603
+ },
1604
+ MuiTablePagination: {
1605
+ defaultProps: {
1606
+ getItemAriaLabel: type => {
1607
+ if (type === 'first') {
1608
+ return 'Első oldalra';
1609
+ }
1610
+
1611
+ if (type === 'last') {
1612
+ return 'Utolsó oldalra';
1613
+ }
1614
+
1615
+ if (type === 'next') {
1616
+ return 'Következő oldalra';
1617
+ } // if (type === 'previous') {
1618
+
1619
+
1620
+ return 'Előző oldalra';
1621
+ },
1622
+ labelRowsPerPage: 'Sorok száma:' // labelDisplayedRows: ({ from, to, count }) =>
1623
+ // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1624
+
1625
+ }
1626
+ },
1627
+ MuiRating: {
1628
+ defaultProps: {
1629
+ getLabelText: value => `${value} Csillag`,
1630
+ emptyLabelText: 'Üres'
1631
+ }
1632
+ },
1633
+ MuiAutocomplete: {
1634
+ defaultProps: {
1635
+ clearText: 'Törlés',
1636
+ closeText: 'Bezárás',
1637
+ loadingText: 'Töltés…',
1638
+ noOptionsText: 'Nincs találat',
1639
+ openText: 'Megnyitás'
1640
+ }
1641
+ },
1642
+ MuiAlert: {
1643
+ defaultProps: {
1644
+ closeText: 'Bezárás'
1645
+ }
1646
+ },
1647
+ MuiPagination: {
1648
+ defaultProps: {
1649
+ 'aria-label': 'Lapozás',
1650
+ getItemAriaLabel: (type, page, selected) => {
1651
+ if (type === 'page') {
1652
+ return `${page}. oldal${selected ? '' : 'ra'}`;
1653
+ }
1654
+
1655
+ if (type === 'first') {
1656
+ return 'Első oldalra';
1657
+ }
1658
+
1659
+ if (type === 'last') {
1660
+ return 'Utolsó oldalra';
1661
+ }
1662
+
1663
+ if (type === 'next') {
1664
+ return 'Következő oldalra';
1665
+ } // if (type === 'previous') {
1666
+
1667
+
1668
+ return 'Előző oldalra';
1669
+ }
1670
+ }
1671
+ }
1672
+ }
1673
+ };
1674
+ export const hyAM = {
1675
+ components: {
1676
+ // MuiBreadcrumbs: {
1677
+ // defaultProps: {
1678
+ // expandText: 'Show path',
1679
+ // },
1680
+ // },
1681
+ MuiTablePagination: {
1682
+ defaultProps: {
1683
+ // getItemAriaLabel: (type) => {
1684
+ // if (type === 'first') {
1685
+ // return 'Go to first page';
1686
+ // }
1687
+ // if (type === 'last') {
1688
+ // return 'Go to last page';
1689
+ // }
1690
+ // if (type === 'next') {
1691
+ // return 'Go to next page';
1692
+ // }
1693
+ // // if (type === 'previous') {
1694
+ // return 'Go to previous page';
1695
+ // },
1696
+ labelRowsPerPage: 'Տողեր մեկ էջում`' // labelDisplayedRows: ({ from, to, count }) =>
1697
+ // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1698
+
1699
+ }
1700
+ },
1701
+ MuiRating: {
1702
+ defaultProps: {
1703
+ getLabelText: value => `${value} Աստղ`,
1704
+ emptyLabelText: 'Դատարկ'
1705
+ }
1706
+ },
1707
+ MuiAutocomplete: {
1708
+ defaultProps: {
1709
+ clearText: 'Մաքրել',
1710
+ closeText: 'Փակել',
1711
+ loadingText: 'Բեռնում…',
1712
+ noOptionsText: 'Տարբերակներ չկան',
1713
+ openText: 'Բացել'
1714
+ }
1715
+ },
1716
+ MuiAlert: {
1717
+ defaultProps: {
1718
+ closeText: 'Փակել'
1719
+ }
1720
+ } // MuiPagination: {
1721
+ // defaultProps: {
1722
+ // 'aria-label': 'Pagination navigation',
1723
+ // getItemAriaLabel: (type, page, selected) => {
1724
+ // if (type === 'page') {
1725
+ // return `${selected ? '' : 'Go to '}page ${page}`;
1726
+ // }
1727
+ // if (type === 'first') {
1728
+ // return 'Go to first page';
1729
+ // }
1730
+ // if (type === 'last') {
1731
+ // return 'Go to last page';
1732
+ // }
1733
+ // if (type === 'next') {
1734
+ // return 'Go to next page';
1735
+ // }
1736
+ // // if (type === 'previous') {
1737
+ // return 'Go to previous page';
1738
+ // },
1739
+ // },
1740
+ // },
1741
+
1742
+ }
1743
+ };
1744
+ export const idID = {
1745
+ components: {
1746
+ // MuiBreadcrumbs: {
1747
+ // defaultProps: {
1748
+ // expandText: 'Show path',
1749
+ // },
1750
+ // },
1751
+ MuiTablePagination: {
1752
+ defaultProps: {
1753
+ // getItemAriaLabel: (type) => {
1754
+ // if (type === 'first') {
1755
+ // return 'Go to first page';
1756
+ // }
1757
+ // if (type === 'last') {
1758
+ // return 'Go to last page';
1759
+ // }
1760
+ // if (type === 'next') {
1761
+ // return 'Go to next page';
1762
+ // }
1763
+ // // if (type === 'previous') {
1764
+ // return 'Go to previous page';
1765
+ // },
1766
+ labelRowsPerPage: 'Baris per halaman:' // labelDisplayedRows: ({ from, to, count }) =>
1767
+ // `${from}–${to} dari ${count !== -1 ? count : `more than ${to}`}`,
1768
+
1769
+ }
1770
+ },
1771
+ MuiRating: {
1772
+ defaultProps: {
1773
+ getLabelText: value => `${value} Bintang` // emptyLabelText: 'Empty',
1774
+
1775
+ }
1776
+ },
1777
+ MuiAutocomplete: {
1778
+ defaultProps: {
1779
+ clearText: 'Hapus',
1780
+ closeText: 'Tutup',
1781
+ loadingText: 'Memuat…',
1782
+ noOptionsText: 'Tidak ada opsi',
1783
+ openText: 'Buka'
1784
+ }
1785
+ },
1786
+ MuiAlert: {
1787
+ defaultProps: {
1788
+ closeText: 'Tutup'
1789
+ }
1790
+ } // MuiPagination: {
1791
+ // defaultProps: {
1792
+ // 'aria-label': 'Pagination navigation',
1793
+ // getItemAriaLabel: (type, page, selected) => {
1794
+ // if (type === 'page') {
1795
+ // return `${selected ? '' : 'Go to '}page ${page}`;
1796
+ // }
1797
+ // if (type === 'first') {
1798
+ // return 'Go to first page';
1799
+ // }
1800
+ // if (type === 'last') {
1801
+ // return 'Go to last page';
1802
+ // }
1803
+ // if (type === 'next') {
1804
+ // return 'Go to next page';
1805
+ // }
1806
+ // // if (type === 'previous') {
1807
+ // return 'Go to previous page';
1808
+ // },
1809
+ // },
1810
+ // },
1811
+
1812
+ }
1813
+ };
1814
+ export const isIS = {
1815
+ components: {
1816
+ // MuiBreadcrumbs: {
1817
+ // defaultProps: {
1818
+ // expandText: 'Show path',
1819
+ // },
1820
+ // },
1821
+ MuiTablePagination: {
1822
+ defaultProps: {
1823
+ // getItemAriaLabel: (type) => {
1824
+ // if (type === 'first') {
1825
+ // return 'Go to first page';
1826
+ // }
1827
+ // if (type === 'last') {
1828
+ // return 'Go to last page';
1829
+ // }
1830
+ // if (type === 'next') {
1831
+ // return 'Go to next page';
1832
+ // }
1833
+ // // if (type === 'previous') {
1834
+ // return 'Go to previous page';
1835
+ // },
1836
+ labelRowsPerPage: 'Raðir á síðu:' // labelDisplayedRows: ({ from, to, count }) =>
1837
+ // `${from}–${to} af ${count !== -1 ? count : `more than ${to}`}`,
1838
+
1839
+ }
1840
+ },
1841
+ MuiRating: {
1842
+ defaultProps: {
1843
+ getLabelText: value => `${value} ${value === 1 ? 'Stjarna' : 'Stjörnur'}`,
1844
+ emptyLabelText: 'Tómt'
1845
+ }
1846
+ },
1847
+ MuiAutocomplete: {
1848
+ defaultProps: {
1849
+ clearText: 'Hreinsa',
1850
+ closeText: 'Loka',
1851
+ loadingText: 'Hlaða…',
1852
+ noOptionsText: 'Engar niðurstöður',
1853
+ openText: 'Opna'
1854
+ }
1855
+ },
1856
+ MuiAlert: {
1857
+ defaultProps: {
1858
+ closeText: 'Loka'
1859
+ }
1860
+ } // MuiPagination: {
1861
+ // defaultProps: {
1862
+ // 'aria-label': 'Pagination navigation',
1863
+ // getItemAriaLabel: (type, page, selected) => {
1864
+ // if (type === 'page') {
1865
+ // return `${selected ? '' : 'Go to '}page ${page}`;
1866
+ // }
1867
+ // if (type === 'first') {
1868
+ // return 'Go to first page';
1869
+ // }
1870
+ // if (type === 'last') {
1871
+ // return 'Go to last page';
1872
+ // }
1873
+ // if (type === 'next') {
1874
+ // return 'Go to next page';
1875
+ // }
1876
+ // // if (type === 'previous') {
1877
+ // return 'Go to previous page';
1878
+ // },
1879
+ // },
1880
+ // },
1881
+
1882
+ }
1883
+ };
1884
+ export const itIT = {
1885
+ components: {
1886
+ MuiBreadcrumbs: {
1887
+ defaultProps: {
1888
+ expandText: 'Visualizza percorso'
1889
+ }
1890
+ },
1891
+ MuiTablePagination: {
1892
+ defaultProps: {
1893
+ getItemAriaLabel: type => {
1894
+ if (type === 'first') {
1895
+ return 'Vai alla prima pagina';
1896
+ }
1897
+
1898
+ if (type === 'last') {
1899
+ return "Vai all'ultima pagina";
1900
+ }
1901
+
1902
+ if (type === 'next') {
1903
+ return 'Vai alla pagina successiva';
1904
+ } // if (type === 'previous') {
1905
+
1906
+
1907
+ return 'Vai alla pagina precedente';
1908
+ },
1909
+ labelRowsPerPage: 'Righe per pagina:',
1910
+ labelDisplayedRows: ({
1911
+ from,
1912
+ to,
1913
+ count
1914
+ }) => `${from}–${to} di ${count !== -1 ? count : `più di ${to}`}`
1915
+ }
1916
+ },
1917
+ MuiRating: {
1918
+ defaultProps: {
1919
+ getLabelText: value => `${value} Stell${value !== 1 ? 'e' : 'a'}`,
1920
+ emptyLabelText: 'Vuoto'
1921
+ }
1922
+ },
1923
+ MuiAutocomplete: {
1924
+ defaultProps: {
1925
+ clearText: 'Svuota',
1926
+ closeText: 'Chiudi',
1927
+ loadingText: 'Caricamento in corso…',
1928
+ noOptionsText: 'Nessuna opzione',
1929
+ openText: 'Apri'
1930
+ }
1931
+ },
1932
+ MuiAlert: {
1933
+ defaultProps: {
1934
+ closeText: 'Chiudi'
1935
+ }
1936
+ },
1937
+ MuiPagination: {
1938
+ defaultProps: {
1939
+ 'aria-label': 'Navigazione impaginata',
1940
+ getItemAriaLabel: (type, page, selected) => {
1941
+ if (type === 'page') {
1942
+ return `${selected ? '' : 'Vai alla '}pagina ${page}`;
1943
+ }
1944
+
1945
+ if (type === 'first') {
1946
+ return 'Vai alla prima pagina';
1947
+ }
1948
+
1949
+ if (type === 'last') {
1950
+ return "Vai all'ultima pagina";
1951
+ }
1952
+
1953
+ if (type === 'next') {
1954
+ return 'Vai alla pagina successiva';
1955
+ } // if (type === 'previous') {
1956
+
1957
+
1958
+ return 'Vai alla pagina precedente';
1959
+ }
1960
+ }
1961
+ }
1962
+ }
1963
+ };
1964
+ export const jaJP = {
1965
+ components: {
1966
+ MuiBreadcrumbs: {
1967
+ defaultProps: {
1968
+ expandText: 'すべて表示'
1969
+ }
1970
+ },
1971
+ MuiTablePagination: {
1972
+ defaultProps: {
1973
+ getItemAriaLabel: type => {
1974
+ if (type === 'first') {
1975
+ return '最初のページへ';
1976
+ }
1977
+
1978
+ if (type === 'last') {
1979
+ return '最後のページへ';
1980
+ }
1981
+
1982
+ if (type === 'next') {
1983
+ return '次のページへ';
1984
+ } // if (type === 'previous') {
1985
+
1986
+
1987
+ return '前のページへ';
1988
+ },
1989
+ labelRowsPerPage: 'ページあたりの行数:',
1990
+ labelDisplayedRows: ({
1991
+ from,
1992
+ to,
1993
+ count
1994
+ }) => `${from}~${to} / ${count !== -1 ? count : `${to}以上`}`
1995
+ }
1996
+ },
1997
+ MuiRating: {
1998
+ defaultProps: {
1999
+ getLabelText: value => `星${value}`,
2000
+ emptyLabelText: '星なし'
2001
+ }
2002
+ },
2003
+ MuiAutocomplete: {
2004
+ defaultProps: {
2005
+ clearText: 'クリア',
2006
+ closeText: '閉じる',
2007
+ loadingText: '読み込み中…',
2008
+ noOptionsText: 'データがありません',
2009
+ openText: '開く'
2010
+ }
2011
+ },
2012
+ MuiAlert: {
2013
+ defaultProps: {
2014
+ closeText: '閉じる'
2015
+ }
2016
+ },
2017
+ MuiPagination: {
2018
+ defaultProps: {
2019
+ 'aria-label': 'ページ選択',
2020
+ getItemAriaLabel: (type, page, selected) => {
2021
+ if (type === 'page') {
2022
+ return `ページ${page}${selected ? '' : 'へ'}`;
2023
+ }
2024
+
2025
+ if (type === 'first') {
2026
+ return '最初のページへ';
2027
+ }
2028
+
2029
+ if (type === 'last') {
2030
+ return '最後のページへ';
2031
+ }
2032
+
2033
+ if (type === 'next') {
2034
+ return '次のページへ';
2035
+ } // if (type === 'previous') {
2036
+
2037
+
2038
+ return '前のページへ';
2039
+ }
2040
+ }
2041
+ }
2042
+ }
2043
+ };
2044
+ export const khKH = {
2045
+ components: {
2046
+ MuiBreadcrumbs: {
2047
+ defaultProps: {
2048
+ expandText: 'បង្ហាញផ្លូវ'
2049
+ }
2050
+ },
2051
+ MuiTablePagination: {
2052
+ defaultProps: {
2053
+ getItemAriaLabel: type => {
2054
+ if (type === 'first') {
2055
+ return 'ទៅទំព័រដំបូង';
2056
+ }
2057
+
2058
+ if (type === 'last') {
2059
+ return 'ទៅទំព័រចុងក្រោយ';
2060
+ }
2061
+
2062
+ if (type === 'next') {
2063
+ return 'ទៅទំព័របន្ទាប់';
2064
+ } // if (type === 'previous') {
2065
+
2066
+
2067
+ return 'ទៅទំព័រមុន';
2068
+ },
2069
+ labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
2070
+ labelDisplayedRows: ({
2071
+ from,
2072
+ to,
2073
+ count
2074
+ }) => `${from} - ${to} នៃ ${count !== -1 ? count : `ច្រើនជាង ${to}`}`
2075
+ }
2076
+ },
2077
+ MuiRating: {
2078
+ defaultProps: {
2079
+ getLabelText: value => `${value} ផ្កាយ${value !== 1 ? '' : ''}`,
2080
+ emptyLabelText: 'ទទេ'
2081
+ }
2082
+ },
2083
+ MuiAutocomplete: {
2084
+ defaultProps: {
2085
+ clearText: 'លុបចោល',
2086
+ closeText: 'បិទ',
2087
+ loadingText: 'កំពុងលោត…',
2088
+ noOptionsText: 'គ្មានជម្រើស',
2089
+ openText: 'បើក'
2090
+ }
2091
+ },
2092
+ MuiAlert: {
2093
+ defaultProps: {
2094
+ closeText: 'បិទ'
2095
+ }
2096
+ },
2097
+ MuiPagination: {
2098
+ defaultProps: {
2099
+ 'aria-label': 'រុករកទំព័រ',
2100
+ getItemAriaLabel: (type, page, selected) => {
2101
+ if (type === 'page') {
2102
+ return `${selected ? '' : 'ទៅ '}ទំព័រ ${page}`;
2103
+ }
2104
+
2105
+ if (type === 'first') {
2106
+ return 'ទៅទំព័រដំបូង';
2107
+ }
2108
+
2109
+ if (type === 'last') {
2110
+ return 'ទៅទំព័រចុងក្រោយ';
2111
+ }
2112
+
2113
+ if (type === 'next') {
2114
+ return 'ទៅទំព័របន្ទាប់';
2115
+ } // if (type === 'previous') {
2116
+
2117
+
2118
+ return 'ទៅទំព័រមុន';
2119
+ }
2120
+ }
2121
+ }
2122
+ }
2123
+ };
2124
+ export const koKR = {
2125
+ components: {
2126
+ MuiBreadcrumbs: {
2127
+ defaultProps: {
2128
+ expandText: '경로 보기'
2129
+ }
2130
+ },
2131
+ MuiTablePagination: {
2132
+ defaultProps: {
2133
+ getItemAriaLabel: type => {
2134
+ if (type === 'first') {
2135
+ return '첫 번째 페이지로 이동';
2136
+ }
2137
+
2138
+ if (type === 'last') {
2139
+ return '마지막 페이지로 이동';
2140
+ }
2141
+
2142
+ if (type === 'next') {
2143
+ return '다음 페이지로 이동';
2144
+ } // if (type === 'previous') {
2145
+
2146
+
2147
+ return '이전 페이지로 이동';
2148
+ },
2149
+ labelRowsPerPage: '페이지 당 행:',
2150
+ labelDisplayedRows: ({
2151
+ from,
2152
+ to,
2153
+ count
2154
+ }) => `${from}–${to} / ${count !== -1 ? count : `${to}개 이상`}`
2155
+ }
2156
+ },
2157
+ MuiRating: {
2158
+ defaultProps: {
2159
+ getLabelText: value => `${value} 점`,
2160
+ emptyLabelText: '빈 텍스트'
2161
+ }
2162
+ },
2163
+ MuiAutocomplete: {
2164
+ defaultProps: {
2165
+ clearText: '지우기',
2166
+ closeText: '닫기',
2167
+ loadingText: '불러오는 중…',
2168
+ noOptionsText: '옵션 없음',
2169
+ openText: '열기'
2170
+ }
2171
+ },
2172
+ MuiAlert: {
2173
+ defaultProps: {
2174
+ closeText: '닫기'
2175
+ }
2176
+ },
2177
+ MuiPagination: {
2178
+ defaultProps: {
2179
+ 'aria-label': '페이지네이션 네비게이션',
2180
+ getItemAriaLabel: (type, page, selected) => {
2181
+ if (type === 'page') {
2182
+ return `${page} 번째 페이지${selected ? '' : '로 이동'}`;
2183
+ }
2184
+
2185
+ if (type === 'first') {
2186
+ return '첫 번째 페이지로 이동';
2187
+ }
2188
+
2189
+ if (type === 'last') {
2190
+ return '마지막 페이지로 이동';
2191
+ }
2192
+
2193
+ if (type === 'next') {
2194
+ return '다음 페이지로 이동';
2195
+ } // if (type === 'previous') {
2196
+
2197
+
2198
+ return '이전 페이지로 이동';
2199
+ }
2200
+ }
2201
+ }
2202
+ }
2203
+ };
2204
+ export const kzKZ = {
2205
+ components: {
2206
+ MuiBreadcrumbs: {
2207
+ defaultProps: {
2208
+ expandText: 'Толық жолды көрсету'
2209
+ }
2210
+ },
2211
+ MuiTablePagination: {
2212
+ defaultProps: {
2213
+ getItemAriaLabel: type => {
2214
+ if (type === 'first') {
2215
+ return 'Бірінші бетке өту';
2216
+ }
2217
+
2218
+ if (type === 'last') {
2219
+ return 'Соңғы бетке өту';
2220
+ }
2221
+
2222
+ if (type === 'next') {
2223
+ return 'Келесі бетке өту';
2224
+ } // if (type === 'previous') {
2225
+
2226
+
2227
+ return 'Алдыңғы бетке өту';
2228
+ },
2229
+ labelRowsPerPage: 'Беттегі қатарлар:',
2230
+ labelDisplayedRows: ({
2231
+ from,
2232
+ to,
2233
+ count
2234
+ }) => `${count !== -1 ? count : `+${to}`} қатардың ішінен ${from}–${to}`
2235
+ }
2236
+ },
2237
+ MuiRating: {
2238
+ defaultProps: {
2239
+ getLabelText: value => `${value} жұлдыз`,
2240
+ emptyLabelText: 'Рейтинг жоқ'
2241
+ }
2242
+ },
2243
+ MuiAutocomplete: {
2244
+ defaultProps: {
2245
+ clearText: 'Тазарту',
2246
+ closeText: 'Жабу',
2247
+ loadingText: 'Жүктелуде…',
2248
+ noOptionsText: 'Қол жетімді нұсқалар жоқ',
2249
+ openText: 'Ашу'
2250
+ }
2251
+ },
2252
+ MuiAlert: {
2253
+ defaultProps: {
2254
+ closeText: 'Жабу'
2255
+ }
2256
+ },
2257
+ MuiPagination: {
2258
+ defaultProps: {
2259
+ 'aria-label': 'Беттерді шарлау',
2260
+ getItemAriaLabel: (type, page, selected) => {
2261
+ if (type === 'page') {
2262
+ if (selected) {
2263
+ return `${page} — бет`;
2264
+ }
2265
+
2266
+ return `${page} — бетке өту`;
2267
+ }
2268
+
2269
+ if (type === 'first') {
2270
+ return 'Бірінші бетке өту';
2271
+ }
2272
+
2273
+ if (type === 'last') {
2274
+ return 'Соңғы бетке өту';
2275
+ }
2276
+
2277
+ if (type === 'next') {
2278
+ return 'Келесі бетке өту';
2279
+ } // if (type === 'previous') {
2280
+
2281
+
2282
+ return 'Алдыңғы бетке өту';
2283
+ }
2284
+ }
2285
+ }
2286
+ }
2287
+ }; // Macedonian - Македонски
2288
+
2289
+ export const mkMK = {
2290
+ components: {
2291
+ MuiBreadcrumbs: {
2292
+ defaultProps: {
2293
+ expandText: 'Прикажи патека'
2294
+ }
2295
+ },
2296
+ MuiTablePagination: {
2297
+ defaultProps: {
2298
+ getItemAriaLabel: type => {
2299
+ if (type === 'first') {
2300
+ return 'Оди на прва страница';
2301
+ }
2302
+
2303
+ if (type === 'last') {
2304
+ return 'Оди на последна страница';
2305
+ }
2306
+
2307
+ if (type === 'next') {
2308
+ return 'Оди на следна страница';
2309
+ } // if (type === 'previous') {
2310
+
2311
+
2312
+ return 'Оди на предходна страница';
2313
+ },
2314
+ labelRowsPerPage: 'Редови по страница:',
2315
+ labelDisplayedRows: ({
2316
+ from,
2317
+ to,
2318
+ count
2319
+ }) => `${from}–${to} од ${count !== -1 ? count : `повеќе од ${to}`}`
2320
+ }
2321
+ },
2322
+ MuiRating: {
2323
+ defaultProps: {
2324
+ getLabelText: value => {
2325
+ const lastDigit = value % 10;
2326
+ return `${value} Ѕвезд${lastDigit === 1 ? 'а' : 'и'}`;
2327
+ },
2328
+ emptyLabelText: 'Празно'
2329
+ }
2330
+ },
2331
+ MuiAutocomplete: {
2332
+ defaultProps: {
2333
+ clearText: 'Избриши',
2334
+ closeText: 'Затвори',
2335
+ loadingText: 'Се презема',
2336
+ noOptionsText: 'Нема опција',
2337
+ openText: 'Отвори'
2338
+ }
2339
+ },
2340
+ MuiAlert: {
2341
+ defaultProps: {
2342
+ closeText: 'Затвори'
2343
+ }
2344
+ },
2345
+ MuiPagination: {
2346
+ defaultProps: {
2347
+ 'aria-label': 'Навигација низ страници',
2348
+ getItemAriaLabel: (type, page, selected) => {
2349
+ if (type === 'page') {
2350
+ return `${selected ? '' : 'Оди на '}страница ${page}`;
2351
+ }
2352
+
2353
+ if (type === 'first') {
2354
+ return 'Оди на прва страница';
2355
+ }
2356
+
2357
+ if (type === 'last') {
2358
+ return 'Оди на последна страница';
2359
+ }
2360
+
2361
+ if (type === 'next') {
2362
+ return 'Оди на следна страница';
2363
+ } // if (type === 'previous') {
2364
+
2365
+
2366
+ return 'Оди на предходна страница';
2367
+ }
2368
+ }
2369
+ }
2370
+ }
2371
+ };
2372
+ export const nbNO = {
2373
+ components: {
2374
+ MuiBreadcrumbs: {
2375
+ defaultProps: {
2376
+ expandText: 'Vis sti'
2377
+ }
2378
+ },
2379
+ MuiTablePagination: {
2380
+ defaultProps: {
2381
+ getItemAriaLabel: type => {
2382
+ if (type === 'first') {
2383
+ return 'Gå til første side';
2384
+ }
2385
+
2386
+ if (type === 'last') {
2387
+ return 'Gå til siste side';
2388
+ }
2389
+
2390
+ if (type === 'next') {
2391
+ return 'Gå til neste side';
2392
+ } // if (type === 'previous') {
2393
+
2394
+
2395
+ return 'Gå til forrige side';
2396
+ },
2397
+ labelRowsPerPage: 'Rader per side:',
2398
+ labelDisplayedRows: ({
2399
+ from,
2400
+ to,
2401
+ count
2402
+ }) => `${from}–${to} av ${count !== -1 ? count : `mer enn ${to}`}`
2403
+ }
2404
+ },
2405
+ MuiRating: {
2406
+ defaultProps: {
2407
+ getLabelText: value => `${value} Stjerne${value !== 1 ? 'r' : ''}`,
2408
+ emptyLabelText: 'Tom'
2409
+ }
2410
+ },
2411
+ MuiAutocomplete: {
2412
+ defaultProps: {
2413
+ clearText: 'Tøm',
2414
+ closeText: 'Lukk',
2415
+ loadingText: 'Laster inn…',
2416
+ noOptionsText: 'Ingen alternativer',
2417
+ openText: 'Åpne'
2418
+ }
2419
+ },
2420
+ MuiAlert: {
2421
+ defaultProps: {
2422
+ closeText: 'Lukk'
2423
+ }
2424
+ },
2425
+ MuiPagination: {
2426
+ defaultProps: {
2427
+ 'aria-label': 'Paginering navigasjon',
2428
+ getItemAriaLabel: (type, page, selected) => {
2429
+ if (type === 'page') {
2430
+ return `${selected ? '' : 'Gå til '}side ${page}`;
2431
+ }
2432
+
2433
+ if (type === 'first') {
2434
+ return 'Gå til første side';
2435
+ }
2436
+
2437
+ if (type === 'last') {
2438
+ return 'Gå til siste side';
2439
+ }
2440
+
2441
+ if (type === 'next') {
2442
+ return 'Gå til neste side';
2443
+ } // if (type === 'previous') {
2444
+
2445
+
2446
+ return 'Gå til forrige side';
2447
+ }
2448
+ }
2449
+ }
2450
+ }
2451
+ };
2452
+ export const nlNL = {
2453
+ components: {
2454
+ MuiBreadcrumbs: {
2455
+ defaultProps: {
2456
+ expandText: 'Pad tonen'
2457
+ }
2458
+ },
2459
+ MuiTablePagination: {
2460
+ defaultProps: {
2461
+ getItemAriaLabel: type => {
2462
+ if (type === 'first') {
2463
+ return 'Ga naar eerste pagina';
2464
+ }
2465
+
2466
+ if (type === 'last') {
2467
+ return 'Ga naar laatste pagina';
2468
+ }
2469
+
2470
+ if (type === 'next') {
2471
+ return 'Ga naar volgende pagina';
2472
+ } // if (type === 'previous') {
2473
+
2474
+
2475
+ return 'Ga naar vorige pagina';
2476
+ },
2477
+ labelRowsPerPage: 'Regels per pagina:',
2478
+ labelDisplayedRows: ({
2479
+ from,
2480
+ to,
2481
+ count
2482
+ }) => `${from}–${to} van ${count !== -1 ? count : `meer dan ${to}`}`
2483
+ }
2484
+ },
2485
+ MuiRating: {
2486
+ defaultProps: {
2487
+ getLabelText: value => `${value} Ster${value !== 1 ? 'ren' : ''}`,
2488
+ emptyLabelText: 'Leeg'
2489
+ }
2490
+ },
2491
+ MuiAutocomplete: {
2492
+ defaultProps: {
2493
+ clearText: 'Wissen',
2494
+ closeText: 'Sluiten',
2495
+ loadingText: 'Laden…',
2496
+ noOptionsText: 'Geen opties',
2497
+ openText: 'Openen'
2498
+ }
2499
+ },
2500
+ MuiAlert: {
2501
+ defaultProps: {
2502
+ closeText: 'Sluiten'
2503
+ }
2504
+ },
2505
+ MuiPagination: {
2506
+ defaultProps: {
2507
+ 'aria-label': 'Navigatie via paginering',
2508
+ getItemAriaLabel: (type, page, selected) => {
2509
+ if (type === 'page') {
2510
+ return `${selected ? '' : 'Ga naar '}pagina ${page}`;
2511
+ }
2512
+
2513
+ if (type === 'first') {
2514
+ return 'Ga naar eerste pagina';
2515
+ }
2516
+
2517
+ if (type === 'last') {
2518
+ return 'Ga naar laatste pagina';
2519
+ }
2520
+
2521
+ if (type === 'next') {
2522
+ return 'Ga naar volgende pagina';
2523
+ } // if (type === 'previous') {
2524
+
2525
+
2526
+ return 'Ga naar vorige pagina';
2527
+ }
2528
+ }
2529
+ }
2530
+ }
2531
+ };
2532
+ export const plPL = {
2533
+ components: {
2534
+ MuiBreadcrumbs: {
2535
+ defaultProps: {
2536
+ expandText: 'Pokaż ścieżkę'
2537
+ }
2538
+ },
2539
+ MuiTablePagination: {
2540
+ defaultProps: {
2541
+ getItemAriaLabel: type => {
2542
+ if (type === 'first') {
2543
+ return 'Przejdź do pierwszej strony';
2544
+ }
2545
+
2546
+ if (type === 'last') {
2547
+ return 'Przejdź do ostatniej strony';
2548
+ }
2549
+
2550
+ if (type === 'next') {
2551
+ return 'Przejdź do następnej strony';
2552
+ } // if (type === 'previous') {
2553
+
2554
+
2555
+ return 'Przejdź do poprzedniej strony';
2556
+ },
2557
+ labelRowsPerPage: 'Wierszy na stronę:',
2558
+ labelDisplayedRows: ({
2559
+ from,
2560
+ to,
2561
+ count
2562
+ }) => `${from}–${to} z ${count !== -1 ? count : `ponad ${to}`}`
2563
+ }
2564
+ },
2565
+ MuiRating: {
2566
+ defaultProps: {
2567
+ getLabelText: value => {
2568
+ let pluralForm = 'gwiazdek';
2569
+ const lastDigit = value % 10;
2570
+
2571
+ if ((value < 10 || value > 20) && lastDigit > 1 && lastDigit < 5) {
2572
+ pluralForm = 'gwiazdki';
2573
+ } else if (value === 1) {
2574
+ pluralForm = 'gwiazdka';
2575
+ }
2576
+
2577
+ return `${value} ${pluralForm}`;
2578
+ },
2579
+ emptyLabelText: 'Brak gwiazdek'
2580
+ }
2581
+ },
2582
+ MuiAutocomplete: {
2583
+ defaultProps: {
2584
+ clearText: 'Wyczyść',
2585
+ closeText: 'Zamknij',
2586
+ loadingText: 'Ładowanie…',
2587
+ noOptionsText: 'Brak opcji',
2588
+ openText: 'Otwórz'
2589
+ }
2590
+ },
2591
+ MuiAlert: {
2592
+ defaultProps: {
2593
+ closeText: 'Zamknij'
2594
+ }
2595
+ },
2596
+ MuiPagination: {
2597
+ defaultProps: {
2598
+ 'aria-label': 'Nawigacja podziału na strony',
2599
+ getItemAriaLabel: (type, page, selected) => {
2600
+ if (type === 'page') {
2601
+ return selected ? `${page}. strona` : `Przejdź do ${page}. strony`;
2602
+ }
2603
+
2604
+ if (type === 'first') {
2605
+ return 'Przejdź do pierwszej strony';
2606
+ }
2607
+
2608
+ if (type === 'last') {
2609
+ return 'Przejdź do ostatniej strony';
2610
+ }
2611
+
2612
+ if (type === 'next') {
2613
+ return 'Przejdź do następnej strony';
2614
+ } // if (type === 'previous') {
2615
+
2616
+
2617
+ return 'Przejdź do poprzedniej strony';
2618
+ }
2619
+ }
2620
+ }
2621
+ }
2622
+ };
2623
+ export const ptBR = {
2624
+ components: {
2625
+ MuiBreadcrumbs: {
2626
+ defaultProps: {
2627
+ expandText: 'Mostrar caminho'
2628
+ }
2629
+ },
2630
+ MuiTablePagination: {
2631
+ defaultProps: {
2632
+ getItemAriaLabel: type => {
2633
+ if (type === 'first') {
2634
+ return 'Ir para a primeira página';
2635
+ }
2636
+
2637
+ if (type === 'last') {
2638
+ return 'Ir para a última página';
2639
+ }
2640
+
2641
+ if (type === 'next') {
2642
+ return 'Ir para a próxima página';
2643
+ } // if (type === 'previous') {
2644
+
2645
+
2646
+ return 'Ir para a página anterior';
2647
+ },
2648
+ labelRowsPerPage: 'Linhas por página:',
2649
+ labelDisplayedRows: ({
2650
+ from,
2651
+ to,
2652
+ count
2653
+ }) => `${from}–${to} de ${count !== -1 ? count : `mais de ${to}`}`
2654
+ }
2655
+ },
2656
+ MuiRating: {
2657
+ defaultProps: {
2658
+ getLabelText: value => `${value} Estrela${value !== 1 ? 's' : ''}`,
2659
+ emptyLabelText: 'Vazio'
2660
+ }
2661
+ },
2662
+ MuiAutocomplete: {
2663
+ defaultProps: {
2664
+ clearText: 'Limpar',
2665
+ closeText: 'Fechar',
2666
+ loadingText: 'Carregando…',
2667
+ noOptionsText: 'Sem opções',
2668
+ openText: 'Abrir'
2669
+ }
2670
+ },
2671
+ MuiAlert: {
2672
+ defaultProps: {
2673
+ closeText: 'Fechar'
2674
+ }
2675
+ },
2676
+ MuiPagination: {
2677
+ defaultProps: {
2678
+ 'aria-label': 'Navegar pela paginação',
2679
+ getItemAriaLabel: (type, page, selected) => {
2680
+ if (type === 'page') {
2681
+ return `${selected ? '' : 'Ir para a '}página ${page}`;
2682
+ }
2683
+
2684
+ if (type === 'first') {
2685
+ return 'Ir para a primeira página';
2686
+ }
2687
+
2688
+ if (type === 'last') {
2689
+ return 'Ir para a última página';
2690
+ }
2691
+
2692
+ if (type === 'next') {
2693
+ return 'Ir para a próxima página';
2694
+ } // if (type === 'previous') {
2695
+
2696
+
2697
+ return 'Ir para a página anterior';
2698
+ }
2699
+ }
2700
+ }
2701
+ }
2702
+ };
2703
+ export const ptPT = {
2704
+ components: {
2705
+ MuiBreadcrumbs: {
2706
+ defaultProps: {
2707
+ expandText: 'Mostrar caminho'
2708
+ }
2709
+ },
2710
+ MuiTablePagination: {
2711
+ defaultProps: {
2712
+ getItemAriaLabel: type => {
2713
+ if (type === 'first') {
2714
+ return 'Primeira página';
2715
+ }
2716
+
2717
+ if (type === 'last') {
2718
+ return 'Última página';
2719
+ }
2720
+
2721
+ if (type === 'next') {
2722
+ return 'Próxima página';
2723
+ } // if (type === 'previous') {
2724
+
2725
+
2726
+ return 'Página anterior';
2727
+ },
2728
+ labelRowsPerPage: 'Linhas por página:',
2729
+ labelDisplayedRows: ({
2730
+ from,
2731
+ to,
2732
+ count
2733
+ }) => `${from}–${to} de ${count !== -1 ? count : `mais de ${to}`}`
2734
+ }
2735
+ },
2736
+ MuiRating: {
2737
+ defaultProps: {
2738
+ getLabelText: value => `${value} Estrela${value !== 1 ? 's' : ''}`,
2739
+ emptyLabelText: 'Vazio'
2740
+ }
2741
+ },
2742
+ MuiAutocomplete: {
2743
+ defaultProps: {
2744
+ clearText: 'Limpar',
2745
+ closeText: 'Fechar',
2746
+ loadingText: 'A carregar…',
2747
+ noOptionsText: 'Sem opções',
2748
+ openText: 'Abrir'
2749
+ }
2750
+ },
2751
+ MuiAlert: {
2752
+ defaultProps: {
2753
+ closeText: 'Fechar'
2754
+ }
2755
+ },
2756
+ MuiPagination: {
2757
+ defaultProps: {
2758
+ 'aria-label': 'Navegar por páginas',
2759
+ getItemAriaLabel: (type, page, selected) => {
2760
+ if (type === 'page') {
2761
+ return `${selected ? '' : 'Ir para a '}página ${page}`;
2762
+ }
2763
+
2764
+ if (type === 'first') {
2765
+ return 'Primeira página';
2766
+ }
2767
+
2768
+ if (type === 'last') {
2769
+ return 'Última página';
2770
+ }
2771
+
2772
+ if (type === 'next') {
2773
+ return 'Próxima página';
2774
+ } // if (type === 'previous') {
2775
+
2776
+
2777
+ return 'Página anterior';
2778
+ }
2779
+ }
2780
+ }
2781
+ }
2782
+ };
2783
+ export const roRO = {
2784
+ components: {
2785
+ MuiBreadcrumbs: {
2786
+ defaultProps: {
2787
+ expandText: 'Arată calea'
2788
+ }
2789
+ },
2790
+ MuiTablePagination: {
2791
+ defaultProps: {
2792
+ getItemAriaLabel: type => {
2793
+ if (type === 'first') {
2794
+ return 'Mergi la prima pagină';
2795
+ }
2796
+
2797
+ if (type === 'last') {
2798
+ return 'Mergi la ultima pagină';
2799
+ }
2800
+
2801
+ if (type === 'next') {
2802
+ return 'Mergi la pagina următoare';
2803
+ } // if (type === 'previous') {
2804
+
2805
+
2806
+ return 'Mergi la pagina precedentă';
2807
+ },
2808
+ labelRowsPerPage: 'Rânduri pe pagină:' // labelDisplayedRows: ({ from, to, count }) =>
2809
+ // `${from}–${to} din ${count !== -1 ? count : `more than ${to}`}`,
2810
+
2811
+ }
2812
+ },
2813
+ MuiRating: {
2814
+ defaultProps: {
2815
+ getLabelText: value => `${value} St${value !== 1 ? 'ele' : 'ea'}`,
2816
+ emptyLabelText: 'Gol'
2817
+ }
2818
+ },
2819
+ MuiAutocomplete: {
2820
+ defaultProps: {
2821
+ clearText: 'Șterge',
2822
+ closeText: 'Închide',
2823
+ loadingText: 'Se încarcă…',
2824
+ noOptionsText: 'Nicio opțiune',
2825
+ openText: 'Deschide'
2826
+ }
2827
+ },
2828
+ MuiAlert: {
2829
+ defaultProps: {
2830
+ closeText: 'Închide'
2831
+ }
2832
+ },
2833
+ MuiPagination: {
2834
+ defaultProps: {
2835
+ 'aria-label': 'Navigare prin paginare',
2836
+ getItemAriaLabel: (type, page, selected) => {
2837
+ if (type === 'page') {
2838
+ return `${selected ? '' : 'Mergi la '}pagina ${page}`;
2839
+ }
2840
+
2841
+ if (type === 'first') {
2842
+ return 'Mergi la prima pagină';
2843
+ }
2844
+
2845
+ if (type === 'last') {
2846
+ return 'Mergi la ultima pagină';
2847
+ }
2848
+
2849
+ if (type === 'next') {
2850
+ return 'Mergi la pagina următoare';
2851
+ } // if (type === 'previous') {
2852
+
2853
+
2854
+ return 'Mergi la pagina precedentă';
2855
+ }
2856
+ }
2857
+ }
2858
+ }
2859
+ }; // Serbian - Srpski
2860
+
2861
+ export const srRS = {
2862
+ components: {
2863
+ MuiBreadcrumbs: {
2864
+ defaultProps: {
2865
+ expandText: 'Pokaži putanju'
2866
+ }
2867
+ },
2868
+ MuiTablePagination: {
2869
+ defaultProps: {
2870
+ getItemAriaLabel: type => {
2871
+ if (type === 'first') {
2872
+ return 'Idi na prvu stranicu';
2873
+ }
2874
+
2875
+ if (type === 'last') {
2876
+ return 'Idi na poslednju stranicu';
2877
+ }
2878
+
2879
+ if (type === 'next') {
2880
+ return 'Idi na sledeću stranicu';
2881
+ } // if (type === 'previous') {
2882
+
2883
+
2884
+ return 'Idi na prethodnu stranicu';
2885
+ },
2886
+ labelRowsPerPage: 'Redova po stranici:',
2887
+ labelDisplayedRows: ({
2888
+ from,
2889
+ to,
2890
+ count
2891
+ }) => `${from}–${to} od ${count !== -1 ? count : `više nego ${to}`}`
2892
+ }
2893
+ },
2894
+ MuiRating: {
2895
+ defaultProps: {
2896
+ getLabelText: value => {
2897
+ const lastDigit = value % 10;
2898
+ const lastTwoDigits = value % 100;
2899
+
2900
+ if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
2901
+ return 'Zvezde';
2902
+ }
2903
+
2904
+ return 'Zvezda';
2905
+ },
2906
+ emptyLabelText: 'Prazno'
2907
+ }
2908
+ },
2909
+ MuiAutocomplete: {
2910
+ defaultProps: {
2911
+ clearText: 'Briši',
2912
+ closeText: 'Zatvori',
2913
+ loadingText: 'Učitavanje…',
2914
+ noOptionsText: 'Nema opcija',
2915
+ openText: 'Otvori'
2916
+ }
2917
+ },
2918
+ MuiAlert: {
2919
+ defaultProps: {
2920
+ closeText: 'Zatvori'
2921
+ }
2922
+ },
2923
+ MuiPagination: {
2924
+ defaultProps: {
2925
+ 'aria-label': 'Navigacija po stranicama',
2926
+ getItemAriaLabel: (type, page, selected) => {
2927
+ if (type === 'page') {
2928
+ return `${selected ? '' : 'Idi na '}stranicu ${page}`;
2929
+ }
2930
+
2931
+ if (type === 'first') {
2932
+ return 'Idi na prvu stranicu';
2933
+ }
2934
+
2935
+ if (type === 'last') {
2936
+ return 'Idi na zadnju stranicu';
2937
+ }
2938
+
2939
+ if (type === 'next') {
2940
+ return 'Idi na sledeću stranicu';
2941
+ } // if (type === 'previous') {
2942
+
2943
+
2944
+ return 'Idi na prethodnu stranicu';
2945
+ }
2946
+ }
2947
+ }
2948
+ }
2949
+ };
2950
+ export const ruRU = {
2951
+ components: {
2952
+ MuiBreadcrumbs: {
2953
+ defaultProps: {
2954
+ expandText: 'Показать полный путь'
2955
+ }
2956
+ },
2957
+ MuiTablePagination: {
2958
+ defaultProps: {
2959
+ getItemAriaLabel: type => {
2960
+ if (type === 'first') {
2961
+ return 'Перейти на первую страницу';
2962
+ }
2963
+
2964
+ if (type === 'last') {
2965
+ return 'Перейти на последнюю страницу';
2966
+ }
2967
+
2968
+ if (type === 'next') {
2969
+ return 'Перейти на следующую страницу';
2970
+ } // if (type === 'previous') {
2971
+
2972
+
2973
+ return 'Перейти на предыдущую страницу';
2974
+ },
2975
+ labelRowsPerPage: 'Строк на странице:',
2976
+ labelDisplayedRows: ({
2977
+ from,
2978
+ to,
2979
+ count
2980
+ }) => `${from}–${to} из ${count !== -1 ? count : `более чем ${to}`}`
2981
+ }
2982
+ },
2983
+ MuiRating: {
2984
+ defaultProps: {
2985
+ getLabelText: value => {
2986
+ let pluralForm = 'Звёзд';
2987
+ const lastDigit = value % 10;
2988
+
2989
+ if (lastDigit > 1 && lastDigit < 5) {
2990
+ pluralForm = 'Звезды';
2991
+ } else if (lastDigit === 1) {
2992
+ pluralForm = 'Звезда';
2993
+ }
2994
+
2995
+ return `${value} ${pluralForm}`;
2996
+ },
2997
+ emptyLabelText: 'Рейтинг отсутствует'
2998
+ }
2999
+ },
3000
+ MuiAutocomplete: {
3001
+ defaultProps: {
3002
+ clearText: 'Очистить',
3003
+ closeText: 'Закрыть',
3004
+ loadingText: 'Загрузка…',
3005
+ noOptionsText: 'Нет доступных вариантов',
3006
+ openText: 'Открыть'
3007
+ }
3008
+ },
3009
+ MuiAlert: {
3010
+ defaultProps: {
3011
+ closeText: 'Закрыть'
3012
+ }
3013
+ },
3014
+ MuiPagination: {
3015
+ defaultProps: {
3016
+ 'aria-label': 'Навигация по страницам',
3017
+ getItemAriaLabel: (type, page, selected) => {
3018
+ if (type === 'page') {
3019
+ if (selected) {
3020
+ return `${page} страница`;
3021
+ }
3022
+
3023
+ return `Перейти на ${page} страницу`;
3024
+ }
3025
+
3026
+ if (type === 'first') {
3027
+ return 'Перейти на первую страницу';
3028
+ }
3029
+
3030
+ if (type === 'last') {
3031
+ return 'Перейти на последнюю страницу';
3032
+ }
3033
+
3034
+ if (type === 'next') {
3035
+ return 'Перейти на следующую страницу';
3036
+ } // if (type === 'previous') {
3037
+
3038
+
3039
+ return 'Перейти на предыдущую страницу';
3040
+ }
3041
+ }
3042
+ }
3043
+ }
3044
+ };
3045
+ export const siLK = {
3046
+ components: {
3047
+ MuiBreadcrumbs: {
3048
+ defaultProps: {
3049
+ expandText: 'ගමන් මඟ පෙන්වන්න'
3050
+ }
3051
+ },
3052
+ MuiTablePagination: {
3053
+ defaultProps: {
3054
+ getItemAriaLabel: type => {
3055
+ if (type === 'first') {
3056
+ return 'පළමු පිටුවට යන්න';
3057
+ }
3058
+
3059
+ if (type === 'last') {
3060
+ return 'අවසාන පිටුවට යන්න';
3061
+ }
3062
+
3063
+ if (type === 'next') {
3064
+ return 'මීළඟ පිටුවට යන්න';
3065
+ } // if (type === 'previous') {
3066
+
3067
+
3068
+ return 'පෙර පිටුවට යන්න';
3069
+ },
3070
+ labelRowsPerPage: 'පිටුවක පේළි:',
3071
+ labelDisplayedRows: ({
3072
+ from,
3073
+ to,
3074
+ count
3075
+ }) => `${from}–${to} දක්වා ${count !== -1 ? count : `${to} ට වැඩි ප්‍රමාණයකින්`}`
3076
+ }
3077
+ },
3078
+ MuiRating: {
3079
+ defaultProps: {
3080
+ getLabelText: value => `තරු ${value}`,
3081
+ emptyLabelText: 'හිස්'
3082
+ }
3083
+ },
3084
+ MuiAutocomplete: {
3085
+ defaultProps: {
3086
+ clearText: 'මකන්න',
3087
+ closeText: 'වසන්න',
3088
+ loadingText: 'නැංවෙමින්…',
3089
+ noOptionsText: 'විකල්ප නැත',
3090
+ openText: 'විවෘත කරන්න'
3091
+ }
3092
+ },
3093
+ MuiAlert: {
3094
+ defaultProps: {
3095
+ closeText: 'වසන්න'
3096
+ }
3097
+ },
3098
+ MuiPagination: {
3099
+ defaultProps: {
3100
+ 'aria-label': 'පිටු අතර සංචරණය',
3101
+ getItemAriaLabel: (type, page, selected) => {
3102
+ if (type === 'page') {
3103
+ return `පිටුව ${page} ${selected ? '' : 'ට යන්න'}`;
3104
+ }
3105
+
3106
+ if (type === 'first') {
3107
+ return 'පළමු පිටුවට යන්න';
3108
+ }
3109
+
3110
+ if (type === 'last') {
3111
+ return 'අවසාන පිටුවට යන්න';
3112
+ }
3113
+
3114
+ if (type === 'next') {
3115
+ return 'මීළඟ පිටුවට යන්න';
3116
+ } // if (type === 'previous') {
3117
+
3118
+
3119
+ return 'පෙර පිටුවට යන්න';
3120
+ }
3121
+ }
3122
+ }
3123
+ }
3124
+ };
3125
+ export const skSK = {
3126
+ components: {
3127
+ MuiBreadcrumbs: {
3128
+ defaultProps: {
3129
+ expandText: 'Ukázať cestu '
3130
+ }
3131
+ },
3132
+ MuiTablePagination: {
3133
+ defaultProps: {
3134
+ getItemAriaLabel: type => {
3135
+ if (type === 'first') {
3136
+ return 'Ísť na prvú stránku';
3137
+ }
3138
+
3139
+ if (type === 'last') {
3140
+ return 'Ísť na poslednú stránku';
3141
+ }
3142
+
3143
+ if (type === 'next') {
3144
+ return 'Ísť na ďaľšiu stránku';
3145
+ } // if (type === 'previous') {
3146
+
3147
+
3148
+ return 'Ísť na predchádzajúcu stránku';
3149
+ },
3150
+ labelRowsPerPage: 'Riadkov na stránke:',
3151
+ labelDisplayedRows: ({
3152
+ from,
3153
+ to,
3154
+ count
3155
+ }) => `${from}–${to} z ${count !== -1 ? count : `viac ako ${to}`}`
3156
+ }
3157
+ },
3158
+ MuiRating: {
3159
+ defaultProps: {
3160
+ getLabelText: value => {
3161
+ if (value === 1) {
3162
+ return `${value} hviezdička`;
3163
+ }
3164
+
3165
+ if (value >= 2 && value <= 4) {
3166
+ return `${value} hviezdičky`;
3167
+ }
3168
+
3169
+ return `${value} hviezdičiek`;
3170
+ },
3171
+ emptyLabelText: 'Prázdne'
3172
+ }
3173
+ },
3174
+ MuiAutocomplete: {
3175
+ defaultProps: {
3176
+ clearText: 'Vymazať',
3177
+ closeText: 'Zavrieť',
3178
+ loadingText: 'Načítanie…',
3179
+ noOptionsText: 'Žiadne možnosti',
3180
+ openText: 'Otvoriť'
3181
+ }
3182
+ },
3183
+ MuiAlert: {
3184
+ defaultProps: {
3185
+ closeText: 'Zavrieť'
3186
+ }
3187
+ },
3188
+ MuiPagination: {
3189
+ defaultProps: {
3190
+ 'aria-label': 'Navigácia stránkovanim',
3191
+ getItemAriaLabel: (type, page, selected) => {
3192
+ if (type === 'page') {
3193
+ return `${selected ? '' : 'Ísť na '}stránku ${page}`;
3194
+ }
3195
+
3196
+ if (type === 'first') {
3197
+ return 'Ísť na prvú stránku';
3198
+ }
3199
+
3200
+ if (type === 'last') {
3201
+ return 'Ísť na poslednú stránku';
3202
+ }
3203
+
3204
+ if (type === 'next') {
3205
+ return 'Ísť na ďaľšiu stránku';
3206
+ } // if (type === 'previous') {
3207
+
3208
+
3209
+ return 'Ísť na predchádzajúcu stránku';
3210
+ }
3211
+ }
3212
+ }
3213
+ }
3214
+ };
3215
+ export const svSE = {
3216
+ components: {
3217
+ MuiBreadcrumbs: {
3218
+ defaultProps: {
3219
+ expandText: 'Visa sökväg'
3220
+ }
3221
+ },
3222
+ MuiTablePagination: {
3223
+ defaultProps: {
3224
+ getItemAriaLabel: type => {
3225
+ if (type === 'first') {
3226
+ return 'Gå till första sidan';
3227
+ }
3228
+
3229
+ if (type === 'last') {
3230
+ return 'Gå till sista sidan';
3231
+ }
3232
+
3233
+ if (type === 'next') {
3234
+ return 'Gå till nästa sida';
3235
+ } // if (type === 'previous') {
3236
+
3237
+
3238
+ return 'Gå till föregående sida';
3239
+ },
3240
+ labelRowsPerPage: 'Rader per sida:',
3241
+ labelDisplayedRows: ({
3242
+ from,
3243
+ to,
3244
+ count
3245
+ }) => `${from}–${to} av ${count !== -1 ? count : `fler än ${to}`}`
3246
+ }
3247
+ },
3248
+ MuiRating: {
3249
+ defaultProps: {
3250
+ getLabelText: value => `${value} ${value !== 1 ? 'Stjärnor' : 'Stjärna'}`,
3251
+ emptyLabelText: 'Tom'
3252
+ }
3253
+ },
3254
+ MuiAutocomplete: {
3255
+ defaultProps: {
3256
+ clearText: 'Rensa',
3257
+ closeText: 'Stäng',
3258
+ loadingText: 'Laddar…',
3259
+ noOptionsText: 'Inga alternativ',
3260
+ openText: 'Öppna'
3261
+ }
3262
+ },
3263
+ MuiAlert: {
3264
+ defaultProps: {
3265
+ closeText: 'Stäng'
3266
+ }
3267
+ },
3268
+ MuiPagination: {
3269
+ defaultProps: {
3270
+ 'aria-label': 'Sidnavigering',
3271
+ getItemAriaLabel: (type, page, selected) => {
3272
+ if (type === 'page') {
3273
+ return `${selected ? '' : 'Gå till '}sida ${page}`;
3274
+ }
3275
+
3276
+ if (type === 'first') {
3277
+ return 'Gå till första sidan';
3278
+ }
3279
+
3280
+ if (type === 'last') {
3281
+ return 'Gå till sista sidan';
3282
+ }
3283
+
3284
+ if (type === 'next') {
3285
+ return 'Gå till nästa sida';
3286
+ } // if (type === 'previous') {
3287
+
3288
+
3289
+ return 'Gå till föregående sida';
3290
+ }
3291
+ }
3292
+ }
3293
+ }
3294
+ };
3295
+ export const thTH = {
3296
+ components: {
3297
+ MuiBreadcrumbs: {
3298
+ defaultProps: {
3299
+ expandText: 'แสดงเส้นทาง'
3300
+ }
3301
+ },
3302
+ MuiTablePagination: {
3303
+ defaultProps: {
3304
+ getItemAriaLabel: type => {
3305
+ if (type === 'first') {
3306
+ return 'ไปที่หน้าแรก';
3307
+ }
3308
+
3309
+ if (type === 'last') {
3310
+ return 'ไปที่หน้าสุดท้าย';
3311
+ }
3312
+
3313
+ if (type === 'next') {
3314
+ return 'ไปที่หน้าถัดไป';
3315
+ } // if (type === 'previous') {
3316
+
3317
+
3318
+ return 'ไปที่หน้าก่อน';
3319
+ },
3320
+ labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
3321
+ labelDisplayedRows: ({
3322
+ from,
3323
+ to,
3324
+ count
3325
+ }) => `${from}–${to} จาก ${count !== -1 ? count : `มากกว่า ${to}`}`
3326
+ }
3327
+ },
3328
+ MuiRating: {
3329
+ defaultProps: {
3330
+ getLabelText: value => `${value} ดาว`,
3331
+ emptyLabelText: 'ว่างเปล่า'
3332
+ }
3333
+ },
3334
+ MuiAutocomplete: {
3335
+ defaultProps: {
3336
+ clearText: 'เคลียร์',
3337
+ closeText: 'ปิด',
3338
+ loadingText: 'กำลังโหลด…',
3339
+ noOptionsText: 'ไม่มีตัวเลือก',
3340
+ openText: 'เปิด'
3341
+ }
3342
+ },
3343
+ MuiAlert: {
3344
+ defaultProps: {
3345
+ closeText: 'ปิด'
3346
+ }
3347
+ },
3348
+ MuiPagination: {
3349
+ defaultProps: {
3350
+ 'aria-label': '',
3351
+ getItemAriaLabel: (type, page, selected) => {
3352
+ if (type === 'page') {
3353
+ return `${selected ? '' : 'ไปที่'}หน้า ${page}`;
3354
+ }
3355
+
3356
+ if (type === 'first') {
3357
+ return 'ไปที่หน้าแรก';
3358
+ }
3359
+
3360
+ if (type === 'last') {
3361
+ return 'ไปที่หน้าสุดท้าย';
3362
+ }
3363
+
3364
+ if (type === 'next') {
3365
+ return 'ไปที่หน้าถัดไป';
3366
+ } // if (type === 'previous') {
3367
+
3368
+
3369
+ return 'ไปที่หน้าก่อน';
3370
+ }
3371
+ }
3372
+ }
3373
+ }
3374
+ };
3375
+ export const trTR = {
3376
+ components: {
3377
+ MuiBreadcrumbs: {
3378
+ defaultProps: {
3379
+ expandText: 'Yolu göster'
3380
+ }
3381
+ },
3382
+ MuiTablePagination: {
3383
+ defaultProps: {
3384
+ getItemAriaLabel: type => {
3385
+ if (type === 'first') {
3386
+ return 'İlk sayfaya git';
3387
+ }
3388
+
3389
+ if (type === 'last') {
3390
+ return 'Son sayfaya git';
3391
+ }
3392
+
3393
+ if (type === 'next') {
3394
+ return 'Sonraki sayfaya git';
3395
+ } // if (type === 'previous') {
3396
+
3397
+
3398
+ return 'Önceki sayfaya git';
3399
+ },
3400
+ labelRowsPerPage: 'Sayfa başına satır:' // labelDisplayedRows: ({ from, to, count }) =>
3401
+ // `${from}–${to} tanesinden ${count !== -1 ? count : `more than ${to}`}`,
3402
+
3403
+ }
3404
+ },
3405
+ MuiRating: {
3406
+ defaultProps: {
3407
+ getLabelText: value => `${value} Yıldız`,
3408
+ emptyLabelText: 'Boş'
3409
+ }
3410
+ },
3411
+ MuiAutocomplete: {
3412
+ defaultProps: {
3413
+ clearText: 'Temizle',
3414
+ closeText: 'Kapat',
3415
+ loadingText: 'Yükleniyor…',
3416
+ noOptionsText: 'Seçenek yok',
3417
+ openText: 'Aç'
3418
+ }
3419
+ },
3420
+ MuiAlert: {
3421
+ defaultProps: {
3422
+ closeText: 'Kapat'
3423
+ }
3424
+ },
3425
+ MuiPagination: {
3426
+ defaultProps: {
3427
+ 'aria-label': 'Sayfa navigasyonu',
3428
+ getItemAriaLabel: (type, page, selected) => {
3429
+ if (type === 'page') {
3430
+ return `${page}. ${selected ? 'sayfa' : 'sayfaya git'}`;
3431
+ }
3432
+
3433
+ if (type === 'first') {
3434
+ return 'İlk sayfaya git';
3435
+ }
3436
+
3437
+ if (type === 'last') {
3438
+ return 'Son sayfaya git';
3439
+ }
3440
+
3441
+ if (type === 'next') {
3442
+ return 'Sonraki sayfaya git';
3443
+ } // if (type === 'previous') {
3444
+
3445
+
3446
+ return 'Önceki sayfaya git';
3447
+ }
3448
+ }
3449
+ }
3450
+ }
3451
+ };
3452
+ export const ukUA = {
3453
+ components: {
3454
+ MuiBreadcrumbs: {
3455
+ defaultProps: {
3456
+ expandText: 'Показати шлях сторінок'
3457
+ }
3458
+ },
3459
+ MuiTablePagination: {
3460
+ defaultProps: {
3461
+ getItemAriaLabel: type => {
3462
+ if (type === 'first') {
3463
+ return 'Перейти на першу сторінку';
3464
+ }
3465
+
3466
+ if (type === 'last') {
3467
+ return 'Перейти на останню сторінку';
3468
+ }
3469
+
3470
+ if (type === 'next') {
3471
+ return 'Перейти на наступну сторінку';
3472
+ } // if (type === 'previous') {
3473
+
3474
+
3475
+ return 'Перейти на попередню сторінку';
3476
+ },
3477
+ labelRowsPerPage: 'Рядків на сторінці:',
3478
+ labelDisplayedRows: ({
3479
+ from,
3480
+ to,
3481
+ count
3482
+ }) => `${from}–${to} з ${count !== -1 ? count : `понад ${to}`}`
3483
+ }
3484
+ },
3485
+ MuiRating: {
3486
+ defaultProps: {
3487
+ getLabelText: value => {
3488
+ let pluralForm = 'Зірок';
3489
+ const lastDigit = value % 10;
3490
+
3491
+ if (lastDigit > 1 && lastDigit < 5) {
3492
+ pluralForm = 'Зірки';
3493
+ } else if (lastDigit === 1) {
3494
+ pluralForm = 'Зірка';
3495
+ }
3496
+
3497
+ return `${value} ${pluralForm}`;
3498
+ },
3499
+ emptyLabelText: 'Рейтинг відсутній'
3500
+ }
3501
+ },
3502
+ MuiAutocomplete: {
3503
+ defaultProps: {
3504
+ clearText: 'Очистити',
3505
+ closeText: 'Згорнути',
3506
+ loadingText: 'Завантаження…',
3507
+ noOptionsText: 'Немає варіантів',
3508
+ openText: 'Розгорнути'
3509
+ }
3510
+ },
3511
+ MuiAlert: {
3512
+ defaultProps: {
3513
+ closeText: 'Згорнути'
3514
+ }
3515
+ },
3516
+ MuiPagination: {
3517
+ defaultProps: {
3518
+ 'aria-label': 'Навігація сторінками',
3519
+ getItemAriaLabel: (type, page, selected) => {
3520
+ if (type === 'page') {
3521
+ return `${selected ? '' : 'Перейти на '}сторінку ${page}`;
3522
+ }
3523
+
3524
+ if (type === 'first') {
3525
+ return 'Перейти на першу сторінку';
3526
+ }
3527
+
3528
+ if (type === 'last') {
3529
+ return 'Перейти на останню сторінку';
3530
+ }
3531
+
3532
+ if (type === 'next') {
3533
+ return 'Перейти на наступну сторінку';
3534
+ } // if (type === 'previous') {
3535
+
3536
+
3537
+ return 'Перейти на попередню сторінку';
3538
+ }
3539
+ }
3540
+ }
3541
+ }
3542
+ };
3543
+ export const viVN = {
3544
+ components: {
3545
+ MuiBreadcrumbs: {
3546
+ defaultProps: {
3547
+ expandText: 'Mở ra'
3548
+ }
3549
+ },
3550
+ MuiTablePagination: {
3551
+ defaultProps: {
3552
+ getItemAriaLabel: type => {
3553
+ if (type === 'first') {
3554
+ return 'Tới trang đầu tiên';
3555
+ }
3556
+
3557
+ if (type === 'last') {
3558
+ return 'Tới trang cuối cùng';
3559
+ }
3560
+
3561
+ if (type === 'next') {
3562
+ return 'Tới trang tiếp theo';
3563
+ } // if (type === 'previous') {
3564
+
3565
+
3566
+ return 'Về trang trước đó';
3567
+ },
3568
+ labelRowsPerPage: 'Số hàng mỗi trang:',
3569
+ labelDisplayedRows: ({
3570
+ from,
3571
+ to,
3572
+ count
3573
+ }) => `${from}–${to} trong ${count !== -1 ? count : `nhiều hơn ${to}`}`
3574
+ }
3575
+ },
3576
+ MuiRating: {
3577
+ defaultProps: {
3578
+ getLabelText: value => `${value} sao`,
3579
+ emptyLabelText: 'Không có dữ liệu'
3580
+ }
3581
+ },
3582
+ MuiAutocomplete: {
3583
+ defaultProps: {
3584
+ clearText: 'Xóa',
3585
+ closeText: 'Đóng',
3586
+ loadingText: 'Đang tải…',
3587
+ noOptionsText: 'Không có lựa chọn nào',
3588
+ openText: 'Mở'
3589
+ }
3590
+ },
3591
+ MuiAlert: {
3592
+ defaultProps: {
3593
+ closeText: 'Đóng'
3594
+ }
3595
+ },
3596
+ MuiPagination: {
3597
+ defaultProps: {
3598
+ 'aria-label': 'Thanh điều khiển trang',
3599
+ getItemAriaLabel: (type, page, selected) => {
3600
+ if (type === 'page') {
3601
+ return `${selected ? '' : 'Tới '}trang ${page}`;
3602
+ }
3603
+
3604
+ if (type === 'first') {
3605
+ return 'Tới trang đầu tiên';
3606
+ }
3607
+
3608
+ if (type === 'last') {
3609
+ return 'Tới trang cuối cùng';
3610
+ }
3611
+
3612
+ if (type === 'next') {
3613
+ return 'Tới trang tiếp theo';
3614
+ } // if (type === 'previous') {
3615
+
3616
+
3617
+ return 'Về trang trước đó';
3618
+ }
3619
+ }
3620
+ }
3621
+ }
3622
+ };
3623
+ export const zhCN = {
3624
+ components: {
3625
+ MuiBreadcrumbs: {
3626
+ defaultProps: {
3627
+ expandText: '展开'
3628
+ }
3629
+ },
3630
+ MuiTablePagination: {
3631
+ defaultProps: {
3632
+ getItemAriaLabel: type => {
3633
+ if (type === 'first') {
3634
+ return '第一页';
3635
+ }
3636
+
3637
+ if (type === 'last') {
3638
+ return '最后一页';
3639
+ }
3640
+
3641
+ if (type === 'next') {
3642
+ return '下一页';
3643
+ }
3644
+
3645
+ return '上一页';
3646
+ },
3647
+ labelRowsPerPage: '每页行数:',
3648
+ labelDisplayedRows: ({
3649
+ from,
3650
+ to,
3651
+ count
3652
+ }) => `第 ${from} 条到第 ${to} 条,${count !== -1 ? `共 ${count} 条` : `至少 ${to} 条`}`
3653
+ }
3654
+ },
3655
+ MuiRating: {
3656
+ defaultProps: {
3657
+ getLabelText: value => `${value} 颗星`,
3658
+ emptyLabelText: '无标签'
3659
+ }
3660
+ },
3661
+ MuiAutocomplete: {
3662
+ defaultProps: {
3663
+ clearText: '清空',
3664
+ closeText: '关闭',
3665
+ loadingText: '加载中……',
3666
+ noOptionsText: '没有可用选项',
3667
+ openText: '打开'
3668
+ }
3669
+ },
3670
+ MuiAlert: {
3671
+ defaultProps: {
3672
+ closeText: '关闭'
3673
+ }
3674
+ }
3675
+ }
3676
+ };
3677
+ export const zhHK = {
3678
+ components: {
3679
+ MuiBreadcrumbs: {
3680
+ defaultProps: {
3681
+ expandText: '展開'
3682
+ }
3683
+ },
3684
+ MuiTablePagination: {
3685
+ defaultProps: {
3686
+ getItemAriaLabel: type => {
3687
+ if (type === 'first') {
3688
+ return '第一頁';
3689
+ }
3690
+
3691
+ if (type === 'last') {
3692
+ return '最後一頁';
3693
+ }
3694
+
3695
+ if (type === 'next') {
3696
+ return '下一頁';
3697
+ }
3698
+
3699
+ return '上一頁';
3700
+ },
3701
+ labelRowsPerPage: '每頁行數:',
3702
+ labelDisplayedRows: ({
3703
+ from,
3704
+ to,
3705
+ count
3706
+ }) => `第 ${from} 項至第 ${to} 項,${count !== -1 ? `共 ${count} 項` : `超過 ${to} 項`}`
3707
+ }
3708
+ },
3709
+ MuiRating: {
3710
+ defaultProps: {
3711
+ getLabelText: value => `${value} 粒星`,
3712
+ emptyLabelText: '無標籤'
3713
+ }
3714
+ },
3715
+ MuiAutocomplete: {
3716
+ defaultProps: {
3717
+ clearText: '清除',
3718
+ closeText: '關閉',
3719
+ loadingText: '載入中……',
3720
+ noOptionsText: '沒有可用選項',
3721
+ openText: '開啟'
3722
+ }
3723
+ },
3724
+ MuiAlert: {
3725
+ defaultProps: {
3726
+ closeText: '關閉'
3727
+ }
3728
+ }
3729
+ }
3730
+ };
3731
+ export const zhTW = {
3732
+ components: {
3733
+ MuiBreadcrumbs: {
3734
+ defaultProps: {
3735
+ expandText: '展開'
3736
+ }
3737
+ },
3738
+ MuiTablePagination: {
3739
+ defaultProps: {
3740
+ getItemAriaLabel: type => {
3741
+ if (type === 'first') {
3742
+ return '第一頁';
3743
+ }
3744
+
3745
+ if (type === 'last') {
3746
+ return '最後一頁';
3747
+ }
3748
+
3749
+ if (type === 'next') {
3750
+ return '下一頁';
3751
+ }
3752
+
3753
+ return '上一頁';
3754
+ },
3755
+ labelRowsPerPage: '每行行數:',
3756
+ labelDisplayedRows: ({
3757
+ from,
3758
+ to,
3759
+ count
3760
+ }) => `第 ${from} 條到第 ${to} 條,${count !== -1 ? `共 ${count} 條` : `至少 ${to} 條`}`
3761
+ }
3762
+ },
3763
+ MuiRating: {
3764
+ defaultProps: {
3765
+ getLabelText: value => `${value} 顆星`,
3766
+ emptyLabelText: '無標簽'
3767
+ }
3768
+ },
3769
+ MuiAutocomplete: {
3770
+ defaultProps: {
3771
+ clearText: '清空',
3772
+ closeText: '關閉',
3773
+ loadingText: '載入中……',
3774
+ noOptionsText: '没有可用選項',
3775
+ openText: '打開'
3776
+ }
3777
+ },
3778
+ MuiAlert: {
3779
+ defaultProps: {
3780
+ closeText: '關閉'
3781
+ }
3782
+ }
3783
+ }
3784
+ };