@mui/material 5.2.2 → 5.2.6

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 (492) hide show
  1. package/Accordion/Accordion.d.ts +1 -1
  2. package/Accordion/Accordion.js +2 -2
  3. package/AccordionActions/AccordionActions.js +1 -1
  4. package/AccordionDetails/AccordionDetails.js +1 -1
  5. package/AccordionSummary/AccordionSummary.js +2 -2
  6. package/Alert/Alert.js +1 -3
  7. package/AlertTitle/AlertTitle.js +1 -1
  8. package/AppBar/AppBar.js +1 -1
  9. package/Autocomplete/Autocomplete.js +1 -1
  10. package/Avatar/Avatar.d.ts +1 -1
  11. package/Avatar/Avatar.js +1 -1
  12. package/AvatarGroup/AvatarGroup.d.ts +5 -0
  13. package/AvatarGroup/AvatarGroup.js +20 -5
  14. package/Backdrop/Backdrop.js +1 -1
  15. package/Badge/Badge.d.ts +25 -0
  16. package/Badge/Badge.js +41 -11
  17. package/BottomNavigation/BottomNavigation.js +1 -1
  18. package/BottomNavigationAction/BottomNavigationAction.js +1 -1
  19. package/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  20. package/Breadcrumbs/Breadcrumbs.js +1 -1
  21. package/Button/Button.js +16 -35
  22. package/ButtonBase/ButtonBase.d.ts +1 -1
  23. package/ButtonBase/ButtonBase.js +2 -2
  24. package/ButtonGroup/ButtonGroup.js +1 -1
  25. package/ButtonGroup/ButtonGroupContext.d.ts +1 -1
  26. package/CHANGELOG.md +271 -0
  27. package/Card/Card.js +1 -1
  28. package/CardActionArea/CardActionArea.js +1 -1
  29. package/CardActions/CardActions.js +1 -1
  30. package/CardContent/CardContent.js +1 -1
  31. package/CardHeader/CardHeader.js +1 -1
  32. package/CardMedia/CardMedia.js +1 -1
  33. package/Checkbox/Checkbox.js +1 -1
  34. package/Chip/Chip.js +1 -1
  35. package/CircularProgress/CircularProgress.js +1 -1
  36. package/Collapse/Collapse.d.ts +1 -1
  37. package/Collapse/Collapse.js +1 -1
  38. package/Container/Container.js +1 -1
  39. package/CssBaseline/CssBaseline.d.ts +1 -1
  40. package/Dialog/Dialog.d.ts +1 -1
  41. package/Dialog/Dialog.js +2 -2
  42. package/DialogActions/DialogActions.js +1 -1
  43. package/DialogContent/DialogContent.js +1 -1
  44. package/DialogContentText/DialogContentText.js +1 -1
  45. package/DialogTitle/DialogTitle.js +1 -1
  46. package/Divider/Divider.js +1 -1
  47. package/Drawer/Drawer.js +1 -1
  48. package/Fab/Fab.js +1 -1
  49. package/Fade/Fade.d.ts +1 -1
  50. package/FilledInput/FilledInput.js +1 -1
  51. package/FormControl/FormControl.js +1 -1
  52. package/FormControlLabel/FormControlLabel.js +1 -1
  53. package/FormGroup/FormGroup.js +1 -1
  54. package/FormHelperText/FormHelperText.js +1 -1
  55. package/FormLabel/FormLabel.js +1 -1
  56. package/GlobalStyles/GlobalStyles.d.ts +2 -1
  57. package/Grid/Grid.js +98 -69
  58. package/Grow/Grow.d.ts +1 -1
  59. package/Icon/Icon.js +1 -1
  60. package/IconButton/IconButton.js +1 -1
  61. package/ImageList/ImageList.js +1 -1
  62. package/ImageListItem/ImageListItem.js +1 -1
  63. package/ImageListItemBar/ImageListItemBar.js +1 -1
  64. package/Input/Input.js +1 -1
  65. package/InputAdornment/InputAdornment.js +1 -1
  66. package/InputBase/InputBase.d.ts +6 -0
  67. package/InputBase/InputBase.js +11 -3
  68. package/InputLabel/InputLabel.js +1 -1
  69. package/LinearProgress/LinearProgress.js +1 -1
  70. package/Link/Link.js +1 -1
  71. package/List/List.js +1 -1
  72. package/ListItem/ListItem.d.ts +1 -1
  73. package/ListItem/ListItem.js +1 -1
  74. package/ListItemAvatar/ListItemAvatar.js +1 -1
  75. package/ListItemButton/ListItemButton.d.ts +1 -1
  76. package/ListItemButton/ListItemButton.js +2 -2
  77. package/ListItemIcon/ListItemIcon.js +1 -1
  78. package/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  79. package/ListItemText/ListItemText.js +1 -1
  80. package/ListSubheader/ListSubheader.js +1 -1
  81. package/Menu/Menu.d.ts +1 -1
  82. package/Menu/Menu.js +2 -2
  83. package/MenuItem/MenuItem.d.ts +1 -1
  84. package/MenuItem/MenuItem.js +2 -2
  85. package/MobileStepper/MobileStepper.js +1 -1
  86. package/Modal/Modal.js +1 -1
  87. package/NativeSelect/NativeSelect.js +1 -1
  88. package/OutlinedInput/OutlinedInput.js +15 -2
  89. package/Pagination/Pagination.js +1 -1
  90. package/PaginationItem/PaginationItem.js +1 -1
  91. package/Paper/Paper.js +1 -1
  92. package/Popover/Popover.d.ts +1 -1
  93. package/Popover/Popover.js +2 -2
  94. package/README.md +19 -31
  95. package/Radio/Radio.js +1 -1
  96. package/Rating/Rating.js +1 -1
  97. package/Select/Select.js +1 -1
  98. package/Select/SelectInput.js +13 -1
  99. package/Skeleton/Skeleton.js +1 -1
  100. package/Slide/Slide.d.ts +1 -1
  101. package/Slider/Slider.js +1 -1
  102. package/Snackbar/Snackbar.d.ts +1 -1
  103. package/Snackbar/Snackbar.js +2 -2
  104. package/SnackbarContent/SnackbarContent.js +1 -1
  105. package/SpeedDial/SpeedDial.d.ts +1 -1
  106. package/SpeedDial/SpeedDial.js +2 -2
  107. package/SpeedDialAction/SpeedDialAction.js +1 -1
  108. package/SpeedDialIcon/SpeedDialIcon.js +1 -1
  109. package/Stack/Stack.js +1 -1
  110. package/Step/Step.js +1 -1
  111. package/StepButton/StepButton.js +1 -1
  112. package/StepConnector/StepConnector.js +1 -1
  113. package/StepContent/StepContent.d.ts +1 -1
  114. package/StepContent/StepContent.js +2 -2
  115. package/StepIcon/StepIcon.js +1 -1
  116. package/StepLabel/StepLabel.js +1 -1
  117. package/Stepper/Stepper.js +1 -1
  118. package/SvgIcon/SvgIcon.js +1 -1
  119. package/Switch/Switch.js +1 -1
  120. package/Tab/Tab.js +1 -1
  121. package/TabScrollButton/TabScrollButton.js +1 -1
  122. package/Table/Table.js +1 -1
  123. package/TableBody/TableBody.js +1 -1
  124. package/TableCell/TableCell.js +1 -1
  125. package/TableContainer/TableContainer.js +1 -1
  126. package/TableFooter/TableFooter.js +1 -1
  127. package/TableHead/TableHead.js +1 -1
  128. package/TablePagination/TablePagination.js +1 -1
  129. package/TableRow/TableRow.js +1 -1
  130. package/TableSortLabel/TableSortLabel.js +1 -1
  131. package/Tabs/Tabs.d.ts +1 -1
  132. package/Tabs/Tabs.js +1 -1
  133. package/TextField/TextField.js +3 -10
  134. package/ToggleButton/ToggleButton.js +1 -1
  135. package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  136. package/Toolbar/Toolbar.js +1 -1
  137. package/Tooltip/Tooltip.d.ts +1 -1
  138. package/Tooltip/Tooltip.js +2 -2
  139. package/Typography/Typography.js +1 -1
  140. package/Zoom/Zoom.d.ts +1 -1
  141. package/index.js +1 -1
  142. package/legacy/Accordion/Accordion.js +2 -2
  143. package/legacy/AccordionActions/AccordionActions.js +1 -1
  144. package/legacy/AccordionDetails/AccordionDetails.js +1 -1
  145. package/legacy/AccordionSummary/AccordionSummary.js +2 -2
  146. package/legacy/Alert/Alert.js +1 -3
  147. package/legacy/AlertTitle/AlertTitle.js +1 -1
  148. package/legacy/AppBar/AppBar.js +1 -1
  149. package/legacy/Autocomplete/Autocomplete.js +1 -1
  150. package/legacy/Avatar/Avatar.js +1 -1
  151. package/legacy/AvatarGroup/AvatarGroup.js +19 -4
  152. package/legacy/Backdrop/Backdrop.js +1 -1
  153. package/legacy/Badge/Badge.js +47 -12
  154. package/legacy/BottomNavigation/BottomNavigation.js +1 -1
  155. package/legacy/BottomNavigationAction/BottomNavigationAction.js +1 -1
  156. package/legacy/Breadcrumbs/Breadcrumbs.js +1 -1
  157. package/legacy/Button/Button.js +23 -35
  158. package/legacy/ButtonBase/ButtonBase.js +2 -2
  159. package/legacy/ButtonGroup/ButtonGroup.js +1 -1
  160. package/legacy/Card/Card.js +1 -1
  161. package/legacy/CardActionArea/CardActionArea.js +1 -1
  162. package/legacy/CardActions/CardActions.js +1 -1
  163. package/legacy/CardContent/CardContent.js +1 -1
  164. package/legacy/CardHeader/CardHeader.js +1 -1
  165. package/legacy/CardMedia/CardMedia.js +1 -1
  166. package/legacy/Checkbox/Checkbox.js +1 -1
  167. package/legacy/Chip/Chip.js +1 -1
  168. package/legacy/CircularProgress/CircularProgress.js +1 -1
  169. package/legacy/Collapse/Collapse.js +1 -1
  170. package/legacy/Container/Container.js +1 -1
  171. package/legacy/Dialog/Dialog.js +2 -2
  172. package/legacy/DialogActions/DialogActions.js +1 -1
  173. package/legacy/DialogContent/DialogContent.js +1 -1
  174. package/legacy/DialogContentText/DialogContentText.js +1 -1
  175. package/legacy/DialogTitle/DialogTitle.js +1 -1
  176. package/legacy/Divider/Divider.js +1 -1
  177. package/legacy/Drawer/Drawer.js +1 -1
  178. package/legacy/Fab/Fab.js +1 -1
  179. package/legacy/FilledInput/FilledInput.js +1 -1
  180. package/legacy/FormControl/FormControl.js +1 -1
  181. package/legacy/FormControlLabel/FormControlLabel.js +1 -1
  182. package/legacy/FormGroup/FormGroup.js +1 -1
  183. package/legacy/FormHelperText/FormHelperText.js +1 -1
  184. package/legacy/FormLabel/FormLabel.js +1 -1
  185. package/legacy/Grid/Grid.js +109 -81
  186. package/legacy/Icon/Icon.js +1 -1
  187. package/legacy/IconButton/IconButton.js +1 -1
  188. package/legacy/ImageList/ImageList.js +1 -1
  189. package/legacy/ImageListItem/ImageListItem.js +1 -1
  190. package/legacy/ImageListItemBar/ImageListItemBar.js +1 -1
  191. package/legacy/Input/Input.js +1 -1
  192. package/legacy/InputAdornment/InputAdornment.js +1 -1
  193. package/legacy/InputBase/InputBase.js +11 -3
  194. package/legacy/InputLabel/InputLabel.js +1 -1
  195. package/legacy/LinearProgress/LinearProgress.js +1 -1
  196. package/legacy/Link/Link.js +1 -1
  197. package/legacy/List/List.js +1 -1
  198. package/legacy/ListItem/ListItem.js +1 -1
  199. package/legacy/ListItemAvatar/ListItemAvatar.js +1 -1
  200. package/legacy/ListItemButton/ListItemButton.js +2 -2
  201. package/legacy/ListItemIcon/ListItemIcon.js +1 -1
  202. package/legacy/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  203. package/legacy/ListItemText/ListItemText.js +1 -1
  204. package/legacy/ListSubheader/ListSubheader.js +1 -1
  205. package/legacy/Menu/Menu.js +2 -2
  206. package/legacy/MenuItem/MenuItem.js +2 -2
  207. package/legacy/MobileStepper/MobileStepper.js +1 -1
  208. package/legacy/Modal/Modal.js +1 -1
  209. package/legacy/NativeSelect/NativeSelect.js +1 -1
  210. package/legacy/OutlinedInput/OutlinedInput.js +15 -2
  211. package/legacy/Pagination/Pagination.js +1 -1
  212. package/legacy/PaginationItem/PaginationItem.js +1 -1
  213. package/legacy/Paper/Paper.js +1 -1
  214. package/legacy/Popover/Popover.js +2 -2
  215. package/legacy/Radio/Radio.js +1 -1
  216. package/legacy/Rating/Rating.js +1 -1
  217. package/legacy/Select/Select.js +1 -1
  218. package/legacy/Select/SelectInput.js +13 -3
  219. package/legacy/Skeleton/Skeleton.js +1 -1
  220. package/legacy/Slider/Slider.js +1 -1
  221. package/legacy/Snackbar/Snackbar.js +2 -2
  222. package/legacy/SnackbarContent/SnackbarContent.js +1 -1
  223. package/legacy/SpeedDial/SpeedDial.js +2 -2
  224. package/legacy/SpeedDialAction/SpeedDialAction.js +1 -1
  225. package/legacy/SpeedDialIcon/SpeedDialIcon.js +1 -1
  226. package/legacy/Stack/Stack.js +1 -1
  227. package/legacy/Step/Step.js +1 -1
  228. package/legacy/StepButton/StepButton.js +1 -1
  229. package/legacy/StepConnector/StepConnector.js +1 -1
  230. package/legacy/StepContent/StepContent.js +2 -2
  231. package/legacy/StepIcon/StepIcon.js +1 -1
  232. package/legacy/StepLabel/StepLabel.js +1 -1
  233. package/legacy/Stepper/Stepper.js +1 -1
  234. package/legacy/SvgIcon/SvgIcon.js +1 -1
  235. package/legacy/Switch/Switch.js +1 -1
  236. package/legacy/Tab/Tab.js +1 -1
  237. package/legacy/TabScrollButton/TabScrollButton.js +1 -1
  238. package/legacy/Table/Table.js +1 -1
  239. package/legacy/TableBody/TableBody.js +1 -1
  240. package/legacy/TableCell/TableCell.js +1 -1
  241. package/legacy/TableContainer/TableContainer.js +1 -1
  242. package/legacy/TableFooter/TableFooter.js +1 -1
  243. package/legacy/TableHead/TableHead.js +1 -1
  244. package/legacy/TablePagination/TablePagination.js +1 -1
  245. package/legacy/TableRow/TableRow.js +1 -1
  246. package/legacy/TableSortLabel/TableSortLabel.js +1 -1
  247. package/legacy/Tabs/Tabs.js +1 -1
  248. package/legacy/TextField/TextField.js +3 -10
  249. package/legacy/ToggleButton/ToggleButton.js +1 -1
  250. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  251. package/legacy/Toolbar/Toolbar.js +1 -1
  252. package/legacy/Tooltip/Tooltip.js +2 -2
  253. package/legacy/Typography/Typography.js +1 -1
  254. package/legacy/index.js +1 -1
  255. package/legacy/locale/index.js +264 -98
  256. package/locale/index.d.ts +2 -0
  257. package/locale/index.js +166 -6
  258. package/modern/Accordion/Accordion.js +2 -2
  259. package/modern/AccordionActions/AccordionActions.js +1 -1
  260. package/modern/AccordionDetails/AccordionDetails.js +1 -1
  261. package/modern/AccordionSummary/AccordionSummary.js +2 -2
  262. package/modern/Alert/Alert.js +1 -3
  263. package/modern/AlertTitle/AlertTitle.js +1 -1
  264. package/modern/AppBar/AppBar.js +1 -1
  265. package/modern/Autocomplete/Autocomplete.js +1 -1
  266. package/modern/Avatar/Avatar.js +1 -1
  267. package/modern/AvatarGroup/AvatarGroup.js +20 -5
  268. package/modern/Backdrop/Backdrop.js +1 -1
  269. package/modern/Badge/Badge.js +41 -11
  270. package/modern/BottomNavigation/BottomNavigation.js +1 -1
  271. package/modern/BottomNavigationAction/BottomNavigationAction.js +1 -1
  272. package/modern/Breadcrumbs/Breadcrumbs.js +1 -1
  273. package/modern/Button/Button.js +16 -35
  274. package/modern/ButtonBase/ButtonBase.js +2 -2
  275. package/modern/ButtonGroup/ButtonGroup.js +1 -1
  276. package/modern/Card/Card.js +1 -1
  277. package/modern/CardActionArea/CardActionArea.js +1 -1
  278. package/modern/CardActions/CardActions.js +1 -1
  279. package/modern/CardContent/CardContent.js +1 -1
  280. package/modern/CardHeader/CardHeader.js +1 -1
  281. package/modern/CardMedia/CardMedia.js +1 -1
  282. package/modern/Checkbox/Checkbox.js +1 -1
  283. package/modern/Chip/Chip.js +1 -1
  284. package/modern/CircularProgress/CircularProgress.js +1 -1
  285. package/modern/Collapse/Collapse.js +1 -1
  286. package/modern/Container/Container.js +1 -1
  287. package/modern/Dialog/Dialog.js +2 -2
  288. package/modern/DialogActions/DialogActions.js +1 -1
  289. package/modern/DialogContent/DialogContent.js +1 -1
  290. package/modern/DialogContentText/DialogContentText.js +1 -1
  291. package/modern/DialogTitle/DialogTitle.js +1 -1
  292. package/modern/Divider/Divider.js +1 -1
  293. package/modern/Drawer/Drawer.js +1 -1
  294. package/modern/Fab/Fab.js +1 -1
  295. package/modern/FilledInput/FilledInput.js +1 -1
  296. package/modern/FormControl/FormControl.js +1 -1
  297. package/modern/FormControlLabel/FormControlLabel.js +1 -1
  298. package/modern/FormGroup/FormGroup.js +1 -1
  299. package/modern/FormHelperText/FormHelperText.js +1 -1
  300. package/modern/FormLabel/FormLabel.js +1 -1
  301. package/modern/Grid/Grid.js +98 -69
  302. package/modern/Icon/Icon.js +1 -1
  303. package/modern/IconButton/IconButton.js +1 -1
  304. package/modern/ImageList/ImageList.js +1 -1
  305. package/modern/ImageListItem/ImageListItem.js +1 -1
  306. package/modern/ImageListItemBar/ImageListItemBar.js +1 -1
  307. package/modern/Input/Input.js +1 -1
  308. package/modern/InputAdornment/InputAdornment.js +1 -1
  309. package/modern/InputBase/InputBase.js +11 -3
  310. package/modern/InputLabel/InputLabel.js +1 -1
  311. package/modern/LinearProgress/LinearProgress.js +1 -1
  312. package/modern/Link/Link.js +1 -1
  313. package/modern/List/List.js +1 -1
  314. package/modern/ListItem/ListItem.js +1 -1
  315. package/modern/ListItemAvatar/ListItemAvatar.js +1 -1
  316. package/modern/ListItemButton/ListItemButton.js +2 -2
  317. package/modern/ListItemIcon/ListItemIcon.js +1 -1
  318. package/modern/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  319. package/modern/ListItemText/ListItemText.js +1 -1
  320. package/modern/ListSubheader/ListSubheader.js +1 -1
  321. package/modern/Menu/Menu.js +2 -2
  322. package/modern/MenuItem/MenuItem.js +2 -2
  323. package/modern/MobileStepper/MobileStepper.js +1 -1
  324. package/modern/Modal/Modal.js +1 -1
  325. package/modern/NativeSelect/NativeSelect.js +1 -1
  326. package/modern/OutlinedInput/OutlinedInput.js +15 -2
  327. package/modern/Pagination/Pagination.js +1 -1
  328. package/modern/PaginationItem/PaginationItem.js +1 -1
  329. package/modern/Paper/Paper.js +1 -1
  330. package/modern/Popover/Popover.js +2 -2
  331. package/modern/Radio/Radio.js +1 -1
  332. package/modern/Rating/Rating.js +1 -1
  333. package/modern/Select/Select.js +1 -1
  334. package/modern/Select/SelectInput.js +13 -1
  335. package/modern/Skeleton/Skeleton.js +1 -1
  336. package/modern/Slider/Slider.js +1 -1
  337. package/modern/Snackbar/Snackbar.js +2 -2
  338. package/modern/SnackbarContent/SnackbarContent.js +1 -1
  339. package/modern/SpeedDial/SpeedDial.js +2 -2
  340. package/modern/SpeedDialAction/SpeedDialAction.js +1 -1
  341. package/modern/SpeedDialIcon/SpeedDialIcon.js +1 -1
  342. package/modern/Stack/Stack.js +1 -1
  343. package/modern/Step/Step.js +1 -1
  344. package/modern/StepButton/StepButton.js +1 -1
  345. package/modern/StepConnector/StepConnector.js +1 -1
  346. package/modern/StepContent/StepContent.js +2 -2
  347. package/modern/StepIcon/StepIcon.js +1 -1
  348. package/modern/StepLabel/StepLabel.js +1 -1
  349. package/modern/Stepper/Stepper.js +1 -1
  350. package/modern/SvgIcon/SvgIcon.js +1 -1
  351. package/modern/Switch/Switch.js +1 -1
  352. package/modern/Tab/Tab.js +1 -1
  353. package/modern/TabScrollButton/TabScrollButton.js +1 -1
  354. package/modern/Table/Table.js +1 -1
  355. package/modern/TableBody/TableBody.js +1 -1
  356. package/modern/TableCell/TableCell.js +1 -1
  357. package/modern/TableContainer/TableContainer.js +1 -1
  358. package/modern/TableFooter/TableFooter.js +1 -1
  359. package/modern/TableHead/TableHead.js +1 -1
  360. package/modern/TablePagination/TablePagination.js +1 -1
  361. package/modern/TableRow/TableRow.js +1 -1
  362. package/modern/TableSortLabel/TableSortLabel.js +1 -1
  363. package/modern/Tabs/Tabs.js +1 -1
  364. package/modern/TextField/TextField.js +3 -8
  365. package/modern/ToggleButton/ToggleButton.js +1 -1
  366. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  367. package/modern/Toolbar/Toolbar.js +1 -1
  368. package/modern/Tooltip/Tooltip.js +2 -2
  369. package/modern/Typography/Typography.js +1 -1
  370. package/modern/index.js +1 -1
  371. package/modern/locale/index.js +166 -6
  372. package/node/Accordion/Accordion.js +2 -2
  373. package/node/AccordionActions/AccordionActions.js +1 -1
  374. package/node/AccordionDetails/AccordionDetails.js +1 -1
  375. package/node/AccordionSummary/AccordionSummary.js +2 -2
  376. package/node/Alert/Alert.js +1 -3
  377. package/node/AlertTitle/AlertTitle.js +1 -1
  378. package/node/AppBar/AppBar.js +1 -1
  379. package/node/Autocomplete/Autocomplete.js +1 -1
  380. package/node/Avatar/Avatar.js +1 -1
  381. package/node/AvatarGroup/AvatarGroup.js +20 -5
  382. package/node/Backdrop/Backdrop.js +1 -1
  383. package/node/Badge/Badge.js +41 -11
  384. package/node/BottomNavigation/BottomNavigation.js +1 -1
  385. package/node/BottomNavigationAction/BottomNavigationAction.js +1 -1
  386. package/node/Breadcrumbs/Breadcrumbs.js +1 -1
  387. package/node/Button/Button.js +17 -34
  388. package/node/ButtonBase/ButtonBase.js +2 -2
  389. package/node/ButtonGroup/ButtonGroup.js +1 -1
  390. package/node/Card/Card.js +1 -1
  391. package/node/CardActionArea/CardActionArea.js +1 -1
  392. package/node/CardActions/CardActions.js +1 -1
  393. package/node/CardContent/CardContent.js +1 -1
  394. package/node/CardHeader/CardHeader.js +1 -1
  395. package/node/CardMedia/CardMedia.js +1 -1
  396. package/node/Checkbox/Checkbox.js +1 -1
  397. package/node/Chip/Chip.js +1 -1
  398. package/node/CircularProgress/CircularProgress.js +1 -1
  399. package/node/Collapse/Collapse.js +1 -1
  400. package/node/Container/Container.js +1 -1
  401. package/node/Dialog/Dialog.js +2 -2
  402. package/node/DialogActions/DialogActions.js +1 -1
  403. package/node/DialogContent/DialogContent.js +1 -1
  404. package/node/DialogContentText/DialogContentText.js +1 -1
  405. package/node/DialogTitle/DialogTitle.js +1 -1
  406. package/node/Divider/Divider.js +1 -1
  407. package/node/Drawer/Drawer.js +1 -1
  408. package/node/Fab/Fab.js +1 -1
  409. package/node/FilledInput/FilledInput.js +1 -1
  410. package/node/FormControl/FormControl.js +1 -1
  411. package/node/FormControlLabel/FormControlLabel.js +1 -1
  412. package/node/FormGroup/FormGroup.js +1 -1
  413. package/node/FormHelperText/FormHelperText.js +1 -1
  414. package/node/FormLabel/FormLabel.js +1 -1
  415. package/node/Grid/Grid.js +101 -68
  416. package/node/Icon/Icon.js +1 -1
  417. package/node/IconButton/IconButton.js +1 -1
  418. package/node/ImageList/ImageList.js +1 -1
  419. package/node/ImageListItem/ImageListItem.js +1 -1
  420. package/node/ImageListItemBar/ImageListItemBar.js +1 -1
  421. package/node/Input/Input.js +1 -1
  422. package/node/InputAdornment/InputAdornment.js +1 -1
  423. package/node/InputBase/InputBase.js +11 -3
  424. package/node/InputLabel/InputLabel.js +1 -1
  425. package/node/LinearProgress/LinearProgress.js +1 -1
  426. package/node/Link/Link.js +1 -1
  427. package/node/List/List.js +1 -1
  428. package/node/ListItem/ListItem.js +1 -1
  429. package/node/ListItemAvatar/ListItemAvatar.js +1 -1
  430. package/node/ListItemButton/ListItemButton.js +2 -2
  431. package/node/ListItemIcon/ListItemIcon.js +1 -1
  432. package/node/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  433. package/node/ListItemText/ListItemText.js +1 -1
  434. package/node/ListSubheader/ListSubheader.js +1 -1
  435. package/node/Menu/Menu.js +2 -2
  436. package/node/MenuItem/MenuItem.js +2 -2
  437. package/node/MobileStepper/MobileStepper.js +1 -1
  438. package/node/Modal/Modal.js +1 -1
  439. package/node/NativeSelect/NativeSelect.js +1 -1
  440. package/node/OutlinedInput/OutlinedInput.js +16 -2
  441. package/node/Pagination/Pagination.js +1 -1
  442. package/node/PaginationItem/PaginationItem.js +1 -1
  443. package/node/Paper/Paper.js +1 -1
  444. package/node/Popover/Popover.js +2 -2
  445. package/node/Radio/Radio.js +1 -1
  446. package/node/Rating/Rating.js +1 -1
  447. package/node/Select/Select.js +1 -1
  448. package/node/Select/SelectInput.js +13 -1
  449. package/node/Skeleton/Skeleton.js +1 -1
  450. package/node/Slider/Slider.js +1 -1
  451. package/node/Snackbar/Snackbar.js +2 -2
  452. package/node/SnackbarContent/SnackbarContent.js +1 -1
  453. package/node/SpeedDial/SpeedDial.js +2 -2
  454. package/node/SpeedDialAction/SpeedDialAction.js +1 -1
  455. package/node/SpeedDialIcon/SpeedDialIcon.js +1 -1
  456. package/node/Stack/Stack.js +1 -1
  457. package/node/Step/Step.js +1 -1
  458. package/node/StepButton/StepButton.js +1 -1
  459. package/node/StepConnector/StepConnector.js +1 -1
  460. package/node/StepContent/StepContent.js +2 -2
  461. package/node/StepIcon/StepIcon.js +1 -1
  462. package/node/StepLabel/StepLabel.js +1 -1
  463. package/node/Stepper/Stepper.js +1 -1
  464. package/node/SvgIcon/SvgIcon.js +1 -1
  465. package/node/Switch/Switch.js +1 -1
  466. package/node/Tab/Tab.js +1 -1
  467. package/node/TabScrollButton/TabScrollButton.js +1 -1
  468. package/node/Table/Table.js +1 -1
  469. package/node/TableBody/TableBody.js +1 -1
  470. package/node/TableCell/TableCell.js +1 -1
  471. package/node/TableContainer/TableContainer.js +1 -1
  472. package/node/TableFooter/TableFooter.js +1 -1
  473. package/node/TableHead/TableHead.js +1 -1
  474. package/node/TablePagination/TablePagination.js +1 -1
  475. package/node/TableRow/TableRow.js +1 -1
  476. package/node/TableSortLabel/TableSortLabel.js +1 -1
  477. package/node/Tabs/Tabs.js +1 -1
  478. package/node/TextField/TextField.js +2 -9
  479. package/node/ToggleButton/ToggleButton.js +1 -1
  480. package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
  481. package/node/Toolbar/Toolbar.js +1 -1
  482. package/node/Tooltip/Tooltip.js +2 -2
  483. package/node/Typography/Typography.js +1 -1
  484. package/node/index.js +1 -1
  485. package/node/locale/index.js +169 -7
  486. package/package.json +5 -5
  487. package/styles/createTheme.d.ts +1 -1
  488. package/styles/cssUtils.d.ts +32 -0
  489. package/styles/index.d.ts +1 -0
  490. package/transitions/transition.d.ts +1 -2
  491. package/umd/material-ui.development.js +1086 -978
  492. package/umd/material-ui.production.min.js +21 -21
