@mui/material 5.4.2 → 5.5.0

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 (259) hide show
  1. package/Accordion/accordionClasses.d.ts +18 -18
  2. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  3. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  4. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  5. package/Alert/alertClasses.d.ts +44 -44
  6. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  7. package/AppBar/appBarClasses.d.ts +28 -28
  8. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  9. package/Avatar/avatarClasses.d.ts +20 -20
  10. package/AvatarGroup/AvatarGroup.js +4 -2
  11. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  12. package/BottomNavigation/BottomNavigation.js +0 -0
  13. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  14. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  15. package/Box/Box.js +1 -1
  16. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  17. package/Button/buttonClasses.d.ts +76 -76
  18. package/ButtonBase/ButtonBase.d.ts +1 -1
  19. package/ButtonBase/ButtonBase.js +1 -1
  20. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  21. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  22. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  23. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  24. package/CHANGELOG.md +196 -2
  25. package/Card/cardClasses.d.ts +8 -8
  26. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  27. package/CardActions/cardActionsClasses.d.ts +10 -10
  28. package/CardContent/cardContentClasses.d.ts +8 -8
  29. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  30. package/CardMedia/cardMediaClasses.d.ts +12 -12
  31. package/Checkbox/checkboxClasses.d.ts +18 -18
  32. package/Chip/Chip.js +1 -0
  33. package/Chip/chipClasses.d.ts +80 -80
  34. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  35. package/ClickAwayListener/index.d.ts +2 -2
  36. package/Collapse/collapseClasses.d.ts +18 -18
  37. package/Container/containerClasses.d.ts +22 -22
  38. package/Dialog/Dialog.d.ts +4 -1
  39. package/Dialog/Dialog.js +10 -6
  40. package/Dialog/DialogContext.d.ts +6 -6
  41. package/Dialog/dialogClasses.d.ts +36 -36
  42. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  43. package/DialogContent/dialogContentClasses.d.ts +10 -10
  44. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  45. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  46. package/Divider/dividerClasses.d.ts +34 -34
  47. package/Drawer/Drawer.d.ts +4 -1
  48. package/Drawer/Drawer.js +11 -9
  49. package/Drawer/drawerClasses.d.ts +30 -30
  50. package/Fab/fabClasses.d.ts +26 -26
  51. package/Fade/Fade.d.ts +2 -2
  52. package/Fade/Fade.js +8 -8
  53. package/FilledInput/filledInputClasses.d.ts +40 -40
  54. package/FilledInput/filledInputClasses.js +5 -1
  55. package/FormControl/formControlClasses.d.ts +14 -14
  56. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  57. package/FormGroup/formGroupClasses.d.ts +12 -12
  58. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  59. package/FormLabel/formLabelClasses.d.ts +22 -22
  60. package/Grid/gridClasses.d.ts +48 -48
  61. package/Icon/iconClasses.d.ts +24 -24
  62. package/IconButton/iconButtonClasses.d.ts +26 -26
  63. package/ImageList/imageListClasses.d.ts +16 -16
  64. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  65. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  66. package/Input/inputClasses.d.ts +34 -34
  67. package/Input/inputClasses.js +5 -1
  68. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  69. package/InputBase/inputBaseClasses.d.ts +44 -44
  70. package/InputLabel/inputLabelClasses.d.ts +32 -32
  71. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  72. package/Link/linkClasses.d.ts +18 -18
  73. package/List/listClasses.d.ts +14 -14
  74. package/ListItem/listItemClasses.d.ts +30 -30
  75. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  76. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  77. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  78. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  79. package/ListItemText/listItemTextClasses.d.ts +18 -18
  80. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  81. package/Menu/menuClasses.d.ts +12 -12
  82. package/MenuItem/menuItemClasses.d.ts +20 -20
  83. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  84. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  85. package/OutlinedInput/NotchedOutline.js +3 -1
  86. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  87. package/OutlinedInput/outlinedInputClasses.js +5 -1
  88. package/Pagination/paginationClasses.d.ts +14 -14
  89. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  90. package/Paper/paperClasses.d.ts +39 -39
  91. package/Popover/popoverClasses.d.ts +10 -10
  92. package/Popper/Popper.d.ts +17 -17
  93. package/Popper/Popper.js +1 -1
  94. package/README.md +1 -1
  95. package/Radio/radioClasses.d.ts +16 -16
  96. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  97. package/RadioGroup/useRadioGroup.d.ts +4 -4
  98. package/Rating/ratingClasses.d.ts +40 -40
  99. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  100. package/Select/Select.d.ts +2 -0
  101. package/Select/selectClasses.d.ts +30 -30
  102. package/Skeleton/skeletonClasses.d.ts +24 -24
  103. package/Slide/Slide.d.ts +4 -4
  104. package/Slide/Slide.js +14 -14
  105. package/Snackbar/Snackbar.d.ts +2 -2
  106. package/Snackbar/Snackbar.js +8 -8
  107. package/Snackbar/snackbarClasses.d.ts +20 -20
  108. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  109. package/SpeedDial/SpeedDial.d.ts +2 -2
  110. package/SpeedDial/SpeedDial.js +9 -7
  111. package/SpeedDial/speedDialClasses.d.ts +22 -22
  112. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  113. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  114. package/Step/StepContext.d.ts +20 -0
  115. package/Step/StepContext.js +10 -2
  116. package/Step/index.d.ts +3 -0
  117. package/Step/index.js +3 -1
  118. package/Step/stepClasses.d.ts +16 -16
  119. package/StepButton/stepButtonClasses.d.ts +14 -14
  120. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  121. package/StepContent/stepContentClasses.d.ts +12 -12
  122. package/StepIcon/stepIconClasses.d.ts +16 -16
  123. package/StepLabel/stepLabelClasses.d.ts +28 -28
  124. package/Stepper/stepperClasses.d.ts +14 -14
  125. package/SvgIcon/SvgIcon.js +1 -0
  126. package/SvgIcon/svgIconClasses.d.ts +24 -24
  127. package/SwipeableDrawer/SwipeableDrawer.js +8 -6
  128. package/Switch/switchClasses.d.ts +32 -32
  129. package/Tab/tabClasses.d.ts +26 -26
  130. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  131. package/Table/tableClasses.d.ts +10 -10
  132. package/TableBody/tableBodyClasses.d.ts +8 -8
  133. package/TableCell/tableCellClasses.d.ts +32 -32
  134. package/TableContainer/tableContainerClasses.d.ts +8 -8
  135. package/TableFooter/tableFooterClasses.d.ts +8 -8
  136. package/TableHead/tableHeadClasses.d.ts +8 -8
  137. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  138. package/TableRow/tableRowClasses.d.ts +16 -16
  139. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  140. package/Tabs/tabsClasses.d.ts +32 -32
  141. package/TextField/textFieldClasses.d.ts +8 -8
  142. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  143. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  144. package/Toolbar/toolbarClasses.d.ts +14 -14
  145. package/Tooltip/tooltipClasses.d.ts +30 -30
  146. package/Typography/typographyClasses.d.ts +50 -50
  147. package/Zoom/Zoom.d.ts +2 -2
  148. package/Zoom/Zoom.js +8 -8
  149. package/className/index.d.ts +8 -0
  150. package/className/index.js +9 -0
  151. package/className/package.json +6 -0
  152. package/darkScrollbar/index.d.ts +28 -28
  153. package/index.js +1 -1
  154. package/internal/switchBaseClasses.d.ts +12 -12
  155. package/legacy/AvatarGroup/AvatarGroup.js +4 -2
  156. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  157. package/legacy/Box/Box.js +1 -1
  158. package/legacy/ButtonBase/ButtonBase.js +1 -1
  159. package/legacy/Chip/Chip.js +1 -0
  160. package/legacy/Dialog/Dialog.js +10 -6
  161. package/legacy/Drawer/Drawer.js +11 -9
  162. package/legacy/Fade/Fade.js +8 -8
  163. package/legacy/FilledInput/filledInputClasses.js +5 -1
  164. package/legacy/Input/inputClasses.js +5 -1
  165. package/legacy/OutlinedInput/NotchedOutline.js +3 -1
  166. package/legacy/OutlinedInput/outlinedInputClasses.js +5 -1
  167. package/legacy/Popper/Popper.js +1 -1
  168. package/legacy/Slide/Slide.js +14 -14
  169. package/legacy/Snackbar/Snackbar.js +8 -8
  170. package/legacy/SpeedDial/SpeedDial.js +9 -7
  171. package/legacy/Step/StepContext.js +10 -2
  172. package/legacy/Step/index.js +3 -1
  173. package/legacy/SvgIcon/SvgIcon.js +1 -0
  174. package/legacy/SwipeableDrawer/SwipeableDrawer.js +8 -6
  175. package/legacy/Zoom/Zoom.js +8 -8
  176. package/legacy/className/index.js +9 -0
  177. package/legacy/index.js +1 -1
  178. package/legacy/locale/index.js +268 -78
  179. package/legacy/styles/makeStyles.js +1 -1
  180. package/legacy/styles/withStyles.js +1 -1
  181. package/legacy/styles/withTheme.js +1 -1
  182. package/legacy/utils/index.js +10 -2
  183. package/locale/index.d.ts +70 -68
  184. package/locale/index.js +192 -6
  185. package/modern/AvatarGroup/AvatarGroup.js +4 -2
  186. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  187. package/modern/Box/Box.js +1 -1
  188. package/modern/ButtonBase/ButtonBase.js +1 -1
  189. package/modern/Chip/Chip.js +1 -0
  190. package/modern/Dialog/Dialog.js +10 -6
  191. package/modern/Drawer/Drawer.js +11 -9
  192. package/modern/Fade/Fade.js +8 -8
  193. package/modern/FilledInput/filledInputClasses.js +5 -1
  194. package/modern/Input/inputClasses.js +5 -1
  195. package/modern/OutlinedInput/NotchedOutline.js +3 -1
  196. package/modern/OutlinedInput/outlinedInputClasses.js +5 -1
  197. package/modern/Popper/Popper.js +1 -1
  198. package/modern/Slide/Slide.js +14 -14
  199. package/modern/Snackbar/Snackbar.js +8 -8
  200. package/modern/SpeedDial/SpeedDial.js +9 -7
  201. package/modern/Step/StepContext.js +10 -2
  202. package/modern/Step/index.js +3 -1
  203. package/modern/SvgIcon/SvgIcon.js +1 -0
  204. package/modern/SwipeableDrawer/SwipeableDrawer.js +8 -6
  205. package/modern/Zoom/Zoom.js +8 -8
  206. package/modern/className/index.js +9 -0
  207. package/modern/index.js +1 -1
  208. package/modern/locale/index.js +192 -6
  209. package/modern/styles/makeStyles.js +1 -1
  210. package/modern/styles/withStyles.js +1 -1
  211. package/modern/styles/withTheme.js +1 -1
  212. package/modern/utils/index.js +10 -2
  213. package/node/AvatarGroup/AvatarGroup.js +4 -2
  214. package/node/BottomNavigation/BottomNavigation.js +0 -0
  215. package/node/Box/Box.js +2 -2
  216. package/node/ButtonBase/ButtonBase.js +1 -1
  217. package/node/Chip/Chip.js +1 -0
  218. package/node/Dialog/Dialog.js +11 -7
  219. package/node/Drawer/Drawer.js +11 -10
  220. package/node/Fade/Fade.js +7 -9
  221. package/node/FilledInput/filledInputClasses.js +7 -1
  222. package/node/Input/inputClasses.js +7 -1
  223. package/node/OutlinedInput/NotchedOutline.js +3 -1
  224. package/node/OutlinedInput/outlinedInputClasses.js +7 -1
  225. package/node/Popper/Popper.js +1 -1
  226. package/node/Slide/Slide.js +14 -16
  227. package/node/Snackbar/Snackbar.js +8 -9
  228. package/node/SpeedDial/SpeedDial.js +9 -7
  229. package/node/Step/StepContext.js +11 -1
  230. package/node/Step/index.js +22 -1
  231. package/node/SvgIcon/SvgIcon.js +1 -0
  232. package/node/SwipeableDrawer/SwipeableDrawer.js +8 -7
  233. package/node/Zoom/Zoom.js +7 -9
  234. package/node/className/index.js +13 -0
  235. package/node/index.js +1 -1
  236. package/node/locale/index.js +197 -9
  237. package/node/styles/makeStyles.js +1 -1
  238. package/node/styles/withStyles.js +1 -1
  239. package/node/styles/withTheme.js +1 -1
  240. package/node/utils/index.js +13 -7
  241. package/package.json +6 -6
  242. package/styles/components.d.ts +0 -339
  243. package/styles/makeStyles.js +1 -1
  244. package/styles/withStyles.js +1 -1
  245. package/styles/withTheme.js +1 -1
  246. package/transitions/index.d.ts +1 -1
  247. package/transitions/transition.d.ts +13 -13
  248. package/transitions/utils.d.ts +23 -23
  249. package/umd/material-ui.development.js +9242 -9030
  250. package/umd/material-ui.production.min.js +21 -21
  251. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  252. package/useTouchRipple/index.d.ts +1 -1
  253. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  254. package/utils/getScrollbarSize.d.ts +2 -2
  255. package/utils/index.d.ts +1 -1
  256. package/utils/index.js +10 -2
  257. package/utils/ownerDocument.d.ts +2 -2
  258. package/utils/ownerWindow.d.ts +2 -2
  259. package/utils/setRef.d.ts +2 -2
