@vonage/vivid 3.57.0 → 3.59.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/appearance-ui/index.cjs +1 -1
- package/appearance-ui/index.js +1 -1
- package/custom-elements.json +1264 -328
- package/lib/audio-player/audio-player.d.ts +20 -0
- package/lib/combobox/combobox.d.ts +3 -0
- package/lib/combobox/definition.d.ts +1 -1
- package/lib/number-field/number-field.d.ts +23 -8
- package/lib/number-field/number-field.form-associated.d.ts +10 -0
- package/lib/video-player/video-player.d.ts +1 -0
- package/listbox/index.cjs +1 -1
- package/listbox/index.js +1 -1
- package/package.json +1 -1
- package/shared/definition.cjs +1 -1
- package/shared/definition.js +1 -1
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition16.cjs +11 -2
- package/shared/definition16.js +11 -2
- package/shared/definition20.cjs +13 -13
- package/shared/definition20.js +13 -13
- package/shared/definition29.cjs +1 -0
- package/shared/definition29.js +1 -1
- package/shared/definition3.cjs +1 -1
- package/shared/definition3.js +1 -1
- package/shared/definition31.cjs +1 -1
- package/shared/definition31.js +1 -1
- package/shared/definition32.cjs +1 -1
- package/shared/definition32.js +1 -1
- package/shared/definition35.cjs +240 -331
- package/shared/definition35.js +241 -332
- package/shared/definition38.cjs +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition42.cjs +1 -1
- package/shared/definition42.js +2 -2
- 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/definition47.cjs +1 -1
- package/shared/definition47.js +1 -1
- package/shared/definition5.cjs +209 -128
- package/shared/definition5.js +203 -122
- package/shared/definition50.cjs +1 -1
- package/shared/definition50.js +1 -1
- package/shared/definition51.cjs +1 -1
- package/shared/definition51.js +1 -1
- package/shared/definition54.cjs +1 -1
- package/shared/definition54.js +1 -1
- package/shared/definition58.cjs +1 -1
- package/shared/definition58.js +1 -1
- package/shared/definition59.cjs +1 -1
- package/shared/definition59.js +1 -1
- package/shared/definition61.cjs +10 -65853
- package/shared/definition61.js +10 -65853
- package/shared/definition7.cjs +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.cjs +1 -1
- package/shared/definition8.js +1 -1
- package/shared/icon.cjs +1 -1
- package/shared/icon.js +1 -1
- package/shared/key-codes2.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/shared/video-player.cjs +65864 -0
- package/shared/video-player.js +65861 -0
- 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 +5 -5
- package/styles/tokens/theme-light.css +5 -5
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/vivid.api.json +58 -0
package/custom-elements.json
CHANGED
|
@@ -36,6 +36,15 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
|
+
"events": [
|
|
40
|
+
{
|
|
41
|
+
"type": {
|
|
42
|
+
"text": "CustomEvent<string | null>"
|
|
43
|
+
},
|
|
44
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
45
|
+
"name": "change"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
39
48
|
"superclass": {
|
|
40
49
|
"name": "FastAccordion",
|
|
41
50
|
"package": "@microsoft/fast-foundation"
|
|
@@ -92,6 +101,167 @@
|
|
|
92
101
|
}
|
|
93
102
|
]
|
|
94
103
|
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "javascript-module",
|
|
106
|
+
"path": "libs/components/src/lib/accordion-item/accordion-item.ts",
|
|
107
|
+
"declarations": [
|
|
108
|
+
{
|
|
109
|
+
"kind": "class",
|
|
110
|
+
"description": "",
|
|
111
|
+
"name": "AccordionItem",
|
|
112
|
+
"cssProperties": [
|
|
113
|
+
{
|
|
114
|
+
"name": "--vvd-accordion-item-accent-faint",
|
|
115
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "--vvd-accordion-item-accent-soft",
|
|
119
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "--vvd-accordion-item-accent-firm",
|
|
123
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"slots": [
|
|
127
|
+
{
|
|
128
|
+
"description": "Default slot.",
|
|
129
|
+
"name": ""
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"description": "Add an icon to the component.",
|
|
133
|
+
"name": "icon"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"members": [
|
|
137
|
+
{
|
|
138
|
+
"kind": "field",
|
|
139
|
+
"name": "heading",
|
|
140
|
+
"type": {
|
|
141
|
+
"text": "string | undefined"
|
|
142
|
+
},
|
|
143
|
+
"privacy": "public",
|
|
144
|
+
"description": ""
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"kind": "field",
|
|
148
|
+
"name": "noIndicator",
|
|
149
|
+
"type": {
|
|
150
|
+
"text": "boolean"
|
|
151
|
+
},
|
|
152
|
+
"default": "false",
|
|
153
|
+
"description": "Indicates whether the accordion-item has indicator",
|
|
154
|
+
"privacy": "public"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"kind": "field",
|
|
158
|
+
"name": "meta",
|
|
159
|
+
"type": {
|
|
160
|
+
"text": "string | undefined"
|
|
161
|
+
},
|
|
162
|
+
"privacy": "public",
|
|
163
|
+
"description": ""
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"kind": "field",
|
|
167
|
+
"name": "size",
|
|
168
|
+
"type": {
|
|
169
|
+
"text": "AccordionItemSize | undefined"
|
|
170
|
+
},
|
|
171
|
+
"description": "The size the accordion-item should have.",
|
|
172
|
+
"privacy": "public"
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"events": [
|
|
176
|
+
{
|
|
177
|
+
"type": {
|
|
178
|
+
"text": "CustomEvent<undefined>"
|
|
179
|
+
},
|
|
180
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
181
|
+
"name": "change"
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"attributes": [
|
|
185
|
+
{
|
|
186
|
+
"name": "heading",
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "string | undefined"
|
|
189
|
+
},
|
|
190
|
+
"fieldName": "heading"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "no-indicator",
|
|
194
|
+
"type": {
|
|
195
|
+
"text": "boolean"
|
|
196
|
+
},
|
|
197
|
+
"default": "false",
|
|
198
|
+
"description": "Indicates whether the accordion-item has indicator",
|
|
199
|
+
"fieldName": "noIndicator"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "meta",
|
|
203
|
+
"type": {
|
|
204
|
+
"text": "string | undefined"
|
|
205
|
+
},
|
|
206
|
+
"fieldName": "meta"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "size",
|
|
210
|
+
"type": {
|
|
211
|
+
"text": "AccordionItemSize | undefined"
|
|
212
|
+
},
|
|
213
|
+
"description": "The size the accordion-item should have.",
|
|
214
|
+
"fieldName": "size"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"superclass": {
|
|
218
|
+
"name": "FASTAccordionItem",
|
|
219
|
+
"package": "@microsoft/fast-foundation"
|
|
220
|
+
},
|
|
221
|
+
"vividComponent": {
|
|
222
|
+
"public": true,
|
|
223
|
+
"name": "accordion-item"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"exports": [
|
|
228
|
+
{
|
|
229
|
+
"kind": "js",
|
|
230
|
+
"name": "AccordionItem",
|
|
231
|
+
"declaration": {
|
|
232
|
+
"name": "AccordionItem",
|
|
233
|
+
"module": "libs/components/src/lib/accordion-item/accordion-item.ts"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"kind": "javascript-module",
|
|
240
|
+
"path": "libs/components/src/lib/accordion-item/definition.ts",
|
|
241
|
+
"declarations": [
|
|
242
|
+
{
|
|
243
|
+
"kind": "variable",
|
|
244
|
+
"name": "registerAccordionItem",
|
|
245
|
+
"description": "Registers the accordion item elements with the design system.",
|
|
246
|
+
"parameters": [
|
|
247
|
+
{
|
|
248
|
+
"description": "the prefix to use for the component name",
|
|
249
|
+
"name": "prefix"
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"exports": [
|
|
255
|
+
{
|
|
256
|
+
"kind": "js",
|
|
257
|
+
"name": "registerAccordionItem",
|
|
258
|
+
"declaration": {
|
|
259
|
+
"name": "registerAccordionItem",
|
|
260
|
+
"module": "libs/components/src/lib/accordion-item/definition.ts"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
},
|
|
95
265
|
{
|
|
96
266
|
"kind": "javascript-module",
|
|
97
267
|
"path": "libs/components/src/lib/action-group/action-group.ts",
|
|
@@ -274,30 +444,62 @@
|
|
|
274
444
|
},
|
|
275
445
|
{
|
|
276
446
|
"kind": "javascript-module",
|
|
277
|
-
"path": "libs/components/src/lib/
|
|
447
|
+
"path": "libs/components/src/lib/alert/alert.ts",
|
|
278
448
|
"declarations": [
|
|
279
449
|
{
|
|
280
450
|
"kind": "class",
|
|
281
451
|
"description": "",
|
|
282
|
-
"name": "
|
|
452
|
+
"name": "Alert",
|
|
283
453
|
"cssProperties": [
|
|
284
454
|
{
|
|
285
|
-
"name": "--vvd-
|
|
455
|
+
"name": "--vvd-alert-success-primary",
|
|
456
|
+
"default": "var(--vvd-color-success-500)"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "--vvd-alert-success-primary-text",
|
|
460
|
+
"default": "var(--vvd-color-canvas)"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "--vvd-alert-information-primary",
|
|
464
|
+
"default": "var(--vvd-color-information-500)"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "--vvd-alert-information-primary-text",
|
|
468
|
+
"default": "var(--vvd-color-canvas)"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "--vvd-alert-alert-primary",
|
|
472
|
+
"default": "var(--vvd-color-alert-500)"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "--vvd-alert-alert-primary-text",
|
|
476
|
+
"default": "var(--vvd-color-canvas)"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "--vvd-alert-warning-primary",
|
|
480
|
+
"default": "var(--vvd-color-warning-300)"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "--vvd-alert-warning-primary-text",
|
|
286
484
|
"default": "var(--vvd-color-canvas-text)"
|
|
287
485
|
},
|
|
288
486
|
{
|
|
289
|
-
"name": "--vvd-
|
|
290
|
-
"default": "var(--vvd-color-
|
|
487
|
+
"name": "--vvd-alert-accent-primary",
|
|
488
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
291
489
|
},
|
|
292
490
|
{
|
|
293
|
-
"name": "--vvd-
|
|
294
|
-
"default": "var(--vvd-color-
|
|
491
|
+
"name": "--vvd-alert-accent-primary-text",
|
|
492
|
+
"default": "var(--vvd-color-canvas)"
|
|
295
493
|
}
|
|
296
494
|
],
|
|
297
495
|
"slots": [
|
|
298
496
|
{
|
|
299
|
-
"description": "
|
|
300
|
-
"name": ""
|
|
497
|
+
"description": "The main content of the alert.",
|
|
498
|
+
"name": "main"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"description": "Add action items to alert using this slot.",
|
|
502
|
+
"name": "action-items"
|
|
301
503
|
},
|
|
302
504
|
{
|
|
303
505
|
"description": "Add an icon to the component.",
|
|
@@ -307,236 +509,52 @@
|
|
|
307
509
|
"members": [
|
|
308
510
|
{
|
|
309
511
|
"kind": "field",
|
|
310
|
-
"name": "
|
|
512
|
+
"name": "dismissButtonAriaLabel",
|
|
311
513
|
"type": {
|
|
312
|
-
"text": "string
|
|
514
|
+
"text": "| string\n\t\t| null"
|
|
313
515
|
},
|
|
314
|
-
"
|
|
315
|
-
"description": ""
|
|
516
|
+
"default": "null"
|
|
316
517
|
},
|
|
317
518
|
{
|
|
318
519
|
"kind": "field",
|
|
319
|
-
"name": "
|
|
520
|
+
"name": "#timeoutID",
|
|
521
|
+
"privacy": "private",
|
|
522
|
+
"type": {
|
|
523
|
+
"text": "NodeJS.Timeout | undefined"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"kind": "field",
|
|
528
|
+
"name": "removable",
|
|
320
529
|
"type": {
|
|
321
530
|
"text": "boolean"
|
|
322
531
|
},
|
|
323
532
|
"default": "false",
|
|
324
|
-
"description": "
|
|
533
|
+
"description": "if the alert is removable\naccepts boolean",
|
|
325
534
|
"privacy": "public"
|
|
326
535
|
},
|
|
327
536
|
{
|
|
328
537
|
"kind": "field",
|
|
329
|
-
"name": "
|
|
538
|
+
"name": "placement",
|
|
330
539
|
"type": {
|
|
331
|
-
"text": "
|
|
540
|
+
"text": "AlertPlacement | undefined"
|
|
332
541
|
},
|
|
333
|
-
"
|
|
334
|
-
"description": ""
|
|
542
|
+
"default": "'bottom'",
|
|
543
|
+
"description": "the placement of the alert",
|
|
544
|
+
"privacy": "public"
|
|
335
545
|
},
|
|
336
546
|
{
|
|
337
547
|
"kind": "field",
|
|
338
|
-
"name": "
|
|
548
|
+
"name": "headline",
|
|
339
549
|
"type": {
|
|
340
|
-
"text": "
|
|
550
|
+
"text": "string | undefined"
|
|
341
551
|
},
|
|
342
|
-
"description": "
|
|
552
|
+
"description": "the text of the alert heading\naccepts string",
|
|
343
553
|
"privacy": "public"
|
|
344
|
-
}
|
|
345
|
-
],
|
|
346
|
-
"attributes": [
|
|
554
|
+
},
|
|
347
555
|
{
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"text": "string | undefined"
|
|
351
|
-
},
|
|
352
|
-
"fieldName": "heading"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "no-indicator",
|
|
356
|
-
"type": {
|
|
357
|
-
"text": "boolean"
|
|
358
|
-
},
|
|
359
|
-
"default": "false",
|
|
360
|
-
"description": "Indicates whether the accordion-item has indicator",
|
|
361
|
-
"fieldName": "noIndicator"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"name": "meta",
|
|
365
|
-
"type": {
|
|
366
|
-
"text": "string | undefined"
|
|
367
|
-
},
|
|
368
|
-
"fieldName": "meta"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "size",
|
|
372
|
-
"type": {
|
|
373
|
-
"text": "AccordionItemSize | undefined"
|
|
374
|
-
},
|
|
375
|
-
"description": "The size the accordion-item should have.",
|
|
376
|
-
"fieldName": "size"
|
|
377
|
-
}
|
|
378
|
-
],
|
|
379
|
-
"superclass": {
|
|
380
|
-
"name": "FASTAccordionItem",
|
|
381
|
-
"package": "@microsoft/fast-foundation"
|
|
382
|
-
},
|
|
383
|
-
"vividComponent": {
|
|
384
|
-
"public": true,
|
|
385
|
-
"name": "accordion-item"
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
],
|
|
389
|
-
"exports": [
|
|
390
|
-
{
|
|
391
|
-
"kind": "js",
|
|
392
|
-
"name": "AccordionItem",
|
|
393
|
-
"declaration": {
|
|
394
|
-
"name": "AccordionItem",
|
|
395
|
-
"module": "libs/components/src/lib/accordion-item/accordion-item.ts"
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
]
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"kind": "javascript-module",
|
|
402
|
-
"path": "libs/components/src/lib/accordion-item/definition.ts",
|
|
403
|
-
"declarations": [
|
|
404
|
-
{
|
|
405
|
-
"kind": "variable",
|
|
406
|
-
"name": "registerAccordionItem",
|
|
407
|
-
"description": "Registers the accordion item elements with the design system.",
|
|
408
|
-
"parameters": [
|
|
409
|
-
{
|
|
410
|
-
"description": "the prefix to use for the component name",
|
|
411
|
-
"name": "prefix"
|
|
412
|
-
}
|
|
413
|
-
]
|
|
414
|
-
}
|
|
415
|
-
],
|
|
416
|
-
"exports": [
|
|
417
|
-
{
|
|
418
|
-
"kind": "js",
|
|
419
|
-
"name": "registerAccordionItem",
|
|
420
|
-
"declaration": {
|
|
421
|
-
"name": "registerAccordionItem",
|
|
422
|
-
"module": "libs/components/src/lib/accordion-item/definition.ts"
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
]
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"kind": "javascript-module",
|
|
429
|
-
"path": "libs/components/src/lib/alert/alert.ts",
|
|
430
|
-
"declarations": [
|
|
431
|
-
{
|
|
432
|
-
"kind": "class",
|
|
433
|
-
"description": "",
|
|
434
|
-
"name": "Alert",
|
|
435
|
-
"cssProperties": [
|
|
436
|
-
{
|
|
437
|
-
"name": "--vvd-alert-success-primary",
|
|
438
|
-
"default": "var(--vvd-color-success-500)"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"name": "--vvd-alert-success-primary-text",
|
|
442
|
-
"default": "var(--vvd-color-canvas)"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "--vvd-alert-information-primary",
|
|
446
|
-
"default": "var(--vvd-color-information-500)"
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "--vvd-alert-information-primary-text",
|
|
450
|
-
"default": "var(--vvd-color-canvas)"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"name": "--vvd-alert-alert-primary",
|
|
454
|
-
"default": "var(--vvd-color-alert-500)"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "--vvd-alert-alert-primary-text",
|
|
458
|
-
"default": "var(--vvd-color-canvas)"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "--vvd-alert-warning-primary",
|
|
462
|
-
"default": "var(--vvd-color-warning-300)"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "--vvd-alert-warning-primary-text",
|
|
466
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "--vvd-alert-accent-primary",
|
|
470
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "--vvd-alert-accent-primary-text",
|
|
474
|
-
"default": "var(--vvd-color-canvas)"
|
|
475
|
-
}
|
|
476
|
-
],
|
|
477
|
-
"slots": [
|
|
478
|
-
{
|
|
479
|
-
"description": "The main content of the alert.",
|
|
480
|
-
"name": "main"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"description": "Add action items to alert using this slot.",
|
|
484
|
-
"name": "action-items"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"description": "Add an icon to the component.",
|
|
488
|
-
"name": "icon"
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"members": [
|
|
492
|
-
{
|
|
493
|
-
"kind": "field",
|
|
494
|
-
"name": "dismissButtonAriaLabel",
|
|
495
|
-
"type": {
|
|
496
|
-
"text": "| string\n\t\t| null"
|
|
497
|
-
},
|
|
498
|
-
"default": "null"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"kind": "field",
|
|
502
|
-
"name": "#timeoutID",
|
|
503
|
-
"privacy": "private",
|
|
504
|
-
"type": {
|
|
505
|
-
"text": "NodeJS.Timeout | undefined"
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"kind": "field",
|
|
510
|
-
"name": "removable",
|
|
511
|
-
"type": {
|
|
512
|
-
"text": "boolean"
|
|
513
|
-
},
|
|
514
|
-
"default": "false",
|
|
515
|
-
"description": "if the alert is removable\naccepts boolean",
|
|
516
|
-
"privacy": "public"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"kind": "field",
|
|
520
|
-
"name": "placement",
|
|
521
|
-
"type": {
|
|
522
|
-
"text": "AlertPlacement | undefined"
|
|
523
|
-
},
|
|
524
|
-
"default": "'bottom'",
|
|
525
|
-
"description": "the placement of the alert",
|
|
526
|
-
"privacy": "public"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"kind": "field",
|
|
530
|
-
"name": "headline",
|
|
531
|
-
"type": {
|
|
532
|
-
"text": "string | undefined"
|
|
533
|
-
},
|
|
534
|
-
"description": "the text of the alert heading\naccepts string",
|
|
535
|
-
"privacy": "public"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"kind": "field",
|
|
539
|
-
"name": "text",
|
|
556
|
+
"kind": "field",
|
|
557
|
+
"name": "text",
|
|
540
558
|
"type": {
|
|
541
559
|
"text": "string | undefined"
|
|
542
560
|
},
|
|
@@ -635,10 +653,16 @@
|
|
|
635
653
|
],
|
|
636
654
|
"events": [
|
|
637
655
|
{
|
|
656
|
+
"type": {
|
|
657
|
+
"text": "CustomEvent<undefined>"
|
|
658
|
+
},
|
|
638
659
|
"description": "Fired when the alert is opened",
|
|
639
660
|
"name": "open"
|
|
640
661
|
},
|
|
641
662
|
{
|
|
663
|
+
"type": {
|
|
664
|
+
"text": "CustomEvent<undefined>"
|
|
665
|
+
},
|
|
642
666
|
"description": "Fired when the alert is closed",
|
|
643
667
|
"name": "close"
|
|
644
668
|
}
|
|
@@ -1385,6 +1409,26 @@
|
|
|
1385
1409
|
"kind": "javascript-module",
|
|
1386
1410
|
"path": "libs/components/src/lib/audio-player/audio-player.ts",
|
|
1387
1411
|
"declarations": [
|
|
1412
|
+
{
|
|
1413
|
+
"kind": "variable",
|
|
1414
|
+
"name": "SKIP_DIRECTIONS",
|
|
1415
|
+
"type": {
|
|
1416
|
+
"text": "object"
|
|
1417
|
+
},
|
|
1418
|
+
"default": "{\n\tFORWARD: 1,\n\tBACKWARD: -1,\n}"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"kind": "function",
|
|
1422
|
+
"name": "formatTime",
|
|
1423
|
+
"parameters": [
|
|
1424
|
+
{
|
|
1425
|
+
"name": "time",
|
|
1426
|
+
"type": {
|
|
1427
|
+
"text": "number"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1388
1432
|
{
|
|
1389
1433
|
"kind": "class",
|
|
1390
1434
|
"description": "",
|
|
@@ -1448,6 +1492,14 @@
|
|
|
1448
1492
|
"description": "Indicates the audio-player's src.",
|
|
1449
1493
|
"privacy": "public"
|
|
1450
1494
|
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "field",
|
|
1497
|
+
"name": "playbackRate"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "method",
|
|
1501
|
+
"name": "srcChanged"
|
|
1502
|
+
},
|
|
1451
1503
|
{
|
|
1452
1504
|
"kind": "field",
|
|
1453
1505
|
"name": "disabled",
|
|
@@ -1476,48 +1528,145 @@
|
|
|
1476
1528
|
},
|
|
1477
1529
|
"description": "Allows the audio to skip back or forward",
|
|
1478
1530
|
"privacy": "public"
|
|
1479
|
-
}
|
|
1480
|
-
],
|
|
1481
|
-
"attributes": [
|
|
1531
|
+
},
|
|
1482
1532
|
{
|
|
1483
|
-
"
|
|
1533
|
+
"kind": "field",
|
|
1534
|
+
"name": "playbackRates",
|
|
1484
1535
|
"type": {
|
|
1485
|
-
"text": "
|
|
1536
|
+
"text": "string | null"
|
|
1486
1537
|
},
|
|
1487
1538
|
"default": "null",
|
|
1488
|
-
"
|
|
1539
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
1540
|
+
"privacy": "public"
|
|
1489
1541
|
},
|
|
1490
1542
|
{
|
|
1491
|
-
"
|
|
1543
|
+
"kind": "field",
|
|
1544
|
+
"name": "paused",
|
|
1492
1545
|
"type": {
|
|
1493
|
-
"text": "
|
|
1494
|
-
}
|
|
1495
|
-
"default": "null",
|
|
1496
|
-
"fieldName": "pauseButtonAriaLabel"
|
|
1546
|
+
"text": "boolean"
|
|
1547
|
+
}
|
|
1497
1548
|
},
|
|
1498
1549
|
{
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"text": "string | null"
|
|
1502
|
-
},
|
|
1503
|
-
"default": "null",
|
|
1504
|
-
"fieldName": "sliderAriaLabel"
|
|
1550
|
+
"kind": "field",
|
|
1551
|
+
"name": "duration"
|
|
1505
1552
|
},
|
|
1506
1553
|
{
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1509
|
-
"text": "| string\n\t\t| null"
|
|
1510
|
-
},
|
|
1511
|
-
"default": "null",
|
|
1512
|
-
"fieldName": "skipForwardButtonAriaLabel"
|
|
1554
|
+
"kind": "field",
|
|
1555
|
+
"name": "currentTime"
|
|
1513
1556
|
},
|
|
1514
1557
|
{
|
|
1515
|
-
"
|
|
1558
|
+
"kind": "field",
|
|
1559
|
+
"name": "#sliderEl",
|
|
1560
|
+
"privacy": "private",
|
|
1516
1561
|
"type": {
|
|
1517
|
-
"text": "
|
|
1562
|
+
"text": "Slider | null"
|
|
1518
1563
|
},
|
|
1519
|
-
"
|
|
1520
|
-
|
|
1564
|
+
"readonly": true
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"kind": "field",
|
|
1568
|
+
"name": "#playerEl",
|
|
1569
|
+
"privacy": "private",
|
|
1570
|
+
"default": "new Audio()"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "field",
|
|
1574
|
+
"name": "#baseElement",
|
|
1575
|
+
"privacy": "private",
|
|
1576
|
+
"type": {
|
|
1577
|
+
"text": "HTMLElement | null"
|
|
1578
|
+
},
|
|
1579
|
+
"readonly": true
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "method",
|
|
1583
|
+
"name": "play"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "method",
|
|
1587
|
+
"name": "pause"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "method",
|
|
1591
|
+
"name": "#setInteractionListeners",
|
|
1592
|
+
"parameters": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "add",
|
|
1595
|
+
"default": "true"
|
|
1596
|
+
}
|
|
1597
|
+
]
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "field",
|
|
1601
|
+
"name": "#pausedChanged",
|
|
1602
|
+
"privacy": "private"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "field",
|
|
1606
|
+
"name": "#updateProgress",
|
|
1607
|
+
"privacy": "private"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"kind": "field",
|
|
1611
|
+
"name": "#updateTotalTime",
|
|
1612
|
+
"privacy": "private"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "field",
|
|
1616
|
+
"name": "#rewind",
|
|
1617
|
+
"privacy": "private"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"kind": "field",
|
|
1621
|
+
"name": "#handleSliderEvent",
|
|
1622
|
+
"privacy": "private"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "field",
|
|
1626
|
+
"name": "#setPausedState",
|
|
1627
|
+
"privacy": "private"
|
|
1628
|
+
}
|
|
1629
|
+
],
|
|
1630
|
+
"attributes": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "play-button-aria-label",
|
|
1633
|
+
"type": {
|
|
1634
|
+
"text": "| string\n\t\t| null"
|
|
1635
|
+
},
|
|
1636
|
+
"default": "null",
|
|
1637
|
+
"fieldName": "playButtonAriaLabel"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"name": "pause-button-aria-label",
|
|
1641
|
+
"type": {
|
|
1642
|
+
"text": "| string\n\t\t| null"
|
|
1643
|
+
},
|
|
1644
|
+
"default": "null",
|
|
1645
|
+
"fieldName": "pauseButtonAriaLabel"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"name": "slider-aria-label",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "string | null"
|
|
1651
|
+
},
|
|
1652
|
+
"default": "null",
|
|
1653
|
+
"fieldName": "sliderAriaLabel"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "skip-forward-aria-label",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"text": "| string\n\t\t| null"
|
|
1659
|
+
},
|
|
1660
|
+
"default": "null",
|
|
1661
|
+
"fieldName": "skipForwardButtonAriaLabel"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "skip-backward-aria-label",
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "| string\n\t\t| null"
|
|
1667
|
+
},
|
|
1668
|
+
"default": "null",
|
|
1669
|
+
"fieldName": "skipBackwardButtonAriaLabel"
|
|
1521
1670
|
},
|
|
1522
1671
|
{
|
|
1523
1672
|
"name": "connotation",
|
|
@@ -1557,6 +1706,15 @@
|
|
|
1557
1706
|
},
|
|
1558
1707
|
"description": "Allows the audio to skip back or forward",
|
|
1559
1708
|
"fieldName": "skipBy"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "playback-rates",
|
|
1712
|
+
"type": {
|
|
1713
|
+
"text": "string | null"
|
|
1714
|
+
},
|
|
1715
|
+
"default": "null",
|
|
1716
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
1717
|
+
"fieldName": "playbackRates"
|
|
1560
1718
|
}
|
|
1561
1719
|
],
|
|
1562
1720
|
"superclass": {
|
|
@@ -1570,6 +1728,22 @@
|
|
|
1570
1728
|
}
|
|
1571
1729
|
],
|
|
1572
1730
|
"exports": [
|
|
1731
|
+
{
|
|
1732
|
+
"kind": "js",
|
|
1733
|
+
"name": "SKIP_DIRECTIONS",
|
|
1734
|
+
"declaration": {
|
|
1735
|
+
"name": "SKIP_DIRECTIONS",
|
|
1736
|
+
"module": "libs/components/src/lib/audio-player/audio-player.ts"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"kind": "js",
|
|
1741
|
+
"name": "formatTime",
|
|
1742
|
+
"declaration": {
|
|
1743
|
+
"name": "formatTime",
|
|
1744
|
+
"module": "libs/components/src/lib/audio-player/audio-player.ts"
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1573
1747
|
{
|
|
1574
1748
|
"kind": "js",
|
|
1575
1749
|
"name": "AudioPlayer",
|
|
@@ -2068,6 +2242,38 @@
|
|
|
2068
2242
|
"name": "--vvd-badge-information-firm-all",
|
|
2069
2243
|
"default": "var(--vvd-color-information-600)"
|
|
2070
2244
|
},
|
|
2245
|
+
{
|
|
2246
|
+
"name": "--vvd-badge-announcement-primary",
|
|
2247
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "--vvd-badge-announcement-primary-text",
|
|
2251
|
+
"default": "var(--vvd-color-canvas)"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "--vvd-badge-announcement-intermediate",
|
|
2255
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"name": "--vvd-badge-announcement-soft",
|
|
2259
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"name": "--vvd-badge-announcement-contrast",
|
|
2263
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"name": "--vvd-badge-announcement-pale",
|
|
2267
|
+
"default": "var(--vvd-color-announcement-300)"
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "--vvd-badge-announcement-fierce",
|
|
2271
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "--vvd-badge-announcement-firm-all",
|
|
2275
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
2276
|
+
},
|
|
2071
2277
|
{
|
|
2072
2278
|
"name": "--vvd-badge-accent-primary",
|
|
2073
2279
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -2784,6 +2990,42 @@
|
|
|
2784
2990
|
"name": "--vvd-button-alert-fierce-primary",
|
|
2785
2991
|
"default": "var(--vvd-color-alert-700)"
|
|
2786
2992
|
},
|
|
2993
|
+
{
|
|
2994
|
+
"name": "--vvd-button-announcement-primary",
|
|
2995
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "--vvd-button-announcement-primary-text",
|
|
2999
|
+
"default": "var(--vvd-color-canvas)"
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "--vvd-button-announcement-primary-increment",
|
|
3003
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"name": "--vvd-button-announcement-contrast",
|
|
3007
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "--vvd-button-announcement-fierce",
|
|
3011
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"name": "--vvd-button-announcement-firm",
|
|
3015
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"name": "--vvd-button-announcement-soft",
|
|
3019
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"name": "--vvd-button-announcement-faint",
|
|
3023
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "--vvd-button-announcement-fierce-primary",
|
|
3027
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
3028
|
+
},
|
|
2787
3029
|
{
|
|
2788
3030
|
"name": "--vvd-button-accent-primary",
|
|
2789
3031
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -4041,7 +4283,17 @@
|
|
|
4041
4283
|
],
|
|
4042
4284
|
"events": [
|
|
4043
4285
|
{
|
|
4044
|
-
"
|
|
4286
|
+
"type": {
|
|
4287
|
+
"text": "CustomEvent<undefined>"
|
|
4288
|
+
},
|
|
4289
|
+
"description": "Emitted when the checked state changes.",
|
|
4290
|
+
"name": "change"
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"type": {
|
|
4294
|
+
"text": "CustomEvent<undefined>"
|
|
4295
|
+
},
|
|
4296
|
+
"description": "Emitted when the checked state changes.",
|
|
4045
4297
|
"name": "input"
|
|
4046
4298
|
}
|
|
4047
4299
|
],
|
|
@@ -4150,6 +4402,15 @@
|
|
|
4150
4402
|
}
|
|
4151
4403
|
],
|
|
4152
4404
|
"members": [
|
|
4405
|
+
{
|
|
4406
|
+
"kind": "field",
|
|
4407
|
+
"name": "appearance",
|
|
4408
|
+
"type": {
|
|
4409
|
+
"text": "ComboboxAppearance | undefined"
|
|
4410
|
+
},
|
|
4411
|
+
"description": "The appearance attribute.",
|
|
4412
|
+
"privacy": "public"
|
|
4413
|
+
},
|
|
4153
4414
|
{
|
|
4154
4415
|
"kind": "field",
|
|
4155
4416
|
"name": "placement",
|
|
@@ -4183,7 +4444,24 @@
|
|
|
4183
4444
|
}
|
|
4184
4445
|
}
|
|
4185
4446
|
],
|
|
4447
|
+
"events": [
|
|
4448
|
+
{
|
|
4449
|
+
"type": {
|
|
4450
|
+
"text": "CustomEvent<undefined>"
|
|
4451
|
+
},
|
|
4452
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
4453
|
+
"name": "change"
|
|
4454
|
+
}
|
|
4455
|
+
],
|
|
4186
4456
|
"attributes": [
|
|
4457
|
+
{
|
|
4458
|
+
"name": "appearance",
|
|
4459
|
+
"type": {
|
|
4460
|
+
"text": "ComboboxAppearance | undefined"
|
|
4461
|
+
},
|
|
4462
|
+
"description": "The appearance attribute.",
|
|
4463
|
+
"fieldName": "appearance"
|
|
4464
|
+
},
|
|
4187
4465
|
{
|
|
4188
4466
|
"name": "placement",
|
|
4189
4467
|
"type": {
|
|
@@ -4264,6 +4542,14 @@
|
|
|
4264
4542
|
"module": "./combobox"
|
|
4265
4543
|
}
|
|
4266
4544
|
},
|
|
4545
|
+
{
|
|
4546
|
+
"kind": "js",
|
|
4547
|
+
"name": "ComboboxAppearance",
|
|
4548
|
+
"declaration": {
|
|
4549
|
+
"name": "ComboboxAppearance",
|
|
4550
|
+
"module": "./combobox"
|
|
4551
|
+
}
|
|
4552
|
+
},
|
|
4267
4553
|
{
|
|
4268
4554
|
"kind": "js",
|
|
4269
4555
|
"name": "comboboxRegistries",
|
|
@@ -4436,12 +4722,25 @@
|
|
|
4436
4722
|
],
|
|
4437
4723
|
"events": [
|
|
4438
4724
|
{
|
|
4725
|
+
"type": {
|
|
4726
|
+
"text": "CustomEvent<{columnDataKey: string, ariaSort: string | null}>"
|
|
4727
|
+
},
|
|
4439
4728
|
"description": "Event that fires when a sortable column header is clicked",
|
|
4440
4729
|
"name": "sort"
|
|
4441
4730
|
},
|
|
4442
4731
|
{
|
|
4732
|
+
"type": {
|
|
4733
|
+
"text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
|
|
4734
|
+
},
|
|
4443
4735
|
"description": "Event that fires when a cell is clicked",
|
|
4444
4736
|
"name": "cell-click"
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"type": {
|
|
4740
|
+
"text": "CustomEvent<HTMLElement>"
|
|
4741
|
+
},
|
|
4742
|
+
"description": "Fires a custom 'cell-focused' event when focus is on the cell or its contents",
|
|
4743
|
+
"name": "cell-focused"
|
|
4445
4744
|
}
|
|
4446
4745
|
],
|
|
4447
4746
|
"attributes": [
|
|
@@ -4579,8 +4878,18 @@
|
|
|
4579
4878
|
],
|
|
4580
4879
|
"events": [
|
|
4581
4880
|
{
|
|
4881
|
+
"type": {
|
|
4882
|
+
"text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
|
|
4883
|
+
},
|
|
4582
4884
|
"description": "Event that fires when a cell is clicked",
|
|
4583
4885
|
"name": "cell-click"
|
|
4886
|
+
},
|
|
4887
|
+
{
|
|
4888
|
+
"type": {
|
|
4889
|
+
"text": "CustomEvent<HTMLElement>"
|
|
4890
|
+
},
|
|
4891
|
+
"description": "Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row",
|
|
4892
|
+
"name": "row-focused"
|
|
4584
4893
|
}
|
|
4585
4894
|
],
|
|
4586
4895
|
"attributes": [
|
|
@@ -4857,6 +5166,9 @@
|
|
|
4857
5166
|
],
|
|
4858
5167
|
"events": [
|
|
4859
5168
|
{
|
|
5169
|
+
"type": {
|
|
5170
|
+
"text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
|
|
5171
|
+
},
|
|
4860
5172
|
"description": "Event that fires when a cell is clicked",
|
|
4861
5173
|
"name": "cell-click"
|
|
4862
5174
|
}
|
|
@@ -5218,6 +5530,33 @@
|
|
|
5218
5530
|
}
|
|
5219
5531
|
}
|
|
5220
5532
|
],
|
|
5533
|
+
"events": [
|
|
5534
|
+
{
|
|
5535
|
+
"type": {
|
|
5536
|
+
"text": "CustomEvent<undefined>"
|
|
5537
|
+
},
|
|
5538
|
+
"description": "Emitted when the date is changed by the user.",
|
|
5539
|
+
"name": "input"
|
|
5540
|
+
},
|
|
5541
|
+
{
|
|
5542
|
+
"type": {
|
|
5543
|
+
"text": "CustomEvent<undefined>"
|
|
5544
|
+
},
|
|
5545
|
+
"description": "Emitted when the date is changed by the user.",
|
|
5546
|
+
"name": "change"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"type": {
|
|
5550
|
+
"text": "CustomEvent<undefined>"
|
|
5551
|
+
},
|
|
5552
|
+
"description": "Event emitted when the clear button is clicked.",
|
|
5553
|
+
"name": "clear-click",
|
|
5554
|
+
"inheritedFrom": {
|
|
5555
|
+
"name": "DatePickerBase",
|
|
5556
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5557
|
+
}
|
|
5558
|
+
}
|
|
5559
|
+
],
|
|
5221
5560
|
"superclass": {
|
|
5222
5561
|
"name": "DatePickerBase",
|
|
5223
5562
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
@@ -5284,16 +5623,6 @@
|
|
|
5284
5623
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5285
5624
|
}
|
|
5286
5625
|
}
|
|
5287
|
-
],
|
|
5288
|
-
"events": [
|
|
5289
|
-
{
|
|
5290
|
-
"description": "Event emitted when the clear value changes",
|
|
5291
|
-
"name": "clear-click",
|
|
5292
|
-
"inheritedFrom": {
|
|
5293
|
-
"name": "DatePickerBase",
|
|
5294
|
-
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5295
|
-
}
|
|
5296
|
-
}
|
|
5297
5626
|
]
|
|
5298
5627
|
}
|
|
5299
5628
|
],
|
|
@@ -5662,21 +5991,44 @@
|
|
|
5662
5991
|
],
|
|
5663
5992
|
"events": [
|
|
5664
5993
|
{
|
|
5994
|
+
"type": {
|
|
5995
|
+
"text": "CustomEvent<undefined>"
|
|
5996
|
+
},
|
|
5665
5997
|
"description": "Event emitted when the start value changes",
|
|
5666
5998
|
"name": "input:start"
|
|
5667
5999
|
},
|
|
5668
6000
|
{
|
|
6001
|
+
"type": {
|
|
6002
|
+
"text": "CustomEvent<undefined>"
|
|
6003
|
+
},
|
|
5669
6004
|
"description": "Event emitted when the end value changes",
|
|
5670
6005
|
"name": "input:end"
|
|
5671
6006
|
},
|
|
5672
6007
|
{
|
|
5673
|
-
"
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
6008
|
+
"type": {
|
|
6009
|
+
"text": "CustomEvent<undefined>"
|
|
6010
|
+
},
|
|
6011
|
+
"description": "Emitted when either the start or end value changes",
|
|
6012
|
+
"name": "input"
|
|
6013
|
+
},
|
|
6014
|
+
{
|
|
6015
|
+
"type": {
|
|
6016
|
+
"text": "CustomEvent<undefined>"
|
|
6017
|
+
},
|
|
6018
|
+
"description": "Emitted when either the start or end value changes",
|
|
6019
|
+
"name": "change"
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"type": {
|
|
6023
|
+
"text": "CustomEvent<undefined>"
|
|
6024
|
+
},
|
|
6025
|
+
"description": "Event emitted when the clear button is clicked.",
|
|
6026
|
+
"name": "clear-click",
|
|
6027
|
+
"inheritedFrom": {
|
|
6028
|
+
"name": "DatePickerBase",
|
|
6029
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
6030
|
+
}
|
|
6031
|
+
}
|
|
5680
6032
|
],
|
|
5681
6033
|
"attributes": [
|
|
5682
6034
|
{
|
|
@@ -6046,30 +6398,51 @@
|
|
|
6046
6398
|
],
|
|
6047
6399
|
"events": [
|
|
6048
6400
|
{
|
|
6401
|
+
"type": {
|
|
6402
|
+
"text": "CustomEvent<undefined>"
|
|
6403
|
+
},
|
|
6049
6404
|
"description": "Emitted when the text field value changes",
|
|
6050
6405
|
"name": "change"
|
|
6051
6406
|
},
|
|
6052
6407
|
{
|
|
6408
|
+
"type": {
|
|
6409
|
+
"text": "CustomEvent<undefined>"
|
|
6410
|
+
},
|
|
6053
6411
|
"description": "Emitted when the text field value changes",
|
|
6054
6412
|
"name": "input"
|
|
6055
6413
|
},
|
|
6056
6414
|
{
|
|
6415
|
+
"type": {
|
|
6416
|
+
"text": "CustomEvent<undefined>"
|
|
6417
|
+
},
|
|
6057
6418
|
"description": "Emitted when the text field loses focus",
|
|
6058
6419
|
"name": "blur"
|
|
6059
6420
|
},
|
|
6060
6421
|
{
|
|
6422
|
+
"type": {
|
|
6423
|
+
"text": "CustomEvent<undefined>"
|
|
6424
|
+
},
|
|
6061
6425
|
"description": "Emitted when the text field receives focus",
|
|
6062
6426
|
"name": "focus"
|
|
6063
6427
|
},
|
|
6064
6428
|
{
|
|
6429
|
+
"type": {
|
|
6430
|
+
"text": "CustomEvent<HTMLElement>"
|
|
6431
|
+
},
|
|
6065
6432
|
"description": "Emitted when a digit button is clicked",
|
|
6066
6433
|
"name": "keypad-click"
|
|
6067
6434
|
},
|
|
6068
6435
|
{
|
|
6436
|
+
"type": {
|
|
6437
|
+
"text": "CustomEvent<undefined>"
|
|
6438
|
+
},
|
|
6069
6439
|
"description": "Emitted when the call button is clicked",
|
|
6070
6440
|
"name": "dial"
|
|
6071
6441
|
},
|
|
6072
6442
|
{
|
|
6443
|
+
"type": {
|
|
6444
|
+
"text": "CustomEvent<undefined>"
|
|
6445
|
+
},
|
|
6073
6446
|
"description": "Emitted when the end call button is clicked",
|
|
6074
6447
|
"name": "end-call"
|
|
6075
6448
|
}
|
|
@@ -6411,7 +6784,10 @@
|
|
|
6411
6784
|
],
|
|
6412
6785
|
"events": [
|
|
6413
6786
|
{
|
|
6414
|
-
"
|
|
6787
|
+
"type": {
|
|
6788
|
+
"text": "CustomEvent<string>"
|
|
6789
|
+
},
|
|
6790
|
+
"description": "The `close` event fires when the dialog closes (either via user interaction or via the API). It returns the return value inside the event's details property.",
|
|
6415
6791
|
"name": "close"
|
|
6416
6792
|
}
|
|
6417
6793
|
],
|
|
@@ -7352,6 +7728,9 @@
|
|
|
7352
7728
|
],
|
|
7353
7729
|
"events": [
|
|
7354
7730
|
{
|
|
7731
|
+
"type": {
|
|
7732
|
+
"text": "CustomEvent<undefined>"
|
|
7733
|
+
},
|
|
7355
7734
|
"description": "Emitted when a file is added or removed.",
|
|
7356
7735
|
"name": "change"
|
|
7357
7736
|
}
|
|
@@ -8348,10 +8727,16 @@
|
|
|
8348
8727
|
],
|
|
8349
8728
|
"events": [
|
|
8350
8729
|
{
|
|
8730
|
+
"type": {
|
|
8731
|
+
"text": "CustomEvent<undefined>"
|
|
8732
|
+
},
|
|
8351
8733
|
"description": "Fired when the menu is opened",
|
|
8352
8734
|
"name": "open"
|
|
8353
8735
|
},
|
|
8354
8736
|
{
|
|
8737
|
+
"type": {
|
|
8738
|
+
"text": "CustomEvent<undefined>"
|
|
8739
|
+
},
|
|
8355
8740
|
"description": "Fired when the menu is closed",
|
|
8356
8741
|
"name": "close"
|
|
8357
8742
|
}
|
|
@@ -8644,6 +9029,22 @@
|
|
|
8644
9029
|
"name": "updateSubmenu"
|
|
8645
9030
|
}
|
|
8646
9031
|
],
|
|
9032
|
+
"events": [
|
|
9033
|
+
{
|
|
9034
|
+
"type": {
|
|
9035
|
+
"text": "CustomEvent<HTMLElement>"
|
|
9036
|
+
},
|
|
9037
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
9038
|
+
"name": "expanded-change"
|
|
9039
|
+
},
|
|
9040
|
+
{
|
|
9041
|
+
"type": {
|
|
9042
|
+
"text": "CustomEvent<undefined>"
|
|
9043
|
+
},
|
|
9044
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
9045
|
+
"name": "change"
|
|
9046
|
+
}
|
|
9047
|
+
],
|
|
8647
9048
|
"attributes": [
|
|
8648
9049
|
{
|
|
8649
9050
|
"name": "text",
|
|
@@ -8996,6 +9397,9 @@
|
|
|
8996
9397
|
],
|
|
8997
9398
|
"events": [
|
|
8998
9399
|
{
|
|
9400
|
+
"type": {
|
|
9401
|
+
"text": "CustomEvent<undefined>"
|
|
9402
|
+
},
|
|
8999
9403
|
"description": "Event emitted when the nav disclosure is toggled.",
|
|
9000
9404
|
"name": "toggle"
|
|
9001
9405
|
}
|
|
@@ -9560,6 +9964,43 @@
|
|
|
9560
9964
|
"declarations": [],
|
|
9561
9965
|
"exports": []
|
|
9562
9966
|
},
|
|
9967
|
+
{
|
|
9968
|
+
"kind": "javascript-module",
|
|
9969
|
+
"path": "libs/components/src/lib/number-field/number-field.form-associated.ts",
|
|
9970
|
+
"declarations": [
|
|
9971
|
+
{
|
|
9972
|
+
"kind": "class",
|
|
9973
|
+
"description": "",
|
|
9974
|
+
"name": "FormAssociatedNumberField",
|
|
9975
|
+
"members": [
|
|
9976
|
+
{
|
|
9977
|
+
"kind": "field",
|
|
9978
|
+
"name": "proxy"
|
|
9979
|
+
}
|
|
9980
|
+
],
|
|
9981
|
+
"mixins": [
|
|
9982
|
+
{
|
|
9983
|
+
"name": "FormAssociated",
|
|
9984
|
+
"package": "@microsoft/fast-foundation"
|
|
9985
|
+
}
|
|
9986
|
+
],
|
|
9987
|
+
"superclass": {
|
|
9988
|
+
"name": "_NumberField",
|
|
9989
|
+
"module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
|
|
9990
|
+
}
|
|
9991
|
+
}
|
|
9992
|
+
],
|
|
9993
|
+
"exports": [
|
|
9994
|
+
{
|
|
9995
|
+
"kind": "js",
|
|
9996
|
+
"name": "FormAssociatedNumberField",
|
|
9997
|
+
"declaration": {
|
|
9998
|
+
"name": "FormAssociatedNumberField",
|
|
9999
|
+
"module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
|
|
10000
|
+
}
|
|
10001
|
+
}
|
|
10002
|
+
]
|
|
10003
|
+
},
|
|
9563
10004
|
{
|
|
9564
10005
|
"kind": "javascript-module",
|
|
9565
10006
|
"path": "libs/components/src/lib/number-field/number-field.ts",
|
|
@@ -9609,76 +10050,339 @@
|
|
|
9609
10050
|
}
|
|
9610
10051
|
],
|
|
9611
10052
|
"members": [
|
|
10053
|
+
{
|
|
10054
|
+
"kind": "field",
|
|
10055
|
+
"name": "readOnly",
|
|
10056
|
+
"type": {
|
|
10057
|
+
"text": "boolean"
|
|
10058
|
+
},
|
|
10059
|
+
"default": "false",
|
|
10060
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
10061
|
+
"privacy": "public"
|
|
10062
|
+
},
|
|
10063
|
+
{
|
|
10064
|
+
"kind": "field",
|
|
10065
|
+
"name": "autofocus",
|
|
10066
|
+
"type": {
|
|
10067
|
+
"text": "boolean"
|
|
10068
|
+
},
|
|
10069
|
+
"default": "false",
|
|
10070
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
10071
|
+
"privacy": "public"
|
|
10072
|
+
},
|
|
10073
|
+
{
|
|
10074
|
+
"kind": "field",
|
|
10075
|
+
"name": "placeholder",
|
|
10076
|
+
"type": {
|
|
10077
|
+
"text": "string"
|
|
10078
|
+
},
|
|
10079
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
10080
|
+
"privacy": "public"
|
|
10081
|
+
},
|
|
10082
|
+
{
|
|
10083
|
+
"kind": "field",
|
|
10084
|
+
"name": "list",
|
|
10085
|
+
"type": {
|
|
10086
|
+
"text": "string"
|
|
10087
|
+
},
|
|
10088
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
10089
|
+
"privacy": "public"
|
|
10090
|
+
},
|
|
10091
|
+
{
|
|
10092
|
+
"kind": "field",
|
|
10093
|
+
"name": "maxlength",
|
|
10094
|
+
"type": {
|
|
10095
|
+
"text": "number"
|
|
10096
|
+
},
|
|
10097
|
+
"description": "The maximum number of characters a user can enter.",
|
|
10098
|
+
"privacy": "public"
|
|
10099
|
+
},
|
|
10100
|
+
{
|
|
10101
|
+
"kind": "field",
|
|
10102
|
+
"name": "minlength",
|
|
10103
|
+
"type": {
|
|
10104
|
+
"text": "number"
|
|
10105
|
+
},
|
|
10106
|
+
"description": "The minimum number of characters a user can enter.",
|
|
10107
|
+
"privacy": "public"
|
|
10108
|
+
},
|
|
10109
|
+
{
|
|
10110
|
+
"kind": "field",
|
|
10111
|
+
"name": "size",
|
|
10112
|
+
"type": {
|
|
10113
|
+
"text": "number"
|
|
10114
|
+
},
|
|
10115
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
10116
|
+
"privacy": "public"
|
|
10117
|
+
},
|
|
10118
|
+
{
|
|
10119
|
+
"kind": "field",
|
|
10120
|
+
"name": "step",
|
|
10121
|
+
"type": {
|
|
10122
|
+
"text": "number"
|
|
10123
|
+
},
|
|
10124
|
+
"default": "1",
|
|
10125
|
+
"description": "Amount to increment or decrement the value by",
|
|
10126
|
+
"privacy": "public"
|
|
10127
|
+
},
|
|
10128
|
+
{
|
|
10129
|
+
"kind": "method",
|
|
10130
|
+
"name": "stepChanged",
|
|
10131
|
+
"parameters": [
|
|
10132
|
+
{
|
|
10133
|
+
"name": "_",
|
|
10134
|
+
"type": {
|
|
10135
|
+
"text": "number"
|
|
10136
|
+
}
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"name": "next",
|
|
10140
|
+
"type": {
|
|
10141
|
+
"text": "number"
|
|
10142
|
+
}
|
|
10143
|
+
}
|
|
10144
|
+
]
|
|
10145
|
+
},
|
|
10146
|
+
{
|
|
10147
|
+
"kind": "field",
|
|
10148
|
+
"name": "max",
|
|
10149
|
+
"type": {
|
|
10150
|
+
"text": "number"
|
|
10151
|
+
},
|
|
10152
|
+
"description": "The maximum the value can be",
|
|
10153
|
+
"privacy": "public"
|
|
10154
|
+
},
|
|
10155
|
+
{
|
|
10156
|
+
"kind": "field",
|
|
10157
|
+
"name": "min",
|
|
10158
|
+
"type": {
|
|
10159
|
+
"text": "number"
|
|
10160
|
+
},
|
|
10161
|
+
"description": "The minimum the value can be",
|
|
10162
|
+
"privacy": "public"
|
|
10163
|
+
},
|
|
10164
|
+
{
|
|
10165
|
+
"kind": "field",
|
|
10166
|
+
"name": "valueAsNumber",
|
|
10167
|
+
"type": {
|
|
10168
|
+
"text": "number"
|
|
10169
|
+
},
|
|
10170
|
+
"description": "The value property, typed as a number.",
|
|
10171
|
+
"privacy": "public"
|
|
10172
|
+
},
|
|
10173
|
+
{
|
|
10174
|
+
"kind": "method",
|
|
10175
|
+
"name": "#valueToPresentationValue",
|
|
10176
|
+
"return": {
|
|
10177
|
+
"type": {
|
|
10178
|
+
"text": "string"
|
|
10179
|
+
}
|
|
10180
|
+
},
|
|
10181
|
+
"parameters": [
|
|
10182
|
+
{
|
|
10183
|
+
"name": "value",
|
|
10184
|
+
"type": {
|
|
10185
|
+
"text": "string"
|
|
10186
|
+
}
|
|
10187
|
+
}
|
|
10188
|
+
]
|
|
10189
|
+
},
|
|
10190
|
+
{
|
|
10191
|
+
"kind": "method",
|
|
10192
|
+
"name": "#inputToPresentationValue",
|
|
10193
|
+
"return": {
|
|
10194
|
+
"type": {
|
|
10195
|
+
"text": "string"
|
|
10196
|
+
}
|
|
10197
|
+
},
|
|
10198
|
+
"parameters": [
|
|
10199
|
+
{
|
|
10200
|
+
"name": "input",
|
|
10201
|
+
"type": {
|
|
10202
|
+
"text": "string"
|
|
10203
|
+
}
|
|
10204
|
+
}
|
|
10205
|
+
]
|
|
10206
|
+
},
|
|
10207
|
+
{
|
|
10208
|
+
"kind": "method",
|
|
10209
|
+
"name": "#presentationValueToValue",
|
|
10210
|
+
"return": {
|
|
10211
|
+
"type": {
|
|
10212
|
+
"text": "string"
|
|
10213
|
+
}
|
|
10214
|
+
},
|
|
10215
|
+
"parameters": [
|
|
10216
|
+
{
|
|
10217
|
+
"name": "presentationValue",
|
|
10218
|
+
"type": {
|
|
10219
|
+
"text": "string"
|
|
10220
|
+
}
|
|
10221
|
+
}
|
|
10222
|
+
]
|
|
10223
|
+
},
|
|
10224
|
+
{
|
|
10225
|
+
"kind": "method",
|
|
10226
|
+
"name": "validate",
|
|
10227
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
10228
|
+
},
|
|
10229
|
+
{
|
|
10230
|
+
"kind": "method",
|
|
10231
|
+
"name": "stepUp",
|
|
10232
|
+
"description": "Increments the value using the step value",
|
|
10233
|
+
"privacy": "public"
|
|
10234
|
+
},
|
|
10235
|
+
{
|
|
10236
|
+
"kind": "method",
|
|
10237
|
+
"name": "stepDown",
|
|
10238
|
+
"description": "Decrements the value using the step value",
|
|
10239
|
+
"privacy": "public"
|
|
10240
|
+
},
|
|
10241
|
+
{
|
|
10242
|
+
"kind": "method",
|
|
10243
|
+
"name": "select",
|
|
10244
|
+
"description": "Selects all the text in the number field",
|
|
10245
|
+
"privacy": "public"
|
|
10246
|
+
},
|
|
9612
10247
|
{
|
|
9613
10248
|
"kind": "field",
|
|
9614
10249
|
"name": "incrementButtonAriaLabel",
|
|
9615
10250
|
"type": {
|
|
9616
|
-
"text": "| string\n\t\t| null"
|
|
10251
|
+
"text": "| string\n\t\t| null"
|
|
10252
|
+
},
|
|
10253
|
+
"default": "null"
|
|
10254
|
+
},
|
|
10255
|
+
{
|
|
10256
|
+
"kind": "field",
|
|
10257
|
+
"name": "decrementButtonAriaLabel",
|
|
10258
|
+
"type": {
|
|
10259
|
+
"text": "| string\n\t\t| null"
|
|
10260
|
+
},
|
|
10261
|
+
"default": "null"
|
|
10262
|
+
},
|
|
10263
|
+
{
|
|
10264
|
+
"kind": "field",
|
|
10265
|
+
"name": "appearance",
|
|
10266
|
+
"type": {
|
|
10267
|
+
"text": "NumberFieldAppearance | undefined"
|
|
10268
|
+
}
|
|
10269
|
+
},
|
|
10270
|
+
{
|
|
10271
|
+
"kind": "field",
|
|
10272
|
+
"name": "shape",
|
|
10273
|
+
"type": {
|
|
10274
|
+
"text": "NumberFieldShape | undefined"
|
|
10275
|
+
}
|
|
10276
|
+
},
|
|
10277
|
+
{
|
|
10278
|
+
"kind": "field",
|
|
10279
|
+
"name": "autoComplete",
|
|
10280
|
+
"type": {
|
|
10281
|
+
"text": "string | undefined"
|
|
10282
|
+
}
|
|
10283
|
+
},
|
|
10284
|
+
{
|
|
10285
|
+
"kind": "field",
|
|
10286
|
+
"name": "proxy",
|
|
10287
|
+
"inheritedFrom": {
|
|
10288
|
+
"name": "FormAssociatedNumberField",
|
|
10289
|
+
"module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
|
|
10290
|
+
}
|
|
10291
|
+
}
|
|
10292
|
+
],
|
|
10293
|
+
"events": [
|
|
10294
|
+
{
|
|
10295
|
+
"type": {
|
|
10296
|
+
"text": "CustomEvent<undefined>"
|
|
10297
|
+
},
|
|
10298
|
+
"description": "Fires a custom 'input' event when the value has changed",
|
|
10299
|
+
"name": "input"
|
|
10300
|
+
},
|
|
10301
|
+
{
|
|
10302
|
+
"type": {
|
|
10303
|
+
"text": "CustomEvent<undefined>"
|
|
10304
|
+
},
|
|
10305
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
10306
|
+
"name": "change"
|
|
10307
|
+
}
|
|
10308
|
+
],
|
|
10309
|
+
"attributes": [
|
|
10310
|
+
{
|
|
10311
|
+
"name": "readonly",
|
|
10312
|
+
"type": {
|
|
10313
|
+
"text": "boolean"
|
|
10314
|
+
},
|
|
10315
|
+
"default": "false",
|
|
10316
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
10317
|
+
"fieldName": "readOnly"
|
|
10318
|
+
},
|
|
10319
|
+
{
|
|
10320
|
+
"type": {
|
|
10321
|
+
"text": "boolean"
|
|
10322
|
+
},
|
|
10323
|
+
"default": "false",
|
|
10324
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
10325
|
+
"fieldName": "autofocus"
|
|
10326
|
+
},
|
|
10327
|
+
{
|
|
10328
|
+
"name": "placeholder",
|
|
10329
|
+
"type": {
|
|
10330
|
+
"text": "string"
|
|
9617
10331
|
},
|
|
9618
|
-
"
|
|
10332
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
10333
|
+
"fieldName": "placeholder"
|
|
9619
10334
|
},
|
|
9620
10335
|
{
|
|
9621
|
-
"
|
|
9622
|
-
"name": "decrementButtonAriaLabel",
|
|
10336
|
+
"name": "list",
|
|
9623
10337
|
"type": {
|
|
9624
|
-
"text": "
|
|
10338
|
+
"text": "string"
|
|
9625
10339
|
},
|
|
9626
|
-
"
|
|
10340
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
10341
|
+
"fieldName": "list"
|
|
9627
10342
|
},
|
|
9628
10343
|
{
|
|
9629
|
-
"kind": "field",
|
|
9630
|
-
"name": "appearance",
|
|
9631
10344
|
"type": {
|
|
9632
|
-
"text": "
|
|
9633
|
-
}
|
|
10345
|
+
"text": "number"
|
|
10346
|
+
},
|
|
10347
|
+
"description": "The maximum number of characters a user can enter.",
|
|
10348
|
+
"fieldName": "maxlength"
|
|
9634
10349
|
},
|
|
9635
10350
|
{
|
|
9636
|
-
"kind": "field",
|
|
9637
|
-
"name": "shape",
|
|
9638
10351
|
"type": {
|
|
9639
|
-
"text": "
|
|
9640
|
-
}
|
|
10352
|
+
"text": "number"
|
|
10353
|
+
},
|
|
10354
|
+
"description": "The minimum number of characters a user can enter.",
|
|
10355
|
+
"fieldName": "minlength"
|
|
9641
10356
|
},
|
|
9642
10357
|
{
|
|
9643
|
-
"kind": "field",
|
|
9644
|
-
"name": "autoComplete",
|
|
9645
10358
|
"type": {
|
|
9646
|
-
"text": "
|
|
9647
|
-
}
|
|
10359
|
+
"text": "number"
|
|
10360
|
+
},
|
|
10361
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
10362
|
+
"fieldName": "size"
|
|
9648
10363
|
},
|
|
9649
10364
|
{
|
|
9650
|
-
"
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
"text": "number"
|
|
9657
|
-
}
|
|
9658
|
-
},
|
|
9659
|
-
{
|
|
9660
|
-
"name": "next",
|
|
9661
|
-
"type": {
|
|
9662
|
-
"text": "number"
|
|
9663
|
-
}
|
|
9664
|
-
}
|
|
9665
|
-
]
|
|
10365
|
+
"type": {
|
|
10366
|
+
"text": "number"
|
|
10367
|
+
},
|
|
10368
|
+
"default": "1",
|
|
10369
|
+
"description": "Amount to increment or decrement the value by",
|
|
10370
|
+
"fieldName": "step"
|
|
9666
10371
|
},
|
|
9667
10372
|
{
|
|
9668
|
-
"
|
|
9669
|
-
|
|
10373
|
+
"type": {
|
|
10374
|
+
"text": "number"
|
|
10375
|
+
},
|
|
10376
|
+
"description": "The maximum the value can be",
|
|
10377
|
+
"fieldName": "max"
|
|
9670
10378
|
},
|
|
9671
10379
|
{
|
|
9672
|
-
"
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
-
|
|
9676
|
-
|
|
9677
|
-
|
|
9678
|
-
}
|
|
9679
|
-
}
|
|
9680
|
-
],
|
|
9681
|
-
"attributes": [
|
|
10380
|
+
"type": {
|
|
10381
|
+
"text": "number"
|
|
10382
|
+
},
|
|
10383
|
+
"description": "The minimum the value can be",
|
|
10384
|
+
"fieldName": "min"
|
|
10385
|
+
},
|
|
9682
10386
|
{
|
|
9683
10387
|
"name": "increment-button-aria-label",
|
|
9684
10388
|
"type": {
|
|
@@ -9718,8 +10422,8 @@
|
|
|
9718
10422
|
}
|
|
9719
10423
|
],
|
|
9720
10424
|
"superclass": {
|
|
9721
|
-
"name": "
|
|
9722
|
-
"
|
|
10425
|
+
"name": "FormAssociatedNumberField",
|
|
10426
|
+
"module": "/libs/components/src/lib/number-field/number-field.form-associated"
|
|
9723
10427
|
},
|
|
9724
10428
|
"vividComponent": {
|
|
9725
10429
|
"public": true,
|
|
@@ -10089,6 +10793,9 @@
|
|
|
10089
10793
|
],
|
|
10090
10794
|
"events": [
|
|
10091
10795
|
{
|
|
10796
|
+
"type": {
|
|
10797
|
+
"text": "CustomEvent<{selectedIndex: number, total: number, oldIndex: number}>"
|
|
10798
|
+
},
|
|
10092
10799
|
"description": "Fires when the page changes.",
|
|
10093
10800
|
"name": "pagination-change"
|
|
10094
10801
|
}
|
|
@@ -10466,19 +11173,19 @@
|
|
|
10466
11173
|
"name": "ProgressRing",
|
|
10467
11174
|
"cssProperties": [
|
|
10468
11175
|
{
|
|
10469
|
-
"name": "--vvd-progress-ring-cta-
|
|
10470
|
-
"default": "var(--vvd-color-cta-
|
|
11176
|
+
"name": "--vvd-progress-ring-cta-firm",
|
|
11177
|
+
"default": "var(--vvd-color-cta-600)"
|
|
10471
11178
|
},
|
|
10472
11179
|
{
|
|
10473
|
-
"name": "--vvd-progress-ring-alert-
|
|
10474
|
-
"default": "var(--vvd-color-alert-
|
|
11180
|
+
"name": "--vvd-progress-ring-alert-firm",
|
|
11181
|
+
"default": "var(--vvd-color-alert-600)"
|
|
10475
11182
|
},
|
|
10476
11183
|
{
|
|
10477
|
-
"name": "--vvd-progress-ring-success-
|
|
10478
|
-
"default": "var(--vvd-color-success-
|
|
11184
|
+
"name": "--vvd-progress-ring-success-firm",
|
|
11185
|
+
"default": "var(--vvd-color-success-600)"
|
|
10479
11186
|
},
|
|
10480
11187
|
{
|
|
10481
|
-
"name": "--vvd-progress-ring-accent-
|
|
11188
|
+
"name": "--vvd-progress-ring-accent-firm",
|
|
10482
11189
|
"default": "var(--vvd-color-canvas-text)"
|
|
10483
11190
|
}
|
|
10484
11191
|
],
|
|
@@ -10677,6 +11384,15 @@
|
|
|
10677
11384
|
"privacy": "public"
|
|
10678
11385
|
}
|
|
10679
11386
|
],
|
|
11387
|
+
"events": [
|
|
11388
|
+
{
|
|
11389
|
+
"type": {
|
|
11390
|
+
"text": "CustomEvent<undefined>"
|
|
11391
|
+
},
|
|
11392
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
11393
|
+
"name": "change"
|
|
11394
|
+
}
|
|
11395
|
+
],
|
|
10680
11396
|
"attributes": [
|
|
10681
11397
|
{
|
|
10682
11398
|
"name": "aria-label",
|
|
@@ -10789,6 +11505,15 @@
|
|
|
10789
11505
|
"privacy": "public"
|
|
10790
11506
|
}
|
|
10791
11507
|
],
|
|
11508
|
+
"events": [
|
|
11509
|
+
{
|
|
11510
|
+
"type": {
|
|
11511
|
+
"text": "CustomEvent<undefined>"
|
|
11512
|
+
},
|
|
11513
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
11514
|
+
"name": "change"
|
|
11515
|
+
}
|
|
11516
|
+
],
|
|
10792
11517
|
"attributes": [
|
|
10793
11518
|
{
|
|
10794
11519
|
"name": "label",
|
|
@@ -11246,12 +11971,32 @@
|
|
|
11246
11971
|
],
|
|
11247
11972
|
"events": [
|
|
11248
11973
|
{
|
|
11974
|
+
"type": {
|
|
11975
|
+
"text": "CustomEvent<undefined>"
|
|
11976
|
+
},
|
|
11249
11977
|
"description": "Event emitted when the start value changes",
|
|
11250
11978
|
"name": "input:start"
|
|
11251
11979
|
},
|
|
11252
11980
|
{
|
|
11981
|
+
"type": {
|
|
11982
|
+
"text": "CustomEvent<undefined>"
|
|
11983
|
+
},
|
|
11253
11984
|
"description": "Event emitted when the end value changes",
|
|
11254
11985
|
"name": "input:end"
|
|
11986
|
+
},
|
|
11987
|
+
{
|
|
11988
|
+
"type": {
|
|
11989
|
+
"text": "CustomEvent<undefined>"
|
|
11990
|
+
},
|
|
11991
|
+
"description": "Event emitted when either the start or end value changes.",
|
|
11992
|
+
"name": "input"
|
|
11993
|
+
},
|
|
11994
|
+
{
|
|
11995
|
+
"type": {
|
|
11996
|
+
"text": "CustomEvent<undefined>"
|
|
11997
|
+
},
|
|
11998
|
+
"description": "Event emitted when either the start or end value changes.",
|
|
11999
|
+
"name": "change"
|
|
11255
12000
|
}
|
|
11256
12001
|
],
|
|
11257
12002
|
"attributes": [
|
|
@@ -11561,6 +12306,22 @@
|
|
|
11561
12306
|
}
|
|
11562
12307
|
}
|
|
11563
12308
|
],
|
|
12309
|
+
"events": [
|
|
12310
|
+
{
|
|
12311
|
+
"type": {
|
|
12312
|
+
"text": "CustomEvent<undefined>"
|
|
12313
|
+
},
|
|
12314
|
+
"description": "Fires a custom 'input' event when the value updates",
|
|
12315
|
+
"name": "input"
|
|
12316
|
+
},
|
|
12317
|
+
{
|
|
12318
|
+
"type": {
|
|
12319
|
+
"text": "CustomEvent<HTMLElement>"
|
|
12320
|
+
},
|
|
12321
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
12322
|
+
"name": "change"
|
|
12323
|
+
}
|
|
12324
|
+
],
|
|
11564
12325
|
"attributes": [
|
|
11565
12326
|
{
|
|
11566
12327
|
"name": "appearance",
|
|
@@ -11790,6 +12551,9 @@
|
|
|
11790
12551
|
],
|
|
11791
12552
|
"events": [
|
|
11792
12553
|
{
|
|
12554
|
+
"type": {
|
|
12555
|
+
"text": "CustomEvent<undefined>"
|
|
12556
|
+
},
|
|
11793
12557
|
"description": "Fired when the checked state changes",
|
|
11794
12558
|
"name": "change"
|
|
11795
12559
|
}
|
|
@@ -11994,10 +12758,16 @@
|
|
|
11994
12758
|
],
|
|
11995
12759
|
"events": [
|
|
11996
12760
|
{
|
|
12761
|
+
"type": {
|
|
12762
|
+
"text": "CustomEvent<undefined>"
|
|
12763
|
+
},
|
|
11997
12764
|
"description": "Fired when the side drawer is closed.",
|
|
11998
12765
|
"name": "close"
|
|
11999
12766
|
},
|
|
12000
12767
|
{
|
|
12768
|
+
"type": {
|
|
12769
|
+
"text": "CustomEvent<undefined>"
|
|
12770
|
+
},
|
|
12001
12771
|
"description": "Fired when the side drawer is opened.",
|
|
12002
12772
|
"name": "open"
|
|
12003
12773
|
}
|
|
@@ -12169,6 +12939,15 @@
|
|
|
12169
12939
|
"privacy": "public"
|
|
12170
12940
|
}
|
|
12171
12941
|
],
|
|
12942
|
+
"events": [
|
|
12943
|
+
{
|
|
12944
|
+
"type": {
|
|
12945
|
+
"text": "CustomEvent<undefined>"
|
|
12946
|
+
},
|
|
12947
|
+
"description": "Fires a custom 'change' event when the slider value changes",
|
|
12948
|
+
"name": "change"
|
|
12949
|
+
}
|
|
12950
|
+
],
|
|
12172
12951
|
"attributes": [
|
|
12173
12952
|
{
|
|
12174
12953
|
"name": "aria-label",
|
|
@@ -12402,6 +13181,38 @@
|
|
|
12402
13181
|
"name": "--vvd-split-button-alert-faint",
|
|
12403
13182
|
"default": "var(--vvd-color-alert-50)"
|
|
12404
13183
|
},
|
|
13184
|
+
{
|
|
13185
|
+
"name": "--vvd-split-button-announcement-primary",
|
|
13186
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
13187
|
+
},
|
|
13188
|
+
{
|
|
13189
|
+
"name": "--vvd-split-button-announcement-primary-text",
|
|
13190
|
+
"default": "var(--vvd-color-canvas)"
|
|
13191
|
+
},
|
|
13192
|
+
{
|
|
13193
|
+
"name": "--vvd-split-button-announcement-primary-increment",
|
|
13194
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
13195
|
+
},
|
|
13196
|
+
{
|
|
13197
|
+
"name": "--vvd-split-button-announcement-contrast",
|
|
13198
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
13199
|
+
},
|
|
13200
|
+
{
|
|
13201
|
+
"name": "--vvd-split-button-announcement-fierce",
|
|
13202
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
13203
|
+
},
|
|
13204
|
+
{
|
|
13205
|
+
"name": "--vvd-split-button-announcement-firm",
|
|
13206
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
13207
|
+
},
|
|
13208
|
+
{
|
|
13209
|
+
"name": "--vvd-split-button-announcement-soft",
|
|
13210
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
13211
|
+
},
|
|
13212
|
+
{
|
|
13213
|
+
"name": "--vvd-split-button-announcement-faint",
|
|
13214
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
13215
|
+
},
|
|
12405
13216
|
{
|
|
12406
13217
|
"name": "--vvd-split-button-accent-primary",
|
|
12407
13218
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -12583,10 +13394,16 @@
|
|
|
12583
13394
|
],
|
|
12584
13395
|
"events": [
|
|
12585
13396
|
{
|
|
13397
|
+
"type": {
|
|
13398
|
+
"text": "CustomEvent<undefined>"
|
|
13399
|
+
},
|
|
12586
13400
|
"description": "Event emitted when the action button is clicked",
|
|
12587
13401
|
"name": "action-click"
|
|
12588
13402
|
},
|
|
12589
13403
|
{
|
|
13404
|
+
"type": {
|
|
13405
|
+
"text": "CustomEvent<undefined>"
|
|
13406
|
+
},
|
|
12590
13407
|
"description": "Event emitted when the indicator button is clicked",
|
|
12591
13408
|
"name": "indicator-click"
|
|
12592
13409
|
}
|
|
@@ -12879,6 +13696,15 @@
|
|
|
12879
13696
|
"privacy": "public"
|
|
12880
13697
|
}
|
|
12881
13698
|
],
|
|
13699
|
+
"events": [
|
|
13700
|
+
{
|
|
13701
|
+
"type": {
|
|
13702
|
+
"text": "CustomEvent<undefined>"
|
|
13703
|
+
},
|
|
13704
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
13705
|
+
"name": "change"
|
|
13706
|
+
}
|
|
13707
|
+
],
|
|
12882
13708
|
"attributes": [
|
|
12883
13709
|
{
|
|
12884
13710
|
"name": "label",
|
|
@@ -12991,10 +13817,6 @@
|
|
|
12991
13817
|
"description": "",
|
|
12992
13818
|
"name": "Tab",
|
|
12993
13819
|
"cssProperties": [
|
|
12994
|
-
{
|
|
12995
|
-
"name": "--vvd-tab-cta-primary",
|
|
12996
|
-
"default": "var(--vvd-color-cta-500)"
|
|
12997
|
-
},
|
|
12998
13820
|
{
|
|
12999
13821
|
"name": "--vvd-tab-cta-primary-text",
|
|
13000
13822
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -13016,8 +13838,8 @@
|
|
|
13016
13838
|
"default": "var(--vvd-color-cta-300)"
|
|
13017
13839
|
},
|
|
13018
13840
|
{
|
|
13019
|
-
"name": "--vvd-tab-
|
|
13020
|
-
"default": "var(--vvd-color-
|
|
13841
|
+
"name": "--vvd-tab-cta-soft",
|
|
13842
|
+
"default": "var(--vvd-color-cta-100)"
|
|
13021
13843
|
},
|
|
13022
13844
|
{
|
|
13023
13845
|
"name": "--vvd-tab-accent-primary-text",
|
|
@@ -13038,6 +13860,10 @@
|
|
|
13038
13860
|
{
|
|
13039
13861
|
"name": "--vvd-tab-accent-pale",
|
|
13040
13862
|
"default": "var(--vvd-color-neutral-300)"
|
|
13863
|
+
},
|
|
13864
|
+
{
|
|
13865
|
+
"name": "--vvd-tab-accent-soft",
|
|
13866
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
13041
13867
|
}
|
|
13042
13868
|
],
|
|
13043
13869
|
"slots": [
|
|
@@ -13286,11 +14112,11 @@
|
|
|
13286
14112
|
"name": "Tabs",
|
|
13287
14113
|
"cssProperties": [
|
|
13288
14114
|
{
|
|
13289
|
-
"name": "--vvd-tabs-cta-
|
|
13290
|
-
"default": "var(--vvd-color-cta-
|
|
14115
|
+
"name": "--vvd-tabs-cta-firm",
|
|
14116
|
+
"default": "var(--vvd-color-cta-600)"
|
|
13291
14117
|
},
|
|
13292
14118
|
{
|
|
13293
|
-
"name": "--vvd-tabs-accent-
|
|
14119
|
+
"name": "--vvd-tabs-accent-firm",
|
|
13294
14120
|
"default": "var(--vvd-color-canvas-text)"
|
|
13295
14121
|
}
|
|
13296
14122
|
],
|
|
@@ -13421,6 +14247,15 @@
|
|
|
13421
14247
|
"name": "#patchActiveID"
|
|
13422
14248
|
}
|
|
13423
14249
|
],
|
|
14250
|
+
"events": [
|
|
14251
|
+
{
|
|
14252
|
+
"type": {
|
|
14253
|
+
"text": "CustomEvent<HTMLElement>"
|
|
14254
|
+
},
|
|
14255
|
+
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
|
|
14256
|
+
"name": "change"
|
|
14257
|
+
}
|
|
14258
|
+
],
|
|
13424
14259
|
"attributes": [
|
|
13425
14260
|
{
|
|
13426
14261
|
"name": "connotation",
|
|
@@ -13726,6 +14561,22 @@
|
|
|
13726
14561
|
}
|
|
13727
14562
|
}
|
|
13728
14563
|
],
|
|
14564
|
+
"events": [
|
|
14565
|
+
{
|
|
14566
|
+
"type": {
|
|
14567
|
+
"text": "CustomEvent<undefined>"
|
|
14568
|
+
},
|
|
14569
|
+
"description": "Fires when the selected state changes",
|
|
14570
|
+
"name": "selected-change"
|
|
14571
|
+
},
|
|
14572
|
+
{
|
|
14573
|
+
"type": {
|
|
14574
|
+
"text": "CustomEvent<undefined>"
|
|
14575
|
+
},
|
|
14576
|
+
"description": "Fires when the tag is removed",
|
|
14577
|
+
"name": "removed"
|
|
14578
|
+
}
|
|
14579
|
+
],
|
|
13729
14580
|
"attributes": [
|
|
13730
14581
|
{
|
|
13731
14582
|
"name": "connotation",
|
|
@@ -14231,6 +15082,15 @@
|
|
|
14231
15082
|
}
|
|
14232
15083
|
}
|
|
14233
15084
|
],
|
|
15085
|
+
"events": [
|
|
15086
|
+
{
|
|
15087
|
+
"type": {
|
|
15088
|
+
"text": "CustomEvent<undefined>"
|
|
15089
|
+
},
|
|
15090
|
+
"description": "Emits a custom 'change' event when the textarea emits a change event",
|
|
15091
|
+
"name": "change"
|
|
15092
|
+
}
|
|
15093
|
+
],
|
|
14234
15094
|
"attributes": [
|
|
14235
15095
|
{
|
|
14236
15096
|
"name": "wrap",
|
|
@@ -14460,6 +15320,15 @@
|
|
|
14460
15320
|
"name": "#updateMirroredHelperText"
|
|
14461
15321
|
}
|
|
14462
15322
|
],
|
|
15323
|
+
"events": [
|
|
15324
|
+
{
|
|
15325
|
+
"type": {
|
|
15326
|
+
"text": "CustomEvent<undefined>"
|
|
15327
|
+
},
|
|
15328
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
15329
|
+
"name": "change"
|
|
15330
|
+
}
|
|
15331
|
+
],
|
|
14463
15332
|
"attributes": [
|
|
14464
15333
|
{
|
|
14465
15334
|
"name": "appearance",
|
|
@@ -14789,6 +15658,16 @@
|
|
|
14789
15658
|
],
|
|
14790
15659
|
"events": [
|
|
14791
15660
|
{
|
|
15661
|
+
"type": {
|
|
15662
|
+
"text": "CustomEvent<undefined>"
|
|
15663
|
+
},
|
|
15664
|
+
"description": "Emitted when the time is changed by the user.",
|
|
15665
|
+
"name": "input"
|
|
15666
|
+
},
|
|
15667
|
+
{
|
|
15668
|
+
"type": {
|
|
15669
|
+
"text": "CustomEvent<undefined>"
|
|
15670
|
+
},
|
|
14792
15671
|
"description": "Emitted when the time is changed by the user.",
|
|
14793
15672
|
"name": "change"
|
|
14794
15673
|
}
|
|
@@ -15354,6 +16233,10 @@
|
|
|
15354
16233
|
{
|
|
15355
16234
|
"name": "--vvd-tree-item-accent-soft",
|
|
15356
16235
|
"default": "var(--vvd-color-neutral-100)"
|
|
16236
|
+
},
|
|
16237
|
+
{
|
|
16238
|
+
"name": "--vvd-tree-item-accent-firm",
|
|
16239
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
15357
16240
|
}
|
|
15358
16241
|
],
|
|
15359
16242
|
"slots": [
|
|
@@ -15377,6 +16260,22 @@
|
|
|
15377
16260
|
"privacy": "public"
|
|
15378
16261
|
}
|
|
15379
16262
|
],
|
|
16263
|
+
"events": [
|
|
16264
|
+
{
|
|
16265
|
+
"type": {
|
|
16266
|
+
"text": "CustomEvent<HTMLElement>"
|
|
16267
|
+
},
|
|
16268
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
16269
|
+
"name": "expanded-change"
|
|
16270
|
+
},
|
|
16271
|
+
{
|
|
16272
|
+
"type": {
|
|
16273
|
+
"text": "CustomEvent<HTMLElement>"
|
|
16274
|
+
},
|
|
16275
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
16276
|
+
"name": "selected-change"
|
|
16277
|
+
}
|
|
16278
|
+
],
|
|
15380
16279
|
"attributes": [
|
|
15381
16280
|
{
|
|
15382
16281
|
"name": "text",
|
|
@@ -15539,6 +16438,23 @@
|
|
|
15539
16438
|
},
|
|
15540
16439
|
"default": "'0.5, 1, 1.5, 2'"
|
|
15541
16440
|
},
|
|
16441
|
+
{
|
|
16442
|
+
"kind": "function",
|
|
16443
|
+
"name": "getPlaybackRatesArray",
|
|
16444
|
+
"return": {
|
|
16445
|
+
"type": {
|
|
16446
|
+
"text": "number[]"
|
|
16447
|
+
}
|
|
16448
|
+
},
|
|
16449
|
+
"parameters": [
|
|
16450
|
+
{
|
|
16451
|
+
"name": "playbackRates",
|
|
16452
|
+
"type": {
|
|
16453
|
+
"text": "string"
|
|
16454
|
+
}
|
|
16455
|
+
}
|
|
16456
|
+
]
|
|
16457
|
+
},
|
|
15542
16458
|
{
|
|
15543
16459
|
"kind": "class",
|
|
15544
16460
|
"description": "Base class for video-player",
|
|
@@ -15656,14 +16572,23 @@
|
|
|
15656
16572
|
],
|
|
15657
16573
|
"events": [
|
|
15658
16574
|
{
|
|
16575
|
+
"type": {
|
|
16576
|
+
"text": "CustomEvent<undefined>"
|
|
16577
|
+
},
|
|
15659
16578
|
"description": "Fired when the video is played",
|
|
15660
16579
|
"name": "play"
|
|
15661
16580
|
},
|
|
15662
16581
|
{
|
|
16582
|
+
"type": {
|
|
16583
|
+
"text": "CustomEvent<undefined>"
|
|
16584
|
+
},
|
|
15663
16585
|
"description": "Fired when the video is paused",
|
|
15664
16586
|
"name": "pause"
|
|
15665
16587
|
},
|
|
15666
16588
|
{
|
|
16589
|
+
"type": {
|
|
16590
|
+
"text": "CustomEvent<undefined>"
|
|
16591
|
+
},
|
|
15667
16592
|
"description": "Fired when the video is ended",
|
|
15668
16593
|
"name": "ended"
|
|
15669
16594
|
}
|
|
@@ -15741,6 +16666,14 @@
|
|
|
15741
16666
|
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
15742
16667
|
}
|
|
15743
16668
|
},
|
|
16669
|
+
{
|
|
16670
|
+
"kind": "js",
|
|
16671
|
+
"name": "getPlaybackRatesArray",
|
|
16672
|
+
"declaration": {
|
|
16673
|
+
"name": "getPlaybackRatesArray",
|
|
16674
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
16675
|
+
}
|
|
16676
|
+
},
|
|
15744
16677
|
{
|
|
15745
16678
|
"kind": "js",
|
|
15746
16679
|
"name": "VideoPlayer",
|
|
@@ -16409,7 +17342,10 @@
|
|
|
16409
17342
|
],
|
|
16410
17343
|
"events": [
|
|
16411
17344
|
{
|
|
16412
|
-
"
|
|
17345
|
+
"type": {
|
|
17346
|
+
"text": "CustomEvent<undefined>"
|
|
17347
|
+
},
|
|
17348
|
+
"description": "Event emitted when the clear button is clicked.",
|
|
16413
17349
|
"name": "clear-click"
|
|
16414
17350
|
}
|
|
16415
17351
|
],
|