@swc-react/accordion 0.40.1 → 0.40.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/index.dev.js +1 -1
- package/index.dev.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +2 -2
- package/next.d.ts +4 -1191
- package/package.json +5 -5
package/next.d.ts
CHANGED
|
@@ -1,1191 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
slot?: string | undefined;
|
|
6
|
-
style?: import("react").CSSProperties | undefined;
|
|
7
|
-
title?: string | undefined;
|
|
8
|
-
tabIndex?: number | undefined;
|
|
9
|
-
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
10
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
11
|
-
accessKey?: string | undefined;
|
|
12
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
13
|
-
hidden?: boolean | undefined;
|
|
14
|
-
lang?: string | undefined;
|
|
15
|
-
translate?: "yes" | "no" | undefined;
|
|
16
|
-
className?: string | undefined;
|
|
17
|
-
id?: string | undefined;
|
|
18
|
-
prefix?: string | undefined;
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
21
|
-
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
22
|
-
nonce?: string | undefined;
|
|
23
|
-
defaultChecked?: boolean | undefined;
|
|
24
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
25
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
26
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
27
|
-
autoFocus?: boolean | undefined;
|
|
28
|
-
contextMenu?: string | undefined;
|
|
29
|
-
placeholder?: string | undefined;
|
|
30
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
31
|
-
radioGroup?: string | undefined;
|
|
32
|
-
role?: import("react").AriaRole | undefined;
|
|
33
|
-
about?: string | undefined;
|
|
34
|
-
content?: string | undefined;
|
|
35
|
-
datatype?: string | undefined;
|
|
36
|
-
inlist?: any;
|
|
37
|
-
property?: string | undefined;
|
|
38
|
-
rel?: string | undefined;
|
|
39
|
-
resource?: string | undefined;
|
|
40
|
-
rev?: string | undefined;
|
|
41
|
-
typeof?: string | undefined;
|
|
42
|
-
vocab?: string | undefined;
|
|
43
|
-
autoCapitalize?: string | undefined;
|
|
44
|
-
autoCorrect?: string | undefined;
|
|
45
|
-
autoSave?: string | undefined;
|
|
46
|
-
color?: string | undefined;
|
|
47
|
-
itemProp?: string | undefined;
|
|
48
|
-
itemScope?: boolean | undefined;
|
|
49
|
-
itemType?: string | undefined;
|
|
50
|
-
itemID?: string | undefined;
|
|
51
|
-
itemRef?: string | undefined;
|
|
52
|
-
results?: number | undefined;
|
|
53
|
-
security?: string | undefined;
|
|
54
|
-
unselectable?: "on" | "off" | undefined;
|
|
55
|
-
is?: string | undefined;
|
|
56
|
-
'aria-activedescendant'?: string | undefined;
|
|
57
|
-
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
58
|
-
'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
|
|
59
|
-
'aria-braillelabel'?: string | undefined;
|
|
60
|
-
'aria-brailleroledescription'?: string | undefined;
|
|
61
|
-
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
|
-
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
|
-
'aria-colcount'?: number | undefined;
|
|
64
|
-
'aria-colindex'?: number | undefined;
|
|
65
|
-
'aria-colindextext'?: string | undefined;
|
|
66
|
-
'aria-colspan'?: number | undefined;
|
|
67
|
-
'aria-controls'?: string | undefined;
|
|
68
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
69
|
-
'aria-describedby'?: string | undefined;
|
|
70
|
-
'aria-description'?: string | undefined;
|
|
71
|
-
'aria-details'?: string | undefined;
|
|
72
|
-
'aria-dropeffect'?: "copy" | "link" | "none" | "execute" | "move" | "popup" | undefined;
|
|
73
|
-
'aria-errormessage'?: string | undefined;
|
|
74
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
75
|
-
'aria-flowto'?: string | undefined;
|
|
76
|
-
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
77
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
78
|
-
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
79
|
-
'aria-keyshortcuts'?: string | undefined;
|
|
80
|
-
'aria-label'?: string | undefined;
|
|
81
|
-
'aria-labelledby'?: string | undefined;
|
|
82
|
-
'aria-level'?: number | undefined;
|
|
83
|
-
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
84
|
-
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
85
|
-
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
86
|
-
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
88
|
-
'aria-owns'?: string | undefined;
|
|
89
|
-
'aria-placeholder'?: string | undefined;
|
|
90
|
-
'aria-posinset'?: number | undefined;
|
|
91
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
92
|
-
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
93
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
94
|
-
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
95
|
-
'aria-roledescription'?: string | undefined;
|
|
96
|
-
'aria-rowcount'?: number | undefined;
|
|
97
|
-
'aria-rowindex'?: number | undefined;
|
|
98
|
-
'aria-rowindextext'?: string | undefined;
|
|
99
|
-
'aria-rowspan'?: number | undefined;
|
|
100
|
-
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
101
|
-
'aria-setsize'?: number | undefined;
|
|
102
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
103
|
-
'aria-valuemax'?: number | undefined;
|
|
104
|
-
'aria-valuemin'?: number | undefined;
|
|
105
|
-
'aria-valuenow'?: number | undefined;
|
|
106
|
-
'aria-valuetext'?: string | undefined;
|
|
107
|
-
dangerouslySetInnerHTML?: {
|
|
108
|
-
__html: string | TrustedHTML;
|
|
109
|
-
} | undefined;
|
|
110
|
-
onCopy?: import("react").ClipboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
111
|
-
onCopyCapture?: import("react").ClipboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
112
|
-
onCut?: import("react").ClipboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
113
|
-
onCutCapture?: import("react").ClipboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
114
|
-
onPaste?: import("react").ClipboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
115
|
-
onPasteCapture?: import("react").ClipboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
116
|
-
onCompositionEnd?: import("react").CompositionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
117
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
118
|
-
onCompositionStart?: import("react").CompositionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
119
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
120
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
121
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
122
|
-
onFocus?: import("react").FocusEventHandler<import("accordion/src").Accordion> | undefined;
|
|
123
|
-
onFocusCapture?: import("react").FocusEventHandler<import("accordion/src").Accordion> | undefined;
|
|
124
|
-
onBlur?: import("react").FocusEventHandler<import("accordion/src").Accordion> | undefined;
|
|
125
|
-
onBlurCapture?: import("react").FocusEventHandler<import("accordion/src").Accordion> | undefined;
|
|
126
|
-
onChange?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
127
|
-
onChangeCapture?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
128
|
-
onBeforeInput?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
129
|
-
onBeforeInputCapture?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
130
|
-
onInput?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
131
|
-
onInputCapture?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
132
|
-
onReset?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
133
|
-
onResetCapture?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
134
|
-
onSubmit?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
135
|
-
onSubmitCapture?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
136
|
-
onInvalid?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
137
|
-
onInvalidCapture?: import("react").FormEventHandler<import("accordion/src").Accordion> | undefined;
|
|
138
|
-
onLoad?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
139
|
-
onLoadCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
140
|
-
onError?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
141
|
-
onErrorCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
142
|
-
onKeyDown?: import("react").KeyboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
143
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
144
|
-
onKeyPress?: import("react").KeyboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
145
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
146
|
-
onKeyUp?: import("react").KeyboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
147
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<import("accordion/src").Accordion> | undefined;
|
|
148
|
-
onAbort?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
149
|
-
onAbortCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
150
|
-
onCanPlay?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
151
|
-
onCanPlayCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
152
|
-
onCanPlayThrough?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
153
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
154
|
-
onDurationChange?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
155
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
156
|
-
onEmptied?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
157
|
-
onEmptiedCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
158
|
-
onEncrypted?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
159
|
-
onEncryptedCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
160
|
-
onEnded?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
161
|
-
onEndedCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
162
|
-
onLoadedData?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
163
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
164
|
-
onLoadedMetadata?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
165
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
166
|
-
onLoadStart?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
167
|
-
onLoadStartCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
168
|
-
onPause?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
169
|
-
onPauseCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
170
|
-
onPlay?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
171
|
-
onPlayCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
172
|
-
onPlaying?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
173
|
-
onPlayingCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
174
|
-
onProgress?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
175
|
-
onProgressCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
176
|
-
onRateChange?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
177
|
-
onRateChangeCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
178
|
-
onResize?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
179
|
-
onResizeCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
180
|
-
onSeeked?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
181
|
-
onSeekedCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
182
|
-
onSeeking?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
183
|
-
onSeekingCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
184
|
-
onStalled?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
185
|
-
onStalledCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
186
|
-
onSuspend?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
187
|
-
onSuspendCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
188
|
-
onTimeUpdate?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
189
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
190
|
-
onVolumeChange?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
191
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
192
|
-
onWaiting?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
193
|
-
onWaitingCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
194
|
-
onAuxClick?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
195
|
-
onAuxClickCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
196
|
-
onClick?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
197
|
-
onClickCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
198
|
-
onContextMenu?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
199
|
-
onContextMenuCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
200
|
-
onDoubleClick?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
201
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
202
|
-
onDrag?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
203
|
-
onDragCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
204
|
-
onDragEnd?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
205
|
-
onDragEndCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
206
|
-
onDragEnter?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
207
|
-
onDragEnterCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
208
|
-
onDragExit?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
209
|
-
onDragExitCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
210
|
-
onDragLeave?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
211
|
-
onDragLeaveCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
212
|
-
onDragOver?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
213
|
-
onDragOverCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
214
|
-
onDragStart?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
215
|
-
onDragStartCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
216
|
-
onDrop?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
217
|
-
onDropCapture?: import("react").DragEventHandler<import("accordion/src").Accordion> | undefined;
|
|
218
|
-
onMouseDown?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
219
|
-
onMouseDownCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
220
|
-
onMouseEnter?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
221
|
-
onMouseLeave?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
222
|
-
onMouseMove?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
223
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
224
|
-
onMouseOut?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
225
|
-
onMouseOutCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
226
|
-
onMouseOver?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
227
|
-
onMouseOverCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
228
|
-
onMouseUp?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
229
|
-
onMouseUpCapture?: import("react").MouseEventHandler<import("accordion/src").Accordion> | undefined;
|
|
230
|
-
onSelect?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
231
|
-
onSelectCapture?: import("react").ReactEventHandler<import("accordion/src").Accordion> | undefined;
|
|
232
|
-
onTouchCancel?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
233
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
234
|
-
onTouchEnd?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
235
|
-
onTouchEndCapture?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
236
|
-
onTouchMove?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
237
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
238
|
-
onTouchStart?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
239
|
-
onTouchStartCapture?: import("react").TouchEventHandler<import("accordion/src").Accordion> | undefined;
|
|
240
|
-
onPointerDown?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
241
|
-
onPointerDownCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
242
|
-
onPointerMove?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
243
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
244
|
-
onPointerUp?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
245
|
-
onPointerUpCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
246
|
-
onPointerCancel?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
247
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
248
|
-
onPointerEnter?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
249
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
250
|
-
onPointerLeave?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
251
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
252
|
-
onPointerOver?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
253
|
-
onPointerOverCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
254
|
-
onPointerOut?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
255
|
-
onPointerOutCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
256
|
-
onGotPointerCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
257
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
258
|
-
onLostPointerCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
259
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<import("accordion/src").Accordion> | undefined;
|
|
260
|
-
onScroll?: import("react").UIEventHandler<import("accordion/src").Accordion> | undefined;
|
|
261
|
-
onScrollCapture?: import("react").UIEventHandler<import("accordion/src").Accordion> | undefined;
|
|
262
|
-
onWheel?: import("react").WheelEventHandler<import("accordion/src").Accordion> | undefined;
|
|
263
|
-
onWheelCapture?: import("react").WheelEventHandler<import("accordion/src").Accordion> | undefined;
|
|
264
|
-
onAnimationStart?: import("react").AnimationEventHandler<import("accordion/src").Accordion> | undefined;
|
|
265
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<import("accordion/src").Accordion> | undefined;
|
|
266
|
-
onAnimationEnd?: import("react").AnimationEventHandler<import("accordion/src").Accordion> | undefined;
|
|
267
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<import("accordion/src").Accordion> | undefined;
|
|
268
|
-
onAnimationIteration?: import("react").AnimationEventHandler<import("accordion/src").Accordion> | undefined;
|
|
269
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<import("accordion/src").Accordion> | undefined;
|
|
270
|
-
onTransitionEnd?: import("react").TransitionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
271
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<import("accordion/src").Accordion> | undefined;
|
|
272
|
-
} & {
|
|
273
|
-
readonly attributes: NamedNodeMap;
|
|
274
|
-
readonly localName: string;
|
|
275
|
-
size: import("@spectrum-web-components/base").ElementSize;
|
|
276
|
-
focus: () => void;
|
|
277
|
-
blur: () => void;
|
|
278
|
-
click: () => void;
|
|
279
|
-
scroll: {
|
|
280
|
-
(options?: ScrollToOptions | undefined): void;
|
|
281
|
-
(x: number, y: number): void;
|
|
282
|
-
};
|
|
283
|
-
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
284
|
-
autofocus: boolean;
|
|
285
|
-
normalize: () => void;
|
|
286
|
-
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
287
|
-
isUpdatePending: boolean;
|
|
288
|
-
hasUpdated: boolean;
|
|
289
|
-
addController: (controller: import("lit").ReactiveController) => void;
|
|
290
|
-
removeController: (controller: import("lit").ReactiveController) => void;
|
|
291
|
-
connectedCallback: () => void;
|
|
292
|
-
disconnectedCallback: () => void;
|
|
293
|
-
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
294
|
-
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
295
|
-
readonly updateComplete: Promise<boolean>;
|
|
296
|
-
readonly accessKeyLabel: string;
|
|
297
|
-
autocapitalize: string;
|
|
298
|
-
inert: boolean;
|
|
299
|
-
innerText: string;
|
|
300
|
-
readonly offsetHeight: number;
|
|
301
|
-
readonly offsetLeft: number;
|
|
302
|
-
readonly offsetParent: Element | null;
|
|
303
|
-
readonly offsetTop: number;
|
|
304
|
-
readonly offsetWidth: number;
|
|
305
|
-
outerText: string;
|
|
306
|
-
spellcheck: boolean;
|
|
307
|
-
attachInternals: () => ElementInternals;
|
|
308
|
-
addEventListener: {
|
|
309
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
310
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
311
|
-
};
|
|
312
|
-
removeEventListener: {
|
|
313
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
314
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
315
|
-
};
|
|
316
|
-
readonly classList: DOMTokenList;
|
|
317
|
-
readonly clientHeight: number;
|
|
318
|
-
readonly clientLeft: number;
|
|
319
|
-
readonly clientTop: number;
|
|
320
|
-
readonly clientWidth: number;
|
|
321
|
-
readonly namespaceURI: string | null;
|
|
322
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
323
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
324
|
-
outerHTML: string;
|
|
325
|
-
readonly ownerDocument: Document;
|
|
326
|
-
readonly part: DOMTokenList;
|
|
327
|
-
readonly scrollHeight: number;
|
|
328
|
-
scrollLeft: number;
|
|
329
|
-
scrollTop: number;
|
|
330
|
-
readonly scrollWidth: number;
|
|
331
|
-
shadowRoot: ShadowRoot;
|
|
332
|
-
readonly tagName: string;
|
|
333
|
-
attachShadow: (init: ShadowRootInit) => ShadowRoot;
|
|
334
|
-
closest: {
|
|
335
|
-
<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
336
|
-
<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
337
|
-
<E extends Element = Element>(selectors: string): E | null;
|
|
338
|
-
};
|
|
339
|
-
getAttribute: (qualifiedName: string) => string | null;
|
|
340
|
-
getAttributeNS: (namespace: string | null, localName: string) => string | null;
|
|
341
|
-
getAttributeNames: () => string[];
|
|
342
|
-
getAttributeNode: (qualifiedName: string) => Attr | null;
|
|
343
|
-
getAttributeNodeNS: (namespace: string | null, localName: string) => Attr | null;
|
|
344
|
-
getBoundingClientRect: () => DOMRect;
|
|
345
|
-
getClientRects: () => DOMRectList;
|
|
346
|
-
getElementsByClassName: (classNames: string) => HTMLCollectionOf<Element>;
|
|
347
|
-
getElementsByTagName: {
|
|
348
|
-
<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
349
|
-
<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
350
|
-
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
351
|
-
};
|
|
352
|
-
getElementsByTagNameNS: {
|
|
353
|
-
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
354
|
-
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
355
|
-
(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
356
|
-
};
|
|
357
|
-
hasAttribute: (qualifiedName: string) => boolean;
|
|
358
|
-
hasAttributeNS: (namespace: string | null, localName: string) => boolean;
|
|
359
|
-
hasAttributes: () => boolean;
|
|
360
|
-
hasPointerCapture: (pointerId: number) => boolean;
|
|
361
|
-
insertAdjacentElement: (where: InsertPosition, element: Element) => Element | null;
|
|
362
|
-
insertAdjacentHTML: (position: InsertPosition, text: string) => void;
|
|
363
|
-
insertAdjacentText: (where: InsertPosition, data: string) => void;
|
|
364
|
-
matches: (selectors: string) => boolean;
|
|
365
|
-
releasePointerCapture: (pointerId: number) => void;
|
|
366
|
-
removeAttribute: (qualifiedName: string) => void;
|
|
367
|
-
removeAttributeNS: (namespace: string | null, localName: string) => void;
|
|
368
|
-
removeAttributeNode: (attr: Attr) => Attr;
|
|
369
|
-
requestFullscreen: (options?: FullscreenOptions | undefined) => Promise<void>;
|
|
370
|
-
requestPointerLock: () => void;
|
|
371
|
-
scrollBy: {
|
|
372
|
-
(options?: ScrollToOptions | undefined): void;
|
|
373
|
-
(x: number, y: number): void;
|
|
374
|
-
};
|
|
375
|
-
scrollIntoView: (arg?: boolean | ScrollIntoViewOptions | undefined) => void;
|
|
376
|
-
scrollTo: {
|
|
377
|
-
(options?: ScrollToOptions | undefined): void;
|
|
378
|
-
(x: number, y: number): void;
|
|
379
|
-
};
|
|
380
|
-
setAttribute: (qualifiedName: string, value: string) => void;
|
|
381
|
-
setAttributeNS: (namespace: string | null, qualifiedName: string, value: string) => void;
|
|
382
|
-
setAttributeNode: (attr: Attr) => Attr | null;
|
|
383
|
-
setAttributeNodeNS: (attr: Attr) => Attr | null;
|
|
384
|
-
setPointerCapture: (pointerId: number) => void;
|
|
385
|
-
toggleAttribute: (qualifiedName: string, force?: boolean | undefined) => boolean;
|
|
386
|
-
webkitMatchesSelector: (selectors: string) => boolean;
|
|
387
|
-
readonly baseURI: string;
|
|
388
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
389
|
-
readonly firstChild: ChildNode | null;
|
|
390
|
-
readonly isConnected: boolean;
|
|
391
|
-
readonly lastChild: ChildNode | null;
|
|
392
|
-
readonly nextSibling: ChildNode | null;
|
|
393
|
-
readonly nodeName: string;
|
|
394
|
-
readonly nodeType: number;
|
|
395
|
-
nodeValue: string | null;
|
|
396
|
-
readonly parentElement: HTMLElement | null;
|
|
397
|
-
readonly parentNode: ParentNode | null;
|
|
398
|
-
readonly previousSibling: ChildNode | null;
|
|
399
|
-
textContent: string | null;
|
|
400
|
-
appendChild: <T extends Node>(node: T) => T;
|
|
401
|
-
cloneNode: (deep?: boolean | undefined) => Node;
|
|
402
|
-
compareDocumentPosition: (other: Node) => number;
|
|
403
|
-
contains: (other: Node | null) => boolean;
|
|
404
|
-
getRootNode: (options?: GetRootNodeOptions | undefined) => Node;
|
|
405
|
-
hasChildNodes: () => boolean;
|
|
406
|
-
insertBefore: <T_1 extends Node>(node: T_1, child: Node | null) => T_1;
|
|
407
|
-
isDefaultNamespace: (namespace: string | null) => boolean;
|
|
408
|
-
isEqualNode: (otherNode: Node | null) => boolean;
|
|
409
|
-
isSameNode: (otherNode: Node | null) => boolean;
|
|
410
|
-
lookupNamespaceURI: (prefix: string | null) => string | null;
|
|
411
|
-
lookupPrefix: (namespace: string | null) => string | null;
|
|
412
|
-
removeChild: <T_2 extends Node>(child: T_2) => T_2;
|
|
413
|
-
replaceChild: <T_3 extends Node>(node: Node, child: T_3) => T_3;
|
|
414
|
-
readonly ATTRIBUTE_NODE: number;
|
|
415
|
-
readonly CDATA_SECTION_NODE: number;
|
|
416
|
-
readonly COMMENT_NODE: number;
|
|
417
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
418
|
-
readonly DOCUMENT_NODE: number;
|
|
419
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
420
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
421
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
422
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
423
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
424
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
425
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
426
|
-
readonly ELEMENT_NODE: number;
|
|
427
|
-
readonly ENTITY_NODE: number;
|
|
428
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
429
|
-
readonly NOTATION_NODE: number;
|
|
430
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
431
|
-
readonly TEXT_NODE: number;
|
|
432
|
-
dispatchEvent: (event: Event) => boolean;
|
|
433
|
-
ariaAtomic: string | null;
|
|
434
|
-
ariaAutoComplete: string | null;
|
|
435
|
-
ariaBusy: string | null;
|
|
436
|
-
ariaChecked: string | null;
|
|
437
|
-
ariaColCount: string | null;
|
|
438
|
-
ariaColIndex: string | null;
|
|
439
|
-
ariaColSpan: string | null;
|
|
440
|
-
ariaCurrent: string | null;
|
|
441
|
-
ariaDisabled: string | null;
|
|
442
|
-
ariaExpanded: string | null;
|
|
443
|
-
ariaHasPopup: string | null;
|
|
444
|
-
ariaHidden: string | null;
|
|
445
|
-
ariaKeyShortcuts: string | null;
|
|
446
|
-
ariaLabel: string | null;
|
|
447
|
-
ariaLevel: string | null;
|
|
448
|
-
ariaLive: string | null;
|
|
449
|
-
ariaModal: string | null;
|
|
450
|
-
ariaMultiLine: string | null;
|
|
451
|
-
ariaMultiSelectable: string | null;
|
|
452
|
-
ariaOrientation: string | null;
|
|
453
|
-
ariaPlaceholder: string | null;
|
|
454
|
-
ariaPosInSet: string | null;
|
|
455
|
-
ariaPressed: string | null;
|
|
456
|
-
ariaReadOnly: string | null;
|
|
457
|
-
ariaRequired: string | null;
|
|
458
|
-
ariaRoleDescription: string | null;
|
|
459
|
-
ariaRowCount: string | null;
|
|
460
|
-
ariaRowIndex: string | null;
|
|
461
|
-
ariaRowSpan: string | null;
|
|
462
|
-
ariaSelected: string | null;
|
|
463
|
-
ariaSetSize: string | null;
|
|
464
|
-
ariaSort: string | null;
|
|
465
|
-
ariaValueMax: string | null;
|
|
466
|
-
ariaValueMin: string | null;
|
|
467
|
-
ariaValueNow: string | null;
|
|
468
|
-
ariaValueText: string | null;
|
|
469
|
-
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
470
|
-
after: (...nodes: (string | Node)[]) => void;
|
|
471
|
-
before: (...nodes: (string | Node)[]) => void;
|
|
472
|
-
remove: () => void;
|
|
473
|
-
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
474
|
-
innerHTML: string;
|
|
475
|
-
readonly nextElementSibling: Element | null;
|
|
476
|
-
readonly previousElementSibling: Element | null;
|
|
477
|
-
readonly childElementCount: number;
|
|
478
|
-
readonly firstElementChild: Element | null;
|
|
479
|
-
readonly lastElementChild: Element | null;
|
|
480
|
-
append: (...nodes: (string | Node)[]) => void;
|
|
481
|
-
prepend: (...nodes: (string | Node)[]) => void;
|
|
482
|
-
querySelector: {
|
|
483
|
-
<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
484
|
-
<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
485
|
-
<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
486
|
-
};
|
|
487
|
-
querySelectorAll: {
|
|
488
|
-
<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
489
|
-
<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
490
|
-
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
491
|
-
};
|
|
492
|
-
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
493
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
494
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
495
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
496
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
497
|
-
enterKeyHint: string;
|
|
498
|
-
readonly isContentEditable: boolean;
|
|
499
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
500
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
501
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
502
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
503
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
504
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
505
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
506
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
507
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
508
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
509
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
510
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
511
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
512
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
513
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
514
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
515
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
516
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
517
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
518
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
519
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
520
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
521
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
522
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
523
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
524
|
-
onerror: OnErrorEventHandler;
|
|
525
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
526
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
527
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
528
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
529
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
530
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
531
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
532
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
533
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
534
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
535
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
536
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
537
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
538
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
539
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
540
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
541
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
542
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
543
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
544
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
545
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
546
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
547
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
548
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
549
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
550
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
551
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
552
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
553
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
554
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
555
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
556
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
557
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
558
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
559
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
560
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
561
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
562
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
563
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
564
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
565
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
566
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
567
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
568
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
569
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
570
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
571
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
572
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
573
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
574
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
575
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
576
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
577
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
578
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
579
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
580
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
581
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
582
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
583
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
584
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
585
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
586
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
587
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
588
|
-
readonly dataset: DOMStringMap;
|
|
589
|
-
allowMultiple: boolean;
|
|
590
|
-
density?: "compact" | "spacious" | undefined;
|
|
591
|
-
focusGroupController: import("@spectrum-web-components/reactive-controllers/src/FocusGroup").FocusGroupController<import("accordion/src").AccordionItem>;
|
|
592
|
-
readonly renderOptions: import("lit-html").RenderOptions;
|
|
593
|
-
isLTR: boolean;
|
|
594
|
-
hasVisibleFocusInTree: () => boolean;
|
|
595
|
-
} & {}> & import("react").RefAttributes<import("accordion/src").Accordion>>;
|
|
596
|
-
export declare const AccordionItem: import("react").ComponentType<Partial<{
|
|
597
|
-
dir?: string | undefined;
|
|
598
|
-
slot?: string | undefined;
|
|
599
|
-
style?: import("react").CSSProperties | undefined;
|
|
600
|
-
title?: string | undefined;
|
|
601
|
-
tabIndex?: number | undefined;
|
|
602
|
-
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
603
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
604
|
-
accessKey?: string | undefined;
|
|
605
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
606
|
-
hidden?: boolean | undefined;
|
|
607
|
-
lang?: string | undefined;
|
|
608
|
-
translate?: "yes" | "no" | undefined;
|
|
609
|
-
className?: string | undefined;
|
|
610
|
-
id?: string | undefined;
|
|
611
|
-
prefix?: string | undefined;
|
|
612
|
-
children?: import("react").ReactNode;
|
|
613
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
614
|
-
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
615
|
-
nonce?: string | undefined;
|
|
616
|
-
defaultChecked?: boolean | undefined;
|
|
617
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
618
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
619
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
620
|
-
autoFocus?: boolean | undefined;
|
|
621
|
-
contextMenu?: string | undefined;
|
|
622
|
-
placeholder?: string | undefined;
|
|
623
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
624
|
-
radioGroup?: string | undefined;
|
|
625
|
-
role?: import("react").AriaRole | undefined;
|
|
626
|
-
about?: string | undefined;
|
|
627
|
-
content?: string | undefined;
|
|
628
|
-
datatype?: string | undefined;
|
|
629
|
-
inlist?: any;
|
|
630
|
-
property?: string | undefined;
|
|
631
|
-
rel?: string | undefined;
|
|
632
|
-
resource?: string | undefined;
|
|
633
|
-
rev?: string | undefined;
|
|
634
|
-
typeof?: string | undefined;
|
|
635
|
-
vocab?: string | undefined;
|
|
636
|
-
autoCapitalize?: string | undefined;
|
|
637
|
-
autoCorrect?: string | undefined;
|
|
638
|
-
autoSave?: string | undefined;
|
|
639
|
-
color?: string | undefined;
|
|
640
|
-
itemProp?: string | undefined;
|
|
641
|
-
itemScope?: boolean | undefined;
|
|
642
|
-
itemType?: string | undefined;
|
|
643
|
-
itemID?: string | undefined;
|
|
644
|
-
itemRef?: string | undefined;
|
|
645
|
-
results?: number | undefined;
|
|
646
|
-
security?: string | undefined;
|
|
647
|
-
unselectable?: "on" | "off" | undefined;
|
|
648
|
-
is?: string | undefined;
|
|
649
|
-
'aria-activedescendant'?: string | undefined;
|
|
650
|
-
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
651
|
-
'aria-autocomplete'?: "both" | "none" | "list" | "inline" | undefined;
|
|
652
|
-
'aria-braillelabel'?: string | undefined;
|
|
653
|
-
'aria-brailleroledescription'?: string | undefined;
|
|
654
|
-
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
655
|
-
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
656
|
-
'aria-colcount'?: number | undefined;
|
|
657
|
-
'aria-colindex'?: number | undefined;
|
|
658
|
-
'aria-colindextext'?: string | undefined;
|
|
659
|
-
'aria-colspan'?: number | undefined;
|
|
660
|
-
'aria-controls'?: string | undefined;
|
|
661
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
662
|
-
'aria-describedby'?: string | undefined;
|
|
663
|
-
'aria-description'?: string | undefined;
|
|
664
|
-
'aria-details'?: string | undefined;
|
|
665
|
-
'aria-dropeffect'?: "copy" | "link" | "none" | "execute" | "move" | "popup" | undefined;
|
|
666
|
-
'aria-errormessage'?: string | undefined;
|
|
667
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
668
|
-
'aria-flowto'?: string | undefined;
|
|
669
|
-
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
670
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
671
|
-
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
672
|
-
'aria-keyshortcuts'?: string | undefined;
|
|
673
|
-
'aria-label'?: string | undefined;
|
|
674
|
-
'aria-labelledby'?: string | undefined;
|
|
675
|
-
'aria-level'?: number | undefined;
|
|
676
|
-
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
677
|
-
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
678
|
-
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
679
|
-
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
680
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
681
|
-
'aria-owns'?: string | undefined;
|
|
682
|
-
'aria-placeholder'?: string | undefined;
|
|
683
|
-
'aria-posinset'?: number | undefined;
|
|
684
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
685
|
-
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
686
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
687
|
-
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
688
|
-
'aria-roledescription'?: string | undefined;
|
|
689
|
-
'aria-rowcount'?: number | undefined;
|
|
690
|
-
'aria-rowindex'?: number | undefined;
|
|
691
|
-
'aria-rowindextext'?: string | undefined;
|
|
692
|
-
'aria-rowspan'?: number | undefined;
|
|
693
|
-
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
694
|
-
'aria-setsize'?: number | undefined;
|
|
695
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
696
|
-
'aria-valuemax'?: number | undefined;
|
|
697
|
-
'aria-valuemin'?: number | undefined;
|
|
698
|
-
'aria-valuenow'?: number | undefined;
|
|
699
|
-
'aria-valuetext'?: string | undefined;
|
|
700
|
-
dangerouslySetInnerHTML?: {
|
|
701
|
-
__html: string | TrustedHTML;
|
|
702
|
-
} | undefined;
|
|
703
|
-
onCopy?: import("react").ClipboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
704
|
-
onCopyCapture?: import("react").ClipboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
705
|
-
onCut?: import("react").ClipboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
706
|
-
onCutCapture?: import("react").ClipboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
707
|
-
onPaste?: import("react").ClipboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
708
|
-
onPasteCapture?: import("react").ClipboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
709
|
-
onCompositionEnd?: import("react").CompositionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
710
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
711
|
-
onCompositionStart?: import("react").CompositionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
712
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
713
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
714
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
715
|
-
onFocus?: import("react").FocusEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
716
|
-
onFocusCapture?: import("react").FocusEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
717
|
-
onBlur?: import("react").FocusEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
718
|
-
onBlurCapture?: import("react").FocusEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
719
|
-
onChange?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
720
|
-
onChangeCapture?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
721
|
-
onBeforeInput?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
722
|
-
onBeforeInputCapture?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
723
|
-
onInput?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
724
|
-
onInputCapture?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
725
|
-
onReset?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
726
|
-
onResetCapture?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
727
|
-
onSubmit?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
728
|
-
onSubmitCapture?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
729
|
-
onInvalid?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
730
|
-
onInvalidCapture?: import("react").FormEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
731
|
-
onLoad?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
732
|
-
onLoadCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
733
|
-
onError?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
734
|
-
onErrorCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
735
|
-
onKeyDown?: import("react").KeyboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
736
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
737
|
-
onKeyPress?: import("react").KeyboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
738
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
739
|
-
onKeyUp?: import("react").KeyboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
740
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
741
|
-
onAbort?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
742
|
-
onAbortCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
743
|
-
onCanPlay?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
744
|
-
onCanPlayCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
745
|
-
onCanPlayThrough?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
746
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
747
|
-
onDurationChange?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
748
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
749
|
-
onEmptied?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
750
|
-
onEmptiedCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
751
|
-
onEncrypted?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
752
|
-
onEncryptedCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
753
|
-
onEnded?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
754
|
-
onEndedCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
755
|
-
onLoadedData?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
756
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
757
|
-
onLoadedMetadata?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
758
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
759
|
-
onLoadStart?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
760
|
-
onLoadStartCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
761
|
-
onPause?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
762
|
-
onPauseCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
763
|
-
onPlay?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
764
|
-
onPlayCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
765
|
-
onPlaying?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
766
|
-
onPlayingCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
767
|
-
onProgress?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
768
|
-
onProgressCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
769
|
-
onRateChange?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
770
|
-
onRateChangeCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
771
|
-
onResize?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
772
|
-
onResizeCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
773
|
-
onSeeked?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
774
|
-
onSeekedCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
775
|
-
onSeeking?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
776
|
-
onSeekingCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
777
|
-
onStalled?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
778
|
-
onStalledCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
779
|
-
onSuspend?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
780
|
-
onSuspendCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
781
|
-
onTimeUpdate?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
782
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
783
|
-
onVolumeChange?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
784
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
785
|
-
onWaiting?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
786
|
-
onWaitingCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
787
|
-
onAuxClick?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
788
|
-
onAuxClickCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
789
|
-
onClick?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
790
|
-
onClickCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
791
|
-
onContextMenu?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
792
|
-
onContextMenuCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
793
|
-
onDoubleClick?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
794
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
795
|
-
onDrag?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
796
|
-
onDragCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
797
|
-
onDragEnd?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
798
|
-
onDragEndCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
799
|
-
onDragEnter?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
800
|
-
onDragEnterCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
801
|
-
onDragExit?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
802
|
-
onDragExitCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
803
|
-
onDragLeave?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
804
|
-
onDragLeaveCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
805
|
-
onDragOver?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
806
|
-
onDragOverCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
807
|
-
onDragStart?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
808
|
-
onDragStartCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
809
|
-
onDrop?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
810
|
-
onDropCapture?: import("react").DragEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
811
|
-
onMouseDown?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
812
|
-
onMouseDownCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
813
|
-
onMouseEnter?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
814
|
-
onMouseLeave?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
815
|
-
onMouseMove?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
816
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
817
|
-
onMouseOut?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
818
|
-
onMouseOutCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
819
|
-
onMouseOver?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
820
|
-
onMouseOverCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
821
|
-
onMouseUp?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
822
|
-
onMouseUpCapture?: import("react").MouseEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
823
|
-
onSelect?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
824
|
-
onSelectCapture?: import("react").ReactEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
825
|
-
onTouchCancel?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
826
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
827
|
-
onTouchEnd?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
828
|
-
onTouchEndCapture?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
829
|
-
onTouchMove?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
830
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
831
|
-
onTouchStart?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
832
|
-
onTouchStartCapture?: import("react").TouchEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
833
|
-
onPointerDown?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
834
|
-
onPointerDownCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
835
|
-
onPointerMove?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
836
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
837
|
-
onPointerUp?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
838
|
-
onPointerUpCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
839
|
-
onPointerCancel?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
840
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
841
|
-
onPointerEnter?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
842
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
843
|
-
onPointerLeave?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
844
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
845
|
-
onPointerOver?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
846
|
-
onPointerOverCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
847
|
-
onPointerOut?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
848
|
-
onPointerOutCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
849
|
-
onGotPointerCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
850
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
851
|
-
onLostPointerCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
852
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
853
|
-
onScroll?: import("react").UIEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
854
|
-
onScrollCapture?: import("react").UIEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
855
|
-
onWheel?: import("react").WheelEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
856
|
-
onWheelCapture?: import("react").WheelEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
857
|
-
onAnimationStart?: import("react").AnimationEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
858
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
859
|
-
onAnimationEnd?: import("react").AnimationEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
860
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
861
|
-
onAnimationIteration?: import("react").AnimationEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
862
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
863
|
-
onTransitionEnd?: import("react").TransitionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
864
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<import("accordion/src").AccordionItem> | undefined;
|
|
865
|
-
} & {
|
|
866
|
-
readonly attributes: NamedNodeMap;
|
|
867
|
-
readonly localName: string;
|
|
868
|
-
size: import("@spectrum-web-components/base").ElementSize;
|
|
869
|
-
focus: (options?: FocusOptions | undefined) => void;
|
|
870
|
-
blur: () => void;
|
|
871
|
-
click: () => void;
|
|
872
|
-
scroll: {
|
|
873
|
-
(options?: ScrollToOptions | undefined): void;
|
|
874
|
-
(x: number, y: number): void;
|
|
875
|
-
};
|
|
876
|
-
label: string;
|
|
877
|
-
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
878
|
-
disabled: boolean;
|
|
879
|
-
autofocus: boolean;
|
|
880
|
-
normalize: () => void;
|
|
881
|
-
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
882
|
-
isUpdatePending: boolean;
|
|
883
|
-
hasUpdated: boolean;
|
|
884
|
-
addController: (controller: import("lit").ReactiveController) => void;
|
|
885
|
-
removeController: (controller: import("lit").ReactiveController) => void;
|
|
886
|
-
connectedCallback: () => void;
|
|
887
|
-
disconnectedCallback: () => void;
|
|
888
|
-
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
889
|
-
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
890
|
-
readonly updateComplete: Promise<boolean>;
|
|
891
|
-
readonly accessKeyLabel: string;
|
|
892
|
-
autocapitalize: string;
|
|
893
|
-
inert: boolean;
|
|
894
|
-
innerText: string;
|
|
895
|
-
readonly offsetHeight: number;
|
|
896
|
-
readonly offsetLeft: number;
|
|
897
|
-
readonly offsetParent: Element | null;
|
|
898
|
-
readonly offsetTop: number;
|
|
899
|
-
readonly offsetWidth: number;
|
|
900
|
-
outerText: string;
|
|
901
|
-
spellcheck: boolean;
|
|
902
|
-
attachInternals: () => ElementInternals;
|
|
903
|
-
addEventListener: {
|
|
904
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
905
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
906
|
-
};
|
|
907
|
-
removeEventListener: {
|
|
908
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
909
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
910
|
-
};
|
|
911
|
-
readonly classList: DOMTokenList;
|
|
912
|
-
readonly clientHeight: number;
|
|
913
|
-
readonly clientLeft: number;
|
|
914
|
-
readonly clientTop: number;
|
|
915
|
-
readonly clientWidth: number;
|
|
916
|
-
readonly namespaceURI: string | null;
|
|
917
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
918
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
919
|
-
outerHTML: string;
|
|
920
|
-
readonly ownerDocument: Document;
|
|
921
|
-
readonly part: DOMTokenList;
|
|
922
|
-
readonly scrollHeight: number;
|
|
923
|
-
scrollLeft: number;
|
|
924
|
-
scrollTop: number;
|
|
925
|
-
readonly scrollWidth: number;
|
|
926
|
-
shadowRoot: ShadowRoot;
|
|
927
|
-
readonly tagName: string;
|
|
928
|
-
attachShadow: (init: ShadowRootInit) => ShadowRoot;
|
|
929
|
-
closest: {
|
|
930
|
-
<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
931
|
-
<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
932
|
-
<E extends Element = Element>(selectors: string): E | null;
|
|
933
|
-
};
|
|
934
|
-
getAttribute: (qualifiedName: string) => string | null;
|
|
935
|
-
getAttributeNS: (namespace: string | null, localName: string) => string | null;
|
|
936
|
-
getAttributeNames: () => string[];
|
|
937
|
-
getAttributeNode: (qualifiedName: string) => Attr | null;
|
|
938
|
-
getAttributeNodeNS: (namespace: string | null, localName: string) => Attr | null;
|
|
939
|
-
getBoundingClientRect: () => DOMRect;
|
|
940
|
-
getClientRects: () => DOMRectList;
|
|
941
|
-
getElementsByClassName: (classNames: string) => HTMLCollectionOf<Element>;
|
|
942
|
-
getElementsByTagName: {
|
|
943
|
-
<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
944
|
-
<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
945
|
-
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
946
|
-
};
|
|
947
|
-
getElementsByTagNameNS: {
|
|
948
|
-
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
949
|
-
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
950
|
-
(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
951
|
-
};
|
|
952
|
-
hasAttribute: (qualifiedName: string) => boolean;
|
|
953
|
-
hasAttributeNS: (namespace: string | null, localName: string) => boolean;
|
|
954
|
-
hasAttributes: () => boolean;
|
|
955
|
-
hasPointerCapture: (pointerId: number) => boolean;
|
|
956
|
-
insertAdjacentElement: (where: InsertPosition, element: Element) => Element | null;
|
|
957
|
-
insertAdjacentHTML: (position: InsertPosition, text: string) => void;
|
|
958
|
-
insertAdjacentText: (where: InsertPosition, data: string) => void;
|
|
959
|
-
matches: (selectors: string) => boolean;
|
|
960
|
-
releasePointerCapture: (pointerId: number) => void;
|
|
961
|
-
removeAttribute: (qualifiedName: string) => void;
|
|
962
|
-
removeAttributeNS: (namespace: string | null, localName: string) => void;
|
|
963
|
-
removeAttributeNode: (attr: Attr) => Attr;
|
|
964
|
-
requestFullscreen: (options?: FullscreenOptions | undefined) => Promise<void>;
|
|
965
|
-
requestPointerLock: () => void;
|
|
966
|
-
scrollBy: {
|
|
967
|
-
(options?: ScrollToOptions | undefined): void;
|
|
968
|
-
(x: number, y: number): void;
|
|
969
|
-
};
|
|
970
|
-
scrollIntoView: (arg?: boolean | ScrollIntoViewOptions | undefined) => void;
|
|
971
|
-
scrollTo: {
|
|
972
|
-
(options?: ScrollToOptions | undefined): void;
|
|
973
|
-
(x: number, y: number): void;
|
|
974
|
-
};
|
|
975
|
-
setAttribute: (qualifiedName: string, value: string) => void;
|
|
976
|
-
setAttributeNS: (namespace: string | null, qualifiedName: string, value: string) => void;
|
|
977
|
-
setAttributeNode: (attr: Attr) => Attr | null;
|
|
978
|
-
setAttributeNodeNS: (attr: Attr) => Attr | null;
|
|
979
|
-
setPointerCapture: (pointerId: number) => void;
|
|
980
|
-
toggleAttribute: (qualifiedName: string, force?: boolean | undefined) => boolean;
|
|
981
|
-
webkitMatchesSelector: (selectors: string) => boolean;
|
|
982
|
-
readonly baseURI: string;
|
|
983
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
984
|
-
readonly firstChild: ChildNode | null;
|
|
985
|
-
readonly isConnected: boolean;
|
|
986
|
-
readonly lastChild: ChildNode | null;
|
|
987
|
-
readonly nextSibling: ChildNode | null;
|
|
988
|
-
readonly nodeName: string;
|
|
989
|
-
readonly nodeType: number;
|
|
990
|
-
nodeValue: string | null;
|
|
991
|
-
readonly parentElement: HTMLElement | null;
|
|
992
|
-
readonly parentNode: ParentNode | null;
|
|
993
|
-
readonly previousSibling: ChildNode | null;
|
|
994
|
-
textContent: string | null;
|
|
995
|
-
appendChild: <T extends Node>(node: T) => T;
|
|
996
|
-
cloneNode: (deep?: boolean | undefined) => Node;
|
|
997
|
-
compareDocumentPosition: (other: Node) => number;
|
|
998
|
-
contains: (other: Node | null) => boolean;
|
|
999
|
-
getRootNode: (options?: GetRootNodeOptions | undefined) => Node;
|
|
1000
|
-
hasChildNodes: () => boolean;
|
|
1001
|
-
insertBefore: <T extends Node>(node: T, child: Node | null) => T;
|
|
1002
|
-
isDefaultNamespace: (namespace: string | null) => boolean;
|
|
1003
|
-
isEqualNode: (otherNode: Node | null) => boolean;
|
|
1004
|
-
isSameNode: (otherNode: Node | null) => boolean;
|
|
1005
|
-
lookupNamespaceURI: (prefix: string | null) => string | null;
|
|
1006
|
-
lookupPrefix: (namespace: string | null) => string | null;
|
|
1007
|
-
removeChild: <T_2 extends Node>(child: T_2) => T_2;
|
|
1008
|
-
replaceChild: <T_3 extends Node>(node: Node, child: T_3) => T_3;
|
|
1009
|
-
readonly ATTRIBUTE_NODE: number;
|
|
1010
|
-
readonly CDATA_SECTION_NODE: number;
|
|
1011
|
-
readonly COMMENT_NODE: number;
|
|
1012
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
1013
|
-
readonly DOCUMENT_NODE: number;
|
|
1014
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
1015
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
1016
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
1017
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
1018
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
1019
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
1020
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
1021
|
-
readonly ELEMENT_NODE: number;
|
|
1022
|
-
readonly ENTITY_NODE: number;
|
|
1023
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
1024
|
-
readonly NOTATION_NODE: number;
|
|
1025
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
1026
|
-
readonly TEXT_NODE: number;
|
|
1027
|
-
dispatchEvent: (event: Event) => boolean;
|
|
1028
|
-
ariaAtomic: string | null;
|
|
1029
|
-
ariaAutoComplete: string | null;
|
|
1030
|
-
ariaBusy: string | null;
|
|
1031
|
-
ariaChecked: string | null;
|
|
1032
|
-
ariaColCount: string | null;
|
|
1033
|
-
ariaColIndex: string | null;
|
|
1034
|
-
ariaColSpan: string | null;
|
|
1035
|
-
ariaCurrent: string | null;
|
|
1036
|
-
ariaDisabled: string | null;
|
|
1037
|
-
ariaExpanded: string | null;
|
|
1038
|
-
ariaHasPopup: string | null;
|
|
1039
|
-
ariaHidden: string | null;
|
|
1040
|
-
ariaKeyShortcuts: string | null;
|
|
1041
|
-
ariaLabel: string | null;
|
|
1042
|
-
ariaLevel: string | null;
|
|
1043
|
-
ariaLive: string | null;
|
|
1044
|
-
ariaModal: string | null;
|
|
1045
|
-
ariaMultiLine: string | null;
|
|
1046
|
-
ariaMultiSelectable: string | null;
|
|
1047
|
-
ariaOrientation: string | null;
|
|
1048
|
-
ariaPlaceholder: string | null;
|
|
1049
|
-
ariaPosInSet: string | null;
|
|
1050
|
-
ariaPressed: string | null;
|
|
1051
|
-
ariaReadOnly: string | null;
|
|
1052
|
-
ariaRequired: string | null;
|
|
1053
|
-
ariaRoleDescription: string | null;
|
|
1054
|
-
ariaRowCount: string | null;
|
|
1055
|
-
ariaRowIndex: string | null;
|
|
1056
|
-
ariaRowSpan: string | null;
|
|
1057
|
-
ariaSelected: string | null;
|
|
1058
|
-
ariaSetSize: string | null;
|
|
1059
|
-
ariaSort: string | null;
|
|
1060
|
-
ariaValueMax: string | null;
|
|
1061
|
-
ariaValueMin: string | null;
|
|
1062
|
-
ariaValueNow: string | null;
|
|
1063
|
-
ariaValueText: string | null;
|
|
1064
|
-
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
1065
|
-
after: (...nodes: (string | Node)[]) => void;
|
|
1066
|
-
before: (...nodes: (string | Node)[]) => void;
|
|
1067
|
-
remove: () => void;
|
|
1068
|
-
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
1069
|
-
innerHTML: string;
|
|
1070
|
-
readonly nextElementSibling: Element | null;
|
|
1071
|
-
readonly previousElementSibling: Element | null;
|
|
1072
|
-
readonly childElementCount: number;
|
|
1073
|
-
readonly firstElementChild: Element | null;
|
|
1074
|
-
readonly lastElementChild: Element | null;
|
|
1075
|
-
append: (...nodes: (string | Node)[]) => void;
|
|
1076
|
-
prepend: (...nodes: (string | Node)[]) => void;
|
|
1077
|
-
querySelector: {
|
|
1078
|
-
<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
1079
|
-
<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
1080
|
-
<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1081
|
-
};
|
|
1082
|
-
querySelectorAll: {
|
|
1083
|
-
<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
1084
|
-
<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
1085
|
-
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1086
|
-
};
|
|
1087
|
-
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
1088
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1089
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1090
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1091
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1092
|
-
enterKeyHint: string;
|
|
1093
|
-
readonly isContentEditable: boolean;
|
|
1094
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1095
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1096
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1097
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1098
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1099
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1100
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1101
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1102
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1103
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1104
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1105
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1106
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1107
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1108
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1109
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1110
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1111
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1112
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1113
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1114
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1115
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1116
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1117
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1118
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1119
|
-
onerror: OnErrorEventHandler;
|
|
1120
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1121
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1122
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1123
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1124
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1125
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1126
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1127
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1128
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1129
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1130
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1131
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1132
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1133
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1134
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1135
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1136
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1137
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1138
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1139
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1140
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1141
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1142
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1143
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1144
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1145
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1146
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1147
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1148
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1149
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1150
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1151
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1152
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1153
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1154
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1155
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1156
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1157
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1158
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1159
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1160
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1161
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1162
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1163
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1164
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1165
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1166
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1167
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1168
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1169
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1170
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1171
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1172
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1173
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1174
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1175
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1176
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1177
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1178
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1179
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1180
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1181
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1182
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1183
|
-
readonly dataset: DOMStringMap;
|
|
1184
|
-
open: boolean;
|
|
1185
|
-
readonly renderOptions: import("lit-html").RenderOptions;
|
|
1186
|
-
isLTR: boolean;
|
|
1187
|
-
hasVisibleFocusInTree: () => boolean;
|
|
1188
|
-
readonly focusElement: HTMLElement;
|
|
1189
|
-
} & {
|
|
1190
|
-
spAccordionItemToggle: (e: CustomEvent<any>) => void;
|
|
1191
|
-
}> & import("react").RefAttributes<import("accordion/src").AccordionItem>>;
|
|
1
|
+
export declare const Accordion: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("accordion/src").Accordion>, "size" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "allowMultiple" | "density" | "focusGroupController" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree"> & {} & Partial<Omit<import("accordion/src").Accordion, keyof HTMLElement>> & import("react").RefAttributes<import("accordion/src").Accordion>>;
|
|
2
|
+
export declare const AccordionItem: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("accordion/src").AccordionItem>, "size" | "label" | "disabled" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "open" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree" | "spAccordionItemToggle" | "focusElement"> & {
|
|
3
|
+
spAccordionItemToggle?: ((e: CustomEvent<any>) => void) | undefined;
|
|
4
|
+
} & Partial<Omit<import("accordion/src").AccordionItem, keyof HTMLElement>> & import("react").RefAttributes<import("accordion/src").AccordionItem>>;
|