@descope/user-management-widget 0.4.116 → 0.4.118

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/index.d.ts CHANGED
@@ -161,7 +161,7 @@ declare const UserManagementWidget: {
161
161
  close(): void;
162
162
  show(): void;
163
163
  remove(): void;
164
- "__#12128@#private": any;
164
+ "__#12330@#private": any;
165
165
  logger: {
166
166
  error(...data: any[]): void;
167
167
  warn(...data: any[]): void;
@@ -175,7 +175,7 @@ declare const UserManagementWidget: {
175
175
  type: "success" | "error";
176
176
  msg: string;
177
177
  }[]) => void;
178
- "__#12121@#isInit": boolean;
178
+ "__#12323@#isInit": boolean;
179
179
  connectedCallback: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & {
180
180
  (): void;
181
181
  (): void;
@@ -195,11 +195,15 @@ declare const UserManagementWidget: {
195
195
  readonly offsetTop: number;
196
196
  readonly offsetWidth: number;
197
197
  outerText: string;
198
+ popover: string;
198
199
  spellcheck: boolean;
199
200
  title: string;
200
201
  translate: boolean;
201
202
  attachInternals: (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals) & (() => ElementInternals);
202
203
  click: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
204
+ hidePopover: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
205
+ showPopover: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
206
+ 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);
203
207
  addEventListener: {
204
208
  <K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
205
209
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -250,9 +254,6 @@ declare const UserManagementWidget: {
250
254
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
251
255
  };
252
256
  removeEventListener: {
253
- <K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
254
- (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
255
- } & {
256
257
  <K_1_1 extends keyof HTMLElementEventMap>(type: K_1_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_1]) => any, options?: boolean | EventListenerOptions): void;
257
258
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
258
259
  } & {
@@ -271,10 +272,10 @@ declare const UserManagementWidget: {
271
272
  <K_1_6 extends keyof HTMLElementEventMap>(type: K_1_6, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_6]) => any, options?: boolean | EventListenerOptions): void;
272
273
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
273
274
  } & {
274
- <K_16 extends keyof HTMLElementEventMap>(type: K_16, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_16]) => any, options?: boolean | EventListenerOptions): void;
275
+ <K_1_7 extends keyof HTMLElementEventMap>(type: K_1_7, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_7]) => any, options?: boolean | EventListenerOptions): void;
275
276
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
276
277
  } & {
277
- <K_1_7 extends keyof HTMLElementEventMap>(type: K_1_7, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_7]) => any, options?: boolean | EventListenerOptions): void;
278
+ <K_16 extends keyof HTMLElementEventMap>(type: K_16, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_16]) => any, options?: boolean | EventListenerOptions): void;
278
279
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
279
280
  } & {
280
281
  <K_1_8 extends keyof HTMLElementEventMap>(type: K_1_8, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_8]) => any, options?: boolean | EventListenerOptions): void;
@@ -297,6 +298,9 @@ declare const UserManagementWidget: {
297
298
  } & {
298
299
  <K_1_14 extends keyof HTMLElementEventMap>(type: K_1_14, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_14]) => any, options?: boolean | EventListenerOptions): void;
299
300
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
301
+ } & {
302
+ <K_1_15 extends keyof HTMLElementEventMap>(type: K_1_15, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1_15]) => any, options?: boolean | EventListenerOptions): void;
303
+ (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
300
304
  };
301
305
  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) & {
302
306
  (attrName: string, oldValue: string, newValue: string): void;
@@ -326,71 +330,89 @@ declare const UserManagementWidget: {
326
330
  slot: string;
327
331
  readonly tagName: string;
328
332
  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);
333
+ 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);
329
334
  closest: {
330
- <K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
331
- <K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
332
- <E extends Element = Element>(selectors: string): E;
333
- } & {
334
335
  <K_2_1 extends keyof HTMLElementTagNameMap>(selector: K_2_1): HTMLElementTagNameMap[K_2_1];
335
336
  <K_3_1 extends keyof SVGElementTagNameMap>(selector: K_3_1): SVGElementTagNameMap[K_3_1];
336
- <E_1 extends Element = Element>(selectors: string): E_1;
337
+ <K_4_1 extends keyof MathMLElementTagNameMap>(selector: K_4_1): MathMLElementTagNameMap[K_4_1];
338
+ <E extends Element = Element>(selectors: string): E;
337
339
  } & {
338
340
  <K_2_2 extends keyof HTMLElementTagNameMap>(selector: K_2_2): HTMLElementTagNameMap[K_2_2];
339
341
  <K_3_2 extends keyof SVGElementTagNameMap>(selector: K_3_2): SVGElementTagNameMap[K_3_2];
340
- <E_2 extends Element = Element>(selectors: string): E_2;
342
+ <K_4_2 extends keyof MathMLElementTagNameMap>(selector: K_4_2): MathMLElementTagNameMap[K_4_2];
343
+ <E_1 extends Element = Element>(selectors: string): E_1;
341
344
  } & {
342
345
  <K_2_3 extends keyof HTMLElementTagNameMap>(selector: K_2_3): HTMLElementTagNameMap[K_2_3];
343
346
  <K_3_3 extends keyof SVGElementTagNameMap>(selector: K_3_3): SVGElementTagNameMap[K_3_3];
344
- <E_3 extends Element = Element>(selectors: string): E_3;
347
+ <K_4_3 extends keyof MathMLElementTagNameMap>(selector: K_4_3): MathMLElementTagNameMap[K_4_3];
348
+ <E_2 extends Element = Element>(selectors: string): E_2;
345
349
  } & {
346
350
  <K_2_4 extends keyof HTMLElementTagNameMap>(selector: K_2_4): HTMLElementTagNameMap[K_2_4];
347
351
  <K_3_4 extends keyof SVGElementTagNameMap>(selector: K_3_4): SVGElementTagNameMap[K_3_4];
348
- <E_4 extends Element = Element>(selectors: string): E_4;
352
+ <K_4_4 extends keyof MathMLElementTagNameMap>(selector: K_4_4): MathMLElementTagNameMap[K_4_4];
353
+ <E_3 extends Element = Element>(selectors: string): E_3;
349
354
  } & {
350
355
  <K_2_5 extends keyof HTMLElementTagNameMap>(selector: K_2_5): HTMLElementTagNameMap[K_2_5];
351
356
  <K_3_5 extends keyof SVGElementTagNameMap>(selector: K_3_5): SVGElementTagNameMap[K_3_5];
352
- <E_5 extends Element = Element>(selectors: string): E_5;
357
+ <K_4_5 extends keyof MathMLElementTagNameMap>(selector: K_4_5): MathMLElementTagNameMap[K_4_5];
358
+ <E_4 extends Element = Element>(selectors: string): E_4;
353
359
  } & {
354
360
  <K_2_6 extends keyof HTMLElementTagNameMap>(selector: K_2_6): HTMLElementTagNameMap[K_2_6];
355
361
  <K_3_6 extends keyof SVGElementTagNameMap>(selector: K_3_6): SVGElementTagNameMap[K_3_6];
362
+ <K_4_6 extends keyof MathMLElementTagNameMap>(selector: K_4_6): MathMLElementTagNameMap[K_4_6];
363
+ <E_5 extends Element = Element>(selectors: string): E_5;
364
+ } & {
365
+ <K_2_7 extends keyof HTMLElementTagNameMap>(selector: K_2_7): HTMLElementTagNameMap[K_2_7];
366
+ <K_3_7 extends keyof SVGElementTagNameMap>(selector: K_3_7): SVGElementTagNameMap[K_3_7];
367
+ <K_4_7 extends keyof MathMLElementTagNameMap>(selector: K_4_7): MathMLElementTagNameMap[K_4_7];
356
368
  <E_6 extends Element = Element>(selectors: string): E_6;
357
369
  } & {
358
370
  <K_17 extends keyof HTMLElementTagNameMap>(selector: K_17): HTMLElementTagNameMap[K_17];
359
371
  <K_18 extends keyof SVGElementTagNameMap>(selector: K_18): SVGElementTagNameMap[K_18];
372
+ <K_19 extends keyof MathMLElementTagNameMap>(selector: K_19): MathMLElementTagNameMap[K_19];
360
373
  <E_7 extends Element = Element>(selectors: string): E_7;
361
- } & {
362
- <K_2_7 extends keyof HTMLElementTagNameMap>(selector: K_2_7): HTMLElementTagNameMap[K_2_7];
363
- <K_3_7 extends keyof SVGElementTagNameMap>(selector: K_3_7): SVGElementTagNameMap[K_3_7];
364
- <E_8 extends Element = Element>(selectors: string): E_8;
365
374
  } & {
366
375
  <K_2_8 extends keyof HTMLElementTagNameMap>(selector: K_2_8): HTMLElementTagNameMap[K_2_8];
367
376
  <K_3_8 extends keyof SVGElementTagNameMap>(selector: K_3_8): SVGElementTagNameMap[K_3_8];
368
- <E_9 extends Element = Element>(selectors: string): E_9;
377
+ <K_4_8 extends keyof MathMLElementTagNameMap>(selector: K_4_8): MathMLElementTagNameMap[K_4_8];
378
+ <E_8 extends Element = Element>(selectors: string): E_8;
369
379
  } & {
370
380
  <K_2_9 extends keyof HTMLElementTagNameMap>(selector: K_2_9): HTMLElementTagNameMap[K_2_9];
371
381
  <K_3_9 extends keyof SVGElementTagNameMap>(selector: K_3_9): SVGElementTagNameMap[K_3_9];
372
- <E_10 extends Element = Element>(selectors: string): E_10;
382
+ <K_4_9 extends keyof MathMLElementTagNameMap>(selector: K_4_9): MathMLElementTagNameMap[K_4_9];
383
+ <E_9 extends Element = Element>(selectors: string): E_9;
373
384
  } & {
374
385
  <K_2_10 extends keyof HTMLElementTagNameMap>(selector: K_2_10): HTMLElementTagNameMap[K_2_10];
375
386
  <K_3_10 extends keyof SVGElementTagNameMap>(selector: K_3_10): SVGElementTagNameMap[K_3_10];
376
- <E_11 extends Element = Element>(selectors: string): E_11;
387
+ <K_4_10 extends keyof MathMLElementTagNameMap>(selector: K_4_10): MathMLElementTagNameMap[K_4_10];
388
+ <E_10 extends Element = Element>(selectors: string): E_10;
377
389
  } & {
378
390
  <K_2_11 extends keyof HTMLElementTagNameMap>(selector: K_2_11): HTMLElementTagNameMap[K_2_11];
379
391
  <K_3_11 extends keyof SVGElementTagNameMap>(selector: K_3_11): SVGElementTagNameMap[K_3_11];
380
- <E_12 extends Element = Element>(selectors: string): E_12;
392
+ <K_4_11 extends keyof MathMLElementTagNameMap>(selector: K_4_11): MathMLElementTagNameMap[K_4_11];
393
+ <E_11 extends Element = Element>(selectors: string): E_11;
381
394
  } & {
382
395
  <K_2_12 extends keyof HTMLElementTagNameMap>(selector: K_2_12): HTMLElementTagNameMap[K_2_12];
383
396
  <K_3_12 extends keyof SVGElementTagNameMap>(selector: K_3_12): SVGElementTagNameMap[K_3_12];
384
- <E_13 extends Element = Element>(selectors: string): E_13;
397
+ <K_4_12 extends keyof MathMLElementTagNameMap>(selector: K_4_12): MathMLElementTagNameMap[K_4_12];
398
+ <E_12 extends Element = Element>(selectors: string): E_12;
385
399
  } & {
386
400
  <K_2_13 extends keyof HTMLElementTagNameMap>(selector: K_2_13): HTMLElementTagNameMap[K_2_13];
387
401
  <K_3_13 extends keyof SVGElementTagNameMap>(selector: K_3_13): SVGElementTagNameMap[K_3_13];
388
- <E_14 extends Element = Element>(selectors: string): E_14;
402
+ <K_4_13 extends keyof MathMLElementTagNameMap>(selector: K_4_13): MathMLElementTagNameMap[K_4_13];
403
+ <E_13 extends Element = Element>(selectors: string): E_13;
389
404
  } & {
390
405
  <K_2_14 extends keyof HTMLElementTagNameMap>(selector: K_2_14): HTMLElementTagNameMap[K_2_14];
391
406
  <K_3_14 extends keyof SVGElementTagNameMap>(selector: K_3_14): SVGElementTagNameMap[K_3_14];
407
+ <K_4_14 extends keyof MathMLElementTagNameMap>(selector: K_4_14): MathMLElementTagNameMap[K_4_14];
408
+ <E_14 extends Element = Element>(selectors: string): E_14;
409
+ } & {
410
+ <K_2_15 extends keyof HTMLElementTagNameMap>(selector: K_2_15): HTMLElementTagNameMap[K_2_15];
411
+ <K_3_15 extends keyof SVGElementTagNameMap>(selector: K_3_15): SVGElementTagNameMap[K_3_15];
412
+ <K_4_15 extends keyof MathMLElementTagNameMap>(selector: K_4_15): MathMLElementTagNameMap[K_4_15];
392
413
  <E_15 extends Element = Element>(selectors: string): E_15;
393
414
  };
