@swc-react/help-text 0.31.0 → 0.31.1-react.3
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/next.d.ts +584 -0
- package/next.dev.js +4 -0
- package/next.dev.js.map +7 -0
- package/next.js +2 -0
- package/next.js.map +7 -0
- package/package.json +23 -5
package/next.d.ts
ADDED
|
@@ -0,0 +1,584 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const HelpText: import("react").ComponentType<Partial<{
|
|
3
|
+
dir?: string | undefined;
|
|
4
|
+
hidden?: boolean | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
defaultChecked?: boolean | undefined;
|
|
7
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
8
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
9
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
10
|
+
accessKey?: string | undefined;
|
|
11
|
+
className?: string | undefined;
|
|
12
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
13
|
+
contextMenu?: string | undefined;
|
|
14
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
15
|
+
id?: string | undefined;
|
|
16
|
+
lang?: string | undefined;
|
|
17
|
+
nonce?: string | undefined;
|
|
18
|
+
placeholder?: string | undefined;
|
|
19
|
+
slot?: string | undefined;
|
|
20
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
21
|
+
style?: import("react").CSSProperties | undefined;
|
|
22
|
+
tabIndex?: number | undefined;
|
|
23
|
+
translate?: "yes" | "no" | undefined;
|
|
24
|
+
radioGroup?: string | undefined;
|
|
25
|
+
role?: import("react").AriaRole | undefined;
|
|
26
|
+
about?: string | undefined;
|
|
27
|
+
datatype?: string | undefined;
|
|
28
|
+
inlist?: any;
|
|
29
|
+
prefix?: string | undefined;
|
|
30
|
+
property?: string | undefined;
|
|
31
|
+
resource?: string | undefined;
|
|
32
|
+
typeof?: string | undefined;
|
|
33
|
+
vocab?: string | undefined;
|
|
34
|
+
autoCapitalize?: string | undefined;
|
|
35
|
+
autoCorrect?: string | undefined;
|
|
36
|
+
autoSave?: string | undefined;
|
|
37
|
+
color?: string | undefined;
|
|
38
|
+
itemProp?: string | undefined;
|
|
39
|
+
itemScope?: boolean | undefined;
|
|
40
|
+
itemType?: string | undefined;
|
|
41
|
+
itemID?: string | undefined;
|
|
42
|
+
itemRef?: string | undefined;
|
|
43
|
+
results?: number | undefined;
|
|
44
|
+
security?: string | undefined;
|
|
45
|
+
unselectable?: "on" | "off" | undefined;
|
|
46
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
47
|
+
is?: string | undefined;
|
|
48
|
+
'aria-activedescendant'?: string | undefined;
|
|
49
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
50
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
51
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
52
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
53
|
+
'aria-colcount'?: number | undefined;
|
|
54
|
+
'aria-colindex'?: number | undefined;
|
|
55
|
+
'aria-colspan'?: number | undefined;
|
|
56
|
+
'aria-controls'?: string | undefined;
|
|
57
|
+
'aria-current'?: boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | undefined;
|
|
58
|
+
'aria-describedby'?: string | undefined;
|
|
59
|
+
'aria-details'?: string | undefined;
|
|
60
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
61
|
+
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
62
|
+
'aria-errormessage'?: string | undefined;
|
|
63
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
64
|
+
'aria-flowto'?: string | undefined;
|
|
65
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
66
|
+
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "tree" | undefined;
|
|
67
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
68
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
69
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
70
|
+
'aria-label'?: string | undefined;
|
|
71
|
+
'aria-labelledby'?: string | undefined;
|
|
72
|
+
'aria-level'?: number | undefined;
|
|
73
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
74
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
75
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
77
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
78
|
+
'aria-owns'?: string | undefined;
|
|
79
|
+
'aria-placeholder'?: string | undefined;
|
|
80
|
+
'aria-posinset'?: number | undefined;
|
|
81
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
82
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
83
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
84
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
85
|
+
'aria-roledescription'?: string | undefined;
|
|
86
|
+
'aria-rowcount'?: number | undefined;
|
|
87
|
+
'aria-rowindex'?: number | undefined;
|
|
88
|
+
'aria-rowspan'?: number | undefined;
|
|
89
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
90
|
+
'aria-setsize'?: number | undefined;
|
|
91
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
92
|
+
'aria-valuemax'?: number | undefined;
|
|
93
|
+
'aria-valuemin'?: number | undefined;
|
|
94
|
+
'aria-valuenow'?: number | undefined;
|
|
95
|
+
'aria-valuetext'?: string | undefined;
|
|
96
|
+
children?: import("react").ReactNode;
|
|
97
|
+
dangerouslySetInnerHTML?: {
|
|
98
|
+
__html: string;
|
|
99
|
+
} | undefined;
|
|
100
|
+
onCopy?: import("react").ClipboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
101
|
+
onCopyCapture?: import("react").ClipboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
102
|
+
onCut?: import("react").ClipboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
103
|
+
onCutCapture?: import("react").ClipboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
104
|
+
onPaste?: import("react").ClipboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
105
|
+
onPasteCapture?: import("react").ClipboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
106
|
+
onCompositionEnd?: import("react").CompositionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
107
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
108
|
+
onCompositionStart?: import("react").CompositionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
109
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
110
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
111
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
112
|
+
onFocus?: import("react").FocusEventHandler<import("help-text/src").HelpText> | undefined;
|
|
113
|
+
onFocusCapture?: import("react").FocusEventHandler<import("help-text/src").HelpText> | undefined;
|
|
114
|
+
onBlur?: import("react").FocusEventHandler<import("help-text/src").HelpText> | undefined;
|
|
115
|
+
onBlurCapture?: import("react").FocusEventHandler<import("help-text/src").HelpText> | undefined;
|
|
116
|
+
onChange?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
117
|
+
onChangeCapture?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
118
|
+
onBeforeInput?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
119
|
+
onBeforeInputCapture?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
120
|
+
onInput?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
121
|
+
onInputCapture?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
122
|
+
onReset?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
123
|
+
onResetCapture?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
124
|
+
onSubmit?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
125
|
+
onSubmitCapture?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
126
|
+
onInvalid?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
127
|
+
onInvalidCapture?: import("react").FormEventHandler<import("help-text/src").HelpText> | undefined;
|
|
128
|
+
onLoad?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
129
|
+
onLoadCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
130
|
+
onError?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
131
|
+
onErrorCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
132
|
+
onKeyDown?: import("react").KeyboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
133
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
134
|
+
onKeyPress?: import("react").KeyboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
135
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
136
|
+
onKeyUp?: import("react").KeyboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
137
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<import("help-text/src").HelpText> | undefined;
|
|
138
|
+
onAbort?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
139
|
+
onAbortCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
140
|
+
onCanPlay?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
141
|
+
onCanPlayCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
142
|
+
onCanPlayThrough?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
143
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
144
|
+
onDurationChange?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
145
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
146
|
+
onEmptied?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
147
|
+
onEmptiedCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
148
|
+
onEncrypted?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
149
|
+
onEncryptedCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
150
|
+
onEnded?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
151
|
+
onEndedCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
152
|
+
onLoadedData?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
153
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
154
|
+
onLoadedMetadata?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
155
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
156
|
+
onLoadStart?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
157
|
+
onLoadStartCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
158
|
+
onPause?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
159
|
+
onPauseCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
160
|
+
onPlay?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
161
|
+
onPlayCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
162
|
+
onPlaying?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
163
|
+
onPlayingCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
164
|
+
onProgress?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
165
|
+
onProgressCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
166
|
+
onRateChange?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
167
|
+
onRateChangeCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
168
|
+
onResize?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
169
|
+
onResizeCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
170
|
+
onSeeked?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
171
|
+
onSeekedCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
172
|
+
onSeeking?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
173
|
+
onSeekingCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
174
|
+
onStalled?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
175
|
+
onStalledCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
176
|
+
onSuspend?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
177
|
+
onSuspendCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
178
|
+
onTimeUpdate?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
179
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
180
|
+
onVolumeChange?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
181
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
182
|
+
onWaiting?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
183
|
+
onWaitingCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
184
|
+
onAuxClick?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
185
|
+
onAuxClickCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
186
|
+
onClick?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
187
|
+
onClickCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
188
|
+
onContextMenu?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
189
|
+
onContextMenuCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
190
|
+
onDoubleClick?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
191
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
192
|
+
onDrag?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
193
|
+
onDragCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
194
|
+
onDragEnd?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
195
|
+
onDragEndCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
196
|
+
onDragEnter?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
197
|
+
onDragEnterCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
198
|
+
onDragExit?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
199
|
+
onDragExitCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
200
|
+
onDragLeave?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
201
|
+
onDragLeaveCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
202
|
+
onDragOver?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
203
|
+
onDragOverCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
204
|
+
onDragStart?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
205
|
+
onDragStartCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
206
|
+
onDrop?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
207
|
+
onDropCapture?: import("react").DragEventHandler<import("help-text/src").HelpText> | undefined;
|
|
208
|
+
onMouseDown?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
209
|
+
onMouseDownCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
210
|
+
onMouseEnter?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
211
|
+
onMouseLeave?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
212
|
+
onMouseMove?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
213
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
214
|
+
onMouseOut?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
215
|
+
onMouseOutCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
216
|
+
onMouseOver?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
217
|
+
onMouseOverCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
218
|
+
onMouseUp?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
219
|
+
onMouseUpCapture?: import("react").MouseEventHandler<import("help-text/src").HelpText> | undefined;
|
|
220
|
+
onSelect?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
221
|
+
onSelectCapture?: import("react").ReactEventHandler<import("help-text/src").HelpText> | undefined;
|
|
222
|
+
onTouchCancel?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
223
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
224
|
+
onTouchEnd?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
225
|
+
onTouchEndCapture?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
226
|
+
onTouchMove?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
227
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
228
|
+
onTouchStart?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
229
|
+
onTouchStartCapture?: import("react").TouchEventHandler<import("help-text/src").HelpText> | undefined;
|
|
230
|
+
onPointerDown?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
231
|
+
onPointerDownCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
232
|
+
onPointerMove?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
233
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
234
|
+
onPointerUp?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
235
|
+
onPointerUpCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
236
|
+
onPointerCancel?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
237
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
238
|
+
onPointerEnter?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
239
|
+
onPointerEnterCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
240
|
+
onPointerLeave?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
241
|
+
onPointerLeaveCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
242
|
+
onPointerOver?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
243
|
+
onPointerOverCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
244
|
+
onPointerOut?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
245
|
+
onPointerOutCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
246
|
+
onGotPointerCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
247
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
248
|
+
onLostPointerCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
249
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<import("help-text/src").HelpText> | undefined;
|
|
250
|
+
onScroll?: import("react").UIEventHandler<import("help-text/src").HelpText> | undefined;
|
|
251
|
+
onScrollCapture?: import("react").UIEventHandler<import("help-text/src").HelpText> | undefined;
|
|
252
|
+
onWheel?: import("react").WheelEventHandler<import("help-text/src").HelpText> | undefined;
|
|
253
|
+
onWheelCapture?: import("react").WheelEventHandler<import("help-text/src").HelpText> | undefined;
|
|
254
|
+
onAnimationStart?: import("react").AnimationEventHandler<import("help-text/src").HelpText> | undefined;
|
|
255
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<import("help-text/src").HelpText> | undefined;
|
|
256
|
+
onAnimationEnd?: import("react").AnimationEventHandler<import("help-text/src").HelpText> | undefined;
|
|
257
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<import("help-text/src").HelpText> | undefined;
|
|
258
|
+
onAnimationIteration?: import("react").AnimationEventHandler<import("help-text/src").HelpText> | undefined;
|
|
259
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<import("help-text/src").HelpText> | undefined;
|
|
260
|
+
onTransitionEnd?: import("react").TransitionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
261
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<import("help-text/src").HelpText> | undefined;
|
|
262
|
+
} & {
|
|
263
|
+
readonly attributes: NamedNodeMap;
|
|
264
|
+
readonly localName: string;
|
|
265
|
+
size: import("@spectrum-web-components/base").ElementSize;
|
|
266
|
+
blur: () => void;
|
|
267
|
+
click: () => void;
|
|
268
|
+
focus: (options?: FocusOptions | undefined) => void;
|
|
269
|
+
scroll: {
|
|
270
|
+
(options?: ScrollToOptions | undefined): void;
|
|
271
|
+
(x: number, y: number): void;
|
|
272
|
+
};
|
|
273
|
+
icon: boolean;
|
|
274
|
+
variant: "neutral" | "negative";
|
|
275
|
+
readonly accessKeyLabel: string;
|
|
276
|
+
autocapitalize: string;
|
|
277
|
+
inert: boolean;
|
|
278
|
+
innerText: string;
|
|
279
|
+
readonly offsetHeight: number;
|
|
280
|
+
readonly offsetLeft: number;
|
|
281
|
+
readonly offsetParent: Element | null;
|
|
282
|
+
readonly offsetTop: number;
|
|
283
|
+
readonly offsetWidth: number;
|
|
284
|
+
outerText: string;
|
|
285
|
+
spellcheck: boolean;
|
|
286
|
+
attachInternals: () => ElementInternals;
|
|
287
|
+
addEventListener: {
|
|
288
|
+
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
289
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
290
|
+
};
|
|
291
|
+
removeEventListener: {
|
|
292
|
+
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
293
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
294
|
+
};
|
|
295
|
+
readonly classList: DOMTokenList;
|
|
296
|
+
readonly clientHeight: number;
|
|
297
|
+
readonly clientLeft: number;
|
|
298
|
+
readonly clientTop: number;
|
|
299
|
+
readonly clientWidth: number;
|
|
300
|
+
readonly namespaceURI: string | null;
|
|
301
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
302
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
303
|
+
outerHTML: string;
|
|
304
|
+
readonly ownerDocument: Document;
|
|
305
|
+
readonly part: DOMTokenList;
|
|
306
|
+
readonly scrollHeight: number;
|
|
307
|
+
scrollLeft: number;
|
|
308
|
+
scrollTop: number;
|
|
309
|
+
readonly scrollWidth: number;
|
|
310
|
+
shadowRoot: ShadowRoot;
|
|
311
|
+
readonly tagName: string;
|
|
312
|
+
attachShadow: (init: ShadowRootInit) => ShadowRoot;
|
|
313
|
+
closest: {
|
|
314
|
+
<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
315
|
+
<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
316
|
+
<E extends Element = Element>(selectors: string): E | null;
|
|
317
|
+
};
|
|
318
|
+
getAttribute: (qualifiedName: string) => string | null;
|
|
319
|
+
getAttributeNS: (namespace: string | null, localName: string) => string | null;
|
|
320
|
+
getAttributeNames: () => string[];
|
|
321
|
+
getAttributeNode: (qualifiedName: string) => Attr | null;
|
|
322
|
+
getAttributeNodeNS: (namespace: string | null, localName: string) => Attr | null;
|
|
323
|
+
getBoundingClientRect: () => DOMRect;
|
|
324
|
+
getClientRects: () => DOMRectList;
|
|
325
|
+
getElementsByClassName: (classNames: string) => HTMLCollectionOf<Element>;
|
|
326
|
+
getElementsByTagName: {
|
|
327
|
+
<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
328
|
+
<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
329
|
+
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
330
|
+
};
|
|
331
|
+
getElementsByTagNameNS: {
|
|
332
|
+
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
333
|
+
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
334
|
+
(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
335
|
+
};
|
|
336
|
+
hasAttribute: (qualifiedName: string) => boolean;
|
|
337
|
+
hasAttributeNS: (namespace: string | null, localName: string) => boolean;
|
|
338
|
+
hasAttributes: () => boolean;
|
|
339
|
+
hasPointerCapture: (pointerId: number) => boolean;
|
|
340
|
+
insertAdjacentElement: (where: InsertPosition, element: Element) => Element | null;
|
|
341
|
+
insertAdjacentHTML: (position: InsertPosition, text: string) => void;
|
|
342
|
+
insertAdjacentText: (where: InsertPosition, data: string) => void;
|
|
343
|
+
matches: (selectors: string) => boolean;
|
|
344
|
+
releasePointerCapture: (pointerId: number) => void;
|
|
345
|
+
removeAttribute: (qualifiedName: string) => void;
|
|
346
|
+
removeAttributeNS: (namespace: string | null, localName: string) => void;
|
|
347
|
+
removeAttributeNode: (attr: Attr) => Attr;
|
|
348
|
+
requestFullscreen: (options?: FullscreenOptions | undefined) => Promise<void>;
|
|
349
|
+
requestPointerLock: () => void;
|
|
350
|
+
scrollBy: {
|
|
351
|
+
(options?: ScrollToOptions | undefined): void;
|
|
352
|
+
(x: number, y: number): void;
|
|
353
|
+
};
|
|
354
|
+
scrollIntoView: (arg?: boolean | ScrollIntoViewOptions | undefined) => void;
|
|
355
|
+
scrollTo: {
|
|
356
|
+
(options?: ScrollToOptions | undefined): void;
|
|
357
|
+
(x: number, y: number): void;
|
|
358
|
+
};
|
|
359
|
+
setAttribute: (qualifiedName: string, value: string) => void;
|
|
360
|
+
setAttributeNS: (namespace: string | null, qualifiedName: string, value: string) => void;
|
|
361
|
+
setAttributeNode: (attr: Attr) => Attr | null;
|
|
362
|
+
setAttributeNodeNS: (attr: Attr) => Attr | null;
|
|
363
|
+
setPointerCapture: (pointerId: number) => void;
|
|
364
|
+
toggleAttribute: (qualifiedName: string, force?: boolean | undefined) => boolean;
|
|
365
|
+
webkitMatchesSelector: (selectors: string) => boolean;
|
|
366
|
+
readonly baseURI: string;
|
|
367
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
368
|
+
readonly firstChild: ChildNode | null;
|
|
369
|
+
readonly isConnected: boolean;
|
|
370
|
+
readonly lastChild: ChildNode | null;
|
|
371
|
+
readonly nextSibling: ChildNode | null;
|
|
372
|
+
readonly nodeName: string;
|
|
373
|
+
readonly nodeType: number;
|
|
374
|
+
nodeValue: string | null;
|
|
375
|
+
readonly parentElement: HTMLElement | null;
|
|
376
|
+
readonly parentNode: ParentNode | null;
|
|
377
|
+
readonly previousSibling: ChildNode | null;
|
|
378
|
+
textContent: string | null;
|
|
379
|
+
appendChild: <T extends Node>(node: T) => T;
|
|
380
|
+
cloneNode: (deep?: boolean | undefined) => Node;
|
|
381
|
+
compareDocumentPosition: (other: Node) => number;
|
|
382
|
+
contains: (other: Node | null) => boolean;
|
|
383
|
+
getRootNode: (options?: GetRootNodeOptions | undefined) => Node;
|
|
384
|
+
hasChildNodes: () => boolean;
|
|
385
|
+
insertBefore: <T_1 extends Node>(node: T_1, child: Node | null) => T_1;
|
|
386
|
+
isDefaultNamespace: (namespace: string | null) => boolean;
|
|
387
|
+
isEqualNode: (otherNode: Node | null) => boolean;
|
|
388
|
+
isSameNode: (otherNode: Node | null) => boolean;
|
|
389
|
+
lookupNamespaceURI: (prefix: string | null) => string | null;
|
|
390
|
+
lookupPrefix: (namespace: string | null) => string | null;
|
|
391
|
+
normalize: () => void;
|
|
392
|
+
removeChild: <T_2 extends Node>(child: T_2) => T_2;
|
|
393
|
+
replaceChild: <T_3 extends Node>(node: Node, child: T_3) => T_3;
|
|
394
|
+
readonly ATTRIBUTE_NODE: number;
|
|
395
|
+
readonly CDATA_SECTION_NODE: number;
|
|
396
|
+
readonly COMMENT_NODE: number;
|
|
397
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
398
|
+
readonly DOCUMENT_NODE: number;
|
|
399
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
400
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
401
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
402
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
403
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
404
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
405
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
406
|
+
readonly ELEMENT_NODE: number;
|
|
407
|
+
readonly ENTITY_NODE: number;
|
|
408
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
409
|
+
readonly NOTATION_NODE: number;
|
|
410
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
411
|
+
readonly TEXT_NODE: number;
|
|
412
|
+
dispatchEvent: (event: Event) => boolean;
|
|
413
|
+
ariaAtomic: string | null;
|
|
414
|
+
ariaAutoComplete: string | null;
|
|
415
|
+
ariaBusy: string | null;
|
|
416
|
+
ariaChecked: string | null;
|
|
417
|
+
ariaColCount: string | null;
|
|
418
|
+
ariaColIndex: string | null;
|
|
419
|
+
ariaColSpan: string | null;
|
|
420
|
+
ariaCurrent: string | null;
|
|
421
|
+
ariaDisabled: string | null;
|
|
422
|
+
ariaExpanded: string | null;
|
|
423
|
+
ariaHasPopup: string | null;
|
|
424
|
+
ariaHidden: string | null;
|
|
425
|
+
ariaKeyShortcuts: string | null;
|
|
426
|
+
ariaLabel: string | null;
|
|
427
|
+
ariaLevel: string | null;
|
|
428
|
+
ariaLive: string | null;
|
|
429
|
+
ariaModal: string | null;
|
|
430
|
+
ariaMultiLine: string | null;
|
|
431
|
+
ariaMultiSelectable: string | null;
|
|
432
|
+
ariaOrientation: string | null;
|
|
433
|
+
ariaPlaceholder: string | null;
|
|
434
|
+
ariaPosInSet: string | null;
|
|
435
|
+
ariaPressed: string | null;
|
|
436
|
+
ariaReadOnly: string | null;
|
|
437
|
+
ariaRequired: string | null;
|
|
438
|
+
ariaRoleDescription: string | null;
|
|
439
|
+
ariaRowCount: string | null;
|
|
440
|
+
ariaRowIndex: string | null;
|
|
441
|
+
ariaRowSpan: string | null;
|
|
442
|
+
ariaSelected: string | null;
|
|
443
|
+
ariaSetSize: string | null;
|
|
444
|
+
ariaSort: string | null;
|
|
445
|
+
ariaValueMax: string | null;
|
|
446
|
+
ariaValueMin: string | null;
|
|
447
|
+
ariaValueNow: string | null;
|
|
448
|
+
ariaValueText: string | null;
|
|
449
|
+
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
450
|
+
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
451
|
+
after: (...nodes: (string | Node)[]) => void;
|
|
452
|
+
before: (...nodes: (string | Node)[]) => void;
|
|
453
|
+
remove: () => void;
|
|
454
|
+
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
455
|
+
innerHTML: string;
|
|
456
|
+
readonly nextElementSibling: Element | null;
|
|
457
|
+
readonly previousElementSibling: Element | null;
|
|
458
|
+
readonly childElementCount: number;
|
|
459
|
+
readonly firstElementChild: Element | null;
|
|
460
|
+
readonly lastElementChild: Element | null;
|
|
461
|
+
append: (...nodes: (string | Node)[]) => void;
|
|
462
|
+
prepend: (...nodes: (string | Node)[]) => void;
|
|
463
|
+
querySelector: {
|
|
464
|
+
<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
465
|
+
<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
466
|
+
<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
467
|
+
};
|
|
468
|
+
querySelectorAll: {
|
|
469
|
+
<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
470
|
+
<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
471
|
+
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
472
|
+
};
|
|
473
|
+
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
474
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
475
|
+
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
476
|
+
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
477
|
+
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
478
|
+
enterKeyHint: string;
|
|
479
|
+
readonly isContentEditable: boolean;
|
|
480
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
481
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
482
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
483
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
484
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
485
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
486
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
487
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
488
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
489
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
490
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
491
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
492
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
493
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
494
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
495
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
496
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
497
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
498
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
499
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
500
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
501
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
502
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
503
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
504
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
505
|
+
onerror: OnErrorEventHandler;
|
|
506
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
507
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
508
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
509
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
510
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
511
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
512
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
513
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
514
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
515
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
516
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
517
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
518
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
519
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
520
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
521
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
522
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
523
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
524
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
525
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
526
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
527
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
528
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
529
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
530
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
531
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
532
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
533
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
534
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
535
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
536
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
537
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
538
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
539
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
540
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
541
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
542
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
543
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
544
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
545
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
546
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
547
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
548
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
549
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
550
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
551
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
552
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
553
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
554
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
555
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
556
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
557
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
558
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
559
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
560
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
561
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
562
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
563
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
564
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
565
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
566
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
567
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
568
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
569
|
+
autofocus: boolean;
|
|
570
|
+
readonly dataset: DOMStringMap;
|
|
571
|
+
readonly renderOptions: import("lit-html").RenderOptions;
|
|
572
|
+
connectedCallback: () => void;
|
|
573
|
+
disconnectedCallback: () => void;
|
|
574
|
+
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
575
|
+
isUpdatePending: boolean;
|
|
576
|
+
hasUpdated: boolean;
|
|
577
|
+
addController: (controller: import("lit").ReactiveController) => void;
|
|
578
|
+
removeController: (controller: import("lit").ReactiveController) => void;
|
|
579
|
+
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
580
|
+
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
581
|
+
readonly updateComplete: Promise<boolean>;
|
|
582
|
+
isLTR: boolean;
|
|
583
|
+
hasVisibleFocusInTree: () => boolean;
|
|
584
|
+
} & {}> & import("react").RefAttributes<import("help-text/src").HelpText>>;
|
package/next.dev.js
ADDED
package/next.dev.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["next.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2023 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { ComponentProps } from 'react';\nimport dynamic from 'next/dynamic';\n\nimport { HelpText as SpHelpText } from '.';\n\nexport const HelpText = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpHelpText,\n ComponentProps<typeof SpHelpText>\n >\n>(() => import('.').then(({ HelpText }) => HelpText), { ssr: false });\n"],
|
|
5
|
+
"mappings": ";AAaA,OAAO,aAAa;AAIb,aAAM,WAAW,QAKtB,MAAM,OAAO,GAAG,EAAE,KAAK,CAAC,EAAE,UAAAA,UAAS,MAAMA,SAAQ,GAAG,EAAE,KAAK,MAAM,CAAC;",
|
|
6
|
+
"names": ["HelpText"]
|
|
7
|
+
}
|
package/next.js
ADDED
package/next.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["next.ts"],
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2023 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { ComponentProps } from 'react';\nimport dynamic from 'next/dynamic';\n\nimport { HelpText as SpHelpText } from '.';\n\nexport const HelpText = dynamic<\n JSX.LibraryManagedAttributes<\n typeof SpHelpText,\n ComponentProps<typeof SpHelpText>\n >\n>(() => import('.').then(({ HelpText }) => HelpText), { ssr: false });\n"],
|
|
5
|
+
"mappings": "aAaA,OAAOA,MAAa,eAIb,aAAM,SAAWA,EAKtB,IAAM,OAAO,GAAG,EAAE,KAAK,CAAC,CAAE,SAAAC,CAAS,IAAMA,CAAQ,EAAG,CAAE,IAAK,EAAM,CAAC",
|
|
6
|
+
"names": ["dynamic", "HelpText"]
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/help-text",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1-react.3+886f51591",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"description": "React wrapper of the @spectrum-web-components/help-text component",
|
|
7
|
+
"description": "React and Next.js wrapper of the @spectrum-web-components/help-text component",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"author": "",
|
|
10
|
-
"
|
|
10
|
+
"type": "module",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"development": "./index.dev.js",
|
|
14
|
+
"default": "./index.js"
|
|
15
|
+
},
|
|
16
|
+
"./next.js": {
|
|
17
|
+
"development": "./next.dev.js",
|
|
18
|
+
"default": "./next.js"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
11
21
|
"files": [
|
|
12
22
|
"**/*.d.ts",
|
|
13
23
|
"**/*.js",
|
|
@@ -20,7 +30,15 @@
|
|
|
20
30
|
],
|
|
21
31
|
"dependencies": {
|
|
22
32
|
"@lit-labs/react": "^1.1.1",
|
|
23
|
-
"@spectrum-web-components/help-text": "0.31.
|
|
33
|
+
"@spectrum-web-components/help-text": "^0.31.1-react.3+886f51591"
|
|
34
|
+
},
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"next": "^13.4.1 || latest"
|
|
37
|
+
},
|
|
38
|
+
"peerDependenciesMeta": {
|
|
39
|
+
"next": {
|
|
40
|
+
"optional": true
|
|
41
|
+
}
|
|
24
42
|
},
|
|
25
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
|
|
26
44
|
}
|