@mui/material 5.5.0 → 5.5.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 (191) 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/avatarGroupClasses.d.ts +10 -10
  11. package/BottomNavigation/BottomNavigation.js +0 -0
  12. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  13. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  14. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  15. package/Button/buttonClasses.d.ts +76 -76
  16. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  17. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  18. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  19. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  20. package/CHANGELOG.md +65 -0
  21. package/Card/cardClasses.d.ts +8 -8
  22. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  23. package/CardActions/cardActionsClasses.d.ts +10 -10
  24. package/CardContent/cardContentClasses.d.ts +8 -8
  25. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  26. package/CardMedia/cardMediaClasses.d.ts +12 -12
  27. package/Checkbox/checkboxClasses.d.ts +18 -18
  28. package/Chip/chipClasses.d.ts +80 -80
  29. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  30. package/ClickAwayListener/index.d.ts +2 -2
  31. package/Collapse/collapseClasses.d.ts +18 -18
  32. package/Container/containerClasses.d.ts +22 -22
  33. package/Dialog/DialogContext.d.ts +6 -6
  34. package/Dialog/dialogClasses.d.ts +36 -36
  35. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  36. package/DialogContent/dialogContentClasses.d.ts +10 -10
  37. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  38. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  39. package/Divider/dividerClasses.d.ts +34 -34
  40. package/Drawer/drawerClasses.d.ts +30 -30
  41. package/Fab/Fab.js +1 -0
  42. package/Fab/fabClasses.d.ts +26 -26
  43. package/FilledInput/FilledInput.js +1 -1
  44. package/FilledInput/filledInputClasses.d.ts +40 -40
  45. package/FormControl/formControlClasses.d.ts +14 -14
  46. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  47. package/FormGroup/formGroupClasses.d.ts +12 -12
  48. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  49. package/FormLabel/formLabelClasses.d.ts +22 -22
  50. package/Grid/Grid.js +10 -14
  51. package/Grid/gridClasses.d.ts +48 -48
  52. package/Icon/iconClasses.d.ts +24 -24
  53. package/IconButton/iconButtonClasses.d.ts +26 -26
  54. package/ImageList/imageListClasses.d.ts +16 -16
  55. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  56. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  57. package/Input/Input.js +1 -1
  58. package/Input/inputClasses.d.ts +34 -34
  59. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  60. package/InputBase/InputBase.d.ts +1 -1
  61. package/InputBase/InputBase.js +1 -1
  62. package/InputBase/inputBaseClasses.d.ts +44 -44
  63. package/InputLabel/inputLabelClasses.d.ts +32 -32
  64. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  65. package/Link/linkClasses.d.ts +18 -18
  66. package/List/listClasses.d.ts +14 -14
  67. package/ListItem/listItemClasses.d.ts +30 -30
  68. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  69. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  70. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  71. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  72. package/ListItemText/listItemTextClasses.d.ts +18 -18
  73. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  74. package/Menu/menuClasses.d.ts +12 -12
  75. package/MenuItem/menuItemClasses.d.ts +20 -20
  76. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  77. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  78. package/OutlinedInput/NotchedOutline.js +3 -1
  79. package/OutlinedInput/OutlinedInput.js +1 -1
  80. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  81. package/Pagination/paginationClasses.d.ts +14 -14
  82. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  83. package/Paper/paperClasses.d.ts +39 -39
  84. package/Popover/popoverClasses.d.ts +10 -10
  85. package/Popper/Popper.d.ts +17 -17
  86. package/Popper/Popper.js +6 -1
  87. package/README.md +1 -0
  88. package/Radio/radioClasses.d.ts +16 -16
  89. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  90. package/RadioGroup/useRadioGroup.d.ts +4 -4
  91. package/Rating/ratingClasses.d.ts +40 -40
  92. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  93. package/Select/selectClasses.d.ts +30 -30
  94. package/Skeleton/skeletonClasses.d.ts +24 -24
  95. package/Snackbar/Snackbar.js +1 -1
  96. package/Snackbar/snackbarClasses.d.ts +20 -20
  97. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  98. package/SpeedDial/speedDialClasses.d.ts +22 -22
  99. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  100. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  101. package/Step/StepContext.d.ts +20 -20
  102. package/Step/stepClasses.d.ts +16 -16
  103. package/StepButton/stepButtonClasses.d.ts +14 -14
  104. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  105. package/StepContent/stepContentClasses.d.ts +12 -12
  106. package/StepIcon/stepIconClasses.d.ts +16 -16
  107. package/StepLabel/stepLabelClasses.d.ts +28 -28
  108. package/Stepper/stepperClasses.d.ts +14 -14
  109. package/SvgIcon/svgIconClasses.d.ts +24 -24
  110. package/Switch/switchClasses.d.ts +32 -32
  111. package/Tab/tabClasses.d.ts +26 -26
  112. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  113. package/Table/tableClasses.d.ts +10 -10
  114. package/TableBody/tableBodyClasses.d.ts +8 -8
  115. package/TableCell/tableCellClasses.d.ts +32 -32
  116. package/TableContainer/tableContainerClasses.d.ts +8 -8
  117. package/TableFooter/tableFooterClasses.d.ts +8 -8
  118. package/TableHead/tableHeadClasses.d.ts +8 -8
  119. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  120. package/TableRow/tableRowClasses.d.ts +16 -16
  121. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  122. package/Tabs/tabsClasses.d.ts +32 -32
  123. package/TextField/textFieldClasses.d.ts +8 -8
  124. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  125. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  126. package/Toolbar/toolbarClasses.d.ts +14 -14
  127. package/Tooltip/tooltipClasses.d.ts +30 -30
  128. package/Typography/typographyClasses.d.ts +50 -50
  129. package/className/index.d.ts +8 -8
  130. package/darkScrollbar/index.d.ts +28 -28
  131. package/index.js +1 -1
  132. package/internal/switchBaseClasses.d.ts +12 -12
  133. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  134. package/legacy/Fab/Fab.js +1 -0
  135. package/legacy/FilledInput/FilledInput.js +1 -1
  136. package/legacy/Grid/Grid.js +11 -17
  137. package/legacy/Input/Input.js +1 -1
  138. package/legacy/InputBase/InputBase.js +1 -1
  139. package/legacy/OutlinedInput/NotchedOutline.js +3 -1
  140. package/legacy/OutlinedInput/OutlinedInput.js +1 -1
  141. package/legacy/Popper/Popper.js +6 -1
  142. package/legacy/Snackbar/Snackbar.js +1 -1
  143. package/legacy/index.js +1 -1
  144. package/legacy/locale/index.js +149 -64
  145. package/legacy/styles/zIndex.js +1 -0
  146. package/locale/index.d.ts +71 -70
  147. package/locale/index.js +84 -0
  148. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  149. package/modern/Fab/Fab.js +1 -0
  150. package/modern/FilledInput/FilledInput.js +1 -1
  151. package/modern/Grid/Grid.js +10 -14
  152. package/modern/Input/Input.js +1 -1
  153. package/modern/InputBase/InputBase.js +1 -1
  154. package/modern/OutlinedInput/NotchedOutline.js +3 -1
  155. package/modern/OutlinedInput/OutlinedInput.js +1 -1
  156. package/modern/Popper/Popper.js +6 -1
  157. package/modern/Snackbar/Snackbar.js +1 -1
  158. package/modern/index.js +1 -1
  159. package/modern/locale/index.js +84 -0
  160. package/modern/styles/zIndex.js +1 -0
  161. package/node/BottomNavigation/BottomNavigation.js +0 -0
  162. package/node/Fab/Fab.js +1 -0
  163. package/node/FilledInput/FilledInput.js +1 -1
  164. package/node/Grid/Grid.js +10 -14
  165. package/node/Input/Input.js +1 -1
  166. package/node/InputBase/InputBase.js +1 -1
  167. package/node/OutlinedInput/NotchedOutline.js +3 -1
  168. package/node/OutlinedInput/OutlinedInput.js +1 -1
  169. package/node/Popper/Popper.js +7 -1
  170. package/node/Snackbar/Snackbar.js +1 -1
  171. package/node/index.js +1 -1
  172. package/node/locale/index.js +87 -2
  173. package/node/styles/zIndex.js +1 -0
  174. package/package.json +4 -4
  175. package/styles/components.d.ts +3 -0
  176. package/styles/props.d.ts +2 -0
  177. package/styles/zIndex.d.ts +1 -0
  178. package/styles/zIndex.js +1 -0
  179. package/transitions/index.d.ts +1 -1
  180. package/transitions/transition.d.ts +13 -13
  181. package/transitions/utils.d.ts +23 -23
  182. package/umd/material-ui.development.js +39 -30
  183. package/umd/material-ui.production.min.js +6 -6
  184. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  185. package/usePagination/usePagination.d.ts +1 -1
  186. package/useTouchRipple/index.d.ts +1 -1
  187. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  188. package/utils/getScrollbarSize.d.ts +2 -2
  189. package/utils/ownerDocument.d.ts +2 -2
  190. package/utils/ownerWindow.d.ts +2 -2
  191. package/utils/setRef.d.ts +2 -2
