@mui/material 5.10.0 → 5.10.3

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