@@ -1545,6 +1545,97 @@ export var hiIN = {
1545
1545
  }
1546
1546
  }
1547
1547
  }
1548
+ }; // Croatian - Hrvatski
1549
+
1550
+ export var hrHR = {
1551
+ components: {
1552
+ MuiBreadcrumbs: {
1553
+ defaultProps: {
1554
+ expandText: 'Pokaži putanju'
1555
+ }
1556
+ },
1557
+ MuiTablePagination: {
1558
+ defaultProps: {
1559
+ getItemAriaLabel: function getItemAriaLabel(type) {
1560
+ if (type === 'first') {
1561
+ return 'Idi na prvu stranicu';
1562
+ }
1563
+
1564
+ if (type === 'last') {
1565
+ return 'Idi na posljednju stranicu';
1566
+ }
1567
+
1568
+ if (type === 'next') {
1569
+ return 'Idi na sljedeću stranicu';
1570
+ } // if (type === 'previous') {
1571
+
1572
+
1573
+ return 'Idi na prethodnu stranicu';
1574
+ },
1575
+ labelRowsPerPage: 'Redova po stranici:',
1576
+ labelDisplayedRows: function labelDisplayedRows(_ref14) {
1577
+ var from = _ref14.from,
1578
+ to = _ref14.to,
1579
+ count = _ref14.count;
1580
+ return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
1581
+ }
1582
+ }
1583
+ },
1584
+ MuiRating: {
1585
+ defaultProps: {
1586
+ getLabelText: function getLabelText(value) {
1587
+ var lastDigit = value % 10;
1588
+ var lastTwoDigits = value % 100;
1589
+
1590
+ if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
1591
+ return 'Zvijezde';
1592
+ }
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: function getItemAriaLabel(type, page, selected) {
1617
+ if (type === 'page') {
1618
+ return "".concat(selected ? '' : 'Idi na ', "stranicu ").concat(page);
1619
+ }
1620
+
1621
+ if (type === 'first') {
1622
+ return 'Idi na prvu stranicu';
1623
+ }
1624
+
1625
+ if (type === 'last') {
1626
+ return 'Idi na zadnju stranicu';
1627
+ }
1628
+
1629
+ if (type === 'next') {
1630
+ return 'Idi na sljedeću stranicu';
1631
+ } // if (type === 'previous') {
1632
+
1633
+
1634
+ return 'Idi na prethodnu stranicu';
1635
+ }
1636
+ }
1637
+ }
1638
+ }
1548
1639
  };
