@vonage/vivid 3.58.0 → 3.60.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 +866 -68
- package/lib/appearance-ui/appearance-ui.d.ts +1 -1
- package/lib/audio-player/audio-player.d.ts +3 -0
- package/lib/button/button.d.ts +1 -1
- package/lib/combobox/combobox.d.ts +3 -0
- package/lib/combobox/definition.d.ts +1 -1
- package/lib/enums.d.ts +1 -0
- 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 +242 -331
- package/shared/definition35.js +243 -332
- package/shared/definition38.cjs +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition43.cjs +9 -1
- package/shared/definition43.js +9 -1
- package/shared/definition47.cjs +1 -1
- package/shared/definition47.js +1 -1
- package/shared/definition5.cjs +100 -39
- package/shared/definition5.js +93 -32
- 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/definition59.cjs +1 -1
- package/shared/definition59.js +1 -1
- package/shared/definition61.cjs +2 -65859
- package/shared/definition61.js +2 -65859
- package/shared/definition8.cjs +1 -1
- package/shared/definition8.js +1 -1
- package/shared/enums.cjs +1 -0
- package/shared/enums.js +1 -0
- package/shared/key-codes2.js +1 -1
- package/shared/patterns/anchored.d.ts +4 -4
- 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 +89 -1
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"
|
|
@@ -101,10 +110,6 @@
|
|
|
101
110
|
"description": "",
|
|
102
111
|
"name": "AccordionItem",
|
|
103
112
|
"cssProperties": [
|
|
104
|
-
{
|
|
105
|
-
"name": "--vvd-accordion-item-accent-primary",
|
|
106
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
107
|
-
},
|
|
108
113
|
{
|
|
109
114
|
"name": "--vvd-accordion-item-accent-faint",
|
|
110
115
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -112,6 +117,10 @@
|
|
|
112
117
|
{
|
|
113
118
|
"name": "--vvd-accordion-item-accent-soft",
|
|
114
119
|
"default": "var(--vvd-color-neutral-100)"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "--vvd-accordion-item-accent-firm",
|
|
123
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
115
124
|
}
|
|
116
125
|
],
|
|
117
126
|
"slots": [
|
|
@@ -163,6 +172,15 @@
|
|
|
163
172
|
"privacy": "public"
|
|
164
173
|
}
|
|
165
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
|
+
],
|
|
166
184
|
"attributes": [
|
|
167
185
|
{
|
|
168
186
|
"name": "heading",
|
|
@@ -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
|
}
|
|
@@ -1468,6 +1492,10 @@
|
|
|
1468
1492
|
"description": "Indicates the audio-player's src.",
|
|
1469
1493
|
"privacy": "public"
|
|
1470
1494
|
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "field",
|
|
1497
|
+
"name": "playbackRate"
|
|
1498
|
+
},
|
|
1471
1499
|
{
|
|
1472
1500
|
"kind": "method",
|
|
1473
1501
|
"name": "srcChanged"
|
|
@@ -1501,6 +1529,16 @@
|
|
|
1501
1529
|
"description": "Allows the audio to skip back or forward",
|
|
1502
1530
|
"privacy": "public"
|
|
1503
1531
|
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "field",
|
|
1534
|
+
"name": "playbackRates",
|
|
1535
|
+
"type": {
|
|
1536
|
+
"text": "string | null"
|
|
1537
|
+
},
|
|
1538
|
+
"default": "null",
|
|
1539
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
1540
|
+
"privacy": "public"
|
|
1541
|
+
},
|
|
1504
1542
|
{
|
|
1505
1543
|
"kind": "field",
|
|
1506
1544
|
"name": "paused",
|
|
@@ -1531,15 +1569,6 @@
|
|
|
1531
1569
|
"privacy": "private",
|
|
1532
1570
|
"default": "new Audio()"
|
|
1533
1571
|
},
|
|
1534
|
-
{
|
|
1535
|
-
"kind": "field",
|
|
1536
|
-
"name": "#baseElement",
|
|
1537
|
-
"privacy": "private",
|
|
1538
|
-
"type": {
|
|
1539
|
-
"text": "HTMLElement | null"
|
|
1540
|
-
},
|
|
1541
|
-
"readonly": true
|
|
1542
|
-
},
|
|
1543
1572
|
{
|
|
1544
1573
|
"kind": "method",
|
|
1545
1574
|
"name": "play"
|
|
@@ -1550,7 +1579,7 @@
|
|
|
1550
1579
|
},
|
|
1551
1580
|
{
|
|
1552
1581
|
"kind": "method",
|
|
1553
|
-
"name": "#
|
|
1582
|
+
"name": "#setSliderInteractionListeners",
|
|
1554
1583
|
"parameters": [
|
|
1555
1584
|
{
|
|
1556
1585
|
"name": "add",
|
|
@@ -1563,6 +1592,15 @@
|
|
|
1563
1592
|
"name": "#pausedChanged",
|
|
1564
1593
|
"privacy": "private"
|
|
1565
1594
|
},
|
|
1595
|
+
{
|
|
1596
|
+
"kind": "field",
|
|
1597
|
+
"name": "#currentTimeChanged",
|
|
1598
|
+
"privacy": "private",
|
|
1599
|
+
"type": {
|
|
1600
|
+
"text": "boolean"
|
|
1601
|
+
},
|
|
1602
|
+
"default": "false"
|
|
1603
|
+
},
|
|
1566
1604
|
{
|
|
1567
1605
|
"kind": "field",
|
|
1568
1606
|
"name": "#updateProgress",
|
|
@@ -1575,12 +1613,15 @@
|
|
|
1575
1613
|
},
|
|
1576
1614
|
{
|
|
1577
1615
|
"kind": "field",
|
|
1578
|
-
"name": "#
|
|
1579
|
-
"privacy": "private"
|
|
1616
|
+
"name": "#dragInterval",
|
|
1617
|
+
"privacy": "private",
|
|
1618
|
+
"type": {
|
|
1619
|
+
"text": "number | undefined"
|
|
1620
|
+
}
|
|
1580
1621
|
},
|
|
1581
1622
|
{
|
|
1582
1623
|
"kind": "field",
|
|
1583
|
-
"name": "#
|
|
1624
|
+
"name": "#updateCurrentTimeOnSliderChange",
|
|
1584
1625
|
"privacy": "private"
|
|
1585
1626
|
},
|
|
1586
1627
|
{
|
|
@@ -1668,6 +1709,15 @@
|
|
|
1668
1709
|
},
|
|
1669
1710
|
"description": "Allows the audio to skip back or forward",
|
|
1670
1711
|
"fieldName": "skipBy"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "playback-rates",
|
|
1715
|
+
"type": {
|
|
1716
|
+
"text": "string | null"
|
|
1717
|
+
},
|
|
1718
|
+
"default": "null",
|
|
1719
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
1720
|
+
"fieldName": "playbackRates"
|
|
1671
1721
|
}
|
|
1672
1722
|
],
|
|
1673
1723
|
"superclass": {
|
|
@@ -2943,6 +2993,42 @@
|
|
|
2943
2993
|
"name": "--vvd-button-alert-fierce-primary",
|
|
2944
2994
|
"default": "var(--vvd-color-alert-700)"
|
|
2945
2995
|
},
|
|
2996
|
+
{
|
|
2997
|
+
"name": "--vvd-button-announcement-primary",
|
|
2998
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "--vvd-button-announcement-primary-text",
|
|
3002
|
+
"default": "var(--vvd-color-canvas)"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "--vvd-button-announcement-primary-increment",
|
|
3006
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "--vvd-button-announcement-contrast",
|
|
3010
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"name": "--vvd-button-announcement-fierce",
|
|
3014
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"name": "--vvd-button-announcement-firm",
|
|
3018
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "--vvd-button-announcement-soft",
|
|
3022
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "--vvd-button-announcement-faint",
|
|
3026
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"name": "--vvd-button-announcement-fierce-primary",
|
|
3030
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
3031
|
+
},
|
|
2946
3032
|
{
|
|
2947
3033
|
"name": "--vvd-button-accent-primary",
|
|
2948
3034
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -4200,7 +4286,17 @@
|
|
|
4200
4286
|
],
|
|
4201
4287
|
"events": [
|
|
4202
4288
|
{
|
|
4203
|
-
"
|
|
4289
|
+
"type": {
|
|
4290
|
+
"text": "CustomEvent<undefined>"
|
|
4291
|
+
},
|
|
4292
|
+
"description": "Emitted when the checked state changes.",
|
|
4293
|
+
"name": "change"
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"type": {
|
|
4297
|
+
"text": "CustomEvent<undefined>"
|
|
4298
|
+
},
|
|
4299
|
+
"description": "Emitted when the checked state changes.",
|
|
4204
4300
|
"name": "input"
|
|
4205
4301
|
}
|
|
4206
4302
|
],
|
|
@@ -4309,6 +4405,15 @@
|
|
|
4309
4405
|
}
|
|
4310
4406
|
],
|
|
4311
4407
|
"members": [
|
|
4408
|
+
{
|
|
4409
|
+
"kind": "field",
|
|
4410
|
+
"name": "appearance",
|
|
4411
|
+
"type": {
|
|
4412
|
+
"text": "ComboboxAppearance | undefined"
|
|
4413
|
+
},
|
|
4414
|
+
"description": "The appearance attribute.",
|
|
4415
|
+
"privacy": "public"
|
|
4416
|
+
},
|
|
4312
4417
|
{
|
|
4313
4418
|
"kind": "field",
|
|
4314
4419
|
"name": "placement",
|
|
@@ -4342,7 +4447,24 @@
|
|
|
4342
4447
|
}
|
|
4343
4448
|
}
|
|
4344
4449
|
],
|
|
4450
|
+
"events": [
|
|
4451
|
+
{
|
|
4452
|
+
"type": {
|
|
4453
|
+
"text": "CustomEvent<undefined>"
|
|
4454
|
+
},
|
|
4455
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
4456
|
+
"name": "change"
|
|
4457
|
+
}
|
|
4458
|
+
],
|
|
4345
4459
|
"attributes": [
|
|
4460
|
+
{
|
|
4461
|
+
"name": "appearance",
|
|
4462
|
+
"type": {
|
|
4463
|
+
"text": "ComboboxAppearance | undefined"
|
|
4464
|
+
},
|
|
4465
|
+
"description": "The appearance attribute.",
|
|
4466
|
+
"fieldName": "appearance"
|
|
4467
|
+
},
|
|
4346
4468
|
{
|
|
4347
4469
|
"name": "placement",
|
|
4348
4470
|
"type": {
|
|
@@ -4423,6 +4545,14 @@
|
|
|
4423
4545
|
"module": "./combobox"
|
|
4424
4546
|
}
|
|
4425
4547
|
},
|
|
4548
|
+
{
|
|
4549
|
+
"kind": "js",
|
|
4550
|
+
"name": "ComboboxAppearance",
|
|
4551
|
+
"declaration": {
|
|
4552
|
+
"name": "ComboboxAppearance",
|
|
4553
|
+
"module": "./combobox"
|
|
4554
|
+
}
|
|
4555
|
+
},
|
|
4426
4556
|
{
|
|
4427
4557
|
"kind": "js",
|
|
4428
4558
|
"name": "comboboxRegistries",
|
|
@@ -4595,12 +4725,25 @@
|
|
|
4595
4725
|
],
|
|
4596
4726
|
"events": [
|
|
4597
4727
|
{
|
|
4728
|
+
"type": {
|
|
4729
|
+
"text": "CustomEvent<{columnDataKey: string, ariaSort: string | null}>"
|
|
4730
|
+
},
|
|
4598
4731
|
"description": "Event that fires when a sortable column header is clicked",
|
|
4599
4732
|
"name": "sort"
|
|
4600
4733
|
},
|
|
4601
4734
|
{
|
|
4735
|
+
"type": {
|
|
4736
|
+
"text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
|
|
4737
|
+
},
|
|
4602
4738
|
"description": "Event that fires when a cell is clicked",
|
|
4603
4739
|
"name": "cell-click"
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"type": {
|
|
4743
|
+
"text": "CustomEvent<HTMLElement>"
|
|
4744
|
+
},
|
|
4745
|
+
"description": "Fires a custom 'cell-focused' event when focus is on the cell or its contents",
|
|
4746
|
+
"name": "cell-focused"
|
|
4604
4747
|
}
|
|
4605
4748
|
],
|
|
4606
4749
|
"attributes": [
|
|
@@ -4738,8 +4881,18 @@
|
|
|
4738
4881
|
],
|
|
4739
4882
|
"events": [
|
|
4740
4883
|
{
|
|
4884
|
+
"type": {
|
|
4885
|
+
"text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
|
|
4886
|
+
},
|
|
4741
4887
|
"description": "Event that fires when a cell is clicked",
|
|
4742
4888
|
"name": "cell-click"
|
|
4889
|
+
},
|
|
4890
|
+
{
|
|
4891
|
+
"type": {
|
|
4892
|
+
"text": "CustomEvent<HTMLElement>"
|
|
4893
|
+
},
|
|
4894
|
+
"description": "Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row",
|
|
4895
|
+
"name": "row-focused"
|
|
4743
4896
|
}
|
|
4744
4897
|
],
|
|
4745
4898
|
"attributes": [
|
|
@@ -5016,6 +5169,9 @@
|
|
|
5016
5169
|
],
|
|
5017
5170
|
"events": [
|
|
5018
5171
|
{
|
|
5172
|
+
"type": {
|
|
5173
|
+
"text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
|
|
5174
|
+
},
|
|
5019
5175
|
"description": "Event that fires when a cell is clicked",
|
|
5020
5176
|
"name": "cell-click"
|
|
5021
5177
|
}
|
|
@@ -5377,6 +5533,33 @@
|
|
|
5377
5533
|
}
|
|
5378
5534
|
}
|
|
5379
5535
|
],
|
|
5536
|
+
"events": [
|
|
5537
|
+
{
|
|
5538
|
+
"type": {
|
|
5539
|
+
"text": "CustomEvent<undefined>"
|
|
5540
|
+
},
|
|
5541
|
+
"description": "Emitted when the date is changed by the user.",
|
|
5542
|
+
"name": "input"
|
|
5543
|
+
},
|
|
5544
|
+
{
|
|
5545
|
+
"type": {
|
|
5546
|
+
"text": "CustomEvent<undefined>"
|
|
5547
|
+
},
|
|
5548
|
+
"description": "Emitted when the date is changed by the user.",
|
|
5549
|
+
"name": "change"
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"type": {
|
|
5553
|
+
"text": "CustomEvent<undefined>"
|
|
5554
|
+
},
|
|
5555
|
+
"description": "Event emitted when the clear button is clicked.",
|
|
5556
|
+
"name": "clear-click",
|
|
5557
|
+
"inheritedFrom": {
|
|
5558
|
+
"name": "DatePickerBase",
|
|
5559
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5560
|
+
}
|
|
5561
|
+
}
|
|
5562
|
+
],
|
|
5380
5563
|
"superclass": {
|
|
5381
5564
|
"name": "DatePickerBase",
|
|
5382
5565
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
@@ -5443,16 +5626,6 @@
|
|
|
5443
5626
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5444
5627
|
}
|
|
5445
5628
|
}
|
|
5446
|
-
],
|
|
5447
|
-
"events": [
|
|
5448
|
-
{
|
|
5449
|
-
"description": "Event emitted when the clear value changes",
|
|
5450
|
-
"name": "clear-click",
|
|
5451
|
-
"inheritedFrom": {
|
|
5452
|
-
"name": "DatePickerBase",
|
|
5453
|
-
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
5454
|
-
}
|
|
5455
|
-
}
|
|
5456
5629
|
]
|
|
5457
5630
|
}
|
|
5458
5631
|
],
|
|
@@ -5821,15 +5994,38 @@
|
|
|
5821
5994
|
],
|
|
5822
5995
|
"events": [
|
|
5823
5996
|
{
|
|
5997
|
+
"type": {
|
|
5998
|
+
"text": "CustomEvent<undefined>"
|
|
5999
|
+
},
|
|
5824
6000
|
"description": "Event emitted when the start value changes",
|
|
5825
6001
|
"name": "input:start"
|
|
5826
6002
|
},
|
|
5827
6003
|
{
|
|
6004
|
+
"type": {
|
|
6005
|
+
"text": "CustomEvent<undefined>"
|
|
6006
|
+
},
|
|
5828
6007
|
"description": "Event emitted when the end value changes",
|
|
5829
6008
|
"name": "input:end"
|
|
5830
6009
|
},
|
|
5831
6010
|
{
|
|
5832
|
-
"
|
|
6011
|
+
"type": {
|
|
6012
|
+
"text": "CustomEvent<undefined>"
|
|
6013
|
+
},
|
|
6014
|
+
"description": "Emitted when either the start or end value changes",
|
|
6015
|
+
"name": "input"
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"type": {
|
|
6019
|
+
"text": "CustomEvent<undefined>"
|
|
6020
|
+
},
|
|
6021
|
+
"description": "Emitted when either the start or end value changes",
|
|
6022
|
+
"name": "change"
|
|
6023
|
+
},
|
|
6024
|
+
{
|
|
6025
|
+
"type": {
|
|
6026
|
+
"text": "CustomEvent<undefined>"
|
|
6027
|
+
},
|
|
6028
|
+
"description": "Event emitted when the clear button is clicked.",
|
|
5833
6029
|
"name": "clear-click",
|
|
5834
6030
|
"inheritedFrom": {
|
|
5835
6031
|
"name": "DatePickerBase",
|
|
@@ -6205,30 +6401,51 @@
|
|
|
6205
6401
|
],
|
|
6206
6402
|
"events": [
|
|
6207
6403
|
{
|
|
6404
|
+
"type": {
|
|
6405
|
+
"text": "CustomEvent<undefined>"
|
|
6406
|
+
},
|
|
6208
6407
|
"description": "Emitted when the text field value changes",
|
|
6209
6408
|
"name": "change"
|
|
6210
6409
|
},
|
|
6211
6410
|
{
|
|
6411
|
+
"type": {
|
|
6412
|
+
"text": "CustomEvent<undefined>"
|
|
6413
|
+
},
|
|
6212
6414
|
"description": "Emitted when the text field value changes",
|
|
6213
6415
|
"name": "input"
|
|
6214
6416
|
},
|
|
6215
6417
|
{
|
|
6418
|
+
"type": {
|
|
6419
|
+
"text": "CustomEvent<undefined>"
|
|
6420
|
+
},
|
|
6216
6421
|
"description": "Emitted when the text field loses focus",
|
|
6217
6422
|
"name": "blur"
|
|
6218
6423
|
},
|
|
6219
6424
|
{
|
|
6425
|
+
"type": {
|
|
6426
|
+
"text": "CustomEvent<undefined>"
|
|
6427
|
+
},
|
|
6220
6428
|
"description": "Emitted when the text field receives focus",
|
|
6221
6429
|
"name": "focus"
|
|
6222
6430
|
},
|
|
6223
6431
|
{
|
|
6432
|
+
"type": {
|
|
6433
|
+
"text": "CustomEvent<HTMLElement>"
|
|
6434
|
+
},
|
|
6224
6435
|
"description": "Emitted when a digit button is clicked",
|
|
6225
6436
|
"name": "keypad-click"
|
|
6226
6437
|
},
|
|
6227
6438
|
{
|
|
6439
|
+
"type": {
|
|
6440
|
+
"text": "CustomEvent<undefined>"
|
|
6441
|
+
},
|
|
6228
6442
|
"description": "Emitted when the call button is clicked",
|
|
6229
6443
|
"name": "dial"
|
|
6230
6444
|
},
|
|
6231
6445
|
{
|
|
6446
|
+
"type": {
|
|
6447
|
+
"text": "CustomEvent<undefined>"
|
|
6448
|
+
},
|
|
6232
6449
|
"description": "Emitted when the end call button is clicked",
|
|
6233
6450
|
"name": "end-call"
|
|
6234
6451
|
}
|
|
@@ -6570,7 +6787,10 @@
|
|
|
6570
6787
|
],
|
|
6571
6788
|
"events": [
|
|
6572
6789
|
{
|
|
6573
|
-
"
|
|
6790
|
+
"type": {
|
|
6791
|
+
"text": "CustomEvent<string>"
|
|
6792
|
+
},
|
|
6793
|
+
"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.",
|
|
6574
6794
|
"name": "close"
|
|
6575
6795
|
}
|
|
6576
6796
|
],
|
|
@@ -7511,6 +7731,9 @@
|
|
|
7511
7731
|
],
|
|
7512
7732
|
"events": [
|
|
7513
7733
|
{
|
|
7734
|
+
"type": {
|
|
7735
|
+
"text": "CustomEvent<undefined>"
|
|
7736
|
+
},
|
|
7514
7737
|
"description": "Emitted when a file is added or removed.",
|
|
7515
7738
|
"name": "change"
|
|
7516
7739
|
}
|
|
@@ -8507,10 +8730,16 @@
|
|
|
8507
8730
|
],
|
|
8508
8731
|
"events": [
|
|
8509
8732
|
{
|
|
8733
|
+
"type": {
|
|
8734
|
+
"text": "CustomEvent<undefined>"
|
|
8735
|
+
},
|
|
8510
8736
|
"description": "Fired when the menu is opened",
|
|
8511
8737
|
"name": "open"
|
|
8512
8738
|
},
|
|
8513
8739
|
{
|
|
8740
|
+
"type": {
|
|
8741
|
+
"text": "CustomEvent<undefined>"
|
|
8742
|
+
},
|
|
8514
8743
|
"description": "Fired when the menu is closed",
|
|
8515
8744
|
"name": "close"
|
|
8516
8745
|
}
|
|
@@ -8803,6 +9032,22 @@
|
|
|
8803
9032
|
"name": "updateSubmenu"
|
|
8804
9033
|
}
|
|
8805
9034
|
],
|
|
9035
|
+
"events": [
|
|
9036
|
+
{
|
|
9037
|
+
"type": {
|
|
9038
|
+
"text": "CustomEvent<HTMLElement>"
|
|
9039
|
+
},
|
|
9040
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
9041
|
+
"name": "expanded-change"
|
|
9042
|
+
},
|
|
9043
|
+
{
|
|
9044
|
+
"type": {
|
|
9045
|
+
"text": "CustomEvent<undefined>"
|
|
9046
|
+
},
|
|
9047
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
9048
|
+
"name": "change"
|
|
9049
|
+
}
|
|
9050
|
+
],
|
|
8806
9051
|
"attributes": [
|
|
8807
9052
|
{
|
|
8808
9053
|
"name": "text",
|
|
@@ -9155,6 +9400,9 @@
|
|
|
9155
9400
|
],
|
|
9156
9401
|
"events": [
|
|
9157
9402
|
{
|
|
9403
|
+
"type": {
|
|
9404
|
+
"text": "CustomEvent<undefined>"
|
|
9405
|
+
},
|
|
9158
9406
|
"description": "Event emitted when the nav disclosure is toggled.",
|
|
9159
9407
|
"name": "toggle"
|
|
9160
9408
|
}
|
|
@@ -9719,6 +9967,43 @@
|
|
|
9719
9967
|
"declarations": [],
|
|
9720
9968
|
"exports": []
|
|
9721
9969
|
},
|
|
9970
|
+
{
|
|
9971
|
+
"kind": "javascript-module",
|
|
9972
|
+
"path": "libs/components/src/lib/number-field/number-field.form-associated.ts",
|
|
9973
|
+
"declarations": [
|
|
9974
|
+
{
|
|
9975
|
+
"kind": "class",
|
|
9976
|
+
"description": "",
|
|
9977
|
+
"name": "FormAssociatedNumberField",
|
|
9978
|
+
"members": [
|
|
9979
|
+
{
|
|
9980
|
+
"kind": "field",
|
|
9981
|
+
"name": "proxy"
|
|
9982
|
+
}
|
|
9983
|
+
],
|
|
9984
|
+
"mixins": [
|
|
9985
|
+
{
|
|
9986
|
+
"name": "FormAssociated",
|
|
9987
|
+
"package": "@microsoft/fast-foundation"
|
|
9988
|
+
}
|
|
9989
|
+
],
|
|
9990
|
+
"superclass": {
|
|
9991
|
+
"name": "_NumberField",
|
|
9992
|
+
"module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
|
|
9993
|
+
}
|
|
9994
|
+
}
|
|
9995
|
+
],
|
|
9996
|
+
"exports": [
|
|
9997
|
+
{
|
|
9998
|
+
"kind": "js",
|
|
9999
|
+
"name": "FormAssociatedNumberField",
|
|
10000
|
+
"declaration": {
|
|
10001
|
+
"name": "FormAssociatedNumberField",
|
|
10002
|
+
"module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
|
|
10003
|
+
}
|
|
10004
|
+
}
|
|
10005
|
+
]
|
|
10006
|
+
},
|
|
9722
10007
|
{
|
|
9723
10008
|
"kind": "javascript-module",
|
|
9724
10009
|
"path": "libs/components/src/lib/number-field/number-field.ts",
|
|
@@ -9770,47 +10055,85 @@
|
|
|
9770
10055
|
"members": [
|
|
9771
10056
|
{
|
|
9772
10057
|
"kind": "field",
|
|
9773
|
-
"name": "
|
|
10058
|
+
"name": "readOnly",
|
|
9774
10059
|
"type": {
|
|
9775
|
-
"text": "
|
|
10060
|
+
"text": "boolean"
|
|
9776
10061
|
},
|
|
9777
|
-
"default": "
|
|
10062
|
+
"default": "false",
|
|
10063
|
+
"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.",
|
|
10064
|
+
"privacy": "public"
|
|
9778
10065
|
},
|
|
9779
10066
|
{
|
|
9780
10067
|
"kind": "field",
|
|
9781
|
-
"name": "
|
|
10068
|
+
"name": "autofocus",
|
|
9782
10069
|
"type": {
|
|
9783
|
-
"text": "
|
|
10070
|
+
"text": "boolean"
|
|
9784
10071
|
},
|
|
9785
|
-
"default": "
|
|
10072
|
+
"default": "false",
|
|
10073
|
+
"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.",
|
|
10074
|
+
"privacy": "public"
|
|
9786
10075
|
},
|
|
9787
10076
|
{
|
|
9788
10077
|
"kind": "field",
|
|
9789
|
-
"name": "
|
|
10078
|
+
"name": "placeholder",
|
|
9790
10079
|
"type": {
|
|
9791
|
-
"text": "
|
|
9792
|
-
}
|
|
10080
|
+
"text": "string"
|
|
10081
|
+
},
|
|
10082
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
10083
|
+
"privacy": "public"
|
|
9793
10084
|
},
|
|
9794
10085
|
{
|
|
9795
10086
|
"kind": "field",
|
|
9796
|
-
"name": "
|
|
10087
|
+
"name": "list",
|
|
9797
10088
|
"type": {
|
|
9798
|
-
"text": "
|
|
9799
|
-
}
|
|
10089
|
+
"text": "string"
|
|
10090
|
+
},
|
|
10091
|
+
"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.",
|
|
10092
|
+
"privacy": "public"
|
|
9800
10093
|
},
|
|
9801
10094
|
{
|
|
9802
10095
|
"kind": "field",
|
|
9803
|
-
"name": "
|
|
10096
|
+
"name": "maxlength",
|
|
9804
10097
|
"type": {
|
|
9805
|
-
"text": "
|
|
9806
|
-
}
|
|
10098
|
+
"text": "number"
|
|
10099
|
+
},
|
|
10100
|
+
"description": "The maximum number of characters a user can enter.",
|
|
10101
|
+
"privacy": "public"
|
|
10102
|
+
},
|
|
10103
|
+
{
|
|
10104
|
+
"kind": "field",
|
|
10105
|
+
"name": "minlength",
|
|
10106
|
+
"type": {
|
|
10107
|
+
"text": "number"
|
|
10108
|
+
},
|
|
10109
|
+
"description": "The minimum number of characters a user can enter.",
|
|
10110
|
+
"privacy": "public"
|
|
10111
|
+
},
|
|
10112
|
+
{
|
|
10113
|
+
"kind": "field",
|
|
10114
|
+
"name": "size",
|
|
10115
|
+
"type": {
|
|
10116
|
+
"text": "number"
|
|
10117
|
+
},
|
|
10118
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
10119
|
+
"privacy": "public"
|
|
10120
|
+
},
|
|
10121
|
+
{
|
|
10122
|
+
"kind": "field",
|
|
10123
|
+
"name": "step",
|
|
10124
|
+
"type": {
|
|
10125
|
+
"text": "number"
|
|
10126
|
+
},
|
|
10127
|
+
"default": "1",
|
|
10128
|
+
"description": "Amount to increment or decrement the value by",
|
|
10129
|
+
"privacy": "public"
|
|
9807
10130
|
},
|
|
9808
10131
|
{
|
|
9809
10132
|
"kind": "method",
|
|
9810
10133
|
"name": "stepChanged",
|
|
9811
10134
|
"parameters": [
|
|
9812
10135
|
{
|
|
9813
|
-
"name": "
|
|
10136
|
+
"name": "_",
|
|
9814
10137
|
"type": {
|
|
9815
10138
|
"text": "number"
|
|
9816
10139
|
}
|
|
@@ -9823,21 +10146,246 @@
|
|
|
9823
10146
|
}
|
|
9824
10147
|
]
|
|
9825
10148
|
},
|
|
10149
|
+
{
|
|
10150
|
+
"kind": "field",
|
|
10151
|
+
"name": "max",
|
|
10152
|
+
"type": {
|
|
10153
|
+
"text": "number"
|
|
10154
|
+
},
|
|
10155
|
+
"description": "The maximum the value can be",
|
|
10156
|
+
"privacy": "public"
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"kind": "field",
|
|
10160
|
+
"name": "min",
|
|
10161
|
+
"type": {
|
|
10162
|
+
"text": "number"
|
|
10163
|
+
},
|
|
10164
|
+
"description": "The minimum the value can be",
|
|
10165
|
+
"privacy": "public"
|
|
10166
|
+
},
|
|
10167
|
+
{
|
|
10168
|
+
"kind": "field",
|
|
10169
|
+
"name": "valueAsNumber",
|
|
10170
|
+
"type": {
|
|
10171
|
+
"text": "number"
|
|
10172
|
+
},
|
|
10173
|
+
"description": "The value property, typed as a number.",
|
|
10174
|
+
"privacy": "public"
|
|
10175
|
+
},
|
|
10176
|
+
{
|
|
10177
|
+
"kind": "method",
|
|
10178
|
+
"name": "#valueToPresentationValue",
|
|
10179
|
+
"return": {
|
|
10180
|
+
"type": {
|
|
10181
|
+
"text": "string"
|
|
10182
|
+
}
|
|
10183
|
+
},
|
|
10184
|
+
"parameters": [
|
|
10185
|
+
{
|
|
10186
|
+
"name": "value",
|
|
10187
|
+
"type": {
|
|
10188
|
+
"text": "string"
|
|
10189
|
+
}
|
|
10190
|
+
}
|
|
10191
|
+
]
|
|
10192
|
+
},
|
|
9826
10193
|
{
|
|
9827
10194
|
"kind": "method",
|
|
9828
|
-
"name": "
|
|
10195
|
+
"name": "#inputToPresentationValue",
|
|
10196
|
+
"return": {
|
|
10197
|
+
"type": {
|
|
10198
|
+
"text": "string"
|
|
10199
|
+
}
|
|
10200
|
+
},
|
|
10201
|
+
"parameters": [
|
|
10202
|
+
{
|
|
10203
|
+
"name": "input",
|
|
10204
|
+
"type": {
|
|
10205
|
+
"text": "string"
|
|
10206
|
+
}
|
|
10207
|
+
}
|
|
10208
|
+
]
|
|
9829
10209
|
},
|
|
9830
10210
|
{
|
|
9831
10211
|
"kind": "method",
|
|
9832
|
-
"name": "
|
|
10212
|
+
"name": "#presentationValueToValue",
|
|
9833
10213
|
"return": {
|
|
9834
10214
|
"type": {
|
|
9835
|
-
"text": "
|
|
10215
|
+
"text": "string"
|
|
10216
|
+
}
|
|
10217
|
+
},
|
|
10218
|
+
"parameters": [
|
|
10219
|
+
{
|
|
10220
|
+
"name": "presentationValue",
|
|
10221
|
+
"type": {
|
|
10222
|
+
"text": "string"
|
|
10223
|
+
}
|
|
9836
10224
|
}
|
|
10225
|
+
]
|
|
10226
|
+
},
|
|
10227
|
+
{
|
|
10228
|
+
"kind": "method",
|
|
10229
|
+
"name": "validate",
|
|
10230
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
10231
|
+
},
|
|
10232
|
+
{
|
|
10233
|
+
"kind": "method",
|
|
10234
|
+
"name": "stepUp",
|
|
10235
|
+
"description": "Increments the value using the step value",
|
|
10236
|
+
"privacy": "public"
|
|
10237
|
+
},
|
|
10238
|
+
{
|
|
10239
|
+
"kind": "method",
|
|
10240
|
+
"name": "stepDown",
|
|
10241
|
+
"description": "Decrements the value using the step value",
|
|
10242
|
+
"privacy": "public"
|
|
10243
|
+
},
|
|
10244
|
+
{
|
|
10245
|
+
"kind": "method",
|
|
10246
|
+
"name": "select",
|
|
10247
|
+
"description": "Selects all the text in the number field",
|
|
10248
|
+
"privacy": "public"
|
|
10249
|
+
},
|
|
10250
|
+
{
|
|
10251
|
+
"kind": "field",
|
|
10252
|
+
"name": "incrementButtonAriaLabel",
|
|
10253
|
+
"type": {
|
|
10254
|
+
"text": "| string\n\t\t| null"
|
|
10255
|
+
},
|
|
10256
|
+
"default": "null"
|
|
10257
|
+
},
|
|
10258
|
+
{
|
|
10259
|
+
"kind": "field",
|
|
10260
|
+
"name": "decrementButtonAriaLabel",
|
|
10261
|
+
"type": {
|
|
10262
|
+
"text": "| string\n\t\t| null"
|
|
10263
|
+
},
|
|
10264
|
+
"default": "null"
|
|
10265
|
+
},
|
|
10266
|
+
{
|
|
10267
|
+
"kind": "field",
|
|
10268
|
+
"name": "appearance",
|
|
10269
|
+
"type": {
|
|
10270
|
+
"text": "NumberFieldAppearance | undefined"
|
|
10271
|
+
}
|
|
10272
|
+
},
|
|
10273
|
+
{
|
|
10274
|
+
"kind": "field",
|
|
10275
|
+
"name": "shape",
|
|
10276
|
+
"type": {
|
|
10277
|
+
"text": "NumberFieldShape | undefined"
|
|
10278
|
+
}
|
|
10279
|
+
},
|
|
10280
|
+
{
|
|
10281
|
+
"kind": "field",
|
|
10282
|
+
"name": "autoComplete",
|
|
10283
|
+
"type": {
|
|
10284
|
+
"text": "string | undefined"
|
|
9837
10285
|
}
|
|
10286
|
+
},
|
|
10287
|
+
{
|
|
10288
|
+
"kind": "field",
|
|
10289
|
+
"name": "proxy",
|
|
10290
|
+
"inheritedFrom": {
|
|
10291
|
+
"name": "FormAssociatedNumberField",
|
|
10292
|
+
"module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
|
|
10293
|
+
}
|
|
10294
|
+
}
|
|
10295
|
+
],
|
|
10296
|
+
"events": [
|
|
10297
|
+
{
|
|
10298
|
+
"type": {
|
|
10299
|
+
"text": "CustomEvent<undefined>"
|
|
10300
|
+
},
|
|
10301
|
+
"description": "Fires a custom 'input' event when the value has changed",
|
|
10302
|
+
"name": "input"
|
|
10303
|
+
},
|
|
10304
|
+
{
|
|
10305
|
+
"type": {
|
|
10306
|
+
"text": "CustomEvent<undefined>"
|
|
10307
|
+
},
|
|
10308
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
10309
|
+
"name": "change"
|
|
9838
10310
|
}
|
|
9839
10311
|
],
|
|
9840
10312
|
"attributes": [
|
|
10313
|
+
{
|
|
10314
|
+
"name": "readonly",
|
|
10315
|
+
"type": {
|
|
10316
|
+
"text": "boolean"
|
|
10317
|
+
},
|
|
10318
|
+
"default": "false",
|
|
10319
|
+
"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.",
|
|
10320
|
+
"fieldName": "readOnly"
|
|
10321
|
+
},
|
|
10322
|
+
{
|
|
10323
|
+
"type": {
|
|
10324
|
+
"text": "boolean"
|
|
10325
|
+
},
|
|
10326
|
+
"default": "false",
|
|
10327
|
+
"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.",
|
|
10328
|
+
"fieldName": "autofocus"
|
|
10329
|
+
},
|
|
10330
|
+
{
|
|
10331
|
+
"name": "placeholder",
|
|
10332
|
+
"type": {
|
|
10333
|
+
"text": "string"
|
|
10334
|
+
},
|
|
10335
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
10336
|
+
"fieldName": "placeholder"
|
|
10337
|
+
},
|
|
10338
|
+
{
|
|
10339
|
+
"name": "list",
|
|
10340
|
+
"type": {
|
|
10341
|
+
"text": "string"
|
|
10342
|
+
},
|
|
10343
|
+
"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.",
|
|
10344
|
+
"fieldName": "list"
|
|
10345
|
+
},
|
|
10346
|
+
{
|
|
10347
|
+
"type": {
|
|
10348
|
+
"text": "number"
|
|
10349
|
+
},
|
|
10350
|
+
"description": "The maximum number of characters a user can enter.",
|
|
10351
|
+
"fieldName": "maxlength"
|
|
10352
|
+
},
|
|
10353
|
+
{
|
|
10354
|
+
"type": {
|
|
10355
|
+
"text": "number"
|
|
10356
|
+
},
|
|
10357
|
+
"description": "The minimum number of characters a user can enter.",
|
|
10358
|
+
"fieldName": "minlength"
|
|
10359
|
+
},
|
|
10360
|
+
{
|
|
10361
|
+
"type": {
|
|
10362
|
+
"text": "number"
|
|
10363
|
+
},
|
|
10364
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
10365
|
+
"fieldName": "size"
|
|
10366
|
+
},
|
|
10367
|
+
{
|
|
10368
|
+
"type": {
|
|
10369
|
+
"text": "number"
|
|
10370
|
+
},
|
|
10371
|
+
"default": "1",
|
|
10372
|
+
"description": "Amount to increment or decrement the value by",
|
|
10373
|
+
"fieldName": "step"
|
|
10374
|
+
},
|
|
10375
|
+
{
|
|
10376
|
+
"type": {
|
|
10377
|
+
"text": "number"
|
|
10378
|
+
},
|
|
10379
|
+
"description": "The maximum the value can be",
|
|
10380
|
+
"fieldName": "max"
|
|
10381
|
+
},
|
|
10382
|
+
{
|
|
10383
|
+
"type": {
|
|
10384
|
+
"text": "number"
|
|
10385
|
+
},
|
|
10386
|
+
"description": "The minimum the value can be",
|
|
10387
|
+
"fieldName": "min"
|
|
10388
|
+
},
|
|
9841
10389
|
{
|
|
9842
10390
|
"name": "increment-button-aria-label",
|
|
9843
10391
|
"type": {
|
|
@@ -9877,8 +10425,8 @@
|
|
|
9877
10425
|
}
|
|
9878
10426
|
],
|
|
9879
10427
|
"superclass": {
|
|
9880
|
-
"name": "
|
|
9881
|
-
"
|
|
10428
|
+
"name": "FormAssociatedNumberField",
|
|
10429
|
+
"module": "/libs/components/src/lib/number-field/number-field.form-associated"
|
|
9882
10430
|
},
|
|
9883
10431
|
"vividComponent": {
|
|
9884
10432
|
"public": true,
|
|
@@ -10248,6 +10796,9 @@
|
|
|
10248
10796
|
],
|
|
10249
10797
|
"events": [
|
|
10250
10798
|
{
|
|
10799
|
+
"type": {
|
|
10800
|
+
"text": "CustomEvent<{selectedIndex: number, total: number, oldIndex: number}>"
|
|
10801
|
+
},
|
|
10251
10802
|
"description": "Fires when the page changes.",
|
|
10252
10803
|
"name": "pagination-change"
|
|
10253
10804
|
}
|
|
@@ -10625,19 +11176,19 @@
|
|
|
10625
11176
|
"name": "ProgressRing",
|
|
10626
11177
|
"cssProperties": [
|
|
10627
11178
|
{
|
|
10628
|
-
"name": "--vvd-progress-ring-cta-
|
|
10629
|
-
"default": "var(--vvd-color-cta-
|
|
11179
|
+
"name": "--vvd-progress-ring-cta-firm",
|
|
11180
|
+
"default": "var(--vvd-color-cta-600)"
|
|
10630
11181
|
},
|
|
10631
11182
|
{
|
|
10632
|
-
"name": "--vvd-progress-ring-alert-
|
|
10633
|
-
"default": "var(--vvd-color-alert-
|
|
11183
|
+
"name": "--vvd-progress-ring-alert-firm",
|
|
11184
|
+
"default": "var(--vvd-color-alert-600)"
|
|
10634
11185
|
},
|
|
10635
11186
|
{
|
|
10636
|
-
"name": "--vvd-progress-ring-success-
|
|
10637
|
-
"default": "var(--vvd-color-success-
|
|
11187
|
+
"name": "--vvd-progress-ring-success-firm",
|
|
11188
|
+
"default": "var(--vvd-color-success-600)"
|
|
10638
11189
|
},
|
|
10639
11190
|
{
|
|
10640
|
-
"name": "--vvd-progress-ring-accent-
|
|
11191
|
+
"name": "--vvd-progress-ring-accent-firm",
|
|
10641
11192
|
"default": "var(--vvd-color-canvas-text)"
|
|
10642
11193
|
}
|
|
10643
11194
|
],
|
|
@@ -10836,6 +11387,15 @@
|
|
|
10836
11387
|
"privacy": "public"
|
|
10837
11388
|
}
|
|
10838
11389
|
],
|
|
11390
|
+
"events": [
|
|
11391
|
+
{
|
|
11392
|
+
"type": {
|
|
11393
|
+
"text": "CustomEvent<undefined>"
|
|
11394
|
+
},
|
|
11395
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
11396
|
+
"name": "change"
|
|
11397
|
+
}
|
|
11398
|
+
],
|
|
10839
11399
|
"attributes": [
|
|
10840
11400
|
{
|
|
10841
11401
|
"name": "aria-label",
|
|
@@ -10948,6 +11508,15 @@
|
|
|
10948
11508
|
"privacy": "public"
|
|
10949
11509
|
}
|
|
10950
11510
|
],
|
|
11511
|
+
"events": [
|
|
11512
|
+
{
|
|
11513
|
+
"type": {
|
|
11514
|
+
"text": "CustomEvent<undefined>"
|
|
11515
|
+
},
|
|
11516
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
11517
|
+
"name": "change"
|
|
11518
|
+
}
|
|
11519
|
+
],
|
|
10951
11520
|
"attributes": [
|
|
10952
11521
|
{
|
|
10953
11522
|
"name": "label",
|
|
@@ -11405,12 +11974,32 @@
|
|
|
11405
11974
|
],
|
|
11406
11975
|
"events": [
|
|
11407
11976
|
{
|
|
11977
|
+
"type": {
|
|
11978
|
+
"text": "CustomEvent<undefined>"
|
|
11979
|
+
},
|
|
11408
11980
|
"description": "Event emitted when the start value changes",
|
|
11409
11981
|
"name": "input:start"
|
|
11410
11982
|
},
|
|
11411
11983
|
{
|
|
11984
|
+
"type": {
|
|
11985
|
+
"text": "CustomEvent<undefined>"
|
|
11986
|
+
},
|
|
11412
11987
|
"description": "Event emitted when the end value changes",
|
|
11413
11988
|
"name": "input:end"
|
|
11989
|
+
},
|
|
11990
|
+
{
|
|
11991
|
+
"type": {
|
|
11992
|
+
"text": "CustomEvent<undefined>"
|
|
11993
|
+
},
|
|
11994
|
+
"description": "Event emitted when either the start or end value changes.",
|
|
11995
|
+
"name": "input"
|
|
11996
|
+
},
|
|
11997
|
+
{
|
|
11998
|
+
"type": {
|
|
11999
|
+
"text": "CustomEvent<undefined>"
|
|
12000
|
+
},
|
|
12001
|
+
"description": "Event emitted when either the start or end value changes.",
|
|
12002
|
+
"name": "change"
|
|
11414
12003
|
}
|
|
11415
12004
|
],
|
|
11416
12005
|
"attributes": [
|
|
@@ -11718,6 +12307,40 @@
|
|
|
11718
12307
|
"text": "void"
|
|
11719
12308
|
}
|
|
11720
12309
|
}
|
|
12310
|
+
},
|
|
12311
|
+
{
|
|
12312
|
+
"kind": "method",
|
|
12313
|
+
"name": "slottedOptionsChanged",
|
|
12314
|
+
"parameters": [
|
|
12315
|
+
{
|
|
12316
|
+
"name": "prev",
|
|
12317
|
+
"type": {
|
|
12318
|
+
"text": "Element[] | undefined"
|
|
12319
|
+
}
|
|
12320
|
+
},
|
|
12321
|
+
{
|
|
12322
|
+
"name": "next",
|
|
12323
|
+
"type": {
|
|
12324
|
+
"text": "Element[]"
|
|
12325
|
+
}
|
|
12326
|
+
}
|
|
12327
|
+
]
|
|
12328
|
+
}
|
|
12329
|
+
],
|
|
12330
|
+
"events": [
|
|
12331
|
+
{
|
|
12332
|
+
"type": {
|
|
12333
|
+
"text": "CustomEvent<undefined>"
|
|
12334
|
+
},
|
|
12335
|
+
"description": "Fires a custom 'input' event when the value updates",
|
|
12336
|
+
"name": "input"
|
|
12337
|
+
},
|
|
12338
|
+
{
|
|
12339
|
+
"type": {
|
|
12340
|
+
"text": "CustomEvent<HTMLElement>"
|
|
12341
|
+
},
|
|
12342
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
12343
|
+
"name": "change"
|
|
11721
12344
|
}
|
|
11722
12345
|
],
|
|
11723
12346
|
"attributes": [
|
|
@@ -11949,6 +12572,9 @@
|
|
|
11949
12572
|
],
|
|
11950
12573
|
"events": [
|
|
11951
12574
|
{
|
|
12575
|
+
"type": {
|
|
12576
|
+
"text": "CustomEvent<undefined>"
|
|
12577
|
+
},
|
|
11952
12578
|
"description": "Fired when the checked state changes",
|
|
11953
12579
|
"name": "change"
|
|
11954
12580
|
}
|
|
@@ -12153,10 +12779,16 @@
|
|
|
12153
12779
|
],
|
|
12154
12780
|
"events": [
|
|
12155
12781
|
{
|
|
12782
|
+
"type": {
|
|
12783
|
+
"text": "CustomEvent<undefined>"
|
|
12784
|
+
},
|
|
12156
12785
|
"description": "Fired when the side drawer is closed.",
|
|
12157
12786
|
"name": "close"
|
|
12158
12787
|
},
|
|
12159
12788
|
{
|
|
12789
|
+
"type": {
|
|
12790
|
+
"text": "CustomEvent<undefined>"
|
|
12791
|
+
},
|
|
12160
12792
|
"description": "Fired when the side drawer is opened.",
|
|
12161
12793
|
"name": "open"
|
|
12162
12794
|
}
|
|
@@ -12328,6 +12960,15 @@
|
|
|
12328
12960
|
"privacy": "public"
|
|
12329
12961
|
}
|
|
12330
12962
|
],
|
|
12963
|
+
"events": [
|
|
12964
|
+
{
|
|
12965
|
+
"type": {
|
|
12966
|
+
"text": "CustomEvent<undefined>"
|
|
12967
|
+
},
|
|
12968
|
+
"description": "Fires a custom 'change' event when the slider value changes",
|
|
12969
|
+
"name": "change"
|
|
12970
|
+
}
|
|
12971
|
+
],
|
|
12331
12972
|
"attributes": [
|
|
12332
12973
|
{
|
|
12333
12974
|
"name": "aria-label",
|
|
@@ -12561,6 +13202,38 @@
|
|
|
12561
13202
|
"name": "--vvd-split-button-alert-faint",
|
|
12562
13203
|
"default": "var(--vvd-color-alert-50)"
|
|
12563
13204
|
},
|
|
13205
|
+
{
|
|
13206
|
+
"name": "--vvd-split-button-announcement-primary",
|
|
13207
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
13208
|
+
},
|
|
13209
|
+
{
|
|
13210
|
+
"name": "--vvd-split-button-announcement-primary-text",
|
|
13211
|
+
"default": "var(--vvd-color-canvas)"
|
|
13212
|
+
},
|
|
13213
|
+
{
|
|
13214
|
+
"name": "--vvd-split-button-announcement-primary-increment",
|
|
13215
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
13216
|
+
},
|
|
13217
|
+
{
|
|
13218
|
+
"name": "--vvd-split-button-announcement-contrast",
|
|
13219
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
13220
|
+
},
|
|
13221
|
+
{
|
|
13222
|
+
"name": "--vvd-split-button-announcement-fierce",
|
|
13223
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
13224
|
+
},
|
|
13225
|
+
{
|
|
13226
|
+
"name": "--vvd-split-button-announcement-firm",
|
|
13227
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
13228
|
+
},
|
|
13229
|
+
{
|
|
13230
|
+
"name": "--vvd-split-button-announcement-soft",
|
|
13231
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
13232
|
+
},
|
|
13233
|
+
{
|
|
13234
|
+
"name": "--vvd-split-button-announcement-faint",
|
|
13235
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
13236
|
+
},
|
|
12564
13237
|
{
|
|
12565
13238
|
"name": "--vvd-split-button-accent-primary",
|
|
12566
13239
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -12742,10 +13415,16 @@
|
|
|
12742
13415
|
],
|
|
12743
13416
|
"events": [
|
|
12744
13417
|
{
|
|
13418
|
+
"type": {
|
|
13419
|
+
"text": "CustomEvent<undefined>"
|
|
13420
|
+
},
|
|
12745
13421
|
"description": "Event emitted when the action button is clicked",
|
|
12746
13422
|
"name": "action-click"
|
|
12747
13423
|
},
|
|
12748
13424
|
{
|
|
13425
|
+
"type": {
|
|
13426
|
+
"text": "CustomEvent<undefined>"
|
|
13427
|
+
},
|
|
12749
13428
|
"description": "Event emitted when the indicator button is clicked",
|
|
12750
13429
|
"name": "indicator-click"
|
|
12751
13430
|
}
|
|
@@ -13038,6 +13717,15 @@
|
|
|
13038
13717
|
"privacy": "public"
|
|
13039
13718
|
}
|
|
13040
13719
|
],
|
|
13720
|
+
"events": [
|
|
13721
|
+
{
|
|
13722
|
+
"type": {
|
|
13723
|
+
"text": "CustomEvent<undefined>"
|
|
13724
|
+
},
|
|
13725
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
13726
|
+
"name": "change"
|
|
13727
|
+
}
|
|
13728
|
+
],
|
|
13041
13729
|
"attributes": [
|
|
13042
13730
|
{
|
|
13043
13731
|
"name": "label",
|
|
@@ -13150,10 +13838,6 @@
|
|
|
13150
13838
|
"description": "",
|
|
13151
13839
|
"name": "Tab",
|
|
13152
13840
|
"cssProperties": [
|
|
13153
|
-
{
|
|
13154
|
-
"name": "--vvd-tab-cta-primary",
|
|
13155
|
-
"default": "var(--vvd-color-cta-500)"
|
|
13156
|
-
},
|
|
13157
13841
|
{
|
|
13158
13842
|
"name": "--vvd-tab-cta-primary-text",
|
|
13159
13843
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -13175,8 +13859,8 @@
|
|
|
13175
13859
|
"default": "var(--vvd-color-cta-300)"
|
|
13176
13860
|
},
|
|
13177
13861
|
{
|
|
13178
|
-
"name": "--vvd-tab-
|
|
13179
|
-
"default": "var(--vvd-color-
|
|
13862
|
+
"name": "--vvd-tab-cta-soft",
|
|
13863
|
+
"default": "var(--vvd-color-cta-100)"
|
|
13180
13864
|
},
|
|
13181
13865
|
{
|
|
13182
13866
|
"name": "--vvd-tab-accent-primary-text",
|
|
@@ -13197,6 +13881,10 @@
|
|
|
13197
13881
|
{
|
|
13198
13882
|
"name": "--vvd-tab-accent-pale",
|
|
13199
13883
|
"default": "var(--vvd-color-neutral-300)"
|
|
13884
|
+
},
|
|
13885
|
+
{
|
|
13886
|
+
"name": "--vvd-tab-accent-soft",
|
|
13887
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
13200
13888
|
}
|
|
13201
13889
|
],
|
|
13202
13890
|
"slots": [
|
|
@@ -13445,11 +14133,11 @@
|
|
|
13445
14133
|
"name": "Tabs",
|
|
13446
14134
|
"cssProperties": [
|
|
13447
14135
|
{
|
|
13448
|
-
"name": "--vvd-tabs-cta-
|
|
13449
|
-
"default": "var(--vvd-color-cta-
|
|
14136
|
+
"name": "--vvd-tabs-cta-firm",
|
|
14137
|
+
"default": "var(--vvd-color-cta-600)"
|
|
13450
14138
|
},
|
|
13451
14139
|
{
|
|
13452
|
-
"name": "--vvd-tabs-accent-
|
|
14140
|
+
"name": "--vvd-tabs-accent-firm",
|
|
13453
14141
|
"default": "var(--vvd-color-canvas-text)"
|
|
13454
14142
|
}
|
|
13455
14143
|
],
|
|
@@ -13580,6 +14268,15 @@
|
|
|
13580
14268
|
"name": "#patchActiveID"
|
|
13581
14269
|
}
|
|
13582
14270
|
],
|
|
14271
|
+
"events": [
|
|
14272
|
+
{
|
|
14273
|
+
"type": {
|
|
14274
|
+
"text": "CustomEvent<HTMLElement>"
|
|
14275
|
+
},
|
|
14276
|
+
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
|
|
14277
|
+
"name": "change"
|
|
14278
|
+
}
|
|
14279
|
+
],
|
|
13583
14280
|
"attributes": [
|
|
13584
14281
|
{
|
|
13585
14282
|
"name": "connotation",
|
|
@@ -13885,6 +14582,22 @@
|
|
|
13885
14582
|
}
|
|
13886
14583
|
}
|
|
13887
14584
|
],
|
|
14585
|
+
"events": [
|
|
14586
|
+
{
|
|
14587
|
+
"type": {
|
|
14588
|
+
"text": "CustomEvent<undefined>"
|
|
14589
|
+
},
|
|
14590
|
+
"description": "Fires when the selected state changes",
|
|
14591
|
+
"name": "selected-change"
|
|
14592
|
+
},
|
|
14593
|
+
{
|
|
14594
|
+
"type": {
|
|
14595
|
+
"text": "CustomEvent<undefined>"
|
|
14596
|
+
},
|
|
14597
|
+
"description": "Fires when the tag is removed",
|
|
14598
|
+
"name": "removed"
|
|
14599
|
+
}
|
|
14600
|
+
],
|
|
13888
14601
|
"attributes": [
|
|
13889
14602
|
{
|
|
13890
14603
|
"name": "connotation",
|
|
@@ -14390,6 +15103,15 @@
|
|
|
14390
15103
|
}
|
|
14391
15104
|
}
|
|
14392
15105
|
],
|
|
15106
|
+
"events": [
|
|
15107
|
+
{
|
|
15108
|
+
"type": {
|
|
15109
|
+
"text": "CustomEvent<undefined>"
|
|
15110
|
+
},
|
|
15111
|
+
"description": "Emits a custom 'change' event when the textarea emits a change event",
|
|
15112
|
+
"name": "change"
|
|
15113
|
+
}
|
|
15114
|
+
],
|
|
14393
15115
|
"attributes": [
|
|
14394
15116
|
{
|
|
14395
15117
|
"name": "wrap",
|
|
@@ -14619,6 +15341,15 @@
|
|
|
14619
15341
|
"name": "#updateMirroredHelperText"
|
|
14620
15342
|
}
|
|
14621
15343
|
],
|
|
15344
|
+
"events": [
|
|
15345
|
+
{
|
|
15346
|
+
"type": {
|
|
15347
|
+
"text": "CustomEvent<undefined>"
|
|
15348
|
+
},
|
|
15349
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
15350
|
+
"name": "change"
|
|
15351
|
+
}
|
|
15352
|
+
],
|
|
14622
15353
|
"attributes": [
|
|
14623
15354
|
{
|
|
14624
15355
|
"name": "appearance",
|
|
@@ -14948,6 +15679,16 @@
|
|
|
14948
15679
|
],
|
|
14949
15680
|
"events": [
|
|
14950
15681
|
{
|
|
15682
|
+
"type": {
|
|
15683
|
+
"text": "CustomEvent<undefined>"
|
|
15684
|
+
},
|
|
15685
|
+
"description": "Emitted when the time is changed by the user.",
|
|
15686
|
+
"name": "input"
|
|
15687
|
+
},
|
|
15688
|
+
{
|
|
15689
|
+
"type": {
|
|
15690
|
+
"text": "CustomEvent<undefined>"
|
|
15691
|
+
},
|
|
14951
15692
|
"description": "Emitted when the time is changed by the user.",
|
|
14952
15693
|
"name": "change"
|
|
14953
15694
|
}
|
|
@@ -15513,6 +16254,10 @@
|
|
|
15513
16254
|
{
|
|
15514
16255
|
"name": "--vvd-tree-item-accent-soft",
|
|
15515
16256
|
"default": "var(--vvd-color-neutral-100)"
|
|
16257
|
+
},
|
|
16258
|
+
{
|
|
16259
|
+
"name": "--vvd-tree-item-accent-firm",
|
|
16260
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
15516
16261
|
}
|
|
15517
16262
|
],
|
|
15518
16263
|
"slots": [
|
|
@@ -15536,6 +16281,22 @@
|
|
|
15536
16281
|
"privacy": "public"
|
|
15537
16282
|
}
|
|
15538
16283
|
],
|
|
16284
|
+
"events": [
|
|
16285
|
+
{
|
|
16286
|
+
"type": {
|
|
16287
|
+
"text": "CustomEvent<HTMLElement>"
|
|
16288
|
+
},
|
|
16289
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
16290
|
+
"name": "expanded-change"
|
|
16291
|
+
},
|
|
16292
|
+
{
|
|
16293
|
+
"type": {
|
|
16294
|
+
"text": "CustomEvent<HTMLElement>"
|
|
16295
|
+
},
|
|
16296
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
16297
|
+
"name": "selected-change"
|
|
16298
|
+
}
|
|
16299
|
+
],
|
|
15539
16300
|
"attributes": [
|
|
15540
16301
|
{
|
|
15541
16302
|
"name": "text",
|
|
@@ -15698,6 +16459,23 @@
|
|
|
15698
16459
|
},
|
|
15699
16460
|
"default": "'0.5, 1, 1.5, 2'"
|
|
15700
16461
|
},
|
|
16462
|
+
{
|
|
16463
|
+
"kind": "function",
|
|
16464
|
+
"name": "getPlaybackRatesArray",
|
|
16465
|
+
"return": {
|
|
16466
|
+
"type": {
|
|
16467
|
+
"text": "number[]"
|
|
16468
|
+
}
|
|
16469
|
+
},
|
|
16470
|
+
"parameters": [
|
|
16471
|
+
{
|
|
16472
|
+
"name": "playbackRates",
|
|
16473
|
+
"type": {
|
|
16474
|
+
"text": "string"
|
|
16475
|
+
}
|
|
16476
|
+
}
|
|
16477
|
+
]
|
|
16478
|
+
},
|
|
15701
16479
|
{
|
|
15702
16480
|
"kind": "class",
|
|
15703
16481
|
"description": "Base class for video-player",
|
|
@@ -15815,14 +16593,23 @@
|
|
|
15815
16593
|
],
|
|
15816
16594
|
"events": [
|
|
15817
16595
|
{
|
|
16596
|
+
"type": {
|
|
16597
|
+
"text": "CustomEvent<undefined>"
|
|
16598
|
+
},
|
|
15818
16599
|
"description": "Fired when the video is played",
|
|
15819
16600
|
"name": "play"
|
|
15820
16601
|
},
|
|
15821
16602
|
{
|
|
16603
|
+
"type": {
|
|
16604
|
+
"text": "CustomEvent<undefined>"
|
|
16605
|
+
},
|
|
15822
16606
|
"description": "Fired when the video is paused",
|
|
15823
16607
|
"name": "pause"
|
|
15824
16608
|
},
|
|
15825
16609
|
{
|
|
16610
|
+
"type": {
|
|
16611
|
+
"text": "CustomEvent<undefined>"
|
|
16612
|
+
},
|
|
15826
16613
|
"description": "Fired when the video is ended",
|
|
15827
16614
|
"name": "ended"
|
|
15828
16615
|
}
|
|
@@ -15900,6 +16687,14 @@
|
|
|
15900
16687
|
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
15901
16688
|
}
|
|
15902
16689
|
},
|
|
16690
|
+
{
|
|
16691
|
+
"kind": "js",
|
|
16692
|
+
"name": "getPlaybackRatesArray",
|
|
16693
|
+
"declaration": {
|
|
16694
|
+
"name": "getPlaybackRatesArray",
|
|
16695
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
16696
|
+
}
|
|
16697
|
+
},
|
|
15903
16698
|
{
|
|
15904
16699
|
"kind": "js",
|
|
15905
16700
|
"name": "VideoPlayer",
|
|
@@ -16568,7 +17363,10 @@
|
|
|
16568
17363
|
],
|
|
16569
17364
|
"events": [
|
|
16570
17365
|
{
|
|
16571
|
-
"
|
|
17366
|
+
"type": {
|
|
17367
|
+
"text": "CustomEvent<undefined>"
|
|
17368
|
+
},
|
|
17369
|
+
"description": "Event emitted when the clear button is clicked.",
|
|
16572
17370
|
"name": "clear-click"
|
|
16573
17371
|
}
|
|
16574
17372
|
],
|