@ringcentral/juno 3.0.0-alpha.1 → 3.0.0-alpha.10

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.
Files changed (60) hide show
  1. package/components/Avatar/styles/StyledAvatarWrapper.d.ts +23 -1
  2. package/components/Avatar/styles/StyledPresenceWrapper.d.ts +4 -2
  3. package/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
  4. package/components/Buttons/Button/Button.d.ts +58 -54
  5. package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +1 -1
  6. package/components/Buttons/IconButton/IconButton.d.ts +63 -59
  7. package/components/Buttons/IconButton/utils/IconButtonUtils.d.ts +1 -1
  8. package/components/Buttons/ToggleButton/ToggleButton.d.ts +5 -1
  9. package/components/Card/CardContent/CardContent.d.ts +1 -1
  10. package/components/Card/CardHeader/CardHeader.d.ts +1 -1
  11. package/components/Card/CardMedia/CardMedia.d.ts +1 -1
  12. package/components/Dialog/DialogActions/DialogActions.d.ts +49 -49
  13. package/components/Dialog/DialogContent/DialogContent.d.ts +1 -1
  14. package/components/Dialog/DialogContentText/DialogContentText.d.ts +3 -3
  15. package/components/Dialog/DialogTitle/DialogTitle.d.ts +1 -1
  16. package/components/Divider/Divider.d.ts +1 -1
  17. package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +10 -10
  18. package/components/Downshift/styles/DownshiftStyle.d.ts +63 -59
  19. package/components/Downshift/utils/useDownshift.d.ts +104 -104
  20. package/components/Downshift/utils/useDownshiftTag.d.ts +64 -64
  21. package/components/Forms/Checkbox/Checkbox.d.ts +5 -1
  22. package/components/Forms/FormHelperText/FormHelperText.d.ts +1 -1
  23. package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +1 -1
  24. package/components/Forms/Picker/DatePicker/styles/StyledCalendar.d.ts +4 -2
  25. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +65 -60
  26. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
  27. package/components/Forms/Picker/DatePicker/utils/DatePickerUtils.d.ts +1 -1
  28. package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +3 -1
  29. package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +13 -1
  30. package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +13 -1
  31. package/components/Forms/Picker/utils/PickerTextField/PickerTextField.d.ts +1 -1
  32. package/components/Forms/Radio/Radio.d.ts +5 -1
  33. package/components/Forms/TextField/TextField.d.ts +60 -60
  34. package/components/Grid/Grid.d.ts +1 -1
  35. package/components/List/List/List.d.ts +1 -1
  36. package/components/List/ListItem/ListItem.d.ts +54 -50
  37. package/components/Menu/MenuItem/MenuItem.d.ts +113 -51
  38. package/components/Pagination/PaginationItem/PaginationItem.d.ts +2 -2
  39. package/components/PopupBox/PopupBox.js +3 -1
  40. package/components/Table/TableBody/TableBody.d.ts +1 -1
  41. package/components/Table/TableCell/TableCell.d.ts +53 -53
  42. package/components/Table/TableCell/utils/TableCellUtils.d.ts +1 -1
  43. package/components/Table/TableHead/TableHead.d.ts +1 -1
  44. package/components/TablePagination/styles/TablePaginationStyle.d.ts +104 -52
  45. package/components/Tag/Tag.d.ts +1 -1
  46. package/components/Tooltip/withTooltip/withTooltip.d.ts +3 -2
  47. package/components/Tooltip/withTooltip/withTooltip.js +6 -3
  48. package/components/Typography/Typography.d.ts +5 -1
  49. package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +1 -1
  50. package/components/Virtuoso/react-virtuoso/Virtuoso.d.ts +28 -28
  51. package/components/Virtuoso/react-virtuoso/VirtuosoGrid.d.ts +6 -6
  52. package/es6/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
  53. package/es6/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
  54. package/es6/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.js +1 -1
  55. package/es6/components/PopupBox/PopupBox.js +3 -1
  56. package/es6/components/Tooltip/withTooltip/withTooltip.js +6 -3
  57. package/es6/foundation/styled-components.js +9 -3
  58. package/foundation/styled-components.d.ts +14 -4
  59. package/foundation/styled-components.js +9 -3
  60. package/package.json +2 -2
@@ -2,56 +2,26 @@
2
2
  /// <reference types="react" />