415
+ computedStyleMap: (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly) & (() => StylePropertyMapReadOnly);
394
416
  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);
395
417
  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);
396
418
  getAttributeNames: (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]) & (() => string[]);
@@ -400,133 +422,181 @@ declare const UserManagementWidget: {
400
422
  getClientRects: (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList) & (() => DOMRectList);
401
423
  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>);
402
424
  getElementsByTagName: {
403
- <K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
404
- <K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
425
+ <K_5_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<HTMLElementTagNameMap[K_5_1]>;
426
+ <K_6_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_1): HTMLCollectionOf<SVGElementTagNameMap[K_6_1]>;
427
+ <K_7_1 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_1): HTMLCollectionOf<MathMLElementTagNameMap[K_7_1]>;
428
+ <K_8_1 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_1): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_1]>;
405
429
  (qualifiedName: string): HTMLCollectionOf<Element>;
406
430
  } & {
407
- <K_4_1 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_1): HTMLCollectionOf<HTMLElementTagNameMap[K_4_1]>;
408
- <K_5_1 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_1): HTMLCollectionOf<SVGElementTagNameMap[K_5_1]>;
431
+ <K_5_2 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_2): HTMLCollectionOf<HTMLElementTagNameMap[K_5_2]>;
432
+ <K_6_2 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_2): HTMLCollectionOf<SVGElementTagNameMap[K_6_2]>;
433
+ <K_7_2 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_2): HTMLCollectionOf<MathMLElementTagNameMap[K_7_2]>;
434
+ <K_8_2 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_2): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_2]>;
409
435
  (qualifiedName: string): HTMLCollectionOf<Element>;
410
436
  } & {
411
- <K_4_2 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_2): HTMLCollectionOf<HTMLElementTagNameMap[K_4_2]>;
412
- <K_5_2 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_2): HTMLCollectionOf<SVGElementTagNameMap[K_5_2]>;
437
+ <K_5_3 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_3): HTMLCollectionOf<HTMLElementTagNameMap[K_5_3]>;
438
+ <K_6_3 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_3): HTMLCollectionOf<SVGElementTagNameMap[K_6_3]>;
439
+ <K_7_3 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_3): HTMLCollectionOf<MathMLElementTagNameMap[K_7_3]>;
440
+ <K_8_3 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_3): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_3]>;
413
441
  (qualifiedName: string): HTMLCollectionOf<Element>;
414
442
  } & {
415
- <K_4_3 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_3): HTMLCollectionOf<HTMLElementTagNameMap[K_4_3]>;
416
- <K_5_3 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_3): HTMLCollectionOf<SVGElementTagNameMap[K_5_3]>;
443
+ <K_5_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_4): HTMLCollectionOf<HTMLElementTagNameMap[K_5_4]>;
444
+ <K_6_4 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_4): HTMLCollectionOf<SVGElementTagNameMap[K_6_4]>;
445
+ <K_7_4 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_4): HTMLCollectionOf<MathMLElementTagNameMap[K_7_4]>;
446
+ <K_8_4 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_4): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_4]>;
417
447
  (qualifiedName: string): HTMLCollectionOf<Element>;
418
448
  } & {
419
- <K_4_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4_4]>;
420
- <K_5_4 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_4): HTMLCollectionOf<SVGElementTagNameMap[K_5_4]>;
449
+ <K_5_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5_5]>;
450
+ <K_6_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_5): HTMLCollectionOf<SVGElementTagNameMap[K_6_5]>;
451
+ <K_7_5 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_5): HTMLCollectionOf<MathMLElementTagNameMap[K_7_5]>;
452
+ <K_8_5 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_5): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_5]>;
421
453
  (qualifiedName: string): HTMLCollectionOf<Element>;
422
454
  } & {
423
- <K_4_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_5): HTMLCollectionOf<HTMLElementTagNameMap[K_4_5]>;
424
- <K_5_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_5): HTMLCollectionOf<SVGElementTagNameMap[K_5_5]>;
455
+ <K_5_6 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_6): HTMLCollectionOf<HTMLElementTagNameMap[K_5_6]>;
456
+ <K_6_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_6): HTMLCollectionOf<SVGElementTagNameMap[K_6_6]>;
457
+ <K_7_6 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_6): HTMLCollectionOf<MathMLElementTagNameMap[K_7_6]>;
458
+ <K_8_6 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_6): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_6]>;
425
459
  (qualifiedName: string): HTMLCollectionOf<Element>;
426
460
  } & {
427
- <K_4_6 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_6): HTMLCollectionOf<HTMLElementTagNameMap[K_4_6]>;
428
- <K_5_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_6): HTMLCollectionOf<SVGElementTagNameMap[K_5_6]>;
461
+ <K_5_7 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_7): HTMLCollectionOf<HTMLElementTagNameMap[K_5_7]>;
462
+ <K_6_7 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_7): HTMLCollectionOf<SVGElementTagNameMap[K_6_7]>;
463
+ <K_7_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7_7]>;
464
+ <K_8_7 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_7): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_7]>;
429
465
  (qualifiedName: string): HTMLCollectionOf<Element>;
