@mui/material 5.4.1 → 5.4.4
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.
- package/Accordion/accordionClasses.d.ts +18 -18
- package/AccordionActions/accordionActionsClasses.d.ts +10 -10
- package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
- package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
- package/Alert/alertClasses.d.ts +44 -44
- package/AlertTitle/alertTitleClasses.d.ts +8 -8
- package/AppBar/appBarClasses.d.ts +28 -28
- package/Autocomplete/autocompleteClasses.d.ts +54 -54
- package/Avatar/avatarClasses.d.ts +20 -20
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/BottomNavigation/BottomNavigation.js +0 -0
- package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
- package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
- package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
- package/Button/buttonClasses.d.ts +76 -76
- package/ButtonBase/ButtonBase.d.ts +1 -1
- package/ButtonBase/ButtonBase.js +1 -1
- package/ButtonBase/buttonBaseClasses.d.ts +12 -12
- package/ButtonBase/touchRippleClasses.d.ts +20 -20
- package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
- package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
- package/CHANGELOG.md +177 -0
- package/Card/cardClasses.d.ts +8 -8
- package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
- package/CardActions/cardActionsClasses.d.ts +10 -10
- package/CardContent/cardContentClasses.d.ts +8 -8
- package/CardHeader/cardHeaderClasses.d.ts +18 -18
- package/CardMedia/cardMediaClasses.d.ts +12 -12
- package/Checkbox/checkboxClasses.d.ts +18 -18
- package/Chip/Chip.js +1 -0
- package/Chip/chipClasses.d.ts +80 -80
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/ClickAwayListener/index.d.ts +2 -2
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Container/containerClasses.d.ts +22 -22
- package/Dialog/Dialog.d.ts +4 -1
- package/Dialog/Dialog.js +10 -6
- package/Dialog/DialogContext.d.ts +6 -6
- package/Dialog/dialogClasses.d.ts +36 -36
- package/DialogActions/dialogActionsClasses.d.ts +10 -10
- package/DialogContent/dialogContentClasses.d.ts +10 -10
- package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
- package/DialogTitle/dialogTitleClasses.d.ts +8 -8
- package/Divider/dividerClasses.d.ts +34 -34
- package/Drawer/Drawer.d.ts +4 -1
- package/Drawer/Drawer.js +11 -9
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Fab/fabClasses.d.ts +26 -26
- package/Fade/Fade.d.ts +2 -2
- package/Fade/Fade.js +8 -8
- package/FilledInput/filledInputClasses.d.ts +40 -40
- package/FilledInput/filledInputClasses.js +5 -1
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
- package/FormGroup/formGroupClasses.d.ts +12 -12
- package/FormHelperText/formHelperTextClasses.d.ts +22 -22
- package/FormLabel/formLabelClasses.d.ts +22 -22
- package/Grid/gridClasses.d.ts +48 -48
- package/Icon/iconClasses.d.ts +24 -24
- package/IconButton/iconButtonClasses.d.ts +26 -26
- package/ImageList/imageListClasses.d.ts +16 -16
- package/ImageListItem/imageListItemClasses.d.ts +18 -18
- package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
- package/Input/inputClasses.d.ts +34 -34
- package/Input/inputClasses.js +5 -1
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputBase/inputBaseClasses.d.ts +44 -44
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/Link/linkClasses.d.ts +18 -18
- package/List/listClasses.d.ts +14 -14
- package/ListItem/listItemClasses.d.ts +30 -30
- package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
- package/ListItemButton/listItemButtonClasses.d.ts +22 -22
- package/ListItemIcon/listItemIconClasses.d.ts +10 -10
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
- package/ListItemText/listItemTextClasses.d.ts +18 -18
- package/ListSubheader/listSubheaderClasses.d.ts +18 -18
- package/Menu/menuClasses.d.ts +12 -12
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/NativeSelect/nativeSelectClasses.d.ts +32 -32
- package/OutlinedInput/NotchedOutline.js +3 -1
- package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
- package/OutlinedInput/outlinedInputClasses.js +5 -1
- package/Pagination/paginationClasses.d.ts +14 -14
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/Paper/paperClasses.d.ts +39 -39
- package/Popover/popoverClasses.d.ts +10 -10
- package/Popper/Popper.d.ts +17 -17
- package/Popper/Popper.js +1 -1
- package/README.md +1 -1
- package/Radio/radioClasses.d.ts +16 -16
- package/RadioGroup/RadioGroupContext.d.ts +11 -11
- package/RadioGroup/useRadioGroup.d.ts +4 -4
- package/Rating/ratingClasses.d.ts +40 -40
- package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
- package/Select/Select.js +19 -7
- package/Select/selectClasses.d.ts +30 -30
- package/Skeleton/skeletonClasses.d.ts +24 -24
- package/Slide/Slide.d.ts +4 -4
- package/Slide/Slide.js +14 -14
- package/Snackbar/Snackbar.d.ts +2 -2
- package/Snackbar/Snackbar.js +8 -8
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SpeedDial/SpeedDial.d.ts +2 -2
- package/SpeedDial/SpeedDial.js +9 -7
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/Step/StepContext.d.ts +20 -0
- package/Step/StepContext.js +10 -2
- package/Step/index.d.ts +3 -0
- package/Step/index.js +3 -1
- package/Step/stepClasses.d.ts +16 -16
- package/StepButton/stepButtonClasses.d.ts +14 -14
- package/StepConnector/stepConnectorClasses.d.ts +26 -26
- package/StepContent/stepContentClasses.d.ts +12 -12
- package/StepIcon/stepIconClasses.d.ts +16 -16
- package/StepLabel/stepLabelClasses.d.ts +28 -28
- package/Stepper/stepperClasses.d.ts +14 -14
- package/SvgIcon/svgIconClasses.d.ts +24 -24
- package/SwipeableDrawer/SwipeableDrawer.js +8 -6
- package/Switch/switchClasses.d.ts +32 -32
- package/Tab/tabClasses.d.ts +26 -26
- package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
- package/Table/tableClasses.d.ts +10 -10
- package/TableBody/tableBodyClasses.d.ts +8 -8
- package/TableCell/tableCellClasses.d.ts +32 -32
- package/TableContainer/tableContainerClasses.d.ts +8 -8
- package/TableFooter/tableFooterClasses.d.ts +8 -8
- package/TableHead/tableHeadClasses.d.ts +8 -8
- package/TablePagination/tablePaginationClasses.d.ts +28 -28
- package/TableRow/tableRowClasses.d.ts +16 -16
- package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
- package/Tabs/tabsClasses.d.ts +32 -32
- package/TextField/textFieldClasses.d.ts +8 -8
- package/ToggleButton/ToggleButton.d.ts +15 -0
- package/ToggleButton/ToggleButton.js +8 -2
- package/ToggleButton/toggleButtonClasses.d.ts +24 -24
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
- package/Toolbar/toolbarClasses.d.ts +14 -14
- package/Tooltip/tooltipClasses.d.ts +30 -30
- package/Typography/typographyClasses.d.ts +50 -50
- package/Zoom/Zoom.d.ts +2 -2
- package/Zoom/Zoom.js +8 -8
- package/darkScrollbar/index.d.ts +28 -28
- package/index.d.ts +3 -0
- package/index.js +3 -1
- package/internal/switchBaseClasses.d.ts +12 -12
- package/legacy/BottomNavigation/BottomNavigation.js +0 -0
- package/legacy/ButtonBase/ButtonBase.js +1 -1
- package/legacy/Chip/Chip.js +1 -0
- package/legacy/Dialog/Dialog.js +10 -6
- package/legacy/Drawer/Drawer.js +11 -9
- package/legacy/Fade/Fade.js +8 -8
- package/legacy/FilledInput/filledInputClasses.js +5 -1
- package/legacy/Input/inputClasses.js +5 -1
- package/legacy/OutlinedInput/NotchedOutline.js +3 -1
- package/legacy/OutlinedInput/outlinedInputClasses.js +5 -1
- package/legacy/Popper/Popper.js +1 -1
- package/legacy/Select/Select.js +23 -7
- package/legacy/Slide/Slide.js +14 -14
- package/legacy/Snackbar/Snackbar.js +8 -8
- package/legacy/SpeedDial/SpeedDial.js +9 -7
- package/legacy/Step/StepContext.js +10 -2
- package/legacy/Step/index.js +3 -1
- package/legacy/SwipeableDrawer/SwipeableDrawer.js +8 -6
- package/legacy/ToggleButton/ToggleButton.js +8 -2
- package/legacy/Zoom/Zoom.js +8 -8
- package/legacy/index.js +3 -1
- package/legacy/locale/index.js +86 -78
- package/legacy/styles/makeStyles.js +1 -1
- package/legacy/styles/withStyles.js +1 -1
- package/legacy/styles/withTheme.js +1 -1
- package/locale/index.d.ts +68 -68
- package/locale/index.js +12 -6
- package/modern/BottomNavigation/BottomNavigation.js +0 -0
- package/modern/ButtonBase/ButtonBase.js +1 -1
- package/modern/Chip/Chip.js +1 -0
- package/modern/Dialog/Dialog.js +10 -6
- package/modern/Drawer/Drawer.js +11 -9
- package/modern/Fade/Fade.js +8 -8
- package/modern/FilledInput/filledInputClasses.js +5 -1
- package/modern/Input/inputClasses.js +5 -1
- package/modern/OutlinedInput/NotchedOutline.js +3 -1
- package/modern/OutlinedInput/outlinedInputClasses.js +5 -1
- package/modern/Popper/Popper.js +1 -1
- package/modern/Select/Select.js +19 -7
- package/modern/Slide/Slide.js +14 -14
- package/modern/Snackbar/Snackbar.js +8 -8
- package/modern/SpeedDial/SpeedDial.js +9 -7
- package/modern/Step/StepContext.js +10 -2
- package/modern/Step/index.js +3 -1
- package/modern/SwipeableDrawer/SwipeableDrawer.js +8 -6
- package/modern/ToggleButton/ToggleButton.js +8 -2
- package/modern/Zoom/Zoom.js +8 -8
- package/modern/index.js +3 -1
- package/modern/locale/index.js +12 -6
- package/modern/styles/makeStyles.js +1 -1
- package/modern/styles/withStyles.js +1 -1
- package/modern/styles/withTheme.js +1 -1
- package/node/BottomNavigation/BottomNavigation.js +0 -0
- package/node/ButtonBase/ButtonBase.js +1 -1
- package/node/Chip/Chip.js +1 -0
- package/node/Dialog/Dialog.js +11 -7
- package/node/Drawer/Drawer.js +11 -10
- package/node/Fade/Fade.js +7 -9
- package/node/FilledInput/filledInputClasses.js +7 -1
- package/node/Input/inputClasses.js +7 -1
- package/node/OutlinedInput/NotchedOutline.js +3 -1
- package/node/OutlinedInput/outlinedInputClasses.js +7 -1
- package/node/Popper/Popper.js +1 -1
- package/node/Select/Select.js +22 -9
- package/node/Slide/Slide.js +14 -16
- package/node/Snackbar/Snackbar.js +8 -9
- package/node/SpeedDial/SpeedDial.js +9 -7
- package/node/Step/StepContext.js +11 -1
- package/node/Step/index.js +22 -1
- package/node/SwipeableDrawer/SwipeableDrawer.js +8 -7
- package/node/ToggleButton/ToggleButton.js +8 -2
- package/node/Zoom/Zoom.js +7 -9
- package/node/index.js +22 -1
- package/node/locale/index.js +12 -6
- package/node/styles/makeStyles.js +1 -1
- package/node/styles/withStyles.js +1 -1
- package/node/styles/withTheme.js +1 -1
- package/package.json +6 -6
- package/styles/components.d.ts +0 -339
- package/styles/index.d.ts +3 -0
- package/styles/makeStyles.js +1 -1
- package/styles/withStyles.js +1 -1
- package/styles/withTheme.js +1 -1
- package/transitions/index.d.ts +1 -1
- package/transitions/transition.d.ts +13 -13
- package/transitions/utils.d.ts +23 -23
- package/umd/material-ui.development.js +2441 -2295
- package/umd/material-ui.production.min.js +21 -21
- package/useMediaQuery/useMediaQuery.d.ts +31 -31
- package/useTouchRipple/index.d.ts +1 -1
- package/useTouchRipple/useTouchRipple.d.ts +28 -28
- package/utils/getScrollbarSize.d.ts +2 -2
- package/utils/ownerDocument.d.ts +2 -2
- package/utils/ownerWindow.d.ts +2 -2
- package/utils/setRef.d.ts +2 -2
|
@@ -32,8 +32,6 @@ var _useEventCallback = _interopRequireDefault(require("../utils/useEventCallbac
|
|
|
32
32
|
|
|
33
33
|
var _useEnhancedEffect = _interopRequireDefault(require("../utils/useEnhancedEffect"));
|
|
34
34
|
|
|
35
|
-
var _createTransitions = require("../styles/createTransitions");
|
|
36
|
-
|
|
37
35
|
var _useTheme = _interopRequireDefault(require("../styles/useTheme"));
|
|
38
36
|
|
|
39
37
|
var _utils2 = require("../transitions/utils");
|
|
@@ -156,16 +154,16 @@ function computeHasNativeHandler({
|
|
|
156
154
|
}
|
|
157
155
|
|
|
158
156
|
const iOS = typeof navigator !== 'undefined' && /iPad|iPhone|iPod/.test(navigator.userAgent);
|
|
159
|
-
const transitionDurationDefault = {
|
|
160
|
-
enter: _createTransitions.duration.enteringScreen,
|
|
161
|
-
exit: _createTransitions.duration.leavingScreen
|
|
162
|
-
};
|
|
163
157
|
const SwipeableDrawer = /*#__PURE__*/React.forwardRef(function SwipeableDrawer(inProps, ref) {
|
|
164
158
|
const props = (0, _system.useThemeProps)({
|
|
165
159
|
name: 'MuiSwipeableDrawer',
|
|
166
160
|
props: inProps
|
|
167
161
|
});
|
|
168
162
|
const theme = (0, _useTheme.default)();
|
|
163
|
+
const transitionDurationDefault = {
|
|
164
|
+
enter: theme.transitions.duration.enteringScreen,
|
|
165
|
+
exit: theme.transitions.duration.leavingScreen
|
|
166
|
+
};
|
|
169
167
|
const {
|
|
170
168
|
anchor = 'left',
|
|
171
169
|
disableBackdropTransition = false,
|
|
@@ -641,7 +639,10 @@ process.env.NODE_ENV !== "production" ? SwipeableDrawer.propTypes
|
|
|
641
639
|
/**
|
|
642
640
|
* The duration for the transition, in milliseconds.
|
|
643
641
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
644
|
-
* @default {
|
|
642
|
+
* @default {
|
|
643
|
+
* enter: theme.transitions.duration.enteringScreen,
|
|
644
|
+
* exit: theme.transitions.duration.leavingScreen,
|
|
645
|
+
* }
|
|
645
646
|
*/
|
|
646
647
|
transitionDuration: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.shape({
|
|
647
648
|
appear: _propTypes.default.number,
|
|
@@ -222,12 +222,18 @@ process.env.NODE_ENV !== "production" ? ToggleButton.propTypes
|
|
|
222
222
|
fullWidth: _propTypes.default.bool,
|
|
223
223
|
|
|
224
224
|
/**
|
|
225
|
-
*
|
|
225
|
+
* Callback fired when the state changes.
|
|
226
|
+
*
|
|
227
|
+
* @param {React.MouseEvent<HTMLElement>} event The event source of the callback.
|
|
228
|
+
* @param {any} value of the selected button.
|
|
226
229
|
*/
|
|
227
230
|
onChange: _propTypes.default.func,
|
|
228
231
|
|
|
229
232
|
/**
|
|
230
|
-
*
|
|
233
|
+
* Callback fired when the button is clicked.
|
|
234
|
+
*
|
|
235
|
+
* @param {React.MouseEvent<HTMLElement>} event The event source of the callback.
|
|
236
|
+
* @param {any} value of the selected button.
|
|
231
237
|
*/
|
|
232
238
|
onClick: _propTypes.default.func,
|
|
233
239
|
|
package/node/Zoom/Zoom.js
CHANGED
|
@@ -19,8 +19,6 @@ var _reactTransitionGroup = require("react-transition-group");
|
|
|
19
19
|
|
|
20
20
|
var _utils = require("@mui/utils");
|
|
21
21
|
|
|
22
|
-
var _createTransitions = require("../styles/createTransitions");
|
|
23
|
-
|
|
24
22
|
var _useTheme = _interopRequireDefault(require("../styles/useTheme"));
|
|
25
23
|
|
|
26
24
|
var _utils2 = require("../transitions/utils");
|
|
@@ -43,10 +41,6 @@ const styles = {
|
|
|
43
41
|
transform: 'none'
|
|
44
42
|
}
|
|
45
43
|
};
|
|
46
|
-
const defaultTimeout = {
|
|
47
|
-
enter: _createTransitions.duration.enteringScreen,
|
|
48
|
-
exit: _createTransitions.duration.leavingScreen
|
|
49
|
-
};
|
|
50
44
|
/**
|
|
51
45
|
* The Zoom transition can be used for the floating variant of the
|
|
52
46
|
* [Button](/components/buttons/#floating-action-buttons) component.
|
|
@@ -54,6 +48,11 @@ const defaultTimeout = {
|
|
|
54
48
|
*/
|
|
55
49
|
|
|
56
50
|
const Zoom = /*#__PURE__*/React.forwardRef(function Zoom(props, ref) {
|
|
51
|
+
const theme = (0, _useTheme.default)();
|
|
52
|
+
const defaultTimeout = {
|
|
53
|
+
enter: theme.transitions.duration.enteringScreen,
|
|
54
|
+
exit: theme.transitions.duration.leavingScreen
|
|
55
|
+
};
|
|
57
56
|
const {
|
|
58
57
|
addEndListener,
|
|
59
58
|
appear = true,
|
|
@@ -72,7 +71,6 @@ const Zoom = /*#__PURE__*/React.forwardRef(function Zoom(props, ref) {
|
|
|
72
71
|
TransitionComponent = _reactTransitionGroup.Transition
|
|
73
72
|
} = props,
|
|
74
73
|
other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
|
|
75
|
-
const theme = (0, _useTheme.default)();
|
|
76
74
|
const nodeRef = React.useRef(null);
|
|
77
75
|
const foreignRef = (0, _useForkRef.default)(children.ref, ref);
|
|
78
76
|
const handleRef = (0, _useForkRef.default)(nodeRef, foreignRef);
|
|
@@ -237,8 +235,8 @@ process.env.NODE_ENV !== "production" ? Zoom.propTypes
|
|
|
237
235
|
* The duration for the transition, in milliseconds.
|
|
238
236
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
239
237
|
* @default {
|
|
240
|
-
* enter: duration.enteringScreen,
|
|
241
|
-
* exit: duration.leavingScreen,
|
|
238
|
+
* enter: theme.transitions.duration.enteringScreen,
|
|
239
|
+
* exit: theme.transitions.duration.leavingScreen,
|
|
242
240
|
* }
|
|
243
241
|
*/
|
|
244
242
|
timeout: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.shape({
|
package/node/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license MUI v5.4.
|
|
1
|
+
/** @license MUI v5.4.4
|
|
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.
|
|
@@ -96,6 +96,7 @@ var _exportNames = {
|
|
|
96
96
|
Paper: true,
|
|
97
97
|
Popover: true,
|
|
98
98
|
Popper: true,
|
|
99
|
+
Portal: true,
|
|
99
100
|
Radio: true,
|
|
100
101
|
RadioGroup: true,
|
|
101
102
|
Rating: true,
|
|
@@ -647,6 +648,12 @@ Object.defineProperty(exports, "Popper", {
|
|
|
647
648
|
return _Popper.default;
|
|
648
649
|
}
|
|
649
650
|
});
|
|
651
|
+
Object.defineProperty(exports, "Portal", {
|
|
652
|
+
enumerable: true,
|
|
653
|
+
get: function () {
|
|
654
|
+
return _Portal.default;
|
|
655
|
+
}
|
|
656
|
+
});
|
|
650
657
|
Object.defineProperty(exports, "Radio", {
|
|
651
658
|
enumerable: true,
|
|
652
659
|
get: function () {
|
|
@@ -2161,6 +2168,20 @@ Object.keys(_Popper).forEach(function (key) {
|
|
|
2161
2168
|
});
|
|
2162
2169
|
});
|
|
2163
2170
|
|
|
2171
|
+
var _Portal = _interopRequireWildcard(require("./Portal"));
|
|
2172
|
+
|
|
2173
|
+
Object.keys(_Portal).forEach(function (key) {
|
|
2174
|
+
if (key === "default" || key === "__esModule") return;
|
|
2175
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
2176
|
+
if (key in exports && exports[key] === _Portal[key]) return;
|
|
2177
|
+
Object.defineProperty(exports, key, {
|
|
2178
|
+
enumerable: true,
|
|
2179
|
+
get: function () {
|
|
2180
|
+
return _Portal[key];
|
|
2181
|
+
}
|
|
2182
|
+
});
|
|
2183
|
+
});
|
|
2184
|
+
|
|
2164
2185
|
var _Radio = _interopRequireWildcard(require("./Radio"));
|
|
2165
2186
|
|
|
2166
2187
|
Object.keys(_Radio).forEach(function (key) {
|
package/node/locale/index.js
CHANGED
|
@@ -1842,9 +1842,12 @@ const itIT = {
|
|
|
1842
1842
|
|
|
1843
1843
|
return 'Vai alla pagina precedente';
|
|
1844
1844
|
},
|
|
1845
|
-
labelRowsPerPage: 'Righe per pagina:'
|
|
1846
|
-
|
|
1847
|
-
|
|
1845
|
+
labelRowsPerPage: 'Righe per pagina:',
|
|
1846
|
+
labelDisplayedRows: ({
|
|
1847
|
+
from,
|
|
1848
|
+
to,
|
|
1849
|
+
count
|
|
1850
|
+
}) => `${from}–${to} di ${count !== -1 ? count : `più di ${to}`}`
|
|
1848
1851
|
}
|
|
1849
1852
|
},
|
|
1850
1853
|
MuiRating: {
|
|
@@ -2410,9 +2413,12 @@ const plPL = {
|
|
|
2410
2413
|
|
|
2411
2414
|
return 'Przejdź do poprzedniej strony';
|
|
2412
2415
|
},
|
|
2413
|
-
labelRowsPerPage: 'Wierszy na stronę:'
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
+
labelRowsPerPage: 'Wierszy na stronę:',
|
|
2417
|
+
labelDisplayedRows: ({
|
|
2418
|
+
from,
|
|
2419
|
+
to,
|
|
2420
|
+
count
|
|
2421
|
+
}) => `${from}–${to} z ${count !== -1 ? count : `ponad ${to}`}`
|
|
2416
2422
|
}
|
|
2417
2423
|
},
|
|
2418
2424
|
MuiRating: {
|
|
@@ -8,7 +8,7 @@ exports.default = makeStyles;
|
|
|
8
8
|
var _utils = require("@mui/utils");
|
|
9
9
|
|
|
10
10
|
function makeStyles() {
|
|
11
|
-
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: makeStyles is
|
|
11
|
+
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: makeStyles is no longer exported from @mui/material/styles.
|
|
12
12
|
You have to import it from @mui/styles.
|
|
13
13
|
See https://mui.com/r/migration-v4/#mui-material-styles for more details.` : (0, _utils.formatMuiErrorMessage)(14));
|
|
14
14
|
}
|
|
@@ -8,7 +8,7 @@ exports.default = withStyles;
|
|
|
8
8
|
var _utils = require("@mui/utils");
|
|
9
9
|
|
|
10
10
|
function withStyles() {
|
|
11
|
-
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withStyles is
|
|
11
|
+
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withStyles is no longer exported from @mui/material/styles.
|
|
12
12
|
You have to import it from @mui/styles.
|
|
13
13
|
See https://mui.com/r/migration-v4/#mui-material-styles for more details.` : (0, _utils.formatMuiErrorMessage)(15));
|
|
14
14
|
}
|
package/node/styles/withTheme.js
CHANGED
|
@@ -8,7 +8,7 @@ exports.default = withTheme;
|
|
|
8
8
|
var _utils = require("@mui/utils");
|
|
9
9
|
|
|
10
10
|
function withTheme() {
|
|
11
|
-
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withTheme is
|
|
11
|
+
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withTheme is no longer exported from @mui/material/styles.
|
|
12
12
|
You have to import it from @mui/styles.
|
|
13
13
|
See https://mui.com/r/migration-v4/#mui-material-styles for more details.` : (0, _utils.formatMuiErrorMessage)(16));
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/material",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@babel/runtime": "^7.17.
|
|
49
|
-
"@mui/base": "5.0.0-alpha.
|
|
50
|
-
"@mui/system": "^5.4.
|
|
51
|
-
"@mui/types": "^7.1.
|
|
52
|
-
"@mui/utils": "^5.4.
|
|
48
|
+
"@babel/runtime": "^7.17.2",
|
|
49
|
+
"@mui/base": "5.0.0-alpha.70",
|
|
50
|
+
"@mui/system": "^5.4.4",
|
|
51
|
+
"@mui/types": "^7.1.2",
|
|
52
|
+
"@mui/utils": "^5.4.4",
|
|
53
53
|
"@types/react-transition-group": "^4.4.4",
|
|
54
54
|
"clsx": "^1.1.1",
|
|
55
55
|
"csstype": "^3.0.10",
|