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