@vonage/vivid 4.19.0 → 4.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/custom-elements.json +1648 -525
  2. package/lib/accordion-item/accordion-item.d.ts +332 -5
  3. package/lib/action-group/action-group.d.ts +3 -2
  4. package/lib/alert/alert.d.ts +654 -6
  5. package/lib/audio-player/audio-player.d.ts +330 -5
  6. package/lib/avatar/avatar.d.ts +5 -4
  7. package/lib/badge/badge.d.ts +334 -7
  8. package/lib/banner/banner.d.ts +662 -15
  9. package/lib/button/button.d.ts +335 -8
  10. package/lib/calendar-event/calendar-event.d.ts +3 -2
  11. package/lib/card/card.d.ts +2 -1
  12. package/lib/checkbox/checkbox.d.ts +2 -1
  13. package/lib/combobox/combobox.d.ts +335 -6
  14. package/lib/date-picker/date-picker.d.ts +12 -12
  15. package/lib/date-range-picker/date-range-picker.d.ts +6 -6
  16. package/lib/date-time-picker/date-time-picker.d.ts +12 -12
  17. package/lib/dial-pad/dial-pad.d.ts +328 -4
  18. package/lib/dialog/dialog.d.ts +326 -4
  19. package/lib/empty-state/empty-state.d.ts +3 -2
  20. package/lib/fab/fab.d.ts +333 -6
  21. package/lib/file-picker/file-picker.d.ts +334 -4
  22. package/lib/icon/icon.d.ts +2 -1
  23. package/lib/layout/layout.d.ts +6 -5
  24. package/lib/menu-item/menu-item.d.ts +332 -10
  25. package/lib/nav-disclosure/nav-disclosure.d.ts +330 -6
  26. package/lib/nav-item/nav-item.d.ts +329 -4
  27. package/lib/note/note.d.ts +329 -4
  28. package/lib/number-field/number-field.d.ts +658 -6
  29. package/lib/option/option.d.ts +330 -4
  30. package/lib/pagination/pagination.d.ts +3 -2
  31. package/lib/radio/radio.d.ts +2 -1
  32. package/lib/range-slider/range-slider.d.ts +330 -3
  33. package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +3 -2
  34. package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +1 -0
  35. package/lib/rich-text-editor/rich-text-editor.d.ts +1 -0
  36. package/lib/searchable-select/option-tag.d.ts +330 -5
  37. package/lib/searchable-select/searchable-select.d.ts +660 -5
  38. package/lib/select/select.d.ts +336 -6
  39. package/lib/slider/slider.d.ts +326 -4
  40. package/lib/split-button/split-button.d.ts +667 -20
  41. package/lib/tab/tab.d.ts +658 -7
  42. package/lib/tabs/tabs.d.ts +2 -1
  43. package/lib/tag/tag.d.ts +333 -7
  44. package/lib/text-anchor/text-anchor.d.ts +331 -5
  45. package/lib/text-field/text-field.d.ts +333 -6
  46. package/lib/time-picker/time-picker.d.ts +6 -6
  47. package/lib/tree-item/tree-item.d.ts +329 -4
  48. package/lib/video-player/video-player.d.ts +328 -4
  49. package/package.json +1 -1
  50. package/shared/_has.cjs +0 -4
  51. package/shared/_has.js +0 -4
  52. package/shared/affix.cjs +25 -19
  53. package/shared/affix.js +26 -20
  54. package/shared/apply-mixins.js +1 -1
  55. package/shared/calendar-picker.template.cjs +1 -1
  56. package/shared/calendar-picker.template.js +1 -1
  57. package/shared/children.js +1 -1
  58. package/shared/definition.cjs +2 -4
  59. package/shared/definition.js +2 -4
  60. package/shared/definition11.cjs +2 -4
  61. package/shared/definition11.js +2 -4
  62. package/shared/definition13.cjs +85 -159
  63. package/shared/definition13.js +85 -159
  64. package/shared/definition15.cjs +1 -1
  65. package/shared/definition15.js +1 -1
  66. package/shared/definition16.cjs +2 -3
  67. package/shared/definition16.js +2 -3
  68. package/shared/definition17.cjs +1 -1
  69. package/shared/definition17.js +1 -1
  70. package/shared/definition21.cjs +2 -4
  71. package/shared/definition21.js +2 -4
  72. package/shared/definition22.cjs +2 -4
  73. package/shared/definition22.js +2 -4
  74. package/shared/definition25.cjs +2 -4
  75. package/shared/definition25.js +2 -4
  76. package/shared/definition26.cjs +3 -3
  77. package/shared/definition26.js +3 -3
  78. package/shared/definition28.cjs +27 -38
  79. package/shared/definition28.js +27 -38
  80. package/shared/definition30.cjs +4 -11
  81. package/shared/definition30.js +4 -11
  82. package/shared/definition31.cjs +2 -4
  83. package/shared/definition31.js +2 -4
  84. package/shared/definition32.cjs +2 -4
  85. package/shared/definition32.js +2 -4
  86. package/shared/definition34.cjs +1 -3
  87. package/shared/definition34.js +1 -3
  88. package/shared/definition35.cjs +6 -6
  89. package/shared/definition35.js +6 -6
  90. package/shared/definition36.cjs +1 -1
  91. package/shared/definition36.js +1 -1
  92. package/shared/definition37.cjs +5 -1
  93. package/shared/definition37.js +5 -1
  94. package/shared/definition4.cjs +1 -7
  95. package/shared/definition4.js +1 -7
  96. package/shared/definition41.cjs +1 -1
  97. package/shared/definition41.js +1 -1
  98. package/shared/definition42.cjs +3 -5
  99. package/shared/definition42.js +3 -5
  100. package/shared/definition43.cjs +219 -28
  101. package/shared/definition43.js +216 -25
  102. package/shared/definition44.cjs +9 -10
  103. package/shared/definition44.js +9 -10
  104. package/shared/definition45.cjs +3 -4
  105. package/shared/definition45.js +3 -4
  106. package/shared/definition46.cjs +1 -1
  107. package/shared/definition46.js +1 -1
  108. package/shared/definition48.cjs +3 -5
  109. package/shared/definition48.js +3 -5
  110. package/shared/definition49.cjs +4 -7
  111. package/shared/definition49.js +4 -7
  112. package/shared/definition5.cjs +1 -3
  113. package/shared/definition5.js +2 -4
  114. package/shared/definition50.cjs +1 -1
  115. package/shared/definition50.js +1 -1
  116. package/shared/definition52.cjs +2 -5
  117. package/shared/definition52.js +2 -5
  118. package/shared/definition55.cjs +2 -4
  119. package/shared/definition55.js +2 -4
  120. package/shared/definition56.cjs +1 -1
  121. package/shared/definition56.js +1 -1
  122. package/shared/definition57.cjs +3 -2
  123. package/shared/definition57.js +3 -2
  124. package/shared/definition61.cjs +2 -4
  125. package/shared/definition61.js +2 -4
  126. package/shared/definition63.cjs +2 -4
  127. package/shared/definition63.js +2 -4
  128. package/shared/definition7.cjs +1 -3
  129. package/shared/definition7.js +1 -3
  130. package/shared/definition8.cjs +2 -5
  131. package/shared/definition8.js +2 -5
  132. package/shared/definition9.cjs +1 -1
  133. package/shared/definition9.js +1 -1
  134. package/shared/form-associated.js +1 -1
  135. package/shared/localized.cjs +10 -4
  136. package/shared/localized.js +10 -4
  137. package/shared/option.cjs +1 -3
  138. package/shared/option.js +2 -4
  139. package/shared/patterns/affix.d.ts +659 -7
  140. package/shared/patterns/localized.d.ts +328 -3
  141. package/shared/patterns/trapped-focus.d.ts +329 -6
  142. package/shared/picker-field/mixins/calendar-picker.d.ts +3 -3
  143. package/shared/picker-field/mixins/calendar-picker.template.d.ts +3 -3
  144. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +328 -4
  145. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +6 -6
  146. package/shared/picker-field/mixins/single-date-picker.d.ts +9 -9
  147. package/shared/picker-field/mixins/single-value-picker.d.ts +3 -3
  148. package/shared/picker-field/mixins/time-selection-picker.d.ts +6 -6
  149. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +6 -6
  150. package/shared/picker-field/picker-field.d.ts +655 -3
  151. package/shared/picker-field.template.cjs +33 -35
  152. package/shared/picker-field.template.js +33 -35
  153. package/shared/ref.js +1 -1
  154. package/shared/slotted.js +1 -1
  155. package/shared/text-anchor.cjs +2 -2
  156. package/shared/text-anchor.js +2 -2
  157. package/shared/text-field.cjs +1 -1
  158. package/shared/text-field.js +1 -1
  159. package/shared/time-selection-picker.template.cjs +3 -5
  160. package/shared/time-selection-picker.template.js +4 -6
  161. package/shared/utils/enums.d.ts +1 -0
  162. package/shared/vivid-element.cjs +1 -1
  163. package/shared/vivid-element.js +2 -2
  164. package/styles/core/all.css +1 -1
  165. package/styles/core/theme.css +1 -1
  166. package/styles/core/typography.css +1 -1
  167. package/styles/tokens/theme-dark.css +4 -4
  168. package/styles/tokens/theme-light.css +4 -4
  169. package/styles/tokens/vivid-2-compat.css +1 -1
  170. package/vivid.api.json +187 -990
