@vonage/vivid 3.52.0 → 3.54.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/README.md +1 -1
- package/accordion/index.cjs +1 -1
- package/accordion/index.js +1 -1
- package/accordion-item/index.cjs +1 -1
- package/accordion-item/index.js +1 -1
- package/alert/index.cjs +3 -3
- package/alert/index.js +3 -3
- package/appearance-ui/index.cjs +1 -1
- package/appearance-ui/index.js +1 -1
- package/audio-player/index.cjs +3 -3
- package/audio-player/index.js +3 -3
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +1 -1
- package/badge/index.cjs +1 -1
- package/badge/index.js +1 -1
- package/banner/index.cjs +2 -2
- package/banner/index.js +2 -2
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.cjs +2 -2
- package/button/index.js +2 -2
- package/card/index.cjs +2 -2
- package/card/index.js +2 -2
- package/checkbox/index.cjs +3 -2
- package/checkbox/index.js +3 -2
- package/combobox/index.cjs +5 -5
- package/combobox/index.js +5 -5
- package/custom-elements.json +1162 -99
- package/data-grid/index.cjs +1 -1
- package/data-grid/index.js +1 -1
- package/date-picker/index.cjs +7 -6
- package/date-picker/index.js +7 -6
- package/date-range-picker/index.cjs +7 -6
- package/date-range-picker/index.js +7 -6
- package/dial-pad/index.cjs +33 -0
- package/dial-pad/index.js +31 -0
- package/dialog/index.cjs +4 -4
- package/dialog/index.js +4 -4
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.cjs +2 -2
- package/empty-state/index.js +2 -2
- package/fab/index.cjs +2 -2
- package/fab/index.js +2 -2
- package/file-picker/index.cjs +4 -3
- package/file-picker/index.js +4 -3
- package/header/index.cjs +2 -2
- package/header/index.js +2 -2
- package/icon/index.cjs +1 -1
- package/icon/index.js +1 -1
- package/index.cjs +132 -122
- package/index.js +46 -43
- package/layout/index.cjs +1 -1
- package/layout/index.js +1 -1
- package/lib/appearance-ui/appearance-ui.d.ts +1 -1
- package/lib/audio-player/audio-player.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +2 -0
- package/lib/components.d.ts +2 -0
- package/lib/dial-pad/definition.d.ts +3 -0
- package/lib/dial-pad/dial-pad.d.ts +17 -0
- package/lib/dial-pad/dial-pad.template.d.ts +4 -0
- package/lib/dial-pad/locale.d.ts +18 -0
- package/lib/enums.d.ts +7 -0
- package/lib/menu/menu.d.ts +1 -0
- package/lib/nav-disclosure/nav-disclosure.d.ts +5 -0
- package/lib/text-anchor/definition.d.ts +1 -0
- package/lib/text-anchor/text-anchor.d.ts +5 -0
- package/lib/video-player/definition.d.ts +3 -0
- package/lib/video-player/locale.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +17 -0
- package/lib/video-player/video-player.template.d.ts +4 -0
- package/lib/video-player/vivid-video-svg.d.ts +1 -0
- package/listbox/index.cjs +2 -2
- package/listbox/index.js +2 -2
- package/locales/en-GB.cjs +33 -1
- package/locales/en-GB.js +33 -1
- package/locales/en-US.cjs +201 -1
- package/locales/en-US.js +201 -1
- package/locales/ja-JP.cjs +200 -1
- package/locales/ja-JP.js +200 -1
- package/locales/zh-CN.cjs +202 -1
- package/locales/zh-CN.js +202 -1
- package/menu/index.cjs +6 -6
- package/menu/index.js +6 -6
- package/menu-item/index.cjs +2 -2
- package/menu-item/index.js +2 -2
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +2 -2
- package/nav-disclosure/index.js +2 -2
- package/nav-item/index.cjs +2 -2
- package/nav-item/index.js +2 -2
- package/note/index.cjs +2 -2
- package/note/index.js +2 -2
- package/number-field/index.cjs +5 -4
- package/number-field/index.js +5 -4
- package/option/index.cjs +2 -2
- package/option/index.js +2 -2
- package/package.json +1 -1
- package/pagination/index.cjs +3 -3
- package/pagination/index.js +3 -3
- package/popup/index.cjs +4 -4
- package/popup/index.js +4 -4
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +2 -2
- package/range-slider/index.js +2 -2
- package/select/index.cjs +7 -6
- package/select/index.js +7 -6
- package/selectable-box/index.cjs +5 -4
- package/selectable-box/index.js +5 -4
- package/shared/applyMixinsWithObservables.cjs +15 -0
- package/shared/applyMixinsWithObservables.js +13 -0
- package/shared/definition.cjs +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition11.cjs +3 -3
- package/shared/definition11.js +3 -3
- package/shared/definition14.cjs +2 -2
- package/shared/definition14.js +2 -2
- package/shared/definition15.cjs +8 -9
- package/shared/definition15.js +8 -9
- package/shared/definition16.cjs +3 -3
- package/shared/definition16.js +3 -3
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +3 -3
- package/shared/definition18.cjs +3 -3
- package/shared/definition18.js +3 -3
- package/shared/definition19.cjs +3 -3
- package/shared/definition19.js +3 -3
- package/shared/definition20.cjs +196 -224
- package/shared/definition20.js +191 -219
- package/shared/definition21.cjs +264 -67
- package/shared/definition21.js +263 -65
- package/shared/definition22.cjs +66 -57
- package/shared/definition22.js +64 -56
- package/shared/definition23.cjs +42 -76
- package/shared/definition23.js +41 -75
- package/shared/definition24.cjs +70 -2402
- package/shared/definition24.js +69 -2401
- package/shared/definition25.cjs +2402 -46
- package/shared/definition25.js +2401 -45
- package/shared/definition26.cjs +63 -30
- package/shared/definition26.js +62 -29
- package/shared/definition27.cjs +28 -56
- package/shared/definition27.js +27 -55
- package/shared/definition28.cjs +35 -881
- package/shared/definition28.js +34 -879
- package/shared/definition29.cjs +922 -60
- package/shared/definition29.js +922 -61
- package/shared/definition30.cjs +68 -86
- package/shared/definition30.js +67 -85
- package/shared/definition31.cjs +98 -21
- package/shared/definition31.js +98 -21
- package/shared/definition32.cjs +24 -12
- package/shared/definition32.js +23 -11
- package/shared/definition33.cjs +11 -50
- package/shared/definition33.js +10 -49
- package/shared/definition34.cjs +26 -515
- package/shared/definition34.js +26 -515
- package/shared/definition35.cjs +448 -194
- package/shared/definition35.js +448 -192
- package/shared/definition36.cjs +256 -202
- package/shared/definition36.js +253 -201
- package/shared/definition37.cjs +204 -65
- package/shared/definition37.js +203 -63
- package/shared/definition38.cjs +63 -57
- package/shared/definition38.js +60 -55
- package/shared/definition39.cjs +65 -432
- package/shared/definition39.js +64 -431
- package/shared/definition4.cjs +2 -2
- package/shared/definition4.js +2 -2
- package/shared/definition40.cjs +441 -34
- package/shared/definition40.js +438 -31
- package/shared/definition41.cjs +34 -576
- package/shared/definition41.js +33 -575
- package/shared/definition42.cjs +531 -654
- package/shared/definition42.js +531 -654
- package/shared/definition43.cjs +690 -114
- package/shared/definition43.js +689 -113
- package/shared/definition44.cjs +124 -79
- package/shared/definition44.js +122 -77
- package/shared/definition45.cjs +78 -520
- package/shared/definition45.js +77 -518
- package/shared/definition46.cjs +520 -119
- package/shared/definition46.js +518 -118
- package/shared/definition47.cjs +118 -135
- package/shared/definition47.js +117 -134
- package/shared/definition48.cjs +151 -19
- package/shared/definition48.js +150 -18
- package/shared/definition49.cjs +21 -84
- package/shared/definition49.js +20 -83
- package/shared/definition5.cjs +100 -19
- package/shared/definition5.js +100 -19
- package/shared/definition50.cjs +52 -505
- package/shared/definition50.js +51 -504
- package/shared/definition51.cjs +526 -28
- package/shared/definition51.js +525 -27
- package/shared/definition52.cjs +28 -123
- package/shared/definition52.js +26 -122
- package/shared/definition53.cjs +110 -309
- package/shared/definition53.js +110 -308
- package/shared/definition54.cjs +255 -271
- package/shared/definition54.js +255 -271
- package/shared/definition55.cjs +315 -776
- package/shared/definition55.js +314 -775
- package/shared/definition56.cjs +818 -107
- package/shared/definition56.js +817 -106
- package/shared/definition57.cjs +85 -55
- package/shared/definition57.js +84 -54
- package/shared/definition58.cjs +125 -72
- package/shared/definition58.js +124 -71
- package/shared/definition59.cjs +72 -285
- package/shared/definition59.js +73 -286
- package/shared/definition6.cjs +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.cjs +298 -39
- package/shared/definition60.js +297 -38
- package/shared/definition61.cjs +66044 -1687
- package/shared/definition61.js +66043 -1686
- package/shared/definition62.cjs +50 -0
- package/shared/definition62.js +46 -0
- package/shared/definition63.cjs +1828 -0
- package/shared/definition63.js +1824 -0
- package/shared/definition7.cjs +2 -2
- package/shared/definition7.js +2 -2
- package/shared/definition8.cjs +2 -2
- package/shared/definition8.js +2 -2
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/enums.cjs +9 -0
- package/shared/enums.js +9 -1
- package/shared/icon.cjs +20 -2
- package/shared/icon.js +21 -3
- package/shared/index2.cjs +73 -37
- package/shared/index2.js +73 -37
- package/shared/key-codes2.js +1 -1
- package/shared/listbox.cjs +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +4 -0
- package/shared/patterns/form-elements/form-elements.d.ts +2 -3
- package/shared/presentationDate.cjs +16 -5
- package/shared/presentationDate.js +16 -5
- package/shared/text-anchor.cjs +6 -0
- package/shared/text-anchor.js +6 -0
- package/shared/text-anchor.template.cjs +6 -1
- package/shared/text-anchor.template.js +6 -1
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
- package/shared/utils/numberConverter.d.ts +2 -0
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +1 -1
- package/slider/index.js +1 -1
- package/split-button/index.cjs +2 -2
- package/split-button/index.js +2 -2
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/switch/index.cjs +2 -2
- package/switch/index.js +2 -2
- package/tab/index.cjs +2 -2
- package/tab/index.js +2 -2
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +4 -4
- package/tabs/index.js +4 -4
- package/tag/index.cjs +2 -2
- package/tag/index.js +2 -2
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +4 -3
- package/text-area/index.js +4 -3
- package/text-field/index.cjs +4 -3
- package/text-field/index.js +4 -3
- package/time-picker/index.cjs +8 -7
- package/time-picker/index.js +8 -7
- package/toggletip/index.cjs +5 -5
- package/toggletip/index.js +5 -5
- package/tooltip/index.cjs +5 -5
- package/tooltip/index.js +5 -5
- package/tree-item/index.cjs +2 -2
- package/tree-item/index.js +2 -2
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +17 -0
- package/video-player/index.js +15 -0
- package/vivid.api.json +332 -0
package/custom-elements.json
CHANGED
|
@@ -2,96 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "libs/components/src/lib/accordion/accordion.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "class",
|
|
11
|
-
"description": "",
|
|
12
|
-
"name": "Accordion",
|
|
13
|
-
"slots": [
|
|
14
|
-
{
|
|
15
|
-
"description": "Default slot.",
|
|
16
|
-
"name": ""
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"members": [
|
|
20
|
-
{
|
|
21
|
-
"kind": "field",
|
|
22
|
-
"name": "expandmode",
|
|
23
|
-
"type": {
|
|
24
|
-
"text": "AccordionExpandMode"
|
|
25
|
-
},
|
|
26
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
27
|
-
"privacy": "public"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"kind": "method",
|
|
31
|
-
"name": "closeAll",
|
|
32
|
-
"return": {
|
|
33
|
-
"type": {
|
|
34
|
-
"text": "void"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"superclass": {
|
|
40
|
-
"name": "FastAccordion",
|
|
41
|
-
"package": "@microsoft/fast-foundation"
|
|
42
|
-
},
|
|
43
|
-
"vividComponent": {
|
|
44
|
-
"public": true,
|
|
45
|
-
"name": "accordion"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"exports": [
|
|
50
|
-
{
|
|
51
|
-
"kind": "js",
|
|
52
|
-
"name": "Accordion",
|
|
53
|
-
"declaration": {
|
|
54
|
-
"name": "Accordion",
|
|
55
|
-
"module": "libs/components/src/lib/accordion/accordion.ts"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
]
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"kind": "javascript-module",
|
|
62
|
-
"path": "libs/components/src/lib/accordion/definition.ts",
|
|
63
|
-
"declarations": [
|
|
64
|
-
{
|
|
65
|
-
"kind": "variable",
|
|
66
|
-
"name": "registerAccordion",
|
|
67
|
-
"description": "Registers the accordion elements with the design system.",
|
|
68
|
-
"parameters": [
|
|
69
|
-
{
|
|
70
|
-
"description": "the prefix to use for the component name",
|
|
71
|
-
"name": "prefix"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
}
|
|
75
|
-
],
|
|
76
|
-
"exports": [
|
|
77
|
-
{
|
|
78
|
-
"kind": "js",
|
|
79
|
-
"name": "AccordionExpandMode",
|
|
80
|
-
"declaration": {
|
|
81
|
-
"name": "AccordionExpandMode",
|
|
82
|
-
"package": "@microsoft/fast-foundation"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"kind": "js",
|
|
87
|
-
"name": "registerAccordion",
|
|
88
|
-
"declaration": {
|
|
89
|
-
"name": "registerAccordion",
|
|
90
|
-
"module": "libs/components/src/lib/accordion/definition.ts"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
]
|
|
94
|
-
},
|
|
95
5
|
{
|
|
96
6
|
"kind": "javascript-module",
|
|
97
7
|
"path": "libs/components/src/lib/accordion-item/accordion-item.ts",
|
|
@@ -244,6 +154,96 @@
|
|
|
244
154
|
}
|
|
245
155
|
]
|
|
246
156
|
},
|
|
157
|
+
{
|
|
158
|
+
"kind": "javascript-module",
|
|
159
|
+
"path": "libs/components/src/lib/accordion/accordion.ts",
|
|
160
|
+
"declarations": [
|
|
161
|
+
{
|
|
162
|
+
"kind": "class",
|
|
163
|
+
"description": "",
|
|
164
|
+
"name": "Accordion",
|
|
165
|
+
"slots": [
|
|
166
|
+
{
|
|
167
|
+
"description": "Default slot.",
|
|
168
|
+
"name": ""
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"members": [
|
|
172
|
+
{
|
|
173
|
+
"kind": "field",
|
|
174
|
+
"name": "expandmode",
|
|
175
|
+
"type": {
|
|
176
|
+
"text": "AccordionExpandMode"
|
|
177
|
+
},
|
|
178
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
179
|
+
"privacy": "public"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"kind": "method",
|
|
183
|
+
"name": "closeAll",
|
|
184
|
+
"return": {
|
|
185
|
+
"type": {
|
|
186
|
+
"text": "void"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"superclass": {
|
|
192
|
+
"name": "FastAccordion",
|
|
193
|
+
"package": "@microsoft/fast-foundation"
|
|
194
|
+
},
|
|
195
|
+
"vividComponent": {
|
|
196
|
+
"public": true,
|
|
197
|
+
"name": "accordion"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"exports": [
|
|
202
|
+
{
|
|
203
|
+
"kind": "js",
|
|
204
|
+
"name": "Accordion",
|
|
205
|
+
"declaration": {
|
|
206
|
+
"name": "Accordion",
|
|
207
|
+
"module": "libs/components/src/lib/accordion/accordion.ts"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "javascript-module",
|
|
214
|
+
"path": "libs/components/src/lib/accordion/definition.ts",
|
|
215
|
+
"declarations": [
|
|
216
|
+
{
|
|
217
|
+
"kind": "variable",
|
|
218
|
+
"name": "registerAccordion",
|
|
219
|
+
"description": "Registers the accordion elements with the design system.",
|
|
220
|
+
"parameters": [
|
|
221
|
+
{
|
|
222
|
+
"description": "the prefix to use for the component name",
|
|
223
|
+
"name": "prefix"
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"exports": [
|
|
229
|
+
{
|
|
230
|
+
"kind": "js",
|
|
231
|
+
"name": "AccordionExpandMode",
|
|
232
|
+
"declaration": {
|
|
233
|
+
"name": "AccordionExpandMode",
|
|
234
|
+
"package": "@microsoft/fast-foundation"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "js",
|
|
239
|
+
"name": "registerAccordion",
|
|
240
|
+
"declaration": {
|
|
241
|
+
"name": "registerAccordion",
|
|
242
|
+
"module": "libs/components/src/lib/accordion/definition.ts"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
247
|
{
|
|
248
248
|
"kind": "javascript-module",
|
|
249
249
|
"path": "libs/components/src/lib/action-group/action-group.ts",
|
|
@@ -840,6 +840,10 @@
|
|
|
840
840
|
"name": "--vvd-appearanceUI-cta-fierce",
|
|
841
841
|
"default": "var(--vvd-color-cta-700)"
|
|
842
842
|
},
|
|
843
|
+
{
|
|
844
|
+
"name": "--vvd-appearanceUI-cta-fierce-primary",
|
|
845
|
+
"default": "var(--vvd-color-cta-700)"
|
|
846
|
+
},
|
|
843
847
|
{
|
|
844
848
|
"name": "--vvd-appearanceUI-cta-contrast",
|
|
845
849
|
"default": "var(--vvd-color-cta-800)"
|
|
@@ -892,6 +896,10 @@
|
|
|
892
896
|
"name": "--vvd-appearanceUI-success-fierce",
|
|
893
897
|
"default": "var(--vvd-color-success-700)"
|
|
894
898
|
},
|
|
899
|
+
{
|
|
900
|
+
"name": "--vvd-appearanceUI-success-fierce-primary",
|
|
901
|
+
"default": "var(--vvd-color-success-700)"
|
|
902
|
+
},
|
|
895
903
|
{
|
|
896
904
|
"name": "--vvd-appearanceUI-success-contrast",
|
|
897
905
|
"default": "var(--vvd-color-success-800)"
|
|
@@ -944,6 +952,10 @@
|
|
|
944
952
|
"name": "--vvd-appearanceUI-alert-fierce",
|
|
945
953
|
"default": "var(--vvd-color-alert-700)"
|
|
946
954
|
},
|
|
955
|
+
{
|
|
956
|
+
"name": "--vvd-appearanceUI-alert-fierce-primary",
|
|
957
|
+
"default": "var(--vvd-color-alert-700)"
|
|
958
|
+
},
|
|
947
959
|
{
|
|
948
960
|
"name": "--vvd-appearanceUI-alert-contrast",
|
|
949
961
|
"default": "var(--vvd-color-alert-800)"
|
|
@@ -996,6 +1008,10 @@
|
|
|
996
1008
|
"name": "--vvd-appearanceUI-warning-fierce",
|
|
997
1009
|
"default": "var(--vvd-color-warning-700)"
|
|
998
1010
|
},
|
|
1011
|
+
{
|
|
1012
|
+
"name": "--vvd-appearanceUI-warning-fierce-primary",
|
|
1013
|
+
"default": "var(--vvd-color-warning-300)"
|
|
1014
|
+
},
|
|
999
1015
|
{
|
|
1000
1016
|
"name": "--vvd-appearanceUI-warning-contrast",
|
|
1001
1017
|
"default": "var(--vvd-color-warning-800)"
|
|
@@ -1048,6 +1064,10 @@
|
|
|
1048
1064
|
"name": "--vvd-appearanceUI-information-fierce",
|
|
1049
1065
|
"default": "var(--vvd-color-information-700)"
|
|
1050
1066
|
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "--vvd-appearanceUI-information-fierce-primary",
|
|
1069
|
+
"default": "var(--vvd-color-information-700)"
|
|
1070
|
+
},
|
|
1051
1071
|
{
|
|
1052
1072
|
"name": "--vvd-appearanceUI-information-contrast",
|
|
1053
1073
|
"default": "var(--vvd-color-information-800)"
|
|
@@ -1100,6 +1120,10 @@
|
|
|
1100
1120
|
"name": "--vvd-appearanceUI-announcement-fierce",
|
|
1101
1121
|
"default": "var(--vvd-color-announcement-700)"
|
|
1102
1122
|
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "--vvd-appearanceUI-announcement-fierce-primary",
|
|
1125
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
1126
|
+
},
|
|
1103
1127
|
{
|
|
1104
1128
|
"name": "--vvd-appearanceUI-announcement-contrast",
|
|
1105
1129
|
"default": "var(--vvd-color-announcement-800)"
|
|
@@ -1152,6 +1176,10 @@
|
|
|
1152
1176
|
"name": "--vvd-appearanceUI-accent-fierce",
|
|
1153
1177
|
"default": "var(--vvd-color-neutral-700)"
|
|
1154
1178
|
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "--vvd-appearanceUI-accent-fierce-primary",
|
|
1181
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
1182
|
+
},
|
|
1155
1183
|
{
|
|
1156
1184
|
"name": "--vvd-appearanceUI-accent-contrast",
|
|
1157
1185
|
"default": "var(--vvd-color-neutral-800)"
|
|
@@ -1386,6 +1414,22 @@
|
|
|
1386
1414
|
},
|
|
1387
1415
|
"default": "null"
|
|
1388
1416
|
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "field",
|
|
1419
|
+
"name": "skipForwardButtonAriaLabel",
|
|
1420
|
+
"type": {
|
|
1421
|
+
"text": "| string\n\t\t| null"
|
|
1422
|
+
},
|
|
1423
|
+
"default": "null"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "field",
|
|
1427
|
+
"name": "skipBackwardButtonAriaLabel",
|
|
1428
|
+
"type": {
|
|
1429
|
+
"text": "| string\n\t\t| null"
|
|
1430
|
+
},
|
|
1431
|
+
"default": "null"
|
|
1432
|
+
},
|
|
1389
1433
|
{
|
|
1390
1434
|
"kind": "field",
|
|
1391
1435
|
"name": "connotation",
|
|
@@ -1423,6 +1467,15 @@
|
|
|
1423
1467
|
"default": "false",
|
|
1424
1468
|
"privacy": "public",
|
|
1425
1469
|
"description": ""
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "field",
|
|
1473
|
+
"name": "skipBy",
|
|
1474
|
+
"type": {
|
|
1475
|
+
"text": "MediaSkipBy | undefined"
|
|
1476
|
+
},
|
|
1477
|
+
"description": "Allows the audio to skip back or forward",
|
|
1478
|
+
"privacy": "public"
|
|
1426
1479
|
}
|
|
1427
1480
|
],
|
|
1428
1481
|
"attributes": [
|
|
@@ -1450,6 +1503,22 @@
|
|
|
1450
1503
|
"default": "null",
|
|
1451
1504
|
"fieldName": "sliderAriaLabel"
|
|
1452
1505
|
},
|
|
1506
|
+
{
|
|
1507
|
+
"name": "skip-forward-aria-label",
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "| string\n\t\t| null"
|
|
1510
|
+
},
|
|
1511
|
+
"default": "null",
|
|
1512
|
+
"fieldName": "skipForwardButtonAriaLabel"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "skip-backward-aria-label",
|
|
1516
|
+
"type": {
|
|
1517
|
+
"text": "| string\n\t\t| null"
|
|
1518
|
+
},
|
|
1519
|
+
"default": "null",
|
|
1520
|
+
"fieldName": "skipBackwardButtonAriaLabel"
|
|
1521
|
+
},
|
|
1453
1522
|
{
|
|
1454
1523
|
"name": "connotation",
|
|
1455
1524
|
"type": {
|
|
@@ -1480,6 +1549,14 @@
|
|
|
1480
1549
|
},
|
|
1481
1550
|
"default": "false",
|
|
1482
1551
|
"fieldName": "notime"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"name": "skip-by",
|
|
1555
|
+
"type": {
|
|
1556
|
+
"text": "MediaSkipBy | undefined"
|
|
1557
|
+
},
|
|
1558
|
+
"description": "Allows the audio to skip back or forward",
|
|
1559
|
+
"fieldName": "skipBy"
|
|
1483
1560
|
}
|
|
1484
1561
|
],
|
|
1485
1562
|
"superclass": {
|
|
@@ -3913,6 +3990,12 @@
|
|
|
3913
3990
|
"default": "var(--vvd-color-canvas-text)"
|
|
3914
3991
|
}
|
|
3915
3992
|
],
|
|
3993
|
+
"slots": [
|
|
3994
|
+
{
|
|
3995
|
+
"description": "Describes how to use the checkbox. Alternative to the `helper-text` attribute.",
|
|
3996
|
+
"name": "helper-text"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3916
3999
|
"members": [
|
|
3917
4000
|
{
|
|
3918
4001
|
"kind": "field",
|
|
@@ -4883,6 +4966,12 @@
|
|
|
4883
4966
|
"kind": "class",
|
|
4884
4967
|
"description": "Single date picker component.",
|
|
4885
4968
|
"name": "DatePicker",
|
|
4969
|
+
"slots": [
|
|
4970
|
+
{
|
|
4971
|
+
"description": "Describes how to use the date-picker. Alternative to the `helper-text` attribute.",
|
|
4972
|
+
"name": "helper-text"
|
|
4973
|
+
}
|
|
4974
|
+
],
|
|
4886
4975
|
"members": [
|
|
4887
4976
|
{
|
|
4888
4977
|
"kind": "method",
|
|
@@ -5245,6 +5334,12 @@
|
|
|
5245
5334
|
"kind": "class",
|
|
5246
5335
|
"description": "",
|
|
5247
5336
|
"name": "DateRangePicker",
|
|
5337
|
+
"slots": [
|
|
5338
|
+
{
|
|
5339
|
+
"description": "Describes how to use the date-range-picker. Alternative to the `helper-text` attribute.",
|
|
5340
|
+
"name": "helper-text"
|
|
5341
|
+
}
|
|
5342
|
+
],
|
|
5248
5343
|
"members": [
|
|
5249
5344
|
{
|
|
5250
5345
|
"kind": "field",
|
|
@@ -5723,12 +5818,16 @@
|
|
|
5723
5818
|
},
|
|
5724
5819
|
{
|
|
5725
5820
|
"kind": "javascript-module",
|
|
5726
|
-
"path": "libs/components/src/lib/
|
|
5821
|
+
"path": "libs/components/src/lib/dial-pad/definition.ts",
|
|
5727
5822
|
"declarations": [
|
|
5728
5823
|
{
|
|
5729
5824
|
"kind": "variable",
|
|
5730
|
-
"name": "
|
|
5731
|
-
|
|
5825
|
+
"name": "dialPadDefinition"
|
|
5826
|
+
},
|
|
5827
|
+
{
|
|
5828
|
+
"kind": "variable",
|
|
5829
|
+
"name": "registerDialPad",
|
|
5830
|
+
"description": "Registers the dial-pad element with the design system.",
|
|
5732
5831
|
"parameters": [
|
|
5733
5832
|
{
|
|
5734
5833
|
"description": "the prefix to use for the component name",
|
|
@@ -5740,7 +5839,351 @@
|
|
|
5740
5839
|
"exports": [
|
|
5741
5840
|
{
|
|
5742
5841
|
"kind": "js",
|
|
5743
|
-
"name": "
|
|
5842
|
+
"name": "dialPadDefinition",
|
|
5843
|
+
"declaration": {
|
|
5844
|
+
"name": "dialPadDefinition",
|
|
5845
|
+
"module": "libs/components/src/lib/dial-pad/definition.ts"
|
|
5846
|
+
}
|
|
5847
|
+
},
|
|
5848
|
+
{
|
|
5849
|
+
"kind": "js",
|
|
5850
|
+
"name": "registerDialPad",
|
|
5851
|
+
"declaration": {
|
|
5852
|
+
"name": "registerDialPad",
|
|
5853
|
+
"module": "libs/components/src/lib/dial-pad/definition.ts"
|
|
5854
|
+
}
|
|
5855
|
+
}
|
|
5856
|
+
]
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"kind": "javascript-module",
|
|
5860
|
+
"path": "libs/components/src/lib/dial-pad/dial-pad.ts",
|
|
5861
|
+
"declarations": [
|
|
5862
|
+
{
|
|
5863
|
+
"kind": "class",
|
|
5864
|
+
"description": "Base class for dial-pad",
|
|
5865
|
+
"name": "DialPad",
|
|
5866
|
+
"cssProperties": [
|
|
5867
|
+
{
|
|
5868
|
+
"name": "--vvd-dial-pad-accent-contrast",
|
|
5869
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
5870
|
+
},
|
|
5871
|
+
{
|
|
5872
|
+
"name": "--vvd-dial-pad-accent-soft",
|
|
5873
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"name": "--vvd-dial-pad-accent-pale",
|
|
5877
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
"name": "--vvd-dial-pad-accent-fierce",
|
|
5881
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
5882
|
+
},
|
|
5883
|
+
{
|
|
5884
|
+
"name": "--vvd-dial-pad-accent-firm-all",
|
|
5885
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
"name": "--vvd-dial-pad-accent-faint",
|
|
5889
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
5890
|
+
},
|
|
5891
|
+
{
|
|
5892
|
+
"name": "--vvd-dial-pad-accent-dim",
|
|
5893
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
5894
|
+
}
|
|
5895
|
+
],
|
|
5896
|
+
"members": [
|
|
5897
|
+
{
|
|
5898
|
+
"kind": "field",
|
|
5899
|
+
"name": "helperText",
|
|
5900
|
+
"type": {
|
|
5901
|
+
"text": "string | null"
|
|
5902
|
+
},
|
|
5903
|
+
"default": "null",
|
|
5904
|
+
"description": "Indicates the helper-text's text.",
|
|
5905
|
+
"privacy": "public"
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"kind": "field",
|
|
5909
|
+
"name": "placeholder",
|
|
5910
|
+
"type": {
|
|
5911
|
+
"text": "string | null"
|
|
5912
|
+
},
|
|
5913
|
+
"default": "null",
|
|
5914
|
+
"description": "Indicates the placeholder's text.",
|
|
5915
|
+
"privacy": "public"
|
|
5916
|
+
},
|
|
5917
|
+
{
|
|
5918
|
+
"kind": "field",
|
|
5919
|
+
"name": "value",
|
|
5920
|
+
"type": {
|
|
5921
|
+
"text": "string"
|
|
5922
|
+
},
|
|
5923
|
+
"default": "''",
|
|
5924
|
+
"description": "Indicates the value's text.",
|
|
5925
|
+
"privacy": "public"
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"kind": "method",
|
|
5929
|
+
"name": "valueChanged",
|
|
5930
|
+
"parameters": [
|
|
5931
|
+
{
|
|
5932
|
+
"name": "_oldValue",
|
|
5933
|
+
"type": {
|
|
5934
|
+
"text": "string"
|
|
5935
|
+
}
|
|
5936
|
+
},
|
|
5937
|
+
{
|
|
5938
|
+
"name": "newValue",
|
|
5939
|
+
"type": {
|
|
5940
|
+
"text": "string"
|
|
5941
|
+
}
|
|
5942
|
+
}
|
|
5943
|
+
]
|
|
5944
|
+
},
|
|
5945
|
+
{
|
|
5946
|
+
"kind": "field",
|
|
5947
|
+
"name": "pattern",
|
|
5948
|
+
"type": {
|
|
5949
|
+
"text": "string"
|
|
5950
|
+
},
|
|
5951
|
+
"default": "'^[0-9#*]*$'",
|
|
5952
|
+
"description": "Indicates the dial pad's pattern.",
|
|
5953
|
+
"privacy": "public"
|
|
5954
|
+
},
|
|
5955
|
+
{
|
|
5956
|
+
"kind": "field",
|
|
5957
|
+
"name": "disabled",
|
|
5958
|
+
"type": {
|
|
5959
|
+
"text": "boolean"
|
|
5960
|
+
},
|
|
5961
|
+
"default": "false",
|
|
5962
|
+
"description": "Indicates the disabled state of the dial-pad.",
|
|
5963
|
+
"privacy": "public"
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"kind": "field",
|
|
5967
|
+
"name": "pending",
|
|
5968
|
+
"type": {
|
|
5969
|
+
"text": "boolean"
|
|
5970
|
+
},
|
|
5971
|
+
"default": "false",
|
|
5972
|
+
"description": "Indicates the pending state of the dial-pad.",
|
|
5973
|
+
"privacy": "public"
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
"kind": "field",
|
|
5977
|
+
"name": "callActive",
|
|
5978
|
+
"type": {
|
|
5979
|
+
"text": "boolean"
|
|
5980
|
+
},
|
|
5981
|
+
"default": "false",
|
|
5982
|
+
"description": "Indicates the active state of the dial-pad.",
|
|
5983
|
+
"privacy": "public"
|
|
5984
|
+
},
|
|
5985
|
+
{
|
|
5986
|
+
"kind": "field",
|
|
5987
|
+
"name": "noCall",
|
|
5988
|
+
"type": {
|
|
5989
|
+
"text": "boolean"
|
|
5990
|
+
},
|
|
5991
|
+
"default": "false",
|
|
5992
|
+
"description": "Indicates the no-call state of the dial-pad.",
|
|
5993
|
+
"privacy": "public"
|
|
5994
|
+
},
|
|
5995
|
+
{
|
|
5996
|
+
"kind": "field",
|
|
5997
|
+
"name": "endCallButtonLabel",
|
|
5998
|
+
"type": {
|
|
5999
|
+
"text": "| string\n\t\t| null"
|
|
6000
|
+
},
|
|
6001
|
+
"default": "null",
|
|
6002
|
+
"privacy": "public",
|
|
6003
|
+
"description": ""
|
|
6004
|
+
},
|
|
6005
|
+
{
|
|
6006
|
+
"kind": "field",
|
|
6007
|
+
"name": "callButtonLabel",
|
|
6008
|
+
"type": {
|
|
6009
|
+
"text": "string | null"
|
|
6010
|
+
},
|
|
6011
|
+
"default": "null",
|
|
6012
|
+
"privacy": "public",
|
|
6013
|
+
"description": ""
|
|
6014
|
+
}
|
|
6015
|
+
],
|
|
6016
|
+
"events": [
|
|
6017
|
+
{
|
|
6018
|
+
"description": "Emitted when the text field value changes",
|
|
6019
|
+
"name": "change"
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"description": "Emitted when the text field value changes",
|
|
6023
|
+
"name": "input"
|
|
6024
|
+
},
|
|
6025
|
+
{
|
|
6026
|
+
"description": "Emitted when the text field loses focus",
|
|
6027
|
+
"name": "blur"
|
|
6028
|
+
},
|
|
6029
|
+
{
|
|
6030
|
+
"description": "Emitted when the text field receives focus",
|
|
6031
|
+
"name": "focus"
|
|
6032
|
+
},
|
|
6033
|
+
{
|
|
6034
|
+
"description": "Emitted when a digit button is clicked",
|
|
6035
|
+
"name": "keypad-click"
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
"description": "Emitted when the call button is clicked",
|
|
6039
|
+
"name": "dial"
|
|
6040
|
+
},
|
|
6041
|
+
{
|
|
6042
|
+
"description": "Emitted when the end call button is clicked",
|
|
6043
|
+
"name": "end-call"
|
|
6044
|
+
}
|
|
6045
|
+
],
|
|
6046
|
+
"attributes": [
|
|
6047
|
+
{
|
|
6048
|
+
"name": "helper-text",
|
|
6049
|
+
"type": {
|
|
6050
|
+
"text": "string | null"
|
|
6051
|
+
},
|
|
6052
|
+
"default": "null",
|
|
6053
|
+
"description": "Indicates the helper-text's text.",
|
|
6054
|
+
"fieldName": "helperText"
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"name": "placeholder",
|
|
6058
|
+
"type": {
|
|
6059
|
+
"text": "string | null"
|
|
6060
|
+
},
|
|
6061
|
+
"default": "null",
|
|
6062
|
+
"description": "Indicates the placeholder's text.",
|
|
6063
|
+
"fieldName": "placeholder"
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
"type": {
|
|
6067
|
+
"text": "string"
|
|
6068
|
+
},
|
|
6069
|
+
"default": "''",
|
|
6070
|
+
"description": "Indicates the value's text.",
|
|
6071
|
+
"fieldName": "value"
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"type": {
|
|
6075
|
+
"text": "string"
|
|
6076
|
+
},
|
|
6077
|
+
"default": "'^[0-9#*]*$'",
|
|
6078
|
+
"description": "Indicates the dial pad's pattern.",
|
|
6079
|
+
"fieldName": "pattern"
|
|
6080
|
+
},
|
|
6081
|
+
{
|
|
6082
|
+
"type": {
|
|
6083
|
+
"text": "boolean"
|
|
6084
|
+
},
|
|
6085
|
+
"default": "false",
|
|
6086
|
+
"description": "Indicates the disabled state of the dial-pad.",
|
|
6087
|
+
"fieldName": "disabled"
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"type": {
|
|
6091
|
+
"text": "boolean"
|
|
6092
|
+
},
|
|
6093
|
+
"default": "false",
|
|
6094
|
+
"description": "Indicates the pending state of the dial-pad.",
|
|
6095
|
+
"fieldName": "pending"
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
"name": "call-active",
|
|
6099
|
+
"type": {
|
|
6100
|
+
"text": "boolean"
|
|
6101
|
+
},
|
|
6102
|
+
"default": "false",
|
|
6103
|
+
"description": "Indicates the active state of the dial-pad.",
|
|
6104
|
+
"fieldName": "callActive"
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"name": "no-call",
|
|
6108
|
+
"type": {
|
|
6109
|
+
"text": "boolean"
|
|
6110
|
+
},
|
|
6111
|
+
"default": "false",
|
|
6112
|
+
"description": "Indicates the no-call state of the dial-pad.",
|
|
6113
|
+
"fieldName": "noCall"
|
|
6114
|
+
},
|
|
6115
|
+
{
|
|
6116
|
+
"name": "end-call-button-label",
|
|
6117
|
+
"type": {
|
|
6118
|
+
"text": "| string\n\t\t| null"
|
|
6119
|
+
},
|
|
6120
|
+
"default": "null",
|
|
6121
|
+
"fieldName": "endCallButtonLabel"
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"name": "call-button-label",
|
|
6125
|
+
"type": {
|
|
6126
|
+
"text": "string | null"
|
|
6127
|
+
},
|
|
6128
|
+
"default": "null",
|
|
6129
|
+
"fieldName": "callButtonLabel"
|
|
6130
|
+
}
|
|
6131
|
+
],
|
|
6132
|
+
"superclass": {
|
|
6133
|
+
"name": "FoundationElement",
|
|
6134
|
+
"package": "@microsoft/fast-foundation"
|
|
6135
|
+
},
|
|
6136
|
+
"vividComponent": {
|
|
6137
|
+
"public": true,
|
|
6138
|
+
"name": "dial-pad",
|
|
6139
|
+
"vueModels": [
|
|
6140
|
+
{
|
|
6141
|
+
"name": "modelValue",
|
|
6142
|
+
"attributeName": "value",
|
|
6143
|
+
"eventName": "input",
|
|
6144
|
+
"valueMapping": "(event.target as any).value"
|
|
6145
|
+
}
|
|
6146
|
+
]
|
|
6147
|
+
}
|
|
6148
|
+
}
|
|
6149
|
+
],
|
|
6150
|
+
"exports": [
|
|
6151
|
+
{
|
|
6152
|
+
"kind": "js",
|
|
6153
|
+
"name": "DialPad",
|
|
6154
|
+
"declaration": {
|
|
6155
|
+
"name": "DialPad",
|
|
6156
|
+
"module": "libs/components/src/lib/dial-pad/dial-pad.ts"
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
]
|
|
6160
|
+
},
|
|
6161
|
+
{
|
|
6162
|
+
"kind": "javascript-module",
|
|
6163
|
+
"path": "libs/components/src/lib/dial-pad/locale.ts",
|
|
6164
|
+
"declarations": [],
|
|
6165
|
+
"exports": []
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"kind": "javascript-module",
|
|
6169
|
+
"path": "libs/components/src/lib/dialog/definition.ts",
|
|
6170
|
+
"declarations": [
|
|
6171
|
+
{
|
|
6172
|
+
"kind": "variable",
|
|
6173
|
+
"name": "registerDialog",
|
|
6174
|
+
"description": "Registers the dialog elements with the design system.",
|
|
6175
|
+
"parameters": [
|
|
6176
|
+
{
|
|
6177
|
+
"description": "the prefix to use for the component name",
|
|
6178
|
+
"name": "prefix"
|
|
6179
|
+
}
|
|
6180
|
+
]
|
|
6181
|
+
}
|
|
6182
|
+
],
|
|
6183
|
+
"exports": [
|
|
6184
|
+
{
|
|
6185
|
+
"kind": "js",
|
|
6186
|
+
"name": "IconPlacement",
|
|
5744
6187
|
"declaration": {
|
|
5745
6188
|
"name": "IconPlacement",
|
|
5746
6189
|
"module": "./dialog"
|
|
@@ -6595,6 +7038,12 @@
|
|
|
6595
7038
|
"kind": "class",
|
|
6596
7039
|
"description": "",
|
|
6597
7040
|
"name": "FilePicker",
|
|
7041
|
+
"slots": [
|
|
7042
|
+
{
|
|
7043
|
+
"description": "Describes how to use the file-picker. Alternative to the `helper-text` attribute.",
|
|
7044
|
+
"name": "helper-text"
|
|
7045
|
+
}
|
|
7046
|
+
],
|
|
6598
7047
|
"members": [
|
|
6599
7048
|
{
|
|
6600
7049
|
"kind": "field",
|
|
@@ -7139,7 +7588,7 @@
|
|
|
7139
7588
|
"kind": "field",
|
|
7140
7589
|
"name": "size",
|
|
7141
7590
|
"type": {
|
|
7142
|
-
"text": "-6
|
|
7591
|
+
"text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
|
|
7143
7592
|
}
|
|
7144
7593
|
},
|
|
7145
7594
|
{
|
|
@@ -7180,9 +7629,8 @@
|
|
|
7180
7629
|
"fieldName": "connotation"
|
|
7181
7630
|
},
|
|
7182
7631
|
{
|
|
7183
|
-
"name": "size",
|
|
7184
7632
|
"type": {
|
|
7185
|
-
"text": "-6
|
|
7633
|
+
"text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
|
|
7186
7634
|
},
|
|
7187
7635
|
"fieldName": "size"
|
|
7188
7636
|
},
|
|
@@ -7700,6 +8148,24 @@
|
|
|
7700
8148
|
"description": "placement of the menu",
|
|
7701
8149
|
"privacy": "public"
|
|
7702
8150
|
},
|
|
8151
|
+
{
|
|
8152
|
+
"kind": "field",
|
|
8153
|
+
"name": "trigger",
|
|
8154
|
+
"type": {
|
|
8155
|
+
"text": "'auto' | 'legacy' | 'off' | undefined"
|
|
8156
|
+
},
|
|
8157
|
+
"description": "Controls how the menu opens and closes itself.",
|
|
8158
|
+
"privacy": "public"
|
|
8159
|
+
},
|
|
8160
|
+
{
|
|
8161
|
+
"kind": "field",
|
|
8162
|
+
"name": "#triggerBehaviour",
|
|
8163
|
+
"privacy": "private",
|
|
8164
|
+
"type": {
|
|
8165
|
+
"text": "'auto' | 'legacy' | 'off'"
|
|
8166
|
+
},
|
|
8167
|
+
"readonly": true
|
|
8168
|
+
},
|
|
7703
8169
|
{
|
|
7704
8170
|
"kind": "field",
|
|
7705
8171
|
"name": "autoDismiss",
|
|
@@ -7794,7 +8260,7 @@
|
|
|
7794
8260
|
},
|
|
7795
8261
|
{
|
|
7796
8262
|
"kind": "field",
|
|
7797
|
-
"name": "#
|
|
8263
|
+
"name": "#onAnchorClick",
|
|
7798
8264
|
"privacy": "private"
|
|
7799
8265
|
},
|
|
7800
8266
|
{
|
|
@@ -7828,6 +8294,10 @@
|
|
|
7828
8294
|
{
|
|
7829
8295
|
"kind": "field",
|
|
7830
8296
|
"name": "handleFocusOut"
|
|
8297
|
+
},
|
|
8298
|
+
{
|
|
8299
|
+
"kind": "field",
|
|
8300
|
+
"name": "domChildren"
|
|
7831
8301
|
}
|
|
7832
8302
|
],
|
|
7833
8303
|
"events": [
|
|
@@ -7857,6 +8327,14 @@
|
|
|
7857
8327
|
"description": "placement of the menu",
|
|
7858
8328
|
"fieldName": "placement"
|
|
7859
8329
|
},
|
|
8330
|
+
{
|
|
8331
|
+
"name": "trigger",
|
|
8332
|
+
"type": {
|
|
8333
|
+
"text": "'auto' | 'legacy' | 'off' | undefined"
|
|
8334
|
+
},
|
|
8335
|
+
"description": "Controls how the menu opens and closes itself.",
|
|
8336
|
+
"fieldName": "trigger"
|
|
8337
|
+
},
|
|
7860
8338
|
{
|
|
7861
8339
|
"name": "auto-dismiss",
|
|
7862
8340
|
"type": {
|
|
@@ -8324,6 +8802,42 @@
|
|
|
8324
8802
|
"description": "",
|
|
8325
8803
|
"name": "NavDisclosure",
|
|
8326
8804
|
"cssProperties": [
|
|
8805
|
+
{
|
|
8806
|
+
"name": "--vvd-nav-disclosure-cta-primary",
|
|
8807
|
+
"default": "var(--vvd-color-cta-500)"
|
|
8808
|
+
},
|
|
8809
|
+
{
|
|
8810
|
+
"name": "--vvd-nav-disclosure-cta-primary-text",
|
|
8811
|
+
"default": "var(--vvd-color-canvas)"
|
|
8812
|
+
},
|
|
8813
|
+
{
|
|
8814
|
+
"name": "--vvd-nav-disclosure-cta-primary-increment",
|
|
8815
|
+
"default": "var(--vvd-color-cta-600)"
|
|
8816
|
+
},
|
|
8817
|
+
{
|
|
8818
|
+
"name": "--vvd-nav-disclosure-cta-contrast",
|
|
8819
|
+
"default": "var(--vvd-color-cta-800)"
|
|
8820
|
+
},
|
|
8821
|
+
{
|
|
8822
|
+
"name": "--vvd-nav-disclosure-cta-fierce",
|
|
8823
|
+
"default": "var(--vvd-color-cta-700)"
|
|
8824
|
+
},
|
|
8825
|
+
{
|
|
8826
|
+
"name": "--vvd-nav-disclosure-cta-fierce-primary",
|
|
8827
|
+
"default": "var(--vvd-color-cta-700)"
|
|
8828
|
+
},
|
|
8829
|
+
{
|
|
8830
|
+
"name": "--vvd-nav-disclosure-cta-faint",
|
|
8831
|
+
"default": "var(--vvd-color-cta-50)"
|
|
8832
|
+
},
|
|
8833
|
+
{
|
|
8834
|
+
"name": "--vvd-nav-disclosure-cta-firm",
|
|
8835
|
+
"default": "var(--vvd-color-cta-600)"
|
|
8836
|
+
},
|
|
8837
|
+
{
|
|
8838
|
+
"name": "--vvd-nav-disclosure-cta-soft",
|
|
8839
|
+
"default": "var(--vvd-color-cta-100)"
|
|
8840
|
+
},
|
|
8327
8841
|
{
|
|
8328
8842
|
"name": "--vvd-nav-disclosure-accent-primary",
|
|
8329
8843
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -8336,10 +8850,26 @@
|
|
|
8336
8850
|
"name": "--vvd-nav-disclosure-accent-primary-increment",
|
|
8337
8851
|
"default": "var(--vvd-color-neutral-800)"
|
|
8338
8852
|
},
|
|
8853
|
+
{
|
|
8854
|
+
"name": "--vvd-nav-disclosure-accent-contrast",
|
|
8855
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"name": "--vvd-nav-disclosure-accent-fierce",
|
|
8859
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
8860
|
+
},
|
|
8861
|
+
{
|
|
8862
|
+
"name": "--vvd-nav-disclosure-accent-fierce-primary",
|
|
8863
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
8864
|
+
},
|
|
8339
8865
|
{
|
|
8340
8866
|
"name": "--vvd-nav-disclosure-accent-faint",
|
|
8341
8867
|
"default": "var(--vvd-color-neutral-50)"
|
|
8342
8868
|
},
|
|
8869
|
+
{
|
|
8870
|
+
"name": "--vvd-nav-disclosure-accent-firm",
|
|
8871
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
8872
|
+
},
|
|
8343
8873
|
{
|
|
8344
8874
|
"name": "--vvd-nav-disclosure-accent-soft",
|
|
8345
8875
|
"default": "var(--vvd-color-neutral-100)"
|
|
@@ -8376,6 +8906,24 @@
|
|
|
8376
8906
|
"privacy": "public",
|
|
8377
8907
|
"description": ""
|
|
8378
8908
|
},
|
|
8909
|
+
{
|
|
8910
|
+
"kind": "field",
|
|
8911
|
+
"name": "appearance",
|
|
8912
|
+
"type": {
|
|
8913
|
+
"text": "NavDisclosureAppearance | undefined"
|
|
8914
|
+
},
|
|
8915
|
+
"description": "The appearance nav-disclosure should have.",
|
|
8916
|
+
"privacy": "public"
|
|
8917
|
+
},
|
|
8918
|
+
{
|
|
8919
|
+
"kind": "field",
|
|
8920
|
+
"name": "connotation",
|
|
8921
|
+
"type": {
|
|
8922
|
+
"text": "NavDisclosureConnotation | undefined"
|
|
8923
|
+
},
|
|
8924
|
+
"description": "The connotation nav-disclosure should have.",
|
|
8925
|
+
"privacy": "public"
|
|
8926
|
+
},
|
|
8379
8927
|
{
|
|
8380
8928
|
"kind": "field",
|
|
8381
8929
|
"name": "open",
|
|
@@ -8414,6 +8962,22 @@
|
|
|
8414
8962
|
},
|
|
8415
8963
|
"fieldName": "label"
|
|
8416
8964
|
},
|
|
8965
|
+
{
|
|
8966
|
+
"name": "appearance",
|
|
8967
|
+
"type": {
|
|
8968
|
+
"text": "NavDisclosureAppearance | undefined"
|
|
8969
|
+
},
|
|
8970
|
+
"description": "The appearance nav-disclosure should have.",
|
|
8971
|
+
"fieldName": "appearance"
|
|
8972
|
+
},
|
|
8973
|
+
{
|
|
8974
|
+
"name": "connotation",
|
|
8975
|
+
"type": {
|
|
8976
|
+
"text": "NavDisclosureConnotation | undefined"
|
|
8977
|
+
},
|
|
8978
|
+
"description": "The connotation nav-disclosure should have.",
|
|
8979
|
+
"fieldName": "connotation"
|
|
8980
|
+
},
|
|
8417
8981
|
{
|
|
8418
8982
|
"type": {
|
|
8419
8983
|
"text": "boolean"
|
|
@@ -8501,6 +9065,42 @@
|
|
|
8501
9065
|
"description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
|
|
8502
9066
|
"name": "NavItem",
|
|
8503
9067
|
"cssProperties": [
|
|
9068
|
+
{
|
|
9069
|
+
"name": "--vvd-nav-item-cta-primary",
|
|
9070
|
+
"default": "var(--vvd-color-cta-500)"
|
|
9071
|
+
},
|
|
9072
|
+
{
|
|
9073
|
+
"name": "--vvd-nav-item-cta-primary-text",
|
|
9074
|
+
"default": "var(--vvd-color-canvas)"
|
|
9075
|
+
},
|
|
9076
|
+
{
|
|
9077
|
+
"name": "--vvd-nav-item-cta-primary-increment",
|
|
9078
|
+
"default": "var(--vvd-color-cta-600)"
|
|
9079
|
+
},
|
|
9080
|
+
{
|
|
9081
|
+
"name": "--vvd-nav-item-cta-contrast",
|
|
9082
|
+
"default": "var(--vvd-color-cta-800)"
|
|
9083
|
+
},
|
|
9084
|
+
{
|
|
9085
|
+
"name": "--vvd-nav-item-cta-fierce",
|
|
9086
|
+
"default": "var(--vvd-color-cta-700)"
|
|
9087
|
+
},
|
|
9088
|
+
{
|
|
9089
|
+
"name": "--vvd-nav-item-cta-fierce-primary",
|
|
9090
|
+
"default": "var(--vvd-color-cta-700)"
|
|
9091
|
+
},
|
|
9092
|
+
{
|
|
9093
|
+
"name": "--vvd-nav-item-cta-faint",
|
|
9094
|
+
"default": "var(--vvd-color-cta-50)"
|
|
9095
|
+
},
|
|
9096
|
+
{
|
|
9097
|
+
"name": "--vvd-nav-item-cta-firm",
|
|
9098
|
+
"default": "var(--vvd-color-cta-600)"
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"name": "--vvd-nav-item-cta-soft",
|
|
9102
|
+
"default": "var(--vvd-color-cta-100)"
|
|
9103
|
+
},
|
|
8504
9104
|
{
|
|
8505
9105
|
"name": "--vvd-nav-item-accent-primary",
|
|
8506
9106
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -8513,10 +9113,26 @@
|
|
|
8513
9113
|
"name": "--vvd-nav-item-accent-primary-increment",
|
|
8514
9114
|
"default": "var(--vvd-color-neutral-800)"
|
|
8515
9115
|
},
|
|
9116
|
+
{
|
|
9117
|
+
"name": "--vvd-nav-item-accent-contrast",
|
|
9118
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
9119
|
+
},
|
|
9120
|
+
{
|
|
9121
|
+
"name": "--vvd-nav-item-accent-fierce",
|
|
9122
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
9123
|
+
},
|
|
9124
|
+
{
|
|
9125
|
+
"name": "--vvd-nav-item-accent-fierce-primary",
|
|
9126
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
9127
|
+
},
|
|
8516
9128
|
{
|
|
8517
9129
|
"name": "--vvd-nav-item-accent-faint",
|
|
8518
9130
|
"default": "var(--vvd-color-neutral-50)"
|
|
8519
9131
|
},
|
|
9132
|
+
{
|
|
9133
|
+
"name": "--vvd-nav-item-accent-firm",
|
|
9134
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
9135
|
+
},
|
|
8520
9136
|
{
|
|
8521
9137
|
"name": "--vvd-nav-item-accent-soft",
|
|
8522
9138
|
"default": "var(--vvd-color-neutral-100)"
|
|
@@ -8549,6 +9165,32 @@
|
|
|
8549
9165
|
"name": "TextAnchor",
|
|
8550
9166
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8551
9167
|
}
|
|
9168
|
+
},
|
|
9169
|
+
{
|
|
9170
|
+
"kind": "field",
|
|
9171
|
+
"name": "connotation",
|
|
9172
|
+
"type": {
|
|
9173
|
+
"text": "TextAnchorConnotation | undefined"
|
|
9174
|
+
},
|
|
9175
|
+
"description": "The connotation Text-Anchor should have.",
|
|
9176
|
+
"privacy": "public",
|
|
9177
|
+
"inheritedFrom": {
|
|
9178
|
+
"name": "TextAnchor",
|
|
9179
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
9180
|
+
}
|
|
9181
|
+
},
|
|
9182
|
+
{
|
|
9183
|
+
"kind": "field",
|
|
9184
|
+
"name": "appearance",
|
|
9185
|
+
"type": {
|
|
9186
|
+
"text": "TextAnchorAppearance | undefined"
|
|
9187
|
+
},
|
|
9188
|
+
"description": "The appearance Text-Anchor should have.",
|
|
9189
|
+
"privacy": "public",
|
|
9190
|
+
"inheritedFrom": {
|
|
9191
|
+
"name": "TextAnchor",
|
|
9192
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
9193
|
+
}
|
|
8552
9194
|
}
|
|
8553
9195
|
],
|
|
8554
9196
|
"superclass": {
|
|
@@ -8571,6 +9213,30 @@
|
|
|
8571
9213
|
"name": "TextAnchor",
|
|
8572
9214
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8573
9215
|
}
|
|
9216
|
+
},
|
|
9217
|
+
{
|
|
9218
|
+
"name": "connotation",
|
|
9219
|
+
"type": {
|
|
9220
|
+
"text": "TextAnchorConnotation | undefined"
|
|
9221
|
+
},
|
|
9222
|
+
"description": "The connotation Text-Anchor should have.",
|
|
9223
|
+
"fieldName": "connotation",
|
|
9224
|
+
"inheritedFrom": {
|
|
9225
|
+
"name": "TextAnchor",
|
|
9226
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
9227
|
+
}
|
|
9228
|
+
},
|
|
9229
|
+
{
|
|
9230
|
+
"name": "appearance",
|
|
9231
|
+
"type": {
|
|
9232
|
+
"text": "TextAnchorAppearance | undefined"
|
|
9233
|
+
},
|
|
9234
|
+
"description": "The appearance Text-Anchor should have.",
|
|
9235
|
+
"fieldName": "appearance",
|
|
9236
|
+
"inheritedFrom": {
|
|
9237
|
+
"name": "TextAnchor",
|
|
9238
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
9239
|
+
}
|
|
8574
9240
|
}
|
|
8575
9241
|
]
|
|
8576
9242
|
}
|
|
@@ -8890,6 +9556,12 @@
|
|
|
8890
9556
|
"default": "var(--vvd-color-neutral-100)"
|
|
8891
9557
|
}
|
|
8892
9558
|
],
|
|
9559
|
+
"slots": [
|
|
9560
|
+
{
|
|
9561
|
+
"description": "Describes how to use the number-field. Alternative to the `helper-text` attribute.",
|
|
9562
|
+
"name": "helper-text"
|
|
9563
|
+
}
|
|
9564
|
+
],
|
|
8893
9565
|
"members": [
|
|
8894
9566
|
{
|
|
8895
9567
|
"kind": "field",
|
|
@@ -10755,6 +11427,14 @@
|
|
|
10755
11427
|
"name": "--vvd-select-accent-intermediate",
|
|
10756
11428
|
"default": "var(--vvd-color-neutral-500)"
|
|
10757
11429
|
},
|
|
11430
|
+
{
|
|
11431
|
+
"name": "--vvd-select-accent-faint",
|
|
11432
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
11433
|
+
},
|
|
11434
|
+
{
|
|
11435
|
+
"name": "--vvd-select-accent-soft",
|
|
11436
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
11437
|
+
},
|
|
10758
11438
|
{
|
|
10759
11439
|
"name": "--vvd-select-accent-firm",
|
|
10760
11440
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -10776,6 +11456,10 @@
|
|
|
10776
11456
|
{
|
|
10777
11457
|
"description": "Slot to add meta content to the select control.",
|
|
10778
11458
|
"name": "meta"
|
|
11459
|
+
},
|
|
11460
|
+
{
|
|
11461
|
+
"description": "Describes how to use the select. Alternative to the `helper-text` attribute.",
|
|
11462
|
+
"name": "helper-text"
|
|
10779
11463
|
}
|
|
10780
11464
|
],
|
|
10781
11465
|
"members": [
|
|
@@ -13193,6 +13877,22 @@
|
|
|
13193
13877
|
}
|
|
13194
13878
|
],
|
|
13195
13879
|
"exports": [
|
|
13880
|
+
{
|
|
13881
|
+
"kind": "js",
|
|
13882
|
+
"name": "TextAnchorConnotation",
|
|
13883
|
+
"declaration": {
|
|
13884
|
+
"name": "TextAnchorConnotation",
|
|
13885
|
+
"module": "./text-anchor"
|
|
13886
|
+
}
|
|
13887
|
+
},
|
|
13888
|
+
{
|
|
13889
|
+
"kind": "js",
|
|
13890
|
+
"name": "TextAnchorAppearance",
|
|
13891
|
+
"declaration": {
|
|
13892
|
+
"name": "TextAnchorAppearance",
|
|
13893
|
+
"module": "./text-anchor"
|
|
13894
|
+
}
|
|
13895
|
+
},
|
|
13196
13896
|
{
|
|
13197
13897
|
"kind": "js",
|
|
13198
13898
|
"name": "textAnchorDefinition",
|
|
@@ -13232,7 +13932,25 @@
|
|
|
13232
13932
|
"type": {
|
|
13233
13933
|
"text": "string | undefined"
|
|
13234
13934
|
},
|
|
13235
|
-
"description": "Indicates the text anchor's text.",
|
|
13935
|
+
"description": "Indicates the text anchor's text.",
|
|
13936
|
+
"privacy": "public"
|
|
13937
|
+
},
|
|
13938
|
+
{
|
|
13939
|
+
"kind": "field",
|
|
13940
|
+
"name": "connotation",
|
|
13941
|
+
"type": {
|
|
13942
|
+
"text": "TextAnchorConnotation | undefined"
|
|
13943
|
+
},
|
|
13944
|
+
"description": "The connotation Text-Anchor should have.",
|
|
13945
|
+
"privacy": "public"
|
|
13946
|
+
},
|
|
13947
|
+
{
|
|
13948
|
+
"kind": "field",
|
|
13949
|
+
"name": "appearance",
|
|
13950
|
+
"type": {
|
|
13951
|
+
"text": "TextAnchorAppearance | undefined"
|
|
13952
|
+
},
|
|
13953
|
+
"description": "The appearance Text-Anchor should have.",
|
|
13236
13954
|
"privacy": "public"
|
|
13237
13955
|
}
|
|
13238
13956
|
],
|
|
@@ -13244,6 +13962,22 @@
|
|
|
13244
13962
|
},
|
|
13245
13963
|
"description": "Indicates the text anchor's text.",
|
|
13246
13964
|
"fieldName": "text"
|
|
13965
|
+
},
|
|
13966
|
+
{
|
|
13967
|
+
"name": "connotation",
|
|
13968
|
+
"type": {
|
|
13969
|
+
"text": "TextAnchorConnotation | undefined"
|
|
13970
|
+
},
|
|
13971
|
+
"description": "The connotation Text-Anchor should have.",
|
|
13972
|
+
"fieldName": "connotation"
|
|
13973
|
+
},
|
|
13974
|
+
{
|
|
13975
|
+
"name": "appearance",
|
|
13976
|
+
"type": {
|
|
13977
|
+
"text": "TextAnchorAppearance | undefined"
|
|
13978
|
+
},
|
|
13979
|
+
"description": "The appearance Text-Anchor should have.",
|
|
13980
|
+
"fieldName": "appearance"
|
|
13247
13981
|
}
|
|
13248
13982
|
],
|
|
13249
13983
|
"superclass": {
|
|
@@ -13420,6 +14154,12 @@
|
|
|
13420
14154
|
"default": "var(--vvd-color-neutral-100)"
|
|
13421
14155
|
}
|
|
13422
14156
|
],
|
|
14157
|
+
"slots": [
|
|
14158
|
+
{
|
|
14159
|
+
"description": "Describes how to use the text-area. Alternative to the `helper-text` attribute.",
|
|
14160
|
+
"name": "helper-text"
|
|
14161
|
+
}
|
|
14162
|
+
],
|
|
13423
14163
|
"members": [
|
|
13424
14164
|
{
|
|
13425
14165
|
"kind": "field",
|
|
@@ -13584,6 +14324,10 @@
|
|
|
13584
14324
|
{
|
|
13585
14325
|
"description": "Used to add action items to the end of the text-field.",
|
|
13586
14326
|
"name": "action-items"
|
|
14327
|
+
},
|
|
14328
|
+
{
|
|
14329
|
+
"description": "Describes how to use the text-field. Alternative to the `helper-text` attribute.",
|
|
14330
|
+
"name": "helper-text"
|
|
13587
14331
|
}
|
|
13588
14332
|
],
|
|
13589
14333
|
"members": [
|
|
@@ -13635,9 +14379,33 @@
|
|
|
13635
14379
|
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
13636
14380
|
}
|
|
13637
14381
|
},
|
|
14382
|
+
{
|
|
14383
|
+
"kind": "field",
|
|
14384
|
+
"name": "#helperTextMirrorEl",
|
|
14385
|
+
"privacy": "private",
|
|
14386
|
+
"type": {
|
|
14387
|
+
"text": "HTMLElement | undefined"
|
|
14388
|
+
}
|
|
14389
|
+
},
|
|
14390
|
+
{
|
|
14391
|
+
"kind": "field",
|
|
14392
|
+
"name": "#helperTextSlotMutationObserver",
|
|
14393
|
+
"privacy": "private",
|
|
14394
|
+
"type": {
|
|
14395
|
+
"text": "MutationObserver | undefined"
|
|
14396
|
+
}
|
|
14397
|
+
},
|
|
13638
14398
|
{
|
|
13639
14399
|
"kind": "method",
|
|
13640
14400
|
"name": "focus"
|
|
14401
|
+
},
|
|
14402
|
+
{
|
|
14403
|
+
"kind": "method",
|
|
14404
|
+
"name": "#updateHelperTextMutationObserver"
|
|
14405
|
+
},
|
|
14406
|
+
{
|
|
14407
|
+
"kind": "method",
|
|
14408
|
+
"name": "#updateMirroredHelperText"
|
|
13641
14409
|
}
|
|
13642
14410
|
],
|
|
13643
14411
|
"attributes": [
|
|
@@ -13808,6 +14576,12 @@
|
|
|
13808
14576
|
"default": "var(--vvd-color-neutral-300)"
|
|
13809
14577
|
}
|
|
13810
14578
|
],
|
|
14579
|
+
"slots": [
|
|
14580
|
+
{
|
|
14581
|
+
"description": "Describes how to use the time-picker. Alternative to the `helper-text` attribute.",
|
|
14582
|
+
"name": "helper-text"
|
|
14583
|
+
}
|
|
14584
|
+
],
|
|
13811
14585
|
"members": [
|
|
13812
14586
|
{
|
|
13813
14587
|
"kind": "field",
|
|
@@ -14656,6 +15430,295 @@
|
|
|
14656
15430
|
}
|
|
14657
15431
|
]
|
|
14658
15432
|
},
|
|
15433
|
+
{
|
|
15434
|
+
"kind": "javascript-module",
|
|
15435
|
+
"path": "libs/components/src/lib/video-player/definition.ts",
|
|
15436
|
+
"declarations": [
|
|
15437
|
+
{
|
|
15438
|
+
"kind": "variable",
|
|
15439
|
+
"name": "videoPlayerDefinition"
|
|
15440
|
+
},
|
|
15441
|
+
{
|
|
15442
|
+
"kind": "variable",
|
|
15443
|
+
"name": "registerVideoPlayer",
|
|
15444
|
+
"description": "Registers the video-player element with the design system.",
|
|
15445
|
+
"parameters": [
|
|
15446
|
+
{
|
|
15447
|
+
"description": "the prefix to use for the component name",
|
|
15448
|
+
"name": "prefix"
|
|
15449
|
+
}
|
|
15450
|
+
]
|
|
15451
|
+
}
|
|
15452
|
+
],
|
|
15453
|
+
"exports": [
|
|
15454
|
+
{
|
|
15455
|
+
"kind": "js",
|
|
15456
|
+
"name": "videoPlayerDefinition",
|
|
15457
|
+
"declaration": {
|
|
15458
|
+
"name": "videoPlayerDefinition",
|
|
15459
|
+
"module": "libs/components/src/lib/video-player/definition.ts"
|
|
15460
|
+
}
|
|
15461
|
+
},
|
|
15462
|
+
{
|
|
15463
|
+
"kind": "js",
|
|
15464
|
+
"name": "registerVideoPlayer",
|
|
15465
|
+
"declaration": {
|
|
15466
|
+
"name": "registerVideoPlayer",
|
|
15467
|
+
"module": "libs/components/src/lib/video-player/definition.ts"
|
|
15468
|
+
}
|
|
15469
|
+
}
|
|
15470
|
+
]
|
|
15471
|
+
},
|
|
15472
|
+
{
|
|
15473
|
+
"kind": "javascript-module",
|
|
15474
|
+
"path": "libs/components/src/lib/video-player/locale.ts",
|
|
15475
|
+
"declarations": [],
|
|
15476
|
+
"exports": []
|
|
15477
|
+
},
|
|
15478
|
+
{
|
|
15479
|
+
"kind": "javascript-module",
|
|
15480
|
+
"path": "libs/components/src/lib/video-player/video-player.ts",
|
|
15481
|
+
"declarations": [
|
|
15482
|
+
{
|
|
15483
|
+
"kind": "variable",
|
|
15484
|
+
"name": "DEFAULT_PLAYBACK_RATES",
|
|
15485
|
+
"type": {
|
|
15486
|
+
"text": "string"
|
|
15487
|
+
},
|
|
15488
|
+
"default": "'0.5, 1, 1.5, 2'"
|
|
15489
|
+
},
|
|
15490
|
+
{
|
|
15491
|
+
"kind": "class",
|
|
15492
|
+
"description": "Base class for video-player",
|
|
15493
|
+
"name": "VideoPlayer",
|
|
15494
|
+
"slots": [
|
|
15495
|
+
{
|
|
15496
|
+
"description": "Default slot",
|
|
15497
|
+
"name": ""
|
|
15498
|
+
}
|
|
15499
|
+
],
|
|
15500
|
+
"members": [
|
|
15501
|
+
{
|
|
15502
|
+
"kind": "field",
|
|
15503
|
+
"name": "poster",
|
|
15504
|
+
"type": {
|
|
15505
|
+
"text": "string | undefined"
|
|
15506
|
+
},
|
|
15507
|
+
"description": "Reference to an image which is displayed before the video is played",
|
|
15508
|
+
"privacy": "public"
|
|
15509
|
+
},
|
|
15510
|
+
{
|
|
15511
|
+
"kind": "field",
|
|
15512
|
+
"name": "src",
|
|
15513
|
+
"type": {
|
|
15514
|
+
"text": "string | undefined"
|
|
15515
|
+
},
|
|
15516
|
+
"description": "URL of a video file",
|
|
15517
|
+
"privacy": "public"
|
|
15518
|
+
},
|
|
15519
|
+
{
|
|
15520
|
+
"kind": "field",
|
|
15521
|
+
"name": "autoplay",
|
|
15522
|
+
"type": {
|
|
15523
|
+
"text": "boolean"
|
|
15524
|
+
},
|
|
15525
|
+
"default": "false",
|
|
15526
|
+
"description": "Allows the video will play automatically (muted)",
|
|
15527
|
+
"privacy": "public"
|
|
15528
|
+
},
|
|
15529
|
+
{
|
|
15530
|
+
"kind": "field",
|
|
15531
|
+
"name": "loop",
|
|
15532
|
+
"type": {
|
|
15533
|
+
"text": "boolean"
|
|
15534
|
+
},
|
|
15535
|
+
"default": "false",
|
|
15536
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15537
|
+
"privacy": "public"
|
|
15538
|
+
},
|
|
15539
|
+
{
|
|
15540
|
+
"kind": "field",
|
|
15541
|
+
"name": "playbackRates",
|
|
15542
|
+
"type": {
|
|
15543
|
+
"text": "string"
|
|
15544
|
+
},
|
|
15545
|
+
"default": "'0.5, 1, 1.5, 2'",
|
|
15546
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
15547
|
+
"privacy": "public"
|
|
15548
|
+
},
|
|
15549
|
+
{
|
|
15550
|
+
"kind": "field",
|
|
15551
|
+
"name": "skipBy",
|
|
15552
|
+
"type": {
|
|
15553
|
+
"text": "MediaSkipBy"
|
|
15554
|
+
},
|
|
15555
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15556
|
+
"privacy": "public"
|
|
15557
|
+
},
|
|
15558
|
+
{
|
|
15559
|
+
"kind": "field",
|
|
15560
|
+
"name": "#noSourceErrorElement",
|
|
15561
|
+
"privacy": "private",
|
|
15562
|
+
"readonly": true
|
|
15563
|
+
},
|
|
15564
|
+
{
|
|
15565
|
+
"kind": "method",
|
|
15566
|
+
"name": "#disposePlayer"
|
|
15567
|
+
},
|
|
15568
|
+
{
|
|
15569
|
+
"kind": "method",
|
|
15570
|
+
"name": "#setupVideoElement"
|
|
15571
|
+
},
|
|
15572
|
+
{
|
|
15573
|
+
"kind": "field",
|
|
15574
|
+
"name": "#controlElement",
|
|
15575
|
+
"privacy": "private",
|
|
15576
|
+
"readonly": true
|
|
15577
|
+
},
|
|
15578
|
+
{
|
|
15579
|
+
"kind": "method",
|
|
15580
|
+
"name": "#hideNoSourceError",
|
|
15581
|
+
"parameters": [
|
|
15582
|
+
{
|
|
15583
|
+
"name": "show",
|
|
15584
|
+
"default": "true"
|
|
15585
|
+
}
|
|
15586
|
+
]
|
|
15587
|
+
},
|
|
15588
|
+
{
|
|
15589
|
+
"kind": "method",
|
|
15590
|
+
"name": "#setupVideoPlayer",
|
|
15591
|
+
"parameters": [
|
|
15592
|
+
{
|
|
15593
|
+
"name": "settings",
|
|
15594
|
+
"type": {
|
|
15595
|
+
"text": "any"
|
|
15596
|
+
}
|
|
15597
|
+
}
|
|
15598
|
+
]
|
|
15599
|
+
},
|
|
15600
|
+
{
|
|
15601
|
+
"kind": "method",
|
|
15602
|
+
"name": "#setupPlayerEvents"
|
|
15603
|
+
}
|
|
15604
|
+
],
|
|
15605
|
+
"events": [
|
|
15606
|
+
{
|
|
15607
|
+
"description": "Fired when the video is played",
|
|
15608
|
+
"name": "play"
|
|
15609
|
+
},
|
|
15610
|
+
{
|
|
15611
|
+
"description": "Fired when the video is paused",
|
|
15612
|
+
"name": "pause"
|
|
15613
|
+
},
|
|
15614
|
+
{
|
|
15615
|
+
"description": "Fired when the video is ended",
|
|
15616
|
+
"name": "ended"
|
|
15617
|
+
}
|
|
15618
|
+
],
|
|
15619
|
+
"attributes": [
|
|
15620
|
+
{
|
|
15621
|
+
"name": "poster",
|
|
15622
|
+
"type": {
|
|
15623
|
+
"text": "string | undefined"
|
|
15624
|
+
},
|
|
15625
|
+
"description": "Reference to an image which is displayed before the video is played",
|
|
15626
|
+
"fieldName": "poster"
|
|
15627
|
+
},
|
|
15628
|
+
{
|
|
15629
|
+
"name": "src",
|
|
15630
|
+
"type": {
|
|
15631
|
+
"text": "string | undefined"
|
|
15632
|
+
},
|
|
15633
|
+
"description": "URL of a video file",
|
|
15634
|
+
"fieldName": "src"
|
|
15635
|
+
},
|
|
15636
|
+
{
|
|
15637
|
+
"type": {
|
|
15638
|
+
"text": "boolean"
|
|
15639
|
+
},
|
|
15640
|
+
"default": "false",
|
|
15641
|
+
"description": "Allows the video will play automatically (muted)",
|
|
15642
|
+
"fieldName": "autoplay"
|
|
15643
|
+
},
|
|
15644
|
+
{
|
|
15645
|
+
"type": {
|
|
15646
|
+
"text": "boolean"
|
|
15647
|
+
},
|
|
15648
|
+
"default": "false",
|
|
15649
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15650
|
+
"fieldName": "loop"
|
|
15651
|
+
},
|
|
15652
|
+
{
|
|
15653
|
+
"name": "playback-rates",
|
|
15654
|
+
"type": {
|
|
15655
|
+
"text": "string"
|
|
15656
|
+
},
|
|
15657
|
+
"default": "DEFAULT_PLAYBACK_RATES",
|
|
15658
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
15659
|
+
"resolveInitializer": {
|
|
15660
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
15661
|
+
},
|
|
15662
|
+
"fieldName": "playbackRates"
|
|
15663
|
+
},
|
|
15664
|
+
{
|
|
15665
|
+
"name": "skip-by",
|
|
15666
|
+
"type": {
|
|
15667
|
+
"text": "MediaSkipBy"
|
|
15668
|
+
},
|
|
15669
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15670
|
+
"fieldName": "skipBy"
|
|
15671
|
+
}
|
|
15672
|
+
],
|
|
15673
|
+
"superclass": {
|
|
15674
|
+
"name": "FoundationElement",
|
|
15675
|
+
"package": "@microsoft/fast-foundation"
|
|
15676
|
+
},
|
|
15677
|
+
"vividComponent": {
|
|
15678
|
+
"public": true,
|
|
15679
|
+
"name": "video-player"
|
|
15680
|
+
}
|
|
15681
|
+
}
|
|
15682
|
+
],
|
|
15683
|
+
"exports": [
|
|
15684
|
+
{
|
|
15685
|
+
"kind": "js",
|
|
15686
|
+
"name": "DEFAULT_PLAYBACK_RATES",
|
|
15687
|
+
"declaration": {
|
|
15688
|
+
"name": "DEFAULT_PLAYBACK_RATES",
|
|
15689
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
15690
|
+
}
|
|
15691
|
+
},
|
|
15692
|
+
{
|
|
15693
|
+
"kind": "js",
|
|
15694
|
+
"name": "VideoPlayer",
|
|
15695
|
+
"declaration": {
|
|
15696
|
+
"name": "VideoPlayer",
|
|
15697
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
15698
|
+
}
|
|
15699
|
+
}
|
|
15700
|
+
]
|
|
15701
|
+
},
|
|
15702
|
+
{
|
|
15703
|
+
"kind": "javascript-module",
|
|
15704
|
+
"path": "libs/components/src/lib/video-player/vivid-video-svg.ts",
|
|
15705
|
+
"declarations": [
|
|
15706
|
+
{
|
|
15707
|
+
"kind": "function",
|
|
15708
|
+
"name": "renderSvgIcons"
|
|
15709
|
+
}
|
|
15710
|
+
],
|
|
15711
|
+
"exports": [
|
|
15712
|
+
{
|
|
15713
|
+
"kind": "js",
|
|
15714
|
+
"name": "renderSvgIcons",
|
|
15715
|
+
"declaration": {
|
|
15716
|
+
"name": "renderSvgIcons",
|
|
15717
|
+
"module": "libs/components/src/lib/video-player/vivid-video-svg.ts"
|
|
15718
|
+
}
|
|
15719
|
+
}
|
|
15720
|
+
]
|
|
15721
|
+
},
|
|
14659
15722
|
{
|
|
14660
15723
|
"kind": "javascript-module",
|
|
14661
15724
|
"path": "libs/components/src/lib/range-slider/utils/lerp.ts",
|