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