@ringcentral/juno 3.0.0-alpha.8 → 3.0.0-alpha.9
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 +3 -1
- package/components/Avatar/styles/StyledAvatarWrapper.d.ts +24 -1
- package/components/Avatar/styles/StyledIconAvatar.d.ts +7 -1
- package/components/Avatar/styles/StyledPresenceWrapper.d.ts +7 -1
- 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 +324 -1
- package/components/Buttons/ButtonBase/ButtonBase.d.ts +1 -1
- package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +15 -2
- package/components/Buttons/IconButton/IconButton.d.ts +386 -1
- 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 +2 -1
- package/components/Buttons/ToggleButton/ToggleButton.d.ts +6 -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 +8 -2
- package/components/Card/CardActions/CardActions.d.ts +2 -2
- package/components/Card/CardContent/CardContent.d.ts +6 -2
- package/components/Card/CardHeader/CardHeader.d.ts +22 -2
- package/components/Card/CardHoverActions/CardHoverActions.d.ts +2 -2
- package/components/Card/CardMedia/CardMedia.d.ts +14 -2
- package/components/Card/CardSelectionArea/CardSelectionArea.d.ts +2 -2
- package/components/Chip/Chip.d.ts +8 -2
- package/components/DetachedWindow/styles/DetachedWindowStyle.d.ts +1 -1
- package/components/Dialer/DialPad/DialPad.d.ts +63 -2
- package/components/Dialer/DialPadButton/DialPadButton.d.ts +2 -1
- package/components/Dialer/DialPadButton/styles/StyledDialPadButton.d.ts +1 -1
- package/components/Dialer/DialTextField/DialTextField.d.ts +2 -1
- package/components/Dialog/Dialog.d.ts +2 -2
- package/components/Dialog/DialogActions/DialogActions.d.ts +277 -2
- package/components/Dialog/DialogContent/DialogContent.d.ts +4 -2
- package/components/Dialog/DialogContentText/DialogContentText.d.ts +14 -2
- package/components/Dialog/DialogTitle/DialogTitle.d.ts +4 -2
- package/components/Divider/Divider.d.ts +14 -1
- package/components/DnD/DragDropContext/styles/StyledGlobalDraggable.d.ts +1 -1
- package/components/DnD/DragHandle/DragHandle.d.ts +4 -1
- package/components/DnD/Draggable/Draggable.d.ts +4 -1
- package/components/DnD/Droppable/Droppable.d.ts +2 -1
- package/components/Downshift/SuggestionList/SuggestionList.d.ts +44 -2
- package/components/Downshift/styles/DownshiftStyle.d.ts +356 -2
- package/components/Downshift/styles/StyledPopper.d.ts +11 -1
- package/components/Downshift/styles/StyledTextField.d.ts +8 -1
- package/components/Drawer/Drawer.d.ts +2 -2
- package/components/Forms/Checkbox/Checkbox.d.ts +6 -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 +2 -1
- package/components/Forms/FormHelperText/FormHelperText.d.ts +13 -2
- package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +13 -1
- package/components/Forms/FormLabel.d.ts +2 -1
- package/components/Forms/InputLabel/InputLabel.d.ts +2 -2
- package/components/Forms/InputLabel/styles/StyledInputLabel.d.ts +2 -1
- package/components/Forms/Picker/DatePicker/DatePicker.d.ts +34 -1
- package/components/Forms/Picker/DatePicker/Day.d.ts +1 -1
- package/components/Forms/Picker/DatePicker/styles/StyledCalendar.d.ts +12 -8
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +362 -4
- package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +2 -1
- package/components/Forms/Picker/DatePicker/styles/StyledYears.d.ts +5 -1
- package/components/Forms/Picker/TimePicker/NumberPicker.d.ts +30 -1
- package/components/Forms/Picker/TimePicker/ToggleText.d.ts +17 -1
- package/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +4 -1
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +14 -1
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionView.d.ts +2 -1
- package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +14 -1
- package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
- package/components/Forms/Picker/styles/StyledPickerTextField.d.ts +3 -1
- package/components/Forms/Picker/styles/StyledPopover.d.ts +2 -1
- package/components/Forms/Radio/Radio.d.ts +6 -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 +2 -1
- 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 +358 -1
- package/components/Forms/TextField/styles/ClearIconButton.d.ts +10 -1
- package/components/Forms/TextField/styles/TextFieldStyle.d.ts +1 -1
- package/components/Forms/Textarea/Textarea.d.ts +2 -1
- package/components/Grid/Grid.d.ts +21 -2
- package/components/Icon/Icon.d.ts +24 -1
- package/components/Icon/styles/iconSvg.d.ts +2 -1
- package/components/InlineEditable/InlineEditable.d.ts +67 -2
- package/components/InlineEditable/styles/textFieldStyle.d.ts +2 -2
- package/components/Link/Link.d.ts +23 -1
- package/components/List/List/List.d.ts +8 -2
- package/components/List/ListItem/ListItem.d.ts +325 -1
- 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 +438 -2
- package/components/Menu/MenuItem/styles/MenuItemStyle.d.ts +14 -1
- 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 +2 -1
- 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 +3 -1
- package/components/Menu/SubMenu/SubMenu.d.ts +2 -2
- package/components/Menu/SubMenu/styles/SubMenuStyle.d.ts +3 -2
- package/components/Pagination/Pagination/Pagination.d.ts +2 -2
- package/components/Pagination/PaginationItem/PaginationItem.d.ts +19 -2
- 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/Presence/Presence.d.ts +10 -1
- package/components/Presence/styles/StyledPresence.d.ts +3 -1
- 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 +2 -1
- 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 +4 -2
- package/components/Table/TableCell/TableCell.d.ts +294 -2
- package/components/Table/TableContainer/TableContainer.d.ts +2 -2
- package/components/Table/TableHead/TableHead.d.ts +4 -2
- package/components/Table/TableRow/TableRow.d.ts +2 -2
- package/components/TablePagination/TablePagination.d.ts +2 -2
- package/components/TablePagination/styles/TablePaginationStyle.d.ts +408 -2
- package/components/Tabs/Tab/Tab.d.ts +2 -2
- package/components/Tabs/TabList/TabList.d.ts +7 -1
- 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 +2 -1
- package/components/Tabs/Tabs/Tabs.d.ts +2 -2
- package/components/Tag/Tag.d.ts +14 -1
- package/components/Text/Text.d.ts +2 -1
- package/components/Thumbnail/Thumbnail.d.ts +13 -2
- package/components/Thumbnail/styles/StyledThumbnail.d.ts +8 -1
- package/components/Toolbar/Toolbar.d.ts +2 -1
- package/components/Tooltip/Tooltip.d.ts +2 -2
- package/components/Tooltip/styles/Mask.d.ts +1 -1
- package/components/Tooltip/withTooltip/withTooltip.d.ts +3 -2
- package/components/Tooltip/withTooltip/withTooltip.js +6 -3
- package/components/Typography/Typography.d.ts +6 -2
- package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +9 -1
- package/components/VirtualizedMenu/VirtualizedMenu.d.ts +2 -1
- package/components/VirtualizedMenu/VirtualizedMenuList.d.ts +1 -1
- package/components/VirtualizedMenu/styles/StyledMenuPadding.d.ts +6 -1
- package/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/es6/components/Tooltip/withTooltip/withTooltip.js +6 -3
- package/es6/foundation/styled-components.js +9 -4
- package/foundation/hooks/useFocusInside/useFocusInside.d.ts +1 -1
- package/foundation/styled-components.d.ts +15 -4
- package/foundation/styled-components.js +9 -4
- 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
|
@@ -14,6 +14,19 @@ type RcDividerProps = {
|
|
|
14
14
|
/** component for render root */
|
|
15
15
|
component?: React.ElementType;
|
|
16
16
|
} & React.HTMLAttributes<HTMLHRElement>;
|
|
17
|
-
declare const RcDivider:
|
|
17
|
+
declare const RcDivider: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
|
|
18
|
+
/** is that vertical */
|
|
19
|
+
vertical?: boolean | undefined;
|
|
20
|
+
/** size of divider */
|
|
21
|
+
size?: "bold" | "default" | undefined;
|
|
22
|
+
/** divider color */
|
|
23
|
+
color?: RcPaletteProp | undefined;
|
|
24
|
+
/** title on divider center, only work on horizontal */
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
/** title background color */
|
|
27
|
+
titleBgColor?: RcPaletteProp | undefined;
|
|
28
|
+
/** component for render root */
|
|
29
|
+
component?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
30
|
+
} & React.HTMLAttributes<HTMLHRElement> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
18
31
|
export { RcDivider };
|
|
19
32
|
export type { RcDividerProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GlobalDraggableStyle: any
|
|
1
|
+
export declare const GlobalDraggableStyle: import("styled-components").GlobalStyleComponent<any, import("../../../../foundation").RcTheme>;
|
|
@@ -5,6 +5,9 @@ type RcDragHandleProps = {
|
|
|
5
5
|
className?: string;
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
} & RcDragHandleClassesType;
|
|
8
|
-
declare const RcDragHandle:
|
|
8
|
+
declare const RcDragHandle: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
|
|
9
|
+
className?: string | undefined;
|
|
10
|
+
children?: React.ReactNode;
|
|
11
|
+
} & RcDragHandleClassesType & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
9
12
|
export { RcDragHandle };
|
|
10
13
|
export type { RcDragHandleProps };
|
|
@@ -13,6 +13,9 @@ type RcDraggableProps = {
|
|
|
13
13
|
directionOnly?: Direction;
|
|
14
14
|
children: RcDraggableChildrenFn;
|
|
15
15
|
} & RcClassesProps<'root' | 'isDragging'> & Omit<DraggableProps, 'children'>;
|
|
16
|
-
declare const RcDraggable:
|
|
16
|
+
declare const RcDraggable: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
|
|
17
|
+
directionOnly?: Direction | undefined;
|
|
18
|
+
children: RcDraggableChildrenFn;
|
|
19
|
+
} & RcClassesProps<"root" | "isDragging"> & Omit<DraggableProps, "children"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
17
20
|
export { RcDraggable };
|
|
18
21
|
export type { RcDraggableProps, RcDraggableProvided, RcDraggableRubric, RcDraggableStateSnapshot, };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { DroppableProps, DroppableProvided, DroppableStateSnapshot } from 'react-beautiful-dnd';
|
|
2
3
|
type RcDroppableProps = DroppableProps;
|
|
3
4
|
type RcDroppableProvided = DroppableProvided;
|
|
4
5
|
type RcDroppableStateSnapshot = DroppableStateSnapshot;
|
|
5
|
-
declare const RcDroppable: any
|
|
6
|
+
declare const RcDroppable: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<DroppableProps & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
6
7
|
export { RcDroppable };
|
|
7
8
|
export type { RcDroppableProps, RcDroppableProvided, RcDroppableStateSnapshot };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
1
|
+
import React, { HTMLAttributes } from 'react';
|
|
2
2
|
import { RcBaseProps, RcClassesProps } from '../../../foundation';
|
|
3
3
|
import { VirtuosoProps } from '../../Virtuoso';
|
|
4
4
|
import { RcDownshiftProps } from '../Downshift';
|
|
@@ -47,4 +47,46 @@ export type InnerSuggestionListProps = {
|
|
|
47
47
|
*/
|
|
48
48
|
selectedIndex?: number;
|
|
49
49
|
} & Pick<RcDownshiftProps, 'inputValue' | 'MenuItem' | 'renderOption' | 'getOptionDisabled' | 'renderGroup' | 'groupExpanded' | 'groupVariant' | 'getOptionLabel'> & RcSuggestionListProps<any>;
|
|
50
|
-
export declare const RcSuggestionList:
|
|
50
|
+
export declare const RcSuggestionList: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
|
|
51
|
+
/** current highlightedIndex */
|
|
52
|
+
highlightedIndex: number;
|
|
53
|
+
/** select options */
|
|
54
|
+
options: RcDownshiftSelectedItem[];
|
|
55
|
+
/** each item props getter */
|
|
56
|
+
getItemProps: (options: RcDownshiftGetItemPropsOptions<RcDownshiftSelectedItem>) => any;
|
|
57
|
+
/** menu wrapper props getter */
|
|
58
|
+
getMenuProps: (restMenuProps?: HTMLAttributes<HTMLElement> | undefined) => HTMLAttributes<HTMLElement>;
|
|
59
|
+
/** that reason that change highlighted */
|
|
60
|
+
changeHighlightedIndexReason: RcDownshiftHighlightChangeReason | undefined;
|
|
61
|
+
/** is that need keep highlighted index, that will be helpful when you need load more options when scroll */
|
|
62
|
+
isKeepHighlightedIndex?: boolean | undefined;
|
|
63
|
+
/** trigger when need update outside popper position */
|
|
64
|
+
onUpdatePopper?: (() => any) | undefined;
|
|
65
|
+
/** options group list, use for calculate `aria-setsize` */
|
|
66
|
+
optionsGroupList?: RcDownshiftGroupedOption<RcDownshiftSelectedItem>[] | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* ## should always keep absolute for better render,
|
|
69
|
+
* but when you wrap that in modal or a non have width container,
|
|
70
|
+
* set that as `unset`, let outside `absolute` container to calculate that.
|
|
71
|
+
*/
|
|
72
|
+
position?: "unset" | "absolute" | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* in autocomplete mode, that will have selected index, show selected when focused
|
|
75
|
+
*/
|
|
76
|
+
selectedIndex?: number | undefined;
|
|
77
|
+
} & Pick<RcDownshiftProps, "getOptionDisabled" | "getOptionLabel" | "renderOption" | "groupVariant" | "groupExpanded" | "renderGroup" | "MenuItem" | "inputValue"> & RcBaseProps<Partial<VirtuosoProps<any, undefined>>, "data" | "totalCount" | "itemContent"> & {
|
|
78
|
+
/**
|
|
79
|
+
* that virtual list container height,
|
|
80
|
+
*
|
|
81
|
+
* @default 100%
|
|
82
|
+
*/
|
|
83
|
+
maxContainerHeight?: number | "100%" | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* vertical padding from the list
|
|
86
|
+
*
|
|
87
|
+
* @default false
|
|
88
|
+
*/
|
|
89
|
+
padding?: number | boolean | undefined;
|
|
90
|
+
/** is that menu virtualize */
|
|
91
|
+
virtualize?: boolean | undefined;
|
|
92
|
+
} & RcClassesProps<"root" | "expanded" | "toggle" | "groupTitle"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
@@ -1,5 +1,359 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
1
3
|
import { RcThemedStyled } from '../../../foundation';
|
|
2
4
|
import { RcDownshiftProps } from '../Downshift';
|
|
3
|
-
export declare const ArrowDownButton:
|
|
4
|
-
|
|
5
|
+
export declare const ArrowDownButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
6
|
+
title?: NonNullable<import("react").ReactNode> | undefined;
|
|
7
|
+
useRcTooltip?: boolean | undefined;
|
|
8
|
+
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
9
|
+
} & Omit<Omit<Omit<import("../../Buttons/IconButton/IconButton").RcIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref">, "title"> & import("react").RefAttributes<HTMLButtonElement>> & import("react").ComponentType<import("../../Tooltip/withTooltip/withTooltip").WithTooltipProps<Omit<Omit<import("../../Buttons/IconButton/IconButton").RcIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref">>>, import("../../../foundation").RcTheme, {
|
|
10
|
+
title?: NonNullable<import("react").ReactNode> | undefined;
|
|
11
|
+
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
12
|
+
symbol?: import("../../Icon/Icon").SvgSymbol | undefined;
|
|
13
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
14
|
+
key?: import("react").Key | null | undefined;
|
|
15
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
16
|
+
id?: string | undefined;
|
|
17
|
+
lang?: string | undefined;
|
|
18
|
+
name?: string | undefined;
|
|
19
|
+
style?: import("react").CSSProperties | undefined;
|
|
20
|
+
role?: import("react").AriaRole | undefined;
|
|
21
|
+
tabIndex?: string | number | undefined;
|
|
22
|
+
elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
23
|
+
href?: string | undefined;
|
|
24
|
+
radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
|
|
25
|
+
"aria-activedescendant"?: string | undefined;
|
|
26
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
27
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
28
|
+
"aria-braillelabel"?: string | undefined;
|
|
29
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
30
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
32
|
+
"aria-colcount"?: number | undefined;
|
|
33
|
+
"aria-colindex"?: number | undefined;
|
|
34
|
+
"aria-colindextext"?: string | undefined;
|
|
35
|
+
"aria-colspan"?: number | undefined;
|
|
36
|
+
"aria-controls"?: string | undefined;
|
|
37
|
+
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
38
|
+
"aria-describedby"?: string | undefined;
|
|
39
|
+
"aria-description"?: string | undefined;
|
|
40
|
+
"aria-details"?: string | undefined;
|
|
41
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
42
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
43
|
+
"aria-errormessage"?: string | undefined;
|
|
44
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
45
|
+
"aria-flowto"?: string | undefined;
|
|
46
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
47
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
48
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
49
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
50
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
51
|
+
"aria-label"?: string | undefined;
|
|
52
|
+
"aria-labelledby"?: string | undefined;
|
|
53
|
+
"aria-level"?: number | undefined;
|
|
54
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
55
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
56
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
57
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
59
|
+
"aria-owns"?: string | undefined;
|
|
60
|
+
"aria-placeholder"?: string | undefined;
|
|
61
|
+
"aria-posinset"?: number | undefined;
|
|
62
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
64
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
65
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
66
|
+
"aria-roledescription"?: string | undefined;
|
|
67
|
+
"aria-rowcount"?: number | undefined;
|
|
68
|
+
"aria-rowindex"?: number | undefined;
|
|
69
|
+
"aria-rowindextext"?: string | undefined;
|
|
70
|
+
"aria-rowspan"?: number | undefined;
|
|
71
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
72
|
+
"aria-setsize"?: number | undefined;
|
|
73
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
74
|
+
"aria-valuemax"?: number | undefined;
|
|
75
|
+
"aria-valuemin"?: number | undefined;
|
|
76
|
+
"aria-valuenow"?: number | undefined;
|
|
77
|
+
"aria-valuetext"?: string | undefined;
|
|
78
|
+
children?: import("react").ReactNode;
|
|
79
|
+
dangerouslySetInnerHTML?: {
|
|
80
|
+
__html: string | TrustedHTML;
|
|
81
|
+
} | undefined;
|
|
82
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
83
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
84
|
+
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
85
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
86
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
87
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
88
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
89
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
90
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
91
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
92
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
93
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
94
|
+
onFocus?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
95
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
96
|
+
onBlur?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
97
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
98
|
+
onChange?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
99
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
100
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
101
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
102
|
+
onInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
103
|
+
onInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
104
|
+
onReset?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
105
|
+
onResetCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
106
|
+
onSubmit?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
107
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
108
|
+
onInvalid?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
109
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
110
|
+
onLoad?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
111
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
112
|
+
onError?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
113
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
114
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
115
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
116
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
117
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
118
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
119
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
120
|
+
onAbort?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
121
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
122
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
123
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
124
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
125
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
126
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
127
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
128
|
+
onEmptied?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
129
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
130
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
131
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
132
|
+
onEnded?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
133
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
134
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
135
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
136
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
137
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
138
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
139
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
140
|
+
onPause?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
141
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
142
|
+
onPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
143
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
144
|
+
onPlaying?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
145
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
146
|
+
onProgress?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
147
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
148
|
+
onRateChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
149
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
150
|
+
onResize?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
151
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
152
|
+
onSeeked?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
153
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
154
|
+
onSeeking?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
155
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
156
|
+
onStalled?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
157
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
158
|
+
onSuspend?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
159
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
160
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
161
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
162
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
163
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
164
|
+
onWaiting?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
165
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
166
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
167
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
168
|
+
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
169
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
170
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
171
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
172
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
173
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
174
|
+
onDrag?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
175
|
+
onDragCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
176
|
+
onDragEnd?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
177
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
178
|
+
onDragEnter?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
179
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
180
|
+
onDragExit?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
181
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
182
|
+
onDragLeave?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
183
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
184
|
+
onDragOver?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
185
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
186
|
+
onDragStart?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
187
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
188
|
+
onDrop?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
189
|
+
onDropCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
190
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
191
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
192
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
193
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
194
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
195
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
196
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
197
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
198
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
199
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
200
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
201
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
202
|
+
onSelect?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
203
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
204
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
205
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
206
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
207
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
208
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
209
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
210
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
211
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
212
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
213
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
214
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
215
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
216
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
217
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
218
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
219
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
220
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
221
|
+
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
222
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
223
|
+
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
224
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
225
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
226
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
227
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
228
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
229
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
230
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
231
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
232
|
+
onScroll?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
|
|
233
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
|
|
234
|
+
onWheel?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
|
|
235
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
|
|
236
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
237
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
238
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
239
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
240
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
241
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
242
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
243
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
244
|
+
form?: string | undefined;
|
|
245
|
+
slot?: string | undefined;
|
|
246
|
+
download?: boolean | undefined;
|
|
247
|
+
translate?: "no" | "yes" | undefined;
|
|
248
|
+
defaultChecked?: boolean | undefined;
|
|
249
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
250
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
251
|
+
accessKey?: string | undefined;
|
|
252
|
+
autoFocus?: boolean | undefined;
|
|
253
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
254
|
+
contextMenu?: string | undefined;
|
|
255
|
+
dir?: string | undefined;
|
|
256
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
257
|
+
hidden?: boolean | undefined;
|
|
258
|
+
nonce?: string | undefined;
|
|
259
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
260
|
+
radioGroup?: string | undefined;
|
|
261
|
+
about?: string | undefined;
|
|
262
|
+
content?: string | undefined;
|
|
263
|
+
datatype?: string | undefined;
|
|
264
|
+
inlist?: any;
|
|
265
|
+
prefix?: string | undefined;
|
|
266
|
+
property?: string | undefined;
|
|
267
|
+
rel?: string | undefined;
|
|
268
|
+
resource?: string | undefined;
|
|
269
|
+
rev?: string | undefined;
|
|
270
|
+
typeof?: string | undefined;
|
|
271
|
+
vocab?: string | undefined;
|
|
272
|
+
autoCapitalize?: string | undefined;
|
|
273
|
+
autoCorrect?: string | undefined;
|
|
274
|
+
autoSave?: string | undefined;
|
|
275
|
+
itemProp?: string | undefined;
|
|
276
|
+
itemScope?: boolean | undefined;
|
|
277
|
+
itemType?: string | undefined;
|
|
278
|
+
itemID?: string | undefined;
|
|
279
|
+
itemRef?: string | undefined;
|
|
280
|
+
results?: number | undefined;
|
|
281
|
+
security?: string | undefined;
|
|
282
|
+
unselectable?: "off" | "on" | undefined;
|
|
283
|
+
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
284
|
+
is?: string | undefined;
|
|
285
|
+
value?: string | number | readonly string[] | undefined;
|
|
286
|
+
innerRef?: import("react").Ref<any> | undefined;
|
|
287
|
+
iconColor?: import("../../../foundation").RcPaletteProp | undefined;
|
|
288
|
+
iconSize?: import("../..").IconSize | undefined;
|
|
289
|
+
loading?: boolean | undefined;
|
|
290
|
+
CircularProgressProps?: import("../../Progress/CircularProgress/CircularProgress").RcCircularProgressProps | undefined;
|
|
291
|
+
tooltipForceHide?: boolean | undefined;
|
|
292
|
+
disabled?: boolean | undefined;
|
|
293
|
+
formAction?: string | undefined;
|
|
294
|
+
formEncType?: string | undefined;
|
|
295
|
+
formMethod?: string | undefined;
|
|
296
|
+
formNoValidate?: boolean | undefined;
|
|
297
|
+
formTarget?: string | undefined;
|
|
298
|
+
action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
299
|
+
buttonRef?: (import("react").RefObject<HTMLButtonElement> & import("react").Ref<unknown>) | undefined;
|
|
300
|
+
centerRipple?: boolean | undefined;
|
|
301
|
+
disableRipple?: boolean | undefined;
|
|
302
|
+
focusVisibleClassName?: string | undefined;
|
|
303
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
304
|
+
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
305
|
+
invisible?: boolean | undefined;
|
|
306
|
+
tooltipTitle?: string | undefined;
|
|
307
|
+
tooltipPlacement?: "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top-start" | "top" | undefined;
|
|
308
|
+
disableToolTip?: boolean | undefined;
|
|
309
|
+
popperProps?: Pick<import("@material-ui/core").PopperProps, "disablePortal"> | undefined;
|
|
310
|
+
externalLink?: boolean | undefined;
|
|
311
|
+
ariaLabel?: string | undefined;
|
|
312
|
+
aRef?: import("react").RefObject<HTMLAnchorElement> | undefined;
|
|
313
|
+
shouldPersistBg?: boolean | undefined;
|
|
314
|
+
stretchIcon?: boolean | undefined;
|
|
315
|
+
useColorWhenDisabled?: boolean | undefined;
|
|
316
|
+
activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
317
|
+
disabledFakeBorder?: boolean | undefined;
|
|
318
|
+
IconProps?: import("../../Icon/Icon").RcIconProps | undefined;
|
|
319
|
+
alwaysEnableTooltip?: boolean | undefined;
|
|
320
|
+
variant: import("../../Buttons/IconButton/IconButton").RcIconButtonVariant;
|
|
321
|
+
color: import("../../../foundation").RcPaletteProp;
|
|
322
|
+
size: import("../../Buttons/IconButton/IconButton").RcIconButtonSize;
|
|
323
|
+
type: "button" | "reset" | "submit";
|
|
324
|
+
focusRipple: boolean;
|
|
325
|
+
disableTouchRipple: boolean;
|
|
326
|
+
classes: Partial<import("@material-ui/styles").ClassNameMap<"round" | "icon" | "inverse" | "outline" | "invisible" | "contained" | "persistBg">> & Partial<import("@material-ui/styles").ClassNameMap<import("@material-ui/core").ButtonBaseClassKey>>;
|
|
327
|
+
useRcTooltip: boolean;
|
|
328
|
+
focusVariant: "highlight" | "focusRing";
|
|
329
|
+
} & {
|
|
330
|
+
variant?: import("../../Buttons/IconButton/IconButton").RcIconButtonVariant | undefined;
|
|
331
|
+
size?: import("../../Buttons/IconButton/IconButton").RcIconButtonSize | undefined;
|
|
332
|
+
shouldPersistBg?: boolean | undefined;
|
|
333
|
+
invisible?: boolean | undefined;
|
|
334
|
+
stretchIcon?: boolean | undefined;
|
|
335
|
+
useColorWhenDisabled?: boolean | undefined;
|
|
336
|
+
radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
|
|
337
|
+
elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
338
|
+
activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
339
|
+
disabledFakeBorder?: boolean | undefined;
|
|
340
|
+
IconProps?: import("../../Icon/Icon").RcIconProps | undefined;
|
|
341
|
+
focusVariant?: "highlight" | "focusRing" | undefined;
|
|
342
|
+
} & import("../../Buttons/IconButton/deprecated/IconButtonProps").RcIconButtonDeprecatedProps & Pick<import("../../Icon/Icon").RcIconProps, "symbol" | "color" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps"> & import("../../../foundation").RcClassesProps<"round" | "icon" | "inverse" | "outline" | "invisible" | "contained" | "persistBg"> & import("../../../foundation").RcBaseProps<{
|
|
343
|
+
action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
344
|
+
buttonRef?: import("react").Ref<unknown> | undefined;
|
|
345
|
+
centerRipple?: boolean | undefined;
|
|
346
|
+
children?: import("react").ReactNode;
|
|
347
|
+
disabled?: boolean | undefined;
|
|
348
|
+
disableRipple?: boolean | undefined;
|
|
349
|
+
disableTouchRipple?: boolean | undefined;
|
|
350
|
+
focusRipple?: boolean | undefined;
|
|
351
|
+
focusVisibleClassName?: string | undefined;
|
|
352
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
353
|
+
tabIndex?: string | number | undefined;
|
|
354
|
+
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
355
|
+
} & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").ButtonBaseTypeMap<{}, "button">>> & Pick<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
356
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
357
|
+
}, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "name" | "type" | "role" | "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" | "form" | "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" | "value" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">, "color">, "symbol" | "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "elevation" | "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" | "title" | "download" | "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" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps" | "tooltipForceHide" | "useRcTooltip" | "TooltipProps" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "invisible" | "tooltipTitle" | "tooltipPlacement" | "disableToolTip" | "popperProps" | "externalLink" | "ariaLabel" | "aRef" | "shouldPersistBg" | "stretchIcon" | "useColorWhenDisabled" | "activeElevation" | "disabledFakeBorder" | "IconProps" | "focusVariant" | "alwaysEnableTooltip">;
|
|
358
|
+
export declare const EndAdornment: import("styled-components").StyledComponent<"div", import("../../../foundation").RcTheme, {}, never>;
|
|
5
359
|
export declare const DownshiftStyle: RcThemedStyled<RcDownshiftProps, any>;
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
+
import React, { ComponentType } from 'react';
|
|
2
|
+
import { RcPopperProps } from '../../Popper';
|
|
1
3
|
export type PopperPosition = 'top-start' | 'bottom-start';
|
|
2
|
-
|
|
4
|
+
type StyledPopperProps = RcPopperProps & {
|
|
5
|
+
position: PopperPosition;
|
|
6
|
+
/**
|
|
7
|
+
* custom component for popper
|
|
8
|
+
*/
|
|
9
|
+
component?: ComponentType<RcPopperProps>;
|
|
10
|
+
};
|
|
11
|
+
export declare const StyledPopper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<StyledPopperProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
12
|
+
export {};
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { RcTextFieldProps } from '../../Forms/TextField';
|
|
3
|
+
import { RcDownshiftProps } from '../Downshift';
|
|
4
|
+
type StyledTextFieldProps = {
|
|
5
|
+
hasTags: boolean;
|
|
6
|
+
} & RcTextFieldProps & Pick<RcDownshiftProps, 'renderInput'>;
|
|
7
|
+
export declare const StyledTextField: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<StyledTextFieldProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
8
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiDrawer from '@material-ui/core/Drawer';
|
|
3
3
|
import { RcBaseProps, RcTheme } from '../../foundation';
|
|
4
4
|
type RcDrawerProps = {
|
|
@@ -11,6 +11,6 @@ type RcDrawerProps = {
|
|
|
11
11
|
*/
|
|
12
12
|
inlinePaper?: boolean;
|
|
13
13
|
} & RcBaseProps<ComponentProps<typeof MuiDrawer>>;
|
|
14
|
-
declare const RcDrawer: any
|
|
14
|
+
declare const RcDrawer: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcDrawerProps, "ref"> & React.RefAttributes<any>>, RcTheme, {}, never>;
|
|
15
15
|
export { RcDrawer };
|
|
16
16
|
export type { RcDrawerProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiCheckbox from '@material-ui/core/Checkbox';
|
|
3
3
|
import { RcBaseFormControlLabelProps, RcBaseLabelPlacement, RcBaseProps } from '../../../foundation';
|
|
4
4
|
import { RcIconButtonSize } from '../../Buttons/IconButton';
|
|
@@ -9,6 +9,10 @@ type RcCheckboxProps = {
|
|
|
9
9
|
/** @deprecated using size to replace that */
|
|
10
10
|
iconSize?: RcIconButtonSize;
|
|
11
11
|
} & RcCheckedStyledProps<RcCheckboxFormControlLabelProps> & RcBaseProps<ComponentProps<typeof MuiCheckbox>, 'size' | 'color' | 'title' | 'edge'>;
|
|
12
|
-
declare const RcCheckbox:
|
|
12
|
+
declare const RcCheckbox: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
|
|
13
|
+
title?: NonNullable<React.ReactNode> | undefined;
|
|
14
|
+
useRcTooltip?: boolean | undefined;
|
|
15
|
+
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
16
|
+
} & Omit<Omit<Omit<RcCheckboxProps, "ref"> & React.RefAttributes<any>, "ref">, "title"> & React.RefAttributes<any>> & React.ComponentType<import("../../Tooltip/withTooltip/withTooltip").WithTooltipProps<Omit<Omit<RcCheckboxProps, "ref"> & React.RefAttributes<any>, "ref">>>, import("../../../foundation").RcTheme, {}, never>;
|
|
13
17
|
export { RcCheckbox };
|
|
14
18
|
export type { RcCheckboxFormControlLabelProps, RcCheckboxLabelPlacement, RcCheckboxProps, };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormControlProps } from '@material-ui/core/FormControl';
|
|
2
2
|
type RcFormControlProps = FormControlProps;
|
|
3
3
|
/** @release */
|
|
4
|
-
declare const RcFormControl:
|
|
4
|
+
declare const RcFormControl: import("styled-components").StyledComponent<import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core/FormControl").FormControlTypeMap<{}, "div">>, import("../../foundation").RcTheme, {}, never>;
|
|
5
5
|
export { RcFormControl };
|
|
6
6
|
export type { RcFormControlProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiFormControlLabel from '@material-ui/core/FormControlLabel';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcFormControlLabelProps = {} & RcBaseProps<ComponentProps<typeof MuiFormControlLabel>>;
|
|
5
|
-
declare const RcFormControlLabel: any
|
|
5
|
+
declare const RcFormControlLabel: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/FormControlLabel").FormControlLabelProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcFormControlLabel };
|
|
7
7
|
export type { RcFormControlLabelProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledControl:
|
|
1
|
+
export declare const StyledControl: import("styled-components").StyledComponent<"span", import("../../../../foundation").RcTheme, {}, never>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FormGroupProps as MuiFormGroupProps } from '@material-ui/core/FormGroup';
|
|
2
3
|
type RcFormGroupProps = MuiFormGroupProps;
|
|
3
4
|
/** @release */
|
|
4
|
-
declare const RcFormGroup: any
|
|
5
|
+
declare const RcFormGroup: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<MuiFormGroupProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
5
6
|
export { RcFormGroup };
|
|
6
7
|
export type { RcFormGroupProps };
|