@@ -821,7 +821,7 @@ process.env.NODE_ENV !== "production" ? Tabs.propTypes
821
821
  /**
822
822
  * The system prop that allows defining system overrides as well as additional CSS styles.
823
823
  */
824
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
824
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
825
825
 
826
826
  /**
827
827
  * Props applied to the tab indicator element.
@@ -15,8 +15,8 @@ import FormControl from '../FormControl';
15
15
  import FormHelperText from '../FormHelperText';
16
16
  import Select from '../Select';
17
17
  import { getTextFieldUtilityClass } from './textFieldClasses';
18
- import { jsxs as _jsxs } from "react/jsx-runtime";
19
18
  import { jsx as _jsx } from "react/jsx-runtime";
19
+ import { jsxs as _jsxs } from "react/jsx-runtime";
20
20
  var variantComponent = {
21
21
  standard: Input,
22
22
  filled: FilledInput,
@@ -147,14 +147,7 @@ var TextField = /*#__PURE__*/React.forwardRef(function TextField(inProps, ref) {
147
147
  InputMore.notched = InputLabelProps.shrink;
148
148
  }
149
149
 
150
- if (label) {
151
- var _InputLabelProps$requ;
152
-
153
- var displayRequired = (_InputLabelProps$requ = InputLabelProps == null ? void 0 : InputLabelProps.required) != null ? _InputLabelProps$requ : required;
154
- InputMore.label = /*#__PURE__*/_jsxs(React.Fragment, {
155
- children: [label, displayRequired && "\xA0*"]
156
- });
157
- }
150
+ InputMore.label = label;
158
151
  }
