@mui/material 5.10.17 → 5.11.1

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