@descope/role-management-widget 0.1.112 → 0.1.114
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 +329 -193
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ declare const RoleManagementWidget: {
|
|
|
83
83
|
close(): void;
|
|
84
84
|
show(): void;
|
|
85
85
|
remove(): void;
|
|
86
|
-
"__#
|
|
86
|
+
"__#12323@#private": any;
|
|
87
87
|
logger: {
|
|
88
88
|
error(...data: any[]): void;
|
|
89
89
|
warn(...data: any[]): void;
|
|
@@ -97,7 +97,7 @@ declare const RoleManagementWidget: {
|
|
|
97
97
|
type: "success" | "error";
|
|
98
98
|
msg: string;
|
|
99
99
|
}[]) => void;
|
|
100
|
-
"__#
|
|
100
|
+
"__#12316@#isInit": boolean;
|
|
101
101
|
connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
102
102
|
accessKey: string;
|
|
103
103
|
readonly accessKeyLabel: string;
|
|
@@ -114,11 +114,15 @@ declare const RoleManagementWidget: {
|
|
|
114
114
|
readonly offsetTop: number;
|
|
115
115
|
readonly offsetWidth: number;
|
|
116
116
|
outerText: string;
|
|
117
|
+
popover: string;
|
|
117
118
|
spellcheck: boolean;
|
|
118
119
|
title: string;
|
|
119
120
|
translate: boolean;
|
|
120
121
|
attachInternals: (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals);
|
|
121
122
|
click: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
123
|
+
hidePopover: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
124
|
+
showPopover: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
125
|
+
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) & ((force?: boolean) => boolean);
|
|
122
126
|
addEventListener: {
|
|
123
127
|
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
124
128
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -169,9 +173,6 @@ declare const RoleManagementWidget: {
|
|
|
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
|
} & {
|
|
@@ -190,10 +191,10 @@ declare const RoleManagementWidget: {
|
|
|
190
191
|
<K_1_6 extends keyof HTMLElementEventMap>(type: K_1_6, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_6]) => any, options?: boolean | EventListenerOptions): void;
|
|
191
192
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
192
193
|
} & {
|
|
193
|
-
<
|
|
194
|
+
<K_1_7 extends keyof HTMLElementEventMap>(type: K_1_7, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_7]) => any, options?: boolean | EventListenerOptions): void;
|
|
194
195
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
195
196
|
} & {
|
|
196
|
-
<
|
|
197
|
+
<K_16 extends keyof HTMLElementEventMap>(type: K_16, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_16]) => any, options?: boolean | EventListenerOptions): void;
|
|
197
198
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
198
199
|
} & {
|
|
199
200
|
<K_1_8 extends keyof HTMLElementEventMap>(type: K_1_8, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_8]) => any, options?: boolean | EventListenerOptions): void;
|
|
@@ -216,6 +217,9 @@ declare const RoleManagementWidget: {
|
|
|
216
217
|
} & {
|
|
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;
|
|
218
219
|
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
220
|
+
} & {
|
|
221
|
+
<K_1_15 extends keyof HTMLElementEventMap>(type: K_1_15, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_15]) => any, options?: boolean | EventListenerOptions): void;
|
|
222
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
219
223
|
};
|
|
220
224
|
attributeChangedCallback: ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((attrName: string, oldValue: string, newValue: string) => void) & ((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);
|
|
221
225
|
readonly attributes: NamedNodeMap;
|
|
@@ -242,71 +246,89 @@ declare const RoleManagementWidget: {
|
|
|
242
246
|
slot: string;
|
|
243
247
|
readonly tagName: string;
|
|
244
248
|
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) & ((init: ShadowRootInit) => ShadowRoot);
|
|
249
|
+
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) & ((options?: CheckVisibilityOptions) => boolean);
|
|
245
250
|
closest: {
|
|
246
|
-
<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
247
|
-
<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
248
|
-
<E extends Element = Element>(selectors: string): E;
|
|
249
|
-
} & {
|
|
250
251
|
<K_2_1 extends keyof HTMLElementTagNameMap>(selector: K_2_1): HTMLElementTagNameMap[K_2_1];
|
|
251
252
|
<K_3_1 extends keyof SVGElementTagNameMap>(selector: K_3_1): SVGElementTagNameMap[K_3_1];
|
|
252
|
-
<
|
|
253
|
+
<K_4_1 extends keyof MathMLElementTagNameMap>(selector: K_4_1): MathMLElementTagNameMap[K_4_1];
|
|
254
|
+
<E extends Element = Element>(selectors: string): E;
|
|
253
255
|
} & {
|
|
254
256
|
<K_2_2 extends keyof HTMLElementTagNameMap>(selector: K_2_2): HTMLElementTagNameMap[K_2_2];
|
|
255
257
|
<K_3_2 extends keyof SVGElementTagNameMap>(selector: K_3_2): SVGElementTagNameMap[K_3_2];
|
|
256
|
-
<
|
|
258
|
+
<K_4_2 extends keyof MathMLElementTagNameMap>(selector: K_4_2): MathMLElementTagNameMap[K_4_2];
|
|
259
|
+
<E_1 extends Element = Element>(selectors: string): E_1;
|
|
257
260
|
} & {
|
|
258
261
|
<K_2_3 extends keyof HTMLElementTagNameMap>(selector: K_2_3): HTMLElementTagNameMap[K_2_3];
|
|
259
262
|
<K_3_3 extends keyof SVGElementTagNameMap>(selector: K_3_3): SVGElementTagNameMap[K_3_3];
|
|
260
|
-
<
|
|
263
|
+
<K_4_3 extends keyof MathMLElementTagNameMap>(selector: K_4_3): MathMLElementTagNameMap[K_4_3];
|
|
264
|
+
<E_2 extends Element = Element>(selectors: string): E_2;
|
|
261
265
|
} & {
|
|
262
266
|
<K_2_4 extends keyof HTMLElementTagNameMap>(selector: K_2_4): HTMLElementTagNameMap[K_2_4];
|
|
263
267
|
<K_3_4 extends keyof SVGElementTagNameMap>(selector: K_3_4): SVGElementTagNameMap[K_3_4];
|
|
264
|
-
<
|
|
268
|
+
<K_4_4 extends keyof MathMLElementTagNameMap>(selector: K_4_4): MathMLElementTagNameMap[K_4_4];
|
|
269
|
+
<E_3 extends Element = Element>(selectors: string): E_3;
|
|
265
270
|
} & {
|
|
266
271
|
<K_2_5 extends keyof HTMLElementTagNameMap>(selector: K_2_5): HTMLElementTagNameMap[K_2_5];
|
|
267
272
|
<K_3_5 extends keyof SVGElementTagNameMap>(selector: K_3_5): SVGElementTagNameMap[K_3_5];
|
|
268
|
-
<
|
|
273
|
+
<K_4_5 extends keyof MathMLElementTagNameMap>(selector: K_4_5): MathMLElementTagNameMap[K_4_5];
|
|
274
|
+
<E_4 extends Element = Element>(selectors: string): E_4;
|
|
269
275
|
} & {
|
|
270
276
|
<K_2_6 extends keyof HTMLElementTagNameMap>(selector: K_2_6): HTMLElementTagNameMap[K_2_6];
|
|
271
277
|
<K_3_6 extends keyof SVGElementTagNameMap>(selector: K_3_6): SVGElementTagNameMap[K_3_6];
|
|
278
|
+
<K_4_6 extends keyof MathMLElementTagNameMap>(selector: K_4_6): MathMLElementTagNameMap[K_4_6];
|
|
279
|
+
<E_5 extends Element = Element>(selectors: string): E_5;
|
|
280
|
+
} & {
|
|
281
|
+
<K_2_7 extends keyof HTMLElementTagNameMap>(selector: K_2_7): HTMLElementTagNameMap[K_2_7];
|
|
282
|
+
<K_3_7 extends keyof SVGElementTagNameMap>(selector: K_3_7): SVGElementTagNameMap[K_3_7];
|
|
283
|
+
<K_4_7 extends keyof MathMLElementTagNameMap>(selector: K_4_7): MathMLElementTagNameMap[K_4_7];
|
|
272
284
|
<E_6 extends Element = Element>(selectors: string): E_6;
|
|
273
285
|
} & {
|
|
274
286
|
<K_17 extends keyof HTMLElementTagNameMap>(selector: K_17): HTMLElementTagNameMap[K_17];
|
|
275
287
|
<K_18 extends keyof SVGElementTagNameMap>(selector: K_18): SVGElementTagNameMap[K_18];
|
|
288
|
+
<K_19 extends keyof MathMLElementTagNameMap>(selector: K_19): MathMLElementTagNameMap[K_19];
|
|
276
289
|
<E_7 extends Element = Element>(selectors: string): E_7;
|
|
277
|
-
} & {
|
|
278
|
-
<K_2_7 extends keyof HTMLElementTagNameMap>(selector: K_2_7): HTMLElementTagNameMap[K_2_7];
|
|
279
|
-
<K_3_7 extends keyof SVGElementTagNameMap>(selector: K_3_7): SVGElementTagNameMap[K_3_7];
|
|
280
|
-
<E_8 extends Element = Element>(selectors: string): E_8;
|
|
281
290
|
} & {
|
|
282
291
|
<K_2_8 extends keyof HTMLElementTagNameMap>(selector: K_2_8): HTMLElementTagNameMap[K_2_8];
|
|
283
292
|
<K_3_8 extends keyof SVGElementTagNameMap>(selector: K_3_8): SVGElementTagNameMap[K_3_8];
|
|
284
|
-
<
|
|
293
|
+
<K_4_8 extends keyof MathMLElementTagNameMap>(selector: K_4_8): MathMLElementTagNameMap[K_4_8];
|
|
294
|
+
<E_8 extends Element = Element>(selectors: string): E_8;
|
|
285
295
|
} & {
|
|
286
296
|
<K_2_9 extends keyof HTMLElementTagNameMap>(selector: K_2_9): HTMLElementTagNameMap[K_2_9];
|
|
287
297
|
<K_3_9 extends keyof SVGElementTagNameMap>(selector: K_3_9): SVGElementTagNameMap[K_3_9];
|
|
288
|
-
<
|
|
298
|
+
<K_4_9 extends keyof MathMLElementTagNameMap>(selector: K_4_9): MathMLElementTagNameMap[K_4_9];
|
|
299
|
+
<E_9 extends Element = Element>(selectors: string): E_9;
|
|
289
300
|
} & {
|
|
290
301
|
<K_2_10 extends keyof HTMLElementTagNameMap>(selector: K_2_10): HTMLElementTagNameMap[K_2_10];
|
|
291
302
|
<K_3_10 extends keyof SVGElementTagNameMap>(selector: K_3_10): SVGElementTagNameMap[K_3_10];
|
|
292
|
-
<
|
|
303
|
+
<K_4_10 extends keyof MathMLElementTagNameMap>(selector: K_4_10): MathMLElementTagNameMap[K_4_10];
|
|
304
|
+
<E_10 extends Element = Element>(selectors: string): E_10;
|
|
293
305
|
} & {
|
|
294
306
|
<K_2_11 extends keyof HTMLElementTagNameMap>(selector: K_2_11): HTMLElementTagNameMap[K_2_11];
|
|
295
307
|
<K_3_11 extends keyof SVGElementTagNameMap>(selector: K_3_11): SVGElementTagNameMap[K_3_11];
|
|
296
|
-
<
|
|
308
|
+
<K_4_11 extends keyof MathMLElementTagNameMap>(selector: K_4_11): MathMLElementTagNameMap[K_4_11];
|
|
309
|
+
<E_11 extends Element = Element>(selectors: string): E_11;
|
|
297
310
|
} & {
|
|
298
311
|
<K_2_12 extends keyof HTMLElementTagNameMap>(selector: K_2_12): HTMLElementTagNameMap[K_2_12];
|
|
299
312
|
<K_3_12 extends keyof SVGElementTagNameMap>(selector: K_3_12): SVGElementTagNameMap[K_3_12];
|
|
300
|
-
<
|
|
313
|
+
<K_4_12 extends keyof MathMLElementTagNameMap>(selector: K_4_12): MathMLElementTagNameMap[K_4_12];
|
|
314
|
+
<E_12 extends Element = Element>(selectors: string): E_12;
|
|
301
315
|
} & {
|
|
302
316
|
<K_2_13 extends keyof HTMLElementTagNameMap>(selector: K_2_13): HTMLElementTagNameMap[K_2_13];
|
|
303
317
|
<K_3_13 extends keyof SVGElementTagNameMap>(selector: K_3_13): SVGElementTagNameMap[K_3_13];
|
|
304
|
-
<
|
|
318
|
+
<K_4_13 extends keyof MathMLElementTagNameMap>(selector: K_4_13): MathMLElementTagNameMap[K_4_13];
|
|
319
|
+
<E_13 extends Element = Element>(selectors: string): E_13;
|
|
305
320
|
} & {
|
|
306
321
|
<K_2_14 extends keyof HTMLElementTagNameMap>(selector: K_2_14): HTMLElementTagNameMap[K_2_14];
|
|
307
322
|
<K_3_14 extends keyof SVGElementTagNameMap>(selector: K_3_14): SVGElementTagNameMap[K_3_14];
|
|
323
|
+
<K_4_14 extends keyof MathMLElementTagNameMap>(selector: K_4_14): MathMLElementTagNameMap[K_4_14];
|
|
324
|
+
<E_14 extends Element = Element>(selectors: string): E_14;
|
|
325
|
+
} & {
|
|
326
|
+
<K_2_15 extends keyof HTMLElementTagNameMap>(selector: K_2_15): HTMLElementTagNameMap[K_2_15];
|
|
327
|
+
<K_3_15 extends keyof SVGElementTagNameMap>(selector: K_3_15): SVGElementTagNameMap[K_3_15];
|
|
328
|
+
<K_4_15 extends keyof MathMLElementTagNameMap>(selector: K_4_15): MathMLElementTagNameMap[K_4_15];
|
|
308
329
|
<E_15 extends Element = Element>(selectors: string): E_15;
|
|
309
330
|
};
|
|
331
|
+
computedStyleMap: (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly);
|
|
310
332
|
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) & ((qualifiedName: string) => string);
|
|
311
333
|
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) & ((namespace: string, localName: string) => string);
|
|
312
334
|
getAttributeNames: (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]);
|
|
@@ -316,133 +338,181 @@ declare const RoleManagementWidget: {
|
|
|
316
338
|
getClientRects: (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList);
|
|
317
339
|
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>) & ((classNames: string) => HTMLCollectionOf<Element>);
|
|
318
340
|
getElementsByTagName: {
|
|
319
|
-
<
|
|
320
|
-
<
|
|
341
|
+
<K_5_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<HTMLElementTagNameMap[K_5_1]>;
|
|
342
|
+
<K_6_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_1): HTMLCollectionOf<SVGElementTagNameMap[K_6_1]>;
|
|
343
|
+
<K_7_1 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_1): HTMLCollectionOf<MathMLElementTagNameMap[K_7_1]>;
|
|
344
|
+
<K_8_1 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_1): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_1]>;
|
|
321
345
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
322
346
|
} & {
|
|
323
|
-
<
|
|
324
|
-
<
|
|
347
|
+
<K_5_2 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_2): HTMLCollectionOf<HTMLElementTagNameMap[K_5_2]>;
|
|
348
|
+
<K_6_2 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_2): HTMLCollectionOf<SVGElementTagNameMap[K_6_2]>;
|
|
349
|
+
<K_7_2 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_2): HTMLCollectionOf<MathMLElementTagNameMap[K_7_2]>;
|
|
350
|
+
<K_8_2 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_2): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_2]>;
|
|
325
351
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
326
352
|
} & {
|
|
327
|
-
<
|
|
328
|
-
<
|
|
353
|
+
<K_5_3 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_3): HTMLCollectionOf<HTMLElementTagNameMap[K_5_3]>;
|
|
354
|
+
<K_6_3 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_3): HTMLCollectionOf<SVGElementTagNameMap[K_6_3]>;
|
|
355
|
+
<K_7_3 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_3): HTMLCollectionOf<MathMLElementTagNameMap[K_7_3]>;
|
|
356
|
+
<K_8_3 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_3): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_3]>;
|
|
329
357
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
330
358
|
} & {
|
|
331
|
-
<
|
|
332
|
-
<
|
|
359
|
+
<K_5_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_4): HTMLCollectionOf<HTMLElementTagNameMap[K_5_4]>;
|
|
360
|
+
<K_6_4 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_4): HTMLCollectionOf<SVGElementTagNameMap[K_6_4]>;
|
|
361
|
+
<K_7_4 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_4): HTMLCollectionOf<MathMLElementTagNameMap[K_7_4]>;
|
|
362
|
+
<K_8_4 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_4): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_4]>;
|
|
333
363
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
334
364
|
} & {
|
|
335
|
-
<
|
|
336
|
-
<
|
|
365
|
+
<K_5_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5_5]>;
|
|
366
|
+
<K_6_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_5): HTMLCollectionOf<SVGElementTagNameMap[K_6_5]>;
|
|
367
|
+
<K_7_5 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_5): HTMLCollectionOf<MathMLElementTagNameMap[K_7_5]>;
|
|
368
|
+
<K_8_5 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_5): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_5]>;
|
|
337
369
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
338
370
|
} & {
|
|
339
|
-
<
|
|
340
|
-
<
|
|
371
|
+
<K_5_6 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_6): HTMLCollectionOf<HTMLElementTagNameMap[K_5_6]>;
|
|
372
|
+
<K_6_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_6): HTMLCollectionOf<SVGElementTagNameMap[K_6_6]>;
|
|
373
|
+
<K_7_6 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_6): HTMLCollectionOf<MathMLElementTagNameMap[K_7_6]>;
|
|
374
|
+
<K_8_6 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_6): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_6]>;
|
|
341
375
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
342
376
|
} & {
|
|
343
|
-
<
|
|
344
|
-
<
|
|
377
|
+
<K_5_7 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_7): HTMLCollectionOf<HTMLElementTagNameMap[K_5_7]>;
|
|
378
|
+
<K_6_7 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_7): HTMLCollectionOf<SVGElementTagNameMap[K_6_7]>;
|
|
379
|
+
<K_7_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7_7]>;
|
|
380
|
+
<K_8_7 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_7): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_7]>;
|
|
345
381
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
346
382
|
} & {
|
|
347
|
-
<
|
|
348
|
-
<
|
|
383
|
+
<K_20 extends keyof HTMLElementTagNameMap>(qualifiedName: K_20): HTMLCollectionOf<HTMLElementTagNameMap[K_20]>;
|
|
384
|
+
<K_21 extends keyof SVGElementTagNameMap>(qualifiedName: K_21): HTMLCollectionOf<SVGElementTagNameMap[K_21]>;
|
|
385
|
+
<K_22 extends keyof MathMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<MathMLElementTagNameMap[K_22]>;
|
|
386
|
+
<K_23 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_23]>;
|
|
349
387
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
350
388
|
} & {
|
|
351
|
-
<
|
|
352
|
-
<
|
|
389
|
+
<K_5_8 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_8): HTMLCollectionOf<HTMLElementTagNameMap[K_5_8]>;
|
|
390
|
+
<K_6_8 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_8): HTMLCollectionOf<SVGElementTagNameMap[K_6_8]>;
|
|
391
|
+
<K_7_8 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_8): HTMLCollectionOf<MathMLElementTagNameMap[K_7_8]>;
|
|
392
|
+
<K_8_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_8]>;
|
|
353
393
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
354
394
|
} & {
|
|
355
|
-
<
|
|
356
|
-
<
|
|
395
|
+
<K_5_9 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_9): HTMLCollectionOf<HTMLElementTagNameMap[K_5_9]>;
|
|
396
|
+
<K_6_9 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_9): HTMLCollectionOf<SVGElementTagNameMap[K_6_9]>;
|
|
397
|
+
<K_7_9 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_9): HTMLCollectionOf<MathMLElementTagNameMap[K_7_9]>;
|
|
398
|
+
<K_8_9 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_9): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_9]>;
|
|
357
399
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
358
400
|
} & {
|
|
359
|
-
<
|
|
360
|
-
<
|
|
401
|
+
<K_5_10 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_10): HTMLCollectionOf<HTMLElementTagNameMap[K_5_10]>;
|
|
402
|
+
<K_6_10 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_10): HTMLCollectionOf<SVGElementTagNameMap[K_6_10]>;
|
|
403
|
+
<K_7_10 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_10): HTMLCollectionOf<MathMLElementTagNameMap[K_7_10]>;
|
|
404
|
+
<K_8_10 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_10): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_10]>;
|
|
361
405
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
362
406
|
} & {
|
|
363
|
-
<
|
|
364
|
-
<
|
|
407
|
+
<K_5_11 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_11): HTMLCollectionOf<HTMLElementTagNameMap[K_5_11]>;
|
|
408
|
+
<K_6_11 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_11): HTMLCollectionOf<SVGElementTagNameMap[K_6_11]>;
|
|
409
|
+
<K_7_11 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_11): HTMLCollectionOf<MathMLElementTagNameMap[K_7_11]>;
|
|
410
|
+
<K_8_11 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_11): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_11]>;
|
|
365
411
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
366
412
|
} & {
|
|
367
|
-
<
|
|
368
|
-
<
|
|
413
|
+
<K_5_12 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_12): HTMLCollectionOf<HTMLElementTagNameMap[K_5_12]>;
|
|
414
|
+
<K_6_12 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_12): HTMLCollectionOf<SVGElementTagNameMap[K_6_12]>;
|
|
415
|
+
<K_7_12 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_12): HTMLCollectionOf<MathMLElementTagNameMap[K_7_12]>;
|
|
416
|
+
<K_8_12 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_12): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_12]>;
|
|
369
417
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
370
418
|
} & {
|
|
371
|
-
<
|
|
372
|
-
<
|
|
419
|
+
<K_5_13 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_13): HTMLCollectionOf<HTMLElementTagNameMap[K_5_13]>;
|
|
420
|
+
<K_6_13 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_13): HTMLCollectionOf<SVGElementTagNameMap[K_6_13]>;
|
|
421
|
+
<K_7_13 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_13): HTMLCollectionOf<MathMLElementTagNameMap[K_7_13]>;
|
|
422
|
+
<K_8_13 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_13): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_13]>;
|
|
373
423
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
374
424
|
} & {
|
|
375
|
-
<
|
|
376
|
-
<
|
|
425
|
+
<K_5_14 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_14): HTMLCollectionOf<HTMLElementTagNameMap[K_5_14]>;
|
|
426
|
+
<K_6_14 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_14): HTMLCollectionOf<SVGElementTagNameMap[K_6_14]>;
|
|
427
|
+
<K_7_14 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_14): HTMLCollectionOf<MathMLElementTagNameMap[K_7_14]>;
|
|
428
|
+
<K_8_14 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_14): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_14]>;
|
|
377
429
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
378
430
|
} & {
|
|
379
|
-
<
|
|
380
|
-
<
|
|
431
|
+
<K_5_15 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_15): HTMLCollectionOf<HTMLElementTagNameMap[K_5_15]>;
|
|
432
|
+
<K_6_15 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_15): HTMLCollectionOf<SVGElementTagNameMap[K_6_15]>;
|
|
433
|
+
<K_7_15 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_15): HTMLCollectionOf<MathMLElementTagNameMap[K_7_15]>;
|
|
434
|
+
<K_8_15 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_15): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_15]>;
|
|
381
435
|
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
382
436
|
};
|
|
383
437
|
getElementsByTagNameNS: {
|
|
384
438
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
385
439
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
440
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
386
441
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
387
442
|
} & {
|
|
388
443
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
389
444
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
445
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
390
446
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
391
447
|
} & {
|
|
392
448
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
393
449
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
450
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
394
451
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
395
452
|
} & {
|
|
396
453
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
397
454
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
455
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
398
456
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
399
457
|
} & {
|
|
400
458
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
401
459
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
460
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
402
461
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
403
462
|
} & {
|
|
404
463
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
405
464
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
465
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
406
466
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
407
467
|
} & {
|
|
408
468
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
409
469
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
470
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
410
471
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
411
472
|
} & {
|
|
412
473
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
413
474
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
475
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
414
476
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
415
477
|
} & {
|
|
416
478
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
417
479
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
480
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
418
481
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
419
482
|
} & {
|
|
420
483
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
421
484
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
485
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
422
486
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
423
487
|
} & {
|
|
424
488
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
425
489
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
490
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
426
491
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
427
492
|
} & {
|
|
428
493
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
429
494
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
495
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
430
496
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
431
497
|
} & {
|
|
432
498
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
433
499
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
500
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
434
501
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
435
502
|
} & {
|
|
436
503
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
437
504
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
505
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
438
506
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
439
507
|
} & {
|
|
440
508
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
441
509
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
510
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
442
511
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
443
512
|
} & {
|
|
444
513
|
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
445
514
|
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
515
|
+
(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
446
516
|
(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
447
517
|
};
|
|
448
518
|
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) & ((qualifiedName: string) => boolean);
|
|
@@ -640,26 +710,26 @@ declare const RoleManagementWidget: {
|
|
|
640
710
|
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) & ((prefix: string) => string);
|
|
641
711
|
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) & ((namespace: string) => string);
|
|
642
712
|
normalize: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
643
|
-
removeChild: (<
|
|
644
|
-
replaceChild: (<
|
|
645
|
-
readonly
|
|
646
|
-
readonly
|
|
647
|
-
readonly
|
|
648
|
-
readonly
|
|
649
|
-
readonly
|
|
650
|
-
readonly
|
|
651
|
-
readonly
|
|
652
|
-
readonly
|
|
653
|
-
readonly
|
|
654
|
-
readonly
|
|
655
|
-
readonly
|
|
656
|
-
readonly
|
|
657
|
-
readonly
|
|
658
|
-
readonly
|
|
659
|
-
readonly
|
|
660
|
-
readonly
|
|
661
|
-
readonly
|
|
662
|
-
readonly
|
|
713
|
+
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_3_6 extends Node>(child: T_3_6) => T_3_6) & (<T_3_7 extends Node>(child: T_3_7) => T_3_7) & (<T_4 extends Node>(child: T_4) => T_4) & (<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) & (<T_3_15 extends Node>(child: T_3_15) => T_3_15);
|
|
714
|
+
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_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_5 extends Node>(node: Node, child: T_5) => T_5) & (<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) & (<T_4_15 extends Node>(node: Node, child: T_4_15) => T_4_15);
|
|
715
|
+
readonly ELEMENT_NODE: 1;
|
|
716
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
717
|
+
readonly TEXT_NODE: 3;
|
|
718
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
719
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
720
|
+
readonly ENTITY_NODE: 6;
|
|
721
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
722
|
+
readonly COMMENT_NODE: 8;
|
|
723
|
+
readonly DOCUMENT_NODE: 9;
|
|
724
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
725
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
726
|
+
readonly NOTATION_NODE: 12;
|
|
727
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
728
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
729
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
730
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
731
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
732
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
663
733
|
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) & ((event: Event) => boolean);
|
|
664
734
|
ariaAtomic: string;
|
|
665
735
|
ariaAutoComplete: string;
|
|
@@ -667,9 +737,9 @@ declare const RoleManagementWidget: {
|
|
|
667
737
|
ariaChecked: string;
|
|
668
738
|
ariaColCount: string;
|
|
669
739
|
ariaColIndex: string;
|
|
670
|
-
ariaColIndexText: string;
|
|
671
740
|
ariaColSpan: string;
|
|
672
741
|
ariaCurrent: string;
|
|
742
|
+
ariaDescription: string;
|
|
673
743
|
ariaDisabled: string;
|
|
674
744
|
ariaExpanded: string;
|
|
675
745
|
ariaHasPopup: string;
|
|
@@ -691,7 +761,6 @@ declare const RoleManagementWidget: {
|
|
|
691
761
|
ariaRoleDescription: string;
|
|
692
762
|
ariaRowCount: string;
|
|
693
763
|
ariaRowIndex: string;
|
|
694
|
-
ariaRowIndexText: string;
|
|
695
764
|
ariaRowSpan: string;
|
|
696
765
|
ariaSelected: string;
|
|
697
766
|
ariaSetSize: string;
|
|
@@ -717,140 +786,202 @@ declare const RoleManagementWidget: {
|
|
|
717
786
|
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) & ((...nodes: (string | Node)[]) => void);
|
|
718
787
|
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) & ((...nodes: (string | Node)[]) => void);
|
|
719
788
|
querySelector: {
|
|
720
|
-
<
|
|
721
|
-
<
|
|
722
|
-
<
|
|
723
|
-
|
|
724
|
-
<K_6_1 extends keyof HTMLElementTagNameMap>(selectors: K_6_1): HTMLElementTagNameMap[K_6_1];
|
|
725
|
-
<K_7_1 extends keyof SVGElementTagNameMap>(selectors: K_7_1): SVGElementTagNameMap[K_7_1];
|
|
789
|
+
<K_9_1 extends keyof HTMLElementTagNameMap>(selectors: K_9_1): HTMLElementTagNameMap[K_9_1];
|
|
790
|
+
<K_10_1 extends keyof SVGElementTagNameMap>(selectors: K_10_1): SVGElementTagNameMap[K_10_1];
|
|
791
|
+
<K_11_1 extends keyof MathMLElementTagNameMap>(selectors: K_11_1): MathMLElementTagNameMap[K_11_1];
|
|
792
|
+
<K_12_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_1): HTMLElementDeprecatedTagNameMap[K_12_1];
|
|
726
793
|
<E_1_1 extends Element = Element>(selectors: string): E_1_1;
|
|
727
794
|
} & {
|
|
728
|
-
<
|
|
729
|
-
<
|
|
795
|
+
<K_9_2 extends keyof HTMLElementTagNameMap>(selectors: K_9_2): HTMLElementTagNameMap[K_9_2];
|
|
796
|
+
<K_10_2 extends keyof SVGElementTagNameMap>(selectors: K_10_2): SVGElementTagNameMap[K_10_2];
|
|
797
|
+
<K_11_2 extends keyof MathMLElementTagNameMap>(selectors: K_11_2): MathMLElementTagNameMap[K_11_2];
|
|
798
|
+
<K_12_2 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_2): HTMLElementDeprecatedTagNameMap[K_12_2];
|
|
730
799
|
<E_1_2 extends Element = Element>(selectors: string): E_1_2;
|
|
731
800
|
} & {
|
|
732
|
-
<
|
|
733
|
-
<
|
|
801
|
+
<K_9_3 extends keyof HTMLElementTagNameMap>(selectors: K_9_3): HTMLElementTagNameMap[K_9_3];
|
|
802
|
+
<K_10_3 extends keyof SVGElementTagNameMap>(selectors: K_10_3): SVGElementTagNameMap[K_10_3];
|
|
803
|
+
<K_11_3 extends keyof MathMLElementTagNameMap>(selectors: K_11_3): MathMLElementTagNameMap[K_11_3];
|
|
804
|
+
<K_12_3 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_3): HTMLElementDeprecatedTagNameMap[K_12_3];
|
|
734
805
|
<E_1_3 extends Element = Element>(selectors: string): E_1_3;
|
|
735
806
|
} & {
|
|
736
|
-
<
|
|
737
|
-
<
|
|
807
|
+
<K_9_4 extends keyof HTMLElementTagNameMap>(selectors: K_9_4): HTMLElementTagNameMap[K_9_4];
|
|
808
|
+
<K_10_4 extends keyof SVGElementTagNameMap>(selectors: K_10_4): SVGElementTagNameMap[K_10_4];
|
|
809
|
+
<K_11_4 extends keyof MathMLElementTagNameMap>(selectors: K_11_4): MathMLElementTagNameMap[K_11_4];
|
|
810
|
+
<K_12_4 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_4): HTMLElementDeprecatedTagNameMap[K_12_4];
|
|
738
811
|
<E_1_4 extends Element = Element>(selectors: string): E_1_4;
|
|
739
812
|
} & {
|
|
740
|
-
<
|
|
741
|
-
<
|
|
813
|
+
<K_9_5 extends keyof HTMLElementTagNameMap>(selectors: K_9_5): HTMLElementTagNameMap[K_9_5];
|
|
814
|
+
<K_10_5 extends keyof SVGElementTagNameMap>(selectors: K_10_5): SVGElementTagNameMap[K_10_5];
|
|
815
|
+
<K_11_5 extends keyof MathMLElementTagNameMap>(selectors: K_11_5): MathMLElementTagNameMap[K_11_5];
|
|
816
|
+
<K_12_5 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_5): HTMLElementDeprecatedTagNameMap[K_12_5];
|
|
742
817
|
<E_1_5 extends Element = Element>(selectors: string): E_1_5;
|
|
743
818
|
} & {
|
|
744
|
-
<
|
|
745
|
-
<
|
|
819
|
+
<K_9_6 extends keyof HTMLElementTagNameMap>(selectors: K_9_6): HTMLElementTagNameMap[K_9_6];
|
|
820
|
+
<K_10_6 extends keyof SVGElementTagNameMap>(selectors: K_10_6): SVGElementTagNameMap[K_10_6];
|
|
821
|
+
<K_11_6 extends keyof MathMLElementTagNameMap>(selectors: K_11_6): MathMLElementTagNameMap[K_11_6];
|
|
822
|
+
<K_12_6 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_6): HTMLElementDeprecatedTagNameMap[K_12_6];
|
|
746
823
|
<E_1_6 extends Element = Element>(selectors: string): E_1_6;
|
|
747
824
|
} & {
|
|
748
|
-
<
|
|
749
|
-
<
|
|
750
|
-
<
|
|
751
|
-
|
|
752
|
-
<K_6_7 extends keyof HTMLElementTagNameMap>(selectors: K_6_7): HTMLElementTagNameMap[K_6_7];
|
|
753
|
-
<K_7_7 extends keyof SVGElementTagNameMap>(selectors: K_7_7): SVGElementTagNameMap[K_7_7];
|
|
825
|
+
<K_9_7 extends keyof HTMLElementTagNameMap>(selectors: K_9_7): HTMLElementTagNameMap[K_9_7];
|
|
826
|
+
<K_10_7 extends keyof SVGElementTagNameMap>(selectors: K_10_7): SVGElementTagNameMap[K_10_7];
|
|
827
|
+
<K_11_7 extends keyof MathMLElementTagNameMap>(selectors: K_11_7): MathMLElementTagNameMap[K_11_7];
|
|
828
|
+
<K_12_7 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_7): HTMLElementDeprecatedTagNameMap[K_12_7];
|
|
754
829
|
<E_1_7 extends Element = Element>(selectors: string): E_1_7;
|
|
755
830
|
} & {
|
|
756
|
-
<
|
|
757
|
-
<
|
|
831
|
+
<K_24 extends keyof HTMLElementTagNameMap>(selectors: K_24): HTMLElementTagNameMap[K_24];
|
|
832
|
+
<K_25 extends keyof SVGElementTagNameMap>(selectors: K_25): SVGElementTagNameMap[K_25];
|
|
833
|
+
<K_26 extends keyof MathMLElementTagNameMap>(selectors: K_26): MathMLElementTagNameMap[K_26];
|
|
834
|
+
<K_27 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_27): HTMLElementDeprecatedTagNameMap[K_27];
|
|
835
|
+
<E_16 extends Element = Element>(selectors: string): E_16;
|
|
836
|
+
} & {
|
|
837
|
+
<K_9_8 extends keyof HTMLElementTagNameMap>(selectors: K_9_8): HTMLElementTagNameMap[K_9_8];
|
|
838
|
+
<K_10_8 extends keyof SVGElementTagNameMap>(selectors: K_10_8): SVGElementTagNameMap[K_10_8];
|
|
839
|
+
<K_11_8 extends keyof MathMLElementTagNameMap>(selectors: K_11_8): MathMLElementTagNameMap[K_11_8];
|
|
840
|
+
<K_12_8 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_8): HTMLElementDeprecatedTagNameMap[K_12_8];
|
|
758
841
|
<E_1_8 extends Element = Element>(selectors: string): E_1_8;
|
|
759
842
|
} & {
|
|
760
|
-
<
|
|
761
|
-
<
|
|
843
|
+
<K_9_9 extends keyof HTMLElementTagNameMap>(selectors: K_9_9): HTMLElementTagNameMap[K_9_9];
|
|
844
|
+
<K_10_9 extends keyof SVGElementTagNameMap>(selectors: K_10_9): SVGElementTagNameMap[K_10_9];
|
|
845
|
+
<K_11_9 extends keyof MathMLElementTagNameMap>(selectors: K_11_9): MathMLElementTagNameMap[K_11_9];
|
|
846
|
+
<K_12_9 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_9): HTMLElementDeprecatedTagNameMap[K_12_9];
|
|
762
847
|
<E_1_9 extends Element = Element>(selectors: string): E_1_9;
|
|
763
848
|
} & {
|
|
764
|
-
<
|
|
765
|
-
<
|
|
849
|
+
<K_9_10 extends keyof HTMLElementTagNameMap>(selectors: K_9_10): HTMLElementTagNameMap[K_9_10];
|
|
850
|
+
<K_10_10 extends keyof SVGElementTagNameMap>(selectors: K_10_10): SVGElementTagNameMap[K_10_10];
|
|
851
|
+
<K_11_10 extends keyof MathMLElementTagNameMap>(selectors: K_11_10): MathMLElementTagNameMap[K_11_10];
|
|
852
|
+
<K_12_10 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_10): HTMLElementDeprecatedTagNameMap[K_12_10];
|
|
766
853
|
<E_1_10 extends Element = Element>(selectors: string): E_1_10;
|
|
767
854
|
} & {
|
|
768
|
-
<
|
|
769
|
-
<
|
|
855
|
+
<K_9_11 extends keyof HTMLElementTagNameMap>(selectors: K_9_11): HTMLElementTagNameMap[K_9_11];
|
|
856
|
+
<K_10_11 extends keyof SVGElementTagNameMap>(selectors: K_10_11): SVGElementTagNameMap[K_10_11];
|
|
857
|
+
<K_11_11 extends keyof MathMLElementTagNameMap>(selectors: K_11_11): MathMLElementTagNameMap[K_11_11];
|
|
858
|
+
<K_12_11 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_11): HTMLElementDeprecatedTagNameMap[K_12_11];
|
|
770
859
|
<E_1_11 extends Element = Element>(selectors: string): E_1_11;
|
|
771
860
|
} & {
|
|
772
|
-
<
|
|
773
|
-
<
|
|
861
|
+
<K_9_12 extends keyof HTMLElementTagNameMap>(selectors: K_9_12): HTMLElementTagNameMap[K_9_12];
|
|
862
|
+
<K_10_12 extends keyof SVGElementTagNameMap>(selectors: K_10_12): SVGElementTagNameMap[K_10_12];
|
|
863
|
+
<K_11_12 extends keyof MathMLElementTagNameMap>(selectors: K_11_12): MathMLElementTagNameMap[K_11_12];
|
|
864
|
+
<K_12_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_12): HTMLElementDeprecatedTagNameMap[K_12_12];
|
|
774
865
|
<E_1_12 extends Element = Element>(selectors: string): E_1_12;
|
|
775
866
|
} & {
|
|
776
|
-
<
|
|
777
|
-
<
|
|
867
|
+
<K_9_13 extends keyof HTMLElementTagNameMap>(selectors: K_9_13): HTMLElementTagNameMap[K_9_13];
|
|
868
|
+
<K_10_13 extends keyof SVGElementTagNameMap>(selectors: K_10_13): SVGElementTagNameMap[K_10_13];
|
|
869
|
+
<K_11_13 extends keyof MathMLElementTagNameMap>(selectors: K_11_13): MathMLElementTagNameMap[K_11_13];
|
|
870
|
+
<K_12_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_13): HTMLElementDeprecatedTagNameMap[K_12_13];
|
|
778
871
|
<E_1_13 extends Element = Element>(selectors: string): E_1_13;
|
|
779
872
|
} & {
|
|
780
|
-
<
|
|
781
|
-
<
|
|
873
|
+
<K_9_14 extends keyof HTMLElementTagNameMap>(selectors: K_9_14): HTMLElementTagNameMap[K_9_14];
|
|
874
|
+
<K_10_14 extends keyof SVGElementTagNameMap>(selectors: K_10_14): SVGElementTagNameMap[K_10_14];
|
|
875
|
+
<K_11_14 extends keyof MathMLElementTagNameMap>(selectors: K_11_14): MathMLElementTagNameMap[K_11_14];
|
|
876
|
+
<K_12_14 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_14): HTMLElementDeprecatedTagNameMap[K_12_14];
|
|
782
877
|
<E_1_14 extends Element = Element>(selectors: string): E_1_14;
|
|
878
|
+
} & {
|
|
879
|
+
<K_9_15 extends keyof HTMLElementTagNameMap>(selectors: K_9_15): HTMLElementTagNameMap[K_9_15];
|
|
880
|
+
<K_10_15 extends keyof SVGElementTagNameMap>(selectors: K_10_15): SVGElementTagNameMap[K_10_15];
|
|
881
|
+
<K_11_15 extends keyof MathMLElementTagNameMap>(selectors: K_11_15): MathMLElementTagNameMap[K_11_15];
|
|
882
|
+
<K_12_15 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_15): HTMLElementDeprecatedTagNameMap[K_12_15];
|
|
883
|
+
<E_1_15 extends Element = Element>(selectors: string): E_1_15;
|
|
783
884
|
};
|
|
784
885
|
querySelectorAll: {
|
|
785
|
-
<
|
|
786
|
-
<
|
|
787
|
-
<
|
|
788
|
-
|
|
789
|
-
<K_8_1 extends keyof HTMLElementTagNameMap>(selectors: K_8_1): NodeListOf<HTMLElementTagNameMap[K_8_1]>;
|
|
790
|
-
<K_9_1 extends keyof SVGElementTagNameMap>(selectors: K_9_1): NodeListOf<SVGElementTagNameMap[K_9_1]>;
|
|
886
|
+
<K_13_1 extends keyof HTMLElementTagNameMap>(selectors: K_13_1): NodeListOf<HTMLElementTagNameMap[K_13_1]>;
|
|
887
|
+
<K_14_1 extends keyof SVGElementTagNameMap>(selectors: K_14_1): NodeListOf<SVGElementTagNameMap[K_14_1]>;
|
|
888
|
+
<K_15_1 extends keyof MathMLElementTagNameMap>(selectors: K_15_1): NodeListOf<MathMLElementTagNameMap[K_15_1]>;
|
|
889
|
+
<K_16_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_1): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_1]>;
|
|
791
890
|
<E_2_1 extends Element = Element>(selectors: string): NodeListOf<E_2_1>;
|
|
792
891
|
} & {
|
|
793
|
-
<
|
|
794
|
-
<
|
|
892
|
+
<K_13_2 extends keyof HTMLElementTagNameMap>(selectors: K_13_2): NodeListOf<HTMLElementTagNameMap[K_13_2]>;
|
|
893
|
+
<K_14_2 extends keyof SVGElementTagNameMap>(selectors: K_14_2): NodeListOf<SVGElementTagNameMap[K_14_2]>;
|
|
894
|
+
<K_15_2 extends keyof MathMLElementTagNameMap>(selectors: K_15_2): NodeListOf<MathMLElementTagNameMap[K_15_2]>;
|
|
895
|
+
<K_16_2 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_2): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_2]>;
|
|
795
896
|
<E_2_2 extends Element = Element>(selectors: string): NodeListOf<E_2_2>;
|
|
796
897
|
} & {
|
|
797
|
-
<
|
|
798
|
-
<
|
|
898
|
+
<K_13_3 extends keyof HTMLElementTagNameMap>(selectors: K_13_3): NodeListOf<HTMLElementTagNameMap[K_13_3]>;
|
|
899
|
+
<K_14_3 extends keyof SVGElementTagNameMap>(selectors: K_14_3): NodeListOf<SVGElementTagNameMap[K_14_3]>;
|
|
900
|
+
<K_15_3 extends keyof MathMLElementTagNameMap>(selectors: K_15_3): NodeListOf<MathMLElementTagNameMap[K_15_3]>;
|
|
901
|
+
<K_16_3 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_3): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_3]>;
|
|
799
902
|
<E_2_3 extends Element = Element>(selectors: string): NodeListOf<E_2_3>;
|
|
800
903
|
} & {
|
|
801
|
-
<
|
|
802
|
-
<
|
|
904
|
+
<K_13_4 extends keyof HTMLElementTagNameMap>(selectors: K_13_4): NodeListOf<HTMLElementTagNameMap[K_13_4]>;
|
|
905
|
+
<K_14_4 extends keyof SVGElementTagNameMap>(selectors: K_14_4): NodeListOf<SVGElementTagNameMap[K_14_4]>;
|
|
906
|
+
<K_15_4 extends keyof MathMLElementTagNameMap>(selectors: K_15_4): NodeListOf<MathMLElementTagNameMap[K_15_4]>;
|
|
907
|
+
<K_16_4 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_4): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_4]>;
|
|
803
908
|
<E_2_4 extends Element = Element>(selectors: string): NodeListOf<E_2_4>;
|
|
804
909
|
} & {
|
|
805
|
-
<
|
|
806
|
-
<
|
|
910
|
+
<K_13_5 extends keyof HTMLElementTagNameMap>(selectors: K_13_5): NodeListOf<HTMLElementTagNameMap[K_13_5]>;
|
|
911
|
+
<K_14_5 extends keyof SVGElementTagNameMap>(selectors: K_14_5): NodeListOf<SVGElementTagNameMap[K_14_5]>;
|
|
912
|
+
<K_15_5 extends keyof MathMLElementTagNameMap>(selectors: K_15_5): NodeListOf<MathMLElementTagNameMap[K_15_5]>;
|
|
913
|
+
<K_16_5 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_5): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_5]>;
|
|
807
914
|
<E_2_5 extends Element = Element>(selectors: string): NodeListOf<E_2_5>;
|
|
808
915
|
} & {
|
|
809
|
-
<
|
|
810
|
-
<
|
|
916
|
+
<K_13_6 extends keyof HTMLElementTagNameMap>(selectors: K_13_6): NodeListOf<HTMLElementTagNameMap[K_13_6]>;
|
|
917
|
+
<K_14_6 extends keyof SVGElementTagNameMap>(selectors: K_14_6): NodeListOf<SVGElementTagNameMap[K_14_6]>;
|
|
918
|
+
<K_15_6 extends keyof MathMLElementTagNameMap>(selectors: K_15_6): NodeListOf<MathMLElementTagNameMap[K_15_6]>;
|
|
919
|
+
<K_16_6 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_6): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_6]>;
|
|
811
920
|
<E_2_6 extends Element = Element>(selectors: string): NodeListOf<E_2_6>;
|
|
812
921
|
} & {
|
|
813
|
-
<
|
|
814
|
-
<
|
|
815
|
-
<
|
|
816
|
-
|
|
817
|
-
<K_8_7 extends keyof HTMLElementTagNameMap>(selectors: K_8_7): NodeListOf<HTMLElementTagNameMap[K_8_7]>;
|
|
818
|
-
<K_9_7 extends keyof SVGElementTagNameMap>(selectors: K_9_7): NodeListOf<SVGElementTagNameMap[K_9_7]>;
|
|
922
|
+
<K_13_7 extends keyof HTMLElementTagNameMap>(selectors: K_13_7): NodeListOf<HTMLElementTagNameMap[K_13_7]>;
|
|
923
|
+
<K_14_7 extends keyof SVGElementTagNameMap>(selectors: K_14_7): NodeListOf<SVGElementTagNameMap[K_14_7]>;
|
|
924
|
+
<K_15_7 extends keyof MathMLElementTagNameMap>(selectors: K_15_7): NodeListOf<MathMLElementTagNameMap[K_15_7]>;
|
|
925
|
+
<K_16_7 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_7): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_7]>;
|
|
819
926
|
<E_2_7 extends Element = Element>(selectors: string): NodeListOf<E_2_7>;
|
|
820
927
|
} & {
|
|
821
|
-
<
|
|
822
|
-
<
|
|
928
|
+
<K_28 extends keyof HTMLElementTagNameMap>(selectors: K_28): NodeListOf<HTMLElementTagNameMap[K_28]>;
|
|
929
|
+
<K_29 extends keyof SVGElementTagNameMap>(selectors: K_29): NodeListOf<SVGElementTagNameMap[K_29]>;
|
|
930
|
+
<K_30 extends keyof MathMLElementTagNameMap>(selectors: K_30): NodeListOf<MathMLElementTagNameMap[K_30]>;
|
|
931
|
+
<K_31 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_31): NodeListOf<HTMLElementDeprecatedTagNameMap[K_31]>;
|
|
932
|
+
<E_17 extends Element = Element>(selectors: string): NodeListOf<E_17>;
|
|
933
|
+
} & {
|
|
934
|
+
<K_13_8 extends keyof HTMLElementTagNameMap>(selectors: K_13_8): NodeListOf<HTMLElementTagNameMap[K_13_8]>;
|
|
935
|
+
<K_14_8 extends keyof SVGElementTagNameMap>(selectors: K_14_8): NodeListOf<SVGElementTagNameMap[K_14_8]>;
|
|
936
|
+
<K_15_8 extends keyof MathMLElementTagNameMap>(selectors: K_15_8): NodeListOf<MathMLElementTagNameMap[K_15_8]>;
|
|
937
|
+
<K_16_8 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_8): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_8]>;
|
|
823
938
|
<E_2_8 extends Element = Element>(selectors: string): NodeListOf<E_2_8>;
|
|
824
939
|
} & {
|
|
825
|
-
<
|
|
826
|
-
<
|
|
940
|
+
<K_13_9 extends keyof HTMLElementTagNameMap>(selectors: K_13_9): NodeListOf<HTMLElementTagNameMap[K_13_9]>;
|
|
941
|
+
<K_14_9 extends keyof SVGElementTagNameMap>(selectors: K_14_9): NodeListOf<SVGElementTagNameMap[K_14_9]>;
|
|
942
|
+
<K_15_9 extends keyof MathMLElementTagNameMap>(selectors: K_15_9): NodeListOf<MathMLElementTagNameMap[K_15_9]>;
|
|
943
|
+
<K_16_9 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_9): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_9]>;
|
|
827
944
|
<E_2_9 extends Element = Element>(selectors: string): NodeListOf<E_2_9>;
|
|
828
945
|
} & {
|
|
829
|
-
<
|
|
830
|
-
<
|
|
946
|
+
<K_13_10 extends keyof HTMLElementTagNameMap>(selectors: K_13_10): NodeListOf<HTMLElementTagNameMap[K_13_10]>;
|
|
947
|
+
<K_14_10 extends keyof SVGElementTagNameMap>(selectors: K_14_10): NodeListOf<SVGElementTagNameMap[K_14_10]>;
|
|
948
|
+
<K_15_10 extends keyof MathMLElementTagNameMap>(selectors: K_15_10): NodeListOf<MathMLElementTagNameMap[K_15_10]>;
|
|
949
|
+
<K_16_10 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_10): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_10]>;
|
|
831
950
|
<E_2_10 extends Element = Element>(selectors: string): NodeListOf<E_2_10>;
|
|
832
951
|
} & {
|
|
833
|
-
<
|
|
834
|
-
<
|
|
952
|
+
<K_13_11 extends keyof HTMLElementTagNameMap>(selectors: K_13_11): NodeListOf<HTMLElementTagNameMap[K_13_11]>;
|
|
953
|
+
<K_14_11 extends keyof SVGElementTagNameMap>(selectors: K_14_11): NodeListOf<SVGElementTagNameMap[K_14_11]>;
|
|
954
|
+
<K_15_11 extends keyof MathMLElementTagNameMap>(selectors: K_15_11): NodeListOf<MathMLElementTagNameMap[K_15_11]>;
|
|
955
|
+
<K_16_11 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_11): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_11]>;
|
|
835
956
|
<E_2_11 extends Element = Element>(selectors: string): NodeListOf<E_2_11>;
|
|
836
957
|
} & {
|
|
837
|
-
<
|
|
838
|
-
<
|
|
958
|
+
<K_13_12 extends keyof HTMLElementTagNameMap>(selectors: K_13_12): NodeListOf<HTMLElementTagNameMap[K_13_12]>;
|
|
959
|
+
<K_14_12 extends keyof SVGElementTagNameMap>(selectors: K_14_12): NodeListOf<SVGElementTagNameMap[K_14_12]>;
|
|
960
|
+
<K_15_12 extends keyof MathMLElementTagNameMap>(selectors: K_15_12): NodeListOf<MathMLElementTagNameMap[K_15_12]>;
|
|
961
|
+
<K_16_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_12): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_12]>;
|
|
839
962
|
<E_2_12 extends Element = Element>(selectors: string): NodeListOf<E_2_12>;
|
|
840
963
|
} & {
|
|
841
|
-
<
|
|
842
|
-
<
|
|
964
|
+
<K_13_13 extends keyof HTMLElementTagNameMap>(selectors: K_13_13): NodeListOf<HTMLElementTagNameMap[K_13_13]>;
|
|
965
|
+
<K_14_13 extends keyof SVGElementTagNameMap>(selectors: K_14_13): NodeListOf<SVGElementTagNameMap[K_14_13]>;
|
|
966
|
+
<K_15_13 extends keyof MathMLElementTagNameMap>(selectors: K_15_13): NodeListOf<MathMLElementTagNameMap[K_15_13]>;
|
|
967
|
+
<K_16_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_13): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_13]>;
|
|
843
968
|
<E_2_13 extends Element = Element>(selectors: string): NodeListOf<E_2_13>;
|
|
844
969
|
} & {
|
|
845
|
-
<
|
|
846
|
-
<
|
|
970
|
+
<K_13_14 extends keyof HTMLElementTagNameMap>(selectors: K_13_14): NodeListOf<HTMLElementTagNameMap[K_13_14]>;
|
|
971
|
+
<K_14_14 extends keyof SVGElementTagNameMap>(selectors: K_14_14): NodeListOf<SVGElementTagNameMap[K_14_14]>;
|
|
972
|
+
<K_15_14 extends keyof MathMLElementTagNameMap>(selectors: K_15_14): NodeListOf<MathMLElementTagNameMap[K_15_14]>;
|
|
973
|
+
<K_16_14 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_14): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_14]>;
|
|
847
974
|
<E_2_14 extends Element = Element>(selectors: string): NodeListOf<E_2_14>;
|
|
975
|
+
} & {
|
|
976
|
+
<K_13_15 extends keyof HTMLElementTagNameMap>(selectors: K_13_15): NodeListOf<HTMLElementTagNameMap[K_13_15]>;
|
|
977
|
+
<K_14_15 extends keyof SVGElementTagNameMap>(selectors: K_14_15): NodeListOf<SVGElementTagNameMap[K_14_15]>;
|
|
978
|
+
<K_15_15 extends keyof MathMLElementTagNameMap>(selectors: K_15_15): NodeListOf<MathMLElementTagNameMap[K_15_15]>;
|
|
979
|
+
<K_16_15 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_15): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_15]>;
|
|
980
|
+
<E_2_15 extends Element = Element>(selectors: string): NodeListOf<E_2_15>;
|
|
848
981
|
};
|
|
849
982
|
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) & ((...nodes: (string | Node)[]) => void);
|
|
850
983
|
readonly assignedSlot: HTMLSlotElement;
|
|
851
|
-
|
|
852
|
-
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) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
|
|
853
|
-
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) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
|
|
984
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
854
985
|
readonly style: CSSStyleDeclaration;
|
|
855
986
|
contentEditable: string;
|
|
856
987
|
enterKeyHint: string;
|
|
@@ -863,6 +994,7 @@ declare const RoleManagementWidget: {
|
|
|
863
994
|
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) & ((this: GlobalEventHandlers, ev: AnimationEvent) => any);
|
|
864
995
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
865
996
|
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) & ((this: GlobalEventHandlers, ev: InputEvent) => any);
|
|
997
|
+
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
866
998
|
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) & ((this: GlobalEventHandlers, ev: FocusEvent) => any);
|
|
867
999
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
868
1000
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
@@ -871,7 +1003,9 @@ declare const RoleManagementWidget: {
|
|
|
871
1003
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
872
1004
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
873
1005
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
1006
|
+
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) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
|
|
874
1007
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
1008
|
+
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) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
|
|
875
1009
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
876
1010
|
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) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
|
|
877
1011
|
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) & ((this: GlobalEventHandlers, ev: DragEvent) => any);
|
|
@@ -904,6 +1038,7 @@ declare const RoleManagementWidget: {
|
|
|
904
1038
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
905
1039
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
906
1040
|
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) & ((this: GlobalEventHandlers, ev: MouseEvent) => any);
|
|
1041
|
+
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) & ((this: GlobalEventHandlers, ev: ClipboardEvent) => any);
|
|
907
1042
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
908
1043
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
909
1044
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
@@ -920,6 +1055,7 @@ declare const RoleManagementWidget: {
|
|
|
920
1055
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
921
1056
|
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) & ((this: GlobalEventHandlers, ev: UIEvent) => any);
|
|
922
1057
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
1058
|
+
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
923
1059
|
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) & ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any);
|
|
924
1060
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
925
1061
|
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) & ((this: GlobalEventHandlers, ev: Event) => any);
|
|
@@ -953,7 +1089,7 @@ declare const RoleManagementWidget: {
|
|
|
953
1089
|
tabIndex: number;
|
|
954
1090
|
blur: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
|
|
955
1091
|
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) & ((options?: FocusOptions) => void);
|
|
956
|
-
"__#
|
|
1092
|
+
"__#12327@#NotificationDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
|
|
957
1093
|
logger: {
|
|
958
1094
|
error(...data: any[]): void;
|
|
959
1095
|
warn(...data: any[]): void;
|
|
@@ -966,7 +1102,7 @@ declare const RoleManagementWidget: {
|
|
|
966
1102
|
close(): void;
|
|
967
1103
|
show(): void;
|
|
968
1104
|
remove(): void;
|
|
969
|
-
"__#
|
|
1105
|
+
"__#12323@#private": any;
|
|
970
1106
|
logger: {
|
|
971
1107
|
error(...data: any[]): void;
|
|
972
1108
|
warn(...data: any[]): void;
|
|
@@ -991,7 +1127,7 @@ declare const RoleManagementWidget: {
|
|
|
991
1127
|
close(): void;
|
|
992
1128
|
show(): void;
|
|
993
1129
|
remove(): void;
|
|
994
|
-
"__#
|
|
1130
|
+
"__#12323@#private": any;
|
|
995
1131
|
logger: {
|
|
996
1132
|
error(...data: any[]): void;
|
|
997
1133
|
warn(...data: any[]): void;
|
|
@@ -1001,21 +1137,21 @@ declare const RoleManagementWidget: {
|
|
|
1001
1137
|
readonly asyncEle: Promise<Element>;
|
|
1002
1138
|
readonly ele: Element;
|
|
1003
1139
|
};
|
|
1004
|
-
"__#
|
|
1005
|
-
"__#
|
|
1006
|
-
"__#
|
|
1007
|
-
"__#
|
|
1008
|
-
"__#
|
|
1009
|
-
"__#
|
|
1010
|
-
"__#
|
|
1011
|
-
"__#
|
|
1140
|
+
"__#12322@#errorCbsSym": symbol;
|
|
1141
|
+
"__#12322@#loadCbsSym": symbol;
|
|
1142
|
+
"__#12322@#getComponentsVersion": (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>);
|
|
1143
|
+
"__#12322@#exposeAlternateEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
|
|
1144
|
+
"__#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>) & ((errorCbs: ((error: string) => void)[], loadCbs: (() => void)[]) => Promise<void>);
|
|
1145
|
+
"__#12322@#registerEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
|
|
1146
|
+
"__#12322@#getDescopeUiLoadingScript": (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>);
|
|
1147
|
+
"__#12322@#descopeUi": Promise<any>;
|
|
1012
1148
|
readonly descopeUi: Promise<any>;
|
|
1013
|
-
"__#
|
|
1149
|
+
"__#12322@#loadDescopeUiComponent": ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>);
|
|
1014
1150
|
loadDescopeUiComponents: ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>);
|
|
1015
|
-
"__#
|
|
1151
|
+
"__#12322@#getDescopeUi": (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>);
|
|
1016
1152
|
readonly config: any;
|
|
1017
|
-
"__#
|
|
1018
|
-
"__#
|
|
1153
|
+
"__#12319@#_configResource": any;
|
|
1154
|
+
"__#12319@#fetchConfig": (() => Promise<{
|
|
1019
1155
|
projectConfig: _descope_sdk_mixins.ProjectConfiguration;
|
|
1020
1156
|
executionContext: {
|
|
1021
1157
|
geo: string;
|
|
@@ -1056,27 +1192,27 @@ declare const RoleManagementWidget: {
|
|
|
1056
1192
|
}>) & (<F_4 extends "text" | "json">(filename: string, format: F_4) => Promise<{
|
|
1057
1193
|
body: F_4 extends "json" ? Record<string, any> : string;
|
|
1058
1194
|
headers: Record<string, string>;
|
|
1059
|
-
}>) & (<
|
|
1060
|
-
body:
|
|
1195
|
+
}>) & (<F_1_1 extends "text" | "json">(filename: string, format: F_1_1) => Promise<{
|
|
1196
|
+
body: F_1_1 extends "json" ? Record<string, any> : string;
|
|
1061
1197
|
headers: Record<string, string>;
|
|
1062
|
-
}>) & (<
|
|
1063
|
-
body:
|
|
1198
|
+
}>) & (<F_2_1 extends "text" | "json">(filename: string, format: F_2_1) => Promise<{
|
|
1199
|
+
body: F_2_1 extends "json" ? Record<string, any> : string;
|
|
1064
1200
|
headers: Record<string, string>;
|
|
1065
1201
|
}>);
|
|
1066
1202
|
readonly baseStaticUrl: string;
|
|
1067
1203
|
readonly baseUrl: string;
|
|
1068
1204
|
readonly projectId: string;
|
|
1069
|
-
"__#
|
|
1070
|
-
"__#
|
|
1205
|
+
"__#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) & ((attrName: string, newValue: string) => void);
|
|
1206
|
+
"__#12317@#observeMappings": {};
|
|
1071
1207
|
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) & ((attrName: string, onAttrChange: (attrName: string, value: string) => void) => () => any);
|
|
1072
1208
|
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) & ((attrs: string[], cb: (attrName: string, value: string) => void) => () => void);
|
|
1073
|
-
"__#
|
|
1209
|
+
"__#12315@#logger": {
|
|
1074
1210
|
error(...data: any[]): void;
|
|
1075
1211
|
warn(...data: any[]): void;
|
|
1076
1212
|
info(...data: any[]): void;
|
|
1077
1213
|
debug(...data: any[]): void;
|
|
1078
1214
|
};
|
|
1079
|
-
"__#
|
|
1215
|
+
"__#12315@#wrapLogger": ((logger: Partial<{
|
|
1080
1216
|
error(...data: any[]): void;
|
|
1081
1217
|
warn(...data: any[]): void;
|
|
1082
1218
|
info(...data: any[]): void;
|
|
@@ -4964,7 +5100,7 @@ declare const RoleManagementWidget: {
|
|
|
4964
5100
|
"__#11@#updatePermissionsMultiSelect": () => Promise<void>;
|
|
4965
5101
|
"__#11@#updateModalData": () => void;
|
|
4966
5102
|
"__#11@#initEditRoleModal"(): Promise<void>;
|
|
4967
|
-
"__#
|
|
5103
|
+
"__#12326@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
|
|
4968
5104
|
logger: {
|
|
4969
5105
|
error(...data: any[]): void;
|
|
4970
5106
|
warn(...data: any[]): void;
|
|
@@ -4973,7 +5109,7 @@ declare const RoleManagementWidget: {
|
|
|
4973
5109
|
};
|
|
4974
5110
|
}) => {
|
|
4975
5111
|
setContent(template: HTMLTemplateElement): void;
|
|
4976
|
-
"__#
|
|
5112
|
+
"__#12325@#private": any;
|
|
4977
5113
|
beforeOpen: () => void | Promise<void>;
|
|
4978
5114
|
afterClose: () => void;
|
|
4979
5115
|
nodeName: string;
|
|
@@ -4981,7 +5117,7 @@ declare const RoleManagementWidget: {
|
|
|
4981
5117
|
open(): Promise<void>;
|
|
4982
5118
|
reset(): void;
|
|
4983
5119
|
remove(): void;
|
|
4984
|
-
"__#
|
|
5120
|
+
"__#12323@#private": any;
|
|
4985
5121
|
logger: {
|
|
4986
5122
|
error(...data: any[]): void;
|
|
4987
5123
|
warn(...data: any[]): void;
|
|
@@ -5015,14 +5151,14 @@ declare const RoleManagementWidget: {
|
|
|
5015
5151
|
}[]) => void;
|
|
5016
5152
|
"__#15@#onColumnSortChange": (this: any, ...args: any[]) => void;
|
|
5017
5153
|
readonly theme: _descope_sdk_mixins.ThemeOptions;
|
|
5018
|
-
"__#
|
|
5019
|
-
"__#
|
|
5020
|
-
readonly "__#
|
|
5021
|
-
"__#
|
|
5022
|
-
"__#
|
|
5023
|
-
"__#
|
|
5024
|
-
"__#
|
|
5025
|
-
"__#
|
|
5154
|
+
"__#12328@#_themeResource": Promise<void | Record<string, any>>;
|
|
5155
|
+
"__#12328@#fetchTheme"(): Promise<Record<string, any>>;
|
|
5156
|
+
readonly "__#12328@#themeResource": Promise<void | Record<string, any>>;
|
|
5157
|
+
"__#12328@#loadGlobalStyle"(): Promise<void>;
|
|
5158
|
+
"__#12328@#loadComponentsStyle"(): Promise<void>;
|
|
5159
|
+
"__#12328@#loadFonts"(): Promise<void>;
|
|
5160
|
+
"__#12328@#applyTheme"(): Promise<void>;
|
|
5161
|
+
"__#12321@#debuggerEle": HTMLElement & {
|
|
5026
5162
|
updateData: (data: {
|
|
5027
5163
|
title: string;
|
|
5028
5164
|
description?: string;
|
|
@@ -5031,11 +5167,11 @@ declare const RoleManagementWidget: {
|
|
|
5031
5167
|
description?: string;
|
|
5032
5168
|
}[]) => void;
|
|
5033
5169
|
};
|
|
5034
|
-
"__#
|
|
5035
|
-
"__#
|
|
5170
|
+
"__#12321@#disableDebugger"(): void;
|
|
5171
|
+
"__#12321@#enableDebugger"(): Promise<void>;
|
|
5036
5172
|
readonly debug: boolean;
|
|
5037
|
-
"__#
|
|
5038
|
-
"__#
|
|
5173
|
+
"__#12321@#handleDebugMode"(): void;
|
|
5174
|
+
"__#12321@#updateDebuggerMessages"(title: string, description: string): void;
|
|
5039
5175
|
};
|
|
5040
5176
|
};
|
|
5041
5177
|
|