@ringcentral/juno 3.0.0-alpha.3 → 3.0.0-alpha.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/components/Accordion/Accordion.d.ts +2 -2
- package/components/Accordion/AccordionDetails/AccordionDetails.d.ts +2 -2
- package/components/Accordion/AccordionSummary/AccordionSummary.d.ts +2 -2
- package/components/Alert/Alert.d.ts +2 -2
- package/components/AppBar/AppBar.d.ts +2 -2
- package/components/Avatar/styles/StyledAvatar.d.ts +1 -3
- package/components/Avatar/styles/StyledAvatarWrapper.d.ts +1 -2
- package/components/Avatar/styles/StyledIconAvatar.d.ts +1 -7
- package/components/Avatar/styles/StyledPresenceWrapper.d.ts +1 -5
- package/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
- package/components/Backdrop/Backdrop.d.ts +2 -2
- package/components/Badge/Badge.d.ts +2 -2
- package/components/Badge/styles/BadgeStyle.d.ts +1 -1
- package/components/Buttons/Button/Button.d.ts +1 -320
- package/components/Buttons/ButtonBase/ButtonBase.d.ts +1 -1
- package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +2 -15
- package/components/Buttons/IconButton/IconButton.d.ts +1 -382
- package/components/Buttons/IconButton/styles/StyledIconButton.d.ts +1 -1
- package/components/Buttons/IconButtonGroup/IconButtonGroup.d.ts +1 -1
- package/components/Buttons/SplitButton/SplitButton.d.ts +1 -1
- package/components/Buttons/SplitButton/styles/StyledArrowIcon.d.ts +1 -2
- package/components/Buttons/ToggleButton/ToggleButton.d.ts +2 -2
- package/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -2
- package/components/Card/Card/Card.d.ts +2 -2
- package/components/Card/CardActionArea/CardActionArea.d.ts +2 -8
- package/components/Card/CardActions/CardActions.d.ts +2 -2
- package/components/Card/CardContent/CardContent.d.ts +2 -6
- package/components/Card/CardHeader/CardHeader.d.ts +2 -22
- package/components/Card/CardHoverActions/CardHoverActions.d.ts +2 -2
- package/components/Card/CardMedia/CardMedia.d.ts +2 -14
- package/components/Card/CardSelectionArea/CardSelectionArea.d.ts +2 -2
- package/components/Chip/Chip.d.ts +2 -8
- package/components/DetachedWindow/styles/DetachedWindowStyle.d.ts +1 -1
- package/components/Dialer/DialPad/DialPad.d.ts +2 -63
- package/components/Dialer/DialPadButton/DialPadButton.d.ts +1 -2
- package/components/Dialer/DialPadButton/styles/StyledDialPadButton.d.ts +1 -1
- package/components/Dialer/DialTextField/DialTextField.d.ts +1 -2
- package/components/Dialog/Dialog.d.ts +2 -2
- package/components/Dialog/DialogActions/DialogActions.d.ts +2 -277
- package/components/Dialog/DialogContent/DialogContent.d.ts +2 -4
- package/components/Dialog/DialogContentText/DialogContentText.d.ts +2 -14
- package/components/Dialog/DialogTitle/DialogTitle.d.ts +2 -4
- package/components/Divider/Divider.d.ts +1 -14
- package/components/DnD/DragDropContext/styles/StyledGlobalDraggable.d.ts +1 -1
- package/components/DnD/DragHandle/DragHandle.d.ts +1 -4
- package/components/DnD/Draggable/Draggable.d.ts +1 -4
- package/components/DnD/Droppable/Droppable.d.ts +1 -2
- package/components/Downshift/SuggestionList/SuggestionList.d.ts +2 -44
- package/components/Downshift/styles/DownshiftStyle.d.ts +2 -352
- package/components/Downshift/styles/StyledPopper.d.ts +1 -11
- package/components/Downshift/styles/StyledTextField.d.ts +1 -8
- package/components/Drawer/Drawer.d.ts +2 -2
- package/components/Forms/Checkbox/Checkbox.d.ts +2 -2
- package/components/Forms/FormControl.d.ts +1 -1
- package/components/Forms/FormControlLabel/FormControlLabel.d.ts +2 -2
- package/components/Forms/FormControlLabel/styles/StyledControl.d.ts +1 -1
- package/components/Forms/FormGroup/FormGroup.d.ts +1 -2
- package/components/Forms/FormHelperText/FormHelperText.d.ts +2 -13
- package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +1 -13
- package/components/Forms/FormLabel.d.ts +1 -2
- package/components/Forms/InputLabel/InputLabel.d.ts +2 -2
- package/components/Forms/InputLabel/styles/StyledInputLabel.d.ts +1 -2
- package/components/Forms/Picker/DatePicker/DatePicker.d.ts +1 -34
- package/components/Forms/Picker/DatePicker/Day.d.ts +1 -1
- package/components/Forms/Picker/DatePicker/styles/StyledCalendar.d.ts +8 -10
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +4 -357
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
- package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -2
- package/components/Forms/Picker/DatePicker/styles/StyledYears.d.ts +1 -5
- package/components/Forms/Picker/DatePicker/utils/DatePickerUtils.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/NumberPicker.d.ts +1 -30
- package/components/Forms/Picker/TimePicker/ToggleText.d.ts +1 -17
- package/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +1 -2
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -2
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionView.d.ts +1 -2
- package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -2
- package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
- package/components/Forms/Picker/styles/StyledPickerTextField.d.ts +1 -3
- package/components/Forms/Picker/styles/StyledPopover.d.ts +1 -2
- package/components/Forms/Radio/Radio.d.ts +2 -2
- package/components/Forms/RadioGroup/RadioGroup.d.ts +2 -2
- package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
- package/components/Forms/Select/Select.d.ts +1 -2
- package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +2 -2
- package/components/Forms/Slider/Slider.d.ts +2 -2
- package/components/Forms/Switch/Switch.d.ts +2 -2
- package/components/Forms/TextField/TextField.d.ts +1 -358
- package/components/Forms/TextField/styles/ClearIconButton.d.ts +1 -10
- package/components/Forms/TextField/styles/TextFieldStyle.d.ts +1 -1
- package/components/Forms/Textarea/Textarea.d.ts +1 -2
- package/components/Grid/Grid.d.ts +2 -21
- package/components/Icon/Icon.d.ts +1 -24
- package/components/Icon/styles/iconSvg.d.ts +1 -2
- package/components/InlineEditable/InlineEditable.d.ts +2 -67
- package/components/InlineEditable/styles/textFieldStyle.d.ts +2 -2
- package/components/Link/Link.d.ts +1 -23
- package/components/List/List/List.d.ts +2 -8
- package/components/List/ListItem/ListItem.d.ts +1 -321
- package/components/List/ListItem/styles/ListItemStyle.d.ts +1 -1
- package/components/List/ListItemAvatar/ListItemAvatar.d.ts +2 -2
- package/components/List/ListItemIcon/ListItemIcon.d.ts +2 -2
- package/components/List/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
- package/components/List/ListItemText/ListItemText.d.ts +2 -2
- package/components/List/ListSubheader/ListSubheader.d.ts +1 -1
- package/components/Loading/styles/StyledLoadingPage.d.ts +1 -1
- package/components/Menu/Menu/Menu.d.ts +2 -2
- package/components/Menu/MenuItem/MenuItem.d.ts +2 -376
- package/components/Menu/MenuItem/styles/MenuItemStyle.d.ts +1 -14
- package/components/Menu/MenuItemActionWrapper/MenuItemActionWrapper.d.ts +1 -1
- package/components/Menu/MenuItemActionWrapper/styles/StyledMenuItemActionWrapper.d.ts +1 -1
- package/components/Menu/MenuItemSubAction/MenuItemSubAction.d.ts +1 -1
- package/components/Menu/MenuItemSubAction/styles/StyledMenuItemSubAction.d.ts +1 -2
- package/components/Menu/MenuList/MenuList.d.ts +2 -2
- package/components/Menu/MenuList/styles/MenuListStyle.d.ts +1 -1
- package/components/Menu/MenuOption/styles/StyledMenuOption.d.ts +1 -3
- package/components/Menu/SubMenu/SubMenu.d.ts +2 -2
- package/components/Menu/SubMenu/styles/SubMenuStyle.d.ts +2 -3
- package/components/Pagination/Pagination/Pagination.d.ts +2 -2
- package/components/Pagination/PaginationItem/PaginationItem.d.ts +2 -19
- package/components/Paper/Paper.d.ts +2 -2
- package/components/Popover/Popover.d.ts +2 -2
- package/components/Popper/Popper.d.ts +2 -2
- package/components/PopupBox/PopupBox.d.ts +1 -1
- package/components/PopupBox/PopupBox.js +3 -1
- package/components/Presence/Presence.d.ts +1 -10
- package/components/Presence/styles/StyledPresence.d.ts +1 -3
- package/components/Progress/CircularProgress/CircularProgress.d.ts +2 -2
- package/components/Progress/LinearProgress/LinearProgress.d.ts +2 -2
- package/components/Progress/styles/StyledCircularProgress.d.ts +1 -2
- package/components/Rating/Rating.d.ts +2 -2
- package/components/Snackbar/Snackbar.d.ts +2 -2
- package/components/Snackbar/SnackbarAction/SnackbarAction.d.ts +2 -2
- package/components/Snackbar/SnackbarContent/SnackbarContent.d.ts +2 -2
- package/components/Stepper/Step/Step.d.ts +2 -2
- package/components/Stepper/StepButton/StepButton.d.ts +2 -2
- package/components/Stepper/StepConnector/StepConnector.d.ts +2 -2
- package/components/Stepper/StepContent/StepContent.d.ts +2 -2
- package/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
- package/components/Stepper/StepIcon/styles/StyledCircleIcon.d.ts +2 -2
- package/components/Stepper/StepLabel/StepLabel.d.ts +2 -2
- package/components/Stepper/Stepper.d.ts +2 -2
- package/components/Table/Table.d.ts +2 -2
- package/components/Table/TableBody/TableBody.d.ts +2 -4
- package/components/Table/TableCell/TableCell.d.ts +2 -294
- package/components/Table/TableContainer/TableContainer.d.ts +2 -2
- package/components/Table/TableHead/TableHead.d.ts +2 -4
- package/components/Table/TableRow/TableRow.d.ts +2 -2
- package/components/TablePagination/TablePagination.d.ts +2 -2
- package/components/TablePagination/styles/TablePaginationStyle.d.ts +2 -356
- package/components/Tabs/Tab/Tab.d.ts +2 -2
- package/components/Tabs/TabList/TabList.d.ts +1 -7
- package/components/Tabs/TabPanel/TabPanel.d.ts +2 -2
- package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.d.ts +1 -1
- package/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.d.ts +1 -2
- package/components/Tabs/Tabs/Tabs.d.ts +2 -2
- package/components/Tag/Tag.d.ts +1 -14
- package/components/Text/Text.d.ts +1 -2
- package/components/Thumbnail/Thumbnail.d.ts +2 -13
- package/components/Thumbnail/styles/StyledThumbnail.d.ts +1 -8
- package/components/Toolbar/Toolbar.d.ts +1 -2
- package/components/Tooltip/Tooltip.d.ts +2 -2
- package/components/Tooltip/styles/Mask.d.ts +1 -1
- package/components/Typography/Typography.d.ts +2 -2
- package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +1 -9
- package/components/VirtualizedMenu/VirtualizedMenu.d.ts +1 -2
- package/components/VirtualizedMenu/VirtualizedMenuList.d.ts +1 -1
- package/components/VirtualizedMenu/styles/StyledMenuPadding.d.ts +1 -6
- package/components/Virtuoso/react-virtuoso/Virtuoso.d.ts +3 -3
- package/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/es6/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
- package/es6/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
- package/es6/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.js +1 -1
- package/es6/components/PopupBox/PopupBox.js +3 -1
- package/es6/foundation/styled-components.js +1 -0
- package/foundation/hooks/useFocusInside/useFocusInside.d.ts +1 -1
- package/foundation/styled-components.d.ts +1 -2
- package/foundation/styled-components.js +1 -0
- package/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.d.ts +1 -1
- package/foundation/styles/ellipsis.d.ts +1 -1
- package/foundation/styles/fakeBorder.d.ts +1 -1
- package/foundation/styles/flexCenter.d.ts +1 -1
- package/foundation/styles/flexWidth.d.ts +1 -1
- package/foundation/styles/focusRing.d.ts +1 -1
- package/foundation/styles/focusVisible.d.ts +2 -2
- package/foundation/styles/lineClamp.d.ts +1 -1
- package/foundation/styles/nonStyleButton.d.ts +1 -1
- package/foundation/styles/rippleEnter.d.ts +1 -1
- package/foundation/styles/rippleStyle.d.ts +1 -1
- package/foundation/styles/typography.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
2
|
import MuiAccordion from '@material-ui/core/Accordion';
|
|
3
3
|
import { RcBaseProps } from '../../foundation';
|
|
4
4
|
type RcAccordionProps = {} & RcBaseProps<ComponentProps<typeof MuiAccordion>, 'square'>;
|
|
5
|
-
declare const RcAccordion:
|
|
5
|
+
declare const RcAccordion: any;
|
|
6
6
|
export { RcAccordion };
|
|
7
7
|
export type { RcAccordionProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
2
|
import MuiAccordionDetails from '@material-ui/core/AccordionDetails';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcAccordionDetailsProps = {} & RcBaseProps<ComponentProps<typeof MuiAccordionDetails>>;
|
|
5
|
-
declare const RcAccordionDetails:
|
|
5
|
+
declare const RcAccordionDetails: any;
|
|
6
6
|
export { RcAccordionDetails };
|
|
7
7
|
export type { RcAccordionDetailsProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
2
|
import MuiAccordionSummary from '@material-ui/core/AccordionSummary';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
import { RcIconButtonProps } from '../../Buttons/IconButton';
|
|
@@ -8,6 +8,6 @@ type RcAccordionSummaryProps = {
|
|
|
8
8
|
/** The icon to display as the expand indicator, default is `ArrowUp2` */
|
|
9
9
|
expandIcon?: RcIconButtonProps['symbol'] | boolean;
|
|
10
10
|
} & RcBaseProps<ComponentProps<typeof MuiAccordionSummary>, 'IconButtonProps' | 'expandIcon'>;
|
|
11
|
-
declare const RcAccordionSummary:
|
|
11
|
+
declare const RcAccordionSummary: any;
|
|
12
12
|
export { RcAccordionSummary };
|
|
13
13
|
export type { RcAccordionSummaryProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
2
|
import MuiAlert from '@material-ui/lab/Alert';
|
|
3
3
|
import { RcBaseProps, RcBaseSize } from '../../foundation';
|
|
4
4
|
type RcAlertSize = RcBaseSize<'small' | 'medium'>;
|
|
@@ -8,6 +8,6 @@ type RcAlertProps = {
|
|
|
8
8
|
/** size with spacing between message and root */
|
|
9
9
|
size?: RcAlertSize;
|
|
10
10
|
} & RcBaseProps<ComponentProps<typeof MuiAlert>, 'iconMapping' | 'variant' | 'color'>;
|
|
11
|
-
declare const RcAlert:
|
|
11
|
+
declare const RcAlert: any;
|
|
12
12
|
export { RcAlert };
|
|
13
13
|
export type { RcAlertProps, RcAlertSize };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { AppBarProps as MuiAppBarProps } from '@material-ui/core/AppBar';
|
|
2
2
|
import { RcBaseProps } from '../../foundation';
|
|
3
3
|
type RcAppBarProps = RcBaseProps<MuiAppBarProps, 'color' | 'variant' | 'square'>;
|
|
4
|
-
declare const RcAppBar:
|
|
4
|
+
declare const RcAppBar: any;
|
|
5
5
|
export { RcAppBar };
|
|
6
6
|
export type { RcAppBarProps };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RcTheme } from '../../../foundation';
|
|
3
1
|
import { RcAvatarProps } from '../Avatar';
|
|
4
2
|
export type StyledAvatarProps = Pick<RcAvatarProps<true>, 'size' | 'color' | 'iconSymbol' | 'className' | 'children'>;
|
|
5
|
-
export declare const StyledAvatar:
|
|
3
|
+
export declare const StyledAvatar: any;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { RcAvatarProps } from '../Avatar';
|
|
3
2
|
export type StyledAvatarWrapperProps = {} & RcAvatarProps<true>;
|
|
4
|
-
export declare const StyledAvatarWrapper:
|
|
3
|
+
export declare const StyledAvatarWrapper: any;
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { RcIcon } from '../../Icon';
|
|
3
|
-
type StyledIconAvatarProps = {
|
|
4
|
-
size: number;
|
|
5
|
-
} & Pick<ComponentProps<typeof RcIcon>, 'symbol'>;
|
|
6
|
-
export declare const StyledIconAvatar: import("styled-components").StyledComponent<React.FunctionComponent<StyledIconAvatarProps>, import("../../../foundation").RcTheme, {}, never>;
|
|
7
|
-
export {};
|
|
1
|
+
export declare const StyledIconAvatar: any;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledPresenceWrapper: import("styled-components").StyledComponent<"div", import("../../../foundation").RcTheme, {
|
|
3
|
-
horizontal: PresenceOrigin['horizontal'];
|
|
4
|
-
vertical: PresenceOrigin['vertical'];
|
|
5
|
-
}, never>;
|
|
1
|
+
export declare const StyledPresenceWrapper: any;
|
|
@@ -11,9 +11,9 @@ exports.StyledPresenceWrapper = foundation_1.styled.div(templateObject_1 || (tem
|
|
|
11
11
|
return vertical;
|
|
12
12
|
}, function (_a) {
|
|
13
13
|
var horizontal = _a.horizontal;
|
|
14
|
-
return
|
|
14
|
+
return horizontal === 'right' ? '' : '-';
|
|
15
15
|
}, function (_a) {
|
|
16
16
|
var vertical = _a.vertical;
|
|
17
|
-
return
|
|
17
|
+
return vertical === 'bottom' ? '' : '-';
|
|
18
18
|
});
|
|
19
19
|
var templateObject_1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
2
|
import MuiBackdrop from '@material-ui/core/Backdrop';
|
|
3
3
|
import { RcBaseProps } from '../../foundation';
|
|
4
4
|
type RcBackdropProps = {} & RcBaseProps<ComponentProps<typeof MuiBackdrop>>;
|
|
5
|
-
declare const RcBackdrop:
|
|
5
|
+
declare const RcBackdrop: any;
|
|
6
6
|
export { RcBackdrop };
|
|
7
7
|
export type { RcBackdropProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentProps, ComponentType, ElementType } from 'react';
|
|
2
2
|
import MuiBadge from '@material-ui/core/Badge';
|
|
3
3
|
import { RcBaseProps, RcPaletteKeys, UnionPick } from '../../foundation';
|
|
4
4
|
import { RcPresenceProps } from '../Presence';
|
|
@@ -30,6 +30,6 @@ type RcBadgeProps = {
|
|
|
30
30
|
/** when mode is dot, that addition dotProps */
|
|
31
31
|
dotProps?: RcPresenceProps;
|
|
32
32
|
} & RcBaseProps<ComponentProps<typeof MuiBadge>, 'overlap' | 'color'>;
|
|
33
|
-
declare const RcBadge:
|
|
33
|
+
declare const RcBadge: any;
|
|
34
34
|
export { RcBadge };
|
|
35
35
|
export type { RcBadgeProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { RcThemedStyled } from '../../../foundation';
|
|
2
2
|
import { RcBadgeProps } from '../Badge';
|
|
3
3
|
export declare const BadgeStyle: RcThemedStyled<RcBadgeProps, any>;
|
|
4
|
-
export declare const DefaultDotComponent:
|
|
4
|
+
export declare const DefaultDotComponent: any;
|
|
@@ -49,325 +49,6 @@ export declare const RcButtonDefaultSize = "large";
|
|
|
49
49
|
export declare const RcButtonDefaultColor = "primary";
|
|
50
50
|
export declare const RcButtonDefaultVariant = "contained";
|
|
51
51
|
/** @release */
|
|
52
|
-
declare const RcButton:
|
|
53
|
-
/** is button loading, when `loading` that `disabled` will auto become `true` */
|
|
54
|
-
loading?: boolean | undefined;
|
|
55
|
-
/**
|
|
56
|
-
* disabled variant
|
|
57
|
-
*
|
|
58
|
-
* - `normal`: default disabled button style
|
|
59
|
-
* - `mask`: with mask cover on button, and do not change the button base color
|
|
60
|
-
*
|
|
61
|
-
* @default 'normal'
|
|
62
|
-
*/
|
|
63
|
-
disabledVariant?: "mask" | "normal" | undefined;
|
|
64
|
-
/** Props send to `RcCircularProgress` when loading is `true` */
|
|
65
|
-
CircularProgressProps?: RcCircularProgressProps | undefined;
|
|
66
|
-
/** component for render root button, default is `button` */
|
|
67
|
-
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
68
|
-
/** border radius for button */
|
|
69
|
-
radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
|
|
70
|
-
/** should keep elevation when type is `container` */
|
|
71
|
-
keepElevation?: boolean | undefined;
|
|
72
|
-
/** @deprecated Icon, please use startIcon with `<RcIcon />` */
|
|
73
|
-
IconProps?: RcIconProps | undefined;
|
|
74
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
75
|
-
key?: React.Key | null | undefined;
|
|
76
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
77
|
-
id?: string | undefined;
|
|
78
|
-
lang?: string | undefined;
|
|
79
|
-
name?: string | undefined;
|
|
80
|
-
style?: React.CSSProperties | undefined;
|
|
81
|
-
type?: "button" | "reset" | "submit" | undefined;
|
|
82
|
-
role?: React.AriaRole | undefined;
|
|
83
|
-
tabIndex?: string | number | undefined;
|
|
84
|
-
href?: string | undefined;
|
|
85
|
-
"aria-activedescendant"?: string | undefined;
|
|
86
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
88
|
-
"aria-braillelabel"?: string | undefined;
|
|
89
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
90
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
91
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
92
|
-
"aria-colcount"?: number | undefined;
|
|
93
|
-
"aria-colindex"?: number | undefined;
|
|
94
|
-
"aria-colindextext"?: string | undefined;
|
|
95
|
-
"aria-colspan"?: number | undefined;
|
|
96
|
-
"aria-controls"?: string | undefined;
|
|
97
|
-
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
98
|
-
"aria-describedby"?: string | undefined;
|
|
99
|
-
"aria-description"?: string | undefined;
|
|
100
|
-
"aria-details"?: string | undefined;
|
|
101
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
102
|
-
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
103
|
-
"aria-errormessage"?: string | undefined;
|
|
104
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
105
|
-
"aria-flowto"?: string | undefined;
|
|
106
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
107
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
108
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
109
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
110
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
111
|
-
"aria-label"?: string | undefined;
|
|
112
|
-
"aria-labelledby"?: string | undefined;
|
|
113
|
-
"aria-level"?: number | undefined;
|
|
114
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
115
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
116
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
117
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
118
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
119
|
-
"aria-owns"?: string | undefined;
|
|
120
|
-
"aria-placeholder"?: string | undefined;
|
|
121
|
-
"aria-posinset"?: number | undefined;
|
|
122
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
123
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
124
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
125
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
126
|
-
"aria-roledescription"?: string | undefined;
|
|
127
|
-
"aria-rowcount"?: number | undefined;
|
|
128
|
-
"aria-rowindex"?: number | undefined;
|
|
129
|
-
"aria-rowindextext"?: string | undefined;
|
|
130
|
-
"aria-rowspan"?: number | undefined;
|
|
131
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
132
|
-
"aria-setsize"?: number | undefined;
|
|
133
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
134
|
-
"aria-valuemax"?: number | undefined;
|
|
135
|
-
"aria-valuemin"?: number | undefined;
|
|
136
|
-
"aria-valuenow"?: number | undefined;
|
|
137
|
-
"aria-valuetext"?: string | undefined;
|
|
138
|
-
children?: React.ReactNode;
|
|
139
|
-
dangerouslySetInnerHTML?: {
|
|
140
|
-
__html: string | TrustedHTML;
|
|
141
|
-
} | undefined;
|
|
142
|
-
onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
143
|
-
onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
144
|
-
onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
145
|
-
onCutCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
146
|
-
onPaste?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
147
|
-
onPasteCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
148
|
-
onCompositionEnd?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
149
|
-
onCompositionEndCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
150
|
-
onCompositionStart?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
151
|
-
onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
152
|
-
onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
153
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
154
|
-
onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
155
|
-
onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
156
|
-
onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
157
|
-
onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
|
|
158
|
-
onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
159
|
-
onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
160
|
-
onBeforeInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
161
|
-
onBeforeInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
162
|
-
onInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
163
|
-
onInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
164
|
-
onReset?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
165
|
-
onResetCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
166
|
-
onSubmit?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
167
|
-
onSubmitCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
168
|
-
onInvalid?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
169
|
-
onInvalidCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
|
|
170
|
-
onLoad?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
171
|
-
onLoadCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
172
|
-
onError?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
173
|
-
onErrorCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
174
|
-
onKeyDown?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
175
|
-
onKeyDownCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
176
|
-
onKeyPress?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
177
|
-
onKeyPressCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
178
|
-
onKeyUp?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
179
|
-
onKeyUpCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
180
|
-
onAbort?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
181
|
-
onAbortCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
182
|
-
onCanPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
183
|
-
onCanPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
184
|
-
onCanPlayThrough?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
185
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
186
|
-
onDurationChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
187
|
-
onDurationChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
188
|
-
onEmptied?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
189
|
-
onEmptiedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
190
|
-
onEncrypted?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
191
|
-
onEncryptedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
192
|
-
onEnded?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
193
|
-
onEndedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
194
|
-
onLoadedData?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
195
|
-
onLoadedDataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
196
|
-
onLoadedMetadata?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
197
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
198
|
-
onLoadStart?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
199
|
-
onLoadStartCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
200
|
-
onPause?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
201
|
-
onPauseCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
202
|
-
onPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
203
|
-
onPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
204
|
-
onPlaying?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
205
|
-
onPlayingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
206
|
-
onProgress?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
207
|
-
onProgressCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
208
|
-
onRateChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
209
|
-
onRateChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
210
|
-
onResize?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
211
|
-
onResizeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
212
|
-
onSeeked?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
213
|
-
onSeekedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
214
|
-
onSeeking?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
215
|
-
onSeekingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
216
|
-
onStalled?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
217
|
-
onStalledCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
218
|
-
onSuspend?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
219
|
-
onSuspendCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
220
|
-
onTimeUpdate?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
221
|
-
onTimeUpdateCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
222
|
-
onVolumeChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
223
|
-
onVolumeChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
224
|
-
onWaiting?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
225
|
-
onWaitingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
226
|
-
onAuxClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
227
|
-
onAuxClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
228
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
229
|
-
onClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
230
|
-
onContextMenu?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
231
|
-
onContextMenuCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
232
|
-
onDoubleClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
233
|
-
onDoubleClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
234
|
-
onDrag?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
235
|
-
onDragCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
236
|
-
onDragEnd?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
237
|
-
onDragEndCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
238
|
-
onDragEnter?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
239
|
-
onDragEnterCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
240
|
-
onDragExit?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
241
|
-
onDragExitCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
242
|
-
onDragLeave?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
243
|
-
onDragLeaveCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
244
|
-
onDragOver?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
245
|
-
onDragOverCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
246
|
-
onDragStart?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
247
|
-
onDragStartCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
248
|
-
onDrop?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
249
|
-
onDropCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
|
|
250
|
-
onMouseDown?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
251
|
-
onMouseDownCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
252
|
-
onMouseEnter?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
253
|
-
onMouseLeave?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
254
|
-
onMouseMove?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
255
|
-
onMouseMoveCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
256
|
-
onMouseOut?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
257
|
-
onMouseOutCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
258
|
-
onMouseOver?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
259
|
-
onMouseOverCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
260
|
-
onMouseUp?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
261
|
-
onMouseUpCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
262
|
-
onSelect?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
263
|
-
onSelectCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
|
|
264
|
-
onTouchCancel?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
265
|
-
onTouchCancelCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
266
|
-
onTouchEnd?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
267
|
-
onTouchEndCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
268
|
-
onTouchMove?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
269
|
-
onTouchMoveCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
270
|
-
onTouchStart?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
271
|
-
onTouchStartCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
|
|
272
|
-
onPointerDown?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
273
|
-
onPointerDownCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
274
|
-
onPointerMove?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
275
|
-
onPointerMoveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
276
|
-
onPointerUp?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
277
|
-
onPointerUpCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
278
|
-
onPointerCancel?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
279
|
-
onPointerCancelCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
280
|
-
onPointerEnter?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
281
|
-
onPointerEnterCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
282
|
-
onPointerLeave?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
283
|
-
onPointerLeaveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
284
|
-
onPointerOver?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
285
|
-
onPointerOverCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
286
|
-
onPointerOut?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
287
|
-
onPointerOutCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
288
|
-
onGotPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
289
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
290
|
-
onLostPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
291
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
|
|
292
|
-
onScroll?: React.UIEventHandler<HTMLButtonElement> | undefined;
|
|
293
|
-
onScrollCapture?: React.UIEventHandler<HTMLButtonElement> | undefined;
|
|
294
|
-
onWheel?: React.WheelEventHandler<HTMLButtonElement> | undefined;
|
|
295
|
-
onWheelCapture?: React.WheelEventHandler<HTMLButtonElement> | undefined;
|
|
296
|
-
onAnimationStart?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
297
|
-
onAnimationStartCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
298
|
-
onAnimationEnd?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
299
|
-
onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
300
|
-
onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
301
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
302
|
-
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
303
|
-
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
304
|
-
form?: string | undefined;
|
|
305
|
-
slot?: string | undefined;
|
|
306
|
-
translate?: "no" | "yes" | undefined;
|
|
307
|
-
classes?: Partial<import("@material-ui/styles").ClassNameMap<import("@material-ui/core/Button").ButtonClassKey>> | undefined;
|
|
308
|
-
defaultChecked?: boolean | undefined;
|
|
309
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
310
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
311
|
-
accessKey?: string | undefined;
|
|
312
|
-
autoFocus?: boolean | undefined;
|
|
313
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
314
|
-
contextMenu?: string | undefined;
|
|
315
|
-
dir?: string | undefined;
|
|
316
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
317
|
-
hidden?: boolean | undefined;
|
|
318
|
-
nonce?: string | undefined;
|
|
319
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
320
|
-
radioGroup?: string | undefined;
|
|
321
|
-
about?: string | undefined;
|
|
322
|
-
content?: string | undefined;
|
|
323
|
-
datatype?: string | undefined;
|
|
324
|
-
inlist?: any;
|
|
325
|
-
prefix?: string | undefined;
|
|
326
|
-
property?: string | undefined;
|
|
327
|
-
rel?: string | undefined;
|
|
328
|
-
resource?: string | undefined;
|
|
329
|
-
rev?: string | undefined;
|
|
330
|
-
typeof?: string | undefined;
|
|
331
|
-
vocab?: string | undefined;
|
|
332
|
-
autoCapitalize?: string | undefined;
|
|
333
|
-
autoCorrect?: string | undefined;
|
|
334
|
-
autoSave?: string | undefined;
|
|
335
|
-
itemProp?: string | undefined;
|
|
336
|
-
itemScope?: boolean | undefined;
|
|
337
|
-
itemType?: string | undefined;
|
|
338
|
-
itemID?: string | undefined;
|
|
339
|
-
itemRef?: string | undefined;
|
|
340
|
-
results?: number | undefined;
|
|
341
|
-
security?: string | undefined;
|
|
342
|
-
unselectable?: "off" | "on" | undefined;
|
|
343
|
-
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
344
|
-
is?: string | undefined;
|
|
345
|
-
value?: string | number | readonly string[] | undefined;
|
|
346
|
-
innerRef?: React.Ref<any> | undefined;
|
|
347
|
-
disabled?: boolean | undefined;
|
|
348
|
-
formAction?: string | undefined;
|
|
349
|
-
formEncType?: string | undefined;
|
|
350
|
-
formMethod?: string | undefined;
|
|
351
|
-
formNoValidate?: boolean | undefined;
|
|
352
|
-
formTarget?: string | undefined;
|
|
353
|
-
action?: React.Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
354
|
-
buttonRef?: React.Ref<unknown> | undefined;
|
|
355
|
-
centerRipple?: boolean | undefined;
|
|
356
|
-
disableRipple?: boolean | undefined;
|
|
357
|
-
disableTouchRipple?: boolean | undefined;
|
|
358
|
-
focusVisibleClassName?: string | undefined;
|
|
359
|
-
onFocusVisible?: React.FocusEventHandler<any> | undefined;
|
|
360
|
-
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
361
|
-
disableFocusRipple?: boolean | undefined;
|
|
362
|
-
disableElevation?: boolean | undefined;
|
|
363
|
-
endIcon?: React.ReactNode;
|
|
364
|
-
fullWidth?: boolean | undefined;
|
|
365
|
-
startIcon?: React.ReactNode;
|
|
366
|
-
size: "small" | "xsmall" | "medium" | "large" | "xlarge";
|
|
367
|
-
color: RcPaletteProp | "primary" | "secondary" | "action" | "neutral" | "positive" | "negative";
|
|
368
|
-
variant: RcButtonVariant;
|
|
369
|
-
loadingMode: RcButtonColorLoadingMode;
|
|
370
|
-
focusVariant: "ripple" | "focusRing";
|
|
371
|
-
}, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "href" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "slot" | "translate" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "variant" | "innerRef" | "loading" | "CircularProgressProps" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "component" | "IconProps" | "focusVariant" | "disableFocusRipple" | "disableElevation" | "endIcon" | "fullWidth" | "startIcon" | "disabledVariant" | "loadingMode" | "keepElevation">;
|
|
52
|
+
declare const RcButton: any;
|
|
372
53
|
export { RcButton };
|
|
373
54
|
export type { RcButtonColor, RcButtonColorLoadingMode, RcButtonProps, RcButtonSize, RcButtonVariant, };
|
|
@@ -2,6 +2,6 @@ import { ComponentProps } from 'react';
|
|
|
2
2
|
import MuiButtonBase from '@material-ui/core/ButtonBase';
|
|
3
3
|
type RcButtonBaseProps = ComponentProps<typeof MuiButtonBase>;
|
|
4
4
|
/** @release */
|
|
5
|
-
declare const RcButtonBase:
|
|
5
|
+
declare const RcButtonBase: any;
|
|
6
6
|
export { RcButtonBase };
|
|
7
7
|
export type { RcButtonBaseProps };
|
|
@@ -1,20 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
2
|
import MuiButtonGroup from '@material-ui/core/ButtonGroup';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcButtonGroupProps = {} & RcBaseProps<ComponentProps<typeof MuiButtonGroup>, 'color' | 'variant' | 'size'>;
|
|
5
|
-
declare const RcButtonGroup:
|
|
6
|
-
children?: React.ReactNode;
|
|
7
|
-
color?: import("@material-ui/core").PropTypes.Color | undefined;
|
|
8
|
-
disabled?: boolean | undefined;
|
|
9
|
-
disableElevation?: boolean | undefined;
|
|
10
|
-
disableFocusRipple?: boolean | undefined;
|
|
11
|
-
disableRipple?: boolean | undefined;
|
|
12
|
-
fullWidth?: boolean | undefined;
|
|
13
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
14
|
-
size?: "small" | "medium" | "large" | undefined;
|
|
15
|
-
variant?: "text" | "contained" | "outlined" | undefined;
|
|
16
|
-
} & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core/ButtonGroup").ButtonGroupTypeMap<{}, "div">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
17
|
-
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
18
|
-
}, "ref" | "key" | "suppressHydrationWarning" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is">, "color" | "size" | "variant">, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
5
|
+
declare const RcButtonGroup: any;
|
|
19
6
|
export { RcButtonGroup };
|
|
20
7
|
export type { RcButtonGroupProps };
|