159
152
 
160
153
  if (select) {
@@ -418,7 +411,7 @@ process.env.NODE_ENV !== "production" ? TextField.propTypes
418
411
  /**
419
412
  * The system prop that allows defining system overrides as well as additional CSS styles.
420
413
  */
421
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
414
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
422
415
 
423
416
  /**
424
417
  * Type of the `input` element. It should be [a valid HTML5 input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types).
@@ -222,7 +222,7 @@ process.env.NODE_ENV !== "production" ? ToggleButton.propTypes
222
222
  /**
223
223
  * The system prop that allows defining system overrides as well as additional CSS styles.
224
224
  */
225
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
225
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
226
226
 
227
227
  /**
228
228
  * The value to associate with the button when selected in a
@@ -236,7 +236,7 @@ process.env.NODE_ENV !== "production" ? ToggleButtonGroup.propTypes
236
236
  /**
237
237
  * The system prop that allows defining system overrides as well as additional CSS styles.
238
238
  */
239
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
239
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
240
240
 
241
241
  /**
242
242
  * The currently selected value within the group or an array of selected
@@ -116,7 +116,7 @@ process.env.NODE_ENV !== "production" ? Toolbar.propTypes
116
116
  /**
117
117
  * The system prop that allows defining system overrides as well as additional CSS styles.
118
118
  */
119
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
119
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
120
120
 
121
121
  /**
122
122
  * The variant to use.
@@ -823,7 +823,7 @@ process.env.NODE_ENV !== "production" ? Tooltip.propTypes
823
823
  /**
824
824
  * The system prop that allows defining system overrides as well as additional CSS styles.
825
825
  */
826
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
826
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
827
827
 
828
828
  /**
829
829
  * Tooltip title. Zero-length titles string are never displayed.
@@ -841,7 +841,7 @@ process.env.NODE_ENV !== "production" ? Tooltip.propTypes
841
841
 
842
842
  /**
843
843
  * Props applied to the transition element.
844
- * By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition) component.
844
+ * By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
845
845
  */
846
846
  TransitionProps: PropTypes.object
847
847
  } : void 0;
