@vonage/vivid 3.50.1 → 3.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/index.cjs +1 -1
- package/alert/index.js +1 -1
- package/appearance-ui/index.cjs +19 -11
- package/appearance-ui/index.js +19 -11
- package/audio-player/index.cjs +2 -1
- package/audio-player/index.js +2 -1
- package/card/index.cjs +1 -1
- package/card/index.js +1 -1
- package/combobox/index.cjs +2 -5
- package/combobox/index.js +2 -5
- package/custom-elements.json +1626 -613
- package/date-picker/index.cjs +3 -6
- package/date-picker/index.js +3 -6
- package/date-range-picker/index.cjs +2 -5
- package/date-range-picker/index.js +2 -5
- package/dialog/index.cjs +1 -1
- package/dialog/index.js +1 -1
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/file-picker/index.cjs +0 -2
- package/file-picker/index.js +0 -2
- package/header/index.cjs +1 -1
- package/header/index.js +1 -1
- package/index.cjs +60 -58
- package/index.js +22 -23
- package/lib/avatar/definition.d.ts +1 -1
- package/lib/button/button.d.ts +8 -0
- package/lib/button/definition.d.ts +1 -1
- package/lib/calendar-event/definition.d.ts +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/layout/definition.d.ts +1 -1
- package/lib/menu-item/menu-item.d.ts +3 -0
- package/lib/range-slider/definition.d.ts +3 -0
- package/lib/range-slider/locale.d.ts +4 -0
- package/lib/range-slider/range-slider.d.ts +32 -0
- package/lib/range-slider/range-slider.form-associated.d.ts +10 -0
- package/lib/range-slider/range-slider.template.d.ts +4 -0
- package/lib/range-slider/utils/lerp.d.ts +2 -0
- package/lib/range-slider/utils/roundToStepValue.d.ts +1 -0
- package/lib/slider/slider.template.d.ts +1 -0
- package/lib/split-button/definition.d.ts +1 -1
- package/listbox/index.cjs +23 -22
- package/listbox/index.js +23 -22
- package/locales/en-GB.cjs +4 -0
- package/locales/en-GB.js +4 -0
- package/locales/en-US.cjs +4 -0
- package/locales/en-US.js +4 -0
- package/locales/ja-JP.cjs +5 -1
- package/locales/ja-JP.js +5 -1
- package/locales/zh-CN.cjs +4 -0
- package/locales/zh-CN.js +4 -0
- package/menu/index.cjs +3 -3
- package/menu/index.js +3 -3
- package/menu-item/index.cjs +2 -2
- package/menu-item/index.js +2 -2
- package/number-field/index.cjs +0 -2
- package/number-field/index.js +0 -2
- package/package.json +34 -34
- package/popup/index.cjs +2 -2
- package/popup/index.js +2 -2
- package/range-slider/index.cjs +22 -0
- package/range-slider/index.js +20 -0
- package/select/index.cjs +3 -3
- package/select/index.js +3 -3
- package/selectable-box/index.cjs +1 -1
- package/selectable-box/index.js +1 -1
- package/shared/Reflector.cjs +5 -1
- package/shared/Reflector.js +5 -1
- package/shared/affix.cjs +11 -4
- package/shared/affix.js +12 -4
- package/shared/anchored.cjs +26 -1
- package/shared/anchored.js +27 -3
- package/shared/definition.cjs +8 -3
- package/shared/definition.js +8 -3
- package/shared/definition10.cjs +5 -5
- package/shared/definition10.js +5 -5
- package/shared/definition11.cjs +129 -46
- package/shared/definition11.js +130 -47
- package/shared/definition12.cjs +12 -14
- package/shared/definition12.js +12 -14
- package/shared/definition13.cjs +118 -75
- package/shared/definition13.js +118 -75
- package/shared/definition14.cjs +33 -32
- package/shared/definition14.js +33 -32
- package/shared/definition15.cjs +20 -7
- package/shared/definition15.js +20 -7
- package/shared/definition16.cjs +37 -42
- package/shared/definition16.js +36 -41
- package/shared/definition17.cjs +125 -65
- package/shared/definition17.js +126 -66
- package/shared/definition18.cjs +30 -14
- package/shared/definition18.js +30 -14
- package/shared/definition19.cjs +116 -80
- package/shared/definition19.js +116 -80
- package/shared/definition2.cjs +10 -5
- package/shared/definition2.js +10 -5
- package/shared/definition20.cjs +16 -15
- package/shared/definition20.js +16 -15
- package/shared/definition21.cjs +6 -10
- package/shared/definition21.js +6 -10
- package/shared/definition22.cjs +14 -18
- package/shared/definition22.js +14 -18
- package/shared/definition23.cjs +34 -35
- package/shared/definition23.js +34 -35
- package/shared/definition24.cjs +116 -69
- package/shared/definition24.js +116 -69
- package/shared/definition25.cjs +2 -4
- package/shared/definition25.js +2 -4
- package/shared/definition26.cjs +9 -8
- package/shared/definition26.js +9 -8
- package/shared/definition27.cjs +7 -5
- package/shared/definition27.js +7 -5
- package/shared/definition28.cjs +209 -143
- package/shared/definition28.js +209 -143
- package/shared/definition29.cjs +13 -4
- package/shared/definition29.js +13 -4
- package/shared/definition3.cjs +7 -10
- package/shared/definition3.js +7 -10
- package/shared/definition30.cjs +7 -5
- package/shared/definition30.js +7 -5
- package/shared/definition31.cjs +2 -4
- package/shared/definition31.js +2 -4
- package/shared/definition32.cjs +1 -3
- package/shared/definition32.js +1 -3
- package/shared/definition33.cjs +7 -10
- package/shared/definition33.js +7 -10
- package/shared/definition34.cjs +76 -59
- package/shared/definition34.js +76 -59
- package/shared/definition35.cjs +19 -20
- package/shared/definition35.js +19 -20
- package/shared/definition36.cjs +30 -14
- package/shared/definition36.js +30 -14
- package/shared/definition37.cjs +33 -46
- package/shared/definition37.js +33 -46
- package/shared/definition38.cjs +31 -33
- package/shared/definition38.js +31 -33
- package/shared/definition39.cjs +13 -4
- package/shared/definition39.js +13 -4
- package/shared/definition4.cjs +23 -11
- package/shared/definition4.js +23 -11
- package/shared/definition40.cjs +19 -14
- package/shared/definition40.js +19 -14
- package/shared/definition41.cjs +534 -635
- package/shared/definition41.js +534 -635
- package/shared/definition42.cjs +674 -106
- package/shared/definition42.js +673 -105
- package/shared/definition43.cjs +122 -79
- package/shared/definition43.js +120 -77
- package/shared/definition44.cjs +72 -567
- package/shared/definition44.js +71 -565
- package/shared/definition45.cjs +520 -118
- package/shared/definition45.js +518 -117
- package/shared/definition46.cjs +117 -130
- package/shared/definition46.js +116 -129
- package/shared/definition47.cjs +152 -18
- package/shared/definition47.js +151 -17
- package/shared/definition48.cjs +20 -77
- package/shared/definition48.js +19 -76
- package/shared/definition49.cjs +52 -495
- package/shared/definition49.js +51 -494
- package/shared/definition5.cjs +20 -17
- package/shared/definition5.js +20 -17
- package/shared/definition50.cjs +525 -24
- package/shared/definition50.js +524 -23
- package/shared/definition51.cjs +28 -119
- package/shared/definition51.js +26 -118
- package/shared/definition52.cjs +113 -266
- package/shared/definition52.js +113 -265
- package/shared/definition53.cjs +285 -245
- package/shared/definition53.js +285 -245
- package/shared/definition54.cjs +285 -751
- package/shared/definition54.js +284 -750
- package/shared/definition55.cjs +828 -95
- package/shared/definition55.js +827 -94
- package/shared/definition56.cjs +127 -76
- package/shared/definition56.js +127 -76
- package/shared/definition57.cjs +125 -71
- package/shared/definition57.js +124 -70
- package/shared/definition58.cjs +73 -287
- package/shared/definition58.js +74 -288
- package/shared/definition59.cjs +298 -40
- package/shared/definition59.js +297 -39
- package/shared/definition6.cjs +3 -4
- package/shared/definition6.js +3 -4
- package/shared/definition60.cjs +24 -1784
- package/shared/definition60.js +23 -1783
- package/shared/definition61.cjs +1819 -11
- package/shared/definition61.js +1818 -11
- package/shared/definition7.cjs +7 -5
- package/shared/definition7.js +7 -5
- package/shared/definition8.cjs +25 -18
- package/shared/definition8.js +25 -18
- package/shared/definition9.cjs +6 -9
- package/shared/definition9.js +6 -9
- package/shared/icon.cjs +7 -2
- package/shared/icon.js +7 -2
- package/shared/index2.cjs +1 -1
- package/shared/index2.js +1 -1
- package/shared/key-codes2.cjs +8 -0
- package/shared/key-codes2.js +5 -1
- package/shared/localization/Locale.d.ts +2 -0
- package/shared/patterns/anchored.d.ts +4 -0
- package/shared/patterns/index.d.ts +0 -1
- package/shared/presentationDate.cjs +126 -78
- package/shared/presentationDate.js +126 -78
- package/shared/slider.template.cjs +71 -0
- package/shared/slider.template.js +67 -0
- package/shared/text-anchor.template.cjs +30 -35
- package/shared/text-anchor.template.js +30 -35
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/side-drawer/index.cjs +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.cjs +2 -1
- package/slider/index.js +2 -1
- package/split-button/index.cjs +1 -1
- package/split-button/index.js +1 -1
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/fonts/spezia-variable.css +39 -13
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +4 -2
- package/switch/index.cjs +1 -1
- package/switch/index.js +1 -1
- package/tab/index.cjs +1 -1
- package/tab/index.js +1 -1
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +3 -3
- package/tabs/index.js +3 -3
- package/tag/index.cjs +1 -1
- package/tag/index.js +1 -1
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +1 -1
- package/text-area/index.js +1 -1
- package/text-field/index.cjs +1 -4
- package/text-field/index.js +1 -4
- package/time-picker/index.cjs +4 -7
- package/time-picker/index.js +4 -7
- package/toggletip/index.cjs +3 -3
- package/toggletip/index.js +3 -3
- package/tooltip/index.cjs +3 -3
- package/tooltip/index.js +3 -3
- package/tree-item/index.cjs +1 -1
- package/tree-item/index.js +1 -1
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/vivid.api.json +117 -1
- package/focus/index.cjs +0 -7
- package/focus/index.js +0 -5
- package/lib/focus/definition.d.ts +0 -3
- package/lib/focus/focus.d.ts +0 -3
- package/lib/focus/focus.template.d.ts +0 -4
- package/lib/popup/popup.d.ts +0 -21
- package/shared/focus.cjs +0 -8
- package/shared/focus.js +0 -6
- package/shared/focus2.cjs +0 -11
- package/shared/focus2.js +0 -9
- package/shared/patterns/focus.d.ts +0 -3
package/custom-elements.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"declarations": [
|
|
9
9
|
{
|
|
10
10
|
"kind": "class",
|
|
11
|
-
"description": "
|
|
11
|
+
"description": "",
|
|
12
12
|
"name": "Accordion",
|
|
13
13
|
"slots": [
|
|
14
14
|
{
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"superclass": {
|
|
40
40
|
"name": "FastAccordion",
|
|
41
41
|
"package": "@microsoft/fast-foundation"
|
|
42
|
+
},
|
|
43
|
+
"vividComponent": {
|
|
44
|
+
"public": true,
|
|
45
|
+
"name": "accordion"
|
|
42
46
|
}
|
|
43
47
|
}
|
|
44
48
|
],
|
|
@@ -195,6 +199,10 @@
|
|
|
195
199
|
"superclass": {
|
|
196
200
|
"name": "FASTAccordionItem",
|
|
197
201
|
"package": "@microsoft/fast-foundation"
|
|
202
|
+
},
|
|
203
|
+
"vividComponent": {
|
|
204
|
+
"public": true,
|
|
205
|
+
"name": "accordion-item"
|
|
198
206
|
}
|
|
199
207
|
}
|
|
200
208
|
],
|
|
@@ -242,7 +250,7 @@
|
|
|
242
250
|
"declarations": [
|
|
243
251
|
{
|
|
244
252
|
"kind": "class",
|
|
245
|
-
"description": "
|
|
253
|
+
"description": "",
|
|
246
254
|
"name": "ActionGroup",
|
|
247
255
|
"cssProperties": [
|
|
248
256
|
{
|
|
@@ -355,6 +363,10 @@
|
|
|
355
363
|
"superclass": {
|
|
356
364
|
"name": "FoundationElement",
|
|
357
365
|
"package": "@microsoft/fast-foundation"
|
|
366
|
+
},
|
|
367
|
+
"vividComponent": {
|
|
368
|
+
"public": true,
|
|
369
|
+
"name": "action-group"
|
|
358
370
|
}
|
|
359
371
|
}
|
|
360
372
|
],
|
|
@@ -418,7 +430,7 @@
|
|
|
418
430
|
"declarations": [
|
|
419
431
|
{
|
|
420
432
|
"kind": "class",
|
|
421
|
-
"description": "
|
|
433
|
+
"description": "",
|
|
422
434
|
"name": "Alert",
|
|
423
435
|
"cssProperties": [
|
|
424
436
|
{
|
|
@@ -481,7 +493,7 @@
|
|
|
481
493
|
"kind": "field",
|
|
482
494
|
"name": "dismissButtonAriaLabel",
|
|
483
495
|
"type": {
|
|
484
|
-
"text": "string
|
|
496
|
+
"text": "| string\n\t\t| null"
|
|
485
497
|
},
|
|
486
498
|
"default": "null"
|
|
487
499
|
},
|
|
@@ -635,7 +647,7 @@
|
|
|
635
647
|
{
|
|
636
648
|
"name": "dismiss-button-aria-label",
|
|
637
649
|
"type": {
|
|
638
|
-
"text": "string
|
|
650
|
+
"text": "| string\n\t\t| null"
|
|
639
651
|
},
|
|
640
652
|
"default": "null",
|
|
641
653
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -716,6 +728,10 @@
|
|
|
716
728
|
"superclass": {
|
|
717
729
|
"name": "FoundationElement",
|
|
718
730
|
"package": "@microsoft/fast-foundation"
|
|
731
|
+
},
|
|
732
|
+
"vividComponent": {
|
|
733
|
+
"public": true,
|
|
734
|
+
"name": "alert"
|
|
719
735
|
}
|
|
720
736
|
}
|
|
721
737
|
],
|
|
@@ -777,7 +793,7 @@
|
|
|
777
793
|
"declarations": [
|
|
778
794
|
{
|
|
779
795
|
"kind": "class",
|
|
780
|
-
"description": "
|
|
796
|
+
"description": "",
|
|
781
797
|
"name": "AppearanceUi",
|
|
782
798
|
"cssProperties": [
|
|
783
799
|
{
|
|
@@ -816,6 +832,10 @@
|
|
|
816
832
|
"name": "--vvd-appearanceUI-cta-firm",
|
|
817
833
|
"default": "var(--vvd-color-cta-600)"
|
|
818
834
|
},
|
|
835
|
+
{
|
|
836
|
+
"name": "--vvd-appearanceUI-cta-firm-all",
|
|
837
|
+
"default": "var(--vvd-color-cta-600)"
|
|
838
|
+
},
|
|
819
839
|
{
|
|
820
840
|
"name": "--vvd-appearanceUI-cta-fierce",
|
|
821
841
|
"default": "var(--vvd-color-cta-700)"
|
|
@@ -864,6 +884,10 @@
|
|
|
864
884
|
"name": "--vvd-appearanceUI-success-firm",
|
|
865
885
|
"default": "var(--vvd-color-success-600)"
|
|
866
886
|
},
|
|
887
|
+
{
|
|
888
|
+
"name": "--vvd-appearanceUI-success-firm-all",
|
|
889
|
+
"default": "var(--vvd-color-success-600)"
|
|
890
|
+
},
|
|
867
891
|
{
|
|
868
892
|
"name": "--vvd-appearanceUI-success-fierce",
|
|
869
893
|
"default": "var(--vvd-color-success-700)"
|
|
@@ -912,6 +936,10 @@
|
|
|
912
936
|
"name": "--vvd-appearanceUI-alert-firm",
|
|
913
937
|
"default": "var(--vvd-color-alert-600)"
|
|
914
938
|
},
|
|
939
|
+
{
|
|
940
|
+
"name": "--vvd-appearanceUI-alert-firm-all",
|
|
941
|
+
"default": "var(--vvd-color-alert-600)"
|
|
942
|
+
},
|
|
915
943
|
{
|
|
916
944
|
"name": "--vvd-appearanceUI-alert-fierce",
|
|
917
945
|
"default": "var(--vvd-color-alert-700)"
|
|
@@ -960,6 +988,10 @@
|
|
|
960
988
|
"name": "--vvd-appearanceUI-warning-firm",
|
|
961
989
|
"default": "var(--vvd-color-warning-600)"
|
|
962
990
|
},
|
|
991
|
+
{
|
|
992
|
+
"name": "--vvd-appearanceUI-warning-firm-all",
|
|
993
|
+
"default": "var(--vvd-color-warning-600)"
|
|
994
|
+
},
|
|
963
995
|
{
|
|
964
996
|
"name": "--vvd-appearanceUI-warning-fierce",
|
|
965
997
|
"default": "var(--vvd-color-warning-700)"
|
|
@@ -1008,6 +1040,10 @@
|
|
|
1008
1040
|
"name": "--vvd-appearanceUI-information-firm",
|
|
1009
1041
|
"default": "var(--vvd-color-information-600)"
|
|
1010
1042
|
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "--vvd-appearanceUI-information-firm-all",
|
|
1045
|
+
"default": "var(--vvd-color-information-600)"
|
|
1046
|
+
},
|
|
1011
1047
|
{
|
|
1012
1048
|
"name": "--vvd-appearanceUI-information-fierce",
|
|
1013
1049
|
"default": "var(--vvd-color-information-700)"
|
|
@@ -1056,6 +1092,10 @@
|
|
|
1056
1092
|
"name": "--vvd-appearanceUI-announcement-firm",
|
|
1057
1093
|
"default": "var(--vvd-color-announcement-600)"
|
|
1058
1094
|
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "--vvd-appearanceUI-announcement-firm-all",
|
|
1097
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
1098
|
+
},
|
|
1059
1099
|
{
|
|
1060
1100
|
"name": "--vvd-appearanceUI-announcement-fierce",
|
|
1061
1101
|
"default": "var(--vvd-color-announcement-700)"
|
|
@@ -1104,6 +1144,10 @@
|
|
|
1104
1144
|
"name": "--vvd-appearanceUI-accent-firm",
|
|
1105
1145
|
"default": "var(--vvd-color-canvas-text)"
|
|
1106
1146
|
},
|
|
1147
|
+
{
|
|
1148
|
+
"name": "--vvd-appearanceUI-accent-firm-all",
|
|
1149
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
1150
|
+
},
|
|
1107
1151
|
{
|
|
1108
1152
|
"name": "--vvd-appearanceUI-accent-fierce",
|
|
1109
1153
|
"default": "var(--vvd-color-neutral-700)"
|
|
@@ -1253,6 +1297,9 @@
|
|
|
1253
1297
|
"superclass": {
|
|
1254
1298
|
"name": "FoundationElement",
|
|
1255
1299
|
"package": "@microsoft/fast-foundation"
|
|
1300
|
+
},
|
|
1301
|
+
"vividComponent": {
|
|
1302
|
+
"name": "appearance-ui"
|
|
1256
1303
|
}
|
|
1257
1304
|
}
|
|
1258
1305
|
],
|
|
@@ -1312,14 +1359,14 @@
|
|
|
1312
1359
|
"declarations": [
|
|
1313
1360
|
{
|
|
1314
1361
|
"kind": "class",
|
|
1315
|
-
"description": "
|
|
1362
|
+
"description": "",
|
|
1316
1363
|
"name": "AudioPlayer",
|
|
1317
1364
|
"members": [
|
|
1318
1365
|
{
|
|
1319
1366
|
"kind": "field",
|
|
1320
1367
|
"name": "playButtonAriaLabel",
|
|
1321
1368
|
"type": {
|
|
1322
|
-
"text": "string
|
|
1369
|
+
"text": "| string\n\t\t| null"
|
|
1323
1370
|
},
|
|
1324
1371
|
"default": "null"
|
|
1325
1372
|
},
|
|
@@ -1327,7 +1374,7 @@
|
|
|
1327
1374
|
"kind": "field",
|
|
1328
1375
|
"name": "pauseButtonAriaLabel",
|
|
1329
1376
|
"type": {
|
|
1330
|
-
"text": "string
|
|
1377
|
+
"text": "| string\n\t\t| null"
|
|
1331
1378
|
},
|
|
1332
1379
|
"default": "null"
|
|
1333
1380
|
},
|
|
@@ -1382,7 +1429,7 @@
|
|
|
1382
1429
|
{
|
|
1383
1430
|
"name": "play-button-aria-label",
|
|
1384
1431
|
"type": {
|
|
1385
|
-
"text": "string
|
|
1432
|
+
"text": "| string\n\t\t| null"
|
|
1386
1433
|
},
|
|
1387
1434
|
"default": "null",
|
|
1388
1435
|
"fieldName": "playButtonAriaLabel"
|
|
@@ -1390,7 +1437,7 @@
|
|
|
1390
1437
|
{
|
|
1391
1438
|
"name": "pause-button-aria-label",
|
|
1392
1439
|
"type": {
|
|
1393
|
-
"text": "string
|
|
1440
|
+
"text": "| string\n\t\t| null"
|
|
1394
1441
|
},
|
|
1395
1442
|
"default": "null",
|
|
1396
1443
|
"fieldName": "pauseButtonAriaLabel"
|
|
@@ -1438,6 +1485,10 @@
|
|
|
1438
1485
|
"superclass": {
|
|
1439
1486
|
"name": "FoundationElement",
|
|
1440
1487
|
"package": "@microsoft/fast-foundation"
|
|
1488
|
+
},
|
|
1489
|
+
"vividComponent": {
|
|
1490
|
+
"public": true,
|
|
1491
|
+
"name": "audio-player"
|
|
1441
1492
|
}
|
|
1442
1493
|
}
|
|
1443
1494
|
],
|
|
@@ -1526,6 +1577,10 @@
|
|
|
1526
1577
|
"name": "--vvd-avatar-cta-firm",
|
|
1527
1578
|
"default": "var(--vvd-color-cta-600)"
|
|
1528
1579
|
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "--vvd-avatar-cta-firm-all",
|
|
1582
|
+
"default": "var(--vvd-color-cta-600)"
|
|
1583
|
+
},
|
|
1529
1584
|
{
|
|
1530
1585
|
"name": "--vvd-avatar-cta-fierce",
|
|
1531
1586
|
"default": "var(--vvd-color-cta-700)"
|
|
@@ -1554,6 +1609,10 @@
|
|
|
1554
1609
|
"name": "--vvd-avatar-accent-firm",
|
|
1555
1610
|
"default": "var(--vvd-color-canvas-text)"
|
|
1556
1611
|
},
|
|
1612
|
+
{
|
|
1613
|
+
"name": "--vvd-avatar-accent-firm-all",
|
|
1614
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
1615
|
+
},
|
|
1557
1616
|
{
|
|
1558
1617
|
"name": "--vvd-avatar-accent-fierce",
|
|
1559
1618
|
"default": "var(--vvd-color-neutral-700)"
|
|
@@ -1686,6 +1745,10 @@
|
|
|
1686
1745
|
"superclass": {
|
|
1687
1746
|
"name": "FoundationElement",
|
|
1688
1747
|
"package": "@microsoft/fast-foundation"
|
|
1748
|
+
},
|
|
1749
|
+
"vividComponent": {
|
|
1750
|
+
"public": true,
|
|
1751
|
+
"name": "avatar"
|
|
1689
1752
|
}
|
|
1690
1753
|
}
|
|
1691
1754
|
],
|
|
@@ -1765,7 +1828,7 @@
|
|
|
1765
1828
|
"declarations": [
|
|
1766
1829
|
{
|
|
1767
1830
|
"kind": "class",
|
|
1768
|
-
"description": "
|
|
1831
|
+
"description": "",
|
|
1769
1832
|
"name": "Badge",
|
|
1770
1833
|
"cssProperties": [
|
|
1771
1834
|
{
|
|
@@ -1797,7 +1860,7 @@
|
|
|
1797
1860
|
"default": "var(--vvd-color-cta-700)"
|
|
1798
1861
|
},
|
|
1799
1862
|
{
|
|
1800
|
-
"name": "--vvd-badge-cta-firm",
|
|
1863
|
+
"name": "--vvd-badge-cta-firm-all",
|
|
1801
1864
|
"default": "var(--vvd-color-cta-600)"
|
|
1802
1865
|
},
|
|
1803
1866
|
{
|
|
@@ -1829,7 +1892,7 @@
|
|
|
1829
1892
|
"default": "var(--vvd-color-success-700)"
|
|
1830
1893
|
},
|
|
1831
1894
|
{
|
|
1832
|
-
"name": "--vvd-badge-success-firm",
|
|
1895
|
+
"name": "--vvd-badge-success-firm-all",
|
|
1833
1896
|
"default": "var(--vvd-color-success-600)"
|
|
1834
1897
|
},
|
|
1835
1898
|
{
|
|
@@ -1861,7 +1924,7 @@
|
|
|
1861
1924
|
"default": "var(--vvd-color-alert-700)"
|
|
1862
1925
|
},
|
|
1863
1926
|
{
|
|
1864
|
-
"name": "--vvd-badge-alert-firm",
|
|
1927
|
+
"name": "--vvd-badge-alert-firm-all",
|
|
1865
1928
|
"default": "var(--vvd-color-alert-600)"
|
|
1866
1929
|
},
|
|
1867
1930
|
{
|
|
@@ -1893,7 +1956,7 @@
|
|
|
1893
1956
|
"default": "var(--vvd-color-warning-700)"
|
|
1894
1957
|
},
|
|
1895
1958
|
{
|
|
1896
|
-
"name": "--vvd-badge-warning-firm",
|
|
1959
|
+
"name": "--vvd-badge-warning-firm-all",
|
|
1897
1960
|
"default": "var(--vvd-color-warning-600)"
|
|
1898
1961
|
},
|
|
1899
1962
|
{
|
|
@@ -1925,7 +1988,7 @@
|
|
|
1925
1988
|
"default": "var(--vvd-color-information-700)"
|
|
1926
1989
|
},
|
|
1927
1990
|
{
|
|
1928
|
-
"name": "--vvd-badge-information-firm",
|
|
1991
|
+
"name": "--vvd-badge-information-firm-all",
|
|
1929
1992
|
"default": "var(--vvd-color-information-600)"
|
|
1930
1993
|
},
|
|
1931
1994
|
{
|
|
@@ -1957,8 +2020,8 @@
|
|
|
1957
2020
|
"default": "var(--vvd-color-neutral-700)"
|
|
1958
2021
|
},
|
|
1959
2022
|
{
|
|
1960
|
-
"name": "--vvd-badge-accent-firm",
|
|
1961
|
-
"default": "var(--vvd-color-
|
|
2023
|
+
"name": "--vvd-badge-accent-firm-all",
|
|
2024
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
1962
2025
|
}
|
|
1963
2026
|
],
|
|
1964
2027
|
"slots": [
|
|
@@ -2042,6 +2105,10 @@
|
|
|
2042
2105
|
"superclass": {
|
|
2043
2106
|
"name": "FoundationElement",
|
|
2044
2107
|
"package": "@microsoft/fast-foundation"
|
|
2108
|
+
},
|
|
2109
|
+
"vividComponent": {
|
|
2110
|
+
"public": true,
|
|
2111
|
+
"name": "badge"
|
|
2045
2112
|
}
|
|
2046
2113
|
}
|
|
2047
2114
|
],
|
|
@@ -2126,7 +2193,7 @@
|
|
|
2126
2193
|
"declarations": [
|
|
2127
2194
|
{
|
|
2128
2195
|
"kind": "class",
|
|
2129
|
-
"description": "
|
|
2196
|
+
"description": "",
|
|
2130
2197
|
"name": "Banner",
|
|
2131
2198
|
"cssProperties": [
|
|
2132
2199
|
{
|
|
@@ -2185,7 +2252,7 @@
|
|
|
2185
2252
|
"kind": "field",
|
|
2186
2253
|
"name": "dismissButtonAriaLabel",
|
|
2187
2254
|
"type": {
|
|
2188
|
-
"text": "string
|
|
2255
|
+
"text": "| string\n\t\t| null"
|
|
2189
2256
|
},
|
|
2190
2257
|
"default": "null"
|
|
2191
2258
|
},
|
|
@@ -2269,7 +2336,7 @@
|
|
|
2269
2336
|
{
|
|
2270
2337
|
"name": "dismiss-aria-label",
|
|
2271
2338
|
"type": {
|
|
2272
|
-
"text": "string
|
|
2339
|
+
"text": "| string\n\t\t| null"
|
|
2273
2340
|
},
|
|
2274
2341
|
"default": "null",
|
|
2275
2342
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -2328,6 +2395,10 @@
|
|
|
2328
2395
|
"superclass": {
|
|
2329
2396
|
"name": "FoundationElement",
|
|
2330
2397
|
"package": "@microsoft/fast-foundation"
|
|
2398
|
+
},
|
|
2399
|
+
"vividComponent": {
|
|
2400
|
+
"public": true,
|
|
2401
|
+
"name": "banner"
|
|
2331
2402
|
}
|
|
2332
2403
|
}
|
|
2333
2404
|
],
|
|
@@ -2389,7 +2460,7 @@
|
|
|
2389
2460
|
"declarations": [
|
|
2390
2461
|
{
|
|
2391
2462
|
"kind": "class",
|
|
2392
|
-
"description": "
|
|
2463
|
+
"description": "",
|
|
2393
2464
|
"name": "Breadcrumb",
|
|
2394
2465
|
"slots": [
|
|
2395
2466
|
{
|
|
@@ -2400,6 +2471,10 @@
|
|
|
2400
2471
|
"superclass": {
|
|
2401
2472
|
"name": "FoundationElement",
|
|
2402
2473
|
"package": "@microsoft/fast-foundation"
|
|
2474
|
+
},
|
|
2475
|
+
"vividComponent": {
|
|
2476
|
+
"public": true,
|
|
2477
|
+
"name": "breadcrumb"
|
|
2403
2478
|
}
|
|
2404
2479
|
}
|
|
2405
2480
|
],
|
|
@@ -2447,7 +2522,7 @@
|
|
|
2447
2522
|
"declarations": [
|
|
2448
2523
|
{
|
|
2449
2524
|
"kind": "class",
|
|
2450
|
-
"description": "
|
|
2525
|
+
"description": "",
|
|
2451
2526
|
"name": "BreadcrumbItem",
|
|
2452
2527
|
"members": [
|
|
2453
2528
|
{
|
|
@@ -2470,6 +2545,10 @@
|
|
|
2470
2545
|
"superclass": {
|
|
2471
2546
|
"name": "FastBreadcrumbItem",
|
|
2472
2547
|
"package": "@microsoft/fast-foundation"
|
|
2548
|
+
},
|
|
2549
|
+
"vividComponent": {
|
|
2550
|
+
"public": true,
|
|
2551
|
+
"name": "breadcrumb-item"
|
|
2473
2552
|
}
|
|
2474
2553
|
}
|
|
2475
2554
|
],
|
|
@@ -2517,7 +2596,7 @@
|
|
|
2517
2596
|
"declarations": [
|
|
2518
2597
|
{
|
|
2519
2598
|
"kind": "class",
|
|
2520
|
-
"description": "
|
|
2599
|
+
"description": "",
|
|
2521
2600
|
"name": "Button",
|
|
2522
2601
|
"cssProperties": [
|
|
2523
2602
|
{
|
|
@@ -2720,6 +2799,16 @@
|
|
|
2720
2799
|
"description": "Displays the button in pending state.",
|
|
2721
2800
|
"privacy": "public"
|
|
2722
2801
|
},
|
|
2802
|
+
{
|
|
2803
|
+
"kind": "field",
|
|
2804
|
+
"name": "active",
|
|
2805
|
+
"type": {
|
|
2806
|
+
"text": "boolean"
|
|
2807
|
+
},
|
|
2808
|
+
"default": "false",
|
|
2809
|
+
"description": "Displays the button in active state.",
|
|
2810
|
+
"privacy": "public"
|
|
2811
|
+
},
|
|
2723
2812
|
{
|
|
2724
2813
|
"kind": "field",
|
|
2725
2814
|
"name": "label",
|
|
@@ -2728,6 +2817,69 @@
|
|
|
2728
2817
|
},
|
|
2729
2818
|
"description": "Indicates the button's label.",
|
|
2730
2819
|
"privacy": "public"
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"kind": "field",
|
|
2823
|
+
"name": "href",
|
|
2824
|
+
"type": {
|
|
2825
|
+
"text": "string | undefined"
|
|
2826
|
+
},
|
|
2827
|
+
"description": "Indicates the button's href.",
|
|
2828
|
+
"privacy": "public"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "field",
|
|
2832
|
+
"name": "download",
|
|
2833
|
+
"type": {
|
|
2834
|
+
"text": "string | undefined"
|
|
2835
|
+
},
|
|
2836
|
+
"description": "Indicates the button's download.",
|
|
2837
|
+
"privacy": "public"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"kind": "field",
|
|
2841
|
+
"name": "hreflang",
|
|
2842
|
+
"type": {
|
|
2843
|
+
"text": "string | undefined"
|
|
2844
|
+
},
|
|
2845
|
+
"description": "Indicates the button's hreflang.",
|
|
2846
|
+
"privacy": "public"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "field",
|
|
2850
|
+
"name": "ping",
|
|
2851
|
+
"type": {
|
|
2852
|
+
"text": "string | undefined"
|
|
2853
|
+
},
|
|
2854
|
+
"description": "Indicates the button's ping.",
|
|
2855
|
+
"privacy": "public"
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"kind": "field",
|
|
2859
|
+
"name": "referrerpolicy",
|
|
2860
|
+
"type": {
|
|
2861
|
+
"text": "string | undefined"
|
|
2862
|
+
},
|
|
2863
|
+
"description": "Indicates the button's referrerpolicy.",
|
|
2864
|
+
"privacy": "public"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"kind": "field",
|
|
2868
|
+
"name": "rel",
|
|
2869
|
+
"type": {
|
|
2870
|
+
"text": "string | undefined"
|
|
2871
|
+
},
|
|
2872
|
+
"description": "Indicates the button's rel.",
|
|
2873
|
+
"privacy": "public"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "field",
|
|
2877
|
+
"name": "target",
|
|
2878
|
+
"type": {
|
|
2879
|
+
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
2880
|
+
},
|
|
2881
|
+
"description": "Indicates the target's rel.",
|
|
2882
|
+
"privacy": "public"
|
|
2731
2883
|
}
|
|
2732
2884
|
],
|
|
2733
2885
|
"attributes": [
|
|
@@ -2788,6 +2940,15 @@
|
|
|
2788
2940
|
"description": "Displays the button in pending state.",
|
|
2789
2941
|
"fieldName": "pending"
|
|
2790
2942
|
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "active",
|
|
2945
|
+
"type": {
|
|
2946
|
+
"text": "boolean"
|
|
2947
|
+
},
|
|
2948
|
+
"default": "false",
|
|
2949
|
+
"description": "Displays the button in active state.",
|
|
2950
|
+
"fieldName": "active"
|
|
2951
|
+
},
|
|
2791
2952
|
{
|
|
2792
2953
|
"name": "label",
|
|
2793
2954
|
"type": {
|
|
@@ -2795,11 +2956,71 @@
|
|
|
2795
2956
|
},
|
|
2796
2957
|
"description": "Indicates the button's label.",
|
|
2797
2958
|
"fieldName": "label"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"name": "href",
|
|
2962
|
+
"type": {
|
|
2963
|
+
"text": "string | undefined"
|
|
2964
|
+
},
|
|
2965
|
+
"description": "Indicates the button's href.",
|
|
2966
|
+
"fieldName": "href"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"name": "download",
|
|
2970
|
+
"type": {
|
|
2971
|
+
"text": "string | undefined"
|
|
2972
|
+
},
|
|
2973
|
+
"description": "Indicates the button's download.",
|
|
2974
|
+
"fieldName": "download"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"name": "hreflang",
|
|
2978
|
+
"type": {
|
|
2979
|
+
"text": "string | undefined"
|
|
2980
|
+
},
|
|
2981
|
+
"description": "Indicates the button's hreflang.",
|
|
2982
|
+
"fieldName": "hreflang"
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"name": "ping",
|
|
2986
|
+
"type": {
|
|
2987
|
+
"text": "string | undefined"
|
|
2988
|
+
},
|
|
2989
|
+
"description": "Indicates the button's ping.",
|
|
2990
|
+
"fieldName": "ping"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"name": "referrerpolicy",
|
|
2994
|
+
"type": {
|
|
2995
|
+
"text": "string | undefined"
|
|
2996
|
+
},
|
|
2997
|
+
"description": "Indicates the button's referrerpolicy.",
|
|
2998
|
+
"fieldName": "referrerpolicy"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "rel",
|
|
3002
|
+
"type": {
|
|
3003
|
+
"text": "string | undefined"
|
|
3004
|
+
},
|
|
3005
|
+
"description": "Indicates the button's rel.",
|
|
3006
|
+
"fieldName": "rel"
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "target",
|
|
3010
|
+
"type": {
|
|
3011
|
+
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
3012
|
+
},
|
|
3013
|
+
"description": "Indicates the target's rel.",
|
|
3014
|
+
"fieldName": "target"
|
|
2798
3015
|
}
|
|
2799
3016
|
],
|
|
2800
3017
|
"superclass": {
|
|
2801
3018
|
"name": "FoundationButton",
|
|
2802
3019
|
"package": "@microsoft/fast-foundation"
|
|
3020
|
+
},
|
|
3021
|
+
"vividComponent": {
|
|
3022
|
+
"public": true,
|
|
3023
|
+
"name": "button"
|
|
2803
3024
|
}
|
|
2804
3025
|
}
|
|
2805
3026
|
],
|
|
@@ -2879,7 +3100,7 @@
|
|
|
2879
3100
|
"declarations": [
|
|
2880
3101
|
{
|
|
2881
3102
|
"kind": "class",
|
|
2882
|
-
"description": "
|
|
3103
|
+
"description": "",
|
|
2883
3104
|
"name": "Calendar",
|
|
2884
3105
|
"slots": [
|
|
2885
3106
|
{
|
|
@@ -3068,6 +3289,10 @@
|
|
|
3068
3289
|
"superclass": {
|
|
3069
3290
|
"name": "FoundationElement",
|
|
3070
3291
|
"package": "@microsoft/fast-foundation"
|
|
3292
|
+
},
|
|
3293
|
+
"vividComponent": {
|
|
3294
|
+
"public": true,
|
|
3295
|
+
"name": "calendar"
|
|
3071
3296
|
}
|
|
3072
3297
|
}
|
|
3073
3298
|
],
|
|
@@ -3115,7 +3340,7 @@
|
|
|
3115
3340
|
"declarations": [
|
|
3116
3341
|
{
|
|
3117
3342
|
"kind": "class",
|
|
3118
|
-
"description": "
|
|
3343
|
+
"description": "",
|
|
3119
3344
|
"name": "CalendarEvent",
|
|
3120
3345
|
"cssProperties": [
|
|
3121
3346
|
{
|
|
@@ -3355,6 +3580,10 @@
|
|
|
3355
3580
|
"superclass": {
|
|
3356
3581
|
"name": "FoundationElement",
|
|
3357
3582
|
"package": "@microsoft/fast-foundation"
|
|
3583
|
+
},
|
|
3584
|
+
"vividComponent": {
|
|
3585
|
+
"public": true,
|
|
3586
|
+
"name": "calendar-event"
|
|
3358
3587
|
}
|
|
3359
3588
|
}
|
|
3360
3589
|
],
|
|
@@ -3418,7 +3647,7 @@
|
|
|
3418
3647
|
"declarations": [
|
|
3419
3648
|
{
|
|
3420
3649
|
"kind": "class",
|
|
3421
|
-
"description": "
|
|
3650
|
+
"description": "",
|
|
3422
3651
|
"name": "Card",
|
|
3423
3652
|
"slots": [
|
|
3424
3653
|
{
|
|
@@ -3565,6 +3794,10 @@
|
|
|
3565
3794
|
"superclass": {
|
|
3566
3795
|
"name": "FoundationElement",
|
|
3567
3796
|
"package": "@microsoft/fast-foundation"
|
|
3797
|
+
},
|
|
3798
|
+
"vividComponent": {
|
|
3799
|
+
"public": true,
|
|
3800
|
+
"name": "card"
|
|
3568
3801
|
}
|
|
3569
3802
|
}
|
|
3570
3803
|
],
|
|
@@ -3628,7 +3861,7 @@
|
|
|
3628
3861
|
},
|
|
3629
3862
|
{
|
|
3630
3863
|
"kind": "class",
|
|
3631
|
-
"description": "
|
|
3864
|
+
"description": "",
|
|
3632
3865
|
"name": "Checkbox",
|
|
3633
3866
|
"cssProperties": [
|
|
3634
3867
|
{
|
|
@@ -3742,6 +3975,18 @@
|
|
|
3742
3975
|
"superclass": {
|
|
3743
3976
|
"name": "FoundationCheckbox",
|
|
3744
3977
|
"package": "@microsoft/fast-foundation"
|
|
3978
|
+
},
|
|
3979
|
+
"vividComponent": {
|
|
3980
|
+
"public": true,
|
|
3981
|
+
"name": "checkbox",
|
|
3982
|
+
"vueModels": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "modelValue",
|
|
3985
|
+
"attributeName": "current-checked",
|
|
3986
|
+
"eventName": "change",
|
|
3987
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
3988
|
+
}
|
|
3989
|
+
]
|
|
3745
3990
|
}
|
|
3746
3991
|
}
|
|
3747
3992
|
],
|
|
@@ -3797,7 +4042,7 @@
|
|
|
3797
4042
|
"declarations": [
|
|
3798
4043
|
{
|
|
3799
4044
|
"kind": "class",
|
|
3800
|
-
"description": "
|
|
4045
|
+
"description": "",
|
|
3801
4046
|
"name": "Combobox",
|
|
3802
4047
|
"cssProperties": [
|
|
3803
4048
|
{
|
|
@@ -3856,6 +4101,18 @@
|
|
|
3856
4101
|
"superclass": {
|
|
3857
4102
|
"name": "FoundationCombobox",
|
|
3858
4103
|
"package": "@microsoft/fast-foundation"
|
|
4104
|
+
},
|
|
4105
|
+
"vividComponent": {
|
|
4106
|
+
"public": true,
|
|
4107
|
+
"name": "combobox",
|
|
4108
|
+
"vueModels": [
|
|
4109
|
+
{
|
|
4110
|
+
"name": "modelValue",
|
|
4111
|
+
"attributeName": "current-value",
|
|
4112
|
+
"eventName": "change",
|
|
4113
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
4114
|
+
}
|
|
4115
|
+
]
|
|
3859
4116
|
}
|
|
3860
4117
|
}
|
|
3861
4118
|
],
|
|
@@ -3880,7 +4137,7 @@
|
|
|
3880
4137
|
"type": {
|
|
3881
4138
|
"text": "array"
|
|
3882
4139
|
},
|
|
3883
|
-
"default": "[
|
|
4140
|
+
"default": "[\n\tcombobox,\n\t...iconRegistries,\n\t...popupRegistries,\n\t...listboxOptionRegistries,\n]"
|
|
3884
4141
|
},
|
|
3885
4142
|
{
|
|
3886
4143
|
"kind": "variable",
|
|
@@ -3927,7 +4184,7 @@
|
|
|
3927
4184
|
"declarations": [
|
|
3928
4185
|
{
|
|
3929
4186
|
"kind": "class",
|
|
3930
|
-
"description": "
|
|
4187
|
+
"description": "",
|
|
3931
4188
|
"name": "DataGridCell",
|
|
3932
4189
|
"cssProperties": [
|
|
3933
4190
|
{
|
|
@@ -3942,6 +4199,14 @@
|
|
|
3942
4199
|
"name": "--vvd-data-grid-cell-cta-primary-increment",
|
|
3943
4200
|
"default": "var(--vvd-color-cta-600)"
|
|
3944
4201
|
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "--vvd-data-grid-cell-cta-firm",
|
|
4204
|
+
"default": "var(--vvd-color-cta-600)"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "--vvd-data-grid-cell-cta-soft",
|
|
4208
|
+
"default": "var(--vvd-color-cta-100)"
|
|
4209
|
+
},
|
|
3945
4210
|
{
|
|
3946
4211
|
"name": "--vvd-data-grid-cell-cta-faint",
|
|
3947
4212
|
"default": "var(--vvd-color-cta-50)"
|
|
@@ -3966,6 +4231,14 @@
|
|
|
3966
4231
|
"name": "--vvd-data-grid-cell-accent-primary-increment",
|
|
3967
4232
|
"default": "var(--vvd-color-neutral-800)"
|
|
3968
4233
|
},
|
|
4234
|
+
{
|
|
4235
|
+
"name": "--vvd-data-grid-cell-accent-firm",
|
|
4236
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"name": "--vvd-data-grid-cell-accent-soft",
|
|
4240
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
4241
|
+
},
|
|
3969
4242
|
{
|
|
3970
4243
|
"name": "--vvd-data-grid-cell-accent-faint",
|
|
3971
4244
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -4090,6 +4363,10 @@
|
|
|
4090
4363
|
"superclass": {
|
|
4091
4364
|
"name": "FoundationDataGridCell",
|
|
4092
4365
|
"package": "@microsoft/fast-foundation"
|
|
4366
|
+
},
|
|
4367
|
+
"vividComponent": {
|
|
4368
|
+
"public": true,
|
|
4369
|
+
"name": "data-grid-cell"
|
|
4093
4370
|
}
|
|
4094
4371
|
}
|
|
4095
4372
|
],
|
|
@@ -4110,7 +4387,7 @@
|
|
|
4110
4387
|
"declarations": [
|
|
4111
4388
|
{
|
|
4112
4389
|
"kind": "class",
|
|
4113
|
-
"description": "
|
|
4390
|
+
"description": "",
|
|
4114
4391
|
"name": "DataGridRow",
|
|
4115
4392
|
"cssProperties": [
|
|
4116
4393
|
{
|
|
@@ -4125,10 +4402,18 @@
|
|
|
4125
4402
|
"name": "--vvd-data-grid-row-cta-primary-increment",
|
|
4126
4403
|
"default": "var(--vvd-color-cta-600)"
|
|
4127
4404
|
},
|
|
4405
|
+
{
|
|
4406
|
+
"name": "--vvd-data-grid-row-cta-firm",
|
|
4407
|
+
"default": "var(--vvd-color-cta-600)"
|
|
4408
|
+
},
|
|
4128
4409
|
{
|
|
4129
4410
|
"name": "--vvd-data-grid-row-cta-faint",
|
|
4130
4411
|
"default": "var(--vvd-color-cta-50)"
|
|
4131
4412
|
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "--vvd-data-grid-row-cta-soft",
|
|
4415
|
+
"default": "var(--vvd-color-cta-100)"
|
|
4416
|
+
},
|
|
4132
4417
|
{
|
|
4133
4418
|
"name": "--vvd-data-grid-row-cta-pale",
|
|
4134
4419
|
"default": "var(--vvd-color-cta-300)"
|
|
@@ -4149,10 +4434,18 @@
|
|
|
4149
4434
|
"name": "--vvd-data-grid-row-accent-primary-increment",
|
|
4150
4435
|
"default": "var(--vvd-color-neutral-800)"
|
|
4151
4436
|
},
|
|
4437
|
+
{
|
|
4438
|
+
"name": "--vvd-data-grid-row-accent-firm",
|
|
4439
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
4440
|
+
},
|
|
4152
4441
|
{
|
|
4153
4442
|
"name": "--vvd-data-grid-row-accent-faint",
|
|
4154
4443
|
"default": "var(--vvd-color-neutral-50)"
|
|
4155
4444
|
},
|
|
4445
|
+
{
|
|
4446
|
+
"name": "--vvd-data-grid-row-accent-soft",
|
|
4447
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
4448
|
+
},
|
|
4156
4449
|
{
|
|
4157
4450
|
"name": "--vvd-data-grid-row-accent-pale",
|
|
4158
4451
|
"default": "var(--vvd-color-neutral-300)"
|
|
@@ -4200,6 +4493,10 @@
|
|
|
4200
4493
|
"superclass": {
|
|
4201
4494
|
"name": "FoundationDataGridRow",
|
|
4202
4495
|
"package": "@microsoft/fast-foundation"
|
|
4496
|
+
},
|
|
4497
|
+
"vividComponent": {
|
|
4498
|
+
"public": true,
|
|
4499
|
+
"name": "data-grid-row"
|
|
4203
4500
|
}
|
|
4204
4501
|
}
|
|
4205
4502
|
],
|
|
@@ -4222,9 +4519,9 @@
|
|
|
4222
4519
|
"kind": "variable",
|
|
4223
4520
|
"name": "DataGridCellSortStates",
|
|
4224
4521
|
"type": {
|
|
4225
|
-
"text": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other'
|
|
4522
|
+
"text": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other',\n}"
|
|
4226
4523
|
},
|
|
4227
|
-
"default": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other'
|
|
4524
|
+
"default": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other',\n}",
|
|
4228
4525
|
"description": "Enumerates the data grid auto generated header options\ndefault option generates a non-sticky header row",
|
|
4229
4526
|
"privacy": "public"
|
|
4230
4527
|
},
|
|
@@ -4344,7 +4641,7 @@
|
|
|
4344
4641
|
},
|
|
4345
4642
|
{
|
|
4346
4643
|
"kind": "class",
|
|
4347
|
-
"description": "
|
|
4644
|
+
"description": "",
|
|
4348
4645
|
"name": "DataGrid",
|
|
4349
4646
|
"slots": [
|
|
4350
4647
|
{
|
|
@@ -4419,7 +4716,7 @@
|
|
|
4419
4716
|
"type": {
|
|
4420
4717
|
"text": "object"
|
|
4421
4718
|
},
|
|
4422
|
-
"default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t}
|
|
4719
|
+
"default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t}"
|
|
4423
4720
|
},
|
|
4424
4721
|
{
|
|
4425
4722
|
"kind": "field",
|
|
@@ -4473,6 +4770,10 @@
|
|
|
4473
4770
|
"superclass": {
|
|
4474
4771
|
"name": "FoundationDataGrid",
|
|
4475
4772
|
"package": "@microsoft/fast-foundation"
|
|
4773
|
+
},
|
|
4774
|
+
"vividComponent": {
|
|
4775
|
+
"public": true,
|
|
4776
|
+
"name": "data-grid"
|
|
4476
4777
|
}
|
|
4477
4778
|
}
|
|
4478
4779
|
],
|
|
@@ -4517,7 +4818,7 @@
|
|
|
4517
4818
|
"type": {
|
|
4518
4819
|
"text": "array"
|
|
4519
4820
|
},
|
|
4520
|
-
"default": "[
|
|
4821
|
+
"default": "[\n\tdataGridCell,\n\tdataGridRow,\n\tdataGrid,\n\t...iconRegistries,\n]"
|
|
4521
4822
|
},
|
|
4522
4823
|
{
|
|
4523
4824
|
"kind": "variable",
|
|
@@ -4811,6 +5112,18 @@
|
|
|
4811
5112
|
"name": "DatePickerBase",
|
|
4812
5113
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
4813
5114
|
},
|
|
5115
|
+
"vividComponent": {
|
|
5116
|
+
"public": true,
|
|
5117
|
+
"name": "date-picker",
|
|
5118
|
+
"vueModels": [
|
|
5119
|
+
{
|
|
5120
|
+
"name": "modelValue",
|
|
5121
|
+
"attributeName": "value",
|
|
5122
|
+
"eventName": "input",
|
|
5123
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
5124
|
+
}
|
|
5125
|
+
]
|
|
5126
|
+
},
|
|
4814
5127
|
"attributes": [
|
|
4815
5128
|
{
|
|
4816
5129
|
"type": {
|
|
@@ -4930,7 +5243,7 @@
|
|
|
4930
5243
|
"declarations": [
|
|
4931
5244
|
{
|
|
4932
5245
|
"kind": "class",
|
|
4933
|
-
"description": "
|
|
5246
|
+
"description": "",
|
|
4934
5247
|
"name": "DateRangePicker",
|
|
4935
5248
|
"members": [
|
|
4936
5249
|
{
|
|
@@ -5337,6 +5650,24 @@
|
|
|
5337
5650
|
"superclass": {
|
|
5338
5651
|
"name": "DatePickerBase",
|
|
5339
5652
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
5653
|
+
},
|
|
5654
|
+
"vividComponent": {
|
|
5655
|
+
"public": true,
|
|
5656
|
+
"name": "date-range-picker",
|
|
5657
|
+
"vueModels": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "start",
|
|
5660
|
+
"attributeName": "current-start",
|
|
5661
|
+
"eventName": "input:start",
|
|
5662
|
+
"valueMapping": "(event.target as any).start"
|
|
5663
|
+
},
|
|
5664
|
+
{
|
|
5665
|
+
"name": "end",
|
|
5666
|
+
"attributeName": "current-end",
|
|
5667
|
+
"eventName": "input:end",
|
|
5668
|
+
"valueMapping": "(event.target as any).end"
|
|
5669
|
+
}
|
|
5670
|
+
]
|
|
5340
5671
|
}
|
|
5341
5672
|
}
|
|
5342
5673
|
],
|
|
@@ -5435,7 +5766,7 @@
|
|
|
5435
5766
|
},
|
|
5436
5767
|
{
|
|
5437
5768
|
"kind": "class",
|
|
5438
|
-
"description": "
|
|
5769
|
+
"description": "",
|
|
5439
5770
|
"name": "Dialog",
|
|
5440
5771
|
"slots": [
|
|
5441
5772
|
{
|
|
@@ -5518,7 +5849,7 @@
|
|
|
5518
5849
|
"kind": "field",
|
|
5519
5850
|
"name": "dismissButtonAriaLabel",
|
|
5520
5851
|
"type": {
|
|
5521
|
-
"text": "string
|
|
5852
|
+
"text": "| string\n\t\t| null"
|
|
5522
5853
|
},
|
|
5523
5854
|
"default": "null"
|
|
5524
5855
|
},
|
|
@@ -5657,7 +5988,7 @@
|
|
|
5657
5988
|
{
|
|
5658
5989
|
"name": "dismiss-button-aria-label",
|
|
5659
5990
|
"type": {
|
|
5660
|
-
"text": "string
|
|
5991
|
+
"text": "| string\n\t\t| null"
|
|
5661
5992
|
},
|
|
5662
5993
|
"default": "null",
|
|
5663
5994
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -5674,6 +6005,10 @@
|
|
|
5674
6005
|
"superclass": {
|
|
5675
6006
|
"name": "FoundationElement",
|
|
5676
6007
|
"package": "@microsoft/fast-foundation"
|
|
6008
|
+
},
|
|
6009
|
+
"vividComponent": {
|
|
6010
|
+
"public": true,
|
|
6011
|
+
"name": "dialog"
|
|
5677
6012
|
}
|
|
5678
6013
|
}
|
|
5679
6014
|
],
|
|
@@ -5735,11 +6070,15 @@
|
|
|
5735
6070
|
"declarations": [
|
|
5736
6071
|
{
|
|
5737
6072
|
"kind": "class",
|
|
5738
|
-
"description": "
|
|
6073
|
+
"description": "",
|
|
5739
6074
|
"name": "Divider",
|
|
5740
6075
|
"superclass": {
|
|
5741
6076
|
"name": "FoundationDivider",
|
|
5742
6077
|
"package": "@microsoft/fast-foundation"
|
|
6078
|
+
},
|
|
6079
|
+
"vividComponent": {
|
|
6080
|
+
"public": true,
|
|
6081
|
+
"name": "divider"
|
|
5743
6082
|
}
|
|
5744
6083
|
}
|
|
5745
6084
|
],
|
|
@@ -5787,7 +6126,7 @@
|
|
|
5787
6126
|
"declarations": [
|
|
5788
6127
|
{
|
|
5789
6128
|
"kind": "class",
|
|
5790
|
-
"description": "
|
|
6129
|
+
"description": "",
|
|
5791
6130
|
"name": "Elevation",
|
|
5792
6131
|
"slots": [
|
|
5793
6132
|
{
|
|
@@ -5836,6 +6175,9 @@
|
|
|
5836
6175
|
"superclass": {
|
|
5837
6176
|
"name": "FoundationElement",
|
|
5838
6177
|
"package": "@microsoft/fast-foundation"
|
|
6178
|
+
},
|
|
6179
|
+
"vividComponent": {
|
|
6180
|
+
"name": "elevation"
|
|
5839
6181
|
}
|
|
5840
6182
|
}
|
|
5841
6183
|
],
|
|
@@ -5952,6 +6294,10 @@
|
|
|
5952
6294
|
"superclass": {
|
|
5953
6295
|
"name": "FoundationElement",
|
|
5954
6296
|
"package": "@microsoft/fast-foundation"
|
|
6297
|
+
},
|
|
6298
|
+
"vividComponent": {
|
|
6299
|
+
"public": true,
|
|
6300
|
+
"name": "empty-state"
|
|
5955
6301
|
}
|
|
5956
6302
|
}
|
|
5957
6303
|
],
|
|
@@ -6028,7 +6374,7 @@
|
|
|
6028
6374
|
"declarations": [
|
|
6029
6375
|
{
|
|
6030
6376
|
"kind": "class",
|
|
6031
|
-
"description": "
|
|
6377
|
+
"description": "",
|
|
6032
6378
|
"name": "Fab",
|
|
6033
6379
|
"cssProperties": [
|
|
6034
6380
|
{
|
|
@@ -6144,6 +6490,10 @@
|
|
|
6144
6490
|
"superclass": {
|
|
6145
6491
|
"name": "FoundationButton",
|
|
6146
6492
|
"package": "@microsoft/fast-foundation"
|
|
6493
|
+
},
|
|
6494
|
+
"vividComponent": {
|
|
6495
|
+
"public": true,
|
|
6496
|
+
"name": "fab"
|
|
6147
6497
|
}
|
|
6148
6498
|
}
|
|
6149
6499
|
],
|
|
@@ -6243,7 +6593,7 @@
|
|
|
6243
6593
|
"declarations": [
|
|
6244
6594
|
{
|
|
6245
6595
|
"kind": "class",
|
|
6246
|
-
"description": "
|
|
6596
|
+
"description": "",
|
|
6247
6597
|
"name": "FilePicker",
|
|
6248
6598
|
"members": [
|
|
6249
6599
|
{
|
|
@@ -6519,6 +6869,10 @@
|
|
|
6519
6869
|
"superclass": {
|
|
6520
6870
|
"name": "FormAssociatedFilePicker",
|
|
6521
6871
|
"module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
|
|
6872
|
+
},
|
|
6873
|
+
"vividComponent": {
|
|
6874
|
+
"public": true,
|
|
6875
|
+
"name": "file-picker"
|
|
6522
6876
|
}
|
|
6523
6877
|
}
|
|
6524
6878
|
],
|
|
@@ -6541,17 +6895,17 @@
|
|
|
6541
6895
|
},
|
|
6542
6896
|
{
|
|
6543
6897
|
"kind": "javascript-module",
|
|
6544
|
-
"path": "libs/components/src/lib/
|
|
6898
|
+
"path": "libs/components/src/lib/header/definition.ts",
|
|
6545
6899
|
"declarations": [
|
|
6546
6900
|
{
|
|
6547
6901
|
"kind": "variable",
|
|
6548
|
-
"name": "
|
|
6549
|
-
"description": "
|
|
6902
|
+
"name": "headerDefinition",
|
|
6903
|
+
"description": "The header element."
|
|
6550
6904
|
},
|
|
6551
6905
|
{
|
|
6552
6906
|
"kind": "variable",
|
|
6553
|
-
"name": "
|
|
6554
|
-
"description": "Registers the
|
|
6907
|
+
"name": "registerHeader",
|
|
6908
|
+
"description": "Registers the header elements with the design system.",
|
|
6555
6909
|
"parameters": [
|
|
6556
6910
|
{
|
|
6557
6911
|
"description": "the prefix to use for the component name",
|
|
@@ -6563,94 +6917,29 @@
|
|
|
6563
6917
|
"exports": [
|
|
6564
6918
|
{
|
|
6565
6919
|
"kind": "js",
|
|
6566
|
-
"name": "
|
|
6920
|
+
"name": "headerDefinition",
|
|
6567
6921
|
"declaration": {
|
|
6568
|
-
"name": "
|
|
6569
|
-
"module": "libs/components/src/lib/
|
|
6922
|
+
"name": "headerDefinition",
|
|
6923
|
+
"module": "libs/components/src/lib/header/definition.ts"
|
|
6570
6924
|
}
|
|
6571
6925
|
},
|
|
6572
6926
|
{
|
|
6573
6927
|
"kind": "js",
|
|
6574
|
-
"name": "
|
|
6928
|
+
"name": "registerHeader",
|
|
6575
6929
|
"declaration": {
|
|
6576
|
-
"name": "
|
|
6577
|
-
"module": "libs/components/src/lib/
|
|
6930
|
+
"name": "registerHeader",
|
|
6931
|
+
"module": "libs/components/src/lib/header/definition.ts"
|
|
6578
6932
|
}
|
|
6579
6933
|
}
|
|
6580
6934
|
]
|
|
6581
6935
|
},
|
|
6582
6936
|
{
|
|
6583
6937
|
"kind": "javascript-module",
|
|
6584
|
-
"path": "libs/components/src/lib/
|
|
6938
|
+
"path": "libs/components/src/lib/header/header.ts",
|
|
6585
6939
|
"declarations": [
|
|
6586
6940
|
{
|
|
6587
6941
|
"kind": "class",
|
|
6588
|
-
"description": "
|
|
6589
|
-
"name": "Focus",
|
|
6590
|
-
"superclass": {
|
|
6591
|
-
"name": "FoundationElement",
|
|
6592
|
-
"package": "@microsoft/fast-foundation"
|
|
6593
|
-
}
|
|
6594
|
-
}
|
|
6595
|
-
],
|
|
6596
|
-
"exports": [
|
|
6597
|
-
{
|
|
6598
|
-
"kind": "js",
|
|
6599
|
-
"name": "Focus",
|
|
6600
|
-
"declaration": {
|
|
6601
|
-
"name": "Focus",
|
|
6602
|
-
"module": "libs/components/src/lib/focus/focus.ts"
|
|
6603
|
-
}
|
|
6604
|
-
}
|
|
6605
|
-
]
|
|
6606
|
-
},
|
|
6607
|
-
{
|
|
6608
|
-
"kind": "javascript-module",
|
|
6609
|
-
"path": "libs/components/src/lib/header/definition.ts",
|
|
6610
|
-
"declarations": [
|
|
6611
|
-
{
|
|
6612
|
-
"kind": "variable",
|
|
6613
|
-
"name": "headerDefinition",
|
|
6614
|
-
"description": "The header element."
|
|
6615
|
-
},
|
|
6616
|
-
{
|
|
6617
|
-
"kind": "variable",
|
|
6618
|
-
"name": "registerHeader",
|
|
6619
|
-
"description": "Registers the header elements with the design system.",
|
|
6620
|
-
"parameters": [
|
|
6621
|
-
{
|
|
6622
|
-
"description": "the prefix to use for the component name",
|
|
6623
|
-
"name": "prefix"
|
|
6624
|
-
}
|
|
6625
|
-
]
|
|
6626
|
-
}
|
|
6627
|
-
],
|
|
6628
|
-
"exports": [
|
|
6629
|
-
{
|
|
6630
|
-
"kind": "js",
|
|
6631
|
-
"name": "headerDefinition",
|
|
6632
|
-
"declaration": {
|
|
6633
|
-
"name": "headerDefinition",
|
|
6634
|
-
"module": "libs/components/src/lib/header/definition.ts"
|
|
6635
|
-
}
|
|
6636
|
-
},
|
|
6637
|
-
{
|
|
6638
|
-
"kind": "js",
|
|
6639
|
-
"name": "registerHeader",
|
|
6640
|
-
"declaration": {
|
|
6641
|
-
"name": "registerHeader",
|
|
6642
|
-
"module": "libs/components/src/lib/header/definition.ts"
|
|
6643
|
-
}
|
|
6644
|
-
}
|
|
6645
|
-
]
|
|
6646
|
-
},
|
|
6647
|
-
{
|
|
6648
|
-
"kind": "javascript-module",
|
|
6649
|
-
"path": "libs/components/src/lib/header/header.ts",
|
|
6650
|
-
"declarations": [
|
|
6651
|
-
{
|
|
6652
|
-
"kind": "class",
|
|
6653
|
-
"description": "Base class for header",
|
|
6942
|
+
"description": "",
|
|
6654
6943
|
"name": "Header",
|
|
6655
6944
|
"slots": [
|
|
6656
6945
|
{
|
|
@@ -6710,6 +6999,10 @@
|
|
|
6710
6999
|
"superclass": {
|
|
6711
7000
|
"name": "FoundationElement",
|
|
6712
7001
|
"package": "@microsoft/fast-foundation"
|
|
7002
|
+
},
|
|
7003
|
+
"vividComponent": {
|
|
7004
|
+
"public": true,
|
|
7005
|
+
"name": "header"
|
|
6713
7006
|
}
|
|
6714
7007
|
}
|
|
6715
7008
|
],
|
|
@@ -6905,6 +7198,10 @@
|
|
|
6905
7198
|
"superclass": {
|
|
6906
7199
|
"name": "FoundationElement",
|
|
6907
7200
|
"package": "@microsoft/fast-foundation"
|
|
7201
|
+
},
|
|
7202
|
+
"vividComponent": {
|
|
7203
|
+
"public": true,
|
|
7204
|
+
"name": "icon"
|
|
6908
7205
|
}
|
|
6909
7206
|
}
|
|
6910
7207
|
],
|
|
@@ -7005,7 +7302,7 @@
|
|
|
7005
7302
|
"declarations": [
|
|
7006
7303
|
{
|
|
7007
7304
|
"kind": "class",
|
|
7008
|
-
"description": "
|
|
7305
|
+
"description": "[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],\nminmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.",
|
|
7009
7306
|
"name": "Layout",
|
|
7010
7307
|
"slots": [
|
|
7011
7308
|
{
|
|
@@ -7105,6 +7402,10 @@
|
|
|
7105
7402
|
"superclass": {
|
|
7106
7403
|
"name": "FoundationElement",
|
|
7107
7404
|
"package": "@microsoft/fast-foundation"
|
|
7405
|
+
},
|
|
7406
|
+
"vividComponent": {
|
|
7407
|
+
"public": true,
|
|
7408
|
+
"name": "layout"
|
|
7108
7409
|
}
|
|
7109
7410
|
}
|
|
7110
7411
|
],
|
|
@@ -7173,7 +7474,7 @@
|
|
|
7173
7474
|
"declarations": [
|
|
7174
7475
|
{
|
|
7175
7476
|
"kind": "class",
|
|
7176
|
-
"description": "
|
|
7477
|
+
"description": "",
|
|
7177
7478
|
"name": "Listbox",
|
|
7178
7479
|
"cssProperties": [
|
|
7179
7480
|
{
|
|
@@ -7289,6 +7590,9 @@
|
|
|
7289
7590
|
"superclass": {
|
|
7290
7591
|
"name": "FoundationListboxElement",
|
|
7291
7592
|
"package": "@microsoft/fast-foundation"
|
|
7593
|
+
},
|
|
7594
|
+
"vividComponent": {
|
|
7595
|
+
"name": "listbox"
|
|
7292
7596
|
}
|
|
7293
7597
|
}
|
|
7294
7598
|
],
|
|
@@ -7357,13 +7661,17 @@
|
|
|
7357
7661
|
"declarations": [
|
|
7358
7662
|
{
|
|
7359
7663
|
"kind": "class",
|
|
7360
|
-
"description": "
|
|
7664
|
+
"description": "",
|
|
7361
7665
|
"name": "Menu",
|
|
7362
7666
|
"slots": [
|
|
7363
7667
|
{
|
|
7364
7668
|
"description": "Default slot.",
|
|
7365
7669
|
"name": ""
|
|
7366
7670
|
},
|
|
7671
|
+
{
|
|
7672
|
+
"description": "Used to set the anchor element for the menu.",
|
|
7673
|
+
"name": "anchor"
|
|
7674
|
+
},
|
|
7367
7675
|
{
|
|
7368
7676
|
"description": "Used to add additional content to the top of the menu.",
|
|
7369
7677
|
"name": "header"
|
|
@@ -7491,12 +7799,23 @@
|
|
|
7491
7799
|
},
|
|
7492
7800
|
{
|
|
7493
7801
|
"kind": "field",
|
|
7494
|
-
"name": "#
|
|
7802
|
+
"name": "#updateClickOutsideListeners",
|
|
7495
7803
|
"privacy": "private"
|
|
7496
7804
|
},
|
|
7497
7805
|
{
|
|
7498
7806
|
"kind": "field",
|
|
7499
|
-
"name": "#
|
|
7807
|
+
"name": "#wasOpenBeforeClick",
|
|
7808
|
+
"privacy": "private",
|
|
7809
|
+
"default": "new WeakMap<Event, boolean>()"
|
|
7810
|
+
},
|
|
7811
|
+
{
|
|
7812
|
+
"kind": "field",
|
|
7813
|
+
"name": "#onClickOutsideCapture",
|
|
7814
|
+
"privacy": "private"
|
|
7815
|
+
},
|
|
7816
|
+
{
|
|
7817
|
+
"kind": "field",
|
|
7818
|
+
"name": "#onClickOutside",
|
|
7500
7819
|
"privacy": "private"
|
|
7501
7820
|
},
|
|
7502
7821
|
{
|
|
@@ -7559,6 +7878,10 @@
|
|
|
7559
7878
|
"superclass": {
|
|
7560
7879
|
"name": "FastMenu",
|
|
7561
7880
|
"package": "@microsoft/fast-foundation"
|
|
7881
|
+
},
|
|
7882
|
+
"vividComponent": {
|
|
7883
|
+
"public": true,
|
|
7884
|
+
"name": "menu"
|
|
7562
7885
|
}
|
|
7563
7886
|
}
|
|
7564
7887
|
],
|
|
@@ -7635,9 +7958,41 @@
|
|
|
7635
7958
|
},
|
|
7636
7959
|
{
|
|
7637
7960
|
"kind": "class",
|
|
7638
|
-
"description": "
|
|
7961
|
+
"description": "",
|
|
7639
7962
|
"name": "MenuItem",
|
|
7640
7963
|
"cssProperties": [
|
|
7964
|
+
{
|
|
7965
|
+
"name": "--vvd-menu-item-cta-primary",
|
|
7966
|
+
"default": "var(--vvd-color-cta-500)"
|
|
7967
|
+
},
|
|
7968
|
+
{
|
|
7969
|
+
"name": "--vvd-menu-item-cta-primary-text",
|
|
7970
|
+
"default": "var(--vvd-color-canvas)"
|
|
7971
|
+
},
|
|
7972
|
+
{
|
|
7973
|
+
"name": "--vvd-menu-item-cta-primary-increment",
|
|
7974
|
+
"default": "var(--vvd-color-cta-600)"
|
|
7975
|
+
},
|
|
7976
|
+
{
|
|
7977
|
+
"name": "--vvd-menu-item-cta-firm",
|
|
7978
|
+
"default": "var(--vvd-color-cta-600)"
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"name": "--vvd-menu-item-cta-faint",
|
|
7982
|
+
"default": "var(--vvd-color-cta-50)"
|
|
7983
|
+
},
|
|
7984
|
+
{
|
|
7985
|
+
"name": "--vvd-menu-item-cta-soft",
|
|
7986
|
+
"default": "var(--vvd-color-cta-100)"
|
|
7987
|
+
},
|
|
7988
|
+
{
|
|
7989
|
+
"name": "--vvd-menu-item-cta-pale",
|
|
7990
|
+
"default": "var(--vvd-color-cta-300)"
|
|
7991
|
+
},
|
|
7992
|
+
{
|
|
7993
|
+
"name": "--vvd-menu-item-cta-dim",
|
|
7994
|
+
"default": "var(--vvd-color-cta-200)"
|
|
7995
|
+
},
|
|
7641
7996
|
{
|
|
7642
7997
|
"name": "--vvd-menu-item-accent-primary",
|
|
7643
7998
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -7650,6 +8005,10 @@
|
|
|
7650
8005
|
"name": "--vvd-menu-item-accent-primary-increment",
|
|
7651
8006
|
"default": "var(--vvd-color-neutral-800)"
|
|
7652
8007
|
},
|
|
8008
|
+
{
|
|
8009
|
+
"name": "--vvd-menu-item-accent-firm",
|
|
8010
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
8011
|
+
},
|
|
7653
8012
|
{
|
|
7654
8013
|
"name": "--vvd-menu-item-accent-faint",
|
|
7655
8014
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -7700,6 +8059,15 @@
|
|
|
7700
8059
|
"description": "Indicates the menu item's secondary text.",
|
|
7701
8060
|
"privacy": "public"
|
|
7702
8061
|
},
|
|
8062
|
+
{
|
|
8063
|
+
"kind": "field",
|
|
8064
|
+
"name": "connotation",
|
|
8065
|
+
"type": {
|
|
8066
|
+
"text": "MenuItemConnotation | undefined"
|
|
8067
|
+
},
|
|
8068
|
+
"description": "The connotation the fab should have.",
|
|
8069
|
+
"privacy": "public"
|
|
8070
|
+
},
|
|
7703
8071
|
{
|
|
7704
8072
|
"kind": "field",
|
|
7705
8073
|
"name": "checkTrailing",
|
|
@@ -7769,6 +8137,14 @@
|
|
|
7769
8137
|
"description": "Indicates the menu item's secondary text.",
|
|
7770
8138
|
"fieldName": "textSecondary"
|
|
7771
8139
|
},
|
|
8140
|
+
{
|
|
8141
|
+
"name": "connotation",
|
|
8142
|
+
"type": {
|
|
8143
|
+
"text": "MenuItemConnotation | undefined"
|
|
8144
|
+
},
|
|
8145
|
+
"description": "The connotation the fab should have.",
|
|
8146
|
+
"fieldName": "connotation"
|
|
8147
|
+
},
|
|
7772
8148
|
{
|
|
7773
8149
|
"name": "check-trailing",
|
|
7774
8150
|
"type": {
|
|
@@ -7790,6 +8166,18 @@
|
|
|
7790
8166
|
"superclass": {
|
|
7791
8167
|
"name": "FastMenuItem",
|
|
7792
8168
|
"package": "@microsoft/fast-foundation"
|
|
8169
|
+
},
|
|
8170
|
+
"vividComponent": {
|
|
8171
|
+
"public": true,
|
|
8172
|
+
"name": "menu-item",
|
|
8173
|
+
"vueModels": [
|
|
8174
|
+
{
|
|
8175
|
+
"name": "modelValue",
|
|
8176
|
+
"attributeName": "checked",
|
|
8177
|
+
"eventName": "change",
|
|
8178
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
8179
|
+
}
|
|
8180
|
+
]
|
|
7793
8181
|
}
|
|
7794
8182
|
}
|
|
7795
8183
|
],
|
|
@@ -7858,7 +8246,7 @@
|
|
|
7858
8246
|
"declarations": [
|
|
7859
8247
|
{
|
|
7860
8248
|
"kind": "class",
|
|
7861
|
-
"description": "
|
|
8249
|
+
"description": "",
|
|
7862
8250
|
"name": "Nav",
|
|
7863
8251
|
"slots": [
|
|
7864
8252
|
{
|
|
@@ -7869,6 +8257,10 @@
|
|
|
7869
8257
|
"superclass": {
|
|
7870
8258
|
"name": "FoundationElement",
|
|
7871
8259
|
"package": "@microsoft/fast-foundation"
|
|
8260
|
+
},
|
|
8261
|
+
"vividComponent": {
|
|
8262
|
+
"public": true,
|
|
8263
|
+
"name": "nav"
|
|
7872
8264
|
}
|
|
7873
8265
|
}
|
|
7874
8266
|
],
|
|
@@ -7929,7 +8321,7 @@
|
|
|
7929
8321
|
"declarations": [
|
|
7930
8322
|
{
|
|
7931
8323
|
"kind": "class",
|
|
7932
|
-
"description": "
|
|
8324
|
+
"description": "",
|
|
7933
8325
|
"name": "NavDisclosure",
|
|
7934
8326
|
"cssProperties": [
|
|
7935
8327
|
{
|
|
@@ -8042,6 +8434,10 @@
|
|
|
8042
8434
|
"superclass": {
|
|
8043
8435
|
"name": "FoundationElement",
|
|
8044
8436
|
"package": "@microsoft/fast-foundation"
|
|
8437
|
+
},
|
|
8438
|
+
"vividComponent": {
|
|
8439
|
+
"public": true,
|
|
8440
|
+
"name": "nav-disclosure"
|
|
8045
8441
|
}
|
|
8046
8442
|
}
|
|
8047
8443
|
],
|
|
@@ -8159,6 +8555,10 @@
|
|
|
8159
8555
|
"name": "TextAnchor",
|
|
8160
8556
|
"module": "/libs/components/src/lib/text-anchor/text-anchor"
|
|
8161
8557
|
},
|
|
8558
|
+
"vividComponent": {
|
|
8559
|
+
"public": true,
|
|
8560
|
+
"name": "nav-item"
|
|
8561
|
+
},
|
|
8162
8562
|
"attributes": [
|
|
8163
8563
|
{
|
|
8164
8564
|
"name": "text",
|
|
@@ -8240,7 +8640,7 @@
|
|
|
8240
8640
|
"declarations": [
|
|
8241
8641
|
{
|
|
8242
8642
|
"kind": "class",
|
|
8243
|
-
"description": "
|
|
8643
|
+
"description": "",
|
|
8244
8644
|
"name": "Note",
|
|
8245
8645
|
"cssProperties": [
|
|
8246
8646
|
{
|
|
@@ -8352,6 +8752,10 @@
|
|
|
8352
8752
|
"superclass": {
|
|
8353
8753
|
"name": "FoundationElement",
|
|
8354
8754
|
"package": "@microsoft/fast-foundation"
|
|
8755
|
+
},
|
|
8756
|
+
"vividComponent": {
|
|
8757
|
+
"public": true,
|
|
8758
|
+
"name": "note"
|
|
8355
8759
|
}
|
|
8356
8760
|
}
|
|
8357
8761
|
],
|
|
@@ -8381,7 +8785,7 @@
|
|
|
8381
8785
|
"type": {
|
|
8382
8786
|
"text": "array"
|
|
8383
8787
|
},
|
|
8384
|
-
"default": "[
|
|
8788
|
+
"default": "[\n\tnumberFieldDefinition(),\n\t...buttonRegistries,\n\t...dividerRegistries,\n]"
|
|
8385
8789
|
},
|
|
8386
8790
|
{
|
|
8387
8791
|
"kind": "variable",
|
|
@@ -8450,7 +8854,7 @@
|
|
|
8450
8854
|
"declarations": [
|
|
8451
8855
|
{
|
|
8452
8856
|
"kind": "class",
|
|
8453
|
-
"description": "
|
|
8857
|
+
"description": "",
|
|
8454
8858
|
"name": "NumberField",
|
|
8455
8859
|
"cssProperties": [
|
|
8456
8860
|
{
|
|
@@ -8491,7 +8895,7 @@
|
|
|
8491
8895
|
"kind": "field",
|
|
8492
8896
|
"name": "incrementButtonAriaLabel",
|
|
8493
8897
|
"type": {
|
|
8494
|
-
"text": "string
|
|
8898
|
+
"text": "| string\n\t\t| null"
|
|
8495
8899
|
},
|
|
8496
8900
|
"default": "null"
|
|
8497
8901
|
},
|
|
@@ -8499,7 +8903,7 @@
|
|
|
8499
8903
|
"kind": "field",
|
|
8500
8904
|
"name": "decrementButtonAriaLabel",
|
|
8501
8905
|
"type": {
|
|
8502
|
-
"text": "string
|
|
8906
|
+
"text": "| string\n\t\t| null"
|
|
8503
8907
|
},
|
|
8504
8908
|
"default": "null"
|
|
8505
8909
|
},
|
|
@@ -8560,7 +8964,7 @@
|
|
|
8560
8964
|
{
|
|
8561
8965
|
"name": "increment-button-aria-label",
|
|
8562
8966
|
"type": {
|
|
8563
|
-
"text": "string
|
|
8967
|
+
"text": "| string\n\t\t| null"
|
|
8564
8968
|
},
|
|
8565
8969
|
"default": "null",
|
|
8566
8970
|
"fieldName": "incrementButtonAriaLabel"
|
|
@@ -8568,7 +8972,7 @@
|
|
|
8568
8972
|
{
|
|
8569
8973
|
"name": "decrement-button-aria-label",
|
|
8570
8974
|
"type": {
|
|
8571
|
-
"text": "string
|
|
8975
|
+
"text": "| string\n\t\t| null"
|
|
8572
8976
|
},
|
|
8573
8977
|
"default": "null",
|
|
8574
8978
|
"fieldName": "decrementButtonAriaLabel"
|
|
@@ -8598,6 +9002,18 @@
|
|
|
8598
9002
|
"superclass": {
|
|
8599
9003
|
"name": "FastNumberField",
|
|
8600
9004
|
"package": "@microsoft/fast-foundation"
|
|
9005
|
+
},
|
|
9006
|
+
"vividComponent": {
|
|
9007
|
+
"public": true,
|
|
9008
|
+
"name": "number-field",
|
|
9009
|
+
"vueModels": [
|
|
9010
|
+
{
|
|
9011
|
+
"name": "modelValue",
|
|
9012
|
+
"attributeName": "current-value",
|
|
9013
|
+
"eventName": "input",
|
|
9014
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
9015
|
+
}
|
|
9016
|
+
]
|
|
8601
9017
|
}
|
|
8602
9018
|
}
|
|
8603
9019
|
],
|
|
@@ -8658,7 +9074,7 @@
|
|
|
8658
9074
|
"declarations": [
|
|
8659
9075
|
{
|
|
8660
9076
|
"kind": "class",
|
|
8661
|
-
"description": "
|
|
9077
|
+
"description": "",
|
|
8662
9078
|
"name": "ListboxOption",
|
|
8663
9079
|
"cssProperties": [
|
|
8664
9080
|
{
|
|
@@ -8673,6 +9089,10 @@
|
|
|
8673
9089
|
"name": "--vvd-option-accent-primary-increment",
|
|
8674
9090
|
"default": "var(--vvd-color-neutral-800)"
|
|
8675
9091
|
},
|
|
9092
|
+
{
|
|
9093
|
+
"name": "--vvd-option-accent-firm",
|
|
9094
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
9095
|
+
},
|
|
8676
9096
|
{
|
|
8677
9097
|
"name": "--vvd-option-accent-faint",
|
|
8678
9098
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -8744,6 +9164,10 @@
|
|
|
8744
9164
|
"superclass": {
|
|
8745
9165
|
"name": "FoundationListboxOption",
|
|
8746
9166
|
"package": "@microsoft/fast-foundation"
|
|
9167
|
+
},
|
|
9168
|
+
"vividComponent": {
|
|
9169
|
+
"public": true,
|
|
9170
|
+
"name": "option"
|
|
8747
9171
|
}
|
|
8748
9172
|
}
|
|
8749
9173
|
],
|
|
@@ -8819,7 +9243,7 @@
|
|
|
8819
9243
|
"declarations": [
|
|
8820
9244
|
{
|
|
8821
9245
|
"kind": "class",
|
|
8822
|
-
"description": "
|
|
9246
|
+
"description": "",
|
|
8823
9247
|
"name": "Pagination",
|
|
8824
9248
|
"members": [
|
|
8825
9249
|
{
|
|
@@ -8995,6 +9419,10 @@
|
|
|
8995
9419
|
"superclass": {
|
|
8996
9420
|
"name": "FoundationElement",
|
|
8997
9421
|
"package": "@microsoft/fast-foundation"
|
|
9422
|
+
},
|
|
9423
|
+
"vividComponent": {
|
|
9424
|
+
"public": true,
|
|
9425
|
+
"name": "pagination"
|
|
8998
9426
|
}
|
|
8999
9427
|
}
|
|
9000
9428
|
],
|
|
@@ -9068,291 +9496,213 @@
|
|
|
9068
9496
|
{
|
|
9069
9497
|
"kind": "javascript-module",
|
|
9070
9498
|
"path": "libs/components/src/lib/popup/popup.ts",
|
|
9499
|
+
"declarations": [],
|
|
9500
|
+
"exports": []
|
|
9501
|
+
},
|
|
9502
|
+
{
|
|
9503
|
+
"kind": "javascript-module",
|
|
9504
|
+
"path": "libs/components/src/lib/progress/definition.ts",
|
|
9505
|
+
"declarations": [
|
|
9506
|
+
{
|
|
9507
|
+
"kind": "variable",
|
|
9508
|
+
"name": "progressDefinition",
|
|
9509
|
+
"description": "The progress element."
|
|
9510
|
+
},
|
|
9511
|
+
{
|
|
9512
|
+
"kind": "variable",
|
|
9513
|
+
"name": "registerProgress",
|
|
9514
|
+
"description": "Registers the progress elements with the design system.",
|
|
9515
|
+
"parameters": [
|
|
9516
|
+
{
|
|
9517
|
+
"description": "the prefix to use for the component name",
|
|
9518
|
+
"name": "prefix"
|
|
9519
|
+
}
|
|
9520
|
+
]
|
|
9521
|
+
}
|
|
9522
|
+
],
|
|
9523
|
+
"exports": [
|
|
9524
|
+
{
|
|
9525
|
+
"kind": "js",
|
|
9526
|
+
"name": "ProgressConnotation",
|
|
9527
|
+
"declaration": {
|
|
9528
|
+
"name": "ProgressConnotation",
|
|
9529
|
+
"module": "./progress"
|
|
9530
|
+
}
|
|
9531
|
+
},
|
|
9532
|
+
{
|
|
9533
|
+
"kind": "js",
|
|
9534
|
+
"name": "ProgressShape",
|
|
9535
|
+
"declaration": {
|
|
9536
|
+
"name": "ProgressShape",
|
|
9537
|
+
"module": "./progress"
|
|
9538
|
+
}
|
|
9539
|
+
},
|
|
9540
|
+
{
|
|
9541
|
+
"kind": "js",
|
|
9542
|
+
"name": "progressDefinition",
|
|
9543
|
+
"declaration": {
|
|
9544
|
+
"name": "progressDefinition",
|
|
9545
|
+
"module": "libs/components/src/lib/progress/definition.ts"
|
|
9546
|
+
}
|
|
9547
|
+
},
|
|
9548
|
+
{
|
|
9549
|
+
"kind": "js",
|
|
9550
|
+
"name": "registerProgress",
|
|
9551
|
+
"declaration": {
|
|
9552
|
+
"name": "registerProgress",
|
|
9553
|
+
"module": "libs/components/src/lib/progress/definition.ts"
|
|
9554
|
+
}
|
|
9555
|
+
}
|
|
9556
|
+
]
|
|
9557
|
+
},
|
|
9558
|
+
{
|
|
9559
|
+
"kind": "javascript-module",
|
|
9560
|
+
"path": "libs/components/src/lib/progress/progress.ts",
|
|
9071
9561
|
"declarations": [
|
|
9072
9562
|
{
|
|
9073
9563
|
"kind": "class",
|
|
9074
|
-
"description": "
|
|
9075
|
-
"name": "
|
|
9076
|
-
"
|
|
9564
|
+
"description": "",
|
|
9565
|
+
"name": "Progress",
|
|
9566
|
+
"cssProperties": [
|
|
9077
9567
|
{
|
|
9078
|
-
"
|
|
9079
|
-
"
|
|
9568
|
+
"name": "--vvd-progress-cta-primary",
|
|
9569
|
+
"default": "var(--vvd-color-cta-500)"
|
|
9570
|
+
},
|
|
9571
|
+
{
|
|
9572
|
+
"name": "--vvd-progress-cta-soft",
|
|
9573
|
+
"default": "var(--vvd-color-cta-100)"
|
|
9574
|
+
},
|
|
9575
|
+
{
|
|
9576
|
+
"name": "--vvd-progress-alert-primary",
|
|
9577
|
+
"default": "var(--vvd-color-alert-500)"
|
|
9578
|
+
},
|
|
9579
|
+
{
|
|
9580
|
+
"name": "--vvd-progress-alert-soft",
|
|
9581
|
+
"default": "var(--vvd-color-alert-100)"
|
|
9582
|
+
},
|
|
9583
|
+
{
|
|
9584
|
+
"name": "--vvd-progress-success-primary",
|
|
9585
|
+
"default": "var(--vvd-color-success-500)"
|
|
9586
|
+
},
|
|
9587
|
+
{
|
|
9588
|
+
"name": "--vvd-progress-success-soft",
|
|
9589
|
+
"default": "var(--vvd-color-success-100)"
|
|
9590
|
+
},
|
|
9591
|
+
{
|
|
9592
|
+
"name": "--vvd-progress-accent-primary",
|
|
9593
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
9594
|
+
},
|
|
9595
|
+
{
|
|
9596
|
+
"name": "--vvd-progress-accent-soft",
|
|
9597
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
9080
9598
|
}
|
|
9081
9599
|
],
|
|
9082
9600
|
"members": [
|
|
9083
9601
|
{
|
|
9084
9602
|
"kind": "field",
|
|
9085
|
-
"name": "
|
|
9086
|
-
"privacy": "private",
|
|
9603
|
+
"name": "ariaLabel",
|
|
9087
9604
|
"type": {
|
|
9088
|
-
"text": "
|
|
9605
|
+
"text": "string | null"
|
|
9089
9606
|
},
|
|
9090
|
-
"
|
|
9091
|
-
},
|
|
9092
|
-
{
|
|
9093
|
-
"kind": "field",
|
|
9094
|
-
"name": "#cleanup",
|
|
9095
|
-
"privacy": "private",
|
|
9096
|
-
"type": {
|
|
9097
|
-
"text": "() => void | undefined"
|
|
9098
|
-
}
|
|
9607
|
+
"default": "null"
|
|
9099
9608
|
},
|
|
9100
9609
|
{
|
|
9101
9610
|
"kind": "field",
|
|
9102
|
-
"name": "
|
|
9611
|
+
"name": "shape",
|
|
9103
9612
|
"type": {
|
|
9104
|
-
"text": "
|
|
9105
|
-
}
|
|
9613
|
+
"text": "ProgressShape | undefined"
|
|
9614
|
+
},
|
|
9615
|
+
"description": "Indicates the progress' shape.",
|
|
9616
|
+
"privacy": "public"
|
|
9106
9617
|
},
|
|
9107
9618
|
{
|
|
9108
9619
|
"kind": "field",
|
|
9109
|
-
"name": "
|
|
9620
|
+
"name": "connotation",
|
|
9110
9621
|
"type": {
|
|
9111
|
-
"text": "
|
|
9112
|
-
}
|
|
9622
|
+
"text": "ProgressConnotation | undefined"
|
|
9623
|
+
},
|
|
9624
|
+
"description": "Indicates the progress' connotation.",
|
|
9625
|
+
"privacy": "public"
|
|
9113
9626
|
},
|
|
9114
9627
|
{
|
|
9115
9628
|
"kind": "field",
|
|
9116
|
-
"name": "
|
|
9629
|
+
"name": "reverse",
|
|
9117
9630
|
"type": {
|
|
9118
9631
|
"text": "boolean"
|
|
9119
9632
|
},
|
|
9120
9633
|
"default": "false",
|
|
9121
|
-
"description": "
|
|
9634
|
+
"description": "Indicates the progress' reverse status.",
|
|
9122
9635
|
"privacy": "public"
|
|
9636
|
+
}
|
|
9637
|
+
],
|
|
9638
|
+
"attributes": [
|
|
9639
|
+
{
|
|
9640
|
+
"name": "aria-label",
|
|
9641
|
+
"type": {
|
|
9642
|
+
"text": "string | null"
|
|
9643
|
+
},
|
|
9644
|
+
"default": "null",
|
|
9645
|
+
"fieldName": "ariaLabel"
|
|
9123
9646
|
},
|
|
9124
9647
|
{
|
|
9125
|
-
"
|
|
9126
|
-
"name": "openChanged",
|
|
9127
|
-
"return": {
|
|
9128
|
-
"type": {
|
|
9129
|
-
"text": "void"
|
|
9130
|
-
}
|
|
9131
|
-
},
|
|
9132
|
-
"parameters": [
|
|
9133
|
-
{
|
|
9134
|
-
"name": "_",
|
|
9135
|
-
"type": {
|
|
9136
|
-
"text": "boolean"
|
|
9137
|
-
}
|
|
9138
|
-
},
|
|
9139
|
-
{
|
|
9140
|
-
"name": "newValue",
|
|
9141
|
-
"type": {
|
|
9142
|
-
"text": "boolean"
|
|
9143
|
-
}
|
|
9144
|
-
}
|
|
9145
|
-
]
|
|
9146
|
-
},
|
|
9147
|
-
{
|
|
9148
|
-
"kind": "field",
|
|
9149
|
-
"name": "dismissible",
|
|
9150
|
-
"type": {
|
|
9151
|
-
"text": "boolean"
|
|
9152
|
-
},
|
|
9153
|
-
"default": "false",
|
|
9154
|
-
"description": "adds close button to the popup",
|
|
9155
|
-
"privacy": "public"
|
|
9156
|
-
},
|
|
9157
|
-
{
|
|
9158
|
-
"kind": "field",
|
|
9159
|
-
"name": "arrow",
|
|
9160
|
-
"type": {
|
|
9161
|
-
"text": "boolean"
|
|
9162
|
-
},
|
|
9163
|
-
"default": "false",
|
|
9164
|
-
"description": "adds small triangle to indicate the trigger element",
|
|
9165
|
-
"privacy": "public"
|
|
9166
|
-
},
|
|
9167
|
-
{
|
|
9168
|
-
"kind": "field",
|
|
9169
|
-
"name": "alternate",
|
|
9170
|
-
"type": {
|
|
9171
|
-
"text": "boolean"
|
|
9172
|
-
},
|
|
9173
|
-
"default": "false",
|
|
9174
|
-
"description": "set the color-scheme to dark",
|
|
9175
|
-
"privacy": "public"
|
|
9176
|
-
},
|
|
9177
|
-
{
|
|
9178
|
-
"kind": "field",
|
|
9179
|
-
"name": "placement",
|
|
9180
|
-
"type": {
|
|
9181
|
-
"text": "Placement | undefined"
|
|
9182
|
-
},
|
|
9183
|
-
"description": "the placement of the popup",
|
|
9184
|
-
"privacy": "public"
|
|
9185
|
-
},
|
|
9186
|
-
{
|
|
9187
|
-
"kind": "field",
|
|
9188
|
-
"name": "strategy",
|
|
9189
|
-
"type": {
|
|
9190
|
-
"text": "Strategy | undefined"
|
|
9191
|
-
},
|
|
9192
|
-
"default": "'fixed'",
|
|
9193
|
-
"description": "the strategy of the popup",
|
|
9194
|
-
"privacy": "public"
|
|
9195
|
-
},
|
|
9196
|
-
{
|
|
9197
|
-
"kind": "field",
|
|
9198
|
-
"name": "anchor",
|
|
9199
|
-
"type": {
|
|
9200
|
-
"text": "HTMLElement | undefined"
|
|
9201
|
-
},
|
|
9202
|
-
"description": "The element to anchor the popup to.",
|
|
9203
|
-
"privacy": "public"
|
|
9204
|
-
},
|
|
9205
|
-
{
|
|
9206
|
-
"kind": "method",
|
|
9207
|
-
"name": "#updateAutoUpdate"
|
|
9208
|
-
},
|
|
9209
|
-
{
|
|
9210
|
-
"kind": "method",
|
|
9211
|
-
"name": "updatePosition",
|
|
9212
|
-
"description": "Updates popup's position",
|
|
9213
|
-
"privacy": "public",
|
|
9214
|
-
"async": true
|
|
9215
|
-
},
|
|
9216
|
-
{
|
|
9217
|
-
"kind": "method",
|
|
9218
|
-
"name": "#assignPopupPosition",
|
|
9219
|
-
"return": {
|
|
9220
|
-
"type": {
|
|
9221
|
-
"text": "void"
|
|
9222
|
-
}
|
|
9223
|
-
},
|
|
9224
|
-
"parameters": [
|
|
9225
|
-
{
|
|
9226
|
-
"name": "data",
|
|
9227
|
-
"type": {
|
|
9228
|
-
"text": "any"
|
|
9229
|
-
}
|
|
9230
|
-
}
|
|
9231
|
-
]
|
|
9232
|
-
},
|
|
9233
|
-
{
|
|
9234
|
-
"kind": "method",
|
|
9235
|
-
"name": "#assignArrowPosition",
|
|
9236
|
-
"return": {
|
|
9237
|
-
"type": {
|
|
9238
|
-
"text": "void"
|
|
9239
|
-
}
|
|
9240
|
-
},
|
|
9241
|
-
"parameters": [
|
|
9242
|
-
{
|
|
9243
|
-
"name": "data",
|
|
9244
|
-
"type": {
|
|
9245
|
-
"text": "any"
|
|
9246
|
-
}
|
|
9247
|
-
}
|
|
9248
|
-
]
|
|
9249
|
-
},
|
|
9250
|
-
{
|
|
9251
|
-
"kind": "field",
|
|
9252
|
-
"name": "anchorEl",
|
|
9253
|
-
"type": {
|
|
9254
|
-
"text": "HTMLElement | null"
|
|
9255
|
-
},
|
|
9256
|
-
"readonly": true
|
|
9257
|
-
},
|
|
9258
|
-
{
|
|
9259
|
-
"kind": "method",
|
|
9260
|
-
"name": "show",
|
|
9261
|
-
"return": {
|
|
9262
|
-
"type": {
|
|
9263
|
-
"text": "void"
|
|
9264
|
-
}
|
|
9265
|
-
}
|
|
9266
|
-
},
|
|
9267
|
-
{
|
|
9268
|
-
"kind": "method",
|
|
9269
|
-
"name": "hide",
|
|
9270
|
-
"return": {
|
|
9271
|
-
"type": {
|
|
9272
|
-
"text": "void"
|
|
9273
|
-
}
|
|
9274
|
-
}
|
|
9275
|
-
}
|
|
9276
|
-
],
|
|
9277
|
-
"attributes": [
|
|
9278
|
-
{
|
|
9279
|
-
"type": {
|
|
9280
|
-
"text": "boolean"
|
|
9281
|
-
},
|
|
9282
|
-
"default": "false",
|
|
9283
|
-
"description": "indicates whether the popup is open",
|
|
9284
|
-
"fieldName": "open"
|
|
9285
|
-
},
|
|
9286
|
-
{
|
|
9648
|
+
"name": "shape",
|
|
9287
9649
|
"type": {
|
|
9288
|
-
"text": "
|
|
9650
|
+
"text": "ProgressShape | undefined"
|
|
9289
9651
|
},
|
|
9290
|
-
"
|
|
9291
|
-
"
|
|
9292
|
-
"fieldName": "dismissible"
|
|
9652
|
+
"description": "Indicates the progress' shape.",
|
|
9653
|
+
"fieldName": "shape"
|
|
9293
9654
|
},
|
|
9294
9655
|
{
|
|
9656
|
+
"name": "connotation",
|
|
9295
9657
|
"type": {
|
|
9296
|
-
"text": "
|
|
9658
|
+
"text": "ProgressConnotation | undefined"
|
|
9297
9659
|
},
|
|
9298
|
-
"
|
|
9299
|
-
"
|
|
9300
|
-
"fieldName": "arrow"
|
|
9660
|
+
"description": "Indicates the progress' connotation.",
|
|
9661
|
+
"fieldName": "connotation"
|
|
9301
9662
|
},
|
|
9302
9663
|
{
|
|
9303
9664
|
"type": {
|
|
9304
9665
|
"text": "boolean"
|
|
9305
9666
|
},
|
|
9306
9667
|
"default": "false",
|
|
9307
|
-
"description": "
|
|
9308
|
-
"fieldName": "
|
|
9309
|
-
},
|
|
9310
|
-
{
|
|
9311
|
-
"type": {
|
|
9312
|
-
"text": "Placement | undefined"
|
|
9313
|
-
},
|
|
9314
|
-
"description": "the placement of the popup",
|
|
9315
|
-
"fieldName": "placement"
|
|
9316
|
-
},
|
|
9317
|
-
{
|
|
9318
|
-
"type": {
|
|
9319
|
-
"text": "Strategy | undefined"
|
|
9320
|
-
},
|
|
9321
|
-
"default": "'fixed'",
|
|
9322
|
-
"description": "the strategy of the popup",
|
|
9323
|
-
"fieldName": "strategy"
|
|
9668
|
+
"description": "Indicates the progress' reverse status.",
|
|
9669
|
+
"fieldName": "reverse"
|
|
9324
9670
|
}
|
|
9325
9671
|
],
|
|
9326
9672
|
"superclass": {
|
|
9327
|
-
"name": "
|
|
9673
|
+
"name": "BaseProgress",
|
|
9328
9674
|
"package": "@microsoft/fast-foundation"
|
|
9675
|
+
},
|
|
9676
|
+
"vividComponent": {
|
|
9677
|
+
"public": true,
|
|
9678
|
+
"name": "progress"
|
|
9329
9679
|
}
|
|
9330
9680
|
}
|
|
9331
9681
|
],
|
|
9332
9682
|
"exports": [
|
|
9333
9683
|
{
|
|
9334
9684
|
"kind": "js",
|
|
9335
|
-
"name": "
|
|
9685
|
+
"name": "Progress",
|
|
9336
9686
|
"declaration": {
|
|
9337
|
-
"name": "
|
|
9338
|
-
"module": "libs/components/src/lib/
|
|
9687
|
+
"name": "Progress",
|
|
9688
|
+
"module": "libs/components/src/lib/progress/progress.ts"
|
|
9339
9689
|
}
|
|
9340
9690
|
}
|
|
9341
9691
|
]
|
|
9342
9692
|
},
|
|
9343
9693
|
{
|
|
9344
9694
|
"kind": "javascript-module",
|
|
9345
|
-
"path": "libs/components/src/lib/progress/definition.ts",
|
|
9695
|
+
"path": "libs/components/src/lib/progress-ring/definition.ts",
|
|
9346
9696
|
"declarations": [
|
|
9347
9697
|
{
|
|
9348
9698
|
"kind": "variable",
|
|
9349
|
-
"name": "
|
|
9350
|
-
"description": "The progress element."
|
|
9699
|
+
"name": "progressRingDefinition",
|
|
9700
|
+
"description": "The progress-ring element."
|
|
9351
9701
|
},
|
|
9352
9702
|
{
|
|
9353
9703
|
"kind": "variable",
|
|
9354
|
-
"name": "
|
|
9355
|
-
"description": "Registers the progress
|
|
9704
|
+
"name": "registerProgressRing",
|
|
9705
|
+
"description": "Registers the progress-ring elements with the design system.",
|
|
9356
9706
|
"parameters": [
|
|
9357
9707
|
{
|
|
9358
9708
|
"description": "the prefix to use for the component name",
|
|
@@ -9364,78 +9714,54 @@
|
|
|
9364
9714
|
"exports": [
|
|
9365
9715
|
{
|
|
9366
9716
|
"kind": "js",
|
|
9367
|
-
"name": "
|
|
9368
|
-
"declaration": {
|
|
9369
|
-
"name": "ProgressConnotation",
|
|
9370
|
-
"module": "./progress"
|
|
9371
|
-
}
|
|
9372
|
-
},
|
|
9373
|
-
{
|
|
9374
|
-
"kind": "js",
|
|
9375
|
-
"name": "ProgressShape",
|
|
9717
|
+
"name": "ProgressRingConnotation",
|
|
9376
9718
|
"declaration": {
|
|
9377
|
-
"name": "
|
|
9378
|
-
"module": "./progress"
|
|
9719
|
+
"name": "ProgressRingConnotation",
|
|
9720
|
+
"module": "./progress-ring"
|
|
9379
9721
|
}
|
|
9380
9722
|
},
|
|
9381
9723
|
{
|
|
9382
9724
|
"kind": "js",
|
|
9383
|
-
"name": "
|
|
9725
|
+
"name": "progressRingDefinition",
|
|
9384
9726
|
"declaration": {
|
|
9385
|
-
"name": "
|
|
9386
|
-
"module": "libs/components/src/lib/progress/definition.ts"
|
|
9727
|
+
"name": "progressRingDefinition",
|
|
9728
|
+
"module": "libs/components/src/lib/progress-ring/definition.ts"
|
|
9387
9729
|
}
|
|
9388
9730
|
},
|
|
9389
9731
|
{
|
|
9390
9732
|
"kind": "js",
|
|
9391
|
-
"name": "
|
|
9733
|
+
"name": "registerProgressRing",
|
|
9392
9734
|
"declaration": {
|
|
9393
|
-
"name": "
|
|
9394
|
-
"module": "libs/components/src/lib/progress/definition.ts"
|
|
9735
|
+
"name": "registerProgressRing",
|
|
9736
|
+
"module": "libs/components/src/lib/progress-ring/definition.ts"
|
|
9395
9737
|
}
|
|
9396
9738
|
}
|
|
9397
9739
|
]
|
|
9398
9740
|
},
|
|
9399
9741
|
{
|
|
9400
9742
|
"kind": "javascript-module",
|
|
9401
|
-
"path": "libs/components/src/lib/progress/progress.ts",
|
|
9743
|
+
"path": "libs/components/src/lib/progress-ring/progress-ring.ts",
|
|
9402
9744
|
"declarations": [
|
|
9403
9745
|
{
|
|
9404
9746
|
"kind": "class",
|
|
9405
|
-
"description": "
|
|
9406
|
-
"name": "
|
|
9747
|
+
"description": "",
|
|
9748
|
+
"name": "ProgressRing",
|
|
9407
9749
|
"cssProperties": [
|
|
9408
9750
|
{
|
|
9409
|
-
"name": "--vvd-progress-cta-primary",
|
|
9751
|
+
"name": "--vvd-progress-ring-cta-primary",
|
|
9410
9752
|
"default": "var(--vvd-color-cta-500)"
|
|
9411
9753
|
},
|
|
9412
9754
|
{
|
|
9413
|
-
"name": "--vvd-progress-
|
|
9414
|
-
"default": "var(--vvd-color-cta-100)"
|
|
9415
|
-
},
|
|
9416
|
-
{
|
|
9417
|
-
"name": "--vvd-progress-alert-primary",
|
|
9755
|
+
"name": "--vvd-progress-ring-alert-primary",
|
|
9418
9756
|
"default": "var(--vvd-color-alert-500)"
|
|
9419
9757
|
},
|
|
9420
9758
|
{
|
|
9421
|
-
"name": "--vvd-progress-
|
|
9422
|
-
"default": "var(--vvd-color-alert-100)"
|
|
9423
|
-
},
|
|
9424
|
-
{
|
|
9425
|
-
"name": "--vvd-progress-success-primary",
|
|
9759
|
+
"name": "--vvd-progress-ring-success-primary",
|
|
9426
9760
|
"default": "var(--vvd-color-success-500)"
|
|
9427
9761
|
},
|
|
9428
9762
|
{
|
|
9429
|
-
"name": "--vvd-progress-
|
|
9430
|
-
"default": "var(--vvd-color-success-100)"
|
|
9431
|
-
},
|
|
9432
|
-
{
|
|
9433
|
-
"name": "--vvd-progress-accent-primary",
|
|
9763
|
+
"name": "--vvd-progress-ring-accent-primary",
|
|
9434
9764
|
"default": "var(--vvd-color-canvas-text)"
|
|
9435
|
-
},
|
|
9436
|
-
{
|
|
9437
|
-
"name": "--vvd-progress-accent-soft",
|
|
9438
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
9439
9765
|
}
|
|
9440
9766
|
],
|
|
9441
9767
|
"members": [
|
|
@@ -9447,179 +9773,16 @@
|
|
|
9447
9773
|
},
|
|
9448
9774
|
"default": "null"
|
|
9449
9775
|
},
|
|
9450
|
-
{
|
|
9451
|
-
"kind": "field",
|
|
9452
|
-
"name": "shape",
|
|
9453
|
-
"type": {
|
|
9454
|
-
"text": "ProgressShape | undefined"
|
|
9455
|
-
},
|
|
9456
|
-
"description": "Indicates the progress' shape.",
|
|
9457
|
-
"privacy": "public"
|
|
9458
|
-
},
|
|
9459
9776
|
{
|
|
9460
9777
|
"kind": "field",
|
|
9461
9778
|
"name": "connotation",
|
|
9462
9779
|
"type": {
|
|
9463
|
-
"text": "
|
|
9464
|
-
}
|
|
9465
|
-
"description": "Indicates the progress' connotation.",
|
|
9466
|
-
"privacy": "public"
|
|
9780
|
+
"text": "ProgressRingConnotation | undefined"
|
|
9781
|
+
}
|
|
9467
9782
|
},
|
|
9468
9783
|
{
|
|
9469
9784
|
"kind": "field",
|
|
9470
|
-
"name": "
|
|
9471
|
-
"type": {
|
|
9472
|
-
"text": "boolean"
|
|
9473
|
-
},
|
|
9474
|
-
"default": "false",
|
|
9475
|
-
"description": "Indicates the progress' reverse status.",
|
|
9476
|
-
"privacy": "public"
|
|
9477
|
-
}
|
|
9478
|
-
],
|
|
9479
|
-
"attributes": [
|
|
9480
|
-
{
|
|
9481
|
-
"name": "aria-label",
|
|
9482
|
-
"type": {
|
|
9483
|
-
"text": "string | null"
|
|
9484
|
-
},
|
|
9485
|
-
"default": "null",
|
|
9486
|
-
"fieldName": "ariaLabel"
|
|
9487
|
-
},
|
|
9488
|
-
{
|
|
9489
|
-
"name": "shape",
|
|
9490
|
-
"type": {
|
|
9491
|
-
"text": "ProgressShape | undefined"
|
|
9492
|
-
},
|
|
9493
|
-
"description": "Indicates the progress' shape.",
|
|
9494
|
-
"fieldName": "shape"
|
|
9495
|
-
},
|
|
9496
|
-
{
|
|
9497
|
-
"name": "connotation",
|
|
9498
|
-
"type": {
|
|
9499
|
-
"text": "ProgressConnotation | undefined"
|
|
9500
|
-
},
|
|
9501
|
-
"description": "Indicates the progress' connotation.",
|
|
9502
|
-
"fieldName": "connotation"
|
|
9503
|
-
},
|
|
9504
|
-
{
|
|
9505
|
-
"type": {
|
|
9506
|
-
"text": "boolean"
|
|
9507
|
-
},
|
|
9508
|
-
"default": "false",
|
|
9509
|
-
"description": "Indicates the progress' reverse status.",
|
|
9510
|
-
"fieldName": "reverse"
|
|
9511
|
-
}
|
|
9512
|
-
],
|
|
9513
|
-
"superclass": {
|
|
9514
|
-
"name": "BaseProgress",
|
|
9515
|
-
"package": "@microsoft/fast-foundation"
|
|
9516
|
-
}
|
|
9517
|
-
}
|
|
9518
|
-
],
|
|
9519
|
-
"exports": [
|
|
9520
|
-
{
|
|
9521
|
-
"kind": "js",
|
|
9522
|
-
"name": "Progress",
|
|
9523
|
-
"declaration": {
|
|
9524
|
-
"name": "Progress",
|
|
9525
|
-
"module": "libs/components/src/lib/progress/progress.ts"
|
|
9526
|
-
}
|
|
9527
|
-
}
|
|
9528
|
-
]
|
|
9529
|
-
},
|
|
9530
|
-
{
|
|
9531
|
-
"kind": "javascript-module",
|
|
9532
|
-
"path": "libs/components/src/lib/progress-ring/definition.ts",
|
|
9533
|
-
"declarations": [
|
|
9534
|
-
{
|
|
9535
|
-
"kind": "variable",
|
|
9536
|
-
"name": "progressRingDefinition",
|
|
9537
|
-
"description": "The progress-ring element."
|
|
9538
|
-
},
|
|
9539
|
-
{
|
|
9540
|
-
"kind": "variable",
|
|
9541
|
-
"name": "registerProgressRing",
|
|
9542
|
-
"description": "Registers the progress-ring elements with the design system.",
|
|
9543
|
-
"parameters": [
|
|
9544
|
-
{
|
|
9545
|
-
"description": "the prefix to use for the component name",
|
|
9546
|
-
"name": "prefix"
|
|
9547
|
-
}
|
|
9548
|
-
]
|
|
9549
|
-
}
|
|
9550
|
-
],
|
|
9551
|
-
"exports": [
|
|
9552
|
-
{
|
|
9553
|
-
"kind": "js",
|
|
9554
|
-
"name": "ProgressRingConnotation",
|
|
9555
|
-
"declaration": {
|
|
9556
|
-
"name": "ProgressRingConnotation",
|
|
9557
|
-
"module": "./progress-ring"
|
|
9558
|
-
}
|
|
9559
|
-
},
|
|
9560
|
-
{
|
|
9561
|
-
"kind": "js",
|
|
9562
|
-
"name": "progressRingDefinition",
|
|
9563
|
-
"declaration": {
|
|
9564
|
-
"name": "progressRingDefinition",
|
|
9565
|
-
"module": "libs/components/src/lib/progress-ring/definition.ts"
|
|
9566
|
-
}
|
|
9567
|
-
},
|
|
9568
|
-
{
|
|
9569
|
-
"kind": "js",
|
|
9570
|
-
"name": "registerProgressRing",
|
|
9571
|
-
"declaration": {
|
|
9572
|
-
"name": "registerProgressRing",
|
|
9573
|
-
"module": "libs/components/src/lib/progress-ring/definition.ts"
|
|
9574
|
-
}
|
|
9575
|
-
}
|
|
9576
|
-
]
|
|
9577
|
-
},
|
|
9578
|
-
{
|
|
9579
|
-
"kind": "javascript-module",
|
|
9580
|
-
"path": "libs/components/src/lib/progress-ring/progress-ring.ts",
|
|
9581
|
-
"declarations": [
|
|
9582
|
-
{
|
|
9583
|
-
"kind": "class",
|
|
9584
|
-
"description": "Base class for progress-ring",
|
|
9585
|
-
"name": "ProgressRing",
|
|
9586
|
-
"cssProperties": [
|
|
9587
|
-
{
|
|
9588
|
-
"name": "--vvd-progress-ring-cta-primary",
|
|
9589
|
-
"default": "var(--vvd-color-cta-500)"
|
|
9590
|
-
},
|
|
9591
|
-
{
|
|
9592
|
-
"name": "--vvd-progress-ring-alert-primary",
|
|
9593
|
-
"default": "var(--vvd-color-alert-500)"
|
|
9594
|
-
},
|
|
9595
|
-
{
|
|
9596
|
-
"name": "--vvd-progress-ring-success-primary",
|
|
9597
|
-
"default": "var(--vvd-color-success-500)"
|
|
9598
|
-
},
|
|
9599
|
-
{
|
|
9600
|
-
"name": "--vvd-progress-ring-accent-primary",
|
|
9601
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
9602
|
-
}
|
|
9603
|
-
],
|
|
9604
|
-
"members": [
|
|
9605
|
-
{
|
|
9606
|
-
"kind": "field",
|
|
9607
|
-
"name": "ariaLabel",
|
|
9608
|
-
"type": {
|
|
9609
|
-
"text": "string | null"
|
|
9610
|
-
},
|
|
9611
|
-
"default": "null"
|
|
9612
|
-
},
|
|
9613
|
-
{
|
|
9614
|
-
"kind": "field",
|
|
9615
|
-
"name": "connotation",
|
|
9616
|
-
"type": {
|
|
9617
|
-
"text": "ProgressRingConnotation | undefined"
|
|
9618
|
-
}
|
|
9619
|
-
},
|
|
9620
|
-
{
|
|
9621
|
-
"kind": "field",
|
|
9622
|
-
"name": "size",
|
|
9785
|
+
"name": "size",
|
|
9623
9786
|
"type": {
|
|
9624
9787
|
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
9625
9788
|
}
|
|
@@ -9652,6 +9815,10 @@
|
|
|
9652
9815
|
"superclass": {
|
|
9653
9816
|
"name": "BaseProgress",
|
|
9654
9817
|
"package": "@microsoft/fast-foundation"
|
|
9818
|
+
},
|
|
9819
|
+
"vividComponent": {
|
|
9820
|
+
"public": true,
|
|
9821
|
+
"name": "progress-ring"
|
|
9655
9822
|
}
|
|
9656
9823
|
}
|
|
9657
9824
|
],
|
|
@@ -9712,7 +9879,7 @@
|
|
|
9712
9879
|
"declarations": [
|
|
9713
9880
|
{
|
|
9714
9881
|
"kind": "class",
|
|
9715
|
-
"description": "
|
|
9882
|
+
"description": "",
|
|
9716
9883
|
"name": "Radio",
|
|
9717
9884
|
"cssProperties": [
|
|
9718
9885
|
{
|
|
@@ -9821,6 +9988,10 @@
|
|
|
9821
9988
|
"superclass": {
|
|
9822
9989
|
"name": "FastRadio",
|
|
9823
9990
|
"package": "@microsoft/fast-foundation"
|
|
9991
|
+
},
|
|
9992
|
+
"vividComponent": {
|
|
9993
|
+
"public": true,
|
|
9994
|
+
"name": "radio"
|
|
9824
9995
|
}
|
|
9825
9996
|
}
|
|
9826
9997
|
],
|
|
@@ -9881,7 +10052,7 @@
|
|
|
9881
10052
|
"declarations": [
|
|
9882
10053
|
{
|
|
9883
10054
|
"kind": "class",
|
|
9884
|
-
"description": "
|
|
10055
|
+
"description": "",
|
|
9885
10056
|
"name": "RadioGroup",
|
|
9886
10057
|
"slots": [
|
|
9887
10058
|
{
|
|
@@ -9889,40 +10060,616 @@
|
|
|
9889
10060
|
"name": ""
|
|
9890
10061
|
}
|
|
9891
10062
|
],
|
|
9892
|
-
"members": [
|
|
10063
|
+
"members": [
|
|
10064
|
+
{
|
|
10065
|
+
"kind": "field",
|
|
10066
|
+
"name": "label",
|
|
10067
|
+
"type": {
|
|
10068
|
+
"text": "string | undefined"
|
|
10069
|
+
},
|
|
10070
|
+
"description": "Indicates the group's label.",
|
|
10071
|
+
"privacy": "public"
|
|
10072
|
+
}
|
|
10073
|
+
],
|
|
10074
|
+
"attributes": [
|
|
10075
|
+
{
|
|
10076
|
+
"name": "label",
|
|
10077
|
+
"type": {
|
|
10078
|
+
"text": "string | undefined"
|
|
10079
|
+
},
|
|
10080
|
+
"description": "Indicates the group's label.",
|
|
10081
|
+
"fieldName": "label"
|
|
10082
|
+
}
|
|
10083
|
+
],
|
|
10084
|
+
"superclass": {
|
|
10085
|
+
"name": "FastRadioGroup",
|
|
10086
|
+
"package": "@microsoft/fast-foundation"
|
|
10087
|
+
},
|
|
10088
|
+
"vividComponent": {
|
|
10089
|
+
"public": true,
|
|
10090
|
+
"name": "radio-group",
|
|
10091
|
+
"vueModels": [
|
|
10092
|
+
{
|
|
10093
|
+
"name": "modelValue",
|
|
10094
|
+
"attributeName": "value",
|
|
10095
|
+
"eventName": "change",
|
|
10096
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
10097
|
+
}
|
|
10098
|
+
]
|
|
10099
|
+
}
|
|
10100
|
+
}
|
|
10101
|
+
],
|
|
10102
|
+
"exports": [
|
|
10103
|
+
{
|
|
10104
|
+
"kind": "js",
|
|
10105
|
+
"name": "RadioGroup",
|
|
10106
|
+
"declaration": {
|
|
10107
|
+
"name": "RadioGroup",
|
|
10108
|
+
"module": "libs/components/src/lib/radio-group/radio-group.ts"
|
|
10109
|
+
}
|
|
10110
|
+
}
|
|
10111
|
+
]
|
|
10112
|
+
},
|
|
10113
|
+
{
|
|
10114
|
+
"kind": "javascript-module",
|
|
10115
|
+
"path": "libs/components/src/lib/range-slider/definition.ts",
|
|
10116
|
+
"declarations": [
|
|
10117
|
+
{
|
|
10118
|
+
"kind": "variable",
|
|
10119
|
+
"name": "rangeSliderDefinition"
|
|
10120
|
+
},
|
|
10121
|
+
{
|
|
10122
|
+
"kind": "variable",
|
|
10123
|
+
"name": "registerRangeSlider",
|
|
10124
|
+
"description": "Registers the range-slider element with the design system.",
|
|
10125
|
+
"parameters": [
|
|
10126
|
+
{
|
|
10127
|
+
"description": "the prefix to use for the component name",
|
|
10128
|
+
"name": "prefix"
|
|
10129
|
+
}
|
|
10130
|
+
]
|
|
10131
|
+
}
|
|
10132
|
+
],
|
|
10133
|
+
"exports": [
|
|
10134
|
+
{
|
|
10135
|
+
"kind": "js",
|
|
10136
|
+
"name": "rangeSliderDefinition",
|
|
10137
|
+
"declaration": {
|
|
10138
|
+
"name": "rangeSliderDefinition",
|
|
10139
|
+
"module": "libs/components/src/lib/range-slider/definition.ts"
|
|
10140
|
+
}
|
|
10141
|
+
},
|
|
10142
|
+
{
|
|
10143
|
+
"kind": "js",
|
|
10144
|
+
"name": "registerRangeSlider",
|
|
10145
|
+
"declaration": {
|
|
10146
|
+
"name": "registerRangeSlider",
|
|
10147
|
+
"module": "libs/components/src/lib/range-slider/definition.ts"
|
|
10148
|
+
}
|
|
10149
|
+
}
|
|
10150
|
+
]
|
|
10151
|
+
},
|
|
10152
|
+
{
|
|
10153
|
+
"kind": "javascript-module",
|
|
10154
|
+
"path": "libs/components/src/lib/range-slider/locale.ts",
|
|
10155
|
+
"declarations": [],
|
|
10156
|
+
"exports": []
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"kind": "javascript-module",
|
|
10160
|
+
"path": "libs/components/src/lib/range-slider/range-slider.form-associated.ts",
|
|
10161
|
+
"declarations": [
|
|
10162
|
+
{
|
|
10163
|
+
"kind": "class",
|
|
10164
|
+
"description": "",
|
|
10165
|
+
"name": "FormAssociatedRangeSlider",
|
|
10166
|
+
"members": [
|
|
10167
|
+
{
|
|
10168
|
+
"kind": "field",
|
|
10169
|
+
"name": "proxy"
|
|
10170
|
+
}
|
|
10171
|
+
],
|
|
10172
|
+
"mixins": [
|
|
10173
|
+
{
|
|
10174
|
+
"name": "FormAssociated",
|
|
10175
|
+
"package": "@microsoft/fast-foundation"
|
|
10176
|
+
}
|
|
10177
|
+
],
|
|
10178
|
+
"superclass": {
|
|
10179
|
+
"name": "_RangeSlider",
|
|
10180
|
+
"module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
|
|
10181
|
+
}
|
|
10182
|
+
}
|
|
10183
|
+
],
|
|
10184
|
+
"exports": [
|
|
10185
|
+
{
|
|
10186
|
+
"kind": "js",
|
|
10187
|
+
"name": "FormAssociatedRangeSlider",
|
|
10188
|
+
"declaration": {
|
|
10189
|
+
"name": "FormAssociatedRangeSlider",
|
|
10190
|
+
"module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
|
|
10191
|
+
}
|
|
10192
|
+
}
|
|
10193
|
+
]
|
|
10194
|
+
},
|
|
10195
|
+
{
|
|
10196
|
+
"kind": "javascript-module",
|
|
10197
|
+
"path": "libs/components/src/lib/range-slider/range-slider.ts",
|
|
10198
|
+
"declarations": [
|
|
10199
|
+
{
|
|
10200
|
+
"kind": "class",
|
|
10201
|
+
"description": "Base class for range-slider",
|
|
10202
|
+
"name": "RangeSlider",
|
|
10203
|
+
"cssProperties": [
|
|
10204
|
+
{
|
|
10205
|
+
"name": "--vvd-slider-cta-primary",
|
|
10206
|
+
"default": "var(--vvd-color-cta-500)"
|
|
10207
|
+
},
|
|
10208
|
+
{
|
|
10209
|
+
"name": "--vvd-slider-accent-primary",
|
|
10210
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
10211
|
+
}
|
|
10212
|
+
],
|
|
10213
|
+
"members": [
|
|
10214
|
+
{
|
|
10215
|
+
"kind": "field",
|
|
10216
|
+
"name": "#isInternalValueUpdate",
|
|
10217
|
+
"privacy": "private",
|
|
10218
|
+
"type": {
|
|
10219
|
+
"text": "boolean"
|
|
10220
|
+
},
|
|
10221
|
+
"default": "false"
|
|
10222
|
+
},
|
|
10223
|
+
{
|
|
10224
|
+
"kind": "field",
|
|
10225
|
+
"name": "start",
|
|
10226
|
+
"type": {
|
|
10227
|
+
"text": "string"
|
|
10228
|
+
},
|
|
10229
|
+
"default": "''",
|
|
10230
|
+
"description": "The start value of the range."
|
|
10231
|
+
},
|
|
10232
|
+
{
|
|
10233
|
+
"kind": "field",
|
|
10234
|
+
"name": "initialStart",
|
|
10235
|
+
"type": {
|
|
10236
|
+
"text": "| string\n\t\t| undefined"
|
|
10237
|
+
},
|
|
10238
|
+
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
|
|
10239
|
+
},
|
|
10240
|
+
{
|
|
10241
|
+
"kind": "field",
|
|
10242
|
+
"name": "currentStart",
|
|
10243
|
+
"type": {
|
|
10244
|
+
"text": "string"
|
|
10245
|
+
},
|
|
10246
|
+
"description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
|
|
10247
|
+
},
|
|
10248
|
+
{
|
|
10249
|
+
"kind": "field",
|
|
10250
|
+
"name": "startAsNumber",
|
|
10251
|
+
"type": {
|
|
10252
|
+
"text": "number"
|
|
10253
|
+
},
|
|
10254
|
+
"description": "The start property, typed as a number.",
|
|
10255
|
+
"privacy": "public"
|
|
10256
|
+
},
|
|
10257
|
+
{
|
|
10258
|
+
"kind": "field",
|
|
10259
|
+
"name": "end",
|
|
10260
|
+
"type": {
|
|
10261
|
+
"text": "string"
|
|
10262
|
+
},
|
|
10263
|
+
"default": "''",
|
|
10264
|
+
"description": "The end value of the range."
|
|
10265
|
+
},
|
|
10266
|
+
{
|
|
10267
|
+
"kind": "field",
|
|
10268
|
+
"name": "initialEnd",
|
|
10269
|
+
"type": {
|
|
10270
|
+
"text": "string | undefined"
|
|
10271
|
+
},
|
|
10272
|
+
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set."
|
|
10273
|
+
},
|
|
10274
|
+
{
|
|
10275
|
+
"kind": "field",
|
|
10276
|
+
"name": "currentEnd",
|
|
10277
|
+
"type": {
|
|
10278
|
+
"text": "string"
|
|
10279
|
+
},
|
|
10280
|
+
"description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
|
|
10281
|
+
},
|
|
10282
|
+
{
|
|
10283
|
+
"kind": "field",
|
|
10284
|
+
"name": "endAsNumber",
|
|
10285
|
+
"description": "The end property, typed as a number.",
|
|
10286
|
+
"privacy": "public"
|
|
10287
|
+
},
|
|
10288
|
+
{
|
|
10289
|
+
"kind": "method",
|
|
10290
|
+
"name": "#updateValues",
|
|
10291
|
+
"parameters": [
|
|
10292
|
+
{
|
|
10293
|
+
"name": "{ start, end }",
|
|
10294
|
+
"type": {
|
|
10295
|
+
"text": "{ start?: string; end?: string }"
|
|
10296
|
+
}
|
|
10297
|
+
},
|
|
10298
|
+
{
|
|
10299
|
+
"name": "emitEvents",
|
|
10300
|
+
"default": "true",
|
|
10301
|
+
"type": {
|
|
10302
|
+
"text": "boolean"
|
|
10303
|
+
}
|
|
10304
|
+
}
|
|
10305
|
+
]
|
|
10306
|
+
},
|
|
10307
|
+
{
|
|
10308
|
+
"kind": "field",
|
|
10309
|
+
"name": "min",
|
|
10310
|
+
"type": {
|
|
10311
|
+
"text": "number"
|
|
10312
|
+
},
|
|
10313
|
+
"default": "0",
|
|
10314
|
+
"description": "The minimum value of the range.",
|
|
10315
|
+
"privacy": "public"
|
|
10316
|
+
},
|
|
10317
|
+
{
|
|
10318
|
+
"kind": "field",
|
|
10319
|
+
"name": "max",
|
|
10320
|
+
"type": {
|
|
10321
|
+
"text": "number"
|
|
10322
|
+
},
|
|
10323
|
+
"default": "10",
|
|
10324
|
+
"description": "The maximum value of the range.",
|
|
10325
|
+
"privacy": "public"
|
|
10326
|
+
},
|
|
10327
|
+
{
|
|
10328
|
+
"kind": "field",
|
|
10329
|
+
"name": "step",
|
|
10330
|
+
"type": {
|
|
10331
|
+
"text": "number"
|
|
10332
|
+
},
|
|
10333
|
+
"default": "1",
|
|
10334
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
10335
|
+
"privacy": "public"
|
|
10336
|
+
},
|
|
10337
|
+
{
|
|
10338
|
+
"kind": "method",
|
|
10339
|
+
"name": "#applyStep",
|
|
10340
|
+
"parameters": [
|
|
10341
|
+
{
|
|
10342
|
+
"name": "thumb",
|
|
10343
|
+
"type": {
|
|
10344
|
+
"text": "'start' | 'end'"
|
|
10345
|
+
}
|
|
10346
|
+
},
|
|
10347
|
+
{
|
|
10348
|
+
"name": "direction",
|
|
10349
|
+
"type": {
|
|
10350
|
+
"text": "Direction"
|
|
10351
|
+
}
|
|
10352
|
+
}
|
|
10353
|
+
]
|
|
10354
|
+
},
|
|
10355
|
+
{
|
|
10356
|
+
"kind": "field",
|
|
10357
|
+
"name": "orientation",
|
|
10358
|
+
"type": {
|
|
10359
|
+
"text": "Orientation"
|
|
10360
|
+
},
|
|
10361
|
+
"description": "The orientation of the slider.",
|
|
10362
|
+
"privacy": "public"
|
|
10363
|
+
},
|
|
10364
|
+
{
|
|
10365
|
+
"kind": "field",
|
|
10366
|
+
"name": "ariaStartLabel",
|
|
10367
|
+
"type": {
|
|
10368
|
+
"text": "string | null"
|
|
10369
|
+
},
|
|
10370
|
+
"default": "null",
|
|
10371
|
+
"description": "Aria label for the start thumb",
|
|
10372
|
+
"privacy": "public"
|
|
10373
|
+
},
|
|
10374
|
+
{
|
|
10375
|
+
"kind": "field",
|
|
10376
|
+
"name": "ariaEndLabel",
|
|
10377
|
+
"type": {
|
|
10378
|
+
"text": "string | null"
|
|
10379
|
+
},
|
|
10380
|
+
"default": "null",
|
|
10381
|
+
"description": "Aria label for the end thumb",
|
|
10382
|
+
"privacy": "public"
|
|
10383
|
+
},
|
|
10384
|
+
{
|
|
10385
|
+
"kind": "field",
|
|
10386
|
+
"name": "markers",
|
|
10387
|
+
"type": {
|
|
10388
|
+
"text": "boolean"
|
|
10389
|
+
},
|
|
10390
|
+
"default": "false",
|
|
10391
|
+
"description": "Display markers on/off",
|
|
10392
|
+
"privacy": "public"
|
|
10393
|
+
},
|
|
10394
|
+
{
|
|
10395
|
+
"kind": "field",
|
|
10396
|
+
"name": "connotation",
|
|
10397
|
+
"type": {
|
|
10398
|
+
"text": "RangeSliderConnotation | undefined"
|
|
10399
|
+
},
|
|
10400
|
+
"description": "The connotation of the component",
|
|
10401
|
+
"privacy": "public"
|
|
10402
|
+
},
|
|
10403
|
+
{
|
|
10404
|
+
"kind": "field",
|
|
10405
|
+
"name": "valueTextFormatter",
|
|
10406
|
+
"type": {
|
|
10407
|
+
"text": "(value: string) => string"
|
|
10408
|
+
},
|
|
10409
|
+
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
10410
|
+
"privacy": "public"
|
|
10411
|
+
},
|
|
10412
|
+
{
|
|
10413
|
+
"kind": "method",
|
|
10414
|
+
"name": "#updateFormValue"
|
|
10415
|
+
},
|
|
10416
|
+
{
|
|
10417
|
+
"kind": "method",
|
|
10418
|
+
"name": "formResetCallback"
|
|
10419
|
+
},
|
|
10420
|
+
{
|
|
10421
|
+
"kind": "field",
|
|
10422
|
+
"name": "#thumbs",
|
|
10423
|
+
"privacy": "private",
|
|
10424
|
+
"readonly": true
|
|
10425
|
+
},
|
|
10426
|
+
{
|
|
10427
|
+
"kind": "field",
|
|
10428
|
+
"name": "#thumbConstraints",
|
|
10429
|
+
"privacy": "private",
|
|
10430
|
+
"readonly": true
|
|
10431
|
+
},
|
|
10432
|
+
{
|
|
10433
|
+
"kind": "field",
|
|
10434
|
+
"name": "#draggingThumb",
|
|
10435
|
+
"privacy": "private",
|
|
10436
|
+
"type": {
|
|
10437
|
+
"text": "false | 'start' | 'end'"
|
|
10438
|
+
},
|
|
10439
|
+
"default": "false"
|
|
10440
|
+
},
|
|
10441
|
+
{
|
|
10442
|
+
"kind": "method",
|
|
10443
|
+
"name": "#updateThumbPositions"
|
|
10444
|
+
},
|
|
10445
|
+
{
|
|
10446
|
+
"kind": "method",
|
|
10447
|
+
"name": "#thumbTrackEndOffset",
|
|
10448
|
+
"parameters": [
|
|
10449
|
+
{
|
|
10450
|
+
"name": "value",
|
|
10451
|
+
"type": {
|
|
10452
|
+
"text": "number"
|
|
10453
|
+
}
|
|
10454
|
+
}
|
|
10455
|
+
]
|
|
10456
|
+
},
|
|
10457
|
+
{
|
|
10458
|
+
"kind": "method",
|
|
10459
|
+
"name": "#calculateValueFromMouseEvent",
|
|
10460
|
+
"parameters": [
|
|
10461
|
+
{
|
|
10462
|
+
"name": "e",
|
|
10463
|
+
"type": {
|
|
10464
|
+
"text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
|
|
10465
|
+
}
|
|
10466
|
+
}
|
|
10467
|
+
]
|
|
10468
|
+
},
|
|
10469
|
+
{
|
|
10470
|
+
"kind": "method",
|
|
10471
|
+
"name": "#roundToNearestStep",
|
|
10472
|
+
"parameters": [
|
|
10473
|
+
{
|
|
10474
|
+
"name": "thumb",
|
|
10475
|
+
"type": {
|
|
10476
|
+
"text": "'start' | 'end'"
|
|
10477
|
+
}
|
|
10478
|
+
},
|
|
10479
|
+
{
|
|
10480
|
+
"name": "value",
|
|
10481
|
+
"type": {
|
|
10482
|
+
"text": "number"
|
|
10483
|
+
}
|
|
10484
|
+
}
|
|
10485
|
+
]
|
|
10486
|
+
},
|
|
10487
|
+
{
|
|
10488
|
+
"kind": "method",
|
|
10489
|
+
"name": "#registerThumbListeners"
|
|
10490
|
+
},
|
|
10491
|
+
{
|
|
10492
|
+
"kind": "method",
|
|
10493
|
+
"name": "#unregisterThumbListeners"
|
|
10494
|
+
},
|
|
10495
|
+
{
|
|
10496
|
+
"kind": "field",
|
|
10497
|
+
"name": "#onThumbMousedown",
|
|
10498
|
+
"privacy": "private"
|
|
10499
|
+
},
|
|
10500
|
+
{
|
|
10501
|
+
"kind": "field",
|
|
10502
|
+
"name": "#onThumbKeydown",
|
|
10503
|
+
"privacy": "private"
|
|
10504
|
+
},
|
|
10505
|
+
{
|
|
10506
|
+
"kind": "method",
|
|
10507
|
+
"name": "#registerDragHandlers"
|
|
10508
|
+
},
|
|
10509
|
+
{
|
|
10510
|
+
"kind": "method",
|
|
10511
|
+
"name": "#unregisterDragListeners"
|
|
10512
|
+
},
|
|
10513
|
+
{
|
|
10514
|
+
"kind": "field",
|
|
10515
|
+
"name": "#onDragMove",
|
|
10516
|
+
"privacy": "private"
|
|
10517
|
+
},
|
|
10518
|
+
{
|
|
10519
|
+
"kind": "field",
|
|
10520
|
+
"name": "#onDragEnd",
|
|
10521
|
+
"privacy": "private"
|
|
10522
|
+
},
|
|
10523
|
+
{
|
|
10524
|
+
"kind": "field",
|
|
10525
|
+
"name": "proxy",
|
|
10526
|
+
"inheritedFrom": {
|
|
10527
|
+
"name": "FormAssociatedRangeSlider",
|
|
10528
|
+
"module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
|
|
10529
|
+
}
|
|
10530
|
+
}
|
|
10531
|
+
],
|
|
10532
|
+
"events": [
|
|
10533
|
+
{
|
|
10534
|
+
"description": "Event emitted when the start value changes",
|
|
10535
|
+
"name": "input:start"
|
|
10536
|
+
},
|
|
10537
|
+
{
|
|
10538
|
+
"description": "Event emitted when the end value changes",
|
|
10539
|
+
"name": "input:end"
|
|
10540
|
+
}
|
|
10541
|
+
],
|
|
10542
|
+
"attributes": [
|
|
9893
10543
|
{
|
|
9894
|
-
"
|
|
9895
|
-
"name": "label",
|
|
10544
|
+
"name": "start",
|
|
9896
10545
|
"type": {
|
|
9897
|
-
"text": "string
|
|
10546
|
+
"text": "| string\n\t\t| undefined"
|
|
9898
10547
|
},
|
|
9899
|
-
"description": "
|
|
9900
|
-
"
|
|
9901
|
-
}
|
|
9902
|
-
],
|
|
9903
|
-
"attributes": [
|
|
10548
|
+
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
|
|
10549
|
+
"fieldName": "initialStart"
|
|
10550
|
+
},
|
|
9904
10551
|
{
|
|
9905
|
-
"name": "
|
|
10552
|
+
"name": "current-start",
|
|
10553
|
+
"type": {
|
|
10554
|
+
"text": "string"
|
|
10555
|
+
},
|
|
10556
|
+
"description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
10557
|
+
"fieldName": "currentStart"
|
|
10558
|
+
},
|
|
10559
|
+
{
|
|
10560
|
+
"name": "end",
|
|
9906
10561
|
"type": {
|
|
9907
10562
|
"text": "string | undefined"
|
|
9908
10563
|
},
|
|
9909
|
-
"description": "
|
|
9910
|
-
"fieldName": "
|
|
10564
|
+
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
|
|
10565
|
+
"fieldName": "initialEnd"
|
|
10566
|
+
},
|
|
10567
|
+
{
|
|
10568
|
+
"name": "current-end",
|
|
10569
|
+
"type": {
|
|
10570
|
+
"text": "string"
|
|
10571
|
+
},
|
|
10572
|
+
"description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
|
|
10573
|
+
"fieldName": "currentEnd"
|
|
10574
|
+
},
|
|
10575
|
+
{
|
|
10576
|
+
"type": {
|
|
10577
|
+
"text": "number"
|
|
10578
|
+
},
|
|
10579
|
+
"default": "0",
|
|
10580
|
+
"description": "The minimum value of the range.",
|
|
10581
|
+
"fieldName": "min"
|
|
10582
|
+
},
|
|
10583
|
+
{
|
|
10584
|
+
"type": {
|
|
10585
|
+
"text": "number"
|
|
10586
|
+
},
|
|
10587
|
+
"default": "10",
|
|
10588
|
+
"description": "The maximum value of the range.",
|
|
10589
|
+
"fieldName": "max"
|
|
10590
|
+
},
|
|
10591
|
+
{
|
|
10592
|
+
"type": {
|
|
10593
|
+
"text": "number"
|
|
10594
|
+
},
|
|
10595
|
+
"default": "1",
|
|
10596
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
10597
|
+
"fieldName": "step"
|
|
10598
|
+
},
|
|
10599
|
+
{
|
|
10600
|
+
"name": "orientation",
|
|
10601
|
+
"type": {
|
|
10602
|
+
"text": "Orientation"
|
|
10603
|
+
},
|
|
10604
|
+
"description": "The orientation of the slider.",
|
|
10605
|
+
"fieldName": "orientation"
|
|
10606
|
+
},
|
|
10607
|
+
{
|
|
10608
|
+
"name": "aria-start-label",
|
|
10609
|
+
"type": {
|
|
10610
|
+
"text": "string | null"
|
|
10611
|
+
},
|
|
10612
|
+
"default": "null",
|
|
10613
|
+
"description": "Aria label for the start thumb",
|
|
10614
|
+
"fieldName": "ariaStartLabel"
|
|
10615
|
+
},
|
|
10616
|
+
{
|
|
10617
|
+
"name": "aria-end-label",
|
|
10618
|
+
"type": {
|
|
10619
|
+
"text": "string | null"
|
|
10620
|
+
},
|
|
10621
|
+
"default": "null",
|
|
10622
|
+
"description": "Aria label for the end thumb",
|
|
10623
|
+
"fieldName": "ariaEndLabel"
|
|
10624
|
+
},
|
|
10625
|
+
{
|
|
10626
|
+
"type": {
|
|
10627
|
+
"text": "boolean"
|
|
10628
|
+
},
|
|
10629
|
+
"default": "false",
|
|
10630
|
+
"description": "Display markers on/off",
|
|
10631
|
+
"fieldName": "markers"
|
|
10632
|
+
},
|
|
10633
|
+
{
|
|
10634
|
+
"name": "connotation",
|
|
10635
|
+
"type": {
|
|
10636
|
+
"text": "RangeSliderConnotation | undefined"
|
|
10637
|
+
},
|
|
10638
|
+
"description": "The connotation of the component",
|
|
10639
|
+
"fieldName": "connotation"
|
|
9911
10640
|
}
|
|
9912
10641
|
],
|
|
9913
10642
|
"superclass": {
|
|
9914
|
-
"name": "
|
|
9915
|
-
"
|
|
10643
|
+
"name": "FormAssociatedRangeSlider",
|
|
10644
|
+
"module": "/libs/components/src/lib/range-slider/range-slider.form-associated"
|
|
10645
|
+
},
|
|
10646
|
+
"vividComponent": {
|
|
10647
|
+
"name": "range-slider",
|
|
10648
|
+
"public": true,
|
|
10649
|
+
"vueModels": [
|
|
10650
|
+
{
|
|
10651
|
+
"name": "start",
|
|
10652
|
+
"attributeName": "current-start",
|
|
10653
|
+
"eventName": "input:start",
|
|
10654
|
+
"valueMapping": "(event.target as any).start"
|
|
10655
|
+
},
|
|
10656
|
+
{
|
|
10657
|
+
"name": "end",
|
|
10658
|
+
"attributeName": "current-end",
|
|
10659
|
+
"eventName": "input:end",
|
|
10660
|
+
"valueMapping": "(event.target as any).end"
|
|
10661
|
+
}
|
|
10662
|
+
]
|
|
9916
10663
|
}
|
|
9917
10664
|
}
|
|
9918
10665
|
],
|
|
9919
10666
|
"exports": [
|
|
9920
10667
|
{
|
|
9921
10668
|
"kind": "js",
|
|
9922
|
-
"name": "
|
|
10669
|
+
"name": "RangeSlider",
|
|
9923
10670
|
"declaration": {
|
|
9924
|
-
"name": "
|
|
9925
|
-
"module": "libs/components/src/lib/
|
|
10671
|
+
"name": "RangeSlider",
|
|
10672
|
+
"module": "libs/components/src/lib/range-slider/range-slider.ts"
|
|
9926
10673
|
}
|
|
9927
10674
|
}
|
|
9928
10675
|
]
|
|
@@ -9989,7 +10736,7 @@
|
|
|
9989
10736
|
"declarations": [
|
|
9990
10737
|
{
|
|
9991
10738
|
"kind": "class",
|
|
9992
|
-
"description": "
|
|
10739
|
+
"description": "",
|
|
9993
10740
|
"name": "Select",
|
|
9994
10741
|
"cssProperties": [
|
|
9995
10742
|
{
|
|
@@ -10125,6 +10872,18 @@
|
|
|
10125
10872
|
"superclass": {
|
|
10126
10873
|
"name": "FoundationSelect",
|
|
10127
10874
|
"package": "@microsoft/fast-foundation"
|
|
10875
|
+
},
|
|
10876
|
+
"vividComponent": {
|
|
10877
|
+
"public": true,
|
|
10878
|
+
"name": "select",
|
|
10879
|
+
"vueModels": [
|
|
10880
|
+
{
|
|
10881
|
+
"name": "modelValue",
|
|
10882
|
+
"attributeName": "current-value",
|
|
10883
|
+
"eventName": "input",
|
|
10884
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
10885
|
+
}
|
|
10886
|
+
]
|
|
10128
10887
|
}
|
|
10129
10888
|
}
|
|
10130
10889
|
],
|
|
@@ -10184,11 +10943,11 @@
|
|
|
10184
10943
|
"declarations": [
|
|
10185
10944
|
{
|
|
10186
10945
|
"kind": "class",
|
|
10187
|
-
"description": "
|
|
10946
|
+
"description": "",
|
|
10188
10947
|
"name": "SelectableBox",
|
|
10189
10948
|
"cssProperties": [
|
|
10190
10949
|
{
|
|
10191
|
-
"name": "--vvd-selectable-box-cta-firm",
|
|
10950
|
+
"name": "--vvd-selectable-box-cta-firm-all",
|
|
10192
10951
|
"default": "var(--vvd-color-cta-600)"
|
|
10193
10952
|
},
|
|
10194
10953
|
{
|
|
@@ -10208,8 +10967,8 @@
|
|
|
10208
10967
|
"default": "var(--vvd-color-cta-100)"
|
|
10209
10968
|
},
|
|
10210
10969
|
{
|
|
10211
|
-
"name": "--vvd-selectable-box-accent-firm",
|
|
10212
|
-
"default": "var(--vvd-color-
|
|
10970
|
+
"name": "--vvd-selectable-box-accent-firm-all",
|
|
10971
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
10213
10972
|
},
|
|
10214
10973
|
{
|
|
10215
10974
|
"name": "--vvd-selectable-box-accent-pale",
|
|
@@ -10370,6 +11129,10 @@
|
|
|
10370
11129
|
"superclass": {
|
|
10371
11130
|
"name": "FoundationElement",
|
|
10372
11131
|
"package": "@microsoft/fast-foundation"
|
|
11132
|
+
},
|
|
11133
|
+
"vividComponent": {
|
|
11134
|
+
"public": true,
|
|
11135
|
+
"name": "selectable-box"
|
|
10373
11136
|
}
|
|
10374
11137
|
}
|
|
10375
11138
|
],
|
|
@@ -10430,7 +11193,7 @@
|
|
|
10430
11193
|
"declarations": [
|
|
10431
11194
|
{
|
|
10432
11195
|
"kind": "class",
|
|
10433
|
-
"description": "
|
|
11196
|
+
"description": "",
|
|
10434
11197
|
"name": "SideDrawer",
|
|
10435
11198
|
"slots": [
|
|
10436
11199
|
{
|
|
@@ -10549,6 +11312,10 @@
|
|
|
10549
11312
|
"superclass": {
|
|
10550
11313
|
"name": "FoundationElement",
|
|
10551
11314
|
"package": "@microsoft/fast-foundation"
|
|
11315
|
+
},
|
|
11316
|
+
"vividComponent": {
|
|
11317
|
+
"public": true,
|
|
11318
|
+
"name": "side-drawer"
|
|
10552
11319
|
}
|
|
10553
11320
|
}
|
|
10554
11321
|
],
|
|
@@ -10617,7 +11384,7 @@
|
|
|
10617
11384
|
"declarations": [
|
|
10618
11385
|
{
|
|
10619
11386
|
"kind": "class",
|
|
10620
|
-
"description": "
|
|
11387
|
+
"description": "",
|
|
10621
11388
|
"name": "Slider",
|
|
10622
11389
|
"cssProperties": [
|
|
10623
11390
|
{
|
|
@@ -10703,6 +11470,18 @@
|
|
|
10703
11470
|
"superclass": {
|
|
10704
11471
|
"name": "FastSlider",
|
|
10705
11472
|
"package": "@microsoft/fast-foundation"
|
|
11473
|
+
},
|
|
11474
|
+
"vividComponent": {
|
|
11475
|
+
"public": true,
|
|
11476
|
+
"name": "slider",
|
|
11477
|
+
"vueModels": [
|
|
11478
|
+
{
|
|
11479
|
+
"name": "modelValue",
|
|
11480
|
+
"attributeName": "current-value",
|
|
11481
|
+
"eventName": "change",
|
|
11482
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
11483
|
+
}
|
|
11484
|
+
]
|
|
10706
11485
|
}
|
|
10707
11486
|
}
|
|
10708
11487
|
],
|
|
@@ -10788,7 +11567,7 @@
|
|
|
10788
11567
|
"declarations": [
|
|
10789
11568
|
{
|
|
10790
11569
|
"kind": "class",
|
|
10791
|
-
"description": "
|
|
11570
|
+
"description": "",
|
|
10792
11571
|
"name": "SplitButton",
|
|
10793
11572
|
"cssProperties": [
|
|
10794
11573
|
{
|
|
@@ -11059,7 +11838,7 @@
|
|
|
11059
11838
|
"kind": "field",
|
|
11060
11839
|
"name": "indicatorAriaLabel",
|
|
11061
11840
|
"type": {
|
|
11062
|
-
"text": "string
|
|
11841
|
+
"text": "| string\n\t\t| null"
|
|
11063
11842
|
},
|
|
11064
11843
|
"default": "null",
|
|
11065
11844
|
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
@@ -11162,7 +11941,7 @@
|
|
|
11162
11941
|
{
|
|
11163
11942
|
"name": "indicator-aria-label",
|
|
11164
11943
|
"type": {
|
|
11165
|
-
"text": "string
|
|
11944
|
+
"text": "| string\n\t\t| null"
|
|
11166
11945
|
},
|
|
11167
11946
|
"default": "null",
|
|
11168
11947
|
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
@@ -11172,6 +11951,10 @@
|
|
|
11172
11951
|
"superclass": {
|
|
11173
11952
|
"name": "FoundationElement",
|
|
11174
11953
|
"package": "@microsoft/fast-foundation"
|
|
11954
|
+
},
|
|
11955
|
+
"vividComponent": {
|
|
11956
|
+
"public": true,
|
|
11957
|
+
"name": "split-button"
|
|
11175
11958
|
}
|
|
11176
11959
|
}
|
|
11177
11960
|
],
|
|
@@ -11240,7 +12023,7 @@
|
|
|
11240
12023
|
"declarations": [
|
|
11241
12024
|
{
|
|
11242
12025
|
"kind": "class",
|
|
11243
|
-
"description": "
|
|
12026
|
+
"description": "",
|
|
11244
12027
|
"name": "Switch",
|
|
11245
12028
|
"cssProperties": [
|
|
11246
12029
|
{
|
|
@@ -11263,6 +12046,10 @@
|
|
|
11263
12046
|
"name": "--vvd-switch-cta-intermediate",
|
|
11264
12047
|
"default": "var(--vvd-color-cta-500)"
|
|
11265
12048
|
},
|
|
12049
|
+
{
|
|
12050
|
+
"name": "--vvd-switch-cta-fierce",
|
|
12051
|
+
"default": "var(--vvd-color-cta-700)"
|
|
12052
|
+
},
|
|
11266
12053
|
{
|
|
11267
12054
|
"name": "--vvd-switch-alert-primary-text",
|
|
11268
12055
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -11283,6 +12070,10 @@
|
|
|
11283
12070
|
"name": "--vvd-switch-alert-intermediate",
|
|
11284
12071
|
"default": "var(--vvd-color-alert-500)"
|
|
11285
12072
|
},
|
|
12073
|
+
{
|
|
12074
|
+
"name": "--vvd-switch-alert-fierce",
|
|
12075
|
+
"default": "var(--vvd-color-alert-700)"
|
|
12076
|
+
},
|
|
11286
12077
|
{
|
|
11287
12078
|
"name": "--vvd-switch-success-primary-text",
|
|
11288
12079
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -11303,6 +12094,10 @@
|
|
|
11303
12094
|
"name": "--vvd-switch-success-intermediate",
|
|
11304
12095
|
"default": "var(--vvd-color-success-500)"
|
|
11305
12096
|
},
|
|
12097
|
+
{
|
|
12098
|
+
"name": "--vvd-switch-success-fierce",
|
|
12099
|
+
"default": "var(--vvd-color-success-700)"
|
|
12100
|
+
},
|
|
11306
12101
|
{
|
|
11307
12102
|
"name": "--vvd-switch-accent-primary-text",
|
|
11308
12103
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -11322,6 +12117,10 @@
|
|
|
11322
12117
|
{
|
|
11323
12118
|
"name": "--vvd-switch-accent-intermediate",
|
|
11324
12119
|
"default": "var(--vvd-color-neutral-500)"
|
|
12120
|
+
},
|
|
12121
|
+
{
|
|
12122
|
+
"name": "--vvd-switch-accent-fierce",
|
|
12123
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
11325
12124
|
}
|
|
11326
12125
|
],
|
|
11327
12126
|
"members": [
|
|
@@ -11365,6 +12164,18 @@
|
|
|
11365
12164
|
"superclass": {
|
|
11366
12165
|
"name": "FoundationSwitch",
|
|
11367
12166
|
"package": "@microsoft/fast-foundation"
|
|
12167
|
+
},
|
|
12168
|
+
"vividComponent": {
|
|
12169
|
+
"public": true,
|
|
12170
|
+
"name": "switch",
|
|
12171
|
+
"vueModels": [
|
|
12172
|
+
{
|
|
12173
|
+
"name": "modelValue",
|
|
12174
|
+
"attributeName": "current-checked",
|
|
12175
|
+
"eventName": "change",
|
|
12176
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
12177
|
+
}
|
|
12178
|
+
]
|
|
11368
12179
|
}
|
|
11369
12180
|
}
|
|
11370
12181
|
],
|
|
@@ -11441,7 +12252,7 @@
|
|
|
11441
12252
|
"declarations": [
|
|
11442
12253
|
{
|
|
11443
12254
|
"kind": "class",
|
|
11444
|
-
"description": "
|
|
12255
|
+
"description": "",
|
|
11445
12256
|
"name": "Tab",
|
|
11446
12257
|
"cssProperties": [
|
|
11447
12258
|
{
|
|
@@ -11588,6 +12399,10 @@
|
|
|
11588
12399
|
"superclass": {
|
|
11589
12400
|
"name": "FoundationTab",
|
|
11590
12401
|
"package": "@microsoft/fast-foundation"
|
|
12402
|
+
},
|
|
12403
|
+
"vividComponent": {
|
|
12404
|
+
"public": true,
|
|
12405
|
+
"name": "tab"
|
|
11591
12406
|
}
|
|
11592
12407
|
}
|
|
11593
12408
|
],
|
|
@@ -11648,7 +12463,7 @@
|
|
|
11648
12463
|
"declarations": [
|
|
11649
12464
|
{
|
|
11650
12465
|
"kind": "class",
|
|
11651
|
-
"description": "
|
|
12466
|
+
"description": "",
|
|
11652
12467
|
"name": "TabPanel",
|
|
11653
12468
|
"slots": [
|
|
11654
12469
|
{
|
|
@@ -11659,6 +12474,10 @@
|
|
|
11659
12474
|
"superclass": {
|
|
11660
12475
|
"name": "FoundationTabPanel",
|
|
11661
12476
|
"package": "@microsoft/fast-foundation"
|
|
12477
|
+
},
|
|
12478
|
+
"vividComponent": {
|
|
12479
|
+
"public": true,
|
|
12480
|
+
"name": "tab-panel"
|
|
11662
12481
|
}
|
|
11663
12482
|
}
|
|
11664
12483
|
],
|
|
@@ -11727,7 +12546,7 @@
|
|
|
11727
12546
|
},
|
|
11728
12547
|
{
|
|
11729
12548
|
"kind": "class",
|
|
11730
|
-
"description": "
|
|
12549
|
+
"description": "",
|
|
11731
12550
|
"name": "Tabs",
|
|
11732
12551
|
"cssProperties": [
|
|
11733
12552
|
{
|
|
@@ -11896,6 +12715,10 @@
|
|
|
11896
12715
|
"superclass": {
|
|
11897
12716
|
"name": "FoundationTabs",
|
|
11898
12717
|
"package": "@microsoft/fast-foundation"
|
|
12718
|
+
},
|
|
12719
|
+
"vividComponent": {
|
|
12720
|
+
"public": true,
|
|
12721
|
+
"name": "tabs"
|
|
11899
12722
|
}
|
|
11900
12723
|
}
|
|
11901
12724
|
],
|
|
@@ -11988,7 +12811,7 @@
|
|
|
11988
12811
|
"declarations": [
|
|
11989
12812
|
{
|
|
11990
12813
|
"kind": "class",
|
|
11991
|
-
"description": "
|
|
12814
|
+
"description": "",
|
|
11992
12815
|
"name": "Tag",
|
|
11993
12816
|
"cssProperties": [
|
|
11994
12817
|
{
|
|
@@ -12008,7 +12831,7 @@
|
|
|
12008
12831
|
"default": "var(--vvd-color-cta-700)"
|
|
12009
12832
|
},
|
|
12010
12833
|
{
|
|
12011
|
-
"name": "--vvd-tag-cta-firm",
|
|
12834
|
+
"name": "--vvd-tag-cta-firm-all",
|
|
12012
12835
|
"default": "var(--vvd-color-cta-600)"
|
|
12013
12836
|
},
|
|
12014
12837
|
{
|
|
@@ -12036,8 +12859,8 @@
|
|
|
12036
12859
|
"default": "var(--vvd-color-neutral-700)"
|
|
12037
12860
|
},
|
|
12038
12861
|
{
|
|
12039
|
-
"name": "--vvd-tag-accent-firm",
|
|
12040
|
-
"default": "var(--vvd-color-
|
|
12862
|
+
"name": "--vvd-tag-accent-firm-all",
|
|
12863
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
12041
12864
|
},
|
|
12042
12865
|
{
|
|
12043
12866
|
"name": "--vvd-tag-accent-faint",
|
|
@@ -12236,6 +13059,10 @@
|
|
|
12236
13059
|
"superclass": {
|
|
12237
13060
|
"name": "FoundationElement",
|
|
12238
13061
|
"package": "@microsoft/fast-foundation"
|
|
13062
|
+
},
|
|
13063
|
+
"vividComponent": {
|
|
13064
|
+
"public": true,
|
|
13065
|
+
"name": "tag"
|
|
12239
13066
|
}
|
|
12240
13067
|
}
|
|
12241
13068
|
],
|
|
@@ -12295,7 +13122,7 @@
|
|
|
12295
13122
|
"declarations": [
|
|
12296
13123
|
{
|
|
12297
13124
|
"kind": "class",
|
|
12298
|
-
"description": "
|
|
13125
|
+
"description": "",
|
|
12299
13126
|
"name": "TagGroup",
|
|
12300
13127
|
"slots": [
|
|
12301
13128
|
{
|
|
@@ -12326,6 +13153,10 @@
|
|
|
12326
13153
|
"superclass": {
|
|
12327
13154
|
"name": "FoundationElement",
|
|
12328
13155
|
"package": "@microsoft/fast-foundation"
|
|
13156
|
+
},
|
|
13157
|
+
"vividComponent": {
|
|
13158
|
+
"public": true,
|
|
13159
|
+
"name": "tag-group"
|
|
12329
13160
|
}
|
|
12330
13161
|
}
|
|
12331
13162
|
],
|
|
@@ -12386,7 +13217,7 @@
|
|
|
12386
13217
|
"declarations": [
|
|
12387
13218
|
{
|
|
12388
13219
|
"kind": "class",
|
|
12389
|
-
"description": "
|
|
13220
|
+
"description": "",
|
|
12390
13221
|
"name": "TextAnchor",
|
|
12391
13222
|
"slots": [
|
|
12392
13223
|
{
|
|
@@ -12418,6 +13249,9 @@
|
|
|
12418
13249
|
"superclass": {
|
|
12419
13250
|
"name": "Anchor",
|
|
12420
13251
|
"package": "@microsoft/fast-foundation"
|
|
13252
|
+
},
|
|
13253
|
+
"vividComponent": {
|
|
13254
|
+
"name": "text-anchor"
|
|
12421
13255
|
}
|
|
12422
13256
|
}
|
|
12423
13257
|
],
|
|
@@ -12486,7 +13320,7 @@
|
|
|
12486
13320
|
"declarations": [
|
|
12487
13321
|
{
|
|
12488
13322
|
"kind": "class",
|
|
12489
|
-
"description": "
|
|
13323
|
+
"description": "",
|
|
12490
13324
|
"name": "TextArea",
|
|
12491
13325
|
"cssProperties": [
|
|
12492
13326
|
{
|
|
@@ -12618,6 +13452,18 @@
|
|
|
12618
13452
|
"superclass": {
|
|
12619
13453
|
"name": "FoundationTextArea",
|
|
12620
13454
|
"package": "@microsoft/fast-foundation"
|
|
13455
|
+
},
|
|
13456
|
+
"vividComponent": {
|
|
13457
|
+
"public": true,
|
|
13458
|
+
"name": "text-area",
|
|
13459
|
+
"vueModels": [
|
|
13460
|
+
{
|
|
13461
|
+
"name": "modelValue",
|
|
13462
|
+
"attributeName": "current-value",
|
|
13463
|
+
"eventName": "input",
|
|
13464
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
13465
|
+
}
|
|
13466
|
+
]
|
|
12621
13467
|
}
|
|
12622
13468
|
}
|
|
12623
13469
|
],
|
|
@@ -12820,6 +13666,18 @@
|
|
|
12820
13666
|
"superclass": {
|
|
12821
13667
|
"name": "FoundationTextfield",
|
|
12822
13668
|
"package": "@microsoft/fast-foundation"
|
|
13669
|
+
},
|
|
13670
|
+
"vividComponent": {
|
|
13671
|
+
"public": true,
|
|
13672
|
+
"name": "text-field",
|
|
13673
|
+
"vueModels": [
|
|
13674
|
+
{
|
|
13675
|
+
"name": "modelValue",
|
|
13676
|
+
"attributeName": "current-value",
|
|
13677
|
+
"eventName": "input",
|
|
13678
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
13679
|
+
}
|
|
13680
|
+
]
|
|
12823
13681
|
}
|
|
12824
13682
|
}
|
|
12825
13683
|
],
|
|
@@ -12922,13 +13780,17 @@
|
|
|
12922
13780
|
"declarations": [
|
|
12923
13781
|
{
|
|
12924
13782
|
"kind": "class",
|
|
12925
|
-
"description": "
|
|
13783
|
+
"description": "",
|
|
12926
13784
|
"name": "TimePicker",
|
|
12927
13785
|
"cssProperties": [
|
|
12928
13786
|
{
|
|
12929
13787
|
"name": "--vvd-time-picker-accent-primary",
|
|
12930
13788
|
"default": "var(--vvd-color-canvas-text)"
|
|
12931
13789
|
},
|
|
13790
|
+
{
|
|
13791
|
+
"name": "--vvd-time-picker-accent-firm",
|
|
13792
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
13793
|
+
},
|
|
12932
13794
|
{
|
|
12933
13795
|
"name": "--vvd-time-picker-accent-faint",
|
|
12934
13796
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -13161,6 +14023,18 @@
|
|
|
13161
14023
|
"superclass": {
|
|
13162
14024
|
"name": "FormAssociatedTimePicker",
|
|
13163
14025
|
"module": "/libs/components/src/lib/time-picker/time-picker.form-associated"
|
|
14026
|
+
},
|
|
14027
|
+
"vividComponent": {
|
|
14028
|
+
"public": true,
|
|
14029
|
+
"name": "time-picker",
|
|
14030
|
+
"vueModels": [
|
|
14031
|
+
{
|
|
14032
|
+
"name": "modelValue",
|
|
14033
|
+
"attributeName": "current-value",
|
|
14034
|
+
"eventName": "input",
|
|
14035
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
14036
|
+
}
|
|
14037
|
+
]
|
|
13164
14038
|
}
|
|
13165
14039
|
}
|
|
13166
14040
|
],
|
|
@@ -13221,13 +14095,17 @@
|
|
|
13221
14095
|
"declarations": [
|
|
13222
14096
|
{
|
|
13223
14097
|
"kind": "class",
|
|
13224
|
-
"description": "
|
|
14098
|
+
"description": "",
|
|
13225
14099
|
"name": "Toggletip",
|
|
13226
14100
|
"slots": [
|
|
13227
14101
|
{
|
|
13228
14102
|
"description": "The content to display in the toggletip.",
|
|
13229
14103
|
"name": ""
|
|
13230
14104
|
},
|
|
14105
|
+
{
|
|
14106
|
+
"description": "Used to set the anchor element for the toggletip.",
|
|
14107
|
+
"name": "anchor"
|
|
14108
|
+
},
|
|
13231
14109
|
{
|
|
13232
14110
|
"description": "The content to display in the toggletip action items.",
|
|
13233
14111
|
"name": "action-items"
|
|
@@ -13398,6 +14276,10 @@
|
|
|
13398
14276
|
"superclass": {
|
|
13399
14277
|
"name": "FoundationElement",
|
|
13400
14278
|
"package": "@microsoft/fast-foundation"
|
|
14279
|
+
},
|
|
14280
|
+
"vividComponent": {
|
|
14281
|
+
"public": true,
|
|
14282
|
+
"name": "toggletip"
|
|
13401
14283
|
}
|
|
13402
14284
|
}
|
|
13403
14285
|
],
|
|
@@ -13458,8 +14340,14 @@
|
|
|
13458
14340
|
"declarations": [
|
|
13459
14341
|
{
|
|
13460
14342
|
"kind": "class",
|
|
13461
|
-
"description": "
|
|
14343
|
+
"description": "",
|
|
13462
14344
|
"name": "Tooltip",
|
|
14345
|
+
"slots": [
|
|
14346
|
+
{
|
|
14347
|
+
"description": "Used to set the anchor element for the tooltip.",
|
|
14348
|
+
"name": "anchor"
|
|
14349
|
+
}
|
|
14350
|
+
],
|
|
13463
14351
|
"members": [
|
|
13464
14352
|
{
|
|
13465
14353
|
"kind": "field",
|
|
@@ -13555,6 +14443,10 @@
|
|
|
13555
14443
|
"superclass": {
|
|
13556
14444
|
"name": "FoundationElement",
|
|
13557
14445
|
"package": "@microsoft/fast-foundation"
|
|
14446
|
+
},
|
|
14447
|
+
"vividComponent": {
|
|
14448
|
+
"public": true,
|
|
14449
|
+
"name": "tooltip"
|
|
13558
14450
|
}
|
|
13559
14451
|
}
|
|
13560
14452
|
],
|
|
@@ -13614,7 +14506,7 @@
|
|
|
13614
14506
|
"declarations": [
|
|
13615
14507
|
{
|
|
13616
14508
|
"kind": "class",
|
|
13617
|
-
"description": "
|
|
14509
|
+
"description": "",
|
|
13618
14510
|
"name": "TreeItem",
|
|
13619
14511
|
"cssProperties": [
|
|
13620
14512
|
{
|
|
@@ -13672,6 +14564,10 @@
|
|
|
13672
14564
|
"superclass": {
|
|
13673
14565
|
"name": "FastTreeItem",
|
|
13674
14566
|
"package": "@microsoft/fast-foundation"
|
|
14567
|
+
},
|
|
14568
|
+
"vividComponent": {
|
|
14569
|
+
"public": true,
|
|
14570
|
+
"name": "tree-item"
|
|
13675
14571
|
}
|
|
13676
14572
|
}
|
|
13677
14573
|
],
|
|
@@ -13731,7 +14627,7 @@
|
|
|
13731
14627
|
"declarations": [
|
|
13732
14628
|
{
|
|
13733
14629
|
"kind": "class",
|
|
13734
|
-
"description": "
|
|
14630
|
+
"description": "",
|
|
13735
14631
|
"name": "TreeView",
|
|
13736
14632
|
"slots": [
|
|
13737
14633
|
{
|
|
@@ -13742,6 +14638,10 @@
|
|
|
13742
14638
|
"superclass": {
|
|
13743
14639
|
"name": "FastTreeView",
|
|
13744
14640
|
"package": "@microsoft/fast-foundation"
|
|
14641
|
+
},
|
|
14642
|
+
"vividComponent": {
|
|
14643
|
+
"public": true,
|
|
14644
|
+
"name": "tree-view"
|
|
13745
14645
|
}
|
|
13746
14646
|
}
|
|
13747
14647
|
],
|
|
@@ -13756,6 +14656,115 @@
|
|
|
13756
14656
|
}
|
|
13757
14657
|
]
|
|
13758
14658
|
},
|
|
14659
|
+
{
|
|
14660
|
+
"kind": "javascript-module",
|
|
14661
|
+
"path": "libs/components/src/lib/range-slider/utils/lerp.ts",
|
|
14662
|
+
"declarations": [
|
|
14663
|
+
{
|
|
14664
|
+
"kind": "function",
|
|
14665
|
+
"name": "lerp",
|
|
14666
|
+
"parameters": [
|
|
14667
|
+
{
|
|
14668
|
+
"name": "a",
|
|
14669
|
+
"type": {
|
|
14670
|
+
"text": "number"
|
|
14671
|
+
}
|
|
14672
|
+
},
|
|
14673
|
+
{
|
|
14674
|
+
"name": "b",
|
|
14675
|
+
"type": {
|
|
14676
|
+
"text": "number"
|
|
14677
|
+
}
|
|
14678
|
+
},
|
|
14679
|
+
{
|
|
14680
|
+
"name": "value",
|
|
14681
|
+
"type": {
|
|
14682
|
+
"text": "number"
|
|
14683
|
+
}
|
|
14684
|
+
}
|
|
14685
|
+
],
|
|
14686
|
+
"description": "Linearly interpolates between two values."
|
|
14687
|
+
},
|
|
14688
|
+
{
|
|
14689
|
+
"kind": "function",
|
|
14690
|
+
"name": "inverseLerp",
|
|
14691
|
+
"parameters": [
|
|
14692
|
+
{
|
|
14693
|
+
"name": "a",
|
|
14694
|
+
"type": {
|
|
14695
|
+
"text": "number"
|
|
14696
|
+
}
|
|
14697
|
+
},
|
|
14698
|
+
{
|
|
14699
|
+
"name": "b",
|
|
14700
|
+
"type": {
|
|
14701
|
+
"text": "number"
|
|
14702
|
+
}
|
|
14703
|
+
},
|
|
14704
|
+
{
|
|
14705
|
+
"name": "value",
|
|
14706
|
+
"type": {
|
|
14707
|
+
"text": "number"
|
|
14708
|
+
}
|
|
14709
|
+
}
|
|
14710
|
+
],
|
|
14711
|
+
"description": "Returns the fraction of a value between a and b."
|
|
14712
|
+
}
|
|
14713
|
+
],
|
|
14714
|
+
"exports": [
|
|
14715
|
+
{
|
|
14716
|
+
"kind": "js",
|
|
14717
|
+
"name": "lerp",
|
|
14718
|
+
"declaration": {
|
|
14719
|
+
"name": "lerp",
|
|
14720
|
+
"module": "libs/components/src/lib/range-slider/utils/lerp.ts"
|
|
14721
|
+
}
|
|
14722
|
+
},
|
|
14723
|
+
{
|
|
14724
|
+
"kind": "js",
|
|
14725
|
+
"name": "inverseLerp",
|
|
14726
|
+
"declaration": {
|
|
14727
|
+
"name": "inverseLerp",
|
|
14728
|
+
"module": "libs/components/src/lib/range-slider/utils/lerp.ts"
|
|
14729
|
+
}
|
|
14730
|
+
}
|
|
14731
|
+
]
|
|
14732
|
+
},
|
|
14733
|
+
{
|
|
14734
|
+
"kind": "javascript-module",
|
|
14735
|
+
"path": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts",
|
|
14736
|
+
"declarations": [
|
|
14737
|
+
{
|
|
14738
|
+
"kind": "function",
|
|
14739
|
+
"name": "roundToStepValue",
|
|
14740
|
+
"parameters": [
|
|
14741
|
+
{
|
|
14742
|
+
"name": "value",
|
|
14743
|
+
"type": {
|
|
14744
|
+
"text": "number"
|
|
14745
|
+
}
|
|
14746
|
+
},
|
|
14747
|
+
{
|
|
14748
|
+
"name": "step",
|
|
14749
|
+
"type": {
|
|
14750
|
+
"text": "number"
|
|
14751
|
+
}
|
|
14752
|
+
}
|
|
14753
|
+
],
|
|
14754
|
+
"description": "Rounds a value to the nearest step value. Handles decimal rounding."
|
|
14755
|
+
}
|
|
14756
|
+
],
|
|
14757
|
+
"exports": [
|
|
14758
|
+
{
|
|
14759
|
+
"kind": "js",
|
|
14760
|
+
"name": "roundToStepValue",
|
|
14761
|
+
"declaration": {
|
|
14762
|
+
"name": "roundToStepValue",
|
|
14763
|
+
"module": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts"
|
|
14764
|
+
}
|
|
14765
|
+
}
|
|
14766
|
+
]
|
|
14767
|
+
},
|
|
13759
14768
|
{
|
|
13760
14769
|
"kind": "javascript-module",
|
|
13761
14770
|
"path": "libs/components/src/lib/time-picker/time/picker.ts",
|
|
@@ -14121,6 +15130,10 @@
|
|
|
14121
15130
|
"name": "--vvd-date-picker-accent-primary",
|
|
14122
15131
|
"default": "var(--vvd-color-canvas-text)"
|
|
14123
15132
|
},
|
|
15133
|
+
{
|
|
15134
|
+
"name": "--vvd-date-picker-accent-firm",
|
|
15135
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
15136
|
+
},
|
|
14124
15137
|
{
|
|
14125
15138
|
"name": "--vvd-date-picker-accent-faint",
|
|
14126
15139
|
"default": "var(--vvd-color-neutral-50)"
|