@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
|
@@ -63,398 +63,44 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
63
63
|
readonly _pickerButtonLabel: string;
|
|
64
64
|
readonly _pickerButtonIcon: string;
|
|
65
65
|
_onOkClick(): void;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
outerText: string;
|
|
105
|
-
spellcheck: boolean;
|
|
106
|
-
title: string;
|
|
107
|
-
translate: boolean;
|
|
108
|
-
attachInternals(): ElementInternals;
|
|
109
|
-
click(): void;
|
|
110
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
111
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
112
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
113
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
114
|
-
readonly attributes: NamedNodeMap;
|
|
115
|
-
readonly classList: DOMTokenList;
|
|
116
|
-
className: string;
|
|
117
|
-
readonly clientHeight: number;
|
|
118
|
-
readonly clientLeft: number;
|
|
119
|
-
readonly clientTop: number;
|
|
120
|
-
readonly clientWidth: number;
|
|
121
|
-
id: string;
|
|
122
|
-
readonly localName: string;
|
|
123
|
-
readonly namespaceURI: string | null;
|
|
124
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
125
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
126
|
-
outerHTML: string;
|
|
127
|
-
readonly ownerDocument: Document;
|
|
128
|
-
readonly part: DOMTokenList;
|
|
129
|
-
readonly prefix: string | null;
|
|
130
|
-
readonly scrollHeight: number;
|
|
131
|
-
scrollLeft: number;
|
|
132
|
-
scrollTop: number;
|
|
133
|
-
readonly scrollWidth: number;
|
|
134
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
135
|
-
slot: string;
|
|
136
|
-
readonly tagName: string;
|
|
137
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
138
|
-
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
139
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
140
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
141
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
142
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
143
|
-
getAttribute(qualifiedName: string): string | null;
|
|
144
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
145
|
-
getAttributeNames(): string[];
|
|
146
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
147
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
148
|
-
getBoundingClientRect(): DOMRect;
|
|
149
|
-
getClientRects(): DOMRectList;
|
|
150
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
151
|
-
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
152
|
-
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
153
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
154
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
155
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
156
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
157
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
158
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
159
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
160
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
161
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
162
|
-
hasAttributes(): boolean;
|
|
163
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
164
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
165
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
166
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
167
|
-
matches(selectors: string): boolean;
|
|
168
|
-
releasePointerCapture(pointerId: number): void;
|
|
169
|
-
removeAttribute(qualifiedName: string): void;
|
|
170
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
171
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
172
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
173
|
-
requestPointerLock(): void;
|
|
174
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
175
|
-
scroll(x: number, y: number): void;
|
|
176
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
177
|
-
scrollBy(x: number, y: number): void;
|
|
178
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
179
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
180
|
-
scrollTo(x: number, y: number): void;
|
|
181
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
182
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
183
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
184
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
185
|
-
setPointerCapture(pointerId: number): void;
|
|
186
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
187
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
188
|
-
readonly baseURI: string;
|
|
189
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
190
|
-
readonly firstChild: ChildNode | null;
|
|
191
|
-
readonly isConnected: boolean;
|
|
192
|
-
readonly lastChild: ChildNode | null;
|
|
193
|
-
readonly nextSibling: ChildNode | null;
|
|
194
|
-
readonly nodeName: string;
|
|
195
|
-
readonly nodeType: number;
|
|
196
|
-
nodeValue: string | null;
|
|
197
|
-
readonly parentElement: HTMLElement | null;
|
|
198
|
-
readonly parentNode: ParentNode | null;
|
|
199
|
-
readonly previousSibling: ChildNode | null;
|
|
200
|
-
textContent: string | null;
|
|
201
|
-
appendChild<T extends Node>(node: T): T;
|
|
202
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
203
|
-
compareDocumentPosition(other: Node): number;
|
|
204
|
-
contains(other: Node | null): boolean;
|
|
205
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
206
|
-
hasChildNodes(): boolean;
|
|
207
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
208
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
209
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
210
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
211
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
212
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
213
|
-
normalize(): void;
|
|
214
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
215
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
216
|
-
readonly ELEMENT_NODE: 1;
|
|
217
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
218
|
-
readonly TEXT_NODE: 3;
|
|
219
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
220
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
221
|
-
readonly ENTITY_NODE: 6;
|
|
222
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
223
|
-
readonly COMMENT_NODE: 8;
|
|
224
|
-
readonly DOCUMENT_NODE: 9;
|
|
225
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
226
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
227
|
-
readonly NOTATION_NODE: 12;
|
|
228
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
229
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
230
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
231
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
232
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
233
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
234
|
-
dispatchEvent(event: Event): boolean;
|
|
235
|
-
ariaAtomic: string | null;
|
|
236
|
-
ariaAutoComplete: string | null;
|
|
237
|
-
ariaBusy: string | null;
|
|
238
|
-
ariaChecked: string | null;
|
|
239
|
-
ariaColCount: string | null;
|
|
240
|
-
ariaColIndex: string | null;
|
|
241
|
-
ariaColSpan: string | null;
|
|
242
|
-
ariaCurrent: string | null;
|
|
243
|
-
ariaDisabled: string | null;
|
|
244
|
-
ariaExpanded: string | null;
|
|
245
|
-
ariaHasPopup: string | null;
|
|
246
|
-
ariaHidden: string | null;
|
|
247
|
-
ariaInvalid: string | null;
|
|
248
|
-
ariaKeyShortcuts: string | null;
|
|
249
|
-
ariaLabel: string | null;
|
|
250
|
-
ariaLevel: string | null;
|
|
251
|
-
ariaLive: string | null;
|
|
252
|
-
ariaModal: string | null;
|
|
253
|
-
ariaMultiLine: string | null;
|
|
254
|
-
ariaMultiSelectable: string | null;
|
|
255
|
-
ariaOrientation: string | null;
|
|
256
|
-
ariaPlaceholder: string | null;
|
|
257
|
-
ariaPosInSet: string | null;
|
|
258
|
-
ariaPressed: string | null;
|
|
259
|
-
ariaReadOnly: string | null;
|
|
260
|
-
ariaRequired: string | null;
|
|
261
|
-
ariaRoleDescription: string | null;
|
|
262
|
-
ariaRowCount: string | null;
|
|
263
|
-
ariaRowIndex: string | null;
|
|
264
|
-
ariaRowSpan: string | null;
|
|
265
|
-
ariaSelected: string | null;
|
|
266
|
-
ariaSetSize: string | null;
|
|
267
|
-
ariaSort: string | null;
|
|
268
|
-
ariaValueMax: string | null;
|
|
269
|
-
ariaValueMin: string | null;
|
|
270
|
-
ariaValueNow: string | null;
|
|
271
|
-
ariaValueText: string | null;
|
|
272
|
-
role: string | null;
|
|
273
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
274
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
275
|
-
after(...nodes: (string | Node)[]): void;
|
|
276
|
-
before(...nodes: (string | Node)[]): void;
|
|
277
|
-
remove(): void;
|
|
278
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
279
|
-
innerHTML: string;
|
|
280
|
-
readonly nextElementSibling: Element | null;
|
|
281
|
-
readonly previousElementSibling: Element | null;
|
|
282
|
-
readonly childElementCount: number;
|
|
283
|
-
readonly children: HTMLCollection;
|
|
284
|
-
readonly firstElementChild: Element | null;
|
|
285
|
-
readonly lastElementChild: Element | null;
|
|
286
|
-
append(...nodes: (string | Node)[]): void;
|
|
287
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
288
|
-
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
289
|
-
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
290
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
291
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
292
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
293
|
-
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
294
|
-
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
295
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
296
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
297
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
298
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
299
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
300
|
-
readonly style: CSSStyleDeclaration;
|
|
301
|
-
contentEditable: string;
|
|
302
|
-
enterKeyHint: string;
|
|
303
|
-
inputMode: string;
|
|
304
|
-
readonly isContentEditable: boolean;
|
|
305
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
306
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
307
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
308
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
309
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
310
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
311
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
312
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
313
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
315
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
318
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
320
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
321
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
322
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
323
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
324
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
325
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
326
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
327
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
328
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
329
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
330
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
331
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
onerror: OnErrorEventHandler;
|
|
335
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
336
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
337
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
338
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
341
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
342
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
343
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
344
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
345
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
347
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
348
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
349
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
350
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
351
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
352
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
353
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
354
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
355
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
356
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
360
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
361
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
362
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
363
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
364
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
365
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
366
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
367
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
368
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
369
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
370
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
371
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
372
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
373
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
374
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
375
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
376
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
377
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
378
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
379
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
380
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
381
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
382
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
383
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
384
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
385
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
386
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
387
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
388
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
389
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
390
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
391
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
392
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
393
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
394
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
395
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
396
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
397
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
398
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
399
|
-
autofocus: boolean;
|
|
400
|
-
readonly dataset: DOMStringMap;
|
|
401
|
-
nonce?: string | undefined;
|
|
402
|
-
tabIndex: number;
|
|
403
|
-
blur(): void;
|
|
404
|
-
focus(options?: FocusOptions | undefined): void;
|
|
405
|
-
ariaColIndexText: string | null;
|
|
406
|
-
ariaDescription: string | null;
|
|
407
|
-
ariaRowIndexText: string | null;
|
|
408
|
-
ariaRelevant: string | null;
|
|
409
|
-
roleChanged(prev: string | null, next: string | null): void;
|
|
410
|
-
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
411
|
-
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
412
|
-
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
413
|
-
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
414
|
-
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
415
|
-
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
416
|
-
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
417
|
-
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
418
|
-
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
419
|
-
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
420
|
-
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
421
|
-
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
422
|
-
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
423
|
-
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
424
|
-
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
425
|
-
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
426
|
-
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
427
|
-
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
428
|
-
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
429
|
-
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
430
|
-
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
431
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
432
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
433
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
434
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
435
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
436
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
437
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
438
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
439
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
440
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
441
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
442
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
443
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
444
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
445
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
446
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
447
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
448
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
449
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
450
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
451
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
452
|
-
newPropertyName: string;
|
|
453
|
-
deprecatedPropertyName: string;
|
|
454
|
-
fromDeprecated: (v: any) => any;
|
|
455
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
456
|
-
}): void;
|
|
457
|
-
}, any>;
|
|
66
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
67
|
+
readonly _hasContextualHelp: boolean;
|
|
68
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
69
|
+
label?: string | undefined;
|
|
70
|
+
errorValidationMessage: string;
|
|
71
|
+
forceErrorDisplay: boolean;
|
|
72
|
+
hasBeenTouched: boolean;
|
|
73
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
74
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
75
|
+
readonly validity: ValidityState;
|
|
76
|
+
readonly form: HTMLFormElement | null;
|
|
77
|
+
readonly validationMessage: string;
|
|
78
|
+
readonly willValidate: boolean;
|
|
79
|
+
readonly labels: readonly Node[];
|
|
80
|
+
dirtyValue: boolean;
|
|
81
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
82
|
+
value: string;
|
|
83
|
+
currentValue: string;
|
|
84
|
+
initialValue: string;
|
|
85
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
86
|
+
disabled: boolean;
|
|
87
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
88
|
+
name: string;
|
|
89
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
90
|
+
required: boolean;
|
|
91
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
92
|
+
readonly elementInternals: ElementInternals | null;
|
|
93
|
+
proxyEventsToBlock: string[];
|
|
94
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
95
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
96
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
97
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
98
|
+
proxyInitialized: boolean;
|
|
99
|
+
attachProxy: (() => void) & (() => void);
|
|
100
|
+
detachProxy: (() => void) & (() => void);
|
|
101
|
+
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);
|
|
102
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
103
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
458
104
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
459
105
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
460
106
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -479,9 +125,9 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
479
125
|
translate: boolean;
|
|
480
126
|
attachInternals(): ElementInternals;
|
|
481
127
|
click(): void;
|
|
482
|
-
addEventListener<
|
|
128
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
483
129
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
484
|
-
removeEventListener<
|
|
130
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
485
131
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
486
132
|
readonly attributes: NamedNodeMap;
|
|
487
133
|
readonly classList: DOMTokenList;
|
|
@@ -508,10 +154,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
508
154
|
readonly tagName: string;
|
|
509
155
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
510
156
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
511
|
-
closest<
|
|
512
|
-
closest<
|
|
513
|
-
closest<
|
|
514
|
-
closest<
|
|
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;
|
|
515
161
|
getAttribute(qualifiedName: string): string | null;
|
|
516
162
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
517
163
|
getAttributeNames(): string[];
|
|
@@ -520,10 +166,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
520
166
|
getBoundingClientRect(): DOMRect;
|
|
521
167
|
getClientRects(): DOMRectList;
|
|
522
168
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
523
|
-
getElementsByTagName<
|
|
524
|
-
getElementsByTagName<
|
|
525
|
-
getElementsByTagName<
|
|
526
|
-
getElementsByTagName<
|
|
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]>;
|
|
527
173
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
528
174
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
529
175
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -576,7 +222,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
576
222
|
contains(other: Node | null): boolean;
|
|
577
223
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
578
224
|
hasChildNodes(): boolean;
|
|
579
|
-
insertBefore<
|
|
225
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
580
226
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
581
227
|
isEqualNode(otherNode: Node | null): boolean;
|
|
582
228
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -800,158 +446,32 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
800
446
|
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
801
447
|
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
802
448
|
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
803
|
-
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
804
|
-
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
805
|
-
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
806
|
-
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
807
|
-
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
808
|
-
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
809
|
-
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
810
|
-
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
811
|
-
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
812
|
-
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
813
|
-
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
814
|
-
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
815
|
-
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
816
|
-
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
817
|
-
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
818
|
-
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
819
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
820
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
821
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
822
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
823
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
824
|
-
newPropertyName: string;
|
|
825
|
-
deprecatedPropertyName: string;
|
|
826
|
-
fromDeprecated: (v: any) => any;
|
|
827
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
828
|
-
}): void;
|
|
829
|
-
errorText?: string | undefined;
|
|
830
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
831
|
-
"__#4@#blockValidateCalls": boolean;
|
|
832
|
-
"__#4@#originalValidateFn": () => void;
|
|
833
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
834
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
835
|
-
label?: string | undefined;
|
|
836
|
-
errorValidationMessage: string;
|
|
837
|
-
forceErrorDisplay: boolean;
|
|
838
|
-
hasBeenTouched: boolean;
|
|
839
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
840
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
841
|
-
readonly validity: ValidityState;
|
|
842
|
-
readonly form: HTMLFormElement | null;
|
|
843
|
-
readonly validationMessage: string;
|
|
844
|
-
readonly willValidate: boolean;
|
|
845
|
-
readonly labels: readonly Node[];
|
|
846
|
-
dirtyValue: boolean;
|
|
847
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
848
|
-
value: string;
|
|
849
|
-
currentValue: string;
|
|
850
|
-
initialValue: string;
|
|
851
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
852
|
-
disabled: boolean;
|
|
853
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
854
|
-
name: string;
|
|
855
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
856
|
-
required: boolean;
|
|
857
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
858
|
-
readonly elementInternals: ElementInternals | null;
|
|
859
|
-
proxyEventsToBlock: string[];
|
|
860
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
861
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
862
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
863
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
864
|
-
proxyInitialized: boolean;
|
|
865
|
-
attachProxy: (() => void) & (() => void);
|
|
866
|
-
detachProxy: (() => void) & (() => void);
|
|
867
|
-
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);
|
|
868
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
869
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
870
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
871
|
-
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
872
|
-
}) & (abstract new (...args: any[]) => {
|
|
873
|
-
_dateValue(): string;
|
|
874
|
-
_withUpdatedDate(dateStr: string): string;
|
|
875
|
-
valueChanged(previous: string, next: string): void;
|
|
876
|
-
_onDateClick(date: string): void;
|
|
877
|
-
_isDateSelected(date: string): boolean;
|
|
878
|
-
_isDateAriaSelected(date: string): boolean;
|
|
879
|
-
_getSelectedDates(): string[];
|
|
880
|
-
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
881
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
882
|
-
_currentDate: string;
|
|
883
|
-
_currentMonth: import("../../shared/datetime/month").Month;
|
|
884
|
-
readonly _resolvedMinDate: string;
|
|
885
|
-
readonly _resolvedMaxDate: string;
|
|
886
|
-
_isDateInValidRange(date: string): boolean;
|
|
887
|
-
"__#20@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
888
|
-
"__#20@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
889
|
-
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
890
|
-
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
891
|
-
_onPickerButtonClick: (() => void) & (() => void);
|
|
892
|
-
_onTitleActionClick(): void;
|
|
893
|
-
readonly _isPrevYearDisabled: boolean | "";
|
|
894
|
-
_onPrevYearClick(): void;
|
|
895
|
-
readonly _isNextYearDisabled: boolean | "";
|
|
896
|
-
_onNextYearClick(): void;
|
|
897
|
-
readonly _isPrevMonthDisabled: boolean | "";
|
|
898
|
-
_onPrevMonthClick(): void;
|
|
899
|
-
readonly _isNextMonthDisabled: boolean | "";
|
|
900
|
-
_onNextMonthClick(): void;
|
|
901
|
-
_numCalendars: number;
|
|
902
|
-
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
903
|
-
_hideDatesOutsideMonth: boolean;
|
|
904
|
-
_lastFocussedDate: string | null;
|
|
905
|
-
_isDateInSelectedRange(_: string): boolean;
|
|
906
|
-
_isDateRangeStart(_: string): boolean;
|
|
907
|
-
_isDateRangeEnd(_: string): boolean;
|
|
908
|
-
_onDateMouseEnter(_: string): void;
|
|
909
|
-
_onDateMouseLeave(_: string): void;
|
|
910
|
-
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
911
|
-
_onDateFocus(date: string): void;
|
|
912
|
-
readonly _tabbableDate: string | null;
|
|
913
|
-
_monthPickerYear: number | null;
|
|
914
|
-
readonly _inMonthPicker: boolean;
|
|
915
|
-
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
916
|
-
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
917
|
-
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
918
|
-
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
919
|
-
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
920
|
-
readOnly: boolean;
|
|
921
|
-
readOnlyChanged(): void;
|
|
922
|
-
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
923
|
-
_dialogEl: HTMLElement;
|
|
924
|
-
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
925
|
-
connectedCallback(): void;
|
|
926
|
-
disconnectedCallback(): void;
|
|
927
|
-
"__#19@#onFocusIn": () => void;
|
|
928
|
-
"__#19@#onFocusOut": () => void;
|
|
929
|
-
proxy: HTMLInputElement;
|
|
930
|
-
validate(): void;
|
|
931
|
-
_getCustomValidationError(): string | null;
|
|
932
|
-
"__#19@#localeChangeHandler": {
|
|
933
|
-
handleChange: () => void;
|
|
934
|
-
};
|
|
935
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
936
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
937
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
938
|
-
_popupOpen: boolean;
|
|
939
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
940
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
941
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
942
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
943
|
-
readonly _dialogLabel: string;
|
|
944
|
-
_presentationValue: string;
|
|
945
|
-
_presentationValueChanged(): void;
|
|
946
|
-
_updatePresentationValue: (() => void) & (() => void);
|
|
947
|
-
readonly _textFieldPlaceholder: string;
|
|
948
|
-
_textFieldSize?: string | undefined;
|
|
949
|
-
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
950
|
-
_onTextFieldChange: (() => void) & (() => void);
|
|
951
|
-
readonly _pickerButtonLabel: string;
|
|
952
|
-
readonly _pickerButtonIcon: string;
|
|
953
|
-
_onOkClick(): void;
|
|
954
|
-
_onClearClick: (() => void) & (() => 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;
|
|
955
475
|
helperText?: string | undefined;
|
|
956
476
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
957
477
|
readonly _feedbackDescribedBy: string;
|
|
@@ -996,9 +516,9 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
996
516
|
translate: boolean;
|
|
997
517
|
attachInternals(): ElementInternals;
|
|
998
518
|
click(): void;
|
|
999
|
-
addEventListener<
|
|
519
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1000
520
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1001
|
-
removeEventListener<
|
|
521
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1002
522
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1003
523
|
readonly attributes: NamedNodeMap;
|
|
1004
524
|
readonly classList: DOMTokenList;
|
|
@@ -1025,10 +545,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1025
545
|
readonly tagName: string;
|
|
1026
546
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1027
547
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1028
|
-
closest<
|
|
1029
|
-
closest<
|
|
1030
|
-
closest<
|
|
1031
|
-
closest<
|
|
548
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
549
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
550
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
551
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1032
552
|
getAttribute(qualifiedName: string): string | null;
|
|
1033
553
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1034
554
|
getAttributeNames(): string[];
|
|
@@ -1037,10 +557,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1037
557
|
getBoundingClientRect(): DOMRect;
|
|
1038
558
|
getClientRects(): DOMRectList;
|
|
1039
559
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1040
|
-
getElementsByTagName<
|
|
1041
|
-
getElementsByTagName<
|
|
1042
|
-
getElementsByTagName<
|
|
1043
|
-
getElementsByTagName<
|
|
560
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
561
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
562
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
563
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1044
564
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1045
565
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1046
566
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1093,7 +613,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1093
613
|
contains(other: Node | null): boolean;
|
|
1094
614
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1095
615
|
hasChildNodes(): boolean;
|
|
1096
|
-
insertBefore<
|
|
616
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1097
617
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1098
618
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1099
619
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -1344,6 +864,135 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1344
864
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
1345
865
|
}): void;
|
|
1346
866
|
}, any>;
|
|
867
|
+
errorText?: string | undefined;
|
|
868
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
869
|
+
"__#4@#blockValidateCalls": boolean;
|
|
870
|
+
"__#4@#originalValidateFn": () => void;
|
|
871
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
872
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
873
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
874
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
875
|
+
}) & (abstract new (...args: any[]) => {
|
|
876
|
+
_dateValue(): string;
|
|
877
|
+
_withUpdatedDate(dateStr: string): string;
|
|
878
|
+
valueChanged(previous: string, next: string): void;
|
|
879
|
+
_onDateClick(date: string): void;
|
|
880
|
+
_isDateSelected(date: string): boolean;
|
|
881
|
+
_isDateAriaSelected(date: string): boolean;
|
|
882
|
+
_getSelectedDates(): string[];
|
|
883
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
884
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
885
|
+
_currentDate: string;
|
|
886
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
887
|
+
readonly _resolvedMinDate: string;
|
|
888
|
+
readonly _resolvedMaxDate: string;
|
|
889
|
+
_isDateInValidRange(date: string): boolean;
|
|
890
|
+
"__#20@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
891
|
+
"__#20@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
892
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
893
|
+
_closePopup: ((restoreFocusToTextField?: boolean) => void) & ((restoreFocusToTextField?: boolean) => void);
|
|
894
|
+
_onPickerButtonClick: (() => void) & (() => void);
|
|
895
|
+
_onTitleActionClick(): void;
|
|
896
|
+
readonly _isPrevYearDisabled: boolean | "";
|
|
897
|
+
_onPrevYearClick(): void;
|
|
898
|
+
readonly _isNextYearDisabled: boolean | "";
|
|
899
|
+
_onNextYearClick(): void;
|
|
900
|
+
readonly _isPrevMonthDisabled: boolean | "";
|
|
901
|
+
_onPrevMonthClick(): void;
|
|
902
|
+
readonly _isNextMonthDisabled: boolean | "";
|
|
903
|
+
_onNextMonthClick(): void;
|
|
904
|
+
_numCalendars: number;
|
|
905
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
906
|
+
_hideDatesOutsideMonth: boolean;
|
|
907
|
+
_lastFocussedDate: string | null;
|
|
908
|
+
_isDateInSelectedRange(_: string): boolean;
|
|
909
|
+
_isDateRangeStart(_: string): boolean;
|
|
910
|
+
_isDateRangeEnd(_: string): boolean;
|
|
911
|
+
_onDateMouseEnter(_: string): void;
|
|
912
|
+
_onDateMouseLeave(_: string): void;
|
|
913
|
+
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
914
|
+
_onDateFocus(date: string): void;
|
|
915
|
+
readonly _tabbableDate: string | null;
|
|
916
|
+
_monthPickerYear: number | null;
|
|
917
|
+
readonly _inMonthPicker: boolean;
|
|
918
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
919
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
920
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
921
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
922
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
923
|
+
readOnly: boolean;
|
|
924
|
+
readOnlyChanged(): void;
|
|
925
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
926
|
+
_dialogEl: HTMLElement;
|
|
927
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
928
|
+
connectedCallback(): void;
|
|
929
|
+
disconnectedCallback(): void;
|
|
930
|
+
"__#19@#onFocusIn": () => void;
|
|
931
|
+
"__#19@#onFocusOut": () => void;
|
|
932
|
+
proxy: HTMLInputElement;
|
|
933
|
+
validate(): void;
|
|
934
|
+
_getCustomValidationError(): string | null;
|
|
935
|
+
"__#19@#localeChangeHandler": {
|
|
936
|
+
handleChange: () => void;
|
|
937
|
+
};
|
|
938
|
+
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
939
|
+
"__#19@#startObservingLocaleChanges"(): void;
|
|
940
|
+
"__#19@#stopObservingLocaleChanges"(): void;
|
|
941
|
+
_popupOpen: boolean;
|
|
942
|
+
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
943
|
+
"__#19@#openPopupIfPossible"(): void;
|
|
944
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
945
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
946
|
+
readonly _dialogLabel: string;
|
|
947
|
+
_presentationValue: string;
|
|
948
|
+
_presentationValueChanged(): void;
|
|
949
|
+
_updatePresentationValue: (() => void) & (() => void);
|
|
950
|
+
readonly _textFieldPlaceholder: string;
|
|
951
|
+
_textFieldSize?: string | undefined;
|
|
952
|
+
_onTextFieldInput: ((event: Event) => void) & ((event: Event) => void);
|
|
953
|
+
_onTextFieldChange: (() => void) & (() => void);
|
|
954
|
+
readonly _pickerButtonLabel: string;
|
|
955
|
+
readonly _pickerButtonIcon: string;
|
|
956
|
+
_onOkClick(): void;
|
|
957
|
+
_onClearClick: (() => void) & (() => void);
|
|
958
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
959
|
+
readonly _hasContextualHelp: boolean;
|
|
960
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
961
|
+
label?: string | undefined;
|
|
962
|
+
errorValidationMessage: string;
|
|
963
|
+
forceErrorDisplay: boolean;
|
|
964
|
+
hasBeenTouched: boolean;
|
|
965
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
966
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
967
|
+
readonly validity: ValidityState;
|
|
968
|
+
readonly form: HTMLFormElement | null;
|
|
969
|
+
readonly validationMessage: string;
|
|
970
|
+
readonly willValidate: boolean;
|
|
971
|
+
readonly labels: readonly Node[];
|
|
972
|
+
dirtyValue: boolean;
|
|
973
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
974
|
+
value: string;
|
|
975
|
+
currentValue: string;
|
|
976
|
+
initialValue: string;
|
|
977
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
978
|
+
disabled: boolean;
|
|
979
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
980
|
+
name: string;
|
|
981
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
982
|
+
required: boolean;
|
|
983
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
984
|
+
readonly elementInternals: ElementInternals | null;
|
|
985
|
+
proxyEventsToBlock: string[];
|
|
986
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
987
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
988
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
989
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
990
|
+
proxyInitialized: boolean;
|
|
991
|
+
attachProxy: (() => void) & (() => void);
|
|
992
|
+
detachProxy: (() => void) & (() => void);
|
|
993
|
+
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);
|
|
994
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
995
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1347
996
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1348
997
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1349
998
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -1705,110 +1354,16 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1705
1354
|
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
1706
1355
|
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
1707
1356
|
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
1708
|
-
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1709
|
-
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1710
|
-
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1711
|
-
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1712
|
-
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1713
|
-
newPropertyName: string;
|
|
1714
|
-
deprecatedPropertyName: string;
|
|
1715
|
-
fromDeprecated: (v: any) => any;
|
|
1716
|
-
toDeprecated?: ((v: any) => any) | undefined;
|
|
1717
|
-
}): void;
|
|
1718
|
-
errorText?: string | undefined;
|
|
1719
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1720
|
-
"__#4@#blockValidateCalls": boolean;
|
|
1721
|
-
"__#4@#originalValidateFn": () => void;
|
|
1722
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1723
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1724
|
-
label?: string | undefined;
|
|
1725
|
-
errorValidationMessage: string;
|
|
1726
|
-
forceErrorDisplay: boolean;
|
|
1727
|
-
hasBeenTouched: boolean;
|
|
1728
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1729
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1730
|
-
readonly validity: ValidityState;
|
|
1731
|
-
readonly form: HTMLFormElement | null;
|
|
1732
|
-
readonly validationMessage: string;
|
|
1733
|
-
readonly willValidate: boolean;
|
|
1734
|
-
readonly labels: readonly Node[];
|
|
1735
|
-
dirtyValue: boolean;
|
|
1736
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
1737
|
-
value: string;
|
|
1738
|
-
currentValue: string;
|
|
1739
|
-
initialValue: string;
|
|
1740
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1741
|
-
disabled: boolean;
|
|
1742
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1743
|
-
name: string;
|
|
1744
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1745
|
-
required: boolean;
|
|
1746
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1747
|
-
readonly elementInternals: ElementInternals | null;
|
|
1748
|
-
proxyEventsToBlock: string[];
|
|
1749
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
1750
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
1751
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1752
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1753
|
-
proxyInitialized: boolean;
|
|
1754
|
-
attachProxy: (() => void) & (() => void);
|
|
1755
|
-
detachProxy: (() => void) & (() => void);
|
|
1756
|
-
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);
|
|
1757
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1758
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1759
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1760
|
-
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1761
|
-
_isValidValue(value: string): boolean;
|
|
1762
|
-
_toPresentationValue(value: string): string;
|
|
1763
|
-
_parsePresentationValue(presentationValue: string): string;
|
|
1764
|
-
_isInternalValueUpdate: boolean;
|
|
1765
|
-
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
1766
|
-
_isPresentationValueInvalid(): boolean;
|
|
1767
|
-
}) & (abstract new (...args: any[]) => {
|
|
1768
|
-
_isValidValue(value: string): boolean;
|
|
1769
|
-
_toPresentationValue(value: string): string;
|
|
1770
|
-
_parsePresentationValue(presentationValue: string): string;
|
|
1771
|
-
_isInternalValueUpdate: boolean;
|
|
1772
|
-
valueChanged(previous: string, next: string): void;
|
|
1773
|
-
_updatePresentationValue(): void;
|
|
1774
|
-
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
1775
|
-
_onTextFieldChange(): void;
|
|
1776
|
-
_onTextFieldInput(event: Event): void;
|
|
1777
|
-
_isPresentationValueInvalid(): boolean;
|
|
1778
|
-
_onClearClick(): void;
|
|
1779
|
-
readOnly: boolean;
|
|
1780
|
-
readOnlyChanged(): void;
|
|
1781
|
-
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
1782
|
-
_dialogEl: HTMLElement;
|
|
1783
|
-
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
1784
|
-
connectedCallback(): void;
|
|
1785
|
-
disconnectedCallback(): void;
|
|
1786
|
-
"__#19@#onFocusIn": () => void;
|
|
1787
|
-
"__#19@#onFocusOut": () => void;
|
|
1788
|
-
proxy: HTMLInputElement;
|
|
1789
|
-
validate(): void;
|
|
1790
|
-
_getCustomValidationError(): string | null;
|
|
1791
|
-
"__#19@#localeChangeHandler": {
|
|
1792
|
-
handleChange: () => void;
|
|
1793
|
-
};
|
|
1794
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
1795
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
1796
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
1797
|
-
_popupOpen: boolean;
|
|
1798
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1799
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
1800
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
1801
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1802
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1803
|
-
readonly _dialogLabel: string;
|
|
1804
|
-
_presentationValue: string;
|
|
1805
|
-
_presentationValueChanged(): void;
|
|
1806
|
-
readonly _textFieldPlaceholder: string;
|
|
1807
|
-
_textFieldSize?: string | undefined;
|
|
1808
|
-
readonly _pickerButtonLabel: string;
|
|
1809
|
-
readonly _pickerButtonIcon: string;
|
|
1810
|
-
_onPickerButtonClick(): void;
|
|
1811
|
-
_onOkClick(): void;
|
|
1357
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
1358
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
1359
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
1360
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
1361
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1362
|
+
newPropertyName: string;
|
|
1363
|
+
deprecatedPropertyName: string;
|
|
1364
|
+
fromDeprecated: (v: any) => any;
|
|
1365
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1366
|
+
}): void;
|
|
1812
1367
|
helperText?: string | undefined;
|
|
1813
1368
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1814
1369
|
readonly _feedbackDescribedBy: string;
|
|
@@ -1853,9 +1408,9 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1853
1408
|
translate: boolean;
|
|
1854
1409
|
attachInternals(): ElementInternals;
|
|
1855
1410
|
click(): void;
|
|
1856
|
-
addEventListener<
|
|
1411
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1857
1412
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1858
|
-
removeEventListener<
|
|
1413
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1859
1414
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1860
1415
|
readonly attributes: NamedNodeMap;
|
|
1861
1416
|
readonly classList: DOMTokenList;
|
|
@@ -1882,10 +1437,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1882
1437
|
readonly tagName: string;
|
|
1883
1438
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1884
1439
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
1885
|
-
closest<
|
|
1886
|
-
closest<
|
|
1887
|
-
closest<
|
|
1888
|
-
closest<
|
|
1440
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
1441
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
1442
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
1443
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
1889
1444
|
getAttribute(qualifiedName: string): string | null;
|
|
1890
1445
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
1891
1446
|
getAttributeNames(): string[];
|
|
@@ -1894,10 +1449,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1894
1449
|
getBoundingClientRect(): DOMRect;
|
|
1895
1450
|
getClientRects(): DOMRectList;
|
|
1896
1451
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
1897
|
-
getElementsByTagName<
|
|
1898
|
-
getElementsByTagName<
|
|
1899
|
-
getElementsByTagName<
|
|
1900
|
-
getElementsByTagName<
|
|
1452
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
1453
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
1454
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
1455
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
1901
1456
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
1902
1457
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
1903
1458
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -1950,7 +1505,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1950
1505
|
contains(other: Node | null): boolean;
|
|
1951
1506
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
1952
1507
|
hasChildNodes(): boolean;
|
|
1953
|
-
insertBefore<
|
|
1508
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
1954
1509
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
1955
1510
|
isEqualNode(otherNode: Node | null): boolean;
|
|
1956
1511
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -2201,6 +1756,103 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2201
1756
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2202
1757
|
}): void;
|
|
2203
1758
|
}, any>;
|
|
1759
|
+
errorText?: string | undefined;
|
|
1760
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
1761
|
+
"__#4@#blockValidateCalls": boolean;
|
|
1762
|
+
"__#4@#originalValidateFn": () => void;
|
|
1763
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
1764
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
1765
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1766
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1767
|
+
_isValidValue(value: string): boolean;
|
|
1768
|
+
_toPresentationValue(value: string): string;
|
|
1769
|
+
_parsePresentationValue(presentationValue: string): string;
|
|
1770
|
+
_isInternalValueUpdate: boolean;
|
|
1771
|
+
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
1772
|
+
_isPresentationValueInvalid(): boolean;
|
|
1773
|
+
}) & (abstract new (...args: any[]) => {
|
|
1774
|
+
_isValidValue(value: string): boolean;
|
|
1775
|
+
_toPresentationValue(value: string): string;
|
|
1776
|
+
_parsePresentationValue(presentationValue: string): string;
|
|
1777
|
+
_isInternalValueUpdate: boolean;
|
|
1778
|
+
valueChanged(previous: string, next: string): void;
|
|
1779
|
+
_updatePresentationValue(): void;
|
|
1780
|
+
_updateValueDueToUserInteraction(newValue: string, isIntermediateUpdate: boolean): void;
|
|
1781
|
+
_onTextFieldChange(): void;
|
|
1782
|
+
_onTextFieldInput(event: Event): void;
|
|
1783
|
+
_isPresentationValueInvalid(): boolean;
|
|
1784
|
+
_onClearClick(): void;
|
|
1785
|
+
readOnly: boolean;
|
|
1786
|
+
readOnlyChanged(): void;
|
|
1787
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
1788
|
+
_dialogEl: HTMLElement;
|
|
1789
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
1790
|
+
connectedCallback(): void;
|
|
1791
|
+
disconnectedCallback(): void;
|
|
1792
|
+
"__#19@#onFocusIn": () => void;
|
|
1793
|
+
"__#19@#onFocusOut": () => void;
|
|
1794
|
+
proxy: HTMLInputElement;
|
|
1795
|
+
validate(): void;
|
|
1796
|
+
_getCustomValidationError(): string | null;
|
|
1797
|
+
"__#19@#localeChangeHandler": {
|
|
1798
|
+
handleChange: () => void;
|
|
1799
|
+
};
|
|
1800
|
+
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
1801
|
+
"__#19@#startObservingLocaleChanges"(): void;
|
|
1802
|
+
"__#19@#stopObservingLocaleChanges"(): void;
|
|
1803
|
+
_popupOpen: boolean;
|
|
1804
|
+
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
1805
|
+
"__#19@#openPopupIfPossible"(): void;
|
|
1806
|
+
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
1807
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
1808
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
1809
|
+
readonly _dialogLabel: string;
|
|
1810
|
+
_presentationValue: string;
|
|
1811
|
+
_presentationValueChanged(): void;
|
|
1812
|
+
readonly _textFieldPlaceholder: string;
|
|
1813
|
+
_textFieldSize?: string | undefined;
|
|
1814
|
+
readonly _pickerButtonLabel: string;
|
|
1815
|
+
readonly _pickerButtonIcon: string;
|
|
1816
|
+
_onPickerButtonClick(): void;
|
|
1817
|
+
_onOkClick(): void;
|
|
1818
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
1819
|
+
readonly _hasContextualHelp: boolean;
|
|
1820
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
1821
|
+
label?: string | undefined;
|
|
1822
|
+
errorValidationMessage: string;
|
|
1823
|
+
forceErrorDisplay: boolean;
|
|
1824
|
+
hasBeenTouched: boolean;
|
|
1825
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
1826
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
1827
|
+
readonly validity: ValidityState;
|
|
1828
|
+
readonly form: HTMLFormElement | null;
|
|
1829
|
+
readonly validationMessage: string;
|
|
1830
|
+
readonly willValidate: boolean;
|
|
1831
|
+
readonly labels: readonly Node[];
|
|
1832
|
+
dirtyValue: boolean;
|
|
1833
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
1834
|
+
value: string;
|
|
1835
|
+
currentValue: string;
|
|
1836
|
+
initialValue: string;
|
|
1837
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1838
|
+
disabled: boolean;
|
|
1839
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1840
|
+
name: string;
|
|
1841
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
1842
|
+
required: boolean;
|
|
1843
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
1844
|
+
readonly elementInternals: ElementInternals | null;
|
|
1845
|
+
proxyEventsToBlock: string[];
|
|
1846
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
1847
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
1848
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
1849
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
1850
|
+
proxyInitialized: boolean;
|
|
1851
|
+
attachProxy: (() => void) & (() => void);
|
|
1852
|
+
detachProxy: (() => void) & (() => void);
|
|
1853
|
+
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);
|
|
1854
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1855
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2204
1856
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2205
1857
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2206
1858
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -2572,129 +2224,6 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2572
2224
|
fromDeprecated: (v: any) => any;
|
|
2573
2225
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
2574
2226
|
}): void;
|
|
2575
|
-
errorText?: string | undefined;
|
|
2576
|
-
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2577
|
-
"__#4@#blockValidateCalls": boolean;
|
|
2578
|
-
"__#4@#originalValidateFn": () => void;
|
|
2579
|
-
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
2580
|
-
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
2581
|
-
label?: string | undefined;
|
|
2582
|
-
errorValidationMessage: string;
|
|
2583
|
-
forceErrorDisplay: boolean;
|
|
2584
|
-
hasBeenTouched: boolean;
|
|
2585
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
2586
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2587
|
-
readonly validity: ValidityState;
|
|
2588
|
-
readonly form: HTMLFormElement | null;
|
|
2589
|
-
readonly validationMessage: string;
|
|
2590
|
-
readonly willValidate: boolean;
|
|
2591
|
-
readonly labels: readonly Node[];
|
|
2592
|
-
dirtyValue: boolean;
|
|
2593
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
2594
|
-
value: string;
|
|
2595
|
-
currentValue: string;
|
|
2596
|
-
initialValue: string;
|
|
2597
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2598
|
-
disabled: boolean;
|
|
2599
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2600
|
-
name: string;
|
|
2601
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2602
|
-
required: boolean;
|
|
2603
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2604
|
-
readonly elementInternals: ElementInternals | null;
|
|
2605
|
-
proxyEventsToBlock: string[];
|
|
2606
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
2607
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
2608
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
2609
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2610
|
-
proxyInitialized: boolean;
|
|
2611
|
-
attachProxy: (() => void) & (() => void);
|
|
2612
|
-
detachProxy: (() => void) & (() => void);
|
|
2613
|
-
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);
|
|
2614
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2615
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
2616
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2617
|
-
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
2618
|
-
}) & (abstract new (...args: any[]) => {
|
|
2619
|
-
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
2620
|
-
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
2621
|
-
_currentDate: string;
|
|
2622
|
-
_currentMonth: import("../../shared/datetime/month").Month;
|
|
2623
|
-
readonly _resolvedMinDate: string;
|
|
2624
|
-
readonly _resolvedMaxDate: string;
|
|
2625
|
-
_isDateInValidRange(date: string): boolean;
|
|
2626
|
-
"__#20@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2627
|
-
"__#20@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2628
|
-
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
2629
|
-
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2630
|
-
_onPickerButtonClick(): void;
|
|
2631
|
-
_onTitleActionClick(): void;
|
|
2632
|
-
readonly _isPrevYearDisabled: boolean | "";
|
|
2633
|
-
_onPrevYearClick(): void;
|
|
2634
|
-
readonly _isNextYearDisabled: boolean | "";
|
|
2635
|
-
_onNextYearClick(): void;
|
|
2636
|
-
readonly _isPrevMonthDisabled: boolean | "";
|
|
2637
|
-
_onPrevMonthClick(): void;
|
|
2638
|
-
readonly _isNextMonthDisabled: boolean | "";
|
|
2639
|
-
_onNextMonthClick(): void;
|
|
2640
|
-
_numCalendars: number;
|
|
2641
|
-
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
2642
|
-
_hideDatesOutsideMonth: boolean;
|
|
2643
|
-
_lastFocussedDate: string | null;
|
|
2644
|
-
_isDateSelected(_: string): boolean;
|
|
2645
|
-
_isDateAriaSelected(date: string): boolean;
|
|
2646
|
-
_isDateInSelectedRange(_: string): boolean;
|
|
2647
|
-
_isDateRangeStart(_: string): boolean;
|
|
2648
|
-
_isDateRangeEnd(_: string): boolean;
|
|
2649
|
-
_getSelectedDates(): string[];
|
|
2650
|
-
_onDateMouseEnter(_: string): void;
|
|
2651
|
-
_onDateMouseLeave(_: string): void;
|
|
2652
|
-
_onDateClick(date: string): void;
|
|
2653
|
-
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
2654
|
-
_onDateFocus(date: string): void;
|
|
2655
|
-
readonly _tabbableDate: string | null;
|
|
2656
|
-
_monthPickerYear: number | null;
|
|
2657
|
-
readonly _inMonthPicker: boolean;
|
|
2658
|
-
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
2659
|
-
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
2660
|
-
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
2661
|
-
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
2662
|
-
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
2663
|
-
readOnly: boolean;
|
|
2664
|
-
readOnlyChanged(): void;
|
|
2665
|
-
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
2666
|
-
_dialogEl: HTMLElement;
|
|
2667
|
-
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
2668
|
-
connectedCallback(): void;
|
|
2669
|
-
disconnectedCallback(): void;
|
|
2670
|
-
"__#19@#onFocusIn": () => void;
|
|
2671
|
-
"__#19@#onFocusOut": () => void;
|
|
2672
|
-
proxy: HTMLInputElement;
|
|
2673
|
-
validate(): void;
|
|
2674
|
-
_getCustomValidationError(): string | null;
|
|
2675
|
-
"__#19@#localeChangeHandler": {
|
|
2676
|
-
handleChange: () => void;
|
|
2677
|
-
};
|
|
2678
|
-
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
2679
|
-
"__#19@#startObservingLocaleChanges"(): void;
|
|
2680
|
-
"__#19@#stopObservingLocaleChanges"(): void;
|
|
2681
|
-
_popupOpen: boolean;
|
|
2682
|
-
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
2683
|
-
"__#19@#openPopupIfPossible"(): void;
|
|
2684
|
-
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
2685
|
-
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
2686
|
-
readonly _dialogLabel: string;
|
|
2687
|
-
_presentationValue: string;
|
|
2688
|
-
_presentationValueChanged(): void;
|
|
2689
|
-
_updatePresentationValue(): void;
|
|
2690
|
-
readonly _textFieldPlaceholder: string;
|
|
2691
|
-
_textFieldSize?: string | undefined;
|
|
2692
|
-
_onTextFieldInput(event: Event): void;
|
|
2693
|
-
_onTextFieldChange(): void;
|
|
2694
|
-
readonly _pickerButtonLabel: string;
|
|
2695
|
-
readonly _pickerButtonIcon: string;
|
|
2696
|
-
_onOkClick(): void;
|
|
2697
|
-
_onClearClick(): void;
|
|
2698
2227
|
helperText?: string | undefined;
|
|
2699
2228
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
2700
2229
|
readonly _feedbackDescribedBy: string;
|
|
@@ -2739,9 +2268,9 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2739
2268
|
translate: boolean;
|
|
2740
2269
|
attachInternals(): ElementInternals;
|
|
2741
2270
|
click(): void;
|
|
2742
|
-
addEventListener<
|
|
2271
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2743
2272
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2744
|
-
removeEventListener<
|
|
2273
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2745
2274
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2746
2275
|
readonly attributes: NamedNodeMap;
|
|
2747
2276
|
readonly classList: DOMTokenList;
|
|
@@ -2768,10 +2297,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2768
2297
|
readonly tagName: string;
|
|
2769
2298
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
2770
2299
|
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
2771
|
-
closest<
|
|
2772
|
-
closest<
|
|
2773
|
-
closest<
|
|
2774
|
-
closest<
|
|
2300
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
2301
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
2302
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
2303
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
2775
2304
|
getAttribute(qualifiedName: string): string | null;
|
|
2776
2305
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
2777
2306
|
getAttributeNames(): string[];
|
|
@@ -2780,10 +2309,10 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2780
2309
|
getBoundingClientRect(): DOMRect;
|
|
2781
2310
|
getClientRects(): DOMRectList;
|
|
2782
2311
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
2783
|
-
getElementsByTagName<
|
|
2784
|
-
getElementsByTagName<
|
|
2785
|
-
getElementsByTagName<
|
|
2786
|
-
getElementsByTagName<
|
|
2312
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
2313
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
2314
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
2315
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
2787
2316
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
2788
2317
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
2789
2318
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
@@ -2836,7 +2365,7 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
2836
2365
|
contains(other: Node | null): boolean;
|
|
2837
2366
|
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
2838
2367
|
hasChildNodes(): boolean;
|
|
2839
|
-
insertBefore<
|
|
2368
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
2840
2369
|
isDefaultNamespace(namespace: string | null): boolean;
|
|
2841
2370
|
isEqualNode(otherNode: Node | null): boolean;
|
|
2842
2371
|
isSameNode(otherNode: Node | null): boolean;
|
|
@@ -3087,6 +2616,133 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
3087
2616
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3088
2617
|
}): void;
|
|
3089
2618
|
}, any>;
|
|
2619
|
+
errorText?: string | undefined;
|
|
2620
|
+
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
2621
|
+
"__#4@#blockValidateCalls": boolean;
|
|
2622
|
+
"__#4@#originalValidateFn": () => void;
|
|
2623
|
+
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
2624
|
+
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
2625
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
2626
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
2627
|
+
}) & (abstract new (...args: any[]) => {
|
|
2628
|
+
_selectedMonth: import("../../shared/datetime/month").Month;
|
|
2629
|
+
_adjustSelectedMonthToEnsureVisibilityOf(date: string): boolean;
|
|
2630
|
+
_currentDate: string;
|
|
2631
|
+
_currentMonth: import("../../shared/datetime/month").Month;
|
|
2632
|
+
readonly _resolvedMinDate: string;
|
|
2633
|
+
readonly _resolvedMaxDate: string;
|
|
2634
|
+
_isDateInValidRange(date: string): boolean;
|
|
2635
|
+
"__#20@#isMonthAfterValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2636
|
+
"__#20@#isMonthBeforeValidRange"(month: import("../../shared/datetime/month").Month): boolean | "";
|
|
2637
|
+
_isMonthInValidRange(month: import("../../shared/datetime/month").Month): boolean;
|
|
2638
|
+
_closePopup(restoreFocusToTextField?: boolean): void;
|
|
2639
|
+
_onPickerButtonClick(): void;
|
|
2640
|
+
_onTitleActionClick(): void;
|
|
2641
|
+
readonly _isPrevYearDisabled: boolean | "";
|
|
2642
|
+
_onPrevYearClick(): void;
|
|
2643
|
+
readonly _isNextYearDisabled: boolean | "";
|
|
2644
|
+
_onNextYearClick(): void;
|
|
2645
|
+
readonly _isPrevMonthDisabled: boolean | "";
|
|
2646
|
+
_onPrevMonthClick(): void;
|
|
2647
|
+
readonly _isNextMonthDisabled: boolean | "";
|
|
2648
|
+
_onNextMonthClick(): void;
|
|
2649
|
+
_numCalendars: number;
|
|
2650
|
+
readonly _segments: import("../../shared/picker-field/mixins/calendar-segments/segment").Segment[];
|
|
2651
|
+
_hideDatesOutsideMonth: boolean;
|
|
2652
|
+
_lastFocussedDate: string | null;
|
|
2653
|
+
_isDateSelected(_: string): boolean;
|
|
2654
|
+
_isDateAriaSelected(date: string): boolean;
|
|
2655
|
+
_isDateInSelectedRange(_: string): boolean;
|
|
2656
|
+
_isDateRangeStart(_: string): boolean;
|
|
2657
|
+
_isDateRangeEnd(_: string): boolean;
|
|
2658
|
+
_getSelectedDates(): string[];
|
|
2659
|
+
_onDateMouseEnter(_: string): void;
|
|
2660
|
+
_onDateMouseLeave(_: string): void;
|
|
2661
|
+
_onDateClick(date: string): void;
|
|
2662
|
+
_onDateKeydown(date: string, event: KeyboardEvent): boolean;
|
|
2663
|
+
_onDateFocus(date: string): void;
|
|
2664
|
+
readonly _tabbableDate: string | null;
|
|
2665
|
+
_monthPickerYear: number | null;
|
|
2666
|
+
readonly _inMonthPicker: boolean;
|
|
2667
|
+
_lastFocussedMonth: import("../../shared/datetime/month").Month | null;
|
|
2668
|
+
_onMonthClick(month: import("../../shared/datetime/month").Month): void;
|
|
2669
|
+
_onMonthKeydown(month: import("../../shared/datetime/month").Month, event: KeyboardEvent): boolean;
|
|
2670
|
+
_onMonthFocus(month: import("../../shared/datetime/month").Month): void;
|
|
2671
|
+
readonly _tabbableMonth: import("../../shared/datetime/month").Month | null;
|
|
2672
|
+
readOnly: boolean;
|
|
2673
|
+
readOnlyChanged(): void;
|
|
2674
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
2675
|
+
_dialogEl: HTMLElement;
|
|
2676
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
2677
|
+
connectedCallback(): void;
|
|
2678
|
+
disconnectedCallback(): void;
|
|
2679
|
+
"__#19@#onFocusIn": () => void;
|
|
2680
|
+
"__#19@#onFocusOut": () => void;
|
|
2681
|
+
proxy: HTMLInputElement;
|
|
2682
|
+
validate(): void;
|
|
2683
|
+
_getCustomValidationError(): string | null;
|
|
2684
|
+
"__#19@#localeChangeHandler": {
|
|
2685
|
+
handleChange: () => void;
|
|
2686
|
+
};
|
|
2687
|
+
"__#19@#localeChangeObserver": import("@microsoft/fast-element").BindingObserver<any, any, any>;
|
|
2688
|
+
"__#19@#startObservingLocaleChanges"(): void;
|
|
2689
|
+
"__#19@#stopObservingLocaleChanges"(): void;
|
|
2690
|
+
_popupOpen: boolean;
|
|
2691
|
+
"__#19@#dismissOnClickOutside": (event: MouseEvent) => void;
|
|
2692
|
+
"__#19@#openPopupIfPossible"(): void;
|
|
2693
|
+
_onBaseKeyDown(event: KeyboardEvent): boolean;
|
|
2694
|
+
_focusableElsWithinDialog(): NodeListOf<HTMLElement>;
|
|
2695
|
+
readonly _dialogLabel: string;
|
|
2696
|
+
_presentationValue: string;
|
|
2697
|
+
_presentationValueChanged(): void;
|
|
2698
|
+
_updatePresentationValue(): void;
|
|
2699
|
+
readonly _textFieldPlaceholder: string;
|
|
2700
|
+
_textFieldSize?: string | undefined;
|
|
2701
|
+
_onTextFieldInput(event: Event): void;
|
|
2702
|
+
_onTextFieldChange(): void;
|
|
2703
|
+
readonly _pickerButtonLabel: string;
|
|
2704
|
+
readonly _pickerButtonIcon: string;
|
|
2705
|
+
_onOkClick(): void;
|
|
2706
|
+
_onClearClick(): void;
|
|
2707
|
+
_contextualHelpSlottedContent?: HTMLElement[] | undefined;
|
|
2708
|
+
readonly _hasContextualHelp: boolean;
|
|
2709
|
+
_isFromContextualHelp(e: Event): boolean;
|
|
2710
|
+
label?: string | undefined;
|
|
2711
|
+
errorValidationMessage: string;
|
|
2712
|
+
forceErrorDisplay: boolean;
|
|
2713
|
+
hasBeenTouched: boolean;
|
|
2714
|
+
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
2715
|
+
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
2716
|
+
readonly validity: ValidityState;
|
|
2717
|
+
readonly form: HTMLFormElement | null;
|
|
2718
|
+
readonly validationMessage: string;
|
|
2719
|
+
readonly willValidate: boolean;
|
|
2720
|
+
readonly labels: readonly Node[];
|
|
2721
|
+
dirtyValue: boolean;
|
|
2722
|
+
proxySlot?: HTMLSlotElement | undefined;
|
|
2723
|
+
value: string;
|
|
2724
|
+
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2725
|
+
currentValue: string;
|
|
2726
|
+
initialValue: string;
|
|
2727
|
+
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2728
|
+
disabled: boolean;
|
|
2729
|
+
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2730
|
+
name: string;
|
|
2731
|
+
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
2732
|
+
required: boolean;
|
|
2733
|
+
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
2734
|
+
readonly elementInternals: ElementInternals | null;
|
|
2735
|
+
proxyEventsToBlock: string[];
|
|
2736
|
+
checkValidity: (() => boolean) & (() => boolean);
|
|
2737
|
+
reportValidity: (() => boolean) & (() => boolean);
|
|
2738
|
+
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
2739
|
+
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
2740
|
+
proxyInitialized: boolean;
|
|
2741
|
+
attachProxy: (() => void) & (() => void);
|
|
2742
|
+
detachProxy: (() => void) & (() => void);
|
|
2743
|
+
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);
|
|
2744
|
+
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
2745
|
+
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
3090
2746
|
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
3091
2747
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
3092
2748
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
@@ -3458,48 +3114,404 @@ declare const DateTimePicker_base: (abstract new (...args: any[]) => {
|
|
|
3458
3114
|
fromDeprecated: (v: any) => any;
|
|
3459
3115
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
3460
3116
|
}): void;
|
|
3117
|
+
helperText?: string | undefined;
|
|
3118
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
3119
|
+
readonly _feedbackDescribedBy: string;
|
|
3120
|
+
_internalFeedback(): {
|
|
3121
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
3122
|
+
message: string;
|
|
3123
|
+
};
|
|
3124
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
3125
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
3126
|
+
helperText?: string | undefined;
|
|
3127
|
+
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
3128
|
+
readonly _feedbackDescribedBy: string;
|
|
3129
|
+
_internalFeedback(): {
|
|
3130
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
3131
|
+
message: string;
|
|
3132
|
+
};
|
|
3133
|
+
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
3134
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
3135
|
+
connectedCallback(): void;
|
|
3136
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
3137
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
3138
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
3139
|
+
disconnectedCallback(): void;
|
|
3140
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
3141
|
+
accessKey: string;
|
|
3142
|
+
readonly accessKeyLabel: string;
|
|
3143
|
+
autocapitalize: string;
|
|
3144
|
+
dir: string;
|
|
3145
|
+
draggable: boolean;
|
|
3146
|
+
hidden: boolean;
|
|
3147
|
+
inert: boolean;
|
|
3148
|
+
innerText: string;
|
|
3149
|
+
lang: string;
|
|
3150
|
+
readonly offsetHeight: number;
|
|
3151
|
+
readonly offsetLeft: number;
|
|
3152
|
+
readonly offsetParent: Element | null;
|
|
3153
|
+
readonly offsetTop: number;
|
|
3154
|
+
readonly offsetWidth: number;
|
|
3155
|
+
outerText: string;
|
|
3156
|
+
spellcheck: boolean;
|
|
3157
|
+
title: string;
|
|
3158
|
+
translate: boolean;
|
|
3159
|
+
attachInternals(): ElementInternals;
|
|
3160
|
+
click(): void;
|
|
3161
|
+
addEventListener<K_17 extends keyof HTMLElementEventMap>(type: K_17, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_17]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
3162
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
3163
|
+
removeEventListener<K_18 extends keyof HTMLElementEventMap>(type: K_18, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_18]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
3164
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
3165
|
+
readonly attributes: NamedNodeMap;
|
|
3166
|
+
readonly classList: DOMTokenList;
|
|
3167
|
+
className: string;
|
|
3168
|
+
readonly clientHeight: number;
|
|
3169
|
+
readonly clientLeft: number;
|
|
3170
|
+
readonly clientTop: number;
|
|
3171
|
+
readonly clientWidth: number;
|
|
3172
|
+
id: string;
|
|
3173
|
+
readonly localName: string;
|
|
3174
|
+
readonly namespaceURI: string | null;
|
|
3175
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
3176
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
3177
|
+
outerHTML: string;
|
|
3178
|
+
readonly ownerDocument: Document;
|
|
3179
|
+
readonly part: DOMTokenList;
|
|
3180
|
+
readonly prefix: string | null;
|
|
3181
|
+
readonly scrollHeight: number;
|
|
3182
|
+
scrollLeft: number;
|
|
3183
|
+
scrollTop: number;
|
|
3184
|
+
readonly scrollWidth: number;
|
|
3185
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
3186
|
+
slot: string;
|
|
3187
|
+
readonly tagName: string;
|
|
3188
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
3189
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
3190
|
+
closest<K_19 extends keyof HTMLElementTagNameMap>(selector: K_19): HTMLElementTagNameMap[K_19] | null;
|
|
3191
|
+
closest<K_20 extends keyof SVGElementTagNameMap>(selector: K_20): SVGElementTagNameMap[K_20] | null;
|
|
3192
|
+
closest<K_21 extends keyof MathMLElementTagNameMap>(selector: K_21): MathMLElementTagNameMap[K_21] | null;
|
|
3193
|
+
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
3194
|
+
getAttribute(qualifiedName: string): string | null;
|
|
3195
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
3196
|
+
getAttributeNames(): string[];
|
|
3197
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
3198
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
3199
|
+
getBoundingClientRect(): DOMRect;
|
|
3200
|
+
getClientRects(): DOMRectList;
|
|
3201
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
3202
|
+
getElementsByTagName<K_22 extends keyof HTMLElementTagNameMap>(qualifiedName: K_22): HTMLCollectionOf<HTMLElementTagNameMap[K_22]>;
|
|
3203
|
+
getElementsByTagName<K_23 extends keyof SVGElementTagNameMap>(qualifiedName: K_23): HTMLCollectionOf<SVGElementTagNameMap[K_23]>;
|
|
3204
|
+
getElementsByTagName<K_24 extends keyof MathMLElementTagNameMap>(qualifiedName: K_24): HTMLCollectionOf<MathMLElementTagNameMap[K_24]>;
|
|
3205
|
+
getElementsByTagName<K_25 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_25): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_25]>;
|
|
3206
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
3207
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
3208
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
3209
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
3210
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
3211
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
3212
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
3213
|
+
hasAttributes(): boolean;
|
|
3214
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
3215
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
3216
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
3217
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
3218
|
+
matches(selectors: string): boolean;
|
|
3219
|
+
releasePointerCapture(pointerId: number): void;
|
|
3220
|
+
removeAttribute(qualifiedName: string): void;
|
|
3221
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
3222
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
3223
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
3224
|
+
requestPointerLock(): void;
|
|
3225
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
3226
|
+
scroll(x: number, y: number): void;
|
|
3227
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
3228
|
+
scrollBy(x: number, y: number): void;
|
|
3229
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
3230
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
3231
|
+
scrollTo(x: number, y: number): void;
|
|
3232
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
3233
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
3234
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
3235
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
3236
|
+
setPointerCapture(pointerId: number): void;
|
|
3237
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
3238
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
3239
|
+
readonly baseURI: string;
|
|
3240
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
3241
|
+
readonly firstChild: ChildNode | null;
|
|
3242
|
+
readonly isConnected: boolean;
|
|
3243
|
+
readonly lastChild: ChildNode | null;
|
|
3244
|
+
readonly nextSibling: ChildNode | null;
|
|
3245
|
+
readonly nodeName: string;
|
|
3246
|
+
readonly nodeType: number;
|
|
3247
|
+
nodeValue: string | null;
|
|
3248
|
+
readonly parentElement: HTMLElement | null;
|
|
3249
|
+
readonly parentNode: ParentNode | null;
|
|
3250
|
+
readonly previousSibling: ChildNode | null;
|
|
3251
|
+
textContent: string | null;
|
|
3252
|
+
appendChild<T extends Node>(node: T): T;
|
|
3253
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
3254
|
+
compareDocumentPosition(other: Node): number;
|
|
3255
|
+
contains(other: Node | null): boolean;
|
|
3256
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
3257
|
+
hasChildNodes(): boolean;
|
|
3258
|
+
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
3259
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
3260
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
3261
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
3262
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
3263
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
3264
|
+
normalize(): void;
|
|
3265
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
3266
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
3267
|
+
readonly ELEMENT_NODE: 1;
|
|
3268
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
3269
|
+
readonly TEXT_NODE: 3;
|
|
3270
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
3271
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
3272
|
+
readonly ENTITY_NODE: 6;
|
|
3273
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
3274
|
+
readonly COMMENT_NODE: 8;
|
|
3275
|
+
readonly DOCUMENT_NODE: 9;
|
|
3276
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
3277
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
3278
|
+
readonly NOTATION_NODE: 12;
|
|
3279
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
3280
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
3281
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
3282
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
3283
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
3284
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
3285
|
+
dispatchEvent(event: Event): boolean;
|
|
3286
|
+
ariaAtomic: string | null;
|
|
3287
|
+
ariaAutoComplete: string | null;
|
|
3288
|
+
ariaBusy: string | null;
|
|
3289
|
+
ariaChecked: string | null;
|
|
3290
|
+
ariaColCount: string | null;
|
|
3291
|
+
ariaColIndex: string | null;
|
|
3292
|
+
ariaColSpan: string | null;
|
|
3293
|
+
ariaCurrent: string | null;
|
|
3294
|
+
ariaDisabled: string | null;
|
|
3295
|
+
ariaExpanded: string | null;
|
|
3296
|
+
ariaHasPopup: string | null;
|
|
3297
|
+
ariaHidden: string | null;
|
|
3298
|
+
ariaInvalid: string | null;
|
|
3299
|
+
ariaKeyShortcuts: string | null;
|
|
3300
|
+
ariaLabel: string | null;
|
|
3301
|
+
ariaLevel: string | null;
|
|
3302
|
+
ariaLive: string | null;
|
|
3303
|
+
ariaModal: string | null;
|
|
3304
|
+
ariaMultiLine: string | null;
|
|
3305
|
+
ariaMultiSelectable: string | null;
|
|
3306
|
+
ariaOrientation: string | null;
|
|
3307
|
+
ariaPlaceholder: string | null;
|
|
3308
|
+
ariaPosInSet: string | null;
|
|
3309
|
+
ariaPressed: string | null;
|
|
3310
|
+
ariaReadOnly: string | null;
|
|
3311
|
+
ariaRequired: string | null;
|
|
3312
|
+
ariaRoleDescription: string | null;
|
|
3313
|
+
ariaRowCount: string | null;
|
|
3314
|
+
ariaRowIndex: string | null;
|
|
3315
|
+
ariaRowSpan: string | null;
|
|
3316
|
+
ariaSelected: string | null;
|
|
3317
|
+
ariaSetSize: string | null;
|
|
3318
|
+
ariaSort: string | null;
|
|
3319
|
+
ariaValueMax: string | null;
|
|
3320
|
+
ariaValueMin: string | null;
|
|
3321
|
+
ariaValueNow: string | null;
|
|
3322
|
+
ariaValueText: string | null;
|
|
3323
|
+
role: string | null;
|
|
3324
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
3325
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
3326
|
+
after(...nodes: (string | Node)[]): void;
|
|
3327
|
+
before(...nodes: (string | Node)[]): void;
|
|
3328
|
+
remove(): void;
|
|
3329
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
3330
|
+
innerHTML: string;
|
|
3331
|
+
readonly nextElementSibling: Element | null;
|
|
3332
|
+
readonly previousElementSibling: Element | null;
|
|
3333
|
+
readonly childElementCount: number;
|
|
3334
|
+
readonly children: HTMLCollection;
|
|
3335
|
+
readonly firstElementChild: Element | null;
|
|
3336
|
+
readonly lastElementChild: Element | null;
|
|
3337
|
+
append(...nodes: (string | Node)[]): void;
|
|
3338
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
3339
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
3340
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
3341
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
3342
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
3343
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
3344
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
3345
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
3346
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
3347
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
3348
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
3349
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
3350
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
3351
|
+
readonly style: CSSStyleDeclaration;
|
|
3352
|
+
contentEditable: string;
|
|
3353
|
+
enterKeyHint: string;
|
|
3354
|
+
inputMode: string;
|
|
3355
|
+
readonly isContentEditable: boolean;
|
|
3356
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3357
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3358
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3359
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3360
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
3361
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3362
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
3363
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3364
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3365
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3366
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3367
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3368
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3369
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3370
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3371
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3372
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3373
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3374
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3375
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3376
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3377
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3378
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3379
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3380
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3381
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
3382
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3383
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3384
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3385
|
+
onerror: OnErrorEventHandler;
|
|
3386
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
3387
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
3388
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3389
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3390
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3391
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3392
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3393
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
3394
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3395
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3396
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3397
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3398
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3399
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3400
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3401
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3402
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3403
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3404
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3405
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
3406
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
3407
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3408
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3409
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3410
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3411
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3412
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3413
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3414
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3415
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3416
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3417
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
3418
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
3419
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3420
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3421
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
3422
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3423
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
3424
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3425
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3426
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3427
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3428
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3429
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3430
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3431
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
3432
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3433
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3434
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3435
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3436
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3437
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3438
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
3439
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3440
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3441
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3442
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
3443
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3444
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3445
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3446
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3447
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3448
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
3449
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
3450
|
+
autofocus: boolean;
|
|
3451
|
+
readonly dataset: DOMStringMap;
|
|
3452
|
+
nonce?: string | undefined;
|
|
3453
|
+
tabIndex: number;
|
|
3454
|
+
blur(): void;
|
|
3455
|
+
focus(options?: FocusOptions | undefined): void;
|
|
3456
|
+
ariaColIndexText: string | null;
|
|
3457
|
+
ariaDescription: string | null;
|
|
3458
|
+
ariaRowIndexText: string | null;
|
|
3459
|
+
ariaRelevant: string | null;
|
|
3460
|
+
roleChanged(prev: string | null, next: string | null): void;
|
|
3461
|
+
ariaAtomicChanged(prev: string | null, next: string | null): void;
|
|
3462
|
+
ariaAutoCompleteChanged(prev: string | null, next: string | null): void;
|
|
3463
|
+
ariaBusyChanged(prev: string | null, next: string | null): void;
|
|
3464
|
+
ariaCheckedChanged(prev: string | null, next: string | null): void;
|
|
3465
|
+
ariaColCountChanged(prev: string | null, next: string | null): void;
|
|
3466
|
+
ariaColIndexChanged(prev: string | null, next: string | null): void;
|
|
3467
|
+
ariaColIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3468
|
+
ariaColSpanChanged(prev: string | null, next: string | null): void;
|
|
3469
|
+
ariaCurrentChanged(prev: string | null, next: string | null): void;
|
|
3470
|
+
ariaDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3471
|
+
ariaDisabledChanged(prev: string | null, next: string | null): void;
|
|
3472
|
+
ariaExpandedChanged(prev: string | null, next: string | null): void;
|
|
3473
|
+
ariaHasPopupChanged(prev: string | null, next: string | null): void;
|
|
3474
|
+
ariaHiddenChanged(prev: string | null, next: string | null): void;
|
|
3475
|
+
ariaInvalidChanged(prev: string | null, next: string | null): void;
|
|
3476
|
+
ariaKeyShortcutsChanged(prev: string | null, next: string | null): void;
|
|
3477
|
+
ariaLabelChanged(prev: string | null, next: string | null): void;
|
|
3478
|
+
ariaLevelChanged(prev: string | null, next: string | null): void;
|
|
3479
|
+
ariaLiveChanged(prev: string | null, next: string | null): void;
|
|
3480
|
+
ariaModalChanged(prev: string | null, next: string | null): void;
|
|
3481
|
+
ariaMultiLineChanged(prev: string | null, next: string | null): void;
|
|
3482
|
+
ariaMultiSelectableChanged(prev: string | null, next: string | null): void;
|
|
3483
|
+
ariaOrientationChanged(prev: string | null, next: string | null): void;
|
|
3484
|
+
ariaPlaceholderChanged(prev: string | null, next: string | null): void;
|
|
3485
|
+
ariaPosInSetChanged(prev: string | null, next: string | null): void;
|
|
3486
|
+
ariaPressedChanged(prev: string | null, next: string | null): void;
|
|
3487
|
+
ariaReadOnlyChanged(prev: string | null, next: string | null): void;
|
|
3488
|
+
ariaRequiredChanged(prev: string | null, next: string | null): void;
|
|
3489
|
+
ariaRoleDescriptionChanged(prev: string | null, next: string | null): void;
|
|
3490
|
+
ariaRowCountChanged(prev: string | null, next: string | null): void;
|
|
3491
|
+
ariaRowIndexChanged(prev: string | null, next: string | null): void;
|
|
3492
|
+
ariaRowIndexTextChanged(prev: string | null, next: string | null): void;
|
|
3493
|
+
ariaRowSpanChanged(prev: string | null, next: string | null): void;
|
|
3494
|
+
ariaSelectedChanged(prev: string | null, next: string | null): void;
|
|
3495
|
+
ariaSetSizeChanged(prev: string | null, next: string | null): void;
|
|
3496
|
+
ariaSortChanged(prev: string | null, next: string | null): void;
|
|
3497
|
+
ariaValueMaxChanged(prev: string | null, next: string | null): void;
|
|
3498
|
+
ariaValueMinChanged(prev: string | null, next: string | null): void;
|
|
3499
|
+
ariaValueNowChanged(prev: string | null, next: string | null): void;
|
|
3500
|
+
ariaValueTextChanged(prev: string | null, next: string | null): void;
|
|
3501
|
+
ariaRelevantChanged(prev: string | null, next: string | null): void;
|
|
3502
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
3503
|
+
newPropertyName: string;
|
|
3504
|
+
deprecatedPropertyName: string;
|
|
3505
|
+
fromDeprecated: (v: any) => any;
|
|
3506
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
3507
|
+
}): void;
|
|
3508
|
+
}, any>;
|
|
3461
3509
|
errorText?: string | undefined;
|
|
3462
3510
|
errorTextChanged(_: string, newErrorText: string | undefined): void;
|
|
3463
3511
|
"__#4@#blockValidateCalls": boolean;
|
|
3464
3512
|
"__#4@#originalValidateFn": () => void;
|
|
3465
3513
|
"__#4@#forceCustomError"(errorMessage: string): void;
|
|
3466
3514
|
"__#4@#clearCustomErrorAndRevalidate"(): void;
|
|
3467
|
-
label?: string | undefined;
|
|
3468
|
-
errorValidationMessage: string;
|
|
3469
|
-
forceErrorDisplay: boolean;
|
|
3470
|
-
hasBeenTouched: boolean;
|
|
3471
|
-
"__#3@#handleInvalidEvent": (() => void) & (() => void);
|
|
3472
|
-
formResetCallback: (() => void) & (() => void) & (() => void) & (() => void);
|
|
3473
|
-
readonly validity: ValidityState;
|
|
3474
|
-
readonly form: HTMLFormElement | null;
|
|
3475
|
-
readonly validationMessage: string;
|
|
3476
|
-
readonly willValidate: boolean;
|
|
3477
|
-
readonly labels: readonly Node[];
|
|
3478
|
-
dirtyValue: boolean;
|
|
3479
|
-
proxySlot?: HTMLSlotElement | undefined;
|
|
3480
|
-
value: string;
|
|
3481
|
-
valueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
3482
|
-
currentValue: string;
|
|
3483
|
-
initialValue: string;
|
|
3484
|
-
initialValueChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
3485
|
-
disabled: boolean;
|
|
3486
|
-
disabledChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
3487
|
-
name: string;
|
|
3488
|
-
nameChanged: ((_previous: string, _next: string) => void) & ((_previous: string, _next: string) => void);
|
|
3489
|
-
required: boolean;
|
|
3490
|
-
requiredChanged: ((_previous: boolean, _next: boolean) => void) & ((_previous: boolean, _next: boolean) => void);
|
|
3491
|
-
readonly elementInternals: ElementInternals | null;
|
|
3492
|
-
proxyEventsToBlock: string[];
|
|
3493
|
-
checkValidity: (() => boolean) & (() => boolean);
|
|
3494
|
-
reportValidity: (() => boolean) & (() => boolean);
|
|
3495
|
-
setValidity: ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void) & ((flags: ValidityStateFlags, message?: string | undefined, anchor?: HTMLElement | undefined) => void);
|
|
3496
|
-
formDisabledCallback: ((disabled: boolean) => void) & ((disabled: boolean) => void);
|
|
3497
|
-
proxyInitialized: boolean;
|
|
3498
|
-
attachProxy: (() => void) & (() => void);
|
|
3499
|
-
detachProxy: (() => void) & (() => void);
|
|
3500
|
-
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);
|
|
3501
|
-
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
3502
|
-
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
3503
3515
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
3504
3516
|
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
3505
3517
|
}) & typeof PickerField;
|