430
466
  } & {
431
- <K_19 extends keyof HTMLElementTagNameMap>(qualifiedName: K_19): HTMLCollectionOf<HTMLElementTagNameMap[K_19]>;
432
- <K_20 extends keyof SVGElementTagNameMap>(qualifiedName: K_20): HTMLCollectionOf<SVGElementTagNameMap[K_20]>;
467
+ <K_20 extends keyof HTMLElementTagNameMap>(qualifiedName: K_20): HTMLCollectionOf<HTMLElementTagNameMap[K_20]>;
468
+ <K_21 extends keyof SVGElementTagNameMap>(qualifiedName: K_21): HTMLCollectionOf<SVGElementTagNameMap[K_21]>;
469
+ <K_22 extends keyof MathMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<MathMLElementTagNameMap[K_22]>;
470
+ <K_23 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_23]>;
433
471
  (qualifiedName: string): HTMLCollectionOf<Element>;
434
472
  } & {
435
- <K_4_7 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_7): HTMLCollectionOf<HTMLElementTagNameMap[K_4_7]>;
436
- <K_5_7 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_7): HTMLCollectionOf<SVGElementTagNameMap[K_5_7]>;
473
+ <K_5_8 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_8): HTMLCollectionOf<HTMLElementTagNameMap[K_5_8]>;
474
+ <K_6_8 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_8): HTMLCollectionOf<SVGElementTagNameMap[K_6_8]>;
475
+ <K_7_8 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_8): HTMLCollectionOf<MathMLElementTagNameMap[K_7_8]>;
476
+ <K_8_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_8]>;
437
477
  (qualifiedName: string): HTMLCollectionOf<Element>;
438
478
  } & {
439
- <K_4_8 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_8): HTMLCollectionOf<HTMLElementTagNameMap[K_4_8]>;
440
- <K_5_8 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_8): HTMLCollectionOf<SVGElementTagNameMap[K_5_8]>;
479
+ <K_5_9 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_9): HTMLCollectionOf<HTMLElementTagNameMap[K_5_9]>;
480
+ <K_6_9 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_9): HTMLCollectionOf<SVGElementTagNameMap[K_6_9]>;
481
+ <K_7_9 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_9): HTMLCollectionOf<MathMLElementTagNameMap[K_7_9]>;
482
+ <K_8_9 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_9): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_9]>;
441
483
  (qualifiedName: string): HTMLCollectionOf<Element>;
442
484
  } & {
443
- <K_4_9 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_9): HTMLCollectionOf<HTMLElementTagNameMap[K_4_9]>;
444
- <K_5_9 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_9): HTMLCollectionOf<SVGElementTagNameMap[K_5_9]>;
485
+ <K_5_10 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_10): HTMLCollectionOf<HTMLElementTagNameMap[K_5_10]>;
486
+ <K_6_10 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_10): HTMLCollectionOf<SVGElementTagNameMap[K_6_10]>;
487
+ <K_7_10 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_10): HTMLCollectionOf<MathMLElementTagNameMap[K_7_10]>;
488
+ <K_8_10 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_10): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_10]>;
445
489
  (qualifiedName: string): HTMLCollectionOf<Element>;
446
490
  } & {
447
- <K_4_10 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_10): HTMLCollectionOf<HTMLElementTagNameMap[K_4_10]>;
448
- <K_5_10 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_10): HTMLCollectionOf<SVGElementTagNameMap[K_5_10]>;
491
+ <K_5_11 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_11): HTMLCollectionOf<HTMLElementTagNameMap[K_5_11]>;
492
+ <K_6_11 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_11): HTMLCollectionOf<SVGElementTagNameMap[K_6_11]>;
493
+ <K_7_11 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_11): HTMLCollectionOf<MathMLElementTagNameMap[K_7_11]>;
494
+ <K_8_11 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_11): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_11]>;
449
495
  (qualifiedName: string): HTMLCollectionOf<Element>;
450
496
  } & {
451
- <K_4_11 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_11): HTMLCollectionOf<HTMLElementTagNameMap[K_4_11]>;
452
- <K_5_11 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_11): HTMLCollectionOf<SVGElementTagNameMap[K_5_11]>;
497
+ <K_5_12 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_12): HTMLCollectionOf<HTMLElementTagNameMap[K_5_12]>;
498
+ <K_6_12 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_12): HTMLCollectionOf<SVGElementTagNameMap[K_6_12]>;
499
+ <K_7_12 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_12): HTMLCollectionOf<MathMLElementTagNameMap[K_7_12]>;
500
+ <K_8_12 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_12): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_12]>;
453
501
  (qualifiedName: string): HTMLCollectionOf<Element>;
454
502
  } & {
455
- <K_4_12 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_12): HTMLCollectionOf<HTMLElementTagNameMap[K_4_12]>;
456
- <K_5_12 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_12): HTMLCollectionOf<SVGElementTagNameMap[K_5_12]>;
503
+ <K_5_13 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_13): HTMLCollectionOf<HTMLElementTagNameMap[K_5_13]>;
504
+ <K_6_13 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_13): HTMLCollectionOf<SVGElementTagNameMap[K_6_13]>;
505
+ <K_7_13 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_13): HTMLCollectionOf<MathMLElementTagNameMap[K_7_13]>;
506
+ <K_8_13 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_13): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_13]>;
457
507
  (qualifiedName: string): HTMLCollectionOf<Element>;
458
508
  } & {
459
- <K_4_13 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_13): HTMLCollectionOf<HTMLElementTagNameMap[K_4_13]>;
460
- <K_5_13 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_13): HTMLCollectionOf<SVGElementTagNameMap[K_5_13]>;
509
+ <K_5_14 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_14): HTMLCollectionOf<HTMLElementTagNameMap[K_5_14]>;
510
+ <K_6_14 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_14): HTMLCollectionOf<SVGElementTagNameMap[K_6_14]>;
511
+ <K_7_14 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_14): HTMLCollectionOf<MathMLElementTagNameMap[K_7_14]>;
512
+ <K_8_14 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_14): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_14]>;
461
513
  (qualifiedName: string): HTMLCollectionOf<Element>;
462
514
  } & {
463
- <K_4_14 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4_14): HTMLCollectionOf<HTMLElementTagNameMap[K_4_14]>;
464
- <K_5_14 extends keyof SVGElementTagNameMap>(qualifiedName: K_5_14): HTMLCollectionOf<SVGElementTagNameMap[K_5_14]>;
515
+ <K_5_15 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5_15): HTMLCollectionOf<HTMLElementTagNameMap[K_5_15]>;
516
+ <K_6_15 extends keyof SVGElementTagNameMap>(qualifiedName: K_6_15): HTMLCollectionOf<SVGElementTagNameMap[K_6_15]>;
517
+ <K_7_15 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7_15): HTMLCollectionOf<MathMLElementTagNameMap[K_7_15]>;
518
+ <K_8_15 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8_15): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8_15]>;
465
519
  (qualifiedName: string): HTMLCollectionOf<Element>;
466
520
  };
