@ringcentral/juno 3.0.0-alpha.3 → 3.0.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Accordion/Accordion.d.ts +2 -2
- package/components/Accordion/AccordionDetails/AccordionDetails.d.ts +2 -2
- package/components/Accordion/AccordionSummary/AccordionSummary.d.ts +2 -2
- package/components/Alert/Alert.d.ts +2 -2
- package/components/AppBar/AppBar.d.ts +2 -2
- package/components/Avatar/styles/StyledAvatar.d.ts +1 -3
- package/components/Avatar/styles/StyledAvatarWrapper.d.ts +1 -2
- package/components/Avatar/styles/StyledIconAvatar.d.ts +1 -7
- package/components/Avatar/styles/StyledPresenceWrapper.d.ts +1 -5
- package/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
- package/components/Backdrop/Backdrop.d.ts +2 -2
- package/components/Badge/Badge.d.ts +2 -2
- package/components/Badge/styles/BadgeStyle.d.ts +1 -1
- package/components/Buttons/Button/Button.d.ts +1 -320
- package/components/Buttons/ButtonBase/ButtonBase.d.ts +1 -1
- package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +2 -15
- package/components/Buttons/IconButton/IconButton.d.ts +1 -382
- package/components/Buttons/IconButton/styles/StyledIconButton.d.ts +1 -1
- package/components/Buttons/IconButtonGroup/IconButtonGroup.d.ts +1 -1
- package/components/Buttons/SplitButton/SplitButton.d.ts +1 -1
- package/components/Buttons/SplitButton/styles/StyledArrowIcon.d.ts +1 -2
- package/components/Buttons/ToggleButton/ToggleButton.d.ts +2 -2
- package/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -2
- package/components/Card/Card/Card.d.ts +2 -2
- package/components/Card/CardActionArea/CardActionArea.d.ts +2 -8
- package/components/Card/CardActions/CardActions.d.ts +2 -2
- package/components/Card/CardContent/CardContent.d.ts +2 -6
- package/components/Card/CardHeader/CardHeader.d.ts +2 -22
- package/components/Card/CardHoverActions/CardHoverActions.d.ts +2 -2
- package/components/Card/CardMedia/CardMedia.d.ts +2 -14
- package/components/Card/CardSelectionArea/CardSelectionArea.d.ts +2 -2
- package/components/Chip/Chip.d.ts +2 -8
- package/components/DetachedWindow/styles/DetachedWindowStyle.d.ts +1 -1
- package/components/Dialer/DialPad/DialPad.d.ts +2 -63
- package/components/Dialer/DialPadButton/DialPadButton.d.ts +1 -2
- package/components/Dialer/DialPadButton/styles/StyledDialPadButton.d.ts +1 -1
- package/components/Dialer/DialTextField/DialTextField.d.ts +1 -2
- package/components/Dialog/Dialog.d.ts +2 -2
- package/components/Dialog/DialogActions/DialogActions.d.ts +2 -277
- package/components/Dialog/DialogContent/DialogContent.d.ts +2 -4
- package/components/Dialog/DialogContentText/DialogContentText.d.ts +2 -14
- package/components/Dialog/DialogTitle/DialogTitle.d.ts +2 -4
- package/components/Divider/Divider.d.ts +1 -14
- package/components/DnD/DragDropContext/styles/StyledGlobalDraggable.d.ts +1 -1
- package/components/DnD/DragHandle/DragHandle.d.ts +1 -4
- package/components/DnD/Draggable/Draggable.d.ts +1 -4
- package/components/DnD/Droppable/Droppable.d.ts +1 -2
- package/components/Downshift/SuggestionList/SuggestionList.d.ts +2 -44
- package/components/Downshift/styles/DownshiftStyle.d.ts +2 -352
- package/components/Downshift/styles/StyledPopper.d.ts +1 -11
- package/components/Downshift/styles/StyledTextField.d.ts +1 -8
- package/components/Drawer/Drawer.d.ts +2 -2
- package/components/Forms/Checkbox/Checkbox.d.ts +2 -2
- package/components/Forms/FormControl.d.ts +1 -1
- package/components/Forms/FormControlLabel/FormControlLabel.d.ts +2 -2
- package/components/Forms/FormControlLabel/styles/StyledControl.d.ts +1 -1
- package/components/Forms/FormGroup/FormGroup.d.ts +1 -2
- package/components/Forms/FormHelperText/FormHelperText.d.ts +2 -13
- package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +1 -13
- package/components/Forms/FormLabel.d.ts +1 -2
- package/components/Forms/InputLabel/InputLabel.d.ts +2 -2
- package/components/Forms/InputLabel/styles/StyledInputLabel.d.ts +1 -2
- package/components/Forms/Picker/DatePicker/DatePicker.d.ts +1 -34
- package/components/Forms/Picker/DatePicker/Day.d.ts +1 -1
- package/components/Forms/Picker/DatePicker/styles/StyledCalendar.d.ts +8 -10
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +4 -357
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
- package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -2
- package/components/Forms/Picker/DatePicker/styles/StyledYears.d.ts +1 -5
- package/components/Forms/Picker/DatePicker/utils/DatePickerUtils.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/NumberPicker.d.ts +1 -30
- package/components/Forms/Picker/TimePicker/ToggleText.d.ts +1 -17
- package/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.d.ts +1 -1
- package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +1 -2
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -2
- package/components/Forms/Picker/TimePicker/styles/StyledSelectionView.d.ts +1 -2
- package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -2
- package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
- package/components/Forms/Picker/styles/StyledPickerTextField.d.ts +1 -3
- package/components/Forms/Picker/styles/StyledPopover.d.ts +1 -2
- package/components/Forms/Radio/Radio.d.ts +2 -2
- package/components/Forms/RadioGroup/RadioGroup.d.ts +2 -2
- package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
- package/components/Forms/Select/Select.d.ts +1 -2
- package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +2 -2
- package/components/Forms/Slider/Slider.d.ts +2 -2
- package/components/Forms/Switch/Switch.d.ts +2 -2
- package/components/Forms/TextField/TextField.d.ts +1 -358
- package/components/Forms/TextField/styles/ClearIconButton.d.ts +1 -10
- package/components/Forms/TextField/styles/TextFieldStyle.d.ts +1 -1
- package/components/Forms/Textarea/Textarea.d.ts +1 -2
- package/components/Grid/Grid.d.ts +2 -21
- package/components/Icon/Icon.d.ts +1 -24
- package/components/Icon/styles/iconSvg.d.ts +1 -2
- package/components/InlineEditable/InlineEditable.d.ts +2 -67
- package/components/InlineEditable/styles/textFieldStyle.d.ts +2 -2
- package/components/Link/Link.d.ts +1 -23
- package/components/List/List/List.d.ts +2 -8
- package/components/List/ListItem/ListItem.d.ts +1 -321
- package/components/List/ListItem/styles/ListItemStyle.d.ts +1 -1
- package/components/List/ListItemAvatar/ListItemAvatar.d.ts +2 -2
- package/components/List/ListItemIcon/ListItemIcon.d.ts +2 -2
- package/components/List/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
- package/components/List/ListItemText/ListItemText.d.ts +2 -2
- package/components/List/ListSubheader/ListSubheader.d.ts +1 -1
- package/components/Loading/styles/StyledLoadingPage.d.ts +1 -1
- package/components/Menu/Menu/Menu.d.ts +2 -2
- package/components/Menu/MenuItem/MenuItem.d.ts +2 -376
- package/components/Menu/MenuItem/styles/MenuItemStyle.d.ts +1 -14
- package/components/Menu/MenuItemActionWrapper/MenuItemActionWrapper.d.ts +1 -1
- package/components/Menu/MenuItemActionWrapper/styles/StyledMenuItemActionWrapper.d.ts +1 -1
- package/components/Menu/MenuItemSubAction/MenuItemSubAction.d.ts +1 -1
- package/components/Menu/MenuItemSubAction/styles/StyledMenuItemSubAction.d.ts +1 -2
- package/components/Menu/MenuList/MenuList.d.ts +2 -2
- package/components/Menu/MenuList/styles/MenuListStyle.d.ts +1 -1
- package/components/Menu/MenuOption/styles/StyledMenuOption.d.ts +1 -3
- package/components/Menu/SubMenu/SubMenu.d.ts +2 -2
- package/components/Menu/SubMenu/styles/SubMenuStyle.d.ts +2 -3
- package/components/Pagination/Pagination/Pagination.d.ts +2 -2
- package/components/Pagination/PaginationItem/PaginationItem.d.ts +2 -19
- package/components/Paper/Paper.d.ts +2 -2
- package/components/Popover/Popover.d.ts +2 -2
- package/components/Popper/Popper.d.ts +2 -2
- package/components/PopupBox/PopupBox.d.ts +1 -1
- package/components/PopupBox/PopupBox.js +3 -1
- package/components/Presence/Presence.d.ts +1 -10
- package/components/Presence/styles/StyledPresence.d.ts +1 -3
- package/components/Progress/CircularProgress/CircularProgress.d.ts +2 -2
- package/components/Progress/LinearProgress/LinearProgress.d.ts +2 -2
- package/components/Progress/styles/StyledCircularProgress.d.ts +1 -2
- package/components/Rating/Rating.d.ts +2 -2
- package/components/Snackbar/Snackbar.d.ts +2 -2
- package/components/Snackbar/SnackbarAction/SnackbarAction.d.ts +2 -2
- package/components/Snackbar/SnackbarContent/SnackbarContent.d.ts +2 -2
- package/components/Stepper/Step/Step.d.ts +2 -2
- package/components/Stepper/StepButton/StepButton.d.ts +2 -2
- package/components/Stepper/StepConnector/StepConnector.d.ts +2 -2
- package/components/Stepper/StepContent/StepContent.d.ts +2 -2
- package/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
- package/components/Stepper/StepIcon/styles/StyledCircleIcon.d.ts +2 -2
- package/components/Stepper/StepLabel/StepLabel.d.ts +2 -2
- package/components/Stepper/Stepper.d.ts +2 -2
- package/components/Table/Table.d.ts +2 -2
- package/components/Table/TableBody/TableBody.d.ts +2 -4
- package/components/Table/TableCell/TableCell.d.ts +2 -294
- package/components/Table/TableContainer/TableContainer.d.ts +2 -2
- package/components/Table/TableHead/TableHead.d.ts +2 -4
- package/components/Table/TableRow/TableRow.d.ts +2 -2
- package/components/TablePagination/TablePagination.d.ts +2 -2
- package/components/TablePagination/styles/TablePaginationStyle.d.ts +2 -356
- package/components/Tabs/Tab/Tab.d.ts +2 -2
- package/components/Tabs/TabList/TabList.d.ts +1 -7
- package/components/Tabs/TabPanel/TabPanel.d.ts +2 -2
- package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.d.ts +1 -1
- package/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.d.ts +1 -2
- package/components/Tabs/Tabs/Tabs.d.ts +2 -2
- package/components/Tag/Tag.d.ts +1 -14
- package/components/Text/Text.d.ts +1 -2
- package/components/Thumbnail/Thumbnail.d.ts +2 -13
- package/components/Thumbnail/styles/StyledThumbnail.d.ts +1 -8
- package/components/Toolbar/Toolbar.d.ts +1 -2
- package/components/Tooltip/Tooltip.d.ts +2 -2
- package/components/Tooltip/styles/Mask.d.ts +1 -1
- package/components/Typography/Typography.d.ts +2 -2
- package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +1 -9
- package/components/VirtualizedMenu/VirtualizedMenu.d.ts +1 -2
- package/components/VirtualizedMenu/VirtualizedMenuList.d.ts +1 -1
- package/components/VirtualizedMenu/styles/StyledMenuPadding.d.ts +1 -6
- package/components/Virtuoso/react-virtuoso/Virtuoso.d.ts +3 -3
- package/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/es6/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
- package/es6/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
- package/es6/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.js +1 -1
- package/es6/components/PopupBox/PopupBox.js +3 -1
- package/es6/foundation/styled-components.js +1 -0
- package/foundation/hooks/useFocusInside/useFocusInside.d.ts +1 -1
- package/foundation/styled-components.d.ts +1 -2
- package/foundation/styled-components.js +1 -0
- package/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.d.ts +1 -1
- package/foundation/styles/ellipsis.d.ts +1 -1
- package/foundation/styles/fakeBorder.d.ts +1 -1
- package/foundation/styles/flexCenter.d.ts +1 -1
- package/foundation/styles/flexWidth.d.ts +1 -1
- package/foundation/styles/focusRing.d.ts +1 -1
- package/foundation/styles/focusVisible.d.ts +2 -2
- package/foundation/styles/lineClamp.d.ts +1 -1
- package/foundation/styles/nonStyleButton.d.ts +1 -1
- package/foundation/styles/rippleEnter.d.ts +1 -1
- package/foundation/styles/rippleStyle.d.ts +1 -1
- package/foundation/styles/typography.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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:
|
|
53
|
+
declare const RcPopupBox: any;
|
|
54
54
|
export { RcPopupBox };
|
|
55
55
|
export type { RcDialogFuncProps, RcPopupBoxProps };
|
|
@@ -29,7 +29,9 @@ var _RcPopupBox = (0, react_1.forwardRef)(function (inProps, ref) {
|
|
|
29
29
|
react_1.default.createElement(Dialog_1.RcDialogTitle, tslib_1.__assign({ "data-test-automation-id": 'DialogTitle' }, TitleProps), title),
|
|
30
30
|
react_1.default.createElement(Dialog_1.RcDialogContent, tslib_1.__assign({ "data-test-automation-id": 'DialogContent' }, ContentProps), typeof children === 'string' ? (react_1.default.createElement(Dialog_1.RcDialogContentText, null, children)) : (children)),
|
|
31
31
|
footer !== null && (react_1.default.createElement(Dialog_1.RcDialogActions, tslib_1.__assign({ "data-test-automation-id": 'DialogActions' }, ActionsProps), footer || (react_1.default.createElement(react_1.default.Fragment, null,
|
|
32
|
-
cancelButtonText && (react_1.default.createElement(Button_1.RcButton, tslib_1.__assign({ fullWidth: isXsmall, variant: "text", onClick: function (e) {
|
|
32
|
+
cancelButtonText && (react_1.default.createElement(Button_1.RcButton, tslib_1.__assign({ fullWidth: isXsmall, variant: "text", onClick: function (e) {
|
|
33
|
+
return onCancel === null || onCancel === void 0 ? void 0 : onCancel(e, 'cancelClick');
|
|
34
|
+
}, "data-test-automation-id": "DialogCancelButton", disabled: loading }, cancelButtonProps), cancelButtonText)),
|
|
33
35
|
confirmButtonText && (react_1.default.createElement(Button_1.RcButton, tslib_1.__assign({ fullWidth: isXsmall, onClick: onConfirm, variant: "contained", "data-test-automation-id": "DialogOKButton", disabled: loading, loading: loading }, confirmButtonProps), confirmButtonText)))))))));
|
|
34
36
|
});
|
|
35
37
|
/**
|
|
@@ -23,15 +23,6 @@ type PresenceSizeProps = {
|
|
|
23
23
|
color?: RcPaletteProp;
|
|
24
24
|
};
|
|
25
25
|
/** @release */
|
|
26
|
-
declare const RcPresence:
|
|
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>;
|
|
26
|
+
declare const RcPresence: any;
|
|
36
27
|
export { RcPresence };
|
|
37
28
|
export type { RcPresenceProps, RcPresenceSize, RcPresenceType, PresenceSizeProps, };
|
|
@@ -3,7 +3,5 @@ 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:
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
} & React.RefAttributes<any>>, import("../../../foundation").RcTheme, PresenceSizeProps, never>;
|
|
6
|
+
export declare const StyledPresence: any;
|
|
9
7
|
export declare const PresenceContainer: React.ComponentType<PresenceSizeProps & React.HTMLAttributes<HTMLDivElement>>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
8
|
+
declare const RcCircularProgress: any;
|
|
9
9
|
export { RcCircularProgress };
|
|
10
10
|
export type { RcCircularProgressProps };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
8
|
+
declare const RcLinearProgress: any;
|
|
9
9
|
export { RcLinearProgress };
|
|
10
10
|
export type { RcLinearProgressProps };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
declare const StyledCircularProgress: import("styled-components").StyledComponent<typeof MuiCircularProgress, import("../../../foundation").RcTheme, {}, never>;
|
|
1
|
+
declare const StyledCircularProgress: any;
|
|
3
2
|
export { StyledCircularProgress };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
17
|
+
declare const RcRating: any;
|
|
18
18
|
export { RcRating };
|
|
19
19
|
export type { RcRatingProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
9
|
+
declare const RcSnackbar: any;
|
|
10
10
|
export { RcSnackbar };
|
|
11
11
|
export type { RcSnackbarProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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: any;
|
|
17
17
|
export { RcSnackbarAction };
|
|
18
18
|
export type { RcSnackbarActionProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
25
|
+
declare const RcSnackbarContent: any;
|
|
26
26
|
export { RcSnackbarContent };
|
|
27
27
|
export type { RcSnackbarContentProps, RcSnackbarContentSize, RcSnackbarContentType, };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
5
|
+
declare const RcStep: any;
|
|
6
6
|
export { RcStep };
|
|
7
7
|
export type { RcStepProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
9
|
+
declare const RcStepButton: any;
|
|
10
10
|
export { RcStepButton };
|
|
11
11
|
export type { RcStepButtonProps };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
6
|
+
declare const RcStepConnector: any;
|
|
7
7
|
export { RcStepConnector };
|
|
8
8
|
export type { RcStepConnectorProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
5
|
+
declare const RcStepContent: any;
|
|
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:
|
|
11
|
+
declare const RcStepIcon: any;
|
|
12
12
|
export { RcStepIcon };
|
|
13
13
|
export type { RcStepIconProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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: any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
12
|
+
declare const RcStepLabel: any;
|
|
13
13
|
export { RcStepLabel };
|
|
14
14
|
export type { RcStepLabelProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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:
|
|
5
|
+
declare const RcStepper: any;
|
|
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
|
|
3
|
+
import { 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:
|
|
11
|
+
declare const RcTable: any;
|
|
12
12
|
export { RcTable, RcTableProps };
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import MuiTableBody from '@material-ui/core/TableBody';
|
|
2
|
-
import
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
3
|
import { RcBaseProps } from '../../../foundation';
|
|
4
4
|
type RcTableBodyProps = {} & RcBaseProps<ComponentProps<typeof MuiTableBody>>;
|
|
5
|
-
declare const RcTableBody:
|
|
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>;
|
|
5
|
+
declare const RcTableBody: any;
|
|
8
6
|
export { RcTableBody, RcTableBodyProps };
|