@ringcentral/juno 3.0.0-alpha.0 → 3.0.0-alpha.2
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/Buttons/Button/Button.d.ts +53 -53
- package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/components/Buttons/IconButton/IconButton.d.ts +58 -58
- package/components/Buttons/IconButton/utils/IconButtonUtils.d.ts +1 -1
- package/components/Card/CardContent/CardContent.d.ts +1 -1
- package/components/Card/CardHeader/CardHeader.d.ts +1 -1
- package/components/Card/CardMedia/CardMedia.d.ts +1 -1
- package/components/Dialog/DialogActions/DialogActions.d.ts +49 -49
- package/components/Dialog/DialogContent/DialogContent.d.ts +1 -1
- package/components/Dialog/DialogContentText/DialogContentText.d.ts +3 -3
- package/components/Dialog/DialogTitle/DialogTitle.d.ts +1 -1
- package/components/Divider/Divider.d.ts +1 -1
- package/components/Downshift/SuggestionList/utils/useSuggestionList.d.ts +10 -10
- package/components/Downshift/styles/DownshiftStyle.d.ts +58 -58
- package/components/Downshift/utils/useDownshift.d.ts +104 -104
- package/components/Downshift/utils/useDownshiftTag.d.ts +64 -64
- package/components/Forms/FormHelperText/FormHelperText.d.ts +1 -1
- package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +1 -1
- package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +58 -58
- package/components/Forms/Picker/utils/PickerTextField/PickerTextField.d.ts +1 -1
- package/components/Forms/TextField/TextField.d.ts +56 -56
- package/components/Grid/Grid.d.ts +1 -1
- package/components/List/List/List.d.ts +1 -1
- package/components/List/ListItem/ListItem.d.ts +49 -49
- package/components/Menu/MenuItem/MenuItem.d.ts +50 -50
- package/components/Pagination/PaginationItem/PaginationItem.d.ts +2 -2
- package/components/Table/TableBody/TableBody.d.ts +1 -1
- package/components/Table/TableCell/TableCell.d.ts +53 -53
- package/components/Table/TableCell/utils/TableCellUtils.d.ts +1 -1
- package/components/Table/TableHead/TableHead.d.ts +1 -1
- package/components/TablePagination/styles/TablePaginationStyle.d.ts +50 -50
- package/components/Tag/Tag.d.ts +1 -1
- package/components/Transitions/ZoomFrom/ZoomFrom.js +1 -7
- package/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.js +4 -7
- package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +1 -1
- package/components/Virtuoso/react-virtuoso/Virtuoso.d.ts +25 -25
- package/components/Virtuoso/react-virtuoso/VirtuosoGrid.d.ts +6 -6
- package/es6/components/Transitions/ZoomFrom/ZoomFrom.js +1 -7
- package/es6/components/Transitions/ZoomInFadeOut/ZoomInFadeOut.js +4 -7
- package/es6/foundation/hooks/useAudio/useAudio.js +1 -1
- package/es6/foundation/theme/useThemeProps.js +1 -1
- package/foundation/hooks/useAudio/useAudio.d.ts +1 -1
- package/foundation/hooks/useAudio/useAudio.js +1 -1
- package/foundation/theme/useThemeProps.d.ts +1 -1
- package/foundation/theme/useThemeProps.js +1 -1
- package/package.json +2 -3
|
@@ -22,54 +22,14 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
22
22
|
readOnly: boolean | undefined;
|
|
23
23
|
getTagProps: ({ index, selectedItem, ...restTagProps }: import("./useDownshift.interface").RcDownshiftGetSelectedItemProps<T>) => {
|
|
24
24
|
[arbitrary: string]: any;
|
|
25
|
-
defaultChecked?: boolean | undefined;
|
|
26
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
27
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
28
25
|
suppressHydrationWarning?: boolean | undefined;
|
|
29
|
-
accessKey?: string | undefined;
|
|
30
|
-
autoFocus?: boolean | undefined;
|
|
31
26
|
className?: string | undefined;
|
|
32
|
-
|
|
33
|
-
contextMenu?: string | undefined;
|
|
34
|
-
dir?: string | undefined;
|
|
35
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
36
|
-
hidden?: boolean | undefined;
|
|
27
|
+
color?: string | undefined;
|
|
37
28
|
id?: string | undefined;
|
|
38
29
|
lang?: string | undefined;
|
|
39
|
-
nonce?: string | undefined;
|
|
40
|
-
slot?: string | undefined;
|
|
41
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
42
30
|
style?: import("react").CSSProperties | undefined;
|
|
43
|
-
tabIndex?: number | undefined;
|
|
44
|
-
title?: string | undefined;
|
|
45
|
-
translate?: "yes" | "no" | undefined;
|
|
46
|
-
radioGroup?: string | undefined;
|
|
47
31
|
role?: import("react").AriaRole | undefined;
|
|
48
|
-
|
|
49
|
-
content?: string | undefined;
|
|
50
|
-
datatype?: string | undefined;
|
|
51
|
-
inlist?: any;
|
|
52
|
-
prefix?: string | undefined;
|
|
53
|
-
property?: string | undefined;
|
|
54
|
-
rel?: string | undefined;
|
|
55
|
-
resource?: string | undefined;
|
|
56
|
-
rev?: string | undefined;
|
|
57
|
-
typeof?: string | undefined;
|
|
58
|
-
vocab?: string | undefined;
|
|
59
|
-
autoCapitalize?: string | undefined;
|
|
60
|
-
autoCorrect?: string | undefined;
|
|
61
|
-
autoSave?: string | undefined;
|
|
62
|
-
color?: string | undefined;
|
|
63
|
-
itemProp?: string | undefined;
|
|
64
|
-
itemScope?: boolean | undefined;
|
|
65
|
-
itemType?: string | undefined;
|
|
66
|
-
itemID?: string | undefined;
|
|
67
|
-
itemRef?: string | undefined;
|
|
68
|
-
results?: number | undefined;
|
|
69
|
-
security?: string | undefined;
|
|
70
|
-
unselectable?: "on" | "off" | undefined;
|
|
71
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
72
|
-
is?: string | undefined;
|
|
32
|
+
tabIndex?: number | undefined;
|
|
73
33
|
"aria-activedescendant"?: string | undefined;
|
|
74
34
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
75
35
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
@@ -82,17 +42,17 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
82
42
|
"aria-colindextext"?: string | undefined;
|
|
83
43
|
"aria-colspan"?: number | undefined;
|
|
84
44
|
"aria-controls"?: string | undefined;
|
|
85
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" |
|
|
45
|
+
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
86
46
|
"aria-describedby"?: string | undefined;
|
|
87
47
|
"aria-description"?: string | undefined;
|
|
88
48
|
"aria-details"?: string | undefined;
|
|
89
49
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
90
|
-
"aria-dropeffect"?: "link" | "
|
|
50
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
91
51
|
"aria-errormessage"?: string | undefined;
|
|
92
52
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
93
53
|
"aria-flowto"?: string | undefined;
|
|
94
54
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
95
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
55
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
96
56
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
97
57
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
98
58
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -288,6 +248,46 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
288
248
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
289
249
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
290
250
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
251
|
+
slot?: string | undefined;
|
|
252
|
+
title?: string | undefined;
|
|
253
|
+
translate?: "no" | "yes" | undefined;
|
|
254
|
+
defaultChecked?: boolean | undefined;
|
|
255
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
256
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
257
|
+
accessKey?: string | undefined;
|
|
258
|
+
autoFocus?: boolean | undefined;
|
|
259
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
260
|
+
contextMenu?: string | undefined;
|
|
261
|
+
dir?: string | undefined;
|
|
262
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
263
|
+
hidden?: boolean | undefined;
|
|
264
|
+
nonce?: string | undefined;
|
|
265
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
266
|
+
radioGroup?: string | undefined;
|
|
267
|
+
about?: string | undefined;
|
|
268
|
+
content?: string | undefined;
|
|
269
|
+
datatype?: string | undefined;
|
|
270
|
+
inlist?: any;
|
|
271
|
+
prefix?: string | undefined;
|
|
272
|
+
property?: string | undefined;
|
|
273
|
+
rel?: string | undefined;
|
|
274
|
+
resource?: string | undefined;
|
|
275
|
+
rev?: string | undefined;
|
|
276
|
+
typeof?: string | undefined;
|
|
277
|
+
vocab?: string | undefined;
|
|
278
|
+
autoCapitalize?: string | undefined;
|
|
279
|
+
autoCorrect?: string | undefined;
|
|
280
|
+
autoSave?: string | undefined;
|
|
281
|
+
itemProp?: string | undefined;
|
|
282
|
+
itemScope?: boolean | undefined;
|
|
283
|
+
itemType?: string | undefined;
|
|
284
|
+
itemID?: string | undefined;
|
|
285
|
+
itemRef?: string | undefined;
|
|
286
|
+
results?: number | undefined;
|
|
287
|
+
security?: string | undefined;
|
|
288
|
+
unselectable?: "off" | "on" | undefined;
|
|
289
|
+
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
290
|
+
is?: string | undefined;
|
|
291
291
|
};
|
|
292
292
|
getClearButtonProps: (props?: RcIconButtonProps) => {
|
|
293
293
|
variant?: import("../../Buttons/IconButton/IconButton").RcIconButtonVariant | undefined;
|
|
@@ -296,13 +296,13 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
296
296
|
invisible?: boolean | undefined;
|
|
297
297
|
stretchIcon?: boolean | undefined;
|
|
298
298
|
useColorWhenDisabled?: boolean | undefined;
|
|
299
|
-
radius?: "circle" | "
|
|
299
|
+
radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
|
|
300
300
|
elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
301
301
|
activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
302
302
|
disabledFakeBorder?: boolean | undefined;
|
|
303
303
|
IconProps?: import("../../Icon/Icon").RcIconProps | undefined;
|
|
304
|
-
focusVariant?: "
|
|
305
|
-
} & import("../../Buttons/IconButton/deprecated/IconButtonProps").RcIconButtonDeprecatedProps & Pick<import("../../Icon/Icon").RcIconProps, "symbol" | "color" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps"> & import("../../../foundation").RcClassesProps<"
|
|
304
|
+
focusVariant?: "highlight" | "focusRing" | undefined;
|
|
305
|
+
} & 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<{
|
|
306
306
|
action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
307
307
|
buttonRef?: import("react").Ref<unknown> | undefined;
|
|
308
308
|
centerRipple?: boolean | undefined;
|
|
@@ -317,7 +317,7 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
317
317
|
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
318
318
|
} & 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"> & {
|
|
319
319
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
320
|
-
}, "
|
|
320
|
+
}, "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">;
|
|
321
321
|
activeIndex: number;
|
|
322
322
|
setActiveIndex: (tagToFocus: number, focus?: any) => void;
|
|
323
323
|
isOpen: boolean;
|
|
@@ -328,13 +328,13 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
328
328
|
invisible?: boolean | undefined;
|
|
329
329
|
stretchIcon?: boolean | undefined;
|
|
330
330
|
useColorWhenDisabled?: boolean | undefined;
|
|
331
|
-
radius?: "circle" | "
|
|
331
|
+
radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
|
|
332
332
|
elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
333
333
|
activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
|
|
334
334
|
disabledFakeBorder?: boolean | undefined;
|
|
335
335
|
IconProps?: import("../../Icon/Icon").RcIconProps | undefined;
|
|
336
|
-
focusVariant?: "
|
|
337
|
-
} & import("../../Buttons/IconButton/deprecated/IconButtonProps").RcIconButtonDeprecatedProps & Pick<import("../../Icon/Icon").RcIconProps, "symbol" | "color" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps"> & import("../../../foundation").RcClassesProps<"
|
|
336
|
+
focusVariant?: "highlight" | "focusRing" | undefined;
|
|
337
|
+
} & 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<{
|
|
338
338
|
action?: import("react").Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
339
339
|
buttonRef?: import("react").Ref<unknown> | undefined;
|
|
340
340
|
centerRipple?: boolean | undefined;
|
|
@@ -349,61 +349,20 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
349
349
|
TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
350
350
|
} & 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"> & {
|
|
351
351
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
352
|
-
}, "
|
|
352
|
+
}, "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">;
|
|
353
353
|
getPopperProps: (restPopperProps?: HTMLAttributes<HTMLElement>) => HTMLAttributes<HTMLElement>;
|
|
354
354
|
getLabelProps: (props?: Partial<import("@material-ui/core").InputLabelProps> | undefined) => Partial<import("@material-ui/core").InputLabelProps>;
|
|
355
355
|
getMenuProps: (restMenuProps?: HTMLAttributes<HTMLElement> | undefined) => HTMLAttributes<HTMLElement>;
|
|
356
356
|
getInputProps: (props?: RcTextFieldProps['InputProps']) => Partial<import("@material-ui/core").InputProps>;
|
|
357
357
|
getInputAriaProps: (props?: RcTextFieldProps['inputProps']) => import("@material-ui/core").InputBaseComponentProps;
|
|
358
358
|
getTagListBoxProps: (props?: Omit<HTMLAttributes<HTMLElement>, "color"> | undefined) => {
|
|
359
|
-
children?: import("react").ReactNode;
|
|
360
|
-
defaultChecked?: boolean | undefined;
|
|
361
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
362
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
363
359
|
suppressHydrationWarning?: boolean | undefined;
|
|
364
|
-
accessKey?: string | undefined;
|
|
365
|
-
autoFocus?: boolean | undefined;
|
|
366
360
|
className?: string | undefined;
|
|
367
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
368
|
-
contextMenu?: string | undefined;
|
|
369
|
-
dir?: string | undefined;
|
|
370
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
371
|
-
hidden?: boolean | undefined;
|
|
372
361
|
id?: string | undefined;
|
|
373
362
|
lang?: string | undefined;
|
|
374
|
-
nonce?: string | undefined;
|
|
375
|
-
slot?: string | undefined;
|
|
376
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
377
363
|
style?: import("react").CSSProperties | undefined;
|
|
378
|
-
tabIndex?: number | undefined;
|
|
379
|
-
title?: string | undefined;
|
|
380
|
-
translate?: "yes" | "no" | undefined;
|
|
381
|
-
radioGroup?: string | undefined;
|
|
382
364
|
role?: import("react").AriaRole | undefined;
|
|
383
|
-
|
|
384
|
-
content?: string | undefined;
|
|
385
|
-
datatype?: string | undefined;
|
|
386
|
-
inlist?: any;
|
|
387
|
-
prefix?: string | undefined;
|
|
388
|
-
property?: string | undefined;
|
|
389
|
-
rel?: string | undefined;
|
|
390
|
-
resource?: string | undefined;
|
|
391
|
-
rev?: string | undefined;
|
|
392
|
-
typeof?: string | undefined;
|
|
393
|
-
vocab?: string | undefined;
|
|
394
|
-
autoCapitalize?: string | undefined;
|
|
395
|
-
autoCorrect?: string | undefined;
|
|
396
|
-
autoSave?: string | undefined;
|
|
397
|
-
itemProp?: string | undefined;
|
|
398
|
-
itemScope?: boolean | undefined;
|
|
399
|
-
itemType?: string | undefined;
|
|
400
|
-
itemID?: string | undefined;
|
|
401
|
-
itemRef?: string | undefined;
|
|
402
|
-
results?: number | undefined;
|
|
403
|
-
security?: string | undefined;
|
|
404
|
-
unselectable?: "on" | "off" | undefined;
|
|
405
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
406
|
-
is?: string | undefined;
|
|
365
|
+
tabIndex?: number | undefined;
|
|
407
366
|
"aria-activedescendant"?: string | undefined;
|
|
408
367
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
409
368
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
@@ -416,17 +375,17 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
416
375
|
"aria-colindextext"?: string | undefined;
|
|
417
376
|
"aria-colspan"?: number | undefined;
|
|
418
377
|
"aria-controls"?: string | undefined;
|
|
419
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" |
|
|
378
|
+
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
420
379
|
"aria-describedby"?: string | undefined;
|
|
421
380
|
"aria-description"?: string | undefined;
|
|
422
381
|
"aria-details"?: string | undefined;
|
|
423
382
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
424
|
-
"aria-dropeffect"?: "link" | "
|
|
383
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
425
384
|
"aria-errormessage"?: string | undefined;
|
|
426
385
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
427
386
|
"aria-flowto"?: string | undefined;
|
|
428
387
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
429
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
388
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
430
389
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
431
390
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
432
391
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -457,6 +416,7 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
457
416
|
"aria-valuemin"?: number | undefined;
|
|
458
417
|
"aria-valuenow"?: number | undefined;
|
|
459
418
|
"aria-valuetext"?: string | undefined;
|
|
419
|
+
children?: import("react").ReactNode;
|
|
460
420
|
dangerouslySetInnerHTML?: {
|
|
461
421
|
__html: string | TrustedHTML;
|
|
462
422
|
} | undefined;
|
|
@@ -622,6 +582,46 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
622
582
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
|
|
623
583
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
624
584
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
585
|
+
slot?: string | undefined;
|
|
586
|
+
title?: string | undefined;
|
|
587
|
+
translate?: "no" | "yes" | undefined;
|
|
588
|
+
defaultChecked?: boolean | undefined;
|
|
589
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
590
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
591
|
+
accessKey?: string | undefined;
|
|
592
|
+
autoFocus?: boolean | undefined;
|
|
593
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
594
|
+
contextMenu?: string | undefined;
|
|
595
|
+
dir?: string | undefined;
|
|
596
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
597
|
+
hidden?: boolean | undefined;
|
|
598
|
+
nonce?: string | undefined;
|
|
599
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
600
|
+
radioGroup?: string | undefined;
|
|
601
|
+
about?: string | undefined;
|
|
602
|
+
content?: string | undefined;
|
|
603
|
+
datatype?: string | undefined;
|
|
604
|
+
inlist?: any;
|
|
605
|
+
prefix?: string | undefined;
|
|
606
|
+
property?: string | undefined;
|
|
607
|
+
rel?: string | undefined;
|
|
608
|
+
resource?: string | undefined;
|
|
609
|
+
rev?: string | undefined;
|
|
610
|
+
typeof?: string | undefined;
|
|
611
|
+
vocab?: string | undefined;
|
|
612
|
+
autoCapitalize?: string | undefined;
|
|
613
|
+
autoCorrect?: string | undefined;
|
|
614
|
+
autoSave?: string | undefined;
|
|
615
|
+
itemProp?: string | undefined;
|
|
616
|
+
itemScope?: boolean | undefined;
|
|
617
|
+
itemType?: string | undefined;
|
|
618
|
+
itemID?: string | undefined;
|
|
619
|
+
itemRef?: string | undefined;
|
|
620
|
+
results?: number | undefined;
|
|
621
|
+
security?: string | undefined;
|
|
622
|
+
unselectable?: "off" | "on" | undefined;
|
|
623
|
+
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
624
|
+
is?: string | undefined;
|
|
625
625
|
};
|
|
626
626
|
getItemProps: (props: RcDownshiftGetItemPropsOptions<T>) => {
|
|
627
627
|
isSelected?: boolean | undefined;
|
|
@@ -647,7 +647,7 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
647
647
|
style?: import("react").CSSProperties | undefined;
|
|
648
648
|
tabIndex?: number | undefined;
|
|
649
649
|
title?: string | undefined;
|
|
650
|
-
translate?: "
|
|
650
|
+
translate?: "no" | "yes" | undefined;
|
|
651
651
|
radioGroup?: string | undefined;
|
|
652
652
|
role?: import("react").AriaRole | undefined;
|
|
653
653
|
about?: string | undefined;
|
|
@@ -672,8 +672,8 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
672
672
|
itemRef?: string | undefined;
|
|
673
673
|
results?: number | undefined;
|
|
674
674
|
security?: string | undefined;
|
|
675
|
-
unselectable?: "
|
|
676
|
-
inputMode?: "search" | "text" | "none" | "
|
|
675
|
+
unselectable?: "off" | "on" | undefined;
|
|
676
|
+
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
677
677
|
is?: string | undefined;
|
|
678
678
|
"aria-activedescendant"?: string | undefined;
|
|
679
679
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -687,17 +687,17 @@ export declare const useDownshift: <T extends RcDownshiftSelectedItem = RcDownsh
|
|
|
687
687
|
"aria-colindextext"?: string | undefined;
|
|
688
688
|
"aria-colspan"?: number | undefined;
|
|
689
689
|
"aria-controls"?: string | undefined;
|
|
690
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" |
|
|
690
|
+
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
691
691
|
"aria-describedby"?: string | undefined;
|
|
692
692
|
"aria-description"?: string | undefined;
|
|
693
693
|
"aria-details"?: string | undefined;
|
|
694
694
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
695
|
-
"aria-dropeffect"?: "link" | "
|
|
695
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
696
696
|
"aria-errormessage"?: string | undefined;
|
|
697
697
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
698
698
|
"aria-flowto"?: string | undefined;
|
|
699
699
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
700
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
700
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
701
701
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
702
702
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
703
703
|
"aria-keyshortcuts"?: string | undefined;
|