467
521
  getElementsByTagNameNS: {
468
522
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
469
523
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
524
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
470
525
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
471
526
  } & {
472
527
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
473
528
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
529
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
474
530
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
475
531
  } & {
476
532
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
477
533
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
534
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
478
535
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
479
536
  } & {
480
537
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
481
538
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
539
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
482
540
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
483
541
  } & {
484
542
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
485
543
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
544
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
486
545
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
487
546
  } & {
488
547
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
489
548
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
549
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
490
550
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
491
551
  } & {
492
552
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
493
553
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
554
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
494
555
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
495
556
  } & {
496
557
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
497
558
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
559
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
498
560
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
499
561
  } & {
500
562
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
501
563
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
564
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
502
565
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
503
566
  } & {
504
567
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
505
568
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
569
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
506
570
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
507
571
  } & {
508
572
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
509
573
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
574
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
510
575
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
511
576
  } & {
512
577
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
513
578
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
579
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
514
580
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
515
581
  } & {
516
582
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
517
583
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
584
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
518
585
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
519
586
  } & {
520
587
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
521
588
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
589
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
522
590
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
523
591
  } & {
524
592
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
525
593
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
594
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
526
595
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
527
596
  } & {
528
597
  (namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
529
598
  (namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
599
+ (namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
530
600
  (namespace: string, localName: string): HTMLCollectionOf<Element>;
531
601
  };
532
602
  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);
@@ -724,26 +794,26 @@ declare const UserManagementWidget: {
724
794
  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);
725
795
  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);
726
796
  normalize: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
727
- removeChild: (<T_3 extends Node>(child: T_3) => T_3) & (<T_3_1 extends Node>(child: T_3_1) => T_3_1) & (<T_3_2 extends Node>(child: T_3_2) => T_3_2) & (<T_3_3 extends Node>(child: T_3_3) => T_3_3) & (<T_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_4 extends Node>(child: T_4) => T_4) & (<T_3_7 extends Node>(child: T_3_7) => T_3_7) & (<T_3_8 extends Node>(child: T_3_8) => T_3_8) & (<T_3_9 extends Node>(child: T_3_9) => T_3_9) & (<T_3_10 extends Node>(child: T_3_10) => T_3_10) & (<T_3_11 extends Node>(child: T_3_11) => T_3_11) & (<T_3_12 extends Node>(child: T_3_12) => T_3_12) & (<T_3_13 extends Node>(child: T_3_13) => T_3_13) & (<T_3_14 extends Node>(child: T_3_14) => T_3_14);
728
- replaceChild: (<T_4 extends Node>(node: Node, child: T_4) => T_4) & (<T_4_1 extends Node>(node: Node, child: T_4_1) => T_4_1) & (<T_4_2 extends Node>(node: Node, child: T_4_2) => T_4_2) & (<T_4_3 extends Node>(node: Node, child: T_4_3) => T_4_3) & (<T_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_5 extends Node>(node: Node, child: T_5) => T_5) & (<T_4_7 extends Node>(node: Node, child: T_4_7) => T_4_7) & (<T_4_8 extends Node>(node: Node, child: T_4_8) => T_4_8) & (<T_4_9 extends Node>(node: Node, child: T_4_9) => T_4_9) & (<T_4_10 extends Node>(node: Node, child: T_4_10) => T_4_10) & (<T_4_11 extends Node>(node: Node, child: T_4_11) => T_4_11) & (<T_4_12 extends Node>(node: Node, child: T_4_12) => T_4_12) & (<T_4_13 extends Node>(node: Node, child: T_4_13) => T_4_13) & (<T_4_14 extends Node>(node: Node, child: T_4_14) => T_4_14);
729
- readonly ATTRIBUTE_NODE: number;
730
- readonly CDATA_SECTION_NODE: number;
731
- readonly COMMENT_NODE: number;
732
- readonly DOCUMENT_FRAGMENT_NODE: number;
733
- readonly DOCUMENT_NODE: number;
734
- readonly DOCUMENT_POSITION_CONTAINED_BY: number;
735
- readonly DOCUMENT_POSITION_CONTAINS: number;
736
- readonly DOCUMENT_POSITION_DISCONNECTED: number;
737
- readonly DOCUMENT_POSITION_FOLLOWING: number;
738
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
739
- readonly DOCUMENT_POSITION_PRECEDING: number;
740
- readonly DOCUMENT_TYPE_NODE: number;
741
- readonly ELEMENT_NODE: number;
742
- readonly ENTITY_NODE: number;
743
- readonly ENTITY_REFERENCE_NODE: number;
744
- readonly NOTATION_NODE: number;
745
- readonly PROCESSING_INSTRUCTION_NODE: number;
746
- readonly TEXT_NODE: number;
797
+ 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);
798
+ 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);
799
+ readonly ELEMENT_NODE: 1;
800
+ readonly ATTRIBUTE_NODE: 2;
801
+ readonly TEXT_NODE: 3;
802
+ readonly CDATA_SECTION_NODE: 4;
803
+ readonly ENTITY_REFERENCE_NODE: 5;
804
+ readonly ENTITY_NODE: 6;
805
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
806
+ readonly COMMENT_NODE: 8;
807
+ readonly DOCUMENT_NODE: 9;
808
+ readonly DOCUMENT_TYPE_NODE: 10;
809
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
810
+ readonly NOTATION_NODE: 12;
811
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
812
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
813
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
814
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
815
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
816
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
747
817
  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);
748
818
  ariaAtomic: string;
749
819
  ariaAutoComplete: string;
@@ -751,9 +821,9 @@ declare const UserManagementWidget: {
751
821
  ariaChecked: string;
752
822
  ariaColCount: string;
753
823
  ariaColIndex: string;
754
- ariaColIndexText: string;
755
824
  ariaColSpan: string;
756
825
  ariaCurrent: string;
826
+ ariaDescription: string;
757
827
  ariaDisabled: string;
758
828
  ariaExpanded: string;
759
829
  ariaHasPopup: string;
@@ -775,7 +845,6 @@ declare const UserManagementWidget: {
775
845
  ariaRoleDescription: string;
776
846
  ariaRowCount: string;
777
847
  ariaRowIndex: string;
778
- ariaRowIndexText: string;
779
848
  ariaRowSpan: string;
780
849
  ariaSelected: string;
781
850
  ariaSetSize: string;
@@ -801,140 +870,202 @@ declare const UserManagementWidget: {
801
870
  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);
802
871
  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);
803
872
  querySelector: {
804
- <K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
805
- <K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
806
- <E_1 extends Element = Element>(selectors: string): E_1;
807
- } & {
808
- <K_6_1 extends keyof HTMLElementTagNameMap>(selectors: K_6_1): HTMLElementTagNameMap[K_6_1];
809
- <K_7_1 extends keyof SVGElementTagNameMap>(selectors: K_7_1): SVGElementTagNameMap[K_7_1];
873
+ <K_9_1 extends keyof HTMLElementTagNameMap>(selectors: K_9_1): HTMLElementTagNameMap[K_9_1];
874
+ <K_10_1 extends keyof SVGElementTagNameMap>(selectors: K_10_1): SVGElementTagNameMap[K_10_1];
875
+ <K_11_1 extends keyof MathMLElementTagNameMap>(selectors: K_11_1): MathMLElementTagNameMap[K_11_1];
876
+ <K_12_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_1): HTMLElementDeprecatedTagNameMap[K_12_1];
810
877
  <E_1_1 extends Element = Element>(selectors: string): E_1_1;
811
878
  } & {
812
- <K_6_2 extends keyof HTMLElementTagNameMap>(selectors: K_6_2): HTMLElementTagNameMap[K_6_2];
813
- <K_7_2 extends keyof SVGElementTagNameMap>(selectors: K_7_2): SVGElementTagNameMap[K_7_2];
879
+ <K_9_2 extends keyof HTMLElementTagNameMap>(selectors: K_9_2): HTMLElementTagNameMap[K_9_2];
880
+ <K_10_2 extends keyof SVGElementTagNameMap>(selectors: K_10_2): SVGElementTagNameMap[K_10_2];
881
+ <K_11_2 extends keyof MathMLElementTagNameMap>(selectors: K_11_2): MathMLElementTagNameMap[K_11_2];
882
+ <K_12_2 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_2): HTMLElementDeprecatedTagNameMap[K_12_2];
814
883
  <E_1_2 extends Element = Element>(selectors: string): E_1_2;
815
884
  } & {
816
- <K_6_3 extends keyof HTMLElementTagNameMap>(selectors: K_6_3): HTMLElementTagNameMap[K_6_3];
817
- <K_7_3 extends keyof SVGElementTagNameMap>(selectors: K_7_3): SVGElementTagNameMap[K_7_3];
885
+ <K_9_3 extends keyof HTMLElementTagNameMap>(selectors: K_9_3): HTMLElementTagNameMap[K_9_3];
886
+ <K_10_3 extends keyof SVGElementTagNameMap>(selectors: K_10_3): SVGElementTagNameMap[K_10_3];
887
+ <K_11_3 extends keyof MathMLElementTagNameMap>(selectors: K_11_3): MathMLElementTagNameMap[K_11_3];
888
+ <K_12_3 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_3): HTMLElementDeprecatedTagNameMap[K_12_3];
818
889
  <E_1_3 extends Element = Element>(selectors: string): E_1_3;
819
890
  } & {
820
- <K_6_4 extends keyof HTMLElementTagNameMap>(selectors: K_6_4): HTMLElementTagNameMap[K_6_4];
821
- <K_7_4 extends keyof SVGElementTagNameMap>(selectors: K_7_4): SVGElementTagNameMap[K_7_4];
891
+ <K_9_4 extends keyof HTMLElementTagNameMap>(selectors: K_9_4): HTMLElementTagNameMap[K_9_4];
892
+ <K_10_4 extends keyof SVGElementTagNameMap>(selectors: K_10_4): SVGElementTagNameMap[K_10_4];
893
+ <K_11_4 extends keyof MathMLElementTagNameMap>(selectors: K_11_4): MathMLElementTagNameMap[K_11_4];
894
+ <K_12_4 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_4): HTMLElementDeprecatedTagNameMap[K_12_4];
822
895
  <E_1_4 extends Element = Element>(selectors: string): E_1_4;
823
896
  } & {
824
- <K_6_5 extends keyof HTMLElementTagNameMap>(selectors: K_6_5): HTMLElementTagNameMap[K_6_5];
825
- <K_7_5 extends keyof SVGElementTagNameMap>(selectors: K_7_5): SVGElementTagNameMap[K_7_5];
897
+ <K_9_5 extends keyof HTMLElementTagNameMap>(selectors: K_9_5): HTMLElementTagNameMap[K_9_5];
898
+ <K_10_5 extends keyof SVGElementTagNameMap>(selectors: K_10_5): SVGElementTagNameMap[K_10_5];
899
+ <K_11_5 extends keyof MathMLElementTagNameMap>(selectors: K_11_5): MathMLElementTagNameMap[K_11_5];
900
+ <K_12_5 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_5): HTMLElementDeprecatedTagNameMap[K_12_5];
826
901
  <E_1_5 extends Element = Element>(selectors: string): E_1_5;
827
902
  } & {
828
- <K_6_6 extends keyof HTMLElementTagNameMap>(selectors: K_6_6): HTMLElementTagNameMap[K_6_6];
829
- <K_7_6 extends keyof SVGElementTagNameMap>(selectors: K_7_6): SVGElementTagNameMap[K_7_6];
903
+ <K_9_6 extends keyof HTMLElementTagNameMap>(selectors: K_9_6): HTMLElementTagNameMap[K_9_6];
904
+ <K_10_6 extends keyof SVGElementTagNameMap>(selectors: K_10_6): SVGElementTagNameMap[K_10_6];
905
+ <K_11_6 extends keyof MathMLElementTagNameMap>(selectors: K_11_6): MathMLElementTagNameMap[K_11_6];
906
+ <K_12_6 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_6): HTMLElementDeprecatedTagNameMap[K_12_6];
830
907
  <E_1_6 extends Element = Element>(selectors: string): E_1_6;
