@descope/audit-management-widget 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1418 @@
1
+ import * as _descope_sdk_mixins from '@descope/sdk-mixins';
2
+ import * as redux from 'redux';
3
+ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
4
+ import * as _descope_sdk_component_drivers from '@descope/sdk-component-drivers';
5
+
6
+ type Audit = {
7
+ id: string;
8
+ userId: string;
9
+ action: string;
10
+ actorId: string;
11
+ type: string;
12
+ occurred: number;
13
+ occurredFormatted?: string;
14
+ device: string;
15
+ method: string;
16
+ geo: string;
17
+ remoteAddress: string;
18
+ externalIds: string[];
19
+ data?: Record<string, string>;
20
+ };
21
+ type SortParams = {
22
+ field: string;
23
+ desc: boolean;
24
+ };
25
+ type SearchAuditConfig = {
26
+ page?: number;
27
+ limit?: number;
28
+ text?: string;
29
+ sort?: SortParams[];
30
+ from?: number;
31
+ };
32
+
33
+ type State = {
34
+ auditList: {
35
+ data: Audit[];
36
+ loading: boolean;
37
+ error: unknown;
38
+ };
39
+ searchParams: {
40
+ text: string;
41
+ sort: SortParams[];
42
+ };
43
+ selectedAuditId: string;
44
+ };
45
+
46
+ declare const AuditManagementWidget: {
47
+ new (...args: any): {
48
+ init(): Promise<void>;
49
+ searchInput: _descope_sdk_component_drivers.TextFieldDriver;
50
+ rangeInput: _descope_sdk_component_drivers.SingleSelectDriver;
51
+ "__#7@#onInput": (this: any, ...args: any[]) => void;
52
+ "__#7@#initSearchInput"(): void;
53
+ "__#7@#initRangeInput"(): void;
54
+ onWidgetRootReady: (() => Promise<void>) & (() => Promise<void>);
55
+ state: State;
56
+ "__#5@#api": {
57
+ audit: {
58
+ search: (config: SearchAuditConfig) => Promise<Audit[]>;
59
+ };
60
+ };
61
+ "__#5@#createSdk": (() => void) & (() => void) & (() => void) & (() => void);
62
+ readonly baseUrl: string;
63
+ readonly tenant: string;
64
+ readonly mock: string;
65
+ readonly api: {
66
+ audit: {
67
+ search: (config: SearchAuditConfig) => Promise<Audit[]>;
68
+ };
69
+ };
70
+ "__#11922@#handleError": ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void) & ((attrName: string, newValue: string) => void);
71
+ "__#11921@#observeMappings": {};
72
+ observeAttribute: ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any);
73
+ observeAttributes: ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void);
74
+ "__#11920@#isInit": boolean;
75
+ connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
76
+ accessKey: string;
77
+ readonly accessKeyLabel: string;
78
+ autocapitalize: string;
79
+ dir: string;
80
+ draggable: boolean;
81
+ hidden: boolean;
82
+ inert: boolean;
83
+ innerText: string;
84
+ lang: string;
85
+ readonly offsetHeight: number;
86
+ readonly offsetLeft: number;
87
+ readonly offsetParent: Element;
88
+ readonly offsetTop: number;
89
+ readonly offsetWidth: number;
90
+ outerText: string;
91
+ spellcheck: boolean;
92
+ title: string;
93
+ translate: boolean;
94
+ attachInternals: (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals);
95
+ click: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
96
+ addEventListener: {
97
+ <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
98
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
99
+ } & {
100
+ <K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | AddEventListenerOptions): void;
101
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
102
+ } & {
103
+ <K_2 extends keyof HTMLElementEventMap>(type: K_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_2]) => any, options?: boolean | AddEventListenerOptions): void;
104
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
105
+ } & {
106
+ <K_3 extends keyof HTMLElementEventMap>(type: K_3, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_3]) => any, options?: boolean | AddEventListenerOptions): void;
107
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
108
+ } & {
109
+ <K_4 extends keyof HTMLElementEventMap>(type: K_4, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_4]) => any, options?: boolean | AddEventListenerOptions): void;
110
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
111
+ } & {
112
+ <K_5 extends keyof HTMLElementEventMap>(type: K_5, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_5]) => any, options?: boolean | AddEventListenerOptions): void;
113
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
114
+ } & {
115
+ <K_6 extends keyof HTMLElementEventMap>(type: K_6, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_6]) => any, options?: boolean | AddEventListenerOptions): void;
116
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
117
+ } & {
118
+ <K_7 extends keyof HTMLElementEventMap>(type: K_7, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_7]) => any, options?: boolean | AddEventListenerOptions): void;
119
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
120
+ } & {
121
+ <K_8 extends keyof HTMLElementEventMap>(type: K_8, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_8]) => any, options?: boolean | AddEventListenerOptions): void;
122
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
123
+ } & {
124
+ <K_9 extends keyof HTMLElementEventMap>(type: K_9, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_9]) => any, options?: boolean | AddEventListenerOptions): void;
125
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
126
+ } & {
127
+ <K_10 extends keyof HTMLElementEventMap>(type: K_10, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_10]) => any, options?: boolean | AddEventListenerOptions): void;
128
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
129
+ } & {
130
+ <K_11 extends keyof HTMLElementEventMap>(type: K_11, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_11]) => any, options?: boolean | AddEventListenerOptions): void;
131
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
132
+ };
133
+ removeEventListener: {
134
+ <K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
135
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
136
+ } & {
137
+ <K_1_1 extends keyof HTMLElementEventMap>(type: K_1_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_1]) => any, options?: boolean | EventListenerOptions): void;
138
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
139
+ } & {
140
+ <K_1_2 extends keyof HTMLElementEventMap>(type: K_1_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_2]) => any, options?: boolean | EventListenerOptions): void;
141
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
142
+ } & {
143
+ <K_1_3 extends keyof HTMLElementEventMap>(type: K_1_3, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_3]) => any, options?: boolean | EventListenerOptions): void;
144
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
145
+ } & {
146
+ <K_12 extends keyof HTMLElementEventMap>(type: K_12, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_12]) => any, options?: boolean | EventListenerOptions): void;
147
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
148
+ } & {
149
+ <K_1_4 extends keyof HTMLElementEventMap>(type: K_1_4, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_4]) => any, options?: boolean | EventListenerOptions): void;
150
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
151
+ } & {
152
+ <K_1_5 extends keyof HTMLElementEventMap>(type: K_1_5, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_5]) => any, options?: boolean | EventListenerOptions): void;
153
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
154
+ } & {
155
+ <K_1_6 extends keyof HTMLElementEventMap>(type: K_1_6, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_6]) => any, options?: boolean | EventListenerOptions): void;
156
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
157
+ } & {
158
+ <K_1_7 extends keyof HTMLElementEventMap>(type: K_1_7, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_7]) => any, options?: boolean | EventListenerOptions): void;
159
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
160
+ } & {
161
+ <K_1_8 extends keyof HTMLElementEventMap>(type: K_1_8, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_8]) => any, options?: boolean | EventListenerOptions): void;
162
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
163
+ } & {
164
+ <K_1_9 extends keyof HTMLElementEventMap>(type: K_1_9, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_9]) => any, options?: boolean | EventListenerOptions): void;
165
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
166
+ } & {
167
+ <K_1_10 extends keyof HTMLElementEventMap>(type: K_1_10, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_10]) => any, options?: boolean | EventListenerOptions): void;
168
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
169
+ };
170
+ attributeChangedCallback: ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void);
171
+ readonly attributes: NamedNodeMap;
172
+ readonly classList: DOMTokenList;
173
+ className: string;
174
+ readonly clientHeight: number;
175
+ readonly clientLeft: number;
176
+ readonly clientTop: number;
177
+ readonly clientWidth: number;
178
+ id: string;
179
+ readonly localName: string;
180
+ readonly namespaceURI: string;
181
+ onfullscreenchange: ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any);
182
+ onfullscreenerror: ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any) & ((this: Element, ev: Event) => any);
183
+ outerHTML: string;
184
+ readonly ownerDocument: Document;
185
+ readonly part: DOMTokenList;
186
+ readonly prefix: string;
187
+ readonly scrollHeight: number;
188
+ scrollLeft: number;
189
+ scrollTop: number;
190
+ readonly scrollWidth: number;
191
+ readonly shadowRoot: ShadowRoot;
192
+ slot: string;
193
+ readonly tagName: string;
194
+ attachShadow: ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot);
195
+ closest: {
196
+ <K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
197
+ <K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
198
+ <E extends Element = Element>(selectors: string): E;
199
+ } & {
200
+ <K_2_1 extends keyof HTMLElementTagNameMap>(selector: K_2_1): HTMLElementTagNameMap[K_2_1];
201
+ <K_3_1 extends keyof SVGElementTagNameMap>(selector: K_3_1): SVGElementTagNameMap[K_3_1];
202
+ <E_1 extends Element = Element>(selectors: string): E_1;
203
+ } & {
204
+ <K_2_2 extends keyof HTMLElementTagNameMap>(selector: K_2_2): HTMLElementTagNameMap[K_2_2];
205
+ <K_3_2 extends keyof SVGElementTagNameMap>(selector: K_3_2): SVGElementTagNameMap[K_3_2];
206
+ <E_2 extends Element = Element>(selectors: string): E_2;
207
+ } & {
208
+ <K_2_3 extends keyof HTMLElementTagNameMap>(selector: K_2_3): HTMLElementTagNameMap[K_2_3];
209
+ <K_3_3 extends keyof SVGElementTagNameMap>(selector: K_3_3): SVGElementTagNameMap[K_3_3];
210
+ <E_3 extends Element = Element>(selectors: string): E_3;
211
+ } & {
212
+ <K_13 extends keyof HTMLElementTagNameMap>(selector: K_13): HTMLElementTagNameMap[K_13];
213
+ <K_14 extends keyof SVGElementTagNameMap>(selector: K_14): SVGElementTagNameMap[K_14];
214
+ <E_4 extends Element = Element>(selectors: string): E_4;
215
+ } & {
216
+ <K_2_4 extends keyof HTMLElementTagNameMap>(selector: K_2_4): HTMLElementTagNameMap[K_2_4];
217
+ <K_3_4 extends keyof SVGElementTagNameMap>(selector: K_3_4): SVGElementTagNameMap[K_3_4];
218
+ <E_5 extends Element = Element>(selectors: string): E_5;
219
+ } & {
220
+ <K_2_5 extends keyof HTMLElementTagNameMap>(selector: K_2_5): HTMLElementTagNameMap[K_2_5];
221
+ <K_3_5 extends keyof SVGElementTagNameMap>(selector: K_3_5): SVGElementTagNameMap[K_3_5];
222
+ <E_6 extends Element = Element>(selectors: string): E_6;
223
+ } & {
224
+ <K_2_6 extends keyof HTMLElementTagNameMap>(selector: K_2_6): HTMLElementTagNameMap[K_2_6];
225
+ <K_3_6 extends keyof SVGElementTagNameMap>(selector: K_3_6): SVGElementTagNameMap[K_3_6];
226
+ <E_7 extends Element = Element>(selectors: string): E_7;
227
+ } & {
228
+ <K_2_7 extends keyof HTMLElementTagNameMap>(selector: K_2_7): HTMLElementTagNameMap[K_2_7];
229
+ <K_3_7 extends keyof SVGElementTagNameMap>(selector: K_3_7): SVGElementTagNameMap[K_3_7];
230
+ <E_8 extends Element = Element>(selectors: string): E_8;
231
+ } & {
232
+ <K_2_8 extends keyof HTMLElementTagNameMap>(selector: K_2_8): HTMLElementTagNameMap[K_2_8];
233
+ <K_3_8 extends keyof SVGElementTagNameMap>(selector: K_3_8): SVGElementTagNameMap[K_3_8];
234
+ <E_9 extends Element = Element>(selectors: string): E_9;
235
+ } & {
236
+ <K_2_9 extends keyof HTMLElementTagNameMap>(selector: K_2_9): HTMLElementTagNameMap[K_2_9];
237
+ <K_3_9 extends keyof SVGElementTagNameMap>(selector: K_3_9): SVGElementTagNameMap[K_3_9];
238
+ <E_10 extends Element = Element>(selectors: string): E_10;
239
+ } & {
240
+ <K_2_10 extends keyof HTMLElementTagNameMap>(selector: K_2_10): HTMLElementTagNameMap[K_2_10];
241
+ <K_3_10 extends keyof SVGElementTagNameMap>(selector: K_3_10): SVGElementTagNameMap[K_3_10];
242
+ <E_11 extends Element = Element>(selectors: string): E_11;
243
+ };
244
+ getAttribute: ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string);
245
+ getAttributeNS: ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string);
246
+ getAttributeNames: (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]);
247
+ getAttributeNode: ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr) & ((qualifiedName: string) => Attr);
248
+ getAttributeNodeNS: ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr) & ((namespace: string, localName: string) => Attr);
249
+ getBoundingClientRect: (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect) & (() => DOMRect);
250
+ getClientRects: (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList);
251
+ getElementsByClassName: ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>);
252
+ getElementsByTagName: {
253
+ <K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
254
+ <K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
255
+ (qualifiedName: string): HTMLCollectionOf<Element>;
256
+ } & {
257
+ <K_4_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_1): HTMLCollectionOf<HTMLElementTagNameMap[K_4_1]>;
258
+ <K_5_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<SVGElementTagNameMap[K_5_1]>;
259
+ (qualifiedName: string): HTMLCollectionOf<Element>;
260
+ } & {
261
+ <K_4_2 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_2): HTMLCollectionOf<HTMLElementTagNameMap[K_4_2]>;
262
+ <K_5_2 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_2): HTMLCollectionOf<SVGElementTagNameMap[K_5_2]>;
263
+ (qualifiedName: string): HTMLCollectionOf<Element>;
264
+ } & {
265
+ <K_4_3 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_3): HTMLCollectionOf<HTMLElementTagNameMap[K_4_3]>;
266
+ <K_5_3 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_3): HTMLCollectionOf<SVGElementTagNameMap[K_5_3]>;
267
+ (qualifiedName: string): HTMLCollectionOf<Element>;
268
+ } & {
269
+ <K_15 extends keyof HTMLElementTagNameMap>(qualifiedName: K_15): HTMLCollectionOf<HTMLElementTagNameMap[K_15]>;
270
+ <K_16 extends keyof SVGElementTagNameMap>(qualifiedName: K_16): HTMLCollectionOf<SVGElementTagNameMap[K_16]>;
271
+ (qualifiedName: string): HTMLCollectionOf<Element>;
272
+ } & {
273
+ <K_4_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4_4]>;
274
+ <K_5_4 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_4): HTMLCollectionOf<SVGElementTagNameMap[K_5_4]>;
275
+ (qualifiedName: string): HTMLCollectionOf<Element>;
276
+ } & {
277
+ <K_4_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_5): HTMLCollectionOf<HTMLElementTagNameMap[K_4_5]>;
278
+ <K_5_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_5): HTMLCollectionOf<SVGElementTagNameMap[K_5_5]>;
279
+ (qualifiedName: string): HTMLCollectionOf<Element>;
280
+ } & {
281
+ <K_4_6 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_6): HTMLCollectionOf<HTMLElementTagNameMap[K_4_6]>;
282
+ <K_5_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_6): HTMLCollectionOf<SVGElementTagNameMap[K_5_6]>;
283
+ (qualifiedName: string): HTMLCollectionOf<Element>;
284
+ } & {
285
+ <K_4_7 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_7): HTMLCollectionOf<HTMLElementTagNameMap[K_4_7]>;
286
+ <K_5_7 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_7): HTMLCollectionOf<SVGElementTagNameMap[K_5_7]>;
287
+ (qualifiedName: string): HTMLCollectionOf<Element>;
288
+ } & {
289
+ <K_4_8 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_8): HTMLCollectionOf<HTMLElementTagNameMap[K_4_8]>;
290
+ <K_5_8 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_8): HTMLCollectionOf<SVGElementTagNameMap[K_5_8]>;
291
+ (qualifiedName: string): HTMLCollectionOf<Element>;
292
+ } & {
293
+ <K_4_9 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_9): HTMLCollectionOf<HTMLElementTagNameMap[K_4_9]>;
294
+ <K_5_9 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_9): HTMLCollectionOf<SVGElementTagNameMap[K_5_9]>;
295
+ (qualifiedName: string): HTMLCollectionOf<Element>;
296
+ } & {
297
+ <K_4_10 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_10): HTMLCollectionOf<HTMLElementTagNameMap[K_4_10]>;
298
+ <K_5_10 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_10): HTMLCollectionOf<SVGElementTagNameMap[K_5_10]>;
299
+ (qualifiedName: string): HTMLCollectionOf<Element>;
300
+ };
301
+ getElementsByTagNameNS: {
302
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
303
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
304
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
305
+ } & {
306
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
307
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
308
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
309
+ } & {
310
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
311
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
312
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
313
+ } & {
314
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
315
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
316
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
317
+ } & {
318
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
319
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
320
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
321
+ } & {
322
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
323
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
324
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
325
+ } & {
326
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
327
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
328
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
329
+ } & {
330
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
331
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
332
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
333
+ } & {
334
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
335
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
336
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
337
+ } & {
338
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
339
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
340
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
341
+ } & {
342
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
343
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
344
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
345
+ } & {
346
+ (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
347
+ (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
348
+ (namespace: string, localName: string): HTMLCollectionOf<Element>;
349
+ };
350
+ hasAttribute: ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean);
351
+ hasAttributeNS: ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean) & ((namespace: string, localName: string) => boolean);
352
+ hasAttributes: (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean);
353
+ hasPointerCapture: ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean) & ((pointerId: number) => boolean);
354
+ insertAdjacentElement: ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element) & ((where: InsertPosition, element: Element) => Element);
355
+ insertAdjacentHTML: ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void) & ((position: InsertPosition, text: string) => void);
356
+ insertAdjacentText: ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void) & ((where: InsertPosition, data: string) => void);
357
+ matches: ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean);
358
+ releasePointerCapture: ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void);
359
+ removeAttribute: ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void) & ((qualifiedName: string) => void);
360
+ removeAttributeNS: ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void) & ((namespace: string, localName: string) => void);
361
+ removeAttributeNode: ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr);
362
+ requestFullscreen: ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>) & ((options?: FullscreenOptions) => Promise<void>);
363
+ requestPointerLock: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
364
+ scroll: {
365
+ (options?: ScrollToOptions): void;
366
+ (x: number, y: number): void;
367
+ } & {
368
+ (options?: ScrollToOptions): void;
369
+ (x: number, y: number): void;
370
+ } & {
371
+ (options?: ScrollToOptions): void;
372
+ (x: number, y: number): void;
373
+ } & {
374
+ (options?: ScrollToOptions): void;
375
+ (x: number, y: number): void;
376
+ } & {
377
+ (options?: ScrollToOptions): void;
378
+ (x: number, y: number): void;
379
+ } & {
380
+ (options?: ScrollToOptions): void;
381
+ (x: number, y: number): void;
382
+ } & {
383
+ (options?: ScrollToOptions): void;
384
+ (x: number, y: number): void;
385
+ } & {
386
+ (options?: ScrollToOptions): void;
387
+ (x: number, y: number): void;
388
+ } & {
389
+ (options?: ScrollToOptions): void;
390
+ (x: number, y: number): void;
391
+ } & {
392
+ (options?: ScrollToOptions): void;
393
+ (x: number, y: number): void;
394
+ } & {
395
+ (options?: ScrollToOptions): void;
396
+ (x: number, y: number): void;
397
+ } & {
398
+ (options?: ScrollToOptions): void;
399
+ (x: number, y: number): void;
400
+ };
401
+ scrollBy: {
402
+ (options?: ScrollToOptions): void;
403
+ (x: number, y: number): void;
404
+ } & {
405
+ (options?: ScrollToOptions): void;
406
+ (x: number, y: number): void;
407
+ } & {
408
+ (options?: ScrollToOptions): void;
409
+ (x: number, y: number): void;
410
+ } & {
411
+ (options?: ScrollToOptions): void;
412
+ (x: number, y: number): void;
413
+ } & {
414
+ (options?: ScrollToOptions): void;
415
+ (x: number, y: number): void;
416
+ } & {
417
+ (options?: ScrollToOptions): void;
418
+ (x: number, y: number): void;
419
+ } & {
420
+ (options?: ScrollToOptions): void;
421
+ (x: number, y: number): void;
422
+ } & {
423
+ (options?: ScrollToOptions): void;
424
+ (x: number, y: number): void;
425
+ } & {
426
+ (options?: ScrollToOptions): void;
427
+ (x: number, y: number): void;
428
+ } & {
429
+ (options?: ScrollToOptions): void;
430
+ (x: number, y: number): void;
431
+ } & {
432
+ (options?: ScrollToOptions): void;
433
+ (x: number, y: number): void;
434
+ } & {
435
+ (options?: ScrollToOptions): void;
436
+ (x: number, y: number): void;
437
+ };
438
+ scrollIntoView: ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void) & ((arg?: boolean | ScrollIntoViewOptions) => void);
439
+ scrollTo: {
440
+ (options?: ScrollToOptions): void;
441
+ (x: number, y: number): void;
442
+ } & {
443
+ (options?: ScrollToOptions): void;
444
+ (x: number, y: number): void;
445
+ } & {
446
+ (options?: ScrollToOptions): void;
447
+ (x: number, y: number): void;
448
+ } & {
449
+ (options?: ScrollToOptions): void;
450
+ (x: number, y: number): void;
451
+ } & {
452
+ (options?: ScrollToOptions): void;
453
+ (x: number, y: number): void;
454
+ } & {
455
+ (options?: ScrollToOptions): void;
456
+ (x: number, y: number): void;
457
+ } & {
458
+ (options?: ScrollToOptions): void;
459
+ (x: number, y: number): void;
460
+ } & {
461
+ (options?: ScrollToOptions): void;
462
+ (x: number, y: number): void;
463
+ } & {
464
+ (options?: ScrollToOptions): void;
465
+ (x: number, y: number): void;
466
+ } & {
467
+ (options?: ScrollToOptions): void;
468
+ (x: number, y: number): void;
469
+ } & {
470
+ (options?: ScrollToOptions): void;
471
+ (x: number, y: number): void;
472
+ } & {
473
+ (options?: ScrollToOptions): void;
474
+ (x: number, y: number): void;
475
+ };
476
+ setAttribute: ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void) & ((qualifiedName: string, value: string) => void);
477
+ setAttributeNS: ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void) & ((namespace: string, qualifiedName: string, value: string) => void);
478
+ setAttributeNode: ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr);
479
+ setAttributeNodeNS: ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr) & ((attr: Attr) => Attr);
480
+ setPointerCapture: ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void) & ((pointerId: number) => void);
481
+ toggleAttribute: ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean) & ((qualifiedName: string, force?: boolean) => boolean);
482
+ webkitMatchesSelector: ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean) & ((selectors: string) => boolean);
483
+ readonly baseURI: string;
484
+ readonly childNodes: NodeListOf<ChildNode>;
485
+ readonly firstChild: ChildNode;
486
+ readonly isConnected: boolean;
487
+ readonly lastChild: ChildNode;
488
+ readonly nextSibling: ChildNode;
489
+ readonly nodeName: string;
490
+ readonly nodeType: number;
491
+ nodeValue: string;
492
+ readonly parentElement: HTMLElement;
493
+ readonly parentNode: ParentNode;
494
+ readonly previousSibling: ChildNode;
495
+ textContent: string;
496
+ appendChild: (<T_1 extends Node>(node: T_1) => T_1) & (<T_1_1 extends Node>(node: T_1_1) => T_1_1) & (<T_1_2 extends Node>(node: T_1_2) => T_1_2) & (<T_1_3 extends Node>(node: T_1_3) => T_1_3) & (<T extends Node>(node: T) => T) & (<T_1_4 extends Node>(node: T_1_4) => T_1_4) & (<T_1_5 extends Node>(node: T_1_5) => T_1_5) & (<T_1_6 extends Node>(node: T_1_6) => T_1_6) & (<T_1_7 extends Node>(node: T_1_7) => T_1_7) & (<T_1_8 extends Node>(node: T_1_8) => T_1_8) & (<T_1_9 extends Node>(node: T_1_9) => T_1_9) & (<T_1_10 extends Node>(node: T_1_10) => T_1_10);
497
+ cloneNode: ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node) & ((deep?: boolean) => Node);
498
+ compareDocumentPosition: ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number) & ((other: Node) => number);
499
+ contains: ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean) & ((other: Node) => boolean);
500
+ getRootNode: ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node) & ((options?: GetRootNodeOptions) => Node);
501
+ hasChildNodes: (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean) & (() => boolean);
502
+ insertBefore: (<T_2 extends Node>(node: T_2, child: Node) => T_2) & (<T_2_1 extends Node>(node: T_2_1, child: Node) => T_2_1) & (<T_2_2 extends Node>(node: T_2_2, child: Node) => T_2_2) & (<T_2_3 extends Node>(node: T_2_3, child: Node) => T_2_3) & (<T_3 extends Node>(node: T_3, child: Node) => T_3) & (<T_2_4 extends Node>(node: T_2_4, child: Node) => T_2_4) & (<T_2_5 extends Node>(node: T_2_5, child: Node) => T_2_5) & (<T_2_6 extends Node>(node: T_2_6, child: Node) => T_2_6) & (<T_2_7 extends Node>(node: T_2_7, child: Node) => T_2_7) & (<T_2_8 extends Node>(node: T_2_8, child: Node) => T_2_8) & (<T_2_9 extends Node>(node: T_2_9, child: Node) => T_2_9) & (<T_2_10 extends Node>(node: T_2_10, child: Node) => T_2_10);
503
+ isDefaultNamespace: ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean) & ((namespace: string) => boolean);
504
+ isEqualNode: ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean);
505
+ isSameNode: ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean) & ((otherNode: Node) => boolean);
506
+ lookupNamespaceURI: ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string);
507
+ lookupPrefix: ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string);
508
+ normalize: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
509
+ removeChild: (<T_3 extends Node>(child: T_3) => T_3) & (<T_3_1 extends Node>(child: T_3_1) => T_3_1) & (<T_3_2 extends Node>(child: T_3_2) => T_3_2) & (<T_3_3 extends Node>(child: T_3_3) => T_3_3) & (<T_4 extends Node>(child: T_4) => T_4) & (<T_3_4 extends Node>(child: T_3_4) => T_3_4) & (<T_3_5 extends Node>(child: T_3_5) => T_3_5) & (<T_3_6 extends Node>(child: T_3_6) => T_3_6) & (<T_3_7 extends Node>(child: T_3_7) => T_3_7) & (<T_3_8 extends Node>(child: T_3_8) => T_3_8) & (<T_3_9 extends Node>(child: T_3_9) => T_3_9) & (<T_3_10 extends Node>(child: T_3_10) => T_3_10);
510
+ replaceChild: (<T_4 extends Node>(node: Node, child: T_4) => T_4) & (<T_4_1 extends Node>(node: Node, child: T_4_1) => T_4_1) & (<T_4_2 extends Node>(node: Node, child: T_4_2) => T_4_2) & (<T_4_3 extends Node>(node: Node, child: T_4_3) => T_4_3) & (<T_5 extends Node>(node: Node, child: T_5) => T_5) & (<T_4_4 extends Node>(node: Node, child: T_4_4) => T_4_4) & (<T_4_5 extends Node>(node: Node, child: T_4_5) => T_4_5) & (<T_4_6 extends Node>(node: Node, child: T_4_6) => T_4_6) & (<T_4_7 extends Node>(node: Node, child: T_4_7) => T_4_7) & (<T_4_8 extends Node>(node: Node, child: T_4_8) => T_4_8) & (<T_4_9 extends Node>(node: Node, child: T_4_9) => T_4_9) & (<T_4_10 extends Node>(node: Node, child: T_4_10) => T_4_10);
511
+ readonly ATTRIBUTE_NODE: number;
512
+ readonly CDATA_SECTION_NODE: number;
513
+ readonly COMMENT_NODE: number;
514
+ readonly DOCUMENT_FRAGMENT_NODE: number;
515
+ readonly DOCUMENT_NODE: number;
516
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
517
+ readonly DOCUMENT_POSITION_CONTAINS: number;
518
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
519
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
520
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
521
+ readonly DOCUMENT_POSITION_PRECEDING: number;
522
+ readonly DOCUMENT_TYPE_NODE: number;
523
+ readonly ELEMENT_NODE: number;
524
+ readonly ENTITY_NODE: number;
525
+ readonly ENTITY_REFERENCE_NODE: number;
526
+ readonly NOTATION_NODE: number;
527
+ readonly PROCESSING_INSTRUCTION_NODE: number;
528
+ readonly TEXT_NODE: number;
529
+ dispatchEvent: ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean);
530
+ ariaAtomic: string;
531
+ ariaAutoComplete: string;
532
+ ariaBusy: string;
533
+ ariaChecked: string;
534
+ ariaColCount: string;
535
+ ariaColIndex: string;
536
+ ariaColIndexText: string;
537
+ ariaColSpan: string;
538
+ ariaCurrent: string;
539
+ ariaDisabled: string;
540
+ ariaExpanded: string;
541
+ ariaHasPopup: string;
542
+ ariaHidden: string;
543
+ ariaInvalid: string;
544
+ ariaKeyShortcuts: string;
545
+ ariaLabel: string;
546
+ ariaLevel: string;
547
+ ariaLive: string;
548
+ ariaModal: string;
549
+ ariaMultiLine: string;
550
+ ariaMultiSelectable: string;
551
+ ariaOrientation: string;
552
+ ariaPlaceholder: string;
553
+ ariaPosInSet: string;
554
+ ariaPressed: string;
555
+ ariaReadOnly: string;
556
+ ariaRequired: string;
557
+ ariaRoleDescription: string;
558
+ ariaRowCount: string;
559
+ ariaRowIndex: string;
560
+ ariaRowIndexText: string;
561
+ ariaRowSpan: string;
562
+ ariaSelected: string;
563
+ ariaSetSize: string;
564
+ ariaSort: string;
565
+ ariaValueMax: string;
566
+ ariaValueMin: string;
567
+ ariaValueNow: string;
568
+ ariaValueText: string;
569
+ role: string;
570
+ animate: ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation) & ((keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions) => Animation);
571
+ getAnimations: ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]) & ((options?: GetAnimationsOptions) => Animation[]);
572
+ after: ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
573
+ before: ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
574
+ remove: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
575
+ replaceWith: ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
576
+ innerHTML: string;
577
+ readonly nextElementSibling: Element;
578
+ readonly previousElementSibling: Element;
579
+ readonly childElementCount: number;
580
+ readonly children: HTMLCollection;
581
+ readonly firstElementChild: Element;
582
+ readonly lastElementChild: Element;
583
+ append: ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
584
+ prepend: ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
585
+ querySelector: {
586
+ <K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
587
+ <K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
588
+ <E_1 extends Element = Element>(selectors: string): E_1;
589
+ } & {
590
+ <K_6_1 extends keyof HTMLElementTagNameMap>(selectors: K_6_1): HTMLElementTagNameMap[K_6_1];
591
+ <K_7_1 extends keyof SVGElementTagNameMap>(selectors: K_7_1): SVGElementTagNameMap[K_7_1];
592
+ <E_1_1 extends Element = Element>(selectors: string): E_1_1;
593
+ } & {
594
+ <K_6_2 extends keyof HTMLElementTagNameMap>(selectors: K_6_2): HTMLElementTagNameMap[K_6_2];
595
+ <K_7_2 extends keyof SVGElementTagNameMap>(selectors: K_7_2): SVGElementTagNameMap[K_7_2];
596
+ <E_1_2 extends Element = Element>(selectors: string): E_1_2;
597
+ } & {
598
+ <K_6_3 extends keyof HTMLElementTagNameMap>(selectors: K_6_3): HTMLElementTagNameMap[K_6_3];
599
+ <K_7_3 extends keyof SVGElementTagNameMap>(selectors: K_7_3): SVGElementTagNameMap[K_7_3];
600
+ <E_1_3 extends Element = Element>(selectors: string): E_1_3;
601
+ } & {
602
+ <K_17 extends keyof HTMLElementTagNameMap>(selectors: K_17): HTMLElementTagNameMap[K_17];
603
+ <K_18 extends keyof SVGElementTagNameMap>(selectors: K_18): SVGElementTagNameMap[K_18];
604
+ <E_12 extends Element = Element>(selectors: string): E_12;
605
+ } & {
606
+ <K_6_4 extends keyof HTMLElementTagNameMap>(selectors: K_6_4): HTMLElementTagNameMap[K_6_4];
607
+ <K_7_4 extends keyof SVGElementTagNameMap>(selectors: K_7_4): SVGElementTagNameMap[K_7_4];
608
+ <E_1_4 extends Element = Element>(selectors: string): E_1_4;
609
+ } & {
610
+ <K_6_5 extends keyof HTMLElementTagNameMap>(selectors: K_6_5): HTMLElementTagNameMap[K_6_5];
611
+ <K_7_5 extends keyof SVGElementTagNameMap>(selectors: K_7_5): SVGElementTagNameMap[K_7_5];
612
+ <E_1_5 extends Element = Element>(selectors: string): E_1_5;
613
+ } & {
614
+ <K_6_6 extends keyof HTMLElementTagNameMap>(selectors: K_6_6): HTMLElementTagNameMap[K_6_6];
615
+ <K_7_6 extends keyof SVGElementTagNameMap>(selectors: K_7_6): SVGElementTagNameMap[K_7_6];
616
+ <E_1_6 extends Element = Element>(selectors: string): E_1_6;
617
+ } & {
618
+ <K_6_7 extends keyof HTMLElementTagNameMap>(selectors: K_6_7): HTMLElementTagNameMap[K_6_7];
619
+ <K_7_7 extends keyof SVGElementTagNameMap>(selectors: K_7_7): SVGElementTagNameMap[K_7_7];
620
+ <E_1_7 extends Element = Element>(selectors: string): E_1_7;
621
+ } & {
622
+ <K_6_8 extends keyof HTMLElementTagNameMap>(selectors: K_6_8): HTMLElementTagNameMap[K_6_8];
623
+ <K_7_8 extends keyof SVGElementTagNameMap>(selectors: K_7_8): SVGElementTagNameMap[K_7_8];
624
+ <E_1_8 extends Element = Element>(selectors: string): E_1_8;
625
+ } & {
626
+ <K_6_9 extends keyof HTMLElementTagNameMap>(selectors: K_6_9): HTMLElementTagNameMap[K_6_9];
627
+ <K_7_9 extends keyof SVGElementTagNameMap>(selectors: K_7_9): SVGElementTagNameMap[K_7_9];
628
+ <E_1_9 extends Element = Element>(selectors: string): E_1_9;
629
+ } & {
630
+ <K_6_10 extends keyof HTMLElementTagNameMap>(selectors: K_6_10): HTMLElementTagNameMap[K_6_10];
631
+ <K_7_10 extends keyof SVGElementTagNameMap>(selectors: K_7_10): SVGElementTagNameMap[K_7_10];
632
+ <E_1_10 extends Element = Element>(selectors: string): E_1_10;
633
+ };
634
+ querySelectorAll: {
635
+ <K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
636
+ <K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
637
+ <E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
638
+ } & {
639
+ <K_8_1 extends keyof HTMLElementTagNameMap>(selectors: K_8_1): NodeListOf<HTMLElementTagNameMap[K_8_1]>;
640
+ <K_9_1 extends keyof SVGElementTagNameMap>(selectors: K_9_1): NodeListOf<SVGElementTagNameMap[K_9_1]>;
641
+ <E_2_1 extends Element = Element>(selectors: string): NodeListOf<E_2_1>;
642
+ } & {
643
+ <K_8_2 extends keyof HTMLElementTagNameMap>(selectors: K_8_2): NodeListOf<HTMLElementTagNameMap[K_8_2]>;
644
+ <K_9_2 extends keyof SVGElementTagNameMap>(selectors: K_9_2): NodeListOf<SVGElementTagNameMap[K_9_2]>;
645
+ <E_2_2 extends Element = Element>(selectors: string): NodeListOf<E_2_2>;
646
+ } & {
647
+ <K_8_3 extends keyof HTMLElementTagNameMap>(selectors: K_8_3): NodeListOf<HTMLElementTagNameMap[K_8_3]>;
648
+ <K_9_3 extends keyof SVGElementTagNameMap>(selectors: K_9_3): NodeListOf<SVGElementTagNameMap[K_9_3]>;
649
+ <E_2_3 extends Element = Element>(selectors: string): NodeListOf<E_2_3>;
650
+ } & {
651
+ <K_19 extends keyof HTMLElementTagNameMap>(selectors: K_19): NodeListOf<HTMLElementTagNameMap[K_19]>;
652
+ <K_20 extends keyof SVGElementTagNameMap>(selectors: K_20): NodeListOf<SVGElementTagNameMap[K_20]>;
653
+ <E_13 extends Element = Element>(selectors: string): NodeListOf<E_13>;
654
+ } & {
655
+ <K_8_4 extends keyof HTMLElementTagNameMap>(selectors: K_8_4): NodeListOf<HTMLElementTagNameMap[K_8_4]>;
656
+ <K_9_4 extends keyof SVGElementTagNameMap>(selectors: K_9_4): NodeListOf<SVGElementTagNameMap[K_9_4]>;
657
+ <E_2_4 extends Element = Element>(selectors: string): NodeListOf<E_2_4>;
658
+ } & {
659
+ <K_8_5 extends keyof HTMLElementTagNameMap>(selectors: K_8_5): NodeListOf<HTMLElementTagNameMap[K_8_5]>;
660
+ <K_9_5 extends keyof SVGElementTagNameMap>(selectors: K_9_5): NodeListOf<SVGElementTagNameMap[K_9_5]>;
661
+ <E_2_5 extends Element = Element>(selectors: string): NodeListOf<E_2_5>;
662
+ } & {
663
+ <K_8_6 extends keyof HTMLElementTagNameMap>(selectors: K_8_6): NodeListOf<HTMLElementTagNameMap[K_8_6]>;
664
+ <K_9_6 extends keyof SVGElementTagNameMap>(selectors: K_9_6): NodeListOf<SVGElementTagNameMap[K_9_6]>;
665
+ <E_2_6 extends Element = Element>(selectors: string): NodeListOf<E_2_6>;
666
+ } & {
667
+ <K_8_7 extends keyof HTMLElementTagNameMap>(selectors: K_8_7): NodeListOf<HTMLElementTagNameMap[K_8_7]>;
668
+ <K_9_7 extends keyof SVGElementTagNameMap>(selectors: K_9_7): NodeListOf<SVGElementTagNameMap[K_9_7]>;
669
+ <E_2_7 extends Element = Element>(selectors: string): NodeListOf<E_2_7>;
670
+ } & {
671
+ <K_8_8 extends keyof HTMLElementTagNameMap>(selectors: K_8_8): NodeListOf<HTMLElementTagNameMap[K_8_8]>;
672
+ <K_9_8 extends keyof SVGElementTagNameMap>(selectors: K_9_8): NodeListOf<SVGElementTagNameMap[K_9_8]>;
673
+ <E_2_8 extends Element = Element>(selectors: string): NodeListOf<E_2_8>;
674
+ } & {
675
+ <K_8_9 extends keyof HTMLElementTagNameMap>(selectors: K_8_9): NodeListOf<HTMLElementTagNameMap[K_8_9]>;
676
+ <K_9_9 extends keyof SVGElementTagNameMap>(selectors: K_9_9): NodeListOf<SVGElementTagNameMap[K_9_9]>;
677
+ <E_2_9 extends Element = Element>(selectors: string): NodeListOf<E_2_9>;
678
+ } & {
679
+ <K_8_10 extends keyof HTMLElementTagNameMap>(selectors: K_8_10): NodeListOf<HTMLElementTagNameMap[K_8_10]>;
680
+ <K_9_10 extends keyof SVGElementTagNameMap>(selectors: K_9_10): NodeListOf<SVGElementTagNameMap[K_9_10]>;
681
+ <E_2_10 extends Element = Element>(selectors: string): NodeListOf<E_2_10>;
682
+ };
683
+ replaceChildren: ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
684
+ readonly assignedSlot: HTMLSlotElement;
685
+ oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
686
+ oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
687
+ onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
688
+ readonly style: CSSStyleDeclaration;
689
+ contentEditable: string;
690
+ enterKeyHint: string;
691
+ inputMode: string;
692
+ readonly isContentEditable: boolean;
693
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any);
694
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
695
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
696
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
697
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
698
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
699
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any);
700
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any);
701
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
702
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
703
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
704
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
705
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
706
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
707
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
708
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
709
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
710
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
711
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
712
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
713
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
714
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
715
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
716
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
717
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
718
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
719
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
720
+ onerror: OnErrorEventHandlerNonNull;
721
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any);
722
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any) & ((this: GlobalEventHandlers, ev: FormDataEvent) => any);
723
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
724
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
725
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
726
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any);
727
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any);
728
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) & ((this: GlobalEventHandlers, ev: KeyboardEvent) => any);
729
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
730
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
731
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
732
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
733
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
734
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
735
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
736
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
737
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
738
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
739
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
740
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
741
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
742
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
743
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
744
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
745
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
746
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
747
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
748
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
749
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
750
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
751
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any) & ((this: GlobalEventHandlers, ev: PointerEvent) => any);
752
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) & ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any);
753
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
754
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
755
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any);
756
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
757
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any);
758
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
759
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
760
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
761
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
762
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
763
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
764
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
765
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any) & ((this: GlobalEventHandlers, ev: SubmitEvent) => any);
766
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
767
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
768
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
769
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any);
770
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any);
771
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any);
772
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any) & ((this: GlobalEventHandlers, ev: TouchEvent) => any);
773
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
774
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
775
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
776
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any) & ((this: GlobalEventHandlers, ev: TransitionEvent) => any);
777
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
778
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
779
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
780
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
781
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
782
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
783
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any) & ((this: GlobalEventHandlers, ev: WheelEvent) => any);
784
+ autofocus: boolean;
785
+ readonly dataset: DOMStringMap;
786
+ nonce?: string;
787
+ tabIndex: number;
788
+ blur: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
789
+ focus: ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void);
790
+ "__#11919@#logger": {
791
+ error(...data: any[]): void;
792
+ warn(...data: any[]): void;
793
+ info(...data: any[]): void;
794
+ debug(...data: any[]): void;
795
+ };
796
+ "__#11919@#wrapLogger": ((logger: Partial<{
797
+ error(...data: any[]): void;
798
+ warn(...data: any[]): void;
799
+ info(...data: any[]): void;
800
+ debug(...data: any[]): void;
801
+ }>) => {
802
+ error(...data: any[]): void;
803
+ warn(...data: any[]): void;
804
+ info(...data: any[]): void;
805
+ debug(...data: any[]): void;
806
+ }) & ((logger: Partial<{
807
+ error(...data: any[]): void;
808
+ warn(...data: any[]): void;
809
+ info(...data: any[]): void;
810
+ debug(...data: any[]): void;
811
+ }>) => {
812
+ error(...data: any[]): void;
813
+ warn(...data: any[]): void;
814
+ info(...data: any[]): void;
815
+ debug(...data: any[]): void;
816
+ }) & ((logger: Partial<{
817
+ error(...data: any[]): void;
818
+ warn(...data: any[]): void;
819
+ info(...data: any[]): void;
820
+ debug(...data: any[]): void;
821
+ }>) => {
822
+ error(...data: any[]): void;
823
+ warn(...data: any[]): void;
824
+ info(...data: any[]): void;
825
+ debug(...data: any[]): void;
826
+ }) & ((logger: Partial<{
827
+ error(...data: any[]): void;
828
+ warn(...data: any[]): void;
829
+ info(...data: any[]): void;
830
+ debug(...data: any[]): void;
831
+ }>) => {
832
+ error(...data: any[]): void;
833
+ warn(...data: any[]): void;
834
+ info(...data: any[]): void;
835
+ debug(...data: any[]): void;
836
+ }) & ((logger: Partial<{
837
+ error(...data: any[]): void;
838
+ warn(...data: any[]): void;
839
+ info(...data: any[]): void;
840
+ debug(...data: any[]): void;
841
+ }>) => {
842
+ error(...data: any[]): void;
843
+ warn(...data: any[]): void;
844
+ info(...data: any[]): void;
845
+ debug(...data: any[]): void;
846
+ }) & ((logger: Partial<{
847
+ error(...data: any[]): void;
848
+ warn(...data: any[]): void;
849
+ info(...data: any[]): void;
850
+ debug(...data: any[]): void;
851
+ }>) => {
852
+ error(...data: any[]): void;
853
+ warn(...data: any[]): void;
854
+ info(...data: any[]): void;
855
+ debug(...data: any[]): void;
856
+ }) & ((logger: Partial<{
857
+ error(...data: any[]): void;
858
+ warn(...data: any[]): void;
859
+ info(...data: any[]): void;
860
+ debug(...data: any[]): void;
861
+ }>) => {
862
+ error(...data: any[]): void;
863
+ warn(...data: any[]): void;
864
+ info(...data: any[]): void;
865
+ debug(...data: any[]): void;
866
+ }) & ((logger: Partial<{
867
+ error(...data: any[]): void;
868
+ warn(...data: any[]): void;
869
+ info(...data: any[]): void;
870
+ debug(...data: any[]): void;
871
+ }>) => {
872
+ error(...data: any[]): void;
873
+ warn(...data: any[]): void;
874
+ info(...data: any[]): void;
875
+ debug(...data: any[]): void;
876
+ }) & ((logger: Partial<{
877
+ error(...data: any[]): void;
878
+ warn(...data: any[]): void;
879
+ info(...data: any[]): void;
880
+ debug(...data: any[]): void;
881
+ }>) => {
882
+ error(...data: any[]): void;
883
+ warn(...data: any[]): void;
884
+ info(...data: any[]): void;
885
+ debug(...data: any[]): void;
886
+ }) & ((logger: Partial<{
887
+ error(...data: any[]): void;
888
+ warn(...data: any[]): void;
889
+ info(...data: any[]): void;
890
+ debug(...data: any[]): void;
891
+ }>) => {
892
+ error(...data: any[]): void;
893
+ warn(...data: any[]): void;
894
+ info(...data: any[]): void;
895
+ debug(...data: any[]): void;
896
+ }) & ((logger: Partial<{
897
+ error(...data: any[]): void;
898
+ warn(...data: any[]): void;
899
+ info(...data: any[]): void;
900
+ debug(...data: any[]): void;
901
+ }>) => {
902
+ error(...data: any[]): void;
903
+ warn(...data: any[]): void;
904
+ info(...data: any[]): void;
905
+ debug(...data: any[]): void;
906
+ }) & ((logger: Partial<{
907
+ error(...data: any[]): void;
908
+ warn(...data: any[]): void;
909
+ info(...data: any[]): void;
910
+ debug(...data: any[]): void;
911
+ }>) => {
912
+ error(...data: any[]): void;
913
+ warn(...data: any[]): void;
914
+ info(...data: any[]): void;
915
+ debug(...data: any[]): void;
916
+ }) & ((logger: Partial<{
917
+ error(...data: any[]): void;
918
+ warn(...data: any[]): void;
919
+ info(...data: any[]): void;
920
+ debug(...data: any[]): void;
921
+ }>) => {
922
+ error(...data: any[]): void;
923
+ warn(...data: any[]): void;
924
+ info(...data: any[]): void;
925
+ debug(...data: any[]): void;
926
+ }) & ((logger: Partial<{
927
+ error(...data: any[]): void;
928
+ warn(...data: any[]): void;
929
+ info(...data: any[]): void;
930
+ debug(...data: any[]): void;
931
+ }>) => {
932
+ error(...data: any[]): void;
933
+ warn(...data: any[]): void;
934
+ info(...data: any[]): void;
935
+ debug(...data: any[]): void;
936
+ }) & ((logger: Partial<{
937
+ error(...data: any[]): void;
938
+ warn(...data: any[]): void;
939
+ info(...data: any[]): void;
940
+ debug(...data: any[]): void;
941
+ }>) => {
942
+ error(...data: any[]): void;
943
+ warn(...data: any[]): void;
944
+ info(...data: any[]): void;
945
+ debug(...data: any[]): void;
946
+ }) & ((logger: Partial<{
947
+ error(...data: any[]): void;
948
+ warn(...data: any[]): void;
949
+ info(...data: any[]): void;
950
+ debug(...data: any[]): void;
951
+ }>) => {
952
+ error(...data: any[]): void;
953
+ warn(...data: any[]): void;
954
+ info(...data: any[]): void;
955
+ debug(...data: any[]): void;
956
+ }) & ((logger: Partial<{
957
+ error(...data: any[]): void;
958
+ warn(...data: any[]): void;
959
+ info(...data: any[]): void;
960
+ debug(...data: any[]): void;
961
+ }>) => {
962
+ error(...data: any[]): void;
963
+ warn(...data: any[]): void;
964
+ info(...data: any[]): void;
965
+ debug(...data: any[]): void;
966
+ }) & ((logger: Partial<{
967
+ error(...data: any[]): void;
968
+ warn(...data: any[]): void;
969
+ info(...data: any[]): void;
970
+ debug(...data: any[]): void;
971
+ }>) => {
972
+ error(...data: any[]): void;
973
+ warn(...data: any[]): void;
974
+ info(...data: any[]): void;
975
+ debug(...data: any[]): void;
976
+ }) & ((logger: Partial<{
977
+ error(...data: any[]): void;
978
+ warn(...data: any[]): void;
979
+ info(...data: any[]): void;
980
+ debug(...data: any[]): void;
981
+ }>) => {
982
+ error(...data: any[]): void;
983
+ warn(...data: any[]): void;
984
+ info(...data: any[]): void;
985
+ debug(...data: any[]): void;
986
+ }) & ((logger: Partial<{
987
+ error(...data: any[]): void;
988
+ warn(...data: any[]): void;
989
+ info(...data: any[]): void;
990
+ debug(...data: any[]): void;
991
+ }>) => {
992
+ error(...data: any[]): void;
993
+ warn(...data: any[]): void;
994
+ info(...data: any[]): void;
995
+ debug(...data: any[]): void;
996
+ }) & ((logger: Partial<{
997
+ error(...data: any[]): void;
998
+ warn(...data: any[]): void;
999
+ info(...data: any[]): void;
1000
+ debug(...data: any[]): void;
1001
+ }>) => {
1002
+ error(...data: any[]): void;
1003
+ warn(...data: any[]): void;
1004
+ info(...data: any[]): void;
1005
+ debug(...data: any[]): void;
1006
+ }) & ((logger: Partial<{
1007
+ error(...data: any[]): void;
1008
+ warn(...data: any[]): void;
1009
+ info(...data: any[]): void;
1010
+ debug(...data: any[]): void;
1011
+ }>) => {
1012
+ error(...data: any[]): void;
1013
+ warn(...data: any[]): void;
1014
+ info(...data: any[]): void;
1015
+ debug(...data: any[]): void;
1016
+ }) & ((logger: Partial<{
1017
+ error(...data: any[]): void;
1018
+ warn(...data: any[]): void;
1019
+ info(...data: any[]): void;
1020
+ debug(...data: any[]): void;
1021
+ }>) => {
1022
+ error(...data: any[]): void;
1023
+ warn(...data: any[]): void;
1024
+ info(...data: any[]): void;
1025
+ debug(...data: any[]): void;
1026
+ }) & ((logger: Partial<{
1027
+ error(...data: any[]): void;
1028
+ warn(...data: any[]): void;
1029
+ info(...data: any[]): void;
1030
+ debug(...data: any[]): void;
1031
+ }>) => {
1032
+ error(...data: any[]): void;
1033
+ warn(...data: any[]): void;
1034
+ info(...data: any[]): void;
1035
+ debug(...data: any[]): void;
1036
+ }) & ((logger: Partial<{
1037
+ error(...data: any[]): void;
1038
+ warn(...data: any[]): void;
1039
+ info(...data: any[]): void;
1040
+ debug(...data: any[]): void;
1041
+ }>) => {
1042
+ error(...data: any[]): void;
1043
+ warn(...data: any[]): void;
1044
+ info(...data: any[]): void;
1045
+ debug(...data: any[]): void;
1046
+ }) & ((logger: Partial<{
1047
+ error(...data: any[]): void;
1048
+ warn(...data: any[]): void;
1049
+ info(...data: any[]): void;
1050
+ debug(...data: any[]): void;
1051
+ }>) => {
1052
+ error(...data: any[]): void;
1053
+ warn(...data: any[]): void;
1054
+ info(...data: any[]): void;
1055
+ debug(...data: any[]): void;
1056
+ }) & ((logger: Partial<{
1057
+ error(...data: any[]): void;
1058
+ warn(...data: any[]): void;
1059
+ info(...data: any[]): void;
1060
+ debug(...data: any[]): void;
1061
+ }>) => {
1062
+ error(...data: any[]): void;
1063
+ warn(...data: any[]): void;
1064
+ info(...data: any[]): void;
1065
+ debug(...data: any[]): void;
1066
+ }) & ((logger: Partial<{
1067
+ error(...data: any[]): void;
1068
+ warn(...data: any[]): void;
1069
+ info(...data: any[]): void;
1070
+ debug(...data: any[]): void;
1071
+ }>) => {
1072
+ error(...data: any[]): void;
1073
+ warn(...data: any[]): void;
1074
+ info(...data: any[]): void;
1075
+ debug(...data: any[]): void;
1076
+ });
1077
+ logger: {
1078
+ error(...data: any[]): void;
1079
+ warn(...data: any[]): void;
1080
+ info(...data: any[]): void;
1081
+ debug(...data: any[]): void;
1082
+ };
1083
+ onLogEvent: ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", data: any[]) => void) & ((logLevel: "info" | "error" | "warn" | "debug", args: any[]) => void);
1084
+ readonly projectId: string;
1085
+ actions: _reduxjs_toolkit.CaseReducerActions<{
1086
+ setSelectedAuditId: (state: {
1087
+ auditList: {
1088
+ data: {
1089
+ id: string;
1090
+ userId: string;
1091
+ action: string;
1092
+ actorId: string;
1093
+ type: string;
1094
+ occurred: number;
1095
+ occurredFormatted?: string;
1096
+ device: string;
1097
+ method: string;
1098
+ geo: string;
1099
+ remoteAddress: string;
1100
+ externalIds: string[];
1101
+ data?: {
1102
+ [x: string]: string;
1103
+ };
1104
+ }[];
1105
+ loading: boolean;
1106
+ error: unknown;
1107
+ };
1108
+ searchParams: {
1109
+ text: string;
1110
+ sort: {
1111
+ field: string;
1112
+ desc: boolean;
1113
+ }[];
1114
+ };
1115
+ selectedAuditId: string;
1116
+ }, { payload }: {
1117
+ payload: any;
1118
+ type: string;
1119
+ }) => void;
1120
+ }, "widget"> & {
1121
+ searchAudit: _reduxjs_toolkit.AsyncThunk<any, void | SearchAuditConfig, {
1122
+ extra: {
1123
+ api: {
1124
+ audit: {
1125
+ search: (config: SearchAuditConfig) => Promise<Audit[]>;
1126
+ };
1127
+ };
1128
+ };
1129
+ state?: unknown;
1130
+ dispatch?: redux.Dispatch<redux.UnknownAction>;
1131
+ rejectValue?: unknown;
1132
+ serializedErrorType?: unknown;
1133
+ pendingMeta?: unknown;
1134
+ fulfilledMeta?: unknown;
1135
+ rejectedMeta?: unknown;
1136
+ }>;
1137
+ } & _reduxjs_toolkit.CaseReducerActions<{
1138
+ setSelectedAuditId: (state: {
1139
+ auditList: {
1140
+ data: {
1141
+ id: string;
1142
+ userId: string;
1143
+ action: string;
1144
+ actorId: string;
1145
+ type: string;
1146
+ occurred: number;
1147
+ occurredFormatted?: string;
1148
+ device: string;
1149
+ method: string;
1150
+ geo: string;
1151
+ remoteAddress: string;
1152
+ externalIds: string[];
1153
+ data?: {
1154
+ [x: string]: string;
1155
+ };
1156
+ }[];
1157
+ loading: boolean;
1158
+ error: unknown;
1159
+ };
1160
+ searchParams: {
1161
+ text: string;
1162
+ sort: {
1163
+ field: string;
1164
+ desc: boolean;
1165
+ }[];
1166
+ };
1167
+ selectedAuditId: string;
1168
+ }, { payload }: {
1169
+ payload: any;
1170
+ type: string;
1171
+ }) => void;
1172
+ }, "widget"> & {
1173
+ searchAudit: _reduxjs_toolkit.AsyncThunk<any, void | SearchAuditConfig, {
1174
+ extra: {
1175
+ api: {
1176
+ audit: {
1177
+ search: (config: SearchAuditConfig) => Promise<Audit[]>;
1178
+ };
1179
+ };
1180
+ };
1181
+ state?: unknown;
1182
+ dispatch?: redux.Dispatch<redux.UnknownAction>;
1183
+ rejectValue?: unknown;
1184
+ serializedErrorType?: unknown;
1185
+ pendingMeta?: unknown;
1186
+ fulfilledMeta?: unknown;
1187
+ rejectedMeta?: unknown;
1188
+ }>;
1189
+ } & _reduxjs_toolkit.CaseReducerActions<{
1190
+ setSelectedAuditId: (state: {
1191
+ auditList: {
1192
+ data: {
1193
+ id: string;
1194
+ userId: string;
1195
+ action: string;
1196
+ actorId: string;
1197
+ type: string;
1198
+ occurred: number;
1199
+ occurredFormatted?: string;
1200
+ device: string;
1201
+ method: string;
1202
+ geo: string;
1203
+ remoteAddress: string;
1204
+ externalIds: string[];
1205
+ data?: {
1206
+ [x: string]: string;
1207
+ };
1208
+ }[];
1209
+ loading: boolean;
1210
+ error: unknown;
1211
+ };
1212
+ searchParams: {
1213
+ text: string;
1214
+ sort: {
1215
+ field: string;
1216
+ desc: boolean;
1217
+ }[];
1218
+ };
1219
+ selectedAuditId: string;
1220
+ }, { payload }: {
1221
+ payload: any;
1222
+ type: string;
1223
+ }) => void;
1224
+ }, "widget"> & {
1225
+ searchAudit: _reduxjs_toolkit.AsyncThunk<any, void | SearchAuditConfig, {
1226
+ extra: {
1227
+ api: {
1228
+ audit: {
1229
+ search: (config: SearchAuditConfig) => Promise<Audit[]>;
1230
+ };
1231
+ };
1232
+ };
1233
+ state?: unknown;
1234
+ dispatch?: redux.Dispatch<redux.UnknownAction>;
1235
+ rejectValue?: unknown;
1236
+ serializedErrorType?: unknown;
1237
+ pendingMeta?: unknown;
1238
+ fulfilledMeta?: unknown;
1239
+ rejectedMeta?: unknown;
1240
+ }>;
1241
+ } & _reduxjs_toolkit.CaseReducerActions<{
1242
+ setSelectedAuditId: (state: {
1243
+ auditList: {
1244
+ data: {
1245
+ id: string;
1246
+ userId: string;
1247
+ action: string;
1248
+ actorId: string;
1249
+ type: string;
1250
+ occurred: number;
1251
+ occurredFormatted?: string;
1252
+ device: string;
1253
+ method: string;
1254
+ geo: string;
1255
+ remoteAddress: string;
1256
+ externalIds: string[];
1257
+ data?: {
1258
+ [x: string]: string;
1259
+ };
1260
+ }[];
1261
+ loading: boolean;
1262
+ error: unknown;
1263
+ };
1264
+ searchParams: {
1265
+ text: string;
1266
+ sort: {
1267
+ field: string;
1268
+ desc: boolean;
1269
+ }[];
1270
+ };
1271
+ selectedAuditId: string;
1272
+ }, { payload }: {
1273
+ payload: any;
1274
+ type: string;
1275
+ }) => void;
1276
+ }, "widget"> & {
1277
+ searchAudit: _reduxjs_toolkit.AsyncThunk<any, void | SearchAuditConfig, {
1278
+ extra: {
1279
+ api: {
1280
+ audit: {
1281
+ search: (config: SearchAuditConfig) => Promise<Audit[]>;
1282
+ };
1283
+ };
1284
+ };
1285
+ state?: unknown;
1286
+ dispatch?: redux.Dispatch<redux.UnknownAction>;
1287
+ rejectValue?: unknown;
1288
+ serializedErrorType?: unknown;
1289
+ pendingMeta?: unknown;
1290
+ fulfilledMeta?: unknown;
1291
+ rejectedMeta?: unknown;
1292
+ }>;
1293
+ };
1294
+ subscribe: <SelectorR = State>(cb: (state: SelectorR) => void, selector?: (state: {
1295
+ auditList: {
1296
+ data: {
1297
+ id: string;
1298
+ userId: string;
1299
+ action: string;
1300
+ actorId: string;
1301
+ type: string;
1302
+ occurred: number;
1303
+ occurredFormatted?: string;
1304
+ device: string;
1305
+ method: string;
1306
+ geo: string;
1307
+ remoteAddress: string;
1308
+ externalIds: string[];
1309
+ data?: {
1310
+ [x: string]: string;
1311
+ };
1312
+ }[];
1313
+ loading: boolean;
1314
+ error: unknown;
1315
+ };
1316
+ searchParams: {
1317
+ text: string;
1318
+ sort: {
1319
+ field: string;
1320
+ desc: boolean;
1321
+ }[];
1322
+ };
1323
+ selectedAuditId: string;
1324
+ }) => SelectorR) => redux.Unsubscribe;
1325
+ "__#6@#initWidgetRoot": (() => Promise<void>) & (() => Promise<void>);
1326
+ readonly widgetId: string;
1327
+ fetchWidgetPage: ((filename: string) => Promise<string>) & ((filename: string) => Promise<string>);
1328
+ fetchStaticResource: (<F extends "text" | "json">(filename: string, format: F) => Promise<{
1329
+ body: F extends "json" ? Record<string, any> : string;
1330
+ headers: Record<string, string>;
1331
+ }>) & (<F_1 extends "text" | "json">(filename: string, format: F_1) => Promise<{
1332
+ body: F_1 extends "json" ? Record<string, any> : string;
1333
+ headers: Record<string, string>;
1334
+ }>) & (<F_2 extends "text" | "json">(filename: string, format: F_2) => Promise<{
1335
+ body: F_2 extends "json" ? Record<string, any> : string;
1336
+ headers: Record<string, string>;
1337
+ }>) & (<F_1 extends "text" | "json">(filename: string, format: F_1) => Promise<{
1338
+ body: F_1 extends "json" ? Record<string, any> : string;
1339
+ headers: Record<string, string>;
1340
+ }>) & (<F_2 extends "text" | "json">(filename: string, format: F_2) => Promise<{
1341
+ body: F_2 extends "json" ? Record<string, any> : string;
1342
+ headers: Record<string, string>;
1343
+ }>);
1344
+ contentRootElement: HTMLElement;
1345
+ rootElement: HTMLElement;
1346
+ "__#11926@#errorCbsSym": symbol;
1347
+ "__#11926@#loadCbsSym": symbol;
1348
+ "__#11926@#getComponentsVersion": (() => Promise<any>) & (() => Promise<any>);
1349
+ "__#11926@#exposeAlternateEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1350
+ "__#11926@#handleFallbackScript": ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[]) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[]) => Promise<void>);
1351
+ "__#11926@#registerEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1352
+ "__#11926@#getDescopeUiLoadingScript": (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>);
1353
+ "__#11926@#descopeUi": Promise<any>;
1354
+ readonly descopeUi: Promise<any>;
1355
+ "__#11926@#loadDescopeUiComponent": ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>);
1356
+ loadDescopeUiComponents: ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>);
1357
+ "__#11926@#getDescopeUi": (() => Promise<unknown>) & (() => Promise<unknown>);
1358
+ readonly config: any;
1359
+ "__#11923@#_configResource": any;
1360
+ "__#11923@#fetchConfig": (() => Promise<{
1361
+ projectConfig: _descope_sdk_mixins.ProjectConfiguration;
1362
+ executionContext: {
1363
+ geo: string;
1364
+ };
1365
+ }>) & (() => Promise<{
1366
+ projectConfig: _descope_sdk_mixins.ProjectConfiguration;
1367
+ executionContext: {
1368
+ geo: string;
1369
+ };
1370
+ }>) & (() => Promise<{
1371
+ projectConfig: _descope_sdk_mixins.ProjectConfiguration;
1372
+ executionContext: {
1373
+ geo: string;
1374
+ };
1375
+ }>);
1376
+ auditTable: _descope_sdk_component_drivers.GridDriver<Audit>;
1377
+ "__#8@#initAuditTable"(): void;
1378
+ "__#8@#onAuditListUpdate": (auditList: {
1379
+ occurredFormatted: string;
1380
+ id: string;
1381
+ userId: string;
1382
+ action: string;
1383
+ actorId: string;
1384
+ type: string;
1385
+ occurred: number;
1386
+ device: string;
1387
+ method: string;
1388
+ geo: string;
1389
+ remoteAddress: string;
1390
+ externalIds: string[];
1391
+ data?: Record<string, string>;
1392
+ }[]) => void;
1393
+ readonly theme: _descope_sdk_mixins.ThemeOptions;
1394
+ "__#11932@#_themeResource": Promise<void | Record<string, any>>;
1395
+ "__#11932@#fetchTheme"(): Promise<Record<string, any>>;
1396
+ readonly "__#11932@#themeResource": Promise<void | Record<string, any>>;
1397
+ "__#11932@#loadGlobalStyle"(): Promise<void>;
1398
+ "__#11932@#loadComponentsStyle"(): Promise<void>;
1399
+ "__#11932@#loadFonts"(): Promise<void>;
1400
+ "__#11932@#applyTheme"(): Promise<void>;
1401
+ "__#11925@#debuggerEle": HTMLElement & {
1402
+ updateData: (data: {
1403
+ title: string;
1404
+ description?: string;
1405
+ } | {
1406
+ title: string;
1407
+ description?: string;
1408
+ }[]) => void;
1409
+ };
1410
+ "__#11925@#disableDebugger"(): void;
1411
+ "__#11925@#enableDebugger"(): Promise<void>;
1412
+ readonly debug: boolean;
1413
+ "__#11925@#handleDebugMode"(): void;
1414
+ "__#11925@#updateDebuggerMessages"(title: string, description: string): void;
1415
+ };
1416
+ };
1417
+
1418
+ export { AuditManagementWidget as default };