@vonage/vivid 4.25.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 +3371 -1999
- package/lib/accordion-item/accordion-item.d.ts +2 -2
- package/lib/action-group/action-group.d.ts +1 -1
- package/lib/alert/alert.d.ts +5 -5
- package/lib/audio-player/audio-player.d.ts +3 -3
- package/lib/avatar/avatar.d.ts +393 -1
- package/lib/avatar/avatar.template.d.ts +2 -2
- package/lib/badge/badge.d.ts +2 -2
- package/lib/banner/banner.d.ts +6 -6
- package/lib/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
- package/lib/button/button.d.ts +6 -6
- package/lib/calendar/calendar.d.ts +2 -0
- package/lib/calendar-event/calendar-event.d.ts +1 -1
- package/lib/card/card.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +10 -10
- package/lib/combobox/combobox.d.ts +11 -11
- package/lib/data-grid/data-grid-cell.d.ts +6 -4
- package/lib/data-grid/data-grid-row.d.ts +1 -0
- package/lib/data-grid/data-grid.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +75 -75
- package/lib/date-picker/date-picker.template.d.ts +1 -1
- package/lib/date-range-picker/date-range-picker.d.ts +44 -44
- package/lib/date-range-picker/date-range-picker.template.d.ts +1 -1
- package/lib/date-time-picker/date-time-picker.d.ts +64 -64
- package/lib/date-time-picker/date-time-picker.template.d.ts +1 -1
- package/lib/dial-pad/dial-pad.d.ts +3 -3
- package/lib/dialog/dialog.d.ts +5 -4
- package/lib/divider/divider.d.ts +1 -1
- package/lib/fab/fab.d.ts +2 -2
- package/lib/file-picker/file-picker.d.ts +10 -10
- package/lib/header/header.d.ts +1 -1
- package/lib/menu/menu.d.ts +2 -2
- package/lib/menu-item/menu-item.d.ts +3 -3
- package/lib/nav/nav.d.ts +1 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +3 -3
- package/lib/nav-item/nav-item.d.ts +3 -3
- package/lib/note/note.d.ts +2 -2
- package/lib/number-field/locale.d.ts +3 -2
- package/lib/number-field/number-field.d.ts +15 -15
- package/lib/option/option.d.ts +3 -3
- package/lib/pagination/locale.d.ts +5 -0
- package/lib/pagination/pagination.d.ts +341 -2
- package/lib/popup/popup.d.ts +1 -0
- package/lib/progress/progress.d.ts +1 -1
- package/lib/progress-ring/progress-ring.d.ts +1 -1
- package/lib/radio/radio.d.ts +3 -3
- package/lib/radio-group/radio-group.d.ts +4 -4
- package/lib/range-slider/range-slider.d.ts +5 -5
- package/lib/rich-text-editor/menubar/menubar.d.ts +3 -3
- package/lib/rich-text-editor/rich-text-editor.d.ts +3 -3
- package/lib/searchable-select/locale.d.ts +1 -1
- package/lib/searchable-select/option-tag.d.ts +3 -3
- package/lib/searchable-select/searchable-select.d.ts +15 -15
- package/lib/select/select.d.ts +12 -12
- package/lib/selectable-box/selectable-box.d.ts +1 -1
- package/lib/slider/slider.d.ts +5 -5
- package/lib/split-button/split-button.d.ts +6 -6
- package/lib/switch/switch.d.ts +2 -2
- package/lib/tab/tab.d.ts +6 -6
- package/lib/tab-panel/tab-panel.d.ts +1 -1
- package/lib/tag/locale.d.ts +3 -0
- package/lib/tag/tag.d.ts +343 -6
- package/lib/tag-group/tag-group.d.ts +1 -1
- package/lib/text-area/text-area.d.ts +14 -14
- package/lib/text-field/text-field.d.ts +16 -16
- package/lib/time-picker/time-picker.d.ts +21 -21
- package/lib/toggletip/toggletip.d.ts +1 -1
- package/lib/tooltip/tooltip.d.ts +1 -1
- package/lib/tree-item/tree-item.d.ts +3 -3
- package/lib/tree-view/tree-view.d.ts +1 -1
- package/lib/video-player/video-player.d.ts +3 -3
- package/locales/de-DE.cjs +40 -5
- package/locales/de-DE.js +40 -5
- package/locales/en-GB.cjs +40 -5
- package/locales/en-GB.js +40 -5
- package/locales/en-US.cjs +40 -5
- package/locales/en-US.js +40 -5
- package/locales/ja-JP.cjs +40 -5
- package/locales/ja-JP.js +40 -5
- package/locales/zh-CN.cjs +40 -5
- package/locales/zh-CN.js +40 -5
- package/package.json +73 -45
- package/shared/aria/delegates-aria.d.ts +1 -1
- package/shared/aria/host-semantics.d.ts +1 -1
- package/shared/calendar-picker.template.cjs +40 -13
- package/shared/calendar-picker.template.js +40 -13
- package/shared/definition.cjs +19 -3
- package/shared/definition.js +20 -4
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition13.cjs +25 -0
- package/shared/definition13.js +26 -1
- package/shared/definition15.cjs +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.cjs +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.cjs +602 -522
- package/shared/definition17.js +600 -520
- 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/definition21.cjs +2 -2
- package/shared/definition21.js +2 -2
- package/shared/definition22.cjs +9 -3
- package/shared/definition22.js +9 -3
- package/shared/definition28.cjs +2 -2
- package/shared/definition28.js +2 -2
- package/shared/definition3.cjs +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition30.cjs +1 -1
- package/shared/definition30.js +1 -1
- package/shared/definition31.cjs +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition32.cjs +1 -1
- package/shared/definition32.js +1 -1
- package/shared/definition36.cjs +41 -30
- package/shared/definition36.js +34 -23
- package/shared/definition38.cjs +30 -23
- package/shared/definition38.js +30 -23
- 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/definition42.cjs +2 -2
- package/shared/definition42.js +2 -2
- package/shared/definition44.cjs +129 -117
- package/shared/definition44.js +130 -118
- package/shared/definition45.cjs +17 -7
- package/shared/definition45.js +17 -7
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition49.cjs +6 -6
- package/shared/definition49.js +6 -6
- 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/definition63.cjs +2 -2
- package/shared/definition63.js +2 -2
- package/shared/definition64.cjs +136 -38
- package/shared/definition64.js +136 -38
- package/shared/definition67.cjs +36 -15
- package/shared/definition67.js +37 -16
- package/shared/feedback/feedback-message.d.ts +1 -1
- package/shared/feedback/mixins.d.ts +2 -2
- package/shared/form-associated.cjs +4 -0
- package/shared/form-associated.js +4 -0
- package/shared/foundation/button/button.d.ts +1 -1
- package/shared/foundation/vivid-element/vivid-element.d.ts +2 -0
- package/shared/key-codes.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/mixins.cjs +4 -1
- package/shared/mixins.js +4 -1
- package/shared/patterns/affix.d.ts +2 -2
- package/shared/patterns/char-count/char-count.d.ts +1 -1
- package/shared/patterns/form-elements/with-success-text.d.ts +1 -1
- package/shared/patterns/linkable.d.ts +1 -1
- package/shared/patterns/localized.d.ts +1 -1
- package/shared/patterns/trapped-focus.d.ts +1 -1
- package/shared/picker-field/mixins/calendar-picker.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-picker.locale.d.ts +5 -0
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +2 -2
- package/shared/picker-field/mixins/calendar-segments/segment.d.ts +1 -0
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +1 -1
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +4 -4
- package/shared/picker-field/mixins/single-date-picker.d.ts +4 -4
- package/shared/picker-field/mixins/single-value-picker.d.ts +1 -1
- package/shared/picker-field/mixins/time-selection-picker.d.ts +2 -2
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +2 -2
- package/shared/picker-field/picker-field.d.ts +3 -3
- package/shared/picker-field.template.cjs +13 -13
- package/shared/picker-field.template.js +13 -13
- package/shared/vivid-element.cjs +11 -1
- package/shared/vivid-element.js +11 -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 +395 -277
|
@@ -1,10 +1,348 @@
|
|
|
1
1
|
import type { Shape, Size } from '../enums';
|
|
2
2
|
import type { Button } from '../button/button';
|
|
3
|
-
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
4
3
|
import type { ExtractFromEnum } from '../../shared/utils/enums';
|
|
4
|
+
import { VividElement } from '../../shared/foundation/vivid-element/vivid-element';
|
|
5
5
|
export type PaginationSize = ExtractFromEnum<Size, Size.SuperCondensed | Size.Condensed | Size.Normal>;
|
|
6
6
|
export type PaginationShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
7
|
-
|
|
7
|
+
declare const Pagination_base: {
|
|
8
|
+
new (...args: any[]): {
|
|
9
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
specialHandling: boolean;
|
|
12
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
13
|
+
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
14
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
17
|
+
accessKey: string;
|
|
18
|
+
readonly accessKeyLabel: string;
|
|
19
|
+
autocapitalize: string;
|
|
20
|
+
dir: string;
|
|
21
|
+
draggable: boolean;
|
|
22
|
+
hidden: boolean;
|
|
23
|
+
inert: boolean;
|
|
24
|
+
innerText: string;
|
|
25
|
+
lang: string;
|
|
26
|
+
readonly offsetHeight: number;
|
|
27
|
+
readonly offsetLeft: number;
|
|
28
|
+
readonly offsetParent: Element | null;
|
|
29
|
+
readonly offsetTop: number;
|
|
30
|
+
readonly offsetWidth: number;
|
|
31
|
+
outerText: string;
|
|
32
|
+
spellcheck: boolean;
|
|
33
|
+
title: string;
|
|
34
|
+
translate: boolean;
|
|
35
|
+
attachInternals(): ElementInternals;
|
|
36
|
+
click(): void;
|
|
37
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
38
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
39
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
40
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
41
|
+
dropzone: import("dropzone");
|
|
42
|
+
readonly attributes: NamedNodeMap;
|
|
43
|
+
readonly classList: DOMTokenList;
|
|
44
|
+
className: string;
|
|
45
|
+
readonly clientHeight: number;
|
|
46
|
+
readonly clientLeft: number;
|
|
47
|
+
readonly clientTop: number;
|
|
48
|
+
readonly clientWidth: number;
|
|
49
|
+
id: string;
|
|
50
|
+
readonly localName: string;
|
|
51
|
+
readonly namespaceURI: string | null;
|
|
52
|
+
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
53
|
+
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
54
|
+
outerHTML: string;
|
|
55
|
+
readonly ownerDocument: Document;
|
|
56
|
+
readonly part: DOMTokenList;
|
|
57
|
+
readonly prefix: string | null;
|
|
58
|
+
readonly scrollHeight: number;
|
|
59
|
+
scrollLeft: number;
|
|
60
|
+
scrollTop: number;
|
|
61
|
+
readonly scrollWidth: number;
|
|
62
|
+
readonly shadowRoot: ShadowRoot | null;
|
|
63
|
+
slot: string;
|
|
64
|
+
readonly tagName: string;
|
|
65
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
66
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
67
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
68
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
69
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
70
|
+
closest<E extends Element = Element>(selectors: string): E | null;
|
|
71
|
+
getAttribute(qualifiedName: string): string | null;
|
|
72
|
+
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
73
|
+
getAttributeNames(): string[];
|
|
74
|
+
getAttributeNode(qualifiedName: string): Attr | null;
|
|
75
|
+
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
76
|
+
getBoundingClientRect(): DOMRect;
|
|
77
|
+
getClientRects(): DOMRectList;
|
|
78
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
79
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
80
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
81
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
82
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
83
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
84
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
85
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
86
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
87
|
+
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
88
|
+
hasAttribute(qualifiedName: string): boolean;
|
|
89
|
+
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
90
|
+
hasAttributes(): boolean;
|
|
91
|
+
hasPointerCapture(pointerId: number): boolean;
|
|
92
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
93
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
94
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
95
|
+
matches(selectors: string): boolean;
|
|
96
|
+
releasePointerCapture(pointerId: number): void;
|
|
97
|
+
removeAttribute(qualifiedName: string): void;
|
|
98
|
+
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
99
|
+
removeAttributeNode(attr: Attr): Attr;
|
|
100
|
+
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
101
|
+
requestPointerLock(): void;
|
|
102
|
+
scroll(options?: ScrollToOptions | undefined): void;
|
|
103
|
+
scroll(x: number, y: number): void;
|
|
104
|
+
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
105
|
+
scrollBy(x: number, y: number): void;
|
|
106
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
107
|
+
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
108
|
+
scrollTo(x: number, y: number): void;
|
|
109
|
+
setAttribute(qualifiedName: string, value: string): void;
|
|
110
|
+
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
111
|
+
setAttributeNode(attr: Attr): Attr | null;
|
|
112
|
+
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
113
|
+
setPointerCapture(pointerId: number): void;
|
|
114
|
+
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
115
|
+
webkitMatchesSelector(selectors: string): boolean;
|
|
116
|
+
readonly baseURI: string;
|
|
117
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
118
|
+
readonly firstChild: ChildNode | null;
|
|
119
|
+
readonly isConnected: boolean;
|
|
120
|
+
readonly lastChild: ChildNode | null;
|
|
121
|
+
readonly nextSibling: ChildNode | null;
|
|
122
|
+
readonly nodeName: string;
|
|
123
|
+
readonly nodeType: number;
|
|
124
|
+
nodeValue: string | null;
|
|
125
|
+
readonly parentElement: HTMLElement | null;
|
|
126
|
+
readonly parentNode: ParentNode | null;
|
|
127
|
+
readonly previousSibling: ChildNode | null;
|
|
128
|
+
textContent: string | null;
|
|
129
|
+
appendChild<T extends Node>(node: T): T;
|
|
130
|
+
cloneNode(deep?: boolean | undefined): Node;
|
|
131
|
+
compareDocumentPosition(other: Node): number;
|
|
132
|
+
contains(other: Node | null): boolean;
|
|
133
|
+
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
134
|
+
hasChildNodes(): boolean;
|
|
135
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
136
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
137
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
138
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
139
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
140
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
141
|
+
normalize(): void;
|
|
142
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
143
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
144
|
+
readonly ELEMENT_NODE: 1;
|
|
145
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
146
|
+
readonly TEXT_NODE: 3;
|
|
147
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
148
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
149
|
+
readonly ENTITY_NODE: 6;
|
|
150
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
151
|
+
readonly COMMENT_NODE: 8;
|
|
152
|
+
readonly DOCUMENT_NODE: 9;
|
|
153
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
154
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
155
|
+
readonly NOTATION_NODE: 12;
|
|
156
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
157
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
158
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
159
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
160
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
161
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
162
|
+
dispatchEvent(event: Event): boolean;
|
|
163
|
+
ariaAtomic: string | null;
|
|
164
|
+
ariaAutoComplete: string | null;
|
|
165
|
+
ariaBusy: string | null;
|
|
166
|
+
ariaChecked: string | null;
|
|
167
|
+
ariaColCount: string | null;
|
|
168
|
+
ariaColIndex: string | null;
|
|
169
|
+
ariaColSpan: string | null;
|
|
170
|
+
ariaCurrent: string | null;
|
|
171
|
+
ariaDisabled: string | null;
|
|
172
|
+
ariaExpanded: string | null;
|
|
173
|
+
ariaHasPopup: string | null;
|
|
174
|
+
ariaHidden: string | null;
|
|
175
|
+
ariaInvalid: string | null;
|
|
176
|
+
ariaKeyShortcuts: string | null;
|
|
177
|
+
ariaLabel: string | null;
|
|
178
|
+
ariaLevel: string | null;
|
|
179
|
+
ariaLive: string | null;
|
|
180
|
+
ariaModal: string | null;
|
|
181
|
+
ariaMultiLine: string | null;
|
|
182
|
+
ariaMultiSelectable: string | null;
|
|
183
|
+
ariaOrientation: string | null;
|
|
184
|
+
ariaPlaceholder: string | null;
|
|
185
|
+
ariaPosInSet: string | null;
|
|
186
|
+
ariaPressed: string | null;
|
|
187
|
+
ariaReadOnly: string | null;
|
|
188
|
+
ariaRequired: string | null;
|
|
189
|
+
ariaRoleDescription: string | null;
|
|
190
|
+
ariaRowCount: string | null;
|
|
191
|
+
ariaRowIndex: string | null;
|
|
192
|
+
ariaRowSpan: string | null;
|
|
193
|
+
ariaSelected: string | null;
|
|
194
|
+
ariaSetSize: string | null;
|
|
195
|
+
ariaSort: string | null;
|
|
196
|
+
ariaValueMax: string | null;
|
|
197
|
+
ariaValueMin: string | null;
|
|
198
|
+
ariaValueNow: string | null;
|
|
199
|
+
ariaValueText: string | null;
|
|
200
|
+
role: string | null;
|
|
201
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
202
|
+
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
203
|
+
after(...nodes: (string | Node)[]): void;
|
|
204
|
+
before(...nodes: (string | Node)[]): void;
|
|
205
|
+
remove(): void;
|
|
206
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
207
|
+
innerHTML: string;
|
|
208
|
+
readonly nextElementSibling: Element | null;
|
|
209
|
+
readonly previousElementSibling: Element | null;
|
|
210
|
+
readonly childElementCount: number;
|
|
211
|
+
readonly children: HTMLCollection;
|
|
212
|
+
readonly firstElementChild: Element | null;
|
|
213
|
+
readonly lastElementChild: Element | null;
|
|
214
|
+
append(...nodes: (string | Node)[]): void;
|
|
215
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
216
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
217
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
218
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
219
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
220
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
221
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
222
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
223
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
224
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
225
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
226
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
227
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
228
|
+
readonly style: CSSStyleDeclaration;
|
|
229
|
+
contentEditable: string;
|
|
230
|
+
enterKeyHint: string;
|
|
231
|
+
inputMode: string;
|
|
232
|
+
readonly isContentEditable: boolean;
|
|
233
|
+
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
234
|
+
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
235
|
+
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
236
|
+
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
237
|
+
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
238
|
+
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
239
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
240
|
+
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
241
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
242
|
+
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
243
|
+
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
244
|
+
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
245
|
+
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
246
|
+
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
247
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
248
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
249
|
+
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
250
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
251
|
+
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
252
|
+
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
253
|
+
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
254
|
+
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
255
|
+
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
256
|
+
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
257
|
+
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
258
|
+
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
259
|
+
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
|
+
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
|
+
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
+
onerror: OnErrorEventHandler;
|
|
263
|
+
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
264
|
+
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
265
|
+
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
266
|
+
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
|
+
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
|
+
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
269
|
+
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
270
|
+
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
271
|
+
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
272
|
+
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
+
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
+
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
|
+
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
276
|
+
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
277
|
+
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
278
|
+
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
279
|
+
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
280
|
+
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
281
|
+
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
282
|
+
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
283
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
284
|
+
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
|
+
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
|
+
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
|
+
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
288
|
+
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
289
|
+
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
290
|
+
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
291
|
+
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
292
|
+
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
293
|
+
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
294
|
+
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
295
|
+
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
296
|
+
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
|
+
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
+
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
299
|
+
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
+
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
301
|
+
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
302
|
+
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
+
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
+
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
|
+
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
+
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
+
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
|
+
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
309
|
+
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
310
|
+
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
|
+
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
|
+
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
313
|
+
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
314
|
+
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
315
|
+
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
316
|
+
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
317
|
+
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
318
|
+
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
319
|
+
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
320
|
+
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
321
|
+
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
322
|
+
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
323
|
+
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
324
|
+
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
325
|
+
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
326
|
+
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
327
|
+
autofocus: boolean;
|
|
328
|
+
readonly dataset: DOMStringMap;
|
|
329
|
+
nonce?: string | undefined;
|
|
330
|
+
tabIndex: number;
|
|
331
|
+
blur(): void;
|
|
332
|
+
focus(options?: FocusOptions | undefined): void;
|
|
333
|
+
ariaColIndexText: string | null;
|
|
334
|
+
ariaDescription: string | null;
|
|
335
|
+
ariaRowIndexText: string | null;
|
|
336
|
+
ariaRelevant: string | null;
|
|
337
|
+
"__#1@#handleReplacedProp"(replacedProp: {
|
|
338
|
+
newPropertyName: string;
|
|
339
|
+
deprecatedPropertyName: string;
|
|
340
|
+
fromDeprecated: (v: any) => any;
|
|
341
|
+
toDeprecated?: ((v: any) => any) | undefined;
|
|
342
|
+
}): void;
|
|
343
|
+
};
|
|
344
|
+
} & typeof VividElement;
|
|
345
|
+
export declare class Pagination extends Pagination_base {
|
|
8
346
|
#private;
|
|
9
347
|
size?: PaginationSize;
|
|
10
348
|
shape?: PaginationShape;
|
|
@@ -20,3 +358,4 @@ export declare class Pagination extends VividElement {
|
|
|
20
358
|
selectedIndexChanged(oldValue: number, newValue: number): void;
|
|
21
359
|
paginationButtonsChanged(_: Button[] | undefined, newValue: Button[]): void;
|
|
22
360
|
}
|
|
361
|
+
export {};
|
package/lib/popup/popup.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ export type ProgressShape = Shape.Rounded | Shape.Sharp;
|
|
|
5
5
|
declare const Progress_base: {
|
|
6
6
|
new (...args: any[]): {
|
|
7
7
|
_vividAriaBehaviour: "delegate";
|
|
8
|
+
connectedCallback(): void;
|
|
8
9
|
specialHandling: boolean;
|
|
9
10
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
10
11
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
11
|
-
connectedCallback(): void;
|
|
12
12
|
disconnectedCallback(): void;
|
|
13
13
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
14
14
|
accessKey: string;
|
|
@@ -4,10 +4,10 @@ export type ProgressRingConnotation = Connotation.Accent | Connotation.Success |
|
|
|
4
4
|
declare const ProgressRing_base: {
|
|
5
5
|
new (...args: any[]): {
|
|
6
6
|
_vividAriaBehaviour: "delegate";
|
|
7
|
+
connectedCallback(): void;
|
|
7
8
|
specialHandling: boolean;
|
|
8
9
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
9
10
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
10
|
-
connectedCallback(): void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
12
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
13
13
|
accessKey: string;
|
package/lib/radio/radio.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ declare const Radio_base: {
|
|
|
57
57
|
_keypressHandler(e: KeyboardEvent): void;
|
|
58
58
|
stopPropagation(e: Event): void;
|
|
59
59
|
specialHandling: boolean;
|
|
60
|
-
_vividAriaBehaviour: import("
|
|
60
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
61
61
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
62
62
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
63
63
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -431,7 +431,7 @@ declare const Radio_base: {
|
|
|
431
431
|
_keypressHandler(e: KeyboardEvent): void;
|
|
432
432
|
stopPropagation(e: Event): void;
|
|
433
433
|
specialHandling: boolean;
|
|
434
|
-
_vividAriaBehaviour: import("
|
|
434
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
435
435
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
436
436
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
437
437
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -808,7 +808,7 @@ declare const Radio_base: {
|
|
|
808
808
|
_keypressHandler(e: KeyboardEvent): void;
|
|
809
809
|
stopPropagation(e: Event): void;
|
|
810
810
|
specialHandling: boolean;
|
|
811
|
-
_vividAriaBehaviour: import("
|
|
811
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin.js").VividAriaBehaviour;
|
|
812
812
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
813
813
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
814
814
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -6,16 +6,16 @@ declare const RadioGroup_base: {
|
|
|
6
6
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
7
7
|
readonly _feedbackDescribedBy: string;
|
|
8
8
|
_internalFeedback(): {
|
|
9
|
-
type: import("
|
|
9
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
10
10
|
message: string;
|
|
11
11
|
};
|
|
12
12
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
13
|
-
_getFeedbackTemplate(ctx: import("
|
|
13
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
14
|
+
connectedCallback(): void;
|
|
14
15
|
specialHandling: boolean;
|
|
15
|
-
_vividAriaBehaviour: import("
|
|
16
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
16
17
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
17
18
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
18
|
-
connectedCallback(): void;
|
|
19
19
|
disconnectedCallback(): void;
|
|
20
20
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
21
21
|
accessKey: string;
|
|
@@ -5,12 +5,12 @@ export type RangeSliderConnotation = Connotation.Accent | Connotation.CTA;
|
|
|
5
5
|
export type ThumbId = 'start' | 'end';
|
|
6
6
|
declare const RangeSlider_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
|
-
readonly locale: import("
|
|
8
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
9
|
+
connectedCallback(): void;
|
|
9
10
|
specialHandling: boolean;
|
|
10
|
-
_vividAriaBehaviour: import("
|
|
11
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
11
12
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
12
13
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
13
|
-
connectedCallback(): void;
|
|
14
14
|
disconnectedCallback(): void;
|
|
15
15
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
16
16
|
accessKey: string;
|
|
@@ -383,7 +383,7 @@ declare const RangeSlider_base: {
|
|
|
383
383
|
_keypressHandler(e: KeyboardEvent): void;
|
|
384
384
|
stopPropagation(e: Event): void;
|
|
385
385
|
specialHandling: boolean;
|
|
386
|
-
_vividAriaBehaviour: import("
|
|
386
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
387
387
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
388
388
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
389
389
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -752,7 +752,7 @@ declare const RangeSlider_base: {
|
|
|
752
752
|
_keypressHandler(e: KeyboardEvent): void;
|
|
753
753
|
stopPropagation(e: Event): void;
|
|
754
754
|
specialHandling: boolean;
|
|
755
|
-
_vividAriaBehaviour: import("
|
|
755
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
756
756
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
757
757
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
758
758
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { VividElement } from '../../../shared/foundation/vivid-element/vivid-element';
|
|
2
2
|
declare const MenuBar_base: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
|
-
readonly locale: import("
|
|
4
|
+
readonly locale: import("../../../shared/localization/Locale").Locale;
|
|
5
|
+
connectedCallback(): void;
|
|
5
6
|
specialHandling: boolean;
|
|
6
|
-
_vividAriaBehaviour: import("
|
|
7
|
+
_vividAriaBehaviour: import("../../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
7
8
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
8
9
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
9
|
-
connectedCallback(): void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
11
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
12
12
|
accessKey: string;
|
|
@@ -22,12 +22,12 @@ export declare const RichTextEditorTextBlocks: {
|
|
|
22
22
|
export type RichTextEditorTextBlocks = keyof typeof RichTextEditorTextBlocks;
|
|
23
23
|
declare const RichTextEditor_base: {
|
|
24
24
|
new (...args: any[]): {
|
|
25
|
-
readonly locale: import("
|
|
25
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
26
|
+
connectedCallback(): void;
|
|
26
27
|
specialHandling: boolean;
|
|
27
|
-
_vividAriaBehaviour: import("
|
|
28
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
28
29
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
29
30
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
30
|
-
connectedCallback(): void;
|
|
31
31
|
disconnectedCallback(): void;
|
|
32
32
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
33
33
|
accessKey: string;
|
|
@@ -6,6 +6,6 @@ export interface SearchableSelectLocale {
|
|
|
6
6
|
removeTagButtonLabel: (label: string) => string;
|
|
7
7
|
optionSelectedMessage: (name: string) => string;
|
|
8
8
|
optionDeselectedMessage: (name: string) => string;
|
|
9
|
-
optionFocusedMessage: (name: string, position: number, total: number) => string;
|
|
9
|
+
optionFocusedMessage: (name: string, position: number, total: number, selected: boolean) => string;
|
|
10
10
|
maxSelectedMessage: (total: number, limit: number) => string;
|
|
11
11
|
}
|
|
@@ -5,12 +5,12 @@ export type OptionTagShape = ExtractFromEnum<Shape, Shape.Rounded | Shape.Pill>;
|
|
|
5
5
|
export type OptionTagConnotation = ExtractFromEnum<Connotation, Connotation.Accent | Connotation.CTA>;
|
|
6
6
|
declare const OptionTag_base: {
|
|
7
7
|
new (...args: any[]): {
|
|
8
|
-
readonly locale: import("
|
|
8
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
9
|
+
connectedCallback(): void;
|
|
9
10
|
specialHandling: boolean;
|
|
10
|
-
_vividAriaBehaviour: import("
|
|
11
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
11
12
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
12
13
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
13
|
-
connectedCallback(): void;
|
|
14
14
|
disconnectedCallback(): void;
|
|
15
15
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
16
16
|
accessKey: string;
|
|
@@ -10,16 +10,16 @@ declare const SearchableSelect_base: {
|
|
|
10
10
|
_helperTextSlottedContent?: HTMLElement[] | undefined;
|
|
11
11
|
readonly _feedbackDescribedBy: string;
|
|
12
12
|
_internalFeedback(): {
|
|
13
|
-
type: import("
|
|
13
|
+
type: import("../../shared/feedback/feedback-message").FeedbackType;
|
|
14
14
|
message: string;
|
|
15
15
|
};
|
|
16
16
|
_slottedHelperTextFeedbackType(): "none" | "helper";
|
|
17
|
-
_getFeedbackTemplate(ctx: import("
|
|
17
|
+
_getFeedbackTemplate(ctx: import("../../shared/design-system/defineVividComponent").VividElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
18
|
+
connectedCallback(): void;
|
|
18
19
|
specialHandling: boolean;
|
|
19
|
-
_vividAriaBehaviour: import("
|
|
20
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
20
21
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
21
22
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
22
|
-
connectedCallback(): void;
|
|
23
23
|
disconnectedCallback(): void;
|
|
24
24
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
25
25
|
accessKey: string;
|
|
@@ -398,7 +398,7 @@ declare const SearchableSelect_base: {
|
|
|
398
398
|
_keypressHandler(e: KeyboardEvent): void;
|
|
399
399
|
stopPropagation(e: Event): void;
|
|
400
400
|
specialHandling: boolean;
|
|
401
|
-
_vividAriaBehaviour: import("
|
|
401
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
402
402
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
403
403
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
404
404
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -732,11 +732,11 @@ declare const SearchableSelect_base: {
|
|
|
732
732
|
} & {
|
|
733
733
|
new (...args: any[]): {
|
|
734
734
|
successText?: string | undefined;
|
|
735
|
+
connectedCallback(): void;
|
|
735
736
|
specialHandling: boolean;
|
|
736
|
-
_vividAriaBehaviour: import("
|
|
737
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
737
738
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
738
739
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
739
|
-
connectedCallback(): void;
|
|
740
740
|
disconnectedCallback(): void;
|
|
741
741
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
742
742
|
accessKey: string;
|
|
@@ -1109,7 +1109,7 @@ declare const SearchableSelect_base: {
|
|
|
1109
1109
|
_keypressHandler(e: KeyboardEvent): void;
|
|
1110
1110
|
stopPropagation(e: Event): void;
|
|
1111
1111
|
specialHandling: boolean;
|
|
1112
|
-
_vividAriaBehaviour: import("
|
|
1112
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1113
1113
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1114
1114
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1115
1115
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1443,10 +1443,10 @@ declare const SearchableSelect_base: {
|
|
|
1443
1443
|
} & {
|
|
1444
1444
|
new (...args: any[]): {
|
|
1445
1445
|
_vividAriaBehaviour: "delegate";
|
|
1446
|
+
connectedCallback(): void;
|
|
1446
1447
|
specialHandling: boolean;
|
|
1447
1448
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1448
1449
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1449
|
-
connectedCallback(): void;
|
|
1450
1450
|
disconnectedCallback(): void;
|
|
1451
1451
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1452
1452
|
accessKey: string;
|
|
@@ -1781,11 +1781,11 @@ declare const SearchableSelect_base: {
|
|
|
1781
1781
|
iconTrailing: boolean;
|
|
1782
1782
|
icon?: string | undefined;
|
|
1783
1783
|
iconSlottedContent?: HTMLElement[] | undefined;
|
|
1784
|
+
connectedCallback(): void;
|
|
1784
1785
|
specialHandling: boolean;
|
|
1785
|
-
_vividAriaBehaviour: import("
|
|
1786
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
1786
1787
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
1787
1788
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
1788
|
-
connectedCallback(): void;
|
|
1789
1789
|
disconnectedCallback(): void;
|
|
1790
1790
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
1791
1791
|
accessKey: string;
|
|
@@ -2117,12 +2117,12 @@ declare const SearchableSelect_base: {
|
|
|
2117
2117
|
};
|
|
2118
2118
|
} & {
|
|
2119
2119
|
new (...args: any[]): {
|
|
2120
|
-
readonly locale: import("
|
|
2120
|
+
readonly locale: import("../../shared/localization/Locale").Locale;
|
|
2121
|
+
connectedCallback(): void;
|
|
2121
2122
|
specialHandling: boolean;
|
|
2122
|
-
_vividAriaBehaviour: import("
|
|
2123
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2123
2124
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2124
2125
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2125
|
-
connectedCallback(): void;
|
|
2126
2126
|
disconnectedCallback(): void;
|
|
2127
2127
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
2128
2128
|
accessKey: string;
|
|
@@ -2490,7 +2490,7 @@ declare const SearchableSelect_base: {
|
|
|
2490
2490
|
_keypressHandler(e: KeyboardEvent): void;
|
|
2491
2491
|
stopPropagation(e: Event): void;
|
|
2492
2492
|
specialHandling: boolean;
|
|
2493
|
-
_vividAriaBehaviour: import("
|
|
2493
|
+
_vividAriaBehaviour: import("../../shared/aria/aria-mixin").VividAriaBehaviour;
|
|
2494
2494
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
2495
2495
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail"> | undefined): boolean | void;
|
|
2496
2496
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|