831
908
  } & {
832
- <K_21 extends keyof HTMLElementTagNameMap>(selectors: K_21): HTMLElementTagNameMap[K_21];
833
- <K_22 extends keyof SVGElementTagNameMap>(selectors: K_22): SVGElementTagNameMap[K_22];
834
- <E_16 extends Element = Element>(selectors: string): E_16;
835
- } & {
836
- <K_6_7 extends keyof HTMLElementTagNameMap>(selectors: K_6_7): HTMLElementTagNameMap[K_6_7];
837
- <K_7_7 extends keyof SVGElementTagNameMap>(selectors: K_7_7): SVGElementTagNameMap[K_7_7];
909
+ <K_9_7 extends keyof HTMLElementTagNameMap>(selectors: K_9_7): HTMLElementTagNameMap[K_9_7];
910
+ <K_10_7 extends keyof SVGElementTagNameMap>(selectors: K_10_7): SVGElementTagNameMap[K_10_7];
911
+ <K_11_7 extends keyof MathMLElementTagNameMap>(selectors: K_11_7): MathMLElementTagNameMap[K_11_7];
912
+ <K_12_7 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_7): HTMLElementDeprecatedTagNameMap[K_12_7];
838
913
  <E_1_7 extends Element = Element>(selectors: string): E_1_7;
839
914
  } & {
840
- <K_6_8 extends keyof HTMLElementTagNameMap>(selectors: K_6_8): HTMLElementTagNameMap[K_6_8];
841
- <K_7_8 extends keyof SVGElementTagNameMap>(selectors: K_7_8): SVGElementTagNameMap[K_7_8];
915
+ <K_24 extends keyof HTMLElementTagNameMap>(selectors: K_24): HTMLElementTagNameMap[K_24];
916
+ <K_25 extends keyof SVGElementTagNameMap>(selectors: K_25): SVGElementTagNameMap[K_25];
917
+ <K_26 extends keyof MathMLElementTagNameMap>(selectors: K_26): MathMLElementTagNameMap[K_26];
918
+ <K_27 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_27): HTMLElementDeprecatedTagNameMap[K_27];
919
+ <E_16 extends Element = Element>(selectors: string): E_16;
920
+ } & {
921
+ <K_9_8 extends keyof HTMLElementTagNameMap>(selectors: K_9_8): HTMLElementTagNameMap[K_9_8];
922
+ <K_10_8 extends keyof SVGElementTagNameMap>(selectors: K_10_8): SVGElementTagNameMap[K_10_8];
923
+ <K_11_8 extends keyof MathMLElementTagNameMap>(selectors: K_11_8): MathMLElementTagNameMap[K_11_8];
924
+ <K_12_8 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_8): HTMLElementDeprecatedTagNameMap[K_12_8];
842
925
  <E_1_8 extends Element = Element>(selectors: string): E_1_8;
843
926
  } & {
844
- <K_6_9 extends keyof HTMLElementTagNameMap>(selectors: K_6_9): HTMLElementTagNameMap[K_6_9];
845
- <K_7_9 extends keyof SVGElementTagNameMap>(selectors: K_7_9): SVGElementTagNameMap[K_7_9];
927
+ <K_9_9 extends keyof HTMLElementTagNameMap>(selectors: K_9_9): HTMLElementTagNameMap[K_9_9];
928
+ <K_10_9 extends keyof SVGElementTagNameMap>(selectors: K_10_9): SVGElementTagNameMap[K_10_9];
929
+ <K_11_9 extends keyof MathMLElementTagNameMap>(selectors: K_11_9): MathMLElementTagNameMap[K_11_9];
930
+ <K_12_9 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_9): HTMLElementDeprecatedTagNameMap[K_12_9];
846
931
  <E_1_9 extends Element = Element>(selectors: string): E_1_9;
847
932
  } & {
848
- <K_6_10 extends keyof HTMLElementTagNameMap>(selectors: K_6_10): HTMLElementTagNameMap[K_6_10];
849
- <K_7_10 extends keyof SVGElementTagNameMap>(selectors: K_7_10): SVGElementTagNameMap[K_7_10];
933
+ <K_9_10 extends keyof HTMLElementTagNameMap>(selectors: K_9_10): HTMLElementTagNameMap[K_9_10];
934
+ <K_10_10 extends keyof SVGElementTagNameMap>(selectors: K_10_10): SVGElementTagNameMap[K_10_10];
935
+ <K_11_10 extends keyof MathMLElementTagNameMap>(selectors: K_11_10): MathMLElementTagNameMap[K_11_10];
936
+ <K_12_10 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_10): HTMLElementDeprecatedTagNameMap[K_12_10];
850
937
  <E_1_10 extends Element = Element>(selectors: string): E_1_10;
851
938
  } & {
852
- <K_6_11 extends keyof HTMLElementTagNameMap>(selectors: K_6_11): HTMLElementTagNameMap[K_6_11];
853
- <K_7_11 extends keyof SVGElementTagNameMap>(selectors: K_7_11): SVGElementTagNameMap[K_7_11];
939
+ <K_9_11 extends keyof HTMLElementTagNameMap>(selectors: K_9_11): HTMLElementTagNameMap[K_9_11];
940
+ <K_10_11 extends keyof SVGElementTagNameMap>(selectors: K_10_11): SVGElementTagNameMap[K_10_11];
941
+ <K_11_11 extends keyof MathMLElementTagNameMap>(selectors: K_11_11): MathMLElementTagNameMap[K_11_11];
942
+ <K_12_11 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_11): HTMLElementDeprecatedTagNameMap[K_12_11];
854
943
  <E_1_11 extends Element = Element>(selectors: string): E_1_11;
855
944
  } & {
856
- <K_6_12 extends keyof HTMLElementTagNameMap>(selectors: K_6_12): HTMLElementTagNameMap[K_6_12];
857
- <K_7_12 extends keyof SVGElementTagNameMap>(selectors: K_7_12): SVGElementTagNameMap[K_7_12];
945
+ <K_9_12 extends keyof HTMLElementTagNameMap>(selectors: K_9_12): HTMLElementTagNameMap[K_9_12];
946
+ <K_10_12 extends keyof SVGElementTagNameMap>(selectors: K_10_12): SVGElementTagNameMap[K_10_12];
947
+ <K_11_12 extends keyof MathMLElementTagNameMap>(selectors: K_11_12): MathMLElementTagNameMap[K_11_12];
948
+ <K_12_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_12): HTMLElementDeprecatedTagNameMap[K_12_12];
858
949
  <E_1_12 extends Element = Element>(selectors: string): E_1_12;
859
950
  } & {
860
- <K_6_13 extends keyof HTMLElementTagNameMap>(selectors: K_6_13): HTMLElementTagNameMap[K_6_13];
861
- <K_7_13 extends keyof SVGElementTagNameMap>(selectors: K_7_13): SVGElementTagNameMap[K_7_13];
951
+ <K_9_13 extends keyof HTMLElementTagNameMap>(selectors: K_9_13): HTMLElementTagNameMap[K_9_13];
952
+ <K_10_13 extends keyof SVGElementTagNameMap>(selectors: K_10_13): SVGElementTagNameMap[K_10_13];
953
+ <K_11_13 extends keyof MathMLElementTagNameMap>(selectors: K_11_13): MathMLElementTagNameMap[K_11_13];
954
+ <K_12_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_13): HTMLElementDeprecatedTagNameMap[K_12_13];
862
955
  <E_1_13 extends Element = Element>(selectors: string): E_1_13;
863
956
  } & {
864
- <K_6_14 extends keyof HTMLElementTagNameMap>(selectors: K_6_14): HTMLElementTagNameMap[K_6_14];
865
- <K_7_14 extends keyof SVGElementTagNameMap>(selectors: K_7_14): SVGElementTagNameMap[K_7_14];
957
+ <K_9_14 extends keyof HTMLElementTagNameMap>(selectors: K_9_14): HTMLElementTagNameMap[K_9_14];
958
+ <K_10_14 extends keyof SVGElementTagNameMap>(selectors: K_10_14): SVGElementTagNameMap[K_10_14];
959
+ <K_11_14 extends keyof MathMLElementTagNameMap>(selectors: K_11_14): MathMLElementTagNameMap[K_11_14];
960
+ <K_12_14 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_14): HTMLElementDeprecatedTagNameMap[K_12_14];
866
961
  <E_1_14 extends Element = Element>(selectors: string): E_1_14;
962
+ } & {
963
+ <K_9_15 extends keyof HTMLElementTagNameMap>(selectors: K_9_15): HTMLElementTagNameMap[K_9_15];
964
+ <K_10_15 extends keyof SVGElementTagNameMap>(selectors: K_10_15): SVGElementTagNameMap[K_10_15];
965
+ <K_11_15 extends keyof MathMLElementTagNameMap>(selectors: K_11_15): MathMLElementTagNameMap[K_11_15];
966
+ <K_12_15 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12_15): HTMLElementDeprecatedTagNameMap[K_12_15];
967
+ <E_1_15 extends Element = Element>(selectors: string): E_1_15;
867
968
  };
