@vonage/vivid 4.19.0-preview.0 → 4.20.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/custom-elements.json +1616 -313
- package/index.cjs +5 -0
- package/index.d.ts +1 -0
- package/index.js +2 -2
- package/lib/accordion-item/accordion-item.d.ts +332 -5
- package/lib/action-group/action-group.d.ts +3 -120
- package/lib/alert/alert.d.ts +654 -6
- package/lib/audio-player/audio-player.d.ts +330 -5
- package/lib/avatar/avatar.d.ts +5 -4
- package/lib/badge/badge.d.ts +334 -7
- package/lib/banner/banner.d.ts +662 -133
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +0 -118
- package/lib/button/button.d.ts +335 -8
- package/lib/calendar-event/calendar-event.d.ts +3 -2
- package/lib/card/card.d.ts +2 -1
- package/lib/checkbox/checkbox.d.ts +2 -119
- package/lib/combobox/combobox.d.ts +335 -6
- package/lib/date-picker/date-picker.d.ts +12 -484
- package/lib/date-range-picker/date-range-picker.d.ts +6 -242
- package/lib/date-time-picker/date-time-picker.d.ts +12 -484
- package/lib/date-time-picker/definition.d.ts +2 -0
- package/lib/dial-pad/dial-pad.d.ts +328 -4
- package/lib/dialog/dialog.d.ts +326 -122
- package/lib/divider/divider.d.ts +0 -118
- package/lib/empty-state/empty-state.d.ts +3 -2
- package/lib/fab/fab.d.ts +333 -6
- package/lib/file-picker/file-picker.d.ts +334 -4
- package/lib/icon/icon.d.ts +2 -1
- package/lib/layout/layout.d.ts +6 -5
- package/lib/menu/menu.d.ts +0 -236
- package/lib/menu-item/menu-item.d.ts +332 -10
- package/lib/nav-disclosure/nav-disclosure.d.ts +330 -124
- package/lib/nav-item/nav-item.d.ts +329 -4
- package/lib/note/note.d.ts +329 -4
- package/lib/number-field/number-field.d.ts +658 -124
- package/lib/option/option.d.ts +332 -7
- package/lib/pagination/pagination.d.ts +4 -2
- package/lib/progress/progress.d.ts +0 -118
- package/lib/progress-ring/progress-ring.d.ts +0 -118
- package/lib/radio/radio.d.ts +2 -1
- package/lib/range-slider/range-slider.d.ts +330 -3
- package/lib/rich-text-editor/definition.d.ts +2 -0
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +3 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +2 -0
- package/lib/rich-text-editor/menubar/definition.d.ts +2 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +4 -0
- package/lib/rich-text-editor/menubar/menubar.template.d.ts +4 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +8 -0
- package/lib/searchable-select/locale.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +330 -5
- package/lib/searchable-select/searchable-select.d.ts +661 -6
- package/lib/select/select.d.ts +336 -6
- package/lib/selectable-box/selectable-box.d.ts +0 -118
- package/lib/slider/slider.d.ts +326 -122
- package/lib/split-button/split-button.d.ts +667 -138
- package/lib/switch/switch.d.ts +0 -118
- package/lib/tab/tab.d.ts +658 -7
- package/lib/tabs/tabs.d.ts +2 -1
- package/lib/tag/tag.d.ts +333 -7
- package/lib/tag-group/tag-group.d.ts +0 -118
- package/lib/tag-name-map.d.ts +73 -0
- package/lib/text-anchor/text-anchor.d.ts +331 -123
- package/lib/text-area/text-area.d.ts +0 -118
- package/lib/text-field/text-field.d.ts +333 -124
- package/lib/time-picker/time-picker.d.ts +6 -242
- package/lib/toggletip/toggletip.d.ts +0 -118
- package/lib/tooltip/tooltip.d.ts +0 -118
- package/lib/tree-item/tree-item.d.ts +329 -4
- package/lib/video-player/video-player.d.ts +328 -4
- package/locales/de-DE.cjs +1 -0
- package/locales/de-DE.js +1 -0
- package/locales/en-GB.cjs +1 -0
- package/locales/en-GB.js +1 -0
- package/locales/en-US.cjs +1 -0
- package/locales/en-US.js +1 -0
- package/locales/ja-JP.cjs +1 -0
- package/locales/ja-JP.js +1 -0
- package/locales/zh-CN.cjs +1 -0
- package/locales/zh-CN.js +1 -0
- package/package.json +1 -1
- package/shared/_has.cjs +0 -4
- package/shared/_has.js +0 -4
- package/shared/affix.cjs +25 -19
- package/shared/affix.js +26 -20
- package/shared/apply-mixins.js +1 -1
- package/shared/aria/delegates-aria.d.ts +0 -118
- package/shared/calendar-picker.template.cjs +1 -1
- package/shared/calendar-picker.template.js +1 -1
- package/shared/children.js +1 -1
- package/shared/definition.cjs +2 -4
- package/shared/definition.js +2 -4
- package/shared/definition11.cjs +2 -4
- package/shared/definition11.js +2 -4
- package/shared/definition13.cjs +85 -159
- package/shared/definition13.js +85 -159
- package/shared/definition15.cjs +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.cjs +2 -3
- package/shared/definition16.js +2 -3
- package/shared/definition17.cjs +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition20.cjs +10 -10
- package/shared/definition20.js +1 -1
- package/shared/definition21.cjs +2 -4
- package/shared/definition21.js +2 -4
- package/shared/definition22.cjs +2 -4
- package/shared/definition22.js +2 -4
- package/shared/definition25.cjs +2 -4
- package/shared/definition25.js +2 -4
- package/shared/definition26.cjs +3 -3
- package/shared/definition26.js +3 -3
- package/shared/definition28.cjs +27 -38
- package/shared/definition28.js +27 -38
- package/shared/definition30.cjs +4 -11
- package/shared/definition30.js +4 -11
- package/shared/definition31.cjs +2 -4
- package/shared/definition31.js +2 -4
- package/shared/definition32.cjs +2 -4
- package/shared/definition32.js +2 -4
- package/shared/definition34.cjs +1 -3
- package/shared/definition34.js +1 -3
- package/shared/definition35.cjs +6 -6
- package/shared/definition35.js +6 -6
- package/shared/definition36.cjs +7 -7
- package/shared/definition36.js +7 -7
- package/shared/definition37.cjs +20 -2
- package/shared/definition37.js +20 -2
- package/shared/definition4.cjs +14 -19
- package/shared/definition4.js +14 -19
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +3 -5
- package/shared/definition42.js +3 -5
- package/shared/definition43.cjs +419 -19
- package/shared/definition43.js +420 -21
- package/shared/definition44.cjs +43 -48
- package/shared/definition44.js +43 -48
- package/shared/definition45.cjs +3 -4
- package/shared/definition45.js +3 -4
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition48.cjs +3 -5
- package/shared/definition48.js +3 -5
- package/shared/definition49.cjs +4 -7
- package/shared/definition49.js +4 -7
- package/shared/definition5.cjs +1 -3
- package/shared/definition5.js +2 -4
- package/shared/definition50.cjs +1 -1
- package/shared/definition50.js +1 -1
- package/shared/definition52.cjs +2 -5
- package/shared/definition52.js +2 -5
- package/shared/definition55.cjs +2 -4
- package/shared/definition55.js +2 -4
- package/shared/definition56.cjs +1 -1
- package/shared/definition56.js +1 -1
- package/shared/definition57.cjs +3 -2
- package/shared/definition57.js +3 -2
- package/shared/definition61.cjs +2 -4
- package/shared/definition61.js +2 -4
- package/shared/definition63.cjs +233 -160
- package/shared/definition63.js +233 -160
- package/shared/definition7.cjs +1 -3
- package/shared/definition7.js +1 -3
- package/shared/definition8.cjs +2 -5
- package/shared/definition8.js +2 -5
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/form-associated.js +1 -1
- package/shared/foundation/button/button.d.ts +0 -118
- package/shared/localized.cjs +10 -4
- package/shared/localized.js +10 -4
- package/shared/option.cjs +17 -22
- package/shared/option.js +18 -23
- package/shared/patterns/affix.d.ts +659 -7
- package/shared/patterns/anchored.d.ts +0 -236
- package/shared/patterns/localized.d.ts +328 -3
- package/shared/patterns/trapped-focus.d.ts +329 -6
- package/shared/picker-field/mixins/calendar-picker.d.ts +3 -121
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +3 -121
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +328 -4
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +6 -242
- package/shared/picker-field/mixins/single-date-picker.d.ts +9 -363
- package/shared/picker-field/mixins/single-value-picker.d.ts +3 -121
- package/shared/picker-field/mixins/time-selection-picker.d.ts +6 -242
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +6 -242
- package/shared/picker-field/picker-field.d.ts +655 -3
- package/shared/picker-field.template.cjs +33 -35
- package/shared/picker-field.template.js +34 -36
- package/shared/ref.js +1 -1
- package/shared/slotted.js +1 -1
- package/shared/text-anchor.cjs +2 -2
- package/shared/text-anchor.js +2 -2
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/time-selection-picker.template.cjs +3 -5
- package/shared/time-selection-picker.template.js +4 -6
- package/shared/utils/enums.d.ts +1 -0
- package/shared/vivid-element.cjs +1 -1
- package/shared/vivid-element.js +2 -2
- 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/vivid.api.json +1265 -1364
|
@@ -1,6 +1,331 @@
|
|
|
1
1
|
import { VividElement } from '../../../foundation/vivid-element/vivid-element';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
declare const InlineTimePicker_base: {
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
readonly locale: import("../../../localization/Locale").Locale;
|
|
5
|
+
accessKey: string;
|
|
6
|
+
readonly accessKeyLabel: string;
|
|
7
|
+
autocapitalize: string;
|
|
8
|
+
dir: string;
|
|
9
|
+
draggable: boolean;
|
|
10
|
+
hidden: boolean;
|
|
11
|
+
inert: boolean;
|
|
12
|
+
innerText: string;
|
|
13
|
+
lang: string;
|
|
14
|
+
readonly offsetHeight: number;
|
|
15
|
+
readonly offsetLeft: number;
|
|
16
|
+
readonly offsetParent: Element | null;
|
|
17
|
+
readonly offsetTop: number;
|
|
18
|
+
readonly offsetWidth: number;
|
|
19
|
+
outerText: string;
|
|
20
|
+
spellcheck: boolean;
|
|
21
|
+
title: string;
|
|
22
|
+
translate: boolean;
|
|
23
|
+
attachInternals(): ElementInternals;
|
|
24
|
+
click(): void;
|
|
25
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
26
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
27
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
28
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
29
|
+
dropzone: import("dropzone");
|
|
30
|
+
readonly attributes: NamedNodeMap;
|
|
31
|
+
readonly classList: DOMTokenList;
|
|
32
|
+
className: string;
|
|
33
|
+
readonly clientHeight: number;
|
|
34
|
+
readonly clientLeft: number;
|
|
35
|
+
readonly clientTop: number;
|
|
36
|
+
readonly clientWidth: number;
|
|
37
|
+
id: string;
|
|
38
|
+
readonly localName: string;
|
|
39
|
+
readonly namespaceURI: string | null;
|
|
40
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
41
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
42
|
+
outerHTML: string;
|
|
43
|
+
readonly ownerDocument: Document;
|
|
44
|
+
readonly part: DOMTokenList;
|
|
45
|
+
readonly prefix: string | null;
|
|
46
|
+
readonly scrollHeight: number;
|
|
47
|
+
scrollLeft: number;
|
|
48
|
+
scrollTop: number;
|
|
49
|
+
readonly scrollWidth: number;
|
|
50
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
51
|
+
slot: string;
|
|
52
|
+
readonly tagName: string;
|
|
53
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
54
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
55
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
56
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
57
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
58
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
59
|
+
getAttribute(qualifiedName: string): string | null;
|
|
60
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
61
|
+
getAttributeNames(): string[];
|
|
62
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
63
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
64
|
+
getBoundingClientRect(): DOMRect;
|
|
65
|
+
getClientRects(): DOMRectList;
|
|
66
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
67
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
68
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
69
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
70
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
71
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
72
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
73
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
74
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
75
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
76
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
77
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
78
|
+
hasAttributes(): boolean;
|
|
79
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
80
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
81
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
82
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
83
|
+
matches(selectors: string): boolean;
|
|
84
|
+
releasePointerCapture(pointerId: number): void;
|
|
85
|
+
removeAttribute(qualifiedName: string): void;
|
|
86
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
87
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
88
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
89
|
+
requestPointerLock(): void;
|
|
90
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
91
|
+
scroll(x: number, y: number): void;
|
|
92
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
93
|
+
scrollBy(x: number, y: number): void;
|
|
94
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
95
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
96
|
+
scrollTo(x: number, y: number): void;
|
|
97
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
98
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
99
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
100
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
101
|
+
setPointerCapture(pointerId: number): void;
|
|
102
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
103
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
104
|
+
readonly baseURI: string;
|
|
105
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
106
|
+
readonly firstChild: ChildNode | null;
|
|
107
|
+
readonly isConnected: boolean;
|
|
108
|
+
readonly lastChild: ChildNode | null;
|
|
109
|
+
readonly nextSibling: ChildNode | null;
|
|
110
|
+
readonly nodeName: string;
|
|
111
|
+
readonly nodeType: number;
|
|
112
|
+
nodeValue: string | null;
|
|
113
|
+
readonly parentElement: HTMLElement | null;
|
|
114
|
+
readonly parentNode: ParentNode | null;
|
|
115
|
+
readonly previousSibling: ChildNode | null;
|
|
116
|
+
textContent: string | null;
|
|
117
|
+
appendChild<T extends Node>(node: T): T;
|
|
118
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
119
|
+
compareDocumentPosition(other: Node): number;
|
|
120
|
+
contains(other: Node | null): boolean;
|
|
121
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
122
|
+
hasChildNodes(): boolean;
|
|
123
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
124
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
125
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
126
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
127
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
128
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
129
|
+
normalize(): void;
|
|
130
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
131
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
132
|
+
readonly ELEMENT_NODE: 1;
|
|
133
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
134
|
+
readonly TEXT_NODE: 3;
|
|
135
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
136
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
137
|
+
readonly ENTITY_NODE: 6;
|
|
138
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
139
|
+
readonly COMMENT_NODE: 8;
|
|
140
|
+
readonly DOCUMENT_NODE: 9;
|
|
141
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
142
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
143
|
+
readonly NOTATION_NODE: 12;
|
|
144
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
145
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
146
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
147
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
148
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
149
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
150
|
+
dispatchEvent(event: Event): boolean;
|
|
151
|
+
ariaAtomic: string | null;
|
|
152
|
+
ariaAutoComplete: string | null;
|
|
153
|
+
ariaBusy: string | null;
|
|
154
|
+
ariaChecked: string | null;
|
|
155
|
+
ariaColCount: string | null;
|
|
156
|
+
ariaColIndex: string | null;
|
|
157
|
+
ariaColSpan: string | null;
|
|
158
|
+
ariaCurrent: string | null;
|
|
159
|
+
ariaDisabled: string | null;
|
|
160
|
+
ariaExpanded: string | null;
|
|
161
|
+
ariaHasPopup: string | null;
|
|
162
|
+
ariaHidden: string | null;
|
|
163
|
+
ariaInvalid: string | null;
|
|
164
|
+
ariaKeyShortcuts: string | null;
|
|
165
|
+
ariaLabel: string | null;
|
|
166
|
+
ariaLevel: string | null;
|
|
167
|
+
ariaLive: string | null;
|
|
168
|
+
ariaModal: string | null;
|
|
169
|
+
ariaMultiLine: string | null;
|
|
170
|
+
ariaMultiSelectable: string | null;
|
|
171
|
+
ariaOrientation: string | null;
|
|
172
|
+
ariaPlaceholder: string | null;
|
|
173
|
+
ariaPosInSet: string | null;
|
|
174
|
+
ariaPressed: string | null;
|
|
175
|
+
ariaReadOnly: string | null;
|
|
176
|
+
ariaRequired: string | null;
|
|
177
|
+
ariaRoleDescription: string | null;
|
|
178
|
+
ariaRowCount: string | null;
|
|
179
|
+
ariaRowIndex: string | null;
|
|
180
|
+
ariaRowSpan: string | null;
|
|
181
|
+
ariaSelected: string | null;
|
|
182
|
+
ariaSetSize: string | null;
|
|
183
|
+
ariaSort: string | null;
|
|
184
|
+
ariaValueMax: string | null;
|
|
185
|
+
ariaValueMin: string | null;
|
|
186
|
+
ariaValueNow: string | null;
|
|
187
|
+
ariaValueText: string | null;
|
|
188
|
+
role: string | null;
|
|
189
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
190
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
191
|
+
after(...nodes: (string | Node)[]): void;
|
|
192
|
+
before(...nodes: (string | Node)[]): void;
|
|
193
|
+
remove(): void;
|
|
194
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
195
|
+
innerHTML: string;
|
|
196
|
+
readonly nextElementSibling: Element | null;
|
|
197
|
+
readonly previousElementSibling: Element | null;
|
|
198
|
+
readonly childElementCount: number;
|
|
199
|
+
readonly children: HTMLCollection;
|
|
200
|
+
readonly firstElementChild: Element | null;
|
|
201
|
+
readonly lastElementChild: Element | null;
|
|
202
|
+
append(...nodes: (string | Node)[]): void;
|
|
203
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
204
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
205
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
206
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
207
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
208
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
209
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
210
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
211
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
212
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
213
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
214
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
215
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
216
|
+
readonly style: CSSStyleDeclaration;
|
|
217
|
+
contentEditable: string;
|
|
218
|
+
enterKeyHint: string;
|
|
219
|
+
inputMode: string;
|
|
220
|
+
readonly isContentEditable: boolean;
|
|
221
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
222
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
223
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
224
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
225
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
226
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
227
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
228
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
229
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
230
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
231
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
232
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
233
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
234
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
235
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
236
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
237
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
238
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
239
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
240
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
241
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
242
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
243
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
244
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
245
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
246
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
247
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
248
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
249
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
250
|
+
onerror: OnErrorEventHandler;
|
|
251
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
252
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
253
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
254
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
255
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
256
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
257
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
258
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
259
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
264
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
265
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
266
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
267
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
268
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
269
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
270
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
271
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
272
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
276
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
277
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
278
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
279
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
280
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
282
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
283
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
284
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
287
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
288
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
289
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
291
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
297
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
301
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
302
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
303
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
304
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
305
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
306
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
307
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
308
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
309
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
315
|
+
autofocus: boolean;
|
|
316
|
+
readonly dataset: DOMStringMap;
|
|
317
|
+
nonce?: string | undefined;
|
|
318
|
+
tabIndex: number;
|
|
319
|
+
blur(): void;
|
|
320
|
+
focus(options?: FocusOptions | undefined): void;
|
|
321
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
322
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
323
|
+
connectedCallback(): void;
|
|
324
|
+
disconnectedCallback(): void;
|
|
325
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
326
|
+
};
|
|
327
|
+
} & typeof VividElement;
|
|
328
|
+
export declare class InlineTimePicker extends InlineTimePicker_base {
|
|
4
329
|
value?: string;
|
|
5
330
|
valueChanged(_?: string, newValue?: string): void;
|
|
6
331
|
minutesStep: number;
|
|
@@ -11,5 +336,4 @@ export declare class InlineTimePicker extends VividElement {
|
|
|
11
336
|
scrollSelectedOptionsToTop(): void;
|
|
12
337
|
focus(options?: FocusOptions): void;
|
|
13
338
|
}
|
|
14
|
-
export
|
|
15
|
-
}
|
|
339
|
+
export {};
|
|
@@ -84,7 +84,7 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
84
84
|
readonly _pickerButtonIcon: string;
|
|
85
85
|
_onOkClick(): void;
|
|
86
86
|
_onClearClick(): void;
|
|
87
|
-
|
|
87
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
88
88
|
accessKey: string;
|
|
89
89
|
readonly accessKeyLabel: string;
|
|
90
90
|
autocapitalize: string;
|
|
@@ -230,124 +230,6 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
230
230
|
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
231
231
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
232
232
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
233
|
-
pmViewDesc?: {
|
|
234
|
-
parent: any | undefined;
|
|
235
|
-
children: any[];
|
|
236
|
-
dom: Node;
|
|
237
|
-
contentDOM: HTMLElement | null;
|
|
238
|
-
dirty: number;
|
|
239
|
-
node: import("prosemirror-model").Node | null;
|
|
240
|
-
matchesWidget(widget: import("prosemirror-view").Decoration): boolean;
|
|
241
|
-
matchesMark(mark: import("prosemirror-model").Mark): boolean;
|
|
242
|
-
matchesNode(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource): boolean;
|
|
243
|
-
matchesHack(nodeName: string): boolean;
|
|
244
|
-
parseRule(): Omit<import("prosemirror-model").TagParseRule, "tag"> | null;
|
|
245
|
-
stopEvent(event: Event): boolean;
|
|
246
|
-
readonly size: number;
|
|
247
|
-
readonly border: number;
|
|
248
|
-
destroy(): void;
|
|
249
|
-
posBeforeChild(child: any): number;
|
|
250
|
-
readonly posBefore: number;
|
|
251
|
-
readonly posAtStart: number;
|
|
252
|
-
readonly posAfter: number;
|
|
253
|
-
readonly posAtEnd: number;
|
|
254
|
-
localPosFromDOM(dom: Node, offset: number, bias: number): number;
|
|
255
|
-
nearestDesc(dom: Node): any | undefined;
|
|
256
|
-
nearestDesc(dom: Node, onlyNodes: true): {
|
|
257
|
-
node: import("prosemirror-model").Node;
|
|
258
|
-
outerDeco: readonly import("prosemirror-view").Decoration[];
|
|
259
|
-
innerDeco: import("prosemirror-view").DecorationSource;
|
|
260
|
-
readonly nodeDOM: Node;
|
|
261
|
-
parseRule(): Omit<import("prosemirror-model").TagParseRule, "tag"> | null;
|
|
262
|
-
matchesNode(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource): boolean;
|
|
263
|
-
readonly size: number;
|
|
264
|
-
readonly border: 0 | 1;
|
|
265
|
-
updateChildren(view: import("prosemirror-view").EditorView, pos: number): void;
|
|
266
|
-
localCompositionInfo(view: import("prosemirror-view").EditorView, pos: number): {
|
|
267
|
-
node: Text;
|
|
268
|
-
pos: number;
|
|
269
|
-
text: string;
|
|
270
|
-
} | null;
|
|
271
|
-
protectLocalComposition(view: import("prosemirror-view").EditorView, { node, pos, text }: {
|
|
272
|
-
node: Text;
|
|
273
|
-
pos: number;
|
|
274
|
-
text: string;
|
|
275
|
-
}): void;
|
|
276
|
-
update(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource, view: import("prosemirror-view").EditorView): boolean;
|
|
277
|
-
updateInner(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource, view: import("prosemirror-view").EditorView): void;
|
|
278
|
-
updateOuterDeco(outerDeco: readonly import("prosemirror-view").Decoration[]): void;
|
|
279
|
-
selectNode(): void;
|
|
280
|
-
deselectNode(): void;
|
|
281
|
-
readonly domAtom: boolean;
|
|
282
|
-
parent: any | undefined;
|
|
283
|
-
children: any[];
|
|
284
|
-
dom: Node;
|
|
285
|
-
contentDOM: HTMLElement | null;
|
|
286
|
-
dirty: number;
|
|
287
|
-
matchesWidget(widget: import("prosemirror-view").Decoration): boolean;
|
|
288
|
-
matchesMark(mark: import("prosemirror-model").Mark): boolean;
|
|
289
|
-
matchesHack(nodeName: string): boolean;
|
|
290
|
-
stopEvent(event: Event): boolean;
|
|
291
|
-
destroy(): void;
|
|
292
|
-
posBeforeChild(child: any): number;
|
|
293
|
-
readonly posBefore: number;
|
|
294
|
-
readonly posAtStart: number;
|
|
295
|
-
readonly posAfter: number;
|
|
296
|
-
readonly posAtEnd: number;
|
|
297
|
-
localPosFromDOM(dom: Node, offset: number, bias: number): number;
|
|
298
|
-
nearestDesc(dom: Node): any | undefined;
|
|
299
|
-
nearestDesc(dom: Node, onlyNodes: true): any | undefined;
|
|
300
|
-
getDesc(dom: Node): any | undefined;
|
|
301
|
-
posFromDOM(dom: Node, offset: number, bias: number): number;
|
|
302
|
-
descAt(pos: number): any | undefined;
|
|
303
|
-
domFromPos(pos: number, side: number): {
|
|
304
|
-
node: Node;
|
|
305
|
-
offset: number;
|
|
306
|
-
atom?: number | undefined;
|
|
307
|
-
};
|
|
308
|
-
parseRange(from: number, to: number, base?: number | undefined): {
|
|
309
|
-
node: Node;
|
|
310
|
-
from: number;
|
|
311
|
-
to: number;
|
|
312
|
-
fromOffset: number;
|
|
313
|
-
toOffset: number;
|
|
314
|
-
};
|
|
315
|
-
emptyChildAt(side: number): boolean;
|
|
316
|
-
domAfterPos(pos: number): Node;
|
|
317
|
-
setSelection(anchor: number, head: number, view: import("prosemirror-view").EditorView, force?: boolean | undefined): void;
|
|
318
|
-
ignoreMutation(mutation: import("prosemirror-view").ViewMutationRecord): boolean;
|
|
319
|
-
readonly contentLost: boolean | null;
|
|
320
|
-
markDirty(from: number, to: number): void;
|
|
321
|
-
markParentsDirty(): void;
|
|
322
|
-
readonly ignoreForCoords: boolean;
|
|
323
|
-
isText(text: string): boolean;
|
|
324
|
-
} | undefined;
|
|
325
|
-
getDesc(dom: Node): any | undefined;
|
|
326
|
-
posFromDOM(dom: Node, offset: number, bias: number): number;
|
|
327
|
-
descAt(pos: number): any | undefined;
|
|
328
|
-
domFromPos(pos: number, side: number): {
|
|
329
|
-
node: Node;
|
|
330
|
-
offset: number;
|
|
331
|
-
atom?: number | undefined;
|
|
332
|
-
};
|
|
333
|
-
parseRange(from: number, to: number, base?: number | undefined): {
|
|
334
|
-
node: Node;
|
|
335
|
-
from: number;
|
|
336
|
-
to: number;
|
|
337
|
-
fromOffset: number;
|
|
338
|
-
toOffset: number;
|
|
339
|
-
};
|
|
340
|
-
emptyChildAt(side: number): boolean;
|
|
341
|
-
domAfterPos(pos: number): Node;
|
|
342
|
-
setSelection(anchor: number, head: number, view: import("prosemirror-view").EditorView, force?: boolean | undefined): void;
|
|
343
|
-
ignoreMutation(mutation: import("prosemirror-view").ViewMutationRecord): boolean;
|
|
344
|
-
readonly contentLost: boolean | null;
|
|
345
|
-
markDirty(from: number, to: number): void;
|
|
346
|
-
markParentsDirty(): void;
|
|
347
|
-
readonly domAtom: boolean;
|
|
348
|
-
readonly ignoreForCoords: boolean;
|
|
349
|
-
isText(text: string): boolean;
|
|
350
|
-
} | undefined;
|
|
351
233
|
dispatchEvent(event: Event): boolean;
|
|
352
234
|
ariaAtomic: string | null;
|
|
353
235
|
ariaAutoComplete: string | null;
|
|
@@ -522,6 +404,8 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
522
404
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
523
405
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
524
406
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
407
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
408
|
+
proxy: HTMLInputElement;
|
|
525
409
|
dirtyValue: boolean;
|
|
526
410
|
disabled: boolean;
|
|
527
411
|
readonly elementInternals: ElementInternals | null;
|
|
@@ -548,10 +432,8 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
548
432
|
reportValidity: () => boolean;
|
|
549
433
|
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
550
434
|
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
551
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
552
435
|
helperText?: string | undefined;
|
|
553
436
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
554
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
555
437
|
} & import("../picker-field").PickerField>>(SuperClass: T_4) => (abstract new (...args: any[]) => {
|
|
556
438
|
min: string;
|
|
557
439
|
minChanged(_: string, newMin: string): void;
|
|
@@ -639,7 +521,7 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
639
521
|
readonly _pickerButtonIcon: string;
|
|
640
522
|
_onOkClick(): void;
|
|
641
523
|
_onClearClick(): void;
|
|
642
|
-
|
|
524
|
+
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
643
525
|
accessKey: string;
|
|
644
526
|
readonly accessKeyLabel: string;
|
|
645
527
|
autocapitalize: string;
|
|
@@ -785,124 +667,6 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
785
667
|
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
786
668
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
787
669
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
788
|
-
pmViewDesc?: {
|
|
789
|
-
parent: any | undefined;
|
|
790
|
-
children: any[];
|
|
791
|
-
dom: Node;
|
|
792
|
-
contentDOM: HTMLElement | null;
|
|
793
|
-
dirty: number;
|
|
794
|
-
node: import("prosemirror-model").Node | null;
|
|
795
|
-
matchesWidget(widget: import("prosemirror-view").Decoration): boolean;
|
|
796
|
-
matchesMark(mark: import("prosemirror-model").Mark): boolean;
|
|
797
|
-
matchesNode(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource): boolean;
|
|
798
|
-
matchesHack(nodeName: string): boolean;
|
|
799
|
-
parseRule(): Omit<import("prosemirror-model").TagParseRule, "tag"> | null;
|
|
800
|
-
stopEvent(event: Event): boolean;
|
|
801
|
-
readonly size: number;
|
|
802
|
-
readonly border: number;
|
|
803
|
-
destroy(): void;
|
|
804
|
-
posBeforeChild(child: any): number;
|
|
805
|
-
readonly posBefore: number;
|
|
806
|
-
readonly posAtStart: number;
|
|
807
|
-
readonly posAfter: number;
|
|
808
|
-
readonly posAtEnd: number;
|
|
809
|
-
localPosFromDOM(dom: Node, offset: number, bias: number): number;
|
|
810
|
-
nearestDesc(dom: Node): any | undefined;
|
|
811
|
-
nearestDesc(dom: Node, onlyNodes: true): {
|
|
812
|
-
node: import("prosemirror-model").Node;
|
|
813
|
-
outerDeco: readonly import("prosemirror-view").Decoration[];
|
|
814
|
-
innerDeco: import("prosemirror-view").DecorationSource;
|
|
815
|
-
readonly nodeDOM: Node;
|
|
816
|
-
parseRule(): Omit<import("prosemirror-model").TagParseRule, "tag"> | null;
|
|
817
|
-
matchesNode(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource): boolean;
|
|
818
|
-
readonly size: number;
|
|
819
|
-
readonly border: 0 | 1;
|
|
820
|
-
updateChildren(view: import("prosemirror-view").EditorView, pos: number): void;
|
|
821
|
-
localCompositionInfo(view: import("prosemirror-view").EditorView, pos: number): {
|
|
822
|
-
node: Text;
|
|
823
|
-
pos: number;
|
|
824
|
-
text: string;
|
|
825
|
-
} | null;
|
|
826
|
-
protectLocalComposition(view: import("prosemirror-view").EditorView, { node, pos, text }: {
|
|
827
|
-
node: Text;
|
|
828
|
-
pos: number;
|
|
829
|
-
text: string;
|
|
830
|
-
}): void;
|
|
831
|
-
update(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource, view: import("prosemirror-view").EditorView): boolean;
|
|
832
|
-
updateInner(node: import("prosemirror-model").Node, outerDeco: readonly import("prosemirror-view").Decoration[], innerDeco: import("prosemirror-view").DecorationSource, view: import("prosemirror-view").EditorView): void;
|
|
833
|
-
updateOuterDeco(outerDeco: readonly import("prosemirror-view").Decoration[]): void;
|
|
834
|
-
selectNode(): void;
|
|
835
|
-
deselectNode(): void;
|
|
836
|
-
readonly domAtom: boolean;
|
|
837
|
-
parent: any | undefined;
|
|
838
|
-
children: any[];
|
|
839
|
-
dom: Node;
|
|
840
|
-
contentDOM: HTMLElement | null;
|
|
841
|
-
dirty: number;
|
|
842
|
-
matchesWidget(widget: import("prosemirror-view").Decoration): boolean;
|
|
843
|
-
matchesMark(mark: import("prosemirror-model").Mark): boolean;
|
|
844
|
-
matchesHack(nodeName: string): boolean;
|
|
845
|
-
stopEvent(event: Event): boolean;
|
|
846
|
-
destroy(): void;
|
|
847
|
-
posBeforeChild(child: any): number;
|
|
848
|
-
readonly posBefore: number;
|
|
849
|
-
readonly posAtStart: number;
|
|
850
|
-
readonly posAfter: number;
|
|
851
|
-
readonly posAtEnd: number;
|
|
852
|
-
localPosFromDOM(dom: Node, offset: number, bias: number): number;
|
|
853
|
-
nearestDesc(dom: Node): any | undefined;
|
|
854
|
-
nearestDesc(dom: Node, onlyNodes: true): any | undefined;
|
|
855
|
-
getDesc(dom: Node): any | undefined;
|
|
856
|
-
posFromDOM(dom: Node, offset: number, bias: number): number;
|
|
857
|
-
descAt(pos: number): any | undefined;
|
|
858
|
-
domFromPos(pos: number, side: number): {
|
|
859
|
-
node: Node;
|
|
860
|
-
offset: number;
|
|
861
|
-
atom?: number | undefined;
|
|
862
|
-
};
|
|
863
|
-
parseRange(from: number, to: number, base?: number | undefined): {
|
|
864
|
-
node: Node;
|
|
865
|
-
from: number;
|
|
866
|
-
to: number;
|
|
867
|
-
fromOffset: number;
|
|
868
|
-
toOffset: number;
|
|
869
|
-
};
|
|
870
|
-
emptyChildAt(side: number): boolean;
|
|
871
|
-
domAfterPos(pos: number): Node;
|
|
872
|
-
setSelection(anchor: number, head: number, view: import("prosemirror-view").EditorView, force?: boolean | undefined): void;
|
|
873
|
-
ignoreMutation(mutation: import("prosemirror-view").ViewMutationRecord): boolean;
|
|
874
|
-
readonly contentLost: boolean | null;
|
|
875
|
-
markDirty(from: number, to: number): void;
|
|
876
|
-
markParentsDirty(): void;
|
|
877
|
-
readonly ignoreForCoords: boolean;
|
|
878
|
-
isText(text: string): boolean;
|
|
879
|
-
} | undefined;
|
|
880
|
-
getDesc(dom: Node): any | undefined;
|
|
881
|
-
posFromDOM(dom: Node, offset: number, bias: number): number;
|
|
882
|
-
descAt(pos: number): any | undefined;
|
|
883
|
-
domFromPos(pos: number, side: number): {
|
|
884
|
-
node: Node;
|
|
885
|
-
offset: number;
|
|
886
|
-
atom?: number | undefined;
|
|
887
|
-
};
|
|
888
|
-
parseRange(from: number, to: number, base?: number | undefined): {
|
|
889
|
-
node: Node;
|
|
890
|
-
from: number;
|
|
891
|
-
to: number;
|
|
892
|
-
fromOffset: number;
|
|
893
|
-
toOffset: number;
|
|
894
|
-
};
|
|
895
|
-
emptyChildAt(side: number): boolean;
|
|
896
|
-
domAfterPos(pos: number): Node;
|
|
897
|
-
setSelection(anchor: number, head: number, view: import("prosemirror-view").EditorView, force?: boolean | undefined): void;
|
|
898
|
-
ignoreMutation(mutation: import("prosemirror-view").ViewMutationRecord): boolean;
|
|
899
|
-
readonly contentLost: boolean | null;
|
|
900
|
-
markDirty(from: number, to: number): void;
|
|
901
|
-
markParentsDirty(): void;
|
|
902
|
-
readonly domAtom: boolean;
|
|
903
|
-
readonly ignoreForCoords: boolean;
|
|
904
|
-
isText(text: string): boolean;
|
|
905
|
-
} | undefined;
|
|
906
670
|
dispatchEvent(event: Event): boolean;
|
|
907
671
|
ariaAtomic: string | null;
|
|
908
672
|
ariaAutoComplete: string | null;
|
|
@@ -1077,6 +841,8 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
1077
841
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1078
842
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1079
843
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
844
|
+
readonly locale: import("../../localization/Locale").Locale;
|
|
845
|
+
proxy: HTMLInputElement;
|
|
1080
846
|
dirtyValue: boolean;
|
|
1081
847
|
disabled: boolean;
|
|
1082
848
|
readonly elementInternals: ElementInternals | null;
|
|
@@ -1103,8 +869,6 @@ export declare const MinMaxCalendarPicker: <T_4 extends AbstractConstructor<{
|
|
|
1103
869
|
reportValidity: () => boolean;
|
|
1104
870
|
setFormValue: (value: string | File | FormData | null, state?: string | File | FormData | null | undefined) => void;
|
|
1105
871
|
setValidity: (flags?: ValidityStateFlags | undefined, message?: string | undefined, anchor?: HTMLElement | undefined) => void;
|
|
1106
|
-
readonly locale: import("../../localization/Locale").Locale;
|
|
1107
872
|
helperText?: string | undefined;
|
|
1108
873
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
1109
|
-
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1110
874
|
}) & T_4;
|