@vonage/vivid 3.51.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/accordion/index.cjs +1 -1
- package/accordion/index.js +1 -1
- package/accordion-item/index.cjs +1 -1
- package/accordion-item/index.js +1 -1
- package/alert/index.cjs +3 -3
- package/alert/index.js +3 -3
- package/appearance-ui/index.cjs +19 -11
- package/appearance-ui/index.js +19 -11
- package/audio-player/index.cjs +4 -3
- package/audio-player/index.js +4 -3
- package/avatar/index.cjs +1 -1
- package/avatar/index.js +1 -1
- package/badge/index.cjs +1 -1
- package/badge/index.js +1 -1
- package/banner/index.cjs +2 -2
- package/banner/index.js +2 -2
- package/breadcrumb-item/index.cjs +1 -1
- package/breadcrumb-item/index.js +1 -1
- package/button/index.cjs +2 -2
- package/button/index.js +2 -2
- package/card/index.cjs +2 -2
- package/card/index.js +2 -2
- package/checkbox/index.cjs +3 -2
- package/checkbox/index.js +3 -2
- package/combobox/index.cjs +5 -8
- package/combobox/index.js +5 -8
- package/custom-elements.json +2310 -769
- package/data-grid/index.cjs +1 -1
- package/data-grid/index.js +1 -1
- package/date-picker/index.cjs +7 -9
- package/date-picker/index.js +7 -9
- package/date-range-picker/index.cjs +7 -9
- package/date-range-picker/index.js +7 -9
- package/dial-pad/index.cjs +33 -0
- package/dial-pad/index.js +31 -0
- package/dialog/index.cjs +4 -4
- package/dialog/index.js +4 -4
- package/divider/index.cjs +1 -1
- package/divider/index.js +1 -1
- package/elevation/index.cjs +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.cjs +2 -2
- package/empty-state/index.js +2 -2
- package/fab/index.cjs +2 -2
- package/fab/index.js +2 -2
- package/file-picker/index.cjs +4 -5
- package/file-picker/index.js +4 -5
- package/header/index.cjs +2 -2
- package/header/index.js +2 -2
- package/icon/index.cjs +1 -1
- package/icon/index.js +1 -1
- package/index.cjs +135 -123
- package/index.js +48 -46
- package/layout/index.cjs +1 -1
- package/layout/index.js +1 -1
- package/lib/avatar/definition.d.ts +1 -1
- package/lib/button/button.d.ts +1 -0
- package/lib/button/definition.d.ts +1 -1
- package/lib/calendar-event/definition.d.ts +1 -1
- package/lib/components.d.ts +3 -0
- package/lib/dial-pad/definition.d.ts +3 -0
- package/lib/dial-pad/dial-pad.d.ts +14 -0
- package/lib/dial-pad/dial-pad.template.d.ts +4 -0
- package/lib/dial-pad/locale.d.ts +18 -0
- package/lib/enums.d.ts +6 -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/lib/text-anchor/definition.d.ts +1 -0
- package/lib/text-anchor/text-anchor.d.ts +5 -0
- package/lib/video-player/definition.d.ts +3 -0
- package/lib/video-player/locale.d.ts +1 -0
- package/lib/video-player/video-player.d.ts +17 -0
- package/lib/video-player/video-player.template.d.ts +4 -0
- package/listbox/index.cjs +25 -24
- package/listbox/index.js +25 -24
- package/locales/en-GB.cjs +34 -0
- package/locales/en-GB.js +34 -0
- package/locales/en-US.cjs +202 -0
- package/locales/en-US.js +202 -0
- package/locales/ja-JP.cjs +202 -1
- package/locales/ja-JP.js +202 -1
- package/locales/zh-CN.cjs +203 -0
- package/locales/zh-CN.js +203 -0
- package/menu/index.cjs +7 -7
- package/menu/index.js +7 -7
- package/menu-item/index.cjs +4 -4
- package/menu-item/index.js +4 -4
- package/nav/index.cjs +1 -1
- package/nav/index.js +1 -1
- package/nav-disclosure/index.cjs +2 -2
- package/nav-disclosure/index.js +2 -2
- package/nav-item/index.cjs +2 -2
- package/nav-item/index.js +2 -2
- package/note/index.cjs +2 -2
- package/note/index.js +2 -2
- package/number-field/index.cjs +5 -6
- package/number-field/index.js +5 -6
- package/option/index.cjs +2 -2
- package/option/index.js +2 -2
- package/package.json +34 -34
- package/pagination/index.cjs +3 -3
- package/pagination/index.js +3 -3
- package/popup/index.cjs +4 -4
- package/popup/index.js +4 -4
- package/progress/index.cjs +1 -1
- package/progress/index.js +1 -1
- package/progress-ring/index.cjs +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.cjs +1 -1
- package/radio/index.js +1 -1
- package/radio-group/index.cjs +1 -1
- package/radio-group/index.js +1 -1
- package/range-slider/index.cjs +22 -0
- package/range-slider/index.js +20 -0
- package/select/index.cjs +7 -6
- package/select/index.js +7 -6
- package/selectable-box/index.cjs +5 -4
- package/selectable-box/index.js +5 -4
- package/shared/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 +8 -2
- package/shared/anchored.js +8 -2
- package/shared/applyMixinsWithObservables.cjs +15 -0
- package/shared/applyMixinsWithObservables.js +13 -0
- package/shared/definition.cjs +9 -4
- package/shared/definition.js +9 -4
- package/shared/definition10.cjs +5 -5
- package/shared/definition10.js +5 -5
- package/shared/definition11.cjs +77 -49
- package/shared/definition11.js +78 -50
- 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 +34 -33
- package/shared/definition14.js +34 -33
- package/shared/definition15.cjs +24 -12
- package/shared/definition15.js +24 -12
- package/shared/definition16.cjs +38 -43
- package/shared/definition16.js +38 -43
- package/shared/definition17.cjs +126 -66
- package/shared/definition17.js +127 -67
- package/shared/definition18.cjs +31 -15
- package/shared/definition18.js +31 -15
- package/shared/definition19.cjs +117 -81
- package/shared/definition19.js +117 -81
- package/shared/definition2.cjs +10 -5
- package/shared/definition2.js +10 -5
- package/shared/definition20.cjs +187 -227
- package/shared/definition20.js +183 -223
- package/shared/definition21.cjs +262 -69
- package/shared/definition21.js +261 -67
- package/shared/definition22.cjs +66 -61
- package/shared/definition22.js +64 -60
- package/shared/definition23.cjs +42 -77
- package/shared/definition23.js +41 -76
- package/shared/definition24.cjs +65 -2350
- package/shared/definition24.js +64 -2349
- package/shared/definition25.cjs +2402 -48
- package/shared/definition25.js +2401 -47
- package/shared/definition26.cjs +62 -28
- package/shared/definition26.js +61 -27
- package/shared/definition27.cjs +28 -54
- package/shared/definition27.js +27 -53
- package/shared/definition28.cjs +39 -819
- package/shared/definition28.js +38 -817
- package/shared/definition29.cjs +893 -54
- package/shared/definition29.js +893 -55
- package/shared/definition3.cjs +7 -10
- package/shared/definition3.js +7 -10
- package/shared/definition30.cjs +69 -85
- package/shared/definition30.js +68 -84
- package/shared/definition31.cjs +86 -23
- package/shared/definition31.js +86 -23
- package/shared/definition32.cjs +24 -14
- package/shared/definition32.js +23 -13
- package/shared/definition33.cjs +11 -53
- package/shared/definition33.js +10 -52
- package/shared/definition34.cjs +28 -500
- package/shared/definition34.js +28 -500
- package/shared/definition35.cjs +447 -194
- package/shared/definition35.js +447 -192
- package/shared/definition36.cjs +258 -188
- package/shared/definition36.js +255 -187
- package/shared/definition37.cjs +204 -78
- package/shared/definition37.js +203 -76
- package/shared/definition38.cjs +55 -51
- package/shared/definition38.js +52 -49
- package/shared/definition39.cjs +65 -423
- package/shared/definition39.js +64 -422
- package/shared/definition4.cjs +24 -12
- package/shared/definition4.js +24 -12
- package/shared/definition40.cjs +447 -35
- package/shared/definition40.js +444 -32
- package/shared/definition41.cjs +35 -678
- package/shared/definition41.js +34 -677
- package/shared/definition42.cjs +544 -99
- package/shared/definition42.js +543 -98
- package/shared/definition43.cjs +696 -77
- package/shared/definition43.js +695 -76
- package/shared/definition44.cjs +113 -563
- package/shared/definition44.js +112 -561
- package/shared/definition45.cjs +77 -117
- package/shared/definition45.js +75 -115
- package/shared/definition46.cjs +474 -86
- package/shared/definition46.js +474 -87
- package/shared/definition47.cjs +140 -23
- package/shared/definition47.js +139 -22
- package/shared/definition48.cjs +132 -57
- package/shared/definition48.js +131 -56
- package/shared/definition49.cjs +18 -524
- package/shared/definition49.js +17 -523
- package/shared/definition5.cjs +20 -17
- package/shared/definition5.js +20 -17
- package/shared/definition50.cjs +73 -25
- package/shared/definition50.js +72 -24
- package/shared/definition51.cjs +506 -99
- package/shared/definition51.js +505 -99
- package/shared/definition52.cjs +29 -277
- package/shared/definition52.js +28 -276
- package/shared/definition53.cjs +97 -256
- package/shared/definition53.js +97 -255
- package/shared/definition54.cjs +287 -769
- package/shared/definition54.js +287 -769
- package/shared/definition55.cjs +305 -105
- package/shared/definition55.js +304 -104
- package/shared/definition56.cjs +841 -81
- package/shared/definition56.js +840 -80
- package/shared/definition57.cjs +153 -69
- package/shared/definition57.js +152 -68
- package/shared/definition58.cjs +138 -299
- package/shared/definition58.js +137 -298
- package/shared/definition59.cjs +72 -27
- package/shared/definition59.js +71 -26
- package/shared/definition6.cjs +4 -5
- package/shared/definition6.js +4 -5
- package/shared/definition60.cjs +279 -1780
- package/shared/definition60.js +278 -1779
- package/shared/definition61.cjs +65870 -11
- package/shared/definition61.js +65869 -11
- package/shared/definition62.cjs +50 -0
- package/shared/definition62.js +46 -0
- package/shared/definition63.cjs +1828 -0
- package/shared/definition63.js +1824 -0
- package/shared/definition7.cjs +8 -6
- package/shared/definition7.js +8 -6
- package/shared/definition8.cjs +27 -20
- package/shared/definition8.js +27 -20
- package/shared/definition9.cjs +7 -10
- package/shared/definition9.js +7 -10
- package/shared/enums.cjs +8 -0
- package/shared/enums.js +8 -1
- package/shared/icon.cjs +7 -2
- package/shared/icon.js +7 -2
- package/shared/index2.cjs +67 -38
- package/shared/index2.js +67 -38
- package/shared/key-codes2.cjs +8 -0
- package/shared/key-codes2.js +5 -1
- package/shared/listbox.cjs +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +6 -0
- package/shared/patterns/form-elements/form-elements.d.ts +2 -3
- package/shared/patterns/index.d.ts +0 -1
- package/shared/presentationDate.cjs +140 -81
- package/shared/presentationDate.js +140 -81
- package/shared/slider.template.cjs +71 -0
- package/shared/slider.template.js +67 -0
- package/shared/text-anchor.cjs +6 -0
- package/shared/text-anchor.js +6 -0
- package/shared/text-anchor.template.cjs +33 -33
- package/shared/text-anchor.template.js +33 -33
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
- 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 +2 -2
- package/split-button/index.js +2 -2
- package/style.css +1 -0
- 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 +2 -2
- package/switch/index.js +2 -2
- package/tab/index.cjs +2 -2
- package/tab/index.js +2 -2
- package/tab-panel/index.cjs +1 -1
- package/tab-panel/index.js +1 -1
- package/tabs/index.cjs +4 -4
- package/tabs/index.js +4 -4
- package/tag/index.cjs +2 -2
- package/tag/index.js +2 -2
- package/tag-group/index.cjs +1 -1
- package/tag-group/index.js +1 -1
- package/text-area/index.cjs +4 -3
- package/text-area/index.js +4 -3
- package/text-field/index.cjs +4 -6
- package/text-field/index.js +4 -6
- package/time-picker/index.cjs +8 -10
- package/time-picker/index.js +8 -10
- package/toggletip/index.cjs +5 -5
- package/toggletip/index.js +5 -5
- package/tooltip/index.cjs +5 -5
- package/tooltip/index.js +5 -5
- package/tree-item/index.cjs +2 -2
- package/tree-item/index.js +2 -2
- package/tree-view/index.cjs +1 -1
- package/tree-view/index.js +1 -1
- package/video-player/index.cjs +17 -0
- package/video-player/index.js +15 -0
- package/vivid.api.json +428 -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
|
{
|
|
@@ -1281,6 +1297,9 @@
|
|
|
1281
1297
|
"superclass": {
|
|
1282
1298
|
"name": "FoundationElement",
|
|
1283
1299
|
"package": "@microsoft/fast-foundation"
|
|
1300
|
+
},
|
|
1301
|
+
"vividComponent": {
|
|
1302
|
+
"name": "appearance-ui"
|
|
1284
1303
|
}
|
|
1285
1304
|
}
|
|
1286
1305
|
],
|
|
@@ -1340,14 +1359,14 @@
|
|
|
1340
1359
|
"declarations": [
|
|
1341
1360
|
{
|
|
1342
1361
|
"kind": "class",
|
|
1343
|
-
"description": "
|
|
1362
|
+
"description": "",
|
|
1344
1363
|
"name": "AudioPlayer",
|
|
1345
1364
|
"members": [
|
|
1346
1365
|
{
|
|
1347
1366
|
"kind": "field",
|
|
1348
1367
|
"name": "playButtonAriaLabel",
|
|
1349
1368
|
"type": {
|
|
1350
|
-
"text": "string
|
|
1369
|
+
"text": "| string\n\t\t| null"
|
|
1351
1370
|
},
|
|
1352
1371
|
"default": "null"
|
|
1353
1372
|
},
|
|
@@ -1355,7 +1374,7 @@
|
|
|
1355
1374
|
"kind": "field",
|
|
1356
1375
|
"name": "pauseButtonAriaLabel",
|
|
1357
1376
|
"type": {
|
|
1358
|
-
"text": "string
|
|
1377
|
+
"text": "| string\n\t\t| null"
|
|
1359
1378
|
},
|
|
1360
1379
|
"default": "null"
|
|
1361
1380
|
},
|
|
@@ -1410,7 +1429,7 @@
|
|
|
1410
1429
|
{
|
|
1411
1430
|
"name": "play-button-aria-label",
|
|
1412
1431
|
"type": {
|
|
1413
|
-
"text": "string
|
|
1432
|
+
"text": "| string\n\t\t| null"
|
|
1414
1433
|
},
|
|
1415
1434
|
"default": "null",
|
|
1416
1435
|
"fieldName": "playButtonAriaLabel"
|
|
@@ -1418,7 +1437,7 @@
|
|
|
1418
1437
|
{
|
|
1419
1438
|
"name": "pause-button-aria-label",
|
|
1420
1439
|
"type": {
|
|
1421
|
-
"text": "string
|
|
1440
|
+
"text": "| string\n\t\t| null"
|
|
1422
1441
|
},
|
|
1423
1442
|
"default": "null",
|
|
1424
1443
|
"fieldName": "pauseButtonAriaLabel"
|
|
@@ -1466,6 +1485,10 @@
|
|
|
1466
1485
|
"superclass": {
|
|
1467
1486
|
"name": "FoundationElement",
|
|
1468
1487
|
"package": "@microsoft/fast-foundation"
|
|
1488
|
+
},
|
|
1489
|
+
"vividComponent": {
|
|
1490
|
+
"public": true,
|
|
1491
|
+
"name": "audio-player"
|
|
1469
1492
|
}
|
|
1470
1493
|
}
|
|
1471
1494
|
],
|
|
@@ -1722,6 +1745,10 @@
|
|
|
1722
1745
|
"superclass": {
|
|
1723
1746
|
"name": "FoundationElement",
|
|
1724
1747
|
"package": "@microsoft/fast-foundation"
|
|
1748
|
+
},
|
|
1749
|
+
"vividComponent": {
|
|
1750
|
+
"public": true,
|
|
1751
|
+
"name": "avatar"
|
|
1725
1752
|
}
|
|
1726
1753
|
}
|
|
1727
1754
|
],
|
|
@@ -1801,7 +1828,7 @@
|
|
|
1801
1828
|
"declarations": [
|
|
1802
1829
|
{
|
|
1803
1830
|
"kind": "class",
|
|
1804
|
-
"description": "
|
|
1831
|
+
"description": "",
|
|
1805
1832
|
"name": "Badge",
|
|
1806
1833
|
"cssProperties": [
|
|
1807
1834
|
{
|
|
@@ -2078,6 +2105,10 @@
|
|
|
2078
2105
|
"superclass": {
|
|
2079
2106
|
"name": "FoundationElement",
|
|
2080
2107
|
"package": "@microsoft/fast-foundation"
|
|
2108
|
+
},
|
|
2109
|
+
"vividComponent": {
|
|
2110
|
+
"public": true,
|
|
2111
|
+
"name": "badge"
|
|
2081
2112
|
}
|
|
2082
2113
|
}
|
|
2083
2114
|
],
|
|
@@ -2162,7 +2193,7 @@
|
|
|
2162
2193
|
"declarations": [
|
|
2163
2194
|
{
|
|
2164
2195
|
"kind": "class",
|
|
2165
|
-
"description": "
|
|
2196
|
+
"description": "",
|
|
2166
2197
|
"name": "Banner",
|
|
2167
2198
|
"cssProperties": [
|
|
2168
2199
|
{
|
|
@@ -2221,7 +2252,7 @@
|
|
|
2221
2252
|
"kind": "field",
|
|
2222
2253
|
"name": "dismissButtonAriaLabel",
|
|
2223
2254
|
"type": {
|
|
2224
|
-
"text": "string
|
|
2255
|
+
"text": "| string\n\t\t| null"
|
|
2225
2256
|
},
|
|
2226
2257
|
"default": "null"
|
|
2227
2258
|
},
|
|
@@ -2305,7 +2336,7 @@
|
|
|
2305
2336
|
{
|
|
2306
2337
|
"name": "dismiss-aria-label",
|
|
2307
2338
|
"type": {
|
|
2308
|
-
"text": "string
|
|
2339
|
+
"text": "| string\n\t\t| null"
|
|
2309
2340
|
},
|
|
2310
2341
|
"default": "null",
|
|
2311
2342
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -2364,6 +2395,10 @@
|
|
|
2364
2395
|
"superclass": {
|
|
2365
2396
|
"name": "FoundationElement",
|
|
2366
2397
|
"package": "@microsoft/fast-foundation"
|
|
2398
|
+
},
|
|
2399
|
+
"vividComponent": {
|
|
2400
|
+
"public": true,
|
|
2401
|
+
"name": "banner"
|
|
2367
2402
|
}
|
|
2368
2403
|
}
|
|
2369
2404
|
],
|
|
@@ -2425,7 +2460,7 @@
|
|
|
2425
2460
|
"declarations": [
|
|
2426
2461
|
{
|
|
2427
2462
|
"kind": "class",
|
|
2428
|
-
"description": "
|
|
2463
|
+
"description": "",
|
|
2429
2464
|
"name": "Breadcrumb",
|
|
2430
2465
|
"slots": [
|
|
2431
2466
|
{
|
|
@@ -2436,6 +2471,10 @@
|
|
|
2436
2471
|
"superclass": {
|
|
2437
2472
|
"name": "FoundationElement",
|
|
2438
2473
|
"package": "@microsoft/fast-foundation"
|
|
2474
|
+
},
|
|
2475
|
+
"vividComponent": {
|
|
2476
|
+
"public": true,
|
|
2477
|
+
"name": "breadcrumb"
|
|
2439
2478
|
}
|
|
2440
2479
|
}
|
|
2441
2480
|
],
|
|
@@ -2483,7 +2522,7 @@
|
|
|
2483
2522
|
"declarations": [
|
|
2484
2523
|
{
|
|
2485
2524
|
"kind": "class",
|
|
2486
|
-
"description": "
|
|
2525
|
+
"description": "",
|
|
2487
2526
|
"name": "BreadcrumbItem",
|
|
2488
2527
|
"members": [
|
|
2489
2528
|
{
|
|
@@ -2506,6 +2545,10 @@
|
|
|
2506
2545
|
"superclass": {
|
|
2507
2546
|
"name": "FastBreadcrumbItem",
|
|
2508
2547
|
"package": "@microsoft/fast-foundation"
|
|
2548
|
+
},
|
|
2549
|
+
"vividComponent": {
|
|
2550
|
+
"public": true,
|
|
2551
|
+
"name": "breadcrumb-item"
|
|
2509
2552
|
}
|
|
2510
2553
|
}
|
|
2511
2554
|
],
|
|
@@ -2553,7 +2596,7 @@
|
|
|
2553
2596
|
"declarations": [
|
|
2554
2597
|
{
|
|
2555
2598
|
"kind": "class",
|
|
2556
|
-
"description": "
|
|
2599
|
+
"description": "",
|
|
2557
2600
|
"name": "Button",
|
|
2558
2601
|
"cssProperties": [
|
|
2559
2602
|
{
|
|
@@ -2756,6 +2799,16 @@
|
|
|
2756
2799
|
"description": "Displays the button in pending state.",
|
|
2757
2800
|
"privacy": "public"
|
|
2758
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
|
+
},
|
|
2759
2812
|
{
|
|
2760
2813
|
"kind": "field",
|
|
2761
2814
|
"name": "label",
|
|
@@ -2887,6 +2940,15 @@
|
|
|
2887
2940
|
"description": "Displays the button in pending state.",
|
|
2888
2941
|
"fieldName": "pending"
|
|
2889
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
|
+
},
|
|
2890
2952
|
{
|
|
2891
2953
|
"name": "label",
|
|
2892
2954
|
"type": {
|
|
@@ -2955,6 +3017,10 @@
|
|
|
2955
3017
|
"superclass": {
|
|
2956
3018
|
"name": "FoundationButton",
|
|
2957
3019
|
"package": "@microsoft/fast-foundation"
|
|
3020
|
+
},
|
|
3021
|
+
"vividComponent": {
|
|
3022
|
+
"public": true,
|
|
3023
|
+
"name": "button"
|
|
2958
3024
|
}
|
|
2959
3025
|
}
|
|
2960
3026
|
],
|
|
@@ -3034,7 +3100,7 @@
|
|
|
3034
3100
|
"declarations": [
|
|
3035
3101
|
{
|
|
3036
3102
|
"kind": "class",
|
|
3037
|
-
"description": "
|
|
3103
|
+
"description": "",
|
|
3038
3104
|
"name": "Calendar",
|
|
3039
3105
|
"slots": [
|
|
3040
3106
|
{
|
|
@@ -3223,6 +3289,10 @@
|
|
|
3223
3289
|
"superclass": {
|
|
3224
3290
|
"name": "FoundationElement",
|
|
3225
3291
|
"package": "@microsoft/fast-foundation"
|
|
3292
|
+
},
|
|
3293
|
+
"vividComponent": {
|
|
3294
|
+
"public": true,
|
|
3295
|
+
"name": "calendar"
|
|
3226
3296
|
}
|
|
3227
3297
|
}
|
|
3228
3298
|
],
|
|
@@ -3270,7 +3340,7 @@
|
|
|
3270
3340
|
"declarations": [
|
|
3271
3341
|
{
|
|
3272
3342
|
"kind": "class",
|
|
3273
|
-
"description": "
|
|
3343
|
+
"description": "",
|
|
3274
3344
|
"name": "CalendarEvent",
|
|
3275
3345
|
"cssProperties": [
|
|
3276
3346
|
{
|
|
@@ -3510,6 +3580,10 @@
|
|
|
3510
3580
|
"superclass": {
|
|
3511
3581
|
"name": "FoundationElement",
|
|
3512
3582
|
"package": "@microsoft/fast-foundation"
|
|
3583
|
+
},
|
|
3584
|
+
"vividComponent": {
|
|
3585
|
+
"public": true,
|
|
3586
|
+
"name": "calendar-event"
|
|
3513
3587
|
}
|
|
3514
3588
|
}
|
|
3515
3589
|
],
|
|
@@ -3573,7 +3647,7 @@
|
|
|
3573
3647
|
"declarations": [
|
|
3574
3648
|
{
|
|
3575
3649
|
"kind": "class",
|
|
3576
|
-
"description": "
|
|
3650
|
+
"description": "",
|
|
3577
3651
|
"name": "Card",
|
|
3578
3652
|
"slots": [
|
|
3579
3653
|
{
|
|
@@ -3720,6 +3794,10 @@
|
|
|
3720
3794
|
"superclass": {
|
|
3721
3795
|
"name": "FoundationElement",
|
|
3722
3796
|
"package": "@microsoft/fast-foundation"
|
|
3797
|
+
},
|
|
3798
|
+
"vividComponent": {
|
|
3799
|
+
"public": true,
|
|
3800
|
+
"name": "card"
|
|
3723
3801
|
}
|
|
3724
3802
|
}
|
|
3725
3803
|
],
|
|
@@ -3783,7 +3861,7 @@
|
|
|
3783
3861
|
},
|
|
3784
3862
|
{
|
|
3785
3863
|
"kind": "class",
|
|
3786
|
-
"description": "
|
|
3864
|
+
"description": "",
|
|
3787
3865
|
"name": "Checkbox",
|
|
3788
3866
|
"cssProperties": [
|
|
3789
3867
|
{
|
|
@@ -3835,6 +3913,12 @@
|
|
|
3835
3913
|
"default": "var(--vvd-color-canvas-text)"
|
|
3836
3914
|
}
|
|
3837
3915
|
],
|
|
3916
|
+
"slots": [
|
|
3917
|
+
{
|
|
3918
|
+
"description": "Describes how to use the checkbox. Alternative to the `helper-text` attribute.",
|
|
3919
|
+
"name": "helper-text"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3838
3922
|
"members": [
|
|
3839
3923
|
{
|
|
3840
3924
|
"kind": "field",
|
|
@@ -3897,6 +3981,18 @@
|
|
|
3897
3981
|
"superclass": {
|
|
3898
3982
|
"name": "FoundationCheckbox",
|
|
3899
3983
|
"package": "@microsoft/fast-foundation"
|
|
3984
|
+
},
|
|
3985
|
+
"vividComponent": {
|
|
3986
|
+
"public": true,
|
|
3987
|
+
"name": "checkbox",
|
|
3988
|
+
"vueModels": [
|
|
3989
|
+
{
|
|
3990
|
+
"name": "modelValue",
|
|
3991
|
+
"attributeName": "current-checked",
|
|
3992
|
+
"eventName": "change",
|
|
3993
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
3994
|
+
}
|
|
3995
|
+
]
|
|
3900
3996
|
}
|
|
3901
3997
|
}
|
|
3902
3998
|
],
|
|
@@ -3952,7 +4048,7 @@
|
|
|
3952
4048
|
"declarations": [
|
|
3953
4049
|
{
|
|
3954
4050
|
"kind": "class",
|
|
3955
|
-
"description": "
|
|
4051
|
+
"description": "",
|
|
3956
4052
|
"name": "Combobox",
|
|
3957
4053
|
"cssProperties": [
|
|
3958
4054
|
{
|
|
@@ -4011,6 +4107,18 @@
|
|
|
4011
4107
|
"superclass": {
|
|
4012
4108
|
"name": "FoundationCombobox",
|
|
4013
4109
|
"package": "@microsoft/fast-foundation"
|
|
4110
|
+
},
|
|
4111
|
+
"vividComponent": {
|
|
4112
|
+
"public": true,
|
|
4113
|
+
"name": "combobox",
|
|
4114
|
+
"vueModels": [
|
|
4115
|
+
{
|
|
4116
|
+
"name": "modelValue",
|
|
4117
|
+
"attributeName": "current-value",
|
|
4118
|
+
"eventName": "change",
|
|
4119
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
4120
|
+
}
|
|
4121
|
+
]
|
|
4014
4122
|
}
|
|
4015
4123
|
}
|
|
4016
4124
|
],
|
|
@@ -4035,7 +4143,7 @@
|
|
|
4035
4143
|
"type": {
|
|
4036
4144
|
"text": "array"
|
|
4037
4145
|
},
|
|
4038
|
-
"default": "[
|
|
4146
|
+
"default": "[\n\tcombobox,\n\t...iconRegistries,\n\t...popupRegistries,\n\t...listboxOptionRegistries,\n]"
|
|
4039
4147
|
},
|
|
4040
4148
|
{
|
|
4041
4149
|
"kind": "variable",
|
|
@@ -4082,7 +4190,7 @@
|
|
|
4082
4190
|
"declarations": [
|
|
4083
4191
|
{
|
|
4084
4192
|
"kind": "class",
|
|
4085
|
-
"description": "
|
|
4193
|
+
"description": "",
|
|
4086
4194
|
"name": "DataGridCell",
|
|
4087
4195
|
"cssProperties": [
|
|
4088
4196
|
{
|
|
@@ -4097,6 +4205,14 @@
|
|
|
4097
4205
|
"name": "--vvd-data-grid-cell-cta-primary-increment",
|
|
4098
4206
|
"default": "var(--vvd-color-cta-600)"
|
|
4099
4207
|
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "--vvd-data-grid-cell-cta-firm",
|
|
4210
|
+
"default": "var(--vvd-color-cta-600)"
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"name": "--vvd-data-grid-cell-cta-soft",
|
|
4214
|
+
"default": "var(--vvd-color-cta-100)"
|
|
4215
|
+
},
|
|
4100
4216
|
{
|
|
4101
4217
|
"name": "--vvd-data-grid-cell-cta-faint",
|
|
4102
4218
|
"default": "var(--vvd-color-cta-50)"
|
|
@@ -4121,6 +4237,14 @@
|
|
|
4121
4237
|
"name": "--vvd-data-grid-cell-accent-primary-increment",
|
|
4122
4238
|
"default": "var(--vvd-color-neutral-800)"
|
|
4123
4239
|
},
|
|
4240
|
+
{
|
|
4241
|
+
"name": "--vvd-data-grid-cell-accent-firm",
|
|
4242
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"name": "--vvd-data-grid-cell-accent-soft",
|
|
4246
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
4247
|
+
},
|
|
4124
4248
|
{
|
|
4125
4249
|
"name": "--vvd-data-grid-cell-accent-faint",
|
|
4126
4250
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -4245,6 +4369,10 @@
|
|
|
4245
4369
|
"superclass": {
|
|
4246
4370
|
"name": "FoundationDataGridCell",
|
|
4247
4371
|
"package": "@microsoft/fast-foundation"
|
|
4372
|
+
},
|
|
4373
|
+
"vividComponent": {
|
|
4374
|
+
"public": true,
|
|
4375
|
+
"name": "data-grid-cell"
|
|
4248
4376
|
}
|
|
4249
4377
|
}
|
|
4250
4378
|
],
|
|
@@ -4265,7 +4393,7 @@
|
|
|
4265
4393
|
"declarations": [
|
|
4266
4394
|
{
|
|
4267
4395
|
"kind": "class",
|
|
4268
|
-
"description": "
|
|
4396
|
+
"description": "",
|
|
4269
4397
|
"name": "DataGridRow",
|
|
4270
4398
|
"cssProperties": [
|
|
4271
4399
|
{
|
|
@@ -4280,10 +4408,18 @@
|
|
|
4280
4408
|
"name": "--vvd-data-grid-row-cta-primary-increment",
|
|
4281
4409
|
"default": "var(--vvd-color-cta-600)"
|
|
4282
4410
|
},
|
|
4411
|
+
{
|
|
4412
|
+
"name": "--vvd-data-grid-row-cta-firm",
|
|
4413
|
+
"default": "var(--vvd-color-cta-600)"
|
|
4414
|
+
},
|
|
4283
4415
|
{
|
|
4284
4416
|
"name": "--vvd-data-grid-row-cta-faint",
|
|
4285
4417
|
"default": "var(--vvd-color-cta-50)"
|
|
4286
4418
|
},
|
|
4419
|
+
{
|
|
4420
|
+
"name": "--vvd-data-grid-row-cta-soft",
|
|
4421
|
+
"default": "var(--vvd-color-cta-100)"
|
|
4422
|
+
},
|
|
4287
4423
|
{
|
|
4288
4424
|
"name": "--vvd-data-grid-row-cta-pale",
|
|
4289
4425
|
"default": "var(--vvd-color-cta-300)"
|
|
@@ -4304,10 +4440,18 @@
|
|
|
4304
4440
|
"name": "--vvd-data-grid-row-accent-primary-increment",
|
|
4305
4441
|
"default": "var(--vvd-color-neutral-800)"
|
|
4306
4442
|
},
|
|
4443
|
+
{
|
|
4444
|
+
"name": "--vvd-data-grid-row-accent-firm",
|
|
4445
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
4446
|
+
},
|
|
4307
4447
|
{
|
|
4308
4448
|
"name": "--vvd-data-grid-row-accent-faint",
|
|
4309
4449
|
"default": "var(--vvd-color-neutral-50)"
|
|
4310
4450
|
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "--vvd-data-grid-row-accent-soft",
|
|
4453
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
4454
|
+
},
|
|
4311
4455
|
{
|
|
4312
4456
|
"name": "--vvd-data-grid-row-accent-pale",
|
|
4313
4457
|
"default": "var(--vvd-color-neutral-300)"
|
|
@@ -4355,6 +4499,10 @@
|
|
|
4355
4499
|
"superclass": {
|
|
4356
4500
|
"name": "FoundationDataGridRow",
|
|
4357
4501
|
"package": "@microsoft/fast-foundation"
|
|
4502
|
+
},
|
|
4503
|
+
"vividComponent": {
|
|
4504
|
+
"public": true,
|
|
4505
|
+
"name": "data-grid-row"
|
|
4358
4506
|
}
|
|
4359
4507
|
}
|
|
4360
4508
|
],
|
|
@@ -4377,9 +4525,9 @@
|
|
|
4377
4525
|
"kind": "variable",
|
|
4378
4526
|
"name": "DataGridCellSortStates",
|
|
4379
4527
|
"type": {
|
|
4380
|
-
"text": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other'
|
|
4528
|
+
"text": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other',\n}"
|
|
4381
4529
|
},
|
|
4382
|
-
"default": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other'
|
|
4530
|
+
"default": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other',\n}",
|
|
4383
4531
|
"description": "Enumerates the data grid auto generated header options\ndefault option generates a non-sticky header row",
|
|
4384
4532
|
"privacy": "public"
|
|
4385
4533
|
},
|
|
@@ -4499,7 +4647,7 @@
|
|
|
4499
4647
|
},
|
|
4500
4648
|
{
|
|
4501
4649
|
"kind": "class",
|
|
4502
|
-
"description": "
|
|
4650
|
+
"description": "",
|
|
4503
4651
|
"name": "DataGrid",
|
|
4504
4652
|
"slots": [
|
|
4505
4653
|
{
|
|
@@ -4574,7 +4722,7 @@
|
|
|
4574
4722
|
"type": {
|
|
4575
4723
|
"text": "object"
|
|
4576
4724
|
},
|
|
4577
|
-
"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}
|
|
4725
|
+
"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}"
|
|
4578
4726
|
},
|
|
4579
4727
|
{
|
|
4580
4728
|
"kind": "field",
|
|
@@ -4628,6 +4776,10 @@
|
|
|
4628
4776
|
"superclass": {
|
|
4629
4777
|
"name": "FoundationDataGrid",
|
|
4630
4778
|
"package": "@microsoft/fast-foundation"
|
|
4779
|
+
},
|
|
4780
|
+
"vividComponent": {
|
|
4781
|
+
"public": true,
|
|
4782
|
+
"name": "data-grid"
|
|
4631
4783
|
}
|
|
4632
4784
|
}
|
|
4633
4785
|
],
|
|
@@ -4672,7 +4824,7 @@
|
|
|
4672
4824
|
"type": {
|
|
4673
4825
|
"text": "array"
|
|
4674
4826
|
},
|
|
4675
|
-
"default": "[
|
|
4827
|
+
"default": "[\n\tdataGridCell,\n\tdataGridRow,\n\tdataGrid,\n\t...iconRegistries,\n]"
|
|
4676
4828
|
},
|
|
4677
4829
|
{
|
|
4678
4830
|
"kind": "variable",
|
|
@@ -4737,6 +4889,12 @@
|
|
|
4737
4889
|
"kind": "class",
|
|
4738
4890
|
"description": "Single date picker component.",
|
|
4739
4891
|
"name": "DatePicker",
|
|
4892
|
+
"slots": [
|
|
4893
|
+
{
|
|
4894
|
+
"description": "Describes how to use the date-picker. Alternative to the `helper-text` attribute.",
|
|
4895
|
+
"name": "helper-text"
|
|
4896
|
+
}
|
|
4897
|
+
],
|
|
4740
4898
|
"members": [
|
|
4741
4899
|
{
|
|
4742
4900
|
"kind": "method",
|
|
@@ -4966,6 +5124,18 @@
|
|
|
4966
5124
|
"name": "DatePickerBase",
|
|
4967
5125
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
4968
5126
|
},
|
|
5127
|
+
"vividComponent": {
|
|
5128
|
+
"public": true,
|
|
5129
|
+
"name": "date-picker",
|
|
5130
|
+
"vueModels": [
|
|
5131
|
+
{
|
|
5132
|
+
"name": "modelValue",
|
|
5133
|
+
"attributeName": "value",
|
|
5134
|
+
"eventName": "input",
|
|
5135
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
5136
|
+
}
|
|
5137
|
+
]
|
|
5138
|
+
},
|
|
4969
5139
|
"attributes": [
|
|
4970
5140
|
{
|
|
4971
5141
|
"type": {
|
|
@@ -5085,8 +5255,14 @@
|
|
|
5085
5255
|
"declarations": [
|
|
5086
5256
|
{
|
|
5087
5257
|
"kind": "class",
|
|
5088
|
-
"description": "
|
|
5258
|
+
"description": "",
|
|
5089
5259
|
"name": "DateRangePicker",
|
|
5260
|
+
"slots": [
|
|
5261
|
+
{
|
|
5262
|
+
"description": "Describes how to use the date-range-picker. Alternative to the `helper-text` attribute.",
|
|
5263
|
+
"name": "helper-text"
|
|
5264
|
+
}
|
|
5265
|
+
],
|
|
5090
5266
|
"members": [
|
|
5091
5267
|
{
|
|
5092
5268
|
"kind": "field",
|
|
@@ -5492,6 +5668,24 @@
|
|
|
5492
5668
|
"superclass": {
|
|
5493
5669
|
"name": "DatePickerBase",
|
|
5494
5670
|
"module": "/libs/components/src/shared/date-picker/date-picker-base"
|
|
5671
|
+
},
|
|
5672
|
+
"vividComponent": {
|
|
5673
|
+
"public": true,
|
|
5674
|
+
"name": "date-range-picker",
|
|
5675
|
+
"vueModels": [
|
|
5676
|
+
{
|
|
5677
|
+
"name": "start",
|
|
5678
|
+
"attributeName": "current-start",
|
|
5679
|
+
"eventName": "input:start",
|
|
5680
|
+
"valueMapping": "(event.target as any).start"
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"name": "end",
|
|
5684
|
+
"attributeName": "current-end",
|
|
5685
|
+
"eventName": "input:end",
|
|
5686
|
+
"valueMapping": "(event.target as any).end"
|
|
5687
|
+
}
|
|
5688
|
+
]
|
|
5495
5689
|
}
|
|
5496
5690
|
}
|
|
5497
5691
|
],
|
|
@@ -5547,12 +5741,16 @@
|
|
|
5547
5741
|
},
|
|
5548
5742
|
{
|
|
5549
5743
|
"kind": "javascript-module",
|
|
5550
|
-
"path": "libs/components/src/lib/
|
|
5744
|
+
"path": "libs/components/src/lib/dial-pad/definition.ts",
|
|
5551
5745
|
"declarations": [
|
|
5552
5746
|
{
|
|
5553
5747
|
"kind": "variable",
|
|
5554
|
-
"name": "
|
|
5555
|
-
|
|
5748
|
+
"name": "dialPadDefinition"
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"kind": "variable",
|
|
5752
|
+
"name": "registerDialPad",
|
|
5753
|
+
"description": "Registers the dial-pad element with the design system.",
|
|
5556
5754
|
"parameters": [
|
|
5557
5755
|
{
|
|
5558
5756
|
"description": "the prefix to use for the component name",
|
|
@@ -5564,146 +5762,436 @@
|
|
|
5564
5762
|
"exports": [
|
|
5565
5763
|
{
|
|
5566
5764
|
"kind": "js",
|
|
5567
|
-
"name": "
|
|
5765
|
+
"name": "dialPadDefinition",
|
|
5568
5766
|
"declaration": {
|
|
5569
|
-
"name": "
|
|
5570
|
-
"module": "
|
|
5767
|
+
"name": "dialPadDefinition",
|
|
5768
|
+
"module": "libs/components/src/lib/dial-pad/definition.ts"
|
|
5571
5769
|
}
|
|
5572
5770
|
},
|
|
5573
5771
|
{
|
|
5574
5772
|
"kind": "js",
|
|
5575
|
-
"name": "
|
|
5773
|
+
"name": "registerDialPad",
|
|
5576
5774
|
"declaration": {
|
|
5577
|
-
"name": "
|
|
5578
|
-
"module": "libs/components/src/lib/
|
|
5775
|
+
"name": "registerDialPad",
|
|
5776
|
+
"module": "libs/components/src/lib/dial-pad/definition.ts"
|
|
5579
5777
|
}
|
|
5580
5778
|
}
|
|
5581
5779
|
]
|
|
5582
5780
|
},
|
|
5583
5781
|
{
|
|
5584
5782
|
"kind": "javascript-module",
|
|
5585
|
-
"path": "libs/components/src/lib/
|
|
5783
|
+
"path": "libs/components/src/lib/dial-pad/dial-pad.ts",
|
|
5586
5784
|
"declarations": [
|
|
5587
|
-
{
|
|
5588
|
-
"kind": "variable",
|
|
5589
|
-
"name": "isDialogSupported"
|
|
5590
|
-
},
|
|
5591
5785
|
{
|
|
5592
5786
|
"kind": "class",
|
|
5593
|
-
"description": "Base class for
|
|
5594
|
-
"name": "
|
|
5595
|
-
"
|
|
5787
|
+
"description": "Base class for dial-pad",
|
|
5788
|
+
"name": "DialPad",
|
|
5789
|
+
"cssProperties": [
|
|
5596
5790
|
{
|
|
5597
|
-
"
|
|
5598
|
-
"
|
|
5791
|
+
"name": "--vvd-dial-pad-accent-contrast",
|
|
5792
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
5599
5793
|
},
|
|
5600
5794
|
{
|
|
5601
|
-
"
|
|
5602
|
-
"
|
|
5795
|
+
"name": "--vvd-dial-pad-accent-soft",
|
|
5796
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
5603
5797
|
},
|
|
5604
5798
|
{
|
|
5605
|
-
"
|
|
5606
|
-
"
|
|
5799
|
+
"name": "--vvd-dial-pad-accent-pale",
|
|
5800
|
+
"default": "var(--vvd-color-neutral-300)"
|
|
5607
5801
|
},
|
|
5608
5802
|
{
|
|
5609
|
-
"
|
|
5610
|
-
"
|
|
5803
|
+
"name": "--vvd-dial-pad-accent-fierce",
|
|
5804
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
5611
5805
|
},
|
|
5612
5806
|
{
|
|
5613
|
-
"
|
|
5614
|
-
"
|
|
5807
|
+
"name": "--vvd-dial-pad-accent-firm-all",
|
|
5808
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
"name": "--vvd-dial-pad-accent-faint",
|
|
5812
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"name": "--vvd-dial-pad-accent-dim",
|
|
5816
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
5615
5817
|
}
|
|
5616
5818
|
],
|
|
5617
5819
|
"members": [
|
|
5618
5820
|
{
|
|
5619
5821
|
"kind": "field",
|
|
5620
|
-
"name": "
|
|
5822
|
+
"name": "helperText",
|
|
5621
5823
|
"type": {
|
|
5622
|
-
"text": "
|
|
5824
|
+
"text": "string | null"
|
|
5623
5825
|
},
|
|
5624
|
-
"default": "
|
|
5625
|
-
"description": "Indicates
|
|
5826
|
+
"default": "null",
|
|
5827
|
+
"description": "Indicates the helper-text's text.",
|
|
5626
5828
|
"privacy": "public"
|
|
5627
5829
|
},
|
|
5628
5830
|
{
|
|
5629
5831
|
"kind": "field",
|
|
5630
|
-
"name": "
|
|
5832
|
+
"name": "placeholder",
|
|
5631
5833
|
"type": {
|
|
5632
|
-
"text": "string |
|
|
5633
|
-
}
|
|
5834
|
+
"text": "string | null"
|
|
5835
|
+
},
|
|
5836
|
+
"default": "null",
|
|
5837
|
+
"description": "Indicates the placeholder's text.",
|
|
5838
|
+
"privacy": "public"
|
|
5634
5839
|
},
|
|
5635
5840
|
{
|
|
5636
5841
|
"kind": "field",
|
|
5637
|
-
"name": "
|
|
5842
|
+
"name": "value",
|
|
5638
5843
|
"type": {
|
|
5639
|
-
"text": "
|
|
5640
|
-
}
|
|
5844
|
+
"text": "string"
|
|
5845
|
+
},
|
|
5846
|
+
"default": "''",
|
|
5847
|
+
"description": "Indicates the value's text.",
|
|
5848
|
+
"privacy": "public"
|
|
5849
|
+
},
|
|
5850
|
+
{
|
|
5851
|
+
"kind": "method",
|
|
5852
|
+
"name": "valueChanged",
|
|
5853
|
+
"parameters": [
|
|
5854
|
+
{
|
|
5855
|
+
"name": "_oldValue",
|
|
5856
|
+
"type": {
|
|
5857
|
+
"text": "string"
|
|
5858
|
+
}
|
|
5859
|
+
},
|
|
5860
|
+
{
|
|
5861
|
+
"name": "newValue",
|
|
5862
|
+
"type": {
|
|
5863
|
+
"text": "string"
|
|
5864
|
+
}
|
|
5865
|
+
}
|
|
5866
|
+
]
|
|
5641
5867
|
},
|
|
5642
5868
|
{
|
|
5643
5869
|
"kind": "field",
|
|
5644
|
-
"name": "
|
|
5870
|
+
"name": "pattern",
|
|
5645
5871
|
"type": {
|
|
5646
|
-
"text": "string
|
|
5647
|
-
}
|
|
5872
|
+
"text": "string"
|
|
5873
|
+
},
|
|
5874
|
+
"default": "'^[0-9#*]*$'",
|
|
5875
|
+
"description": "Indicates the dial pad's pattern.",
|
|
5876
|
+
"privacy": "public"
|
|
5648
5877
|
},
|
|
5649
5878
|
{
|
|
5650
5879
|
"kind": "field",
|
|
5651
|
-
"name": "
|
|
5880
|
+
"name": "disabled",
|
|
5652
5881
|
"type": {
|
|
5653
|
-
"text": "
|
|
5654
|
-
}
|
|
5882
|
+
"text": "boolean"
|
|
5883
|
+
},
|
|
5884
|
+
"default": "false",
|
|
5885
|
+
"description": "Indicates the disabled state of the dial-pad.",
|
|
5886
|
+
"privacy": "public"
|
|
5655
5887
|
},
|
|
5656
5888
|
{
|
|
5657
5889
|
"kind": "field",
|
|
5658
|
-
"name": "
|
|
5890
|
+
"name": "callActive",
|
|
5659
5891
|
"type": {
|
|
5660
5892
|
"text": "boolean"
|
|
5661
5893
|
},
|
|
5662
|
-
"default": "false"
|
|
5894
|
+
"default": "false",
|
|
5895
|
+
"description": "Indicates the active state of the dial-pad.",
|
|
5896
|
+
"privacy": "public"
|
|
5663
5897
|
},
|
|
5664
5898
|
{
|
|
5665
5899
|
"kind": "field",
|
|
5666
|
-
"name": "
|
|
5900
|
+
"name": "noCall",
|
|
5667
5901
|
"type": {
|
|
5668
|
-
"text": "
|
|
5902
|
+
"text": "boolean"
|
|
5669
5903
|
},
|
|
5670
|
-
"default": "
|
|
5904
|
+
"default": "false",
|
|
5905
|
+
"description": "Indicates the no-call state of the dial-pad.",
|
|
5906
|
+
"privacy": "public"
|
|
5907
|
+
}
|
|
5908
|
+
],
|
|
5909
|
+
"events": [
|
|
5910
|
+
{
|
|
5911
|
+
"description": "Emitted when the text field value changes",
|
|
5912
|
+
"name": "change"
|
|
5671
5913
|
},
|
|
5672
5914
|
{
|
|
5673
|
-
"
|
|
5674
|
-
"name": "
|
|
5915
|
+
"description": "Emitted when the text field value changes",
|
|
5916
|
+
"name": "input"
|
|
5917
|
+
},
|
|
5918
|
+
{
|
|
5919
|
+
"description": "Emitted when the text field loses focus",
|
|
5920
|
+
"name": "blur"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"description": "Emitted when the text field receives focus",
|
|
5924
|
+
"name": "focus"
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"description": "Emitted when a digit button is clicked",
|
|
5928
|
+
"name": "keypad-click"
|
|
5929
|
+
},
|
|
5930
|
+
{
|
|
5931
|
+
"description": "Emitted when the call button is clicked",
|
|
5932
|
+
"name": "dial"
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"description": "Emitted when the end call button is clicked",
|
|
5936
|
+
"name": "end-call"
|
|
5937
|
+
}
|
|
5938
|
+
],
|
|
5939
|
+
"attributes": [
|
|
5940
|
+
{
|
|
5941
|
+
"name": "helper-text",
|
|
5675
5942
|
"type": {
|
|
5676
5943
|
"text": "string | null"
|
|
5677
5944
|
},
|
|
5678
|
-
"default": "null"
|
|
5945
|
+
"default": "null",
|
|
5946
|
+
"description": "Indicates the helper-text's text.",
|
|
5947
|
+
"fieldName": "helperText"
|
|
5679
5948
|
},
|
|
5680
5949
|
{
|
|
5681
|
-
"
|
|
5682
|
-
"name": "noLightDismiss",
|
|
5950
|
+
"name": "placeholder",
|
|
5683
5951
|
"type": {
|
|
5684
|
-
"text": "
|
|
5952
|
+
"text": "string | null"
|
|
5685
5953
|
},
|
|
5686
|
-
"default": "
|
|
5954
|
+
"default": "null",
|
|
5955
|
+
"description": "Indicates the placeholder's text.",
|
|
5956
|
+
"fieldName": "placeholder"
|
|
5687
5957
|
},
|
|
5688
5958
|
{
|
|
5689
|
-
"kind": "field",
|
|
5690
|
-
"name": "#modal",
|
|
5691
|
-
"privacy": "private",
|
|
5692
5959
|
"type": {
|
|
5693
|
-
"text": "
|
|
5960
|
+
"text": "string"
|
|
5694
5961
|
},
|
|
5695
|
-
"default": "
|
|
5962
|
+
"default": "''",
|
|
5963
|
+
"description": "Indicates the value's text.",
|
|
5964
|
+
"fieldName": "value"
|
|
5696
5965
|
},
|
|
5697
5966
|
{
|
|
5698
|
-
"kind": "field",
|
|
5699
|
-
"name": "returnValue",
|
|
5700
5967
|
"type": {
|
|
5701
5968
|
"text": "string"
|
|
5702
|
-
}
|
|
5969
|
+
},
|
|
5970
|
+
"default": "'^[0-9#*]*$'",
|
|
5971
|
+
"description": "Indicates the dial pad's pattern.",
|
|
5972
|
+
"fieldName": "pattern"
|
|
5703
5973
|
},
|
|
5704
5974
|
{
|
|
5705
|
-
"
|
|
5706
|
-
|
|
5975
|
+
"type": {
|
|
5976
|
+
"text": "boolean"
|
|
5977
|
+
},
|
|
5978
|
+
"default": "false",
|
|
5979
|
+
"description": "Indicates the disabled state of the dial-pad.",
|
|
5980
|
+
"fieldName": "disabled"
|
|
5981
|
+
},
|
|
5982
|
+
{
|
|
5983
|
+
"name": "call-active",
|
|
5984
|
+
"type": {
|
|
5985
|
+
"text": "boolean"
|
|
5986
|
+
},
|
|
5987
|
+
"default": "false",
|
|
5988
|
+
"description": "Indicates the active state of the dial-pad.",
|
|
5989
|
+
"fieldName": "callActive"
|
|
5990
|
+
},
|
|
5991
|
+
{
|
|
5992
|
+
"name": "no-call",
|
|
5993
|
+
"type": {
|
|
5994
|
+
"text": "boolean"
|
|
5995
|
+
},
|
|
5996
|
+
"default": "false",
|
|
5997
|
+
"description": "Indicates the no-call state of the dial-pad.",
|
|
5998
|
+
"fieldName": "noCall"
|
|
5999
|
+
}
|
|
6000
|
+
],
|
|
6001
|
+
"superclass": {
|
|
6002
|
+
"name": "FoundationElement",
|
|
6003
|
+
"package": "@microsoft/fast-foundation"
|
|
6004
|
+
},
|
|
6005
|
+
"vividComponent": {
|
|
6006
|
+
"public": true,
|
|
6007
|
+
"name": "dial-pad",
|
|
6008
|
+
"vueModels": [
|
|
6009
|
+
{
|
|
6010
|
+
"name": "modelValue",
|
|
6011
|
+
"attributeName": "value",
|
|
6012
|
+
"eventName": "input",
|
|
6013
|
+
"valueMapping": "(event.target as any).value"
|
|
6014
|
+
}
|
|
6015
|
+
]
|
|
6016
|
+
}
|
|
6017
|
+
}
|
|
6018
|
+
],
|
|
6019
|
+
"exports": [
|
|
6020
|
+
{
|
|
6021
|
+
"kind": "js",
|
|
6022
|
+
"name": "DialPad",
|
|
6023
|
+
"declaration": {
|
|
6024
|
+
"name": "DialPad",
|
|
6025
|
+
"module": "libs/components/src/lib/dial-pad/dial-pad.ts"
|
|
6026
|
+
}
|
|
6027
|
+
}
|
|
6028
|
+
]
|
|
6029
|
+
},
|
|
6030
|
+
{
|
|
6031
|
+
"kind": "javascript-module",
|
|
6032
|
+
"path": "libs/components/src/lib/dial-pad/locale.ts",
|
|
6033
|
+
"declarations": [],
|
|
6034
|
+
"exports": []
|
|
6035
|
+
},
|
|
6036
|
+
{
|
|
6037
|
+
"kind": "javascript-module",
|
|
6038
|
+
"path": "libs/components/src/lib/dialog/definition.ts",
|
|
6039
|
+
"declarations": [
|
|
6040
|
+
{
|
|
6041
|
+
"kind": "variable",
|
|
6042
|
+
"name": "registerDialog",
|
|
6043
|
+
"description": "Registers the dialog elements with the design system.",
|
|
6044
|
+
"parameters": [
|
|
6045
|
+
{
|
|
6046
|
+
"description": "the prefix to use for the component name",
|
|
6047
|
+
"name": "prefix"
|
|
6048
|
+
}
|
|
6049
|
+
]
|
|
6050
|
+
}
|
|
6051
|
+
],
|
|
6052
|
+
"exports": [
|
|
6053
|
+
{
|
|
6054
|
+
"kind": "js",
|
|
6055
|
+
"name": "IconPlacement",
|
|
6056
|
+
"declaration": {
|
|
6057
|
+
"name": "IconPlacement",
|
|
6058
|
+
"module": "./dialog"
|
|
6059
|
+
}
|
|
6060
|
+
},
|
|
6061
|
+
{
|
|
6062
|
+
"kind": "js",
|
|
6063
|
+
"name": "registerDialog",
|
|
6064
|
+
"declaration": {
|
|
6065
|
+
"name": "registerDialog",
|
|
6066
|
+
"module": "libs/components/src/lib/dialog/definition.ts"
|
|
6067
|
+
}
|
|
6068
|
+
}
|
|
6069
|
+
]
|
|
6070
|
+
},
|
|
6071
|
+
{
|
|
6072
|
+
"kind": "javascript-module",
|
|
6073
|
+
"path": "libs/components/src/lib/dialog/dialog.ts",
|
|
6074
|
+
"declarations": [
|
|
6075
|
+
{
|
|
6076
|
+
"kind": "variable",
|
|
6077
|
+
"name": "isDialogSupported"
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
"kind": "class",
|
|
6081
|
+
"description": "",
|
|
6082
|
+
"name": "Dialog",
|
|
6083
|
+
"slots": [
|
|
6084
|
+
{
|
|
6085
|
+
"description": "Use the graphic slot in order to replace the icon.",
|
|
6086
|
+
"name": "graphic"
|
|
6087
|
+
},
|
|
6088
|
+
{
|
|
6089
|
+
"description": "Use the body slot in order to add custom HTML to the dialog.",
|
|
6090
|
+
"name": "body"
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"description": "Use the footer slot in order to add action buttons to the bottom of the dialog.",
|
|
6094
|
+
"name": "footer"
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"description": "Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.",
|
|
6098
|
+
"name": "main"
|
|
6099
|
+
},
|
|
6100
|
+
{
|
|
6101
|
+
"description": "Use the action-items slot in order to add action buttons to the bottom of the dialog.",
|
|
6102
|
+
"name": "action-items"
|
|
6103
|
+
}
|
|
6104
|
+
],
|
|
6105
|
+
"members": [
|
|
6106
|
+
{
|
|
6107
|
+
"kind": "field",
|
|
6108
|
+
"name": "open",
|
|
6109
|
+
"type": {
|
|
6110
|
+
"text": "boolean"
|
|
6111
|
+
},
|
|
6112
|
+
"default": "false",
|
|
6113
|
+
"description": "Indicates dialog's state",
|
|
6114
|
+
"privacy": "public"
|
|
6115
|
+
},
|
|
6116
|
+
{
|
|
6117
|
+
"kind": "field",
|
|
6118
|
+
"name": "icon",
|
|
6119
|
+
"type": {
|
|
6120
|
+
"text": "string | undefined"
|
|
6121
|
+
}
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"kind": "field",
|
|
6125
|
+
"name": "iconPlacement",
|
|
6126
|
+
"type": {
|
|
6127
|
+
"text": "IconPlacement | undefined"
|
|
6128
|
+
}
|
|
6129
|
+
},
|
|
6130
|
+
{
|
|
6131
|
+
"kind": "field",
|
|
6132
|
+
"name": "subtitle",
|
|
6133
|
+
"type": {
|
|
6134
|
+
"text": "string | undefined"
|
|
6135
|
+
}
|
|
6136
|
+
},
|
|
6137
|
+
{
|
|
6138
|
+
"kind": "field",
|
|
6139
|
+
"name": "headline",
|
|
6140
|
+
"type": {
|
|
6141
|
+
"text": "string | undefined"
|
|
6142
|
+
}
|
|
6143
|
+
},
|
|
6144
|
+
{
|
|
6145
|
+
"kind": "field",
|
|
6146
|
+
"name": "fullWidthBody",
|
|
6147
|
+
"type": {
|
|
6148
|
+
"text": "boolean"
|
|
6149
|
+
},
|
|
6150
|
+
"default": "false"
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"kind": "field",
|
|
6154
|
+
"name": "ariaLabel",
|
|
6155
|
+
"type": {
|
|
6156
|
+
"text": "string | null"
|
|
6157
|
+
},
|
|
6158
|
+
"default": "null"
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"kind": "field",
|
|
6162
|
+
"name": "dismissButtonAriaLabel",
|
|
6163
|
+
"type": {
|
|
6164
|
+
"text": "| string\n\t\t| null"
|
|
6165
|
+
},
|
|
6166
|
+
"default": "null"
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"kind": "field",
|
|
6170
|
+
"name": "noLightDismiss",
|
|
6171
|
+
"type": {
|
|
6172
|
+
"text": "boolean"
|
|
6173
|
+
},
|
|
6174
|
+
"default": "false"
|
|
6175
|
+
},
|
|
6176
|
+
{
|
|
6177
|
+
"kind": "field",
|
|
6178
|
+
"name": "#modal",
|
|
6179
|
+
"privacy": "private",
|
|
6180
|
+
"type": {
|
|
6181
|
+
"text": "boolean"
|
|
6182
|
+
},
|
|
6183
|
+
"default": "false"
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
"kind": "field",
|
|
6187
|
+
"name": "returnValue",
|
|
6188
|
+
"type": {
|
|
6189
|
+
"text": "string"
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"kind": "field",
|
|
6194
|
+
"name": "#dialogElement",
|
|
5707
6195
|
"privacy": "private",
|
|
5708
6196
|
"type": {
|
|
5709
6197
|
"text": "HTMLDialogElement | undefined"
|
|
@@ -5812,7 +6300,7 @@
|
|
|
5812
6300
|
{
|
|
5813
6301
|
"name": "dismiss-button-aria-label",
|
|
5814
6302
|
"type": {
|
|
5815
|
-
"text": "string
|
|
6303
|
+
"text": "| string\n\t\t| null"
|
|
5816
6304
|
},
|
|
5817
6305
|
"default": "null",
|
|
5818
6306
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -5829,6 +6317,10 @@
|
|
|
5829
6317
|
"superclass": {
|
|
5830
6318
|
"name": "FoundationElement",
|
|
5831
6319
|
"package": "@microsoft/fast-foundation"
|
|
6320
|
+
},
|
|
6321
|
+
"vividComponent": {
|
|
6322
|
+
"public": true,
|
|
6323
|
+
"name": "dialog"
|
|
5832
6324
|
}
|
|
5833
6325
|
}
|
|
5834
6326
|
],
|
|
@@ -5890,11 +6382,15 @@
|
|
|
5890
6382
|
"declarations": [
|
|
5891
6383
|
{
|
|
5892
6384
|
"kind": "class",
|
|
5893
|
-
"description": "
|
|
6385
|
+
"description": "",
|
|
5894
6386
|
"name": "Divider",
|
|
5895
6387
|
"superclass": {
|
|
5896
6388
|
"name": "FoundationDivider",
|
|
5897
6389
|
"package": "@microsoft/fast-foundation"
|
|
6390
|
+
},
|
|
6391
|
+
"vividComponent": {
|
|
6392
|
+
"public": true,
|
|
6393
|
+
"name": "divider"
|
|
5898
6394
|
}
|
|
5899
6395
|
}
|
|
5900
6396
|
],
|
|
@@ -5942,7 +6438,7 @@
|
|
|
5942
6438
|
"declarations": [
|
|
5943
6439
|
{
|
|
5944
6440
|
"kind": "class",
|
|
5945
|
-
"description": "
|
|
6441
|
+
"description": "",
|
|
5946
6442
|
"name": "Elevation",
|
|
5947
6443
|
"slots": [
|
|
5948
6444
|
{
|
|
@@ -5991,6 +6487,9 @@
|
|
|
5991
6487
|
"superclass": {
|
|
5992
6488
|
"name": "FoundationElement",
|
|
5993
6489
|
"package": "@microsoft/fast-foundation"
|
|
6490
|
+
},
|
|
6491
|
+
"vividComponent": {
|
|
6492
|
+
"name": "elevation"
|
|
5994
6493
|
}
|
|
5995
6494
|
}
|
|
5996
6495
|
],
|
|
@@ -6107,6 +6606,10 @@
|
|
|
6107
6606
|
"superclass": {
|
|
6108
6607
|
"name": "FoundationElement",
|
|
6109
6608
|
"package": "@microsoft/fast-foundation"
|
|
6609
|
+
},
|
|
6610
|
+
"vividComponent": {
|
|
6611
|
+
"public": true,
|
|
6612
|
+
"name": "empty-state"
|
|
6110
6613
|
}
|
|
6111
6614
|
}
|
|
6112
6615
|
],
|
|
@@ -6183,7 +6686,7 @@
|
|
|
6183
6686
|
"declarations": [
|
|
6184
6687
|
{
|
|
6185
6688
|
"kind": "class",
|
|
6186
|
-
"description": "
|
|
6689
|
+
"description": "",
|
|
6187
6690
|
"name": "Fab",
|
|
6188
6691
|
"cssProperties": [
|
|
6189
6692
|
{
|
|
@@ -6299,6 +6802,10 @@
|
|
|
6299
6802
|
"superclass": {
|
|
6300
6803
|
"name": "FoundationButton",
|
|
6301
6804
|
"package": "@microsoft/fast-foundation"
|
|
6805
|
+
},
|
|
6806
|
+
"vividComponent": {
|
|
6807
|
+
"public": true,
|
|
6808
|
+
"name": "fab"
|
|
6302
6809
|
}
|
|
6303
6810
|
}
|
|
6304
6811
|
],
|
|
@@ -6398,8 +6905,14 @@
|
|
|
6398
6905
|
"declarations": [
|
|
6399
6906
|
{
|
|
6400
6907
|
"kind": "class",
|
|
6401
|
-
"description": "
|
|
6908
|
+
"description": "",
|
|
6402
6909
|
"name": "FilePicker",
|
|
6910
|
+
"slots": [
|
|
6911
|
+
{
|
|
6912
|
+
"description": "Describes how to use the file-picker. Alternative to the `helper-text` attribute.",
|
|
6913
|
+
"name": "helper-text"
|
|
6914
|
+
}
|
|
6915
|
+
],
|
|
6403
6916
|
"members": [
|
|
6404
6917
|
{
|
|
6405
6918
|
"kind": "field",
|
|
@@ -6674,6 +7187,10 @@
|
|
|
6674
7187
|
"superclass": {
|
|
6675
7188
|
"name": "FormAssociatedFilePicker",
|
|
6676
7189
|
"module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
|
|
7190
|
+
},
|
|
7191
|
+
"vividComponent": {
|
|
7192
|
+
"public": true,
|
|
7193
|
+
"name": "file-picker"
|
|
6677
7194
|
}
|
|
6678
7195
|
}
|
|
6679
7196
|
],
|
|
@@ -6696,17 +7213,17 @@
|
|
|
6696
7213
|
},
|
|
6697
7214
|
{
|
|
6698
7215
|
"kind": "javascript-module",
|
|
6699
|
-
"path": "libs/components/src/lib/
|
|
7216
|
+
"path": "libs/components/src/lib/header/definition.ts",
|
|
6700
7217
|
"declarations": [
|
|
6701
7218
|
{
|
|
6702
7219
|
"kind": "variable",
|
|
6703
|
-
"name": "
|
|
6704
|
-
"description": "
|
|
7220
|
+
"name": "headerDefinition",
|
|
7221
|
+
"description": "The header element."
|
|
6705
7222
|
},
|
|
6706
7223
|
{
|
|
6707
7224
|
"kind": "variable",
|
|
6708
|
-
"name": "
|
|
6709
|
-
"description": "Registers the
|
|
7225
|
+
"name": "registerHeader",
|
|
7226
|
+
"description": "Registers the header elements with the design system.",
|
|
6710
7227
|
"parameters": [
|
|
6711
7228
|
{
|
|
6712
7229
|
"description": "the prefix to use for the component name",
|
|
@@ -6718,96 +7235,31 @@
|
|
|
6718
7235
|
"exports": [
|
|
6719
7236
|
{
|
|
6720
7237
|
"kind": "js",
|
|
6721
|
-
"name": "
|
|
7238
|
+
"name": "headerDefinition",
|
|
6722
7239
|
"declaration": {
|
|
6723
|
-
"name": "
|
|
6724
|
-
"module": "libs/components/src/lib/
|
|
7240
|
+
"name": "headerDefinition",
|
|
7241
|
+
"module": "libs/components/src/lib/header/definition.ts"
|
|
6725
7242
|
}
|
|
6726
7243
|
},
|
|
6727
7244
|
{
|
|
6728
7245
|
"kind": "js",
|
|
6729
|
-
"name": "
|
|
7246
|
+
"name": "registerHeader",
|
|
6730
7247
|
"declaration": {
|
|
6731
|
-
"name": "
|
|
6732
|
-
"module": "libs/components/src/lib/
|
|
7248
|
+
"name": "registerHeader",
|
|
7249
|
+
"module": "libs/components/src/lib/header/definition.ts"
|
|
6733
7250
|
}
|
|
6734
7251
|
}
|
|
6735
7252
|
]
|
|
6736
7253
|
},
|
|
6737
7254
|
{
|
|
6738
7255
|
"kind": "javascript-module",
|
|
6739
|
-
"path": "libs/components/src/lib/
|
|
7256
|
+
"path": "libs/components/src/lib/header/header.ts",
|
|
6740
7257
|
"declarations": [
|
|
6741
7258
|
{
|
|
6742
7259
|
"kind": "class",
|
|
6743
|
-
"description": "
|
|
6744
|
-
"name": "
|
|
6745
|
-
"
|
|
6746
|
-
"name": "FoundationElement",
|
|
6747
|
-
"package": "@microsoft/fast-foundation"
|
|
6748
|
-
}
|
|
6749
|
-
}
|
|
6750
|
-
],
|
|
6751
|
-
"exports": [
|
|
6752
|
-
{
|
|
6753
|
-
"kind": "js",
|
|
6754
|
-
"name": "Focus",
|
|
6755
|
-
"declaration": {
|
|
6756
|
-
"name": "Focus",
|
|
6757
|
-
"module": "libs/components/src/lib/focus/focus.ts"
|
|
6758
|
-
}
|
|
6759
|
-
}
|
|
6760
|
-
]
|
|
6761
|
-
},
|
|
6762
|
-
{
|
|
6763
|
-
"kind": "javascript-module",
|
|
6764
|
-
"path": "libs/components/src/lib/header/definition.ts",
|
|
6765
|
-
"declarations": [
|
|
6766
|
-
{
|
|
6767
|
-
"kind": "variable",
|
|
6768
|
-
"name": "headerDefinition",
|
|
6769
|
-
"description": "The header element."
|
|
6770
|
-
},
|
|
6771
|
-
{
|
|
6772
|
-
"kind": "variable",
|
|
6773
|
-
"name": "registerHeader",
|
|
6774
|
-
"description": "Registers the header elements with the design system.",
|
|
6775
|
-
"parameters": [
|
|
6776
|
-
{
|
|
6777
|
-
"description": "the prefix to use for the component name",
|
|
6778
|
-
"name": "prefix"
|
|
6779
|
-
}
|
|
6780
|
-
]
|
|
6781
|
-
}
|
|
6782
|
-
],
|
|
6783
|
-
"exports": [
|
|
6784
|
-
{
|
|
6785
|
-
"kind": "js",
|
|
6786
|
-
"name": "headerDefinition",
|
|
6787
|
-
"declaration": {
|
|
6788
|
-
"name": "headerDefinition",
|
|
6789
|
-
"module": "libs/components/src/lib/header/definition.ts"
|
|
6790
|
-
}
|
|
6791
|
-
},
|
|
6792
|
-
{
|
|
6793
|
-
"kind": "js",
|
|
6794
|
-
"name": "registerHeader",
|
|
6795
|
-
"declaration": {
|
|
6796
|
-
"name": "registerHeader",
|
|
6797
|
-
"module": "libs/components/src/lib/header/definition.ts"
|
|
6798
|
-
}
|
|
6799
|
-
}
|
|
6800
|
-
]
|
|
6801
|
-
},
|
|
6802
|
-
{
|
|
6803
|
-
"kind": "javascript-module",
|
|
6804
|
-
"path": "libs/components/src/lib/header/header.ts",
|
|
6805
|
-
"declarations": [
|
|
6806
|
-
{
|
|
6807
|
-
"kind": "class",
|
|
6808
|
-
"description": "Base class for header",
|
|
6809
|
-
"name": "Header",
|
|
6810
|
-
"slots": [
|
|
7260
|
+
"description": "",
|
|
7261
|
+
"name": "Header",
|
|
7262
|
+
"slots": [
|
|
6811
7263
|
{
|
|
6812
7264
|
"description": "Default slot.",
|
|
6813
7265
|
"name": ""
|
|
@@ -6865,6 +7317,10 @@
|
|
|
6865
7317
|
"superclass": {
|
|
6866
7318
|
"name": "FoundationElement",
|
|
6867
7319
|
"package": "@microsoft/fast-foundation"
|
|
7320
|
+
},
|
|
7321
|
+
"vividComponent": {
|
|
7322
|
+
"public": true,
|
|
7323
|
+
"name": "header"
|
|
6868
7324
|
}
|
|
6869
7325
|
}
|
|
6870
7326
|
],
|
|
@@ -7060,6 +7516,10 @@
|
|
|
7060
7516
|
"superclass": {
|
|
7061
7517
|
"name": "FoundationElement",
|
|
7062
7518
|
"package": "@microsoft/fast-foundation"
|
|
7519
|
+
},
|
|
7520
|
+
"vividComponent": {
|
|
7521
|
+
"public": true,
|
|
7522
|
+
"name": "icon"
|
|
7063
7523
|
}
|
|
7064
7524
|
}
|
|
7065
7525
|
],
|
|
@@ -7160,7 +7620,7 @@
|
|
|
7160
7620
|
"declarations": [
|
|
7161
7621
|
{
|
|
7162
7622
|
"kind": "class",
|
|
7163
|
-
"description": "
|
|
7623
|
+
"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.",
|
|
7164
7624
|
"name": "Layout",
|
|
7165
7625
|
"slots": [
|
|
7166
7626
|
{
|
|
@@ -7260,6 +7720,10 @@
|
|
|
7260
7720
|
"superclass": {
|
|
7261
7721
|
"name": "FoundationElement",
|
|
7262
7722
|
"package": "@microsoft/fast-foundation"
|
|
7723
|
+
},
|
|
7724
|
+
"vividComponent": {
|
|
7725
|
+
"public": true,
|
|
7726
|
+
"name": "layout"
|
|
7263
7727
|
}
|
|
7264
7728
|
}
|
|
7265
7729
|
],
|
|
@@ -7328,7 +7792,7 @@
|
|
|
7328
7792
|
"declarations": [
|
|
7329
7793
|
{
|
|
7330
7794
|
"kind": "class",
|
|
7331
|
-
"description": "
|
|
7795
|
+
"description": "",
|
|
7332
7796
|
"name": "Listbox",
|
|
7333
7797
|
"cssProperties": [
|
|
7334
7798
|
{
|
|
@@ -7444,6 +7908,9 @@
|
|
|
7444
7908
|
"superclass": {
|
|
7445
7909
|
"name": "FoundationListboxElement",
|
|
7446
7910
|
"package": "@microsoft/fast-foundation"
|
|
7911
|
+
},
|
|
7912
|
+
"vividComponent": {
|
|
7913
|
+
"name": "listbox"
|
|
7447
7914
|
}
|
|
7448
7915
|
}
|
|
7449
7916
|
],
|
|
@@ -7512,7 +7979,7 @@
|
|
|
7512
7979
|
"declarations": [
|
|
7513
7980
|
{
|
|
7514
7981
|
"kind": "class",
|
|
7515
|
-
"description": "
|
|
7982
|
+
"description": "",
|
|
7516
7983
|
"name": "Menu",
|
|
7517
7984
|
"slots": [
|
|
7518
7985
|
{
|
|
@@ -7650,12 +8117,23 @@
|
|
|
7650
8117
|
},
|
|
7651
8118
|
{
|
|
7652
8119
|
"kind": "field",
|
|
7653
|
-
"name": "#
|
|
8120
|
+
"name": "#updateClickOutsideListeners",
|
|
7654
8121
|
"privacy": "private"
|
|
7655
8122
|
},
|
|
7656
8123
|
{
|
|
7657
8124
|
"kind": "field",
|
|
7658
|
-
"name": "#
|
|
8125
|
+
"name": "#wasOpenBeforeClick",
|
|
8126
|
+
"privacy": "private",
|
|
8127
|
+
"default": "new WeakMap<Event, boolean>()"
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"kind": "field",
|
|
8131
|
+
"name": "#onClickOutsideCapture",
|
|
8132
|
+
"privacy": "private"
|
|
8133
|
+
},
|
|
8134
|
+
{
|
|
8135
|
+
"kind": "field",
|
|
8136
|
+
"name": "#onClickOutside",
|
|
7659
8137
|
"privacy": "private"
|
|
7660
8138
|
},
|
|
7661
8139
|
{
|
|
@@ -7718,6 +8196,10 @@
|
|
|
7718
8196
|
"superclass": {
|
|
7719
8197
|
"name": "FastMenu",
|
|
7720
8198
|
"package": "@microsoft/fast-foundation"
|
|
8199
|
+
},
|
|
8200
|
+
"vividComponent": {
|
|
8201
|
+
"public": true,
|
|
8202
|
+
"name": "menu"
|
|
7721
8203
|
}
|
|
7722
8204
|
}
|
|
7723
8205
|
],
|
|
@@ -7794,9 +8276,41 @@
|
|
|
7794
8276
|
},
|
|
7795
8277
|
{
|
|
7796
8278
|
"kind": "class",
|
|
7797
|
-
"description": "
|
|
8279
|
+
"description": "",
|
|
7798
8280
|
"name": "MenuItem",
|
|
7799
8281
|
"cssProperties": [
|
|
8282
|
+
{
|
|
8283
|
+
"name": "--vvd-menu-item-cta-primary",
|
|
8284
|
+
"default": "var(--vvd-color-cta-500)"
|
|
8285
|
+
},
|
|
8286
|
+
{
|
|
8287
|
+
"name": "--vvd-menu-item-cta-primary-text",
|
|
8288
|
+
"default": "var(--vvd-color-canvas)"
|
|
8289
|
+
},
|
|
8290
|
+
{
|
|
8291
|
+
"name": "--vvd-menu-item-cta-primary-increment",
|
|
8292
|
+
"default": "var(--vvd-color-cta-600)"
|
|
8293
|
+
},
|
|
8294
|
+
{
|
|
8295
|
+
"name": "--vvd-menu-item-cta-firm",
|
|
8296
|
+
"default": "var(--vvd-color-cta-600)"
|
|
8297
|
+
},
|
|
8298
|
+
{
|
|
8299
|
+
"name": "--vvd-menu-item-cta-faint",
|
|
8300
|
+
"default": "var(--vvd-color-cta-50)"
|
|
8301
|
+
},
|
|
8302
|
+
{
|
|
8303
|
+
"name": "--vvd-menu-item-cta-soft",
|
|
8304
|
+
"default": "var(--vvd-color-cta-100)"
|
|
8305
|
+
},
|
|
8306
|
+
{
|
|
8307
|
+
"name": "--vvd-menu-item-cta-pale",
|
|
8308
|
+
"default": "var(--vvd-color-cta-300)"
|
|
8309
|
+
},
|
|
8310
|
+
{
|
|
8311
|
+
"name": "--vvd-menu-item-cta-dim",
|
|
8312
|
+
"default": "var(--vvd-color-cta-200)"
|
|
8313
|
+
},
|
|
7800
8314
|
{
|
|
7801
8315
|
"name": "--vvd-menu-item-accent-primary",
|
|
7802
8316
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -7809,6 +8323,10 @@
|
|
|
7809
8323
|
"name": "--vvd-menu-item-accent-primary-increment",
|
|
7810
8324
|
"default": "var(--vvd-color-neutral-800)"
|
|
7811
8325
|
},
|
|
8326
|
+
{
|
|
8327
|
+
"name": "--vvd-menu-item-accent-firm",
|
|
8328
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
8329
|
+
},
|
|
7812
8330
|
{
|
|
7813
8331
|
"name": "--vvd-menu-item-accent-faint",
|
|
7814
8332
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -7859,6 +8377,15 @@
|
|
|
7859
8377
|
"description": "Indicates the menu item's secondary text.",
|
|
7860
8378
|
"privacy": "public"
|
|
7861
8379
|
},
|
|
8380
|
+
{
|
|
8381
|
+
"kind": "field",
|
|
8382
|
+
"name": "connotation",
|
|
8383
|
+
"type": {
|
|
8384
|
+
"text": "MenuItemConnotation | undefined"
|
|
8385
|
+
},
|
|
8386
|
+
"description": "The connotation the fab should have.",
|
|
8387
|
+
"privacy": "public"
|
|
8388
|
+
},
|
|
7862
8389
|
{
|
|
7863
8390
|
"kind": "field",
|
|
7864
8391
|
"name": "checkTrailing",
|
|
@@ -7928,6 +8455,14 @@
|
|
|
7928
8455
|
"description": "Indicates the menu item's secondary text.",
|
|
7929
8456
|
"fieldName": "textSecondary"
|
|
7930
8457
|
},
|
|
8458
|
+
{
|
|
8459
|
+
"name": "connotation",
|
|
8460
|
+
"type": {
|
|
8461
|
+
"text": "MenuItemConnotation | undefined"
|
|
8462
|
+
},
|
|
8463
|
+
"description": "The connotation the fab should have.",
|
|
8464
|
+
"fieldName": "connotation"
|
|
8465
|
+
},
|
|
7931
8466
|
{
|
|
7932
8467
|
"name": "check-trailing",
|
|
7933
8468
|
"type": {
|
|
@@ -7949,6 +8484,18 @@
|
|
|
7949
8484
|
"superclass": {
|
|
7950
8485
|
"name": "FastMenuItem",
|
|
7951
8486
|
"package": "@microsoft/fast-foundation"
|
|
8487
|
+
},
|
|
8488
|
+
"vividComponent": {
|
|
8489
|
+
"public": true,
|
|
8490
|
+
"name": "menu-item",
|
|
8491
|
+
"vueModels": [
|
|
8492
|
+
{
|
|
8493
|
+
"name": "modelValue",
|
|
8494
|
+
"attributeName": "checked",
|
|
8495
|
+
"eventName": "change",
|
|
8496
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
8497
|
+
}
|
|
8498
|
+
]
|
|
7952
8499
|
}
|
|
7953
8500
|
}
|
|
7954
8501
|
],
|
|
@@ -8017,7 +8564,7 @@
|
|
|
8017
8564
|
"declarations": [
|
|
8018
8565
|
{
|
|
8019
8566
|
"kind": "class",
|
|
8020
|
-
"description": "
|
|
8567
|
+
"description": "",
|
|
8021
8568
|
"name": "Nav",
|
|
8022
8569
|
"slots": [
|
|
8023
8570
|
{
|
|
@@ -8028,6 +8575,10 @@
|
|
|
8028
8575
|
"superclass": {
|
|
8029
8576
|
"name": "FoundationElement",
|
|
8030
8577
|
"package": "@microsoft/fast-foundation"
|
|
8578
|
+
},
|
|
8579
|
+
"vividComponent": {
|
|
8580
|
+
"public": true,
|
|
8581
|
+
"name": "nav"
|
|
8031
8582
|
}
|
|
8032
8583
|
}
|
|
8033
8584
|
],
|
|
@@ -8088,7 +8639,7 @@
|
|
|
8088
8639
|
"declarations": [
|
|
8089
8640
|
{
|
|
8090
8641
|
"kind": "class",
|
|
8091
|
-
"description": "
|
|
8642
|
+
"description": "",
|
|
8092
8643
|
"name": "NavDisclosure",
|
|
8093
8644
|
"cssProperties": [
|
|
8094
8645
|
{
|
|
@@ -8201,6 +8752,10 @@
|
|
|
8201
8752
|
"superclass": {
|
|
8202
8753
|
"name": "FoundationElement",
|
|
8203
8754
|
"package": "@microsoft/fast-foundation"
|
|
8755
|
+
},
|
|
8756
|
+
"vividComponent": {
|
|
8757
|
+
"public": true,
|
|
8758
|
+
"name": "nav-disclosure"
|
|
8204
8759
|
}
|
|
8205
8760
|
}
|
|
8206
8761
|
],
|
|
@@ -8312,12 +8867,42 @@
|
|
|
8312
8867
|
"name": "TextAnchor",
|
|
8313
8868
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8314
8869
|
}
|
|
8870
|
+
},
|
|
8871
|
+
{
|
|
8872
|
+
"kind": "field",
|
|
8873
|
+
"name": "connotation",
|
|
8874
|
+
"type": {
|
|
8875
|
+
"text": "TextAnchorConnotation | undefined"
|
|
8876
|
+
},
|
|
8877
|
+
"description": "The connotation Text-Anchor should have.",
|
|
8878
|
+
"privacy": "public",
|
|
8879
|
+
"inheritedFrom": {
|
|
8880
|
+
"name": "TextAnchor",
|
|
8881
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8882
|
+
}
|
|
8883
|
+
},
|
|
8884
|
+
{
|
|
8885
|
+
"kind": "field",
|
|
8886
|
+
"name": "appearance",
|
|
8887
|
+
"type": {
|
|
8888
|
+
"text": "TextAnchorAppearance | undefined"
|
|
8889
|
+
},
|
|
8890
|
+
"description": "The appearance Text-Anchor should have.",
|
|
8891
|
+
"privacy": "public",
|
|
8892
|
+
"inheritedFrom": {
|
|
8893
|
+
"name": "TextAnchor",
|
|
8894
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8895
|
+
}
|
|
8315
8896
|
}
|
|
8316
8897
|
],
|
|
8317
8898
|
"superclass": {
|
|
8318
8899
|
"name": "TextAnchor",
|
|
8319
8900
|
"module": "/libs/components/src/lib/text-anchor/text-anchor"
|
|
8320
8901
|
},
|
|
8902
|
+
"vividComponent": {
|
|
8903
|
+
"public": true,
|
|
8904
|
+
"name": "nav-item"
|
|
8905
|
+
},
|
|
8321
8906
|
"attributes": [
|
|
8322
8907
|
{
|
|
8323
8908
|
"name": "text",
|
|
@@ -8330,6 +8915,30 @@
|
|
|
8330
8915
|
"name": "TextAnchor",
|
|
8331
8916
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8332
8917
|
}
|
|
8918
|
+
},
|
|
8919
|
+
{
|
|
8920
|
+
"name": "connotation",
|
|
8921
|
+
"type": {
|
|
8922
|
+
"text": "TextAnchorConnotation | undefined"
|
|
8923
|
+
},
|
|
8924
|
+
"description": "The connotation Text-Anchor should have.",
|
|
8925
|
+
"fieldName": "connotation",
|
|
8926
|
+
"inheritedFrom": {
|
|
8927
|
+
"name": "TextAnchor",
|
|
8928
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8929
|
+
}
|
|
8930
|
+
},
|
|
8931
|
+
{
|
|
8932
|
+
"name": "appearance",
|
|
8933
|
+
"type": {
|
|
8934
|
+
"text": "TextAnchorAppearance | undefined"
|
|
8935
|
+
},
|
|
8936
|
+
"description": "The appearance Text-Anchor should have.",
|
|
8937
|
+
"fieldName": "appearance",
|
|
8938
|
+
"inheritedFrom": {
|
|
8939
|
+
"name": "TextAnchor",
|
|
8940
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
8941
|
+
}
|
|
8333
8942
|
}
|
|
8334
8943
|
]
|
|
8335
8944
|
}
|
|
@@ -8399,7 +9008,7 @@
|
|
|
8399
9008
|
"declarations": [
|
|
8400
9009
|
{
|
|
8401
9010
|
"kind": "class",
|
|
8402
|
-
"description": "
|
|
9011
|
+
"description": "",
|
|
8403
9012
|
"name": "Note",
|
|
8404
9013
|
"cssProperties": [
|
|
8405
9014
|
{
|
|
@@ -8511,6 +9120,10 @@
|
|
|
8511
9120
|
"superclass": {
|
|
8512
9121
|
"name": "FoundationElement",
|
|
8513
9122
|
"package": "@microsoft/fast-foundation"
|
|
9123
|
+
},
|
|
9124
|
+
"vividComponent": {
|
|
9125
|
+
"public": true,
|
|
9126
|
+
"name": "note"
|
|
8514
9127
|
}
|
|
8515
9128
|
}
|
|
8516
9129
|
],
|
|
@@ -8540,7 +9153,7 @@
|
|
|
8540
9153
|
"type": {
|
|
8541
9154
|
"text": "array"
|
|
8542
9155
|
},
|
|
8543
|
-
"default": "[
|
|
9156
|
+
"default": "[\n\tnumberFieldDefinition(),\n\t...buttonRegistries,\n\t...dividerRegistries,\n]"
|
|
8544
9157
|
},
|
|
8545
9158
|
{
|
|
8546
9159
|
"kind": "variable",
|
|
@@ -8609,7 +9222,7 @@
|
|
|
8609
9222
|
"declarations": [
|
|
8610
9223
|
{
|
|
8611
9224
|
"kind": "class",
|
|
8612
|
-
"description": "
|
|
9225
|
+
"description": "",
|
|
8613
9226
|
"name": "NumberField",
|
|
8614
9227
|
"cssProperties": [
|
|
8615
9228
|
{
|
|
@@ -8645,12 +9258,18 @@
|
|
|
8645
9258
|
"default": "var(--vvd-color-neutral-100)"
|
|
8646
9259
|
}
|
|
8647
9260
|
],
|
|
9261
|
+
"slots": [
|
|
9262
|
+
{
|
|
9263
|
+
"description": "Describes how to use the number-field. Alternative to the `helper-text` attribute.",
|
|
9264
|
+
"name": "helper-text"
|
|
9265
|
+
}
|
|
9266
|
+
],
|
|
8648
9267
|
"members": [
|
|
8649
9268
|
{
|
|
8650
9269
|
"kind": "field",
|
|
8651
9270
|
"name": "incrementButtonAriaLabel",
|
|
8652
9271
|
"type": {
|
|
8653
|
-
"text": "string
|
|
9272
|
+
"text": "| string\n\t\t| null"
|
|
8654
9273
|
},
|
|
8655
9274
|
"default": "null"
|
|
8656
9275
|
},
|
|
@@ -8658,7 +9277,7 @@
|
|
|
8658
9277
|
"kind": "field",
|
|
8659
9278
|
"name": "decrementButtonAriaLabel",
|
|
8660
9279
|
"type": {
|
|
8661
|
-
"text": "string
|
|
9280
|
+
"text": "| string\n\t\t| null"
|
|
8662
9281
|
},
|
|
8663
9282
|
"default": "null"
|
|
8664
9283
|
},
|
|
@@ -8719,7 +9338,7 @@
|
|
|
8719
9338
|
{
|
|
8720
9339
|
"name": "increment-button-aria-label",
|
|
8721
9340
|
"type": {
|
|
8722
|
-
"text": "string
|
|
9341
|
+
"text": "| string\n\t\t| null"
|
|
8723
9342
|
},
|
|
8724
9343
|
"default": "null",
|
|
8725
9344
|
"fieldName": "incrementButtonAriaLabel"
|
|
@@ -8727,7 +9346,7 @@
|
|
|
8727
9346
|
{
|
|
8728
9347
|
"name": "decrement-button-aria-label",
|
|
8729
9348
|
"type": {
|
|
8730
|
-
"text": "string
|
|
9349
|
+
"text": "| string\n\t\t| null"
|
|
8731
9350
|
},
|
|
8732
9351
|
"default": "null",
|
|
8733
9352
|
"fieldName": "decrementButtonAriaLabel"
|
|
@@ -8757,6 +9376,18 @@
|
|
|
8757
9376
|
"superclass": {
|
|
8758
9377
|
"name": "FastNumberField",
|
|
8759
9378
|
"package": "@microsoft/fast-foundation"
|
|
9379
|
+
},
|
|
9380
|
+
"vividComponent": {
|
|
9381
|
+
"public": true,
|
|
9382
|
+
"name": "number-field",
|
|
9383
|
+
"vueModels": [
|
|
9384
|
+
{
|
|
9385
|
+
"name": "modelValue",
|
|
9386
|
+
"attributeName": "current-value",
|
|
9387
|
+
"eventName": "input",
|
|
9388
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
9389
|
+
}
|
|
9390
|
+
]
|
|
8760
9391
|
}
|
|
8761
9392
|
}
|
|
8762
9393
|
],
|
|
@@ -8817,7 +9448,7 @@
|
|
|
8817
9448
|
"declarations": [
|
|
8818
9449
|
{
|
|
8819
9450
|
"kind": "class",
|
|
8820
|
-
"description": "
|
|
9451
|
+
"description": "",
|
|
8821
9452
|
"name": "ListboxOption",
|
|
8822
9453
|
"cssProperties": [
|
|
8823
9454
|
{
|
|
@@ -8832,6 +9463,10 @@
|
|
|
8832
9463
|
"name": "--vvd-option-accent-primary-increment",
|
|
8833
9464
|
"default": "var(--vvd-color-neutral-800)"
|
|
8834
9465
|
},
|
|
9466
|
+
{
|
|
9467
|
+
"name": "--vvd-option-accent-firm",
|
|
9468
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
9469
|
+
},
|
|
8835
9470
|
{
|
|
8836
9471
|
"name": "--vvd-option-accent-faint",
|
|
8837
9472
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -8903,6 +9538,10 @@
|
|
|
8903
9538
|
"superclass": {
|
|
8904
9539
|
"name": "FoundationListboxOption",
|
|
8905
9540
|
"package": "@microsoft/fast-foundation"
|
|
9541
|
+
},
|
|
9542
|
+
"vividComponent": {
|
|
9543
|
+
"public": true,
|
|
9544
|
+
"name": "option"
|
|
8906
9545
|
}
|
|
8907
9546
|
}
|
|
8908
9547
|
],
|
|
@@ -8978,7 +9617,7 @@
|
|
|
8978
9617
|
"declarations": [
|
|
8979
9618
|
{
|
|
8980
9619
|
"kind": "class",
|
|
8981
|
-
"description": "
|
|
9620
|
+
"description": "",
|
|
8982
9621
|
"name": "Pagination",
|
|
8983
9622
|
"members": [
|
|
8984
9623
|
{
|
|
@@ -9154,6 +9793,10 @@
|
|
|
9154
9793
|
"superclass": {
|
|
9155
9794
|
"name": "FoundationElement",
|
|
9156
9795
|
"package": "@microsoft/fast-foundation"
|
|
9796
|
+
},
|
|
9797
|
+
"vividComponent": {
|
|
9798
|
+
"public": true,
|
|
9799
|
+
"name": "pagination"
|
|
9157
9800
|
}
|
|
9158
9801
|
}
|
|
9159
9802
|
],
|
|
@@ -9227,291 +9870,213 @@
|
|
|
9227
9870
|
{
|
|
9228
9871
|
"kind": "javascript-module",
|
|
9229
9872
|
"path": "libs/components/src/lib/popup/popup.ts",
|
|
9873
|
+
"declarations": [],
|
|
9874
|
+
"exports": []
|
|
9875
|
+
},
|
|
9876
|
+
{
|
|
9877
|
+
"kind": "javascript-module",
|
|
9878
|
+
"path": "libs/components/src/lib/progress/definition.ts",
|
|
9230
9879
|
"declarations": [
|
|
9231
9880
|
{
|
|
9232
|
-
"kind": "
|
|
9233
|
-
"
|
|
9234
|
-
"
|
|
9235
|
-
|
|
9881
|
+
"kind": "variable",
|
|
9882
|
+
"name": "progressDefinition",
|
|
9883
|
+
"description": "The progress element."
|
|
9884
|
+
},
|
|
9885
|
+
{
|
|
9886
|
+
"kind": "variable",
|
|
9887
|
+
"name": "registerProgress",
|
|
9888
|
+
"description": "Registers the progress elements with the design system.",
|
|
9889
|
+
"parameters": [
|
|
9236
9890
|
{
|
|
9237
|
-
"description": "
|
|
9238
|
-
"name": ""
|
|
9891
|
+
"description": "the prefix to use for the component name",
|
|
9892
|
+
"name": "prefix"
|
|
9239
9893
|
}
|
|
9240
|
-
]
|
|
9241
|
-
|
|
9894
|
+
]
|
|
9895
|
+
}
|
|
9896
|
+
],
|
|
9897
|
+
"exports": [
|
|
9898
|
+
{
|
|
9899
|
+
"kind": "js",
|
|
9900
|
+
"name": "ProgressConnotation",
|
|
9901
|
+
"declaration": {
|
|
9902
|
+
"name": "ProgressConnotation",
|
|
9903
|
+
"module": "./progress"
|
|
9904
|
+
}
|
|
9905
|
+
},
|
|
9906
|
+
{
|
|
9907
|
+
"kind": "js",
|
|
9908
|
+
"name": "ProgressShape",
|
|
9909
|
+
"declaration": {
|
|
9910
|
+
"name": "ProgressShape",
|
|
9911
|
+
"module": "./progress"
|
|
9912
|
+
}
|
|
9913
|
+
},
|
|
9914
|
+
{
|
|
9915
|
+
"kind": "js",
|
|
9916
|
+
"name": "progressDefinition",
|
|
9917
|
+
"declaration": {
|
|
9918
|
+
"name": "progressDefinition",
|
|
9919
|
+
"module": "libs/components/src/lib/progress/definition.ts"
|
|
9920
|
+
}
|
|
9921
|
+
},
|
|
9922
|
+
{
|
|
9923
|
+
"kind": "js",
|
|
9924
|
+
"name": "registerProgress",
|
|
9925
|
+
"declaration": {
|
|
9926
|
+
"name": "registerProgress",
|
|
9927
|
+
"module": "libs/components/src/lib/progress/definition.ts"
|
|
9928
|
+
}
|
|
9929
|
+
}
|
|
9930
|
+
]
|
|
9931
|
+
},
|
|
9932
|
+
{
|
|
9933
|
+
"kind": "javascript-module",
|
|
9934
|
+
"path": "libs/components/src/lib/progress/progress.ts",
|
|
9935
|
+
"declarations": [
|
|
9936
|
+
{
|
|
9937
|
+
"kind": "class",
|
|
9938
|
+
"description": "",
|
|
9939
|
+
"name": "Progress",
|
|
9940
|
+
"cssProperties": [
|
|
9242
9941
|
{
|
|
9243
|
-
"
|
|
9244
|
-
"
|
|
9245
|
-
"privacy": "private",
|
|
9246
|
-
"type": {
|
|
9247
|
-
"text": "Array<any>"
|
|
9248
|
-
},
|
|
9249
|
-
"readonly": true
|
|
9942
|
+
"name": "--vvd-progress-cta-primary",
|
|
9943
|
+
"default": "var(--vvd-color-cta-500)"
|
|
9250
9944
|
},
|
|
9251
9945
|
{
|
|
9252
|
-
"
|
|
9253
|
-
"
|
|
9254
|
-
"privacy": "private",
|
|
9255
|
-
"type": {
|
|
9256
|
-
"text": "() => void | undefined"
|
|
9257
|
-
}
|
|
9946
|
+
"name": "--vvd-progress-cta-soft",
|
|
9947
|
+
"default": "var(--vvd-color-cta-100)"
|
|
9258
9948
|
},
|
|
9259
9949
|
{
|
|
9260
|
-
"
|
|
9261
|
-
"
|
|
9262
|
-
"type": {
|
|
9263
|
-
"text": "HTMLElement"
|
|
9264
|
-
}
|
|
9950
|
+
"name": "--vvd-progress-alert-primary",
|
|
9951
|
+
"default": "var(--vvd-color-alert-500)"
|
|
9265
9952
|
},
|
|
9266
9953
|
{
|
|
9267
|
-
"
|
|
9268
|
-
"
|
|
9269
|
-
"type": {
|
|
9270
|
-
"text": "HTMLElement"
|
|
9271
|
-
}
|
|
9954
|
+
"name": "--vvd-progress-alert-soft",
|
|
9955
|
+
"default": "var(--vvd-color-alert-100)"
|
|
9272
9956
|
},
|
|
9273
9957
|
{
|
|
9274
|
-
"
|
|
9275
|
-
"
|
|
9276
|
-
"type": {
|
|
9277
|
-
"text": "boolean"
|
|
9278
|
-
},
|
|
9279
|
-
"default": "false",
|
|
9280
|
-
"description": "indicates whether the popup is open",
|
|
9281
|
-
"privacy": "public"
|
|
9958
|
+
"name": "--vvd-progress-success-primary",
|
|
9959
|
+
"default": "var(--vvd-color-success-500)"
|
|
9282
9960
|
},
|
|
9283
9961
|
{
|
|
9284
|
-
"
|
|
9285
|
-
"
|
|
9286
|
-
"return": {
|
|
9287
|
-
"type": {
|
|
9288
|
-
"text": "void"
|
|
9289
|
-
}
|
|
9290
|
-
},
|
|
9291
|
-
"parameters": [
|
|
9292
|
-
{
|
|
9293
|
-
"name": "_",
|
|
9294
|
-
"type": {
|
|
9295
|
-
"text": "boolean"
|
|
9296
|
-
}
|
|
9297
|
-
},
|
|
9298
|
-
{
|
|
9299
|
-
"name": "newValue",
|
|
9300
|
-
"type": {
|
|
9301
|
-
"text": "boolean"
|
|
9302
|
-
}
|
|
9303
|
-
}
|
|
9304
|
-
]
|
|
9962
|
+
"name": "--vvd-progress-success-soft",
|
|
9963
|
+
"default": "var(--vvd-color-success-100)"
|
|
9305
9964
|
},
|
|
9306
9965
|
{
|
|
9307
|
-
"
|
|
9308
|
-
"
|
|
9309
|
-
"type": {
|
|
9310
|
-
"text": "boolean"
|
|
9311
|
-
},
|
|
9312
|
-
"default": "false",
|
|
9313
|
-
"description": "adds close button to the popup",
|
|
9314
|
-
"privacy": "public"
|
|
9966
|
+
"name": "--vvd-progress-accent-primary",
|
|
9967
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
9315
9968
|
},
|
|
9316
9969
|
{
|
|
9317
|
-
"
|
|
9318
|
-
"
|
|
9319
|
-
|
|
9320
|
-
|
|
9321
|
-
|
|
9322
|
-
"default": "false",
|
|
9323
|
-
"description": "adds small triangle to indicate the trigger element",
|
|
9324
|
-
"privacy": "public"
|
|
9325
|
-
},
|
|
9970
|
+
"name": "--vvd-progress-accent-soft",
|
|
9971
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
9972
|
+
}
|
|
9973
|
+
],
|
|
9974
|
+
"members": [
|
|
9326
9975
|
{
|
|
9327
9976
|
"kind": "field",
|
|
9328
|
-
"name": "
|
|
9977
|
+
"name": "ariaLabel",
|
|
9329
9978
|
"type": {
|
|
9330
|
-
"text": "
|
|
9979
|
+
"text": "string | null"
|
|
9331
9980
|
},
|
|
9332
|
-
"default": "
|
|
9333
|
-
"description": "set the color-scheme to dark",
|
|
9334
|
-
"privacy": "public"
|
|
9981
|
+
"default": "null"
|
|
9335
9982
|
},
|
|
9336
9983
|
{
|
|
9337
9984
|
"kind": "field",
|
|
9338
|
-
"name": "
|
|
9985
|
+
"name": "shape",
|
|
9339
9986
|
"type": {
|
|
9340
|
-
"text": "
|
|
9987
|
+
"text": "ProgressShape | undefined"
|
|
9341
9988
|
},
|
|
9342
|
-
"description": "the
|
|
9989
|
+
"description": "Indicates the progress' shape.",
|
|
9343
9990
|
"privacy": "public"
|
|
9344
9991
|
},
|
|
9345
9992
|
{
|
|
9346
9993
|
"kind": "field",
|
|
9347
|
-
"name": "
|
|
9994
|
+
"name": "connotation",
|
|
9348
9995
|
"type": {
|
|
9349
|
-
"text": "
|
|
9996
|
+
"text": "ProgressConnotation | undefined"
|
|
9350
9997
|
},
|
|
9351
|
-
"
|
|
9352
|
-
"description": "the strategy of the popup",
|
|
9998
|
+
"description": "Indicates the progress' connotation.",
|
|
9353
9999
|
"privacy": "public"
|
|
9354
10000
|
},
|
|
9355
10001
|
{
|
|
9356
10002
|
"kind": "field",
|
|
9357
|
-
"name": "
|
|
10003
|
+
"name": "reverse",
|
|
9358
10004
|
"type": {
|
|
9359
|
-
"text": "
|
|
10005
|
+
"text": "boolean"
|
|
9360
10006
|
},
|
|
9361
|
-
"
|
|
10007
|
+
"default": "false",
|
|
10008
|
+
"description": "Indicates the progress' reverse status.",
|
|
9362
10009
|
"privacy": "public"
|
|
9363
|
-
},
|
|
9364
|
-
{
|
|
9365
|
-
"kind": "method",
|
|
9366
|
-
"name": "#updateAutoUpdate"
|
|
9367
|
-
},
|
|
9368
|
-
{
|
|
9369
|
-
"kind": "method",
|
|
9370
|
-
"name": "updatePosition",
|
|
9371
|
-
"description": "Updates popup's position",
|
|
9372
|
-
"privacy": "public",
|
|
9373
|
-
"async": true
|
|
9374
|
-
},
|
|
9375
|
-
{
|
|
9376
|
-
"kind": "method",
|
|
9377
|
-
"name": "#assignPopupPosition",
|
|
9378
|
-
"return": {
|
|
9379
|
-
"type": {
|
|
9380
|
-
"text": "void"
|
|
9381
|
-
}
|
|
9382
|
-
},
|
|
9383
|
-
"parameters": [
|
|
9384
|
-
{
|
|
9385
|
-
"name": "data",
|
|
9386
|
-
"type": {
|
|
9387
|
-
"text": "any"
|
|
9388
|
-
}
|
|
9389
|
-
}
|
|
9390
|
-
]
|
|
9391
|
-
},
|
|
9392
|
-
{
|
|
9393
|
-
"kind": "method",
|
|
9394
|
-
"name": "#assignArrowPosition",
|
|
9395
|
-
"return": {
|
|
9396
|
-
"type": {
|
|
9397
|
-
"text": "void"
|
|
9398
|
-
}
|
|
9399
|
-
},
|
|
9400
|
-
"parameters": [
|
|
9401
|
-
{
|
|
9402
|
-
"name": "data",
|
|
9403
|
-
"type": {
|
|
9404
|
-
"text": "any"
|
|
9405
|
-
}
|
|
9406
|
-
}
|
|
9407
|
-
]
|
|
9408
|
-
},
|
|
9409
|
-
{
|
|
9410
|
-
"kind": "field",
|
|
9411
|
-
"name": "anchorEl",
|
|
9412
|
-
"type": {
|
|
9413
|
-
"text": "HTMLElement | null"
|
|
9414
|
-
},
|
|
9415
|
-
"readonly": true
|
|
9416
|
-
},
|
|
9417
|
-
{
|
|
9418
|
-
"kind": "method",
|
|
9419
|
-
"name": "show",
|
|
9420
|
-
"return": {
|
|
9421
|
-
"type": {
|
|
9422
|
-
"text": "void"
|
|
9423
|
-
}
|
|
9424
|
-
}
|
|
9425
|
-
},
|
|
9426
|
-
{
|
|
9427
|
-
"kind": "method",
|
|
9428
|
-
"name": "hide",
|
|
9429
|
-
"return": {
|
|
9430
|
-
"type": {
|
|
9431
|
-
"text": "void"
|
|
9432
|
-
}
|
|
9433
|
-
}
|
|
9434
10010
|
}
|
|
9435
10011
|
],
|
|
9436
10012
|
"attributes": [
|
|
9437
10013
|
{
|
|
10014
|
+
"name": "aria-label",
|
|
9438
10015
|
"type": {
|
|
9439
|
-
"text": "
|
|
10016
|
+
"text": "string | null"
|
|
9440
10017
|
},
|
|
9441
|
-
"default": "
|
|
9442
|
-
"
|
|
9443
|
-
"fieldName": "open"
|
|
10018
|
+
"default": "null",
|
|
10019
|
+
"fieldName": "ariaLabel"
|
|
9444
10020
|
},
|
|
9445
10021
|
{
|
|
10022
|
+
"name": "shape",
|
|
9446
10023
|
"type": {
|
|
9447
|
-
"text": "
|
|
10024
|
+
"text": "ProgressShape | undefined"
|
|
9448
10025
|
},
|
|
9449
|
-
"
|
|
9450
|
-
"
|
|
9451
|
-
"fieldName": "dismissible"
|
|
10026
|
+
"description": "Indicates the progress' shape.",
|
|
10027
|
+
"fieldName": "shape"
|
|
9452
10028
|
},
|
|
9453
10029
|
{
|
|
10030
|
+
"name": "connotation",
|
|
9454
10031
|
"type": {
|
|
9455
|
-
"text": "
|
|
10032
|
+
"text": "ProgressConnotation | undefined"
|
|
9456
10033
|
},
|
|
9457
|
-
"
|
|
9458
|
-
"
|
|
9459
|
-
"fieldName": "arrow"
|
|
10034
|
+
"description": "Indicates the progress' connotation.",
|
|
10035
|
+
"fieldName": "connotation"
|
|
9460
10036
|
},
|
|
9461
10037
|
{
|
|
9462
10038
|
"type": {
|
|
9463
10039
|
"text": "boolean"
|
|
9464
10040
|
},
|
|
9465
10041
|
"default": "false",
|
|
9466
|
-
"description": "
|
|
9467
|
-
"fieldName": "
|
|
9468
|
-
},
|
|
9469
|
-
{
|
|
9470
|
-
"type": {
|
|
9471
|
-
"text": "Placement | undefined"
|
|
9472
|
-
},
|
|
9473
|
-
"description": "the placement of the popup",
|
|
9474
|
-
"fieldName": "placement"
|
|
9475
|
-
},
|
|
9476
|
-
{
|
|
9477
|
-
"type": {
|
|
9478
|
-
"text": "Strategy | undefined"
|
|
9479
|
-
},
|
|
9480
|
-
"default": "'fixed'",
|
|
9481
|
-
"description": "the strategy of the popup",
|
|
9482
|
-
"fieldName": "strategy"
|
|
10042
|
+
"description": "Indicates the progress' reverse status.",
|
|
10043
|
+
"fieldName": "reverse"
|
|
9483
10044
|
}
|
|
9484
10045
|
],
|
|
9485
10046
|
"superclass": {
|
|
9486
|
-
"name": "
|
|
10047
|
+
"name": "BaseProgress",
|
|
9487
10048
|
"package": "@microsoft/fast-foundation"
|
|
10049
|
+
},
|
|
10050
|
+
"vividComponent": {
|
|
10051
|
+
"public": true,
|
|
10052
|
+
"name": "progress"
|
|
9488
10053
|
}
|
|
9489
10054
|
}
|
|
9490
10055
|
],
|
|
9491
10056
|
"exports": [
|
|
9492
10057
|
{
|
|
9493
10058
|
"kind": "js",
|
|
9494
|
-
"name": "
|
|
10059
|
+
"name": "Progress",
|
|
9495
10060
|
"declaration": {
|
|
9496
|
-
"name": "
|
|
9497
|
-
"module": "libs/components/src/lib/
|
|
10061
|
+
"name": "Progress",
|
|
10062
|
+
"module": "libs/components/src/lib/progress/progress.ts"
|
|
9498
10063
|
}
|
|
9499
10064
|
}
|
|
9500
10065
|
]
|
|
9501
10066
|
},
|
|
9502
10067
|
{
|
|
9503
10068
|
"kind": "javascript-module",
|
|
9504
|
-
"path": "libs/components/src/lib/progress/definition.ts",
|
|
10069
|
+
"path": "libs/components/src/lib/progress-ring/definition.ts",
|
|
9505
10070
|
"declarations": [
|
|
9506
10071
|
{
|
|
9507
10072
|
"kind": "variable",
|
|
9508
|
-
"name": "
|
|
9509
|
-
"description": "The progress element."
|
|
10073
|
+
"name": "progressRingDefinition",
|
|
10074
|
+
"description": "The progress-ring element."
|
|
9510
10075
|
},
|
|
9511
10076
|
{
|
|
9512
10077
|
"kind": "variable",
|
|
9513
|
-
"name": "
|
|
9514
|
-
"description": "Registers the progress
|
|
10078
|
+
"name": "registerProgressRing",
|
|
10079
|
+
"description": "Registers the progress-ring elements with the design system.",
|
|
9515
10080
|
"parameters": [
|
|
9516
10081
|
{
|
|
9517
10082
|
"description": "the prefix to use for the component name",
|
|
@@ -9523,78 +10088,54 @@
|
|
|
9523
10088
|
"exports": [
|
|
9524
10089
|
{
|
|
9525
10090
|
"kind": "js",
|
|
9526
|
-
"name": "
|
|
9527
|
-
"declaration": {
|
|
9528
|
-
"name": "ProgressConnotation",
|
|
9529
|
-
"module": "./progress"
|
|
9530
|
-
}
|
|
9531
|
-
},
|
|
9532
|
-
{
|
|
9533
|
-
"kind": "js",
|
|
9534
|
-
"name": "ProgressShape",
|
|
10091
|
+
"name": "ProgressRingConnotation",
|
|
9535
10092
|
"declaration": {
|
|
9536
|
-
"name": "
|
|
9537
|
-
"module": "./progress"
|
|
10093
|
+
"name": "ProgressRingConnotation",
|
|
10094
|
+
"module": "./progress-ring"
|
|
9538
10095
|
}
|
|
9539
10096
|
},
|
|
9540
10097
|
{
|
|
9541
10098
|
"kind": "js",
|
|
9542
|
-
"name": "
|
|
10099
|
+
"name": "progressRingDefinition",
|
|
9543
10100
|
"declaration": {
|
|
9544
|
-
"name": "
|
|
9545
|
-
"module": "libs/components/src/lib/progress/definition.ts"
|
|
10101
|
+
"name": "progressRingDefinition",
|
|
10102
|
+
"module": "libs/components/src/lib/progress-ring/definition.ts"
|
|
9546
10103
|
}
|
|
9547
10104
|
},
|
|
9548
10105
|
{
|
|
9549
10106
|
"kind": "js",
|
|
9550
|
-
"name": "
|
|
10107
|
+
"name": "registerProgressRing",
|
|
9551
10108
|
"declaration": {
|
|
9552
|
-
"name": "
|
|
9553
|
-
"module": "libs/components/src/lib/progress/definition.ts"
|
|
10109
|
+
"name": "registerProgressRing",
|
|
10110
|
+
"module": "libs/components/src/lib/progress-ring/definition.ts"
|
|
9554
10111
|
}
|
|
9555
10112
|
}
|
|
9556
10113
|
]
|
|
9557
10114
|
},
|
|
9558
10115
|
{
|
|
9559
10116
|
"kind": "javascript-module",
|
|
9560
|
-
"path": "libs/components/src/lib/progress/progress.ts",
|
|
10117
|
+
"path": "libs/components/src/lib/progress-ring/progress-ring.ts",
|
|
9561
10118
|
"declarations": [
|
|
9562
10119
|
{
|
|
9563
10120
|
"kind": "class",
|
|
9564
|
-
"description": "
|
|
9565
|
-
"name": "
|
|
10121
|
+
"description": "",
|
|
10122
|
+
"name": "ProgressRing",
|
|
9566
10123
|
"cssProperties": [
|
|
9567
10124
|
{
|
|
9568
|
-
"name": "--vvd-progress-cta-primary",
|
|
10125
|
+
"name": "--vvd-progress-ring-cta-primary",
|
|
9569
10126
|
"default": "var(--vvd-color-cta-500)"
|
|
9570
10127
|
},
|
|
9571
10128
|
{
|
|
9572
|
-
"name": "--vvd-progress-
|
|
9573
|
-
"default": "var(--vvd-color-cta-100)"
|
|
9574
|
-
},
|
|
9575
|
-
{
|
|
9576
|
-
"name": "--vvd-progress-alert-primary",
|
|
10129
|
+
"name": "--vvd-progress-ring-alert-primary",
|
|
9577
10130
|
"default": "var(--vvd-color-alert-500)"
|
|
9578
10131
|
},
|
|
9579
10132
|
{
|
|
9580
|
-
"name": "--vvd-progress-
|
|
9581
|
-
"default": "var(--vvd-color-alert-100)"
|
|
9582
|
-
},
|
|
9583
|
-
{
|
|
9584
|
-
"name": "--vvd-progress-success-primary",
|
|
10133
|
+
"name": "--vvd-progress-ring-success-primary",
|
|
9585
10134
|
"default": "var(--vvd-color-success-500)"
|
|
9586
10135
|
},
|
|
9587
10136
|
{
|
|
9588
|
-
"name": "--vvd-progress-
|
|
9589
|
-
"default": "var(--vvd-color-success-100)"
|
|
9590
|
-
},
|
|
9591
|
-
{
|
|
9592
|
-
"name": "--vvd-progress-accent-primary",
|
|
10137
|
+
"name": "--vvd-progress-ring-accent-primary",
|
|
9593
10138
|
"default": "var(--vvd-color-canvas-text)"
|
|
9594
|
-
},
|
|
9595
|
-
{
|
|
9596
|
-
"name": "--vvd-progress-accent-soft",
|
|
9597
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
9598
10139
|
}
|
|
9599
10140
|
],
|
|
9600
10141
|
"members": [
|
|
@@ -9606,33 +10147,19 @@
|
|
|
9606
10147
|
},
|
|
9607
10148
|
"default": "null"
|
|
9608
10149
|
},
|
|
9609
|
-
{
|
|
9610
|
-
"kind": "field",
|
|
9611
|
-
"name": "shape",
|
|
9612
|
-
"type": {
|
|
9613
|
-
"text": "ProgressShape | undefined"
|
|
9614
|
-
},
|
|
9615
|
-
"description": "Indicates the progress' shape.",
|
|
9616
|
-
"privacy": "public"
|
|
9617
|
-
},
|
|
9618
10150
|
{
|
|
9619
10151
|
"kind": "field",
|
|
9620
10152
|
"name": "connotation",
|
|
9621
10153
|
"type": {
|
|
9622
|
-
"text": "
|
|
9623
|
-
}
|
|
9624
|
-
"description": "Indicates the progress' connotation.",
|
|
9625
|
-
"privacy": "public"
|
|
10154
|
+
"text": "ProgressRingConnotation | undefined"
|
|
10155
|
+
}
|
|
9626
10156
|
},
|
|
9627
10157
|
{
|
|
9628
10158
|
"kind": "field",
|
|
9629
|
-
"name": "
|
|
10159
|
+
"name": "size",
|
|
9630
10160
|
"type": {
|
|
9631
|
-
"text": "
|
|
9632
|
-
}
|
|
9633
|
-
"default": "false",
|
|
9634
|
-
"description": "Indicates the progress' reverse status.",
|
|
9635
|
-
"privacy": "public"
|
|
10161
|
+
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
10162
|
+
}
|
|
9636
10163
|
}
|
|
9637
10164
|
],
|
|
9638
10165
|
"attributes": [
|
|
@@ -9644,61 +10171,55 @@
|
|
|
9644
10171
|
"default": "null",
|
|
9645
10172
|
"fieldName": "ariaLabel"
|
|
9646
10173
|
},
|
|
9647
|
-
{
|
|
9648
|
-
"name": "shape",
|
|
9649
|
-
"type": {
|
|
9650
|
-
"text": "ProgressShape | undefined"
|
|
9651
|
-
},
|
|
9652
|
-
"description": "Indicates the progress' shape.",
|
|
9653
|
-
"fieldName": "shape"
|
|
9654
|
-
},
|
|
9655
10174
|
{
|
|
9656
10175
|
"name": "connotation",
|
|
9657
10176
|
"type": {
|
|
9658
|
-
"text": "
|
|
10177
|
+
"text": "ProgressRingConnotation | undefined"
|
|
9659
10178
|
},
|
|
9660
|
-
"description": "Indicates the progress' connotation.",
|
|
9661
10179
|
"fieldName": "connotation"
|
|
9662
10180
|
},
|
|
9663
10181
|
{
|
|
10182
|
+
"name": "size",
|
|
9664
10183
|
"type": {
|
|
9665
|
-
"text": "
|
|
10184
|
+
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
9666
10185
|
},
|
|
9667
|
-
"
|
|
9668
|
-
"description": "Indicates the progress' reverse status.",
|
|
9669
|
-
"fieldName": "reverse"
|
|
10186
|
+
"fieldName": "size"
|
|
9670
10187
|
}
|
|
9671
10188
|
],
|
|
9672
10189
|
"superclass": {
|
|
9673
10190
|
"name": "BaseProgress",
|
|
9674
10191
|
"package": "@microsoft/fast-foundation"
|
|
10192
|
+
},
|
|
10193
|
+
"vividComponent": {
|
|
10194
|
+
"public": true,
|
|
10195
|
+
"name": "progress-ring"
|
|
9675
10196
|
}
|
|
9676
10197
|
}
|
|
9677
10198
|
],
|
|
9678
10199
|
"exports": [
|
|
9679
10200
|
{
|
|
9680
10201
|
"kind": "js",
|
|
9681
|
-
"name": "
|
|
10202
|
+
"name": "ProgressRing",
|
|
9682
10203
|
"declaration": {
|
|
9683
|
-
"name": "
|
|
9684
|
-
"module": "libs/components/src/lib/progress/progress.ts"
|
|
10204
|
+
"name": "ProgressRing",
|
|
10205
|
+
"module": "libs/components/src/lib/progress-ring/progress-ring.ts"
|
|
9685
10206
|
}
|
|
9686
10207
|
}
|
|
9687
10208
|
]
|
|
9688
10209
|
},
|
|
9689
10210
|
{
|
|
9690
10211
|
"kind": "javascript-module",
|
|
9691
|
-
"path": "libs/components/src/lib/
|
|
10212
|
+
"path": "libs/components/src/lib/radio/definition.ts",
|
|
9692
10213
|
"declarations": [
|
|
9693
10214
|
{
|
|
9694
10215
|
"kind": "variable",
|
|
9695
|
-
"name": "
|
|
9696
|
-
"description": "The
|
|
10216
|
+
"name": "radioDefinition",
|
|
10217
|
+
"description": "The radio element."
|
|
9697
10218
|
},
|
|
9698
10219
|
{
|
|
9699
10220
|
"kind": "variable",
|
|
9700
|
-
"name": "
|
|
9701
|
-
"description": "Registers the
|
|
10221
|
+
"name": "registerRadio",
|
|
10222
|
+
"description": "Registers the radio elements with the design system.",
|
|
9702
10223
|
"parameters": [
|
|
9703
10224
|
{
|
|
9704
10225
|
"description": "the prefix to use for the component name",
|
|
@@ -9710,54 +10231,78 @@
|
|
|
9710
10231
|
"exports": [
|
|
9711
10232
|
{
|
|
9712
10233
|
"kind": "js",
|
|
9713
|
-
"name": "
|
|
9714
|
-
"declaration": {
|
|
9715
|
-
"name": "ProgressRingConnotation",
|
|
9716
|
-
"module": "./progress-ring"
|
|
9717
|
-
}
|
|
9718
|
-
},
|
|
9719
|
-
{
|
|
9720
|
-
"kind": "js",
|
|
9721
|
-
"name": "progressRingDefinition",
|
|
10234
|
+
"name": "radioDefinition",
|
|
9722
10235
|
"declaration": {
|
|
9723
|
-
"name": "
|
|
9724
|
-
"module": "libs/components/src/lib/
|
|
10236
|
+
"name": "radioDefinition",
|
|
10237
|
+
"module": "libs/components/src/lib/radio/definition.ts"
|
|
9725
10238
|
}
|
|
9726
10239
|
},
|
|
9727
10240
|
{
|
|
9728
10241
|
"kind": "js",
|
|
9729
|
-
"name": "
|
|
10242
|
+
"name": "registerRadio",
|
|
9730
10243
|
"declaration": {
|
|
9731
|
-
"name": "
|
|
9732
|
-
"module": "libs/components/src/lib/
|
|
10244
|
+
"name": "registerRadio",
|
|
10245
|
+
"module": "libs/components/src/lib/radio/definition.ts"
|
|
9733
10246
|
}
|
|
9734
10247
|
}
|
|
9735
10248
|
]
|
|
9736
10249
|
},
|
|
9737
10250
|
{
|
|
9738
10251
|
"kind": "javascript-module",
|
|
9739
|
-
"path": "libs/components/src/lib/
|
|
10252
|
+
"path": "libs/components/src/lib/radio/radio.ts",
|
|
9740
10253
|
"declarations": [
|
|
9741
10254
|
{
|
|
9742
10255
|
"kind": "class",
|
|
9743
|
-
"description": "
|
|
9744
|
-
"name": "
|
|
10256
|
+
"description": "",
|
|
10257
|
+
"name": "Radio",
|
|
9745
10258
|
"cssProperties": [
|
|
9746
10259
|
{
|
|
9747
|
-
"name": "--vvd-
|
|
10260
|
+
"name": "--vvd-radio-cta-primary",
|
|
9748
10261
|
"default": "var(--vvd-color-cta-500)"
|
|
9749
10262
|
},
|
|
9750
10263
|
{
|
|
9751
|
-
"name": "--vvd-
|
|
9752
|
-
"default": "var(--vvd-color-
|
|
10264
|
+
"name": "--vvd-radio-cta-primary-text",
|
|
10265
|
+
"default": "var(--vvd-color-canvas)"
|
|
9753
10266
|
},
|
|
9754
10267
|
{
|
|
9755
|
-
"name": "--vvd-
|
|
9756
|
-
"default": "var(--vvd-color-
|
|
10268
|
+
"name": "--vvd-radio-cta-primary-increment",
|
|
10269
|
+
"default": "var(--vvd-color-cta-600)"
|
|
9757
10270
|
},
|
|
9758
10271
|
{
|
|
9759
|
-
"name": "--vvd-
|
|
10272
|
+
"name": "--vvd-radio-cta-intermediate",
|
|
10273
|
+
"default": "var(--vvd-color-cta-500)"
|
|
10274
|
+
},
|
|
10275
|
+
{
|
|
10276
|
+
"name": "--vvd-radio-cta-firm",
|
|
10277
|
+
"default": "var(--vvd-color-cta-600)"
|
|
10278
|
+
},
|
|
10279
|
+
{
|
|
10280
|
+
"name": "--vvd-radio-cta-fierce",
|
|
10281
|
+
"default": "var(--vvd-color-cta-700)"
|
|
10282
|
+
},
|
|
10283
|
+
{
|
|
10284
|
+
"name": "--vvd-radio-accent-primary",
|
|
9760
10285
|
"default": "var(--vvd-color-canvas-text)"
|
|
10286
|
+
},
|
|
10287
|
+
{
|
|
10288
|
+
"name": "--vvd-radio-accent-primary-text",
|
|
10289
|
+
"default": "var(--vvd-color-canvas)"
|
|
10290
|
+
},
|
|
10291
|
+
{
|
|
10292
|
+
"name": "--vvd-radio-accent-primary-increment",
|
|
10293
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
10294
|
+
},
|
|
10295
|
+
{
|
|
10296
|
+
"name": "--vvd-radio-accent-intermediate",
|
|
10297
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
10298
|
+
},
|
|
10299
|
+
{
|
|
10300
|
+
"name": "--vvd-radio-accent-firm",
|
|
10301
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
10302
|
+
},
|
|
10303
|
+
{
|
|
10304
|
+
"name": "--vvd-radio-accent-fierce",
|
|
10305
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
9761
10306
|
}
|
|
9762
10307
|
],
|
|
9763
10308
|
"members": [
|
|
@@ -9771,17 +10316,21 @@
|
|
|
9771
10316
|
},
|
|
9772
10317
|
{
|
|
9773
10318
|
"kind": "field",
|
|
9774
|
-
"name": "
|
|
10319
|
+
"name": "label",
|
|
9775
10320
|
"type": {
|
|
9776
|
-
"text": "
|
|
9777
|
-
}
|
|
10321
|
+
"text": "string | undefined"
|
|
10322
|
+
},
|
|
10323
|
+
"description": "Indicates the radio's label.",
|
|
10324
|
+
"privacy": "public"
|
|
9778
10325
|
},
|
|
9779
10326
|
{
|
|
9780
10327
|
"kind": "field",
|
|
9781
|
-
"name": "
|
|
10328
|
+
"name": "connotation",
|
|
9782
10329
|
"type": {
|
|
9783
|
-
"text": "
|
|
9784
|
-
}
|
|
10330
|
+
"text": "RadioConnotation | undefined"
|
|
10331
|
+
},
|
|
10332
|
+
"description": "The connotation the radioButton should have.",
|
|
10333
|
+
"privacy": "public"
|
|
9785
10334
|
}
|
|
9786
10335
|
],
|
|
9787
10336
|
"attributes": [
|
|
@@ -9793,51 +10342,160 @@
|
|
|
9793
10342
|
"default": "null",
|
|
9794
10343
|
"fieldName": "ariaLabel"
|
|
9795
10344
|
},
|
|
10345
|
+
{
|
|
10346
|
+
"name": "label",
|
|
10347
|
+
"type": {
|
|
10348
|
+
"text": "string | undefined"
|
|
10349
|
+
},
|
|
10350
|
+
"description": "Indicates the radio's label.",
|
|
10351
|
+
"fieldName": "label"
|
|
10352
|
+
},
|
|
9796
10353
|
{
|
|
9797
10354
|
"name": "connotation",
|
|
9798
10355
|
"type": {
|
|
9799
|
-
"text": "
|
|
10356
|
+
"text": "RadioConnotation | undefined"
|
|
9800
10357
|
},
|
|
10358
|
+
"description": "The connotation the radioButton should have.",
|
|
9801
10359
|
"fieldName": "connotation"
|
|
9802
|
-
}
|
|
10360
|
+
}
|
|
10361
|
+
],
|
|
10362
|
+
"superclass": {
|
|
10363
|
+
"name": "FastRadio",
|
|
10364
|
+
"package": "@microsoft/fast-foundation"
|
|
10365
|
+
},
|
|
10366
|
+
"vividComponent": {
|
|
10367
|
+
"public": true,
|
|
10368
|
+
"name": "radio"
|
|
10369
|
+
}
|
|
10370
|
+
}
|
|
10371
|
+
],
|
|
10372
|
+
"exports": [
|
|
10373
|
+
{
|
|
10374
|
+
"kind": "js",
|
|
10375
|
+
"name": "Radio",
|
|
10376
|
+
"declaration": {
|
|
10377
|
+
"name": "Radio",
|
|
10378
|
+
"module": "libs/components/src/lib/radio/radio.ts"
|
|
10379
|
+
}
|
|
10380
|
+
}
|
|
10381
|
+
]
|
|
10382
|
+
},
|
|
10383
|
+
{
|
|
10384
|
+
"kind": "javascript-module",
|
|
10385
|
+
"path": "libs/components/src/lib/radio-group/definition.ts",
|
|
10386
|
+
"declarations": [
|
|
10387
|
+
{
|
|
10388
|
+
"kind": "variable",
|
|
10389
|
+
"name": "radioGroupDefinition",
|
|
10390
|
+
"description": "The radio-group element is a custom element that is used to display a group of radio buttons."
|
|
10391
|
+
},
|
|
10392
|
+
{
|
|
10393
|
+
"kind": "variable",
|
|
10394
|
+
"name": "registerRadioGroup",
|
|
10395
|
+
"description": "Registers the radio-group elements with the design system.",
|
|
10396
|
+
"parameters": [
|
|
9803
10397
|
{
|
|
9804
|
-
"
|
|
10398
|
+
"description": "the prefix to use for the component name",
|
|
10399
|
+
"name": "prefix"
|
|
10400
|
+
}
|
|
10401
|
+
]
|
|
10402
|
+
}
|
|
10403
|
+
],
|
|
10404
|
+
"exports": [
|
|
10405
|
+
{
|
|
10406
|
+
"kind": "js",
|
|
10407
|
+
"name": "radioGroupDefinition",
|
|
10408
|
+
"declaration": {
|
|
10409
|
+
"name": "radioGroupDefinition",
|
|
10410
|
+
"module": "libs/components/src/lib/radio-group/definition.ts"
|
|
10411
|
+
}
|
|
10412
|
+
},
|
|
10413
|
+
{
|
|
10414
|
+
"kind": "js",
|
|
10415
|
+
"name": "registerRadioGroup",
|
|
10416
|
+
"declaration": {
|
|
10417
|
+
"name": "registerRadioGroup",
|
|
10418
|
+
"module": "libs/components/src/lib/radio-group/definition.ts"
|
|
10419
|
+
}
|
|
10420
|
+
}
|
|
10421
|
+
]
|
|
10422
|
+
},
|
|
10423
|
+
{
|
|
10424
|
+
"kind": "javascript-module",
|
|
10425
|
+
"path": "libs/components/src/lib/radio-group/radio-group.ts",
|
|
10426
|
+
"declarations": [
|
|
10427
|
+
{
|
|
10428
|
+
"kind": "class",
|
|
10429
|
+
"description": "",
|
|
10430
|
+
"name": "RadioGroup",
|
|
10431
|
+
"slots": [
|
|
10432
|
+
{
|
|
10433
|
+
"description": "Default slot.",
|
|
10434
|
+
"name": ""
|
|
10435
|
+
}
|
|
10436
|
+
],
|
|
10437
|
+
"members": [
|
|
10438
|
+
{
|
|
10439
|
+
"kind": "field",
|
|
10440
|
+
"name": "label",
|
|
9805
10441
|
"type": {
|
|
9806
|
-
"text": "
|
|
10442
|
+
"text": "string | undefined"
|
|
9807
10443
|
},
|
|
9808
|
-
"
|
|
10444
|
+
"description": "Indicates the group's label.",
|
|
10445
|
+
"privacy": "public"
|
|
10446
|
+
}
|
|
10447
|
+
],
|
|
10448
|
+
"attributes": [
|
|
10449
|
+
{
|
|
10450
|
+
"name": "label",
|
|
10451
|
+
"type": {
|
|
10452
|
+
"text": "string | undefined"
|
|
10453
|
+
},
|
|
10454
|
+
"description": "Indicates the group's label.",
|
|
10455
|
+
"fieldName": "label"
|
|
9809
10456
|
}
|
|
9810
10457
|
],
|
|
9811
10458
|
"superclass": {
|
|
9812
|
-
"name": "
|
|
10459
|
+
"name": "FastRadioGroup",
|
|
9813
10460
|
"package": "@microsoft/fast-foundation"
|
|
10461
|
+
},
|
|
10462
|
+
"vividComponent": {
|
|
10463
|
+
"public": true,
|
|
10464
|
+
"name": "radio-group",
|
|
10465
|
+
"vueModels": [
|
|
10466
|
+
{
|
|
10467
|
+
"name": "modelValue",
|
|
10468
|
+
"attributeName": "value",
|
|
10469
|
+
"eventName": "change",
|
|
10470
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
10471
|
+
}
|
|
10472
|
+
]
|
|
9814
10473
|
}
|
|
9815
10474
|
}
|
|
9816
10475
|
],
|
|
9817
10476
|
"exports": [
|
|
9818
10477
|
{
|
|
9819
10478
|
"kind": "js",
|
|
9820
|
-
"name": "
|
|
10479
|
+
"name": "RadioGroup",
|
|
9821
10480
|
"declaration": {
|
|
9822
|
-
"name": "
|
|
9823
|
-
"module": "libs/components/src/lib/
|
|
10481
|
+
"name": "RadioGroup",
|
|
10482
|
+
"module": "libs/components/src/lib/radio-group/radio-group.ts"
|
|
9824
10483
|
}
|
|
9825
10484
|
}
|
|
9826
10485
|
]
|
|
9827
10486
|
},
|
|
9828
10487
|
{
|
|
9829
10488
|
"kind": "javascript-module",
|
|
9830
|
-
"path": "libs/components/src/lib/
|
|
10489
|
+
"path": "libs/components/src/lib/range-slider/definition.ts",
|
|
9831
10490
|
"declarations": [
|
|
9832
10491
|
{
|
|
9833
10492
|
"kind": "variable",
|
|
9834
|
-
"name": "
|
|
9835
|
-
"description": "The radio element."
|
|
10493
|
+
"name": "rangeSliderDefinition"
|
|
9836
10494
|
},
|
|
9837
10495
|
{
|
|
9838
10496
|
"kind": "variable",
|
|
9839
|
-
"name": "
|
|
9840
|
-
"description": "Registers the
|
|
10497
|
+
"name": "registerRangeSlider",
|
|
10498
|
+
"description": "Registers the range-slider element with the design system.",
|
|
9841
10499
|
"parameters": [
|
|
9842
10500
|
{
|
|
9843
10501
|
"description": "the prefix to use for the component name",
|
|
@@ -9849,239 +10507,543 @@
|
|
|
9849
10507
|
"exports": [
|
|
9850
10508
|
{
|
|
9851
10509
|
"kind": "js",
|
|
9852
|
-
"name": "
|
|
10510
|
+
"name": "rangeSliderDefinition",
|
|
9853
10511
|
"declaration": {
|
|
9854
|
-
"name": "
|
|
9855
|
-
"module": "libs/components/src/lib/
|
|
10512
|
+
"name": "rangeSliderDefinition",
|
|
10513
|
+
"module": "libs/components/src/lib/range-slider/definition.ts"
|
|
9856
10514
|
}
|
|
9857
10515
|
},
|
|
9858
10516
|
{
|
|
9859
10517
|
"kind": "js",
|
|
9860
|
-
"name": "
|
|
10518
|
+
"name": "registerRangeSlider",
|
|
9861
10519
|
"declaration": {
|
|
9862
|
-
"name": "
|
|
9863
|
-
"module": "libs/components/src/lib/
|
|
10520
|
+
"name": "registerRangeSlider",
|
|
10521
|
+
"module": "libs/components/src/lib/range-slider/definition.ts"
|
|
9864
10522
|
}
|
|
9865
10523
|
}
|
|
9866
10524
|
]
|
|
9867
10525
|
},
|
|
9868
10526
|
{
|
|
9869
10527
|
"kind": "javascript-module",
|
|
9870
|
-
"path": "libs/components/src/lib/
|
|
10528
|
+
"path": "libs/components/src/lib/range-slider/locale.ts",
|
|
10529
|
+
"declarations": [],
|
|
10530
|
+
"exports": []
|
|
10531
|
+
},
|
|
10532
|
+
{
|
|
10533
|
+
"kind": "javascript-module",
|
|
10534
|
+
"path": "libs/components/src/lib/range-slider/range-slider.form-associated.ts",
|
|
9871
10535
|
"declarations": [
|
|
9872
10536
|
{
|
|
9873
10537
|
"kind": "class",
|
|
9874
|
-
"description": "
|
|
9875
|
-
"name": "
|
|
10538
|
+
"description": "",
|
|
10539
|
+
"name": "FormAssociatedRangeSlider",
|
|
10540
|
+
"members": [
|
|
10541
|
+
{
|
|
10542
|
+
"kind": "field",
|
|
10543
|
+
"name": "proxy"
|
|
10544
|
+
}
|
|
10545
|
+
],
|
|
10546
|
+
"mixins": [
|
|
10547
|
+
{
|
|
10548
|
+
"name": "FormAssociated",
|
|
10549
|
+
"package": "@microsoft/fast-foundation"
|
|
10550
|
+
}
|
|
10551
|
+
],
|
|
10552
|
+
"superclass": {
|
|
10553
|
+
"name": "_RangeSlider",
|
|
10554
|
+
"module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
|
|
10555
|
+
}
|
|
10556
|
+
}
|
|
10557
|
+
],
|
|
10558
|
+
"exports": [
|
|
10559
|
+
{
|
|
10560
|
+
"kind": "js",
|
|
10561
|
+
"name": "FormAssociatedRangeSlider",
|
|
10562
|
+
"declaration": {
|
|
10563
|
+
"name": "FormAssociatedRangeSlider",
|
|
10564
|
+
"module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
|
|
10565
|
+
}
|
|
10566
|
+
}
|
|
10567
|
+
]
|
|
10568
|
+
},
|
|
10569
|
+
{
|
|
10570
|
+
"kind": "javascript-module",
|
|
10571
|
+
"path": "libs/components/src/lib/range-slider/range-slider.ts",
|
|
10572
|
+
"declarations": [
|
|
10573
|
+
{
|
|
10574
|
+
"kind": "class",
|
|
10575
|
+
"description": "Base class for range-slider",
|
|
10576
|
+
"name": "RangeSlider",
|
|
9876
10577
|
"cssProperties": [
|
|
9877
10578
|
{
|
|
9878
|
-
"name": "--vvd-
|
|
10579
|
+
"name": "--vvd-slider-cta-primary",
|
|
9879
10580
|
"default": "var(--vvd-color-cta-500)"
|
|
9880
10581
|
},
|
|
9881
10582
|
{
|
|
9882
|
-
"name": "--vvd-
|
|
9883
|
-
"default": "var(--vvd-color-canvas)"
|
|
10583
|
+
"name": "--vvd-slider-accent-primary",
|
|
10584
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
10585
|
+
}
|
|
10586
|
+
],
|
|
10587
|
+
"members": [
|
|
10588
|
+
{
|
|
10589
|
+
"kind": "field",
|
|
10590
|
+
"name": "#isInternalValueUpdate",
|
|
10591
|
+
"privacy": "private",
|
|
10592
|
+
"type": {
|
|
10593
|
+
"text": "boolean"
|
|
10594
|
+
},
|
|
10595
|
+
"default": "false"
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"kind": "field",
|
|
10599
|
+
"name": "start",
|
|
10600
|
+
"type": {
|
|
10601
|
+
"text": "string"
|
|
10602
|
+
},
|
|
10603
|
+
"default": "''",
|
|
10604
|
+
"description": "The start value of the range."
|
|
10605
|
+
},
|
|
10606
|
+
{
|
|
10607
|
+
"kind": "field",
|
|
10608
|
+
"name": "initialStart",
|
|
10609
|
+
"type": {
|
|
10610
|
+
"text": "| string\n\t\t| undefined"
|
|
10611
|
+
},
|
|
10612
|
+
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
|
|
10613
|
+
},
|
|
10614
|
+
{
|
|
10615
|
+
"kind": "field",
|
|
10616
|
+
"name": "currentStart",
|
|
10617
|
+
"type": {
|
|
10618
|
+
"text": "string"
|
|
10619
|
+
},
|
|
10620
|
+
"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."
|
|
10621
|
+
},
|
|
10622
|
+
{
|
|
10623
|
+
"kind": "field",
|
|
10624
|
+
"name": "startAsNumber",
|
|
10625
|
+
"type": {
|
|
10626
|
+
"text": "number"
|
|
10627
|
+
},
|
|
10628
|
+
"description": "The start property, typed as a number.",
|
|
10629
|
+
"privacy": "public"
|
|
10630
|
+
},
|
|
10631
|
+
{
|
|
10632
|
+
"kind": "field",
|
|
10633
|
+
"name": "end",
|
|
10634
|
+
"type": {
|
|
10635
|
+
"text": "string"
|
|
10636
|
+
},
|
|
10637
|
+
"default": "''",
|
|
10638
|
+
"description": "The end value of the range."
|
|
10639
|
+
},
|
|
10640
|
+
{
|
|
10641
|
+
"kind": "field",
|
|
10642
|
+
"name": "initialEnd",
|
|
10643
|
+
"type": {
|
|
10644
|
+
"text": "string | undefined"
|
|
10645
|
+
},
|
|
10646
|
+
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set."
|
|
10647
|
+
},
|
|
10648
|
+
{
|
|
10649
|
+
"kind": "field",
|
|
10650
|
+
"name": "currentEnd",
|
|
10651
|
+
"type": {
|
|
10652
|
+
"text": "string"
|
|
10653
|
+
},
|
|
10654
|
+
"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."
|
|
10655
|
+
},
|
|
10656
|
+
{
|
|
10657
|
+
"kind": "field",
|
|
10658
|
+
"name": "endAsNumber",
|
|
10659
|
+
"description": "The end property, typed as a number.",
|
|
10660
|
+
"privacy": "public"
|
|
10661
|
+
},
|
|
10662
|
+
{
|
|
10663
|
+
"kind": "method",
|
|
10664
|
+
"name": "#updateValues",
|
|
10665
|
+
"parameters": [
|
|
10666
|
+
{
|
|
10667
|
+
"name": "{ start, end }",
|
|
10668
|
+
"type": {
|
|
10669
|
+
"text": "{ start?: string; end?: string }"
|
|
10670
|
+
}
|
|
10671
|
+
},
|
|
10672
|
+
{
|
|
10673
|
+
"name": "emitEvents",
|
|
10674
|
+
"default": "true",
|
|
10675
|
+
"type": {
|
|
10676
|
+
"text": "boolean"
|
|
10677
|
+
}
|
|
10678
|
+
}
|
|
10679
|
+
]
|
|
10680
|
+
},
|
|
10681
|
+
{
|
|
10682
|
+
"kind": "field",
|
|
10683
|
+
"name": "min",
|
|
10684
|
+
"type": {
|
|
10685
|
+
"text": "number"
|
|
10686
|
+
},
|
|
10687
|
+
"default": "0",
|
|
10688
|
+
"description": "The minimum value of the range.",
|
|
10689
|
+
"privacy": "public"
|
|
10690
|
+
},
|
|
10691
|
+
{
|
|
10692
|
+
"kind": "field",
|
|
10693
|
+
"name": "max",
|
|
10694
|
+
"type": {
|
|
10695
|
+
"text": "number"
|
|
10696
|
+
},
|
|
10697
|
+
"default": "10",
|
|
10698
|
+
"description": "The maximum value of the range.",
|
|
10699
|
+
"privacy": "public"
|
|
10700
|
+
},
|
|
10701
|
+
{
|
|
10702
|
+
"kind": "field",
|
|
10703
|
+
"name": "step",
|
|
10704
|
+
"type": {
|
|
10705
|
+
"text": "number"
|
|
10706
|
+
},
|
|
10707
|
+
"default": "1",
|
|
10708
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
10709
|
+
"privacy": "public"
|
|
10710
|
+
},
|
|
10711
|
+
{
|
|
10712
|
+
"kind": "method",
|
|
10713
|
+
"name": "#applyStep",
|
|
10714
|
+
"parameters": [
|
|
10715
|
+
{
|
|
10716
|
+
"name": "thumb",
|
|
10717
|
+
"type": {
|
|
10718
|
+
"text": "'start' | 'end'"
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10721
|
+
{
|
|
10722
|
+
"name": "direction",
|
|
10723
|
+
"type": {
|
|
10724
|
+
"text": "Direction"
|
|
10725
|
+
}
|
|
10726
|
+
}
|
|
10727
|
+
]
|
|
10728
|
+
},
|
|
10729
|
+
{
|
|
10730
|
+
"kind": "field",
|
|
10731
|
+
"name": "orientation",
|
|
10732
|
+
"type": {
|
|
10733
|
+
"text": "Orientation"
|
|
10734
|
+
},
|
|
10735
|
+
"description": "The orientation of the slider.",
|
|
10736
|
+
"privacy": "public"
|
|
10737
|
+
},
|
|
10738
|
+
{
|
|
10739
|
+
"kind": "field",
|
|
10740
|
+
"name": "ariaStartLabel",
|
|
10741
|
+
"type": {
|
|
10742
|
+
"text": "string | null"
|
|
10743
|
+
},
|
|
10744
|
+
"default": "null",
|
|
10745
|
+
"description": "Aria label for the start thumb",
|
|
10746
|
+
"privacy": "public"
|
|
10747
|
+
},
|
|
10748
|
+
{
|
|
10749
|
+
"kind": "field",
|
|
10750
|
+
"name": "ariaEndLabel",
|
|
10751
|
+
"type": {
|
|
10752
|
+
"text": "string | null"
|
|
10753
|
+
},
|
|
10754
|
+
"default": "null",
|
|
10755
|
+
"description": "Aria label for the end thumb",
|
|
10756
|
+
"privacy": "public"
|
|
10757
|
+
},
|
|
10758
|
+
{
|
|
10759
|
+
"kind": "field",
|
|
10760
|
+
"name": "markers",
|
|
10761
|
+
"type": {
|
|
10762
|
+
"text": "boolean"
|
|
10763
|
+
},
|
|
10764
|
+
"default": "false",
|
|
10765
|
+
"description": "Display markers on/off",
|
|
10766
|
+
"privacy": "public"
|
|
10767
|
+
},
|
|
10768
|
+
{
|
|
10769
|
+
"kind": "field",
|
|
10770
|
+
"name": "connotation",
|
|
10771
|
+
"type": {
|
|
10772
|
+
"text": "RangeSliderConnotation | undefined"
|
|
10773
|
+
},
|
|
10774
|
+
"description": "The connotation of the component",
|
|
10775
|
+
"privacy": "public"
|
|
10776
|
+
},
|
|
10777
|
+
{
|
|
10778
|
+
"kind": "field",
|
|
10779
|
+
"name": "valueTextFormatter",
|
|
10780
|
+
"type": {
|
|
10781
|
+
"text": "(value: string) => string"
|
|
10782
|
+
},
|
|
10783
|
+
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
10784
|
+
"privacy": "public"
|
|
10785
|
+
},
|
|
10786
|
+
{
|
|
10787
|
+
"kind": "method",
|
|
10788
|
+
"name": "#updateFormValue"
|
|
10789
|
+
},
|
|
10790
|
+
{
|
|
10791
|
+
"kind": "method",
|
|
10792
|
+
"name": "formResetCallback"
|
|
10793
|
+
},
|
|
10794
|
+
{
|
|
10795
|
+
"kind": "field",
|
|
10796
|
+
"name": "#thumbs",
|
|
10797
|
+
"privacy": "private",
|
|
10798
|
+
"readonly": true
|
|
10799
|
+
},
|
|
10800
|
+
{
|
|
10801
|
+
"kind": "field",
|
|
10802
|
+
"name": "#thumbConstraints",
|
|
10803
|
+
"privacy": "private",
|
|
10804
|
+
"readonly": true
|
|
10805
|
+
},
|
|
10806
|
+
{
|
|
10807
|
+
"kind": "field",
|
|
10808
|
+
"name": "#draggingThumb",
|
|
10809
|
+
"privacy": "private",
|
|
10810
|
+
"type": {
|
|
10811
|
+
"text": "false | 'start' | 'end'"
|
|
10812
|
+
},
|
|
10813
|
+
"default": "false"
|
|
10814
|
+
},
|
|
10815
|
+
{
|
|
10816
|
+
"kind": "method",
|
|
10817
|
+
"name": "#updateThumbPositions"
|
|
10818
|
+
},
|
|
10819
|
+
{
|
|
10820
|
+
"kind": "method",
|
|
10821
|
+
"name": "#thumbTrackEndOffset",
|
|
10822
|
+
"parameters": [
|
|
10823
|
+
{
|
|
10824
|
+
"name": "value",
|
|
10825
|
+
"type": {
|
|
10826
|
+
"text": "number"
|
|
10827
|
+
}
|
|
10828
|
+
}
|
|
10829
|
+
]
|
|
10830
|
+
},
|
|
10831
|
+
{
|
|
10832
|
+
"kind": "method",
|
|
10833
|
+
"name": "#calculateValueFromMouseEvent",
|
|
10834
|
+
"parameters": [
|
|
10835
|
+
{
|
|
10836
|
+
"name": "e",
|
|
10837
|
+
"type": {
|
|
10838
|
+
"text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
|
|
10839
|
+
}
|
|
10840
|
+
}
|
|
10841
|
+
]
|
|
10842
|
+
},
|
|
10843
|
+
{
|
|
10844
|
+
"kind": "method",
|
|
10845
|
+
"name": "#roundToNearestStep",
|
|
10846
|
+
"parameters": [
|
|
10847
|
+
{
|
|
10848
|
+
"name": "thumb",
|
|
10849
|
+
"type": {
|
|
10850
|
+
"text": "'start' | 'end'"
|
|
10851
|
+
}
|
|
10852
|
+
},
|
|
10853
|
+
{
|
|
10854
|
+
"name": "value",
|
|
10855
|
+
"type": {
|
|
10856
|
+
"text": "number"
|
|
10857
|
+
}
|
|
10858
|
+
}
|
|
10859
|
+
]
|
|
9884
10860
|
},
|
|
9885
10861
|
{
|
|
9886
|
-
"
|
|
9887
|
-
"
|
|
10862
|
+
"kind": "method",
|
|
10863
|
+
"name": "#registerThumbListeners"
|
|
9888
10864
|
},
|
|
9889
10865
|
{
|
|
9890
|
-
"
|
|
9891
|
-
"
|
|
10866
|
+
"kind": "method",
|
|
10867
|
+
"name": "#unregisterThumbListeners"
|
|
9892
10868
|
},
|
|
9893
10869
|
{
|
|
9894
|
-
"
|
|
9895
|
-
"
|
|
10870
|
+
"kind": "field",
|
|
10871
|
+
"name": "#onThumbMousedown",
|
|
10872
|
+
"privacy": "private"
|
|
9896
10873
|
},
|
|
9897
10874
|
{
|
|
9898
|
-
"
|
|
9899
|
-
"
|
|
10875
|
+
"kind": "field",
|
|
10876
|
+
"name": "#onThumbKeydown",
|
|
10877
|
+
"privacy": "private"
|
|
9900
10878
|
},
|
|
9901
10879
|
{
|
|
9902
|
-
"
|
|
9903
|
-
"
|
|
10880
|
+
"kind": "method",
|
|
10881
|
+
"name": "#registerDragHandlers"
|
|
9904
10882
|
},
|
|
9905
10883
|
{
|
|
9906
|
-
"
|
|
9907
|
-
"
|
|
10884
|
+
"kind": "method",
|
|
10885
|
+
"name": "#unregisterDragListeners"
|
|
9908
10886
|
},
|
|
9909
10887
|
{
|
|
9910
|
-
"
|
|
9911
|
-
"
|
|
10888
|
+
"kind": "field",
|
|
10889
|
+
"name": "#onDragMove",
|
|
10890
|
+
"privacy": "private"
|
|
9912
10891
|
},
|
|
9913
10892
|
{
|
|
9914
|
-
"
|
|
9915
|
-
"
|
|
10893
|
+
"kind": "field",
|
|
10894
|
+
"name": "#onDragEnd",
|
|
10895
|
+
"privacy": "private"
|
|
9916
10896
|
},
|
|
9917
10897
|
{
|
|
9918
|
-
"
|
|
9919
|
-
"
|
|
10898
|
+
"kind": "field",
|
|
10899
|
+
"name": "proxy",
|
|
10900
|
+
"inheritedFrom": {
|
|
10901
|
+
"name": "FormAssociatedRangeSlider",
|
|
10902
|
+
"module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
|
|
10903
|
+
}
|
|
10904
|
+
}
|
|
10905
|
+
],
|
|
10906
|
+
"events": [
|
|
10907
|
+
{
|
|
10908
|
+
"description": "Event emitted when the start value changes",
|
|
10909
|
+
"name": "input:start"
|
|
9920
10910
|
},
|
|
9921
10911
|
{
|
|
9922
|
-
"
|
|
9923
|
-
"
|
|
10912
|
+
"description": "Event emitted when the end value changes",
|
|
10913
|
+
"name": "input:end"
|
|
9924
10914
|
}
|
|
9925
10915
|
],
|
|
9926
|
-
"
|
|
10916
|
+
"attributes": [
|
|
9927
10917
|
{
|
|
9928
|
-
"
|
|
9929
|
-
"name": "ariaLabel",
|
|
10918
|
+
"name": "start",
|
|
9930
10919
|
"type": {
|
|
9931
|
-
"text": "string
|
|
10920
|
+
"text": "| string\n\t\t| undefined"
|
|
9932
10921
|
},
|
|
9933
|
-
"
|
|
10922
|
+
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
|
|
10923
|
+
"fieldName": "initialStart"
|
|
9934
10924
|
},
|
|
9935
10925
|
{
|
|
9936
|
-
"
|
|
9937
|
-
"
|
|
10926
|
+
"name": "current-start",
|
|
10927
|
+
"type": {
|
|
10928
|
+
"text": "string"
|
|
10929
|
+
},
|
|
10930
|
+
"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.",
|
|
10931
|
+
"fieldName": "currentStart"
|
|
10932
|
+
},
|
|
10933
|
+
{
|
|
10934
|
+
"name": "end",
|
|
9938
10935
|
"type": {
|
|
9939
10936
|
"text": "string | undefined"
|
|
9940
10937
|
},
|
|
9941
|
-
"description": "
|
|
9942
|
-
"
|
|
10938
|
+
"description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
|
|
10939
|
+
"fieldName": "initialEnd"
|
|
9943
10940
|
},
|
|
9944
10941
|
{
|
|
9945
|
-
"
|
|
9946
|
-
"name": "connotation",
|
|
10942
|
+
"name": "current-end",
|
|
9947
10943
|
"type": {
|
|
9948
|
-
"text": "
|
|
10944
|
+
"text": "string"
|
|
9949
10945
|
},
|
|
9950
|
-
"description": "The
|
|
9951
|
-
"
|
|
9952
|
-
}
|
|
9953
|
-
],
|
|
9954
|
-
"attributes": [
|
|
10946
|
+
"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.",
|
|
10947
|
+
"fieldName": "currentEnd"
|
|
10948
|
+
},
|
|
9955
10949
|
{
|
|
9956
|
-
"name": "aria-label",
|
|
9957
10950
|
"type": {
|
|
9958
|
-
"text": "
|
|
10951
|
+
"text": "number"
|
|
9959
10952
|
},
|
|
9960
|
-
"default": "
|
|
9961
|
-
"
|
|
10953
|
+
"default": "0",
|
|
10954
|
+
"description": "The minimum value of the range.",
|
|
10955
|
+
"fieldName": "min"
|
|
9962
10956
|
},
|
|
9963
10957
|
{
|
|
9964
|
-
"name": "label",
|
|
9965
10958
|
"type": {
|
|
9966
|
-
"text": "
|
|
10959
|
+
"text": "number"
|
|
9967
10960
|
},
|
|
9968
|
-
"
|
|
9969
|
-
"
|
|
10961
|
+
"default": "10",
|
|
10962
|
+
"description": "The maximum value of the range.",
|
|
10963
|
+
"fieldName": "max"
|
|
9970
10964
|
},
|
|
9971
10965
|
{
|
|
9972
|
-
"name": "connotation",
|
|
9973
10966
|
"type": {
|
|
9974
|
-
"text": "
|
|
10967
|
+
"text": "number"
|
|
9975
10968
|
},
|
|
9976
|
-
"
|
|
9977
|
-
"
|
|
9978
|
-
|
|
9979
|
-
|
|
9980
|
-
"superclass": {
|
|
9981
|
-
"name": "FastRadio",
|
|
9982
|
-
"package": "@microsoft/fast-foundation"
|
|
9983
|
-
}
|
|
9984
|
-
}
|
|
9985
|
-
],
|
|
9986
|
-
"exports": [
|
|
9987
|
-
{
|
|
9988
|
-
"kind": "js",
|
|
9989
|
-
"name": "Radio",
|
|
9990
|
-
"declaration": {
|
|
9991
|
-
"name": "Radio",
|
|
9992
|
-
"module": "libs/components/src/lib/radio/radio.ts"
|
|
9993
|
-
}
|
|
9994
|
-
}
|
|
9995
|
-
]
|
|
9996
|
-
},
|
|
9997
|
-
{
|
|
9998
|
-
"kind": "javascript-module",
|
|
9999
|
-
"path": "libs/components/src/lib/radio-group/definition.ts",
|
|
10000
|
-
"declarations": [
|
|
10001
|
-
{
|
|
10002
|
-
"kind": "variable",
|
|
10003
|
-
"name": "radioGroupDefinition",
|
|
10004
|
-
"description": "The radio-group element is a custom element that is used to display a group of radio buttons."
|
|
10005
|
-
},
|
|
10006
|
-
{
|
|
10007
|
-
"kind": "variable",
|
|
10008
|
-
"name": "registerRadioGroup",
|
|
10009
|
-
"description": "Registers the radio-group elements with the design system.",
|
|
10010
|
-
"parameters": [
|
|
10969
|
+
"default": "1",
|
|
10970
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
10971
|
+
"fieldName": "step"
|
|
10972
|
+
},
|
|
10011
10973
|
{
|
|
10012
|
-
"
|
|
10013
|
-
"
|
|
10014
|
-
|
|
10015
|
-
|
|
10016
|
-
|
|
10017
|
-
|
|
10018
|
-
|
|
10019
|
-
{
|
|
10020
|
-
"kind": "js",
|
|
10021
|
-
"name": "radioGroupDefinition",
|
|
10022
|
-
"declaration": {
|
|
10023
|
-
"name": "radioGroupDefinition",
|
|
10024
|
-
"module": "libs/components/src/lib/radio-group/definition.ts"
|
|
10025
|
-
}
|
|
10026
|
-
},
|
|
10027
|
-
{
|
|
10028
|
-
"kind": "js",
|
|
10029
|
-
"name": "registerRadioGroup",
|
|
10030
|
-
"declaration": {
|
|
10031
|
-
"name": "registerRadioGroup",
|
|
10032
|
-
"module": "libs/components/src/lib/radio-group/definition.ts"
|
|
10033
|
-
}
|
|
10034
|
-
}
|
|
10035
|
-
]
|
|
10036
|
-
},
|
|
10037
|
-
{
|
|
10038
|
-
"kind": "javascript-module",
|
|
10039
|
-
"path": "libs/components/src/lib/radio-group/radio-group.ts",
|
|
10040
|
-
"declarations": [
|
|
10041
|
-
{
|
|
10042
|
-
"kind": "class",
|
|
10043
|
-
"description": "Base class for radio-group",
|
|
10044
|
-
"name": "RadioGroup",
|
|
10045
|
-
"slots": [
|
|
10974
|
+
"name": "orientation",
|
|
10975
|
+
"type": {
|
|
10976
|
+
"text": "Orientation"
|
|
10977
|
+
},
|
|
10978
|
+
"description": "The orientation of the slider.",
|
|
10979
|
+
"fieldName": "orientation"
|
|
10980
|
+
},
|
|
10046
10981
|
{
|
|
10047
|
-
"
|
|
10048
|
-
"
|
|
10049
|
-
|
|
10050
|
-
|
|
10051
|
-
|
|
10982
|
+
"name": "aria-start-label",
|
|
10983
|
+
"type": {
|
|
10984
|
+
"text": "string | null"
|
|
10985
|
+
},
|
|
10986
|
+
"default": "null",
|
|
10987
|
+
"description": "Aria label for the start thumb",
|
|
10988
|
+
"fieldName": "ariaStartLabel"
|
|
10989
|
+
},
|
|
10052
10990
|
{
|
|
10053
|
-
"
|
|
10054
|
-
"name": "label",
|
|
10991
|
+
"name": "aria-end-label",
|
|
10055
10992
|
"type": {
|
|
10056
|
-
"text": "string |
|
|
10993
|
+
"text": "string | null"
|
|
10057
10994
|
},
|
|
10058
|
-
"
|
|
10059
|
-
"
|
|
10060
|
-
|
|
10061
|
-
|
|
10062
|
-
"attributes": [
|
|
10995
|
+
"default": "null",
|
|
10996
|
+
"description": "Aria label for the end thumb",
|
|
10997
|
+
"fieldName": "ariaEndLabel"
|
|
10998
|
+
},
|
|
10063
10999
|
{
|
|
10064
|
-
"name": "label",
|
|
10065
11000
|
"type": {
|
|
10066
|
-
"text": "
|
|
11001
|
+
"text": "boolean"
|
|
10067
11002
|
},
|
|
10068
|
-
"
|
|
10069
|
-
"
|
|
11003
|
+
"default": "false",
|
|
11004
|
+
"description": "Display markers on/off",
|
|
11005
|
+
"fieldName": "markers"
|
|
11006
|
+
},
|
|
11007
|
+
{
|
|
11008
|
+
"name": "connotation",
|
|
11009
|
+
"type": {
|
|
11010
|
+
"text": "RangeSliderConnotation | undefined"
|
|
11011
|
+
},
|
|
11012
|
+
"description": "The connotation of the component",
|
|
11013
|
+
"fieldName": "connotation"
|
|
10070
11014
|
}
|
|
10071
11015
|
],
|
|
10072
11016
|
"superclass": {
|
|
10073
|
-
"name": "
|
|
10074
|
-
"
|
|
11017
|
+
"name": "FormAssociatedRangeSlider",
|
|
11018
|
+
"module": "/libs/components/src/lib/range-slider/range-slider.form-associated"
|
|
11019
|
+
},
|
|
11020
|
+
"vividComponent": {
|
|
11021
|
+
"name": "range-slider",
|
|
11022
|
+
"public": true,
|
|
11023
|
+
"vueModels": [
|
|
11024
|
+
{
|
|
11025
|
+
"name": "start",
|
|
11026
|
+
"attributeName": "current-start",
|
|
11027
|
+
"eventName": "input:start",
|
|
11028
|
+
"valueMapping": "(event.target as any).start"
|
|
11029
|
+
},
|
|
11030
|
+
{
|
|
11031
|
+
"name": "end",
|
|
11032
|
+
"attributeName": "current-end",
|
|
11033
|
+
"eventName": "input:end",
|
|
11034
|
+
"valueMapping": "(event.target as any).end"
|
|
11035
|
+
}
|
|
11036
|
+
]
|
|
10075
11037
|
}
|
|
10076
11038
|
}
|
|
10077
11039
|
],
|
|
10078
11040
|
"exports": [
|
|
10079
11041
|
{
|
|
10080
11042
|
"kind": "js",
|
|
10081
|
-
"name": "
|
|
11043
|
+
"name": "RangeSlider",
|
|
10082
11044
|
"declaration": {
|
|
10083
|
-
"name": "
|
|
10084
|
-
"module": "libs/components/src/lib/
|
|
11045
|
+
"name": "RangeSlider",
|
|
11046
|
+
"module": "libs/components/src/lib/range-slider/range-slider.ts"
|
|
10085
11047
|
}
|
|
10086
11048
|
}
|
|
10087
11049
|
]
|
|
@@ -10148,7 +11110,7 @@
|
|
|
10148
11110
|
"declarations": [
|
|
10149
11111
|
{
|
|
10150
11112
|
"kind": "class",
|
|
10151
|
-
"description": "
|
|
11113
|
+
"description": "",
|
|
10152
11114
|
"name": "Select",
|
|
10153
11115
|
"cssProperties": [
|
|
10154
11116
|
{
|
|
@@ -10188,6 +11150,10 @@
|
|
|
10188
11150
|
{
|
|
10189
11151
|
"description": "Slot to add meta content to the select control.",
|
|
10190
11152
|
"name": "meta"
|
|
11153
|
+
},
|
|
11154
|
+
{
|
|
11155
|
+
"description": "Describes how to use the select. Alternative to the `helper-text` attribute.",
|
|
11156
|
+
"name": "helper-text"
|
|
10191
11157
|
}
|
|
10192
11158
|
],
|
|
10193
11159
|
"members": [
|
|
@@ -10284,6 +11250,18 @@
|
|
|
10284
11250
|
"superclass": {
|
|
10285
11251
|
"name": "FoundationSelect",
|
|
10286
11252
|
"package": "@microsoft/fast-foundation"
|
|
11253
|
+
},
|
|
11254
|
+
"vividComponent": {
|
|
11255
|
+
"public": true,
|
|
11256
|
+
"name": "select",
|
|
11257
|
+
"vueModels": [
|
|
11258
|
+
{
|
|
11259
|
+
"name": "modelValue",
|
|
11260
|
+
"attributeName": "current-value",
|
|
11261
|
+
"eventName": "input",
|
|
11262
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
11263
|
+
}
|
|
11264
|
+
]
|
|
10287
11265
|
}
|
|
10288
11266
|
}
|
|
10289
11267
|
],
|
|
@@ -10343,7 +11321,7 @@
|
|
|
10343
11321
|
"declarations": [
|
|
10344
11322
|
{
|
|
10345
11323
|
"kind": "class",
|
|
10346
|
-
"description": "
|
|
11324
|
+
"description": "",
|
|
10347
11325
|
"name": "SelectableBox",
|
|
10348
11326
|
"cssProperties": [
|
|
10349
11327
|
{
|
|
@@ -10529,6 +11507,10 @@
|
|
|
10529
11507
|
"superclass": {
|
|
10530
11508
|
"name": "FoundationElement",
|
|
10531
11509
|
"package": "@microsoft/fast-foundation"
|
|
11510
|
+
},
|
|
11511
|
+
"vividComponent": {
|
|
11512
|
+
"public": true,
|
|
11513
|
+
"name": "selectable-box"
|
|
10532
11514
|
}
|
|
10533
11515
|
}
|
|
10534
11516
|
],
|
|
@@ -10589,7 +11571,7 @@
|
|
|
10589
11571
|
"declarations": [
|
|
10590
11572
|
{
|
|
10591
11573
|
"kind": "class",
|
|
10592
|
-
"description": "
|
|
11574
|
+
"description": "",
|
|
10593
11575
|
"name": "SideDrawer",
|
|
10594
11576
|
"slots": [
|
|
10595
11577
|
{
|
|
@@ -10708,6 +11690,10 @@
|
|
|
10708
11690
|
"superclass": {
|
|
10709
11691
|
"name": "FoundationElement",
|
|
10710
11692
|
"package": "@microsoft/fast-foundation"
|
|
11693
|
+
},
|
|
11694
|
+
"vividComponent": {
|
|
11695
|
+
"public": true,
|
|
11696
|
+
"name": "side-drawer"
|
|
10711
11697
|
}
|
|
10712
11698
|
}
|
|
10713
11699
|
],
|
|
@@ -10776,7 +11762,7 @@
|
|
|
10776
11762
|
"declarations": [
|
|
10777
11763
|
{
|
|
10778
11764
|
"kind": "class",
|
|
10779
|
-
"description": "
|
|
11765
|
+
"description": "",
|
|
10780
11766
|
"name": "Slider",
|
|
10781
11767
|
"cssProperties": [
|
|
10782
11768
|
{
|
|
@@ -10862,6 +11848,18 @@
|
|
|
10862
11848
|
"superclass": {
|
|
10863
11849
|
"name": "FastSlider",
|
|
10864
11850
|
"package": "@microsoft/fast-foundation"
|
|
11851
|
+
},
|
|
11852
|
+
"vividComponent": {
|
|
11853
|
+
"public": true,
|
|
11854
|
+
"name": "slider",
|
|
11855
|
+
"vueModels": [
|
|
11856
|
+
{
|
|
11857
|
+
"name": "modelValue",
|
|
11858
|
+
"attributeName": "current-value",
|
|
11859
|
+
"eventName": "change",
|
|
11860
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
11861
|
+
}
|
|
11862
|
+
]
|
|
10865
11863
|
}
|
|
10866
11864
|
}
|
|
10867
11865
|
],
|
|
@@ -10947,7 +11945,7 @@
|
|
|
10947
11945
|
"declarations": [
|
|
10948
11946
|
{
|
|
10949
11947
|
"kind": "class",
|
|
10950
|
-
"description": "
|
|
11948
|
+
"description": "",
|
|
10951
11949
|
"name": "SplitButton",
|
|
10952
11950
|
"cssProperties": [
|
|
10953
11951
|
{
|
|
@@ -11218,7 +12216,7 @@
|
|
|
11218
12216
|
"kind": "field",
|
|
11219
12217
|
"name": "indicatorAriaLabel",
|
|
11220
12218
|
"type": {
|
|
11221
|
-
"text": "string
|
|
12219
|
+
"text": "| string\n\t\t| null"
|
|
11222
12220
|
},
|
|
11223
12221
|
"default": "null",
|
|
11224
12222
|
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
@@ -11321,7 +12319,7 @@
|
|
|
11321
12319
|
{
|
|
11322
12320
|
"name": "indicator-aria-label",
|
|
11323
12321
|
"type": {
|
|
11324
|
-
"text": "string
|
|
12322
|
+
"text": "| string\n\t\t| null"
|
|
11325
12323
|
},
|
|
11326
12324
|
"default": "null",
|
|
11327
12325
|
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
@@ -11331,6 +12329,10 @@
|
|
|
11331
12329
|
"superclass": {
|
|
11332
12330
|
"name": "FoundationElement",
|
|
11333
12331
|
"package": "@microsoft/fast-foundation"
|
|
12332
|
+
},
|
|
12333
|
+
"vividComponent": {
|
|
12334
|
+
"public": true,
|
|
12335
|
+
"name": "split-button"
|
|
11334
12336
|
}
|
|
11335
12337
|
}
|
|
11336
12338
|
],
|
|
@@ -11399,7 +12401,7 @@
|
|
|
11399
12401
|
"declarations": [
|
|
11400
12402
|
{
|
|
11401
12403
|
"kind": "class",
|
|
11402
|
-
"description": "
|
|
12404
|
+
"description": "",
|
|
11403
12405
|
"name": "Switch",
|
|
11404
12406
|
"cssProperties": [
|
|
11405
12407
|
{
|
|
@@ -11540,6 +12542,18 @@
|
|
|
11540
12542
|
"superclass": {
|
|
11541
12543
|
"name": "FoundationSwitch",
|
|
11542
12544
|
"package": "@microsoft/fast-foundation"
|
|
12545
|
+
},
|
|
12546
|
+
"vividComponent": {
|
|
12547
|
+
"public": true,
|
|
12548
|
+
"name": "switch",
|
|
12549
|
+
"vueModels": [
|
|
12550
|
+
{
|
|
12551
|
+
"name": "modelValue",
|
|
12552
|
+
"attributeName": "current-checked",
|
|
12553
|
+
"eventName": "change",
|
|
12554
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
12555
|
+
}
|
|
12556
|
+
]
|
|
11543
12557
|
}
|
|
11544
12558
|
}
|
|
11545
12559
|
],
|
|
@@ -11616,7 +12630,7 @@
|
|
|
11616
12630
|
"declarations": [
|
|
11617
12631
|
{
|
|
11618
12632
|
"kind": "class",
|
|
11619
|
-
"description": "
|
|
12633
|
+
"description": "",
|
|
11620
12634
|
"name": "Tab",
|
|
11621
12635
|
"cssProperties": [
|
|
11622
12636
|
{
|
|
@@ -11763,6 +12777,10 @@
|
|
|
11763
12777
|
"superclass": {
|
|
11764
12778
|
"name": "FoundationTab",
|
|
11765
12779
|
"package": "@microsoft/fast-foundation"
|
|
12780
|
+
},
|
|
12781
|
+
"vividComponent": {
|
|
12782
|
+
"public": true,
|
|
12783
|
+
"name": "tab"
|
|
11766
12784
|
}
|
|
11767
12785
|
}
|
|
11768
12786
|
],
|
|
@@ -11823,7 +12841,7 @@
|
|
|
11823
12841
|
"declarations": [
|
|
11824
12842
|
{
|
|
11825
12843
|
"kind": "class",
|
|
11826
|
-
"description": "
|
|
12844
|
+
"description": "",
|
|
11827
12845
|
"name": "TabPanel",
|
|
11828
12846
|
"slots": [
|
|
11829
12847
|
{
|
|
@@ -11834,6 +12852,10 @@
|
|
|
11834
12852
|
"superclass": {
|
|
11835
12853
|
"name": "FoundationTabPanel",
|
|
11836
12854
|
"package": "@microsoft/fast-foundation"
|
|
12855
|
+
},
|
|
12856
|
+
"vividComponent": {
|
|
12857
|
+
"public": true,
|
|
12858
|
+
"name": "tab-panel"
|
|
11837
12859
|
}
|
|
11838
12860
|
}
|
|
11839
12861
|
],
|
|
@@ -11902,7 +12924,7 @@
|
|
|
11902
12924
|
},
|
|
11903
12925
|
{
|
|
11904
12926
|
"kind": "class",
|
|
11905
|
-
"description": "
|
|
12927
|
+
"description": "",
|
|
11906
12928
|
"name": "Tabs",
|
|
11907
12929
|
"cssProperties": [
|
|
11908
12930
|
{
|
|
@@ -12071,6 +13093,10 @@
|
|
|
12071
13093
|
"superclass": {
|
|
12072
13094
|
"name": "FoundationTabs",
|
|
12073
13095
|
"package": "@microsoft/fast-foundation"
|
|
13096
|
+
},
|
|
13097
|
+
"vividComponent": {
|
|
13098
|
+
"public": true,
|
|
13099
|
+
"name": "tabs"
|
|
12074
13100
|
}
|
|
12075
13101
|
}
|
|
12076
13102
|
],
|
|
@@ -12163,7 +13189,7 @@
|
|
|
12163
13189
|
"declarations": [
|
|
12164
13190
|
{
|
|
12165
13191
|
"kind": "class",
|
|
12166
|
-
"description": "
|
|
13192
|
+
"description": "",
|
|
12167
13193
|
"name": "Tag",
|
|
12168
13194
|
"cssProperties": [
|
|
12169
13195
|
{
|
|
@@ -12411,6 +13437,10 @@
|
|
|
12411
13437
|
"superclass": {
|
|
12412
13438
|
"name": "FoundationElement",
|
|
12413
13439
|
"package": "@microsoft/fast-foundation"
|
|
13440
|
+
},
|
|
13441
|
+
"vividComponent": {
|
|
13442
|
+
"public": true,
|
|
13443
|
+
"name": "tag"
|
|
12414
13444
|
}
|
|
12415
13445
|
}
|
|
12416
13446
|
],
|
|
@@ -12470,7 +13500,7 @@
|
|
|
12470
13500
|
"declarations": [
|
|
12471
13501
|
{
|
|
12472
13502
|
"kind": "class",
|
|
12473
|
-
"description": "
|
|
13503
|
+
"description": "",
|
|
12474
13504
|
"name": "TagGroup",
|
|
12475
13505
|
"slots": [
|
|
12476
13506
|
{
|
|
@@ -12501,6 +13531,10 @@
|
|
|
12501
13531
|
"superclass": {
|
|
12502
13532
|
"name": "FoundationElement",
|
|
12503
13533
|
"package": "@microsoft/fast-foundation"
|
|
13534
|
+
},
|
|
13535
|
+
"vividComponent": {
|
|
13536
|
+
"public": true,
|
|
13537
|
+
"name": "tag-group"
|
|
12504
13538
|
}
|
|
12505
13539
|
}
|
|
12506
13540
|
],
|
|
@@ -12537,6 +13571,22 @@
|
|
|
12537
13571
|
}
|
|
12538
13572
|
],
|
|
12539
13573
|
"exports": [
|
|
13574
|
+
{
|
|
13575
|
+
"kind": "js",
|
|
13576
|
+
"name": "TextAnchorConnotation",
|
|
13577
|
+
"declaration": {
|
|
13578
|
+
"name": "TextAnchorConnotation",
|
|
13579
|
+
"module": "./text-anchor"
|
|
13580
|
+
}
|
|
13581
|
+
},
|
|
13582
|
+
{
|
|
13583
|
+
"kind": "js",
|
|
13584
|
+
"name": "TextAnchorAppearance",
|
|
13585
|
+
"declaration": {
|
|
13586
|
+
"name": "TextAnchorAppearance",
|
|
13587
|
+
"module": "./text-anchor"
|
|
13588
|
+
}
|
|
13589
|
+
},
|
|
12540
13590
|
{
|
|
12541
13591
|
"kind": "js",
|
|
12542
13592
|
"name": "textAnchorDefinition",
|
|
@@ -12561,7 +13611,7 @@
|
|
|
12561
13611
|
"declarations": [
|
|
12562
13612
|
{
|
|
12563
13613
|
"kind": "class",
|
|
12564
|
-
"description": "
|
|
13614
|
+
"description": "",
|
|
12565
13615
|
"name": "TextAnchor",
|
|
12566
13616
|
"slots": [
|
|
12567
13617
|
{
|
|
@@ -12578,6 +13628,24 @@
|
|
|
12578
13628
|
},
|
|
12579
13629
|
"description": "Indicates the text anchor's text.",
|
|
12580
13630
|
"privacy": "public"
|
|
13631
|
+
},
|
|
13632
|
+
{
|
|
13633
|
+
"kind": "field",
|
|
13634
|
+
"name": "connotation",
|
|
13635
|
+
"type": {
|
|
13636
|
+
"text": "TextAnchorConnotation | undefined"
|
|
13637
|
+
},
|
|
13638
|
+
"description": "The connotation Text-Anchor should have.",
|
|
13639
|
+
"privacy": "public"
|
|
13640
|
+
},
|
|
13641
|
+
{
|
|
13642
|
+
"kind": "field",
|
|
13643
|
+
"name": "appearance",
|
|
13644
|
+
"type": {
|
|
13645
|
+
"text": "TextAnchorAppearance | undefined"
|
|
13646
|
+
},
|
|
13647
|
+
"description": "The appearance Text-Anchor should have.",
|
|
13648
|
+
"privacy": "public"
|
|
12581
13649
|
}
|
|
12582
13650
|
],
|
|
12583
13651
|
"attributes": [
|
|
@@ -12588,11 +13656,30 @@
|
|
|
12588
13656
|
},
|
|
12589
13657
|
"description": "Indicates the text anchor's text.",
|
|
12590
13658
|
"fieldName": "text"
|
|
13659
|
+
},
|
|
13660
|
+
{
|
|
13661
|
+
"name": "connotation",
|
|
13662
|
+
"type": {
|
|
13663
|
+
"text": "TextAnchorConnotation | undefined"
|
|
13664
|
+
},
|
|
13665
|
+
"description": "The connotation Text-Anchor should have.",
|
|
13666
|
+
"fieldName": "connotation"
|
|
13667
|
+
},
|
|
13668
|
+
{
|
|
13669
|
+
"name": "appearance",
|
|
13670
|
+
"type": {
|
|
13671
|
+
"text": "TextAnchorAppearance | undefined"
|
|
13672
|
+
},
|
|
13673
|
+
"description": "The appearance Text-Anchor should have.",
|
|
13674
|
+
"fieldName": "appearance"
|
|
12591
13675
|
}
|
|
12592
13676
|
],
|
|
12593
13677
|
"superclass": {
|
|
12594
13678
|
"name": "Anchor",
|
|
12595
13679
|
"package": "@microsoft/fast-foundation"
|
|
13680
|
+
},
|
|
13681
|
+
"vividComponent": {
|
|
13682
|
+
"name": "text-anchor"
|
|
12596
13683
|
}
|
|
12597
13684
|
}
|
|
12598
13685
|
],
|
|
@@ -12661,7 +13748,7 @@
|
|
|
12661
13748
|
"declarations": [
|
|
12662
13749
|
{
|
|
12663
13750
|
"kind": "class",
|
|
12664
|
-
"description": "
|
|
13751
|
+
"description": "",
|
|
12665
13752
|
"name": "TextArea",
|
|
12666
13753
|
"cssProperties": [
|
|
12667
13754
|
{
|
|
@@ -12761,6 +13848,12 @@
|
|
|
12761
13848
|
"default": "var(--vvd-color-neutral-100)"
|
|
12762
13849
|
}
|
|
12763
13850
|
],
|
|
13851
|
+
"slots": [
|
|
13852
|
+
{
|
|
13853
|
+
"description": "Describes how to use the text-area. Alternative to the `helper-text` attribute.",
|
|
13854
|
+
"name": "helper-text"
|
|
13855
|
+
}
|
|
13856
|
+
],
|
|
12764
13857
|
"members": [
|
|
12765
13858
|
{
|
|
12766
13859
|
"kind": "field",
|
|
@@ -12793,6 +13886,18 @@
|
|
|
12793
13886
|
"superclass": {
|
|
12794
13887
|
"name": "FoundationTextArea",
|
|
12795
13888
|
"package": "@microsoft/fast-foundation"
|
|
13889
|
+
},
|
|
13890
|
+
"vividComponent": {
|
|
13891
|
+
"public": true,
|
|
13892
|
+
"name": "text-area",
|
|
13893
|
+
"vueModels": [
|
|
13894
|
+
{
|
|
13895
|
+
"name": "modelValue",
|
|
13896
|
+
"attributeName": "current-value",
|
|
13897
|
+
"eventName": "input",
|
|
13898
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
13899
|
+
}
|
|
13900
|
+
]
|
|
12796
13901
|
}
|
|
12797
13902
|
}
|
|
12798
13903
|
],
|
|
@@ -12913,6 +14018,10 @@
|
|
|
12913
14018
|
{
|
|
12914
14019
|
"description": "Used to add action items to the end of the text-field.",
|
|
12915
14020
|
"name": "action-items"
|
|
14021
|
+
},
|
|
14022
|
+
{
|
|
14023
|
+
"description": "Describes how to use the text-field. Alternative to the `helper-text` attribute.",
|
|
14024
|
+
"name": "helper-text"
|
|
12916
14025
|
}
|
|
12917
14026
|
],
|
|
12918
14027
|
"members": [
|
|
@@ -12995,6 +14104,18 @@
|
|
|
12995
14104
|
"superclass": {
|
|
12996
14105
|
"name": "FoundationTextfield",
|
|
12997
14106
|
"package": "@microsoft/fast-foundation"
|
|
14107
|
+
},
|
|
14108
|
+
"vividComponent": {
|
|
14109
|
+
"public": true,
|
|
14110
|
+
"name": "text-field",
|
|
14111
|
+
"vueModels": [
|
|
14112
|
+
{
|
|
14113
|
+
"name": "modelValue",
|
|
14114
|
+
"attributeName": "current-value",
|
|
14115
|
+
"eventName": "input",
|
|
14116
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
14117
|
+
}
|
|
14118
|
+
]
|
|
12998
14119
|
}
|
|
12999
14120
|
}
|
|
13000
14121
|
],
|
|
@@ -13097,13 +14218,17 @@
|
|
|
13097
14218
|
"declarations": [
|
|
13098
14219
|
{
|
|
13099
14220
|
"kind": "class",
|
|
13100
|
-
"description": "
|
|
14221
|
+
"description": "",
|
|
13101
14222
|
"name": "TimePicker",
|
|
13102
14223
|
"cssProperties": [
|
|
13103
14224
|
{
|
|
13104
14225
|
"name": "--vvd-time-picker-accent-primary",
|
|
13105
14226
|
"default": "var(--vvd-color-canvas-text)"
|
|
13106
14227
|
},
|
|
14228
|
+
{
|
|
14229
|
+
"name": "--vvd-time-picker-accent-firm",
|
|
14230
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
14231
|
+
},
|
|
13107
14232
|
{
|
|
13108
14233
|
"name": "--vvd-time-picker-accent-faint",
|
|
13109
14234
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -13121,6 +14246,12 @@
|
|
|
13121
14246
|
"default": "var(--vvd-color-neutral-300)"
|
|
13122
14247
|
}
|
|
13123
14248
|
],
|
|
14249
|
+
"slots": [
|
|
14250
|
+
{
|
|
14251
|
+
"description": "Describes how to use the time-picker. Alternative to the `helper-text` attribute.",
|
|
14252
|
+
"name": "helper-text"
|
|
14253
|
+
}
|
|
14254
|
+
],
|
|
13124
14255
|
"members": [
|
|
13125
14256
|
{
|
|
13126
14257
|
"kind": "field",
|
|
@@ -13336,6 +14467,18 @@
|
|
|
13336
14467
|
"superclass": {
|
|
13337
14468
|
"name": "FormAssociatedTimePicker",
|
|
13338
14469
|
"module": "/libs/components/src/lib/time-picker/time-picker.form-associated"
|
|
14470
|
+
},
|
|
14471
|
+
"vividComponent": {
|
|
14472
|
+
"public": true,
|
|
14473
|
+
"name": "time-picker",
|
|
14474
|
+
"vueModels": [
|
|
14475
|
+
{
|
|
14476
|
+
"name": "modelValue",
|
|
14477
|
+
"attributeName": "current-value",
|
|
14478
|
+
"eventName": "input",
|
|
14479
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
14480
|
+
}
|
|
14481
|
+
]
|
|
13339
14482
|
}
|
|
13340
14483
|
}
|
|
13341
14484
|
],
|
|
@@ -13396,7 +14539,7 @@
|
|
|
13396
14539
|
"declarations": [
|
|
13397
14540
|
{
|
|
13398
14541
|
"kind": "class",
|
|
13399
|
-
"description": "
|
|
14542
|
+
"description": "",
|
|
13400
14543
|
"name": "Toggletip",
|
|
13401
14544
|
"slots": [
|
|
13402
14545
|
{
|
|
@@ -13577,6 +14720,10 @@
|
|
|
13577
14720
|
"superclass": {
|
|
13578
14721
|
"name": "FoundationElement",
|
|
13579
14722
|
"package": "@microsoft/fast-foundation"
|
|
14723
|
+
},
|
|
14724
|
+
"vividComponent": {
|
|
14725
|
+
"public": true,
|
|
14726
|
+
"name": "toggletip"
|
|
13580
14727
|
}
|
|
13581
14728
|
}
|
|
13582
14729
|
],
|
|
@@ -13637,7 +14784,7 @@
|
|
|
13637
14784
|
"declarations": [
|
|
13638
14785
|
{
|
|
13639
14786
|
"kind": "class",
|
|
13640
|
-
"description": "
|
|
14787
|
+
"description": "",
|
|
13641
14788
|
"name": "Tooltip",
|
|
13642
14789
|
"slots": [
|
|
13643
14790
|
{
|
|
@@ -13738,34 +14885,233 @@
|
|
|
13738
14885
|
}
|
|
13739
14886
|
],
|
|
13740
14887
|
"superclass": {
|
|
13741
|
-
"name": "FoundationElement",
|
|
14888
|
+
"name": "FoundationElement",
|
|
14889
|
+
"package": "@microsoft/fast-foundation"
|
|
14890
|
+
},
|
|
14891
|
+
"vividComponent": {
|
|
14892
|
+
"public": true,
|
|
14893
|
+
"name": "tooltip"
|
|
14894
|
+
}
|
|
14895
|
+
}
|
|
14896
|
+
],
|
|
14897
|
+
"exports": [
|
|
14898
|
+
{
|
|
14899
|
+
"kind": "js",
|
|
14900
|
+
"name": "Tooltip",
|
|
14901
|
+
"declaration": {
|
|
14902
|
+
"name": "Tooltip",
|
|
14903
|
+
"module": "libs/components/src/lib/tooltip/tooltip.ts"
|
|
14904
|
+
}
|
|
14905
|
+
}
|
|
14906
|
+
]
|
|
14907
|
+
},
|
|
14908
|
+
{
|
|
14909
|
+
"kind": "javascript-module",
|
|
14910
|
+
"path": "libs/components/src/lib/tree-item/definition.ts",
|
|
14911
|
+
"declarations": [
|
|
14912
|
+
{
|
|
14913
|
+
"kind": "variable",
|
|
14914
|
+
"name": "treeItemDefinition"
|
|
14915
|
+
},
|
|
14916
|
+
{
|
|
14917
|
+
"kind": "variable",
|
|
14918
|
+
"name": "registerTreeItem",
|
|
14919
|
+
"description": "Registers the tree-item element with the design system.",
|
|
14920
|
+
"parameters": [
|
|
14921
|
+
{
|
|
14922
|
+
"description": "the prefix to use for the component name",
|
|
14923
|
+
"name": "prefix"
|
|
14924
|
+
}
|
|
14925
|
+
]
|
|
14926
|
+
}
|
|
14927
|
+
],
|
|
14928
|
+
"exports": [
|
|
14929
|
+
{
|
|
14930
|
+
"kind": "js",
|
|
14931
|
+
"name": "treeItemDefinition",
|
|
14932
|
+
"declaration": {
|
|
14933
|
+
"name": "treeItemDefinition",
|
|
14934
|
+
"module": "libs/components/src/lib/tree-item/definition.ts"
|
|
14935
|
+
}
|
|
14936
|
+
},
|
|
14937
|
+
{
|
|
14938
|
+
"kind": "js",
|
|
14939
|
+
"name": "registerTreeItem",
|
|
14940
|
+
"declaration": {
|
|
14941
|
+
"name": "registerTreeItem",
|
|
14942
|
+
"module": "libs/components/src/lib/tree-item/definition.ts"
|
|
14943
|
+
}
|
|
14944
|
+
}
|
|
14945
|
+
]
|
|
14946
|
+
},
|
|
14947
|
+
{
|
|
14948
|
+
"kind": "javascript-module",
|
|
14949
|
+
"path": "libs/components/src/lib/tree-item/tree-item.ts",
|
|
14950
|
+
"declarations": [
|
|
14951
|
+
{
|
|
14952
|
+
"kind": "class",
|
|
14953
|
+
"description": "",
|
|
14954
|
+
"name": "TreeItem",
|
|
14955
|
+
"cssProperties": [
|
|
14956
|
+
{
|
|
14957
|
+
"name": "--vvd-tree-item-accent-primary",
|
|
14958
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
14959
|
+
},
|
|
14960
|
+
{
|
|
14961
|
+
"name": "--vvd-tree-item-accent-primary-text",
|
|
14962
|
+
"default": "var(--vvd-color-canvas)"
|
|
14963
|
+
},
|
|
14964
|
+
{
|
|
14965
|
+
"name": "--vvd-tree-item-accent-primary-increment",
|
|
14966
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
14967
|
+
},
|
|
14968
|
+
{
|
|
14969
|
+
"name": "--vvd-tree-item-accent-faint",
|
|
14970
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
14971
|
+
},
|
|
14972
|
+
{
|
|
14973
|
+
"name": "--vvd-tree-item-accent-soft",
|
|
14974
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
14975
|
+
}
|
|
14976
|
+
],
|
|
14977
|
+
"slots": [
|
|
14978
|
+
{
|
|
14979
|
+
"description": "To specify a child tree item.",
|
|
14980
|
+
"name": "item"
|
|
14981
|
+
},
|
|
14982
|
+
{
|
|
14983
|
+
"description": "Add an icon to the component.",
|
|
14984
|
+
"name": "icon"
|
|
14985
|
+
}
|
|
14986
|
+
],
|
|
14987
|
+
"members": [
|
|
14988
|
+
{
|
|
14989
|
+
"kind": "field",
|
|
14990
|
+
"name": "text",
|
|
14991
|
+
"type": {
|
|
14992
|
+
"text": "string | undefined"
|
|
14993
|
+
},
|
|
14994
|
+
"description": "Indicates the text's text.",
|
|
14995
|
+
"privacy": "public"
|
|
14996
|
+
}
|
|
14997
|
+
],
|
|
14998
|
+
"attributes": [
|
|
14999
|
+
{
|
|
15000
|
+
"name": "text",
|
|
15001
|
+
"type": {
|
|
15002
|
+
"text": "string | undefined"
|
|
15003
|
+
},
|
|
15004
|
+
"description": "Indicates the text's text.",
|
|
15005
|
+
"fieldName": "text"
|
|
15006
|
+
}
|
|
15007
|
+
],
|
|
15008
|
+
"superclass": {
|
|
15009
|
+
"name": "FastTreeItem",
|
|
15010
|
+
"package": "@microsoft/fast-foundation"
|
|
15011
|
+
},
|
|
15012
|
+
"vividComponent": {
|
|
15013
|
+
"public": true,
|
|
15014
|
+
"name": "tree-item"
|
|
15015
|
+
}
|
|
15016
|
+
}
|
|
15017
|
+
],
|
|
15018
|
+
"exports": [
|
|
15019
|
+
{
|
|
15020
|
+
"kind": "js",
|
|
15021
|
+
"name": "TreeItem",
|
|
15022
|
+
"declaration": {
|
|
15023
|
+
"name": "TreeItem",
|
|
15024
|
+
"module": "libs/components/src/lib/tree-item/tree-item.ts"
|
|
15025
|
+
}
|
|
15026
|
+
}
|
|
15027
|
+
]
|
|
15028
|
+
},
|
|
15029
|
+
{
|
|
15030
|
+
"kind": "javascript-module",
|
|
15031
|
+
"path": "libs/components/src/lib/tree-view/definition.ts",
|
|
15032
|
+
"declarations": [
|
|
15033
|
+
{
|
|
15034
|
+
"kind": "variable",
|
|
15035
|
+
"name": "treeViewDefinition"
|
|
15036
|
+
},
|
|
15037
|
+
{
|
|
15038
|
+
"kind": "variable",
|
|
15039
|
+
"name": "registerTreeView",
|
|
15040
|
+
"description": "Registers the tree-view element with the design system.",
|
|
15041
|
+
"parameters": [
|
|
15042
|
+
{
|
|
15043
|
+
"description": "the prefix to use for the component name",
|
|
15044
|
+
"name": "prefix"
|
|
15045
|
+
}
|
|
15046
|
+
]
|
|
15047
|
+
}
|
|
15048
|
+
],
|
|
15049
|
+
"exports": [
|
|
15050
|
+
{
|
|
15051
|
+
"kind": "js",
|
|
15052
|
+
"name": "treeViewDefinition",
|
|
15053
|
+
"declaration": {
|
|
15054
|
+
"name": "treeViewDefinition",
|
|
15055
|
+
"module": "libs/components/src/lib/tree-view/definition.ts"
|
|
15056
|
+
}
|
|
15057
|
+
},
|
|
15058
|
+
{
|
|
15059
|
+
"kind": "js",
|
|
15060
|
+
"name": "registerTreeView",
|
|
15061
|
+
"declaration": {
|
|
15062
|
+
"name": "registerTreeView",
|
|
15063
|
+
"module": "libs/components/src/lib/tree-view/definition.ts"
|
|
15064
|
+
}
|
|
15065
|
+
}
|
|
15066
|
+
]
|
|
15067
|
+
},
|
|
15068
|
+
{
|
|
15069
|
+
"kind": "javascript-module",
|
|
15070
|
+
"path": "libs/components/src/lib/tree-view/tree-view.ts",
|
|
15071
|
+
"declarations": [
|
|
15072
|
+
{
|
|
15073
|
+
"kind": "class",
|
|
15074
|
+
"description": "",
|
|
15075
|
+
"name": "TreeView",
|
|
15076
|
+
"slots": [
|
|
15077
|
+
{
|
|
15078
|
+
"description": "Default slot.",
|
|
15079
|
+
"name": ""
|
|
15080
|
+
}
|
|
15081
|
+
],
|
|
15082
|
+
"superclass": {
|
|
15083
|
+
"name": "FastTreeView",
|
|
13742
15084
|
"package": "@microsoft/fast-foundation"
|
|
15085
|
+
},
|
|
15086
|
+
"vividComponent": {
|
|
15087
|
+
"public": true,
|
|
15088
|
+
"name": "tree-view"
|
|
13743
15089
|
}
|
|
13744
15090
|
}
|
|
13745
15091
|
],
|
|
13746
15092
|
"exports": [
|
|
13747
15093
|
{
|
|
13748
15094
|
"kind": "js",
|
|
13749
|
-
"name": "
|
|
15095
|
+
"name": "TreeView",
|
|
13750
15096
|
"declaration": {
|
|
13751
|
-
"name": "
|
|
13752
|
-
"module": "libs/components/src/lib/
|
|
15097
|
+
"name": "TreeView",
|
|
15098
|
+
"module": "libs/components/src/lib/tree-view/tree-view.ts"
|
|
13753
15099
|
}
|
|
13754
15100
|
}
|
|
13755
15101
|
]
|
|
13756
15102
|
},
|
|
13757
15103
|
{
|
|
13758
15104
|
"kind": "javascript-module",
|
|
13759
|
-
"path": "libs/components/src/lib/
|
|
15105
|
+
"path": "libs/components/src/lib/video-player/definition.ts",
|
|
13760
15106
|
"declarations": [
|
|
13761
15107
|
{
|
|
13762
15108
|
"kind": "variable",
|
|
13763
|
-
"name": "
|
|
15109
|
+
"name": "videoPlayerDefinition"
|
|
13764
15110
|
},
|
|
13765
15111
|
{
|
|
13766
15112
|
"kind": "variable",
|
|
13767
|
-
"name": "
|
|
13768
|
-
"description": "Registers the
|
|
15113
|
+
"name": "registerVideoPlayer",
|
|
15114
|
+
"description": "Registers the video-player element with the design system.",
|
|
13769
15115
|
"parameters": [
|
|
13770
15116
|
{
|
|
13771
15117
|
"description": "the prefix to use for the component name",
|
|
@@ -13777,166 +15123,357 @@
|
|
|
13777
15123
|
"exports": [
|
|
13778
15124
|
{
|
|
13779
15125
|
"kind": "js",
|
|
13780
|
-
"name": "
|
|
15126
|
+
"name": "videoPlayerDefinition",
|
|
13781
15127
|
"declaration": {
|
|
13782
|
-
"name": "
|
|
13783
|
-
"module": "libs/components/src/lib/
|
|
15128
|
+
"name": "videoPlayerDefinition",
|
|
15129
|
+
"module": "libs/components/src/lib/video-player/definition.ts"
|
|
13784
15130
|
}
|
|
13785
15131
|
},
|
|
13786
15132
|
{
|
|
13787
15133
|
"kind": "js",
|
|
13788
|
-
"name": "
|
|
15134
|
+
"name": "registerVideoPlayer",
|
|
13789
15135
|
"declaration": {
|
|
13790
|
-
"name": "
|
|
13791
|
-
"module": "libs/components/src/lib/
|
|
15136
|
+
"name": "registerVideoPlayer",
|
|
15137
|
+
"module": "libs/components/src/lib/video-player/definition.ts"
|
|
13792
15138
|
}
|
|
13793
15139
|
}
|
|
13794
15140
|
]
|
|
13795
15141
|
},
|
|
13796
15142
|
{
|
|
13797
15143
|
"kind": "javascript-module",
|
|
13798
|
-
"path": "libs/components/src/lib/
|
|
15144
|
+
"path": "libs/components/src/lib/video-player/locale.ts",
|
|
15145
|
+
"declarations": [],
|
|
15146
|
+
"exports": []
|
|
15147
|
+
},
|
|
15148
|
+
{
|
|
15149
|
+
"kind": "javascript-module",
|
|
15150
|
+
"path": "libs/components/src/lib/video-player/video-player.ts",
|
|
13799
15151
|
"declarations": [
|
|
15152
|
+
{
|
|
15153
|
+
"kind": "variable",
|
|
15154
|
+
"name": "DEFAULT_PLAYBACK_RATES",
|
|
15155
|
+
"type": {
|
|
15156
|
+
"text": "string"
|
|
15157
|
+
},
|
|
15158
|
+
"default": "'0.5, 1, 1.5, 2'"
|
|
15159
|
+
},
|
|
13800
15160
|
{
|
|
13801
15161
|
"kind": "class",
|
|
13802
|
-
"description": "Base class for
|
|
13803
|
-
"name": "
|
|
13804
|
-
"
|
|
15162
|
+
"description": "Base class for video-player",
|
|
15163
|
+
"name": "VideoPlayer",
|
|
15164
|
+
"slots": [
|
|
13805
15165
|
{
|
|
13806
|
-
"
|
|
13807
|
-
"
|
|
15166
|
+
"description": "Default slot",
|
|
15167
|
+
"name": ""
|
|
15168
|
+
}
|
|
15169
|
+
],
|
|
15170
|
+
"members": [
|
|
15171
|
+
{
|
|
15172
|
+
"kind": "field",
|
|
15173
|
+
"name": "poster",
|
|
15174
|
+
"type": {
|
|
15175
|
+
"text": "string | undefined"
|
|
15176
|
+
},
|
|
15177
|
+
"description": "Reference to an image which is displayed before the video is played",
|
|
15178
|
+
"privacy": "public"
|
|
13808
15179
|
},
|
|
13809
15180
|
{
|
|
13810
|
-
"
|
|
13811
|
-
"
|
|
15181
|
+
"kind": "field",
|
|
15182
|
+
"name": "src",
|
|
15183
|
+
"type": {
|
|
15184
|
+
"text": "string | undefined"
|
|
15185
|
+
},
|
|
15186
|
+
"description": "URL of a video file",
|
|
15187
|
+
"privacy": "public"
|
|
13812
15188
|
},
|
|
13813
15189
|
{
|
|
13814
|
-
"
|
|
13815
|
-
"
|
|
15190
|
+
"kind": "field",
|
|
15191
|
+
"name": "autoplay",
|
|
15192
|
+
"type": {
|
|
15193
|
+
"text": "boolean"
|
|
15194
|
+
},
|
|
15195
|
+
"default": "false",
|
|
15196
|
+
"description": "Allows the video will play automatically (muted)",
|
|
15197
|
+
"privacy": "public"
|
|
13816
15198
|
},
|
|
13817
15199
|
{
|
|
13818
|
-
"
|
|
13819
|
-
"
|
|
15200
|
+
"kind": "field",
|
|
15201
|
+
"name": "loop",
|
|
15202
|
+
"type": {
|
|
15203
|
+
"text": "boolean"
|
|
15204
|
+
},
|
|
15205
|
+
"default": "false",
|
|
15206
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15207
|
+
"privacy": "public"
|
|
13820
15208
|
},
|
|
13821
15209
|
{
|
|
13822
|
-
"
|
|
13823
|
-
"
|
|
15210
|
+
"kind": "field",
|
|
15211
|
+
"name": "playbackRates",
|
|
15212
|
+
"type": {
|
|
15213
|
+
"text": "string"
|
|
15214
|
+
},
|
|
15215
|
+
"default": "'0.5, 1, 1.5, 2'",
|
|
15216
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
15217
|
+
"privacy": "public"
|
|
15218
|
+
},
|
|
15219
|
+
{
|
|
15220
|
+
"kind": "field",
|
|
15221
|
+
"name": "skipBy",
|
|
15222
|
+
"type": {
|
|
15223
|
+
"text": "MediaSkipBy"
|
|
15224
|
+
},
|
|
15225
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15226
|
+
"privacy": "public"
|
|
15227
|
+
},
|
|
15228
|
+
{
|
|
15229
|
+
"kind": "field",
|
|
15230
|
+
"name": "#noSourceErrorElement",
|
|
15231
|
+
"privacy": "private",
|
|
15232
|
+
"readonly": true
|
|
15233
|
+
},
|
|
15234
|
+
{
|
|
15235
|
+
"kind": "method",
|
|
15236
|
+
"name": "#disposePlayer"
|
|
15237
|
+
},
|
|
15238
|
+
{
|
|
15239
|
+
"kind": "method",
|
|
15240
|
+
"name": "#setupVideoElement"
|
|
15241
|
+
},
|
|
15242
|
+
{
|
|
15243
|
+
"kind": "field",
|
|
15244
|
+
"name": "#controlElement",
|
|
15245
|
+
"privacy": "private",
|
|
15246
|
+
"readonly": true
|
|
15247
|
+
},
|
|
15248
|
+
{
|
|
15249
|
+
"kind": "method",
|
|
15250
|
+
"name": "#hideNoSourceError",
|
|
15251
|
+
"parameters": [
|
|
15252
|
+
{
|
|
15253
|
+
"name": "show",
|
|
15254
|
+
"default": "true"
|
|
15255
|
+
}
|
|
15256
|
+
]
|
|
15257
|
+
},
|
|
15258
|
+
{
|
|
15259
|
+
"kind": "method",
|
|
15260
|
+
"name": "#setupVideoPlayer",
|
|
15261
|
+
"parameters": [
|
|
15262
|
+
{
|
|
15263
|
+
"name": "settings",
|
|
15264
|
+
"type": {
|
|
15265
|
+
"text": "any"
|
|
15266
|
+
}
|
|
15267
|
+
}
|
|
15268
|
+
]
|
|
15269
|
+
},
|
|
15270
|
+
{
|
|
15271
|
+
"kind": "method",
|
|
15272
|
+
"name": "#setupPlayerEvents"
|
|
13824
15273
|
}
|
|
13825
15274
|
],
|
|
13826
|
-
"
|
|
15275
|
+
"events": [
|
|
13827
15276
|
{
|
|
13828
|
-
"description": "
|
|
13829
|
-
"name": "
|
|
15277
|
+
"description": "Fired when the video is played",
|
|
15278
|
+
"name": "play"
|
|
13830
15279
|
},
|
|
13831
15280
|
{
|
|
13832
|
-
"description": "
|
|
13833
|
-
"name": "
|
|
15281
|
+
"description": "Fired when the video is paused",
|
|
15282
|
+
"name": "pause"
|
|
15283
|
+
},
|
|
15284
|
+
{
|
|
15285
|
+
"description": "Fired when the video is ended",
|
|
15286
|
+
"name": "ended"
|
|
13834
15287
|
}
|
|
13835
15288
|
],
|
|
13836
|
-
"
|
|
15289
|
+
"attributes": [
|
|
13837
15290
|
{
|
|
13838
|
-
"
|
|
13839
|
-
"name": "text",
|
|
15291
|
+
"name": "poster",
|
|
13840
15292
|
"type": {
|
|
13841
15293
|
"text": "string | undefined"
|
|
13842
15294
|
},
|
|
13843
|
-
"description": "
|
|
13844
|
-
"
|
|
13845
|
-
}
|
|
13846
|
-
],
|
|
13847
|
-
"attributes": [
|
|
15295
|
+
"description": "Reference to an image which is displayed before the video is played",
|
|
15296
|
+
"fieldName": "poster"
|
|
15297
|
+
},
|
|
13848
15298
|
{
|
|
13849
|
-
"name": "
|
|
15299
|
+
"name": "src",
|
|
13850
15300
|
"type": {
|
|
13851
15301
|
"text": "string | undefined"
|
|
13852
15302
|
},
|
|
13853
|
-
"description": "
|
|
13854
|
-
"fieldName": "
|
|
15303
|
+
"description": "URL of a video file",
|
|
15304
|
+
"fieldName": "src"
|
|
15305
|
+
},
|
|
15306
|
+
{
|
|
15307
|
+
"type": {
|
|
15308
|
+
"text": "boolean"
|
|
15309
|
+
},
|
|
15310
|
+
"default": "false",
|
|
15311
|
+
"description": "Allows the video will play automatically (muted)",
|
|
15312
|
+
"fieldName": "autoplay"
|
|
15313
|
+
},
|
|
15314
|
+
{
|
|
15315
|
+
"type": {
|
|
15316
|
+
"text": "boolean"
|
|
15317
|
+
},
|
|
15318
|
+
"default": "false",
|
|
15319
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15320
|
+
"fieldName": "loop"
|
|
15321
|
+
},
|
|
15322
|
+
{
|
|
15323
|
+
"name": "playback-rates",
|
|
15324
|
+
"type": {
|
|
15325
|
+
"text": "string"
|
|
15326
|
+
},
|
|
15327
|
+
"default": "DEFAULT_PLAYBACK_RATES",
|
|
15328
|
+
"description": "Sets the available playback rates. When an empty string, no choices will be available",
|
|
15329
|
+
"resolveInitializer": {
|
|
15330
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
15331
|
+
},
|
|
15332
|
+
"fieldName": "playbackRates"
|
|
15333
|
+
},
|
|
15334
|
+
{
|
|
15335
|
+
"name": "skip-by",
|
|
15336
|
+
"type": {
|
|
15337
|
+
"text": "MediaSkipBy"
|
|
15338
|
+
},
|
|
15339
|
+
"description": "Allows the video to loop back to the beginning when finished",
|
|
15340
|
+
"fieldName": "skipBy"
|
|
13855
15341
|
}
|
|
13856
15342
|
],
|
|
13857
15343
|
"superclass": {
|
|
13858
|
-
"name": "
|
|
15344
|
+
"name": "FoundationElement",
|
|
13859
15345
|
"package": "@microsoft/fast-foundation"
|
|
15346
|
+
},
|
|
15347
|
+
"vividComponent": {
|
|
15348
|
+
"public": true,
|
|
15349
|
+
"name": "video-player"
|
|
13860
15350
|
}
|
|
13861
15351
|
}
|
|
13862
15352
|
],
|
|
13863
15353
|
"exports": [
|
|
13864
15354
|
{
|
|
13865
15355
|
"kind": "js",
|
|
13866
|
-
"name": "
|
|
15356
|
+
"name": "DEFAULT_PLAYBACK_RATES",
|
|
13867
15357
|
"declaration": {
|
|
13868
|
-
"name": "
|
|
13869
|
-
"module": "libs/components/src/lib/
|
|
15358
|
+
"name": "DEFAULT_PLAYBACK_RATES",
|
|
15359
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
15360
|
+
}
|
|
15361
|
+
},
|
|
15362
|
+
{
|
|
15363
|
+
"kind": "js",
|
|
15364
|
+
"name": "VideoPlayer",
|
|
15365
|
+
"declaration": {
|
|
15366
|
+
"name": "VideoPlayer",
|
|
15367
|
+
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
13870
15368
|
}
|
|
13871
15369
|
}
|
|
13872
15370
|
]
|
|
13873
15371
|
},
|
|
13874
15372
|
{
|
|
13875
15373
|
"kind": "javascript-module",
|
|
13876
|
-
"path": "libs/components/src/lib/
|
|
15374
|
+
"path": "libs/components/src/lib/range-slider/utils/lerp.ts",
|
|
13877
15375
|
"declarations": [
|
|
13878
15376
|
{
|
|
13879
|
-
"kind": "
|
|
13880
|
-
"name": "
|
|
15377
|
+
"kind": "function",
|
|
15378
|
+
"name": "lerp",
|
|
15379
|
+
"parameters": [
|
|
15380
|
+
{
|
|
15381
|
+
"name": "a",
|
|
15382
|
+
"type": {
|
|
15383
|
+
"text": "number"
|
|
15384
|
+
}
|
|
15385
|
+
},
|
|
15386
|
+
{
|
|
15387
|
+
"name": "b",
|
|
15388
|
+
"type": {
|
|
15389
|
+
"text": "number"
|
|
15390
|
+
}
|
|
15391
|
+
},
|
|
15392
|
+
{
|
|
15393
|
+
"name": "value",
|
|
15394
|
+
"type": {
|
|
15395
|
+
"text": "number"
|
|
15396
|
+
}
|
|
15397
|
+
}
|
|
15398
|
+
],
|
|
15399
|
+
"description": "Linearly interpolates between two values."
|
|
13881
15400
|
},
|
|
13882
15401
|
{
|
|
13883
|
-
"kind": "
|
|
13884
|
-
"name": "
|
|
13885
|
-
"description": "Registers the tree-view element with the design system.",
|
|
15402
|
+
"kind": "function",
|
|
15403
|
+
"name": "inverseLerp",
|
|
13886
15404
|
"parameters": [
|
|
13887
15405
|
{
|
|
13888
|
-
"
|
|
13889
|
-
"
|
|
15406
|
+
"name": "a",
|
|
15407
|
+
"type": {
|
|
15408
|
+
"text": "number"
|
|
15409
|
+
}
|
|
15410
|
+
},
|
|
15411
|
+
{
|
|
15412
|
+
"name": "b",
|
|
15413
|
+
"type": {
|
|
15414
|
+
"text": "number"
|
|
15415
|
+
}
|
|
15416
|
+
},
|
|
15417
|
+
{
|
|
15418
|
+
"name": "value",
|
|
15419
|
+
"type": {
|
|
15420
|
+
"text": "number"
|
|
15421
|
+
}
|
|
13890
15422
|
}
|
|
13891
|
-
]
|
|
15423
|
+
],
|
|
15424
|
+
"description": "Returns the fraction of a value between a and b."
|
|
13892
15425
|
}
|
|
13893
15426
|
],
|
|
13894
15427
|
"exports": [
|
|
13895
15428
|
{
|
|
13896
15429
|
"kind": "js",
|
|
13897
|
-
"name": "
|
|
15430
|
+
"name": "lerp",
|
|
13898
15431
|
"declaration": {
|
|
13899
|
-
"name": "
|
|
13900
|
-
"module": "libs/components/src/lib/
|
|
15432
|
+
"name": "lerp",
|
|
15433
|
+
"module": "libs/components/src/lib/range-slider/utils/lerp.ts"
|
|
13901
15434
|
}
|
|
13902
15435
|
},
|
|
13903
15436
|
{
|
|
13904
15437
|
"kind": "js",
|
|
13905
|
-
"name": "
|
|
15438
|
+
"name": "inverseLerp",
|
|
13906
15439
|
"declaration": {
|
|
13907
|
-
"name": "
|
|
13908
|
-
"module": "libs/components/src/lib/
|
|
15440
|
+
"name": "inverseLerp",
|
|
15441
|
+
"module": "libs/components/src/lib/range-slider/utils/lerp.ts"
|
|
13909
15442
|
}
|
|
13910
15443
|
}
|
|
13911
15444
|
]
|
|
13912
15445
|
},
|
|
13913
15446
|
{
|
|
13914
15447
|
"kind": "javascript-module",
|
|
13915
|
-
"path": "libs/components/src/lib/
|
|
15448
|
+
"path": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts",
|
|
13916
15449
|
"declarations": [
|
|
13917
15450
|
{
|
|
13918
|
-
"kind": "
|
|
13919
|
-
"
|
|
13920
|
-
"
|
|
13921
|
-
"slots": [
|
|
15451
|
+
"kind": "function",
|
|
15452
|
+
"name": "roundToStepValue",
|
|
15453
|
+
"parameters": [
|
|
13922
15454
|
{
|
|
13923
|
-
"
|
|
13924
|
-
"
|
|
15455
|
+
"name": "value",
|
|
15456
|
+
"type": {
|
|
15457
|
+
"text": "number"
|
|
15458
|
+
}
|
|
15459
|
+
},
|
|
15460
|
+
{
|
|
15461
|
+
"name": "step",
|
|
15462
|
+
"type": {
|
|
15463
|
+
"text": "number"
|
|
15464
|
+
}
|
|
13925
15465
|
}
|
|
13926
15466
|
],
|
|
13927
|
-
"
|
|
13928
|
-
"name": "FastTreeView",
|
|
13929
|
-
"package": "@microsoft/fast-foundation"
|
|
13930
|
-
}
|
|
15467
|
+
"description": "Rounds a value to the nearest step value. Handles decimal rounding."
|
|
13931
15468
|
}
|
|
13932
15469
|
],
|
|
13933
15470
|
"exports": [
|
|
13934
15471
|
{
|
|
13935
15472
|
"kind": "js",
|
|
13936
|
-
"name": "
|
|
15473
|
+
"name": "roundToStepValue",
|
|
13937
15474
|
"declaration": {
|
|
13938
|
-
"name": "
|
|
13939
|
-
"module": "libs/components/src/lib/
|
|
15475
|
+
"name": "roundToStepValue",
|
|
15476
|
+
"module": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts"
|
|
13940
15477
|
}
|
|
13941
15478
|
}
|
|
13942
15479
|
]
|
|
@@ -14306,6 +15843,10 @@
|
|
|
14306
15843
|
"name": "--vvd-date-picker-accent-primary",
|
|
14307
15844
|
"default": "var(--vvd-color-canvas-text)"
|
|
14308
15845
|
},
|
|
15846
|
+
{
|
|
15847
|
+
"name": "--vvd-date-picker-accent-firm",
|
|
15848
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
15849
|
+
},
|
|
14309
15850
|
{
|
|
14310
15851
|
"name": "--vvd-date-picker-accent-faint",
|
|
14311
15852
|
"default": "var(--vvd-color-neutral-50)"
|