868
969
  querySelectorAll: {
869
- <K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
870
- <K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
871
- <E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
872
- } & {
873
- <K_8_1 extends keyof HTMLElementTagNameMap>(selectors: K_8_1): NodeListOf<HTMLElementTagNameMap[K_8_1]>;
874
- <K_9_1 extends keyof SVGElementTagNameMap>(selectors: K_9_1): NodeListOf<SVGElementTagNameMap[K_9_1]>;
970
+ <K_13_1 extends keyof HTMLElementTagNameMap>(selectors: K_13_1): NodeListOf<HTMLElementTagNameMap[K_13_1]>;
971
+ <K_14_1 extends keyof SVGElementTagNameMap>(selectors: K_14_1): NodeListOf<SVGElementTagNameMap[K_14_1]>;
972
+ <K_15_1 extends keyof MathMLElementTagNameMap>(selectors: K_15_1): NodeListOf<MathMLElementTagNameMap[K_15_1]>;
973
+ <K_16_1 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_1): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_1]>;
875
974
  <E_2_1 extends Element = Element>(selectors: string): NodeListOf<E_2_1>;
876
975
  } & {
877
- <K_8_2 extends keyof HTMLElementTagNameMap>(selectors: K_8_2): NodeListOf<HTMLElementTagNameMap[K_8_2]>;
878
- <K_9_2 extends keyof SVGElementTagNameMap>(selectors: K_9_2): NodeListOf<SVGElementTagNameMap[K_9_2]>;
976
+ <K_13_2 extends keyof HTMLElementTagNameMap>(selectors: K_13_2): NodeListOf<HTMLElementTagNameMap[K_13_2]>;
977
+ <K_14_2 extends keyof SVGElementTagNameMap>(selectors: K_14_2): NodeListOf<SVGElementTagNameMap[K_14_2]>;
978
+ <K_15_2 extends keyof MathMLElementTagNameMap>(selectors: K_15_2): NodeListOf<MathMLElementTagNameMap[K_15_2]>;
979
+ <K_16_2 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_2): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_2]>;
879
980
  <E_2_2 extends Element = Element>(selectors: string): NodeListOf<E_2_2>;
880
981
  } & {
881
- <K_8_3 extends keyof HTMLElementTagNameMap>(selectors: K_8_3): NodeListOf<HTMLElementTagNameMap[K_8_3]>;
882
- <K_9_3 extends keyof SVGElementTagNameMap>(selectors: K_9_3): NodeListOf<SVGElementTagNameMap[K_9_3]>;
982
+ <K_13_3 extends keyof HTMLElementTagNameMap>(selectors: K_13_3): NodeListOf<HTMLElementTagNameMap[K_13_3]>;
983
+ <K_14_3 extends keyof SVGElementTagNameMap>(selectors: K_14_3): NodeListOf<SVGElementTagNameMap[K_14_3]>;
984
+ <K_15_3 extends keyof MathMLElementTagNameMap>(selectors: K_15_3): NodeListOf<MathMLElementTagNameMap[K_15_3]>;
985
+ <K_16_3 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_3): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_3]>;
883
986
  <E_2_3 extends Element = Element>(selectors: string): NodeListOf<E_2_3>;
884
987
  } & {
885
- <K_8_4 extends keyof HTMLElementTagNameMap>(selectors: K_8_4): NodeListOf<HTMLElementTagNameMap[K_8_4]>;
886
- <K_9_4 extends keyof SVGElementTagNameMap>(selectors: K_9_4): NodeListOf<SVGElementTagNameMap[K_9_4]>;
988
+ <K_13_4 extends keyof HTMLElementTagNameMap>(selectors: K_13_4): NodeListOf<HTMLElementTagNameMap[K_13_4]>;
989
+ <K_14_4 extends keyof SVGElementTagNameMap>(selectors: K_14_4): NodeListOf<SVGElementTagNameMap[K_14_4]>;
990
+ <K_15_4 extends keyof MathMLElementTagNameMap>(selectors: K_15_4): NodeListOf<MathMLElementTagNameMap[K_15_4]>;
991
+ <K_16_4 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_4): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_4]>;
887
992
  <E_2_4 extends Element = Element>(selectors: string): NodeListOf<E_2_4>;
888
993
  } & {
889
- <K_8_5 extends keyof HTMLElementTagNameMap>(selectors: K_8_5): NodeListOf<HTMLElementTagNameMap[K_8_5]>;
890
- <K_9_5 extends keyof SVGElementTagNameMap>(selectors: K_9_5): NodeListOf<SVGElementTagNameMap[K_9_5]>;
994
+ <K_13_5 extends keyof HTMLElementTagNameMap>(selectors: K_13_5): NodeListOf<HTMLElementTagNameMap[K_13_5]>;
995
+ <K_14_5 extends keyof SVGElementTagNameMap>(selectors: K_14_5): NodeListOf<SVGElementTagNameMap[K_14_5]>;
996
+ <K_15_5 extends keyof MathMLElementTagNameMap>(selectors: K_15_5): NodeListOf<MathMLElementTagNameMap[K_15_5]>;
997
+ <K_16_5 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_5): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_5]>;
891
998
  <E_2_5 extends Element = Element>(selectors: string): NodeListOf<E_2_5>;
892
999
  } & {
893
- <K_8_6 extends keyof HTMLElementTagNameMap>(selectors: K_8_6): NodeListOf<HTMLElementTagNameMap[K_8_6]>;
894
- <K_9_6 extends keyof SVGElementTagNameMap>(selectors: K_9_6): NodeListOf<SVGElementTagNameMap[K_9_6]>;
1000
+ <K_13_6 extends keyof HTMLElementTagNameMap>(selectors: K_13_6): NodeListOf<HTMLElementTagNameMap[K_13_6]>;
1001
+ <K_14_6 extends keyof SVGElementTagNameMap>(selectors: K_14_6): NodeListOf<SVGElementTagNameMap[K_14_6]>;
1002
+ <K_15_6 extends keyof MathMLElementTagNameMap>(selectors: K_15_6): NodeListOf<MathMLElementTagNameMap[K_15_6]>;
1003
+ <K_16_6 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_6): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_6]>;
895
1004
  <E_2_6 extends Element = Element>(selectors: string): NodeListOf<E_2_6>;
896
1005
  } & {
897
- <K_23 extends keyof HTMLElementTagNameMap>(selectors: K_23): NodeListOf<HTMLElementTagNameMap[K_23]>;
898
- <K_24 extends keyof SVGElementTagNameMap>(selectors: K_24): NodeListOf<SVGElementTagNameMap[K_24]>;
899
- <E_17 extends Element = Element>(selectors: string): NodeListOf<E_17>;
900
- } & {
901
- <K_8_7 extends keyof HTMLElementTagNameMap>(selectors: K_8_7): NodeListOf<HTMLElementTagNameMap[K_8_7]>;
902
- <K_9_7 extends keyof SVGElementTagNameMap>(selectors: K_9_7): NodeListOf<SVGElementTagNameMap[K_9_7]>;
1006
+ <K_13_7 extends keyof HTMLElementTagNameMap>(selectors: K_13_7): NodeListOf<HTMLElementTagNameMap[K_13_7]>;
1007
+ <K_14_7 extends keyof SVGElementTagNameMap>(selectors: K_14_7): NodeListOf<SVGElementTagNameMap[K_14_7]>;
1008
+ <K_15_7 extends keyof MathMLElementTagNameMap>(selectors: K_15_7): NodeListOf<MathMLElementTagNameMap[K_15_7]>;
1009
+ <K_16_7 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_7): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_7]>;
903
1010
  <E_2_7 extends Element = Element>(selectors: string): NodeListOf<E_2_7>;
904
1011
  } & {
905
- <K_8_8 extends keyof HTMLElementTagNameMap>(selectors: K_8_8): NodeListOf<HTMLElementTagNameMap[K_8_8]>;
906
- <K_9_8 extends keyof SVGElementTagNameMap>(selectors: K_9_8): NodeListOf<SVGElementTagNameMap[K_9_8]>;
1012
+ <K_28 extends keyof HTMLElementTagNameMap>(selectors: K_28): NodeListOf<HTMLElementTagNameMap[K_28]>;
1013
+ <K_29 extends keyof SVGElementTagNameMap>(selectors: K_29): NodeListOf<SVGElementTagNameMap[K_29]>;
1014
+ <K_30 extends keyof MathMLElementTagNameMap>(selectors: K_30): NodeListOf<MathMLElementTagNameMap[K_30]>;
1015
+ <K_31 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_31): NodeListOf<HTMLElementDeprecatedTagNameMap[K_31]>;
1016
+ <E_17 extends Element = Element>(selectors: string): NodeListOf<E_17>;
1017
+ } & {
1018
+ <K_13_8 extends keyof HTMLElementTagNameMap>(selectors: K_13_8): NodeListOf<HTMLElementTagNameMap[K_13_8]>;
1019
+ <K_14_8 extends keyof SVGElementTagNameMap>(selectors: K_14_8): NodeListOf<SVGElementTagNameMap[K_14_8]>;
1020
+ <K_15_8 extends keyof MathMLElementTagNameMap>(selectors: K_15_8): NodeListOf<MathMLElementTagNameMap[K_15_8]>;
1021
+ <K_16_8 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_8): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_8]>;
907
1022
  <E_2_8 extends Element = Element>(selectors: string): NodeListOf<E_2_8>;