3
3
  import { RcThemedStyled } from '../../../foundation';
4
4
  import { RcDownshiftProps } from '../Downshift';
5
- export declare const ArrowDownButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("../../Tooltip/withTooltip/withTooltip").WithTooltipProps<Omit<import("../../Buttons/IconButton/IconButton").RcIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<any>>, import("../../../foundation").RcTheme, {
5
+ export declare const ArrowDownButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
6
+ title?: NonNullable<import("react").ReactNode> | undefined;
7
+ useRcTooltip?: boolean | undefined;
8
+ TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
9
+ } & Omit<Omit<Omit<import("../../Buttons/IconButton/IconButton").RcIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref">, "title"> & import("react").RefAttributes<HTMLButtonElement>> & import("react").ComponentType<import("../../Tooltip/withTooltip/withTooltip").WithTooltipProps<Omit<Omit<import("../../Buttons/IconButton/IconButton").RcIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref">>>, import("../../../foundation").RcTheme, {
6
10
  title?: NonNullable<import("react").ReactNode> | undefined;
7
11
  TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
8
12
  symbol?: import("../../Icon/Icon").SvgSymbol | undefined;
9
- children?: import("react").ReactNode;
10
- defaultChecked?: boolean | undefined;
11
- defaultValue?: string | number | readonly string[] | undefined;
12
- suppressContentEditableWarning?: boolean | undefined;
13
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
14
+ key?: import("react").Key | null | undefined;
13
15
  suppressHydrationWarning?: boolean | undefined;
14
- accessKey?: string | undefined;
15
- autoFocus?: boolean | undefined;
16
- contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
17
- contextMenu?: string | undefined;
18
- dir?: string | undefined;
19
- draggable?: (boolean | "true" | "false") | undefined;
20
- hidden?: boolean | undefined;
21
16
  id?: string | undefined;
22
17
  lang?: string | undefined;
23
- nonce?: string | undefined;
24
- slot?: string | undefined;
25
- spellCheck?: (boolean | "true" | "false") | undefined;
18
+ name?: string | undefined;
26
19
  style?: import("react").CSSProperties | undefined;
27
- tabIndex?: string | number | undefined;
28
- translate?: "yes" | "no" | undefined;
29
- radioGroup?: string | undefined;
30
20
  role?: import("react").AriaRole | undefined;
31
- about?: string | undefined;
32
- content?: string | undefined;
33
- datatype?: string | undefined;
34
- inlist?: any;
35
- prefix?: string | undefined;
36
- property?: string | undefined;
37
- rel?: string | undefined;
38
- resource?: string | undefined;
39
- rev?: string | undefined;
40
- typeof?: string | undefined;
41
- vocab?: string | undefined;
42
- autoCapitalize?: string | undefined;
43
- autoCorrect?: string | undefined;
44
- autoSave?: string | undefined;
45
- itemProp?: string | undefined;
46
- itemScope?: boolean | undefined;
47
- itemType?: string | undefined;
48
- itemID?: string | undefined;
49
- itemRef?: string | undefined;
50
- results?: number | undefined;
51
- security?: string | undefined;
52
- unselectable?: "on" | "off" | undefined;
53
- inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
54
- is?: string | undefined;
21
+ tabIndex?: string | number | undefined;
22
+ elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
23
+ href?: string | undefined;
24
+ radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
55
25
  "aria-activedescendant"?: string | undefined;
56
26
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
57
27
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
@@ -64,17 +34,17 @@ export declare const ArrowDownButton: import("styled-components").StyledComponen
64
34
  "aria-colindextext"?: string | undefined;
65
35
  "aria-colspan"?: number | undefined;
66
36
  "aria-controls"?: string | undefined;
67
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
37
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
68
38
  "aria-describedby"?: string | undefined;
69
39
  "aria-description"?: string | undefined;
70
40
  "aria-details"?: string | undefined;
71
41
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
72
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
42
+ "aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
73
43
  "aria-errormessage"?: string | undefined;
74
44
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
75
45
  "aria-flowto"?: string | undefined;
76
46
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
77
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
47
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
78
48
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
79
49
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
80
50
  "aria-keyshortcuts"?: string | undefined;
@@ -105,6 +75,7 @@ export declare const ArrowDownButton: import("styled-components").StyledComponen
105
75
  "aria-valuemin"?: number | undefined;
106
76
  "aria-valuenow"?: number | undefined;
107
77
  "aria-valuetext"?: string | undefined;
78
+ children?: import("react").ReactNode;
108
79
  dangerouslySetInnerHTML?: {
109
80
  __html: string | TrustedHTML;
110
81
  } | undefined;
@@ -270,20 +241,54 @@ export declare const ArrowDownButton: import("styled-components").StyledComponen
270
241
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
271
242
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
272
243
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
244
+ form?: string | undefined;
245
+ slot?: string | undefined;
246
+ download?: boolean | undefined;
247
+ translate?: "no" | "yes" | undefined;
248
+ defaultChecked?: boolean | undefined;
249
+ defaultValue?: string | number | readonly string[] | undefined;
250
+ suppressContentEditableWarning?: boolean | undefined;
251
+ accessKey?: string | undefined;
252
+ autoFocus?: boolean | undefined;
253
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
254
+ contextMenu?: string | undefined;
255
+ dir?: string | undefined;
256
+ draggable?: (boolean | "true" | "false") | undefined;
257
+ hidden?: boolean | undefined;
258
+ nonce?: string | undefined;
259
+ spellCheck?: (boolean | "true" | "false") | undefined;
260
+ radioGroup?: string | undefined;
261
+ about?: string | undefined;
262
+ content?: string | undefined;
263
+ datatype?: string | undefined;
264
+ inlist?: any;
265
+ prefix?: string | undefined;
266
+ property?: string | undefined;
267
+ rel?: string | undefined;
268
+ resource?: string | undefined;
269
+ rev?: string | undefined;
270
+ typeof?: string | undefined;
271
+ vocab?: string | undefined;
272
+ autoCapitalize?: string | undefined;
273
+ autoCorrect?: string | undefined;
274
+ autoSave?: string | undefined;
275
+ itemProp?: string | undefined;
276
+ itemScope?: boolean | undefined;
277
+ itemType?: string | undefined;
278
+ itemID?: string | undefined;
279
+ itemRef?: string | undefined;
280
+ results?: number | undefined;
281
+ security?: string | undefined;
282
+ unselectable?: "off" | "on" | undefined;
283
+ inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
284
+ is?: string | undefined;
273
285
  value?: string | number | readonly string[] | undefined;
274
286
  innerRef?: import("react").Ref<any> | undefined;
275
- ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
276
- radius?: "circle" | "sm" | "md" | "lg" | "xl" | "round" | "xxl" | "zero" | undefined;
277
- form?: string | undefined;
278
- name?: string | undefined;
279
- key?: import("react").Key | null | undefined;
280
287
  iconColor?: import("../../../foundation").RcPaletteProp | undefined;
281
288
  iconSize?: import("../..").IconSize | undefined;
282
289
  loading?: boolean | undefined;
283
290
  CircularProgressProps?: import("../../Progress/CircularProgress/CircularProgress").RcCircularProgressProps | undefined;
284
291
  tooltipForceHide?: boolean | undefined;
285
- download?: boolean | undefined;
286
- href?: string | undefined;
287
292
  disabled?: boolean | undefined;
288
293
  formAction?: string | undefined;
289
294
  formEncType?: string | undefined;
@@ -308,7 +313,6 @@ export declare const ArrowDownButton: import("styled-components").StyledComponen
308
313
  shouldPersistBg?: boolean | undefined;
309
314
  stretchIcon?: boolean | undefined;
310
315
  useColorWhenDisabled?: boolean | undefined;
311
- elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
312
316
  activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
313
317
  disabledFakeBorder?: boolean | undefined;
314
318
  IconProps?: import("../../Icon/Icon").RcIconProps | undefined;
@@ -319,9 +323,9 @@ export declare const ArrowDownButton: import("styled-components").StyledComponen
319
323
  type: "button" | "reset" | "submit";
320
324
  focusRipple: boolean;
321
325
  disableTouchRipple: boolean;
322
- classes: Partial<import("@material-ui/styles").ClassNameMap<"icon" | "round" | "inverse" | "outline" | "invisible" | "contained" | "persistBg">> & Partial<import("@material-ui/styles").ClassNameMap<import("@material-ui/core").ButtonBaseClassKey>>;
326
+ classes: Partial<import("@material-ui/styles").ClassNameMap<"round" | "icon" | "inverse" | "outline" | "invisible" | "contained" | "persistBg">> & Partial<import("@material-ui/styles").ClassNameMap<import("@material-ui/core").ButtonBaseClassKey>>;
323
327
  useRcTooltip: boolean;
324
- focusVariant: "focusRing" | "highlight";
328
+ focusVariant: "highlight" | "focusRing";
325
329
  } & {
326
330
  variant?: import("../../Buttons/IconButton/IconButton").RcIconButtonVariant | undefined;
327
331
  size?: import("../../Buttons/IconButton/IconButton").RcIconButtonSize | undefined;
@@ -329,13 +333,13 @@ export declare const ArrowDownButton: import("styled-components").StyledComponen
329
333
  invisible?: boolean | undefined;
330
334
  stretchIcon?: boolean | undefined;
331
335
  useColorWhenDisabled?: boolean | undefined;
332
- radius?: "circle" | "sm" | "md" | "lg" | "xl" | "round" | "xxl" | "zero" | undefined;
336
+ radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
333
337
  elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
334
338
  activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
335
339
  disabledFakeBorder?: boolean | undefined;
336
340
  IconProps?: import("../../Icon/Icon").RcIconProps | undefined;
337
- focusVariant?: "focusRing" | "highlight" | undefined;
338
- } & import("../../Buttons/IconButton/deprecated/IconButtonProps").RcIconButtonDeprecatedProps & Pick<import("../../Icon/Icon").RcIconProps, "symbol" | "color" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps"> & import("../../../foundation").RcClassesProps<"icon" | "round" | "inverse" | "outline" | "invisible" | "contained" | "persistBg"> & import("../../../foundation").RcBaseProps<{
341
+ focusVariant?: "highlight" | "focusRing" | undefined;
342
+ } & import("../../Buttons/IconButton/deprecated/IconButtonProps").RcIconButtonDeprecatedProps & Pick<import("../../Icon/Icon").RcIconProps, "symbol" | "color" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps"> & import("../../../foundation").RcClassesProps<"round" | "icon" | "inverse" | "outline" | "invisible" | "contained" | "persistBg"> & import("../../../foundation").RcBaseProps<{
339
343
  action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