@@ -180,7 +180,7 @@ process.env.NODE_ENV !== "production" ? Typography.propTypes
180
180
  /**
181
181
  * The system prop that allows defining system overrides as well as additional CSS styles.
182
182
  */
183
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object])), PropTypes.func, PropTypes.object]),
183
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
184
184
 
185
185
  /**
186
186
  * Applies the theme typography styles.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.2.2
1
+ /** @license MUI v5.2.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -658,6 +658,89 @@ export var csCZ = {
658
658
  }
659
659
  }
660
660
  };
661
+ export var daDK = {
662
+ components: {
663
+ MuiBreadcrumbs: {
664
+ defaultProps: {
665
+ expandText: 'Vis sti'
666
+ }
667
+ },
668
+ MuiTablePagination: {
669
+ defaultProps: {
670
+ getItemAriaLabel: function getItemAriaLabel(type) {
671
+ if (type === 'first') {
672
+ return 'Gå til den første side';
673
+ }
674
+
675
+ if (type === 'last') {
676
+ return 'Gå til den sidste side';
677
+ }
678
+
679
+ if (type === 'next') {
680
+ return 'Gå til den næste side';
681
+ } // if (type === 'previous') {
682
+
683
+
684
+ return 'Gå til den forrige side';
685
+ },
686
+ labelRowsPerPage: 'Rækker pr side:',
687
+ labelDisplayedRows: function labelDisplayedRows(_ref6) {
688
+ var from = _ref6.from,
689
+ to = _ref6.to,
690
+ count = _ref6.count;
691
+ return "".concat(from, "-").concat(to, " af ").concat(count !== -1 ? count : "mere end ".concat(to));
692
+ }
693
+ }
694
+ },
695
+ MuiRating: {
696
+ defaultProps: {
697
+ getLabelText: function getLabelText(value) {
698
+ return "".concat(value, " Stjern").concat(value !== 1 ? 'er' : '');
699
+ },
700
+ emptyLabelText: 'Tom'
701
+ }
702
+ },
703
+ MuiAutocomplete: {
704
+ defaultProps: {
705
+ clearText: 'Slet',
706
+ closeText: 'Luk',
707
+ loadingText: 'Indlæser…',
708
+ noOptionsText: 'Ingen muligheder',
709
+ openText: 'Åben'
710
+ }
711
+ },
712
+ MuiAlert: {
713
+ defaultProps: {
714
+ closeText: 'Luk'
715
+ }
716
+ },
717
+ MuiPagination: {
718
+ defaultProps: {
719
+ 'aria-label': 'Sideinddelings navigation',
720
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
721
+ if (type === 'page') {
722
+ return "".concat(selected ? '' : 'Go to ', "page ").concat(page);
723
+ }
724
+
725
+ if (type === 'first') {
726
+ return 'Gå til den første side';
727
+ }
728
+
729
+ if (type === 'last') {
730
+ return 'Gå til den sidste side';
731
+ }
732
+
733
+ if (type === 'next') {
734
+ return 'Gå til den næste side';
735
+ } // if (type === 'previous') {
736
+
737
+
738
+ return 'Gå til den forrige side';
739
+ }
740
+ }
741
+ }
742
+ }
743
+ };
661
744
  export var deDE = {
662
745
  components: {
663
746
  MuiBreadcrumbs: {
@@ -684,10 +767,10 @@ export var deDE = {
684
767
  return 'Zur vorherigen Seite';
685
768
  },
686
769
  labelRowsPerPage: 'Zeilen pro Seite:',
687
- labelDisplayedRows: function labelDisplayedRows(_ref6) {
688
- var from = _ref6.from,
689
- to = _ref6.to,
690
- count = _ref6.count;
770
+ labelDisplayedRows: function labelDisplayedRows(_ref7) {
771
+ var from = _ref7.from,
772
+ to = _ref7.to,
773
+ count = _ref7.count;
691
774
  return "".concat(from, "\u2013").concat(to, " von ").concat(count !== -1 ? count : "mehr als ".concat(to));
692
775
  }
693
776
  }
@@ -767,10 +850,10 @@ export var elGR = {
767
850
  return 'Προηγούμενη σελίδα';
768
851
  },
769
852
  labelRowsPerPage: 'Γραμμές ανα σελίδα:',
770
- labelDisplayedRows: function labelDisplayedRows(_ref7) {
771
- var from = _ref7.from,
772
- to = _ref7.to,
773
- count = _ref7.count;
853
+ labelDisplayedRows: function labelDisplayedRows(_ref8) {
854
+ var from = _ref8.from,
855
+ to = _ref8.to,
856
+ count = _ref8.count;
774
857
  return "".concat(from, "\u2013").concat(to, " \u03B1\u03C0\u03CC ").concat(count !== -1 ? count : "\u03C0\u03AC\u03BD\u03C9 \u03B1\u03C0\u03CC ".concat(to));
775
858
  }
776
859
  }
@@ -831,7 +914,7 @@ export var enUS = {
831
914
  MuiBreadcrumbs: { defaultProps: {
832
915
  expandText: 'Show path',
833
916
  }},
834
- MuiTablePagination: { defaultProps: {
917
+ MuiTablePagination: { defaultProps: {
835
918
  getItemAriaLabel: (type) => {
836
919
  if (type === 'first') {
837
920
  return 'Go to first page';
@@ -849,21 +932,21 @@ export var enUS = {
849
932
  labelDisplayedRows: ({ from, to, count }) =>
850
933
  `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`,
851
934
  }},
852
- MuiRating: { defaultProps: {
935
+ MuiRating: { defaultProps: {
853
936
  getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
854
937
  emptyLabelText: 'Empty',
855
938
  }},
856
- MuiAutocomplete: { defaultProps: {
939
+ MuiAutocomplete: { defaultProps: {
857
940
  clearText: 'Clear',
858
941
  closeText: 'Close',
859
942
  loadingText: 'Loading…',
860
943
  noOptionsText: 'No options',
861
944
  openText: 'Open',
862
945
  }},
863
- MuiAlert: { defaultProps: {
946
+ MuiAlert: { defaultProps: {
864
947
  closeText: 'Close',
865
948
  }},
866
- MuiPagination: { defaultProps: {
949
+ MuiPagination: { defaultProps: {
867
950
  'aria-label': 'Pagination navigation',
868
951
  getItemAriaLabel: (type, page, selected) => {
869
952
  if (type === 'page') {
@@ -881,7 +964,7 @@ export var enUS = {
881
964
  // if (type === 'previous') {
882
965
  return 'Go to previous page';
883
966
  },
884
- },
967
+ }},
885
968
  },
886
969
  */