908
1023
  } & {
909
- <K_8_9 extends keyof HTMLElementTagNameMap>(selectors: K_8_9): NodeListOf<HTMLElementTagNameMap[K_8_9]>;
910
- <K_9_9 extends keyof SVGElementTagNameMap>(selectors: K_9_9): NodeListOf<SVGElementTagNameMap[K_9_9]>;
1024
+ <K_13_9 extends keyof HTMLElementTagNameMap>(selectors: K_13_9): NodeListOf<HTMLElementTagNameMap[K_13_9]>;
1025
+ <K_14_9 extends keyof SVGElementTagNameMap>(selectors: K_14_9): NodeListOf<SVGElementTagNameMap[K_14_9]>;
1026
+ <K_15_9 extends keyof MathMLElementTagNameMap>(selectors: K_15_9): NodeListOf<MathMLElementTagNameMap[K_15_9]>;
1027
+ <K_16_9 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_9): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_9]>;
911
1028
  <E_2_9 extends Element = Element>(selectors: string): NodeListOf<E_2_9>;
912
1029
  } & {
913
- <K_8_10 extends keyof HTMLElementTagNameMap>(selectors: K_8_10): NodeListOf<HTMLElementTagNameMap[K_8_10]>;
914
- <K_9_10 extends keyof SVGElementTagNameMap>(selectors: K_9_10): NodeListOf<SVGElementTagNameMap[K_9_10]>;
1030
+ <K_13_10 extends keyof HTMLElementTagNameMap>(selectors: K_13_10): NodeListOf<HTMLElementTagNameMap[K_13_10]>;
1031
+ <K_14_10 extends keyof SVGElementTagNameMap>(selectors: K_14_10): NodeListOf<SVGElementTagNameMap[K_14_10]>;
1032
+ <K_15_10 extends keyof MathMLElementTagNameMap>(selectors: K_15_10): NodeListOf<MathMLElementTagNameMap[K_15_10]>;
1033
+ <K_16_10 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_10): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_10]>;
915
1034
  <E_2_10 extends Element = Element>(selectors: string): NodeListOf<E_2_10>;
916
1035
  } & {
917
- <K_8_11 extends keyof HTMLElementTagNameMap>(selectors: K_8_11): NodeListOf<HTMLElementTagNameMap[K_8_11]>;
918
- <K_9_11 extends keyof SVGElementTagNameMap>(selectors: K_9_11): NodeListOf<SVGElementTagNameMap[K_9_11]>;
1036
+ <K_13_11 extends keyof HTMLElementTagNameMap>(selectors: K_13_11): NodeListOf<HTMLElementTagNameMap[K_13_11]>;
1037
+ <K_14_11 extends keyof SVGElementTagNameMap>(selectors: K_14_11): NodeListOf<SVGElementTagNameMap[K_14_11]>;
1038
+ <K_15_11 extends keyof MathMLElementTagNameMap>(selectors: K_15_11): NodeListOf<MathMLElementTagNameMap[K_15_11]>;
1039
+ <K_16_11 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_11): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_11]>;
919
1040
  <E_2_11 extends Element = Element>(selectors: string): NodeListOf<E_2_11>;
920
1041
  } & {
921
- <K_8_12 extends keyof HTMLElementTagNameMap>(selectors: K_8_12): NodeListOf<HTMLElementTagNameMap[K_8_12]>;
922
- <K_9_12 extends keyof SVGElementTagNameMap>(selectors: K_9_12): NodeListOf<SVGElementTagNameMap[K_9_12]>;
1042
+ <K_13_12 extends keyof HTMLElementTagNameMap>(selectors: K_13_12): NodeListOf<HTMLElementTagNameMap[K_13_12]>;
1043
+ <K_14_12 extends keyof SVGElementTagNameMap>(selectors: K_14_12): NodeListOf<SVGElementTagNameMap[K_14_12]>;
1044
+ <K_15_12 extends keyof MathMLElementTagNameMap>(selectors: K_15_12): NodeListOf<MathMLElementTagNameMap[K_15_12]>;
1045
+ <K_16_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_12): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_12]>;
923
1046
  <E_2_12 extends Element = Element>(selectors: string): NodeListOf<E_2_12>;
924
1047
  } & {
925
- <K_8_13 extends keyof HTMLElementTagNameMap>(selectors: K_8_13): NodeListOf<HTMLElementTagNameMap[K_8_13]>;
926
- <K_9_13 extends keyof SVGElementTagNameMap>(selectors: K_9_13): NodeListOf<SVGElementTagNameMap[K_9_13]>;
1048
+ <K_13_13 extends keyof HTMLElementTagNameMap>(selectors: K_13_13): NodeListOf<HTMLElementTagNameMap[K_13_13]>;
1049
+ <K_14_13 extends keyof SVGElementTagNameMap>(selectors: K_14_13): NodeListOf<SVGElementTagNameMap[K_14_13]>;
1050
+ <K_15_13 extends keyof MathMLElementTagNameMap>(selectors: K_15_13): NodeListOf<MathMLElementTagNameMap[K_15_13]>;
1051
+ <K_16_13 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_13): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_13]>;
927
1052
  <E_2_13 extends Element = Element>(selectors: string): NodeListOf<E_2_13>;
928
1053
  } & {
929
- <K_8_14 extends keyof HTMLElementTagNameMap>(selectors: K_8_14): NodeListOf<HTMLElementTagNameMap[K_8_14]>;
930
- <K_9_14 extends keyof SVGElementTagNameMap>(selectors: K_9_14): NodeListOf<SVGElementTagNameMap[K_9_14]>;
1054
+ <K_13_14 extends keyof HTMLElementTagNameMap>(selectors: K_13_14): NodeListOf<HTMLElementTagNameMap[K_13_14]>;
1055
+ <K_14_14 extends keyof SVGElementTagNameMap>(selectors: K_14_14): NodeListOf<SVGElementTagNameMap[K_14_14]>;
1056
+ <K_15_14 extends keyof MathMLElementTagNameMap>(selectors: K_15_14): NodeListOf<MathMLElementTagNameMap[K_15_14]>;
1057
+ <K_16_14 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_14): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_14]>;
931
1058
  <E_2_14 extends Element = Element>(selectors: string): NodeListOf<E_2_14>;
1059
+ } & {
1060
+ <K_13_15 extends keyof HTMLElementTagNameMap>(selectors: K_13_15): NodeListOf<HTMLElementTagNameMap[K_13_15]>;
1061
+ <K_14_15 extends keyof SVGElementTagNameMap>(selectors: K_14_15): NodeListOf<SVGElementTagNameMap[K_14_15]>;
1062
+ <K_15_15 extends keyof MathMLElementTagNameMap>(selectors: K_15_15): NodeListOf<MathMLElementTagNameMap[K_15_15]>;
1063
+ <K_16_15 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16_15): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16_15]>;
1064
+ <E_2_15 extends Element = Element>(selectors: string): NodeListOf<E_2_15>;
932
1065
  };
933
1066
  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);
934
1067
  readonly assignedSlot: HTMLSlotElement;
935
- oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) & ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any);
936
- 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);
937
- 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);
1068
+ readonly attributeStyleMap: StylePropertyMap;
938
1069
  readonly style: CSSStyleDeclaration;
939
1070
  contentEditable: string;
940
1071
  enterKeyHint: string;
@@ -947,6 +1078,7 @@ declare const UserManagementWidget: {
947
1078
  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);
948
1079
  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);
949
1080
  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);
1081
+ 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);
950
1082
  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);
951
1083
  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);
952
1084
  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);
@@ -955,7 +1087,9 @@ declare const UserManagementWidget: {
955
1087
  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);
956
1088
  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);
957
1089
  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);
1090
+ 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);
958
1091
  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);
1092
+ 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);
959
1093
  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);
960
1094
  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);
961
1095
  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);
@@ -988,6 +1122,7 @@ declare const UserManagementWidget: {
988
1122
  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);
989
1123
  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);
990
1124
  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);
1125
+ 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);
991
1126
  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);
992
1127
  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);
993
1128
  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);
@@ -1004,6 +1139,7 @@ declare const UserManagementWidget: {
1004
1139
  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);
1005
1140
  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);
1006
1141
  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);
1142
+ 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);
1007
1143
  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);
1008
1144
  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);
1009
1145
  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);
@@ -1037,7 +1173,7 @@ declare const UserManagementWidget: {
1037
1173
  tabIndex: number;
1038
1174
  blur: (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void) & (() => void);
1039
1175
  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);
