@vonage/vivid 3.8.0 → 3.10.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/alert/index.js +28 -0
- package/avatar/index.js +1 -1
- package/badge/index.js +1 -1
- package/banner/index.js +3 -3
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.js +2 -2
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +2 -2
- package/checkbox/index.js +1 -1
- package/combobox/index.js +6 -6
- package/custom-elements.json +269 -27
- package/data-grid/index.js +1 -1
- package/dialog/index.js +4 -4
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/fab/index.js +1 -1
- package/header/index.js +2 -2
- package/index.js +51 -50
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +24 -0
- package/lib/alert/alert.template.d.ts +4 -0
- package/lib/alert/definition.d.ts +2 -0
- package/lib/alert/index.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/text-area/text-area.d.ts +2 -1
- package/lib/text-field/text-field.d.ts +2 -1
- package/lib/tooltip/tooltip.d.ts +1 -0
- package/listbox/index.js +2 -2
- package/menu/index.js +6 -6
- package/menu-item/index.js +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +1 -1
- package/nav-item/index.js +1 -1
- package/note/index.js +1 -1
- package/number-field/index.js +4 -4
- package/option/index.js +1 -1
- package/package.json +1 -1
- package/popup/index.js +4 -4
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +1 -1
- package/select/index.js +6 -6
- package/shared/definition.js +1 -1
- package/shared/definition10.js +46 -63
- package/shared/definition11.js +38 -92
- package/shared/definition12.js +96 -31
- package/shared/definition13.js +84 -757
- package/shared/definition14.js +32 -95
- package/shared/definition15.js +758 -100
- package/shared/definition16.js +103 -24
- package/shared/definition17.js +96 -154
- package/shared/definition18.js +108 -663
- package/shared/definition19.js +667 -1532
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1544 -223
- package/shared/definition21.js +183 -964
- package/shared/definition22.js +1037 -222
- package/shared/definition23.js +226 -67
- package/shared/definition24.js +68 -77
- package/shared/definition25.js +76 -47
- package/shared/definition26.js +46 -32
- package/shared/definition27.js +35 -49
- package/shared/definition28.js +48 -344
- package/shared/definition29.js +273 -282
- package/shared/definition30.js +356 -14
- package/shared/definition31.js +13 -67
- package/shared/definition32.js +65 -21
- package/shared/definition33.js +21 -39
- package/shared/definition34.js +31 -432
- package/shared/definition35.js +432 -76
- package/shared/definition36.js +82 -33
- package/shared/definition37.js +31 -422
- package/shared/definition38.js +357 -568
- package/shared/definition39.js +628 -75
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +70 -573
- package/shared/definition41.js +538 -81
- package/shared/definition42.js +127 -47
- package/shared/definition43.js +51 -16
- package/shared/definition44.js +17 -425
- package/shared/definition45.js +421 -103
- package/shared/definition46.js +114 -19
- package/shared/definition47.js +19 -269
- package/shared/definition48.js +245 -87
- package/shared/definition49.js +110 -68
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +80 -67
- package/shared/definition51.js +69 -295
- package/shared/definition52.js +305 -0
- package/shared/definition6.js +142 -45
- package/shared/definition7.js +95 -23
- package/shared/definition8.js +22 -103
- package/shared/definition9.js +62 -102
- package/shared/es.object.assign.js +1 -1
- package/shared/form-associated.js +1 -1
- package/shared/form-elements.js +46 -7
- package/shared/index.js +1 -1
- package/shared/listbox.js +2 -2
- package/shared/patterns/form-elements/form-elements.d.ts +16 -2
- package/shared/repeat.js +1 -1
- package/shared/text-field.js +1 -1
- package/shared/text-field2.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/switch/index.js +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +3 -3
- package/tag/index.js +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.js +1 -1
- package/tooltip/index.js +5 -5
- package/tree-item/index.js +1 -1
- package/tree-view/index.js +1 -1
- package/vivid.api.json +91 -0
package/shared/listbox.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FoundationElement, O as Observable, _ as __decorate, a as attr, o as observable,
|
|
2
|
-
import { i as isListboxOption } from './
|
|
1
|
+
import { F as FoundationElement, O as Observable, _ as __decorate, a as attr, o as observable, Y as DOM, n as nullableNumberConverter, b as __metadata } from './index.js';
|
|
2
|
+
import { i as isListboxOption } from './definition21.js';
|
|
3
3
|
import { A as ARIAGlobalStatesAndProperties } from './aria-global.js';
|
|
4
4
|
import { a as applyMixins } from './apply-mixins.js';
|
|
5
5
|
import { e as keySpace, f as keyEscape, d as keyEnter, g as keyTab, k as keyEnd, c as keyArrowUp, b as keyArrowDown, a as keyHome } from './key-codes.js';
|
|
@@ -14,6 +14,9 @@ export interface FormElementSuccessText {
|
|
|
14
14
|
export interface FormElementCharCount {
|
|
15
15
|
charCount: boolean;
|
|
16
16
|
}
|
|
17
|
+
export interface ErrorText {
|
|
18
|
+
errorText: string;
|
|
19
|
+
}
|
|
17
20
|
export declare class FormElementHelperText {
|
|
18
21
|
helperText?: string;
|
|
19
22
|
}
|
|
@@ -30,14 +33,25 @@ export declare function formElements<T extends {
|
|
|
30
33
|
[x: string]: any;
|
|
31
34
|
label?: string | undefined;
|
|
32
35
|
userValid: boolean;
|
|
33
|
-
"__#
|
|
36
|
+
"__#9143@#blurred": boolean;
|
|
34
37
|
readonly errorValidationMessage: any;
|
|
35
38
|
connectedCallback(): void;
|
|
36
|
-
"__#
|
|
39
|
+
"__#9143@#handleInvalidEvent": () => void;
|
|
37
40
|
disconnectedCallback(): void;
|
|
38
41
|
validate: () => void;
|
|
39
42
|
};
|
|
40
43
|
} & T;
|
|
41
44
|
declare type FeedbackType = 'error' | 'helper' | 'success';
|
|
42
45
|
export declare function getFeedbackTemplate(messageType: FeedbackType, context: ElementDefinitionContext): import("@microsoft/fast-element").ViewTemplate<FormElement, any>;
|
|
46
|
+
export declare function errorText<T extends {
|
|
47
|
+
new (...args: any[]): Record<string, any>;
|
|
48
|
+
}>(constructor: T): {
|
|
49
|
+
new (...args: any[]): {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
errorText?: string | undefined;
|
|
52
|
+
"__#9144@#shouldValidate": boolean;
|
|
53
|
+
"__#9144@#prevSuccessText": string;
|
|
54
|
+
errorTextChanged(_: string, newmsg: string | undefined): void;
|
|
55
|
+
};
|
|
56
|
+
} & T;
|
|
43
57
|
export {};
|
package/shared/repeat.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as emptyArray, O as Observable,
|
|
1
|
+
import { e as emptyArray, O as Observable, Z as SubscriberSet, Y as DOM, $ as HTMLDirective, a0 as HTMLView } from './index.js';
|
|
2
2
|
|
|
3
3
|
/** @internal */
|
|
4
4
|
function newSplice(index, removed, addedCount) {
|
package/shared/text-field.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var css_248z = "/**\n * Do not edit directly\n * Generated on
|
|
1
|
+
var css_248z = "/**\n * Do not edit directly\n * Generated on Thu, 27 Apr 2023 09:20:45 GMT\n */\n:host {\n display: inline-block;\n}\n\n.base {\n --_text-field-gutter: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2.5);\n --_text-field-icon-size: calc(calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2))) / 2);\n display: inline-grid;\n width: 100%;\n gap: 4px;\n grid-template-columns: min-content 1fr max-content;\n}\n.base {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-intermediate);\n}\n.base.appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--_connotation-color-backdrop);\n --_appearance-color-outline: var(--_connotation-color-firm);\n}\n.base:where(:hover, .hover):where(:not(:disabled, .disabled, .readonly)).appearance-ghost {\n --_appearance-color-text: var(--_connotation-color-primary);\n --_appearance-color-fill: var(--_connotation-color-faint);\n --_appearance-color-outline: transparent;\n}\n.base:where(:disabled, .disabled) {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: var(--vvd-color-neutral-200);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(:disabled, .disabled).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)) {\n --_appearance-color-text: var(--vvd-color-canvas-text);\n --_appearance-color-fill: var(--vvd-color-neutral-100);\n --_appearance-color-outline: var(--vvd-color-neutral-400);\n}\n.base:where(.readonly):where(:not(:disabled, .disabled)).appearance-ghost {\n --_appearance-color-text: var(--vvd-color-neutral-400);\n --_appearance-color-fill: transparent;\n --_appearance-color-outline: transparent;\n}\n.base.connotation-success {\n --_connotation-color-primary: var(--vvd-color-success-500);\n --_connotation-color-backdrop: var(--vvd-color-success-50);\n --_connotation-color-intermediate: var(--vvd-color-success-500);\n --_connotation-color-firm: var(--vvd-color-success-600);\n --_connotation-color-faint: var(--vvd-color-success-50);\n --_connotation-color-soft: var(--vvd-color-success-100);\n}\n.base.connotation-alert {\n --_connotation-color-primary: var(--vvd-color-alert-500);\n --_connotation-color-backdrop: var(--vvd-color-alert-50);\n --_connotation-color-intermediate: var(--vvd-color-alert-500);\n --_connotation-color-firm: var(--vvd-color-alert-600);\n --_connotation-color-faint: var(--vvd-color-alert-50);\n --_connotation-color-soft: var(--vvd-color-alert-100);\n}\n.base:not(.connotation-success, .connotation-alert) {\n --_connotation-color-primary: var(--vvd-color-canvas-text);\n --_connotation-color-backdrop: var(--vvd-color-canvas);\n --_connotation-color-intermediate: var(--vvd-color-neutral-500);\n --_connotation-color-firm: var(--vvd-color-canvas-text);\n --_connotation-color-faint: var(--vvd-color-neutral-50);\n --_connotation-color-soft: var(--vvd-color-neutral-100);\n}\n@supports (user-select: none) {\n .base {\n user-select: none;\n }\n}\n.base:not(.disabled) {\n --_low-ink-color: var(--vvd-color-neutral-600);\n}\n.base.disabled {\n --_low-ink-color: var(--_appearance-color-text);\n}\n\n.label {\n color: var(--vvd-color-canvas-text);\n contain: inline-size;\n font: var(--vvd-typography-base);\n grid-column: 1/4;\n grid-row: 1;\n}\n.char-count + .label {\n grid-column: 1/3;\n}\n\n.char-count {\n color: var(--_low-ink-color);\n font: var(--vvd-typography-base);\n grid-column: 3/4;\n}\n\n.fieldset {\n position: relative;\n display: flex;\n align-items: center;\n grid-column: 1/4;\n transition: color 0.2s;\n /* Shape */\n}\n.base > .fieldset {\n block-size: calc(1px * (40 + 4 * clamp(-1, var(--vvd-size-density, 0), 2)));\n}\n.base:not(.shape-pill) .fieldset {\n border-radius: 6px;\n}\n.base.shape-pill .fieldset {\n border-radius: 24px;\n}\n\n.control {\n width: 100%;\n border: 0 none;\n appearance: none; /* for box-shadow visibility on IOS */\n background-color: var(--_appearance-color-fill);\n block-size: 100%;\n border-radius: inherit;\n box-shadow: inset 0 0 0 1px var(--_appearance-color-outline);\n color: var(--_appearance-color-text);\n font: var(--vvd-typography-base);\n padding-block: 0;\n padding-inline-end: var(--_text-field-gutter);\n padding-inline-start: var(--_text-field-gutter);\n transition: box-shadow 0.2s, background-color 0.2s;\n}\n.control:disabled {\n cursor: not-allowed;\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_appearance-color-text); /* 1. sets text fill to current `color` for safari */\n}\n.control::placeholder, .control:disabled::placeholder {\n opacity: 1; /* 2. correct opacity on iOS */\n -webkit-text-fill-color: var(--_low-ink-color); /* 1. sets text fill to current `color` for safari */\n}\n@supports selector(:focus-visible) {\n .control:focus {\n outline: none;\n }\n}\n\n.icon {\n position: absolute;\n z-index: 1;\n color: var(--_low-ink-color);\n font-size: var(--_text-field-icon-size);\n inset-inline-start: var(--_text-field-gutter);\n line-height: 1;\n}\n.icon + .control {\n padding-inline-start: calc(var(--_text-field-icon-size) + var(--_text-field-gutter) * 2);\n}\n\n.focus-indicator {\n --focus-stroke-gap-color: transparent;\n pointer-events: none;\n}\n.fieldset:not(:focus-visible, :focus-within) > .focus-indicator {\n display: none;\n}";
|
|
2
2
|
|
|
3
3
|
export { css_248z as c };
|
package/shared/text-field2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FoundationElement,
|
|
1
|
+
import { F as FoundationElement, Y as DOM, _ as __decorate, a as attr, n as nullableNumberConverter, o as observable } from './index.js';
|
|
2
2
|
import { a as applyMixins } from './apply-mixins.js';
|
|
3
3
|
import { F as FormAssociated } from './form-associated.js';
|
|
4
4
|
import { A as ARIAGlobalStatesAndProperties } from './aria-global.js';
|
package/side-drawer/index.js
CHANGED
package/slider/index.js
CHANGED
package/styles/core/all.css
CHANGED
package/styles/core/theme.css
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Thu, 27 Apr 2023 09:20:45 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
package/switch/index.js
CHANGED
package/tab/index.js
CHANGED
package/tab-panel/index.js
CHANGED
package/tabs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { r as registerTabs } from '../shared/
|
|
1
|
+
import { r as registerTabs } from '../shared/definition45.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition43.js';
|
|
4
4
|
import '../shared/definition3.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/to-string.js';
|
|
@@ -13,7 +13,7 @@ import '../shared/focus.js';
|
|
|
13
13
|
import '../shared/affix.js';
|
|
14
14
|
import '../shared/apply-mixins.js';
|
|
15
15
|
import '../shared/focus2.js';
|
|
16
|
-
import '../shared/
|
|
16
|
+
import '../shared/definition44.js';
|
|
17
17
|
import '../shared/start-end.js';
|
|
18
18
|
import '../shared/ref.js';
|
|
19
19
|
import '../shared/key-codes.js';
|
package/tag/index.js
CHANGED
package/tag-group/index.js
CHANGED
package/text-area/index.js
CHANGED
package/text-field/index.js
CHANGED
package/tooltip/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerTooltip } from '../shared/
|
|
1
|
+
import { r as registerTooltip } from '../shared/definition50.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
4
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition20.js';
|
|
4
|
+
import '../shared/definition7.js';
|
|
5
5
|
import '../shared/definition3.js';
|
|
6
6
|
import '../shared/icon.js';
|
|
7
7
|
import '../shared/to-string.js';
|
|
@@ -11,7 +11,7 @@ import '../shared/class-names.js';
|
|
|
11
11
|
import '../shared/when.js';
|
|
12
12
|
import '../shared/definition4.js';
|
|
13
13
|
import '../shared/focus.js';
|
|
14
|
-
import '../shared/
|
|
14
|
+
import '../shared/definition9.js';
|
|
15
15
|
import '../shared/base-progress.js';
|
|
16
16
|
import '../shared/affix.js';
|
|
17
17
|
import '../shared/button.js';
|
|
@@ -22,7 +22,7 @@ import '../shared/aria-global.js';
|
|
|
22
22
|
import '../shared/start-end.js';
|
|
23
23
|
import '../shared/ref.js';
|
|
24
24
|
import '../shared/focus2.js';
|
|
25
|
-
import '../shared/
|
|
25
|
+
import '../shared/definition8.js';
|
|
26
26
|
import '../shared/es.object.assign.js';
|
|
27
27
|
|
|
28
28
|
registerTooltip();
|
package/tree-item/index.js
CHANGED
package/tree-view/index.js
CHANGED
package/vivid.api.json
CHANGED
|
@@ -297,6 +297,69 @@
|
|
|
297
297
|
"endIndex": 9
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "TypeAlias",
|
|
302
|
+
"canonicalReference": "@vonage/vivid!AlertConnotation:type",
|
|
303
|
+
"docComment": "",
|
|
304
|
+
"excerptTokens": [
|
|
305
|
+
{
|
|
306
|
+
"kind": "Content",
|
|
307
|
+
"text": "export declare type AlertConnotation = "
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"kind": "Reference",
|
|
311
|
+
"text": "Connotation.Accent",
|
|
312
|
+
"canonicalReference": "@vonage/vivid!Connotation.Accent:member"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"kind": "Content",
|
|
316
|
+
"text": " | "
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"kind": "Reference",
|
|
320
|
+
"text": "Connotation.Information",
|
|
321
|
+
"canonicalReference": "@vonage/vivid!Connotation.Information:member"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"kind": "Content",
|
|
325
|
+
"text": " | "
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"kind": "Reference",
|
|
329
|
+
"text": "Connotation.Success",
|
|
330
|
+
"canonicalReference": "@vonage/vivid!Connotation.Success:member"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"kind": "Content",
|
|
334
|
+
"text": " | "
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"kind": "Reference",
|
|
338
|
+
"text": "Connotation.Warning",
|
|
339
|
+
"canonicalReference": "@vonage/vivid!Connotation.Warning:member"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"kind": "Content",
|
|
343
|
+
"text": " | "
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"kind": "Reference",
|
|
347
|
+
"text": "Connotation.Alert",
|
|
348
|
+
"canonicalReference": "@vonage/vivid!Connotation.Alert:member"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"kind": "Content",
|
|
352
|
+
"text": ";"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"fileUrlPath": "../../dist/libs/components/lib/alert/alert.d.ts",
|
|
356
|
+
"releaseTag": "Public",
|
|
357
|
+
"name": "AlertConnotation",
|
|
358
|
+
"typeTokenRange": {
|
|
359
|
+
"startIndex": 1,
|
|
360
|
+
"endIndex": 10
|
|
361
|
+
}
|
|
362
|
+
},
|
|
300
363
|
{
|
|
301
364
|
"kind": "Enum",
|
|
302
365
|
"canonicalReference": "@vonage/vivid!Appearance:enum",
|
|
@@ -5330,6 +5393,34 @@
|
|
|
5330
5393
|
"endIndex": 3
|
|
5331
5394
|
}
|
|
5332
5395
|
},
|
|
5396
|
+
{
|
|
5397
|
+
"kind": "Variable",
|
|
5398
|
+
"canonicalReference": "@vonage/vivid!registerAlert:var",
|
|
5399
|
+
"docComment": "",
|
|
5400
|
+
"excerptTokens": [
|
|
5401
|
+
{
|
|
5402
|
+
"kind": "Content",
|
|
5403
|
+
"text": "registerAlert: "
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"kind": "Content",
|
|
5407
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
5408
|
+
},
|
|
5409
|
+
{
|
|
5410
|
+
"kind": "Reference",
|
|
5411
|
+
"text": "DesignSystem",
|
|
5412
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
5413
|
+
}
|
|
5414
|
+
],
|
|
5415
|
+
"fileUrlPath": "../../dist/libs/components/lib/alert/definition.d.ts",
|
|
5416
|
+
"isReadonly": true,
|
|
5417
|
+
"releaseTag": "Public",
|
|
5418
|
+
"name": "registerAlert",
|
|
5419
|
+
"variableTypeTokenRange": {
|
|
5420
|
+
"startIndex": 1,
|
|
5421
|
+
"endIndex": 3
|
|
5422
|
+
}
|
|
5423
|
+
},
|
|
5333
5424
|
{
|
|
5334
5425
|
"kind": "Variable",
|
|
5335
5426
|
"canonicalReference": "@vonage/vivid!registerAvatar:var",
|