@descope/user-profile-widget 0.0.94 → 0.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +310 -182
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare const UserProfileWidget: {
|
|
|
18
18
|
logout: _descope_sdk_component_drivers.ButtonDriver;
|
|
19
19
|
"__#16@#initLogout"(): void;
|
|
20
20
|
onWidgetRootReady: (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>) & (() => Promise<void>);
|
|
21
|
-
"__#
|
|
21
|
+
"__#12326@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
|
|
22
22
|
logger: {
|
|
23
23
|
error(...data: any[]): void;
|
|
24
24
|
warn(...data: any[]): void;
|
|
@@ -27,7 +27,7 @@ declare const UserProfileWidget: {
|
|
|
27
27
|
};
|
|
28
28
|
}) => {
|
|
29
29
|
setContent(template: HTMLTemplateElement): void;
|
|
30
|
-
"__#
|
|
30
|
+
"__#12325@#private": any;
|
|
31
31
|
beforeOpen: () => void | Promise<void>;
|
|
32
32
|
afterClose: () => void;
|
|
33
33
|
nodeName: string;
|
|
@@ -35,7 +35,7 @@ declare const UserProfileWidget: {
|
|
|
35
35
|
open(): Promise<void>;
|
|
36
36
|
reset(): void;
|
|
37
37
|
remove(): void;
|
|
38
|
-
"__#
|
|
38
|
+
"__#12323@#private": any;
|
|
39
39
|
logger: {
|
|
40
40
|
error(...data: any[]): void;
|
|
41
41
|
warn(...data: any[]): void;
|
|
@@ -46,21 +46,21 @@ declare const UserProfileWidget: {
|
|
|
46
46
|
readonly ele: Element;
|
|
47
47
|
};
|
|
48
48
|
createModal(config?: Record<string, string>): _descope_sdk_component_drivers.ModalDriver;
|
|
49
|
-
"__#
|
|
50
|
-
"__#
|
|
51
|
-
"__#
|
|
52
|
-
"__#
|
|
53
|
-
"__#
|
|
54
|
-
"__#
|
|
55
|
-
"__#
|
|
56
|
-
"__#
|
|
49
|
+
"__#12322@#errorCbsSym": symbol;
|
|
50
|
+
"__#12322@#loadCbsSym": symbol;
|
|
51
|
+
"__#12322@#getComponentsVersion": (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>);
|
|
52
|
+
"__#12322@#exposeAlternateEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
|
|
53
|
+
"__#12322@#handleFallbackScript": ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[]) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[]) => Promise<void>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[]) => Promise<void>);
|
|
54
|
+
"__#12322@#registerEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
|
|
55
|
+
"__#12322@#getDescopeUiLoadingScript": (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>);
|
|
56
|
+
"__#12322@#descopeUi": Promise<any>;
|
|
57
57
|
readonly descopeUi: Promise<any>;
|
|
58
|
-
"__#
|
|
58
|
+
"__#12322@#loadDescopeUiComponent": ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>);
|
|
59
59
|
loadDescopeUiComponents: ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>);
|
|
60
|
-
"__#
|
|
60
|
+
"__#12322@#getDescopeUi": (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>);
|
|
61
61
|
readonly config: any;
|
|
62
|
-
"__#
|
|
63
|
-
"__#
|
|
62
|
+
"__#12319@#_configResource": any;
|
|
63
|
+
"__#12319@#fetchConfig": (() => Promise<{
|
|
64
64
|
projectConfig: _descope_sdk_mixins.ProjectConfiguration;
|
|
65
65
|
executionContext: {
|
|
66
66
|
geo: string;
|
|
@@ -93,11 +93,11 @@ declare const UserProfileWidget: {
|
|
|
93
93
|
}>) & (<F_3 extends "text" | "json">(filename: string, format: F_3) => Promise<{
|
|
94
94
|
body: F_3 extends "json" ? Record<string, any> : string;
|
|
95
95
|
headers: Record<string, string>;
|
|
96
|
-
}>) & (<
|
|
97
|
-
body:
|
|
96
|
+
}>) & (<F_1_1 extends "text" | "json">(filename: string, format: F_1_1) => Promise<{
|
|
97
|
+
body: F_1_1 extends "json" ? Record<string, any> : string;
|
|
98
98
|
headers: Record<string, string>;
|
|
99
|
-
}>) & (<
|
|
100
|
-
body:
|
|
99
|
+
}>) & (<F_2_1 extends "text" | "json">(filename: string, format: F_2_1) => Promise<{
|
|
100
|
+
body: F_2_1 extends "json" ? Record<string, any> : string;
|
|
101
101
|
headers: Record<string, string>;
|
|
102
102
|
}>);
|
|
103
103
|
readonly baseStaticUrl: string;
|
|
@@ -117,11 +117,15 @@ declare const UserProfileWidget: {
|
|
|
117
117
|
readonly offsetTop: number;
|
|
118
118
|
readonly offsetWidth: number;
|
|
119
119
|
outerText: string;
|
|
120
|
+
popover: string;
|
|
120
121
|
spellcheck: boolean;
|
|
121
122
|
title: string;
|
|
122
123
|
translate: boolean;
|
|
123
124
|
attachInternals: (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals);
|
|
124
125
|
click: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
126
|
+
hidePopover: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
127
|
+
showPopover: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
128
|
+
togglePopover: ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean) & ((force?: boolean) => boolean);
|
|
125
129
|
addEventListener: {
|
|
126
130
|
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
127
131
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -169,9 +173,6 @@ declare const UserProfileWidget: {
|
|
|
169
173
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
170
174
|
};
|
|
171
175
|
removeEventListener: {
|
|
172
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
173
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
174
|
-
} & {
|
|
175
176
|
<K_1_1 extends keyof HTMLElementEventMap>(type: K_1_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
176
177
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
177
178
|
} & {
|
|
@@ -184,10 +185,10 @@ declare const UserProfileWidget: {
|
|
|
184
185
|
<K_1_4 extends keyof HTMLElementEventMap>(type: K_1_4, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_4]) => any, options?: boolean | EventListenerOptions): void;
|
|
185
186
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
186
187
|
} & {
|
|
187
|
-
<
|
|
188
|
+
<K_1_5 extends keyof HTMLElementEventMap>(type: K_1_5, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_5]) => any, options?: boolean | EventListenerOptions): void;
|
|
188
189
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
189
190
|
} & {
|
|
190
|
-
<
|
|
191
|
+
<K_15 extends keyof HTMLElementEventMap>(type: K_15, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_15]) => any, options?: boolean | EventListenerOptions): void;
|
|
191
192
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
192
193
|
} & {
|
|
193
194
|
<K_1_6 extends keyof HTMLElementEventMap>(type: K_1_6, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_6]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -213,6 +214,9 @@ declare const UserProfileWidget: {
|
|
|
213
214
|
} & {
|
|
214
215
|
<K_1_13 extends keyof HTMLElementEventMap>(type: K_1_13, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_13]) => any, options?: boolean | EventListenerOptions): void;
|
|
215
216
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
217
|
+
} & {
|
|
218
|
+
<K_1_14 extends keyof HTMLElementEventMap>(type: K_1_14, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_14]) => any, options?: boolean | EventListenerOptions): void;
|
|
219
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
216
220
|
};
|
|
217
221
|
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) & {
|
|
218
222
|
(attrName: string, oldValue: string, newValue: string): void;
|
|
@@ -246,67 +250,84 @@ declare const UserProfileWidget: {
|
|
|
246
250
|
slot: string;
|
|
247
251
|
readonly tagName: string;
|
|
248
252
|
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) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot) & ((init: ShadowRootInit) => ShadowRoot);
|
|
253
|
+
checkVisibility: ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean) & ((options?: CheckVisibilityOptions) => boolean);
|
|
249
254
|
closest: {
|
|
250
|
-
<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
251
|
-
<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
252
|
-
<E extends Element = Element>(selectors: string): E;
|
|
253
|
-
} & {
|
|
254
255
|
<K_2_1 extends keyof HTMLElementTagNameMap>(selector: K_2_1): HTMLElementTagNameMap[K_2_1];
|
|
255
256
|
<K_3_1 extends keyof SVGElementTagNameMap>(selector: K_3_1): SVGElementTagNameMap[K_3_1];
|
|
256
|
-
<
|
|
257
|
+
<K_4_1 extends keyof MathMLElementTagNameMap>(selector: K_4_1): MathMLElementTagNameMap[K_4_1];
|
|
258
|
+
<E extends Element = Element>(selectors: string): E;
|
|
257
259
|
} & {
|
|
258
260
|
<K_2_2 extends keyof HTMLElementTagNameMap>(selector: K_2_2): HTMLElementTagNameMap[K_2_2];
|
|
259
261
|
<K_3_2 extends keyof SVGElementTagNameMap>(selector: K_3_2): SVGElementTagNameMap[K_3_2];
|
|
260
|
-
<
|
|
262
|
+
<K_4_2 extends keyof MathMLElementTagNameMap>(selector: K_4_2): MathMLElementTagNameMap[K_4_2];
|
|
263
|
+
<E_1 extends Element = Element>(selectors: string): E_1;
|
|
261
264
|
} & {
|
|
262
265
|
<K_2_3 extends keyof HTMLElementTagNameMap>(selector: K_2_3): HTMLElementTagNameMap[K_2_3];
|
|
263
266
|
<K_3_3 extends keyof SVGElementTagNameMap>(selector: K_3_3): SVGElementTagNameMap[K_3_3];
|
|
264
|
-
<
|
|
267
|
+
<K_4_3 extends keyof MathMLElementTagNameMap>(selector: K_4_3): MathMLElementTagNameMap[K_4_3];
|
|
268
|
+
<E_2 extends Element = Element>(selectors: string): E_2;
|
|
265
269
|
} & {
|
|
266
270
|
<K_2_4 extends keyof HTMLElementTagNameMap>(selector: K_2_4): HTMLElementTagNameMap[K_2_4];
|
|
267
271
|
<K_3_4 extends keyof SVGElementTagNameMap>(selector: K_3_4): SVGElementTagNameMap[K_3_4];
|
|
272
|
+
<K_4_4 extends keyof MathMLElementTagNameMap>(selector: K_4_4): MathMLElementTagNameMap[K_4_4];
|
|
273
|
+
<E_3 extends Element = Element>(selectors: string): E_3;
|
|
274
|
+
} & {
|
|
275
|
+
<K_2_5 extends keyof HTMLElementTagNameMap>(selector: K_2_5): HTMLElementTagNameMap[K_2_5];
|
|
276
|
+
<K_3_5 extends keyof SVGElementTagNameMap>(selector: K_3_5): SVGElementTagNameMap[K_3_5];
|
|
277
|
+
<K_4_5 extends keyof MathMLElementTagNameMap>(selector: K_4_5): MathMLElementTagNameMap[K_4_5];
|
|
268
278
|
<E_4 extends Element = Element>(selectors: string): E_4;
|
|
269
279
|
} & {
|
|
270
280
|
<K_16 extends keyof HTMLElementTagNameMap>(selector: K_16): HTMLElementTagNameMap[K_16];
|
|
271
281
|
<K_17 extends keyof SVGElementTagNameMap>(selector: K_17): SVGElementTagNameMap[K_17];
|
|
282
|
+
<K_18 extends keyof MathMLElementTagNameMap>(selector: K_18): MathMLElementTagNameMap[K_18];
|
|
272
283
|
<E_5 extends Element = Element>(selectors: string): E_5;
|
|
273
|
-
} & {
|
|
274
|
-
<K_2_5 extends keyof HTMLElementTagNameMap>(selector: K_2_5): HTMLElementTagNameMap[K_2_5];
|
|
275
|
-
<K_3_5 extends keyof SVGElementTagNameMap>(selector: K_3_5): SVGElementTagNameMap[K_3_5];
|
|
276
|
-
<E_6 extends Element = Element>(selectors: string): E_6;
|
|
277
284
|
} & {
|
|
278
285
|
<K_2_6 extends keyof HTMLElementTagNameMap>(selector: K_2_6): HTMLElementTagNameMap[K_2_6];
|
|
279
286
|
<K_3_6 extends keyof SVGElementTagNameMap>(selector: K_3_6): SVGElementTagNameMap[K_3_6];
|
|
280
|
-
<
|
|
287
|
+
<K_4_6 extends keyof MathMLElementTagNameMap>(selector: K_4_6): MathMLElementTagNameMap[K_4_6];
|
|
288
|
+
<E_6 extends Element = Element>(selectors: string): E_6;
|
|
281
289
|
} & {
|
|
282
290
|
<K_2_7 extends keyof HTMLElementTagNameMap>(selector: K_2_7): HTMLElementTagNameMap[K_2_7];
|
|
283
291
|
<K_3_7 extends keyof SVGElementTagNameMap>(selector: K_3_7): SVGElementTagNameMap[K_3_7];
|
|
284
|
-
<
|
|
292
|
+
<K_4_7 extends keyof MathMLElementTagNameMap>(selector: K_4_7): MathMLElementTagNameMap[K_4_7];
|
|
293
|
+
<E_7 extends Element = Element>(selectors: string): E_7;
|
|
285
294
|
} & {
|
|
286
295
|
<K_2_8 extends keyof HTMLElementTagNameMap>(selector: K_2_8): HTMLElementTagNameMap[K_2_8];
|
|
287
296
|
<K_3_8 extends keyof SVGElementTagNameMap>(selector: K_3_8): SVGElementTagNameMap[K_3_8];
|
|
288
|
-
<
|
|
297
|
+
<K_4_8 extends keyof MathMLElementTagNameMap>(selector: K_4_8): MathMLElementTagNameMap[K_4_8];
|
|
298
|
+
<E_8 extends Element = Element>(selectors: string): E_8;
|
|
289
299
|
} & {
|
|
290
300
|
<K_2_9 extends keyof HTMLElementTagNameMap>(selector: K_2_9): HTMLElementTagNameMap[K_2_9];
|
|
291
301
|
<K_3_9 extends keyof SVGElementTagNameMap>(selector: K_3_9): SVGElementTagNameMap[K_3_9];
|
|
292
|
-
<
|
|
302
|
+
<K_4_9 extends keyof MathMLElementTagNameMap>(selector: K_4_9): MathMLElementTagNameMap[K_4_9];
|
|
303
|
+
<E_9 extends Element = Element>(selectors: string): E_9;
|
|
293
304
|
} & {
|
|
294
305
|
<K_2_10 extends keyof HTMLElementTagNameMap>(selector: K_2_10): HTMLElementTagNameMap[K_2_10];
|
|
295
306
|
<K_3_10 extends keyof SVGElementTagNameMap>(selector: K_3_10): SVGElementTagNameMap[K_3_10];
|
|
296
|
-
<
|
|
307
|
+
<K_4_10 extends keyof MathMLElementTagNameMap>(selector: K_4_10): MathMLElementTagNameMap[K_4_10];
|
|
308
|
+
<E_10 extends Element = Element>(selectors: string): E_10;
|
|
297
309
|
} & {
|
|
298
310
|
<K_2_11 extends keyof HTMLElementTagNameMap>(selector: K_2_11): HTMLElementTagNameMap[K_2_11];
|
|
299
311
|
<K_3_11 extends keyof SVGElementTagNameMap>(selector: K_3_11): SVGElementTagNameMap[K_3_11];
|
|
300
|
-
<
|
|
312
|
+
<K_4_11 extends keyof MathMLElementTagNameMap>(selector: K_4_11): MathMLElementTagNameMap[K_4_11];
|
|
313
|
+
<E_11 extends Element = Element>(selectors: string): E_11;
|
|
301
314
|
} & {
|
|
302
315
|
<K_2_12 extends keyof HTMLElementTagNameMap>(selector: K_2_12): HTMLElementTagNameMap[K_2_12];
|
|
303
316
|
<K_3_12 extends keyof SVGElementTagNameMap>(selector: K_3_12): SVGElementTagNameMap[K_3_12];
|
|
304
|
-
<
|
|
317
|
+
<K_4_12 extends keyof MathMLElementTagNameMap>(selector: K_4_12): MathMLElementTagNameMap[K_4_12];
|
|
318
|
+
<E_12 extends Element = Element>(selectors: string): E_12;
|
|
305
319
|
} & {
|
|
306
320
|
<K_2_13 extends keyof HTMLElementTagNameMap>(selector: K_2_13): HTMLElementTagNameMap[K_2_13];
|
|
307
321
|
<K_3_13 extends keyof SVGElementTagNameMap>(selector: K_3_13): SVGElementTagNameMap[K_3_13];
|
|
322
|
+
<K_4_13 extends keyof MathMLElementTagNameMap>(selector: K_4_13): MathMLElementTagNameMap[K_4_13];
|
|
323
|
+
<E_13 extends Element = Element>(selectors: string): E_13;
|
|
324
|
+
} & {
|
|
325
|
+
<K_2_14 extends keyof HTMLElementTagNameMap>(selector: K_2_14): HTMLElementTagNameMap[K_2_14];
|
|
326
|
+
<K_3_14 extends keyof SVGElementTagNameMap>(selector: K_3_14): SVGElementTagNameMap[K_3_14];
|
|
327
|
+
<K_4_14 extends keyof MathMLElementTagNameMap>(selector: K_4_14): MathMLElementTagNameMap[K_4_14];
|
|
308
328
|
<E_14 extends Element = Element>(selectors: string): E_14;
|
|
309
329
|
};
|
|
330
|
+
computedStyleMap: (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly);
|
|
310
331
|
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) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string) & ((qualifiedName: string) => string);
|
|
311
332
|
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) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string) & ((namespace: string, localName: string) => string);
|
|
312
333
|
getAttributeNames: (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]);
|
|
@@ -316,125 +337,170 @@ declare const UserProfileWidget: {
|
|
|
316
337
|
getClientRects: (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList);
|
|
317
338
|
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>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>) & ((classNames: string) => HTMLCollectionOf<Element>);
|
|
318
339
|
getElementsByTagName: {
|
|
319
|
-
<
|
|
320
|
-
<
|
|
340
|
+
<K_5_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<HTMLElementTagNameMap[K_5_1]>;
|
|
341
|
+
<K_6_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_1): HTMLCollectionOf<SVGElementTagNameMap[K_6_1]>;
|
|
342
|
+
<K_7_1 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_1): HTMLCollectionOf<MathMLElementTagNameMap[K_7_1]>;
|
|
343
|
+
<K_8_1 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_1): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_1]>;
|
|
321
344
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
322
345
|
} & {
|
|
323
|
-
<
|
|
324
|
-
<
|
|
346
|
+
<K_5_2 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_2): HTMLCollectionOf<HTMLElementTagNameMap[K_5_2]>;
|
|
347
|
+
<K_6_2 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_2): HTMLCollectionOf<SVGElementTagNameMap[K_6_2]>;
|
|
348
|
+
<K_7_2 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_2): HTMLCollectionOf<MathMLElementTagNameMap[K_7_2]>;
|
|
349
|
+
<K_8_2 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_2): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_2]>;
|
|
325
350
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
326
351
|
} & {
|
|
327
|
-
<
|
|
328
|
-
<
|
|
352
|
+
<K_5_3 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_3): HTMLCollectionOf<HTMLElementTagNameMap[K_5_3]>;
|
|
353
|
+
<K_6_3 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_3): HTMLCollectionOf<SVGElementTagNameMap[K_6_3]>;
|
|
354
|
+
<K_7_3 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_3): HTMLCollectionOf<MathMLElementTagNameMap[K_7_3]>;
|
|
355
|
+
<K_8_3 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_3): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_3]>;
|
|
329
356
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
330
357
|
} & {
|
|
331
|
-
<
|
|
332
|
-
<
|
|
358
|
+
<K_5_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_4): HTMLCollectionOf<HTMLElementTagNameMap[K_5_4]>;
|
|
359
|
+
<K_6_4 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_4): HTMLCollectionOf<SVGElementTagNameMap[K_6_4]>;
|
|
360
|
+
<K_7_4 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_4): HTMLCollectionOf<MathMLElementTagNameMap[K_7_4]>;
|
|
361
|
+
<K_8_4 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_4): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_4]>;
|
|
333
362
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
334
363
|
} & {
|
|
335
|
-
<
|
|
336
|
-
<
|
|
364
|
+
<K_5_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5_5]>;
|
|
365
|
+
<K_6_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_5): HTMLCollectionOf<SVGElementTagNameMap[K_6_5]>;
|
|
366
|
+
<K_7_5 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_5): HTMLCollectionOf<MathMLElementTagNameMap[K_7_5]>;
|
|
367
|
+
<K_8_5 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_5): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_5]>;
|
|
337
368
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
338
369
|
} & {
|
|
339
|
-
<
|
|
340
|
-
<
|
|
370
|
+
<K_19 extends keyof HTMLElementTagNameMap>(qualifiedName: K_19): HTMLCollectionOf<HTMLElementTagNameMap[K_19]>;
|
|
371
|
+
<K_20 extends keyof SVGElementTagNameMap>(qualifiedName: K_20): HTMLCollectionOf<SVGElementTagNameMap[K_20]>;
|
|
372
|
+
<K_21 extends keyof MathMLElementTagNameMap>(qualifiedName: K_21): HTMLCollectionOf<MathMLElementTagNameMap[K_21]>;
|
|
373
|
+
<K_22 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_22]>;
|
|
341
374
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
342
375
|
} & {
|
|
343
|
-
<
|
|
344
|
-
<
|
|
376
|
+
<K_5_6 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_6): HTMLCollectionOf<HTMLElementTagNameMap[K_5_6]>;
|
|
377
|
+
<K_6_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_6): HTMLCollectionOf<SVGElementTagNameMap[K_6_6]>;
|
|
378
|
+
<K_7_6 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_6): HTMLCollectionOf<MathMLElementTagNameMap[K_7_6]>;
|
|
379
|
+
<K_8_6 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_6): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_6]>;
|
|
345
380
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
346
381
|
} & {
|
|
347
|
-
<
|
|
348
|
-
<
|
|
382
|
+
<K_5_7 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_7): HTMLCollectionOf<HTMLElementTagNameMap[K_5_7]>;
|
|
383
|
+
<K_6_7 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_7): HTMLCollectionOf<SVGElementTagNameMap[K_6_7]>;
|
|
384
|
+
<K_7_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7_7]>;
|
|
385
|
+
<K_8_7 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_7): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_7]>;
|
|
349
386
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
350
387
|
} & {
|
|
351
|
-
<
|
|
352
|
-
<
|
|
388
|
+
<K_5_8 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_8): HTMLCollectionOf<HTMLElementTagNameMap[K_5_8]>;
|
|
389
|
+
<K_6_8 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_8): HTMLCollectionOf<SVGElementTagNameMap[K_6_8]>;
|
|
390
|
+
<K_7_8 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_8): HTMLCollectionOf<MathMLElementTagNameMap[K_7_8]>;
|
|
391
|
+
<K_8_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_8]>;
|
|
353
392
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
354
393
|
} & {
|
|
355
|
-
<
|
|
356
|
-
<
|
|
394
|
+
<K_5_9 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_9): HTMLCollectionOf<HTMLElementTagNameMap[K_5_9]>;
|
|
395
|
+
<K_6_9 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_9): HTMLCollectionOf<SVGElementTagNameMap[K_6_9]>;
|
|
396
|
+
<K_7_9 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_9): HTMLCollectionOf<MathMLElementTagNameMap[K_7_9]>;
|
|
397
|
+
<K_8_9 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_9): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_9]>;
|
|
357
398
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
358
399
|
} & {
|
|
359
|
-
<
|
|
360
|
-
<
|
|
400
|
+
<K_5_10 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_10): HTMLCollectionOf<HTMLElementTagNameMap[K_5_10]>;
|
|
401
|
+
<K_6_10 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_10): HTMLCollectionOf<SVGElementTagNameMap[K_6_10]>;
|
|
402
|
+
<K_7_10 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_10): HTMLCollectionOf<MathMLElementTagNameMap[K_7_10]>;
|
|
403
|
+
<K_8_10 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_10): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_10]>;
|
|
361
404
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
362
405
|
} & {
|
|
363
|
-
<
|
|
364
|
-
<
|
|
406
|
+
<K_5_11 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_11): HTMLCollectionOf<HTMLElementTagNameMap[K_5_11]>;
|
|
407
|
+
<K_6_11 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_11): HTMLCollectionOf<SVGElementTagNameMap[K_6_11]>;
|
|
408
|
+
<K_7_11 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_11): HTMLCollectionOf<MathMLElementTagNameMap[K_7_11]>;
|
|
409
|
+
<K_8_11 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_11): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_11]>;
|
|
365
410
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
366
411
|
} & {
|
|
367
|
-
<
|
|
368
|
-
<
|
|
412
|
+
<K_5_12 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_12): HTMLCollectionOf<HTMLElementTagNameMap[K_5_12]>;
|
|
413
|
+
<K_6_12 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_12): HTMLCollectionOf<SVGElementTagNameMap[K_6_12]>;
|
|
414
|
+
<K_7_12 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_12): HTMLCollectionOf<MathMLElementTagNameMap[K_7_12]>;
|
|
415
|
+
<K_8_12 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_12): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_12]>;
|
|
369
416
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
370
417
|
} & {
|
|
371
|
-
<
|
|
372
|
-
<
|
|
418
|
+
<K_5_13 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_13): HTMLCollectionOf<HTMLElementTagNameMap[K_5_13]>;
|
|
419
|
+
<K_6_13 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_13): HTMLCollectionOf<SVGElementTagNameMap[K_6_13]>;
|
|
420
|
+
<K_7_13 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_13): HTMLCollectionOf<MathMLElementTagNameMap[K_7_13]>;
|
|
421
|
+
<K_8_13 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_13): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_13]>;
|
|
373
422
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
374
423
|
} & {
|
|
375
|
-
<
|
|
376
|
-
<
|
|
424
|
+
<K_5_14 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_14): HTMLCollectionOf<HTMLElementTagNameMap[K_5_14]>;
|
|
425
|
+
<K_6_14 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_14): HTMLCollectionOf<SVGElementTagNameMap[K_6_14]>;
|
|
426
|
+
<K_7_14 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_14): HTMLCollectionOf<MathMLElementTagNameMap[K_7_14]>;
|
|
427
|
+
<K_8_14 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_14): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_14]>;
|
|
377
428
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
378
429
|
};
|
|
379
430
|
getElementsByTagNameNS: {
|
|
380
431
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
381
432
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
433
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
382
434
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
383
435
|
} & {
|
|
384
436
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
385
437
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
438
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
386
439
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
387
440
|
} & {
|
|
388
441
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
389
442
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
443
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
390
444
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
391
445
|
} & {
|
|
392
446
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
393
447
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
448
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
394
449
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
395
450
|
} & {
|
|
396
451
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
397
452
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
453
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
398
454
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
399
455
|
} & {
|
|
400
456
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
401
457
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
458
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
402
459
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
403
460
|
} & {
|
|
404
461
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
405
462
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
463
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
406
464
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
407
465
|
} & {
|
|
408
466
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
409
467
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
468
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
410
469
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
411
470
|
} & {
|
|
412
471
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
413
472
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
473
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
414
474
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
415
475
|
} & {
|
|
416
476
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
417
477
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
478
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
418
479
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
419
480
|
} & {
|
|
420
481
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
421
482
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
483
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
422
484
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
423
485
|
} & {
|
|
424
486
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
425
487
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
488
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
426
489
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
427
490
|
} & {
|
|
428
491
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
429
492
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
493
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
430
494
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
431
495
|
} & {
|
|
432
496
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
433
497
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
498
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
434
499
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
435
500
|
} & {
|
|
436
501
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
437
502
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
503
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
438
504
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
439
505
|
};
|
|
440
506
|
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) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean) & ((qualifiedName: string) => boolean);
|
|
@@ -623,26 +689,26 @@ declare const UserProfileWidget: {
|
|
|
623
689
|
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) & ((prefix: string) => string) & ((prefix: string) => string) & ((prefix: string) => string);
|
|
624
690
|
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) & ((namespace: string) => string) & ((namespace: string) => string) & ((namespace: string) => string);
|
|
625
691
|
normalize: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
626
|
-
removeChild: (<
|
|
627
|
-
replaceChild: (<
|
|
628
|
-
readonly
|
|
629
|
-
readonly
|
|
630
|
-
readonly
|
|
631
|
-
readonly
|
|
632
|
-
readonly
|
|
633
|
-
readonly
|
|
634
|
-
readonly
|
|
635
|
-
readonly
|
|
636
|
-
readonly
|
|
637
|
-
readonly
|
|
638
|
-
readonly
|
|
639
|
-
readonly
|
|
640
|
-
readonly
|
|
641
|
-
readonly
|
|
642
|
-
readonly
|
|
643
|
-
readonly
|
|
644
|
-
readonly
|
|
645
|
-
readonly
|
|
692
|
+
removeChild: (<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_3_4 extends Node>(child: T_3_4) => T_3_4) & (<T_3_5 extends Node>(child: T_3_5) => T_3_5) & (<T_4 extends Node>(child: T_4) => T_4) & (<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) & (<T_3_11 extends Node>(child: T_3_11) => T_3_11) & (<T_3_12 extends Node>(child: T_3_12) => T_3_12) & (<T_3_13 extends Node>(child: T_3_13) => T_3_13) & (<T_3_14 extends Node>(child: T_3_14) => T_3_14);
|
|
693
|
+
replaceChild: (<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_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_5 extends Node>(node: Node, child: T_5) => T_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) & (<T_4_11 extends Node>(node: Node, child: T_4_11) => T_4_11) & (<T_4_12 extends Node>(node: Node, child: T_4_12) => T_4_12) & (<T_4_13 extends Node>(node: Node, child: T_4_13) => T_4_13) & (<T_4_14 extends Node>(node: Node, child: T_4_14) => T_4_14);
|
|
694
|
+
readonly ELEMENT_NODE: 1;
|
|
695
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
696
|
+
readonly TEXT_NODE: 3;
|
|
697
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
698
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
699
|
+
readonly ENTITY_NODE: 6;
|
|
700
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
701
|
+
readonly COMMENT_NODE: 8;
|
|
702
|
+
readonly DOCUMENT_NODE: 9;
|
|
703
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
704
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
705
|
+
readonly NOTATION_NODE: 12;
|
|
706
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
707
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
708
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
709
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
710
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
711
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
646
712
|
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) & ((event: Event) => boolean) & ((event: Event) => boolean) & ((event: Event) => boolean);
|
|
647
713
|
ariaAtomic: string;
|
|
648
714
|
ariaAutoComplete: string;
|
|
@@ -650,9 +716,9 @@ declare const UserProfileWidget: {
|
|
|
650
716
|
ariaChecked: string;
|
|
651
717
|
ariaColCount: string;
|
|
652
718
|
ariaColIndex: string;
|
|
653
|
-
ariaColIndexText: string;
|
|
654
719
|
ariaColSpan: string;
|
|
655
720
|
ariaCurrent: string;
|
|
721
|
+
ariaDescription: string;
|
|
656
722
|
ariaDisabled: string;
|
|
657
723
|
ariaExpanded: string;
|
|
658
724
|
ariaHasPopup: string;
|
|
@@ -674,7 +740,6 @@ declare const UserProfileWidget: {
|
|
|
674
740
|
ariaRoleDescription: string;
|
|
675
741
|
ariaRowCount: string;
|
|
676
742
|
ariaRowIndex: string;
|
|
677
|
-
ariaRowIndexText: string;
|
|
678
743
|
ariaRowSpan: string;
|
|
679
744
|
ariaSelected: string;
|
|
680
745
|
ariaSetSize: string;
|
|
@@ -700,132 +765,190 @@ declare const UserProfileWidget: {
|
|
|
700
765
|
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) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
|
|
701
766
|
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) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
|
|
702
767
|
querySelector: {
|
|
703
|
-
<
|
|
704
|
-
<
|
|
705
|
-
<
|
|
706
|
-
|
|
707
|
-
<K_6_1 extends keyof HTMLElementTagNameMap>(selectors: K_6_1): HTMLElementTagNameMap[K_6_1];
|
|
708
|
-
<K_7_1 extends keyof SVGElementTagNameMap>(selectors: K_7_1): SVGElementTagNameMap[K_7_1];
|
|
768
|
+
<K_9_1 extends keyof HTMLElementTagNameMap>(selectors: K_9_1): HTMLElementTagNameMap[K_9_1];
|
|
769
|
+
<K_10_1 extends keyof SVGElementTagNameMap>(selectors: K_10_1): SVGElementTagNameMap[K_10_1];
|
|
770
|
+
<K_11_1 extends keyof MathMLElementTagNameMap>(selectors: K_11_1): MathMLElementTagNameMap[K_11_1];
|
|
771
|
+
<K_12_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_1): HTMLElementDeprecatedTagNameMap[K_12_1];
|
|
709
772
|
<E_1_1 extends Element = Element>(selectors: string): E_1_1;
|
|
710
773
|
} & {
|
|
711
|
-
<
|
|
712
|
-
<
|
|
774
|
+
<K_9_2 extends keyof HTMLElementTagNameMap>(selectors: K_9_2): HTMLElementTagNameMap[K_9_2];
|
|
775
|
+
<K_10_2 extends keyof SVGElementTagNameMap>(selectors: K_10_2): SVGElementTagNameMap[K_10_2];
|
|
776
|
+
<K_11_2 extends keyof MathMLElementTagNameMap>(selectors: K_11_2): MathMLElementTagNameMap[K_11_2];
|
|
777
|
+
<K_12_2 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_2): HTMLElementDeprecatedTagNameMap[K_12_2];
|
|
713
778
|
<E_1_2 extends Element = Element>(selectors: string): E_1_2;
|
|
714
779
|
} & {
|
|
715
|
-
<
|
|
716
|
-
<
|
|
780
|
+
<K_9_3 extends keyof HTMLElementTagNameMap>(selectors: K_9_3): HTMLElementTagNameMap[K_9_3];
|
|
781
|
+
<K_10_3 extends keyof SVGElementTagNameMap>(selectors: K_10_3): SVGElementTagNameMap[K_10_3];
|
|
782
|
+
<K_11_3 extends keyof MathMLElementTagNameMap>(selectors: K_11_3): MathMLElementTagNameMap[K_11_3];
|
|
783
|
+
<K_12_3 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_3): HTMLElementDeprecatedTagNameMap[K_12_3];
|
|
717
784
|
<E_1_3 extends Element = Element>(selectors: string): E_1_3;
|
|
718
785
|
} & {
|
|
719
|
-
<
|
|
720
|
-
<
|
|
786
|
+
<K_9_4 extends keyof HTMLElementTagNameMap>(selectors: K_9_4): HTMLElementTagNameMap[K_9_4];
|
|
787
|
+
<K_10_4 extends keyof SVGElementTagNameMap>(selectors: K_10_4): SVGElementTagNameMap[K_10_4];
|
|
788
|
+
<K_11_4 extends keyof MathMLElementTagNameMap>(selectors: K_11_4): MathMLElementTagNameMap[K_11_4];
|
|
789
|
+
<K_12_4 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_4): HTMLElementDeprecatedTagNameMap[K_12_4];
|
|
721
790
|
<E_1_4 extends Element = Element>(selectors: string): E_1_4;
|
|
722
791
|
} & {
|
|
723
|
-
<
|
|
724
|
-
<
|
|
725
|
-
<
|
|
726
|
-
|
|
727
|
-
<K_6_5 extends keyof HTMLElementTagNameMap>(selectors: K_6_5): HTMLElementTagNameMap[K_6_5];
|
|
728
|
-
<K_7_5 extends keyof SVGElementTagNameMap>(selectors: K_7_5): SVGElementTagNameMap[K_7_5];
|
|
792
|
+
<K_9_5 extends keyof HTMLElementTagNameMap>(selectors: K_9_5): HTMLElementTagNameMap[K_9_5];
|
|
793
|
+
<K_10_5 extends keyof SVGElementTagNameMap>(selectors: K_10_5): SVGElementTagNameMap[K_10_5];
|
|
794
|
+
<K_11_5 extends keyof MathMLElementTagNameMap>(selectors: K_11_5): MathMLElementTagNameMap[K_11_5];
|
|
795
|
+
<K_12_5 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_5): HTMLElementDeprecatedTagNameMap[K_12_5];
|
|
729
796
|
<E_1_5 extends Element = Element>(selectors: string): E_1_5;
|
|
730
797
|
} & {
|
|
731
|
-
<
|
|
732
|
-
<
|
|
798
|
+
<K_23 extends keyof HTMLElementTagNameMap>(selectors: K_23): HTMLElementTagNameMap[K_23];
|
|
799
|
+
<K_24 extends keyof SVGElementTagNameMap>(selectors: K_24): SVGElementTagNameMap[K_24];
|
|
800
|
+
<K_25 extends keyof MathMLElementTagNameMap>(selectors: K_25): MathMLElementTagNameMap[K_25];
|
|
801
|
+
<K_26 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_26): HTMLElementDeprecatedTagNameMap[K_26];
|
|
802
|
+
<E_15 extends Element = Element>(selectors: string): E_15;
|
|
803
|
+
} & {
|
|
804
|
+
<K_9_6 extends keyof HTMLElementTagNameMap>(selectors: K_9_6): HTMLElementTagNameMap[K_9_6];
|
|
805
|
+
<K_10_6 extends keyof SVGElementTagNameMap>(selectors: K_10_6): SVGElementTagNameMap[K_10_6];
|
|
806
|
+
<K_11_6 extends keyof MathMLElementTagNameMap>(selectors: K_11_6): MathMLElementTagNameMap[K_11_6];
|
|
807
|
+
<K_12_6 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_6): HTMLElementDeprecatedTagNameMap[K_12_6];
|
|
733
808
|
<E_1_6 extends Element = Element>(selectors: string): E_1_6;
|
|
734
809
|
} & {
|
|
735
|
-
<
|
|
736
|
-
<
|
|
810
|
+
<K_9_7 extends keyof HTMLElementTagNameMap>(selectors: K_9_7): HTMLElementTagNameMap[K_9_7];
|
|
811
|
+
<K_10_7 extends keyof SVGElementTagNameMap>(selectors: K_10_7): SVGElementTagNameMap[K_10_7];
|
|
812
|
+
<K_11_7 extends keyof MathMLElementTagNameMap>(selectors: K_11_7): MathMLElementTagNameMap[K_11_7];
|
|
813
|
+
<K_12_7 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_7): HTMLElementDeprecatedTagNameMap[K_12_7];
|
|
737
814
|
<E_1_7 extends Element = Element>(selectors: string): E_1_7;
|
|
738
815
|
} & {
|
|
739
|
-
<
|
|
740
|
-
<
|
|
816
|
+
<K_9_8 extends keyof HTMLElementTagNameMap>(selectors: K_9_8): HTMLElementTagNameMap[K_9_8];
|
|
817
|
+
<K_10_8 extends keyof SVGElementTagNameMap>(selectors: K_10_8): SVGElementTagNameMap[K_10_8];
|
|
818
|
+
<K_11_8 extends keyof MathMLElementTagNameMap>(selectors: K_11_8): MathMLElementTagNameMap[K_11_8];
|
|
819
|
+
<K_12_8 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_8): HTMLElementDeprecatedTagNameMap[K_12_8];
|
|
741
820
|
<E_1_8 extends Element = Element>(selectors: string): E_1_8;
|
|
742
821
|
} & {
|
|
743
|
-
<
|
|
744
|
-
<
|
|
822
|
+
<K_9_9 extends keyof HTMLElementTagNameMap>(selectors: K_9_9): HTMLElementTagNameMap[K_9_9];
|
|
823
|
+
<K_10_9 extends keyof SVGElementTagNameMap>(selectors: K_10_9): SVGElementTagNameMap[K_10_9];
|
|
824
|
+
<K_11_9 extends keyof MathMLElementTagNameMap>(selectors: K_11_9): MathMLElementTagNameMap[K_11_9];
|
|
825
|
+
<K_12_9 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_9): HTMLElementDeprecatedTagNameMap[K_12_9];
|
|
745
826
|
<E_1_9 extends Element = Element>(selectors: string): E_1_9;
|
|
746
827
|
} & {
|
|
747
|
-
<
|
|
748
|
-
<
|
|
828
|
+
<K_9_10 extends keyof HTMLElementTagNameMap>(selectors: K_9_10): HTMLElementTagNameMap[K_9_10];
|
|
829
|
+
<K_10_10 extends keyof SVGElementTagNameMap>(selectors: K_10_10): SVGElementTagNameMap[K_10_10];
|
|
830
|
+
<K_11_10 extends keyof MathMLElementTagNameMap>(selectors: K_11_10): MathMLElementTagNameMap[K_11_10];
|
|
831
|
+
<K_12_10 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_10): HTMLElementDeprecatedTagNameMap[K_12_10];
|
|
749
832
|
<E_1_10 extends Element = Element>(selectors: string): E_1_10;
|
|
750
833
|
} & {
|
|
751
|
-
<
|
|
752
|
-
<
|
|
834
|
+
<K_9_11 extends keyof HTMLElementTagNameMap>(selectors: K_9_11): HTMLElementTagNameMap[K_9_11];
|
|
835
|
+
<K_10_11 extends keyof SVGElementTagNameMap>(selectors: K_10_11): SVGElementTagNameMap[K_10_11];
|
|
836
|
+
<K_11_11 extends keyof MathMLElementTagNameMap>(selectors: K_11_11): MathMLElementTagNameMap[K_11_11];
|
|
837
|
+
<K_12_11 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_11): HTMLElementDeprecatedTagNameMap[K_12_11];
|
|
753
838
|
<E_1_11 extends Element = Element>(selectors: string): E_1_11;
|
|
754
839
|
} & {
|
|
755
|
-
<
|
|
756
|
-
<
|
|
840
|
+
<K_9_12 extends keyof HTMLElementTagNameMap>(selectors: K_9_12): HTMLElementTagNameMap[K_9_12];
|
|
841
|
+
<K_10_12 extends keyof SVGElementTagNameMap>(selectors: K_10_12): SVGElementTagNameMap[K_10_12];
|
|
842
|
+
<K_11_12 extends keyof MathMLElementTagNameMap>(selectors: K_11_12): MathMLElementTagNameMap[K_11_12];
|
|
843
|
+
<K_12_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_12): HTMLElementDeprecatedTagNameMap[K_12_12];
|
|
757
844
|
<E_1_12 extends Element = Element>(selectors: string): E_1_12;
|
|
758
845
|
} & {
|
|
759
|
-
<
|
|
760
|
-
<
|
|
846
|
+
<K_9_13 extends keyof HTMLElementTagNameMap>(selectors: K_9_13): HTMLElementTagNameMap[K_9_13];
|
|
847
|
+
<K_10_13 extends keyof SVGElementTagNameMap>(selectors: K_10_13): SVGElementTagNameMap[K_10_13];
|
|
848
|
+
<K_11_13 extends keyof MathMLElementTagNameMap>(selectors: K_11_13): MathMLElementTagNameMap[K_11_13];
|
|
849
|
+
<K_12_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_13): HTMLElementDeprecatedTagNameMap[K_12_13];
|
|
761
850
|
<E_1_13 extends Element = Element>(selectors: string): E_1_13;
|
|
851
|
+
} & {
|
|
852
|
+
<K_9_14 extends keyof HTMLElementTagNameMap>(selectors: K_9_14): HTMLElementTagNameMap[K_9_14];
|
|
853
|
+
<K_10_14 extends keyof SVGElementTagNameMap>(selectors: K_10_14): SVGElementTagNameMap[K_10_14];
|
|
854
|
+
<K_11_14 extends keyof MathMLElementTagNameMap>(selectors: K_11_14): MathMLElementTagNameMap[K_11_14];
|
|
855
|
+
<K_12_14 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_14): HTMLElementDeprecatedTagNameMap[K_12_14];
|
|
856
|
+
<E_1_14 extends Element = Element>(selectors: string): E_1_14;
|
|
762
857
|
};
|
|
763
858
|
querySelectorAll: {
|
|
764
|
-
<
|
|
765
|
-
<
|
|
766
|
-
<
|
|
767
|
-
|
|
768
|
-
<K_8_1 extends keyof HTMLElementTagNameMap>(selectors: K_8_1): NodeListOf<HTMLElementTagNameMap[K_8_1]>;
|
|
769
|
-
<K_9_1 extends keyof SVGElementTagNameMap>(selectors: K_9_1): NodeListOf<SVGElementTagNameMap[K_9_1]>;
|
|
859
|
+
<K_13_1 extends keyof HTMLElementTagNameMap>(selectors: K_13_1): NodeListOf<HTMLElementTagNameMap[K_13_1]>;
|
|
860
|
+
<K_14_1 extends keyof SVGElementTagNameMap>(selectors: K_14_1): NodeListOf<SVGElementTagNameMap[K_14_1]>;
|
|
861
|
+
<K_15_1 extends keyof MathMLElementTagNameMap>(selectors: K_15_1): NodeListOf<MathMLElementTagNameMap[K_15_1]>;
|
|
862
|
+
<K_16_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_1): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_1]>;
|
|
770
863
|
<E_2_1 extends Element = Element>(selectors: string): NodeListOf<E_2_1>;
|
|
771
864
|
} & {
|
|
772
|
-
<
|
|
773
|
-
<
|
|
865
|
+
<K_13_2 extends keyof HTMLElementTagNameMap>(selectors: K_13_2): NodeListOf<HTMLElementTagNameMap[K_13_2]>;
|
|
866
|
+
<K_14_2 extends keyof SVGElementTagNameMap>(selectors: K_14_2): NodeListOf<SVGElementTagNameMap[K_14_2]>;
|
|
867
|
+
<K_15_2 extends keyof MathMLElementTagNameMap>(selectors: K_15_2): NodeListOf<MathMLElementTagNameMap[K_15_2]>;
|
|
868
|
+
<K_16_2 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_2): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_2]>;
|
|
774
869
|
<E_2_2 extends Element = Element>(selectors: string): NodeListOf<E_2_2>;
|
|
775
870
|
} & {
|
|
776
|
-
<
|
|
777
|
-
<
|
|
871
|
+
<K_13_3 extends keyof HTMLElementTagNameMap>(selectors: K_13_3): NodeListOf<HTMLElementTagNameMap[K_13_3]>;
|
|
872
|
+
<K_14_3 extends keyof SVGElementTagNameMap>(selectors: K_14_3): NodeListOf<SVGElementTagNameMap[K_14_3]>;
|
|
873
|
+
<K_15_3 extends keyof MathMLElementTagNameMap>(selectors: K_15_3): NodeListOf<MathMLElementTagNameMap[K_15_3]>;
|
|
874
|
+
<K_16_3 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_3): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_3]>;
|
|
778
875
|
<E_2_3 extends Element = Element>(selectors: string): NodeListOf<E_2_3>;
|
|
779
876
|
} & {
|
|
780
|
-
<
|
|
781
|
-
<
|
|
877
|
+
<K_13_4 extends keyof HTMLElementTagNameMap>(selectors: K_13_4): NodeListOf<HTMLElementTagNameMap[K_13_4]>;
|
|
878
|
+
<K_14_4 extends keyof SVGElementTagNameMap>(selectors: K_14_4): NodeListOf<SVGElementTagNameMap[K_14_4]>;
|
|
879
|
+
<K_15_4 extends keyof MathMLElementTagNameMap>(selectors: K_15_4): NodeListOf<MathMLElementTagNameMap[K_15_4]>;
|
|
880
|
+
<K_16_4 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_4): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_4]>;
|
|
782
881
|
<E_2_4 extends Element = Element>(selectors: string): NodeListOf<E_2_4>;
|
|
783
882
|
} & {
|
|
784
|
-
<
|
|
785
|
-
<
|
|
786
|
-
<
|
|
787
|
-
|
|
788
|
-
<K_8_5 extends keyof HTMLElementTagNameMap>(selectors: K_8_5): NodeListOf<HTMLElementTagNameMap[K_8_5]>;
|
|
789
|
-
<K_9_5 extends keyof SVGElementTagNameMap>(selectors: K_9_5): NodeListOf<SVGElementTagNameMap[K_9_5]>;
|
|
883
|
+
<K_13_5 extends keyof HTMLElementTagNameMap>(selectors: K_13_5): NodeListOf<HTMLElementTagNameMap[K_13_5]>;
|
|
884
|
+
<K_14_5 extends keyof SVGElementTagNameMap>(selectors: K_14_5): NodeListOf<SVGElementTagNameMap[K_14_5]>;
|
|
885
|
+
<K_15_5 extends keyof MathMLElementTagNameMap>(selectors: K_15_5): NodeListOf<MathMLElementTagNameMap[K_15_5]>;
|
|
886
|
+
<K_16_5 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_5): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_5]>;
|
|
790
887
|
<E_2_5 extends Element = Element>(selectors: string): NodeListOf<E_2_5>;
|
|
791
888
|
} & {
|
|
792
|
-
<
|
|
793
|
-
<
|
|
889
|
+
<K_27 extends keyof HTMLElementTagNameMap>(selectors: K_27): NodeListOf<HTMLElementTagNameMap[K_27]>;
|
|
890
|
+
<K_28 extends keyof SVGElementTagNameMap>(selectors: K_28): NodeListOf<SVGElementTagNameMap[K_28]>;
|
|
891
|
+
<K_29 extends keyof MathMLElementTagNameMap>(selectors: K_29): NodeListOf<MathMLElementTagNameMap[K_29]>;
|
|
892
|
+
<K_30 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_30): NodeListOf<HTMLElementDeprecatedTagNameMap[K_30]>;
|
|
893
|
+
<E_16 extends Element = Element>(selectors: string): NodeListOf<E_16>;
|
|
894
|
+
} & {
|
|
895
|
+
<K_13_6 extends keyof HTMLElementTagNameMap>(selectors: K_13_6): NodeListOf<HTMLElementTagNameMap[K_13_6]>;
|
|
896
|
+
<K_14_6 extends keyof SVGElementTagNameMap>(selectors: K_14_6): NodeListOf<SVGElementTagNameMap[K_14_6]>;
|
|
897
|
+
<K_15_6 extends keyof MathMLElementTagNameMap>(selectors: K_15_6): NodeListOf<MathMLElementTagNameMap[K_15_6]>;
|
|
898
|
+
<K_16_6 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_6): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_6]>;
|
|
794
899
|
<E_2_6 extends Element = Element>(selectors: string): NodeListOf<E_2_6>;
|
|
795
900
|
} & {
|
|
796
|
-
<
|
|
797
|
-
<
|
|
901
|
+
<K_13_7 extends keyof HTMLElementTagNameMap>(selectors: K_13_7): NodeListOf<HTMLElementTagNameMap[K_13_7]>;
|
|
902
|
+
<K_14_7 extends keyof SVGElementTagNameMap>(selectors: K_14_7): NodeListOf<SVGElementTagNameMap[K_14_7]>;
|
|
903
|
+
<K_15_7 extends keyof MathMLElementTagNameMap>(selectors: K_15_7): NodeListOf<MathMLElementTagNameMap[K_15_7]>;
|
|
904
|
+
<K_16_7 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_7): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_7]>;
|
|
798
905
|
<E_2_7 extends Element = Element>(selectors: string): NodeListOf<E_2_7>;
|
|
799
906
|
} & {
|
|
800
|
-
<
|
|
801
|
-
<
|
|
907
|
+
<K_13_8 extends keyof HTMLElementTagNameMap>(selectors: K_13_8): NodeListOf<HTMLElementTagNameMap[K_13_8]>;
|
|
908
|
+
<K_14_8 extends keyof SVGElementTagNameMap>(selectors: K_14_8): NodeListOf<SVGElementTagNameMap[K_14_8]>;
|
|
909
|
+
<K_15_8 extends keyof MathMLElementTagNameMap>(selectors: K_15_8): NodeListOf<MathMLElementTagNameMap[K_15_8]>;
|
|
910
|
+
<K_16_8 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_8): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_8]>;
|
|
802
911
|
<E_2_8 extends Element = Element>(selectors: string): NodeListOf<E_2_8>;
|
|
803
912
|
} & {
|
|
804
|
-
<
|
|
805
|
-
<
|
|
913
|
+
<K_13_9 extends keyof HTMLElementTagNameMap>(selectors: K_13_9): NodeListOf<HTMLElementTagNameMap[K_13_9]>;
|
|
914
|
+
<K_14_9 extends keyof SVGElementTagNameMap>(selectors: K_14_9): NodeListOf<SVGElementTagNameMap[K_14_9]>;
|
|
915
|
+
<K_15_9 extends keyof MathMLElementTagNameMap>(selectors: K_15_9): NodeListOf<MathMLElementTagNameMap[K_15_9]>;
|
|
916
|
+
<K_16_9 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_9): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_9]>;
|
|
806
917
|
<E_2_9 extends Element = Element>(selectors: string): NodeListOf<E_2_9>;
|
|
807
918
|
} & {
|
|
808
|
-
<
|
|
809
|
-
<
|
|
919
|
+
<K_13_10 extends keyof HTMLElementTagNameMap>(selectors: K_13_10): NodeListOf<HTMLElementTagNameMap[K_13_10]>;
|
|
920
|
+
<K_14_10 extends keyof SVGElementTagNameMap>(selectors: K_14_10): NodeListOf<SVGElementTagNameMap[K_14_10]>;
|
|
921
|
+
<K_15_10 extends keyof MathMLElementTagNameMap>(selectors: K_15_10): NodeListOf<MathMLElementTagNameMap[K_15_10]>;
|
|
922
|
+
<K_16_10 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_10): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_10]>;
|
|
810
923
|
<E_2_10 extends Element = Element>(selectors: string): NodeListOf<E_2_10>;
|
|
811
924
|
} & {
|
|
812
|
-
<
|
|
813
|
-
<
|
|
925
|
+
<K_13_11 extends keyof HTMLElementTagNameMap>(selectors: K_13_11): NodeListOf<HTMLElementTagNameMap[K_13_11]>;
|
|
926
|
+
<K_14_11 extends keyof SVGElementTagNameMap>(selectors: K_14_11): NodeListOf<SVGElementTagNameMap[K_14_11]>;
|
|
927
|
+
<K_15_11 extends keyof MathMLElementTagNameMap>(selectors: K_15_11): NodeListOf<MathMLElementTagNameMap[K_15_11]>;
|
|
928
|
+
<K_16_11 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_11): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_11]>;
|
|
814
929
|
<E_2_11 extends Element = Element>(selectors: string): NodeListOf<E_2_11>;
|
|
815
930
|
} & {
|
|
816
|
-
<
|
|
817
|
-
<
|
|
931
|
+
<K_13_12 extends keyof HTMLElementTagNameMap>(selectors: K_13_12): NodeListOf<HTMLElementTagNameMap[K_13_12]>;
|
|
932
|
+
<K_14_12 extends keyof SVGElementTagNameMap>(selectors: K_14_12): NodeListOf<SVGElementTagNameMap[K_14_12]>;
|
|
933
|
+
<K_15_12 extends keyof MathMLElementTagNameMap>(selectors: K_15_12): NodeListOf<MathMLElementTagNameMap[K_15_12]>;
|
|
934
|
+
<K_16_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_12): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_12]>;
|
|
818
935
|
<E_2_12 extends Element = Element>(selectors: string): NodeListOf<E_2_12>;
|
|
819
936
|
} & {
|
|
820
|
-
<
|
|
821
|
-
<
|
|
937
|
+
<K_13_13 extends keyof HTMLElementTagNameMap>(selectors: K_13_13): NodeListOf<HTMLElementTagNameMap[K_13_13]>;
|
|
938
|
+
<K_14_13 extends keyof SVGElementTagNameMap>(selectors: K_14_13): NodeListOf<SVGElementTagNameMap[K_14_13]>;
|
|
939
|
+
<K_15_13 extends keyof MathMLElementTagNameMap>(selectors: K_15_13): NodeListOf<MathMLElementTagNameMap[K_15_13]>;
|
|
940
|
+
<K_16_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_13): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_13]>;
|
|
822
941
|
<E_2_13 extends Element = Element>(selectors: string): NodeListOf<E_2_13>;
|
|
942
|
+
} & {
|
|
943
|
+
<K_13_14 extends keyof HTMLElementTagNameMap>(selectors: K_13_14): NodeListOf<HTMLElementTagNameMap[K_13_14]>;
|
|
944
|
+
<K_14_14 extends keyof SVGElementTagNameMap>(selectors: K_14_14): NodeListOf<SVGElementTagNameMap[K_14_14]>;
|
|
945
|
+
<K_15_14 extends keyof MathMLElementTagNameMap>(selectors: K_15_14): NodeListOf<MathMLElementTagNameMap[K_15_14]>;
|
|
946
|
+
<K_16_14 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_14): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_14]>;
|
|
947
|
+
<E_2_14 extends Element = Element>(selectors: string): NodeListOf<E_2_14>;
|
|
823
948
|
};
|
|
824
949
|
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) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void) & ((...nodes: (string | Node)[]) => void);
|
|
825
950
|
readonly assignedSlot: HTMLSlotElement;
|
|
826
|
-
|
|
827
|
-
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) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
|
|
828
|
-
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) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
|
|
951
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
829
952
|
readonly style: CSSStyleDeclaration;
|
|
830
953
|
contentEditable: string;
|
|
831
954
|
enterKeyHint: string;
|
|
@@ -838,6 +961,7 @@ declare const UserProfileWidget: {
|
|
|
838
961
|
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) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
|
|
839
962
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
840
963
|
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) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any) & ((this: GlobalEventHandlers, ev: InputEvent) => any);
|
|
964
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
841
965
|
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) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any) & ((this: GlobalEventHandlers, ev: FocusEvent) => any);
|
|
842
966
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
843
967
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
@@ -846,7 +970,9 @@ declare const UserProfileWidget: {
|
|
|
846
970
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
847
971
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
848
972
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
973
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
|
|
849
974
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
975
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
|
|
850
976
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
851
977
|
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) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
|
|
852
978
|
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) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
|
|
@@ -879,6 +1005,7 @@ declare const UserProfileWidget: {
|
|
|
879
1005
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
880
1006
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
881
1007
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
1008
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
|
|
882
1009
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
883
1010
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
884
1011
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
@@ -895,6 +1022,7 @@ declare const UserProfileWidget: {
|
|
|
895
1022
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
896
1023
|
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) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any) & ((this: GlobalEventHandlers, ev: UIEvent) => any);
|
|
897
1024
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
1025
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
898
1026
|
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) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any);
|
|
899
1027
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
900
1028
|
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) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
@@ -929,18 +1057,18 @@ declare const UserProfileWidget: {
|
|
|
929
1057
|
blur: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
930
1058
|
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) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void) & ((options?: FocusOptions) => void);
|
|
931
1059
|
readonly projectId: string;
|
|
932
|
-
"__#
|
|
933
|
-
"__#
|
|
1060
|
+
"__#12318@#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) & ((attrName: string, newValue: string) => void);
|
|
1061
|
+
"__#12317@#observeMappings": {};
|
|
934
1062
|
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) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any);
|
|
935
1063
|
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) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void);
|
|
936
|
-
"__#
|
|
937
|
-
"__#
|
|
1064
|
+
"__#12316@#isInit": boolean;
|
|
1065
|
+
"__#12315@#logger": {
|
|
938
1066
|
error(...data: any[]): void;
|
|
939
1067
|
warn(...data: any[]): void;
|
|
940
1068
|
info(...data: any[]): void;
|
|
941
1069
|
debug(...data: any[]): void;
|
|
942
1070
|
};
|
|
943
|
-
"__#
|
|
1071
|
+
"__#12315@#wrapLogger": ((logger: Partial<{
|
|
944
1072
|
error(...data: any[]): void;
|
|
945
1073
|
warn(...data: any[]): void;
|
|
946
1074
|
info(...data: any[]): void;
|
|
@@ -1873,14 +2001,14 @@ declare const UserProfileWidget: {
|
|
|
1873
2001
|
"__#11@#onValueBadgeLabelUpdate": (isEmailVerified: any) => void;
|
|
1874
2002
|
"__#17@#createFlowRedirectModal"(widgetFlow: string): void;
|
|
1875
2003
|
readonly theme: _descope_sdk_mixins.ThemeOptions;
|
|
1876
|
-
"__#
|
|
1877
|
-
"__#
|
|
1878
|
-
readonly "__#
|
|
1879
|
-
"__#
|
|
1880
|
-
"__#
|
|
1881
|
-
"__#
|
|
1882
|
-
"__#
|
|
1883
|
-
"__#
|
|
2004
|
+
"__#12328@#_themeResource": Promise<void | Record<string, any>>;
|
|
2005
|
+
"__#12328@#fetchTheme"(): Promise<Record<string, any>>;
|
|
2006
|
+
readonly "__#12328@#themeResource": Promise<void | Record<string, any>>;
|
|
2007
|
+
"__#12328@#loadGlobalStyle"(): Promise<void>;
|
|
2008
|
+
"__#12328@#loadComponentsStyle"(): Promise<void>;
|
|
2009
|
+
"__#12328@#loadFonts"(): Promise<void>;
|
|
2010
|
+
"__#12328@#applyTheme"(): Promise<void>;
|
|
2011
|
+
"__#12321@#debuggerEle": HTMLElement & {
|
|
1884
2012
|
updateData: (data: {
|
|
1885
2013
|
title: string;
|
|
1886
2014
|
description?: string;
|
|
@@ -1889,11 +2017,11 @@ declare const UserProfileWidget: {
|
|
|
1889
2017
|
description?: string;
|
|
1890
2018
|
}[]) => void;
|
|
1891
2019
|
};
|
|
1892
|
-
"__#
|
|
1893
|
-
"__#
|
|
2020
|
+
"__#12321@#disableDebugger"(): void;
|
|
2021
|
+
"__#12321@#enableDebugger"(): Promise<void>;
|
|
1894
2022
|
readonly debug: boolean;
|
|
1895
|
-
"__#
|
|
1896
|
-
"__#
|
|
2023
|
+
"__#12321@#handleDebugMode"(): void;
|
|
2024
|
+
"__#12321@#updateDebuggerMessages"(title: string, description: string): void;
|
|
1897
2025
|
};
|
|
1898
2026
|
};
|
|
1899
2027
|
|