@vonage/vivid 4.26.0 → 4.27.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 +2382 -2120
- package/lib/accordion-item/accordion-item.d.ts +1 -1
- package/lib/alert/alert.d.ts +3 -3
- package/lib/audio-player/audio-player.d.ts +2 -2
- package/lib/avatar/avatar.d.ts +393 -1
- package/lib/avatar/avatar.template.d.ts +2 -2
- package/lib/badge/badge.d.ts +1 -1
- package/lib/banner/banner.d.ts +3 -3
- package/lib/button/button.d.ts +3 -3
- package/lib/checkbox/checkbox.d.ts +7 -7
- package/lib/combobox/combobox.d.ts +8 -8
- package/lib/data-grid/data-grid-cell.d.ts +2 -2
- package/lib/date-picker/date-picker.d.ts +71 -71
- package/lib/date-picker/date-picker.template.d.ts +1 -1
- package/lib/date-range-picker/date-range-picker.d.ts +42 -42
- package/lib/date-range-picker/date-range-picker.template.d.ts +1 -1
- package/lib/date-time-picker/date-time-picker.d.ts +60 -60
- package/lib/date-time-picker/date-time-picker.template.d.ts +1 -1
- package/lib/dial-pad/dial-pad.d.ts +2 -2
- package/lib/dialog/dialog.d.ts +2 -2
- package/lib/fab/fab.d.ts +1 -1
- package/lib/file-picker/file-picker.d.ts +7 -7
- package/lib/menu/menu.d.ts +1 -1
- package/lib/menu-item/menu-item.d.ts +1 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +1 -1
- package/lib/nav-item/nav-item.d.ts +1 -1
- package/lib/note/note.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +10 -10
- package/lib/option/option.d.ts +1 -1
- package/lib/pagination/pagination.d.ts +2 -2
- package/lib/radio/radio.d.ts +3 -3
- package/lib/radio-group/radio-group.d.ts +3 -3
- package/lib/range-slider/range-slider.d.ts +4 -4
- package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
- package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
- package/lib/searchable-select/locale.d.ts +1 -1
- package/lib/searchable-select/option-tag.d.ts +2 -2
- package/lib/searchable-select/searchable-select.d.ts +10 -10
- package/lib/select/select.d.ts +8 -8
- package/lib/slider/slider.d.ts +3 -3
- package/lib/split-button/split-button.d.ts +3 -3
- package/lib/switch/switch.d.ts +1 -1
- package/lib/tab/tab.d.ts +3 -3
- package/lib/tag/locale.d.ts +3 -0
- package/lib/tag/tag.d.ts +341 -4
- package/lib/text-area/text-area.d.ts +10 -10
- package/lib/text-field/text-field.d.ts +11 -11
- package/lib/time-picker/time-picker.d.ts +19 -19
- package/lib/toggletip/toggletip.d.ts +1 -1
- package/lib/tooltip/tooltip.d.ts +1 -1
- package/lib/tree-item/tree-item.d.ts +1 -1
- package/lib/video-player/video-player.d.ts +2 -2
- package/locales/de-DE.cjs +19 -2
- package/locales/de-DE.js +19 -2
- package/locales/en-GB.cjs +19 -2
- package/locales/en-GB.js +19 -2
- package/locales/en-US.cjs +19 -2
- package/locales/en-US.js +19 -2
- package/locales/ja-JP.cjs +19 -2
- package/locales/ja-JP.js +19 -2
- package/locales/zh-CN.cjs +19 -2
- package/locales/zh-CN.js +19 -2
- package/package.json +73 -45
- package/shared/calendar-picker.template.cjs +40 -13
- package/shared/calendar-picker.template.js +40 -13
- package/shared/definition17.cjs +3 -3
- package/shared/definition17.js +3 -3
- package/shared/definition18.cjs +8 -1
- package/shared/definition18.js +8 -1
- package/shared/definition19.cjs +9 -2
- package/shared/definition19.js +9 -2
- package/shared/definition2.cjs +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.cjs +3 -1
- package/shared/definition20.js +3 -1
- package/shared/definition28.cjs +2 -2
- package/shared/definition28.js +2 -2
- package/shared/definition30.cjs +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition36.cjs +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition4.cjs +1 -1
- package/shared/definition4.js +1 -1
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition44.cjs +129 -117
- package/shared/definition44.js +130 -118
- package/shared/definition45.cjs +15 -5
- package/shared/definition45.js +15 -5
- package/shared/definition49.cjs +4 -4
- package/shared/definition49.js +4 -4
- package/shared/definition54.cjs +2 -2
- package/shared/definition54.js +2 -2
- package/shared/definition56.cjs +5 -4
- package/shared/definition56.js +5 -4
- package/shared/definition57.cjs +1 -1
- package/shared/definition57.js +1 -1
- package/shared/definition58.cjs +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition59.cjs +3 -1
- package/shared/definition59.js +3 -1
- package/shared/definition6.cjs +45 -12
- package/shared/definition6.js +45 -12
- package/shared/definition64.cjs +136 -38
- package/shared/definition64.js +136 -38
- package/shared/definition67.cjs +27 -14
- package/shared/definition67.js +27 -14
- package/shared/form-associated.cjs +4 -0
- package/shared/form-associated.js +4 -0
- package/shared/localization/Locale.d.ts +2 -0
- package/shared/picker-field/mixins/calendar-picker.d.ts +1 -1
- package/shared/picker-field/mixins/calendar-picker.locale.d.ts +5 -0
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +1 -1
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +1 -0
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +2 -2
- package/shared/picker-field/mixins/single-date-picker.d.ts +1 -1
- package/shared/vivid-element.cjs +1 -1
- package/shared/vivid-element.js +1 -1
- package/styles/core/all.css +5 -5
- package/styles/core/theme.css +2 -2
- package/styles/core/typography.css +4 -4
- package/styles/fonts/spezia-variable.css +15 -15
- 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 +241 -211
package/lib/tag/tag.d.ts
CHANGED
|
@@ -6,9 +6,10 @@ export type TagAppearance = ExtractFromEnum<Appearance, Appearance.Subtle | Appe
|
|
|
6
6
|
export type TagShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
7
|
declare const Tag_base: {
|
|
8
8
|
new (...args: any[]): {
|
|
9
|
-
|
|
9
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
10
10
|
connectedCallback(): void;
|
|
11
11
|
specialHandling: boolean;
|
|
12
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
12
13
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
13
14
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
14
15
|
disconnectedCallback(): void;
|
|
@@ -342,11 +343,9 @@ declare const Tag_base: {
|
|
|
342
343
|
};
|
|
343
344
|
} & {
|
|
344
345
|
new (...args: any[]): {
|
|
345
|
-
|
|
346
|
-
iconSlottedContent?: HTMLElement[] | undefined;
|
|
346
|
+
_vividAriaBehaviour: "delegate";
|
|
347
347
|
connectedCallback(): void;
|
|
348
348
|
specialHandling: boolean;
|
|
349
|
-
_vividAriaBehaviour: import("../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
350
349
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
351
350
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
352
351
|
disconnectedCallback(): void;
|
|
@@ -678,6 +677,344 @@ declare const Tag_base: {
|
|
|
678
677
|
toDeprecated?: ((v: any) => any) | undefined;
|
|
679
678
|
}): void;
|
|
680
679
|
};
|
|
680
|
+
} & {
|
|
681
|
+
new (...args: any[]): {
|
|
682
|
+
icon?: string | undefined;
|
|
683
|
+
iconSlottedContent?: HTMLElement[] | undefined;
|
|
684
|
+
connectedCallback(): void;
|
|
685
|
+
specialHandling: boolean;
|
|
686
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
687
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
688
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
689
|
+
disconnectedCallback(): void;
|
|
690
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
691
|
+
accessKey: string;
|
|
692
|
+
readonly accessKeyLabel: string;
|
|
693
|
+
autocapitalize: string;
|
|
694
|
+
dir: string;
|
|
695
|
+
draggable: boolean;
|
|
696
|
+
hidden: boolean;
|
|
697
|
+
inert: boolean;
|
|
698
|
+
innerText: string;
|
|
699
|
+
lang: string;
|
|
700
|
+
readonly offsetHeight: number;
|
|
701
|
+
readonly offsetLeft: number;
|
|
702
|
+
readonly offsetParent: Element | null;
|
|
703
|
+
readonly offsetTop: number;
|
|
704
|
+
readonly offsetWidth: number;
|
|
705
|
+
outerText: string;
|
|
706
|
+
spellcheck: boolean;
|
|
707
|
+
title: string;
|
|
708
|
+
translate: boolean;
|
|
709
|
+
attachInternals(): ElementInternals;
|
|
710
|
+
click(): void;
|
|
711
|
+
addEventListener<K_26 extends keyof HTMLElementEventMap>(type: K_26, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_26]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
712
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
713
|
+
removeEventListener<K_27 extends keyof HTMLElementEventMap>(type: K_27, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_27]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
714
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
715
|
+
dropzone: import("dropzone");
|
|
716
|
+
readonly attributes: NamedNodeMap;
|
|
717
|
+
readonly classList: DOMTokenList;
|
|
718
|
+
className: string;
|
|
719
|
+
readonly clientHeight: number;
|
|
720
|
+
readonly clientLeft: number;
|
|
721
|
+
readonly clientTop: number;
|
|
722
|
+
readonly clientWidth: number;
|
|
723
|
+
id: string;
|
|
724
|
+
readonly localName: string;
|
|
725
|
+
readonly namespaceURI: string | null;
|
|
726
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
727
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
728
|
+
outerHTML: string;
|
|
729
|
+
readonly ownerDocument: Document;
|
|
730
|
+
readonly part: DOMTokenList;
|
|
731
|
+
readonly prefix: string | null;
|
|
732
|
+
readonly scrollHeight: number;
|
|
733
|
+
scrollLeft: number;
|
|
734
|
+
scrollTop: number;
|
|
735
|
+
readonly scrollWidth: number;
|
|
736
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
737
|
+
slot: string;
|
|
738
|
+
readonly tagName: string;
|
|
739
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
740
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
741
|
+
closest<K_28 extends keyof HTMLElementTagNameMap>(selector: K_28): HTMLElementTagNameMap[K_28] | null;
|
|
742
|
+
closest<K_29 extends keyof SVGElementTagNameMap>(selector: K_29): SVGElementTagNameMap[K_29] | null;
|
|
743
|
+
closest<K_30 extends keyof MathMLElementTagNameMap>(selector: K_30): MathMLElementTagNameMap[K_30] | null;
|
|
744
|
+
closest<E_4 extends Element = Element>(selectors: string): E_4 | null;
|
|
745
|
+
getAttribute(qualifiedName: string): string | null;
|
|
746
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
747
|
+
getAttributeNames(): string[];
|
|
748
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
749
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
750
|
+
getBoundingClientRect(): DOMRect;
|
|
751
|
+
getClientRects(): DOMRectList;
|
|
752
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
753
|
+
getElementsByTagName<K_31 extends keyof HTMLElementTagNameMap>(qualifiedName: K_31): HTMLCollectionOf<HTMLElementTagNameMap[K_31]>;
|
|
754
|
+
getElementsByTagName<K_32 extends keyof SVGElementTagNameMap>(qualifiedName: K_32): HTMLCollectionOf<SVGElementTagNameMap[K_32]>;
|
|
755
|
+
getElementsByTagName<K_33 extends keyof MathMLElementTagNameMap>(qualifiedName: K_33): HTMLCollectionOf<MathMLElementTagNameMap[K_33]>;
|
|
756
|
+
getElementsByTagName<K_34 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_34): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_34]>;
|
|
757
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
758
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
759
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
760
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
761
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
762
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
763
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
764
|
+
hasAttributes(): boolean;
|
|
765
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
766
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
767
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
768
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
769
|
+
matches(selectors: string): boolean;
|
|
770
|
+
releasePointerCapture(pointerId: number): void;
|
|
771
|
+
removeAttribute(qualifiedName: string): void;
|
|
772
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
773
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
774
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
775
|
+
requestPointerLock(): void;
|
|
776
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
777
|
+
scroll(x: number, y: number): void;
|
|
778
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
779
|
+
scrollBy(x: number, y: number): void;
|
|
780
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
781
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
782
|
+
scrollTo(x: number, y: number): void;
|
|
783
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
784
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
785
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
786
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
787
|
+
setPointerCapture(pointerId: number): void;
|
|
788
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
789
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
790
|
+
readonly baseURI: string;
|
|
791
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
792
|
+
readonly firstChild: ChildNode | null;
|
|
793
|
+
readonly isConnected: boolean;
|
|
794
|
+
readonly lastChild: ChildNode | null;
|
|
795
|
+
readonly nextSibling: ChildNode | null;
|
|
796
|
+
readonly nodeName: string;
|
|
797
|
+
readonly nodeType: number;
|
|
798
|
+
nodeValue: string | null;
|
|
799
|
+
readonly parentElement: HTMLElement | null;
|
|
800
|
+
readonly parentNode: ParentNode | null;
|
|
801
|
+
readonly previousSibling: ChildNode | null;
|
|
802
|
+
textContent: string | null;
|
|
803
|
+
appendChild<T extends Node>(node: T): T;
|
|
804
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
805
|
+
compareDocumentPosition(other: Node): number;
|
|
806
|
+
contains(other: Node | null): boolean;
|
|
807
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
808
|
+
hasChildNodes(): boolean;
|
|
809
|
+
insertBefore<T_5 extends Node>(node: T_5, child: Node | null): T_5;
|
|
810
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
811
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
812
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
813
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
814
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
815
|
+
normalize(): void;
|
|
816
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
817
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
818
|
+
readonly ELEMENT_NODE: 1;
|
|
819
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
820
|
+
readonly TEXT_NODE: 3;
|
|
821
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
822
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
823
|
+
readonly ENTITY_NODE: 6;
|
|
824
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
825
|
+
readonly COMMENT_NODE: 8;
|
|
826
|
+
readonly DOCUMENT_NODE: 9;
|
|
827
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
828
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
829
|
+
readonly NOTATION_NODE: 12;
|
|
830
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
831
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
832
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
833
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
834
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
835
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
836
|
+
dispatchEvent(event: Event): boolean;
|
|
837
|
+
ariaAtomic: string | null;
|
|
838
|
+
ariaAutoComplete: string | null;
|
|
839
|
+
ariaBusy: string | null;
|
|
840
|
+
ariaChecked: string | null;
|
|
841
|
+
ariaColCount: string | null;
|
|
842
|
+
ariaColIndex: string | null;
|
|
843
|
+
ariaColSpan: string | null;
|
|
844
|
+
ariaCurrent: string | null;
|
|
845
|
+
ariaDisabled: string | null;
|
|
846
|
+
ariaExpanded: string | null;
|
|
847
|
+
ariaHasPopup: string | null;
|
|
848
|
+
ariaHidden: string | null;
|
|
849
|
+
ariaInvalid: string | null;
|
|
850
|
+
ariaKeyShortcuts: string | null;
|
|
851
|
+
ariaLabel: string | null;
|
|
852
|
+
ariaLevel: string | null;
|
|
853
|
+
ariaLive: string | null;
|
|
854
|
+
ariaModal: string | null;
|
|
855
|
+
ariaMultiLine: string | null;
|
|
856
|
+
ariaMultiSelectable: string | null;
|
|
857
|
+
ariaOrientation: string | null;
|
|
858
|
+
ariaPlaceholder: string | null;
|
|
859
|
+
ariaPosInSet: string | null;
|
|
860
|
+
ariaPressed: string | null;
|
|
861
|
+
ariaReadOnly: string | null;
|
|
862
|
+
ariaRequired: string | null;
|
|
863
|
+
ariaRoleDescription: string | null;
|
|
864
|
+
ariaRowCount: string | null;
|
|
865
|
+
ariaRowIndex: string | null;
|
|
866
|
+
ariaRowSpan: string | null;
|
|
867
|
+
ariaSelected: string | null;
|
|
868
|
+
ariaSetSize: string | null;
|
|
869
|
+
ariaSort: string | null;
|
|
870
|
+
ariaValueMax: string | null;
|
|
871
|
+
ariaValueMin: string | null;
|
|
872
|
+
ariaValueNow: string | null;
|
|
873
|
+
ariaValueText: string | null;
|
|
874
|
+
role: string | null;
|
|
875
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
876
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
877
|
+
after(...nodes: (string | Node)[]): void;
|
|
878
|
+
before(...nodes: (string | Node)[]): void;
|
|
879
|
+
remove(): void;
|
|
880
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
881
|
+
innerHTML: string;
|
|
882
|
+
readonly nextElementSibling: Element | null;
|
|
883
|
+
readonly previousElementSibling: Element | null;
|
|
884
|
+
readonly childElementCount: number;
|
|
885
|
+
readonly children: HTMLCollection;
|
|
886
|
+
readonly firstElementChild: Element | null;
|
|
887
|
+
readonly lastElementChild: Element | null;
|
|
888
|
+
append(...nodes: (string | Node)[]): void;
|
|
889
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
890
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
891
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
892
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
893
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
894
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
895
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
896
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
897
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
898
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
899
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
900
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
901
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
902
|
+
readonly style: CSSStyleDeclaration;
|
|
903
|
+
contentEditable: string;
|
|
904
|
+
enterKeyHint: string;
|
|
905
|
+
inputMode: string;
|
|
906
|
+
readonly isContentEditable: boolean;
|
|
907
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
908
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
909
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
910
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
911
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
912
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
913
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
914
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
915
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
916
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
917
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
918
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
919
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
920
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
921
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
922
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
923
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
924
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
925
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
926
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
927
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
928
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
929
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
930
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
931
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
932
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
933
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
934
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
935
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
936
|
+
onerror: OnErrorEventHandler;
|
|
937
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
938
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
939
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
940
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
941
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
942
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
943
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
944
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
945
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
946
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
947
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
948
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
949
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
950
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
951
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
952
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
953
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
954
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
955
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
956
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
957
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
958
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
959
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
960
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
961
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
962
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
963
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
964
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
965
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
966
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
967
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
968
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
969
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
970
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
971
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
972
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
973
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
974
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
975
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
976
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
977
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
978
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
979
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
980
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
981
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
982
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
983
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
984
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
985
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
986
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
987
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
988
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
989
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
990
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
991
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
992
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
993
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
994
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
995
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
996
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
997
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
998
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
999
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1000
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1001
|
+
autofocus: boolean;
|
|
1002
|
+
readonly dataset: DOMStringMap;
|
|
1003
|
+
nonce?: string | undefined;
|
|
1004
|
+
tabIndex: number;
|
|
1005
|
+
blur(): void;
|
|
1006
|
+
focus(options?: FocusOptions | undefined): void;
|
|
1007
|
+
ariaColIndexText: string | null;
|
|
1008
|
+
ariaDescription: string | null;
|
|
1009
|
+
ariaRowIndexText: string | null;
|
|
1010
|
+
ariaRelevant: string | null;
|
|
1011
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
1012
|
+
newPropertyName: string;
|
|
1013
|
+
deprecatedPropertyName: string;
|
|
1014
|
+
fromDeprecated: (v: any) => any;
|
|
1015
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
1016
|
+
}): void;
|
|
1017
|
+
};
|
|
681
1018
|
} & typeof VividElement;
|
|
682
1019
|
export declare class Tag extends Tag_base {
|
|
683
1020
|
#private;
|
|
@@ -14,14 +14,14 @@ declare const TextArea_base: {
|
|
|
14
14
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
15
15
|
readonly _feedbackDescribedBy: string;
|
|
16
16
|
_internalFeedback(): {
|
|
17
|
-
type: import("
|
|
17
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
18
18
|
message: string;
|
|
19
19
|
};
|
|
20
20
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
21
|
-
_getFeedbackTemplate(ctx: import("
|
|
21
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
22
22
|
connectedCallback(): void;
|
|
23
23
|
specialHandling: boolean;
|
|
24
|
-
_vividAriaBehaviour: import("
|
|
24
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
25
25
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
26
26
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
27
27
|
disconnectedCallback(): void;
|
|
@@ -363,11 +363,11 @@ declare const TextArea_base: {
|
|
|
363
363
|
_charCountDescribedBy: string;
|
|
364
364
|
_renderCharCountRemaining: () => void;
|
|
365
365
|
_updateCharCountRemaining: () => void;
|
|
366
|
-
_getCharCountTemplate: (context: import("
|
|
367
|
-
readonly locale: import("
|
|
366
|
+
_getCharCountTemplate: (context: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
367
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
368
368
|
connectedCallback(): void;
|
|
369
369
|
specialHandling: boolean;
|
|
370
|
-
_vividAriaBehaviour: import("
|
|
370
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
371
371
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
372
372
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
373
373
|
disconnectedCallback(): void;
|
|
@@ -748,7 +748,7 @@ declare const TextArea_base: {
|
|
|
748
748
|
_keypressHandler(e: KeyboardEvent): void;
|
|
749
749
|
stopPropagation(e: Event): void;
|
|
750
750
|
specialHandling: boolean;
|
|
751
|
-
_vividAriaBehaviour: import("
|
|
751
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
752
752
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
753
753
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
754
754
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1084,7 +1084,7 @@ declare const TextArea_base: {
|
|
|
1084
1084
|
successText?: string | undefined;
|
|
1085
1085
|
connectedCallback(): void;
|
|
1086
1086
|
specialHandling: boolean;
|
|
1087
|
-
_vividAriaBehaviour: import("
|
|
1087
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1088
1088
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1089
1089
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1090
1090
|
disconnectedCallback(): void;
|
|
@@ -1459,7 +1459,7 @@ declare const TextArea_base: {
|
|
|
1459
1459
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1460
1460
|
stopPropagation(e: Event): void;
|
|
1461
1461
|
specialHandling: boolean;
|
|
1462
|
-
_vividAriaBehaviour: import("
|
|
1462
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1463
1463
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1464
1464
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1465
1465
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -2164,7 +2164,7 @@ declare const TextArea_base: {
|
|
|
2164
2164
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2165
2165
|
stopPropagation(e: Event): void;
|
|
2166
2166
|
specialHandling: boolean;
|
|
2167
|
-
_vividAriaBehaviour: import("
|
|
2167
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2168
2168
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2169
2169
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2170
2170
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -19,17 +19,17 @@ declare const TextField_base: {
|
|
|
19
19
|
_helperTextSlottedContentChanged(_: HTMLElement[], newContent: HTMLElement[]): void;
|
|
20
20
|
readonly _feedbackDescribedBy: string;
|
|
21
21
|
_feedbackId: string;
|
|
22
|
-
_getFeedbackTemplate(ctx: import("
|
|
22
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
23
23
|
helperText?: string | undefined;
|
|
24
24
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
25
25
|
_internalFeedback(): {
|
|
26
|
-
type: import("
|
|
26
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
27
27
|
message: string;
|
|
28
28
|
};
|
|
29
29
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
30
30
|
connectedCallback(): void;
|
|
31
31
|
specialHandling: boolean;
|
|
32
|
-
_vividAriaBehaviour: import("
|
|
32
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
33
33
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
34
34
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
35
35
|
disconnectedCallback(): void;
|
|
@@ -371,11 +371,11 @@ declare const TextField_base: {
|
|
|
371
371
|
_charCountDescribedBy: string;
|
|
372
372
|
_renderCharCountRemaining: () => void;
|
|
373
373
|
_updateCharCountRemaining: () => void;
|
|
374
|
-
_getCharCountTemplate: (context: import("
|
|
375
|
-
readonly locale: import("
|
|
374
|
+
_getCharCountTemplate: (context: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext) => import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
375
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
376
376
|
connectedCallback(): void;
|
|
377
377
|
specialHandling: boolean;
|
|
378
|
-
_vividAriaBehaviour: import("
|
|
378
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
379
379
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
380
380
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
381
381
|
disconnectedCallback(): void;
|
|
@@ -756,7 +756,7 @@ declare const TextField_base: {
|
|
|
756
756
|
_keypressHandler(e: KeyboardEvent): void;
|
|
757
757
|
stopPropagation(e: Event): void;
|
|
758
758
|
specialHandling: boolean;
|
|
759
|
-
_vividAriaBehaviour: import("
|
|
759
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
760
760
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
761
761
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
762
762
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1092,7 +1092,7 @@ declare const TextField_base: {
|
|
|
1092
1092
|
successText?: string | undefined;
|
|
1093
1093
|
connectedCallback(): void;
|
|
1094
1094
|
specialHandling: boolean;
|
|
1095
|
-
_vividAriaBehaviour: import("
|
|
1095
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1096
1096
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1097
1097
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1098
1098
|
disconnectedCallback(): void;
|
|
@@ -1467,7 +1467,7 @@ declare const TextField_base: {
|
|
|
1467
1467
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1468
1468
|
stopPropagation(e: Event): void;
|
|
1469
1469
|
specialHandling: boolean;
|
|
1470
|
-
_vividAriaBehaviour: import("
|
|
1470
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1471
1471
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1472
1472
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1473
1473
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1804,7 +1804,7 @@ declare const TextField_base: {
|
|
|
1804
1804
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1805
1805
|
connectedCallback(): void;
|
|
1806
1806
|
specialHandling: boolean;
|
|
1807
|
-
_vividAriaBehaviour: import("
|
|
1807
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1808
1808
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1809
1809
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1810
1810
|
disconnectedCallback(): void;
|
|
@@ -2510,7 +2510,7 @@ declare const TextField_base: {
|
|
|
2510
2510
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2511
2511
|
stopPropagation(e: Event): void;
|
|
2512
2512
|
specialHandling: boolean;
|
|
2513
|
-
_vividAriaBehaviour: import("
|
|
2513
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2514
2514
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2515
2515
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2516
2516
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -9,7 +9,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
9
9
|
minutesStep: number | null;
|
|
10
10
|
secondsStep: number | null;
|
|
11
11
|
clock?: "12h" | "24h" | undefined;
|
|
12
|
-
_inlineTimePickerEl: import("
|
|
12
|
+
_inlineTimePickerEl: import("../../shared/picker-field/mixins/inline-time-picker/inline-time-picker").InlineTimePicker;
|
|
13
13
|
readonly _displaySeconds: boolean;
|
|
14
14
|
readonly _use12hClock: boolean;
|
|
15
15
|
readonly _timePlaceholder: string;
|
|
@@ -35,9 +35,9 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
35
35
|
_onClearClick: (() => void) & (() => void);
|
|
36
36
|
readOnly: boolean;
|
|
37
37
|
readOnlyChanged(): void;
|
|
38
|
-
_textFieldEl: import("
|
|
38
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
39
39
|
_dialogEl: HTMLElement;
|
|
40
|
-
_pickerButtonEl: import("
|
|
40
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
41
41
|
"__#18@#onFocusIn": () => void;
|
|
42
42
|
"__#18@#onFocusOut": () => void;
|
|
43
43
|
proxy: HTMLInputElement;
|
|
@@ -68,23 +68,23 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
68
68
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
69
69
|
readonly _feedbackDescribedBy: string;
|
|
70
70
|
_internalFeedback(): {
|
|
71
|
-
type: import("
|
|
71
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
72
72
|
message: string;
|
|
73
73
|
};
|
|
74
74
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
75
|
-
_getFeedbackTemplate(ctx: import("
|
|
75
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
76
76
|
helperText?: string | undefined;
|
|
77
77
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
78
78
|
readonly _feedbackDescribedBy: string;
|
|
79
79
|
_internalFeedback(): {
|
|
80
|
-
type: import("
|
|
80
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
81
81
|
message: string;
|
|
82
82
|
};
|
|
83
83
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
84
|
-
_getFeedbackTemplate(ctx: import("
|
|
84
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
85
85
|
connectedCallback(): void;
|
|
86
86
|
specialHandling: boolean;
|
|
87
|
-
_vividAriaBehaviour: import("
|
|
87
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
88
88
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
89
89
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
90
90
|
disconnectedCallback(): void;
|
|
@@ -417,7 +417,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
417
417
|
}): void;
|
|
418
418
|
}, any>;
|
|
419
419
|
specialHandling: boolean;
|
|
420
|
-
_vividAriaBehaviour: import("
|
|
420
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
421
421
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
422
422
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
423
423
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -789,7 +789,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
789
789
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
790
790
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
791
791
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
792
|
-
readonly locale: import("
|
|
792
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
793
793
|
}) & (abstract new (...args: any[]) => {
|
|
794
794
|
_isValidValue(value: string): boolean;
|
|
795
795
|
_toPresentationValue(value: string): string;
|
|
@@ -802,9 +802,9 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
802
802
|
_onClearClick(): void;
|
|
803
803
|
readOnly: boolean;
|
|
804
804
|
readOnlyChanged(): void;
|
|
805
|
-
_textFieldEl: import("
|
|
805
|
+
_textFieldEl: import("../components").VwcTextFieldElement;
|
|
806
806
|
_dialogEl: HTMLElement;
|
|
807
|
-
_pickerButtonEl: import("
|
|
807
|
+
_pickerButtonEl: import("../components").VwcButtonElement;
|
|
808
808
|
connectedCallback(): void;
|
|
809
809
|
disconnectedCallback(): void;
|
|
810
810
|
"__#18@#onFocusIn": () => void;
|
|
@@ -838,23 +838,23 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
838
838
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
839
839
|
readonly _feedbackDescribedBy: string;
|
|
840
840
|
_internalFeedback(): {
|
|
841
|
-
type: import("
|
|
841
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
842
842
|
message: string;
|
|
843
843
|
};
|
|
844
844
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
845
|
-
_getFeedbackTemplate(ctx: import("
|
|
845
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<{
|
|
846
846
|
helperText?: string | undefined;
|
|
847
847
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
848
848
|
readonly _feedbackDescribedBy: string;
|
|
849
849
|
_internalFeedback(): {
|
|
850
|
-
type: import("
|
|
850
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
851
851
|
message: string;
|
|
852
852
|
};
|
|
853
853
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
854
|
-
_getFeedbackTemplate(ctx: import("
|
|
854
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
855
855
|
connectedCallback(): void;
|
|
856
856
|
specialHandling: boolean;
|
|
857
|
-
_vividAriaBehaviour: import("
|
|
857
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
858
858
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
859
859
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
860
860
|
disconnectedCallback(): void;
|
|
@@ -1187,7 +1187,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1187
1187
|
}): void;
|
|
1188
1188
|
}, any>;
|
|
1189
1189
|
specialHandling: boolean;
|
|
1190
|
-
_vividAriaBehaviour: import("
|
|
1190
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1191
1191
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1192
1192
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1193
1193
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1559,7 +1559,7 @@ declare const TimePicker_base: (abstract new (...args: any[]) => {
|
|
|
1559
1559
|
_keypressHandler: ((e: KeyboardEvent) => void) & ((e: KeyboardEvent) => void);
|
|
1560
1560
|
stopPropagation: ((e: Event) => void) & ((e: Event) => void);
|
|
1561
1561
|
_trappedFocus(event: KeyboardEvent, getFocusableEls: () => NodeListOf<HTMLElement>): boolean;
|
|
1562
|
-
readonly locale: import("
|
|
1562
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
1563
1563
|
}) & typeof PickerField;
|
|
1564
1564
|
export declare class TimePicker extends TimePicker_base {
|
|
1565
1565
|
min: string;
|