@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
|
@@ -80,398 +80,45 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
80
80
|
readonly _pickerButtonIcon: string;
|
|
81
81
|
_onOkClick(): void;
|
|
82
82
|
_onClearClick(): void;
|
|
83
|
-
|
|
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
|
-
spellcheck: boolean;
|
|
123
|
-
title: string;
|
|
124
|
-
translate: boolean;
|
|
125
|
-
attachInternals(): ElementInternals;
|
|
126
|
-
click(): void;
|
|
127
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
128
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
129
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
130
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
131
|
-
readonly attributes: NamedNodeMap;
|
|
132
|
-
readonly classList: DOMTokenList;
|
|
133
|
-
className: string;
|
|
134
|
-
readonly clientHeight: number;
|
|
135
|
-
readonly clientLeft: number;
|
|
136
|
-
readonly clientTop: number;
|
|
137
|
-
readonly clientWidth: number;
|
|
138
|
-
id: string;
|
|
139
|
-
readonly localName: string;
|
|
140
|
-
readonly namespaceURI: string | null;
|
|
141
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
142
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
143
|
-
outerHTML: string;
|
|
144
|
-
readonly ownerDocument: Document;
|
|
145
|
-
readonly part: DOMTokenList;
|
|
146
|
-
readonly prefix: string | null;
|
|
147
|
-
readonly scrollHeight: number;
|
|
148
|
-
scrollLeft: number;
|
|
149
|
-
scrollTop: number;
|
|
150
|
-
readonly scrollWidth: number;
|
|
151
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
152
|
-
slot: string;
|
|
153
|
-
readonly tagName: string;
|
|
154
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
155
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
156
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
157
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
158
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
159
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
160
|
-
getAttribute(qualifiedName: string): string | null;
|
|
161
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
162
|
-
getAttributeNames(): string[];
|
|
163
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
164
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
165
|
-
getBoundingClientRect(): DOMRect;
|
|
166
|
-
getClientRects(): DOMRectList;
|
|
167
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
168
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
169
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
170
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
171
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
172
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
173
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
174
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
175
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
176
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
177
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
178
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
179
|
-
hasAttributes(): boolean;
|
|
180
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
181
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
182
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
183
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
184
|
-
matches(selectors: string): boolean;
|
|
185
|
-
releasePointerCapture(pointerId: number): void;
|
|
186
|
-
removeAttribute(qualifiedName: string): void;
|
|
187
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
188
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
189
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
190
|
-
requestPointerLock(): void;
|
|
191
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
192
|
-
scroll(x: number, y: number): void;
|
|
193
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
194
|
-
scrollBy(x: number, y: number): void;
|
|
195
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
196
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
197
|
-
scrollTo(x: number, y: number): void;
|
|
198
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
199
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
200
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
201
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
202
|
-
setPointerCapture(pointerId: number): void;
|
|
203
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
204
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
205
|
-
readonly baseURI: string;
|
|
206
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
207
|
-
readonly firstChild: ChildNode | null;
|
|
208
|
-
readonly isConnected: boolean;
|
|
209
|
-
readonly lastChild: ChildNode | null;
|
|
210
|
-
readonly nextSibling: ChildNode | null;
|
|
211
|
-
readonly nodeName: string;
|
|
212
|
-
readonly nodeType: number;
|
|
213
|
-
nodeValue: string | null;
|
|
214
|
-
readonly parentElement: HTMLElement | null;
|
|
215
|
-
readonly parentNode: ParentNode | null;
|
|
216
|
-
readonly previousSibling: ChildNode | null;
|
|
217
|
-
textContent: string | null;
|
|
218
|
-
appendChild<T extends Node>(node: T): T;
|
|
219
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
220
|
-
compareDocumentPosition(other: Node): number;
|
|
221
|
-
contains(other: Node | null): boolean;
|
|
222
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
223
|
-
hasChildNodes(): boolean;
|
|
224
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
225
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
226
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
227
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
228
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
229
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
230
|
-
normalize(): void;
|
|
231
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
232
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
233
|
-
readonly ELEMENT_NODE: 1;
|
|
234
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
235
|
-
readonly TEXT_NODE: 3;
|
|
236
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
237
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
238
|
-
readonly ENTITY_NODE: 6;
|
|
239
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
240
|
-
readonly COMMENT_NODE: 8;
|
|
241
|
-
readonly DOCUMENT_NODE: 9;
|
|
242
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
243
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
244
|
-
readonly NOTATION_NODE: 12;
|
|
245
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
246
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
247
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
248
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
249
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
250
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
251
|
-
dispatchEvent(event: Event): boolean;
|
|
252
|
-
ariaAtomic: string | null;
|
|
253
|
-
ariaAutoComplete: string | null;
|
|
254
|
-
ariaBusy: string | null;
|
|
255
|
-
ariaChecked: string | null;
|
|
256
|
-
ariaColCount: string | null;
|
|
257
|
-
ariaColIndex: string | null;
|
|
258
|
-
ariaColSpan: string | null;
|
|
259
|
-
ariaCurrent: string | null;
|
|
260
|
-
ariaDisabled: string | null;
|
|
261
|
-
ariaExpanded: string | null;
|
|
262
|
-
ariaHasPopup: string | null;
|
|
263
|
-
ariaHidden: string | null;
|
|
264
|
-
ariaInvalid: string | null;
|
|
265
|
-
ariaKeyShortcuts: string | null;
|
|
266
|
-
ariaLabel: string | null;
|
|
267
|
-
ariaLevel: string | null;
|
|
268
|
-
ariaLive: string | null;
|
|
269
|
-
ariaModal: string | null;
|
|
270
|
-
ariaMultiLine: string | null;
|
|
271
|
-
ariaMultiSelectable: string | null;
|
|
272
|
-
ariaOrientation: string | null;
|
|
273
|
-
ariaPlaceholder: string | null;
|
|
274
|
-
ariaPosInSet: string | null;
|
|
275
|
-
ariaPressed: string | null;
|
|
276
|
-
ariaReadOnly: string | null;
|
|
277
|
-
ariaRequired: string | null;
|
|
278
|
-
ariaRoleDescription: string | null;
|
|
279
|
-
ariaRowCount: string | null;
|
|
280
|
-
ariaRowIndex: string | null;
|
|
281
|
-
ariaRowSpan: string | null;
|
|
282
|
-
ariaSelected: string | null;
|
|
283
|
-
ariaSetSize: string | null;
|
|
284
|
-
ariaSort: string | null;
|
|
285
|
-
ariaValueMax: string | null;
|
|
286
|
-
ariaValueMin: string | null;
|
|
287
|
-
ariaValueNow: string | null;
|
|
288
|
-
ariaValueText: string | null;
|
|
289
|
-
role: string | null;
|
|
290
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
291
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
292
|
-
after(...nodes: (string | Node)[]): void;
|
|
293
|
-
before(...nodes: (string | Node)[]): void;
|
|
294
|
-
remove(): void;
|
|
295
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
296
|
-
innerHTML: string;
|
|
297
|
-
readonly nextElementSibling: Element | null;
|
|
298
|
-
readonly previousElementSibling: Element | null;
|
|
299
|
-
readonly childElementCount: number;
|
|
300
|
-
readonly children: HTMLCollection;
|
|
301
|
-
readonly firstElementChild: Element | null;
|
|
302
|
-
readonly lastElementChild: Element | null;
|
|
303
|
-
append(...nodes: (string | Node)[]): void;
|
|
304
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
305
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
306
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
307
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
308
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
309
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
310
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
311
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
312
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
313
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
314
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
315
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
316
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
317
|
-
readonly style: CSSStyleDeclaration;
|
|
318
|
-
contentEditable: string;
|
|
319
|
-
enterKeyHint: string;
|
|
320
|
-
inputMode: string;
|
|
321
|
-
readonly isContentEditable: boolean;
|
|
322
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
323
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
324
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
325
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
326
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
327
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
328
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
329
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
330
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
335
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
336
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
337
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
338
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
340
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
341
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
342
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
343
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
344
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
345
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
346
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
347
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
348
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
349
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
-
onerror: OnErrorEventHandler;
|
|
352
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
353
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
354
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
355
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
356
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
358
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
359
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
360
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
365
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
366
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
367
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
368
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
369
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
370
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
371
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
372
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
373
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
374
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
375
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
377
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
378
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
379
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
380
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
381
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
382
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
385
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
386
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
387
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
388
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
389
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
390
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
391
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
392
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
398
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
399
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
400
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
401
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
402
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
403
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
404
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
406
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
407
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
408
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
409
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
410
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
411
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
412
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
413
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
416
|
-
autofocus: boolean;
|
|
417
|
-
readonly dataset: DOMStringMap;
|
|
418
|
-
nonce?: string | undefined;
|
|
419
|
-
tabIndex: number;
|
|
420
|
-
blur(): void;
|
|
421
|
-
focus(options?: FocusOptions | undefined): void;
|
|
422
|
-
ariaColIndexText: string | null;
|
|
423
|
-
ariaDescription: string | null;
|
|
424
|
-
ariaRowIndexText: string | null;
|
|
425
|
-
ariaRelevant: string | null;
|
|
426
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
427
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
428
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
429
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
430
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
431
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
432
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
433
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
434
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
435
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
436
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
437
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
438
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
439
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
440
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
441
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
442
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
443
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
444
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
445
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
446
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
447
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
448
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
449
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
450
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
451
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
452
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
453
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
454
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
455
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
456
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
457
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
458
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
459
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
460
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
461
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
462
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
463
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
464
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
465
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
466
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
467
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
468
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
469
|
-
newPropertyName: string;
|
|
470
|
-
deprecatedPropertyName: string;
|
|
471
|
-
fromDeprecated: (v: any) => any;
|
|
472
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
473
|
-
}): void;
|
|
474
|
-
}, any>;
|
|
83
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
84
|
+
readonly _hasContextualHelp: boolean;
|
|
85
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
86
|
+
label?: string | undefined;
|
|
87
|
+
errorValidationMessage: string;
|
|
88
|
+
forceErrorDisplay: boolean;
|
|
89
|
+
hasBeenTouched: boolean;
|
|
90
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
91
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
92
|
+
readonly validity: ValidityState;
|
|
93
|
+
readonly form: HTMLFormElement | null;
|
|
94
|
+
readonly validationMessage: string;
|
|
95
|
+
readonly willValidate: boolean;
|
|
96
|
+
readonly labels: readonly Node[];
|
|
97
|
+
dirtyValue: boolean;
|
|
98
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
99
|
+
value: string;
|
|
100
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
101
|
+
currentValue: string;
|
|
102
|
+
initialValue: string;
|
|
103
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
104
|
+
disabled: boolean;
|
|
105
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
106
|
+
name: string;
|
|
107
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
108
|
+
required: boolean;
|
|
109
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
110
|
+
readonly elementInternals: ElementInternals | null;
|
|
111
|
+
proxyEventsToBlock: string[];
|
|
112
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
113
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
114
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
115
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
116
|
+
proxyInitialized: boolean;
|
|
117
|
+
attachProxy: (() => void) & (() => void);
|
|
118
|
+
detachProxy: (() => void) & (() => void);
|
|
119
|
+
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);
|
|
120
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
121
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
475
122
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
476
123
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
477
124
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -496,9 +143,9 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
496
143
|
translate: boolean;
|
|
497
144
|
attachInternals(): ElementInternals;
|
|
498
145
|
click(): void;
|
|
499
|
-
addEventListener<
|
|
146
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
500
147
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
501
|
-
removeEventListener<
|
|
148
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
502
149
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
503
150
|
readonly attributes: NamedNodeMap;
|
|
504
151
|
readonly classList: DOMTokenList;
|
|
@@ -525,10 +172,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
525
172
|
readonly tagName: string;
|
|
526
173
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
527
174
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
528
|
-
closest<
|
|
529
|
-
closest<
|
|
530
|
-
closest<
|
|
531
|
-
closest<
|
|
175
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
176
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
177
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
178
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
532
179
|
getAttribute(qualifiedName: string): string | null;
|
|
533
180
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
534
181
|
getAttributeNames(): string[];
|
|
@@ -537,10 +184,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
537
184
|
getBoundingClientRect(): DOMRect;
|
|
538
185
|
getClientRects(): DOMRectList;
|
|
539
186
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
540
|
-
getElementsByTagName<
|
|
541
|
-
getElementsByTagName<
|
|
542
|
-
getElementsByTagName<
|
|
543
|
-
getElementsByTagName<
|
|
187
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
188
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
189
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
190
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
544
191
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
545
192
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
546
193
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -593,7 +240,7 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
593
240
|
contains(other: Node | null): boolean;
|
|
594
241
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
595
242
|
hasChildNodes(): boolean;
|
|
596
|
-
insertBefore<
|
|
243
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
597
244
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
598
245
|
isEqualNode(otherNode: Node | null): boolean;
|
|
599
246
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -831,107 +478,18 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
831
478
|
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
832
479
|
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
833
480
|
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
834
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
835
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
836
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
837
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
838
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
839
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
840
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
841
|
-
newPropertyName: string;
|
|
842
|
-
deprecatedPropertyName: string;
|
|
843
|
-
fromDeprecated: (v: any) => any;
|
|
844
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
845
|
-
}): void;
|
|
846
|
-
errorText?: string | undefined;
|
|
847
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
848
|
-
"__#4@#blockValidateCalls": boolean;
|
|
849
|
-
"__#4@#originalValidateFn": () => void;
|
|
850
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
851
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
852
|
-
label?: string | undefined;
|
|
853
|
-
errorValidationMessage: string;
|
|
854
|
-
forceErrorDisplay: boolean;
|
|
855
|
-
hasBeenTouched: boolean;
|
|
856
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
857
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
858
|
-
readonly validity: ValidityState;
|
|
859
|
-
readonly form: HTMLFormElement | null;
|
|
860
|
-
readonly validationMessage: string;
|
|
861
|
-
readonly willValidate: boolean;
|
|
862
|
-
readonly labels: readonly Node[];
|
|
863
|
-
dirtyValue: boolean;
|
|
864
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
865
|
-
value: string;
|
|
866
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
867
|
-
currentValue: string;
|
|
868
|
-
initialValue: string;
|
|
869
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
870
|
-
disabled: boolean;
|
|
871
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
872
|
-
name: string;
|
|
873
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
874
|
-
required: boolean;
|
|
875
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
876
|
-
readonly elementInternals: ElementInternals | null;
|
|
877
|
-
proxyEventsToBlock: string[];
|
|
878
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
879
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
880
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
881
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
882
|
-
proxyInitialized: boolean;
|
|
883
|
-
attachProxy: (() => void) & (() => void);
|
|
884
|
-
detachProxy: (() => void) & (() => void);
|
|
885
|
-
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);
|
|
886
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
887
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
888
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
889
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
890
|
-
} & import("../picker-field").PickerField & {
|
|
891
|
-
_isValidValue(value: string): boolean;
|
|
892
|
-
_toPresentationValue(value: string): string;
|
|
893
|
-
_parsePresentationValue(presentationValue: string): string;
|
|
894
|
-
_isInternalValueUpdate: boolean;
|
|
895
|
-
valueChanged(previous: string, next: string): void;
|
|
896
|
-
_updatePresentationValue(): void;
|
|
897
|
-
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
898
|
-
_onTextFieldChange(): void;
|
|
899
|
-
_onTextFieldInput(event: Event): void;
|
|
900
|
-
_isPresentationValueInvalid(): boolean;
|
|
901
|
-
_onClearClick(): void;
|
|
902
|
-
readOnly: boolean;
|
|
903
|
-
readOnlyChanged(): void;
|
|
904
|
-
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
905
|
-
_dialogEl: HTMLElement;
|
|
906
|
-
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
907
|
-
connectedCallback(): void;
|
|
908
|
-
disconnectedCallback(): void;
|
|
909
|
-
"__#19@#onFocusIn": () => void;
|
|
910
|
-
"__#19@#onFocusOut": () => void;
|
|
911
|
-
proxy: HTMLInputElement;
|
|
912
|
-
validate(): void;
|
|
913
|
-
_getCustomValidationError(): string | null;
|
|
914
|
-
"__#19@#localeChangeHandler": {
|
|
915
|
-
handleChange: () => void;
|
|
916
|
-
};
|
|
917
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
918
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
919
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
920
|
-
_popupOpen: boolean;
|
|
921
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
922
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
923
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
924
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
925
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
926
|
-
readonly _dialogLabel: string;
|
|
927
|
-
_presentationValue: string;
|
|
928
|
-
_presentationValueChanged(): void;
|
|
929
|
-
readonly _textFieldPlaceholder: string;
|
|
930
|
-
_textFieldSize?: string | undefined;
|
|
931
|
-
readonly _pickerButtonLabel: string;
|
|
932
|
-
readonly _pickerButtonIcon: string;
|
|
933
|
-
_onPickerButtonClick(): void;
|
|
934
|
-
_onOkClick(): void;
|
|
481
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
482
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
483
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
484
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
485
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
486
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
487
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
488
|
+
newPropertyName: string;
|
|
489
|
+
deprecatedPropertyName: string;
|
|
490
|
+
fromDeprecated: (v: any) => any;
|
|
491
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
492
|
+
}): void;
|
|
935
493
|
helperText?: string | undefined;
|
|
936
494
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
937
495
|
readonly _feedbackDescribedBy: string;
|
|
@@ -976,9 +534,9 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
976
534
|
translate: boolean;
|
|
977
535
|
attachInternals(): ElementInternals;
|
|
978
536
|
click(): void;
|
|
979
|
-
addEventListener<
|
|
537
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
980
538
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
981
|
-
removeEventListener<
|
|
539
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
982
540
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
983
541
|
readonly attributes: NamedNodeMap;
|
|
984
542
|
readonly classList: DOMTokenList;
|
|
@@ -1005,10 +563,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1005
563
|
readonly tagName: string;
|
|
1006
564
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1007
565
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1008
|
-
closest<
|
|
1009
|
-
closest<
|
|
1010
|
-
closest<
|
|
1011
|
-
closest<
|
|
566
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
567
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
568
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
569
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1012
570
|
getAttribute(qualifiedName: string): string | null;
|
|
1013
571
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1014
572
|
getAttributeNames(): string[];
|
|
@@ -1017,10 +575,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1017
575
|
getBoundingClientRect(): DOMRect;
|
|
1018
576
|
getClientRects(): DOMRectList;
|
|
1019
577
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1020
|
-
getElementsByTagName<
|
|
1021
|
-
getElementsByTagName<
|
|
1022
|
-
getElementsByTagName<
|
|
1023
|
-
getElementsByTagName<
|
|
578
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
579
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
580
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
581
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1024
582
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1025
583
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1026
584
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1073,7 +631,7 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1073
631
|
contains(other: Node | null): boolean;
|
|
1074
632
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1075
633
|
hasChildNodes(): boolean;
|
|
1076
|
-
insertBefore<
|
|
634
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1077
635
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1078
636
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1079
637
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1324,6 +882,97 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1324
882
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1325
883
|
}): void;
|
|
1326
884
|
}, any>;
|
|
885
|
+
errorText?: string | undefined;
|
|
886
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
887
|
+
"__#4@#blockValidateCalls": boolean;
|
|
888
|
+
"__#4@#originalValidateFn": () => void;
|
|
889
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
890
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
891
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
892
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
893
|
+
} & import("../picker-field").PickerField & {
|
|
894
|
+
_isValidValue(value: string): boolean;
|
|
895
|
+
_toPresentationValue(value: string): string;
|
|
896
|
+
_parsePresentationValue(presentationValue: string): string;
|
|
897
|
+
_isInternalValueUpdate: boolean;
|
|
898
|
+
valueChanged(previous: string, next: string): void;
|
|
899
|
+
_updatePresentationValue(): void;
|
|
900
|
+
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
901
|
+
_onTextFieldChange(): void;
|
|
902
|
+
_onTextFieldInput(event: Event): void;
|
|
903
|
+
_isPresentationValueInvalid(): boolean;
|
|
904
|
+
_onClearClick(): void;
|
|
905
|
+
readOnly: boolean;
|
|
906
|
+
readOnlyChanged(): void;
|
|
907
|
+
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
908
|
+
_dialogEl: HTMLElement;
|
|
909
|
+
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
910
|
+
connectedCallback(): void;
|
|
911
|
+
disconnectedCallback(): void;
|
|
912
|
+
"__#19@#onFocusIn": () => void;
|
|
913
|
+
"__#19@#onFocusOut": () => void;
|
|
914
|
+
proxy: HTMLInputElement;
|
|
915
|
+
validate(): void;
|
|
916
|
+
_getCustomValidationError(): string | null;
|
|
917
|
+
"__#19@#localeChangeHandler": {
|
|
918
|
+
handleChange: () => void;
|
|
919
|
+
};
|
|
920
|
+
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
921
|
+
"__#19@#startObservingLocaleChanges"(): void;
|
|
922
|
+
"__#19@#stopObservingLocaleChanges"(): void;
|
|
923
|
+
_popupOpen: boolean;
|
|
924
|
+
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
925
|
+
"__#19@#openPopupIfPossible"(): void;
|
|
926
|
+
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
927
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
928
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
929
|
+
readonly _dialogLabel: string;
|
|
930
|
+
_presentationValue: string;
|
|
931
|
+
_presentationValueChanged(): void;
|
|
932
|
+
readonly _textFieldPlaceholder: string;
|
|
933
|
+
_textFieldSize?: string | undefined;
|
|
934
|
+
readonly _pickerButtonLabel: string;
|
|
935
|
+
readonly _pickerButtonIcon: string;
|
|
936
|
+
_onPickerButtonClick(): void;
|
|
937
|
+
_onOkClick(): void;
|
|
938
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
939
|
+
readonly _hasContextualHelp: boolean;
|
|
940
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
941
|
+
label?: string | undefined;
|
|
942
|
+
errorValidationMessage: string;
|
|
943
|
+
forceErrorDisplay: boolean;
|
|
944
|
+
hasBeenTouched: boolean;
|
|
945
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
946
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
947
|
+
readonly validity: ValidityState;
|
|
948
|
+
readonly form: HTMLFormElement | null;
|
|
949
|
+
readonly validationMessage: string;
|
|
950
|
+
readonly willValidate: boolean;
|
|
951
|
+
readonly labels: readonly Node[];
|
|
952
|
+
dirtyValue: boolean;
|
|
953
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
954
|
+
value: string;
|
|
955
|
+
currentValue: string;
|
|
956
|
+
initialValue: string;
|
|
957
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
958
|
+
disabled: boolean;
|
|
959
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
960
|
+
name: string;
|
|
961
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
962
|
+
required: boolean;
|
|
963
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
964
|
+
readonly elementInternals: ElementInternals | null;
|
|
965
|
+
proxyEventsToBlock: string[];
|
|
966
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
967
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
968
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
969
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
970
|
+
proxyInitialized: boolean;
|
|
971
|
+
attachProxy: (() => void) & (() => void);
|
|
972
|
+
detachProxy: (() => void) & (() => void);
|
|
973
|
+
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);
|
|
974
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
975
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1327
976
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
1328
977
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1329
978
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -1695,132 +1344,6 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1695
1344
|
fromDeprecated: (v: any) => any;
|
|
1696
1345
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1697
1346
|
}): void;
|
|
1698
|
-
errorText?: string | undefined;
|
|
1699
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1700
|
-
"__#4@#blockValidateCalls": boolean;
|
|
1701
|
-
"__#4@#originalValidateFn": () => void;
|
|
1702
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1703
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1704
|
-
label?: string | undefined;
|
|
1705
|
-
errorValidationMessage: string;
|
|
1706
|
-
forceErrorDisplay: boolean;
|
|
1707
|
-
hasBeenTouched: boolean;
|
|
1708
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1709
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1710
|
-
readonly validity: ValidityState;
|
|
1711
|
-
readonly form: HTMLFormElement | null;
|
|
1712
|
-
readonly validationMessage: string;
|
|
1713
|
-
readonly willValidate: boolean;
|
|
1714
|
-
readonly labels: readonly Node[];
|
|
1715
|
-
dirtyValue: boolean;
|
|
1716
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
1717
|
-
value: string;
|
|
1718
|
-
currentValue: string;
|
|
1719
|
-
initialValue: string;
|
|
1720
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1721
|
-
disabled: boolean;
|
|
1722
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1723
|
-
name: string;
|
|
1724
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1725
|
-
required: boolean;
|
|
1726
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1727
|
-
readonly elementInternals: ElementInternals | null;
|
|
1728
|
-
proxyEventsToBlock: string[];
|
|
1729
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
1730
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
1731
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1732
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1733
|
-
proxyInitialized: boolean;
|
|
1734
|
-
attachProxy: (() => void) & (() => void);
|
|
1735
|
-
detachProxy: (() => void) & (() => void);
|
|
1736
|
-
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);
|
|
1737
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1738
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1739
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1740
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
1741
|
-
}>>(Base: T_6) => (abstract new (...args: any[]) => {
|
|
1742
|
-
_dateValue(): DateStr | '';
|
|
1743
|
-
_withUpdatedDate(dateStr: DateStr): string;
|
|
1744
|
-
valueChanged(previous: string, next: string): void;
|
|
1745
|
-
_onDateClick(date: DateStr): void;
|
|
1746
|
-
_isDateSelected(date: DateStr): boolean;
|
|
1747
|
-
_isDateAriaSelected(date: DateStr): boolean;
|
|
1748
|
-
_getSelectedDates(): DateStr[];
|
|
1749
|
-
_selectedMonth: import("../../datetime/month").Month;
|
|
1750
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
1751
|
-
_currentDate: string;
|
|
1752
|
-
_currentMonth: import("../../datetime/month").Month;
|
|
1753
|
-
readonly _resolvedMinDate: string;
|
|
1754
|
-
readonly _resolvedMaxDate: string;
|
|
1755
|
-
_isDateInValidRange(date: string): boolean;
|
|
1756
|
-
"__#20@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
1757
|
-
"__#20@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
1758
|
-
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
1759
|
-
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1760
|
-
_onPickerButtonClick: (() => void) & (() => void);
|
|
1761
|
-
_onTitleActionClick(): void;
|
|
1762
|
-
readonly _isPrevYearDisabled: boolean | "";
|
|
1763
|
-
_onPrevYearClick(): void;
|
|
1764
|
-
readonly _isNextYearDisabled: boolean | "";
|
|
1765
|
-
_onNextYearClick(): void;
|
|
1766
|
-
readonly _isPrevMonthDisabled: boolean | "";
|
|
1767
|
-
_onPrevMonthClick(): void;
|
|
1768
|
-
readonly _isNextMonthDisabled: boolean | "";
|
|
1769
|
-
_onNextMonthClick(): void;
|
|
1770
|
-
_numCalendars: number;
|
|
1771
|
-
readonly _segments: import("./calendar-segments/segment").Segment[];
|
|
1772
|
-
_hideDatesOutsideMonth: boolean;
|
|
1773
|
-
_lastFocussedDate: string | null;
|
|
1774
|
-
_isDateInSelectedRange(_: string): boolean;
|
|
1775
|
-
_isDateRangeStart(_: string): boolean;
|
|
1776
|
-
_isDateRangeEnd(_: string): boolean;
|
|
1777
|
-
_onDateMouseEnter(_: string): void;
|
|
1778
|
-
_onDateMouseLeave(_: string): void;
|
|
1779
|
-
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
1780
|
-
_onDateFocus(date: string): void;
|
|
1781
|
-
readonly _tabbableDate: string | null;
|
|
1782
|
-
_monthPickerYear: number | null;
|
|
1783
|
-
readonly _inMonthPicker: boolean;
|
|
1784
|
-
_lastFocussedMonth: import("../../datetime/month").Month | null;
|
|
1785
|
-
_onMonthClick(month: import("../../datetime/month").Month): void;
|
|
1786
|
-
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
1787
|
-
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
1788
|
-
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
1789
|
-
readOnly: boolean;
|
|
1790
|
-
readOnlyChanged(): void;
|
|
1791
|
-
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
1792
|
-
_dialogEl: HTMLElement;
|
|
1793
|
-
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
1794
|
-
connectedCallback(): void;
|
|
1795
|
-
disconnectedCallback(): void;
|
|
1796
|
-
"__#19@#onFocusIn": () => void;
|
|
1797
|
-
"__#19@#onFocusOut": () => void;
|
|
1798
|
-
proxy: HTMLInputElement;
|
|
1799
|
-
validate(): void;
|
|
1800
|
-
_getCustomValidationError(): string | null;
|
|
1801
|
-
"__#19@#localeChangeHandler": {
|
|
1802
|
-
handleChange: () => void;
|
|
1803
|
-
};
|
|
1804
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
1805
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
1806
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
1807
|
-
_popupOpen: boolean;
|
|
1808
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1809
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
1810
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1811
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1812
|
-
readonly _dialogLabel: string;
|
|
1813
|
-
_presentationValue: string;
|
|
1814
|
-
_presentationValueChanged(): void;
|
|
1815
|
-
_updatePresentationValue: (() => void) & (() => void);
|
|
1816
|
-
readonly _textFieldPlaceholder: string;
|
|
1817
|
-
_textFieldSize?: string | undefined;
|
|
1818
|
-
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
1819
|
-
_onTextFieldChange: (() => void) & (() => void);
|
|
1820
|
-
readonly _pickerButtonLabel: string;
|
|
1821
|
-
readonly _pickerButtonIcon: string;
|
|
1822
|
-
_onOkClick(): void;
|
|
1823
|
-
_onClearClick: (() => void) & (() => void);
|
|
1824
1347
|
helperText?: string | undefined;
|
|
1825
1348
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1826
1349
|
readonly _feedbackDescribedBy: string;
|
|
@@ -1865,9 +1388,9 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1865
1388
|
translate: boolean;
|
|
1866
1389
|
attachInternals(): ElementInternals;
|
|
1867
1390
|
click(): void;
|
|
1868
|
-
addEventListener<
|
|
1391
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1869
1392
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1870
|
-
removeEventListener<
|
|
1393
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1871
1394
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1872
1395
|
readonly attributes: NamedNodeMap;
|
|
1873
1396
|
readonly classList: DOMTokenList;
|
|
@@ -1894,10 +1417,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1894
1417
|
readonly tagName: string;
|
|
1895
1418
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1896
1419
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1897
|
-
closest<
|
|
1898
|
-
closest<
|
|
1899
|
-
closest<
|
|
1900
|
-
closest<
|
|
1420
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
1421
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
1422
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
1423
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1901
1424
|
getAttribute(qualifiedName: string): string | null;
|
|
1902
1425
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1903
1426
|
getAttributeNames(): string[];
|
|
@@ -1906,10 +1429,10 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1906
1429
|
getBoundingClientRect(): DOMRect;
|
|
1907
1430
|
getClientRects(): DOMRectList;
|
|
1908
1431
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1909
|
-
getElementsByTagName<
|
|
1910
|
-
getElementsByTagName<
|
|
1911
|
-
getElementsByTagName<
|
|
1912
|
-
getElementsByTagName<
|
|
1432
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
1433
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
1434
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
1435
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1913
1436
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1914
1437
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1915
1438
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1962,7 +1485,7 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
1962
1485
|
contains(other: Node | null): boolean;
|
|
1963
1486
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1964
1487
|
hasChildNodes(): boolean;
|
|
1965
|
-
insertBefore<
|
|
1488
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1966
1489
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1967
1490
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1968
1491
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2213,6 +1736,135 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2213
1736
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2214
1737
|
}): void;
|
|
2215
1738
|
}, any>;
|
|
1739
|
+
errorText?: string | undefined;
|
|
1740
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1741
|
+
"__#4@#blockValidateCalls": boolean;
|
|
1742
|
+
"__#4@#originalValidateFn": () => void;
|
|
1743
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1744
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1745
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1746
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
1747
|
+
}>>(Base: T_6) => (abstract new (...args: any[]) => {
|
|
1748
|
+
_dateValue(): DateStr | '';
|
|
1749
|
+
_withUpdatedDate(dateStr: DateStr): string;
|
|
1750
|
+
valueChanged(previous: string, next: string): void;
|
|
1751
|
+
_onDateClick(date: DateStr): void;
|
|
1752
|
+
_isDateSelected(date: DateStr): boolean;
|
|
1753
|
+
_isDateAriaSelected(date: DateStr): boolean;
|
|
1754
|
+
_getSelectedDates(): DateStr[];
|
|
1755
|
+
_selectedMonth: import("../../datetime/month").Month;
|
|
1756
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
1757
|
+
_currentDate: string;
|
|
1758
|
+
_currentMonth: import("../../datetime/month").Month;
|
|
1759
|
+
readonly _resolvedMinDate: string;
|
|
1760
|
+
readonly _resolvedMaxDate: string;
|
|
1761
|
+
_isDateInValidRange(date: string): boolean;
|
|
1762
|
+
"__#20@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
1763
|
+
"__#20@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
1764
|
+
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
1765
|
+
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
1766
|
+
_onPickerButtonClick: (() => void) & (() => void);
|
|
1767
|
+
_onTitleActionClick(): void;
|
|
1768
|
+
readonly _isPrevYearDisabled: boolean | "";
|
|
1769
|
+
_onPrevYearClick(): void;
|
|
1770
|
+
readonly _isNextYearDisabled: boolean | "";
|
|
1771
|
+
_onNextYearClick(): void;
|
|
1772
|
+
readonly _isPrevMonthDisabled: boolean | "";
|
|
1773
|
+
_onPrevMonthClick(): void;
|
|
1774
|
+
readonly _isNextMonthDisabled: boolean | "";
|
|
1775
|
+
_onNextMonthClick(): void;
|
|
1776
|
+
_numCalendars: number;
|
|
1777
|
+
readonly _segments: import("./calendar-segments/segment").Segment[];
|
|
1778
|
+
_hideDatesOutsideMonth: boolean;
|
|
1779
|
+
_lastFocussedDate: string | null;
|
|
1780
|
+
_isDateInSelectedRange(_: string): boolean;
|
|
1781
|
+
_isDateRangeStart(_: string): boolean;
|
|
1782
|
+
_isDateRangeEnd(_: string): boolean;
|
|
1783
|
+
_onDateMouseEnter(_: string): void;
|
|
1784
|
+
_onDateMouseLeave(_: string): void;
|
|
1785
|
+
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
1786
|
+
_onDateFocus(date: string): void;
|
|
1787
|
+
readonly _tabbableDate: string | null;
|
|
1788
|
+
_monthPickerYear: number | null;
|
|
1789
|
+
readonly _inMonthPicker: boolean;
|
|
1790
|
+
_lastFocussedMonth: import("../../datetime/month").Month | null;
|
|
1791
|
+
_onMonthClick(month: import("../../datetime/month").Month): void;
|
|
1792
|
+
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
1793
|
+
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
1794
|
+
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
1795
|
+
readOnly: boolean;
|
|
1796
|
+
readOnlyChanged(): void;
|
|
1797
|
+
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
1798
|
+
_dialogEl: HTMLElement;
|
|
1799
|
+
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
1800
|
+
connectedCallback(): void;
|
|
1801
|
+
disconnectedCallback(): void;
|
|
1802
|
+
"__#19@#onFocusIn": () => void;
|
|
1803
|
+
"__#19@#onFocusOut": () => void;
|
|
1804
|
+
proxy: HTMLInputElement;
|
|
1805
|
+
validate(): void;
|
|
1806
|
+
_getCustomValidationError(): string | null;
|
|
1807
|
+
"__#19@#localeChangeHandler": {
|
|
1808
|
+
handleChange: () => void;
|
|
1809
|
+
};
|
|
1810
|
+
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
1811
|
+
"__#19@#startObservingLocaleChanges"(): void;
|
|
1812
|
+
"__#19@#stopObservingLocaleChanges"(): void;
|
|
1813
|
+
_popupOpen: boolean;
|
|
1814
|
+
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1815
|
+
"__#19@#openPopupIfPossible"(): void;
|
|
1816
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1817
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1818
|
+
readonly _dialogLabel: string;
|
|
1819
|
+
_presentationValue: string;
|
|
1820
|
+
_presentationValueChanged(): void;
|
|
1821
|
+
_updatePresentationValue: (() => void) & (() => void);
|
|
1822
|
+
readonly _textFieldPlaceholder: string;
|
|
1823
|
+
_textFieldSize?: string | undefined;
|
|
1824
|
+
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
1825
|
+
_onTextFieldChange: (() => void) & (() => void);
|
|
1826
|
+
readonly _pickerButtonLabel: string;
|
|
1827
|
+
readonly _pickerButtonIcon: string;
|
|
1828
|
+
_onOkClick(): void;
|
|
1829
|
+
_onClearClick: (() => void) & (() => void);
|
|
1830
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
1831
|
+
readonly _hasContextualHelp: boolean;
|
|
1832
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
1833
|
+
label?: string | undefined;
|
|
1834
|
+
errorValidationMessage: string;
|
|
1835
|
+
forceErrorDisplay: boolean;
|
|
1836
|
+
hasBeenTouched: boolean;
|
|
1837
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1838
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1839
|
+
readonly validity: ValidityState;
|
|
1840
|
+
readonly form: HTMLFormElement | null;
|
|
1841
|
+
readonly validationMessage: string;
|
|
1842
|
+
readonly willValidate: boolean;
|
|
1843
|
+
readonly labels: readonly Node[];
|
|
1844
|
+
dirtyValue: boolean;
|
|
1845
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1846
|
+
value: string;
|
|
1847
|
+
currentValue: string;
|
|
1848
|
+
initialValue: string;
|
|
1849
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1850
|
+
disabled: boolean;
|
|
1851
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1852
|
+
name: string;
|
|
1853
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1854
|
+
required: boolean;
|
|
1855
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1856
|
+
readonly elementInternals: ElementInternals | null;
|
|
1857
|
+
proxyEventsToBlock: string[];
|
|
1858
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1859
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1860
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1861
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1862
|
+
proxyInitialized: boolean;
|
|
1863
|
+
attachProxy: (() => void) & (() => void);
|
|
1864
|
+
detachProxy: (() => void) & (() => void);
|
|
1865
|
+
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);
|
|
1866
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1867
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2216
1868
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
2217
1869
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2218
1870
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -2584,47 +2236,404 @@ export declare const SingleDatePickerMixin: <T_6 extends AbstractConstructor<{
|
|
|
2584
2236
|
fromDeprecated: (v: any) => any;
|
|
2585
2237
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2586
2238
|
}): void;
|
|
2239
|
+
helperText?: string | undefined;
|
|
2240
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2241
|
+
readonly _feedbackDescribedBy: string;
|
|
2242
|
+
_internalFeedback(): {
|
|
2243
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
2244
|
+
message: string;
|
|
2245
|
+
};
|
|
2246
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2247
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
2248
|
+
helperText?: string | undefined;
|
|
2249
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2250
|
+
readonly _feedbackDescribedBy: string;
|
|
2251
|
+
_internalFeedback(): {
|
|
2252
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
2253
|
+
message: string;
|
|
2254
|
+
};
|
|
2255
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
2256
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
2257
|
+
connectedCallback(): void;
|
|
2258
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
2259
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2260
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2261
|
+
disconnectedCallback(): void;
|
|
2262
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2263
|
+
accessKey: string;
|
|
2264
|
+
readonly accessKeyLabel: string;
|
|
2265
|
+
autocapitalize: string;
|
|
2266
|
+
dir: string;
|
|
2267
|
+
draggable: boolean;
|
|
2268
|
+
hidden: boolean;
|
|
2269
|
+
inert: boolean;
|
|
2270
|
+
innerText: string;
|
|
2271
|
+
lang: string;
|
|
2272
|
+
readonly offsetHeight: number;
|
|
2273
|
+
readonly offsetLeft: number;
|
|
2274
|
+
readonly offsetParent: Element | null;
|
|
2275
|
+
readonly offsetTop: number;
|
|
2276
|
+
readonly offsetWidth: number;
|
|
2277
|
+
outerText: string;
|
|
2278
|
+
spellcheck: boolean;
|
|
2279
|
+
title: string;
|
|
2280
|
+
translate: boolean;
|
|
2281
|
+
attachInternals(): ElementInternals;
|
|
2282
|
+
click(): void;
|
|
2283
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2284
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2285
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2286
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2287
|
+
readonly attributes: NamedNodeMap;
|
|
2288
|
+
readonly classList: DOMTokenList;
|
|
2289
|
+
className: string;
|
|
2290
|
+
readonly clientHeight: number;
|
|
2291
|
+
readonly clientLeft: number;
|
|
2292
|
+
readonly clientTop: number;
|
|
2293
|
+
readonly clientWidth: number;
|
|
2294
|
+
id: string;
|
|
2295
|
+
readonly localName: string;
|
|
2296
|
+
readonly namespaceURI: string | null;
|
|
2297
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
2298
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
2299
|
+
outerHTML: string;
|
|
2300
|
+
readonly ownerDocument: Document;
|
|
2301
|
+
readonly part: DOMTokenList;
|
|
2302
|
+
readonly prefix: string | null;
|
|
2303
|
+
readonly scrollHeight: number;
|
|
2304
|
+
scrollLeft: number;
|
|
2305
|
+
scrollTop: number;
|
|
2306
|
+
readonly scrollWidth: number;
|
|
2307
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
2308
|
+
slot: string;
|
|
2309
|
+
readonly tagName: string;
|
|
2310
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2311
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2312
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
2313
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
2314
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
2315
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
2316
|
+
getAttribute(qualifiedName: string): string | null;
|
|
2317
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2318
|
+
getAttributeNames(): string[];
|
|
2319
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
2320
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
2321
|
+
getBoundingClientRect(): DOMRect;
|
|
2322
|
+
getClientRects(): DOMRectList;
|
|
2323
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2324
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
2325
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
2326
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
2327
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
2328
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2329
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2330
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
2331
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
2332
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
2333
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
2334
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
2335
|
+
hasAttributes(): boolean;
|
|
2336
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
2337
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
2338
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
2339
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
2340
|
+
matches(selectors: string): boolean;
|
|
2341
|
+
releasePointerCapture(pointerId: number): void;
|
|
2342
|
+
removeAttribute(qualifiedName: string): void;
|
|
2343
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
2344
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
2345
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
2346
|
+
requestPointerLock(): void;
|
|
2347
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
2348
|
+
scroll(x: number, y: number): void;
|
|
2349
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
2350
|
+
scrollBy(x: number, y: number): void;
|
|
2351
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
2352
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
2353
|
+
scrollTo(x: number, y: number): void;
|
|
2354
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
2355
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
2356
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
2357
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
2358
|
+
setPointerCapture(pointerId: number): void;
|
|
2359
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
2360
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
2361
|
+
readonly baseURI: string;
|
|
2362
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
2363
|
+
readonly firstChild: ChildNode | null;
|
|
2364
|
+
readonly isConnected: boolean;
|
|
2365
|
+
readonly lastChild: ChildNode | null;
|
|
2366
|
+
readonly nextSibling: ChildNode | null;
|
|
2367
|
+
readonly nodeName: string;
|
|
2368
|
+
readonly nodeType: number;
|
|
2369
|
+
nodeValue: string | null;
|
|
2370
|
+
readonly parentElement: HTMLElement | null;
|
|
2371
|
+
readonly parentNode: ParentNode | null;
|
|
2372
|
+
readonly previousSibling: ChildNode | null;
|
|
2373
|
+
textContent: string | null;
|
|
2374
|
+
appendChild<T extends Node>(node: T): T;
|
|
2375
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
2376
|
+
compareDocumentPosition(other: Node): number;
|
|
2377
|
+
contains(other: Node | null): boolean;
|
|
2378
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2379
|
+
hasChildNodes(): boolean;
|
|
2380
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
2381
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
2382
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
2383
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
2384
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
2385
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
2386
|
+
normalize(): void;
|
|
2387
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
2388
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
2389
|
+
readonly ELEMENT_NODE: 1;
|
|
2390
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
2391
|
+
readonly TEXT_NODE: 3;
|
|
2392
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
2393
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
2394
|
+
readonly ENTITY_NODE: 6;
|
|
2395
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
2396
|
+
readonly COMMENT_NODE: 8;
|
|
2397
|
+
readonly DOCUMENT_NODE: 9;
|
|
2398
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
2399
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
2400
|
+
readonly NOTATION_NODE: 12;
|
|
2401
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
2402
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
2403
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
2404
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
2405
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
2406
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
2407
|
+
dispatchEvent(event: Event): boolean;
|
|
2408
|
+
ariaAtomic: string | null;
|
|
2409
|
+
ariaAutoComplete: string | null;
|
|
2410
|
+
ariaBusy: string | null;
|
|
2411
|
+
ariaChecked: string | null;
|
|
2412
|
+
ariaColCount: string | null;
|
|
2413
|
+
ariaColIndex: string | null;
|
|
2414
|
+
ariaColSpan: string | null;
|
|
2415
|
+
ariaCurrent: string | null;
|
|
2416
|
+
ariaDisabled: string | null;
|
|
2417
|
+
ariaExpanded: string | null;
|
|
2418
|
+
ariaHasPopup: string | null;
|
|
2419
|
+
ariaHidden: string | null;
|
|
2420
|
+
ariaInvalid: string | null;
|
|
2421
|
+
ariaKeyShortcuts: string | null;
|
|
2422
|
+
ariaLabel: string | null;
|
|
2423
|
+
ariaLevel: string | null;
|
|
2424
|
+
ariaLive: string | null;
|
|
2425
|
+
ariaModal: string | null;
|
|
2426
|
+
ariaMultiLine: string | null;
|
|
2427
|
+
ariaMultiSelectable: string | null;
|
|
2428
|
+
ariaOrientation: string | null;
|
|
2429
|
+
ariaPlaceholder: string | null;
|
|
2430
|
+
ariaPosInSet: string | null;
|
|
2431
|
+
ariaPressed: string | null;
|
|
2432
|
+
ariaReadOnly: string | null;
|
|
2433
|
+
ariaRequired: string | null;
|
|
2434
|
+
ariaRoleDescription: string | null;
|
|
2435
|
+
ariaRowCount: string | null;
|
|
2436
|
+
ariaRowIndex: string | null;
|
|
2437
|
+
ariaRowSpan: string | null;
|
|
2438
|
+
ariaSelected: string | null;
|
|
2439
|
+
ariaSetSize: string | null;
|
|
2440
|
+
ariaSort: string | null;
|
|
2441
|
+
ariaValueMax: string | null;
|
|
2442
|
+
ariaValueMin: string | null;
|
|
2443
|
+
ariaValueNow: string | null;
|
|
2444
|
+
ariaValueText: string | null;
|
|
2445
|
+
role: string | null;
|
|
2446
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
2447
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
2448
|
+
after(...nodes: (string | Node)[]): void;
|
|
2449
|
+
before(...nodes: (string | Node)[]): void;
|
|
2450
|
+
remove(): void;
|
|
2451
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
2452
|
+
innerHTML: string;
|
|
2453
|
+
readonly nextElementSibling: Element | null;
|
|
2454
|
+
readonly previousElementSibling: Element | null;
|
|
2455
|
+
readonly childElementCount: number;
|
|
2456
|
+
readonly children: HTMLCollection;
|
|
2457
|
+
readonly firstElementChild: Element | null;
|
|
2458
|
+
readonly lastElementChild: Element | null;
|
|
2459
|
+
append(...nodes: (string | Node)[]): void;
|
|
2460
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
2461
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
2462
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
2463
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
2464
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
2465
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
2466
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
2467
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
2468
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
2469
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
2470
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2471
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
2472
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2473
|
+
readonly style: CSSStyleDeclaration;
|
|
2474
|
+
contentEditable: string;
|
|
2475
|
+
enterKeyHint: string;
|
|
2476
|
+
inputMode: string;
|
|
2477
|
+
readonly isContentEditable: boolean;
|
|
2478
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2479
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2480
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2481
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2482
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
2483
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2484
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
2485
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2486
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2487
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2488
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2489
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2490
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2491
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2492
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2493
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2494
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2495
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2496
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2497
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2498
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2499
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2500
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2501
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2502
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2503
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
2504
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2505
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2506
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2507
|
+
onerror: OnErrorEventHandler;
|
|
2508
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
2509
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
2510
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2511
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2512
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2513
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2514
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2515
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
2516
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2517
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2518
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2519
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2520
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2521
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2522
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2523
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2524
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2525
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2526
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2527
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
2528
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2529
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2530
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2531
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2532
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2533
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2534
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2535
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2536
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2537
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2538
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2539
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
2540
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
2541
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2542
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2543
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
2544
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2545
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
2546
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2547
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2548
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2549
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2550
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2551
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2552
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2553
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
2554
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2555
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2556
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2557
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2558
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2559
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2560
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
2561
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2562
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2563
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2564
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
2565
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2566
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2567
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2568
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2569
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2570
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
2571
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
2572
|
+
autofocus: boolean;
|
|
2573
|
+
readonly dataset: DOMStringMap;
|
|
2574
|
+
nonce?: string | undefined;
|
|
2575
|
+
tabIndex: number;
|
|
2576
|
+
blur(): void;
|
|
2577
|
+
focus(options?: FocusOptions | undefined): void;
|
|
2578
|
+
ariaColIndexText: string | null;
|
|
2579
|
+
ariaDescription: string | null;
|
|
2580
|
+
ariaRowIndexText: string | null;
|
|
2581
|
+
ariaRelevant: string | null;
|
|
2582
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
2583
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
2584
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
2585
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
2586
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
2587
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
2588
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
2589
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2590
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
2591
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
2592
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2593
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
2594
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
2595
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
2596
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
2597
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
2598
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
2599
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
2600
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
2601
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
2602
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
2603
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
2604
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
2605
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
2606
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
2607
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
2608
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
2609
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
2610
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
2611
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
2612
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
2613
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
2614
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
2615
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
2616
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
2617
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
2618
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
2619
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
2620
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
2621
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
2622
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
2623
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
2624
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
2625
|
+
newPropertyName: string;
|
|
2626
|
+
deprecatedPropertyName: string;
|
|
2627
|
+
fromDeprecated: (v: any) => any;
|
|
2628
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
2629
|
+
}): void;
|
|
2630
|
+
}, any>;
|
|
2587
2631
|
errorText?: string | undefined;
|
|
2588
2632
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2589
2633
|
"__#4@#blockValidateCalls": boolean;
|
|
2590
2634
|
"__#4@#originalValidateFn": () => void;
|
|
2591
2635
|
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
2592
2636
|
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
2593
|
-
label?: string | undefined;
|
|
2594
|
-
errorValidationMessage: string;
|
|
2595
|
-
forceErrorDisplay: boolean;
|
|
2596
|
-
hasBeenTouched: boolean;
|
|
2597
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
2598
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2599
|
-
readonly validity: ValidityState;
|
|
2600
|
-
readonly form: HTMLFormElement | null;
|
|
2601
|
-
readonly validationMessage: string;
|
|
2602
|
-
readonly willValidate: boolean;
|
|
2603
|
-
readonly labels: readonly Node[];
|
|
2604
|
-
dirtyValue: boolean;
|
|
2605
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
2606
|
-
value: string;
|
|
2607
|
-
currentValue: string;
|
|
2608
|
-
initialValue: string;
|
|
2609
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2610
|
-
disabled: boolean;
|
|
2611
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2612
|
-
name: string;
|
|
2613
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2614
|
-
required: boolean;
|
|
2615
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2616
|
-
readonly elementInternals: ElementInternals | null;
|
|
2617
|
-
proxyEventsToBlock: string[];
|
|
2618
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
2619
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
2620
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
2621
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2622
|
-
proxyInitialized: boolean;
|
|
2623
|
-
attachProxy: (() => void) & (() => void);
|
|
2624
|
-
detachProxy: (() => void) & (() => void);
|
|
2625
|
-
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);
|
|
2626
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2627
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2628
2637
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2629
2638
|
readonly locale: import("../../localization/Locale").Locale;
|
|
2630
2639
|
_isValidValue(value: string): boolean;
|