@vonage/vivid 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/audio-player/definition.cjs +37 -4
- package/audio-player/definition.js +37 -4
- package/audio-player/index.cjs +25 -25
- package/audio-player/index.js +86 -62
- package/bundled/definition13.cjs +2 -2
- package/bundled/definition13.js +4 -4
- package/bundled/definition19.cjs +18 -15
- package/bundled/definition19.js +85 -77
- package/bundled/definition6.cjs +6 -6
- package/bundled/definition6.js +34 -31
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +2 -1
- package/bundled/picker-field.template.cjs +18 -13
- package/bundled/picker-field.template.js +44 -36
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/bundled/with-contextual-help.cjs +1 -1
- package/bundled/with-contextual-help.js +17 -7
- package/combobox/definition.cjs +12 -5
- package/combobox/definition.js +12 -5
- package/combobox/index.cjs +15 -11
- package/combobox/index.js +83 -76
- package/custom-elements.json +95 -3
- package/dial-pad/definition.cjs +51 -1
- package/dial-pad/definition.js +52 -2
- package/dial-pad/index.cjs +21 -18
- package/dial-pad/index.js +123 -92
- package/file-picker/definition.cjs +14 -5
- package/file-picker/definition.js +15 -6
- package/file-picker/index.cjs +12 -9
- package/file-picker/index.js +102 -92
- package/lib/audio-player/audio-player.d.ts +4 -0
- package/lib/combobox/combobox.d.ts +483 -66
- package/lib/date-picker/date-picker.d.ts +839 -827
- package/lib/date-range-picker/date-range-picker.d.ts +580 -574
- package/lib/date-time-picker/date-time-picker.d.ts +863 -851
- package/lib/dial-pad/dial-pad.template.d.ts +1 -1
- package/lib/dial-pad/locale.d.ts +1 -0
- package/lib/file-picker/file-picker.d.ts +483 -66
- package/lib/menu/menu.d.ts +1 -0
- package/lib/number-field/number-field.d.ts +1 -0
- package/lib/searchable-select/searchable-select.d.ts +505 -88
- package/lib/select/select.d.ts +470 -53
- package/lib/text-area/text-area.d.ts +1 -0
- package/lib/text-field/text-field.d.ts +1 -0
- package/lib/time-picker/time-picker.d.ts +551 -545
- package/locales/de-DE.cjs +2 -1
- package/locales/de-DE.js +2 -1
- package/locales/en-GB.cjs +2 -1
- package/locales/en-GB.js +2 -1
- package/locales/en-US.cjs +2 -1
- package/locales/en-US.js +2 -1
- package/locales/ja-JP.cjs +2 -1
- package/locales/ja-JP.js +2 -1
- package/locales/zh-CN.cjs +2 -1
- package/locales/zh-CN.js +2 -1
- package/menu/definition.cjs +6 -2
- package/menu/definition.js +7 -3
- package/number-field/definition.cjs +2 -2
- package/number-field/definition.js +3 -3
- package/number-field/index.cjs +9 -9
- package/number-field/index.js +28 -27
- package/package.json +1 -1
- package/searchable-select/definition.cjs +27 -18
- package/searchable-select/definition.js +28 -19
- package/searchable-select/index.cjs +28 -25
- package/searchable-select/index.js +150 -141
- package/select/definition.cjs +14 -6
- package/select/definition.js +14 -6
- package/shared/patterns/form-elements/index.d.ts +1 -0
- package/shared/patterns/form-elements/with-contextual-help.d.ts +1 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +442 -439
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +442 -439
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +584 -578
- package/shared/picker-field/mixins/single-date-picker.d.ts +696 -687
- package/shared/picker-field/mixins/single-value-picker.d.ts +441 -438
- package/shared/picker-field/mixins/time-selection-picker.d.ts +562 -556
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +551 -545
- package/shared/picker-field/picker-field.d.ts +483 -66
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/text-area/definition.cjs +1 -1
- package/text-area/definition.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/definition.cjs +1 -1
- package/text-field/definition.js +1 -1
- package/unbundled/picker-field.template.cjs +11 -3
- package/unbundled/picker-field.template.js +11 -3
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/unbundled/with-contextual-help.cjs +11 -0
- package/unbundled/with-contextual-help.js +11 -0
- package/vivid.api.json +30 -0
|
@@ -81,398 +81,45 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
81
81
|
readonly _pickerButtonIcon: string;
|
|
82
82
|
_onOkClick(): void;
|
|
83
83
|
_onClearClick(): void;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
spellcheck: boolean;
|
|
124
|
-
title: string;
|
|
125
|
-
translate: boolean;
|
|
126
|
-
attachInternals(): ElementInternals;
|
|
127
|
-
click(): void;
|
|
128
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
129
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
130
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
131
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
132
|
-
readonly attributes: NamedNodeMap;
|
|
133
|
-
readonly classList: DOMTokenList;
|
|
134
|
-
className: string;
|
|
135
|
-
readonly clientHeight: number;
|
|
136
|
-
readonly clientLeft: number;
|
|
137
|
-
readonly clientTop: number;
|
|
138
|
-
readonly clientWidth: number;
|
|
139
|
-
id: string;
|
|
140
|
-
readonly localName: string;
|
|
141
|
-
readonly namespaceURI: string | null;
|
|
142
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
143
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
144
|
-
outerHTML: string;
|
|
145
|
-
readonly ownerDocument: Document;
|
|
146
|
-
readonly part: DOMTokenList;
|
|
147
|
-
readonly prefix: string | null;
|
|
148
|
-
readonly scrollHeight: number;
|
|
149
|
-
scrollLeft: number;
|
|
150
|
-
scrollTop: number;
|
|
151
|
-
readonly scrollWidth: number;
|
|
152
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
153
|
-
slot: string;
|
|
154
|
-
readonly tagName: string;
|
|
155
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
156
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
157
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
158
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
159
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
160
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
161
|
-
getAttribute(qualifiedName: string): string | null;
|
|
162
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
163
|
-
getAttributeNames(): string[];
|
|
164
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
165
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
166
|
-
getBoundingClientRect(): DOMRect;
|
|
167
|
-
getClientRects(): DOMRectList;
|
|
168
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
169
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
170
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
171
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
172
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
173
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
174
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
175
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
176
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
177
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
178
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
179
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
180
|
-
hasAttributes(): boolean;
|
|
181
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
182
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
183
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
184
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
185
|
-
matches(selectors: string): boolean;
|
|
186
|
-
releasePointerCapture(pointerId: number): void;
|
|
187
|
-
removeAttribute(qualifiedName: string): void;
|
|
188
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
189
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
190
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
191
|
-
requestPointerLock(): void;
|
|
192
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
193
|
-
scroll(x: number, y: number): void;
|
|
194
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
195
|
-
scrollBy(x: number, y: number): void;
|
|
196
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
197
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
198
|
-
scrollTo(x: number, y: number): void;
|
|
199
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
200
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
201
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
202
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
203
|
-
setPointerCapture(pointerId: number): void;
|
|
204
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
205
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
206
|
-
readonly baseURI: string;
|
|
207
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
208
|
-
readonly firstChild: ChildNode | null;
|
|
209
|
-
readonly isConnected: boolean;
|
|
210
|
-
readonly lastChild: ChildNode | null;
|
|
211
|
-
readonly nextSibling: ChildNode | null;
|
|
212
|
-
readonly nodeName: string;
|
|
213
|
-
readonly nodeType: number;
|
|
214
|
-
nodeValue: string | null;
|
|
215
|
-
readonly parentElement: HTMLElement | null;
|
|
216
|
-
readonly parentNode: ParentNode | null;
|
|
217
|
-
readonly previousSibling: ChildNode | null;
|
|
218
|
-
textContent: string | null;
|
|
219
|
-
appendChild<T extends Node>(node: T): T;
|
|
220
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
221
|
-
compareDocumentPosition(other: Node): number;
|
|
222
|
-
contains(other: Node | null): boolean;
|
|
223
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
224
|
-
hasChildNodes(): boolean;
|
|
225
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
226
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
227
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
228
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
229
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
230
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
231
|
-
normalize(): void;
|
|
232
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
233
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
234
|
-
readonly ELEMENT_NODE: 1;
|
|
235
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
236
|
-
readonly TEXT_NODE: 3;
|
|
237
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
238
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
239
|
-
readonly ENTITY_NODE: 6;
|
|
240
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
241
|
-
readonly COMMENT_NODE: 8;
|
|
242
|
-
readonly DOCUMENT_NODE: 9;
|
|
243
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
244
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
245
|
-
readonly NOTATION_NODE: 12;
|
|
246
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
247
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
248
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
249
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
250
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
251
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
252
|
-
dispatchEvent(event: Event): boolean;
|
|
253
|
-
ariaAtomic: string | null;
|
|
254
|
-
ariaAutoComplete: string | null;
|
|
255
|
-
ariaBusy: string | null;
|
|
256
|
-
ariaChecked: string | null;
|
|
257
|
-
ariaColCount: string | null;
|
|
258
|
-
ariaColIndex: string | null;
|
|
259
|
-
ariaColSpan: string | null;
|
|
260
|
-
ariaCurrent: string | null;
|
|
261
|
-
ariaDisabled: string | null;
|
|
262
|
-
ariaExpanded: string | null;
|
|
263
|
-
ariaHasPopup: string | null;
|
|
264
|
-
ariaHidden: string | null;
|
|
265
|
-
ariaInvalid: string | null;
|
|
266
|
-
ariaKeyShortcuts: string | null;
|
|
267
|
-
ariaLabel: string | null;
|
|
268
|
-
ariaLevel: string | null;
|
|
269
|
-
ariaLive: string | null;
|
|
270
|
-
ariaModal: string | null;
|
|
271
|
-
ariaMultiLine: string | null;
|
|
272
|
-
ariaMultiSelectable: string | null;
|
|
273
|
-
ariaOrientation: string | null;
|
|
274
|
-
ariaPlaceholder: string | null;
|
|
275
|
-
ariaPosInSet: string | null;
|
|
276
|
-
ariaPressed: string | null;
|
|
277
|
-
ariaReadOnly: string | null;
|
|
278
|
-
ariaRequired: string | null;
|
|
279
|
-
ariaRoleDescription: string | null;
|
|
280
|
-
ariaRowCount: string | null;
|
|
281
|
-
ariaRowIndex: string | null;
|
|
282
|
-
ariaRowSpan: string | null;
|
|
283
|
-
ariaSelected: string | null;
|
|
284
|
-
ariaSetSize: string | null;
|
|
285
|
-
ariaSort: string | null;
|
|
286
|
-
ariaValueMax: string | null;
|
|
287
|
-
ariaValueMin: string | null;
|
|
288
|
-
ariaValueNow: string | null;
|
|
289
|
-
ariaValueText: string | null;
|
|
290
|
-
role: string | null;
|
|
291
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
292
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
293
|
-
after(...nodes: (string | Node)[]): void;
|
|
294
|
-
before(...nodes: (string | Node)[]): void;
|
|
295
|
-
remove(): void;
|
|
296
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
297
|
-
innerHTML: string;
|
|
298
|
-
readonly nextElementSibling: Element | null;
|
|
299
|
-
readonly previousElementSibling: Element | null;
|
|
300
|
-
readonly childElementCount: number;
|
|
301
|
-
readonly children: HTMLCollection;
|
|
302
|
-
readonly firstElementChild: Element | null;
|
|
303
|
-
readonly lastElementChild: Element | null;
|
|
304
|
-
append(...nodes: (string | Node)[]): void;
|
|
305
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
306
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
307
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
308
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
309
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
310
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
311
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
312
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
313
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
314
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
315
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
316
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
317
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
318
|
-
readonly style: CSSStyleDeclaration;
|
|
319
|
-
contentEditable: string;
|
|
320
|
-
enterKeyHint: string;
|
|
321
|
-
inputMode: string;
|
|
322
|
-
readonly isContentEditable: boolean;
|
|
323
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
324
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
325
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
326
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
327
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
328
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
329
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
330
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
331
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
336
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
338
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
339
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
341
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
342
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
343
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
344
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
345
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
346
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
347
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
348
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
349
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
350
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
351
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
352
|
-
onerror: OnErrorEventHandler;
|
|
353
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
354
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
355
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
356
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
359
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
360
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
361
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
366
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
367
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
368
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
369
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
370
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
371
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
372
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
373
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
374
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
375
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
378
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
379
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
380
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
381
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
382
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
383
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
384
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
385
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
386
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
387
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
388
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
389
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
390
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
391
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
392
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
399
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
400
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
401
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
402
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
403
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
404
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
405
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
406
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
407
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
408
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
409
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
410
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
411
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
412
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
413
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
414
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
415
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
416
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
417
|
-
autofocus: boolean;
|
|
418
|
-
readonly dataset: DOMStringMap;
|
|
419
|
-
nonce?: string | undefined;
|
|
420
|
-
tabIndex: number;
|
|
421
|
-
blur(): void;
|
|
422
|
-
focus(options?: FocusOptions | undefined): void;
|
|
423
|
-
ariaColIndexText: string | null;
|
|
424
|
-
ariaDescription: string | null;
|
|
425
|
-
ariaRowIndexText: string | null;
|
|
426
|
-
ariaRelevant: string | null;
|
|
427
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
428
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
429
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
430
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
431
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
432
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
433
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
434
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
435
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
436
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
437
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
438
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
439
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
440
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
441
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
442
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
443
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
444
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
445
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
446
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
447
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
448
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
449
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
450
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
451
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
452
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
453
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
454
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
455
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
456
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
457
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
458
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
459
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
460
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
461
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
462
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
463
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
464
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
465
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
466
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
467
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
468
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
469
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
470
|
-
newPropertyName: string;
|
|
471
|
-
deprecatedPropertyName: string;
|
|
472
|
-
fromDeprecated: (v: any) => any;
|
|
473
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
474
|
-
}): void;
|
|
475
|
-
}, any>;
|
|
84
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
85
|
+
readonly _hasContextualHelp: boolean;
|
|
86
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
87
|
+
label?: string | undefined;
|
|
88
|
+
errorValidationMessage: string;
|
|
89
|
+
forceErrorDisplay: boolean;
|
|
90
|
+
hasBeenTouched: boolean;
|
|
91
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
92
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
93
|
+
readonly validity: ValidityState;
|
|
94
|
+
readonly form: HTMLFormElement | null;
|
|
95
|
+
readonly validationMessage: string;
|
|
96
|
+
readonly willValidate: boolean;
|
|
97
|
+
readonly labels: readonly Node[];
|
|
98
|
+
dirtyValue: boolean;
|
|
99
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
100
|
+
value: string;
|
|
101
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
102
|
+
currentValue: string;
|
|
103
|
+
initialValue: string;
|
|
104
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
105
|
+
disabled: boolean;
|
|
106
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
107
|
+
name: string;
|
|
108
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
109
|
+
required: boolean;
|
|
110
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
111
|
+
readonly elementInternals: ElementInternals | null;
|
|
112
|
+
proxyEventsToBlock: string[];
|
|
113
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
114
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
115
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
116
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
117
|
+
proxyInitialized: boolean;
|
|
118
|
+
attachProxy: (() => void) & (() => void);
|
|
119
|
+
detachProxy: (() => void) & (() => void);
|
|
120
|
+
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
121
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
122
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
476
123
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
477
124
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
478
125
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -497,9 +144,9 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
497
144
|
translate: boolean;
|
|
498
145
|
attachInternals(): ElementInternals;
|
|
499
146
|
click(): void;
|
|
500
|
-
addEventListener<
|
|
147
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
501
148
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
502
|
-
removeEventListener<
|
|
149
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
503
150
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
504
151
|
readonly attributes: NamedNodeMap;
|
|
505
152
|
readonly classList: DOMTokenList;
|
|
@@ -526,10 +173,10 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
526
173
|
readonly tagName: string;
|
|
527
174
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
528
175
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
529
|
-
closest<
|
|
530
|
-
closest<
|
|
531
|
-
closest<
|
|
532
|
-
closest<
|
|
176
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
177
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
178
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
179
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
533
180
|
getAttribute(qualifiedName: string): string | null;
|
|
534
181
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
535
182
|
getAttributeNames(): string[];
|
|
@@ -538,10 +185,10 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
538
185
|
getBoundingClientRect(): DOMRect;
|
|
539
186
|
getClientRects(): DOMRectList;
|
|
540
187
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
541
|
-
getElementsByTagName<
|
|
542
|
-
getElementsByTagName<
|
|
543
|
-
getElementsByTagName<
|
|
544
|
-
getElementsByTagName<
|
|
188
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
189
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
190
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
191
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
545
192
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
546
193
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
547
194
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -594,7 +241,7 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
594
241
|
contains(other: Node | null): boolean;
|
|
595
242
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
596
243
|
hasChildNodes(): boolean;
|
|
597
|
-
insertBefore<
|
|
244
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
598
245
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
599
246
|
isEqualNode(otherNode: Node | null): boolean;
|
|
600
247
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -844,134 +491,6 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
844
491
|
fromDeprecated: (v: any) => any;
|
|
845
492
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
846
493
|
}): void;
|
|
847
|
-
errorText?: string | undefined;
|
|
848
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
849
|
-
"__#4@#blockValidateCalls": boolean;
|
|
850
|
-
"__#4@#originalValidateFn": () => void;
|
|
851
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
852
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
853
|
-
label?: string | undefined;
|
|
854
|
-
errorValidationMessage: string;
|
|
855
|
-
forceErrorDisplay: boolean;
|
|
856
|
-
hasBeenTouched: boolean;
|
|
857
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
858
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
859
|
-
readonly validity: ValidityState;
|
|
860
|
-
readonly form: HTMLFormElement | null;
|
|
861
|
-
readonly validationMessage: string;
|
|
862
|
-
readonly willValidate: boolean;
|
|
863
|
-
readonly labels: readonly Node[];
|
|
864
|
-
dirtyValue: boolean;
|
|
865
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
866
|
-
value: string;
|
|
867
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
868
|
-
currentValue: string;
|
|
869
|
-
initialValue: string;
|
|
870
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
871
|
-
disabled: boolean;
|
|
872
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
873
|
-
name: string;
|
|
874
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
875
|
-
required: boolean;
|
|
876
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
877
|
-
readonly elementInternals: ElementInternals | null;
|
|
878
|
-
proxyEventsToBlock: string[];
|
|
879
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
880
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
881
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
882
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
883
|
-
proxyInitialized: boolean;
|
|
884
|
-
attachProxy: (() => void) & (() => void);
|
|
885
|
-
detachProxy: (() => void) & (() => void);
|
|
886
|
-
setFormValue: ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void) & ((value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void);
|
|
887
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
888
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
889
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
890
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
891
|
-
} & import("../picker-field").PickerField>>(SuperClass: T_5) => (abstract new (...args: any[]) => {
|
|
892
|
-
min: string;
|
|
893
|
-
minChanged(_: string, newMin: string): void;
|
|
894
|
-
readonly _resolvedMinDate: string;
|
|
895
|
-
max: string;
|
|
896
|
-
maxChanged(_: string, newMax: string): void;
|
|
897
|
-
readonly _resolvedMaxDate: string;
|
|
898
|
-
_selectedMonth: import("../../datetime/month").Month;
|
|
899
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
900
|
-
_currentDate: string;
|
|
901
|
-
_currentMonth: import("../../datetime/month").Month;
|
|
902
|
-
_isDateInValidRange(date: string): boolean;
|
|
903
|
-
"__#20@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
904
|
-
"__#20@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
905
|
-
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
906
|
-
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
907
|
-
_onPickerButtonClick: (() => void) & (() => void);
|
|
908
|
-
_onTitleActionClick(): void;
|
|
909
|
-
readonly _isPrevYearDisabled: boolean | "";
|
|
910
|
-
_onPrevYearClick(): void;
|
|
911
|
-
readonly _isNextYearDisabled: boolean | "";
|
|
912
|
-
_onNextYearClick(): void;
|
|
913
|
-
readonly _isPrevMonthDisabled: boolean | "";
|
|
914
|
-
_onPrevMonthClick(): void;
|
|
915
|
-
readonly _isNextMonthDisabled: boolean | "";
|
|
916
|
-
_onNextMonthClick(): void;
|
|
917
|
-
_numCalendars: number;
|
|
918
|
-
readonly _segments: import("./calendar-segments/segment").Segment[];
|
|
919
|
-
_hideDatesOutsideMonth: boolean;
|
|
920
|
-
_lastFocussedDate: string | null;
|
|
921
|
-
_isDateSelected(_: string): boolean;
|
|
922
|
-
_isDateAriaSelected(date: string): boolean;
|
|
923
|
-
_isDateInSelectedRange(_: string): boolean;
|
|
924
|
-
_isDateRangeStart(_: string): boolean;
|
|
925
|
-
_isDateRangeEnd(_: string): boolean;
|
|
926
|
-
_getSelectedDates(): string[];
|
|
927
|
-
_onDateMouseEnter(_: string): void;
|
|
928
|
-
_onDateMouseLeave(_: string): void;
|
|
929
|
-
_onDateClick(date: string): void;
|
|
930
|
-
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
931
|
-
_onDateFocus(date: string): void;
|
|
932
|
-
readonly _tabbableDate: string | null;
|
|
933
|
-
_monthPickerYear: number | null;
|
|
934
|
-
readonly _inMonthPicker: boolean;
|
|
935
|
-
_lastFocussedMonth: import("../../datetime/month").Month | null;
|
|
936
|
-
_onMonthClick(month: import("../../datetime/month").Month): void;
|
|
937
|
-
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
938
|
-
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
939
|
-
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
940
|
-
readOnly: boolean;
|
|
941
|
-
readOnlyChanged(): void;
|
|
942
|
-
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
943
|
-
_dialogEl: HTMLElement;
|
|
944
|
-
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
945
|
-
connectedCallback(): void;
|
|
946
|
-
disconnectedCallback(): void;
|
|
947
|
-
"__#19@#onFocusIn": () => void;
|
|
948
|
-
"__#19@#onFocusOut": () => void;
|
|
949
|
-
proxy: HTMLInputElement;
|
|
950
|
-
validate(): void;
|
|
951
|
-
_getCustomValidationError(): string | null;
|
|
952
|
-
"__#19@#localeChangeHandler": {
|
|
953
|
-
handleChange: () => void;
|
|
954
|
-
};
|
|
955
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
956
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
957
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
958
|
-
_popupOpen: boolean;
|
|
959
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
960
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
961
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
962
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
963
|
-
readonly _dialogLabel: string;
|
|
964
|
-
_presentationValue: string;
|
|
965
|
-
_presentationValueChanged(): void;
|
|
966
|
-
_updatePresentationValue(): void;
|
|
967
|
-
readonly _textFieldPlaceholder: string;
|
|
968
|
-
_textFieldSize?: string | undefined;
|
|
969
|
-
_onTextFieldInput(event: Event): void;
|
|
970
|
-
_onTextFieldChange(): void;
|
|
971
|
-
readonly _pickerButtonLabel: string;
|
|
972
|
-
readonly _pickerButtonIcon: string;
|
|
973
|
-
_onOkClick(): void;
|
|
974
|
-
_onClearClick(): void;
|
|
975
494
|
helperText?: string | undefined;
|
|
976
495
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
977
496
|
readonly _feedbackDescribedBy: string;
|
|
@@ -1016,9 +535,9 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
1016
535
|
translate: boolean;
|
|
1017
536
|
attachInternals(): ElementInternals;
|
|
1018
537
|
click(): void;
|
|
1019
|
-
addEventListener<
|
|
538
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1020
539
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1021
|
-
removeEventListener<
|
|
540
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1022
541
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1023
542
|
readonly attributes: NamedNodeMap;
|
|
1024
543
|
readonly classList: DOMTokenList;
|
|
@@ -1045,10 +564,10 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
1045
564
|
readonly tagName: string;
|
|
1046
565
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1047
566
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1048
|
-
closest<
|
|
1049
|
-
closest<
|
|
1050
|
-
closest<
|
|
1051
|
-
closest<
|
|
567
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
568
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
569
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
570
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1052
571
|
getAttribute(qualifiedName: string): string | null;
|
|
1053
572
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1054
573
|
getAttributeNames(): string[];
|
|
@@ -1057,10 +576,10 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
1057
576
|
getBoundingClientRect(): DOMRect;
|
|
1058
577
|
getClientRects(): DOMRectList;
|
|
1059
578
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1060
|
-
getElementsByTagName<
|
|
1061
|
-
getElementsByTagName<
|
|
1062
|
-
getElementsByTagName<
|
|
1063
|
-
getElementsByTagName<
|
|
579
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
580
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
581
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
582
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1064
583
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1065
584
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1066
585
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1113,7 +632,7 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
1113
632
|
contains(other: Node | null): boolean;
|
|
1114
633
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1115
634
|
hasChildNodes(): boolean;
|
|
1116
|
-
insertBefore<
|
|
635
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1117
636
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1118
637
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1119
638
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1364,6 +883,137 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
1364
883
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1365
884
|
}): void;
|
|
1366
885
|
}, any>;
|
|
886
|
+
errorText?: string | undefined;
|
|
887
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
888
|
+
"__#4@#blockValidateCalls": boolean;
|
|
889
|
+
"__#4@#originalValidateFn": () => void;
|
|
890
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
891
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
892
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
893
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
894
|
+
} & import("../picker-field").PickerField>>(SuperClass: T_5) => (abstract new (...args: any[]) => {
|
|
895
|
+
min: string;
|
|
896
|
+
minChanged(_: string, newMin: string): void;
|
|
897
|
+
readonly _resolvedMinDate: string;
|
|
898
|
+
max: string;
|
|
899
|
+
maxChanged(_: string, newMax: string): void;
|
|
900
|
+
readonly _resolvedMaxDate: string;
|
|
901
|
+
_selectedMonth: import("../../datetime/month").Month;
|
|
902
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
903
|
+
_currentDate: string;
|
|
904
|
+
_currentMonth: import("../../datetime/month").Month;
|
|
905
|
+
_isDateInValidRange(date: string): boolean;
|
|
906
|
+
"__#20@#isMonthAfterValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
907
|
+
"__#20@#isMonthBeforeValidRange"(month: import("../../datetime/month").Month): boolean | "";
|
|
908
|
+
_isMonthInValidRange(month: import("../../datetime/month").Month): boolean;
|
|
909
|
+
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
910
|
+
_onPickerButtonClick: (() => void) & (() => void);
|
|
911
|
+
_onTitleActionClick(): void;
|
|
912
|
+
readonly _isPrevYearDisabled: boolean | "";
|
|
913
|
+
_onPrevYearClick(): void;
|
|
914
|
+
readonly _isNextYearDisabled: boolean | "";
|
|
915
|
+
_onNextYearClick(): void;
|
|
916
|
+
readonly _isPrevMonthDisabled: boolean | "";
|
|
917
|
+
_onPrevMonthClick(): void;
|
|
918
|
+
readonly _isNextMonthDisabled: boolean | "";
|
|
919
|
+
_onNextMonthClick(): void;
|
|
920
|
+
_numCalendars: number;
|
|
921
|
+
readonly _segments: import("./calendar-segments/segment").Segment[];
|
|
922
|
+
_hideDatesOutsideMonth: boolean;
|
|
923
|
+
_lastFocussedDate: string | null;
|
|
924
|
+
_isDateSelected(_: string): boolean;
|
|
925
|
+
_isDateAriaSelected(date: string): boolean;
|
|
926
|
+
_isDateInSelectedRange(_: string): boolean;
|
|
927
|
+
_isDateRangeStart(_: string): boolean;
|
|
928
|
+
_isDateRangeEnd(_: string): boolean;
|
|
929
|
+
_getSelectedDates(): string[];
|
|
930
|
+
_onDateMouseEnter(_: string): void;
|
|
931
|
+
_onDateMouseLeave(_: string): void;
|
|
932
|
+
_onDateClick(date: string): void;
|
|
933
|
+
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
934
|
+
_onDateFocus(date: string): void;
|
|
935
|
+
readonly _tabbableDate: string | null;
|
|
936
|
+
_monthPickerYear: number | null;
|
|
937
|
+
readonly _inMonthPicker: boolean;
|
|
938
|
+
_lastFocussedMonth: import("../../datetime/month").Month | null;
|
|
939
|
+
_onMonthClick(month: import("../../datetime/month").Month): void;
|
|
940
|
+
_onMonthKeydown(month: import("../../datetime/month").Month, event: KeyboardEvent): boolean;
|
|
941
|
+
_onMonthFocus(month: import("../../datetime/month").Month): void;
|
|
942
|
+
readonly _tabbableMonth: import("../../datetime/month").Month | null;
|
|
943
|
+
readOnly: boolean;
|
|
944
|
+
readOnlyChanged(): void;
|
|
945
|
+
_textFieldEl: import("../../..").VwcTextFieldElement;
|
|
946
|
+
_dialogEl: HTMLElement;
|
|
947
|
+
_pickerButtonEl: import("../../..").VwcButtonElement;
|
|
948
|
+
connectedCallback(): void;
|
|
949
|
+
disconnectedCallback(): void;
|
|
950
|
+
"__#19@#onFocusIn": () => void;
|
|
951
|
+
"__#19@#onFocusOut": () => void;
|
|
952
|
+
proxy: HTMLInputElement;
|
|
953
|
+
validate(): void;
|
|
954
|
+
_getCustomValidationError(): string | null;
|
|
955
|
+
"__#19@#localeChangeHandler": {
|
|
956
|
+
handleChange: () => void;
|
|
957
|
+
};
|
|
958
|
+
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
959
|
+
"__#19@#startObservingLocaleChanges"(): void;
|
|
960
|
+
"__#19@#stopObservingLocaleChanges"(): void;
|
|
961
|
+
_popupOpen: boolean;
|
|
962
|
+
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
963
|
+
"__#19@#openPopupIfPossible"(): void;
|
|
964
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
965
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
966
|
+
readonly _dialogLabel: string;
|
|
967
|
+
_presentationValue: string;
|
|
968
|
+
_presentationValueChanged(): void;
|
|
969
|
+
_updatePresentationValue(): void;
|
|
970
|
+
readonly _textFieldPlaceholder: string;
|
|
971
|
+
_textFieldSize?: string | undefined;
|
|
972
|
+
_onTextFieldInput(event: Event): void;
|
|
973
|
+
_onTextFieldChange(): void;
|
|
974
|
+
readonly _pickerButtonLabel: string;
|
|
975
|
+
readonly _pickerButtonIcon: string;
|
|
976
|
+
_onOkClick(): void;
|
|
977
|
+
_onClearClick(): void;
|
|
978
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
979
|
+
readonly _hasContextualHelp: boolean;
|
|
980
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
981
|
+
label?: string | undefined;
|
|
982
|
+
errorValidationMessage: string;
|
|
983
|
+
forceErrorDisplay: boolean;
|
|
984
|
+
hasBeenTouched: boolean;
|
|
985
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
986
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
987
|
+
readonly validity: ValidityState;
|
|
988
|
+
readonly form: HTMLFormElement | null;
|
|
989
|
+
readonly validationMessage: string;
|
|
990
|
+
readonly willValidate: boolean;
|
|
991
|
+
readonly labels: readonly Node[];
|
|
992
|
+
dirtyValue: boolean;
|
|
993
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
994
|
+
value: string;
|
|
995
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
996
|
+
currentValue: string;
|
|
997
|
+
initialValue: string;
|
|
998
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
999
|
+
disabled: boolean;
|
|
1000
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1001
|
+
name: string;
|
|
1002
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1003
|
+
required: boolean;
|
|
1004
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1005
|
+
readonly elementInternals: ElementInternals | null;
|
|
1006
|
+
proxyEventsToBlock: string[];
|
|
1007
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1008
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1009
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1010
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1011
|
+
proxyInitialized: boolean;
|
|
1012
|
+
attachProxy: (() => void) & (() => void);
|
|
1013
|
+
detachProxy: (() => void) & (() => void);
|
|
1014
|
+
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);
|
|
1015
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1016
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1367
1017
|
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
1368
1018
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1369
1019
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -1735,48 +1385,404 @@ export declare const MinMaxCalendarPicker: <T_5 extends AbstractConstructor<{
|
|
|
1735
1385
|
fromDeprecated: (v: any) => any;
|
|
1736
1386
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1737
1387
|
}): void;
|
|
1388
|
+
helperText?: string | undefined;
|
|
1389
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1390
|
+
readonly _feedbackDescribedBy: string;
|
|
1391
|
+
_internalFeedback(): {
|
|
1392
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1393
|
+
message: string;
|
|
1394
|
+
};
|
|
1395
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1396
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
1397
|
+
helperText?: string | undefined;
|
|
1398
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1399
|
+
readonly _feedbackDescribedBy: string;
|
|
1400
|
+
_internalFeedback(): {
|
|
1401
|
+
type: import("../../feedback/feedback-message").FeedbackType;
|
|
1402
|
+
message: string;
|
|
1403
|
+
};
|
|
1404
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
1405
|
+
_getFeedbackTemplate(ctx: import("../../design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
1406
|
+
connectedCallback(): void;
|
|
1407
|
+
_vividAriaBehaviour: import("../../aria/aria-mixin").VividAriaBehaviour;
|
|
1408
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1409
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1410
|
+
disconnectedCallback(): void;
|
|
1411
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1412
|
+
accessKey: string;
|
|
1413
|
+
readonly accessKeyLabel: string;
|
|
1414
|
+
autocapitalize: string;
|
|
1415
|
+
dir: string;
|
|
1416
|
+
draggable: boolean;
|
|
1417
|
+
hidden: boolean;
|
|
1418
|
+
inert: boolean;
|
|
1419
|
+
innerText: string;
|
|
1420
|
+
lang: string;
|
|
1421
|
+
readonly offsetHeight: number;
|
|
1422
|
+
readonly offsetLeft: number;
|
|
1423
|
+
readonly offsetParent: Element | null;
|
|
1424
|
+
readonly offsetTop: number;
|
|
1425
|
+
readonly offsetWidth: number;
|
|
1426
|
+
outerText: string;
|
|
1427
|
+
spellcheck: boolean;
|
|
1428
|
+
title: string;
|
|
1429
|
+
translate: boolean;
|
|
1430
|
+
attachInternals(): ElementInternals;
|
|
1431
|
+
click(): void;
|
|
1432
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1433
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1434
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1435
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1436
|
+
readonly attributes: NamedNodeMap;
|
|
1437
|
+
readonly classList: DOMTokenList;
|
|
1438
|
+
className: string;
|
|
1439
|
+
readonly clientHeight: number;
|
|
1440
|
+
readonly clientLeft: number;
|
|
1441
|
+
readonly clientTop: number;
|
|
1442
|
+
readonly clientWidth: number;
|
|
1443
|
+
id: string;
|
|
1444
|
+
readonly localName: string;
|
|
1445
|
+
readonly namespaceURI: string | null;
|
|
1446
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
1447
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1448
|
+
outerHTML: string;
|
|
1449
|
+
readonly ownerDocument: Document;
|
|
1450
|
+
readonly part: DOMTokenList;
|
|
1451
|
+
readonly prefix: string | null;
|
|
1452
|
+
readonly scrollHeight: number;
|
|
1453
|
+
scrollLeft: number;
|
|
1454
|
+
scrollTop: number;
|
|
1455
|
+
readonly scrollWidth: number;
|
|
1456
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
1457
|
+
slot: string;
|
|
1458
|
+
readonly tagName: string;
|
|
1459
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1460
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1461
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
1462
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
1463
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
1464
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1465
|
+
getAttribute(qualifiedName: string): string | null;
|
|
1466
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1467
|
+
getAttributeNames(): string[];
|
|
1468
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
1469
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
1470
|
+
getBoundingClientRect(): DOMRect;
|
|
1471
|
+
getClientRects(): DOMRectList;
|
|
1472
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1473
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
1474
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
1475
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
1476
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1477
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1478
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1479
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
1480
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
1481
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
1482
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
1483
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
1484
|
+
hasAttributes(): boolean;
|
|
1485
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
1486
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
1487
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1488
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1489
|
+
matches(selectors: string): boolean;
|
|
1490
|
+
releasePointerCapture(pointerId: number): void;
|
|
1491
|
+
removeAttribute(qualifiedName: string): void;
|
|
1492
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
1493
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
1494
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
1495
|
+
requestPointerLock(): void;
|
|
1496
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
1497
|
+
scroll(x: number, y: number): void;
|
|
1498
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
1499
|
+
scrollBy(x: number, y: number): void;
|
|
1500
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
1501
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
1502
|
+
scrollTo(x: number, y: number): void;
|
|
1503
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
1504
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
1505
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
1506
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
1507
|
+
setPointerCapture(pointerId: number): void;
|
|
1508
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
1509
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
1510
|
+
readonly baseURI: string;
|
|
1511
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1512
|
+
readonly firstChild: ChildNode | null;
|
|
1513
|
+
readonly isConnected: boolean;
|
|
1514
|
+
readonly lastChild: ChildNode | null;
|
|
1515
|
+
readonly nextSibling: ChildNode | null;
|
|
1516
|
+
readonly nodeName: string;
|
|
1517
|
+
readonly nodeType: number;
|
|
1518
|
+
nodeValue: string | null;
|
|
1519
|
+
readonly parentElement: HTMLElement | null;
|
|
1520
|
+
readonly parentNode: ParentNode | null;
|
|
1521
|
+
readonly previousSibling: ChildNode | null;
|
|
1522
|
+
textContent: string | null;
|
|
1523
|
+
appendChild<T extends Node>(node: T): T;
|
|
1524
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
1525
|
+
compareDocumentPosition(other: Node): number;
|
|
1526
|
+
contains(other: Node | null): boolean;
|
|
1527
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1528
|
+
hasChildNodes(): boolean;
|
|
1529
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1530
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1531
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1532
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1533
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1534
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1535
|
+
normalize(): void;
|
|
1536
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
1537
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
1538
|
+
readonly ELEMENT_NODE: 1;
|
|
1539
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1540
|
+
readonly TEXT_NODE: 3;
|
|
1541
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1542
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1543
|
+
readonly ENTITY_NODE: 6;
|
|
1544
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1545
|
+
readonly COMMENT_NODE: 8;
|
|
1546
|
+
readonly DOCUMENT_NODE: 9;
|
|
1547
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1548
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1549
|
+
readonly NOTATION_NODE: 12;
|
|
1550
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1551
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1552
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1553
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1554
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1555
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1556
|
+
dispatchEvent(event: Event): boolean;
|
|
1557
|
+
ariaAtomic: string | null;
|
|
1558
|
+
ariaAutoComplete: string | null;
|
|
1559
|
+
ariaBusy: string | null;
|
|
1560
|
+
ariaChecked: string | null;
|
|
1561
|
+
ariaColCount: string | null;
|
|
1562
|
+
ariaColIndex: string | null;
|
|
1563
|
+
ariaColSpan: string | null;
|
|
1564
|
+
ariaCurrent: string | null;
|
|
1565
|
+
ariaDisabled: string | null;
|
|
1566
|
+
ariaExpanded: string | null;
|
|
1567
|
+
ariaHasPopup: string | null;
|
|
1568
|
+
ariaHidden: string | null;
|
|
1569
|
+
ariaInvalid: string | null;
|
|
1570
|
+
ariaKeyShortcuts: string | null;
|
|
1571
|
+
ariaLabel: string | null;
|
|
1572
|
+
ariaLevel: string | null;
|
|
1573
|
+
ariaLive: string | null;
|
|
1574
|
+
ariaModal: string | null;
|
|
1575
|
+
ariaMultiLine: string | null;
|
|
1576
|
+
ariaMultiSelectable: string | null;
|
|
1577
|
+
ariaOrientation: string | null;
|
|
1578
|
+
ariaPlaceholder: string | null;
|
|
1579
|
+
ariaPosInSet: string | null;
|
|
1580
|
+
ariaPressed: string | null;
|
|
1581
|
+
ariaReadOnly: string | null;
|
|
1582
|
+
ariaRequired: string | null;
|
|
1583
|
+
ariaRoleDescription: string | null;
|
|
1584
|
+
ariaRowCount: string | null;
|
|
1585
|
+
ariaRowIndex: string | null;
|
|
1586
|
+
ariaRowSpan: string | null;
|
|
1587
|
+
ariaSelected: string | null;
|
|
1588
|
+
ariaSetSize: string | null;
|
|
1589
|
+
ariaSort: string | null;
|
|
1590
|
+
ariaValueMax: string | null;
|
|
1591
|
+
ariaValueMin: string | null;
|
|
1592
|
+
ariaValueNow: string | null;
|
|
1593
|
+
ariaValueText: string | null;
|
|
1594
|
+
role: string | null;
|
|
1595
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
1596
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
1597
|
+
after(...nodes: (string | Node)[]): void;
|
|
1598
|
+
before(...nodes: (string | Node)[]): void;
|
|
1599
|
+
remove(): void;
|
|
1600
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
1601
|
+
innerHTML: string;
|
|
1602
|
+
readonly nextElementSibling: Element | null;
|
|
1603
|
+
readonly previousElementSibling: Element | null;
|
|
1604
|
+
readonly childElementCount: number;
|
|
1605
|
+
readonly children: HTMLCollection;
|
|
1606
|
+
readonly firstElementChild: Element | null;
|
|
1607
|
+
readonly lastElementChild: Element | null;
|
|
1608
|
+
append(...nodes: (string | Node)[]): void;
|
|
1609
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
1610
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
1611
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
1612
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
1613
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
1614
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
1615
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
1616
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
1617
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
1618
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
1619
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1620
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
1621
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1622
|
+
readonly style: CSSStyleDeclaration;
|
|
1623
|
+
contentEditable: string;
|
|
1624
|
+
enterKeyHint: string;
|
|
1625
|
+
inputMode: string;
|
|
1626
|
+
readonly isContentEditable: boolean;
|
|
1627
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1628
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1629
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1630
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1631
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1632
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1633
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1634
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1635
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1636
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1637
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1638
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1639
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1640
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1641
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1642
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1643
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1644
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1645
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1646
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1647
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1648
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1649
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1650
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1651
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1652
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1653
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1654
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1655
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1656
|
+
onerror: OnErrorEventHandler;
|
|
1657
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1658
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1659
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1660
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1661
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1662
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1663
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1664
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1665
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1666
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1667
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1668
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1669
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1670
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1671
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1672
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1673
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1674
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1675
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1676
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1677
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1678
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1679
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1680
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1681
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1682
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1683
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1684
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1685
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1686
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1687
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1688
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1689
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
1690
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1691
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1692
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1693
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1694
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1695
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1696
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1697
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1698
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1699
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1700
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1701
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1702
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1703
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1704
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1705
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1706
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1707
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1708
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1709
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1710
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1711
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1712
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1713
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1714
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1715
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1716
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1717
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1718
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1719
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1720
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1721
|
+
autofocus: boolean;
|
|
1722
|
+
readonly dataset: DOMStringMap;
|
|
1723
|
+
nonce?: string | undefined;
|
|
1724
|
+
tabIndex: number;
|
|
1725
|
+
blur(): void;
|
|
1726
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1727
|
+
ariaColIndexText: string | null;
|
|
1728
|
+
ariaDescription: string | null;
|
|
1729
|
+
ariaRowIndexText: string | null;
|
|
1730
|
+
ariaRelevant: string | null;
|
|
1731
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
1732
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
1733
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
1734
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
1735
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
1736
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
1737
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
1738
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1739
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
1740
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
1741
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1742
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
1743
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
1744
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
1745
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
1746
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
1747
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
1748
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
1749
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
1750
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
1751
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
1752
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
1753
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
1754
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
1755
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
1756
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
1757
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
1758
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
1759
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
1760
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
1761
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
1762
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
1763
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
1764
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
1765
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
1766
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1767
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1768
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1769
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1770
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1771
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1772
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1773
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1774
|
+
newPropertyName: string;
|
|
1775
|
+
deprecatedPropertyName: string;
|
|
1776
|
+
fromDeprecated: (v: any) => any;
|
|
1777
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1778
|
+
}): void;
|
|
1779
|
+
}, any>;
|
|
1738
1780
|
errorText?: string | undefined;
|
|
1739
1781
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1740
1782
|
"__#4@#blockValidateCalls": boolean;
|
|
1741
1783
|
"__#4@#originalValidateFn": () => void;
|
|
1742
1784
|
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1743
1785
|
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1744
|
-
label?: string | undefined;
|
|
1745
|
-
errorValidationMessage: string;
|
|
1746
|
-
forceErrorDisplay: boolean;
|
|
1747
|
-
hasBeenTouched: boolean;
|
|
1748
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1749
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1750
|
-
readonly validity: ValidityState;
|
|
1751
|
-
readonly form: HTMLFormElement | null;
|
|
1752
|
-
readonly validationMessage: string;
|
|
1753
|
-
readonly willValidate: boolean;
|
|
1754
|
-
readonly labels: readonly Node[];
|
|
1755
|
-
dirtyValue: boolean;
|
|
1756
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
1757
|
-
value: string;
|
|
1758
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1759
|
-
currentValue: string;
|
|
1760
|
-
initialValue: string;
|
|
1761
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1762
|
-
disabled: boolean;
|
|
1763
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1764
|
-
name: string;
|
|
1765
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1766
|
-
required: boolean;
|
|
1767
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1768
|
-
readonly elementInternals: ElementInternals | null;
|
|
1769
|
-
proxyEventsToBlock: string[];
|
|
1770
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
1771
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
1772
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1773
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1774
|
-
proxyInitialized: boolean;
|
|
1775
|
-
attachProxy: (() => void) & (() => void);
|
|
1776
|
-
detachProxy: (() => void) & (() => void);
|
|
1777
|
-
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);
|
|
1778
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1779
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1780
1786
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1781
1787
|
readonly locale: import("../../localization/Locale").Locale;
|
|
1782
1788
|
}) & T_5;
|