@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,18 +1,667 @@
1
1
  import { Connotation } from '../enums';
2
- import { Localized } from '../../shared/patterns';
3
- import { AffixIcon } from '../../shared/patterns/affix';
4
2
  import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
5
3
  export type AlertConnotation = Connotation.Accent | Connotation.Information | Connotation.Success | Connotation.Warning | Connotation.Announcement | Connotation.Alert;
6
4
  export type AlertPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
7
5
  export type AlertStrategy = 'fixed' | 'static';
8
- export declare class Alert extends VividElement {
6
+ declare const Alert_base: {
7
+ new (...args: any[]): {
8
+ icon?: string | undefined;
9
+ iconSlottedContent?: HTMLElement[] | undefined;
10
+ accessKey: string;
11
+ readonly accessKeyLabel: string;
12
+ autocapitalize: string;
13
+ dir: string;
14
+ draggable: boolean;
15
+ hidden: boolean;
16
+ inert: boolean;
17
+ innerText: string;
18
+ lang: string;
19
+ readonly offsetHeight: number;
20
+ readonly offsetLeft: number;
21
+ readonly offsetParent: Element | null;
22
+ readonly offsetTop: number;
23
+ readonly offsetWidth: number;
24
+ outerText: string;
25
+ spellcheck: boolean;
26
+ title: string;
27
+ translate: boolean;
28
+ attachInternals(): ElementInternals;
29
+ click(): void;
30
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
31
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
32
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
33
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
34
+ dropzone: import("dropzone");
35
+ readonly attributes: NamedNodeMap;
36
+ readonly classList: DOMTokenList;
37
+ className: string;
38
+ readonly clientHeight: number;
39
+ readonly clientLeft: number;
40
+ readonly clientTop: number;
41
+ readonly clientWidth: number;
42
+ id: string;
43
+ readonly localName: string;
44
+ readonly namespaceURI: string | null;
45
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
46
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
47
+ outerHTML: string;
48
+ readonly ownerDocument: Document;
49
+ readonly part: DOMTokenList;
50
+ readonly prefix: string | null;
51
+ readonly scrollHeight: number;
52
+ scrollLeft: number;
53
+ scrollTop: number;
54
+ readonly scrollWidth: number;
55
+ readonly shadowRoot: ShadowRoot | null;
56
+ slot: string;
57
+ readonly tagName: string;
58
+ attachShadow(init: ShadowRootInit): ShadowRoot;
59
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
60
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
61
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
62
+ closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
63
+ closest<E extends Element = Element>(selectors: string): E | null;
64
+ getAttribute(qualifiedName: string): string | null;
65
+ getAttributeNS(namespace: string | null, localName: string): string | null;
66
+ getAttributeNames(): string[];
67
+ getAttributeNode(qualifiedName: string): Attr | null;
68
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
69
+ getBoundingClientRect(): DOMRect;
70
+ getClientRects(): DOMRectList;
71
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
72
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
73
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
74
+ getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
75
+ getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
76
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
77
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
78
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
79
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
80
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
81
+ hasAttribute(qualifiedName: string): boolean;
82
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
83
+ hasAttributes(): boolean;
84
+ hasPointerCapture(pointerId: number): boolean;
85
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
86
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
87
+ insertAdjacentText(where: InsertPosition, data: string): void;
88
+ matches(selectors: string): boolean;
89
+ releasePointerCapture(pointerId: number): void;
90
+ removeAttribute(qualifiedName: string): void;
91
+ removeAttributeNS(namespace: string | null, localName: string): void;
92
+ removeAttributeNode(attr: Attr): Attr;
93
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
94
+ requestPointerLock(): void;
95
+ scroll(options?: ScrollToOptions | undefined): void;
96
+ scroll(x: number, y: number): void;
97
+ scrollBy(options?: ScrollToOptions | undefined): void;
98
+ scrollBy(x: number, y: number): void;
99
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
100
+ scrollTo(options?: ScrollToOptions | undefined): void;
101
+ scrollTo(x: number, y: number): void;
102
+ setAttribute(qualifiedName: string, value: string): void;
103
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
104
+ setAttributeNode(attr: Attr): Attr | null;
105
+ setAttributeNodeNS(attr: Attr): Attr | null;
106
+ setPointerCapture(pointerId: number): void;
107
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
108
+ webkitMatchesSelector(selectors: string): boolean;
109
+ readonly baseURI: string;
110
+ readonly childNodes: NodeListOf<ChildNode>;
111
+ readonly firstChild: ChildNode | null;
112
+ readonly isConnected: boolean;
113
+ readonly lastChild: ChildNode | null;
114
+ readonly nextSibling: ChildNode | null;
115
+ readonly nodeName: string;
116
+ readonly nodeType: number;
117
+ nodeValue: string | null;
118
+ readonly parentElement: HTMLElement | null;
119
+ readonly parentNode: ParentNode | null;
120
+ readonly previousSibling: ChildNode | null;
121
+ textContent: string | null;
122
+ appendChild<T extends Node>(node: T): T;
123
+ cloneNode(deep?: boolean | undefined): Node;
124
+ compareDocumentPosition(other: Node): number;
125
+ contains(other: Node | null): boolean;
126
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
127
+ hasChildNodes(): boolean;
128
+ insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
129
+ isDefaultNamespace(namespace: string | null): boolean;
130
+ isEqualNode(otherNode: Node | null): boolean;
131
+ isSameNode(otherNode: Node | null): boolean;
132
+ lookupNamespaceURI(prefix: string | null): string | null;
133
+ lookupPrefix(namespace: string | null): string | null;
134
+ normalize(): void;
135
+ removeChild<T_2 extends Node>(child: T_2): T_2;
136
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
137
+ readonly ELEMENT_NODE: 1;
138
+ readonly ATTRIBUTE_NODE: 2;
139
+ readonly TEXT_NODE: 3;
140
+ readonly CDATA_SECTION_NODE: 4;
141
+ readonly ENTITY_REFERENCE_NODE: 5;
142
+ readonly ENTITY_NODE: 6;
143
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
144
+ readonly COMMENT_NODE: 8;
145
+ readonly DOCUMENT_NODE: 9;
146
+ readonly DOCUMENT_TYPE_NODE: 10;
147
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
148
+ readonly NOTATION_NODE: 12;
149
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
150
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
151
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
152
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
153
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
154
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
155
+ dispatchEvent(event: Event): boolean;
156
+ ariaAtomic: string | null;
157
+ ariaAutoComplete: string | null;
158
+ ariaBusy: string | null;
159
+ ariaChecked: string | null;
160
+ ariaColCount: string | null;
161
+ ariaColIndex: string | null;
162
+ ariaColSpan: string | null;
163
+ ariaCurrent: string | null;
164
+ ariaDisabled: string | null;
165
+ ariaExpanded: string | null;
166
+ ariaHasPopup: string | null;
167
+ ariaHidden: string | null;
168
+ ariaInvalid: string | null;
169
+ ariaKeyShortcuts: string | null;
170
+ ariaLabel: string | null;
171
+ ariaLevel: string | null;
172
+ ariaLive: string | null;
173
+ ariaModal: string | null;
174
+ ariaMultiLine: string | null;
175
+ ariaMultiSelectable: string | null;
176
+ ariaOrientation: string | null;
177
+ ariaPlaceholder: string | null;
178
+ ariaPosInSet: string | null;
179
+ ariaPressed: string | null;
180
+ ariaReadOnly: string | null;
181
+ ariaRequired: string | null;
182
+ ariaRoleDescription: string | null;
183
+ ariaRowCount: string | null;
184
+ ariaRowIndex: string | null;
185
+ ariaRowSpan: string | null;
186
+ ariaSelected: string | null;
187
+ ariaSetSize: string | null;
188
+ ariaSort: string | null;
189
+ ariaValueMax: string | null;
190
+ ariaValueMin: string | null;
191
+ ariaValueNow: string | null;
192
+ ariaValueText: string | null;
193
+ role: string | null;
194
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
195
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
196
+ after(...nodes: (string | Node)[]): void;
197
+ before(...nodes: (string | Node)[]): void;
198
+ remove(): void;
199
+ replaceWith(...nodes: (string | Node)[]): void;
200
+ innerHTML: string;
201
+ readonly nextElementSibling: Element | null;
202
+ readonly previousElementSibling: Element | null;
203
+ readonly childElementCount: number;
204
+ readonly children: HTMLCollection;
205
+ readonly firstElementChild: Element | null;
206
+ readonly lastElementChild: Element | null;
207
+ append(...nodes: (string | Node)[]): void;
208
+ prepend(...nodes: (string | Node)[]): void;
209
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
210
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
211
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
212
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
213
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
214
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
215
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
216
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
217
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
218
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
219
+ replaceChildren(...nodes: (string | Node)[]): void;
220
+ readonly assignedSlot: HTMLSlotElement | null;
221
+ readonly style: CSSStyleDeclaration;
222
+ contentEditable: string;
223
+ enterKeyHint: string;
224
+ inputMode: string;
225
+ readonly isContentEditable: boolean;
226
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
227
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
228
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
229
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
230
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
231
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
232
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
233
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
234
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
235
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
236
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
237
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
238
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
239
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
240
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
241
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
242
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
243
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
244
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
245
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
246
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
247
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
248
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
249
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
250
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
251
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
252
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
253
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
254
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
255
+ onerror: OnErrorEventHandler;
256
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
257
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
258
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
259
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
260
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
261
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
262
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
263
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
264
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
265
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
266
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
267
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
268
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
269
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
270
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
271
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
272
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
273
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
274
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
275
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
276
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
277
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
278
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
280
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
281
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
282
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
283
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
284
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
285
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
286
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
287
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
288
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
289
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
290
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
291
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
292
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
293
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
294
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
295
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
296
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
297
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
298
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
299
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
300
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
301
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
302
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
303
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
306
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
307
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
308
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
309
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
310
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
311
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
312
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
313
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
314
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
315
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
316
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
317
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
318
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
319
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
320
+ autofocus: boolean;
321
+ readonly dataset: DOMStringMap;
322
+ nonce?: string | undefined;
323
+ tabIndex: number;
324
+ blur(): void;
325
+ focus(options?: FocusOptions | undefined): void;
326
+ readonly $fastController: import("@microsoft/fast-element").Controller;
327
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
328
+ connectedCallback(): void;
329
+ disconnectedCallback(): void;
330
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
331
+ };
332
+ } & {
333
+ new (...args: any[]): {
334
+ readonly locale: import("../shared/localization/Locale").Locale;
335
+ accessKey: string;
336
+ readonly accessKeyLabel: string;
337
+ autocapitalize: string;
338
+ dir: string;
339
+ draggable: boolean;
340
+ hidden: boolean;
341
+ inert: boolean;
342
+ innerText: string;
343
+ lang: string;
344
+ readonly offsetHeight: number;
345
+ readonly offsetLeft: number;
346
+ readonly offsetParent: Element | null;
347
+ readonly offsetTop: number;
348
+ readonly offsetWidth: number;
349
+ outerText: string;
350
+ spellcheck: boolean;
351
+ title: string;
352
+ translate: boolean;
353
+ attachInternals(): ElementInternals;
354
+ click(): void;
355
+ addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
356
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
357
+ removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
358
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
359
+ dropzone: import("dropzone");
360
+ readonly attributes: NamedNodeMap;
361
+ readonly classList: DOMTokenList;
362
+ className: string;
363
+ readonly clientHeight: number;
364
+ readonly clientLeft: number;
365
+ readonly clientTop: number;
366
+ readonly clientWidth: number;
367
+ id: string;
368
+ readonly localName: string;
369
+ readonly namespaceURI: string | null;
370
+ onfullscreenchange: ((this: Element, ev: Event) => any) | null;
371
+ onfullscreenerror: ((this: Element, ev: Event) => any) | null;
372
+ outerHTML: string;
373
+ readonly ownerDocument: Document;
374
+ readonly part: DOMTokenList;
375
+ readonly prefix: string | null;
376
+ readonly scrollHeight: number;
377
+ scrollLeft: number;
378
+ scrollTop: number;
379
+ readonly scrollWidth: number;
380
+ readonly shadowRoot: ShadowRoot | null;
381
+ slot: string;
382
+ readonly tagName: string;
383
+ attachShadow(init: ShadowRootInit): ShadowRoot;
384
+ checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
385
+ closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
386
+ closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
387
+ closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
388
+ closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
389
+ getAttribute(qualifiedName: string): string | null;
390
+ getAttributeNS(namespace: string | null, localName: string): string | null;
391
+ getAttributeNames(): string[];
392
+ getAttributeNode(qualifiedName: string): Attr | null;
393
+ getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
394
+ getBoundingClientRect(): DOMRect;
395
+ getClientRects(): DOMRectList;
396
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
397
+ getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
398
+ getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
399
+ getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
400
+ getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
401
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
402
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
403
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
404
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
405
+ getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
406
+ hasAttribute(qualifiedName: string): boolean;
407
+ hasAttributeNS(namespace: string | null, localName: string): boolean;
408
+ hasAttributes(): boolean;
409
+ hasPointerCapture(pointerId: number): boolean;
410
+ insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
411
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
412
+ insertAdjacentText(where: InsertPosition, data: string): void;
413
+ matches(selectors: string): boolean;
414
+ releasePointerCapture(pointerId: number): void;
415
+ removeAttribute(qualifiedName: string): void;
416
+ removeAttributeNS(namespace: string | null, localName: string): void;
417
+ removeAttributeNode(attr: Attr): Attr;
418
+ requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
419
+ requestPointerLock(): void;
420
+ scroll(options?: ScrollToOptions | undefined): void;
421
+ scroll(x: number, y: number): void;
422
+ scrollBy(options?: ScrollToOptions | undefined): void;
423
+ scrollBy(x: number, y: number): void;
424
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
425
+ scrollTo(options?: ScrollToOptions | undefined): void;
426
+ scrollTo(x: number, y: number): void;
427
+ setAttribute(qualifiedName: string, value: string): void;
428
+ setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
429
+ setAttributeNode(attr: Attr): Attr | null;
430
+ setAttributeNodeNS(attr: Attr): Attr | null;
431
+ setPointerCapture(pointerId: number): void;
432
+ toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
433
+ webkitMatchesSelector(selectors: string): boolean;
434
+ readonly baseURI: string;
435
+ readonly childNodes: NodeListOf<ChildNode>;
436
+ readonly firstChild: ChildNode | null;
437
+ readonly isConnected: boolean;
438
+ readonly lastChild: ChildNode | null;
439
+ readonly nextSibling: ChildNode | null;
440
+ readonly nodeName: string;
441
+ readonly nodeType: number;
442
+ nodeValue: string | null;
443
+ readonly parentElement: HTMLElement | null;
444
+ readonly parentNode: ParentNode | null;
445
+ readonly previousSibling: ChildNode | null;
446
+ textContent: string | null;
447
+ appendChild<T extends Node>(node: T): T;
448
+ cloneNode(deep?: boolean | undefined): Node;
449
+ compareDocumentPosition(other: Node): number;
450
+ contains(other: Node | null): boolean;
451
+ getRootNode(options?: GetRootNodeOptions | undefined): Node;
452
+ hasChildNodes(): boolean;
453
+ insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
454
+ isDefaultNamespace(namespace: string | null): boolean;
455
+ isEqualNode(otherNode: Node | null): boolean;
456
+ isSameNode(otherNode: Node | null): boolean;
457
+ lookupNamespaceURI(prefix: string | null): string | null;
458
+ lookupPrefix(namespace: string | null): string | null;
459
+ normalize(): void;
460
+ removeChild<T_2 extends Node>(child: T_2): T_2;
461
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
462
+ readonly ELEMENT_NODE: 1;
463
+ readonly ATTRIBUTE_NODE: 2;
464
+ readonly TEXT_NODE: 3;
465
+ readonly CDATA_SECTION_NODE: 4;
466
+ readonly ENTITY_REFERENCE_NODE: 5;
467
+ readonly ENTITY_NODE: 6;
468
+ readonly PROCESSING_INSTRUCTION_NODE: 7;
469
+ readonly COMMENT_NODE: 8;
470
+ readonly DOCUMENT_NODE: 9;
471
+ readonly DOCUMENT_TYPE_NODE: 10;
472
+ readonly DOCUMENT_FRAGMENT_NODE: 11;
473
+ readonly NOTATION_NODE: 12;
474
+ readonly DOCUMENT_POSITION_DISCONNECTED: 1;
475
+ readonly DOCUMENT_POSITION_PRECEDING: 2;
476
+ readonly DOCUMENT_POSITION_FOLLOWING: 4;
477
+ readonly DOCUMENT_POSITION_CONTAINS: 8;
478
+ readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
479
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
480
+ dispatchEvent(event: Event): boolean;
481
+ ariaAtomic: string | null;
482
+ ariaAutoComplete: string | null;
483
+ ariaBusy: string | null;
484
+ ariaChecked: string | null;
485
+ ariaColCount: string | null;
486
+ ariaColIndex: string | null;
487
+ ariaColSpan: string | null;
488
+ ariaCurrent: string | null;
489
+ ariaDisabled: string | null;
490
+ ariaExpanded: string | null;
491
+ ariaHasPopup: string | null;
492
+ ariaHidden: string | null;
493
+ ariaInvalid: string | null;
494
+ ariaKeyShortcuts: string | null;
495
+ ariaLabel: string | null;
496
+ ariaLevel: string | null;
497
+ ariaLive: string | null;
498
+ ariaModal: string | null;
499
+ ariaMultiLine: string | null;
500
+ ariaMultiSelectable: string | null;
501
+ ariaOrientation: string | null;
502
+ ariaPlaceholder: string | null;
503
+ ariaPosInSet: string | null;
504
+ ariaPressed: string | null;
505
+ ariaReadOnly: string | null;
506
+ ariaRequired: string | null;
507
+ ariaRoleDescription: string | null;
508
+ ariaRowCount: string | null;
509
+ ariaRowIndex: string | null;
510
+ ariaRowSpan: string | null;
511
+ ariaSelected: string | null;
512
+ ariaSetSize: string | null;
513
+ ariaSort: string | null;
514
+ ariaValueMax: string | null;
515
+ ariaValueMin: string | null;
516
+ ariaValueNow: string | null;
517
+ ariaValueText: string | null;
518
+ role: string | null;
519
+ animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
520
+ getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
521
+ after(...nodes: (string | Node)[]): void;
522
+ before(...nodes: (string | Node)[]): void;
523
+ remove(): void;
524
+ replaceWith(...nodes: (string | Node)[]): void;
525
+ innerHTML: string;
526
+ readonly nextElementSibling: Element | null;
527
+ readonly previousElementSibling: Element | null;
528
+ readonly childElementCount: number;
529
+ readonly children: HTMLCollection;
530
+ readonly firstElementChild: Element | null;
531
+ readonly lastElementChild: Element | null;
532
+ append(...nodes: (string | Node)[]): void;
533
+ prepend(...nodes: (string | Node)[]): void;
534
+ querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
535
+ querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
536
+ querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
537
+ querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
538
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
539
+ querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
540
+ querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
541
+ querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
542
+ querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
543
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
544
+ replaceChildren(...nodes: (string | Node)[]): void;
545
+ readonly assignedSlot: HTMLSlotElement | null;
546
+ readonly style: CSSStyleDeclaration;
547
+ contentEditable: string;
548
+ enterKeyHint: string;
549
+ inputMode: string;
550
+ readonly isContentEditable: boolean;
551
+ onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
552
+ onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
553
+ onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
554
+ onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
555
+ onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
556
+ onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
557
+ onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
558
+ onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
559
+ oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
560
+ oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
561
+ oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
562
+ onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
563
+ onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
564
+ onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
565
+ oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
566
+ oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
567
+ oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
568
+ oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
569
+ ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
570
+ ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
571
+ ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
572
+ ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
573
+ ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
574
+ ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
575
+ ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
576
+ ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
577
+ ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
578
+ onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
579
+ onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
580
+ onerror: OnErrorEventHandler;
581
+ onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
582
+ onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
583
+ ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
584
+ oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
585
+ oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
586
+ onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
587
+ onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
588
+ onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
589
+ onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
590
+ onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
591
+ onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
592
+ onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
593
+ onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
594
+ onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
595
+ onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
596
+ onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
597
+ onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
598
+ onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
599
+ onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
600
+ onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
601
+ onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
602
+ onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
603
+ onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
604
+ onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
605
+ onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
606
+ onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
607
+ onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
608
+ onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
609
+ onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
610
+ onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
611
+ onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
612
+ onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
613
+ onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
614
+ onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
615
+ onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
616
+ onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
617
+ onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
618
+ onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
619
+ onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
620
+ onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
621
+ onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
622
+ onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
623
+ onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
624
+ onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
625
+ onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
626
+ onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
627
+ onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
628
+ ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
629
+ ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
630
+ ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
631
+ ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
632
+ ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
633
+ ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
634
+ ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
635
+ ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
636
+ ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
637
+ ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
638
+ onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
639
+ onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
640
+ onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
641
+ onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
642
+ onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
643
+ onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
644
+ onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
645
+ autofocus: boolean;
646
+ readonly dataset: DOMStringMap;
647
+ nonce?: string | undefined;
648
+ tabIndex: number;
649
+ blur(): void;
650
+ focus(options?: FocusOptions | undefined): void;
651
+ readonly $fastController: import("@microsoft/fast-element").Controller;
652
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
653
+ connectedCallback(): void;
654
+ disconnectedCallback(): void;
655
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
656
+ };
657
+ } & typeof VividElement;
658
+ export declare class Alert extends Alert_base {
9
659
  #private;
10
660
  dismissButtonAriaLabel: string | null;
11
661
  removable: boolean;
12
662
  placement?: AlertPlacement;
13
663
  headline?: string;
14
664
  text?: string;
15
- icon?: string;
16
665
  timeoutms: number;
17
666
  connotation?: AlertConnotation;
18
667
  strategy?: AlertStrategy;
@@ -22,5 +671,4 @@ export declare class Alert extends VividElement {
22
671
  disconnectedCallback(): void;
23
672
  get conditionedIcon(): string | undefined;
24
673
  }
25
- export interface Alert extends Localized, AffixIcon {
26
- }
674
+ export {};