@vonage/vivid 5.1.0 → 5.2.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/audio-player/definition.cjs +37 -4
- package/audio-player/definition.js +37 -4
- package/audio-player/index.cjs +25 -25
- package/audio-player/index.js +86 -62
- package/bundled/definition13.cjs +2 -2
- package/bundled/definition13.js +4 -4
- package/bundled/definition19.cjs +18 -15
- package/bundled/definition19.js +85 -77
- package/bundled/definition6.cjs +6 -6
- package/bundled/definition6.js +34 -31
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +2 -1
- package/bundled/picker-field.template.cjs +18 -13
- package/bundled/picker-field.template.js +44 -36
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/bundled/with-contextual-help.cjs +1 -1
- package/bundled/with-contextual-help.js +17 -7
- package/combobox/definition.cjs +12 -5
- package/combobox/definition.js +12 -5
- package/combobox/index.cjs +15 -11
- package/combobox/index.js +83 -76
- package/custom-elements.json +95 -3
- package/dial-pad/definition.cjs +51 -1
- package/dial-pad/definition.js +52 -2
- package/dial-pad/index.cjs +21 -18
- package/dial-pad/index.js +123 -92
- package/file-picker/definition.cjs +14 -5
- package/file-picker/definition.js +15 -6
- package/file-picker/index.cjs +12 -9
- package/file-picker/index.js +102 -92
- package/lib/audio-player/audio-player.d.ts +4 -0
- package/lib/combobox/combobox.d.ts +483 -66
- package/lib/date-picker/date-picker.d.ts +839 -827
- package/lib/date-range-picker/date-range-picker.d.ts +580 -574
- package/lib/date-time-picker/date-time-picker.d.ts +863 -851
- package/lib/dial-pad/dial-pad.template.d.ts +1 -1
- package/lib/dial-pad/locale.d.ts +1 -0
- package/lib/file-picker/file-picker.d.ts +483 -66
- package/lib/menu/menu.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +1 -0
- package/lib/searchable-select/searchable-select.d.ts +505 -88
- package/lib/select/select.d.ts +470 -53
- package/lib/text-area/text-area.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +551 -545
- package/locales/de-DE.cjs +2 -1
- package/locales/de-DE.js +2 -1
- package/locales/en-GB.cjs +2 -1
- package/locales/en-GB.js +2 -1
- package/locales/en-US.cjs +2 -1
- package/locales/en-US.js +2 -1
- package/locales/ja-JP.cjs +2 -1
- package/locales/ja-JP.js +2 -1
- package/locales/zh-CN.cjs +2 -1
- package/locales/zh-CN.js +2 -1
- package/menu/definition.cjs +6 -2
- package/menu/definition.js +7 -3
- package/number-field/definition.cjs +2 -2
- package/number-field/definition.js +3 -3
- package/number-field/index.cjs +9 -9
- package/number-field/index.js +28 -27
- package/package.json +1 -1
- package/searchable-select/definition.cjs +27 -18
- package/searchable-select/definition.js +28 -19
- package/searchable-select/index.cjs +28 -25
- package/searchable-select/index.js +150 -141
- package/select/definition.cjs +14 -6
- package/select/definition.js +14 -6
- package/shared/patterns/form-elements/index.d.ts +1 -0
- package/shared/patterns/form-elements/with-contextual-help.d.ts +1 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +442 -439
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +442 -439
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +584 -578
- package/shared/picker-field/mixins/single-date-picker.d.ts +696 -687
- package/shared/picker-field/mixins/single-value-picker.d.ts +441 -438
- package/shared/picker-field/mixins/time-selection-picker.d.ts +562 -556
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +551 -545
- package/shared/picker-field/picker-field.d.ts +483 -66
- 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/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/definition.cjs +1 -1
- package/text-field/definition.js +1 -1
- package/unbundled/picker-field.template.cjs +11 -3
- package/unbundled/picker-field.template.js +11 -3
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/unbundled/with-contextual-help.cjs +11 -0
- package/unbundled/with-contextual-help.js +11 -0
- package/vivid.api.json +30 -0
|
@@ -9,6 +9,423 @@ export type ComboboxAppearance = ExtractFromEnum<Appearance, Appearance.Fieldset
|
|
|
9
9
|
export type ComboboxShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
10
10
|
export type ComboboxSize = ExtractFromEnum<Size, Size.Condensed | Size.Normal>;
|
|
11
11
|
declare const Combobox_base: {
|
|
12
|
+
new (...args: any[]): {
|
|
13
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
14
|
+
readonly _hasContextualHelp: boolean;
|
|
15
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
16
|
+
label?: string | undefined;
|
|
17
|
+
errorValidationMessage: string;
|
|
18
|
+
forceErrorDisplay: boolean;
|
|
19
|
+
hasBeenTouched: boolean;
|
|
20
|
+
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
21
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
22
|
+
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
23
|
+
formResetCallback: (() => void) & (() => void);
|
|
24
|
+
validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
|
|
25
|
+
proxy: import("../../shared/foundation/form-associated/form-associated").ProxyElement;
|
|
26
|
+
readonly validity: ValidityState;
|
|
27
|
+
readonly form: HTMLFormElement | null;
|
|
28
|
+
readonly validationMessage: string;
|
|
29
|
+
readonly willValidate: boolean;
|
|
30
|
+
readonly labels: readonly Node[];
|
|
31
|
+
dirtyValue: boolean;
|
|
32
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
33
|
+
value: string;
|
|
34
|
+
valueChanged(_previous: string, _next: string): void;
|
|
35
|
+
currentValue: string;
|
|
36
|
+
initialValue: string;
|
|
37
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
38
|
+
disabled: boolean;
|
|
39
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
40
|
+
name: string;
|
|
41
|
+
nameChanged(_previous: string, _next: string): void;
|
|
42
|
+
required: boolean;
|
|
43
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
44
|
+
readonly elementInternals: ElementInternals | null;
|
|
45
|
+
proxyEventsToBlock: string[];
|
|
46
|
+
checkValidity(): boolean;
|
|
47
|
+
reportValidity(): boolean;
|
|
48
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
49
|
+
formDisabledCallback(disabled: boolean): void;
|
|
50
|
+
proxyInitialized: boolean;
|
|
51
|
+
attachProxy(): void;
|
|
52
|
+
detachProxy(): void;
|
|
53
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
54
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
55
|
+
stopPropagation(e: Event): void;
|
|
56
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
57
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
58
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
59
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
60
|
+
accessKey: string;
|
|
61
|
+
readonly accessKeyLabel: string;
|
|
62
|
+
autocapitalize: string;
|
|
63
|
+
dir: string;
|
|
64
|
+
draggable: boolean;
|
|
65
|
+
hidden: boolean;
|
|
66
|
+
inert: boolean;
|
|
67
|
+
innerText: string;
|
|
68
|
+
lang: string;
|
|
69
|
+
readonly offsetHeight: number;
|
|
70
|
+
readonly offsetLeft: number;
|
|
71
|
+
readonly offsetParent: Element | null;
|
|
72
|
+
readonly offsetTop: number;
|
|
73
|
+
readonly offsetWidth: number;
|
|
74
|
+
outerText: string;
|
|
75
|
+
spellcheck: boolean;
|
|
76
|
+
title: string;
|
|
77
|
+
translate: boolean;
|
|
78
|
+
attachInternals(): ElementInternals;
|
|
79
|
+
click(): void;
|
|
80
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
81
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
82
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
83
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
84
|
+
readonly attributes: NamedNodeMap;
|
|
85
|
+
readonly classList: DOMTokenList;
|
|
86
|
+
className: string;
|
|
87
|
+
readonly clientHeight: number;
|
|
88
|
+
readonly clientLeft: number;
|
|
89
|
+
readonly clientTop: number;
|
|
90
|
+
readonly clientWidth: number;
|
|
91
|
+
id: string;
|
|
92
|
+
readonly localName: string;
|
|
93
|
+
readonly namespaceURI: string | null;
|
|
94
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
95
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
96
|
+
outerHTML: string;
|
|
97
|
+
readonly ownerDocument: Document;
|
|
98
|
+
readonly part: DOMTokenList;
|
|
99
|
+
readonly prefix: string | null;
|
|
100
|
+
readonly scrollHeight: number;
|
|
101
|
+
scrollLeft: number;
|
|
102
|
+
scrollTop: number;
|
|
103
|
+
readonly scrollWidth: number;
|
|
104
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
105
|
+
slot: string;
|
|
106
|
+
readonly tagName: string;
|
|
107
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
108
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
109
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
110
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
111
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
112
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
113
|
+
getAttribute(qualifiedName: string): string | null;
|
|
114
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
115
|
+
getAttributeNames(): string[];
|
|
116
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
117
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
118
|
+
getBoundingClientRect(): DOMRect;
|
|
119
|
+
getClientRects(): DOMRectList;
|
|
120
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
121
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
122
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
123
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
124
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
125
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
126
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
127
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
128
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
129
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
130
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
131
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
132
|
+
hasAttributes(): boolean;
|
|
133
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
134
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
135
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
136
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
137
|
+
matches(selectors: string): boolean;
|
|
138
|
+
releasePointerCapture(pointerId: number): void;
|
|
139
|
+
removeAttribute(qualifiedName: string): void;
|
|
140
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
141
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
142
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
143
|
+
requestPointerLock(): void;
|
|
144
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
145
|
+
scroll(x: number, y: number): void;
|
|
146
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
147
|
+
scrollBy(x: number, y: number): void;
|
|
148
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
149
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
150
|
+
scrollTo(x: number, y: number): void;
|
|
151
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
152
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
153
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
154
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
155
|
+
setPointerCapture(pointerId: number): void;
|
|
156
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
157
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
158
|
+
readonly baseURI: string;
|
|
159
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
160
|
+
readonly firstChild: ChildNode | null;
|
|
161
|
+
readonly isConnected: boolean;
|
|
162
|
+
readonly lastChild: ChildNode | null;
|
|
163
|
+
readonly nextSibling: ChildNode | null;
|
|
164
|
+
readonly nodeName: string;
|
|
165
|
+
readonly nodeType: number;
|
|
166
|
+
nodeValue: string | null;
|
|
167
|
+
readonly parentElement: HTMLElement | null;
|
|
168
|
+
readonly parentNode: ParentNode | null;
|
|
169
|
+
readonly previousSibling: ChildNode | null;
|
|
170
|
+
textContent: string | null;
|
|
171
|
+
appendChild<T extends Node>(node: T): T;
|
|
172
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
173
|
+
compareDocumentPosition(other: Node): number;
|
|
174
|
+
contains(other: Node | null): boolean;
|
|
175
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
176
|
+
hasChildNodes(): boolean;
|
|
177
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
178
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
179
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
180
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
181
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
182
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
183
|
+
normalize(): void;
|
|
184
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
185
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
186
|
+
readonly ELEMENT_NODE: 1;
|
|
187
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
188
|
+
readonly TEXT_NODE: 3;
|
|
189
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
190
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
191
|
+
readonly ENTITY_NODE: 6;
|
|
192
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
193
|
+
readonly COMMENT_NODE: 8;
|
|
194
|
+
readonly DOCUMENT_NODE: 9;
|
|
195
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
196
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
197
|
+
readonly NOTATION_NODE: 12;
|
|
198
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
199
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
200
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
201
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
202
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
203
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
204
|
+
dispatchEvent(event: Event): boolean;
|
|
205
|
+
ariaAtomic: string | null;
|
|
206
|
+
ariaAutoComplete: string | null;
|
|
207
|
+
ariaBusy: string | null;
|
|
208
|
+
ariaChecked: string | null;
|
|
209
|
+
ariaColCount: string | null;
|
|
210
|
+
ariaColIndex: string | null;
|
|
211
|
+
ariaColSpan: string | null;
|
|
212
|
+
ariaCurrent: string | null;
|
|
213
|
+
ariaDisabled: string | null;
|
|
214
|
+
ariaExpanded: string | null;
|
|
215
|
+
ariaHasPopup: string | null;
|
|
216
|
+
ariaHidden: string | null;
|
|
217
|
+
ariaInvalid: string | null;
|
|
218
|
+
ariaKeyShortcuts: string | null;
|
|
219
|
+
ariaLabel: string | null;
|
|
220
|
+
ariaLevel: string | null;
|
|
221
|
+
ariaLive: string | null;
|
|
222
|
+
ariaModal: string | null;
|
|
223
|
+
ariaMultiLine: string | null;
|
|
224
|
+
ariaMultiSelectable: string | null;
|
|
225
|
+
ariaOrientation: string | null;
|
|
226
|
+
ariaPlaceholder: string | null;
|
|
227
|
+
ariaPosInSet: string | null;
|
|
228
|
+
ariaPressed: string | null;
|
|
229
|
+
ariaReadOnly: string | null;
|
|
230
|
+
ariaRequired: string | null;
|
|
231
|
+
ariaRoleDescription: string | null;
|
|
232
|
+
ariaRowCount: string | null;
|
|
233
|
+
ariaRowIndex: string | null;
|
|
234
|
+
ariaRowSpan: string | null;
|
|
235
|
+
ariaSelected: string | null;
|
|
236
|
+
ariaSetSize: string | null;
|
|
237
|
+
ariaSort: string | null;
|
|
238
|
+
ariaValueMax: string | null;
|
|
239
|
+
ariaValueMin: string | null;
|
|
240
|
+
ariaValueNow: string | null;
|
|
241
|
+
ariaValueText: string | null;
|
|
242
|
+
role: string | null;
|
|
243
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
244
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
245
|
+
after(...nodes: (string | Node)[]): void;
|
|
246
|
+
before(...nodes: (string | Node)[]): void;
|
|
247
|
+
remove(): void;
|
|
248
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
249
|
+
innerHTML: string;
|
|
250
|
+
readonly nextElementSibling: Element | null;
|
|
251
|
+
readonly previousElementSibling: Element | null;
|
|
252
|
+
readonly childElementCount: number;
|
|
253
|
+
readonly children: HTMLCollection;
|
|
254
|
+
readonly firstElementChild: Element | null;
|
|
255
|
+
readonly lastElementChild: Element | null;
|
|
256
|
+
append(...nodes: (string | Node)[]): void;
|
|
257
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
258
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
259
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
260
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
261
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
262
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
263
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
264
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
265
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
266
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
267
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
268
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
269
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
270
|
+
readonly style: CSSStyleDeclaration;
|
|
271
|
+
contentEditable: string;
|
|
272
|
+
enterKeyHint: string;
|
|
273
|
+
inputMode: string;
|
|
274
|
+
readonly isContentEditable: boolean;
|
|
275
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
276
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
277
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
278
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
279
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
280
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
281
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
282
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
283
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
284
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
288
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
290
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
291
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
293
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
294
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
295
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
296
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
297
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
298
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
299
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
300
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
301
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
302
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
+
onerror: OnErrorEventHandler;
|
|
305
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
306
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
307
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
308
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
311
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
312
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
313
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
315
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
318
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
319
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
320
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
321
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
322
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
323
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
324
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
325
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
326
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
327
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
332
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
333
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
334
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
335
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
336
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
337
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
338
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
341
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
343
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
345
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
348
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
351
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
353
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
355
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
356
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
357
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
358
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
359
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
360
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
361
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
362
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
367
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
368
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
369
|
+
autofocus: boolean;
|
|
370
|
+
readonly dataset: DOMStringMap;
|
|
371
|
+
nonce?: string | undefined;
|
|
372
|
+
tabIndex: number;
|
|
373
|
+
blur(): void;
|
|
374
|
+
focus(options?: FocusOptions | undefined): void;
|
|
375
|
+
ariaColIndexText: string | null;
|
|
376
|
+
ariaDescription: string | null;
|
|
377
|
+
ariaRowIndexText: string | null;
|
|
378
|
+
ariaRelevant: string | null;
|
|
379
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
380
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
381
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
382
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
383
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
384
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
385
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
386
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
387
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
388
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
389
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
390
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
391
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
392
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
393
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
394
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
395
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
396
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
397
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
398
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
399
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
400
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
401
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
402
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
403
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
404
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
405
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
406
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
407
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
408
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
409
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
410
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
411
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
412
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
413
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
414
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
415
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
416
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
417
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
418
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
419
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
420
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
421
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
422
|
+
newPropertyName: string;
|
|
423
|
+
deprecatedPropertyName: string;
|
|
424
|
+
fromDeprecated: (v: any) => any;
|
|
425
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
426
|
+
}): void;
|
|
427
|
+
};
|
|
428
|
+
} & {
|
|
12
429
|
new (...args: any[]): {
|
|
13
430
|
helperText?: string | undefined;
|
|
14
431
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
@@ -45,9 +462,9 @@ declare const Combobox_base: {
|
|
|
45
462
|
translate: boolean;
|
|
46
463
|
attachInternals(): ElementInternals;
|
|
47
464
|
click(): void;
|
|
48
|
-
addEventListener<
|
|
465
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
49
466
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
50
|
-
removeEventListener<
|
|
467
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
51
468
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
52
469
|
readonly attributes: NamedNodeMap;
|
|
53
470
|
readonly classList: DOMTokenList;
|
|
@@ -74,10 +491,10 @@ declare const Combobox_base: {
|
|
|
74
491
|
readonly tagName: string;
|
|
75
492
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
76
493
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
77
|
-
closest<
|
|
78
|
-
closest<
|
|
79
|
-
closest<
|
|
80
|
-
closest<
|
|
494
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
495
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
496
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
497
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
81
498
|
getAttribute(qualifiedName: string): string | null;
|
|
82
499
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
83
500
|
getAttributeNames(): string[];
|
|
@@ -86,10 +503,10 @@ declare const Combobox_base: {
|
|
|
86
503
|
getBoundingClientRect(): DOMRect;
|
|
87
504
|
getClientRects(): DOMRectList;
|
|
88
505
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
89
|
-
getElementsByTagName<
|
|
90
|
-
getElementsByTagName<
|
|
91
|
-
getElementsByTagName<
|
|
92
|
-
getElementsByTagName<
|
|
506
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
507
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
508
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
509
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
93
510
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
94
511
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
95
512
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -142,7 +559,7 @@ declare const Combobox_base: {
|
|
|
142
559
|
contains(other: Node | null): boolean;
|
|
143
560
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
144
561
|
hasChildNodes(): boolean;
|
|
145
|
-
insertBefore<
|
|
562
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
146
563
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
147
564
|
isEqualNode(otherNode: Node | null): boolean;
|
|
148
565
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -465,9 +882,9 @@ declare const Combobox_base: {
|
|
|
465
882
|
translate: boolean;
|
|
466
883
|
attachInternals(): ElementInternals;
|
|
467
884
|
click(): void;
|
|
468
|
-
addEventListener<
|
|
885
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
469
886
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
470
|
-
removeEventListener<
|
|
887
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
471
888
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
472
889
|
readonly attributes: NamedNodeMap;
|
|
473
890
|
readonly classList: DOMTokenList;
|
|
@@ -494,10 +911,10 @@ declare const Combobox_base: {
|
|
|
494
911
|
readonly tagName: string;
|
|
495
912
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
496
913
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
497
|
-
closest<
|
|
498
|
-
closest<
|
|
499
|
-
closest<
|
|
500
|
-
closest<
|
|
914
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
915
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
916
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
917
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
501
918
|
getAttribute(qualifiedName: string): string | null;
|
|
502
919
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
503
920
|
getAttributeNames(): string[];
|
|
@@ -506,10 +923,10 @@ declare const Combobox_base: {
|
|
|
506
923
|
getBoundingClientRect(): DOMRect;
|
|
507
924
|
getClientRects(): DOMRectList;
|
|
508
925
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
509
|
-
getElementsByTagName<
|
|
510
|
-
getElementsByTagName<
|
|
511
|
-
getElementsByTagName<
|
|
512
|
-
getElementsByTagName<
|
|
926
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
927
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
928
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
929
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
513
930
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
514
931
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
515
932
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -562,7 +979,7 @@ declare const Combobox_base: {
|
|
|
562
979
|
contains(other: Node | null): boolean;
|
|
563
980
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
564
981
|
hasChildNodes(): boolean;
|
|
565
|
-
insertBefore<
|
|
982
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
566
983
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
567
984
|
isEqualNode(otherNode: Node | null): boolean;
|
|
568
985
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -842,9 +1259,9 @@ declare const Combobox_base: {
|
|
|
842
1259
|
translate: boolean;
|
|
843
1260
|
attachInternals(): ElementInternals;
|
|
844
1261
|
click(): void;
|
|
845
|
-
addEventListener<
|
|
1262
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
846
1263
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
847
|
-
removeEventListener<
|
|
1264
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
848
1265
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
849
1266
|
readonly attributes: NamedNodeMap;
|
|
850
1267
|
readonly classList: DOMTokenList;
|
|
@@ -871,10 +1288,10 @@ declare const Combobox_base: {
|
|
|
871
1288
|
readonly tagName: string;
|
|
872
1289
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
873
1290
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
874
|
-
closest<
|
|
875
|
-
closest<
|
|
876
|
-
closest<
|
|
877
|
-
closest<
|
|
1291
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
1292
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
1293
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
1294
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
878
1295
|
getAttribute(qualifiedName: string): string | null;
|
|
879
1296
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
880
1297
|
getAttributeNames(): string[];
|
|
@@ -883,10 +1300,10 @@ declare const Combobox_base: {
|
|
|
883
1300
|
getBoundingClientRect(): DOMRect;
|
|
884
1301
|
getClientRects(): DOMRectList;
|
|
885
1302
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
886
|
-
getElementsByTagName<
|
|
887
|
-
getElementsByTagName<
|
|
888
|
-
getElementsByTagName<
|
|
889
|
-
getElementsByTagName<
|
|
1303
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
1304
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
1305
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
1306
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
890
1307
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
891
1308
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
892
1309
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -939,7 +1356,7 @@ declare const Combobox_base: {
|
|
|
939
1356
|
contains(other: Node | null): boolean;
|
|
940
1357
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
941
1358
|
hasChildNodes(): boolean;
|
|
942
|
-
insertBefore<
|
|
1359
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
943
1360
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
944
1361
|
isEqualNode(otherNode: Node | null): boolean;
|
|
945
1362
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1256,9 +1673,9 @@ declare const Combobox_base: {
|
|
|
1256
1673
|
translate: boolean;
|
|
1257
1674
|
attachInternals(): ElementInternals;
|
|
1258
1675
|
click(): void;
|
|
1259
|
-
addEventListener<
|
|
1676
|
+
addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1260
1677
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1261
|
-
removeEventListener<
|
|
1678
|
+
removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1262
1679
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1263
1680
|
readonly attributes: NamedNodeMap;
|
|
1264
1681
|
readonly classList: DOMTokenList;
|
|
@@ -1285,10 +1702,10 @@ declare const Combobox_base: {
|
|
|
1285
1702
|
readonly tagName: string;
|
|
1286
1703
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1287
1704
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1288
|
-
closest<
|
|
1289
|
-
closest<
|
|
1290
|
-
closest<
|
|
1291
|
-
closest<
|
|
1705
|
+
closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
|
|
1706
|
+
closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
|
|
1707
|
+
closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
|
|
1708
|
+
closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
|
|
1292
1709
|
getAttribute(qualifiedName: string): string | null;
|
|
1293
1710
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1294
1711
|
getAttributeNames(): string[];
|
|
@@ -1297,10 +1714,10 @@ declare const Combobox_base: {
|
|
|
1297
1714
|
getBoundingClientRect(): DOMRect;
|
|
1298
1715
|
getClientRects(): DOMRectList;
|
|
1299
1716
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1300
|
-
getElementsByTagName<
|
|
1301
|
-
getElementsByTagName<
|
|
1302
|
-
getElementsByTagName<
|
|
1303
|
-
getElementsByTagName<
|
|
1717
|
+
getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
|
|
1718
|
+
getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
|
|
1719
|
+
getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
|
|
1720
|
+
getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
|
|
1304
1721
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1305
1722
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1306
1723
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1353,7 +1770,7 @@ declare const Combobox_base: {
|
|
|
1353
1770
|
contains(other: Node | null): boolean;
|
|
1354
1771
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1355
1772
|
hasChildNodes(): boolean;
|
|
1356
|
-
insertBefore<
|
|
1773
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1357
1774
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1358
1775
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1359
1776
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1634,9 +2051,9 @@ declare const Combobox_base: {
|
|
|
1634
2051
|
translate: boolean;
|
|
1635
2052
|
attachInternals(): ElementInternals;
|
|
1636
2053
|
click(): void;
|
|
1637
|
-
addEventListener<
|
|
2054
|
+
addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1638
2055
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1639
|
-
removeEventListener<
|
|
2056
|
+
removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1640
2057
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1641
2058
|
readonly attributes: NamedNodeMap;
|
|
1642
2059
|
readonly classList: DOMTokenList;
|
|
@@ -1663,10 +2080,10 @@ declare const Combobox_base: {
|
|
|
1663
2080
|
readonly tagName: string;
|
|
1664
2081
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1665
2082
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1666
|
-
closest<
|
|
1667
|
-
closest<
|
|
1668
|
-
closest<
|
|
1669
|
-
closest<
|
|
2083
|
+
closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
|
|
2084
|
+
closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
|
|
2085
|
+
closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
|
|
2086
|
+
closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
|
|
1670
2087
|
getAttribute(qualifiedName: string): string | null;
|
|
1671
2088
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1672
2089
|
getAttributeNames(): string[];
|
|
@@ -1675,10 +2092,10 @@ declare const Combobox_base: {
|
|
|
1675
2092
|
getBoundingClientRect(): DOMRect;
|
|
1676
2093
|
getClientRects(): DOMRectList;
|
|
1677
2094
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1678
|
-
getElementsByTagName<
|
|
1679
|
-
getElementsByTagName<
|
|
1680
|
-
getElementsByTagName<
|
|
1681
|
-
getElementsByTagName<
|
|
2095
|
+
getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
|
|
2096
|
+
getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
|
|
2097
|
+
getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
|
|
2098
|
+
getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
|
|
1682
2099
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1683
2100
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1684
2101
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1731,7 +2148,7 @@ declare const Combobox_base: {
|
|
|
1731
2148
|
contains(other: Node | null): boolean;
|
|
1732
2149
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1733
2150
|
hasChildNodes(): boolean;
|
|
1734
|
-
insertBefore<
|
|
2151
|
+
insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
|
|
1735
2152
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1736
2153
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1737
2154
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2043,9 +2460,9 @@ declare const Combobox_base: {
|
|
|
2043
2460
|
translate: boolean;
|
|
2044
2461
|
attachInternals(): ElementInternals;
|
|
2045
2462
|
click(): void;
|
|
2046
|
-
addEventListener<
|
|
2463
|
+
addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2047
2464
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2048
|
-
removeEventListener<
|
|
2465
|
+
removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2049
2466
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2050
2467
|
readonly attributes: NamedNodeMap;
|
|
2051
2468
|
readonly classList: DOMTokenList;
|
|
@@ -2072,10 +2489,10 @@ declare const Combobox_base: {
|
|
|
2072
2489
|
readonly tagName: string;
|
|
2073
2490
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2074
2491
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2075
|
-
closest<
|
|
2076
|
-
closest<
|
|
2077
|
-
closest<
|
|
2078
|
-
closest<
|
|
2492
|
+
closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
|
|
2493
|
+
closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
|
|
2494
|
+
closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
|
|
2495
|
+
closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
|
|
2079
2496
|
getAttribute(qualifiedName: string): string | null;
|
|
2080
2497
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2081
2498
|
getAttributeNames(): string[];
|
|
@@ -2084,10 +2501,10 @@ declare const Combobox_base: {
|
|
|
2084
2501
|
getBoundingClientRect(): DOMRect;
|
|
2085
2502
|
getClientRects(): DOMRectList;
|
|
2086
2503
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2087
|
-
getElementsByTagName<
|
|
2088
|
-
getElementsByTagName<
|
|
2089
|
-
getElementsByTagName<
|
|
2090
|
-
getElementsByTagName<
|
|
2504
|
+
getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
|
|
2505
|
+
getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
|
|
2506
|
+
getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
|
|
2507
|
+
getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
|
|
2091
2508
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2092
2509
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2093
2510
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2140,7 +2557,7 @@ declare const Combobox_base: {
|
|
|
2140
2557
|
contains(other: Node | null): boolean;
|
|
2141
2558
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2142
2559
|
hasChildNodes(): boolean;
|
|
2143
|
-
insertBefore<
|
|
2560
|
+
insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
|
|
2144
2561
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2145
2562
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2146
2563
|
isSameNode(otherNode: Node | null): boolean;
|