1549
1640
  export var huHU = {
1550
1641
  components: {
@@ -1866,9 +1957,13 @@ export var itIT = {
1866
1957
 
1867
1958
  return 'Vai alla pagina precedente';
1868
1959
  },
1869
- labelRowsPerPage: 'Righe per pagina:' // labelDisplayedRows: ({ from, to, count }) =>
1870
- // `${from}–${to} di ${count !== -1 ? count : `more than ${to}`}`,
1871
-
1960
+ labelRowsPerPage: 'Righe per pagina:',
1961
+ labelDisplayedRows: function labelDisplayedRows(_ref15) {
1962
+ var from = _ref15.from,
1963
+ to = _ref15.to,
1964
+ count = _ref15.count;
1965
+ return "".concat(from, "\u2013").concat(to, " di ").concat(count !== -1 ? count : "pi\xF9 di ".concat(to));
1966
+ }
1872
1967
  }
1873
1968
  },
1874
1969
  MuiRating: {
@@ -1946,10 +2041,10 @@ export var jaJP = {
1946
2041
  return '前のページへ';
1947
2042
  },
1948
2043
  labelRowsPerPage: 'ページあたりの行数:',
1949
- labelDisplayedRows: function labelDisplayedRows(_ref14) {
1950
- var from = _ref14.from,
1951
- to = _ref14.to,
1952
- count = _ref14.count;
2044
+ labelDisplayedRows: function labelDisplayedRows(_ref16) {
2045
+ var from = _ref16.from,
2046
+ to = _ref16.to,
2047
+ count = _ref16.count;
1953
2048
  return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
1954
2049
  }
1955
2050
  }
@@ -2029,10 +2124,10 @@ export var khKH = {
2029
2124
  return 'ទៅទំព័រមុន';
2030
2125
  },
2031
2126
  labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
2032
- labelDisplayedRows: function labelDisplayedRows(_ref15) {
2033
- var from = _ref15.from,
2034
- to = _ref15.to,
2035
- count = _ref15.count;
2127
+ labelDisplayedRows: function labelDisplayedRows(_ref17) {
2128
+ var from = _ref17.from,
2129
+ to = _ref17.to,
2130
+ count = _ref17.count;
2036
2131
  return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
2037
2132
  }
2038
2133
  }
@@ -2112,10 +2207,10 @@ export var koKR = {
2112
2207
  return '이전 페이지로 이동';
2113
2208
  },
2114
2209
  labelRowsPerPage: '페이지 당 행:',
2115
- labelDisplayedRows: function labelDisplayedRows(_ref16) {
2116
- var from = _ref16.from,
2117
- to = _ref16.to,
2118
- count = _ref16.count;
2210
+ labelDisplayedRows: function labelDisplayedRows(_ref18) {
2211
+ var from = _ref18.from,
2212
+ to = _ref18.to,
2213
+ count = _ref18.count;
2119
2214
  return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
2120
2215
  }
2121
2216
  }
@@ -2195,10 +2290,10 @@ export var kzKZ = {
2195
2290
  return 'Алдыңғы бетке өту';
2196
2291
  },
2197
2292
  labelRowsPerPage: 'Беттегі қатарлар:',
2198
- labelDisplayedRows: function labelDisplayedRows(_ref17) {
2199
- var from = _ref17.from,
2200
- to = _ref17.to,
2201
- count = _ref17.count;
2293
+ labelDisplayedRows: function labelDisplayedRows(_ref19) {
2294
+ var from = _ref19.from,
2295
+ to = _ref19.to,
2296
+ count = _ref19.count;
2202
2297
  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);
2203
2298
  }
2204
2299
  }
