@mui/material 5.10.17 → 5.11.0

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