340
344
  buttonRef?: import("react").Ref<unknown> | undefined;
341
345
  centerRipple?: boolean | undefined;
@@ -350,6 +354,6 @@ export declare const ArrowDownButton: import("styled-components").StyledComponen
350
354
  TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
351
355
  } & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").ButtonBaseTypeMap<{}, "button">>> & Pick<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
352
356
  ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
353
- }, "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "value" | "ref" | "form" | "type" | "name" | "key" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">, "color">, "symbol" | "classes" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "size" | "value" | "variant" | "innerRef" | "ref" | "radius" | "form" | "type" | "name" | "key" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps" | "tooltipForceHide" | "useRcTooltip" | "TooltipProps" | "download" | "href" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "invisible" | "tooltipTitle" | "tooltipPlacement" | "disableToolTip" | "popperProps" | "externalLink" | "ariaLabel" | "aRef" | "shouldPersistBg" | "stretchIcon" | "useColorWhenDisabled" | "elevation" | "activeElevation" | "disabledFakeBorder" | "IconProps" | "focusVariant" | "alwaysEnableTooltip">;
357
+ }, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "name" | "type" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">, "color">, "symbol" | "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "elevation" | "href" | "radius" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "form" | "slot" | "title" | "download" | "translate" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "variant" | "innerRef" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps" | "tooltipForceHide" | "useRcTooltip" | "TooltipProps" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "invisible" | "tooltipTitle" | "tooltipPlacement" | "disableToolTip" | "popperProps" | "externalLink" | "ariaLabel" | "aRef" | "shouldPersistBg" | "stretchIcon" | "useColorWhenDisabled" | "activeElevation" | "disabledFakeBorder" | "IconProps" | "focusVariant" | "alwaysEnableTooltip">;
354
358
  export declare const EndAdornment: import("styled-components").StyledComponent<"div", import("../../../foundation").RcTheme, {}, never>;
355
359
  export declare const DownshiftStyle: RcThemedStyled<RcDownshiftProps, any>;