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