@@ -2282,10 +2377,10 @@ export var nbNO = {
2282
2377
  return 'Gå til forrige side';
2283
2378
  },
2284
2379
  labelRowsPerPage: 'Rader per side:',
2285
- labelDisplayedRows: function labelDisplayedRows(_ref18) {
2286
- var from = _ref18.from,
2287
- to = _ref18.to,
2288
- count = _ref18.count;
2380
+ labelDisplayedRows: function labelDisplayedRows(_ref20) {
2381
+ var from = _ref20.from,
2382
+ to = _ref20.to,
2383
+ count = _ref20.count;
2289
2384
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
2290
2385
  }
2291
2386
  }
@@ -2365,10 +2460,10 @@ export var nlNL = {
2365
2460
  return 'Ga naar vorige pagina';
2366
2461
  },
2367
2462
  labelRowsPerPage: 'Regels per pagina:',
2368
- labelDisplayedRows: function labelDisplayedRows(_ref19) {
2369
- var from = _ref19.from,
2370
- to = _ref19.to,
2371
- count = _ref19.count;
2463
+ labelDisplayedRows: function labelDisplayedRows(_ref21) {
2464
+ var from = _ref21.from,
2465
+ to = _ref21.to,
2466
+ count = _ref21.count;
2372
2467
  return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
2373
2468
  }
2374
2469
  }
