@mui/material 5.14.4 → 5.14.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.
- 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 +58 -58
- package/Avatar/avatarClasses.d.ts +20 -20
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/Backdrop/backdropClasses.d.ts +10 -10
- package/Badge/Badge.d.ts +135 -67
- package/Badge/badgeClasses.d.ts +56 -56
- 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 +100 -100
- 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 +195 -7
- 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 +22 -22
- package/Chip/chipClasses.d.ts +96 -96
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/ClickAwayListener/index.d.ts +1 -1
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Container/containerClasses.d.ts +6 -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 +2 -0
- package/Drawer/Drawer.js +2 -0
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Fab/fabClasses.d.ts +26 -26
- package/FilledInput/filledInputClasses.d.ts +42 -42
- package/FormControl/FormControlContext.d.ts +17 -17
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControl/useFormControl.d.ts +2 -2
- package/FormControlLabel/formControlLabelClasses.d.ts +24 -24
- 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 +34 -34
- 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 +38 -38
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputBase/InputBase.js +1 -1
- package/InputBase/inputBaseClasses.d.ts +46 -46
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/Link/getTextDecoration.d.ts +15 -15
- 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/Modal/Modal.d.ts +117 -12
- package/Modal/Modal.js +97 -36
- package/Modal/index.d.ts +4 -1
- package/Modal/index.js +3 -2
- package/Modal/modalClasses.d.ts +12 -0
- package/Modal/modalClasses.js +7 -0
- package/NativeSelect/nativeSelectClasses.d.ts +34 -34
- package/OutlinedInput/outlinedInputClasses.d.ts +38 -38
- 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 +65 -65
- package/README.md +2 -3
- 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 +5 -3
- package/Select/selectClasses.d.ts +34 -32
- package/Select/selectClasses.js +1 -1
- package/Skeleton/Skeleton.js +2 -2
- package/Skeleton/skeletonClasses.d.ts +26 -26
- package/Slider/SliderValueLabel.d.ts +10 -10
- package/Slider/SliderValueLabel.types.d.ts +24 -24
- package/Slider/sliderClasses.d.ts +58 -58
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/Stack/stackClasses.d.ts +6 -6
- package/Step/StepContext.d.ts +20 -20
- 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/StepperContext.d.ts +18 -18
- package/Stepper/stepperClasses.d.ts +14 -14
- package/SvgIcon/svgIconClasses.d.ts +26 -26
- 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/TextField.d.ts +0 -4
- package/TextField/TextField.js +1 -7
- package/TextField/textFieldClasses.d.ts +8 -8
- 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/Unstable_Grid2/Grid2.d.ts +4 -4
- package/Unstable_Grid2/Grid2Props.d.ts +15 -15
- package/Unstable_Grid2/grid2Classes.d.ts +5 -5
- package/Unstable_Grid2/index.d.ts +4 -4
- package/className/index.d.ts +1 -1
- package/darkScrollbar/index.d.ts +28 -28
- package/generateUtilityClass/index.d.ts +2 -2
- package/generateUtilityClasses/index.d.ts +1 -1
- package/index.js +1 -1
- package/internal/switchBaseClasses.d.ts +12 -12
- package/legacy/BottomNavigation/BottomNavigation.js +0 -0
- package/legacy/Drawer/Drawer.js +2 -0
- package/legacy/InputBase/InputBase.js +1 -1
- package/legacy/Modal/Modal.js +93 -43
- package/legacy/Modal/index.js +3 -2
- package/legacy/Modal/modalClasses.js +7 -0
- package/legacy/Select/Select.js +4 -2
- package/legacy/Select/selectClasses.js +1 -1
- package/legacy/Skeleton/Skeleton.js +2 -2
- package/legacy/TextField/TextField.js +1 -7
- package/legacy/index.js +1 -1
- package/locale/index.d.ts +80 -80
- package/modern/BottomNavigation/BottomNavigation.js +0 -0
- package/modern/Drawer/Drawer.js +2 -0
- package/modern/InputBase/InputBase.js +1 -1
- package/modern/Modal/Modal.js +97 -36
- package/modern/Modal/index.js +3 -2
- package/modern/Modal/modalClasses.js +7 -0
- package/modern/Select/Select.js +5 -3
- package/modern/Select/selectClasses.js +1 -1
- package/modern/Skeleton/Skeleton.js +2 -2
- package/modern/TextField/TextField.js +1 -7
- package/modern/index.js +1 -1
- package/node/BottomNavigation/BottomNavigation.js +0 -0
- package/node/Drawer/Drawer.js +2 -0
- package/node/InputBase/InputBase.js +1 -1
- package/node/Modal/Modal.js +100 -41
- package/node/Modal/index.js +17 -8
- package/node/Modal/modalClasses.js +16 -0
- package/node/Select/Select.js +5 -3
- package/node/Select/selectClasses.js +1 -1
- package/node/Skeleton/Skeleton.js +2 -2
- package/node/TextField/TextField.js +1 -7
- package/node/index.js +1 -1
- package/package.json +6 -6
- package/styles/CssVarsProvider.d.ts +20 -20
- package/styles/excludeVariablesFromRoot.d.ts +5 -5
- package/styles/getOverlayAlpha.d.ts +2 -2
- package/styles/identifier.d.ts +2 -2
- package/styles/shouldSkipGeneratingVar.d.ts +1 -1
- package/transitions/index.d.ts +1 -1
- package/transitions/transition.d.ts +13 -13
- package/transitions/utils.d.ts +23 -23
- package/types/OverridableComponentAugmentation.d.ts +31 -31
- package/umd/material-ui.development.js +527 -652
- package/umd/material-ui.production.min.js +22 -22
- package/useMediaQuery/useMediaQuery.d.ts +46 -46
- 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
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export interface StepperClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `orientation="horizontal"`. */
|
|
5
|
-
horizontal: string;
|
|
6
|
-
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
7
|
-
vertical: string;
|
|
8
|
-
/** Styles applied to the root element if `alternativeLabel={true}`. */
|
|
9
|
-
alternativeLabel: string;
|
|
10
|
-
}
|
|
11
|
-
export type StepperClassKey = keyof StepperClasses;
|
|
12
|
-
export declare function getStepperUtilityClass(slot: string): string;
|
|
13
|
-
declare const stepperClasses: StepperClasses;
|
|
14
|
-
export default stepperClasses;
|
|
1
|
+
export interface StepperClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `orientation="horizontal"`. */
|
|
5
|
+
horizontal: string;
|
|
6
|
+
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
7
|
+
vertical: string;
|
|
8
|
+
/** Styles applied to the root element if `alternativeLabel={true}`. */
|
|
9
|
+
alternativeLabel: string;
|
|
10
|
+
}
|
|
11
|
+
export type StepperClassKey = keyof StepperClasses;
|
|
12
|
+
export declare function getStepperUtilityClass(slot: string): string;
|
|
13
|
+
declare const stepperClasses: StepperClasses;
|
|
14
|
+
export default stepperClasses;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export interface SvgIconClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `color="primary"`. */
|
|
5
|
-
colorPrimary: string;
|
|
6
|
-
/** Styles applied to the root element if `color="secondary"`. */
|
|
7
|
-
colorSecondary: string;
|
|
8
|
-
/** Styles applied to the root element if `color="action"`. */
|
|
9
|
-
colorAction: string;
|
|
10
|
-
/** Styles applied to the root element if `color="error"`. */
|
|
11
|
-
colorError: string;
|
|
12
|
-
/** Styles applied to the root element if `color="disabled"`. */
|
|
13
|
-
colorDisabled: string;
|
|
14
|
-
/** Styles applied to the root element if `fontSize="inherit"`. */
|
|
15
|
-
fontSizeInherit: string;
|
|
16
|
-
/** Styles applied to the root element if `fontSize="small"`. */
|
|
17
|
-
fontSizeSmall: string;
|
|
18
|
-
/** Styles applied to the root element if `fontSize="medium"`. */
|
|
19
|
-
fontSizeMedium: string;
|
|
20
|
-
/** Styles applied to the root element if `fontSize="large"`. */
|
|
21
|
-
fontSizeLarge: string;
|
|
22
|
-
}
|
|
23
|
-
export type SvgIconClassKey = keyof SvgIconClasses;
|
|
24
|
-
export declare function getSvgIconUtilityClass(slot: string): string;
|
|
25
|
-
declare const svgIconClasses: SvgIconClasses;
|
|
26
|
-
export default svgIconClasses;
|
|
1
|
+
export interface SvgIconClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `color="primary"`. */
|
|
5
|
+
colorPrimary: string;
|
|
6
|
+
/** Styles applied to the root element if `color="secondary"`. */
|
|
7
|
+
colorSecondary: string;
|
|
8
|
+
/** Styles applied to the root element if `color="action"`. */
|
|
9
|
+
colorAction: string;
|
|
10
|
+
/** Styles applied to the root element if `color="error"`. */
|
|
11
|
+
colorError: string;
|
|
12
|
+
/** Styles applied to the root element if `color="disabled"`. */
|
|
13
|
+
colorDisabled: string;
|
|
14
|
+
/** Styles applied to the root element if `fontSize="inherit"`. */
|
|
15
|
+
fontSizeInherit: string;
|
|
16
|
+
/** Styles applied to the root element if `fontSize="small"`. */
|
|
17
|
+
fontSizeSmall: string;
|
|
18
|
+
/** Styles applied to the root element if `fontSize="medium"`. */
|
|
19
|
+
fontSizeMedium: string;
|
|
20
|
+
/** Styles applied to the root element if `fontSize="large"`. */
|
|
21
|
+
fontSizeLarge: string;
|
|
22
|
+
}
|
|
23
|
+
export type SvgIconClassKey = keyof SvgIconClasses;
|
|
24
|
+
export declare function getSvgIconUtilityClass(slot: string): string;
|
|
25
|
+
declare const svgIconClasses: SvgIconClasses;
|
|
26
|
+
export default svgIconClasses;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
export interface SwitchClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `edge="start"`. */
|
|
5
|
-
edgeStart: string;
|
|
6
|
-
/** Styles applied to the root element if `edge="end"`. */
|
|
7
|
-
edgeEnd: string;
|
|
8
|
-
/** Styles applied to the internal `SwitchBase` component's `root` class. */
|
|
9
|
-
switchBase: string;
|
|
10
|
-
/** Styles applied to the internal SwitchBase component's root element if `color="primary"`. */
|
|
11
|
-
colorPrimary: string;
|
|
12
|
-
/** Styles applied to the internal SwitchBase component's root element if `color="secondary"`. */
|
|
13
|
-
colorSecondary: string;
|
|
14
|
-
/** Styles applied to the root element if `size="small"`. */
|
|
15
|
-
sizeSmall: string;
|
|
16
|
-
/** Styles applied to the root element if `size="medium"`. */
|
|
17
|
-
sizeMedium: string;
|
|
18
|
-
/** State class applied to the internal `SwitchBase` component's `checked` class. */
|
|
19
|
-
checked: string;
|
|
20
|
-
/** State class applied to the internal SwitchBase component's disabled class. */
|
|
21
|
-
disabled: string;
|
|
22
|
-
/** Styles applied to the internal SwitchBase component's input element. */
|
|
23
|
-
input: string;
|
|
24
|
-
/** Styles used to create the thumb passed to the internal `SwitchBase` component `icon` prop. */
|
|
25
|
-
thumb: string;
|
|
26
|
-
/** Styles applied to the track element. */
|
|
27
|
-
track: string;
|
|
28
|
-
}
|
|
29
|
-
export type SwitchClassKey = keyof SwitchClasses;
|
|
30
|
-
export declare function getSwitchUtilityClass(slot: string): string;
|
|
31
|
-
declare const switchClasses: SwitchClasses;
|
|
32
|
-
export default switchClasses;
|
|
1
|
+
export interface SwitchClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `edge="start"`. */
|
|
5
|
+
edgeStart: string;
|
|
6
|
+
/** Styles applied to the root element if `edge="end"`. */
|
|
7
|
+
edgeEnd: string;
|
|
8
|
+
/** Styles applied to the internal `SwitchBase` component's `root` class. */
|
|
9
|
+
switchBase: string;
|
|
10
|
+
/** Styles applied to the internal SwitchBase component's root element if `color="primary"`. */
|
|
11
|
+
colorPrimary: string;
|
|
12
|
+
/** Styles applied to the internal SwitchBase component's root element if `color="secondary"`. */
|
|
13
|
+
colorSecondary: string;
|
|
14
|
+
/** Styles applied to the root element if `size="small"`. */
|
|
15
|
+
sizeSmall: string;
|
|
16
|
+
/** Styles applied to the root element if `size="medium"`. */
|
|
17
|
+
sizeMedium: string;
|
|
18
|
+
/** State class applied to the internal `SwitchBase` component's `checked` class. */
|
|
19
|
+
checked: string;
|
|
20
|
+
/** State class applied to the internal SwitchBase component's disabled class. */
|
|
21
|
+
disabled: string;
|
|
22
|
+
/** Styles applied to the internal SwitchBase component's input element. */
|
|
23
|
+
input: string;
|
|
24
|
+
/** Styles used to create the thumb passed to the internal `SwitchBase` component `icon` prop. */
|
|
25
|
+
thumb: string;
|
|
26
|
+
/** Styles applied to the track element. */
|
|
27
|
+
track: string;
|
|
28
|
+
}
|
|
29
|
+
export type SwitchClassKey = keyof SwitchClasses;
|
|
30
|
+
export declare function getSwitchUtilityClass(slot: string): string;
|
|
31
|
+
declare const switchClasses: SwitchClasses;
|
|
32
|
+
export default switchClasses;
|
package/Tab/tabClasses.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export interface TabClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if both `icon` and `label` are provided. */
|
|
5
|
-
labelIcon: string;
|
|
6
|
-
/** Styles applied to the root element if the parent [`Tabs`](/material-ui/api/tabs/) has `textColor="inherit"`. */
|
|
7
|
-
textColorInherit: string;
|
|
8
|
-
/** Styles applied to the root element if the parent [`Tabs`](/material-ui/api/tabs/) has `textColor="primary"`. */
|
|
9
|
-
textColorPrimary: string;
|
|
10
|
-
/** Styles applied to the root element if the parent [`Tabs`](/material-ui/api/tabs/) has `textColor="secondary"`. */
|
|
11
|
-
textColorSecondary: string;
|
|
12
|
-
/** State class applied to the root element if `selected={true}` (controlled by the Tabs component). */
|
|
13
|
-
selected: string;
|
|
14
|
-
/** State class applied to the root element if `disabled={true}` (controlled by the Tabs component). */
|
|
15
|
-
disabled: string;
|
|
16
|
-
/** Styles applied to the root element if `fullWidth={true}` (controlled by the Tabs component). */
|
|
17
|
-
fullWidth: string;
|
|
18
|
-
/** Styles applied to the root element if `wrapped={true}`. */
|
|
19
|
-
wrapped: string;
|
|
20
|
-
/** Styles applied to the wrapper element of `icon` if `icon` is provided. */
|
|
21
|
-
iconWrapper: string;
|
|
22
|
-
}
|
|
23
|
-
export type TabClassKey = keyof TabClasses;
|
|
24
|
-
export declare function getTabUtilityClass(slot: string): string;
|
|
25
|
-
declare const tabClasses: TabClasses;
|
|
26
|
-
export default tabClasses;
|
|
1
|
+
export interface TabClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if both `icon` and `label` are provided. */
|
|
5
|
+
labelIcon: string;
|
|
6
|
+
/** Styles applied to the root element if the parent [`Tabs`](/material-ui/api/tabs/) has `textColor="inherit"`. */
|
|
7
|
+
textColorInherit: string;
|
|
8
|
+
/** Styles applied to the root element if the parent [`Tabs`](/material-ui/api/tabs/) has `textColor="primary"`. */
|
|
9
|
+
textColorPrimary: string;
|
|
10
|
+
/** Styles applied to the root element if the parent [`Tabs`](/material-ui/api/tabs/) has `textColor="secondary"`. */
|
|
11
|
+
textColorSecondary: string;
|
|
12
|
+
/** State class applied to the root element if `selected={true}` (controlled by the Tabs component). */
|
|
13
|
+
selected: string;
|
|
14
|
+
/** State class applied to the root element if `disabled={true}` (controlled by the Tabs component). */
|
|
15
|
+
disabled: string;
|
|
16
|
+
/** Styles applied to the root element if `fullWidth={true}` (controlled by the Tabs component). */
|
|
17
|
+
fullWidth: string;
|
|
18
|
+
/** Styles applied to the root element if `wrapped={true}`. */
|
|
19
|
+
wrapped: string;
|
|
20
|
+
/** Styles applied to the wrapper element of `icon` if `icon` is provided. */
|
|
21
|
+
iconWrapper: string;
|
|
22
|
+
}
|
|
23
|
+
export type TabClassKey = keyof TabClasses;
|
|
24
|
+
export declare function getTabUtilityClass(slot: string): string;
|
|
25
|
+
declare const tabClasses: TabClasses;
|
|
26
|
+
export default tabClasses;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export interface TabScrollButtonClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
5
|
-
vertical: string;
|
|
6
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
7
|
-
disabled: string;
|
|
8
|
-
}
|
|
9
|
-
export type TabScrollButtonClassKey = keyof TabScrollButtonClasses;
|
|
10
|
-
export declare function getTabScrollButtonUtilityClass(slot: string): string;
|
|
11
|
-
declare const tabScrollButtonClasses: TabScrollButtonClasses;
|
|
12
|
-
export default tabScrollButtonClasses;
|
|
1
|
+
export interface TabScrollButtonClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
5
|
+
vertical: string;
|
|
6
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
7
|
+
disabled: string;
|
|
8
|
+
}
|
|
9
|
+
export type TabScrollButtonClassKey = keyof TabScrollButtonClasses;
|
|
10
|
+
export declare function getTabScrollButtonUtilityClass(slot: string): string;
|
|
11
|
+
declare const tabScrollButtonClasses: TabScrollButtonClasses;
|
|
12
|
+
export default tabScrollButtonClasses;
|
package/Table/tableClasses.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export interface TableClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `stickyHeader={true}`. */
|
|
5
|
-
stickyHeader: string;
|
|
6
|
-
}
|
|
7
|
-
export type TableClassKey = keyof TableClasses;
|
|
8
|
-
export declare function getTableUtilityClass(slot: string): string;
|
|
9
|
-
declare const tableClasses: TableClasses;
|
|
10
|
-
export default tableClasses;
|
|
1
|
+
export interface TableClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `stickyHeader={true}`. */
|
|
5
|
+
stickyHeader: string;
|
|
6
|
+
}
|
|
7
|
+
export type TableClassKey = keyof TableClasses;
|
|
8
|
+
export declare function getTableUtilityClass(slot: string): string;
|
|
9
|
+
declare const tableClasses: TableClasses;
|
|
10
|
+
export default tableClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TableBodyClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type TableBodyClassKey = keyof TableBodyClasses;
|
|
6
|
-
export declare function getTableBodyUtilityClass(slot: string): string;
|
|
7
|
-
declare const tableBodyClasses: TableBodyClasses;
|
|
8
|
-
export default tableBodyClasses;
|
|
1
|
+
export interface TableBodyClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type TableBodyClassKey = keyof TableBodyClasses;
|
|
6
|
+
export declare function getTableBodyUtilityClass(slot: string): string;
|
|
7
|
+
declare const tableBodyClasses: TableBodyClasses;
|
|
8
|
+
export default tableBodyClasses;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
export interface TableCellClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="head"` or `context.table.head`. */
|
|
5
|
-
head: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="body"` or `context.table.body`. */
|
|
7
|
-
body: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="footer"` or `context.table.footer`. */
|
|
9
|
-
footer: string;
|
|
10
|
-
/** Styles applied to the root element if `size="small"`. */
|
|
11
|
-
sizeSmall: string;
|
|
12
|
-
/** Styles applied to the root element if `size="medium"`. */
|
|
13
|
-
sizeMedium: string;
|
|
14
|
-
/** Styles applied to the root element if `padding="checkbox"`. */
|
|
15
|
-
paddingCheckbox: string;
|
|
16
|
-
/** Styles applied to the root element if `padding="none"`. */
|
|
17
|
-
paddingNone: string;
|
|
18
|
-
/** Styles applied to the root element if `align="left"`. */
|
|
19
|
-
alignLeft: string;
|
|
20
|
-
/** Styles applied to the root element if `align="center"`. */
|
|
21
|
-
alignCenter: string;
|
|
22
|
-
/** Styles applied to the root element if `align="right"`. */
|
|
23
|
-
alignRight: string;
|
|
24
|
-
/** Styles applied to the root element if `align="justify"`. */
|
|
25
|
-
alignJustify: string;
|
|
26
|
-
/** Styles applied to the root element if `context.table.stickyHeader={true}`. */
|
|
27
|
-
stickyHeader: string;
|
|
28
|
-
}
|
|
29
|
-
export type TableCellClassKey = keyof TableCellClasses;
|
|
30
|
-
export declare function getTableCellUtilityClass(slot: string): string;
|
|
31
|
-
declare const tableCellClasses: TableCellClasses;
|
|
32
|
-
export default tableCellClasses;
|
|
1
|
+
export interface TableCellClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="head"` or `context.table.head`. */
|
|
5
|
+
head: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="body"` or `context.table.body`. */
|
|
7
|
+
body: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="footer"` or `context.table.footer`. */
|
|
9
|
+
footer: string;
|
|
10
|
+
/** Styles applied to the root element if `size="small"`. */
|
|
11
|
+
sizeSmall: string;
|
|
12
|
+
/** Styles applied to the root element if `size="medium"`. */
|
|
13
|
+
sizeMedium: string;
|
|
14
|
+
/** Styles applied to the root element if `padding="checkbox"`. */
|
|
15
|
+
paddingCheckbox: string;
|
|
16
|
+
/** Styles applied to the root element if `padding="none"`. */
|
|
17
|
+
paddingNone: string;
|
|
18
|
+
/** Styles applied to the root element if `align="left"`. */
|
|
19
|
+
alignLeft: string;
|
|
20
|
+
/** Styles applied to the root element if `align="center"`. */
|
|
21
|
+
alignCenter: string;
|
|
22
|
+
/** Styles applied to the root element if `align="right"`. */
|
|
23
|
+
alignRight: string;
|
|
24
|
+
/** Styles applied to the root element if `align="justify"`. */
|
|
25
|
+
alignJustify: string;
|
|
26
|
+
/** Styles applied to the root element if `context.table.stickyHeader={true}`. */
|
|
27
|
+
stickyHeader: string;
|
|
28
|
+
}
|
|
29
|
+
export type TableCellClassKey = keyof TableCellClasses;
|
|
30
|
+
export declare function getTableCellUtilityClass(slot: string): string;
|
|
31
|
+
declare const tableCellClasses: TableCellClasses;
|
|
32
|
+
export default tableCellClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TableContainerClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type TableContainerClassKey = keyof TableContainerClasses;
|
|
6
|
-
export declare function getTableContainerUtilityClass(slot: string): string;
|
|
7
|
-
declare const tableContainerClasses: TableContainerClasses;
|
|
8
|
-
export default tableContainerClasses;
|
|
1
|
+
export interface TableContainerClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type TableContainerClassKey = keyof TableContainerClasses;
|
|
6
|
+
export declare function getTableContainerUtilityClass(slot: string): string;
|
|
7
|
+
declare const tableContainerClasses: TableContainerClasses;
|
|
8
|
+
export default tableContainerClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TableFooterClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type TableFooterClassKey = keyof TableFooterClasses;
|
|
6
|
-
export declare function getTableFooterUtilityClass(slot: string): string;
|
|
7
|
-
declare const tableFooterClasses: TableFooterClasses;
|
|
8
|
-
export default tableFooterClasses;
|
|
1
|
+
export interface TableFooterClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type TableFooterClassKey = keyof TableFooterClasses;
|
|
6
|
+
export declare function getTableFooterUtilityClass(slot: string): string;
|
|
7
|
+
declare const tableFooterClasses: TableFooterClasses;
|
|
8
|
+
export default tableFooterClasses;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface TableHeadClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
}
|
|
5
|
-
export type TableHeadClassKey = keyof TableHeadClasses;
|
|
6
|
-
export declare function getTableHeadUtilityClass(slot: string): string;
|
|
7
|
-
declare const tableHeadClasses: TableHeadClasses;
|
|
8
|
-
export default tableHeadClasses;
|
|
1
|
+
export interface TableHeadClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
}
|
|
5
|
+
export type TableHeadClassKey = keyof TableHeadClasses;
|
|
6
|
+
export declare function getTableHeadUtilityClass(slot: string): string;
|
|
7
|
+
declare const tableHeadClasses: TableHeadClasses;
|
|
8
|
+
export default tableHeadClasses;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export interface TablePaginationClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the Toolbar component. */
|
|
5
|
-
toolbar: string;
|
|
6
|
-
/** Styles applied to the spacer element. */
|
|
7
|
-
spacer: string;
|
|
8
|
-
/** Styles applied to the select label Typography element. */
|
|
9
|
-
selectLabel: string;
|
|
10
|
-
/** Styles applied to the Select component `root` element. */
|
|
11
|
-
selectRoot: string;
|
|
12
|
-
/** Styles applied to the Select component `select` class. */
|
|
13
|
-
select: string;
|
|
14
|
-
/** Styles applied to the Select component `icon` class. */
|
|
15
|
-
selectIcon: string;
|
|
16
|
-
/** Styles applied to the Select component `root` element. */
|
|
17
|
-
input: string;
|
|
18
|
-
/** Styles applied to the MenuItem component. */
|
|
19
|
-
menuItem: string;
|
|
20
|
-
/** Styles applied to the displayed rows Typography element. */
|
|
21
|
-
displayedRows: string;
|
|
22
|
-
/** Styles applied to the internal `TablePaginationActions` component. */
|
|
23
|
-
actions: string;
|
|
24
|
-
}
|
|
25
|
-
export type TablePaginationClassKey = keyof TablePaginationClasses;
|
|
26
|
-
export declare function getTablePaginationUtilityClass(slot: string): string;
|
|
27
|
-
declare const tablePaginationClasses: TablePaginationClasses;
|
|
28
|
-
export default tablePaginationClasses;
|
|
1
|
+
export interface TablePaginationClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the Toolbar component. */
|
|
5
|
+
toolbar: string;
|
|
6
|
+
/** Styles applied to the spacer element. */
|
|
7
|
+
spacer: string;
|
|
8
|
+
/** Styles applied to the select label Typography element. */
|
|
9
|
+
selectLabel: string;
|
|
10
|
+
/** Styles applied to the Select component `root` element. */
|
|
11
|
+
selectRoot: string;
|
|
12
|
+
/** Styles applied to the Select component `select` class. */
|
|
13
|
+
select: string;
|
|
14
|
+
/** Styles applied to the Select component `icon` class. */
|
|
15
|
+
selectIcon: string;
|
|
16
|
+
/** Styles applied to the Select component `root` element. */
|
|
17
|
+
input: string;
|
|
18
|
+
/** Styles applied to the MenuItem component. */
|
|
19
|
+
menuItem: string;
|
|
20
|
+
/** Styles applied to the displayed rows Typography element. */
|
|
21
|
+
displayedRows: string;
|
|
22
|
+
/** Styles applied to the internal `TablePaginationActions` component. */
|
|
23
|
+
actions: string;
|
|
24
|
+
}
|
|
25
|
+
export type TablePaginationClassKey = keyof TablePaginationClasses;
|
|
26
|
+
export declare function getTablePaginationUtilityClass(slot: string): string;
|
|
27
|
+
declare const tablePaginationClasses: TablePaginationClasses;
|
|
28
|
+
export default tablePaginationClasses;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export interface TableRowClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** State class applied to the root element if `selected={true}`. */
|
|
5
|
-
selected: string;
|
|
6
|
-
/** State class applied to the root element if `hover={true}`. */
|
|
7
|
-
hover: string;
|
|
8
|
-
/** Styles applied to the root element if table variant="head". */
|
|
9
|
-
head: string;
|
|
10
|
-
/** Styles applied to the root element if table variant="footer". */
|
|
11
|
-
footer: string;
|
|
12
|
-
}
|
|
13
|
-
export type TableRowClassKey = keyof TableRowClasses;
|
|
14
|
-
export declare function getTableRowUtilityClass(slot: string): string;
|
|
15
|
-
declare const tableRowClasses: TableRowClasses;
|
|
16
|
-
export default tableRowClasses;
|
|
1
|
+
export interface TableRowClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** State class applied to the root element if `selected={true}`. */
|
|
5
|
+
selected: string;
|
|
6
|
+
/** State class applied to the root element if `hover={true}`. */
|
|
7
|
+
hover: string;
|
|
8
|
+
/** Styles applied to the root element if table variant="head". */
|
|
9
|
+
head: string;
|
|
10
|
+
/** Styles applied to the root element if table variant="footer". */
|
|
11
|
+
footer: string;
|
|
12
|
+
}
|
|
13
|
+
export type TableRowClassKey = keyof TableRowClasses;
|
|
14
|
+
export declare function getTableRowUtilityClass(slot: string): string;
|
|
15
|
+
declare const tableRowClasses: TableRowClasses;
|
|
16
|
+
export default tableRowClasses;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export interface TableSortLabelClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** State class applied to the root element if `active={true}`. */
|
|
5
|
-
active: string;
|
|
6
|
-
/** Styles applied to the icon component. */
|
|
7
|
-
icon: string;
|
|
8
|
-
/** Styles applied to the icon component if `direction="desc"`. */
|
|
9
|
-
iconDirectionDesc: string;
|
|
10
|
-
/** Styles applied to the icon component if `direction="asc"`. */
|
|
11
|
-
iconDirectionAsc: string;
|
|
12
|
-
}
|
|
13
|
-
export type TableSortLabelClassKey = keyof TableSortLabelClasses;
|
|
14
|
-
export declare function getTableSortLabelUtilityClass(slot: string): string;
|
|
15
|
-
declare const tableSortLabelClasses: TableSortLabelClasses;
|
|
16
|
-
export default tableSortLabelClasses;
|
|
1
|
+
export interface TableSortLabelClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** State class applied to the root element if `active={true}`. */
|
|
5
|
+
active: string;
|
|
6
|
+
/** Styles applied to the icon component. */
|
|
7
|
+
icon: string;
|
|
8
|
+
/** Styles applied to the icon component if `direction="desc"`. */
|
|
9
|
+
iconDirectionDesc: string;
|
|
10
|
+
/** Styles applied to the icon component if `direction="asc"`. */
|
|
11
|
+
iconDirectionAsc: string;
|
|
12
|
+
}
|
|
13
|
+
export type TableSortLabelClassKey = keyof TableSortLabelClasses;
|
|
14
|
+
export declare function getTableSortLabelUtilityClass(slot: string): string;
|
|
15
|
+
declare const tableSortLabelClasses: TableSortLabelClasses;
|
|
16
|
+
export default tableSortLabelClasses;
|
package/Tabs/tabsClasses.d.ts
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
export interface TabsClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
5
|
-
vertical: string;
|
|
6
|
-
/** Styles applied to the flex container element. */
|
|
7
|
-
flexContainer: string;
|
|
8
|
-
/** Styles applied to the flex container element if `orientation="vertical"`. */
|
|
9
|
-
flexContainerVertical: string;
|
|
10
|
-
/** Styles applied to the flex container element if `centered={true}` & `!variant="scrollable"`. */
|
|
11
|
-
centered: string;
|
|
12
|
-
/** Styles applied to the tablist element. */
|
|
13
|
-
scroller: string;
|
|
14
|
-
/** Styles applied to the tablist element if `!variant="scrollable"`. */
|
|
15
|
-
fixed: string;
|
|
16
|
-
/** Styles applied to the tablist element if `variant="scrollable"` and `orientation="horizontal"`. */
|
|
17
|
-
scrollableX: string;
|
|
18
|
-
/** Styles applied to the tablist element if `variant="scrollable"` and `orientation="vertical"`. */
|
|
19
|
-
scrollableY: string;
|
|
20
|
-
/** Styles applied to the tablist element if `variant="scrollable"` and `visibleScrollbar={false}`. */
|
|
21
|
-
hideScrollbar: string;
|
|
22
|
-
/** Styles applied to the ScrollButtonComponent component. */
|
|
23
|
-
scrollButtons: string;
|
|
24
|
-
/** Styles applied to the ScrollButtonComponent component if `allowScrollButtonsMobile={true}`. */
|
|
25
|
-
scrollButtonsHideMobile: string;
|
|
26
|
-
/** Styles applied to the TabIndicator component. */
|
|
27
|
-
indicator: string;
|
|
28
|
-
}
|
|
29
|
-
export type TabsClassKey = keyof TabsClasses;
|
|
30
|
-
export declare function getTabsUtilityClass(slot: string): string;
|
|
31
|
-
declare const tabsClasses: TabsClasses;
|
|
32
|
-
export default tabsClasses;
|
|
1
|
+
export interface TabsClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
5
|
+
vertical: string;
|
|
6
|
+
/** Styles applied to the flex container element. */
|
|
7
|
+
flexContainer: string;
|
|
8
|
+
/** Styles applied to the flex container element if `orientation="vertical"`. */
|
|
9
|
+
flexContainerVertical: string;
|
|
10
|
+
/** Styles applied to the flex container element if `centered={true}` & `!variant="scrollable"`. */
|
|
11
|
+
centered: string;
|
|
12
|
+
/** Styles applied to the tablist element. */
|
|
13
|
+
scroller: string;
|
|
14
|
+
/** Styles applied to the tablist element if `!variant="scrollable"`. */
|
|
15
|
+
fixed: string;
|
|
16
|
+
/** Styles applied to the tablist element if `variant="scrollable"` and `orientation="horizontal"`. */
|
|
17
|
+
scrollableX: string;
|
|
18
|
+
/** Styles applied to the tablist element if `variant="scrollable"` and `orientation="vertical"`. */
|
|
19
|
+
scrollableY: string;
|
|
20
|
+
/** Styles applied to the tablist element if `variant="scrollable"` and `visibleScrollbar={false}`. */
|
|
21
|
+
hideScrollbar: string;
|
|
22
|
+
/** Styles applied to the ScrollButtonComponent component. */
|
|
23
|
+
scrollButtons: string;
|
|
24
|
+
/** Styles applied to the ScrollButtonComponent component if `allowScrollButtonsMobile={true}`. */
|
|
25
|
+
scrollButtonsHideMobile: string;
|
|
26
|
+
/** Styles applied to the TabIndicator component. */
|
|
27
|
+
indicator: string;
|
|
28
|
+
}
|
|
29
|
+
export type TabsClassKey = keyof TabsClasses;
|
|
30
|
+
export declare function getTabsUtilityClass(slot: string): string;
|
|
31
|
+
declare const tabsClasses: TabsClasses;
|
|
32
|
+
export default tabsClasses;
|
package/TextField/TextField.d.ts
CHANGED
|
@@ -111,10 +111,6 @@ export interface BaseTextFieldProps
|
|
|
111
111
|
name?: string;
|
|
112
112
|
onBlur?: InputBaseProps['onBlur'];
|
|
113
113
|
onFocus?: StandardInputProps['onFocus'];
|
|
114
|
-
/**
|
|
115
|
-
* @ignore
|
|
116
|
-
*/
|
|
117
|
-
onClick?: InputBaseProps['onClick'];
|
|
118
114
|
/**
|
|
119
115
|
* The short hint displayed in the `input` before the user enters a value.
|
|
120
116
|
*/
|
package/TextField/TextField.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
4
4
|
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
5
|
-
const _excluded = ["autoComplete", "autoFocus", "children", "className", "color", "defaultValue", "disabled", "error", "FormHelperTextProps", "fullWidth", "helperText", "id", "InputLabelProps", "inputProps", "InputProps", "inputRef", "label", "maxRows", "minRows", "multiline", "name", "onBlur", "onChange", "
|
|
5
|
+
const _excluded = ["autoComplete", "autoFocus", "children", "className", "color", "defaultValue", "disabled", "error", "FormHelperTextProps", "fullWidth", "helperText", "id", "InputLabelProps", "inputProps", "InputProps", "inputRef", "label", "maxRows", "minRows", "multiline", "name", "onBlur", "onChange", "onFocus", "placeholder", "required", "rows", "select", "SelectProps", "type", "value", "variant"];
|
|
6
6
|
import * as React from 'react';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import clsx from 'clsx';
|
|
@@ -101,7 +101,6 @@ const TextField = /*#__PURE__*/React.forwardRef(function TextField(inProps, ref)
|
|
|
101
101
|
name,
|
|
102
102
|
onBlur,
|
|
103
103
|
onChange,
|
|
104
|
-
onClick,
|
|
105
104
|
onFocus,
|
|
106
105
|
placeholder,
|
|
107
106
|
required = false,
|
|
@@ -166,7 +165,6 @@ const TextField = /*#__PURE__*/React.forwardRef(function TextField(inProps, ref)
|
|
|
166
165
|
onBlur: onBlur,
|
|
167
166
|
onChange: onChange,
|
|
168
167
|
onFocus: onFocus,
|
|
169
|
-
onClick: onClick,
|
|
170
168
|
placeholder: placeholder,
|
|
171
169
|
inputProps: inputProps
|
|
172
170
|
}, InputMore, InputProps));
|
|
@@ -325,10 +323,6 @@ process.env.NODE_ENV !== "production" ? TextField.propTypes /* remove-proptypes
|
|
|
325
323
|
* You can pull out the new value by accessing `event.target.value` (string).
|
|
326
324
|
*/
|
|
327
325
|
onChange: PropTypes.func,
|
|
328
|
-
/**
|
|
329
|
-
* @ignore
|
|
330
|
-
*/
|
|
331
|
-
onClick: PropTypes.func,
|
|
332
326
|
/**
|
|
333
327
|
* @ignore
|
|
334
328
|
*/
|