@@ -1,28 +1,28 @@
1
- export default function darkScrollbar(options?: {
2
- track: string;
3
- thumb: string;
4
- active: string;
5
- }): {
6
- scrollbarColor: string;
7
- '&::-webkit-scrollbar, & *::-webkit-scrollbar': {
8
- backgroundColor: string;
9
- };
10
- '&::-webkit-scrollbar-thumb, & *::-webkit-scrollbar-thumb': {
11
- borderRadius: number;
12
- backgroundColor: string;
13
- minHeight: number;
14
- border: string;
15
- };
16
- '&::-webkit-scrollbar-thumb:focus, & *::-webkit-scrollbar-thumb:focus': {
17
- backgroundColor: string;
18
- };
19
- '&::-webkit-scrollbar-thumb:active, & *::-webkit-scrollbar-thumb:active': {
20
- backgroundColor: string;
21
- };
22
- '&::-webkit-scrollbar-thumb:hover, & *::-webkit-scrollbar-thumb:hover': {
23
- backgroundColor: string;
24
- };
25
- '&::-webkit-scrollbar-corner, & *::-webkit-scrollbar-corner': {
26
- backgroundColor: string;
27
- };
28
- };
1
+ export default function darkScrollbar(options?: {
2
+ track: string;
3
+ thumb: string;
4
+ active: string;
5
+ }): {
6
+ scrollbarColor: string;
7
+ '&::-webkit-scrollbar, & *::-webkit-scrollbar': {
8
+ backgroundColor: string;
9
+ };
10
+ '&::-webkit-scrollbar-thumb, & *::-webkit-scrollbar-thumb': {
11
+ borderRadius: number;
12
+ backgroundColor: string;
13
+ minHeight: number;
14
+ border: string;
15
+ };
16
+ '&::-webkit-scrollbar-thumb:focus, & *::-webkit-scrollbar-thumb:focus': {
17
+ backgroundColor: string;
18
+ };
19
+ '&::-webkit-scrollbar-thumb:active, & *::-webkit-scrollbar-thumb:active': {
20
+ backgroundColor: string;
21
+ };
22
+ '&::-webkit-scrollbar-thumb:hover, & *::-webkit-scrollbar-thumb:hover': {
23
+ backgroundColor: string;
24
+ };
25
+ '&::-webkit-scrollbar-corner, & *::-webkit-scrollbar-corner': {
26
+ backgroundColor: string;
27
+ };
28
+ };
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.0
1
+ /** @license MUI v5.5.1
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.
@@ -1,12 +1,12 @@
1
- export interface SwitchBaseClasses {
2
- root: string;
3
- checked: string;
4
- disabled: string;
5
- input: string;
6
- edgeStart: string;
7
- edgeEnd: string;
8
- }
9
- export declare type SwitchBaseClassKey = keyof SwitchBaseClasses;
10
- export declare function getSwitchBaseUtilityClass(slot: string): string;
11
- declare const switchBaseClasses: SwitchBaseClasses;
12
- export default switchBaseClasses;
1
+ export interface SwitchBaseClasses {
2
+ root: string;
3
+ checked: string;
4
+ disabled: string;
5
+ input: string;
6
+ edgeStart: string;
7
+ edgeEnd: string;
8
+ }
9
+ export declare type SwitchBaseClassKey = keyof SwitchBaseClasses;
10
+ export declare function getSwitchBaseUtilityClass(slot: string): string;
11
+ declare const switchBaseClasses: SwitchBaseClasses;
12
+ export default switchBaseClasses;
File without changes
package/legacy/Fab/Fab.js CHANGED
@@ -45,6 +45,7 @@ var FabRoot = styled(ButtonBase, {
45
45
  minWidth: 0,
46
46
  width: 56,
47
47
  height: 56,
48
+ zIndex: theme.zIndex.fab,
48
49
  boxShadow: theme.shadows[6],
49
50
  '&:active': {
50
51
  boxShadow: theme.shadows[12]
@@ -342,7 +342,7 @@ process.env.NODE_ENV !== "production" ? FilledInput.propTypes
342
342
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
343
343
 
344
344
  /**
345
- * If `true`, a `textarea` element is rendered.
345
+ * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
346
346
  * @default false
347
347
  */