@@ -2447,9 +2542,13 @@ export var plPL = {
2447
2542
 
2448
2543
  return 'Przejdź do poprzedniej strony';
2449
2544
  },
2450
- labelRowsPerPage: 'Wierszy na stronę:' // labelDisplayedRows: ({ from, to, count }) =>
2451
- // `${from}–${to} z ${count !== -1 ? count : `more than ${to}`}`,
2452
-
2545
+ labelRowsPerPage: 'Wierszy na stronę:',
2546
+ labelDisplayedRows: function labelDisplayedRows(_ref22) {
2547
+ var from = _ref22.from,
2548
+ to = _ref22.to,
2549
+ count = _ref22.count;
2550
+ return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
2551
+ }
2453
2552
  }
2454
2553
  },
2455
2554
  MuiRating: {
@@ -2536,10 +2635,10 @@ export var ptBR = {
2536
2635
  return 'Ir para a página anterior';
2537
2636
  },
2538
2637
  labelRowsPerPage: 'Linhas por página:',
2539
- labelDisplayedRows: function labelDisplayedRows(_ref20) {
2540
- var from = _ref20.from,
2541
- to = _ref20.to,
2542
- count = _ref20.count;
2638
+ labelDisplayedRows: function labelDisplayedRows(_ref23) {
2639
+ var from = _ref23.from,
2640
+ to = _ref23.to,
2641
+ count = _ref23.count;
2543
2642
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2544
2643
  }
2545
2644
  }
@@ -2619,10 +2718,10 @@ export var ptPT = {
2619
2718
  return 'Página anterior';
2620
2719
  },
2621
2720
  labelRowsPerPage: 'Linhas por página:',
2622
- labelDisplayedRows: function labelDisplayedRows(_ref21) {
2623
- var from = _ref21.from,
2624
- to = _ref21.to,
2625
- count = _ref21.count;
2721
+ labelDisplayedRows: function labelDisplayedRows(_ref24) {
2722
+ var from = _ref24.from,
2723
+ to = _ref24.to,
2724
+ count = _ref24.count;
2626
2725
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2627
2726
  }
2628
2727
  }
@@ -2754,6 +2853,97 @@ export var roRO = {
2754
2853
  }
2755
2854
  }
