@vonage/vivid 3.57.0 → 3.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +285 -126
- package/lib/audio-player/audio-player.d.ts +17 -0
- package/package.json +1 -1
- package/shared/definition16.cjs +1 -1
- package/shared/definition16.js +1 -1
- package/shared/definition35.cjs +1 -1
- package/shared/definition35.js +1 -1
- package/shared/definition42.cjs +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition43.cjs +2 -2
- package/shared/definition43.js +2 -2
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition5.cjs +138 -120
- package/shared/definition5.js +139 -121
- package/shared/definition50.cjs +1 -1
- package/shared/definition50.js +1 -1
- package/shared/definition58.cjs +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition61.cjs +23 -9
- package/shared/definition61.js +23 -9
- package/shared/definition7.cjs +1 -1
- package/shared/definition7.js +1 -1
- package/shared/icon.cjs +1 -1
- package/shared/icon.js +1 -1
- package/shared/patterns/anchored.d.ts +4 -4
- package/shared/slider.template.cjs +3 -3
- package/shared/slider.template.js +3 -3
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.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/styles/tokens/vivid-2-compat.css +1 -1
package/custom-elements.json
CHANGED
|
@@ -94,149 +94,137 @@
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"kind": "javascript-module",
|
|
97
|
-
"path": "libs/components/src/lib/
|
|
97
|
+
"path": "libs/components/src/lib/accordion-item/accordion-item.ts",
|
|
98
98
|
"declarations": [
|
|
99
99
|
{
|
|
100
100
|
"kind": "class",
|
|
101
101
|
"description": "",
|
|
102
|
-
"name": "
|
|
102
|
+
"name": "AccordionItem",
|
|
103
103
|
"cssProperties": [
|
|
104
104
|
{
|
|
105
|
-
"name": "--vvd-
|
|
105
|
+
"name": "--vvd-accordion-item-accent-primary",
|
|
106
106
|
"default": "var(--vvd-color-canvas-text)"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
|
-
"name": "--vvd-
|
|
110
|
-
"default": "var(--vvd-color-neutral-
|
|
109
|
+
"name": "--vvd-accordion-item-accent-faint",
|
|
110
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"name": "--vvd-
|
|
114
|
-
"default": "var(--vvd-color-neutral-
|
|
113
|
+
"name": "--vvd-accordion-item-accent-soft",
|
|
114
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
115
115
|
}
|
|
116
116
|
],
|
|
117
117
|
"slots": [
|
|
118
118
|
{
|
|
119
119
|
"description": "Default slot.",
|
|
120
120
|
"name": ""
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"description": "Add an icon to the component.",
|
|
124
|
+
"name": "icon"
|
|
121
125
|
}
|
|
122
126
|
],
|
|
123
127
|
"members": [
|
|
124
128
|
{
|
|
125
129
|
"kind": "field",
|
|
126
|
-
"name": "
|
|
127
|
-
"type": {
|
|
128
|
-
"text": "ActionGroupShape | undefined"
|
|
129
|
-
},
|
|
130
|
-
"description": "The shape the ActionGroup should have.",
|
|
131
|
-
"privacy": "public"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"kind": "field",
|
|
135
|
-
"name": "appearance",
|
|
130
|
+
"name": "heading",
|
|
136
131
|
"type": {
|
|
137
|
-
"text": "
|
|
132
|
+
"text": "string | undefined"
|
|
138
133
|
},
|
|
139
|
-
"
|
|
140
|
-
"
|
|
134
|
+
"privacy": "public",
|
|
135
|
+
"description": ""
|
|
141
136
|
},
|
|
142
137
|
{
|
|
143
138
|
"kind": "field",
|
|
144
|
-
"name": "
|
|
139
|
+
"name": "noIndicator",
|
|
145
140
|
"type": {
|
|
146
141
|
"text": "boolean"
|
|
147
142
|
},
|
|
148
143
|
"default": "false",
|
|
149
|
-
"description": "Indicates whether
|
|
144
|
+
"description": "Indicates whether the accordion-item has indicator",
|
|
150
145
|
"privacy": "public"
|
|
151
146
|
},
|
|
152
147
|
{
|
|
153
148
|
"kind": "field",
|
|
154
|
-
"name": "
|
|
149
|
+
"name": "meta",
|
|
155
150
|
"type": {
|
|
156
|
-
"text": "string |
|
|
151
|
+
"text": "string | undefined"
|
|
157
152
|
},
|
|
158
|
-
"
|
|
153
|
+
"privacy": "public",
|
|
154
|
+
"description": ""
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"kind": "field",
|
|
162
|
-
"name": "
|
|
158
|
+
"name": "size",
|
|
163
159
|
"type": {
|
|
164
|
-
"text": "
|
|
160
|
+
"text": "AccordionItemSize | undefined"
|
|
165
161
|
},
|
|
166
|
-
"
|
|
162
|
+
"description": "The size the accordion-item should have.",
|
|
163
|
+
"privacy": "public"
|
|
167
164
|
}
|
|
168
165
|
],
|
|
169
166
|
"attributes": [
|
|
170
167
|
{
|
|
171
|
-
"name": "
|
|
172
|
-
"type": {
|
|
173
|
-
"text": "ActionGroupShape | undefined"
|
|
174
|
-
},
|
|
175
|
-
"description": "The shape the ActionGroup should have.",
|
|
176
|
-
"fieldName": "shape"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"name": "appearance",
|
|
168
|
+
"name": "heading",
|
|
180
169
|
"type": {
|
|
181
|
-
"text": "
|
|
170
|
+
"text": "string | undefined"
|
|
182
171
|
},
|
|
183
|
-
"
|
|
184
|
-
"fieldName": "appearance"
|
|
172
|
+
"fieldName": "heading"
|
|
185
173
|
},
|
|
186
174
|
{
|
|
175
|
+
"name": "no-indicator",
|
|
187
176
|
"type": {
|
|
188
177
|
"text": "boolean"
|
|
189
178
|
},
|
|
190
179
|
"default": "false",
|
|
191
|
-
"description": "Indicates whether
|
|
192
|
-
"fieldName": "
|
|
180
|
+
"description": "Indicates whether the accordion-item has indicator",
|
|
181
|
+
"fieldName": "noIndicator"
|
|
193
182
|
},
|
|
194
183
|
{
|
|
195
|
-
"name": "
|
|
184
|
+
"name": "meta",
|
|
196
185
|
"type": {
|
|
197
|
-
"text": "string |
|
|
186
|
+
"text": "string | undefined"
|
|
198
187
|
},
|
|
199
|
-
"
|
|
200
|
-
"fieldName": "role"
|
|
188
|
+
"fieldName": "meta"
|
|
201
189
|
},
|
|
202
190
|
{
|
|
203
|
-
"name": "
|
|
191
|
+
"name": "size",
|
|
204
192
|
"type": {
|
|
205
|
-
"text": "
|
|
193
|
+
"text": "AccordionItemSize | undefined"
|
|
206
194
|
},
|
|
207
|
-
"
|
|
208
|
-
"fieldName": "
|
|
195
|
+
"description": "The size the accordion-item should have.",
|
|
196
|
+
"fieldName": "size"
|
|
209
197
|
}
|
|
210
198
|
],
|
|
211
199
|
"superclass": {
|
|
212
|
-
"name": "
|
|
200
|
+
"name": "FASTAccordionItem",
|
|
213
201
|
"package": "@microsoft/fast-foundation"
|
|
214
202
|
},
|
|
215
203
|
"vividComponent": {
|
|
216
204
|
"public": true,
|
|
217
|
-
"name": "
|
|
205
|
+
"name": "accordion-item"
|
|
218
206
|
}
|
|
219
207
|
}
|
|
220
208
|
],
|
|
221
209
|
"exports": [
|
|
222
210
|
{
|
|
223
211
|
"kind": "js",
|
|
224
|
-
"name": "
|
|
212
|
+
"name": "AccordionItem",
|
|
225
213
|
"declaration": {
|
|
226
|
-
"name": "
|
|
227
|
-
"module": "libs/components/src/lib/
|
|
214
|
+
"name": "AccordionItem",
|
|
215
|
+
"module": "libs/components/src/lib/accordion-item/accordion-item.ts"
|
|
228
216
|
}
|
|
229
217
|
}
|
|
230
218
|
]
|
|
231
219
|
},
|
|
232
220
|
{
|
|
233
221
|
"kind": "javascript-module",
|
|
234
|
-
"path": "libs/components/src/lib/
|
|
222
|
+
"path": "libs/components/src/lib/accordion-item/definition.ts",
|
|
235
223
|
"declarations": [
|
|
236
224
|
{
|
|
237
225
|
"kind": "variable",
|
|
238
|
-
"name": "
|
|
239
|
-
"description": "Registers the
|
|
226
|
+
"name": "registerAccordionItem",
|
|
227
|
+
"description": "Registers the accordion item elements with the design system.",
|
|
240
228
|
"parameters": [
|
|
241
229
|
{
|
|
242
230
|
"description": "the prefix to use for the component name",
|
|
@@ -248,163 +236,159 @@
|
|
|
248
236
|
"exports": [
|
|
249
237
|
{
|
|
250
238
|
"kind": "js",
|
|
251
|
-
"name": "
|
|
252
|
-
"declaration": {
|
|
253
|
-
"name": "ActionGroupShape",
|
|
254
|
-
"module": "./action-group"
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"kind": "js",
|
|
259
|
-
"name": "ActionGroupAppearance",
|
|
260
|
-
"declaration": {
|
|
261
|
-
"name": "ActionGroupAppearance",
|
|
262
|
-
"module": "./action-group"
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"kind": "js",
|
|
267
|
-
"name": "registerActionGroup",
|
|
239
|
+
"name": "registerAccordionItem",
|
|
268
240
|
"declaration": {
|
|
269
|
-
"name": "
|
|
270
|
-
"module": "libs/components/src/lib/
|
|
241
|
+
"name": "registerAccordionItem",
|
|
242
|
+
"module": "libs/components/src/lib/accordion-item/definition.ts"
|
|
271
243
|
}
|
|
272
244
|
}
|
|
273
245
|
]
|
|
274
246
|
},
|
|
275
247
|
{
|
|
276
248
|
"kind": "javascript-module",
|
|
277
|
-
"path": "libs/components/src/lib/
|
|
249
|
+
"path": "libs/components/src/lib/action-group/action-group.ts",
|
|
278
250
|
"declarations": [
|
|
279
251
|
{
|
|
280
252
|
"kind": "class",
|
|
281
253
|
"description": "",
|
|
282
|
-
"name": "
|
|
254
|
+
"name": "ActionGroup",
|
|
283
255
|
"cssProperties": [
|
|
284
256
|
{
|
|
285
|
-
"name": "--vvd-
|
|
257
|
+
"name": "--vvd-action-group-accent-primary",
|
|
286
258
|
"default": "var(--vvd-color-canvas-text)"
|
|
287
259
|
},
|
|
288
260
|
{
|
|
289
|
-
"name": "--vvd-
|
|
290
|
-
"default": "var(--vvd-color-neutral-
|
|
261
|
+
"name": "--vvd-action-group-accent-intermediate",
|
|
262
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
291
263
|
},
|
|
292
264
|
{
|
|
293
|
-
"name": "--vvd-
|
|
294
|
-
"default": "var(--vvd-color-neutral-
|
|
265
|
+
"name": "--vvd-action-group-accent-faint",
|
|
266
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
295
267
|
}
|
|
296
268
|
],
|
|
297
269
|
"slots": [
|
|
298
270
|
{
|
|
299
271
|
"description": "Default slot.",
|
|
300
272
|
"name": ""
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"description": "Add an icon to the component.",
|
|
304
|
-
"name": "icon"
|
|
305
273
|
}
|
|
306
274
|
],
|
|
307
275
|
"members": [
|
|
308
276
|
{
|
|
309
277
|
"kind": "field",
|
|
310
|
-
"name": "
|
|
278
|
+
"name": "shape",
|
|
311
279
|
"type": {
|
|
312
|
-
"text": "
|
|
280
|
+
"text": "ActionGroupShape | undefined"
|
|
313
281
|
},
|
|
314
|
-
"
|
|
315
|
-
"
|
|
282
|
+
"description": "The shape the ActionGroup should have.",
|
|
283
|
+
"privacy": "public"
|
|
316
284
|
},
|
|
317
285
|
{
|
|
318
286
|
"kind": "field",
|
|
319
|
-
"name": "
|
|
287
|
+
"name": "appearance",
|
|
288
|
+
"type": {
|
|
289
|
+
"text": "ActionGroupAppearance | undefined"
|
|
290
|
+
},
|
|
291
|
+
"description": "The appearance the ActionGroup should have.",
|
|
292
|
+
"privacy": "public"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"kind": "field",
|
|
296
|
+
"name": "tight",
|
|
320
297
|
"type": {
|
|
321
298
|
"text": "boolean"
|
|
322
299
|
},
|
|
323
300
|
"default": "false",
|
|
324
|
-
"description": "Indicates whether
|
|
301
|
+
"description": "Indicates whether action group should have padding.",
|
|
325
302
|
"privacy": "public"
|
|
326
303
|
},
|
|
327
304
|
{
|
|
328
305
|
"kind": "field",
|
|
329
|
-
"name": "
|
|
306
|
+
"name": "role",
|
|
330
307
|
"type": {
|
|
331
|
-
"text": "string |
|
|
308
|
+
"text": "string | null"
|
|
332
309
|
},
|
|
333
|
-
"
|
|
334
|
-
"description": ""
|
|
310
|
+
"default": "null"
|
|
335
311
|
},
|
|
336
312
|
{
|
|
337
313
|
"kind": "field",
|
|
338
|
-
"name": "
|
|
314
|
+
"name": "ariaLabel",
|
|
339
315
|
"type": {
|
|
340
|
-
"text": "
|
|
316
|
+
"text": "string | null"
|
|
341
317
|
},
|
|
342
|
-
"
|
|
343
|
-
"privacy": "public"
|
|
318
|
+
"default": "null"
|
|
344
319
|
}
|
|
345
320
|
],
|
|
346
321
|
"attributes": [
|
|
347
322
|
{
|
|
348
|
-
"name": "
|
|
323
|
+
"name": "shape",
|
|
349
324
|
"type": {
|
|
350
|
-
"text": "
|
|
325
|
+
"text": "ActionGroupShape | undefined"
|
|
351
326
|
},
|
|
352
|
-
"
|
|
327
|
+
"description": "The shape the ActionGroup should have.",
|
|
328
|
+
"fieldName": "shape"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "appearance",
|
|
332
|
+
"type": {
|
|
333
|
+
"text": "ActionGroupAppearance | undefined"
|
|
334
|
+
},
|
|
335
|
+
"description": "The appearance the ActionGroup should have.",
|
|
336
|
+
"fieldName": "appearance"
|
|
353
337
|
},
|
|
354
338
|
{
|
|
355
|
-
"name": "no-indicator",
|
|
356
339
|
"type": {
|
|
357
340
|
"text": "boolean"
|
|
358
341
|
},
|
|
359
342
|
"default": "false",
|
|
360
|
-
"description": "Indicates whether
|
|
361
|
-
"fieldName": "
|
|
343
|
+
"description": "Indicates whether action group should have padding.",
|
|
344
|
+
"fieldName": "tight"
|
|
362
345
|
},
|
|
363
346
|
{
|
|
364
|
-
"name": "
|
|
347
|
+
"name": "role",
|
|
365
348
|
"type": {
|
|
366
|
-
"text": "string |
|
|
349
|
+
"text": "string | null"
|
|
367
350
|
},
|
|
368
|
-
"
|
|
351
|
+
"default": "null",
|
|
352
|
+
"fieldName": "role"
|
|
369
353
|
},
|
|
370
354
|
{
|
|
371
|
-
"name": "
|
|
355
|
+
"name": "aria-label",
|
|
372
356
|
"type": {
|
|
373
|
-
"text": "
|
|
357
|
+
"text": "string | null"
|
|
374
358
|
},
|
|
375
|
-
"
|
|
376
|
-
"fieldName": "
|
|
359
|
+
"default": "null",
|
|
360
|
+
"fieldName": "ariaLabel"
|
|
377
361
|
}
|
|
378
362
|
],
|
|
379
363
|
"superclass": {
|
|
380
|
-
"name": "
|
|
364
|
+
"name": "FoundationElement",
|
|
381
365
|
"package": "@microsoft/fast-foundation"
|
|
382
366
|
},
|
|
383
367
|
"vividComponent": {
|
|
384
368
|
"public": true,
|
|
385
|
-
"name": "
|
|
369
|
+
"name": "action-group"
|
|
386
370
|
}
|
|
387
371
|
}
|
|
388
372
|
],
|
|
389
373
|
"exports": [
|
|
390
374
|
{
|
|
391
375
|
"kind": "js",
|
|
392
|
-
"name": "
|
|
376
|
+
"name": "ActionGroup",
|
|
393
377
|
"declaration": {
|
|
394
|
-
"name": "
|
|
395
|
-
"module": "libs/components/src/lib/
|
|
378
|
+
"name": "ActionGroup",
|
|
379
|
+
"module": "libs/components/src/lib/action-group/action-group.ts"
|
|
396
380
|
}
|
|
397
381
|
}
|
|
398
382
|
]
|
|
399
383
|
},
|
|
400
384
|
{
|
|
401
385
|
"kind": "javascript-module",
|
|
402
|
-
"path": "libs/components/src/lib/
|
|
386
|
+
"path": "libs/components/src/lib/action-group/definition.ts",
|
|
403
387
|
"declarations": [
|
|
404
388
|
{
|
|
405
389
|
"kind": "variable",
|
|
406
|
-
"name": "
|
|
407
|
-
"description": "Registers the
|
|
390
|
+
"name": "registerActionGroup",
|
|
391
|
+
"description": "Registers the action-group elements with the design system.",
|
|
408
392
|
"parameters": [
|
|
409
393
|
{
|
|
410
394
|
"description": "the prefix to use for the component name",
|
|
@@ -416,10 +400,26 @@
|
|
|
416
400
|
"exports": [
|
|
417
401
|
{
|
|
418
402
|
"kind": "js",
|
|
419
|
-
"name": "
|
|
403
|
+
"name": "ActionGroupShape",
|
|
420
404
|
"declaration": {
|
|
421
|
-
"name": "
|
|
422
|
-
"module": "
|
|
405
|
+
"name": "ActionGroupShape",
|
|
406
|
+
"module": "./action-group"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "js",
|
|
411
|
+
"name": "ActionGroupAppearance",
|
|
412
|
+
"declaration": {
|
|
413
|
+
"name": "ActionGroupAppearance",
|
|
414
|
+
"module": "./action-group"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"kind": "js",
|
|
419
|
+
"name": "registerActionGroup",
|
|
420
|
+
"declaration": {
|
|
421
|
+
"name": "registerActionGroup",
|
|
422
|
+
"module": "libs/components/src/lib/action-group/definition.ts"
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
]
|
|
@@ -1385,6 +1385,26 @@
|
|
|
1385
1385
|
"kind": "javascript-module",
|
|
1386
1386
|
"path": "libs/components/src/lib/audio-player/audio-player.ts",
|
|
1387
1387
|
"declarations": [
|
|
1388
|
+
{
|
|
1389
|
+
"kind": "variable",
|
|
1390
|
+
"name": "SKIP_DIRECTIONS",
|
|
1391
|
+
"type": {
|
|
1392
|
+
"text": "object"
|
|
1393
|
+
},
|
|
1394
|
+
"default": "{\n\tFORWARD: 1,\n\tBACKWARD: -1,\n}"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"kind": "function",
|
|
1398
|
+
"name": "formatTime",
|
|
1399
|
+
"parameters": [
|
|
1400
|
+
{
|
|
1401
|
+
"name": "time",
|
|
1402
|
+
"type": {
|
|
1403
|
+
"text": "number"
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1388
1408
|
{
|
|
1389
1409
|
"kind": "class",
|
|
1390
1410
|
"description": "",
|
|
@@ -1448,6 +1468,10 @@
|
|
|
1448
1468
|
"description": "Indicates the audio-player's src.",
|
|
1449
1469
|
"privacy": "public"
|
|
1450
1470
|
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "method",
|
|
1473
|
+
"name": "srcChanged"
|
|
1474
|
+
},
|
|
1451
1475
|
{
|
|
1452
1476
|
"kind": "field",
|
|
1453
1477
|
"name": "disabled",
|
|
@@ -1476,6 +1500,93 @@
|
|
|
1476
1500
|
},
|
|
1477
1501
|
"description": "Allows the audio to skip back or forward",
|
|
1478
1502
|
"privacy": "public"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"kind": "field",
|
|
1506
|
+
"name": "paused",
|
|
1507
|
+
"type": {
|
|
1508
|
+
"text": "boolean"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "field",
|
|
1513
|
+
"name": "duration"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "field",
|
|
1517
|
+
"name": "currentTime"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "field",
|
|
1521
|
+
"name": "#sliderEl",
|
|
1522
|
+
"privacy": "private",
|
|
1523
|
+
"type": {
|
|
1524
|
+
"text": "Slider | null"
|
|
1525
|
+
},
|
|
1526
|
+
"readonly": true
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"kind": "field",
|
|
1530
|
+
"name": "#playerEl",
|
|
1531
|
+
"privacy": "private",
|
|
1532
|
+
"default": "new Audio()"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"kind": "field",
|
|
1536
|
+
"name": "#baseElement",
|
|
1537
|
+
"privacy": "private",
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": "HTMLElement | null"
|
|
1540
|
+
},
|
|
1541
|
+
"readonly": true
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"kind": "method",
|
|
1545
|
+
"name": "play"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "method",
|
|
1549
|
+
"name": "pause"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "method",
|
|
1553
|
+
"name": "#setInteractionListeners",
|
|
1554
|
+
"parameters": [
|
|
1555
|
+
{
|
|
1556
|
+
"name": "add",
|
|
1557
|
+
"default": "true"
|
|
1558
|
+
}
|
|
1559
|
+
]
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"kind": "field",
|
|
1563
|
+
"name": "#pausedChanged",
|
|
1564
|
+
"privacy": "private"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"kind": "field",
|
|
1568
|
+
"name": "#updateProgress",
|
|
1569
|
+
"privacy": "private"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"kind": "field",
|
|
1573
|
+
"name": "#updateTotalTime",
|
|
1574
|
+
"privacy": "private"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "field",
|
|
1578
|
+
"name": "#rewind",
|
|
1579
|
+
"privacy": "private"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "field",
|
|
1583
|
+
"name": "#handleSliderEvent",
|
|
1584
|
+
"privacy": "private"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "field",
|
|
1588
|
+
"name": "#setPausedState",
|
|
1589
|
+
"privacy": "private"
|
|
1479
1590
|
}
|
|
1480
1591
|
],
|
|
1481
1592
|
"attributes": [
|
|
@@ -1570,6 +1681,22 @@
|
|
|
1570
1681
|
}
|
|
1571
1682
|
],
|
|
1572
1683
|
"exports": [
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "js",
|
|
1686
|
+
"name": "SKIP_DIRECTIONS",
|
|
1687
|
+
"declaration": {
|
|
1688
|
+
"name": "SKIP_DIRECTIONS",
|
|
1689
|
+
"module": "libs/components/src/lib/audio-player/audio-player.ts"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "js",
|
|
1694
|
+
"name": "formatTime",
|
|
1695
|
+
"declaration": {
|
|
1696
|
+
"name": "formatTime",
|
|
1697
|
+
"module": "libs/components/src/lib/audio-player/audio-player.ts"
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1573
1700
|
{
|
|
1574
1701
|
"kind": "js",
|
|
1575
1702
|
"name": "AudioPlayer",
|
|
@@ -2068,6 +2195,38 @@
|
|
|
2068
2195
|
"name": "--vvd-badge-information-firm-all",
|
|
2069
2196
|
"default": "var(--vvd-color-information-600)"
|
|
2070
2197
|
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "--vvd-badge-announcement-primary",
|
|
2200
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "--vvd-badge-announcement-primary-text",
|
|
2204
|
+
"default": "var(--vvd-color-canvas)"
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"name": "--vvd-badge-announcement-intermediate",
|
|
2208
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "--vvd-badge-announcement-soft",
|
|
2212
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "--vvd-badge-announcement-contrast",
|
|
2216
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"name": "--vvd-badge-announcement-pale",
|
|
2220
|
+
"default": "var(--vvd-color-announcement-300)"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "--vvd-badge-announcement-fierce",
|
|
2224
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"name": "--vvd-badge-announcement-firm-all",
|
|
2228
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
2229
|
+
},
|
|
2071
2230
|
{
|
|
2072
2231
|
"name": "--vvd-badge-accent-primary",
|
|
2073
2232
|
"default": "var(--vvd-color-canvas-text)"
|