@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
|
@@ -81,398 +81,45 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
81
81
|
readonly _pickerButtonIcon: string;
|
|
82
82
|
_onOkClick(): void;
|
|
83
83
|
_onClearClick(): void;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
spellcheck: boolean;
|
|
124
|
-
title: string;
|
|
125
|
-
translate: boolean;
|
|
126
|
-
attachInternals(): ElementInternals;
|
|
127
|
-
click(): void;
|
|
128
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
129
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
130
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
131
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
132
|
-
readonly attributes: NamedNodeMap;
|
|
133
|
-
readonly classList: DOMTokenList;
|
|
134
|
-
className: string;
|
|
135
|
-
readonly clientHeight: number;
|
|
136
|
-
readonly clientLeft: number;
|
|
137
|
-
readonly clientTop: number;
|
|
138
|
-
readonly clientWidth: number;
|
|
139
|
-
id: string;
|
|
140
|
-
readonly localName: string;
|
|
141
|
-
readonly namespaceURI: string | null;
|
|
142
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
143
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
144
|
-
outerHTML: string;
|
|
145
|
-
readonly ownerDocument: Document;
|
|
146
|
-
readonly part: DOMTokenList;
|
|
147
|
-
readonly prefix: string | null;
|
|
148
|
-
readonly scrollHeight: number;
|
|
149
|
-
scrollLeft: number;
|
|
150
|
-
scrollTop: number;
|
|
151
|
-
readonly scrollWidth: number;
|
|
152
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
153
|
-
slot: string;
|
|
154
|
-
readonly tagName: string;
|
|
155
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
156
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
157
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
158
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
159
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
160
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
161
|
-
getAttribute(qualifiedName: string): string | null;
|
|
162
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
163
|
-
getAttributeNames(): string[];
|
|
164
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
165
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
166
|
-
getBoundingClientRect(): DOMRect;
|
|
167
|
-
getClientRects(): DOMRectList;
|
|
168
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
169
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
170
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
171
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
172
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
173
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
174
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
175
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
176
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
177
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
178
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
179
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
180
|
-
hasAttributes(): boolean;
|
|
181
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
182
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
183
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
184
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
185
|
-
matches(selectors: string): boolean;
|
|
186
|
-
releasePointerCapture(pointerId: number): void;
|
|
187
|
-
removeAttribute(qualifiedName: string): void;
|
|
188
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
189
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
190
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
191
|
-
requestPointerLock(): void;
|
|
192
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
193
|
-
scroll(x: number, y: number): void;
|
|
194
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
195
|
-
scrollBy(x: number, y: number): void;
|
|
196
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
197
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
198
|
-
scrollTo(x: number, y: number): void;
|
|
199
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
200
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
201
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
202
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
203
|
-
setPointerCapture(pointerId: number): void;
|
|
204
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
205
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
206
|
-
readonly baseURI: string;
|
|
207
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
208
|
-
readonly firstChild: ChildNode | null;
|
|
209
|
-
readonly isConnected: boolean;
|
|
210
|
-
readonly lastChild: ChildNode | null;
|
|
211
|
-
readonly nextSibling: ChildNode | null;
|
|
212
|
-
readonly nodeName: string;
|
|
213
|
-
readonly nodeType: number;
|
|
214
|
-
nodeValue: string | null;
|
|
215
|
-
readonly parentElement: HTMLElement | null;
|
|
216
|
-
readonly parentNode: ParentNode | null;
|
|
217
|
-
readonly previousSibling: ChildNode | null;
|
|
218
|
-
textContent: string | null;
|
|
219
|
-
appendChild<T extends Node>(node: T): T;
|
|
220
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
221
|
-
compareDocumentPosition(other: Node): number;
|
|
222
|
-
contains(other: Node | null): boolean;
|
|
223
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
224
|
-
hasChildNodes(): boolean;
|
|
225
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
226
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
227
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
228
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
229
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
230
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
231
|
-
normalize(): void;
|
|
232
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
233
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
234
|
-
readonly ELEMENT_NODE: 1;
|
|
235
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
236
|
-
readonly TEXT_NODE: 3;
|
|
237
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
238
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
239
|
-
readonly ENTITY_NODE: 6;
|
|
240
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
241
|
-
readonly COMMENT_NODE: 8;
|
|
242
|
-
readonly DOCUMENT_NODE: 9;
|
|
243
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
244
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
245
|
-
readonly NOTATION_NODE: 12;
|
|
246
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
247
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
248
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
249
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
250
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
251
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
252
|
-
dispatchEvent(event: Event): boolean;
|
|
253
|
-
ariaAtomic: string | null;
|
|
254
|
-
ariaAutoComplete: string | null;
|
|
255
|
-
ariaBusy: string | null;
|
|
256
|
-
ariaChecked: string | null;
|
|
257
|
-
ariaColCount: string | null;
|
|
258
|
-
ariaColIndex: string | null;
|
|
259
|
-
ariaColSpan: string | null;
|
|
260
|
-
ariaCurrent: string | null;
|
|
261
|
-
ariaDisabled: string | null;
|
|
262
|
-
ariaExpanded: string | null;
|
|
263
|
-
ariaHasPopup: string | null;
|
|
264
|
-
ariaHidden: string | null;
|
|
265
|
-
ariaInvalid: string | null;
|
|
266
|
-
ariaKeyShortcuts: string | null;
|
|
267
|
-
ariaLabel: string | null;
|
|
268
|
-
ariaLevel: string | null;
|
|
269
|
-
ariaLive: string | null;
|
|
270
|
-
ariaModal: string | null;
|
|
271
|
-
ariaMultiLine: string | null;
|
|
272
|
-
ariaMultiSelectable: string | null;
|
|
273
|
-
ariaOrientation: string | null;
|
|
274
|
-
ariaPlaceholder: string | null;
|
|
275
|
-
ariaPosInSet: string | null;
|
|
276
|
-
ariaPressed: string | null;
|
|
277
|
-
ariaReadOnly: string | null;
|
|
278
|
-
ariaRequired: string | null;
|
|
279
|
-
ariaRoleDescription: string | null;
|
|
280
|
-
ariaRowCount: string | null;
|
|
281
|
-
ariaRowIndex: string | null;
|
|
282
|
-
ariaRowSpan: string | null;
|
|
283
|
-
ariaSelected: string | null;
|
|
284
|
-
ariaSetSize: string | null;
|
|
285
|
-
ariaSort: string | null;
|
|
286
|
-
ariaValueMax: string | null;
|
|
287
|
-
ariaValueMin: string | null;
|
|
288
|
-
ariaValueNow: string | null;
|
|
289
|
-
ariaValueText: string | null;
|
|
290
|
-
role: string | null;
|
|
291
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
292
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
293
|
-
after(...nodes: (string | Node)[]): void;
|
|
294
|
-
before(...nodes: (string | Node)[]): void;
|
|
295
|
-
remove(): void;
|
|
296
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
297
|
-
innerHTML: string;
|
|
298
|
-
readonly nextElementSibling: Element | null;
|
|
299
|
-
readonly previousElementSibling: Element | null;
|
|
300
|
-
readonly childElementCount: number;
|
|
301
|
-
readonly children: HTMLCollection;
|
|
302
|
-
readonly firstElementChild: Element | null;
|
|
303
|
-
readonly lastElementChild: Element | null;
|
|
304
|
-
append(...nodes: (string | Node)[]): void;
|
|
305
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
306
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
307
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
308
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
309
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
310
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
311
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
312
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
313
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
314
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
315
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
316
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
317
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
318
|
-
readonly style: CSSStyleDeclaration;
|
|
319
|
-
contentEditable: string;
|
|
320
|
-
enterKeyHint: string;
|
|
321
|
-
inputMode: string;
|
|
322
|
-
readonly isContentEditable: boolean;
|
|
323
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
324
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
325
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
326
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
327
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
329
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
330
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
331
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
336
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
338
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
339
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
341
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
342
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
343
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
344
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
345
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
346
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
347
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
348
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
349
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
-
onerror: OnErrorEventHandler;
|
|
353
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
354
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
355
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
356
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
359
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
360
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
361
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
366
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
367
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
368
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
369
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
370
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
371
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
372
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
373
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
374
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
375
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
378
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
379
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
380
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
381
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
382
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
385
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
386
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
387
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
388
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
389
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
390
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
391
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
392
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
399
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
400
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
401
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
402
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
403
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
404
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
406
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
407
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
408
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
409
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
410
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
411
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
412
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
413
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
416
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
417
|
-
autofocus: boolean;
|
|
418
|
-
readonly dataset: DOMStringMap;
|
|
419
|
-
nonce?: string | undefined;
|
|
420
|
-
tabIndex: number;
|
|
421
|
-
blur(): void;
|
|
422
|
-
focus(options?: FocusOptions | undefined): void;
|
|
423
|
-
ariaColIndexText: string | null;
|
|
424
|
-
ariaDescription: string | null;
|
|
425
|
-
ariaRowIndexText: string | null;
|
|
426
|
-
ariaRelevant: string | null;
|
|
427
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
428
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
429
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
430
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
431
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
432
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
433
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
434
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
435
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
436
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
437
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
438
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
439
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
440
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
441
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
442
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
443
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
444
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
445
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
446
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
447
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
448
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
449
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
450
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
451
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
452
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
453
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
454
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
455
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
456
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
457
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
458
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
459
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
460
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
461
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
462
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
463
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
464
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
465
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
466
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
467
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
468
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
469
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
470
|
-
newPropertyName: string;
|
|
471
|
-
deprecatedPropertyName: string;
|
|
472
|
-
fromDeprecated: (v: any) => any;
|
|
473
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
474
|
-
}): void;
|
|
475
|
-
}, any>;
|
|
84
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
85
|
+
readonly _hasContextualHelp: boolean;
|
|
86
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
87
|
+
label?: string | undefined;
|
|
88
|
+
errorValidationMessage: string;
|
|
89
|
+
forceErrorDisplay: boolean;
|
|
90
|
+
hasBeenTouched: boolean;
|
|
91
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
92
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
93
|
+
readonly validity: ValidityState;
|
|
94
|
+
readonly form: HTMLFormElement | null;
|
|
95
|
+
readonly validationMessage: string;
|
|
96
|
+
readonly willValidate: boolean;
|
|
97
|
+
readonly labels: readonly Node[];
|
|
98
|
+
dirtyValue: boolean;
|
|
99
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
100
|
+
value: string;
|
|
101
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
102
|
+
currentValue: string;
|
|
103
|
+
initialValue: string;
|
|
104
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
105
|
+
disabled: boolean;
|
|
106
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
107
|
+
name: string;
|
|
108
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
109
|
+
required: boolean;
|
|
110
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
111
|
+
readonly elementInternals: ElementInternals | null;
|
|
112
|
+
proxyEventsToBlock: string[];
|
|
113
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
114
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
115
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
116
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
117
|
+
proxyInitialized: boolean;
|
|
118
|
+
attachProxy: (() => void) & (() => void);
|
|
119
|
+
detachProxy: (() => void) & (() => void);
|
|
120
|
+
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
121
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
122
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
476
123
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
477
124
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
478
125
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -497,9 +144,9 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
497
144
|
translate: boolean;
|
|
498
145
|
attachInternals(): ElementInternals;
|
|
499
146
|
click(): void;
|
|
500
|
-
addEventListener<
|
|
147
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
501
148
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
502
|
-
removeEventListener<
|
|
149
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
503
150
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
504
151
|
readonly attributes: NamedNodeMap;
|
|
505
152
|
readonly classList: DOMTokenList;
|
|
@@ -526,10 +173,10 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
526
173
|
readonly tagName: string;
|
|
527
174
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
528
175
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
529
|
-
closest<
|
|
530
|
-
closest<
|
|
531
|
-
closest<
|
|
532
|
-
closest<
|
|
176
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
177
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
178
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
179
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
533
180
|
getAttribute(qualifiedName: string): string | null;
|
|
534
181
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
535
182
|
getAttributeNames(): string[];
|
|
@@ -538,10 +185,10 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
538
185
|
getBoundingClientRect(): DOMRect;
|
|
539
186
|
getClientRects(): DOMRectList;
|
|
540
187
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
541
|
-
getElementsByTagName<
|
|
542
|
-
getElementsByTagName<
|
|
543
|
-
getElementsByTagName<
|
|
544
|
-
getElementsByTagName<
|
|
188
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
189
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
190
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
191
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
545
192
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
546
193
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
547
194
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -594,7 +241,7 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
594
241
|
contains(other: Node | null): boolean;
|
|
595
242
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
596
243
|
hasChildNodes(): boolean;
|
|
597
|
-
insertBefore<
|
|
244
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
598
245
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
599
246
|
isEqualNode(otherNode: Node | null): boolean;
|
|
600
247
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -844,48 +491,404 @@ export declare const CalendarPickerTemplate: (context: VividElementDefinitionCon
|
|
|
844
491
|
fromDeprecated: (v: any) => any;
|
|
845
492
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
846
493
|
}): void;
|
|
494
|
+
helperText?: string | undefined;
|
|
495
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
496
|
+
readonly _feedbackDescribedBy: string;
|
|
497
|
+
_internalFeedback(): {
|
|
498
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
499
|
+
message: string;
|
|
500
|
+
};
|
|
501
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
502
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
503
|
+
helperText?: string | undefined;
|
|
504
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
505
|
+
readonly _feedbackDescribedBy: string;
|
|
506
|
+
_internalFeedback(): {
|
|
507
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
508
|
+
message: string;
|
|
509
|
+
};
|
|
510
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
511
|
+
_getFeedbackTemplate(ctx: VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
512
|
+
connectedCallback(): void;
|
|
513
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
514
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
515
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
516
|
+
disconnectedCallback(): void;
|
|
517
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
518
|
+
accessKey: string;
|
|
519
|
+
readonly accessKeyLabel: string;
|
|
520
|
+
autocapitalize: string;
|
|
521
|
+
dir: string;
|
|
522
|
+
draggable: boolean;
|
|
523
|
+
hidden: boolean;
|
|
524
|
+
inert: boolean;
|
|
525
|
+
innerText: string;
|
|
526
|
+
lang: string;
|
|
527
|
+
readonly offsetHeight: number;
|
|
528
|
+
readonly offsetLeft: number;
|
|
529
|
+
readonly offsetParent: Element | null;
|
|
530
|
+
readonly offsetTop: number;
|
|
531
|
+
readonly offsetWidth: number;
|
|
532
|
+
outerText: string;
|
|
533
|
+
spellcheck: boolean;
|
|
534
|
+
title: string;
|
|
535
|
+
translate: boolean;
|
|
536
|
+
attachInternals(): ElementInternals;
|
|
537
|
+
click(): void;
|
|
538
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
539
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
540
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
541
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
542
|
+
readonly attributes: NamedNodeMap;
|
|
543
|
+
readonly classList: DOMTokenList;
|
|
544
|
+
className: string;
|
|
545
|
+
readonly clientHeight: number;
|
|
546
|
+
readonly clientLeft: number;
|
|
547
|
+
readonly clientTop: number;
|
|
548
|
+
readonly clientWidth: number;
|
|
549
|
+
id: string;
|
|
550
|
+
readonly localName: string;
|
|
551
|
+
readonly namespaceURI: string | null;
|
|
552
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
553
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
554
|
+
outerHTML: string;
|
|
555
|
+
readonly ownerDocument: Document;
|
|
556
|
+
readonly part: DOMTokenList;
|
|
557
|
+
readonly prefix: string | null;
|
|
558
|
+
readonly scrollHeight: number;
|
|
559
|
+
scrollLeft: number;
|
|
560
|
+
scrollTop: number;
|
|
561
|
+
readonly scrollWidth: number;
|
|
562
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
563
|
+
slot: string;
|
|
564
|
+
readonly tagName: string;
|
|
565
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
566
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
567
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
568
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
569
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
570
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
571
|
+
getAttribute(qualifiedName: string): string | null;
|
|
572
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
573
|
+
getAttributeNames(): string[];
|
|
574
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
575
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
576
|
+
getBoundingClientRect(): DOMRect;
|
|
577
|
+
getClientRects(): DOMRectList;
|
|
578
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
579
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
580
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
581
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
582
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
583
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
584
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
585
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
586
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
587
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
588
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
589
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
590
|
+
hasAttributes(): boolean;
|
|
591
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
592
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
593
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
594
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
595
|
+
matches(selectors: string): boolean;
|
|
596
|
+
releasePointerCapture(pointerId: number): void;
|
|
597
|
+
removeAttribute(qualifiedName: string): void;
|
|
598
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
599
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
600
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
601
|
+
requestPointerLock(): void;
|
|
602
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
603
|
+
scroll(x: number, y: number): void;
|
|
604
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
605
|
+
scrollBy(x: number, y: number): void;
|
|
606
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
607
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
608
|
+
scrollTo(x: number, y: number): void;
|
|
609
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
610
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
611
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
612
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
613
|
+
setPointerCapture(pointerId: number): void;
|
|
614
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
615
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
616
|
+
readonly baseURI: string;
|
|
617
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
618
|
+
readonly firstChild: ChildNode | null;
|
|
619
|
+
readonly isConnected: boolean;
|
|
620
|
+
readonly lastChild: ChildNode | null;
|
|
621
|
+
readonly nextSibling: ChildNode | null;
|
|
622
|
+
readonly nodeName: string;
|
|
623
|
+
readonly nodeType: number;
|
|
624
|
+
nodeValue: string | null;
|
|
625
|
+
readonly parentElement: HTMLElement | null;
|
|
626
|
+
readonly parentNode: ParentNode | null;
|
|
627
|
+
readonly previousSibling: ChildNode | null;
|
|
628
|
+
textContent: string | null;
|
|
629
|
+
appendChild<T extends Node>(node: T): T;
|
|
630
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
631
|
+
compareDocumentPosition(other: Node): number;
|
|
632
|
+
contains(other: Node | null): boolean;
|
|
633
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
634
|
+
hasChildNodes(): boolean;
|
|
635
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
636
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
637
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
638
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
639
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
640
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
641
|
+
normalize(): void;
|
|
642
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
643
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
644
|
+
readonly ELEMENT_NODE: 1;
|
|
645
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
646
|
+
readonly TEXT_NODE: 3;
|
|
647
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
648
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
649
|
+
readonly ENTITY_NODE: 6;
|
|
650
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
651
|
+
readonly COMMENT_NODE: 8;
|
|
652
|
+
readonly DOCUMENT_NODE: 9;
|
|
653
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
654
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
655
|
+
readonly NOTATION_NODE: 12;
|
|
656
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
657
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
658
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
659
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
660
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
661
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
662
|
+
dispatchEvent(event: Event): boolean;
|
|
663
|
+
ariaAtomic: string | null;
|
|
664
|
+
ariaAutoComplete: string | null;
|
|
665
|
+
ariaBusy: string | null;
|
|
666
|
+
ariaChecked: string | null;
|
|
667
|
+
ariaColCount: string | null;
|
|
668
|
+
ariaColIndex: string | null;
|
|
669
|
+
ariaColSpan: string | null;
|
|
670
|
+
ariaCurrent: string | null;
|
|
671
|
+
ariaDisabled: string | null;
|
|
672
|
+
ariaExpanded: string | null;
|
|
673
|
+
ariaHasPopup: string | null;
|
|
674
|
+
ariaHidden: string | null;
|
|
675
|
+
ariaInvalid: string | null;
|
|
676
|
+
ariaKeyShortcuts: string | null;
|
|
677
|
+
ariaLabel: string | null;
|
|
678
|
+
ariaLevel: string | null;
|
|
679
|
+
ariaLive: string | null;
|
|
680
|
+
ariaModal: string | null;
|
|
681
|
+
ariaMultiLine: string | null;
|
|
682
|
+
ariaMultiSelectable: string | null;
|
|
683
|
+
ariaOrientation: string | null;
|
|
684
|
+
ariaPlaceholder: string | null;
|
|
685
|
+
ariaPosInSet: string | null;
|
|
686
|
+
ariaPressed: string | null;
|
|
687
|
+
ariaReadOnly: string | null;
|
|
688
|
+
ariaRequired: string | null;
|
|
689
|
+
ariaRoleDescription: string | null;
|
|
690
|
+
ariaRowCount: string | null;
|
|
691
|
+
ariaRowIndex: string | null;
|
|
692
|
+
ariaRowSpan: string | null;
|
|
693
|
+
ariaSelected: string | null;
|
|
694
|
+
ariaSetSize: string | null;
|
|
695
|
+
ariaSort: string | null;
|
|
696
|
+
ariaValueMax: string | null;
|
|
697
|
+
ariaValueMin: string | null;
|
|
698
|
+
ariaValueNow: string | null;
|
|
699
|
+
ariaValueText: string | null;
|
|
700
|
+
role: string | null;
|
|
701
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
702
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
703
|
+
after(...nodes: (string | Node)[]): void;
|
|
704
|
+
before(...nodes: (string | Node)[]): void;
|
|
705
|
+
remove(): void;
|
|
706
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
707
|
+
innerHTML: string;
|
|
708
|
+
readonly nextElementSibling: Element | null;
|
|
709
|
+
readonly previousElementSibling: Element | null;
|
|
710
|
+
readonly childElementCount: number;
|
|
711
|
+
readonly children: HTMLCollection;
|
|
712
|
+
readonly firstElementChild: Element | null;
|
|
713
|
+
readonly lastElementChild: Element | null;
|
|
714
|
+
append(...nodes: (string | Node)[]): void;
|
|
715
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
716
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
717
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
718
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
719
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
720
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
721
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
722
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
723
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
724
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
725
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
726
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
727
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
728
|
+
readonly style: CSSStyleDeclaration;
|
|
729
|
+
contentEditable: string;
|
|
730
|
+
enterKeyHint: string;
|
|
731
|
+
inputMode: string;
|
|
732
|
+
readonly isContentEditable: boolean;
|
|
733
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
734
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
735
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
736
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
737
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
738
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
739
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
740
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
741
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
742
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
743
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
744
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
745
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
746
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
747
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
748
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
749
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
750
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
751
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
752
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
753
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
754
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
755
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
756
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
757
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
758
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
759
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
760
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
761
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
762
|
+
onerror: OnErrorEventHandler;
|
|
763
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
764
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
765
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
766
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
767
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
768
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
769
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
770
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
771
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
772
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
773
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
774
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
775
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
776
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
777
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
778
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
779
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
780
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
781
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
782
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
783
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
784
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
785
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
786
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
787
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
788
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
789
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
790
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
791
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
792
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
793
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
794
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
795
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
796
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
797
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
798
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
799
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
800
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
801
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
802
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
803
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
804
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
805
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
806
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
807
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
808
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
809
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
810
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
811
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
812
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
813
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
814
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
815
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
816
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
817
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
818
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
819
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
820
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
821
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
822
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
823
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
824
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
825
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
826
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
827
|
+
autofocus: boolean;
|
|
828
|
+
readonly dataset: DOMStringMap;
|
|
829
|
+
nonce?: string | undefined;
|
|
830
|
+
tabIndex: number;
|
|
831
|
+
blur(): void;
|
|
832
|
+
focus(options?: FocusOptions | undefined): void;
|
|
833
|
+
ariaColIndexText: string | null;
|
|
834
|
+
ariaDescription: string | null;
|
|
835
|
+
ariaRowIndexText: string | null;
|
|
836
|
+
ariaRelevant: string | null;
|
|
837
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
838
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
839
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
840
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
841
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
842
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
843
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
844
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
845
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
846
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
847
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
848
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
849
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
850
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
851
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
852
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
853
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
854
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
855
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
856
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
857
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
858
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
859
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
860
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
861
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
862
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
863
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
864
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
865
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
866
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
867
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
868
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
869
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
870
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
871
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
872
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
873
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
874
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
875
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
876
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
877
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
878
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
879
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
880
|
+
newPropertyName: string;
|
|
881
|
+
deprecatedPropertyName: string;
|
|
882
|
+
fromDeprecated: (v: any) => any;
|
|
883
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
884
|
+
}): void;
|
|
885
|
+
}, any>;
|
|
847
886
|
errorText?: string | undefined;
|
|
848
887
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
849
888
|
"__#4@#blockValidateCalls": boolean;
|
|
850
889
|
"__#4@#originalValidateFn": () => void;
|
|
851
890
|
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
852
891
|
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
853
|
-
label?: string | undefined;
|
|
854
|
-
errorValidationMessage: string;
|
|
855
|
-
forceErrorDisplay: boolean;
|
|
856
|
-
hasBeenTouched: boolean;
|
|
857
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
858
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
859
|
-
readonly validity: ValidityState;
|
|
860
|
-
readonly form: HTMLFormElement | null;
|
|
861
|
-
readonly validationMessage: string;
|
|
862
|
-
readonly willValidate: boolean;
|
|
863
|
-
readonly labels: readonly Node[];
|
|
864
|
-
dirtyValue: boolean;
|
|
865
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
866
|
-
value: string;
|
|
867
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
868
|
-
currentValue: string;
|
|
869
|
-
initialValue: string;
|
|
870
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
871
|
-
disabled: boolean;
|
|
872
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
873
|
-
name: string;
|
|
874
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
875
|
-
required: boolean;
|
|
876
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
877
|
-
readonly elementInternals: ElementInternals | null;
|
|
878
|
-
proxyEventsToBlock: string[];
|
|
879
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
880
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
881
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
882
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
883
|
-
proxyInitialized: boolean;
|
|
884
|
-
attachProxy: (() => void) & (() => void);
|
|
885
|
-
detachProxy: (() => void) & (() => void);
|
|
886
|
-
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
887
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
888
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
889
892
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
890
893
|
readonly locale: import("../../localization/Locale").Locale;
|
|
891
894
|
} & import("../picker-field").PickerField, any>;
|