2756
2855
  }
2856
+ }; // Serbian - Srpski
2857
+
2858
+ export var srRS = {
2859
+ components: {
2860
+ MuiBreadcrumbs: {
2861
+ defaultProps: {
2862
+ expandText: 'Pokaži putanju'
2863
+ }
2864
+ },
2865
+ MuiTablePagination: {
2866
+ defaultProps: {
2867
+ getItemAriaLabel: function getItemAriaLabel(type) {
2868
+ if (type === 'first') {
2869
+ return 'Idi na prvu stranicu';
2870
+ }
2871
+
2872
+ if (type === 'last') {
2873
+ return 'Idi na poslednju stranicu';
2874
+ }
2875
+
2876
+ if (type === 'next') {
2877
+ return 'Idi na sledeću stranicu';
2878
+ } // if (type === 'previous') {
2879
+
2880
+
2881
+ return 'Idi na prethodnu stranicu';
2882
+ },
2883
+ labelRowsPerPage: 'Redova po stranici:',
2884
+ labelDisplayedRows: function labelDisplayedRows(_ref25) {
2885
+ var from = _ref25.from,
2886
+ to = _ref25.to,
2887
+ count = _ref25.count;
2888
+ return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
2889
+ }
2890
+ }
2891
+ },
2892
+ MuiRating: {
2893
+ defaultProps: {
2894
+ getLabelText: function getLabelText(value) {
2895
+ var lastDigit = value % 10;
2896
+ var lastTwoDigits = value % 100;
2897
+
2898
+ if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
2899
+ return 'Zvezde';
2900
+ }
2901
+
2902
+ return 'Zvezda';
2903
+ },
2904
+ emptyLabelText: 'Prazno'
2905
+ }
2906
+ },
2907
+ MuiAutocomplete: {
2908
+ defaultProps: {
2909
+ clearText: 'Briši',
2910
+ closeText: 'Zatvori',
2911
+ loadingText: 'Učitavanje…',
2912
+ noOptionsText: 'Nema opcija',
2913
+ openText: 'Otvori'
2914
+ }
2915
+ },
2916
+ MuiAlert: {
2917
+ defaultProps: {
2918
+ closeText: 'Zatvori'
2919
+ }
2920
+ },
2921
+ MuiPagination: {
2922
+ defaultProps: {
2923
+ 'aria-label': 'Navigacija po stranicama',
2924
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2925
+ if (type === 'page') {
2926
+ return "".concat(selected ? '' : 'Idi na ', "stranicu ").concat(page);
2927
+ }
2928
+
2929
+ if (type === 'first') {
2930
+ return 'Idi na prvu stranicu';
2931
+ }
2932
+
2933
+ if (type === 'last') {
2934
+ return 'Idi na zadnju stranicu';
2935
+ }
2936
+
2937
+ if (type === 'next') {
2938
+ return 'Idi na sledeću stranicu';
2939
+ } // if (type === 'previous') {
2940
+
2941
+
2942
+ return 'Idi na prethodnu stranicu';
2943
+ }
2944
+ }
2945
+ }
2946
+ }
2757
2947
  };
