@norges-domstoler/dds-components 13.11.4 → 13.12.0
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/dist/index.d.mts +35 -3177
- package/dist/index.d.ts +35 -3177
- package/dist/index.js +339 -328
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +340 -328
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { Property, StandardProperties } from 'csstype';
|
|
3
3
|
import * as styled_components from 'styled-components';
|
|
4
|
+
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
4
5
|
import * as react from 'react';
|
|
5
6
|
import react__default, { CSSProperties, PropsWithChildren, HTMLAttributes, ElementType, ComponentPropsWithoutRef, AnchorHTMLAttributes, LabelHTMLAttributes, InputHTMLAttributes, RefCallback, RefObject, KeyboardEvent as KeyboardEvent$1, Dispatch, SetStateAction, SVGAttributes, ButtonHTMLAttributes, ReactNode, ReactElement, MouseEventHandler, ChangeEvent, Ref, MouseEvent as MouseEvent$1, TdHTMLAttributes, ThHTMLAttributes, ForwardRefExoticComponent, TextareaHTMLAttributes } from 'react';
|
|
6
|
-
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
7
7
|
import { TextColor as TextColor$1 } from '@norges-domstoler/dds-components/src/utils';
|
|
8
8
|
import * as _floating_ui_react_dom from '@floating-ui/react-dom';
|
|
9
9
|
import { Strategy, Placement as Placement$1 } from '@floating-ui/react-dom';
|
|
@@ -17,2306 +17,22 @@ interface SvgChevronProps {
|
|
|
17
17
|
}
|
|
18
18
|
declare const AnimatedChevronUpDown: ({ isUp, height, width, }: SvgChevronProps) => react_jsx_runtime.JSX.Element;
|
|
19
19
|
|
|
20
|
-
declare const HiddenInput: styled_components.IStyledComponent<"web",
|
|
21
|
-
ref?: react.LegacyRef<HTMLInputElement> | undefined;
|
|
22
|
-
key?: react.Key | null | undefined;
|
|
23
|
-
accept?: string | undefined;
|
|
24
|
-
alt?: string | undefined;
|
|
25
|
-
autoComplete?: string | undefined;
|
|
26
|
-
capture?: boolean | "environment" | "user" | undefined;
|
|
27
|
-
checked?: boolean | undefined;
|
|
28
|
-
disabled?: boolean | undefined;
|
|
29
|
-
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
30
|
-
form?: string | undefined;
|
|
31
|
-
formAction?: string | undefined;
|
|
32
|
-
formEncType?: string | undefined;
|
|
33
|
-
formMethod?: string | undefined;
|
|
34
|
-
formNoValidate?: boolean | undefined;
|
|
35
|
-
formTarget?: string | undefined;
|
|
36
|
-
height?: string | number | undefined;
|
|
37
|
-
list?: string | undefined;
|
|
38
|
-
max?: string | number | undefined;
|
|
39
|
-
maxLength?: number | undefined;
|
|
40
|
-
min?: string | number | undefined;
|
|
41
|
-
minLength?: number | undefined;
|
|
42
|
-
multiple?: boolean | undefined;
|
|
43
|
-
name?: string | undefined;
|
|
44
|
-
pattern?: string | undefined;
|
|
45
|
-
placeholder?: string | undefined;
|
|
46
|
-
readOnly?: boolean | undefined;
|
|
47
|
-
required?: boolean | undefined;
|
|
48
|
-
size?: number | undefined;
|
|
49
|
-
src?: string | undefined;
|
|
50
|
-
step?: string | number | undefined;
|
|
51
|
-
type?: react.HTMLInputTypeAttribute | undefined;
|
|
52
|
-
value?: string | number | readonly string[] | undefined;
|
|
53
|
-
width?: string | number | undefined;
|
|
54
|
-
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
55
|
-
defaultChecked?: boolean | undefined;
|
|
56
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
57
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
58
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
59
|
-
accessKey?: string | undefined;
|
|
60
|
-
autoFocus?: boolean | undefined;
|
|
61
|
-
className?: string | undefined;
|
|
62
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
63
|
-
contextMenu?: string | undefined;
|
|
64
|
-
dir?: string | undefined;
|
|
65
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
66
|
-
hidden?: boolean | undefined;
|
|
67
|
-
id?: string | undefined;
|
|
68
|
-
lang?: string | undefined;
|
|
69
|
-
nonce?: string | undefined;
|
|
70
|
-
slot?: string | undefined;
|
|
71
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
72
|
-
style?: react.CSSProperties | undefined;
|
|
73
|
-
tabIndex?: number | undefined;
|
|
74
|
-
title?: string | undefined;
|
|
75
|
-
translate?: "yes" | "no" | undefined;
|
|
76
|
-
radioGroup?: string | undefined;
|
|
77
|
-
role?: react.AriaRole | undefined;
|
|
78
|
-
about?: string | undefined;
|
|
79
|
-
content?: string | undefined;
|
|
80
|
-
datatype?: string | undefined;
|
|
81
|
-
inlist?: any;
|
|
82
|
-
prefix?: string | undefined;
|
|
83
|
-
property?: string | undefined;
|
|
84
|
-
rel?: string | undefined;
|
|
85
|
-
resource?: string | undefined;
|
|
86
|
-
rev?: string | undefined;
|
|
87
|
-
typeof?: string | undefined;
|
|
88
|
-
vocab?: string | undefined;
|
|
89
|
-
autoCapitalize?: string | undefined;
|
|
90
|
-
autoCorrect?: string | undefined;
|
|
91
|
-
autoSave?: string | undefined;
|
|
92
|
-
color?: string | undefined;
|
|
93
|
-
itemProp?: string | undefined;
|
|
94
|
-
itemScope?: boolean | undefined;
|
|
95
|
-
itemType?: string | undefined;
|
|
96
|
-
itemID?: string | undefined;
|
|
97
|
-
itemRef?: string | undefined;
|
|
98
|
-
results?: number | undefined;
|
|
99
|
-
security?: string | undefined;
|
|
100
|
-
unselectable?: "on" | "off" | undefined;
|
|
101
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
102
|
-
is?: string | undefined;
|
|
103
|
-
"aria-activedescendant"?: string | undefined;
|
|
104
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
105
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
106
|
-
"aria-braillelabel"?: string | undefined;
|
|
107
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
108
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
109
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
110
|
-
"aria-colcount"?: number | undefined;
|
|
111
|
-
"aria-colindex"?: number | undefined;
|
|
112
|
-
"aria-colindextext"?: string | undefined;
|
|
113
|
-
"aria-colspan"?: number | undefined;
|
|
114
|
-
"aria-controls"?: string | undefined;
|
|
115
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
116
|
-
"aria-describedby"?: string | undefined;
|
|
117
|
-
"aria-description"?: string | undefined;
|
|
118
|
-
"aria-details"?: string | undefined;
|
|
119
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
120
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
121
|
-
"aria-errormessage"?: string | undefined;
|
|
122
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
123
|
-
"aria-flowto"?: string | undefined;
|
|
124
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
125
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
126
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
127
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
128
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
129
|
-
"aria-label"?: string | undefined;
|
|
130
|
-
"aria-labelledby"?: string | undefined;
|
|
131
|
-
"aria-level"?: number | undefined;
|
|
132
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
133
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
134
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
135
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
136
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
137
|
-
"aria-owns"?: string | undefined;
|
|
138
|
-
"aria-placeholder"?: string | undefined;
|
|
139
|
-
"aria-posinset"?: number | undefined;
|
|
140
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
141
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
142
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
143
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
144
|
-
"aria-roledescription"?: string | undefined;
|
|
145
|
-
"aria-rowcount"?: number | undefined;
|
|
146
|
-
"aria-rowindex"?: number | undefined;
|
|
147
|
-
"aria-rowindextext"?: string | undefined;
|
|
148
|
-
"aria-rowspan"?: number | undefined;
|
|
149
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
150
|
-
"aria-setsize"?: number | undefined;
|
|
151
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
152
|
-
"aria-valuemax"?: number | undefined;
|
|
153
|
-
"aria-valuemin"?: number | undefined;
|
|
154
|
-
"aria-valuenow"?: number | undefined;
|
|
155
|
-
"aria-valuetext"?: string | undefined;
|
|
156
|
-
children?: react.ReactNode;
|
|
157
|
-
dangerouslySetInnerHTML?: {
|
|
158
|
-
__html: string | TrustedHTML;
|
|
159
|
-
} | undefined;
|
|
160
|
-
onCopy?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
161
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
162
|
-
onCut?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
163
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
164
|
-
onPaste?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
165
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
166
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
167
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
168
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
169
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
170
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
171
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
172
|
-
onFocus?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
173
|
-
onFocusCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
174
|
-
onBlur?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
175
|
-
onBlurCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
176
|
-
onChangeCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
177
|
-
onBeforeInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
178
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
179
|
-
onInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
180
|
-
onInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
181
|
-
onReset?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
182
|
-
onResetCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
183
|
-
onSubmit?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
184
|
-
onSubmitCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
185
|
-
onInvalid?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
186
|
-
onInvalidCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
187
|
-
onLoad?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
188
|
-
onLoadCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
189
|
-
onError?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
190
|
-
onErrorCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
191
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
192
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
193
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
194
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
195
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
196
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
197
|
-
onAbort?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
198
|
-
onAbortCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
199
|
-
onCanPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
200
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
201
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
202
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
203
|
-
onDurationChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
204
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
205
|
-
onEmptied?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
206
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
207
|
-
onEncrypted?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
208
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
209
|
-
onEnded?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
210
|
-
onEndedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
211
|
-
onLoadedData?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
212
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
213
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
214
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
215
|
-
onLoadStart?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
216
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
217
|
-
onPause?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
218
|
-
onPauseCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
219
|
-
onPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
220
|
-
onPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
221
|
-
onPlaying?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
222
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
223
|
-
onProgress?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
224
|
-
onProgressCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
225
|
-
onRateChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
226
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
227
|
-
onResize?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
228
|
-
onResizeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
229
|
-
onSeeked?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
230
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
231
|
-
onSeeking?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
232
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
233
|
-
onStalled?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
234
|
-
onStalledCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
235
|
-
onSuspend?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
236
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
237
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
238
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
239
|
-
onVolumeChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
240
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
241
|
-
onWaiting?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
242
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
243
|
-
onAuxClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
244
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
245
|
-
onClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
246
|
-
onClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
247
|
-
onContextMenu?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
248
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
249
|
-
onDoubleClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
250
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
251
|
-
onDrag?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
252
|
-
onDragCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
253
|
-
onDragEnd?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
254
|
-
onDragEndCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
255
|
-
onDragEnter?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
256
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
257
|
-
onDragExit?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
258
|
-
onDragExitCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
259
|
-
onDragLeave?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
260
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
261
|
-
onDragOver?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
262
|
-
onDragOverCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
263
|
-
onDragStart?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
264
|
-
onDragStartCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
265
|
-
onDrop?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
266
|
-
onDropCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
267
|
-
onMouseDown?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
268
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
269
|
-
onMouseEnter?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
270
|
-
onMouseLeave?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
271
|
-
onMouseMove?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
272
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
273
|
-
onMouseOut?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
274
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
275
|
-
onMouseOver?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
276
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
277
|
-
onMouseUp?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
278
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
279
|
-
onSelect?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
280
|
-
onSelectCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
281
|
-
onTouchCancel?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
282
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
283
|
-
onTouchEnd?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
284
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
285
|
-
onTouchMove?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
286
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
287
|
-
onTouchStart?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
288
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
289
|
-
onPointerDown?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
290
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
291
|
-
onPointerMove?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
292
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
293
|
-
onPointerUp?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
294
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
295
|
-
onPointerCancel?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
296
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
297
|
-
onPointerEnter?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
298
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
299
|
-
onPointerLeave?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
300
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
301
|
-
onPointerOver?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
302
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
303
|
-
onPointerOut?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
304
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
305
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
306
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
307
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
308
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
309
|
-
onScroll?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
310
|
-
onScrollCapture?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
311
|
-
onWheel?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
312
|
-
onWheelCapture?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
313
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
314
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
315
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
316
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
317
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
318
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
319
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
320
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
321
|
-
}>;
|
|
20
|
+
declare const HiddenInput: styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>;
|
|
322
21
|
|
|
323
|
-
declare const Input: styled_components.IStyledComponent<"web",
|
|
324
|
-
|
|
325
|
-
key?: react.Key | null | undefined;
|
|
326
|
-
accept?: string | undefined;
|
|
327
|
-
alt?: string | undefined;
|
|
328
|
-
autoComplete?: string | undefined;
|
|
329
|
-
capture?: boolean | "environment" | "user" | undefined;
|
|
330
|
-
checked?: boolean | undefined;
|
|
331
|
-
disabled?: boolean | undefined;
|
|
332
|
-
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
333
|
-
form?: string | undefined;
|
|
334
|
-
formAction?: string | undefined;
|
|
335
|
-
formEncType?: string | undefined;
|
|
336
|
-
formMethod?: string | undefined;
|
|
337
|
-
formNoValidate?: boolean | undefined;
|
|
338
|
-
formTarget?: string | undefined;
|
|
339
|
-
height?: string | number | undefined;
|
|
340
|
-
list?: string | undefined;
|
|
341
|
-
max?: string | number | undefined;
|
|
342
|
-
maxLength?: number | undefined;
|
|
343
|
-
min?: string | number | undefined;
|
|
344
|
-
minLength?: number | undefined;
|
|
345
|
-
multiple?: boolean | undefined;
|
|
346
|
-
name?: string | undefined;
|
|
347
|
-
pattern?: string | undefined;
|
|
348
|
-
placeholder?: string | undefined;
|
|
349
|
-
readOnly?: boolean | undefined;
|
|
350
|
-
required?: boolean | undefined;
|
|
351
|
-
size?: number | undefined;
|
|
352
|
-
src?: string | undefined;
|
|
353
|
-
step?: string | number | undefined;
|
|
354
|
-
type?: react.HTMLInputTypeAttribute | undefined;
|
|
355
|
-
value?: string | number | readonly string[] | undefined;
|
|
356
|
-
width?: string | number | undefined;
|
|
357
|
-
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
358
|
-
defaultChecked?: boolean | undefined;
|
|
359
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
360
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
361
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
362
|
-
accessKey?: string | undefined;
|
|
363
|
-
autoFocus?: boolean | undefined;
|
|
364
|
-
className?: string | undefined;
|
|
365
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
366
|
-
contextMenu?: string | undefined;
|
|
367
|
-
dir?: string | undefined;
|
|
368
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
369
|
-
hidden?: boolean | undefined;
|
|
370
|
-
id?: string | undefined;
|
|
371
|
-
lang?: string | undefined;
|
|
372
|
-
nonce?: string | undefined;
|
|
373
|
-
slot?: string | undefined;
|
|
374
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
375
|
-
style?: react.CSSProperties | undefined;
|
|
376
|
-
tabIndex?: number | undefined;
|
|
377
|
-
title?: string | undefined;
|
|
378
|
-
translate?: "yes" | "no" | undefined;
|
|
379
|
-
radioGroup?: string | undefined;
|
|
380
|
-
role?: react.AriaRole | undefined;
|
|
381
|
-
about?: string | undefined;
|
|
382
|
-
content?: string | undefined;
|
|
383
|
-
datatype?: string | undefined;
|
|
384
|
-
inlist?: any;
|
|
385
|
-
prefix?: string | undefined;
|
|
386
|
-
property?: string | undefined;
|
|
387
|
-
rel?: string | undefined;
|
|
388
|
-
resource?: string | undefined;
|
|
389
|
-
rev?: string | undefined;
|
|
390
|
-
typeof?: string | undefined;
|
|
391
|
-
vocab?: string | undefined;
|
|
392
|
-
autoCapitalize?: string | undefined;
|
|
393
|
-
autoCorrect?: string | undefined;
|
|
394
|
-
autoSave?: string | undefined;
|
|
395
|
-
color?: string | undefined;
|
|
396
|
-
itemProp?: string | undefined;
|
|
397
|
-
itemScope?: boolean | undefined;
|
|
398
|
-
itemType?: string | undefined;
|
|
399
|
-
itemID?: string | undefined;
|
|
400
|
-
itemRef?: string | undefined;
|
|
401
|
-
results?: number | undefined;
|
|
402
|
-
security?: string | undefined;
|
|
403
|
-
unselectable?: "on" | "off" | undefined;
|
|
404
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
405
|
-
is?: string | undefined;
|
|
406
|
-
"aria-activedescendant"?: string | undefined;
|
|
407
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
408
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
409
|
-
"aria-braillelabel"?: string | undefined;
|
|
410
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
411
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
412
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
413
|
-
"aria-colcount"?: number | undefined;
|
|
414
|
-
"aria-colindex"?: number | undefined;
|
|
415
|
-
"aria-colindextext"?: string | undefined;
|
|
416
|
-
"aria-colspan"?: number | undefined;
|
|
417
|
-
"aria-controls"?: string | undefined;
|
|
418
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
419
|
-
"aria-describedby"?: string | undefined;
|
|
420
|
-
"aria-description"?: string | undefined;
|
|
421
|
-
"aria-details"?: string | undefined;
|
|
422
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
423
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
424
|
-
"aria-errormessage"?: string | undefined;
|
|
425
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
426
|
-
"aria-flowto"?: string | undefined;
|
|
427
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
428
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
429
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
430
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
431
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
432
|
-
"aria-label"?: string | undefined;
|
|
433
|
-
"aria-labelledby"?: string | undefined;
|
|
434
|
-
"aria-level"?: number | undefined;
|
|
435
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
436
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
437
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
438
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
439
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
440
|
-
"aria-owns"?: string | undefined;
|
|
441
|
-
"aria-placeholder"?: string | undefined;
|
|
442
|
-
"aria-posinset"?: number | undefined;
|
|
443
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
444
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
445
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
446
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
447
|
-
"aria-roledescription"?: string | undefined;
|
|
448
|
-
"aria-rowcount"?: number | undefined;
|
|
449
|
-
"aria-rowindex"?: number | undefined;
|
|
450
|
-
"aria-rowindextext"?: string | undefined;
|
|
451
|
-
"aria-rowspan"?: number | undefined;
|
|
452
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
453
|
-
"aria-setsize"?: number | undefined;
|
|
454
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
455
|
-
"aria-valuemax"?: number | undefined;
|
|
456
|
-
"aria-valuemin"?: number | undefined;
|
|
457
|
-
"aria-valuenow"?: number | undefined;
|
|
458
|
-
"aria-valuetext"?: string | undefined;
|
|
459
|
-
children?: react.ReactNode;
|
|
460
|
-
dangerouslySetInnerHTML?: {
|
|
461
|
-
__html: string | TrustedHTML;
|
|
462
|
-
} | undefined;
|
|
463
|
-
onCopy?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
464
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
465
|
-
onCut?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
466
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
467
|
-
onPaste?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
468
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
469
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
470
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
471
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
472
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
473
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
474
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
475
|
-
onFocus?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
476
|
-
onFocusCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
477
|
-
onBlur?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
478
|
-
onBlurCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
479
|
-
onChangeCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
480
|
-
onBeforeInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
481
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
482
|
-
onInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
483
|
-
onInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
484
|
-
onReset?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
485
|
-
onResetCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
486
|
-
onSubmit?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
487
|
-
onSubmitCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
488
|
-
onInvalid?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
489
|
-
onInvalidCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
490
|
-
onLoad?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
491
|
-
onLoadCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
492
|
-
onError?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
493
|
-
onErrorCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
494
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
495
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
496
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
497
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
498
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
499
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
500
|
-
onAbort?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
501
|
-
onAbortCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
502
|
-
onCanPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
503
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
504
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
505
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
506
|
-
onDurationChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
507
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
508
|
-
onEmptied?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
509
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
510
|
-
onEncrypted?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
511
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
512
|
-
onEnded?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
513
|
-
onEndedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
514
|
-
onLoadedData?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
515
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
516
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
517
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
518
|
-
onLoadStart?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
519
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
520
|
-
onPause?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
521
|
-
onPauseCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
522
|
-
onPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
523
|
-
onPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
524
|
-
onPlaying?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
525
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
526
|
-
onProgress?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
527
|
-
onProgressCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
528
|
-
onRateChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
529
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
530
|
-
onResize?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
531
|
-
onResizeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
532
|
-
onSeeked?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
533
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
534
|
-
onSeeking?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
535
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
536
|
-
onStalled?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
537
|
-
onStalledCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
538
|
-
onSuspend?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
539
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
540
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
541
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
542
|
-
onVolumeChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
543
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
544
|
-
onWaiting?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
545
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
546
|
-
onAuxClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
547
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
548
|
-
onClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
549
|
-
onClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
550
|
-
onContextMenu?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
551
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
552
|
-
onDoubleClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
553
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
554
|
-
onDrag?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
555
|
-
onDragCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
556
|
-
onDragEnd?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
557
|
-
onDragEndCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
558
|
-
onDragEnter?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
559
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
560
|
-
onDragExit?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
561
|
-
onDragExitCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
562
|
-
onDragLeave?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
563
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
564
|
-
onDragOver?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
565
|
-
onDragOverCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
566
|
-
onDragStart?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
567
|
-
onDragStartCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
568
|
-
onDrop?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
569
|
-
onDropCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
570
|
-
onMouseDown?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
571
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
572
|
-
onMouseEnter?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
573
|
-
onMouseLeave?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
574
|
-
onMouseMove?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
575
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
576
|
-
onMouseOut?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
577
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
578
|
-
onMouseOver?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
579
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
580
|
-
onMouseUp?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
581
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
582
|
-
onSelect?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
583
|
-
onSelectCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
584
|
-
onTouchCancel?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
585
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
586
|
-
onTouchEnd?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
587
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
588
|
-
onTouchMove?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
589
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
590
|
-
onTouchStart?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
591
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
592
|
-
onPointerDown?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
593
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
594
|
-
onPointerMove?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
595
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
596
|
-
onPointerUp?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
597
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
598
|
-
onPointerCancel?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
599
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
600
|
-
onPointerEnter?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
601
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
602
|
-
onPointerLeave?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
603
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
604
|
-
onPointerOver?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
605
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
606
|
-
onPointerOut?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
607
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
608
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
609
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
610
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
611
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
612
|
-
onScroll?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
613
|
-
onScrollCapture?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
614
|
-
onWheel?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
615
|
-
onWheelCapture?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
616
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
617
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
618
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
619
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
620
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
621
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
622
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
623
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
624
|
-
}>;
|
|
625
|
-
declare const StatefulInput: styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<Omit<{
|
|
626
|
-
ref?: react.LegacyRef<HTMLInputElement> | undefined;
|
|
627
|
-
key?: react.Key | null | undefined;
|
|
628
|
-
accept?: string | undefined;
|
|
629
|
-
alt?: string | undefined;
|
|
630
|
-
autoComplete?: string | undefined;
|
|
631
|
-
capture?: boolean | "environment" | "user" | undefined;
|
|
632
|
-
checked?: boolean | undefined;
|
|
633
|
-
disabled?: boolean | undefined;
|
|
634
|
-
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
635
|
-
form?: string | undefined;
|
|
636
|
-
formAction?: string | undefined;
|
|
637
|
-
formEncType?: string | undefined;
|
|
638
|
-
formMethod?: string | undefined;
|
|
639
|
-
formNoValidate?: boolean | undefined;
|
|
640
|
-
formTarget?: string | undefined;
|
|
641
|
-
height?: string | number | undefined;
|
|
642
|
-
list?: string | undefined;
|
|
643
|
-
max?: string | number | undefined;
|
|
644
|
-
maxLength?: number | undefined;
|
|
645
|
-
min?: string | number | undefined;
|
|
646
|
-
minLength?: number | undefined;
|
|
647
|
-
multiple?: boolean | undefined;
|
|
648
|
-
name?: string | undefined;
|
|
649
|
-
pattern?: string | undefined;
|
|
650
|
-
placeholder?: string | undefined;
|
|
651
|
-
readOnly?: boolean | undefined;
|
|
652
|
-
required?: boolean | undefined;
|
|
653
|
-
size?: number | undefined;
|
|
654
|
-
src?: string | undefined;
|
|
655
|
-
step?: string | number | undefined;
|
|
656
|
-
type?: react.HTMLInputTypeAttribute | undefined;
|
|
657
|
-
value?: string | number | readonly string[] | undefined;
|
|
658
|
-
width?: string | number | undefined;
|
|
659
|
-
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
660
|
-
defaultChecked?: boolean | undefined;
|
|
661
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
662
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
663
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
664
|
-
accessKey?: string | undefined;
|
|
665
|
-
autoFocus?: boolean | undefined;
|
|
666
|
-
className?: string | undefined;
|
|
667
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
668
|
-
contextMenu?: string | undefined;
|
|
669
|
-
dir?: string | undefined;
|
|
670
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
671
|
-
hidden?: boolean | undefined;
|
|
672
|
-
id?: string | undefined;
|
|
673
|
-
lang?: string | undefined;
|
|
674
|
-
nonce?: string | undefined;
|
|
675
|
-
slot?: string | undefined;
|
|
676
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
677
|
-
style?: react.CSSProperties | undefined;
|
|
678
|
-
tabIndex?: number | undefined;
|
|
679
|
-
title?: string | undefined;
|
|
680
|
-
translate?: "yes" | "no" | undefined;
|
|
681
|
-
radioGroup?: string | undefined;
|
|
682
|
-
role?: react.AriaRole | undefined;
|
|
683
|
-
about?: string | undefined;
|
|
684
|
-
content?: string | undefined;
|
|
685
|
-
datatype?: string | undefined;
|
|
686
|
-
inlist?: any;
|
|
687
|
-
prefix?: string | undefined;
|
|
688
|
-
property?: string | undefined;
|
|
689
|
-
rel?: string | undefined;
|
|
690
|
-
resource?: string | undefined;
|
|
691
|
-
rev?: string | undefined;
|
|
692
|
-
typeof?: string | undefined;
|
|
693
|
-
vocab?: string | undefined;
|
|
694
|
-
autoCapitalize?: string | undefined;
|
|
695
|
-
autoCorrect?: string | undefined;
|
|
696
|
-
autoSave?: string | undefined;
|
|
697
|
-
color?: string | undefined;
|
|
698
|
-
itemProp?: string | undefined;
|
|
699
|
-
itemScope?: boolean | undefined;
|
|
700
|
-
itemType?: string | undefined;
|
|
701
|
-
itemID?: string | undefined;
|
|
702
|
-
itemRef?: string | undefined;
|
|
703
|
-
results?: number | undefined;
|
|
704
|
-
security?: string | undefined;
|
|
705
|
-
unselectable?: "on" | "off" | undefined;
|
|
706
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
707
|
-
is?: string | undefined;
|
|
708
|
-
"aria-activedescendant"?: string | undefined;
|
|
709
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
710
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
711
|
-
"aria-braillelabel"?: string | undefined;
|
|
712
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
713
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
714
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
715
|
-
"aria-colcount"?: number | undefined;
|
|
716
|
-
"aria-colindex"?: number | undefined;
|
|
717
|
-
"aria-colindextext"?: string | undefined;
|
|
718
|
-
"aria-colspan"?: number | undefined;
|
|
719
|
-
"aria-controls"?: string | undefined;
|
|
720
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
721
|
-
"aria-describedby"?: string | undefined;
|
|
722
|
-
"aria-description"?: string | undefined;
|
|
723
|
-
"aria-details"?: string | undefined;
|
|
724
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
725
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
726
|
-
"aria-errormessage"?: string | undefined;
|
|
727
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
728
|
-
"aria-flowto"?: string | undefined;
|
|
729
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
730
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
731
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
732
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
733
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
734
|
-
"aria-label"?: string | undefined;
|
|
735
|
-
"aria-labelledby"?: string | undefined;
|
|
736
|
-
"aria-level"?: number | undefined;
|
|
737
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
738
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
739
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
740
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
741
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
742
|
-
"aria-owns"?: string | undefined;
|
|
743
|
-
"aria-placeholder"?: string | undefined;
|
|
744
|
-
"aria-posinset"?: number | undefined;
|
|
745
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
746
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
747
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
748
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
749
|
-
"aria-roledescription"?: string | undefined;
|
|
750
|
-
"aria-rowcount"?: number | undefined;
|
|
751
|
-
"aria-rowindex"?: number | undefined;
|
|
752
|
-
"aria-rowindextext"?: string | undefined;
|
|
753
|
-
"aria-rowspan"?: number | undefined;
|
|
754
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
755
|
-
"aria-setsize"?: number | undefined;
|
|
756
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
757
|
-
"aria-valuemax"?: number | undefined;
|
|
758
|
-
"aria-valuemin"?: number | undefined;
|
|
759
|
-
"aria-valuenow"?: number | undefined;
|
|
760
|
-
"aria-valuetext"?: string | undefined;
|
|
761
|
-
children?: react.ReactNode;
|
|
762
|
-
dangerouslySetInnerHTML?: {
|
|
763
|
-
__html: string | TrustedHTML;
|
|
764
|
-
} | undefined;
|
|
765
|
-
onCopy?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
766
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
767
|
-
onCut?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
768
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
769
|
-
onPaste?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
770
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
771
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
772
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
773
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
774
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
775
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
776
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
777
|
-
onFocus?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
778
|
-
onFocusCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
779
|
-
onBlur?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
780
|
-
onBlurCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
781
|
-
onChangeCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
782
|
-
onBeforeInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
783
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
784
|
-
onInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
785
|
-
onInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
786
|
-
onReset?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
787
|
-
onResetCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
788
|
-
onSubmit?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
789
|
-
onSubmitCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
790
|
-
onInvalid?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
791
|
-
onInvalidCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
792
|
-
onLoad?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
793
|
-
onLoadCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
794
|
-
onError?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
795
|
-
onErrorCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
796
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
797
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
798
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
799
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
800
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
801
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
802
|
-
onAbort?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
803
|
-
onAbortCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
804
|
-
onCanPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
805
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
806
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
807
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
808
|
-
onDurationChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
809
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
810
|
-
onEmptied?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
811
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
812
|
-
onEncrypted?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
813
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
814
|
-
onEnded?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
815
|
-
onEndedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
816
|
-
onLoadedData?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
817
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
818
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
819
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
820
|
-
onLoadStart?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
821
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
822
|
-
onPause?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
823
|
-
onPauseCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
824
|
-
onPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
825
|
-
onPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
826
|
-
onPlaying?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
827
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
828
|
-
onProgress?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
829
|
-
onProgressCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
830
|
-
onRateChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
831
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
832
|
-
onResize?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
833
|
-
onResizeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
834
|
-
onSeeked?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
835
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
836
|
-
onSeeking?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
837
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
838
|
-
onStalled?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
839
|
-
onStalledCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
840
|
-
onSuspend?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
841
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
842
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
843
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
844
|
-
onVolumeChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
845
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
846
|
-
onWaiting?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
847
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
848
|
-
onAuxClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
849
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
850
|
-
onClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
851
|
-
onClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
852
|
-
onContextMenu?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
853
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
854
|
-
onDoubleClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
855
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
856
|
-
onDrag?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
857
|
-
onDragCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
858
|
-
onDragEnd?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
859
|
-
onDragEndCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
860
|
-
onDragEnter?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
861
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
862
|
-
onDragExit?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
863
|
-
onDragExitCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
864
|
-
onDragLeave?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
865
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
866
|
-
onDragOver?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
867
|
-
onDragOverCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
868
|
-
onDragStart?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
869
|
-
onDragStartCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
870
|
-
onDrop?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
871
|
-
onDropCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
872
|
-
onMouseDown?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
873
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
874
|
-
onMouseEnter?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
875
|
-
onMouseLeave?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
876
|
-
onMouseMove?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
877
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
878
|
-
onMouseOut?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
879
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
880
|
-
onMouseOver?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
881
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
882
|
-
onMouseUp?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
883
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
884
|
-
onSelect?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
885
|
-
onSelectCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
886
|
-
onTouchCancel?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
887
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
888
|
-
onTouchEnd?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
889
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
890
|
-
onTouchMove?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
891
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
892
|
-
onTouchStart?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
893
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
894
|
-
onPointerDown?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
895
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
896
|
-
onPointerMove?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
897
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
898
|
-
onPointerUp?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
899
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
900
|
-
onPointerCancel?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
901
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
902
|
-
onPointerEnter?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
903
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
904
|
-
onPointerLeave?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
905
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
906
|
-
onPointerOver?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
907
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
908
|
-
onPointerOut?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
909
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
910
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
911
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
912
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
913
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
914
|
-
onScroll?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
915
|
-
onScrollCapture?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
916
|
-
onWheel?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
917
|
-
onWheelCapture?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
918
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
919
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
920
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
921
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
922
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
923
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
924
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
925
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
926
|
-
}, "ref"> & {
|
|
22
|
+
declare const Input: styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>;
|
|
23
|
+
declare const StatefulInput: styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<Omit<styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>, "ref"> & {
|
|
927
24
|
ref?: ((instance: HTMLInputElement | null) => void) | react.RefObject<HTMLInputElement> | null | undefined;
|
|
928
|
-
}, StyledInputProps>> & styled_components.IStyledComponent<"web", {
|
|
929
|
-
ref?: react.LegacyRef<HTMLInputElement> | undefined;
|
|
930
|
-
key?: react.Key | null | undefined;
|
|
931
|
-
accept?: string | undefined;
|
|
932
|
-
alt?: string | undefined;
|
|
933
|
-
autoComplete?: string | undefined;
|
|
934
|
-
capture?: boolean | "environment" | "user" | undefined;
|
|
935
|
-
checked?: boolean | undefined;
|
|
936
|
-
disabled?: boolean | undefined;
|
|
937
|
-
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
938
|
-
form?: string | undefined;
|
|
939
|
-
formAction?: string | undefined;
|
|
940
|
-
formEncType?: string | undefined;
|
|
941
|
-
formMethod?: string | undefined;
|
|
942
|
-
formNoValidate?: boolean | undefined;
|
|
943
|
-
formTarget?: string | undefined;
|
|
944
|
-
height?: string | number | undefined;
|
|
945
|
-
list?: string | undefined;
|
|
946
|
-
max?: string | number | undefined;
|
|
947
|
-
maxLength?: number | undefined;
|
|
948
|
-
min?: string | number | undefined;
|
|
949
|
-
minLength?: number | undefined;
|
|
950
|
-
multiple?: boolean | undefined;
|
|
951
|
-
name?: string | undefined;
|
|
952
|
-
pattern?: string | undefined;
|
|
953
|
-
placeholder?: string | undefined;
|
|
954
|
-
readOnly?: boolean | undefined;
|
|
955
|
-
required?: boolean | undefined;
|
|
956
|
-
size?: number | undefined;
|
|
957
|
-
src?: string | undefined;
|
|
958
|
-
step?: string | number | undefined;
|
|
959
|
-
type?: react.HTMLInputTypeAttribute | undefined;
|
|
960
|
-
value?: string | number | readonly string[] | undefined;
|
|
961
|
-
width?: string | number | undefined;
|
|
962
|
-
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
963
|
-
defaultChecked?: boolean | undefined;
|
|
964
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
965
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
966
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
967
|
-
accessKey?: string | undefined;
|
|
968
|
-
autoFocus?: boolean | undefined;
|
|
969
|
-
className?: string | undefined;
|
|
970
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
971
|
-
contextMenu?: string | undefined;
|
|
972
|
-
dir?: string | undefined;
|
|
973
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
974
|
-
hidden?: boolean | undefined;
|
|
975
|
-
id?: string | undefined;
|
|
976
|
-
lang?: string | undefined;
|
|
977
|
-
nonce?: string | undefined;
|
|
978
|
-
slot?: string | undefined;
|
|
979
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
980
|
-
style?: react.CSSProperties | undefined;
|
|
981
|
-
tabIndex?: number | undefined;
|
|
982
|
-
title?: string | undefined;
|
|
983
|
-
translate?: "yes" | "no" | undefined;
|
|
984
|
-
radioGroup?: string | undefined;
|
|
985
|
-
role?: react.AriaRole | undefined;
|
|
986
|
-
about?: string | undefined;
|
|
987
|
-
content?: string | undefined;
|
|
988
|
-
datatype?: string | undefined;
|
|
989
|
-
inlist?: any;
|
|
990
|
-
prefix?: string | undefined;
|
|
991
|
-
property?: string | undefined;
|
|
992
|
-
rel?: string | undefined;
|
|
993
|
-
resource?: string | undefined;
|
|
994
|
-
rev?: string | undefined;
|
|
995
|
-
typeof?: string | undefined;
|
|
996
|
-
vocab?: string | undefined;
|
|
997
|
-
autoCapitalize?: string | undefined;
|
|
998
|
-
autoCorrect?: string | undefined;
|
|
999
|
-
autoSave?: string | undefined;
|
|
1000
|
-
color?: string | undefined;
|
|
1001
|
-
itemProp?: string | undefined;
|
|
1002
|
-
itemScope?: boolean | undefined;
|
|
1003
|
-
itemType?: string | undefined;
|
|
1004
|
-
itemID?: string | undefined;
|
|
1005
|
-
itemRef?: string | undefined;
|
|
1006
|
-
results?: number | undefined;
|
|
1007
|
-
security?: string | undefined;
|
|
1008
|
-
unselectable?: "on" | "off" | undefined;
|
|
1009
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
1010
|
-
is?: string | undefined;
|
|
1011
|
-
"aria-activedescendant"?: string | undefined;
|
|
1012
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1013
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
1014
|
-
"aria-braillelabel"?: string | undefined;
|
|
1015
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1016
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1017
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1018
|
-
"aria-colcount"?: number | undefined;
|
|
1019
|
-
"aria-colindex"?: number | undefined;
|
|
1020
|
-
"aria-colindextext"?: string | undefined;
|
|
1021
|
-
"aria-colspan"?: number | undefined;
|
|
1022
|
-
"aria-controls"?: string | undefined;
|
|
1023
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1024
|
-
"aria-describedby"?: string | undefined;
|
|
1025
|
-
"aria-description"?: string | undefined;
|
|
1026
|
-
"aria-details"?: string | undefined;
|
|
1027
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1028
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1029
|
-
"aria-errormessage"?: string | undefined;
|
|
1030
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1031
|
-
"aria-flowto"?: string | undefined;
|
|
1032
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1033
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1034
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1035
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1036
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1037
|
-
"aria-label"?: string | undefined;
|
|
1038
|
-
"aria-labelledby"?: string | undefined;
|
|
1039
|
-
"aria-level"?: number | undefined;
|
|
1040
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1041
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1042
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1043
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1044
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1045
|
-
"aria-owns"?: string | undefined;
|
|
1046
|
-
"aria-placeholder"?: string | undefined;
|
|
1047
|
-
"aria-posinset"?: number | undefined;
|
|
1048
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1049
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1050
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1051
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1052
|
-
"aria-roledescription"?: string | undefined;
|
|
1053
|
-
"aria-rowcount"?: number | undefined;
|
|
1054
|
-
"aria-rowindex"?: number | undefined;
|
|
1055
|
-
"aria-rowindextext"?: string | undefined;
|
|
1056
|
-
"aria-rowspan"?: number | undefined;
|
|
1057
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1058
|
-
"aria-setsize"?: number | undefined;
|
|
1059
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1060
|
-
"aria-valuemax"?: number | undefined;
|
|
1061
|
-
"aria-valuemin"?: number | undefined;
|
|
1062
|
-
"aria-valuenow"?: number | undefined;
|
|
1063
|
-
"aria-valuetext"?: string | undefined;
|
|
1064
|
-
children?: react.ReactNode;
|
|
1065
|
-
dangerouslySetInnerHTML?: {
|
|
1066
|
-
__html: string | TrustedHTML;
|
|
1067
|
-
} | undefined;
|
|
1068
|
-
onCopy?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1069
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1070
|
-
onCut?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1071
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1072
|
-
onPaste?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1073
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
1074
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
1075
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
1076
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
1077
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
1078
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
1079
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
1080
|
-
onFocus?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
1081
|
-
onFocusCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
1082
|
-
onBlur?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
1083
|
-
onBlurCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
1084
|
-
onChangeCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1085
|
-
onBeforeInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1086
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1087
|
-
onInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1088
|
-
onInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1089
|
-
onReset?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1090
|
-
onResetCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1091
|
-
onSubmit?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1092
|
-
onSubmitCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1093
|
-
onInvalid?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1094
|
-
onInvalidCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
1095
|
-
onLoad?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1096
|
-
onLoadCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1097
|
-
onError?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1098
|
-
onErrorCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1099
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
1100
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
1101
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
1102
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
1103
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
1104
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
1105
|
-
onAbort?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1106
|
-
onAbortCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1107
|
-
onCanPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1108
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1109
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1110
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1111
|
-
onDurationChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1112
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1113
|
-
onEmptied?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1114
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1115
|
-
onEncrypted?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1116
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1117
|
-
onEnded?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1118
|
-
onEndedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1119
|
-
onLoadedData?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1120
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1121
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1122
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1123
|
-
onLoadStart?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1124
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1125
|
-
onPause?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1126
|
-
onPauseCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1127
|
-
onPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1128
|
-
onPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1129
|
-
onPlaying?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1130
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1131
|
-
onProgress?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1132
|
-
onProgressCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1133
|
-
onRateChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1134
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1135
|
-
onResize?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1136
|
-
onResizeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1137
|
-
onSeeked?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1138
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1139
|
-
onSeeking?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1140
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1141
|
-
onStalled?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1142
|
-
onStalledCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1143
|
-
onSuspend?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1144
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1145
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1146
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1147
|
-
onVolumeChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1148
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1149
|
-
onWaiting?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1150
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1151
|
-
onAuxClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1152
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1153
|
-
onClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1154
|
-
onClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1155
|
-
onContextMenu?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1156
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1157
|
-
onDoubleClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1158
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1159
|
-
onDrag?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1160
|
-
onDragCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1161
|
-
onDragEnd?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1162
|
-
onDragEndCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1163
|
-
onDragEnter?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1164
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1165
|
-
onDragExit?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1166
|
-
onDragExitCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1167
|
-
onDragLeave?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1168
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1169
|
-
onDragOver?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1170
|
-
onDragOverCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1171
|
-
onDragStart?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1172
|
-
onDragStartCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1173
|
-
onDrop?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1174
|
-
onDropCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
1175
|
-
onMouseDown?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1176
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1177
|
-
onMouseEnter?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1178
|
-
onMouseLeave?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1179
|
-
onMouseMove?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1180
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1181
|
-
onMouseOut?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1182
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1183
|
-
onMouseOver?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1184
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1185
|
-
onMouseUp?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1186
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
1187
|
-
onSelect?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1188
|
-
onSelectCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
1189
|
-
onTouchCancel?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1190
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1191
|
-
onTouchEnd?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1192
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1193
|
-
onTouchMove?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1194
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1195
|
-
onTouchStart?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1196
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
1197
|
-
onPointerDown?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1198
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1199
|
-
onPointerMove?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1200
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1201
|
-
onPointerUp?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1202
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1203
|
-
onPointerCancel?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1204
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1205
|
-
onPointerEnter?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1206
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1207
|
-
onPointerLeave?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1208
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1209
|
-
onPointerOver?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1210
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1211
|
-
onPointerOut?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1212
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1213
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1214
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1215
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1216
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
1217
|
-
onScroll?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
1218
|
-
onScrollCapture?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
1219
|
-
onWheel?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
1220
|
-
onWheelCapture?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
1221
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1222
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1223
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1224
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1225
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1226
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1227
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1228
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1229
|
-
}>;
|
|
25
|
+
}, StyledInputProps>> & Omit<styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>, keyof react.Component<any, {}, any>>;
|
|
1230
26
|
interface OuterInputContainerProps {
|
|
1231
27
|
width?: Property.Width;
|
|
1232
28
|
}
|
|
1233
29
|
declare const OuterInputContainer: styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, OuterInputContainerProps>>;
|
|
1234
30
|
/**Brukes som container til input og ikon for posisjonering. */
|
|
1235
|
-
declare const InputContainer: styled_components.IStyledComponent<"web",
|
|
1236
|
-
|
|
1237
|
-
key?: react.Key | null | undefined;
|
|
1238
|
-
defaultChecked?: boolean | undefined;
|
|
1239
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1240
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1241
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1242
|
-
accessKey?: string | undefined;
|
|
1243
|
-
autoFocus?: boolean | undefined;
|
|
1244
|
-
className?: string | undefined;
|
|
1245
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1246
|
-
contextMenu?: string | undefined;
|
|
1247
|
-
dir?: string | undefined;
|
|
1248
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1249
|
-
hidden?: boolean | undefined;
|
|
1250
|
-
id?: string | undefined;
|
|
1251
|
-
lang?: string | undefined;
|
|
1252
|
-
nonce?: string | undefined;
|
|
1253
|
-
slot?: string | undefined;
|
|
1254
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1255
|
-
style?: react.CSSProperties | undefined;
|
|
1256
|
-
tabIndex?: number | undefined;
|
|
1257
|
-
title?: string | undefined;
|
|
1258
|
-
translate?: "yes" | "no" | undefined;
|
|
1259
|
-
radioGroup?: string | undefined;
|
|
1260
|
-
role?: react.AriaRole | undefined;
|
|
1261
|
-
about?: string | undefined;
|
|
1262
|
-
content?: string | undefined;
|
|
1263
|
-
datatype?: string | undefined;
|
|
1264
|
-
inlist?: any;
|
|
1265
|
-
prefix?: string | undefined;
|
|
1266
|
-
property?: string | undefined;
|
|
1267
|
-
rel?: string | undefined;
|
|
1268
|
-
resource?: string | undefined;
|
|
1269
|
-
rev?: string | undefined;
|
|
1270
|
-
typeof?: string | undefined;
|
|
1271
|
-
vocab?: string | undefined;
|
|
1272
|
-
autoCapitalize?: string | undefined;
|
|
1273
|
-
autoCorrect?: string | undefined;
|
|
1274
|
-
autoSave?: string | undefined;
|
|
1275
|
-
color?: string | undefined;
|
|
1276
|
-
itemProp?: string | undefined;
|
|
1277
|
-
itemScope?: boolean | undefined;
|
|
1278
|
-
itemType?: string | undefined;
|
|
1279
|
-
itemID?: string | undefined;
|
|
1280
|
-
itemRef?: string | undefined;
|
|
1281
|
-
results?: number | undefined;
|
|
1282
|
-
security?: string | undefined;
|
|
1283
|
-
unselectable?: "on" | "off" | undefined;
|
|
1284
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
1285
|
-
is?: string | undefined;
|
|
1286
|
-
"aria-activedescendant"?: string | undefined;
|
|
1287
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1288
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
1289
|
-
"aria-braillelabel"?: string | undefined;
|
|
1290
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1291
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1292
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1293
|
-
"aria-colcount"?: number | undefined;
|
|
1294
|
-
"aria-colindex"?: number | undefined;
|
|
1295
|
-
"aria-colindextext"?: string | undefined;
|
|
1296
|
-
"aria-colspan"?: number | undefined;
|
|
1297
|
-
"aria-controls"?: string | undefined;
|
|
1298
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1299
|
-
"aria-describedby"?: string | undefined;
|
|
1300
|
-
"aria-description"?: string | undefined;
|
|
1301
|
-
"aria-details"?: string | undefined;
|
|
1302
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1303
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1304
|
-
"aria-errormessage"?: string | undefined;
|
|
1305
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1306
|
-
"aria-flowto"?: string | undefined;
|
|
1307
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1308
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1309
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1310
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1311
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1312
|
-
"aria-label"?: string | undefined;
|
|
1313
|
-
"aria-labelledby"?: string | undefined;
|
|
1314
|
-
"aria-level"?: number | undefined;
|
|
1315
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1316
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1317
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1318
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1319
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1320
|
-
"aria-owns"?: string | undefined;
|
|
1321
|
-
"aria-placeholder"?: string | undefined;
|
|
1322
|
-
"aria-posinset"?: number | undefined;
|
|
1323
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1324
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1325
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1326
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1327
|
-
"aria-roledescription"?: string | undefined;
|
|
1328
|
-
"aria-rowcount"?: number | undefined;
|
|
1329
|
-
"aria-rowindex"?: number | undefined;
|
|
1330
|
-
"aria-rowindextext"?: string | undefined;
|
|
1331
|
-
"aria-rowspan"?: number | undefined;
|
|
1332
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1333
|
-
"aria-setsize"?: number | undefined;
|
|
1334
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1335
|
-
"aria-valuemax"?: number | undefined;
|
|
1336
|
-
"aria-valuemin"?: number | undefined;
|
|
1337
|
-
"aria-valuenow"?: number | undefined;
|
|
1338
|
-
"aria-valuetext"?: string | undefined;
|
|
1339
|
-
children?: react.ReactNode;
|
|
1340
|
-
dangerouslySetInnerHTML?: {
|
|
1341
|
-
__html: string | TrustedHTML;
|
|
1342
|
-
} | undefined;
|
|
1343
|
-
onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1344
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1345
|
-
onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1346
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1347
|
-
onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1348
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1349
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1350
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1351
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1352
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1353
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1354
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1355
|
-
onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1356
|
-
onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1357
|
-
onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1358
|
-
onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1359
|
-
onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1360
|
-
onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1361
|
-
onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1362
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1363
|
-
onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1364
|
-
onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1365
|
-
onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1366
|
-
onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1367
|
-
onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1368
|
-
onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1369
|
-
onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1370
|
-
onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1371
|
-
onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1372
|
-
onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1373
|
-
onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1374
|
-
onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1375
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1376
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1377
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1378
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1379
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1380
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1381
|
-
onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1382
|
-
onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1383
|
-
onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1384
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1385
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1386
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1387
|
-
onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1388
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1389
|
-
onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1390
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1391
|
-
onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1392
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1393
|
-
onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1394
|
-
onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1395
|
-
onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1396
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1397
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1398
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1399
|
-
onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1400
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1401
|
-
onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1402
|
-
onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1403
|
-
onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1404
|
-
onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1405
|
-
onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1406
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1407
|
-
onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1408
|
-
onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1409
|
-
onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1410
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1411
|
-
onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1412
|
-
onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1413
|
-
onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1414
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1415
|
-
onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1416
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1417
|
-
onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1418
|
-
onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1419
|
-
onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1420
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1421
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1422
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1423
|
-
onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1424
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1425
|
-
onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1426
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1427
|
-
onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1428
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1429
|
-
onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1430
|
-
onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1431
|
-
onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1432
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1433
|
-
onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1434
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1435
|
-
onDrag?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1436
|
-
onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1437
|
-
onDragEnd?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1438
|
-
onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1439
|
-
onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1440
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1441
|
-
onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1442
|
-
onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1443
|
-
onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1444
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1445
|
-
onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1446
|
-
onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1447
|
-
onDragStart?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1448
|
-
onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1449
|
-
onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1450
|
-
onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1451
|
-
onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1452
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1453
|
-
onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1454
|
-
onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1455
|
-
onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1456
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1457
|
-
onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1458
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1459
|
-
onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1460
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1461
|
-
onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1462
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1463
|
-
onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1464
|
-
onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1465
|
-
onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1466
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1467
|
-
onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1468
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1469
|
-
onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1470
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1471
|
-
onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1472
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1473
|
-
onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1474
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1475
|
-
onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1476
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1477
|
-
onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1478
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1479
|
-
onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1480
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1481
|
-
onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1482
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1483
|
-
onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1484
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1485
|
-
onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1486
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1487
|
-
onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1488
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1489
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1490
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1491
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1492
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1493
|
-
onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1494
|
-
onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1495
|
-
onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1496
|
-
onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1497
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1498
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1499
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1500
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1501
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1502
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1503
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1504
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1505
|
-
}>;
|
|
1506
|
-
declare const InputAffixContainer: styled_components.IStyledComponent<"web", {
|
|
1507
|
-
ref?: react.LegacyRef<HTMLDivElement> | undefined;
|
|
1508
|
-
key?: react.Key | null | undefined;
|
|
1509
|
-
defaultChecked?: boolean | undefined;
|
|
1510
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1511
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1512
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1513
|
-
accessKey?: string | undefined;
|
|
1514
|
-
autoFocus?: boolean | undefined;
|
|
1515
|
-
className?: string | undefined;
|
|
1516
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1517
|
-
contextMenu?: string | undefined;
|
|
1518
|
-
dir?: string | undefined;
|
|
1519
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1520
|
-
hidden?: boolean | undefined;
|
|
1521
|
-
id?: string | undefined;
|
|
1522
|
-
lang?: string | undefined;
|
|
1523
|
-
nonce?: string | undefined;
|
|
1524
|
-
slot?: string | undefined;
|
|
1525
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1526
|
-
style?: react.CSSProperties | undefined;
|
|
1527
|
-
tabIndex?: number | undefined;
|
|
1528
|
-
title?: string | undefined;
|
|
1529
|
-
translate?: "yes" | "no" | undefined;
|
|
1530
|
-
radioGroup?: string | undefined;
|
|
1531
|
-
role?: react.AriaRole | undefined;
|
|
1532
|
-
about?: string | undefined;
|
|
1533
|
-
content?: string | undefined;
|
|
1534
|
-
datatype?: string | undefined;
|
|
1535
|
-
inlist?: any;
|
|
1536
|
-
prefix?: string | undefined;
|
|
1537
|
-
property?: string | undefined;
|
|
1538
|
-
rel?: string | undefined;
|
|
1539
|
-
resource?: string | undefined;
|
|
1540
|
-
rev?: string | undefined;
|
|
1541
|
-
typeof?: string | undefined;
|
|
1542
|
-
vocab?: string | undefined;
|
|
1543
|
-
autoCapitalize?: string | undefined;
|
|
1544
|
-
autoCorrect?: string | undefined;
|
|
1545
|
-
autoSave?: string | undefined;
|
|
1546
|
-
color?: string | undefined;
|
|
1547
|
-
itemProp?: string | undefined;
|
|
1548
|
-
itemScope?: boolean | undefined;
|
|
1549
|
-
itemType?: string | undefined;
|
|
1550
|
-
itemID?: string | undefined;
|
|
1551
|
-
itemRef?: string | undefined;
|
|
1552
|
-
results?: number | undefined;
|
|
1553
|
-
security?: string | undefined;
|
|
1554
|
-
unselectable?: "on" | "off" | undefined;
|
|
1555
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
1556
|
-
is?: string | undefined;
|
|
1557
|
-
"aria-activedescendant"?: string | undefined;
|
|
1558
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1559
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
1560
|
-
"aria-braillelabel"?: string | undefined;
|
|
1561
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1562
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1563
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1564
|
-
"aria-colcount"?: number | undefined;
|
|
1565
|
-
"aria-colindex"?: number | undefined;
|
|
1566
|
-
"aria-colindextext"?: string | undefined;
|
|
1567
|
-
"aria-colspan"?: number | undefined;
|
|
1568
|
-
"aria-controls"?: string | undefined;
|
|
1569
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1570
|
-
"aria-describedby"?: string | undefined;
|
|
1571
|
-
"aria-description"?: string | undefined;
|
|
1572
|
-
"aria-details"?: string | undefined;
|
|
1573
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1574
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1575
|
-
"aria-errormessage"?: string | undefined;
|
|
1576
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1577
|
-
"aria-flowto"?: string | undefined;
|
|
1578
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1579
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1580
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1581
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1582
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1583
|
-
"aria-label"?: string | undefined;
|
|
1584
|
-
"aria-labelledby"?: string | undefined;
|
|
1585
|
-
"aria-level"?: number | undefined;
|
|
1586
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1587
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1588
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1589
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1590
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1591
|
-
"aria-owns"?: string | undefined;
|
|
1592
|
-
"aria-placeholder"?: string | undefined;
|
|
1593
|
-
"aria-posinset"?: number | undefined;
|
|
1594
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1595
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1596
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1597
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1598
|
-
"aria-roledescription"?: string | undefined;
|
|
1599
|
-
"aria-rowcount"?: number | undefined;
|
|
1600
|
-
"aria-rowindex"?: number | undefined;
|
|
1601
|
-
"aria-rowindextext"?: string | undefined;
|
|
1602
|
-
"aria-rowspan"?: number | undefined;
|
|
1603
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1604
|
-
"aria-setsize"?: number | undefined;
|
|
1605
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1606
|
-
"aria-valuemax"?: number | undefined;
|
|
1607
|
-
"aria-valuemin"?: number | undefined;
|
|
1608
|
-
"aria-valuenow"?: number | undefined;
|
|
1609
|
-
"aria-valuetext"?: string | undefined;
|
|
1610
|
-
children?: react.ReactNode;
|
|
1611
|
-
dangerouslySetInnerHTML?: {
|
|
1612
|
-
__html: string | TrustedHTML;
|
|
1613
|
-
} | undefined;
|
|
1614
|
-
onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1615
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1616
|
-
onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1617
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1618
|
-
onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1619
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1620
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1621
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1622
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1623
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1624
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1625
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1626
|
-
onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1627
|
-
onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1628
|
-
onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1629
|
-
onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1630
|
-
onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1631
|
-
onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1632
|
-
onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1633
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1634
|
-
onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1635
|
-
onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1636
|
-
onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1637
|
-
onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1638
|
-
onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1639
|
-
onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1640
|
-
onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1641
|
-
onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1642
|
-
onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1643
|
-
onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1644
|
-
onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1645
|
-
onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1646
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1647
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1648
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1649
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1650
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1651
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1652
|
-
onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1653
|
-
onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1654
|
-
onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1655
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1656
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1657
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1658
|
-
onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1659
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1660
|
-
onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1661
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1662
|
-
onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1663
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1664
|
-
onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1665
|
-
onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1666
|
-
onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1667
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1668
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1669
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1670
|
-
onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1671
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1672
|
-
onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1673
|
-
onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1674
|
-
onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1675
|
-
onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1676
|
-
onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1677
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1678
|
-
onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1679
|
-
onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1680
|
-
onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1681
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1682
|
-
onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1683
|
-
onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1684
|
-
onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1685
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1686
|
-
onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1687
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1688
|
-
onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1689
|
-
onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1690
|
-
onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1691
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1692
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1693
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1694
|
-
onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1695
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1696
|
-
onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1697
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1698
|
-
onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1699
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1700
|
-
onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1701
|
-
onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1702
|
-
onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1703
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1704
|
-
onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1705
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1706
|
-
onDrag?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1707
|
-
onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1708
|
-
onDragEnd?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1709
|
-
onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1710
|
-
onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1711
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1712
|
-
onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1713
|
-
onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1714
|
-
onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1715
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1716
|
-
onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1717
|
-
onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1718
|
-
onDragStart?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1719
|
-
onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1720
|
-
onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1721
|
-
onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1722
|
-
onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1723
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1724
|
-
onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1725
|
-
onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1726
|
-
onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1727
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1728
|
-
onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1729
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1730
|
-
onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1731
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1732
|
-
onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1733
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1734
|
-
onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1735
|
-
onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1736
|
-
onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1737
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1738
|
-
onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1739
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1740
|
-
onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1741
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1742
|
-
onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1743
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1744
|
-
onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1745
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1746
|
-
onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1747
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1748
|
-
onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1749
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1750
|
-
onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1751
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1752
|
-
onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1753
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1754
|
-
onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1755
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1756
|
-
onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1757
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1758
|
-
onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1759
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1760
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1761
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1762
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1763
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1764
|
-
onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1765
|
-
onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1766
|
-
onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1767
|
-
onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1768
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1769
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1770
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1771
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1772
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1773
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1774
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1775
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1776
|
-
}>;
|
|
31
|
+
declare const InputContainer: styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
32
|
+
declare const InputAffixContainer: styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
1777
33
|
|
|
1778
|
-
declare const TextOverflowEllipsisWrapper: styled_components.IStyledComponent<"web",
|
|
1779
|
-
|
|
1780
|
-
key?: react.Key | null | undefined;
|
|
1781
|
-
defaultChecked?: boolean | undefined;
|
|
1782
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1783
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1784
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1785
|
-
accessKey?: string | undefined;
|
|
1786
|
-
autoFocus?: boolean | undefined;
|
|
1787
|
-
className?: string | undefined;
|
|
1788
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1789
|
-
contextMenu?: string | undefined;
|
|
1790
|
-
dir?: string | undefined;
|
|
1791
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1792
|
-
hidden?: boolean | undefined;
|
|
1793
|
-
id?: string | undefined;
|
|
1794
|
-
lang?: string | undefined;
|
|
1795
|
-
nonce?: string | undefined;
|
|
1796
|
-
slot?: string | undefined;
|
|
1797
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1798
|
-
style?: react.CSSProperties | undefined;
|
|
1799
|
-
tabIndex?: number | undefined;
|
|
1800
|
-
title?: string | undefined;
|
|
1801
|
-
translate?: "yes" | "no" | undefined;
|
|
1802
|
-
radioGroup?: string | undefined;
|
|
1803
|
-
role?: react.AriaRole | undefined;
|
|
1804
|
-
about?: string | undefined;
|
|
1805
|
-
content?: string | undefined;
|
|
1806
|
-
datatype?: string | undefined;
|
|
1807
|
-
inlist?: any;
|
|
1808
|
-
prefix?: string | undefined;
|
|
1809
|
-
property?: string | undefined;
|
|
1810
|
-
rel?: string | undefined;
|
|
1811
|
-
resource?: string | undefined;
|
|
1812
|
-
rev?: string | undefined;
|
|
1813
|
-
typeof?: string | undefined;
|
|
1814
|
-
vocab?: string | undefined;
|
|
1815
|
-
autoCapitalize?: string | undefined;
|
|
1816
|
-
autoCorrect?: string | undefined;
|
|
1817
|
-
autoSave?: string | undefined;
|
|
1818
|
-
color?: string | undefined;
|
|
1819
|
-
itemProp?: string | undefined;
|
|
1820
|
-
itemScope?: boolean | undefined;
|
|
1821
|
-
itemType?: string | undefined;
|
|
1822
|
-
itemID?: string | undefined;
|
|
1823
|
-
itemRef?: string | undefined;
|
|
1824
|
-
results?: number | undefined;
|
|
1825
|
-
security?: string | undefined;
|
|
1826
|
-
unselectable?: "on" | "off" | undefined;
|
|
1827
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
1828
|
-
is?: string | undefined;
|
|
1829
|
-
"aria-activedescendant"?: string | undefined;
|
|
1830
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1831
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
1832
|
-
"aria-braillelabel"?: string | undefined;
|
|
1833
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1834
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1835
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1836
|
-
"aria-colcount"?: number | undefined;
|
|
1837
|
-
"aria-colindex"?: number | undefined;
|
|
1838
|
-
"aria-colindextext"?: string | undefined;
|
|
1839
|
-
"aria-colspan"?: number | undefined;
|
|
1840
|
-
"aria-controls"?: string | undefined;
|
|
1841
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1842
|
-
"aria-describedby"?: string | undefined;
|
|
1843
|
-
"aria-description"?: string | undefined;
|
|
1844
|
-
"aria-details"?: string | undefined;
|
|
1845
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1846
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1847
|
-
"aria-errormessage"?: string | undefined;
|
|
1848
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1849
|
-
"aria-flowto"?: string | undefined;
|
|
1850
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1851
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1852
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1853
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1854
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1855
|
-
"aria-label"?: string | undefined;
|
|
1856
|
-
"aria-labelledby"?: string | undefined;
|
|
1857
|
-
"aria-level"?: number | undefined;
|
|
1858
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1859
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1860
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1861
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1862
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1863
|
-
"aria-owns"?: string | undefined;
|
|
1864
|
-
"aria-placeholder"?: string | undefined;
|
|
1865
|
-
"aria-posinset"?: number | undefined;
|
|
1866
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1867
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1868
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1869
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1870
|
-
"aria-roledescription"?: string | undefined;
|
|
1871
|
-
"aria-rowcount"?: number | undefined;
|
|
1872
|
-
"aria-rowindex"?: number | undefined;
|
|
1873
|
-
"aria-rowindextext"?: string | undefined;
|
|
1874
|
-
"aria-rowspan"?: number | undefined;
|
|
1875
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1876
|
-
"aria-setsize"?: number | undefined;
|
|
1877
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1878
|
-
"aria-valuemax"?: number | undefined;
|
|
1879
|
-
"aria-valuemin"?: number | undefined;
|
|
1880
|
-
"aria-valuenow"?: number | undefined;
|
|
1881
|
-
"aria-valuetext"?: string | undefined;
|
|
1882
|
-
children?: react.ReactNode;
|
|
1883
|
-
dangerouslySetInnerHTML?: {
|
|
1884
|
-
__html: string | TrustedHTML;
|
|
1885
|
-
} | undefined;
|
|
1886
|
-
onCopy?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
1887
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
1888
|
-
onCut?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
1889
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
1890
|
-
onPaste?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
1891
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
1892
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
1893
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
1894
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
1895
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
1896
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
1897
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
1898
|
-
onFocus?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
1899
|
-
onFocusCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
1900
|
-
onBlur?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
1901
|
-
onBlurCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
1902
|
-
onChange?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1903
|
-
onChangeCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1904
|
-
onBeforeInput?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1905
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1906
|
-
onInput?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1907
|
-
onInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1908
|
-
onReset?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1909
|
-
onResetCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1910
|
-
onSubmit?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1911
|
-
onSubmitCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1912
|
-
onInvalid?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1913
|
-
onInvalidCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
1914
|
-
onLoad?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1915
|
-
onLoadCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1916
|
-
onError?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1917
|
-
onErrorCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1918
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
1919
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
1920
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
1921
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
1922
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
1923
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
1924
|
-
onAbort?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1925
|
-
onAbortCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1926
|
-
onCanPlay?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1927
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1928
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1929
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1930
|
-
onDurationChange?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1931
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1932
|
-
onEmptied?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1933
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1934
|
-
onEncrypted?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1935
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1936
|
-
onEnded?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1937
|
-
onEndedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1938
|
-
onLoadedData?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1939
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1940
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1941
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1942
|
-
onLoadStart?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1943
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1944
|
-
onPause?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1945
|
-
onPauseCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1946
|
-
onPlay?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1947
|
-
onPlayCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1948
|
-
onPlaying?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1949
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1950
|
-
onProgress?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1951
|
-
onProgressCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1952
|
-
onRateChange?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1953
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1954
|
-
onResize?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1955
|
-
onResizeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1956
|
-
onSeeked?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1957
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1958
|
-
onSeeking?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1959
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1960
|
-
onStalled?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1961
|
-
onStalledCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1962
|
-
onSuspend?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1963
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1964
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1965
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1966
|
-
onVolumeChange?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1967
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1968
|
-
onWaiting?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1969
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
1970
|
-
onAuxClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1971
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1972
|
-
onClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1973
|
-
onClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1974
|
-
onContextMenu?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1975
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1976
|
-
onDoubleClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1977
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1978
|
-
onDrag?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1979
|
-
onDragCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1980
|
-
onDragEnd?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1981
|
-
onDragEndCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1982
|
-
onDragEnter?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1983
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1984
|
-
onDragExit?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1985
|
-
onDragExitCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1986
|
-
onDragLeave?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1987
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1988
|
-
onDragOver?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1989
|
-
onDragOverCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1990
|
-
onDragStart?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1991
|
-
onDragStartCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1992
|
-
onDrop?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1993
|
-
onDropCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
1994
|
-
onMouseDown?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1995
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1996
|
-
onMouseEnter?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1997
|
-
onMouseLeave?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1998
|
-
onMouseMove?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
1999
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2000
|
-
onMouseOut?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2001
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2002
|
-
onMouseOver?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2003
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2004
|
-
onMouseUp?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2005
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2006
|
-
onSelect?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2007
|
-
onSelectCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2008
|
-
onTouchCancel?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2009
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2010
|
-
onTouchEnd?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2011
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2012
|
-
onTouchMove?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2013
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2014
|
-
onTouchStart?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2015
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2016
|
-
onPointerDown?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2017
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2018
|
-
onPointerMove?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2019
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2020
|
-
onPointerUp?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2021
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2022
|
-
onPointerCancel?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2023
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2024
|
-
onPointerEnter?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2025
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2026
|
-
onPointerLeave?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2027
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2028
|
-
onPointerOver?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2029
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2030
|
-
onPointerOut?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2031
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2032
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2033
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2034
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2035
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2036
|
-
onScroll?: react.UIEventHandler<HTMLSpanElement> | undefined;
|
|
2037
|
-
onScrollCapture?: react.UIEventHandler<HTMLSpanElement> | undefined;
|
|
2038
|
-
onWheel?: react.WheelEventHandler<HTMLSpanElement> | undefined;
|
|
2039
|
-
onWheelCapture?: react.WheelEventHandler<HTMLSpanElement> | undefined;
|
|
2040
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2041
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2042
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2043
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2044
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2045
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2046
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
2047
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
2048
|
-
}>;
|
|
2049
|
-
declare const TextOverflowEllipsisInner: styled_components.IStyledComponent<"web", {
|
|
2050
|
-
ref?: react.LegacyRef<HTMLSpanElement> | undefined;
|
|
2051
|
-
key?: react.Key | null | undefined;
|
|
2052
|
-
defaultChecked?: boolean | undefined;
|
|
2053
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
2054
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
2055
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
2056
|
-
accessKey?: string | undefined;
|
|
2057
|
-
autoFocus?: boolean | undefined;
|
|
2058
|
-
className?: string | undefined;
|
|
2059
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
2060
|
-
contextMenu?: string | undefined;
|
|
2061
|
-
dir?: string | undefined;
|
|
2062
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
2063
|
-
hidden?: boolean | undefined;
|
|
2064
|
-
id?: string | undefined;
|
|
2065
|
-
lang?: string | undefined;
|
|
2066
|
-
nonce?: string | undefined;
|
|
2067
|
-
slot?: string | undefined;
|
|
2068
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
2069
|
-
style?: react.CSSProperties | undefined;
|
|
2070
|
-
tabIndex?: number | undefined;
|
|
2071
|
-
title?: string | undefined;
|
|
2072
|
-
translate?: "yes" | "no" | undefined;
|
|
2073
|
-
radioGroup?: string | undefined;
|
|
2074
|
-
role?: react.AriaRole | undefined;
|
|
2075
|
-
about?: string | undefined;
|
|
2076
|
-
content?: string | undefined;
|
|
2077
|
-
datatype?: string | undefined;
|
|
2078
|
-
inlist?: any;
|
|
2079
|
-
prefix?: string | undefined;
|
|
2080
|
-
property?: string | undefined;
|
|
2081
|
-
rel?: string | undefined;
|
|
2082
|
-
resource?: string | undefined;
|
|
2083
|
-
rev?: string | undefined;
|
|
2084
|
-
typeof?: string | undefined;
|
|
2085
|
-
vocab?: string | undefined;
|
|
2086
|
-
autoCapitalize?: string | undefined;
|
|
2087
|
-
autoCorrect?: string | undefined;
|
|
2088
|
-
autoSave?: string | undefined;
|
|
2089
|
-
color?: string | undefined;
|
|
2090
|
-
itemProp?: string | undefined;
|
|
2091
|
-
itemScope?: boolean | undefined;
|
|
2092
|
-
itemType?: string | undefined;
|
|
2093
|
-
itemID?: string | undefined;
|
|
2094
|
-
itemRef?: string | undefined;
|
|
2095
|
-
results?: number | undefined;
|
|
2096
|
-
security?: string | undefined;
|
|
2097
|
-
unselectable?: "on" | "off" | undefined;
|
|
2098
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
2099
|
-
is?: string | undefined;
|
|
2100
|
-
"aria-activedescendant"?: string | undefined;
|
|
2101
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
2102
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
2103
|
-
"aria-braillelabel"?: string | undefined;
|
|
2104
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
2105
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
2106
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2107
|
-
"aria-colcount"?: number | undefined;
|
|
2108
|
-
"aria-colindex"?: number | undefined;
|
|
2109
|
-
"aria-colindextext"?: string | undefined;
|
|
2110
|
-
"aria-colspan"?: number | undefined;
|
|
2111
|
-
"aria-controls"?: string | undefined;
|
|
2112
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2113
|
-
"aria-describedby"?: string | undefined;
|
|
2114
|
-
"aria-description"?: string | undefined;
|
|
2115
|
-
"aria-details"?: string | undefined;
|
|
2116
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
2117
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2118
|
-
"aria-errormessage"?: string | undefined;
|
|
2119
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
2120
|
-
"aria-flowto"?: string | undefined;
|
|
2121
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
2122
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2123
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
2124
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2125
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
2126
|
-
"aria-label"?: string | undefined;
|
|
2127
|
-
"aria-labelledby"?: string | undefined;
|
|
2128
|
-
"aria-level"?: number | undefined;
|
|
2129
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2130
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
2131
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
2132
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
2133
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2134
|
-
"aria-owns"?: string | undefined;
|
|
2135
|
-
"aria-placeholder"?: string | undefined;
|
|
2136
|
-
"aria-posinset"?: number | undefined;
|
|
2137
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2138
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
2139
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2140
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
2141
|
-
"aria-roledescription"?: string | undefined;
|
|
2142
|
-
"aria-rowcount"?: number | undefined;
|
|
2143
|
-
"aria-rowindex"?: number | undefined;
|
|
2144
|
-
"aria-rowindextext"?: string | undefined;
|
|
2145
|
-
"aria-rowspan"?: number | undefined;
|
|
2146
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
2147
|
-
"aria-setsize"?: number | undefined;
|
|
2148
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2149
|
-
"aria-valuemax"?: number | undefined;
|
|
2150
|
-
"aria-valuemin"?: number | undefined;
|
|
2151
|
-
"aria-valuenow"?: number | undefined;
|
|
2152
|
-
"aria-valuetext"?: string | undefined;
|
|
2153
|
-
children?: react.ReactNode;
|
|
2154
|
-
dangerouslySetInnerHTML?: {
|
|
2155
|
-
__html: string | TrustedHTML;
|
|
2156
|
-
} | undefined;
|
|
2157
|
-
onCopy?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
2158
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
2159
|
-
onCut?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
2160
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
2161
|
-
onPaste?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
2162
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLSpanElement> | undefined;
|
|
2163
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
2164
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
2165
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
2166
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
2167
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
2168
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLSpanElement> | undefined;
|
|
2169
|
-
onFocus?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
2170
|
-
onFocusCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
2171
|
-
onBlur?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
2172
|
-
onBlurCapture?: react.FocusEventHandler<HTMLSpanElement> | undefined;
|
|
2173
|
-
onChange?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2174
|
-
onChangeCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2175
|
-
onBeforeInput?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2176
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2177
|
-
onInput?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2178
|
-
onInputCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2179
|
-
onReset?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2180
|
-
onResetCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2181
|
-
onSubmit?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2182
|
-
onSubmitCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2183
|
-
onInvalid?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2184
|
-
onInvalidCapture?: react.FormEventHandler<HTMLSpanElement> | undefined;
|
|
2185
|
-
onLoad?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2186
|
-
onLoadCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2187
|
-
onError?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2188
|
-
onErrorCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2189
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
2190
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
2191
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
2192
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
2193
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
2194
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLSpanElement> | undefined;
|
|
2195
|
-
onAbort?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2196
|
-
onAbortCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2197
|
-
onCanPlay?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2198
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2199
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2200
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2201
|
-
onDurationChange?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2202
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2203
|
-
onEmptied?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2204
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2205
|
-
onEncrypted?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2206
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2207
|
-
onEnded?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2208
|
-
onEndedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2209
|
-
onLoadedData?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2210
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2211
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2212
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2213
|
-
onLoadStart?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2214
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2215
|
-
onPause?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2216
|
-
onPauseCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2217
|
-
onPlay?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2218
|
-
onPlayCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2219
|
-
onPlaying?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2220
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2221
|
-
onProgress?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2222
|
-
onProgressCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2223
|
-
onRateChange?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2224
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2225
|
-
onResize?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2226
|
-
onResizeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2227
|
-
onSeeked?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2228
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2229
|
-
onSeeking?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2230
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2231
|
-
onStalled?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2232
|
-
onStalledCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2233
|
-
onSuspend?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2234
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2235
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2236
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2237
|
-
onVolumeChange?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2238
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2239
|
-
onWaiting?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2240
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2241
|
-
onAuxClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2242
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2243
|
-
onClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2244
|
-
onClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2245
|
-
onContextMenu?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2246
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2247
|
-
onDoubleClick?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2248
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2249
|
-
onDrag?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2250
|
-
onDragCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2251
|
-
onDragEnd?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2252
|
-
onDragEndCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2253
|
-
onDragEnter?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2254
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2255
|
-
onDragExit?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2256
|
-
onDragExitCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2257
|
-
onDragLeave?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2258
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2259
|
-
onDragOver?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2260
|
-
onDragOverCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2261
|
-
onDragStart?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2262
|
-
onDragStartCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2263
|
-
onDrop?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2264
|
-
onDropCapture?: react.DragEventHandler<HTMLSpanElement> | undefined;
|
|
2265
|
-
onMouseDown?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2266
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2267
|
-
onMouseEnter?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2268
|
-
onMouseLeave?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2269
|
-
onMouseMove?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2270
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2271
|
-
onMouseOut?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2272
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2273
|
-
onMouseOver?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2274
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2275
|
-
onMouseUp?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2276
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLSpanElement> | undefined;
|
|
2277
|
-
onSelect?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2278
|
-
onSelectCapture?: react.ReactEventHandler<HTMLSpanElement> | undefined;
|
|
2279
|
-
onTouchCancel?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2280
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2281
|
-
onTouchEnd?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2282
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2283
|
-
onTouchMove?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2284
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2285
|
-
onTouchStart?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2286
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLSpanElement> | undefined;
|
|
2287
|
-
onPointerDown?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2288
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2289
|
-
onPointerMove?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2290
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2291
|
-
onPointerUp?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2292
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2293
|
-
onPointerCancel?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2294
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2295
|
-
onPointerEnter?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2296
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2297
|
-
onPointerLeave?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2298
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2299
|
-
onPointerOver?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2300
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2301
|
-
onPointerOut?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2302
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2303
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2304
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2305
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2306
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLSpanElement> | undefined;
|
|
2307
|
-
onScroll?: react.UIEventHandler<HTMLSpanElement> | undefined;
|
|
2308
|
-
onScrollCapture?: react.UIEventHandler<HTMLSpanElement> | undefined;
|
|
2309
|
-
onWheel?: react.WheelEventHandler<HTMLSpanElement> | undefined;
|
|
2310
|
-
onWheelCapture?: react.WheelEventHandler<HTMLSpanElement> | undefined;
|
|
2311
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2312
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2313
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2314
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2315
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2316
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
2317
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
2318
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
2319
|
-
}>;
|
|
34
|
+
declare const TextOverflowEllipsisWrapper: styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
|
|
35
|
+
declare const TextOverflowEllipsisInner: styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
|
|
2320
36
|
|
|
2321
37
|
type TypographyBodySansType = 'bodySans01' | 'bodySans02' | 'bodySans03' | 'bodySans04';
|
|
2322
38
|
type TypographyBodyType = TypographyBodySansType;
|
|
@@ -3489,277 +1205,7 @@ interface ContainerProps {
|
|
|
3489
1205
|
$isOpen: boolean;
|
|
3490
1206
|
}
|
|
3491
1207
|
declare const Container: styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>>;
|
|
3492
|
-
declare const OverflowMenuList: styled_components.IStyledComponent<"web",
|
|
3493
|
-
ref?: react.LegacyRef<HTMLUListElement> | undefined;
|
|
3494
|
-
key?: react.Key | null | undefined;
|
|
3495
|
-
defaultChecked?: boolean | undefined;
|
|
3496
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
3497
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
3498
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
3499
|
-
accessKey?: string | undefined;
|
|
3500
|
-
autoFocus?: boolean | undefined;
|
|
3501
|
-
className?: string | undefined;
|
|
3502
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
3503
|
-
contextMenu?: string | undefined;
|
|
3504
|
-
dir?: string | undefined;
|
|
3505
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
3506
|
-
hidden?: boolean | undefined;
|
|
3507
|
-
id?: string | undefined;
|
|
3508
|
-
lang?: string | undefined;
|
|
3509
|
-
nonce?: string | undefined;
|
|
3510
|
-
slot?: string | undefined;
|
|
3511
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
3512
|
-
style?: react.CSSProperties | undefined;
|
|
3513
|
-
tabIndex?: number | undefined;
|
|
3514
|
-
title?: string | undefined;
|
|
3515
|
-
translate?: "yes" | "no" | undefined;
|
|
3516
|
-
radioGroup?: string | undefined;
|
|
3517
|
-
role?: react.AriaRole | undefined;
|
|
3518
|
-
about?: string | undefined;
|
|
3519
|
-
content?: string | undefined;
|
|
3520
|
-
datatype?: string | undefined;
|
|
3521
|
-
inlist?: any;
|
|
3522
|
-
prefix?: string | undefined;
|
|
3523
|
-
property?: string | undefined;
|
|
3524
|
-
rel?: string | undefined;
|
|
3525
|
-
resource?: string | undefined;
|
|
3526
|
-
rev?: string | undefined;
|
|
3527
|
-
typeof?: string | undefined;
|
|
3528
|
-
vocab?: string | undefined;
|
|
3529
|
-
autoCapitalize?: string | undefined;
|
|
3530
|
-
autoCorrect?: string | undefined;
|
|
3531
|
-
autoSave?: string | undefined;
|
|
3532
|
-
color?: string | undefined;
|
|
3533
|
-
itemProp?: string | undefined;
|
|
3534
|
-
itemScope?: boolean | undefined;
|
|
3535
|
-
itemType?: string | undefined;
|
|
3536
|
-
itemID?: string | undefined;
|
|
3537
|
-
itemRef?: string | undefined;
|
|
3538
|
-
results?: number | undefined;
|
|
3539
|
-
security?: string | undefined;
|
|
3540
|
-
unselectable?: "on" | "off" | undefined;
|
|
3541
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
3542
|
-
is?: string | undefined;
|
|
3543
|
-
"aria-activedescendant"?: string | undefined;
|
|
3544
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3545
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
3546
|
-
"aria-braillelabel"?: string | undefined;
|
|
3547
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
3548
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
3549
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3550
|
-
"aria-colcount"?: number | undefined;
|
|
3551
|
-
"aria-colindex"?: number | undefined;
|
|
3552
|
-
"aria-colindextext"?: string | undefined;
|
|
3553
|
-
"aria-colspan"?: number | undefined;
|
|
3554
|
-
"aria-controls"?: string | undefined;
|
|
3555
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3556
|
-
"aria-describedby"?: string | undefined;
|
|
3557
|
-
"aria-description"?: string | undefined;
|
|
3558
|
-
"aria-details"?: string | undefined;
|
|
3559
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
3560
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
3561
|
-
"aria-errormessage"?: string | undefined;
|
|
3562
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
3563
|
-
"aria-flowto"?: string | undefined;
|
|
3564
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
3565
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
3566
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
3567
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
3568
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
3569
|
-
"aria-label"?: string | undefined;
|
|
3570
|
-
"aria-labelledby"?: string | undefined;
|
|
3571
|
-
"aria-level"?: number | undefined;
|
|
3572
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3573
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
3574
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
3575
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
3576
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3577
|
-
"aria-owns"?: string | undefined;
|
|
3578
|
-
"aria-placeholder"?: string | undefined;
|
|
3579
|
-
"aria-posinset"?: number | undefined;
|
|
3580
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3581
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
3582
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3583
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
3584
|
-
"aria-roledescription"?: string | undefined;
|
|
3585
|
-
"aria-rowcount"?: number | undefined;
|
|
3586
|
-
"aria-rowindex"?: number | undefined;
|
|
3587
|
-
"aria-rowindextext"?: string | undefined;
|
|
3588
|
-
"aria-rowspan"?: number | undefined;
|
|
3589
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
3590
|
-
"aria-setsize"?: number | undefined;
|
|
3591
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3592
|
-
"aria-valuemax"?: number | undefined;
|
|
3593
|
-
"aria-valuemin"?: number | undefined;
|
|
3594
|
-
"aria-valuenow"?: number | undefined;
|
|
3595
|
-
"aria-valuetext"?: string | undefined;
|
|
3596
|
-
children?: react.ReactNode;
|
|
3597
|
-
dangerouslySetInnerHTML?: {
|
|
3598
|
-
__html: string | TrustedHTML;
|
|
3599
|
-
} | undefined;
|
|
3600
|
-
onCopy?: react.ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
3601
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
3602
|
-
onCut?: react.ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
3603
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
3604
|
-
onPaste?: react.ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
3605
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLUListElement> | undefined;
|
|
3606
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLUListElement> | undefined;
|
|
3607
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLUListElement> | undefined;
|
|
3608
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLUListElement> | undefined;
|
|
3609
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLUListElement> | undefined;
|
|
3610
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLUListElement> | undefined;
|
|
3611
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLUListElement> | undefined;
|
|
3612
|
-
onFocus?: react.FocusEventHandler<HTMLUListElement> | undefined;
|
|
3613
|
-
onFocusCapture?: react.FocusEventHandler<HTMLUListElement> | undefined;
|
|
3614
|
-
onBlur?: react.FocusEventHandler<HTMLUListElement> | undefined;
|
|
3615
|
-
onBlurCapture?: react.FocusEventHandler<HTMLUListElement> | undefined;
|
|
3616
|
-
onChange?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3617
|
-
onChangeCapture?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3618
|
-
onBeforeInput?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3619
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3620
|
-
onInput?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3621
|
-
onInputCapture?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3622
|
-
onReset?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3623
|
-
onResetCapture?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3624
|
-
onSubmit?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3625
|
-
onSubmitCapture?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3626
|
-
onInvalid?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3627
|
-
onInvalidCapture?: react.FormEventHandler<HTMLUListElement> | undefined;
|
|
3628
|
-
onLoad?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3629
|
-
onLoadCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3630
|
-
onError?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3631
|
-
onErrorCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3632
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
3633
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
3634
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
3635
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
3636
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
3637
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLUListElement> | undefined;
|
|
3638
|
-
onAbort?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3639
|
-
onAbortCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3640
|
-
onCanPlay?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3641
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3642
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3643
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3644
|
-
onDurationChange?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3645
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3646
|
-
onEmptied?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3647
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3648
|
-
onEncrypted?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3649
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3650
|
-
onEnded?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3651
|
-
onEndedCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3652
|
-
onLoadedData?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3653
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3654
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3655
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3656
|
-
onLoadStart?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3657
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3658
|
-
onPause?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3659
|
-
onPauseCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3660
|
-
onPlay?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3661
|
-
onPlayCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3662
|
-
onPlaying?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3663
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3664
|
-
onProgress?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3665
|
-
onProgressCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3666
|
-
onRateChange?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3667
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3668
|
-
onResize?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3669
|
-
onResizeCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3670
|
-
onSeeked?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3671
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3672
|
-
onSeeking?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3673
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3674
|
-
onStalled?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3675
|
-
onStalledCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3676
|
-
onSuspend?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3677
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3678
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3679
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3680
|
-
onVolumeChange?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3681
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3682
|
-
onWaiting?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3683
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3684
|
-
onAuxClick?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3685
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3686
|
-
onClick?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3687
|
-
onClickCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3688
|
-
onContextMenu?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3689
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3690
|
-
onDoubleClick?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3691
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3692
|
-
onDrag?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3693
|
-
onDragCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3694
|
-
onDragEnd?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3695
|
-
onDragEndCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3696
|
-
onDragEnter?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3697
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3698
|
-
onDragExit?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3699
|
-
onDragExitCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3700
|
-
onDragLeave?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3701
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3702
|
-
onDragOver?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3703
|
-
onDragOverCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3704
|
-
onDragStart?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3705
|
-
onDragStartCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3706
|
-
onDrop?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3707
|
-
onDropCapture?: react.DragEventHandler<HTMLUListElement> | undefined;
|
|
3708
|
-
onMouseDown?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3709
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3710
|
-
onMouseEnter?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3711
|
-
onMouseLeave?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3712
|
-
onMouseMove?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3713
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3714
|
-
onMouseOut?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3715
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3716
|
-
onMouseOver?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3717
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3718
|
-
onMouseUp?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3719
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLUListElement> | undefined;
|
|
3720
|
-
onSelect?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3721
|
-
onSelectCapture?: react.ReactEventHandler<HTMLUListElement> | undefined;
|
|
3722
|
-
onTouchCancel?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3723
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3724
|
-
onTouchEnd?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3725
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3726
|
-
onTouchMove?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3727
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3728
|
-
onTouchStart?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3729
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLUListElement> | undefined;
|
|
3730
|
-
onPointerDown?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3731
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3732
|
-
onPointerMove?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3733
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3734
|
-
onPointerUp?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3735
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3736
|
-
onPointerCancel?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3737
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3738
|
-
onPointerEnter?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3739
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3740
|
-
onPointerLeave?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3741
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3742
|
-
onPointerOver?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3743
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3744
|
-
onPointerOut?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3745
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3746
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3747
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3748
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3749
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLUListElement> | undefined;
|
|
3750
|
-
onScroll?: react.UIEventHandler<HTMLUListElement> | undefined;
|
|
3751
|
-
onScrollCapture?: react.UIEventHandler<HTMLUListElement> | undefined;
|
|
3752
|
-
onWheel?: react.WheelEventHandler<HTMLUListElement> | undefined;
|
|
3753
|
-
onWheelCapture?: react.WheelEventHandler<HTMLUListElement> | undefined;
|
|
3754
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLUListElement> | undefined;
|
|
3755
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLUListElement> | undefined;
|
|
3756
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLUListElement> | undefined;
|
|
3757
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLUListElement> | undefined;
|
|
3758
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLUListElement> | undefined;
|
|
3759
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLUListElement> | undefined;
|
|
3760
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
3761
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLUListElement> | undefined;
|
|
3762
|
-
}>;
|
|
1208
|
+
declare const OverflowMenuList: styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>>;
|
|
3763
1209
|
declare const OverflowMenu: react.ForwardRefExoticComponent<Pick<react.HTMLAttributes<HTMLDivElement>, "className" | "id"> & {
|
|
3764
1210
|
items?: OverflowMenuContextItem[] | undefined;
|
|
3765
1211
|
userProps?: ({
|
|
@@ -3826,6 +1272,11 @@ type AppShellProps = PropsWithChildren<{
|
|
|
3826
1272
|
* Når environment er undefined eller `"PROD"` så vises ikke banneret.
|
|
3827
1273
|
*/
|
|
3828
1274
|
environment?: Environment;
|
|
1275
|
+
/**
|
|
1276
|
+
* `title` brukes for å definere en egen tittel øverst i komponenten.
|
|
1277
|
+
* Når `title` er undefined blir tittel satt til `Lovisa`.
|
|
1278
|
+
*/
|
|
1279
|
+
title?: string;
|
|
3829
1280
|
}>;
|
|
3830
1281
|
interface AppShellNavigationProps {
|
|
3831
1282
|
/**
|
|
@@ -3838,7 +1289,7 @@ interface AppShellNavigationProps {
|
|
|
3838
1289
|
external?: ReactElement[];
|
|
3839
1290
|
}
|
|
3840
1291
|
declare const AppShell$1: {
|
|
3841
|
-
({ children, version, navigation: { internal, external }, user, userMenuItems, environment, }: AppShellProps): react_jsx_runtime.JSX.Element;
|
|
1292
|
+
({ children, version, navigation: { internal, external }, user, userMenuItems, environment, title, }: AppShellProps): react_jsx_runtime.JSX.Element;
|
|
3842
1293
|
displayName: string;
|
|
3843
1294
|
};
|
|
3844
1295
|
|
|
@@ -4093,9 +1544,8 @@ interface SelectOption<TValue = unknown> {
|
|
|
4093
1544
|
label: string | number;
|
|
4094
1545
|
value: TValue;
|
|
4095
1546
|
}
|
|
4096
|
-
|
|
4097
|
-
type
|
|
4098
|
-
type SelectProps<TOption extends SelectOption<TValue>, IsMulti extends boolean, TValue = unknown> = {
|
|
1547
|
+
type WrappedReactSelectProps<Option, IsMulti extends boolean, Group extends GroupBase<Option>> = WithRequiredIf<Option extends SelectOption ? false : true, Props<Option, IsMulti, Group>, 'getOptionLabel' | 'getOptionValue'>;
|
|
1548
|
+
type SelectProps<Option = unknown, IsMulti extends boolean = false> = {
|
|
4099
1549
|
/**Ledetekst for nedtrekkslisten. */
|
|
4100
1550
|
label?: string;
|
|
4101
1551
|
/**Størrelsen på komponenten. */
|
|
@@ -4114,11 +1564,14 @@ type SelectProps<TOption extends SelectOption<TValue>, IsMulti extends boolean,
|
|
|
4114
1564
|
className?: string;
|
|
4115
1565
|
/** Inline styling. */
|
|
4116
1566
|
style?: react__default.CSSProperties;
|
|
4117
|
-
customOptionElement?: (props: OptionProps<
|
|
4118
|
-
customSingleValueElement?: (props: SingleValueProps<
|
|
4119
|
-
} & Pick<HTMLAttributes<HTMLInputElement>, 'aria-required'> & WrappedReactSelectProps<
|
|
4120
|
-
type ForwardRefType<
|
|
4121
|
-
declare
|
|
1567
|
+
customOptionElement?: (props: OptionProps<Option, IsMulti, GroupBase<Option>>) => JSX.Element;
|
|
1568
|
+
customSingleValueElement?: (props: SingleValueProps<Option, IsMulti, GroupBase<Option>>) => JSX.Element;
|
|
1569
|
+
} & Pick<HTMLAttributes<HTMLInputElement>, 'aria-required'> & WrappedReactSelectProps<Option, IsMulti, GroupBase<Option>>;
|
|
1570
|
+
type ForwardRefType<Option, IsMulti extends boolean> = react__default.ForwardedRef<SelectInstance<Option, IsMulti, GroupBase<Option>>>;
|
|
1571
|
+
declare function SelectInner<Option = unknown, IsMulti extends boolean = false>(props: SelectProps<Option, IsMulti>, ref: ForwardRefType<Option, IsMulti>): react_jsx_runtime.JSX.Element;
|
|
1572
|
+
declare const Select: typeof SelectInner;
|
|
1573
|
+
|
|
1574
|
+
declare const createSelectOptions: <TValue extends string | number>(...args: TValue[]) => SelectOption<TValue>[];
|
|
4122
1575
|
|
|
4123
1576
|
type GlobalMessagePurpose = 'info' | 'warning' | 'danger';
|
|
4124
1577
|
type GlobalMessageProps = BaseComponentPropsWithChildren<HTMLDivElement, {
|
|
@@ -5272,611 +2725,16 @@ declare const InlineEditTextArea: react.ForwardRefExoticComponent<Omit<react.Tex
|
|
|
5272
2725
|
|
|
5273
2726
|
declare const InlineEditInput: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "width" | "onFocus" | "onBlur" | "onChange"> & Pick<InlineEditProps, "onFocus" | "onBlur" | "onChange" | "onSetValue" | "emptiable"> & Pick<BaseInlineInputProps, "width" | "error" | "errorMessage" | "hideIcon"> & react.RefAttributes<HTMLInputElement>>;
|
|
5274
2727
|
|
|
5275
|
-
declare const StyledTextArea: styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<Omit<{
|
|
5276
|
-
ref?: react.LegacyRef<HTMLInputElement> | undefined;
|
|
5277
|
-
key?: react.Key | null | undefined;
|
|
5278
|
-
accept?: string | undefined;
|
|
5279
|
-
alt?: string | undefined;
|
|
5280
|
-
autoComplete?: string | undefined;
|
|
5281
|
-
capture?: boolean | "environment" | "user" | undefined;
|
|
5282
|
-
checked?: boolean | undefined;
|
|
5283
|
-
disabled?: boolean | undefined;
|
|
5284
|
-
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
5285
|
-
form?: string | undefined;
|
|
5286
|
-
formAction?: string | undefined;
|
|
5287
|
-
formEncType?: string | undefined;
|
|
5288
|
-
formMethod?: string | undefined;
|
|
5289
|
-
formNoValidate?: boolean | undefined;
|
|
5290
|
-
formTarget?: string | undefined;
|
|
5291
|
-
height?: string | number | undefined;
|
|
5292
|
-
list?: string | undefined;
|
|
5293
|
-
max?: string | number | undefined;
|
|
5294
|
-
maxLength?: number | undefined;
|
|
5295
|
-
min?: string | number | undefined;
|
|
5296
|
-
minLength?: number | undefined;
|
|
5297
|
-
multiple?: boolean | undefined;
|
|
5298
|
-
name?: string | undefined;
|
|
5299
|
-
pattern?: string | undefined;
|
|
5300
|
-
placeholder?: string | undefined;
|
|
5301
|
-
readOnly?: boolean | undefined;
|
|
5302
|
-
required?: boolean | undefined;
|
|
5303
|
-
size?: number | undefined;
|
|
5304
|
-
src?: string | undefined;
|
|
5305
|
-
step?: string | number | undefined;
|
|
5306
|
-
type?: react.HTMLInputTypeAttribute | undefined;
|
|
5307
|
-
value?: string | number | readonly string[] | undefined;
|
|
5308
|
-
width?: string | number | undefined;
|
|
5309
|
-
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
5310
|
-
defaultChecked?: boolean | undefined;
|
|
5311
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
5312
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
5313
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
5314
|
-
accessKey?: string | undefined;
|
|
5315
|
-
autoFocus?: boolean | undefined;
|
|
5316
|
-
className?: string | undefined;
|
|
5317
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
5318
|
-
contextMenu?: string | undefined;
|
|
5319
|
-
dir?: string | undefined;
|
|
5320
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
5321
|
-
hidden?: boolean | undefined;
|
|
5322
|
-
id?: string | undefined;
|
|
5323
|
-
lang?: string | undefined;
|
|
5324
|
-
nonce?: string | undefined;
|
|
5325
|
-
slot?: string | undefined;
|
|
5326
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
5327
|
-
style?: react.CSSProperties | undefined;
|
|
5328
|
-
tabIndex?: number | undefined;
|
|
5329
|
-
title?: string | undefined;
|
|
5330
|
-
translate?: "yes" | "no" | undefined;
|
|
5331
|
-
radioGroup?: string | undefined;
|
|
5332
|
-
role?: react.AriaRole | undefined;
|
|
5333
|
-
about?: string | undefined;
|
|
5334
|
-
content?: string | undefined;
|
|
5335
|
-
datatype?: string | undefined;
|
|
5336
|
-
inlist?: any;
|
|
5337
|
-
prefix?: string | undefined;
|
|
5338
|
-
property?: string | undefined;
|
|
5339
|
-
rel?: string | undefined;
|
|
5340
|
-
resource?: string | undefined;
|
|
5341
|
-
rev?: string | undefined;
|
|
5342
|
-
typeof?: string | undefined;
|
|
5343
|
-
vocab?: string | undefined;
|
|
5344
|
-
autoCapitalize?: string | undefined;
|
|
5345
|
-
autoCorrect?: string | undefined;
|
|
5346
|
-
autoSave?: string | undefined;
|
|
5347
|
-
color?: string | undefined;
|
|
5348
|
-
itemProp?: string | undefined;
|
|
5349
|
-
itemScope?: boolean | undefined;
|
|
5350
|
-
itemType?: string | undefined;
|
|
5351
|
-
itemID?: string | undefined;
|
|
5352
|
-
itemRef?: string | undefined;
|
|
5353
|
-
results?: number | undefined;
|
|
5354
|
-
security?: string | undefined;
|
|
5355
|
-
unselectable?: "on" | "off" | undefined;
|
|
5356
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
5357
|
-
is?: string | undefined;
|
|
5358
|
-
"aria-activedescendant"?: string | undefined;
|
|
5359
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
5360
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
5361
|
-
"aria-braillelabel"?: string | undefined;
|
|
5362
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
5363
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
5364
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
5365
|
-
"aria-colcount"?: number | undefined;
|
|
5366
|
-
"aria-colindex"?: number | undefined;
|
|
5367
|
-
"aria-colindextext"?: string | undefined;
|
|
5368
|
-
"aria-colspan"?: number | undefined;
|
|
5369
|
-
"aria-controls"?: string | undefined;
|
|
5370
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
5371
|
-
"aria-describedby"?: string | undefined;
|
|
5372
|
-
"aria-description"?: string | undefined;
|
|
5373
|
-
"aria-details"?: string | undefined;
|
|
5374
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
5375
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
5376
|
-
"aria-errormessage"?: string | undefined;
|
|
5377
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
5378
|
-
"aria-flowto"?: string | undefined;
|
|
5379
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
5380
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
5381
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
5382
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
5383
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
5384
|
-
"aria-label"?: string | undefined;
|
|
5385
|
-
"aria-labelledby"?: string | undefined;
|
|
5386
|
-
"aria-level"?: number | undefined;
|
|
5387
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
5388
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
5389
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
5390
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
5391
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
5392
|
-
"aria-owns"?: string | undefined;
|
|
5393
|
-
"aria-placeholder"?: string | undefined;
|
|
5394
|
-
"aria-posinset"?: number | undefined;
|
|
5395
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
5396
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
5397
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
5398
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
5399
|
-
"aria-roledescription"?: string | undefined;
|
|
5400
|
-
"aria-rowcount"?: number | undefined;
|
|
5401
|
-
"aria-rowindex"?: number | undefined;
|
|
5402
|
-
"aria-rowindextext"?: string | undefined;
|
|
5403
|
-
"aria-rowspan"?: number | undefined;
|
|
5404
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
5405
|
-
"aria-setsize"?: number | undefined;
|
|
5406
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
5407
|
-
"aria-valuemax"?: number | undefined;
|
|
5408
|
-
"aria-valuemin"?: number | undefined;
|
|
5409
|
-
"aria-valuenow"?: number | undefined;
|
|
5410
|
-
"aria-valuetext"?: string | undefined;
|
|
5411
|
-
children?: react.ReactNode;
|
|
5412
|
-
dangerouslySetInnerHTML?: {
|
|
5413
|
-
__html: string | TrustedHTML;
|
|
5414
|
-
} | undefined;
|
|
5415
|
-
onCopy?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5416
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5417
|
-
onCut?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5418
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5419
|
-
onPaste?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5420
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5421
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5422
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5423
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5424
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5425
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5426
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5427
|
-
onFocus?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5428
|
-
onFocusCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5429
|
-
onBlur?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5430
|
-
onBlurCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5431
|
-
onChangeCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5432
|
-
onBeforeInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5433
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5434
|
-
onInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5435
|
-
onInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5436
|
-
onReset?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5437
|
-
onResetCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5438
|
-
onSubmit?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5439
|
-
onSubmitCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5440
|
-
onInvalid?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5441
|
-
onInvalidCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5442
|
-
onLoad?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5443
|
-
onLoadCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5444
|
-
onError?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5445
|
-
onErrorCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5446
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5447
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5448
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5449
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5450
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5451
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5452
|
-
onAbort?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5453
|
-
onAbortCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5454
|
-
onCanPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5455
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5456
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5457
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5458
|
-
onDurationChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5459
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5460
|
-
onEmptied?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5461
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5462
|
-
onEncrypted?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5463
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5464
|
-
onEnded?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5465
|
-
onEndedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5466
|
-
onLoadedData?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5467
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5468
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5469
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5470
|
-
onLoadStart?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5471
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5472
|
-
onPause?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5473
|
-
onPauseCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5474
|
-
onPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5475
|
-
onPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5476
|
-
onPlaying?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5477
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5478
|
-
onProgress?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5479
|
-
onProgressCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5480
|
-
onRateChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5481
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5482
|
-
onResize?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5483
|
-
onResizeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5484
|
-
onSeeked?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5485
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5486
|
-
onSeeking?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5487
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5488
|
-
onStalled?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5489
|
-
onStalledCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5490
|
-
onSuspend?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5491
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5492
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5493
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5494
|
-
onVolumeChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5495
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5496
|
-
onWaiting?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5497
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5498
|
-
onAuxClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5499
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5500
|
-
onClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5501
|
-
onClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5502
|
-
onContextMenu?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5503
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5504
|
-
onDoubleClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5505
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5506
|
-
onDrag?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5507
|
-
onDragCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5508
|
-
onDragEnd?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5509
|
-
onDragEndCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5510
|
-
onDragEnter?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5511
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5512
|
-
onDragExit?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5513
|
-
onDragExitCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5514
|
-
onDragLeave?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5515
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5516
|
-
onDragOver?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5517
|
-
onDragOverCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5518
|
-
onDragStart?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5519
|
-
onDragStartCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5520
|
-
onDrop?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5521
|
-
onDropCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5522
|
-
onMouseDown?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5523
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5524
|
-
onMouseEnter?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5525
|
-
onMouseLeave?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5526
|
-
onMouseMove?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5527
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5528
|
-
onMouseOut?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5529
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5530
|
-
onMouseOver?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5531
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5532
|
-
onMouseUp?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5533
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5534
|
-
onSelect?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5535
|
-
onSelectCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5536
|
-
onTouchCancel?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5537
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5538
|
-
onTouchEnd?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5539
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5540
|
-
onTouchMove?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5541
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5542
|
-
onTouchStart?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5543
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5544
|
-
onPointerDown?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5545
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5546
|
-
onPointerMove?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5547
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5548
|
-
onPointerUp?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5549
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5550
|
-
onPointerCancel?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5551
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5552
|
-
onPointerEnter?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5553
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5554
|
-
onPointerLeave?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5555
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5556
|
-
onPointerOver?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5557
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5558
|
-
onPointerOut?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5559
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5560
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5561
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5562
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5563
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5564
|
-
onScroll?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
5565
|
-
onScrollCapture?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
5566
|
-
onWheel?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
5567
|
-
onWheelCapture?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
5568
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5569
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5570
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5571
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5572
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5573
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5574
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
5575
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
5576
|
-
}, "ref"> & {
|
|
2728
|
+
declare const StyledTextArea: styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<styled_components_dist_types.FastOmit<Omit<styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>, "ref"> & {
|
|
5577
2729
|
ref?: ((instance: HTMLInputElement | null) => void) | react.RefObject<HTMLInputElement> | null | undefined;
|
|
5578
|
-
},
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
disabled?: boolean | undefined;
|
|
5587
|
-
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
5588
|
-
form?: string | undefined;
|
|
5589
|
-
formAction?: string | undefined;
|
|
5590
|
-
formEncType?: string | undefined;
|
|
5591
|
-
formMethod?: string | undefined;
|
|
5592
|
-
formNoValidate?: boolean | undefined;
|
|
5593
|
-
formTarget?: string | undefined;
|
|
5594
|
-
height?: string | number | undefined;
|
|
5595
|
-
list?: string | undefined;
|
|
5596
|
-
max?: string | number | undefined;
|
|
5597
|
-
maxLength?: number | undefined;
|
|
5598
|
-
min?: string | number | undefined;
|
|
5599
|
-
minLength?: number | undefined;
|
|
5600
|
-
multiple?: boolean | undefined;
|
|
5601
|
-
name?: string | undefined;
|
|
5602
|
-
pattern?: string | undefined;
|
|
5603
|
-
placeholder?: string | undefined;
|
|
5604
|
-
readOnly?: boolean | undefined;
|
|
5605
|
-
required?: boolean | undefined;
|
|
5606
|
-
size?: number | undefined;
|
|
5607
|
-
src?: string | undefined;
|
|
5608
|
-
step?: string | number | undefined;
|
|
5609
|
-
type?: react.HTMLInputTypeAttribute | undefined;
|
|
5610
|
-
value?: string | number | readonly string[] | undefined;
|
|
5611
|
-
width?: string | number | undefined;
|
|
5612
|
-
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
5613
|
-
defaultChecked?: boolean | undefined;
|
|
5614
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
5615
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
5616
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
5617
|
-
accessKey?: string | undefined;
|
|
5618
|
-
autoFocus?: boolean | undefined;
|
|
5619
|
-
className?: string | undefined;
|
|
5620
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
5621
|
-
contextMenu?: string | undefined;
|
|
5622
|
-
dir?: string | undefined;
|
|
5623
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
5624
|
-
hidden?: boolean | undefined;
|
|
5625
|
-
id?: string | undefined;
|
|
5626
|
-
lang?: string | undefined;
|
|
5627
|
-
nonce?: string | undefined;
|
|
5628
|
-
slot?: string | undefined;
|
|
5629
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
5630
|
-
style?: react.CSSProperties | undefined;
|
|
5631
|
-
tabIndex?: number | undefined;
|
|
5632
|
-
title?: string | undefined;
|
|
5633
|
-
translate?: "yes" | "no" | undefined;
|
|
5634
|
-
radioGroup?: string | undefined;
|
|
5635
|
-
role?: react.AriaRole | undefined;
|
|
5636
|
-
about?: string | undefined;
|
|
5637
|
-
content?: string | undefined;
|
|
5638
|
-
datatype?: string | undefined;
|
|
5639
|
-
inlist?: any;
|
|
5640
|
-
prefix?: string | undefined;
|
|
5641
|
-
property?: string | undefined;
|
|
5642
|
-
rel?: string | undefined;
|
|
5643
|
-
resource?: string | undefined;
|
|
5644
|
-
rev?: string | undefined;
|
|
5645
|
-
typeof?: string | undefined;
|
|
5646
|
-
vocab?: string | undefined;
|
|
5647
|
-
autoCapitalize?: string | undefined;
|
|
5648
|
-
autoCorrect?: string | undefined;
|
|
5649
|
-
autoSave?: string | undefined;
|
|
5650
|
-
color?: string | undefined;
|
|
5651
|
-
itemProp?: string | undefined;
|
|
5652
|
-
itemScope?: boolean | undefined;
|
|
5653
|
-
itemType?: string | undefined;
|
|
5654
|
-
itemID?: string | undefined;
|
|
5655
|
-
itemRef?: string | undefined;
|
|
5656
|
-
results?: number | undefined;
|
|
5657
|
-
security?: string | undefined;
|
|
5658
|
-
unselectable?: "on" | "off" | undefined;
|
|
5659
|
-
inputMode?: "text" | "search" | "none" | "decimal" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
5660
|
-
is?: string | undefined;
|
|
5661
|
-
"aria-activedescendant"?: string | undefined;
|
|
5662
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
5663
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
5664
|
-
"aria-braillelabel"?: string | undefined;
|
|
5665
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
5666
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
5667
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
5668
|
-
"aria-colcount"?: number | undefined;
|
|
5669
|
-
"aria-colindex"?: number | undefined;
|
|
5670
|
-
"aria-colindextext"?: string | undefined;
|
|
5671
|
-
"aria-colspan"?: number | undefined;
|
|
5672
|
-
"aria-controls"?: string | undefined;
|
|
5673
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
5674
|
-
"aria-describedby"?: string | undefined;
|
|
5675
|
-
"aria-description"?: string | undefined;
|
|
5676
|
-
"aria-details"?: string | undefined;
|
|
5677
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
5678
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
5679
|
-
"aria-errormessage"?: string | undefined;
|
|
5680
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
5681
|
-
"aria-flowto"?: string | undefined;
|
|
5682
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
5683
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
5684
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
5685
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
5686
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
5687
|
-
"aria-label"?: string | undefined;
|
|
5688
|
-
"aria-labelledby"?: string | undefined;
|
|
5689
|
-
"aria-level"?: number | undefined;
|
|
5690
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
5691
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
5692
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
5693
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
5694
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
5695
|
-
"aria-owns"?: string | undefined;
|
|
5696
|
-
"aria-placeholder"?: string | undefined;
|
|
5697
|
-
"aria-posinset"?: number | undefined;
|
|
5698
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
5699
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
5700
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
5701
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
5702
|
-
"aria-roledescription"?: string | undefined;
|
|
5703
|
-
"aria-rowcount"?: number | undefined;
|
|
5704
|
-
"aria-rowindex"?: number | undefined;
|
|
5705
|
-
"aria-rowindextext"?: string | undefined;
|
|
5706
|
-
"aria-rowspan"?: number | undefined;
|
|
5707
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
5708
|
-
"aria-setsize"?: number | undefined;
|
|
5709
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
5710
|
-
"aria-valuemax"?: number | undefined;
|
|
5711
|
-
"aria-valuemin"?: number | undefined;
|
|
5712
|
-
"aria-valuenow"?: number | undefined;
|
|
5713
|
-
"aria-valuetext"?: string | undefined;
|
|
5714
|
-
children?: react.ReactNode;
|
|
5715
|
-
dangerouslySetInnerHTML?: {
|
|
5716
|
-
__html: string | TrustedHTML;
|
|
5717
|
-
} | undefined;
|
|
5718
|
-
onCopy?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5719
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5720
|
-
onCut?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5721
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5722
|
-
onPaste?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5723
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLInputElement> | undefined;
|
|
5724
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5725
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5726
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5727
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5728
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5729
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLInputElement> | undefined;
|
|
5730
|
-
onFocus?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5731
|
-
onFocusCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5732
|
-
onBlur?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5733
|
-
onBlurCapture?: react.FocusEventHandler<HTMLInputElement> | undefined;
|
|
5734
|
-
onChangeCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5735
|
-
onBeforeInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5736
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5737
|
-
onInput?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5738
|
-
onInputCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5739
|
-
onReset?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5740
|
-
onResetCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5741
|
-
onSubmit?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5742
|
-
onSubmitCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5743
|
-
onInvalid?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5744
|
-
onInvalidCapture?: react.FormEventHandler<HTMLInputElement> | undefined;
|
|
5745
|
-
onLoad?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5746
|
-
onLoadCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5747
|
-
onError?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5748
|
-
onErrorCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5749
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5750
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5751
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5752
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5753
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5754
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLInputElement> | undefined;
|
|
5755
|
-
onAbort?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5756
|
-
onAbortCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5757
|
-
onCanPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5758
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5759
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5760
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5761
|
-
onDurationChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5762
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5763
|
-
onEmptied?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5764
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5765
|
-
onEncrypted?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5766
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5767
|
-
onEnded?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5768
|
-
onEndedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5769
|
-
onLoadedData?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5770
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5771
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5772
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5773
|
-
onLoadStart?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5774
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5775
|
-
onPause?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5776
|
-
onPauseCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5777
|
-
onPlay?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5778
|
-
onPlayCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5779
|
-
onPlaying?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5780
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5781
|
-
onProgress?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5782
|
-
onProgressCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5783
|
-
onRateChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5784
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5785
|
-
onResize?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5786
|
-
onResizeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5787
|
-
onSeeked?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5788
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5789
|
-
onSeeking?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5790
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5791
|
-
onStalled?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5792
|
-
onStalledCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5793
|
-
onSuspend?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5794
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5795
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5796
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5797
|
-
onVolumeChange?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5798
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5799
|
-
onWaiting?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5800
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5801
|
-
onAuxClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5802
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5803
|
-
onClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5804
|
-
onClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5805
|
-
onContextMenu?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5806
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5807
|
-
onDoubleClick?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5808
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5809
|
-
onDrag?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5810
|
-
onDragCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5811
|
-
onDragEnd?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5812
|
-
onDragEndCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5813
|
-
onDragEnter?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5814
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5815
|
-
onDragExit?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5816
|
-
onDragExitCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5817
|
-
onDragLeave?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5818
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5819
|
-
onDragOver?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5820
|
-
onDragOverCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5821
|
-
onDragStart?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5822
|
-
onDragStartCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5823
|
-
onDrop?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5824
|
-
onDropCapture?: react.DragEventHandler<HTMLInputElement> | undefined;
|
|
5825
|
-
onMouseDown?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5826
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5827
|
-
onMouseEnter?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5828
|
-
onMouseLeave?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5829
|
-
onMouseMove?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5830
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5831
|
-
onMouseOut?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5832
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5833
|
-
onMouseOver?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5834
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5835
|
-
onMouseUp?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5836
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLInputElement> | undefined;
|
|
5837
|
-
onSelect?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5838
|
-
onSelectCapture?: react.ReactEventHandler<HTMLInputElement> | undefined;
|
|
5839
|
-
onTouchCancel?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5840
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5841
|
-
onTouchEnd?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5842
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5843
|
-
onTouchMove?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5844
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5845
|
-
onTouchStart?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5846
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLInputElement> | undefined;
|
|
5847
|
-
onPointerDown?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5848
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5849
|
-
onPointerMove?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5850
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5851
|
-
onPointerUp?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5852
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5853
|
-
onPointerCancel?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5854
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5855
|
-
onPointerEnter?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5856
|
-
onPointerEnterCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5857
|
-
onPointerLeave?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5858
|
-
onPointerLeaveCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5859
|
-
onPointerOver?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5860
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5861
|
-
onPointerOut?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5862
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5863
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5864
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5865
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5866
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLInputElement> | undefined;
|
|
5867
|
-
onScroll?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
5868
|
-
onScrollCapture?: react.UIEventHandler<HTMLInputElement> | undefined;
|
|
5869
|
-
onWheel?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
5870
|
-
onWheelCapture?: react.WheelEventHandler<HTMLInputElement> | undefined;
|
|
5871
|
-
onAnimationStart?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5872
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5873
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5874
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5875
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5876
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
5877
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
5878
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
5879
|
-
}>;
|
|
2730
|
+
}, "disabled" | "readOnly" | "componentSize" | "hasErrorMessage" | "prefixLength" | "suffixLength"> & Pick<InputProps, "disabled" | "readOnly"> & {
|
|
2731
|
+
hasErrorMessage: boolean;
|
|
2732
|
+
} & {
|
|
2733
|
+
prefixLength?: number | undefined;
|
|
2734
|
+
suffixLength?: number | undefined;
|
|
2735
|
+
} & Pick<InputProps, "componentSize">, StyledInputProps>> & Omit<styled_components.IStyledComponent<"web", styled_components_dist_types.Substitute<Omit<styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>, "ref"> & {
|
|
2736
|
+
ref?: ((instance: HTMLInputElement | null) => void) | react.RefObject<HTMLInputElement> | null | undefined;
|
|
2737
|
+
}, StyledInputProps>> & Omit<styled_components.IStyledComponent<"web", styled_components_dist_types.FastOmit<react.DetailedHTMLProps<react.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>, keyof react.Component<any, {}, any>>, keyof react.Component<any, {}, any>>;
|
|
5880
2738
|
declare const TextArea: react.ForwardRefExoticComponent<CommonInputProps & react.TextareaHTMLAttributes<HTMLTextAreaElement> & react.RefAttributes<HTMLTextAreaElement>>;
|
|
5881
2739
|
|
|
5882
2740
|
type TextAreaProps = CommonInputProps & TextareaHTMLAttributes<HTMLTextAreaElement>;
|