@vonage/vivid 3.30.0 → 3.32.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 +2 -1
- package/checkbox/index.js +2 -1
- package/combobox/index.js +2 -1
- package/custom-elements.json +811 -18
- package/date-picker/index.js +35 -0
- package/dialog/index.js +1 -1
- package/divider/index.js +1 -1
- package/empty-state/index.js +1 -1
- package/fab/index.js +1 -1
- package/file-picker/index.js +3 -2
- package/header/index.js +1 -1
- package/index.d.ts +1 -0
- package/index.js +48 -46
- package/layout/index.js +1 -1
- package/lib/button/button.d.ts +2 -0
- package/lib/components.d.ts +20 -19
- package/lib/date-picker/calendar/calendarGrid.d.ts +17 -0
- package/lib/date-picker/calendar/dateStr.d.ts +6 -0
- package/lib/date-picker/calendar/month.d.ts +11 -0
- package/lib/date-picker/calendar/monthPickerGrid.d.ts +10 -0
- package/lib/date-picker/calendar/presentationDate.d.ts +4 -0
- package/lib/date-picker/date-picker.d.ts +16 -0
- package/lib/date-picker/date-picker.template.d.ts +4 -0
- package/lib/date-picker/definition.d.ts +3 -0
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-picker/locale.d.ts +21 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +1 -0
- package/lib/pagination/definition.d.ts +1 -0
- package/lib/pagination/pagination.d.ts +3 -1
- package/lib/select/select.d.ts +4 -2
- package/listbox/index.js +3 -2
- package/locales/en-GB.d.ts +3 -0
- package/locales/en-GB.js +25 -0
- package/locales/en-US.d.ts +3 -0
- package/locales/en-US.js +25 -0
- package/locales/ja-JP.d.ts +3 -0
- package/locales/ja-JP.js +25 -0
- package/locales/zh-CN.d.ts +3 -0
- package/locales/zh-CN.js +25 -0
- package/menu/index.js +2 -2
- 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 +3 -2
- package/number-field/index.js +4 -3
- package/option/index.js +2 -1
- package/package.json +2 -1
- package/pagination/index.js +1 -1
- package/progress/index.js +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.js +1 -1
- package/select/index.js +3 -2
- package/shared/definition.js +1 -1
- package/shared/definition10.js +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition17.js +1 -1
- package/shared/definition18.js +2 -2
- package/shared/definition19.js +2 -2
- package/shared/definition2.js +1 -1
- package/shared/definition21.js +3 -3
- package/shared/definition22.js +2 -2
- package/shared/definition23.js +5750 -189
- package/shared/definition24.js +116 -68
- package/shared/definition25.js +68 -38
- package/shared/definition26.js +222 -74
- package/shared/definition27.js +33 -2282
- package/shared/definition28.js +76 -47
- package/shared/definition29.js +2287 -38
- package/shared/definition30.js +39 -417
- package/shared/definition31.js +38 -364
- package/shared/definition32.js +427 -12
- package/shared/definition33.js +351 -53
- package/shared/definition34.js +12 -26
- package/shared/definition35.js +67 -31
- package/shared/definition36.js +20 -431
- package/shared/definition37.js +34 -181
- package/shared/definition38.js +427 -45
- package/shared/definition39.js +195 -33
- package/shared/definition4.js +1 -1
- package/shared/definition40.js +53 -425
- package/shared/definition41.js +29 -645
- package/shared/definition42.js +420 -73
- package/shared/definition43.js +549 -444
- package/shared/definition44.js +68 -90
- package/shared/definition45.js +501 -79
- package/shared/definition46.js +84 -45
- package/shared/definition47.js +131 -17
- package/shared/definition48.js +44 -471
- package/shared/definition49.js +21 -108
- package/shared/definition5.js +1 -1
- package/shared/definition50.js +487 -15
- package/shared/definition51.js +92 -255
- package/shared/definition52.js +16 -115
- package/shared/definition53.js +264 -115
- package/shared/definition54.js +91 -82
- package/shared/definition55.js +111 -65
- package/shared/definition56.js +64 -291
- package/shared/definition57.js +303 -0
- package/shared/definition6.js +2 -2
- package/shared/definition7.js +10 -3
- package/shared/definition9.js +1 -1
- package/shared/{form-elements.js → index2.js} +14 -2
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/localization/index.d.ts +7 -0
- package/shared/patterns/form-elements/form-elements.d.ts +4 -4
- package/shared/patterns/index.d.ts +1 -0
- package/shared/patterns/localized.d.ts +4 -0
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.js +1 -1
- package/styles/core/all.css +25 -3
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +25 -3
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +14 -0
- package/switch/index.js +3 -2
- 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 +3 -2
- package/text-field/index.js +3 -2
- package/toggletip/index.js +1 -1
- package/tooltip/index.js +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.js +1 -1
- package/vivid.api.json +262 -0
package/styles/core/all.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root {
|
|
6
6
|
color-scheme: var(--vvd-color-scheme);
|
|
@@ -26,10 +26,13 @@
|
|
|
26
26
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
27
27
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
28
28
|
}
|
|
29
|
-
.vvd-root p {
|
|
29
|
+
.vvd-root p, .vvd-root .font-base {
|
|
30
30
|
font: var(--vvd-typography-base);
|
|
31
31
|
margin-block: 16px;
|
|
32
32
|
}
|
|
33
|
+
.vvd-root p.tight, .vvd-root .font-base.tight {
|
|
34
|
+
margin-block: 0;
|
|
35
|
+
}
|
|
33
36
|
.vvd-root b, .vvd-root strong {
|
|
34
37
|
font: var(--vvd-typography-base-bold);
|
|
35
38
|
}
|
|
@@ -40,26 +43,44 @@
|
|
|
40
43
|
font: var(--vvd-typography-headline);
|
|
41
44
|
margin-block: 40px;
|
|
42
45
|
}
|
|
46
|
+
.vvd-root .headline.tight {
|
|
47
|
+
margin-block: 0;
|
|
48
|
+
}
|
|
43
49
|
.vvd-root .subtitle {
|
|
44
50
|
font: var(--vvd-typography-subtitle);
|
|
45
51
|
margin-block: 40px;
|
|
46
52
|
}
|
|
53
|
+
.vvd-root .subtitle.tight {
|
|
54
|
+
margin-block: 0;
|
|
55
|
+
}
|
|
47
56
|
.vvd-root h1, .vvd-root .heading1 {
|
|
48
57
|
font: var(--vvd-typography-heading-1);
|
|
49
58
|
margin-block: 32px;
|
|
50
59
|
}
|
|
60
|
+
.vvd-root h1.tight, .vvd-root .heading1.tight {
|
|
61
|
+
margin-block: 0;
|
|
62
|
+
}
|
|
51
63
|
.vvd-root h2, .vvd-root .heading2 {
|
|
52
64
|
font: var(--vvd-typography-heading-2);
|
|
53
65
|
margin-block: 32px;
|
|
54
66
|
}
|
|
67
|
+
.vvd-root h2.tight, .vvd-root .heading2.tight {
|
|
68
|
+
margin-block: 0;
|
|
69
|
+
}
|
|
55
70
|
.vvd-root h3, .vvd-root .heading3 {
|
|
56
71
|
font: var(--vvd-typography-heading-3);
|
|
57
72
|
margin-block: 24px;
|
|
58
73
|
}
|
|
74
|
+
.vvd-root h3.tight, .vvd-root .heading3.tight {
|
|
75
|
+
margin-block: 0;
|
|
76
|
+
}
|
|
59
77
|
.vvd-root h4, .vvd-root .heading4 {
|
|
60
78
|
font: var(--vvd-typography-heading-4);
|
|
61
79
|
margin-block: 24px;
|
|
62
80
|
}
|
|
81
|
+
.vvd-root h4.tight, .vvd-root .heading4.tight {
|
|
82
|
+
margin-block: 0;
|
|
83
|
+
}
|
|
63
84
|
.vvd-root small, .vvd-root figcaption {
|
|
64
85
|
font: var(--vvd-typography-base-condensed);
|
|
65
86
|
}
|
|
@@ -68,7 +89,8 @@
|
|
|
68
89
|
}
|
|
69
90
|
.vvd-root sub,
|
|
70
91
|
.vvd-root sup {
|
|
71
|
-
font:
|
|
92
|
+
font: var(--vvd-typography-base-condensed);
|
|
93
|
+
font-size: 75%;
|
|
72
94
|
line-height: 0;
|
|
73
95
|
position: relative;
|
|
74
96
|
vertical-align: baseline;
|
package/styles/core/theme.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
.vvd-root:root {
|
|
6
6
|
--vvd-size-font-scale-base: 1rem;
|
|
@@ -20,10 +20,13 @@
|
|
|
20
20
|
-webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
|
|
21
21
|
-moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
|
|
22
22
|
}
|
|
23
|
-
.vvd-root p {
|
|
23
|
+
.vvd-root p, .vvd-root .font-base {
|
|
24
24
|
font: var(--vvd-typography-base);
|
|
25
25
|
margin-block: 16px;
|
|
26
26
|
}
|
|
27
|
+
.vvd-root p.tight, .vvd-root .font-base.tight {
|
|
28
|
+
margin-block: 0;
|
|
29
|
+
}
|
|
27
30
|
.vvd-root b, .vvd-root strong {
|
|
28
31
|
font: var(--vvd-typography-base-bold);
|
|
29
32
|
}
|
|
@@ -34,26 +37,44 @@
|
|
|
34
37
|
font: var(--vvd-typography-headline);
|
|
35
38
|
margin-block: 40px;
|
|
36
39
|
}
|
|
40
|
+
.vvd-root .headline.tight {
|
|
41
|
+
margin-block: 0;
|
|
42
|
+
}
|
|
37
43
|
.vvd-root .subtitle {
|
|
38
44
|
font: var(--vvd-typography-subtitle);
|
|
39
45
|
margin-block: 40px;
|
|
40
46
|
}
|
|
47
|
+
.vvd-root .subtitle.tight {
|
|
48
|
+
margin-block: 0;
|
|
49
|
+
}
|
|
41
50
|
.vvd-root h1, .vvd-root .heading1 {
|
|
42
51
|
font: var(--vvd-typography-heading-1);
|
|
43
52
|
margin-block: 32px;
|
|
44
53
|
}
|
|
54
|
+
.vvd-root h1.tight, .vvd-root .heading1.tight {
|
|
55
|
+
margin-block: 0;
|
|
56
|
+
}
|
|
45
57
|
.vvd-root h2, .vvd-root .heading2 {
|
|
46
58
|
font: var(--vvd-typography-heading-2);
|
|
47
59
|
margin-block: 32px;
|
|
48
60
|
}
|
|
61
|
+
.vvd-root h2.tight, .vvd-root .heading2.tight {
|
|
62
|
+
margin-block: 0;
|
|
63
|
+
}
|
|
49
64
|
.vvd-root h3, .vvd-root .heading3 {
|
|
50
65
|
font: var(--vvd-typography-heading-3);
|
|
51
66
|
margin-block: 24px;
|
|
52
67
|
}
|
|
68
|
+
.vvd-root h3.tight, .vvd-root .heading3.tight {
|
|
69
|
+
margin-block: 0;
|
|
70
|
+
}
|
|
53
71
|
.vvd-root h4, .vvd-root .heading4 {
|
|
54
72
|
font: var(--vvd-typography-heading-4);
|
|
55
73
|
margin-block: 24px;
|
|
56
74
|
}
|
|
75
|
+
.vvd-root h4.tight, .vvd-root .heading4.tight {
|
|
76
|
+
margin-block: 0;
|
|
77
|
+
}
|
|
57
78
|
.vvd-root small, .vvd-root figcaption {
|
|
58
79
|
font: var(--vvd-typography-base-condensed);
|
|
59
80
|
}
|
|
@@ -62,7 +83,8 @@
|
|
|
62
83
|
}
|
|
63
84
|
.vvd-root sub,
|
|
64
85
|
.vvd-root sup {
|
|
65
|
-
font:
|
|
86
|
+
font: var(--vvd-typography-base-condensed);
|
|
87
|
+
font-size: 75%;
|
|
66
88
|
line-height: 0;
|
|
67
89
|
position: relative;
|
|
68
90
|
vertical-align: baseline;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 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 Tue, 22 Aug 2023 13:37:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
8
8
|
*/
|
|
9
9
|
/**
|
|
10
10
|
* Do not edit directly
|
|
11
|
-
* Generated on
|
|
11
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
14
|
* Do not edit directly
|
|
15
|
-
* Generated on
|
|
15
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
16
16
|
*/
|
|
17
17
|
@property --vvd-size-density {
|
|
18
18
|
syntax: "<integer>";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Tue, 22 Aug 2023 13:37:39 GMT
|
|
4
|
+
*/
|
|
5
|
+
.vvd-root, ::part(vvd-root),
|
|
6
|
+
.vvd-theme-alternate, ::part(vvd-theme-alternate) {
|
|
7
|
+
--_vvd3--vvd-color-neutral-50: var(--vvd-color-neutral-50);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.vvd-component:not(.vvd-theme-alternate) {
|
|
11
|
+
--vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/*# sourceMappingURL=vivid-2-compat.css.map */
|
package/switch/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerSwitch } from '../shared/
|
|
1
|
+
import { r as registerSwitch } from '../shared/definition47.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
@@ -11,6 +11,7 @@ import '../shared/form-associated.js';
|
|
|
11
11
|
import '../shared/key-codes.js';
|
|
12
12
|
import '../shared/affix.js';
|
|
13
13
|
import '../shared/focus2.js';
|
|
14
|
-
import '../shared/
|
|
14
|
+
import '../shared/index2.js';
|
|
15
|
+
import '../locales/en-US.js';
|
|
15
16
|
|
|
16
17
|
registerSwitch();
|
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/definition50.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
|
-
import '../shared/
|
|
3
|
+
import '../shared/definition48.js';
|
|
4
4
|
import '../shared/definition3.js';
|
|
5
5
|
import '../shared/icon.js';
|
|
6
6
|
import '../shared/_has.js';
|
|
@@ -11,7 +11,7 @@ import '../shared/focus.js';
|
|
|
11
11
|
import '../shared/affix.js';
|
|
12
12
|
import '../shared/apply-mixins.js';
|
|
13
13
|
import '../shared/focus2.js';
|
|
14
|
-
import '../shared/
|
|
14
|
+
import '../shared/definition49.js';
|
|
15
15
|
import '../shared/start-end.js';
|
|
16
16
|
import '../shared/ref.js';
|
|
17
17
|
import '../shared/key-codes.js';
|
package/tag/index.js
CHANGED
package/tag-group/index.js
CHANGED
package/text-area/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerTextArea } from '../shared/
|
|
1
|
+
import { r as registerTextArea } from '../shared/definition53.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition3.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
@@ -8,7 +8,8 @@ import '../shared/when.js';
|
|
|
8
8
|
import '../shared/definition4.js';
|
|
9
9
|
import '../shared/focus.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/index2.js';
|
|
12
|
+
import '../locales/en-US.js';
|
|
12
13
|
import '../shared/text-field2.js';
|
|
13
14
|
import '../shared/apply-mixins.js';
|
|
14
15
|
import '../shared/form-associated.js';
|
package/text-field/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerTextField } from '../shared/
|
|
1
|
+
import { r as registerTextField } from '../shared/definition24.js';
|
|
2
2
|
import '../shared/index.js';
|
|
3
3
|
import '../shared/definition4.js';
|
|
4
4
|
import '../shared/focus.js';
|
|
@@ -8,7 +8,8 @@ import '../shared/_has.js';
|
|
|
8
8
|
import '../shared/class-names.js';
|
|
9
9
|
import '../shared/when.js';
|
|
10
10
|
import '../shared/affix.js';
|
|
11
|
-
import '../shared/
|
|
11
|
+
import '../shared/index2.js';
|
|
12
|
+
import '../locales/en-US.js';
|
|
12
13
|
import '../shared/text-field2.js';
|
|
13
14
|
import '../shared/apply-mixins.js';
|
|
14
15
|
import '../shared/form-associated.js';
|
package/toggletip/index.js
CHANGED
package/tooltip/index.js
CHANGED
package/tree-item/index.js
CHANGED
package/tree-view/index.js
CHANGED
package/vivid.api.json
CHANGED
|
@@ -2332,6 +2332,83 @@
|
|
|
2332
2332
|
"endIndex": 10
|
|
2333
2333
|
}
|
|
2334
2334
|
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "Variable",
|
|
2337
|
+
"canonicalReference": "@vonage/vivid!datePickerDefinition:var",
|
|
2338
|
+
"docComment": "",
|
|
2339
|
+
"excerptTokens": [
|
|
2340
|
+
{
|
|
2341
|
+
"kind": "Content",
|
|
2342
|
+
"text": "datePickerDefinition: "
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "Content",
|
|
2346
|
+
"text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"kind": "Reference",
|
|
2350
|
+
"text": "OverrideFoundationElementDefinition",
|
|
2351
|
+
"canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"kind": "Content",
|
|
2355
|
+
"text": "<"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"kind": "Reference",
|
|
2359
|
+
"text": "FoundationElementDefinition",
|
|
2360
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"kind": "Content",
|
|
2364
|
+
"text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "Reference",
|
|
2368
|
+
"text": "FoundationElementRegistry",
|
|
2369
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "Content",
|
|
2373
|
+
"text": "<"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "Reference",
|
|
2377
|
+
"text": "FoundationElementDefinition",
|
|
2378
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"kind": "Content",
|
|
2382
|
+
"text": ", import(\"@microsoft/fast-element\")."
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"kind": "Reference",
|
|
2386
|
+
"text": "Constructable",
|
|
2387
|
+
"canonicalReference": "@microsoft/fast-element!Constructable:type"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "Content",
|
|
2391
|
+
"text": "<import(\"@microsoft/fast-foundation\")."
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "Reference",
|
|
2395
|
+
"text": "FoundationElement",
|
|
2396
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "Content",
|
|
2400
|
+
"text": ">>"
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-picker/definition.d.ts",
|
|
2404
|
+
"isReadonly": true,
|
|
2405
|
+
"releaseTag": "Public",
|
|
2406
|
+
"name": "datePickerDefinition",
|
|
2407
|
+
"variableTypeTokenRange": {
|
|
2408
|
+
"startIndex": 1,
|
|
2409
|
+
"endIndex": 14
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2335
2412
|
{
|
|
2336
2413
|
"kind": "Variable",
|
|
2337
2414
|
"canonicalReference": "@vonage/vivid!designSystem:var",
|
|
@@ -4123,6 +4200,131 @@
|
|
|
4123
4200
|
"endIndex": 14
|
|
4124
4201
|
}
|
|
4125
4202
|
},
|
|
4203
|
+
{
|
|
4204
|
+
"kind": "TypeAlias",
|
|
4205
|
+
"canonicalReference": "@vonage/vivid!PaginationShape:type",
|
|
4206
|
+
"docComment": "",
|
|
4207
|
+
"excerptTokens": [
|
|
4208
|
+
{
|
|
4209
|
+
"kind": "Content",
|
|
4210
|
+
"text": "export type PaginationShape = "
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"kind": "Reference",
|
|
4214
|
+
"text": "Extract",
|
|
4215
|
+
"canonicalReference": "!Extract:type"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"kind": "Content",
|
|
4219
|
+
"text": "<"
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"kind": "Reference",
|
|
4223
|
+
"text": "Shape",
|
|
4224
|
+
"canonicalReference": "@vonage/vivid!Shape:enum"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"kind": "Content",
|
|
4228
|
+
"text": ", "
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"kind": "Reference",
|
|
4232
|
+
"text": "Shape.Rounded",
|
|
4233
|
+
"canonicalReference": "@vonage/vivid!Shape.Rounded:member"
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"kind": "Content",
|
|
4237
|
+
"text": " | "
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"kind": "Reference",
|
|
4241
|
+
"text": "Shape.Pill",
|
|
4242
|
+
"canonicalReference": "@vonage/vivid!Shape.Pill:member"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"kind": "Content",
|
|
4246
|
+
"text": ">"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"kind": "Content",
|
|
4250
|
+
"text": ";"
|
|
4251
|
+
}
|
|
4252
|
+
],
|
|
4253
|
+
"fileUrlPath": "../../dist/libs/components/lib/pagination/pagination.d.ts",
|
|
4254
|
+
"releaseTag": "Public",
|
|
4255
|
+
"name": "PaginationShape",
|
|
4256
|
+
"typeTokenRange": {
|
|
4257
|
+
"startIndex": 1,
|
|
4258
|
+
"endIndex": 9
|
|
4259
|
+
}
|
|
4260
|
+
},
|
|
4261
|
+
{
|
|
4262
|
+
"kind": "TypeAlias",
|
|
4263
|
+
"canonicalReference": "@vonage/vivid!PaginationSize:type",
|
|
4264
|
+
"docComment": "",
|
|
4265
|
+
"excerptTokens": [
|
|
4266
|
+
{
|
|
4267
|
+
"kind": "Content",
|
|
4268
|
+
"text": "export type PaginationSize = "
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"kind": "Reference",
|
|
4272
|
+
"text": "Extract",
|
|
4273
|
+
"canonicalReference": "!Extract:type"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"kind": "Content",
|
|
4277
|
+
"text": "<"
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"kind": "Reference",
|
|
4281
|
+
"text": "Size",
|
|
4282
|
+
"canonicalReference": "@vonage/vivid!Size:enum"
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"kind": "Content",
|
|
4286
|
+
"text": ", "
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"kind": "Reference",
|
|
4290
|
+
"text": "Size.SuperCondensed",
|
|
4291
|
+
"canonicalReference": "@vonage/vivid!Size.SuperCondensed:member"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"kind": "Content",
|
|
4295
|
+
"text": " | "
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"kind": "Reference",
|
|
4299
|
+
"text": "Size.Condensed",
|
|
4300
|
+
"canonicalReference": "@vonage/vivid!Size.Condensed:member"
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"kind": "Content",
|
|
4304
|
+
"text": " | "
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"kind": "Reference",
|
|
4308
|
+
"text": "Size.Normal",
|
|
4309
|
+
"canonicalReference": "@vonage/vivid!Size.Normal:member"
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"kind": "Content",
|
|
4313
|
+
"text": ">"
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"kind": "Content",
|
|
4317
|
+
"text": ";"
|
|
4318
|
+
}
|
|
4319
|
+
],
|
|
4320
|
+
"fileUrlPath": "../../dist/libs/components/lib/pagination/pagination.d.ts",
|
|
4321
|
+
"releaseTag": "Public",
|
|
4322
|
+
"name": "PaginationSize",
|
|
4323
|
+
"typeTokenRange": {
|
|
4324
|
+
"startIndex": 1,
|
|
4325
|
+
"endIndex": 11
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
4126
4328
|
{
|
|
4127
4329
|
"kind": "TypeAlias",
|
|
4128
4330
|
"canonicalReference": "@vonage/vivid!PopupPlacement:type",
|
|
@@ -5171,6 +5373,34 @@
|
|
|
5171
5373
|
"endIndex": 3
|
|
5172
5374
|
}
|
|
5173
5375
|
},
|
|
5376
|
+
{
|
|
5377
|
+
"kind": "Variable",
|
|
5378
|
+
"canonicalReference": "@vonage/vivid!registerDatePicker:var",
|
|
5379
|
+
"docComment": "",
|
|
5380
|
+
"excerptTokens": [
|
|
5381
|
+
{
|
|
5382
|
+
"kind": "Content",
|
|
5383
|
+
"text": "registerDatePicker: "
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"kind": "Content",
|
|
5387
|
+
"text": "(prefix?: string) => import(\"@microsoft/fast-foundation\")."
|
|
5388
|
+
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "Reference",
|
|
5391
|
+
"text": "DesignSystem",
|
|
5392
|
+
"canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
|
|
5393
|
+
}
|
|
5394
|
+
],
|
|
5395
|
+
"fileUrlPath": "../../dist/libs/components/lib/date-picker/definition.d.ts",
|
|
5396
|
+
"isReadonly": true,
|
|
5397
|
+
"releaseTag": "Public",
|
|
5398
|
+
"name": "registerDatePicker",
|
|
5399
|
+
"variableTypeTokenRange": {
|
|
5400
|
+
"startIndex": 1,
|
|
5401
|
+
"endIndex": 3
|
|
5402
|
+
}
|
|
5403
|
+
},
|
|
5174
5404
|
{
|
|
5175
5405
|
"kind": "Variable",
|
|
5176
5406
|
"canonicalReference": "@vonage/vivid!registerDialog:var",
|
|
@@ -6554,6 +6784,38 @@
|
|
|
6554
6784
|
"endIndex": 9
|
|
6555
6785
|
}
|
|
6556
6786
|
},
|
|
6787
|
+
{
|
|
6788
|
+
"kind": "Variable",
|
|
6789
|
+
"canonicalReference": "@vonage/vivid!setLocale:var",
|
|
6790
|
+
"docComment": "",
|
|
6791
|
+
"excerptTokens": [
|
|
6792
|
+
{
|
|
6793
|
+
"kind": "Content",
|
|
6794
|
+
"text": "setLocale: "
|
|
6795
|
+
},
|
|
6796
|
+
{
|
|
6797
|
+
"kind": "Content",
|
|
6798
|
+
"text": "(locale: "
|
|
6799
|
+
},
|
|
6800
|
+
{
|
|
6801
|
+
"kind": "Reference",
|
|
6802
|
+
"text": "Locale",
|
|
6803
|
+
"canonicalReference": "@vonage/vivid!~Locale:interface"
|
|
6804
|
+
},
|
|
6805
|
+
{
|
|
6806
|
+
"kind": "Content",
|
|
6807
|
+
"text": ") => void"
|
|
6808
|
+
}
|
|
6809
|
+
],
|
|
6810
|
+
"fileUrlPath": "../../dist/libs/components/shared/localization/index.d.ts",
|
|
6811
|
+
"isReadonly": true,
|
|
6812
|
+
"releaseTag": "Public",
|
|
6813
|
+
"name": "setLocale",
|
|
6814
|
+
"variableTypeTokenRange": {
|
|
6815
|
+
"startIndex": 1,
|
|
6816
|
+
"endIndex": 4
|
|
6817
|
+
}
|
|
6818
|
+
},
|
|
6557
6819
|
{
|
|
6558
6820
|
"kind": "Enum",
|
|
6559
6821
|
"canonicalReference": "@vonage/vivid!Shape:enum",
|