887
970
  };
@@ -911,10 +994,10 @@ export var esES = {
911
994
  return 'Ir a la página anterior';
912
995
  },
913
996
  labelRowsPerPage: 'Filas por página:',
914
- labelDisplayedRows: function labelDisplayedRows(_ref8) {
915
- var from = _ref8.from,
916
- to = _ref8.to,
917
- count = _ref8.count;
997
+ labelDisplayedRows: function labelDisplayedRows(_ref9) {
998
+ var from = _ref9.from,
999
+ to = _ref9.to,
1000
+ count = _ref9.count;
918
1001
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "m\xE1s de ".concat(to));
919
1002
  }
920
1003
  }
@@ -1236,10 +1319,10 @@ export var frFR = {
1236
1319
  return 'Aller à la page précédente';
1237
1320
  },
1238
1321
  labelRowsPerPage: 'Lignes par page :',
1239
- labelDisplayedRows: function labelDisplayedRows(_ref9) {
1240
- var from = _ref9.from,
1241
- to = _ref9.to,
1242
- count = _ref9.count;
1322
+ labelDisplayedRows: function labelDisplayedRows(_ref10) {
1323
+ var from = _ref10.from,
1324
+ to = _ref10.to,
1325
+ count = _ref10.count;
1243
1326
  return "".concat(from, "\u2013").concat(to, " sur ").concat(count !== -1 ? count : "plus que ".concat(to));
1244
1327
  }
1245
1328
  }
