@ringcentral/juno 3.0.0-alpha.7 → 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,5 +1,411 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
import MuiTableCell from '@material-ui/core/TableCell';
|
|
1
4
|
import { RcThemedStyled } from '../../../foundation';
|
|
2
5
|
import { RcTablePaginationProps } from '../TablePagination';
|
|
3
|
-
export declare const TablePaginationMenuItem:
|
|
6
|
+
export declare const TablePaginationMenuItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
7
|
+
title?: NonNullable<import("react").ReactNode> | undefined;
|
|
8
|
+
useRcTooltip?: boolean | undefined;
|
|
9
|
+
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
10
|
+
} & Omit<Omit<Omit<{
|
|
11
|
+
size?: "medium" | "large" | undefined;
|
|
12
|
+
component?: import("react").ElementType | undefined;
|
|
13
|
+
type?: import("../../Menu/MenuItem/MenuItem").RcMenuItemType | undefined;
|
|
14
|
+
checked?: boolean | undefined;
|
|
15
|
+
icon?: import("react").ReactNode;
|
|
16
|
+
symbol?: import("../../Icon/Icon").SvgSymbol | undefined;
|
|
17
|
+
avatar?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
18
|
+
secondaryAction?: import("react").ReactNode;
|
|
19
|
+
focusVariant?: "highlight" | "focusRing" | undefined;
|
|
20
|
+
} & import("../../Menu/MenuItem/MenuItem").RcMenuItemClassesType & Pick<import("../../List/ListItem/ListItem").RcListItemProps, "color" | "focused" | "highlighted"> & {
|
|
21
|
+
title?: NonNullable<import("react").ReactNode> | undefined;
|
|
22
|
+
useRcTooltip?: boolean | undefined;
|
|
23
|
+
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
24
|
+
} & Omit<{}, "title"> & import("../../../foundation").RcBaseProps<{
|
|
25
|
+
button?: true | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
alignItems?: "center" | "flex-start" | undefined;
|
|
28
|
+
autoFocus?: boolean | undefined;
|
|
29
|
+
button?: boolean | undefined;
|
|
30
|
+
ContainerComponent?: import("react").ElementType<import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
31
|
+
ContainerProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
32
|
+
dense?: boolean | undefined;
|
|
33
|
+
disabled?: boolean | undefined;
|
|
34
|
+
disableGutters?: boolean | undefined;
|
|
35
|
+
divider?: boolean | undefined;
|
|
36
|
+
focusVisibleClassName?: string | undefined;
|
|
37
|
+
selected?: boolean | undefined;
|
|
38
|
+
} & {
|
|
39
|
+
action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
40
|
+
buttonRef?: import("react").Ref<unknown> | undefined;
|
|
41
|
+
centerRipple?: boolean | undefined;
|
|
42
|
+
children?: import("react").ReactNode;
|
|
43
|
+
disabled?: boolean | undefined;
|
|
44
|
+
disableRipple?: boolean | undefined;
|
|
45
|
+
disableTouchRipple?: boolean | undefined;
|
|
46
|
+
focusRipple?: boolean | undefined;
|
|
47
|
+
focusVisibleClassName?: string | undefined;
|
|
48
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
49
|
+
tabIndex?: string | number | undefined;
|
|
50
|
+
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
51
|
+
} & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").MenuItemTypeMap<{
|
|
52
|
+
button?: true | undefined;
|
|
53
|
+
}, "li">>> & Pick<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
54
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
55
|
+
}, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "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" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "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">, "title" | "classes"> & {
|
|
56
|
+
idRef?: import("react").Ref<string> | undefined;
|
|
57
|
+
isSubMenuItem?: boolean | undefined;
|
|
58
|
+
}, "ref"> & import("react").RefAttributes<any>, "ref">, "title"> & import("react").RefAttributes<any>> & import("react").ComponentType<import("../../Tooltip/withTooltip/withTooltip").WithTooltipProps<Omit<Omit<{
|
|
59
|
+
size?: "medium" | "large" | undefined;
|
|
60
|
+
component?: import("react").ElementType | undefined;
|
|
61
|
+
type?: import("../../Menu/MenuItem/MenuItem").RcMenuItemType | undefined;
|
|
62
|
+
checked?: boolean | undefined;
|
|
63
|
+
icon?: import("react").ReactNode;
|
|
64
|
+
symbol?: import("../../Icon/Icon").SvgSymbol | undefined;
|
|
65
|
+
avatar?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
66
|
+
secondaryAction?: import("react").ReactNode;
|
|
67
|
+
focusVariant?: "highlight" | "focusRing" | undefined;
|
|
68
|
+
} & import("../../Menu/MenuItem/MenuItem").RcMenuItemClassesType & Pick<import("../../List/ListItem/ListItem").RcListItemProps, "color" | "focused" | "highlighted"> & {
|
|
69
|
+
title?: NonNullable<import("react").ReactNode> | undefined;
|
|
70
|
+
useRcTooltip?: boolean | undefined;
|
|
71
|
+
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
72
|
+
} & Omit<{}, "title"> & import("../../../foundation").RcBaseProps<{
|
|
73
|
+
button?: true | undefined;
|
|
74
|
+
} & {
|
|
75
|
+
alignItems?: "center" | "flex-start" | undefined;
|
|
76
|
+
autoFocus?: boolean | undefined;
|
|
77
|
+
button?: boolean | undefined;
|
|
78
|
+
ContainerComponent?: import("react").ElementType<import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
79
|
+
ContainerProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
80
|
+
dense?: boolean | undefined;
|
|
81
|
+
disabled?: boolean | undefined;
|
|
82
|
+
disableGutters?: boolean | undefined;
|
|
83
|
+
divider?: boolean | undefined;
|
|
84
|
+
focusVisibleClassName?: string | undefined;
|
|
85
|
+
selected?: boolean | undefined;
|
|
86
|
+
} & {
|
|
87
|
+
action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
88
|
+
buttonRef?: import("react").Ref<unknown> | undefined;
|
|
89
|
+
centerRipple?: boolean | undefined;
|
|
90
|
+
children?: import("react").ReactNode;
|
|
91
|
+
disabled?: boolean | undefined;
|
|
92
|
+
disableRipple?: boolean | undefined;
|
|
93
|
+
disableTouchRipple?: boolean | undefined;
|
|
94
|
+
focusRipple?: boolean | undefined;
|
|
95
|
+
focusVisibleClassName?: string | undefined;
|
|
96
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
97
|
+
tabIndex?: string | number | undefined;
|
|
98
|
+
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
99
|
+
} & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").MenuItemTypeMap<{
|
|
100
|
+
button?: true | undefined;
|
|
101
|
+
}, "li">>> & Pick<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
102
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
103
|
+
}, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "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" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "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">, "title" | "classes"> & {
|
|
104
|
+
idRef?: import("react").Ref<string> | undefined;
|
|
105
|
+
isSubMenuItem?: boolean | undefined;
|
|
106
|
+
}, "ref"> & import("react").RefAttributes<any>, "ref">>>, import("../../../foundation").RcTheme, {
|
|
107
|
+
component?: import("react").ElementType | undefined;
|
|
108
|
+
type?: import("../../Menu/MenuItem/MenuItem").RcMenuItemType | undefined;
|
|
109
|
+
checked?: boolean | undefined;
|
|
110
|
+
icon?: import("react").ReactNode;
|
|
111
|
+
symbol?: import("../../Icon/Icon").SvgSymbol | undefined;
|
|
112
|
+
avatar?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
113
|
+
secondaryAction?: import("react").ReactNode;
|
|
114
|
+
classes?: Partial<import("@material-ui/styles").ClassNameMap<"focusVisible" | "checked" | import("@material-ui/core").MenuItemClassKey | "unchecked">> | undefined;
|
|
115
|
+
color?: ((import("../../../foundation").RcPaletteProp & string) & string) | undefined;
|
|
116
|
+
focused?: boolean | undefined;
|
|
117
|
+
highlighted?: boolean | undefined;
|
|
118
|
+
title?: NonNullable<import("react").ReactNode> | undefined;
|
|
119
|
+
useRcTooltip?: boolean | undefined;
|
|
120
|
+
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
121
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
122
|
+
key?: import("react").Key | null | undefined;
|
|
123
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
124
|
+
id?: string | undefined;
|
|
125
|
+
lang?: string | undefined;
|
|
126
|
+
style?: import("react").CSSProperties | undefined;
|
|
127
|
+
role?: import("react").AriaRole | undefined;
|
|
128
|
+
tabIndex?: string | number | undefined;
|
|
129
|
+
"aria-activedescendant"?: string | undefined;
|
|
130
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
131
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
132
|
+
"aria-braillelabel"?: string | undefined;
|
|
133
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
134
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
135
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
136
|
+
"aria-colcount"?: number | undefined;
|
|
137
|
+
"aria-colindex"?: number | undefined;
|
|
138
|
+
"aria-colindextext"?: string | undefined;
|
|
139
|
+
"aria-colspan"?: number | undefined;
|
|
140
|
+
"aria-controls"?: string | undefined;
|
|
141
|
+
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
142
|
+
"aria-describedby"?: string | undefined;
|
|
143
|
+
"aria-description"?: string | undefined;
|
|
144
|
+
"aria-details"?: string | undefined;
|
|
145
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
146
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
147
|
+
"aria-errormessage"?: string | undefined;
|
|
148
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
149
|
+
"aria-flowto"?: string | undefined;
|
|
150
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
151
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
152
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
153
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
154
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
155
|
+
"aria-label"?: string | undefined;
|
|
156
|
+
"aria-labelledby"?: string | undefined;
|
|
157
|
+
"aria-level"?: number | undefined;
|
|
158
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
159
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
160
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
161
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
162
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
163
|
+
"aria-owns"?: string | undefined;
|
|
164
|
+
"aria-placeholder"?: string | undefined;
|
|
165
|
+
"aria-posinset"?: number | undefined;
|
|
166
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
167
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
168
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
169
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
170
|
+
"aria-roledescription"?: string | undefined;
|
|
171
|
+
"aria-rowcount"?: number | undefined;
|
|
172
|
+
"aria-rowindex"?: number | undefined;
|
|
173
|
+
"aria-rowindextext"?: string | undefined;
|
|
174
|
+
"aria-rowspan"?: number | undefined;
|
|
175
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
176
|
+
"aria-setsize"?: number | undefined;
|
|
177
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
178
|
+
"aria-valuemax"?: number | undefined;
|
|
179
|
+
"aria-valuemin"?: number | undefined;
|
|
180
|
+
"aria-valuenow"?: number | undefined;
|
|
181
|
+
"aria-valuetext"?: string | undefined;
|
|
182
|
+
children?: import("react").ReactNode;
|
|
183
|
+
dangerouslySetInnerHTML?: {
|
|
184
|
+
__html: string | TrustedHTML;
|
|
185
|
+
} | undefined;
|
|
186
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
187
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
188
|
+
onCut?: import("react").ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
189
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
190
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
191
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLLIElement> | undefined;
|
|
192
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLLIElement> | undefined;
|
|
193
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLLIElement> | undefined;
|
|
194
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLLIElement> | undefined;
|
|
195
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLLIElement> | undefined;
|
|
196
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLLIElement> | undefined;
|
|
197
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLLIElement> | undefined;
|
|
198
|
+
onFocus?: import("react").FocusEventHandler<HTMLLIElement> | undefined;
|
|
199
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLLIElement> | undefined;
|
|
200
|
+
onBlur?: import("react").FocusEventHandler<HTMLLIElement> | undefined;
|
|
201
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLLIElement> | undefined;
|
|
202
|
+
onChange?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
203
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
204
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
205
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
206
|
+
onInput?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
207
|
+
onInputCapture?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
208
|
+
onReset?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
209
|
+
onResetCapture?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
210
|
+
onSubmit?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
211
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
212
|
+
onInvalid?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
213
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLLIElement> | undefined;
|
|
214
|
+
onLoad?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
215
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
216
|
+
onError?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
217
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
218
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLLIElement> | undefined;
|
|
219
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLLIElement> | undefined;
|
|
220
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLLIElement> | undefined;
|
|
221
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLLIElement> | undefined;
|
|
222
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLLIElement> | undefined;
|
|
223
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLLIElement> | undefined;
|
|
224
|
+
onAbort?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
225
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
226
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
227
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
228
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
229
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
230
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
231
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
232
|
+
onEmptied?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
233
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
234
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
235
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
236
|
+
onEnded?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
237
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
238
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
239
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
240
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
241
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
242
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
243
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
244
|
+
onPause?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
245
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
246
|
+
onPlay?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
247
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
248
|
+
onPlaying?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
249
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
250
|
+
onProgress?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
251
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
252
|
+
onRateChange?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
253
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
254
|
+
onResize?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
255
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
256
|
+
onSeeked?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
257
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
258
|
+
onSeeking?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
259
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
260
|
+
onStalled?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
261
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
262
|
+
onSuspend?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
263
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
264
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
265
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
266
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
267
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
268
|
+
onWaiting?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
269
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
270
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
271
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
272
|
+
onClick?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
273
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
274
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
275
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
276
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
277
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
278
|
+
onDrag?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
279
|
+
onDragCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
280
|
+
onDragEnd?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
281
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
282
|
+
onDragEnter?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
283
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
284
|
+
onDragExit?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
285
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
286
|
+
onDragLeave?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
287
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
288
|
+
onDragOver?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
289
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
290
|
+
onDragStart?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
291
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
292
|
+
onDrop?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
293
|
+
onDropCapture?: import("react").DragEventHandler<HTMLLIElement> | undefined;
|
|
294
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
295
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
296
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
297
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
298
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
299
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
300
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
301
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
302
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
303
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
304
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
305
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLLIElement> | undefined;
|
|
306
|
+
onSelect?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
307
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLLIElement> | undefined;
|
|
308
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
309
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
310
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
311
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
312
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
313
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
314
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
315
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLLIElement> | undefined;
|
|
316
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
317
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
318
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
319
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
320
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
321
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
322
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
323
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
324
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
325
|
+
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
326
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
327
|
+
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
328
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
329
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
330
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
331
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
332
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
333
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
334
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
335
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
336
|
+
onScroll?: import("react").UIEventHandler<HTMLLIElement> | undefined;
|
|
337
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLLIElement> | undefined;
|
|
338
|
+
onWheel?: import("react").WheelEventHandler<HTMLLIElement> | undefined;
|
|
339
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLLIElement> | undefined;
|
|
340
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
341
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
342
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
343
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
344
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
345
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
346
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLLIElement> | undefined;
|
|
347
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLLIElement> | undefined;
|
|
348
|
+
slot?: string | undefined;
|
|
349
|
+
translate?: "no" | "yes" | undefined;
|
|
350
|
+
defaultChecked?: boolean | undefined;
|
|
351
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
352
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
353
|
+
accessKey?: string | undefined;
|
|
354
|
+
autoFocus?: boolean | undefined;
|
|
355
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
356
|
+
contextMenu?: string | undefined;
|
|
357
|
+
dir?: string | undefined;
|
|
358
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
359
|
+
hidden?: boolean | undefined;
|
|
360
|
+
nonce?: string | undefined;
|
|
361
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
362
|
+
radioGroup?: string | undefined;
|
|
363
|
+
about?: string | undefined;
|
|
364
|
+
content?: string | undefined;
|
|
365
|
+
datatype?: string | undefined;
|
|
366
|
+
inlist?: any;
|
|
367
|
+
prefix?: string | undefined;
|
|
368
|
+
property?: string | undefined;
|
|
369
|
+
rel?: string | undefined;
|
|
370
|
+
resource?: string | undefined;
|
|
371
|
+
rev?: string | undefined;
|
|
372
|
+
typeof?: string | undefined;
|
|
373
|
+
vocab?: string | undefined;
|
|
374
|
+
autoCapitalize?: string | undefined;
|
|
375
|
+
autoCorrect?: string | undefined;
|
|
376
|
+
autoSave?: string | undefined;
|
|
377
|
+
itemProp?: string | undefined;
|
|
378
|
+
itemScope?: boolean | undefined;
|
|
379
|
+
itemType?: string | undefined;
|
|
380
|
+
itemID?: string | undefined;
|
|
381
|
+
itemRef?: string | undefined;
|
|
382
|
+
results?: number | undefined;
|
|
383
|
+
security?: string | undefined;
|
|
384
|
+
unselectable?: "off" | "on" | undefined;
|
|
385
|
+
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
386
|
+
is?: string | undefined;
|
|
387
|
+
value?: string | number | readonly string[] | undefined;
|
|
388
|
+
innerRef?: import("react").Ref<any> | undefined;
|
|
389
|
+
disabled?: boolean | undefined;
|
|
390
|
+
action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
391
|
+
buttonRef?: import("react").Ref<unknown> | undefined;
|
|
392
|
+
centerRipple?: boolean | undefined;
|
|
393
|
+
disableRipple?: boolean | undefined;
|
|
394
|
+
disableTouchRipple?: boolean | undefined;
|
|
395
|
+
focusRipple?: boolean | undefined;
|
|
396
|
+
focusVisibleClassName?: string | undefined;
|
|
397
|
+
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
398
|
+
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
399
|
+
divider?: boolean | undefined;
|
|
400
|
+
selected?: boolean | undefined;
|
|
401
|
+
dense?: boolean | undefined;
|
|
402
|
+
alignItems?: "center" | "flex-start" | undefined;
|
|
403
|
+
ContainerComponent?: import("react").ElementType<import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
404
|
+
ContainerProps?: import("react").HTMLAttributes<HTMLDivElement> | undefined;
|
|
405
|
+
disableGutters?: boolean | undefined;
|
|
406
|
+
size: "medium" | "large";
|
|
407
|
+
button: true;
|
|
408
|
+
focusVariant: "highlight" | "focusRing";
|
|
409
|
+
}, "symbol" | "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "style" | "type" | "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" | "button" | "slot" | "title" | "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" | "innerRef" | "icon" | "useRcTooltip" | "TooltipProps" | "disabled" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "component" | "focusVariant" | "avatar" | "divider" | "selected" | "checked" | "focused" | "dense" | "alignItems" | "ContainerComponent" | "ContainerProps" | "disableGutters" | "secondaryAction" | "highlighted">;
|
|
4
410
|
export declare const TablePaginationStyle: RcThemedStyled<RcTablePaginationProps, any>;
|
|
5
|
-
export declare const TablePaginationRoot:
|
|
411
|
+
export declare const TablePaginationRoot: import("styled-components").StyledComponent<typeof MuiTableCell, import("../../../foundation").RcTheme, {}, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiTab from '@material-ui/core/Tab';
|
|
3
3
|
import { RcBaseProps, RcBaseSize } from '../../../foundation';
|
|
4
4
|
type RcTabSize = RcBaseSize<'small' | 'large'>;
|
|
@@ -8,6 +8,6 @@ type RcTabProps = {
|
|
|
8
8
|
/** tab wrapper flex direction, default is `vertical` */
|
|
9
9
|
direction?: 'vertical' | 'horizontal';
|
|
10
10
|
} & RcBaseProps<ComponentProps<typeof MuiTab>, 'wrapped' | 'textColor'>;
|
|
11
|
-
declare const RcTab: any
|
|
11
|
+
declare const RcTab: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcTabProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
12
12
|
export { RcTab };
|
|
13
13
|
export type { RcTabProps };
|
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* this file origin from Mui source to change below Tabs content
|
|
3
|
+
* ! just change the MuiTabs component to our RcTabs
|
|
4
|
+
* https://github.com/mui-org/material-ui/blob/master/packages/material-ui-lab/src/TabList/TabList.js
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
1
7
|
import { RcBaseProps } from '../../../foundation';
|
|
2
8
|
import { TabContextValue } from '../TabContext';
|
|
3
9
|
import { RcTabsProps } from '../Tabs';
|
|
4
10
|
type RcTabListProps = Partial<TabContextValue> & RcBaseProps<RcTabsProps>;
|
|
5
|
-
declare const RcTabList: any
|
|
11
|
+
declare const RcTabList: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcTabListProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
6
12
|
export { RcTabList };
|
|
7
13
|
export type { RcTabListProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiTabPanel from '@material-ui/lab/TabPanel';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcTabPanelProps = {} & RcBaseProps<ComponentProps<typeof MuiTabPanel>>;
|
|
5
|
-
declare const RcTabPanel: any
|
|
5
|
+
declare const RcTabPanel: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/lab/TabPanel").TabPanelProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
6
6
|
export { RcTabPanel };
|
|
7
7
|
export type { RcTabPanelProps };
|
|
@@ -17,6 +17,6 @@ type MoreMenuTabProps = {
|
|
|
17
17
|
} & RcBaseProps<RcTabProps, 'onChange'>;
|
|
18
18
|
declare const DEFAULT_MORE_MENU_TAB_LABEL = "more_menu_tab";
|
|
19
19
|
/** inner component */
|
|
20
|
-
declare const MoreMenuTab: any
|
|
20
|
+
declare const MoreMenuTab: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<MoreMenuTabProps, "ref"> & React.RefAttributes<any>>, import("../../../../foundation").RcTheme, {}, never>;
|
|
21
21
|
export { DEFAULT_MORE_MENU_TAB_LABEL, MoreMenuTab };
|
|
22
22
|
export type { MoreMenuTabProps };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { RcBaseProps } from '../../../../foundation';
|
|
2
3
|
import { MoreMenuTabProps } from '../MoreMenuTab';
|
|
3
4
|
import { RcTabsProps } from '../Tabs';
|
|
@@ -7,6 +8,6 @@ type MoreButtonProps = {
|
|
|
7
8
|
} & RcBaseProps<MoreMenuTabProps, 'size' | 'menuItems' | 'onChange' | 'orientation' | 'ref' | 'innerRef'>;
|
|
8
9
|
type MoreMenuTabsProps = RcTabsProps;
|
|
9
10
|
/** inner component */
|
|
10
|
-
declare const MoreMenuTabs: any
|
|
11
|
+
declare const MoreMenuTabs: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcTabsProps, "ref"> & React.RefAttributes<any>>, import("../../../../foundation").RcTheme, {}, never>;
|
|
11
12
|
export { MoreMenuTabs };
|
|
12
13
|
export type { MoreButtonProps, MoreMenuTabsProps, RcTabsMoreMenuGroupInfoType };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
2
|
import MuiTabs from '@material-ui/core/Tabs';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
import { RcTabProps } from '../Tab';
|
|
@@ -33,6 +33,6 @@ type RcTabsProps = {
|
|
|
33
33
|
*/
|
|
34
34
|
resizeThrottleTime?: number;
|
|
35
35
|
} & RcBaseProps<ComponentProps<typeof MuiTabs>, 'variant' | 'indicatorColor' | 'TabIndicatorProps' | 'textColor' | 'disabled'>;
|
|
36
|
-
declare const RcTabs: any
|
|
36
|
+
declare const RcTabs: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcTabsProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
|
|
37
37
|
export { RcTabs };
|
|
38
38
|
export type { RcTabsMoreMenuGroupInfoType, RcTabsProps };
|
package/components/Tag/Tag.d.ts
CHANGED
|
@@ -15,6 +15,19 @@ type RcTagProps = {
|
|
|
15
15
|
/** @deprecated The content of the tag, please use children directly */
|
|
16
16
|
content?: string;
|
|
17
17
|
} & RcBaseProps<HTMLAttributes<HTMLSpanElement>, 'color'>;
|
|
18
|
-
declare const RcTag:
|
|
18
|
+
declare const RcTag: import("styled-components").StyledComponent<React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
19
|
+
/** tag color, default is 'highlight.b03' */
|
|
20
|
+
color?: "main" | RcPaletteProp | "primary" | "secondary" | undefined;
|
|
21
|
+
/** tag border color */
|
|
22
|
+
borderColor?: RcPaletteProp | undefined;
|
|
23
|
+
/** text color, default is 'neutral.f01' */
|
|
24
|
+
textColor?: RcPaletteProp | undefined;
|
|
25
|
+
/** The content of the tag. */
|
|
26
|
+
children?: React.ReactNode;
|
|
27
|
+
/** custom border radius for tag, default is `xl` */
|
|
28
|
+
radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
|
|
29
|
+
/** @deprecated The content of the tag, please use children directly */
|
|
30
|
+
content?: string | undefined;
|
|
31
|
+
} & RcBaseProps<React.HTMLAttributes<HTMLSpanElement>, "color"> & React.RefAttributes<any>>>, RcTheme, {}, never>;
|
|
19
32
|
export { RcTag };
|
|
20
33
|
export type { RcTagProps };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { RcTypographyProps } from '../Typography';
|
|
2
3
|
type RcTextProps = {
|
|
3
4
|
/** when set `true`, add style `flex: 1 1 auto` */
|
|
@@ -15,6 +16,6 @@ type RcTextProps = {
|
|
|
15
16
|
* and the default wrap is noWrap,
|
|
16
17
|
* also bring with show title only when overflow
|
|
17
18
|
*/
|
|
18
|
-
declare const RcText: any
|
|
19
|
+
declare const RcText: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcTextProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
|
|
19
20
|
export { RcText };
|
|
20
21
|
export type { RcTextProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HTMLAttributes } from 'react';
|
|
1
|
+
import React, { HTMLAttributes } from 'react';
|
|
2
2
|
import { RcBaseSize } from '../../foundation';
|
|
3
3
|
import { RcIconProps } from '../Icon';
|
|
4
4
|
type RcThumbnailSize = RcBaseSize<'small' | 'large'>;
|
|
@@ -14,6 +14,17 @@ type RcThumbnailProps = {
|
|
|
14
14
|
/** @deprecated Thumbnail background url, please use src to replace that */
|
|
15
15
|
url?: string;
|
|
16
16
|
} & HTMLAttributes<HTMLSpanElement>;
|
|
17
|
-
declare const RcThumbnail:
|
|
17
|
+
declare const RcThumbnail: import("styled-components").StyledComponent<React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
18
|
+
/** Thumbnail background url */
|
|
19
|
+
src?: string | undefined;
|
|
20
|
+
/** thumbnail size, default is `large` */
|
|
21
|
+
size?: "small" | "large" | undefined;
|
|
22
|
+
/** that will render RcIcon when not have url */
|
|
23
|
+
symbol?: RcIconProps['symbol'];
|
|
24
|
+
/** @deprecated please change to symbol */
|
|
25
|
+
iconType?: string | undefined;
|
|
26
|
+
/** @deprecated Thumbnail background url, please use src to replace that */
|
|
27
|
+
url?: string | undefined;
|
|
28
|
+
} & React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<any>>>, import("../../foundation").RcTheme, {}, never>;
|
|
18
29
|
export { RcThumbnail };
|
|
19
30
|
export type { RcThumbnailProps, RcThumbnailSize };
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledThumbnail: import("styled-components").StyledComponent<"span", import("../../../foundation").RcTheme, {
|
|
3
|
+
src?: string | undefined;
|
|
4
|
+
size?: "small" | "large" | undefined;
|
|
5
|
+
symbol?: import("../../Icon/Icon").SvgSymbol | undefined;
|
|
6
|
+
iconType?: string | undefined;
|
|
7
|
+
url?: string | undefined;
|
|
8
|
+
} & import("react").HTMLAttributes<HTMLSpanElement>, never>;
|