@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
|
@@ -59,7 +59,7 @@ declare const RcMenuItem: import("styled-components").StyledComponent<React.Forw
|
|
|
59
59
|
*
|
|
60
60
|
* @default 'highlight'
|
|
61
61
|
*/
|
|
62
|
-
focusVariant?: "
|
|
62
|
+
focusVariant?: "highlight" | "focusRing" | undefined;
|
|
63
63
|
} & RcMenuItemClassesType & Pick<RcListItemProps, "color" | "focused" | "highlighted"> & {
|
|
64
64
|
title?: NonNullable<React.ReactNode> | undefined;
|
|
65
65
|
useRcTooltip?: boolean | undefined;
|
|
@@ -95,7 +95,7 @@ declare const RcMenuItem: import("styled-components").StyledComponent<React.Forw
|
|
|
95
95
|
button?: true | undefined;
|
|
96
96
|
}, "li">>> & Pick<Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
97
97
|
ref?: ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | null | undefined;
|
|
98
|
-
}, "
|
|
98
|
+
}, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value">, "title" | "classes"> & RcMenuItemInnerProps, "ref"> & React.RefAttributes<any>>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {
|
|
99
99
|
/** The component used for the root node. Either a string to use a HTML element or a component. */
|
|
100
100
|
component?: React.ElementType | undefined;
|
|
101
101
|
/** checked for that should render checked icon */
|
|
@@ -117,52 +117,14 @@ declare const RcMenuItem: import("styled-components").StyledComponent<React.Forw
|
|
|
117
117
|
title?: NonNullable<React.ReactNode> | undefined;
|
|
118
118
|
useRcTooltip?: boolean | undefined;
|
|
119
119
|
TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
123
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
120
|
+
ref?: ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | null | undefined;
|
|
121
|
+
key?: React.Key | null | undefined;
|
|
124
122
|
suppressHydrationWarning?: boolean | undefined;
|
|
125
|
-
accessKey?: string | undefined;
|
|
126
|
-
autoFocus?: boolean | undefined;
|
|
127
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
128
|
-
contextMenu?: string | undefined;
|
|
129
|
-
dir?: string | undefined;
|
|
130
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
131
|
-
hidden?: boolean | undefined;
|
|
132
123
|
id?: string | undefined;
|
|
133
124
|
lang?: string | undefined;
|
|
134
|
-
nonce?: string | undefined;
|
|
135
|
-
slot?: string | undefined;
|
|
136
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
137
125
|
style?: React.CSSProperties | undefined;
|
|
138
|
-
tabIndex?: string | number | undefined;
|
|
139
|
-
translate?: "yes" | "no" | undefined;
|
|
140
|
-
radioGroup?: string | undefined;
|
|
141
126
|
role?: React.AriaRole | undefined;
|
|
142
|
-
|
|
143
|
-
content?: string | undefined;
|
|
144
|
-
datatype?: string | undefined;
|
|
145
|
-
inlist?: any;
|
|
146
|
-
prefix?: string | undefined;
|
|
147
|
-
property?: string | undefined;
|
|
148
|
-
rel?: string | undefined;
|
|
149
|
-
resource?: string | undefined;
|
|
150
|
-
rev?: string | undefined;
|
|
151
|
-
typeof?: string | undefined;
|
|
152
|
-
vocab?: string | undefined;
|
|
153
|
-
autoCapitalize?: string | undefined;
|
|
154
|
-
autoCorrect?: string | undefined;
|
|
155
|
-
autoSave?: string | undefined;
|
|
156
|
-
itemProp?: string | undefined;
|
|
157
|
-
itemScope?: boolean | undefined;
|
|
158
|
-
itemType?: string | undefined;
|
|
159
|
-
itemID?: string | undefined;
|
|
160
|
-
itemRef?: string | undefined;
|
|
161
|
-
results?: number | undefined;
|
|
162
|
-
security?: string | undefined;
|
|
163
|
-
unselectable?: "on" | "off" | undefined;
|
|
164
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
165
|
-
is?: string | undefined;
|
|
127
|
+
tabIndex?: string | number | undefined;
|
|
166
128
|
"aria-activedescendant"?: string | undefined;
|
|
167
129
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
168
130
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
@@ -175,17 +137,17 @@ declare const RcMenuItem: import("styled-components").StyledComponent<React.Forw
|
|
|
175
137
|
"aria-colindextext"?: string | undefined;
|
|
176
138
|
"aria-colspan"?: number | undefined;
|
|
177
139
|
"aria-controls"?: string | undefined;
|
|
178
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" |
|
|
140
|
+
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
179
141
|
"aria-describedby"?: string | undefined;
|
|
180
142
|
"aria-description"?: string | undefined;
|
|
181
143
|
"aria-details"?: string | undefined;
|
|
182
144
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
183
|
-
"aria-dropeffect"?: "link" | "
|
|
145
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
184
146
|
"aria-errormessage"?: string | undefined;
|
|
185
147
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
186
148
|
"aria-flowto"?: string | undefined;
|
|
187
149
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
188
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
150
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
189
151
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
190
152
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
191
153
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -216,6 +178,7 @@ declare const RcMenuItem: import("styled-components").StyledComponent<React.Forw
|
|
|
216
178
|
"aria-valuemin"?: number | undefined;
|
|
217
179
|
"aria-valuenow"?: number | undefined;
|
|
218
180
|
"aria-valuetext"?: string | undefined;
|
|
181
|
+
children?: React.ReactNode;
|
|
219
182
|
dangerouslySetInnerHTML?: {
|
|
220
183
|
__html: string | TrustedHTML;
|
|
221
184
|
} | undefined;
|
|
@@ -381,10 +344,47 @@ declare const RcMenuItem: import("styled-components").StyledComponent<React.Forw
|
|
|
381
344
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
|
|
382
345
|
onTransitionEnd?: React.TransitionEventHandler<HTMLLIElement> | undefined;
|
|
383
346
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLLIElement> | undefined;
|
|
347
|
+
slot?: string | undefined;
|
|
348
|
+
translate?: "no" | "yes" | undefined;
|
|
349
|
+
defaultChecked?: boolean | undefined;
|
|
350
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
351
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
352
|
+
accessKey?: string | undefined;
|
|
353
|
+
autoFocus?: boolean | undefined;
|
|
354
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
355
|
+
contextMenu?: string | undefined;
|
|
356
|
+
dir?: string | undefined;
|
|
357
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
358
|
+
hidden?: boolean | undefined;
|
|
359
|
+
nonce?: string | undefined;
|
|
360
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
361
|
+
radioGroup?: string | undefined;
|
|
362
|
+
about?: string | undefined;
|
|
363
|
+
content?: string | undefined;
|
|
364
|
+
datatype?: string | undefined;
|
|
365
|
+
inlist?: any;
|
|
366
|
+
prefix?: string | undefined;
|
|
367
|
+
property?: string | undefined;
|
|
368
|
+
rel?: string | undefined;
|
|
369
|
+
resource?: string | undefined;
|
|
370
|
+
rev?: string | undefined;
|
|
371
|
+
typeof?: string | undefined;
|
|
372
|
+
vocab?: string | undefined;
|
|
373
|
+
autoCapitalize?: string | undefined;
|
|
374
|
+
autoCorrect?: string | undefined;
|
|
375
|
+
autoSave?: string | undefined;
|
|
376
|
+
itemProp?: string | undefined;
|
|
377
|
+
itemScope?: boolean | undefined;
|
|
378
|
+
itemType?: string | undefined;
|
|
379
|
+
itemID?: string | undefined;
|
|
380
|
+
itemRef?: string | undefined;
|
|
381
|
+
results?: number | undefined;
|
|
382
|
+
security?: string | undefined;
|
|
383
|
+
unselectable?: "off" | "on" | undefined;
|
|
384
|
+
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
385
|
+
is?: string | undefined;
|
|
384
386
|
value?: string | number | readonly string[] | undefined;
|
|
385
387
|
innerRef?: React.Ref<any> | undefined;
|
|
386
|
-
ref?: ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | null | undefined;
|
|
387
|
-
key?: React.Key | null | undefined;
|
|
388
388
|
disabled?: boolean | undefined;
|
|
389
389
|
action?: React.Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
|
|
390
390
|
buttonRef?: React.Ref<unknown> | undefined;
|
|
@@ -404,7 +404,7 @@ declare const RcMenuItem: import("styled-components").StyledComponent<React.Forw
|
|
|
404
404
|
disableGutters?: boolean | undefined;
|
|
405
405
|
size: "medium" | "large";
|
|
406
406
|
button: true;
|
|
407
|
-
focusVariant: "
|
|
408
|
-
}, "symbol" | "
|
|
407
|
+
focusVariant: "highlight" | "focusRing";
|
|
408
|
+
}, "symbol" | "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "style" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "button" | "slot" | "title" | "translate" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "innerRef" | "icon" | "useRcTooltip" | "TooltipProps" | "disabled" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "component" | "focusVariant" | "avatar" | "divider" | "selected" | "checked" | "focused" | "dense" | "alignItems" | "ContainerComponent" | "ContainerProps" | "disableGutters" | "secondaryAction" | "highlighted">;
|
|
409
409
|
export { RcMenuItem };
|
|
410
410
|
export type { RcMenuItemClassesType, RcMenuItemProps, RcMenuItemSize, RcMenuItemType, };
|
|
@@ -15,10 +15,10 @@ declare const RcPaginationItem: import("@material-ui/core/OverridableComponent")
|
|
|
15
15
|
selected?: boolean | undefined;
|
|
16
16
|
shape?: "round" | "rounded" | undefined;
|
|
17
17
|
size?: "small" | "medium" | "large" | undefined;
|
|
18
|
-
type?: "page" | "
|
|
18
|
+
type?: "page" | "previous" | "first" | "last" | "next" | "start-ellipsis" | "end-ellipsis" | undefined;
|
|
19
19
|
variant?: "text" | "outlined" | undefined;
|
|
20
20
|
} & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/lab/PaginationItem").PaginationItemTypeMap<{}, "div">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
21
21
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
22
|
-
}, "
|
|
22
|
+
}, "ref" | "key" | "suppressHydrationWarning" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is">>>;
|
|
23
23
|
export { RcPaginationItem };
|
|
24
24
|
export type { RcPaginationItemProps };
|
|
@@ -4,5 +4,5 @@ import { RcBaseProps } from '../../../foundation';
|
|
|
4
4
|
type RcTableBodyProps = {} & RcBaseProps<ComponentProps<typeof MuiTableBody>>;
|
|
5
5
|
declare const RcTableBody: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").TableHeadTypeMap<{}, "thead">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | null | undefined;
|
|
7
|
-
}, "
|
|
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>;
|
|
8
8
|
export { RcTableBody, RcTableBodyProps };
|
|
@@ -31,56 +31,18 @@ declare const RcTableCell: import("styled-components").StyledComponent<React.For
|
|
|
31
31
|
/**
|
|
32
32
|
* Override or extend the styles applied to the component.
|
|
33
33
|
*/
|
|
34
|
-
classes?: Partial<Record<"
|
|
35
|
-
|
|
36
|
-
defaultChecked?: boolean | undefined;
|
|
37
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
38
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
34
|
+
classes?: Partial<Record<"body" | "footer" | "head" | "root" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "paddingCheckbox" | "paddingNone" | "stickyHeader" | "activeSort" | "sortIcon" | "sortButton", string>> | undefined;
|
|
35
|
+
ref?: React.Ref<unknown> | undefined;
|
|
39
36
|
suppressHydrationWarning?: boolean | undefined;
|
|
40
|
-
accessKey?: string | undefined;
|
|
41
|
-
autoFocus?: boolean | undefined;
|
|
42
37
|
className?: string | undefined;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
dir?: string | undefined;
|
|
46
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
47
|
-
hidden?: boolean | undefined;
|
|
38
|
+
color?: string | undefined;
|
|
39
|
+
height?: string | number | undefined;
|
|
48
40
|
id?: string | undefined;
|
|
49
41
|
lang?: string | undefined;
|
|
50
|
-
nonce?: string | undefined;
|
|
51
|
-
slot?: string | undefined;
|
|
52
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
53
42
|
style?: React.CSSProperties | undefined;
|
|
54
|
-
|
|
55
|
-
title?: string | undefined;
|
|
56
|
-
translate?: "yes" | "no" | undefined;
|
|
57
|
-
radioGroup?: string | undefined;
|
|
43
|
+
width?: string | number | undefined;
|
|
58
44
|
role?: React.AriaRole | undefined;
|
|
59
|
-
|
|
60
|
-
content?: string | undefined;
|
|
61
|
-
datatype?: string | undefined;
|
|
62
|
-
inlist?: any;
|
|
63
|
-
prefix?: string | undefined;
|
|
64
|
-
property?: string | undefined;
|
|
65
|
-
rel?: string | undefined;
|
|
66
|
-
resource?: string | undefined;
|
|
67
|
-
rev?: string | undefined;
|
|
68
|
-
typeof?: string | undefined;
|
|
69
|
-
vocab?: string | undefined;
|
|
70
|
-
autoCapitalize?: string | undefined;
|
|
71
|
-
autoCorrect?: string | undefined;
|
|
72
|
-
autoSave?: string | undefined;
|
|
73
|
-
color?: string | undefined;
|
|
74
|
-
itemProp?: string | undefined;
|
|
75
|
-
itemScope?: boolean | undefined;
|
|
76
|
-
itemType?: string | undefined;
|
|
77
|
-
itemID?: string | undefined;
|
|
78
|
-
itemRef?: string | undefined;
|
|
79
|
-
results?: number | undefined;
|
|
80
|
-
security?: string | undefined;
|
|
81
|
-
unselectable?: "on" | "off" | undefined;
|
|
82
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
83
|
-
is?: string | undefined;
|
|
45
|
+
tabIndex?: number | undefined;
|
|
84
46
|
"aria-activedescendant"?: string | undefined;
|
|
85
47
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
86
48
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
@@ -93,17 +55,17 @@ declare const RcTableCell: import("styled-components").StyledComponent<React.For
|
|
|
93
55
|
"aria-colindextext"?: string | undefined;
|
|
94
56
|
"aria-colspan"?: number | undefined;
|
|
95
57
|
"aria-controls"?: string | undefined;
|
|
96
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" |
|
|
58
|
+
"aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
|
|
97
59
|
"aria-describedby"?: string | undefined;
|
|
98
60
|
"aria-description"?: string | undefined;
|
|
99
61
|
"aria-details"?: string | undefined;
|
|
100
62
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
101
|
-
"aria-dropeffect"?: "link" | "
|
|
63
|
+
"aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
102
64
|
"aria-errormessage"?: string | undefined;
|
|
103
65
|
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
104
66
|
"aria-flowto"?: string | undefined;
|
|
105
67
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
106
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
68
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
107
69
|
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
108
70
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
109
71
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -134,6 +96,7 @@ declare const RcTableCell: import("styled-components").StyledComponent<React.For
|
|
|
134
96
|
"aria-valuemin"?: number | undefined;
|
|
135
97
|
"aria-valuenow"?: number | undefined;
|
|
136
98
|
"aria-valuetext"?: string | undefined;
|
|
99
|
+
children?: React.ReactNode;
|
|
137
100
|
dangerouslySetInnerHTML?: {
|
|
138
101
|
__html: string | TrustedHTML;
|
|
139
102
|
} | undefined;
|
|
@@ -299,19 +262,56 @@ declare const RcTableCell: import("styled-components").StyledComponent<React.For
|
|
|
299
262
|
onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLTableHeaderCellElement> & React.AnimationEventHandler<HTMLTableDataCellElement>) | undefined;
|
|
300
263
|
onTransitionEnd?: (React.TransitionEventHandler<HTMLTableHeaderCellElement> & React.TransitionEventHandler<HTMLTableDataCellElement>) | undefined;
|
|
301
264
|
onTransitionEndCapture?: (React.TransitionEventHandler<HTMLTableHeaderCellElement> & React.TransitionEventHandler<HTMLTableDataCellElement>) | undefined;
|
|
265
|
+
abbr?: string | undefined;
|
|
266
|
+
slot?: string | undefined;
|
|
267
|
+
title?: string | undefined;
|
|
268
|
+
translate?: "no" | "yes" | undefined;
|
|
269
|
+
defaultChecked?: boolean | undefined;
|
|
270
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
271
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
272
|
+
accessKey?: string | undefined;
|
|
273
|
+
autoFocus?: boolean | undefined;
|
|
274
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
275
|
+
contextMenu?: string | undefined;
|
|
276
|
+
dir?: string | undefined;
|
|
277
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
278
|
+
hidden?: boolean | undefined;
|
|
279
|
+
nonce?: string | undefined;
|
|
280
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
281
|
+
radioGroup?: string | undefined;
|
|
282
|
+
about?: string | undefined;
|
|
283
|
+
content?: string | undefined;
|
|
284
|
+
datatype?: string | undefined;
|
|
285
|
+
inlist?: any;
|
|
286
|
+
prefix?: string | undefined;
|
|
287
|
+
property?: string | undefined;
|
|
288
|
+
rel?: string | undefined;
|
|
289
|
+
resource?: string | undefined;
|
|
290
|
+
rev?: string | undefined;
|
|
291
|
+
typeof?: string | undefined;
|
|
292
|
+
vocab?: string | undefined;
|
|
293
|
+
autoCapitalize?: string | undefined;
|
|
294
|
+
autoCorrect?: string | undefined;
|
|
295
|
+
autoSave?: string | undefined;
|
|
296
|
+
itemProp?: string | undefined;
|
|
297
|
+
itemScope?: boolean | undefined;
|
|
298
|
+
itemType?: string | undefined;
|
|
299
|
+
itemID?: string | undefined;
|
|
300
|
+
itemRef?: string | undefined;
|
|
301
|
+
results?: number | undefined;
|
|
302
|
+
security?: string | undefined;
|
|
303
|
+
unselectable?: "off" | "on" | undefined;
|
|
304
|
+
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
305
|
+
is?: string | undefined;
|
|
302
306
|
variant?: "body" | "footer" | "head" | undefined;
|
|
303
307
|
innerRef?: React.Ref<any> | undefined;
|
|
304
|
-
ref?: React.Ref<unknown> | undefined;
|
|
305
|
-
abbr?: string | undefined;
|
|
306
308
|
component?: React.ElementType<import("@material-ui/core/TableCell").TableCellBaseProps, keyof React.JSX.IntrinsicElements> | undefined;
|
|
307
|
-
height?: string | number | undefined;
|
|
308
|
-
width?: string | number | undefined;
|
|
309
309
|
align?: "center" | "inherit" | "left" | "right" | "justify" | undefined;
|
|
310
310
|
colSpan?: number | undefined;
|
|
311
311
|
headers?: string | undefined;
|
|
312
312
|
rowSpan?: number | undefined;
|
|
313
313
|
scope?: string | undefined;
|
|
314
|
-
valign?: "
|
|
314
|
+
valign?: "baseline" | "middle" | "bottom" | "top" | undefined;
|
|
315
315
|
padding?: import("@material-ui/core/TableCell").Padding | undefined;
|
|
316
|
-
}, "
|
|
316
|
+
}, "ref" | "suppressHydrationWarning" | "className" | "color" | "height" | "id" | "lang" | "style" | "width" | "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" | "abbr" | "slot" | "title" | "translate" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "variant" | "innerRef" | "component" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "valign" | "padding" | "sortDirection" | "activeSort">;
|
|
317
317
|
export { RcTableCell, RcTableCellProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const RcTableCellClasses: Partial<import("../../../../foundation").UnitMap<"
|
|
1
|
+
export declare const RcTableCellClasses: Partial<import("../../../../foundation").UnitMap<"body" | "footer" | "head" | "root" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "paddingCheckbox" | "paddingNone" | "stickyHeader" | "activeSort" | "sortIcon" | "sortButton", any>>;
|
|
@@ -4,5 +4,5 @@ import { RcBaseProps } from '../../../foundation';
|
|
|
4
4
|
type RcTableHeadProps = {} & RcBaseProps<ComponentProps<typeof MuiTableHead>>;
|
|
5
5
|
declare const RcTableHead: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core/TableHead").TableHeadTypeMap<{}, "thead">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
6
6
|
ref?: ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | null | undefined;
|
|
7
|
-
}, "
|
|
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>;
|
|
8
8
|
export { RcTableHead, RcTableHeadProps };
|