@@ -1319,10 +1402,10 @@ export var heIL = {
1319
1402
  return 'לעמוד הקודם';
1320
1403
  },
1321
1404
  labelRowsPerPage: 'שורות בעמוד:',
1322
- labelDisplayedRows: function labelDisplayedRows(_ref10) {
1323
- var from = _ref10.from,
1324
- to = _ref10.to,
1325
- count = _ref10.count;
1405
+ labelDisplayedRows: function labelDisplayedRows(_ref11) {
1406
+ var from = _ref11.from,
1407
+ to = _ref11.to,
1408
+ count = _ref11.count;
1326
1409
  return "".concat(from, "\u2013").concat(to, " \u05DE\u05EA\u05D5\u05DA ").concat(count !== -1 ? count : "\u05D9\u05D5\u05EA\u05E8 \u05DE ".concat(to));
1327
1410
  }
1328
1411
  }
@@ -1402,10 +1485,10 @@ export var hiIN = {
1402
1485
  return 'पिछले पृष्ठ पर जाएँ';
1403
1486
  },
1404
1487
  labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
1405
- labelDisplayedRows: function labelDisplayedRows(_ref11) {
1406
- var from = _ref11.from,
1407
- to = _ref11.to,
1408
- count = _ref11.count;
1488
+ labelDisplayedRows: function labelDisplayedRows(_ref12) {
1489
+ var from = _ref12.from,
1490
+ to = _ref12.to,
1491
+ count = _ref12.count;
1409
1492
  return "".concat(from, "-").concat(to === -1 ? count : to, " \u0915\u0941\u0932 ").concat(count, " \u092E\u0947\u0902");
1410
1493
  }
1411
1494
  }
@@ -1859,10 +1942,10 @@ export var jaJP = {
1859
1942
  return '前のページへ';
1860
1943
  },