348
348
  multiline: PropTypes.bool,
@@ -314,10 +314,9 @@ var Grid = /*#__PURE__*/React.forwardRef(function Grid(inProps, ref) {
314
314
 
315
315
  var rowSpacing = rowSpacingProp || spacing;
316
316
  var columnSpacing = columnSpacingProp || spacing;
317
- var columnsContext = React.useContext(GridContext); // setting prop before context to accomodate nesting
318
- // colums set with default breakpoint unit of 12
317
+ var columnsContext = React.useContext(GridContext); // columns set with default breakpoint unit of 12
319
318
 
320
- var columns = columnsProp || columnsContext || 12;
319
+ var columns = container ? columnsProp || 12 : columnsContext;
321
320
 
322
321
  var ownerState = _extends({}, props, {
323
322
  columns: columns,
@@ -336,20 +335,15 @@ var Grid = /*#__PURE__*/React.forwardRef(function Grid(inProps, ref) {
336
335
  });
337
336
 
338
337
  var classes = useUtilityClasses(ownerState);
339
-
340
- var wrapChild = function wrapChild(element) {
341
- return columns !== 12 ? /*#__PURE__*/_jsx(GridContext.Provider, {
342
- value: columns,
343
- children: element
344
- }) : element;
345
- };
346
-
347
- return wrapChild( /*#__PURE__*/_jsx(GridRoot, _extends({
348
- ownerState: ownerState,
349
- className: clsx(classes.root, className),
350
- as: component,
351
- ref: ref
352
- }, other)));
338
+ return /*#__PURE__*/_jsx(GridContext.Provider, {
339
+ value: columns,
340
+ children: /*#__PURE__*/_jsx(GridRoot, _extends({
341
+ ownerState: ownerState,
342
+ className: clsx(classes.root, className),
343
+ as: component,
344
+ ref: ref
345
+ }, other))
346
+ });
353
347
  });
354
348
  process.env.NODE_ENV !== "production" ? Grid.propTypes
355
349
  /* remove-proptypes */
@@ -269,7 +269,7 @@ process.env.NODE_ENV !== "production" ? Input.propTypes
269
269
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
270
270
 
271
271
  /**
272
- * If `true`, a `textarea` element is rendered.
272
+ * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
273
273
  * @default false
274
274
  */
275
275
  multiline: PropTypes.bool,
@@ -642,7 +642,7 @@ process.env.NODE_ENV !== "production" ? InputBase.propTypes
642
642
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
643
643
 
644
644
  /**
645
- * If `true`, a `textarea` element is rendered.
645
+ * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
646
646
  * @default false
647
647
  */
648
648
  multiline: PropTypes.bool,
@@ -57,7 +57,9 @@ var NotchedOutlineLegend = styled('legend')(function (_ref) {
57
57
  '& > span': {
58
58
  paddingLeft: 5,
59
59
  paddingRight: 5,
60
- display: 'inline-block'
60
+ display: 'inline-block',
61
+ opacity: 0,
62
+ visibility: 'visible'
61
63
  }
62
64
  }, ownerState.notched && {
63
65
  maxWidth: '100%',
@@ -272,7 +272,7 @@ process.env.NODE_ENV !== "production" ? OutlinedInput.propTypes
272
272
  minRows: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
273
273
 
274
274
  /**
275
- * If `true`, a `textarea` element is rendered.
275
+ * If `true`, a [TextareaAutosize](/components/textarea-autosize/) element is rendered.
276
276
  * @default false
277
277
  */
278
278
  multiline: PropTypes.bool,
@@ -4,6 +4,7 @@ import PropTypes from 'prop-types';
4
4
  import PopperUnstyled from '@mui/base/PopperUnstyled';
5
5
  import { HTMLElementType, refType } from '@mui/utils';
6
6
  import { useThemeWithoutDefault as useTheme } from '@mui/system';
7
+ import useThemeProps from '../styles/useThemeProps';
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
8
9
 
9
10
  /**
@@ -18,8 +19,12 @@ import { jsx as _jsx } from "react/jsx-runtime";
18
19
  *
19
20
  * - [Popper API](https://mui.com/api/popper/)
20
21
  */
21
- var Popper = /*#__PURE__*/React.forwardRef(function Popper(props, ref) {
22
+ var Popper = /*#__PURE__*/React.forwardRef(function Popper(inProps, ref) {
22
23
  var theme = useTheme();
24
+ var props = useThemeProps({
25
+ props: inProps,
26
+ name: 'MuiPopper'
27
+ });
23
28
  return /*#__PURE__*/_jsx(PopperUnstyled, _extends({
24
29
  direction: theme == null ? void 0 : theme.direction
25
30
  }, props, {
@@ -290,7 +290,7 @@ var Snackbar = /*#__PURE__*/React.forwardRef(function Snackbar(inProps, ref) {
290
290
  onMouseLeave: handleMouseLeave,
291
291
  ownerState: ownerState,
292
292
  ref: ref // ClickAwayListener adds an `onClick` prop which results in the alert not being announced.
293
- // See https://github.com/mui-org/material-ui/issues/29080
293
+ // See https://github.com/mui/material-ui/issues/29080
294
294
  ,
295
295
  role: "presentation"
296
296
  }, other, {
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.0
1
+ /** @license MUI v5.5.1
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.
@@ -2350,6 +2350,91 @@ export var kzKZ = {
2350
2350
  }
2351
2351
  }
2352
2352
  }
2353
+ }; // Macedonian - Македонски
2354
+
2355
+ export var mkMK = {
2356
+ components: {
2357
+ MuiBreadcrumbs: {
2358
+ defaultProps: {
2359
+ expandText: 'Прикажи патека'
2360
+ }
2361
+ },
2362
+ MuiTablePagination: {
2363
+ defaultProps: {
2364
+ getItemAriaLabel: function getItemAriaLabel(type) {
2365
+ if (type === 'first') {
2366
+ return 'Оди на прва страница';
2367
+ }
2368
+
2369
+ if (type === 'last') {
2370
+ return 'Оди на последна страница';
2371
+ }
2372
+
2373
+ if (type === 'next') {
2374
+ return 'Оди на следна страница';
2375
+ } // if (type === 'previous') {
2376
+
2377
+
2378
+ return 'Оди на предходна страница';
2379
+ },
2380
+ labelRowsPerPage: 'Редови по страница:',
2381
+ labelDisplayedRows: function labelDisplayedRows(_ref20) {
2382
+ var from = _ref20.from,
2383
+ to = _ref20.to,
2384
+ count = _ref20.count;
2385
+ return "".concat(from, "\u2013").concat(to, " \u043E\u0434 ").concat(count !== -1 ? count : "\u043F\u043E\u0432\u0435\u045C\u0435 \u043E\u0434 ".concat(to));
2386
+ }
2387
+ }
2388
+ },
2389
+ MuiRating: {
2390
+ defaultProps: {
2391
+ getLabelText: function getLabelText(value) {
2392
+ var lastDigit = value % 10;
2393
+ return "".concat(value, " \u0405\u0432\u0435\u0437\u0434").concat(lastDigit === 1 ? 'а' : 'и');
2394
+ },
2395
+ emptyLabelText: 'Празно'
2396
+ }
2397
+ },
2398
+ MuiAutocomplete: {
2399
+ defaultProps: {
2400
+ clearText: 'Избриши',
2401
+ closeText: 'Затвори',
2402
+ loadingText: 'Се презема',
2403
+ noOptionsText: 'Нема опција',
2404
+ openText: 'Отвори'
2405
+ }
2406
+ },
2407
+ MuiAlert: {
2408
+ defaultProps: {
2409
+ closeText: 'Затвори'
2410
+ }
2411
+ },
2412
+ MuiPagination: {
2413
+ defaultProps: {
2414
+ 'aria-label': 'Навигација низ страници',
2415
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2416
+ if (type === 'page') {
2417
+ return "".concat(selected ? '' : 'Оди на ', "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ").concat(page);
2418
+ }
2419
+
2420
+ if (type === 'first') {
2421
+ return 'Оди на прва страница';
2422
+ }
2423
+
2424
+ if (type === 'last') {
2425
+ return 'Оди на последна страница';
2426
+ }
2427
+
2428
+ if (type === 'next') {
2429
+ return 'Оди на следна страница';
2430
+ } // if (type === 'previous') {
2431
+
2432
+
2433
+ return 'Оди на предходна страница';
2434
+ }
2435
+ }
2436
+ }
2437
+ }
2353
2438
  };
2354
2439
  export var nbNO = {
2355
2440
  components: {
@@ -2377,10 +2462,10 @@ export var nbNO = {
2377
2462
  return 'Gå til forrige side';
2378
2463
  },
2379
2464
  labelRowsPerPage: 'Rader per side:',
2380
- labelDisplayedRows: function labelDisplayedRows(_ref20) {
2381
- var from = _ref20.from,
2382
- to = _ref20.to,
2383
- count = _ref20.count;
2465
+ labelDisplayedRows: function labelDisplayedRows(_ref21) {
2466
+ var from = _ref21.from,
2467
+ to = _ref21.to,
2468
+ count = _ref21.count;
2384
2469
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
2385
2470
  }
2386
2471
  }
@@ -2460,10 +2545,10 @@ export var nlNL = {
2460
2545
  return 'Ga naar vorige pagina';
2461
2546
  },
2462
2547
  labelRowsPerPage: 'Regels per pagina:',
2463
- labelDisplayedRows: function labelDisplayedRows(_ref21) {
2464
- var from = _ref21.from,
2465
- to = _ref21.to,
2466
- count = _ref21.count;
2548
+ labelDisplayedRows: function labelDisplayedRows(_ref22) {
2549
+ var from = _ref22.from,
2550
+ to = _ref22.to,
2551
+ count = _ref22.count;
2467
2552
  return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
2468
2553
  }
2469
2554
  }
@@ -2543,10 +2628,10 @@ export var plPL = {
2543
2628
  return 'Przejdź do poprzedniej strony';
2544
2629
  },
2545
2630
  labelRowsPerPage: 'Wierszy na stronę:',
2546
- labelDisplayedRows: function labelDisplayedRows(_ref22) {
2547
- var from = _ref22.from,
2548
- to = _ref22.to,
2549
- count = _ref22.count;
2631
+ labelDisplayedRows: function labelDisplayedRows(_ref23) {
2632
+ var from = _ref23.from,
2633
+ to = _ref23.to,
2634
+ count = _ref23.count;
2550
2635
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
2551
2636
  }
2552
2637
  }
@@ -2635,10 +2720,10 @@ export var ptBR = {
2635
2720
  return 'Ir para a página anterior';
2636
2721
  },
2637
2722
  labelRowsPerPage: 'Linhas por página:',
2638
- labelDisplayedRows: function labelDisplayedRows(_ref23) {
2639
- var from = _ref23.from,
2640
- to = _ref23.to,
2641
- count = _ref23.count;
2723
+ labelDisplayedRows: function labelDisplayedRows(_ref24) {
2724
+ var from = _ref24.from,
2725
+ to = _ref24.to,
2726
+ count = _ref24.count;
2642
2727
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2643
2728
  }
2644
2729
  }
@@ -2718,10 +2803,10 @@ export var ptPT = {
2718
2803
  return 'Página anterior';
2719
2804
  },
2720
2805
  labelRowsPerPage: 'Linhas por página:',
2721
- labelDisplayedRows: function labelDisplayedRows(_ref24) {
2722
- var from = _ref24.from,
2723
- to = _ref24.to,
2724
- count = _ref24.count;
2806
+ labelDisplayedRows: function labelDisplayedRows(_ref25) {
2807
+ var from = _ref25.from,
2808
+ to = _ref25.to,
2809
+ count = _ref25.count;
2725
2810
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2726
2811
  }
2727
2812
  }
@@ -2881,10 +2966,10 @@ export var srRS = {
2881
2966
  return 'Idi na prethodnu stranicu';
2882
2967
  },
2883
2968
  labelRowsPerPage: 'Redova po stranici:',
2884
- labelDisplayedRows: function labelDisplayedRows(_ref25) {
2885
- var from = _ref25.from,
2886
- to = _ref25.to,
2887
- count = _ref25.count;
2969
+ labelDisplayedRows: function labelDisplayedRows(_ref26) {
2970
+ var from = _ref26.from,
2971
+ to = _ref26.to,
2972
+ count = _ref26.count;
2888
2973
  return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
2889
2974
  }
2890
2975
  }
@@ -2971,10 +3056,10 @@ export var ruRU = {
2971
3056
  return 'Перейти на предыдущую страницу';
2972
3057
  },
2973
3058
  labelRowsPerPage: 'Строк на странице:',
2974
- labelDisplayedRows: function labelDisplayedRows(_ref26) {
2975
- var from = _ref26.from,
2976
- to = _ref26.to,
2977
- count = _ref26.count;
3059
+ labelDisplayedRows: function labelDisplayedRows(_ref27) {
3060
+ var from = _ref27.from,
3061
+ to = _ref27.to,
3062
+ count = _ref27.count;
2978
3063
  return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
2979
3064
  }
2980
3065
  }
@@ -3067,10 +3152,10 @@ export var siLK = {
3067
3152
  return 'පෙර පිටුවට යන්න';
3068
3153
  },
3069
3154
  labelRowsPerPage: 'පිටුවක පේළි:',
3070
- labelDisplayedRows: function labelDisplayedRows(_ref27) {
3071
- var from = _ref27.from,
3072
- to = _ref27.to,
3073
- count = _ref27.count;
3155
+ labelDisplayedRows: function labelDisplayedRows(_ref28) {
3156
+ var from = _ref28.from,
3157
+ to = _ref28.to,
3158
+ count = _ref28.count;
3074
3159
  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"));
3075
3160
  }
3076
3161
  }
@@ -3150,10 +3235,10 @@ export var skSK = {
3150
3235
  return 'Ísť na predchádzajúcu stránku';
3151
3236
  },
3152
3237
  labelRowsPerPage: 'Riadkov na stránke:',
3153
- labelDisplayedRows: function labelDisplayedRows(_ref28) {
3154
- var from = _ref28.from,
3155
- to = _ref28.to,
3156
- count = _ref28.count;
3238
+ labelDisplayedRows: function labelDisplayedRows(_ref29) {
3239
+ var from = _ref29.from,
3240
+ to = _ref29.to,
3241
+ count = _ref29.count;
3157
3242
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
3158
3243
  }
3159
3244
  }
@@ -3241,10 +3326,10 @@ export var svSE = {
3241
3326
  return 'Gå till föregående sida';
3242
3327
  },
3243
3328
  labelRowsPerPage: 'Rader per sida:',
3244
- labelDisplayedRows: function labelDisplayedRows(_ref29) {
3245
- var from = _ref29.from,
3246
- to = _ref29.to,
3247
- count = _ref29.count;
3329
+ labelDisplayedRows: function labelDisplayedRows(_ref30) {
3330
+ var from = _ref30.from,
3331
+ to = _ref30.to,
3332
+ count = _ref30.count;
3248
3333
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
3249
3334
  }
3250
3335
  }
@@ -3324,10 +3409,10 @@ export var thTH = {
3324
3409
  return 'ไปที่หน้าก่อน';
3325
3410
  },
3326
3411
  labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
3327
- labelDisplayedRows: function labelDisplayedRows(_ref30) {
3328
- var from = _ref30.from,
3329
- to = _ref30.to,
3330
- count = _ref30.count;
3412
+ labelDisplayedRows: function labelDisplayedRows(_ref31) {
3413
+ var from = _ref31.from,
3414
+ to = _ref31.to,
3415
+ count = _ref31.count;
3331
3416
  return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
3332
3417
  }
3333
3418
  }
@@ -3486,10 +3571,10 @@ export var ukUA = {
3486
3571
  return 'Перейти на попередню сторінку';
3487
3572
  },
3488
3573
  labelRowsPerPage: 'Рядків на сторінці:',
3489
- labelDisplayedRows: function labelDisplayedRows(_ref31) {
3490
- var from = _ref31.from,
3491
- to = _ref31.to,
3492
- count = _ref31.count;
3574
+ labelDisplayedRows: function labelDisplayedRows(_ref32) {
3575
+ var from = _ref32.from,
3576
+ to = _ref32.to,
3577
+ count = _ref32.count;
3493
3578
  return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
3494
3579
  }
3495
3580
  }
@@ -3578,10 +3663,10 @@ export var viVN = {
3578
3663
  return 'Về trang trước đó';
3579
3664
  },
3580
3665
  labelRowsPerPage: 'Số hàng mỗi trang:',
3581
- labelDisplayedRows: function labelDisplayedRows(_ref32) {
3582
- var from = _ref32.from,
3583
- to = _ref32.to,
3584
- count = _ref32.count;
3666
+ labelDisplayedRows: function labelDisplayedRows(_ref33) {
3667
+ var from = _ref33.from,
3668
+ to = _ref33.to,
3669
+ count = _ref33.count;
3585
3670
  return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
3586
3671
  }
3587
3672
  }
@@ -3660,10 +3745,10 @@ export var zhCN = {
3660
3745
  return '上一页';
3661
3746
  },
3662
3747
  labelRowsPerPage: '每页行数:',
3663
- labelDisplayedRows: function labelDisplayedRows(_ref33) {
3664
- var from = _ref33.from,
3665
- to = _ref33.to,
3666
- count = _ref33.count;
3748
+ labelDisplayedRows: function labelDisplayedRows(_ref34) {
3749
+ var from = _ref34.from,
3750
+ to = _ref34.to,
3751
+ count = _ref34.count;
3667
3752
  return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
3668
3753
  }
3669
3754
  }
@@ -3717,10 +3802,10 @@ export var zhHK = {
3717
3802
  return '上一頁';
3718
3803
  },
3719
3804
  labelRowsPerPage: '每頁行數:',
3720
- labelDisplayedRows: function labelDisplayedRows(_ref34) {
3721
- var from = _ref34.from,
3722
- to = _ref34.to,
3723
- count = _ref34.count;
3805
+ labelDisplayedRows: function labelDisplayedRows(_ref35) {
3806
+ var from = _ref35.from,
3807
+ to = _ref35.to,
3808
+ count = _ref35.count;
3724
3809
  return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
3725
3810
  }
3726
3811
  }
@@ -3774,10 +3859,10 @@ export var zhTW = {
3774
3859
  return '上一頁';
3775
3860
  },
3776
3861
  labelRowsPerPage: '每行行數:',
3777
- labelDisplayedRows: function labelDisplayedRows(_ref35) {
3778
- var from = _ref35.from,
3779
- to = _ref35.to,
3780
- count = _ref35.count;
3862
+ labelDisplayedRows: function labelDisplayedRows(_ref36) {
3863
+ var from = _ref36.from,
3864
+ to = _ref36.to,
3865
+ count = _ref36.count;
3781
3866
  return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
3782
3867
  }
3783
3868
  }
@@ -2,6 +2,7 @@
2
2
  // like global values in the browser.
3
3
  var zIndex = {
4
4
  mobileStepper: 1000,
5
+ fab: 1050,
5
6
  speedDial: 1050,
6
7
  appBar: 1100,
7
8
  drawer: 1200,