@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
|
@@ -1,5 +1,422 @@
|
|
|
1
1
|
import { VividElement } from '../foundation/vivid-element/vivid-element';
|
|
2
2
|
declare const PickerField_base: {
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
5
|
+
readonly _hasContextualHelp: boolean;
|
|
6
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
7
|
+
label?: string | undefined;
|
|
8
|
+
errorValidationMessage: string;
|
|
9
|
+
forceErrorDisplay: boolean;
|
|
10
|
+
hasBeenTouched: boolean;
|
|
11
|
+
connectedCallback: (() => void) & (() => void) & (() => void);
|
|
12
|
+
"__#3@#handleInvalidEvent": () => void;
|
|
13
|
+
disconnectedCallback: (() => void) & (() => void) & (() => void);
|
|
14
|
+
formResetCallback: (() => void) & (() => void);
|
|
15
|
+
validate: (() => void) & ((anchor?: HTMLElement | undefined) => void);
|
|
16
|
+
proxy: import("../foundation/form-associated/form-associated").ProxyElement;
|
|
17
|
+
readonly validity: ValidityState;
|
|
18
|
+
readonly form: HTMLFormElement | null;
|
|
19
|
+
readonly validationMessage: string;
|
|
20
|
+
readonly willValidate: boolean;
|
|
21
|
+
readonly labels: readonly Node[];
|
|
22
|
+
dirtyValue: boolean;
|
|
23
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
24
|
+
value: string;
|
|
25
|
+
valueChanged(_previous: string, _next: string): void;
|
|
26
|
+
currentValue: string;
|
|
27
|
+
initialValue: string;
|
|
28
|
+
initialValueChanged(_previous: string, _next: string): void;
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
disabledChanged(_previous: boolean, _next: boolean): void;
|
|
31
|
+
name: string;
|
|
32
|
+
nameChanged(_previous: string, _next: string): void;
|
|
33
|
+
required: boolean;
|
|
34
|
+
requiredChanged(_previous: boolean, _next: boolean): void;
|
|
35
|
+
readonly elementInternals: ElementInternals | null;
|
|
36
|
+
proxyEventsToBlock: string[];
|
|
37
|
+
checkValidity(): boolean;
|
|
38
|
+
reportValidity(): boolean;
|
|
39
|
+
setValidity(flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined): void;
|
|
40
|
+
formDisabledCallback(disabled: boolean): void;
|
|
41
|
+
proxyInitialized: boolean;
|
|
42
|
+
attachProxy(): void;
|
|
43
|
+
detachProxy(): void;
|
|
44
|
+
setFormValue(value: string | File | FormData | null, state?: string | File | FormData | null | undefined): void;
|
|
45
|
+
_keypressHandler(e: KeyboardEvent): void;
|
|
46
|
+
stopPropagation(e: Event): void;
|
|
47
|
+
_vividAriaBehaviour: import("../aria/aria-mixin").VividAriaBehaviour;
|
|
48
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
49
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
50
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
51
|
+
accessKey: string;
|
|
52
|
+
readonly accessKeyLabel: string;
|
|
53
|
+
autocapitalize: string;
|
|
54
|
+
dir: string;
|
|
55
|
+
draggable: boolean;
|
|
56
|
+
hidden: boolean;
|
|
57
|
+
inert: boolean;
|
|
58
|
+
innerText: string;
|
|
59
|
+
lang: string;
|
|
60
|
+
readonly offsetHeight: number;
|
|
61
|
+
readonly offsetLeft: number;
|
|
62
|
+
readonly offsetParent: Element | null;
|
|
63
|
+
readonly offsetTop: number;
|
|
64
|
+
readonly offsetWidth: number;
|
|
65
|
+
outerText: string;
|
|
66
|
+
spellcheck: boolean;
|
|
67
|
+
title: string;
|
|
68
|
+
translate: boolean;
|
|
69
|
+
attachInternals(): ElementInternals;
|
|
70
|
+
click(): void;
|
|
71
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
72
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
73
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
74
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
75
|
+
readonly attributes: NamedNodeMap;
|
|
76
|
+
readonly classList: DOMTokenList;
|
|
77
|
+
className: string;
|
|
78
|
+
readonly clientHeight: number;
|
|
79
|
+
readonly clientLeft: number;
|
|
80
|
+
readonly clientTop: number;
|
|
81
|
+
readonly clientWidth: number;
|
|
82
|
+
id: string;
|
|
83
|
+
readonly localName: string;
|
|
84
|
+
readonly namespaceURI: string | null;
|
|
85
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
86
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
87
|
+
outerHTML: string;
|
|
88
|
+
readonly ownerDocument: Document;
|
|
89
|
+
readonly part: DOMTokenList;
|
|
90
|
+
readonly prefix: string | null;
|
|
91
|
+
readonly scrollHeight: number;
|
|
92
|
+
scrollLeft: number;
|
|
93
|
+
scrollTop: number;
|
|
94
|
+
readonly scrollWidth: number;
|
|
95
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
96
|
+
slot: string;
|
|
97
|
+
readonly tagName: string;
|
|
98
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
99
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
100
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
101
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
102
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
103
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
104
|
+
getAttribute(qualifiedName: string): string | null;
|
|
105
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
106
|
+
getAttributeNames(): string[];
|
|
107
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
108
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
109
|
+
getBoundingClientRect(): DOMRect;
|
|
110
|
+
getClientRects(): DOMRectList;
|
|
111
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
112
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
113
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
114
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
115
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
116
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
117
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
118
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
119
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
120
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
121
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
122
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
123
|
+
hasAttributes(): boolean;
|
|
124
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
125
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
126
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
127
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
128
|
+
matches(selectors: string): boolean;
|
|
129
|
+
releasePointerCapture(pointerId: number): void;
|
|
130
|
+
removeAttribute(qualifiedName: string): void;
|
|
131
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
132
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
133
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
134
|
+
requestPointerLock(): void;
|
|
135
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
136
|
+
scroll(x: number, y: number): void;
|
|
137
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
138
|
+
scrollBy(x: number, y: number): void;
|
|
139
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
140
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
141
|
+
scrollTo(x: number, y: number): void;
|
|
142
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
143
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
144
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
145
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
146
|
+
setPointerCapture(pointerId: number): void;
|
|
147
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
148
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
149
|
+
readonly baseURI: string;
|
|
150
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
151
|
+
readonly firstChild: ChildNode | null;
|
|
152
|
+
readonly isConnected: boolean;
|
|
153
|
+
readonly lastChild: ChildNode | null;
|
|
154
|
+
readonly nextSibling: ChildNode | null;
|
|
155
|
+
readonly nodeName: string;
|
|
156
|
+
readonly nodeType: number;
|
|
157
|
+
nodeValue: string | null;
|
|
158
|
+
readonly parentElement: HTMLElement | null;
|
|
159
|
+
readonly parentNode: ParentNode | null;
|
|
160
|
+
readonly previousSibling: ChildNode | null;
|
|
161
|
+
textContent: string | null;
|
|
162
|
+
appendChild<T extends Node>(node: T): T;
|
|
163
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
164
|
+
compareDocumentPosition(other: Node): number;
|
|
165
|
+
contains(other: Node | null): boolean;
|
|
166
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
167
|
+
hasChildNodes(): boolean;
|
|
168
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
169
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
170
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
171
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
172
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
173
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
174
|
+
normalize(): void;
|
|
175
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
176
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
177
|
+
readonly ELEMENT_NODE: 1;
|
|
178
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
179
|
+
readonly TEXT_NODE: 3;
|
|
180
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
181
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
182
|
+
readonly ENTITY_NODE: 6;
|
|
183
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
184
|
+
readonly COMMENT_NODE: 8;
|
|
185
|
+
readonly DOCUMENT_NODE: 9;
|
|
186
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
187
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
188
|
+
readonly NOTATION_NODE: 12;
|
|
189
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
190
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
191
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
192
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
193
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
194
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
195
|
+
dispatchEvent(event: Event): boolean;
|
|
196
|
+
ariaAtomic: string | null;
|
|
197
|
+
ariaAutoComplete: string | null;
|
|
198
|
+
ariaBusy: string | null;
|
|
199
|
+
ariaChecked: string | null;
|
|
200
|
+
ariaColCount: string | null;
|
|
201
|
+
ariaColIndex: string | null;
|
|
202
|
+
ariaColSpan: string | null;
|
|
203
|
+
ariaCurrent: string | null;
|
|
204
|
+
ariaDisabled: string | null;
|
|
205
|
+
ariaExpanded: string | null;
|
|
206
|
+
ariaHasPopup: string | null;
|
|
207
|
+
ariaHidden: string | null;
|
|
208
|
+
ariaInvalid: string | null;
|
|
209
|
+
ariaKeyShortcuts: string | null;
|
|
210
|
+
ariaLabel: string | null;
|
|
211
|
+
ariaLevel: string | null;
|
|
212
|
+
ariaLive: string | null;
|
|
213
|
+
ariaModal: string | null;
|
|
214
|
+
ariaMultiLine: string | null;
|
|
215
|
+
ariaMultiSelectable: string | null;
|
|
216
|
+
ariaOrientation: string | null;
|
|
217
|
+
ariaPlaceholder: string | null;
|
|
218
|
+
ariaPosInSet: string | null;
|
|
219
|
+
ariaPressed: string | null;
|
|
220
|
+
ariaReadOnly: string | null;
|
|
221
|
+
ariaRequired: string | null;
|
|
222
|
+
ariaRoleDescription: string | null;
|
|
223
|
+
ariaRowCount: string | null;
|
|
224
|
+
ariaRowIndex: string | null;
|
|
225
|
+
ariaRowSpan: string | null;
|
|
226
|
+
ariaSelected: string | null;
|
|
227
|
+
ariaSetSize: string | null;
|
|
228
|
+
ariaSort: string | null;
|
|
229
|
+
ariaValueMax: string | null;
|
|
230
|
+
ariaValueMin: string | null;
|
|
231
|
+
ariaValueNow: string | null;
|
|
232
|
+
ariaValueText: string | null;
|
|
233
|
+
role: string | null;
|
|
234
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
235
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
236
|
+
after(...nodes: (string | Node)[]): void;
|
|
237
|
+
before(...nodes: (string | Node)[]): void;
|
|
238
|
+
remove(): void;
|
|
239
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
240
|
+
innerHTML: string;
|
|
241
|
+
readonly nextElementSibling: Element | null;
|
|
242
|
+
readonly previousElementSibling: Element | null;
|
|
243
|
+
readonly childElementCount: number;
|
|
244
|
+
readonly children: HTMLCollection;
|
|
245
|
+
readonly firstElementChild: Element | null;
|
|
246
|
+
readonly lastElementChild: Element | null;
|
|
247
|
+
append(...nodes: (string | Node)[]): void;
|
|
248
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
249
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
250
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
251
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
252
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
253
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
254
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
255
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
256
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
257
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
258
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
259
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
260
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
261
|
+
readonly style: CSSStyleDeclaration;
|
|
262
|
+
contentEditable: string;
|
|
263
|
+
enterKeyHint: string;
|
|
264
|
+
inputMode: string;
|
|
265
|
+
readonly isContentEditable: boolean;
|
|
266
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
267
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
268
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
269
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
270
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
271
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
272
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
273
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
274
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
277
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
278
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
279
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
281
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
282
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
284
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
285
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
286
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
287
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
288
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
289
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
290
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
291
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
292
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
|
+
onerror: OnErrorEventHandler;
|
|
296
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
297
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
298
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
299
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
302
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
303
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
304
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
309
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
310
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
311
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
312
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
313
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
314
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
315
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
316
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
317
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
321
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
323
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
324
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
325
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
326
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
328
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
329
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
332
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
334
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
342
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
345
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
346
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
347
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
348
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
349
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
350
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
351
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
352
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
353
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
354
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
355
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
356
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
360
|
+
autofocus: boolean;
|
|
361
|
+
readonly dataset: DOMStringMap;
|
|
362
|
+
nonce?: string | undefined;
|
|
363
|
+
tabIndex: number;
|
|
364
|
+
blur(): void;
|
|
365
|
+
focus(options?: FocusOptions | undefined): void;
|
|
366
|
+
ariaColIndexText: string | null;
|
|
367
|
+
ariaDescription: string | null;
|
|
368
|
+
ariaRowIndexText: string | null;
|
|
369
|
+
ariaRelevant: string | null;
|
|
370
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
371
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
372
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
373
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
374
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
375
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
376
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
377
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
378
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
379
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
380
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
381
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
382
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
383
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
384
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
385
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
386
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
387
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
388
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
389
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
390
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
391
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
392
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
393
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
394
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
395
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
396
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
397
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
398
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
399
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
400
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
401
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
402
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
403
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
404
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
405
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
406
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
407
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
408
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
409
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
410
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
411
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
412
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
413
|
+
newPropertyName: string;
|
|
414
|
+
deprecatedPropertyName: string;
|
|
415
|
+
fromDeprecated: (v: any) => any;
|
|
416
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
417
|
+
}): void;
|
|
418
|
+
};
|
|
419
|
+
} & {
|
|
3
420
|
new (...args: any[]): {
|
|
4
421
|
helperText?: string | undefined;
|
|
5
422
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
@@ -36,9 +453,9 @@ declare const PickerField_base: {
|
|
|
36
453
|
translate: boolean;
|
|
37
454
|
attachInternals(): ElementInternals;
|
|
38
455
|
click(): void;
|
|
39
|
-
addEventListener<
|
|
456
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
40
457
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
41
|
-
removeEventListener<
|
|
458
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
42
459
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
43
460
|
readonly attributes: NamedNodeMap;
|
|
44
461
|
readonly classList: DOMTokenList;
|
|
@@ -65,10 +482,10 @@ declare const PickerField_base: {
|
|
|
65
482
|
readonly tagName: string;
|
|
66
483
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
67
484
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
68
|
-
closest<
|
|
69
|
-
closest<
|
|
70
|
-
closest<
|
|
71
|
-
closest<
|
|
485
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
486
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
487
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
488
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
72
489
|
getAttribute(qualifiedName: string): string | null;
|
|
73
490
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
74
491
|
getAttributeNames(): string[];
|
|
@@ -77,10 +494,10 @@ declare const PickerField_base: {
|
|
|
77
494
|
getBoundingClientRect(): DOMRect;
|
|
78
495
|
getClientRects(): DOMRectList;
|
|
79
496
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
80
|
-
getElementsByTagName<
|
|
81
|
-
getElementsByTagName<
|
|
82
|
-
getElementsByTagName<
|
|
83
|
-
getElementsByTagName<
|
|
497
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
498
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
499
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
500
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
84
501
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
85
502
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
86
503
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -133,7 +550,7 @@ declare const PickerField_base: {
|
|
|
133
550
|
contains(other: Node | null): boolean;
|
|
134
551
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
135
552
|
hasChildNodes(): boolean;
|
|
136
|
-
insertBefore<
|
|
553
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
137
554
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
138
555
|
isEqualNode(otherNode: Node | null): boolean;
|
|
139
556
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -456,9 +873,9 @@ declare const PickerField_base: {
|
|
|
456
873
|
translate: boolean;
|
|
457
874
|
attachInternals(): ElementInternals;
|
|
458
875
|
click(): void;
|
|
459
|
-
addEventListener<
|
|
876
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
460
877
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
461
|
-
removeEventListener<
|
|
878
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
462
879
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
463
880
|
readonly attributes: NamedNodeMap;
|
|
464
881
|
readonly classList: DOMTokenList;
|
|
@@ -485,10 +902,10 @@ declare const PickerField_base: {
|
|
|
485
902
|
readonly tagName: string;
|
|
486
903
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
487
904
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
488
|
-
closest<
|
|
489
|
-
closest<
|
|
490
|
-
closest<
|
|
491
|
-
closest<
|
|
905
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
906
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
907
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
908
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
492
909
|
getAttribute(qualifiedName: string): string | null;
|
|
493
910
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
494
911
|
getAttributeNames(): string[];
|
|
@@ -497,10 +914,10 @@ declare const PickerField_base: {
|
|
|
497
914
|
getBoundingClientRect(): DOMRect;
|
|
498
915
|
getClientRects(): DOMRectList;
|
|
499
916
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
500
|
-
getElementsByTagName<
|
|
501
|
-
getElementsByTagName<
|
|
502
|
-
getElementsByTagName<
|
|
503
|
-
getElementsByTagName<
|
|
917
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
918
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
919
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
920
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
504
921
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
505
922
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
506
923
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -553,7 +970,7 @@ declare const PickerField_base: {
|
|
|
553
970
|
contains(other: Node | null): boolean;
|
|
554
971
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
555
972
|
hasChildNodes(): boolean;
|
|
556
|
-
insertBefore<
|
|
973
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
557
974
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
558
975
|
isEqualNode(otherNode: Node | null): boolean;
|
|
559
976
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -870,9 +1287,9 @@ declare const PickerField_base: {
|
|
|
870
1287
|
translate: boolean;
|
|
871
1288
|
attachInternals(): ElementInternals;
|
|
872
1289
|
click(): void;
|
|
873
|
-
addEventListener<
|
|
1290
|
+
addEventListener<K_35 extends keyof HTMLElementEventMap>(type: K_35, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_35]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
874
1291
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
875
|
-
removeEventListener<
|
|
1292
|
+
removeEventListener<K_36 extends keyof HTMLElementEventMap>(type: K_36, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_36]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
876
1293
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
877
1294
|
readonly attributes: NamedNodeMap;
|
|
878
1295
|
readonly classList: DOMTokenList;
|
|
@@ -899,10 +1316,10 @@ declare const PickerField_base: {
|
|
|
899
1316
|
readonly tagName: string;
|
|
900
1317
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
901
1318
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
902
|
-
closest<
|
|
903
|
-
closest<
|
|
904
|
-
closest<
|
|
905
|
-
closest<
|
|
1319
|
+
closest<K_37 extends keyof HTMLElementTagNameMap>(selector: K_37): HTMLElementTagNameMap[K_37] | null;
|
|
1320
|
+
closest<K_38 extends keyof SVGElementTagNameMap>(selector: K_38): SVGElementTagNameMap[K_38] | null;
|
|
1321
|
+
closest<K_39 extends keyof MathMLElementTagNameMap>(selector: K_39): MathMLElementTagNameMap[K_39] | null;
|
|
1322
|
+
closest<E_5 extends Element = Element>(selectors: string): E_5 | null;
|
|
906
1323
|
getAttribute(qualifiedName: string): string | null;
|
|
907
1324
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
908
1325
|
getAttributeNames(): string[];
|
|
@@ -911,10 +1328,10 @@ declare const PickerField_base: {
|
|
|
911
1328
|
getBoundingClientRect(): DOMRect;
|
|
912
1329
|
getClientRects(): DOMRectList;
|
|
913
1330
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
914
|
-
getElementsByTagName<
|
|
915
|
-
getElementsByTagName<
|
|
916
|
-
getElementsByTagName<
|
|
917
|
-
getElementsByTagName<
|
|
1331
|
+
getElementsByTagName<K_40 extends keyof HTMLElementTagNameMap>(qualifiedName: K_40): HTMLCollectionOf<HTMLElementTagNameMap[K_40]>;
|
|
1332
|
+
getElementsByTagName<K_41 extends keyof SVGElementTagNameMap>(qualifiedName: K_41): HTMLCollectionOf<SVGElementTagNameMap[K_41]>;
|
|
1333
|
+
getElementsByTagName<K_42 extends keyof MathMLElementTagNameMap>(qualifiedName: K_42): HTMLCollectionOf<MathMLElementTagNameMap[K_42]>;
|
|
1334
|
+
getElementsByTagName<K_43 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_43): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_43]>;
|
|
918
1335
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
919
1336
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
920
1337
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -967,7 +1384,7 @@ declare const PickerField_base: {
|
|
|
967
1384
|
contains(other: Node | null): boolean;
|
|
968
1385
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
969
1386
|
hasChildNodes(): boolean;
|
|
970
|
-
insertBefore<
|
|
1387
|
+
insertBefore<T_6 extends Node>(node: T_6, child: Node | null): T_6;
|
|
971
1388
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
972
1389
|
isEqualNode(otherNode: Node | null): boolean;
|
|
973
1390
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1247,9 +1664,9 @@ declare const PickerField_base: {
|
|
|
1247
1664
|
translate: boolean;
|
|
1248
1665
|
attachInternals(): ElementInternals;
|
|
1249
1666
|
click(): void;
|
|
1250
|
-
addEventListener<
|
|
1667
|
+
addEventListener<K_44 extends keyof HTMLElementEventMap>(type: K_44, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_44]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1251
1668
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1252
|
-
removeEventListener<
|
|
1669
|
+
removeEventListener<K_45 extends keyof HTMLElementEventMap>(type: K_45, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_45]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1253
1670
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1254
1671
|
readonly attributes: NamedNodeMap;
|
|
1255
1672
|
readonly classList: DOMTokenList;
|
|
@@ -1276,10 +1693,10 @@ declare const PickerField_base: {
|
|
|
1276
1693
|
readonly tagName: string;
|
|
1277
1694
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1278
1695
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1279
|
-
closest<
|
|
1280
|
-
closest<
|
|
1281
|
-
closest<
|
|
1282
|
-
closest<
|
|
1696
|
+
closest<K_46 extends keyof HTMLElementTagNameMap>(selector: K_46): HTMLElementTagNameMap[K_46] | null;
|
|
1697
|
+
closest<K_47 extends keyof SVGElementTagNameMap>(selector: K_47): SVGElementTagNameMap[K_47] | null;
|
|
1698
|
+
closest<K_48 extends keyof MathMLElementTagNameMap>(selector: K_48): MathMLElementTagNameMap[K_48] | null;
|
|
1699
|
+
closest<E_6 extends Element = Element>(selectors: string): E_6 | null;
|
|
1283
1700
|
getAttribute(qualifiedName: string): string | null;
|
|
1284
1701
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1285
1702
|
getAttributeNames(): string[];
|
|
@@ -1288,10 +1705,10 @@ declare const PickerField_base: {
|
|
|
1288
1705
|
getBoundingClientRect(): DOMRect;
|
|
1289
1706
|
getClientRects(): DOMRectList;
|
|
1290
1707
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1291
|
-
getElementsByTagName<
|
|
1292
|
-
getElementsByTagName<
|
|
1293
|
-
getElementsByTagName<
|
|
1294
|
-
getElementsByTagName<
|
|
1708
|
+
getElementsByTagName<K_49 extends keyof HTMLElementTagNameMap>(qualifiedName: K_49): HTMLCollectionOf<HTMLElementTagNameMap[K_49]>;
|
|
1709
|
+
getElementsByTagName<K_50 extends keyof SVGElementTagNameMap>(qualifiedName: K_50): HTMLCollectionOf<SVGElementTagNameMap[K_50]>;
|
|
1710
|
+
getElementsByTagName<K_51 extends keyof MathMLElementTagNameMap>(qualifiedName: K_51): HTMLCollectionOf<MathMLElementTagNameMap[K_51]>;
|
|
1711
|
+
getElementsByTagName<K_52 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_52): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_52]>;
|
|
1295
1712
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1296
1713
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1297
1714
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1344,7 +1761,7 @@ declare const PickerField_base: {
|
|
|
1344
1761
|
contains(other: Node | null): boolean;
|
|
1345
1762
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1346
1763
|
hasChildNodes(): boolean;
|
|
1347
|
-
insertBefore<
|
|
1764
|
+
insertBefore<T_7 extends Node>(node: T_7, child: Node | null): T_7;
|
|
1348
1765
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1349
1766
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1350
1767
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1624,9 +2041,9 @@ declare const PickerField_base: {
|
|
|
1624
2041
|
translate: boolean;
|
|
1625
2042
|
attachInternals(): ElementInternals;
|
|
1626
2043
|
click(): void;
|
|
1627
|
-
addEventListener<
|
|
2044
|
+
addEventListener<K_53 extends keyof HTMLElementEventMap>(type: K_53, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_53]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1628
2045
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1629
|
-
removeEventListener<
|
|
2046
|
+
removeEventListener<K_54 extends keyof HTMLElementEventMap>(type: K_54, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_54]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1630
2047
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1631
2048
|
readonly attributes: NamedNodeMap;
|
|
1632
2049
|
readonly classList: DOMTokenList;
|
|
@@ -1653,10 +2070,10 @@ declare const PickerField_base: {
|
|
|
1653
2070
|
readonly tagName: string;
|
|
1654
2071
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1655
2072
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1656
|
-
closest<
|
|
1657
|
-
closest<
|
|
1658
|
-
closest<
|
|
1659
|
-
closest<
|
|
2073
|
+
closest<K_55 extends keyof HTMLElementTagNameMap>(selector: K_55): HTMLElementTagNameMap[K_55] | null;
|
|
2074
|
+
closest<K_56 extends keyof SVGElementTagNameMap>(selector: K_56): SVGElementTagNameMap[K_56] | null;
|
|
2075
|
+
closest<K_57 extends keyof MathMLElementTagNameMap>(selector: K_57): MathMLElementTagNameMap[K_57] | null;
|
|
2076
|
+
closest<E_7 extends Element = Element>(selectors: string): E_7 | null;
|
|
1660
2077
|
getAttribute(qualifiedName: string): string | null;
|
|
1661
2078
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1662
2079
|
getAttributeNames(): string[];
|
|
@@ -1665,10 +2082,10 @@ declare const PickerField_base: {
|
|
|
1665
2082
|
getBoundingClientRect(): DOMRect;
|
|
1666
2083
|
getClientRects(): DOMRectList;
|
|
1667
2084
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1668
|
-
getElementsByTagName<
|
|
1669
|
-
getElementsByTagName<
|
|
1670
|
-
getElementsByTagName<
|
|
1671
|
-
getElementsByTagName<
|
|
2085
|
+
getElementsByTagName<K_58 extends keyof HTMLElementTagNameMap>(qualifiedName: K_58): HTMLCollectionOf<HTMLElementTagNameMap[K_58]>;
|
|
2086
|
+
getElementsByTagName<K_59 extends keyof SVGElementTagNameMap>(qualifiedName: K_59): HTMLCollectionOf<SVGElementTagNameMap[K_59]>;
|
|
2087
|
+
getElementsByTagName<K_60 extends keyof MathMLElementTagNameMap>(qualifiedName: K_60): HTMLCollectionOf<MathMLElementTagNameMap[K_60]>;
|
|
2088
|
+
getElementsByTagName<K_61 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_61): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_61]>;
|
|
1672
2089
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1673
2090
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1674
2091
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1721,7 +2138,7 @@ declare const PickerField_base: {
|
|
|
1721
2138
|
contains(other: Node | null): boolean;
|
|
1722
2139
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1723
2140
|
hasChildNodes(): boolean;
|
|
1724
|
-
insertBefore<
|
|
2141
|
+
insertBefore<T_8 extends Node>(node: T_8, child: Node | null): T_8;
|
|
1725
2142
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1726
2143
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1727
2144
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2033,9 +2450,9 @@ declare const PickerField_base: {
|
|
|
2033
2450
|
translate: boolean;
|
|
2034
2451
|
attachInternals(): ElementInternals;
|
|
2035
2452
|
click(): void;
|
|
2036
|
-
addEventListener<
|
|
2453
|
+
addEventListener<K_62 extends keyof HTMLElementEventMap>(type: K_62, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_62]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2037
2454
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2038
|
-
removeEventListener<
|
|
2455
|
+
removeEventListener<K_63 extends keyof HTMLElementEventMap>(type: K_63, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_63]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2039
2456
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2040
2457
|
readonly attributes: NamedNodeMap;
|
|
2041
2458
|
readonly classList: DOMTokenList;
|
|
@@ -2062,10 +2479,10 @@ declare const PickerField_base: {
|
|
|
2062
2479
|
readonly tagName: string;
|
|
2063
2480
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2064
2481
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2065
|
-
closest<
|
|
2066
|
-
closest<
|
|
2067
|
-
closest<
|
|
2068
|
-
closest<
|
|
2482
|
+
closest<K_64 extends keyof HTMLElementTagNameMap>(selector: K_64): HTMLElementTagNameMap[K_64] | null;
|
|
2483
|
+
closest<K_65 extends keyof SVGElementTagNameMap>(selector: K_65): SVGElementTagNameMap[K_65] | null;
|
|
2484
|
+
closest<K_66 extends keyof MathMLElementTagNameMap>(selector: K_66): MathMLElementTagNameMap[K_66] | null;
|
|
2485
|
+
closest<E_8 extends Element = Element>(selectors: string): E_8 | null;
|
|
2069
2486
|
getAttribute(qualifiedName: string): string | null;
|
|
2070
2487
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2071
2488
|
getAttributeNames(): string[];
|
|
@@ -2074,10 +2491,10 @@ declare const PickerField_base: {
|
|
|
2074
2491
|
getBoundingClientRect(): DOMRect;
|
|
2075
2492
|
getClientRects(): DOMRectList;
|
|
2076
2493
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2077
|
-
getElementsByTagName<
|
|
2078
|
-
getElementsByTagName<
|
|
2079
|
-
getElementsByTagName<
|
|
2080
|
-
getElementsByTagName<
|
|
2494
|
+
getElementsByTagName<K_67 extends keyof HTMLElementTagNameMap>(qualifiedName: K_67): HTMLCollectionOf<HTMLElementTagNameMap[K_67]>;
|
|
2495
|
+
getElementsByTagName<K_68 extends keyof SVGElementTagNameMap>(qualifiedName: K_68): HTMLCollectionOf<SVGElementTagNameMap[K_68]>;
|
|
2496
|
+
getElementsByTagName<K_69 extends keyof MathMLElementTagNameMap>(qualifiedName: K_69): HTMLCollectionOf<MathMLElementTagNameMap[K_69]>;
|
|
2497
|
+
getElementsByTagName<K_70 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_70): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_70]>;
|
|
2081
2498
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2082
2499
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2083
2500
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2130,7 +2547,7 @@ declare const PickerField_base: {
|
|
|
2130
2547
|
contains(other: Node | null): boolean;
|
|
2131
2548
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2132
2549
|
hasChildNodes(): boolean;
|
|
2133
|
-
insertBefore<
|
|
2550
|
+
insertBefore<T_9 extends Node>(node: T_9, child: Node | null): T_9;
|
|
2134
2551
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2135
2552
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2136
2553
|
isSameNode(otherNode: Node | null): boolean;
|