1861
1944
  labelRowsPerPage: 'ページあたりの行数:',
1862
- labelDisplayedRows: function labelDisplayedRows(_ref12) {
1863
- var from = _ref12.from,
1864
- to = _ref12.to,
1865
- count = _ref12.count;
1945
+ labelDisplayedRows: function labelDisplayedRows(_ref13) {
1946
+ var from = _ref13.from,
1947
+ to = _ref13.to,
1948
+ count = _ref13.count;
1866
1949
  return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
1867
1950
  }
1868
1951
  }
@@ -1942,10 +2025,10 @@ export var khKH = {
1942
2025
  return 'ទៅទំព័រមុន';
1943
2026
  },
1944
2027
  labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
1945
- labelDisplayedRows: function labelDisplayedRows(_ref13) {
1946
- var from = _ref13.from,
1947
- to = _ref13.to,
1948
- count = _ref13.count;
2028
+ labelDisplayedRows: function labelDisplayedRows(_ref14) {
2029
+ var from = _ref14.from,
2030
+ to = _ref14.to,
2031
+ count = _ref14.count;
1949
2032
  return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
1950
2033
  }
1951
2034
  }
@@ -2025,10 +2108,10 @@ export var koKR = {
2025
2108
  return '이전 페이지로 이동';
2026
2109
  },
2027
2110
  labelRowsPerPage: '페이지 당 행:',
2028
- labelDisplayedRows: function labelDisplayedRows(_ref14) {
2029
- var from = _ref14.from,
2030
- to = _ref14.to,
2031
- count = _ref14.count;
2111
+ labelDisplayedRows: function labelDisplayedRows(_ref15) {
2112
+ var from = _ref15.from,
2113
+ to = _ref15.to,
2114
+ count = _ref15.count;
2032
2115
  return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
2033
2116
  }
2034
2117
  }
@@ -2108,10 +2191,10 @@ export var kzKZ = {
2108
2191
  return 'Алдыңғы бетке өту';
2109
2192
  },
2110
2193
  labelRowsPerPage: 'Беттегі қатарлар:',
2111
- labelDisplayedRows: function labelDisplayedRows(_ref15) {
2112
- var from = _ref15.from,
2113
- to = _ref15.to,
2114
- count = _ref15.count;
2194
+ labelDisplayedRows: function labelDisplayedRows(_ref16) {
2195
+ var from = _ref16.from,
2196
+ to = _ref16.to,
2197
+ count = _ref16.count;
2115
2198
  return "".concat(count !== -1 ? count : "+".concat(to), " \u049B\u0430\u0442\u0430\u0440\u0434\u044B\u04A3 \u0456\u0448\u0456\u043D\u0435\u043D ").concat(from, "\u2013").concat(to);
2116
2199
  }
2117
2200
  }
@@ -2169,6 +2252,89 @@ export var kzKZ = {
2169
2252
  }
2170
2253
  }
2171
2254
  };