2758
2948
  export var ruRU = {
2759
2949
  components: {
@@ -2781,10 +2971,10 @@ export var ruRU = {
2781
2971
  return 'Перейти на предыдущую страницу';
2782
2972
  },
2783
2973
  labelRowsPerPage: 'Строк на странице:',
2784
- labelDisplayedRows: function labelDisplayedRows(_ref22) {
2785
- var from = _ref22.from,
2786
- to = _ref22.to,
2787
- count = _ref22.count;
2974
+ labelDisplayedRows: function labelDisplayedRows(_ref26) {
2975
+ var from = _ref26.from,
2976
+ to = _ref26.to,
2977
+ count = _ref26.count;
2788
2978
  return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
2789
2979
  }
2790
2980
  }
@@ -2877,10 +3067,10 @@ export var siLK = {
2877
3067
  return 'පෙර පිටුවට යන්න';
2878
3068
  },
2879
3069
  labelRowsPerPage: 'පිටුවක පේළි:',
2880
- labelDisplayedRows: function labelDisplayedRows(_ref23) {
2881
- var from = _ref23.from,
2882
- to = _ref23.to,
2883
- count = _ref23.count;
3070
+ labelDisplayedRows: function labelDisplayedRows(_ref27) {
3071
+ var from = _ref27.from,
3072
+ to = _ref27.to,
3073
+ count = _ref27.count;
2884
3074
  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"));
2885
3075
  }
2886
3076
  }
@@ -2960,10 +3150,10 @@ export var skSK = {
2960
3150
  return 'Ísť na predchádzajúcu stránku';
2961
3151
  },
2962
3152
  labelRowsPerPage: 'Riadkov na stránke:',
2963
- labelDisplayedRows: function labelDisplayedRows(_ref24) {
2964
- var from = _ref24.from,
2965
- to = _ref24.to,
2966
- count = _ref24.count;
3153
+ labelDisplayedRows: function labelDisplayedRows(_ref28) {
3154
+ var from = _ref28.from,
3155
+ to = _ref28.to,
3156
+ count = _ref28.count;
2967
3157
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
2968
3158
  }
2969
3159
  }
@@ -3051,10 +3241,10 @@ export var svSE = {
3051
3241
  return 'Gå till föregående sida';
3052
3242
  },
3053
3243
  labelRowsPerPage: 'Rader per sida:',
3054
- labelDisplayedRows: function labelDisplayedRows(_ref25) {
3055
- var from = _ref25.from,
3056
- to = _ref25.to,
3057
- count = _ref25.count;
3244
+ labelDisplayedRows: function labelDisplayedRows(_ref29) {
3245
+ var from = _ref29.from,
3246
+ to = _ref29.to,
3247
+ count = _ref29.count;
3058
3248
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
3059
3249
  }
3060
3250
  }
@@ -3134,10 +3324,10 @@ export var thTH = {
3134
3324
  return 'ไปที่หน้าก่อน';
3135
3325
  },
3136
3326
  labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
3137
- labelDisplayedRows: function labelDisplayedRows(_ref26) {
3138
- var from = _ref26.from,
3139
- to = _ref26.to,
3140
- count = _ref26.count;
3327
+ labelDisplayedRows: function labelDisplayedRows(_ref30) {
3328
+ var from = _ref30.from,
3329
+ to = _ref30.to,
3330
+ count = _ref30.count;
3141
3331
  return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
3142
3332
  }
3143
3333
  }
@@ -3296,10 +3486,10 @@ export var ukUA = {
3296
3486
  return 'Перейти на попередню сторінку';
3297
3487
  },
3298
3488
  labelRowsPerPage: 'Рядків на сторінці:',
3299
- labelDisplayedRows: function labelDisplayedRows(_ref27) {
3300
- var from = _ref27.from,
3301
- to = _ref27.to,
3302
- count = _ref27.count;
3489
+ labelDisplayedRows: function labelDisplayedRows(_ref31) {
3490
+ var from = _ref31.from,
3491
+ to = _ref31.to,
3492
+ count = _ref31.count;
3303
3493
  return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
3304
3494
  }
3305
3495
  }
@@ -3388,10 +3578,10 @@ export var viVN = {
3388
3578
  return 'Về trang trước đó';
3389
3579
  },
3390
3580
  labelRowsPerPage: 'Số hàng mỗi trang:',
3391
- labelDisplayedRows: function labelDisplayedRows(_ref28) {
3392
- var from = _ref28.from,
3393
- to = _ref28.to,
3394
- count = _ref28.count;
3581
+ labelDisplayedRows: function labelDisplayedRows(_ref32) {
3582
+ var from = _ref32.from,
3583
+ to = _ref32.to,
3584
+ count = _ref32.count;
3395
3585
  return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
3396
3586
  }
3397
3587
  }
@@ -3470,10 +3660,10 @@ export var zhCN = {
3470
3660
  return '上一页';
3471
3661
  },
3472
3662
  labelRowsPerPage: '每页行数:',
3473
- labelDisplayedRows: function labelDisplayedRows(_ref29) {
3474
- var from = _ref29.from,
3475
- to = _ref29.to,
3476
- count = _ref29.count;
3663
+ labelDisplayedRows: function labelDisplayedRows(_ref33) {
3664
+ var from = _ref33.from,
3665
+ to = _ref33.to,
3666
+ count = _ref33.count;
3477
3667
  return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
3478
3668
  }
3479
3669
  }
@@ -3527,10 +3717,10 @@ export var zhHK = {
3527
3717
  return '上一頁';
3528
3718
  },
3529
3719
  labelRowsPerPage: '每頁行數:',
3530
- labelDisplayedRows: function labelDisplayedRows(_ref30) {
3531
- var from = _ref30.from,
3532
- to = _ref30.to,
3533
- count = _ref30.count;
3720
+ labelDisplayedRows: function labelDisplayedRows(_ref34) {
3721
+ var from = _ref34.from,
3722
+ to = _ref34.to,
3723
+ count = _ref34.count;
3534
3724
  return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
3535
3725
  }
3536
3726
  }
@@ -3584,10 +3774,10 @@ export var zhTW = {
3584
3774
  return '上一頁';
3585
3775
  },
3586
3776
  labelRowsPerPage: '每行行數:',
3587
- labelDisplayedRows: function labelDisplayedRows(_ref31) {
3588
- var from = _ref31.from,
3589
- to = _ref31.to,
3590
- count = _ref31.count;
3777
+ labelDisplayedRows: function labelDisplayedRows(_ref35) {
3778
+ var from = _ref35.from,
3779
+ to = _ref35.to,
3780
+ count = _ref35.count;
3591
3781
  return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
3592
3782
  }
3593
3783
  }
@@ -1,4 +1,4 @@
1
1
  import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils";
2
2
  export default function makeStyles() {
3
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: makeStyles is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details." : _formatMuiErrorMessage(14));
3
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: makeStyles is no longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details." : _formatMuiErrorMessage(14));
4
4
  }
@@ -1,4 +1,4 @@
1
1
  import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils";
2
2
  export default function withStyles() {
3
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: withStyles is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details." : _formatMuiErrorMessage(15));
3
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: withStyles is no longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details." : _formatMuiErrorMessage(15));
4
4
  }
@@ -1,4 +1,4 @@
1
1
  import { formatMuiErrorMessage as _formatMuiErrorMessage } from "@mui/utils";
2
2
  export default function withTheme() {
3
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: withTheme is not longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details." : _formatMuiErrorMessage(16));
3
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: withTheme is no longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details." : _formatMuiErrorMessage(16));
4
4
  }
@@ -1,3 +1,4 @@
1
+ import { unstable_ClassNameGenerator as ClassNameGenerator } from '@mui/base/className';
1
2
  export { default as capitalize } from './capitalize';
2
3
  export { default as createChainedFunction } from './createChainedFunction';
3
4
  export { default as createSvgIcon } from './createSvgIcon';
@@ -14,5 +15,12 @@ export { default as unsupportedProp } from './unsupportedProp';
14
15
  export { default as useControlled } from './useControlled';
15
16
  export { default as useEventCallback } from './useEventCallback';
16
17
  export { default as useForkRef } from './useForkRef';
17
- export { default as useIsFocusVisible } from './useIsFocusVisible';
18
- export { unstable_ClassNameGenerator } from '@mui/base';
18
+ export { default as useIsFocusVisible } from './useIsFocusVisible'; // TODO: remove this export once ClassNameGenerator is stable
19
+ // eslint-disable-next-line @typescript-eslint/naming-convention
20
+
21
+ export var unstable_ClassNameGenerator = {
22
+ configure: function configure(generator) {
23
+ console.warn(['MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.', '', "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", '', 'The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401', '', 'The updated documentation: https://mui.com/guides/classname-generator/'].join('\n'));
24
+ ClassNameGenerator.configure(generator);
25
+ }
26
+ };