@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
|
@@ -1,7 +1,24 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiPaginationItem from '@material-ui/lab/PaginationItem';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcPaginationItemProps = {} & RcBaseProps<ComponentProps<typeof MuiPaginationItem>>;
|
|
5
|
-
|
|
5
|
+
interface RcPaginationItemTypeMap<D extends React.ElementType = 'div'> {
|
|
6
|
+
props: RcPaginationItemProps;
|
|
7
|
+
defaultComponent: D;
|
|
8
|
+
}
|
|
9
|
+
declare const RcPaginationItem: import("@material-ui/core/OverridableComponent").OverridableComponent<RcPaginationItemTypeMap<"div"> & {
|
|
10
|
+
classKey: "";
|
|
11
|
+
}> & import("../../../foundation").CustomStyledComponentResult<RcBaseProps<{
|
|
12
|
+
color?: "primary" | "secondary" | "standard" | undefined;
|
|
13
|
+
disabled?: boolean | undefined;
|
|
14
|
+
page?: number | undefined;
|
|
15
|
+
selected?: boolean | undefined;
|
|
16
|
+
shape?: "round" | "rounded" | undefined;
|
|
17
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
18
|
+
type?: "page" | "previous" | "first" | "last" | "next" | "start-ellipsis" | "end-ellipsis" | undefined;
|
|
19
|
+
variant?: "text" | "outlined" | undefined;
|
|
20
|
+
} & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/lab/PaginationItem").PaginationItemTypeMap<{}, "div">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
21
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
22
|
+
}, "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" | "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" | "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">>>;
|
|
6
23
|
export { RcPaginationItem };
|
|
7
24
|
export type { RcPaginationItemProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiPaper from '@material-ui/core/Paper';
|
|
3
3
|
import { RcBaseProps } from '../../foundation';
|
|
4
4
|
type RcPaperProps = {} & RcBaseProps<ComponentProps<typeof MuiPaper>>;
|
|
5
|
-
declare const RcPaper: any
|
|
5
|
+
declare const RcPaper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Paper").PaperProps>, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcPaper };
|
|
7
7
|
export type { RcPaperProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiPopover from '@material-ui/core/Popover';
|
|
3
3
|
import { RcBaseProps } from '../../foundation';
|
|
4
4
|
type RcPopoverProps = {} & RcBaseProps<ComponentProps<typeof MuiPopover>>;
|
|
5
|
-
declare const RcPopover: any
|
|
5
|
+
declare const RcPopover: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Popover").PopoverProps>, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcPopover };
|
|
7
7
|
export type { RcPopoverProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiPopper from '@material-ui/core/Popper';
|
|
3
3
|
import { RcBaseProps } from '../../foundation';
|
|
4
4
|
type RcPopperProps = {} & RcBaseProps<ComponentProps<typeof MuiPopper>>;
|
|
5
|
-
declare const RcPopper: any
|
|
5
|
+
declare const RcPopper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Popper").PopperProps>, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcPopper };
|
|
7
7
|
export type { RcPopperProps };
|
|
@@ -50,6 +50,6 @@ type RcDialogFuncProps = {
|
|
|
50
50
|
/**
|
|
51
51
|
* display a simple message or display a message and take user's confirmation on it or display a popup to take a user's input value
|
|
52
52
|
*/
|
|
53
|
-
declare const RcPopupBox: any
|
|
53
|
+
declare const RcPopupBox: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcPopupBoxProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
54
54
|
export { RcPopupBox };
|
|
55
55
|
export type { RcDialogFuncProps, RcPopupBoxProps };
|
|
@@ -23,6 +23,15 @@ type PresenceSizeProps = {
|
|
|
23
23
|
color?: RcPaletteProp;
|
|
24
24
|
};
|
|
25
25
|
/** @release */
|
|
26
|
-
declare const RcPresence:
|
|
26
|
+
declare const RcPresence: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
|
|
27
|
+
/** presence type */
|
|
28
|
+
type?: RcPresenceType | undefined;
|
|
29
|
+
/** size of presence */
|
|
30
|
+
size?: "small" | "xxsmall" | "xsmall" | "medium" | "large" | "xlarge" | undefined;
|
|
31
|
+
/** custom presence border, default is equal to size */
|
|
32
|
+
borderSize?: "small" | "xxsmall" | "xsmall" | "medium" | "large" | "xlarge" | undefined;
|
|
33
|
+
/** other custom color with presence */
|
|
34
|
+
color?: RcPaletteProp | undefined;
|
|
35
|
+
} & Omit<React.HTMLAttributes<HTMLDivElement>, "color"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
27
36
|
export { RcPresence };
|
|
28
37
|
export type { RcPresenceProps, RcPresenceSize, RcPresenceType, PresenceSizeProps, };
|
|
@@ -3,5 +3,7 @@ import { PresenceSizeProps } from '../Presence';
|
|
|
3
3
|
export declare const _StyledPresence: React.ForwardRefExoticComponent<PresenceSizeProps & {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
} & React.RefAttributes<any>>;
|
|
6
|
-
export declare const StyledPresence:
|
|
6
|
+
export declare const StyledPresence: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<PresenceSizeProps & {
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
} & React.RefAttributes<any>>, import("../../../foundation").RcTheme, PresenceSizeProps, never>;
|
|
7
9
|
export declare const PresenceContainer: React.ComponentType<PresenceSizeProps & React.HTMLAttributes<HTMLDivElement>>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiCircularProgress from '@material-ui/core/CircularProgress';
|
|
3
3
|
import { RcBaseProps, RcPaletteKeys } from '../../../foundation';
|
|
4
4
|
type RcCircularProgressProps = {
|
|
5
5
|
/** custom color */
|
|
6
6
|
color?: RcPaletteKeys | 'inherit';
|
|
7
7
|
} & RcBaseProps<ComponentProps<typeof MuiCircularProgress>, 'color'>;
|
|
8
|
-
declare const RcCircularProgress: any
|
|
8
|
+
declare const RcCircularProgress: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcCircularProgressProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
9
9
|
export { RcCircularProgress };
|
|
10
10
|
export type { RcCircularProgressProps };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiLinearProgress from '@material-ui/core/LinearProgress';
|
|
3
3
|
import { RcBaseProps, RcPaletteKeys } from '../../../foundation';
|
|
4
4
|
type RcLinearProgressProps = {
|
|
5
5
|
/** custom color */
|
|
6
6
|
color?: RcPaletteKeys;
|
|
7
7
|
} & RcBaseProps<ComponentProps<typeof MuiLinearProgress>, 'color'>;
|
|
8
|
-
declare const RcLinearProgress: any
|
|
8
|
+
declare const RcLinearProgress: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcLinearProgressProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
9
9
|
export { RcLinearProgress };
|
|
10
10
|
export type { RcLinearProgressProps };
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import MuiCircularProgress from '@material-ui/core/CircularProgress';
|
|
2
|
+
declare const StyledCircularProgress: import("styled-components").StyledComponent<typeof MuiCircularProgress, import("../../../foundation").RcTheme, {}, never>;
|
|
2
3
|
export { StyledCircularProgress };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiRating from '@material-ui/lab/Rating';
|
|
3
3
|
import { RcBaseProps, RcPaletteProp } from '../../foundation';
|
|
4
4
|
import { RcTooltipProps } from '../Tooltip';
|
|
@@ -14,6 +14,6 @@ type RcRatingProps = {
|
|
|
14
14
|
/** color for rating icon, when is not emphasized */
|
|
15
15
|
color?: RcPaletteProp;
|
|
16
16
|
} & RcBaseProps<ComponentProps<typeof MuiRating>, 'size' | 'precision' | 'IconContainerComponent'>;
|
|
17
|
-
declare const RcRating: any
|
|
17
|
+
declare const RcRating: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcRatingProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
18
18
|
export { RcRating };
|
|
19
19
|
export type { RcRatingProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiSnackbar from '@material-ui/core/Snackbar';
|
|
3
3
|
import { RcBaseProps } from '../../foundation';
|
|
4
4
|
import { RcSnackbarContentProps } from './SnackbarContent';
|
|
@@ -6,6 +6,6 @@ type RcSnackbarProps = {
|
|
|
6
6
|
/** props apply for `RcSnackbarContent` */
|
|
7
7
|
ContentProps?: RcSnackbarContentProps;
|
|
8
8
|
} & RcBaseProps<ComponentProps<typeof MuiSnackbar>> & Pick<RcSnackbarContentProps, 'size' | 'type'>;
|
|
9
|
-
declare const RcSnackbar: any
|
|
9
|
+
declare const RcSnackbar: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcSnackbarProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
10
10
|
export { RcSnackbar };
|
|
11
11
|
export type { RcSnackbarProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiButtonBase from '@material-ui/core/ButtonBase';
|
|
3
3
|
import { RcBaseProps, RcClassesProps, RcPaletteProp } from '../../../foundation';
|
|
4
4
|
import { RcIconProps, SvgSymbol } from '../../Icon';
|
|
@@ -13,6 +13,6 @@ type RcSnackbarActionProps = {
|
|
|
13
13
|
/** @deprecated should use symbol to replace that */
|
|
14
14
|
icon?: SvgSymbol;
|
|
15
15
|
} & RcClassesProps<'icon' | 'text'> & RcBaseProps<ComponentProps<typeof MuiButtonBase>, 'color'> & Pick<RcIconProps, 'symbol'>;
|
|
16
|
-
declare const RcSnackbarAction:
|
|
16
|
+
declare const RcSnackbarAction: import("styled-components").StyledComponent<React.FunctionComponent<RcSnackbarActionProps>, import("../../../foundation").RcTheme, {}, never>;
|
|
17
17
|
export { RcSnackbarAction };
|
|
18
18
|
export type { RcSnackbarActionProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiSnackbarContent from '@material-ui/core/SnackbarContent';
|
|
3
3
|
import { RcBaseProps, RcBaseSize } from '../../../foundation';
|
|
4
4
|
type RcSnackbarContentMessageAlignment = 'left' | 'center' | 'right';
|
|
@@ -22,6 +22,6 @@ type RcSnackbarContentProps = {
|
|
|
22
22
|
/** @deprecated please use `aria-label` directly */
|
|
23
23
|
ariaLabel?: string;
|
|
24
24
|
} & RcBaseProps<ComponentProps<typeof MuiSnackbarContent>, 'variant' | 'elevation'>;
|
|
25
|
-
declare const RcSnackbarContent: any
|
|
25
|
+
declare const RcSnackbarContent: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcSnackbarContentProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
26
26
|
export { RcSnackbarContent };
|
|
27
27
|
export type { RcSnackbarContentProps, RcSnackbarContentSize, RcSnackbarContentType, };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiStep from '@material-ui/core/Step';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcStepProps = {} & RcBaseProps<ComponentProps<typeof MuiStep>>;
|
|
5
|
-
declare const RcStep: any
|
|
5
|
+
declare const RcStep: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Step").StepProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcStep };
|
|
7
7
|
export type { RcStepProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiStepButton from '@material-ui/core/StepButton';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
import { RcStepLabelProps } from '../StepLabel';
|
|
@@ -6,6 +6,6 @@ type RcStepButtonProps = {
|
|
|
6
6
|
/** props apply for `StepLabel` */
|
|
7
7
|
StepLabelProps?: RcStepLabelProps;
|
|
8
8
|
} & RcBaseProps<ComponentProps<typeof MuiStepButton>> & Pick<RcStepLabelProps, 'error' | 'editable'>;
|
|
9
|
-
declare const RcStepButton: any
|
|
9
|
+
declare const RcStepButton: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcStepButtonProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
10
10
|
export { RcStepButton };
|
|
11
11
|
export type { RcStepButtonProps };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiStepConnector from '@material-ui/core/StepConnector';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcStepConnectorProps = {} & RcBaseProps<ComponentProps<typeof MuiStepConnector>>;
|
|
5
5
|
/** inner component */
|
|
6
|
-
declare const RcStepConnector: any
|
|
6
|
+
declare const RcStepConnector: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/StepConnector").StepConnectorProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
7
7
|
export { RcStepConnector };
|
|
8
8
|
export type { RcStepConnectorProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiStepContent from '@material-ui/core/StepContent';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcStepContentProps = {} & RcBaseProps<ComponentProps<typeof MuiStepContent>>;
|
|
5
|
-
declare const RcStepContent: any
|
|
5
|
+
declare const RcStepContent: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/StepContent").StepContentProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcStepContent };
|
|
7
7
|
export type { RcStepContentProps };
|
|
@@ -8,6 +8,6 @@ type RcStepIconProps = {
|
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
} & RcBaseProps<ComponentProps<typeof MuiStepIcon>>;
|
|
10
10
|
/** inner component */
|
|
11
|
-
declare const RcStepIcon: any
|
|
11
|
+
declare const RcStepIcon: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcStepIconProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
12
12
|
export { RcStepIcon };
|
|
13
13
|
export type { RcStepIconProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FunctionComponent } from 'react';
|
|
1
|
+
import React, { FunctionComponent } from 'react';
|
|
2
2
|
import { RcIconProps } from '../../../Icon';
|
|
3
3
|
export type StyledCircleIconProps = {
|
|
4
4
|
isEdit?: boolean;
|
|
5
5
|
} & RcIconProps;
|
|
6
6
|
export declare const _StyledCircleIcon: FunctionComponent<StyledCircleIconProps>;
|
|
7
|
-
export declare const StyledCircleIcon:
|
|
7
|
+
export declare const StyledCircleIcon: import("styled-components").StyledComponent<React.FunctionComponent<StyledCircleIconProps>, import("../../../../foundation").RcTheme, {}, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import { StepButtonProps as MuiStepButtonProps } from '@material-ui/core/StepButton';
|
|
3
3
|
import MuiStepLabel from '@material-ui/core/StepLabel';
|
|
4
4
|
import { RcBaseProps } from '../../../foundation';
|
|
@@ -9,6 +9,6 @@ type RcStepLabelProps = {
|
|
|
9
9
|
*/
|
|
10
10
|
StepIconProps?: Partial<RcStepIconProps>;
|
|
11
11
|
} & RcBaseProps<ComponentProps<typeof MuiStepLabel>, 'StepIconProps'> & Pick<MuiStepButtonProps, 'active' | 'completed'> & Pick<RcStepIconProps, 'editable'>;
|
|
12
|
-
declare const RcStepLabel: any
|
|
12
|
+
declare const RcStepLabel: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcStepLabelProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
13
13
|
export { RcStepLabel };
|
|
14
14
|
export type { RcStepLabelProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiStepper from '@material-ui/core/Stepper';
|
|
3
3
|
import { RcBaseProps } from '../../foundation';
|
|
4
4
|
type RcStepperProps = {} & RcBaseProps<ComponentProps<typeof MuiStepper>, 'orientation'>;
|
|
5
|
-
declare const RcStepper: any
|
|
5
|
+
declare const RcStepper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Stepper").StepperProps, "orientation">, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcStepper };
|
|
7
7
|
export type { RcStepperProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import MuiTable from '@material-ui/core/Table';
|
|
2
2
|
import { RcBaseProps } from '../../foundation';
|
|
3
|
-
import { ComponentProps } from 'react';
|
|
3
|
+
import React, { ComponentProps } from 'react';
|
|
4
4
|
import { RcTableSize } from './types';
|
|
5
5
|
type RcTableProps = {
|
|
6
6
|
/**
|
|
@@ -8,5 +8,5 @@ type RcTableProps = {
|
|
|
8
8
|
*/
|
|
9
9
|
size?: RcTableSize;
|
|
10
10
|
} & RcBaseProps<ComponentProps<typeof MuiTable>, 'size'>;
|
|
11
|
-
declare const RcTable: any
|
|
11
|
+
declare const RcTable: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcTableProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
12
12
|
export { RcTable, RcTableProps };
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import MuiTableBody from '@material-ui/core/TableBody';
|
|
2
|
-
import { ComponentProps } from 'react';
|
|
2
|
+
import React, { ComponentProps } from 'react';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcTableBodyProps = {} & RcBaseProps<ComponentProps<typeof MuiTableBody>>;
|
|
5
|
-
declare const RcTableBody:
|
|
5
|
+
declare const RcTableBody: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").TableHeadTypeMap<{}, "thead">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
6
|
+
ref?: ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | null | undefined;
|
|
7
|
+
}, "ref" | "key" | "suppressHydrationWarning" | "color" | "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" | "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" | "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">>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
6
8
|
export { RcTableBody, RcTableBodyProps };
|