1040
- "__#12132@#NotificationDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
1176
+ "__#12334@#NotificationDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
1041
1177
  logger: {
1042
1178
  error(...data: any[]): void;
1043
1179
  warn(...data: any[]): void;
@@ -1050,7 +1186,7 @@ declare const UserManagementWidget: {
1050
1186
  close(): void;
1051
1187
  show(): void;
1052
1188
  remove(): void;
1053
- "__#12128@#private": any;
1189
+ "__#12330@#private": any;
1054
1190
  logger: {
1055
1191
  error(...data: any[]): void;
1056
1192
  warn(...data: any[]): void;
@@ -1075,7 +1211,7 @@ declare const UserManagementWidget: {
1075
1211
  close(): void;
1076
1212
  show(): void;
1077
1213
  remove(): void;
1078
- "__#12128@#private": any;
1214
+ "__#12330@#private": any;
1079
1215
  logger: {
1080
1216
  error(...data: any[]): void;
1081
1217
  warn(...data: any[]): void;
@@ -1085,21 +1221,21 @@ declare const UserManagementWidget: {
1085
1221
  readonly asyncEle: Promise<Element>;
1086
1222
  readonly ele: Element;
1087
1223
  };
1088
- "__#12127@#errorCbsSym": symbol;
1089
- "__#12127@#loadCbsSym": symbol;
1090
- "__#12127@#getComponentsVersion": (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>);
1091
- "__#12127@#exposeAlternateEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1092
- "__#12127@#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>);
1093
- "__#12127@#registerEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1094
- "__#12127@#getDescopeUiLoadingScript": (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>);
1095
- "__#12127@#descopeUi": Promise<any>;
1224
+ "__#12329@#errorCbsSym": symbol;
1225
+ "__#12329@#loadCbsSym": symbol;
1226
+ "__#12329@#getComponentsVersion": (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>) & (() => Promise<any>);
1227
+ "__#12329@#exposeAlternateEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1228
+ "__#12329@#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>);
1229
+ "__#12329@#registerEvents": ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void) & ((scriptEle: HTMLScriptElement) => void);
1230
+ "__#12329@#getDescopeUiLoadingScript": (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>) & (() => Promise<HTMLElement>);
1231
+ "__#12329@#descopeUi": Promise<any>;
1096
1232
  readonly descopeUi: Promise<any>;
1097
- "__#12127@#loadDescopeUiComponent": ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>);
1233
+ "__#12329@#loadDescopeUiComponent": ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>) & ((componentName: string) => Promise<any>);
1098
1234
  loadDescopeUiComponents: ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>) & ((templateOrComponentNames: string[] | HTMLTemplateElement) => Promise<any[]>);
1099
- "__#12127@#getDescopeUi": (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>);
1235
+ "__#12329@#getDescopeUi": (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>) & (() => Promise<unknown>);
1100
1236
  readonly config: any;
1101
- "__#12124@#_configResource": any;
1102
- "__#12124@#fetchConfig": (() => Promise<{
1237
+ "__#12326@#_configResource": any;
1238
+ "__#12326@#fetchConfig": (() => Promise<{
1103
1239
  projectConfig: _descope_sdk_mixins.ProjectConfiguration;
1104
1240
  executionContext: {
1105
1241
  geo: string;
@@ -1140,27 +1276,27 @@ declare const UserManagementWidget: {
1140
1276
  }>) & (<F_4 extends "text" | "json">(filename: string, format: F_4) => Promise<{
1141
1277
  body: F_4 extends "json" ? Record<string, any> : string;
1142
1278
  headers: Record<string, string>;
1143
- }>) & (<F_1 extends "text" | "json">(filename: string, format: F_1) => Promise<{
1144
- body: F_1 extends "json" ? Record<string, any> : string;
1279
+ }>) & (<F_1_1 extends "text" | "json">(filename: string, format: F_1_1) => Promise<{
1280
+ body: F_1_1 extends "json" ? Record<string, any> : string;
1145
1281
  headers: Record<string, string>;
1146
- }>) & (<F_2 extends "text" | "json">(filename: string, format: F_2) => Promise<{
1147
- body: F_2 extends "json" ? Record<string, any> : string;
1282
+ }>) & (<F_2_1 extends "text" | "json">(filename: string, format: F_2_1) => Promise<{
1283
+ body: F_2_1 extends "json" ? Record<string, any> : string;
1148
1284
  headers: Record<string, string>;
1149
1285
  }>);
1150
1286
  readonly baseStaticUrl: string;
1151
1287
  readonly baseUrl: string;
1152
1288
  readonly projectId: string;
1153
- "__#12123@#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);
1154
- "__#12122@#observeMappings": {};
1289
+ "__#12325@#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);
1290
+ "__#12324@#observeMappings": {};
1155
1291
  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);
1156
1292
  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);
1157
- "__#12120@#logger": {
1293
+ "__#12322@#logger": {
1158
1294
  error(...data: any[]): void;
1159
1295
  warn(...data: any[]): void;
1160
1296
  info(...data: any[]): void;
1161
1297
  debug(...data: any[]): void;
1162
1298
  };
1163
- "__#12120@#wrapLogger": ((logger: Partial<{
1299
+ "__#12322@#wrapLogger": ((logger: Partial<{
1164
1300
  error(...data: any[]): void;
1165
1301
  warn(...data: any[]): void;
1166
1302
  info(...data: any[]): void;
@@ -18809,7 +18945,7 @@ declare const UserManagementWidget: {
18809
18945
  "__#19@#initCancelButton"(): void;
18810
18946
  "__#19@#initSubmitButton"(): void;
18811
18947
  "__#19@#initRemovePasskeyModal"(): Promise<void>;
18812
- "__#12131@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
18948
+ "__#12333@#ModalDriverWrapper": new (refOrRefFn: Element | (() => HTMLElement), config: {
18813
18949
  logger: {
18814
18950
  error(...data: any[]): void;
18815
18951
  warn(...data: any[]): void;
@@ -18818,7 +18954,7 @@ declare const UserManagementWidget: {
18818
18954
  };
18819
18955
  }) => {
18820
18956
  setContent(template: HTMLTemplateElement): void;
18821
- "__#12130@#private": any;
18957
+ "__#12332@#private": any;
18822
18958
  beforeOpen: () => void | Promise<void>;
18823
18959
  afterClose: () => void;
18824
18960
  nodeName: string;
@@ -18826,7 +18962,7 @@ declare const UserManagementWidget: {
18826
18962
  open(): Promise<void>;
18827
18963
  reset(): void;
18828
18964
  remove(): void;
18829
- "__#12128@#private": any;
18965
+ "__#12330@#private": any;
18830
18966
  logger: {
18831
18967
  error(...data: any[]): void;
18832
18968
  warn(...data: any[]): void;
@@ -18920,15 +19056,20 @@ declare const UserManagementWidget: {
18920
19056
  "__#21@#onColumnSortChange": (this: any, ...args: any[]) => void;
18921
19057
  "__#21@#onCustomAttrsUpdate": (customAttrs: CustomAttr[]) => void;
18922
19058
  "__#21@#registerSortColumnEvent"(): void;
19059
+ "__#12335@#globalStyleTag": HTMLStyleElement;
18923
19060
  readonly theme: _descope_sdk_mixins.ThemeOptions;
18924
- "__#12133@#_themeResource": Promise<void | Record<string, any>>;
18925
- "__#12133@#fetchTheme"(): Promise<Record<string, any>>;
18926
- readonly "__#12133@#themeResource": Promise<void | Record<string, any>>;
18927
- "__#12133@#loadGlobalStyle"(): Promise<void>;
18928
- "__#12133@#loadComponentsStyle"(): Promise<void>;
18929
- "__#12133@#loadFonts"(): Promise<void>;
18930
- "__#12133@#applyTheme"(): Promise<void>;
18931
- "__#12126@#debuggerEle": HTMLElement & {
19061
+ readonly styleId: string;
19062
+ "__#12335@#_themeResource": Promise<void | Record<string, any>>;
19063
+ "__#12335@#fetchTheme"(): Promise<Record<string, any>>;
19064
+ readonly "__#12335@#themeResource": Promise<void | Record<string, any>>;
19065
+ "__#12335@#loadGlobalStyle"(): Promise<void>;
19066
+ "__#12335@#loadComponentsStyle"(): Promise<void>;
19067
+ "__#12335@#getFontsConfig"(): Promise<Record<string, {
19068
+ url?: string;
19069
+ }>>;
19070
+ "__#12335@#loadFonts"(): Promise<void>;
19071
+ "__#12335@#applyTheme"(): Promise<void>;
19072
+ "__#12328@#debuggerEle": HTMLElement & {
18932
19073
  updateData: (data: {
18933
19074
  title: string;
18934
19075
  description?: string;
@@ -18937,11 +19078,11 @@ declare const UserManagementWidget: {
18937
19078
  description?: string;
18938
19079
  }[]) => void;
18939
19080
  };
18940
- "__#12126@#disableDebugger"(): void;
18941
- "__#12126@#enableDebugger"(): Promise<void>;
19081
+ "__#12328@#disableDebugger"(): void;
19082
+ "__#12328@#enableDebugger"(): Promise<void>;
18942
19083
  readonly debug: boolean;
18943
- "__#12126@#handleDebugMode"(): void;
18944
- "__#12126@#updateDebuggerMessages"(title: string, description: string): void;
19084
+ "__#12328@#handleDebugMode"(): void;
19085
+ "__#12328@#updateDebuggerMessages"(title: string, description: string): void;
18945
19086
  };
18946
19087
  };
18947
19088