2255
+ export var nbNO = {
2256
+ components: {
2257
+ MuiBreadcrumbs: {
2258
+ defaultProps: {
2259
+ expandText: 'Vis sti'
2260
+ }
2261
+ },
2262
+ MuiTablePagination: {
2263
+ defaultProps: {
2264
+ getItemAriaLabel: function getItemAriaLabel(type) {
2265
+ if (type === 'first') {
2266
+ return 'Gå til første side';
2267
+ }
2268
+
2269
+ if (type === 'last') {
2270
+ return 'Gå til siste side';
2271
+ }
2272
+
2273
+ if (type === 'next') {
2274
+ return 'Gå til neste side';
2275
+ } // if (type === 'previous') {
2276
+
2277
+
2278
+ return 'Gå til forrige side';
2279
+ },
2280
+ labelRowsPerPage: 'Rader per side:',
2281
+ labelDisplayedRows: function labelDisplayedRows(_ref17) {
2282
+ var from = _ref17.from,
2283
+ to = _ref17.to,
2284
+ count = _ref17.count;
2285
+ return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
2286
+ }
2287
+ }
2288
+ },
2289
+ MuiRating: {
2290
+ defaultProps: {
2291
+ getLabelText: function getLabelText(value) {
2292
+ return "".concat(value, " Stjerne").concat(value !== 1 ? 'r' : '');
2293
+ },
2294
+ emptyLabelText: 'Tom'
2295
+ }
2296
+ },
2297
+ MuiAutocomplete: {
2298
+ defaultProps: {
2299
+ clearText: 'Tøm',
2300
+ closeText: 'Lukk',
2301
+ loadingText: 'Laster inn…',
2302
+ noOptionsText: 'Ingen alternativer',
2303
+ openText: 'Åpne'
2304
+ }
2305
+ },
2306
+ MuiAlert: {
2307
+ defaultProps: {
2308
+ closeText: 'Lukk'
2309
+ }
2310
+ },
2311
+ MuiPagination: {
2312
+ defaultProps: {
2313
+ 'aria-label': 'Paginering navigasjon',
2314
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2315
+ if (type === 'page') {
2316
+ return "".concat(selected ? '' : 'Gå til ', "side ").concat(page);
2317
+ }
2318
+
2319
+ if (type === 'first') {
2320
+ return 'Gå til første side';
2321
+ }
2322
+
2323
+ if (type === 'last') {
2324
+ return 'Gå til siste side';
2325
+ }
2326
+
2327
+ if (type === 'next') {
2328
+ return 'Gå til neste side';
2329
+ } // if (type === 'previous') {
2330
+
2331
+
2332
+ return 'Gå til forrige side';
2333
+ }
2334
+ }
2335
+ }
2336
+ }
2337
+ };
2172
2338
  export var nlNL = {
2173
2339
  components: {
2174
2340
  MuiBreadcrumbs: {
@@ -2195,10 +2361,10 @@ export var nlNL = {
2195
2361
  return 'Ga naar vorige pagina';
2196
2362
  },
2197
2363
  labelRowsPerPage: 'Regels per pagina:',
2198
- labelDisplayedRows: function labelDisplayedRows(_ref16) {
2199
- var from = _ref16.from,
2200
- to = _ref16.to,
2201
- count = _ref16.count;
2364
+ labelDisplayedRows: function labelDisplayedRows(_ref18) {
2365
+ var from = _ref18.from,
2366
+ to = _ref18.to,
2367
+ count = _ref18.count;
2202
2368
  return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
2203
2369
  }
2204
2370
  }
@@ -2366,10 +2532,10 @@ export var ptBR = {
2366
2532
  return 'Ir para a página anterior';
2367
2533
  },
2368
2534
  labelRowsPerPage: 'Linhas por página:',
2369
- labelDisplayedRows: function labelDisplayedRows(_ref17) {
2370
- var from = _ref17.from,
2371
- to = _ref17.to,
2372
- count = _ref17.count;
2535
+ labelDisplayedRows: function labelDisplayedRows(_ref19) {
2536
+ var from = _ref19.from,
2537
+ to = _ref19.to,
2538
+ count = _ref19.count;
2373
2539
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2374
2540
  }
2375
2541
  }
@@ -2449,10 +2615,10 @@ export var ptPT = {
2449
2615
  return 'Página anterior';
2450
2616
  },
2451
2617
  labelRowsPerPage: 'Linhas por página:',
2452
- labelDisplayedRows: function labelDisplayedRows(_ref18) {
2453
- var from = _ref18.from,
2454
- to = _ref18.to,
2455
- count = _ref18.count;
2618
+ labelDisplayedRows: function labelDisplayedRows(_ref20) {
2619
+ var from = _ref20.from,
2620
+ to = _ref20.to,
2621
+ count = _ref20.count;
2456
2622
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2457
2623
  }
2458
2624
  }
@@ -2611,10 +2777,10 @@ export var ruRU = {
2611
2777
  return 'Перейти на предыдущую страницу';
2612
2778
  },
2613
2779
  labelRowsPerPage: 'Строк на странице:',
2614
- labelDisplayedRows: function labelDisplayedRows(_ref19) {
2615
- var from = _ref19.from,
2616
- to = _ref19.to,
2617
- count = _ref19.count;
2780
+ labelDisplayedRows: function labelDisplayedRows(_ref21) {
2781
+ var from = _ref21.from,
2782
+ to = _ref21.to,
2783
+ count = _ref21.count;
2618
2784
  return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
2619
2785
  }
2620
2786
  }
@@ -2707,10 +2873,10 @@ export var siLK = {
2707
2873
  return 'පෙර පිටුවට යන්න';
2708
2874
  },
2709
2875
  labelRowsPerPage: 'පිටුවක පේළි:',
2710
- labelDisplayedRows: function labelDisplayedRows(_ref20) {
2711
- var from = _ref20.from,
2712
- to = _ref20.to,
2713
- count = _ref20.count;
2876
+ labelDisplayedRows: function labelDisplayedRows(_ref22) {
2877
+ var from = _ref22.from,
2878
+ to = _ref22.to,
2879
+ count = _ref22.count;
2714
2880
  return "".concat(from, "\u2013").concat(to, " \u0DAF\u0D9A\u0DCA\u0DC0\u0DCF ").concat(count !== -1 ? count : "".concat(to, " \u0DA7 \u0DC0\u0DD0\u0DA9\u0DD2 \u0DB4\u0DCA\u200D\u0DBB\u0DB8\u0DCF\u0DAB\u0DBA\u0D9A\u0DD2\u0DB1\u0DCA"));
2715
2881
  }
2716
2882
  }
@@ -2790,10 +2956,10 @@ export var skSK = {
2790
2956
  return 'Ísť na predchádzajúcu stránku';
2791
2957
  },
2792
2958
  labelRowsPerPage: 'Riadkov na stránke:',
2793
- labelDisplayedRows: function labelDisplayedRows(_ref21) {
2794
- var from = _ref21.from,
2795
- to = _ref21.to,
2796
- count = _ref21.count;
2959
+ labelDisplayedRows: function labelDisplayedRows(_ref23) {
2960
+ var from = _ref23.from,
2961
+ to = _ref23.to,
2962
+ count = _ref23.count;
2797
2963
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
2798
2964
  }
2799
2965
  }
@@ -2881,10 +3047,10 @@ export var svSE = {
2881
3047
  return 'Gå till föregående sida';
2882
3048
  },
2883
3049
  labelRowsPerPage: 'Rader per sida:',
2884
- labelDisplayedRows: function labelDisplayedRows(_ref22) {
2885
- var from = _ref22.from,
2886
- to = _ref22.to,
2887
- count = _ref22.count;
3050
+ labelDisplayedRows: function labelDisplayedRows(_ref24) {
3051
+ var from = _ref24.from,
3052
+ to = _ref24.to,
3053
+ count = _ref24.count;
2888
3054
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
2889
3055
  }
2890
3056
  }
@@ -2964,10 +3130,10 @@ export var thTH = {
2964
3130
  return 'ไปที่หน้าก่อน';
2965
3131
  },
2966
3132
  labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
2967
- labelDisplayedRows: function labelDisplayedRows(_ref23) {
2968
- var from = _ref23.from,
2969
- to = _ref23.to,
2970
- count = _ref23.count;
3133
+ labelDisplayedRows: function labelDisplayedRows(_ref25) {
3134
+ var from = _ref25.from,
3135
+ to = _ref25.to,
3136
+ count = _ref25.count;
2971
3137
  return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
2972
3138
  }
2973
3139
  }
@@ -3126,10 +3292,10 @@ export var ukUA = {
3126
3292
  return 'Перейти на попередню сторінку';
3127
3293
  },
3128
3294
  labelRowsPerPage: 'Рядків на сторінці:',
3129
- labelDisplayedRows: function labelDisplayedRows(_ref24) {
3130
- var from = _ref24.from,
3131
- to = _ref24.to,
3132
- count = _ref24.count;
3295
+ labelDisplayedRows: function labelDisplayedRows(_ref26) {
3296
+ var from = _ref26.from,
3297
+ to = _ref26.to,
3298
+ count = _ref26.count;
3133
3299
  return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
3134
3300
  }
3135
3301
  }
@@ -3215,10 +3381,10 @@ export var viVN = {
3215
3381
  // return 'Go to previous page';
3216
3382
  // },
3217
3383
  labelRowsPerPage: 'Số hàng mỗi trang:',
3218
- labelDisplayedRows: function labelDisplayedRows(_ref25) {
3219
- var from = _ref25.from,
3220
- to = _ref25.to,
3221
- count = _ref25.count;
3384
+ labelDisplayedRows: function labelDisplayedRows(_ref27) {
3385
+ var from = _ref27.from,
3386
+ to = _ref27.to,
3387
+ count = _ref27.count;
3222
3388
  return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
3223
3389
  }
3224
3390
  }
@@ -3293,10 +3459,10 @@ export var zhCN = {
3293
3459
  return '上一页';
3294
3460
  },
3295
3461
  labelRowsPerPage: '每页行数:',
3296
- labelDisplayedRows: function labelDisplayedRows(_ref26) {
3297
- var from = _ref26.from,
3298
- to = _ref26.to,
3299
- count = _ref26.count;
3462
+ labelDisplayedRows: function labelDisplayedRows(_ref28) {
3463
+ var from = _ref28.from,
3464
+ to = _ref28.to,
3465
+ count = _ref28.count;
3300
3466
  return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
3301
3467
  }
3302
3468
  }
@@ -3350,10 +3516,10 @@ export var zhHK = {
3350
3516
  return '上一頁';
3351
3517
  },
3352
3518
  labelRowsPerPage: '每頁行數:',
3353
- labelDisplayedRows: function labelDisplayedRows(_ref27) {
3354
- var from = _ref27.from,
3355
- to = _ref27.to,
3356
- count = _ref27.count;
3519
+ labelDisplayedRows: function labelDisplayedRows(_ref29) {
3520
+ var from = _ref29.from,
3521
+ to = _ref29.to,
3522
+ count = _ref29.count;
3357
3523
  return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
3358
3524
  }
3359
3525
  }
@@ -3407,10 +3573,10 @@ export var zhTW = {
3407
3573
  return '上一頁';
3408
3574
  },
3409
3575
  labelRowsPerPage: '每行行數:',
3410
- labelDisplayedRows: function labelDisplayedRows(_ref28) {
3411
- var from = _ref28.from,
3412
- to = _ref28.to,
3413
- count = _ref28.count;
3576
+ labelDisplayedRows: function labelDisplayedRows(_ref30) {
3577
+ var from = _ref30.from,
3578
+ to = _ref30.to,
3579
+ count = _ref30.count;
3414
3580
  return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
3415
3581
  }
3416
3582
  }