@@ -1,11 +1,14 @@
1
1
  import type { Appearance, Shape, Size } from '../enums';
2
- import { AffixIcon, type ErrorText, type FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText, Localized } from '../../shared/patterns';
2
+ import { type ErrorText, type FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText } from '../../shared/patterns';
3
+ import type { ExtractFromEnum } from '../../shared/utils/enums';
3
4
  import { FormAssociatedNumberField } from './number-field.form-associated';
4
- export type NumberFieldAppearance = Extract<Appearance, Appearance.Fieldset | Appearance.Ghost>;
5
- export type NumberFieldShape = Extract<Shape, Shape.Rounded | Shape.Pill>;
6
- export type NumberFieldSize = Extract<Size, Size.Condensed | Size.Normal>;
5
+ export type NumberFieldAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset | Appearance.Ghost>;
6
+ export type NumberFieldShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
7
+ export type NumberFieldSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
7
8
  declare const NumberField_base: {
8
- new (...rest: any[]): {
9
+ new (...args: any[]): {
10
+ icon?: string | undefined;
11
+ iconSlottedContent?: HTMLElement[] | undefined;
9
12
  accessKey: string;
10
13
  readonly accessKeyLabel: string;
11
14
  autocapitalize: string;
@@ -327,6 +330,655 @@ declare const NumberField_base: {
327
330
  connectedCallback(): void;
328
331
  disconnectedCallback(): void;
329
332
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
333
+ };
334
+ } & {
335
+ new (...args: any[]): {
336
+ readonly locale: import("../shared/localization/Locale").Locale;
337
+ accessKey: string;
338
+ readonly accessKeyLabel: string;
339
+ autocapitalize: string;
340
+ dir: string;
341
+ draggable: boolean;
342
+ hidden: boolean;
343
+ inert: boolean;
344
+ innerText: string;
345
+ lang: string;
346
+ readonly offsetHeight: number;
347
+ readonly offsetLeft: number;
348
+ readonly offsetParent: Element | null;
349
+ readonly offsetTop: number;
350
+ readonly offsetWidth: number;
351
+ outerText: string;
352
+ spellcheck: boolean;
353
+ title: string;
354
+ translate: boolean;
355
+ attachInternals(): ElementInternals;
356
+ click(): void;
357
+ addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
358
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
359
+ removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
360
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
361
+ dropzone: import("dropzone");
362
+ readonly attributes: NamedNodeMap;
363
+ readonly classList: DOMTokenList;
364
+ className: string;
365
+ readonly clientHeight: number;
366
+ readonly clientLeft: number;
367
+ readonly clientTop: number;
368
+ readonly clientWidth: number;
369
+ id: string;
370
+ readonly localName: string;
371
+ readonly namespaceURI: string | null;
372
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
373
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
374
+ outerHTML: string;
375
+ readonly ownerDocument: Document;
376
+ readonly part: DOMTokenList;
377
+ readonly prefix: string | null;
378
+ readonly scrollHeight: number;
379
+ scrollLeft: number;
380
+ scrollTop: number;
381
+ readonly scrollWidth: number;
382
+ readonly shadowRoot: ShadowRoot | null;
383
+ slot: string;
384
+ readonly tagName: string;
385
+ attachShadow(init: ShadowRootInit): ShadowRoot;
386
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
387
+ closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
388
+ closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
389
+ closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
390
+ closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
391
+ getAttribute(qualifiedName: string): string | null;
392
+ getAttributeNS(namespace: string | null, localName: string): string | null;
393
+ getAttributeNames(): string[];
394
+ getAttributeNode(qualifiedName: string): Attr | null;
395
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
396
+ getBoundingClientRect(): DOMRect;
397
+ getClientRects(): DOMRectList;
398
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
399
+ getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
400
+ getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
401
+ getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
402
+ getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
403
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
404
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
405
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
406
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
407
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
408
+ hasAttribute(qualifiedName: string): boolean;
409
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
410
+ hasAttributes(): boolean;
411
+ hasPointerCapture(pointerId: number): boolean;
412
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
413
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
414
+ insertAdjacentText(where: InsertPosition, data: string): void;
415
+ matches(selectors: string): boolean;
416
+ releasePointerCapture(pointerId: number): void;
417
+ removeAttribute(qualifiedName: string): void;
418
+ removeAttributeNS(namespace: string | null, localName: string): void;
419
+ removeAttributeNode(attr: Attr): Attr;
420
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
421
+ requestPointerLock(): void;
422
+ scroll(options?: ScrollToOptions | undefined): void;
423
+ scroll(x: number, y: number): void;
424
+ scrollBy(options?: ScrollToOptions | undefined): void;
425
+ scrollBy(x: number, y: number): void;
426
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
427
+ scrollTo(options?: ScrollToOptions | undefined): void;
428
+ scrollTo(x: number, y: number): void;
429
+ setAttribute(qualifiedName: string, value: string): void;
430
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
431
+ setAttributeNode(attr: Attr): Attr | null;
432
+ setAttributeNodeNS(attr: Attr): Attr | null;
433
+ setPointerCapture(pointerId: number): void;
434
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
435
+ webkitMatchesSelector(selectors: string): boolean;
436
+ readonly baseURI: string;
437
+ readonly childNodes: NodeListOf<ChildNode>;
438
+ readonly firstChild: ChildNode | null;
439
+ readonly isConnected: boolean;
440
+ readonly lastChild: ChildNode | null;
441
+ readonly nextSibling: ChildNode | null;
442
+ readonly nodeName: string;
443
+ readonly nodeType: number;
444
+ nodeValue: string | null;
445
+ readonly parentElement: HTMLElement | null;
446
+ readonly parentNode: ParentNode | null;
447
+ readonly previousSibling: ChildNode | null;
448
+ textContent: string | null;
449
+ appendChild<T extends Node>(node: T): T;
450
+ cloneNode(deep?: boolean | undefined): Node;
451
+ compareDocumentPosition(other: Node): number;
452
+ contains(other: Node | null): boolean;
453
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
454
+ hasChildNodes(): boolean;
455
+ insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
456
+ isDefaultNamespace(namespace: string | null): boolean;
457
+ isEqualNode(otherNode: Node | null): boolean;
458
+ isSameNode(otherNode: Node | null): boolean;
459
+ lookupNamespaceURI(prefix: string | null): string | null;
460
+ lookupPrefix(namespace: string | null): string | null;
461
+ normalize(): void;
462
+ removeChild<T_2 extends Node>(child: T_2): T_2;
463
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
464
+ readonly ELEMENT_NODE: 1;
465
+ readonly ATTRIBUTE_NODE: 2;
466
+ readonly TEXT_NODE: 3;
467
+ readonly CDATA_SECTION_NODE: 4;
468
+ readonly ENTITY_REFERENCE_NODE: 5;
469
+ readonly ENTITY_NODE: 6;
470
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
471
+ readonly COMMENT_NODE: 8;
472
+ readonly DOCUMENT_NODE: 9;
473
+ readonly DOCUMENT_TYPE_NODE: 10;
474
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
475
+ readonly NOTATION_NODE: 12;
476
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
477
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
478
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
479
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
480
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
481
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
482
+ dispatchEvent(event: Event): boolean;
483
+ ariaAtomic: string | null;
484
+ ariaAutoComplete: string | null;
485
+ ariaBusy: string | null;
486
+ ariaChecked: string | null;
487
+ ariaColCount: string | null;
488
+ ariaColIndex: string | null;
489
+ ariaColSpan: string | null;
490
+ ariaCurrent: string | null;
491
+ ariaDisabled: string | null;
492
+ ariaExpanded: string | null;
493
+ ariaHasPopup: string | null;
494
+ ariaHidden: string | null;
495
+ ariaInvalid: string | null;
496
+ ariaKeyShortcuts: string | null;
497
+ ariaLabel: string | null;
498
+ ariaLevel: string | null;
499
+ ariaLive: string | null;
500
+ ariaModal: string | null;
501
+ ariaMultiLine: string | null;
502
+ ariaMultiSelectable: string | null;
503
+ ariaOrientation: string | null;
504
+ ariaPlaceholder: string | null;
505
+ ariaPosInSet: string | null;
506
+ ariaPressed: string | null;
507
+ ariaReadOnly: string | null;
508
+ ariaRequired: string | null;
509
+ ariaRoleDescription: string | null;
510
+ ariaRowCount: string | null;
511
+ ariaRowIndex: string | null;
512
+ ariaRowSpan: string | null;
513
+ ariaSelected: string | null;
514
+ ariaSetSize: string | null;
515
+ ariaSort: string | null;
516
+ ariaValueMax: string | null;
517
+ ariaValueMin: string | null;
518
+ ariaValueNow: string | null;
519
+ ariaValueText: string | null;
520
+ role: string | null;
521
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
522
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
523
+ after(...nodes: (string | Node)[]): void;
524
+ before(...nodes: (string | Node)[]): void;
525
+ remove(): void;
526
+ replaceWith(...nodes: (string | Node)[]): void;
527
+ innerHTML: string;
528
+ readonly nextElementSibling: Element | null;
529
+ readonly previousElementSibling: Element | null;
530
+ readonly childElementCount: number;
531
+ readonly children: HTMLCollection;
532
+ readonly firstElementChild: Element | null;
533
+ readonly lastElementChild: Element | null;
534
+ append(...nodes: (string | Node)[]): void;
535
+ prepend(...nodes: (string | Node)[]): void;
536
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
537
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
538
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
539
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
540
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
541
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
542
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
543
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
544
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
545
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
546
+ replaceChildren(...nodes: (string | Node)[]): void;
547
+ readonly assignedSlot: HTMLSlotElement | null;
548
+ readonly style: CSSStyleDeclaration;
549
+ contentEditable: string;
550
+ enterKeyHint: string;
551
+ inputMode: string;
552
+ readonly isContentEditable: boolean;
553
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
554
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
555
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
556
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
557
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
558
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
559
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
560
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
561
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
562
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
563
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
564
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
565
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
566
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
567
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
568
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
569
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
570
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
571
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
572
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
573
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
574
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
575
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
576
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
577
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
578
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
579
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
580
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
581
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
582
+ onerror: OnErrorEventHandler;
583
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
584
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
585
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
586
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
587
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
588
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
589
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
590
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
591
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
592
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
593
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
594
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
595
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
596
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
597
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
598
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
599
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
600
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
601
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
602
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
603
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
604
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
605
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
606
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
607
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
608
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
609
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
610
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
611
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
612
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
613
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
614
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
615
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
616
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
617
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
618
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
619
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
620
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
621
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
622
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
623
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
624
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
625
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
626
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
627
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
628
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
629
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
630
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
631
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
632
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
633
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
634
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
635
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
636
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
637
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
638
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
639
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
640
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
641
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
642
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
643
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
644
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
645
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
646
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
647
+ autofocus: boolean;
648
+ readonly dataset: DOMStringMap;
649
+ nonce?: string | undefined;
650
+ tabIndex: number;
651
+ blur(): void;
652
+ focus(options?: FocusOptions | undefined): void;
653
+ readonly $fastController: import("@microsoft/fast-element").Controller;
654
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
655
+ connectedCallback(): void;
656
+ disconnectedCallback(): void;
657
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
658
+ };
659
+ } & {
660
+ new (...rest: any[]): {
661
+ accessKey: string;
662
+ readonly accessKeyLabel: string;
663
+ autocapitalize: string;
664
+ dir: string;
665
+ draggable: boolean;
666
+ hidden: boolean;
667
+ inert: boolean;
668
+ innerText: string;
669
+ lang: string;
670
+ readonly offsetHeight: number;
671
+ readonly offsetLeft: number;
672
+ readonly offsetParent: Element | null;
673
+ readonly offsetTop: number;
674
+ readonly offsetWidth: number;
675
+ outerText: string;
676
+ spellcheck: boolean;
677
+ title: string;
678
+ translate: boolean;
679
+ attachInternals(): ElementInternals;
680
+ click(): void;
681
+ addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
682
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
683
+ removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
684
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
685
+ dropzone: import("dropzone");
686
+ readonly attributes: NamedNodeMap;
687
+ readonly classList: DOMTokenList;
688
+ className: string;
689
+ readonly clientHeight: number;
690
+ readonly clientLeft: number;
691
+ readonly clientTop: number;
692
+ readonly clientWidth: number;
693
+ id: string;
694
+ readonly localName: string;
695
+ readonly namespaceURI: string | null;
696
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
697
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
698
+ outerHTML: string;
699
+ readonly ownerDocument: Document;
700
+ readonly part: DOMTokenList;
701
+ readonly prefix: string | null;
702
+ readonly scrollHeight: number;
703
+ scrollLeft: number;
704
+ scrollTop: number;
705
+ readonly scrollWidth: number;
706
+ readonly shadowRoot: ShadowRoot | null;
707
+ slot: string;
708
+ readonly tagName: string;
709
+ attachShadow(init: ShadowRootInit): ShadowRoot;
710
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
711
+ closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
712
+ closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
713
+ closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
714
+ closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
715
+ getAttribute(qualifiedName: string): string | null;
716
+ getAttributeNS(namespace: string | null, localName: string): string | null;
717
+ getAttributeNames(): string[];
718
+ getAttributeNode(qualifiedName: string): Attr | null;
719
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
720
+ getBoundingClientRect(): DOMRect;
721
+ getClientRects(): DOMRectList;
722
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
723
+ getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
724
+ getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
725
+ getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
726
+ getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
727
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
728
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
729
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
730
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
731
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
732
+ hasAttribute(qualifiedName: string): boolean;
733
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
734
+ hasAttributes(): boolean;
735
+ hasPointerCapture(pointerId: number): boolean;
736
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
737
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
738
+ insertAdjacentText(where: InsertPosition, data: string): void;
739
+ matches(selectors: string): boolean;
740
+ releasePointerCapture(pointerId: number): void;
741
+ removeAttribute(qualifiedName: string): void;
742
+ removeAttributeNS(namespace: string | null, localName: string): void;
743
+ removeAttributeNode(attr: Attr): Attr;
744
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
745
+ requestPointerLock(): void;
746
+ scroll(options?: ScrollToOptions | undefined): void;
747
+ scroll(x: number, y: number): void;
748
+ scrollBy(options?: ScrollToOptions | undefined): void;
749
+ scrollBy(x: number, y: number): void;
750
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
751
+ scrollTo(options?: ScrollToOptions | undefined): void;
752
+ scrollTo(x: number, y: number): void;
753
+ setAttribute(qualifiedName: string, value: string): void;
754
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
755
+ setAttributeNode(attr: Attr): Attr | null;
756
+ setAttributeNodeNS(attr: Attr): Attr | null;
757
+ setPointerCapture(pointerId: number): void;
758
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
759
+ webkitMatchesSelector(selectors: string): boolean;
760
+ readonly baseURI: string;
761
+ readonly childNodes: NodeListOf<ChildNode>;
762
+ readonly firstChild: ChildNode | null;
763
+ readonly isConnected: boolean;
764
+ readonly lastChild: ChildNode | null;
765
+ readonly nextSibling: ChildNode | null;
766
+ readonly nodeName: string;
767
+ readonly nodeType: number;
768
+ nodeValue: string | null;
769
+ readonly parentElement: HTMLElement | null;
770
+ readonly parentNode: ParentNode | null;
771
+ readonly previousSibling: ChildNode | null;
772
+ textContent: string | null;
773
+ appendChild<T extends Node>(node: T): T;
774
+ cloneNode(deep?: boolean | undefined): Node;
775
+ compareDocumentPosition(other: Node): number;
776
+ contains(other: Node | null): boolean;
777
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
778
+ hasChildNodes(): boolean;
779
+ insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
780
+ isDefaultNamespace(namespace: string | null): boolean;
781
+ isEqualNode(otherNode: Node | null): boolean;
782
+ isSameNode(otherNode: Node | null): boolean;
783
+ lookupNamespaceURI(prefix: string | null): string | null;
784
+ lookupPrefix(namespace: string | null): string | null;
785
+ normalize(): void;
786
+ removeChild<T_2 extends Node>(child: T_2): T_2;
787
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
788
+ readonly ELEMENT_NODE: 1;
789
+ readonly ATTRIBUTE_NODE: 2;
790
+ readonly TEXT_NODE: 3;
791
+ readonly CDATA_SECTION_NODE: 4;
792
+ readonly ENTITY_REFERENCE_NODE: 5;
793
+ readonly ENTITY_NODE: 6;
794
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
795
+ readonly COMMENT_NODE: 8;
796
+ readonly DOCUMENT_NODE: 9;
797
+ readonly DOCUMENT_TYPE_NODE: 10;
798
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
799
+ readonly NOTATION_NODE: 12;
800
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
801
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
802
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
803
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
804
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
805
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
806
+ dispatchEvent(event: Event): boolean;
807
+ ariaAtomic: string | null;
808
+ ariaAutoComplete: string | null;
809
+ ariaBusy: string | null;
810
+ ariaChecked: string | null;
811
+ ariaColCount: string | null;
812
+ ariaColIndex: string | null;
813
+ ariaColSpan: string | null;
814
+ ariaCurrent: string | null;
815
+ ariaDisabled: string | null;
816
+ ariaExpanded: string | null;
817
+ ariaHasPopup: string | null;
818
+ ariaHidden: string | null;
819
+ ariaInvalid: string | null;
820
+ ariaKeyShortcuts: string | null;
821
+ ariaLabel: string | null;
822
+ ariaLevel: string | null;
823
+ ariaLive: string | null;
824
+ ariaModal: string | null;
825
+ ariaMultiLine: string | null;
826
+ ariaMultiSelectable: string | null;
827
+ ariaOrientation: string | null;
828
+ ariaPlaceholder: string | null;
829
+ ariaPosInSet: string | null;
830
+ ariaPressed: string | null;
831
+ ariaReadOnly: string | null;
832
+ ariaRequired: string | null;
833
+ ariaRoleDescription: string | null;
834
+ ariaRowCount: string | null;
835
+ ariaRowIndex: string | null;
836
+ ariaRowSpan: string | null;
837
+ ariaSelected: string | null;
838
+ ariaSetSize: string | null;
839
+ ariaSort: string | null;
840
+ ariaValueMax: string | null;
841
+ ariaValueMin: string | null;
842
+ ariaValueNow: string | null;
843
+ ariaValueText: string | null;
844
+ role: string | null;
845
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
846
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
847
+ after(...nodes: (string | Node)[]): void;
848
+ before(...nodes: (string | Node)[]): void;
849
+ remove(): void;
850
+ replaceWith(...nodes: (string | Node)[]): void;
851
+ innerHTML: string;
852
+ readonly nextElementSibling: Element | null;
853
+ readonly previousElementSibling: Element | null;
854
+ readonly childElementCount: number;
855
+ readonly children: HTMLCollection;
856
+ readonly firstElementChild: Element | null;
857
+ readonly lastElementChild: Element | null;
858
+ append(...nodes: (string | Node)[]): void;
859
+ prepend(...nodes: (string | Node)[]): void;
860
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
861
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
862
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
863
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
864
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
865
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
866
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
867
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
868
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
869
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
870
+ replaceChildren(...nodes: (string | Node)[]): void;
871
+ readonly assignedSlot: HTMLSlotElement | null;
872
+ readonly style: CSSStyleDeclaration;
873
+ contentEditable: string;
874
+ enterKeyHint: string;
875
+ inputMode: string;
876
+ readonly isContentEditable: boolean;
877
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
878
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
879
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
880
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
881
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
882
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
883
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
884
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
885
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
886
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
887
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
888
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
889
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
890
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
891
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
892
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
893
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
894
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
895
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
896
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
897
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
898
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
899
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
900
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
901
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
902
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
903
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
904
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
905
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
906
+ onerror: OnErrorEventHandler;
907
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
908
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
909
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
910
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
911
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
912
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
913
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
914
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
915
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
916
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
917
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
918
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
919
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
920
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
921
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
922
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
923
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
924
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
925
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
926
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
927
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
928
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
929
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
930
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
931
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
932
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
933
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
934
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
935
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
936
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
937
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
938
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
939
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
940
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
941
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
942
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
943
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
944
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
945
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
946
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
947
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
948
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
949
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
950
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
951
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
952
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
953
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
954
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
955
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
956
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
957
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
958
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
959
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
960
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
961
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
962
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
963
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
964
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
965
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
966
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
967
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
968
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
969
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
970
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
971
+ autofocus: boolean;
972
+ readonly dataset: DOMStringMap;
973
+ nonce?: string | undefined;
974
+ tabIndex: number;
975
+ blur(): void;
976
+ focus(options?: FocusOptions | undefined): void;
977
+ readonly $fastController: import("@microsoft/fast-element").Controller;
978
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
979
+ connectedCallback(): void;
980
+ disconnectedCallback(): void;
981
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
330
982
  ariaColIndexText: string | null;
331
983
  ariaDescription: string | null;
332
984
  ariaRowIndexText: string | null;
@@ -359,6 +1011,6 @@ export declare class NumberField extends NumberField_base {
359
1011
  shape?: NumberFieldShape;
360
1012
  autoComplete?: string;
361
1013
  }
362
- export interface NumberField extends AffixIcon, ErrorText, FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText, Localized {
1014
+ export interface NumberField extends ErrorText, FormElement, FormElementCharCount, FormElementHelperText, FormElementSuccessText {
363
1015
  }
364
1016
  export {};