@vonage/vivid 3.51.0 → 3.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/alert/index.cjs +1 -1
  2. package/alert/index.js +1 -1
  3. package/appearance-ui/index.cjs +19 -11
  4. package/appearance-ui/index.js +19 -11
  5. package/audio-player/index.cjs +2 -1
  6. package/audio-player/index.js +2 -1
  7. package/card/index.cjs +1 -1
  8. package/card/index.js +1 -1
  9. package/combobox/index.cjs +2 -5
  10. package/combobox/index.js +2 -5
  11. package/custom-elements.json +1357 -529
  12. package/date-picker/index.cjs +3 -6
  13. package/date-picker/index.js +3 -6
  14. package/date-range-picker/index.cjs +2 -5
  15. package/date-range-picker/index.js +2 -5
  16. package/dialog/index.cjs +1 -1
  17. package/dialog/index.js +1 -1
  18. package/elevation/index.cjs +1 -1
  19. package/elevation/index.js +1 -1
  20. package/file-picker/index.cjs +0 -2
  21. package/file-picker/index.js +0 -2
  22. package/header/index.cjs +1 -1
  23. package/header/index.js +1 -1
  24. package/index.cjs +60 -58
  25. package/index.js +22 -23
  26. package/lib/avatar/definition.d.ts +1 -1
  27. package/lib/button/button.d.ts +1 -0
  28. package/lib/button/definition.d.ts +1 -1
  29. package/lib/calendar-event/definition.d.ts +1 -1
  30. package/lib/components.d.ts +1 -0
  31. package/lib/layout/definition.d.ts +1 -1
  32. package/lib/menu-item/menu-item.d.ts +3 -0
  33. package/lib/range-slider/definition.d.ts +3 -0
  34. package/lib/range-slider/locale.d.ts +4 -0
  35. package/lib/range-slider/range-slider.d.ts +32 -0
  36. package/lib/range-slider/range-slider.form-associated.d.ts +10 -0
  37. package/lib/range-slider/range-slider.template.d.ts +4 -0
  38. package/lib/range-slider/utils/lerp.d.ts +2 -0
  39. package/lib/range-slider/utils/roundToStepValue.d.ts +1 -0
  40. package/lib/slider/slider.template.d.ts +1 -0
  41. package/lib/split-button/definition.d.ts +1 -1
  42. package/listbox/index.cjs +23 -22
  43. package/listbox/index.js +23 -22
  44. package/locales/en-GB.cjs +4 -0
  45. package/locales/en-GB.js +4 -0
  46. package/locales/en-US.cjs +4 -0
  47. package/locales/en-US.js +4 -0
  48. package/locales/ja-JP.cjs +5 -1
  49. package/locales/ja-JP.js +5 -1
  50. package/locales/zh-CN.cjs +4 -0
  51. package/locales/zh-CN.js +4 -0
  52. package/menu/index.cjs +3 -3
  53. package/menu/index.js +3 -3
  54. package/menu-item/index.cjs +2 -2
  55. package/menu-item/index.js +2 -2
  56. package/number-field/index.cjs +0 -2
  57. package/number-field/index.js +0 -2
  58. package/package.json +34 -34
  59. package/popup/index.cjs +2 -2
  60. package/popup/index.js +2 -2
  61. package/range-slider/index.cjs +22 -0
  62. package/range-slider/index.js +20 -0
  63. package/select/index.cjs +3 -3
  64. package/select/index.js +3 -3
  65. package/selectable-box/index.cjs +1 -1
  66. package/selectable-box/index.js +1 -1
  67. package/shared/Reflector.cjs +5 -1
  68. package/shared/Reflector.js +5 -1
  69. package/shared/affix.cjs +11 -4
  70. package/shared/affix.js +12 -4
  71. package/shared/anchored.cjs +8 -2
  72. package/shared/anchored.js +8 -2
  73. package/shared/definition.cjs +8 -3
  74. package/shared/definition.js +8 -3
  75. package/shared/definition10.cjs +5 -5
  76. package/shared/definition10.js +5 -5
  77. package/shared/definition11.cjs +75 -47
  78. package/shared/definition11.js +76 -48
  79. package/shared/definition12.cjs +12 -14
  80. package/shared/definition12.js +12 -14
  81. package/shared/definition13.cjs +118 -75
  82. package/shared/definition13.js +118 -75
  83. package/shared/definition14.cjs +33 -32
  84. package/shared/definition14.js +33 -32
  85. package/shared/definition15.cjs +20 -7
  86. package/shared/definition15.js +20 -7
  87. package/shared/definition16.cjs +37 -42
  88. package/shared/definition16.js +36 -41
  89. package/shared/definition17.cjs +125 -65
  90. package/shared/definition17.js +126 -66
  91. package/shared/definition18.cjs +30 -14
  92. package/shared/definition18.js +30 -14
  93. package/shared/definition19.cjs +116 -80
  94. package/shared/definition19.js +116 -80
  95. package/shared/definition2.cjs +10 -5
  96. package/shared/definition2.js +10 -5
  97. package/shared/definition20.cjs +16 -15
  98. package/shared/definition20.js +16 -15
  99. package/shared/definition21.cjs +6 -10
  100. package/shared/definition21.js +6 -10
  101. package/shared/definition22.cjs +14 -18
  102. package/shared/definition22.js +14 -18
  103. package/shared/definition23.cjs +34 -35
  104. package/shared/definition23.js +34 -35
  105. package/shared/definition24.cjs +116 -69
  106. package/shared/definition24.js +116 -69
  107. package/shared/definition25.cjs +2 -4
  108. package/shared/definition25.js +2 -4
  109. package/shared/definition26.cjs +9 -8
  110. package/shared/definition26.js +9 -8
  111. package/shared/definition27.cjs +7 -5
  112. package/shared/definition27.js +7 -5
  113. package/shared/definition28.cjs +209 -143
  114. package/shared/definition28.js +209 -143
  115. package/shared/definition29.cjs +10 -4
  116. package/shared/definition29.js +10 -4
  117. package/shared/definition3.cjs +7 -10
  118. package/shared/definition3.js +7 -10
  119. package/shared/definition30.cjs +7 -5
  120. package/shared/definition30.js +7 -5
  121. package/shared/definition31.cjs +2 -4
  122. package/shared/definition31.js +2 -4
  123. package/shared/definition32.cjs +1 -3
  124. package/shared/definition32.js +1 -3
  125. package/shared/definition33.cjs +7 -10
  126. package/shared/definition33.js +7 -10
  127. package/shared/definition34.cjs +76 -59
  128. package/shared/definition34.js +76 -59
  129. package/shared/definition35.cjs +19 -20
  130. package/shared/definition35.js +19 -20
  131. package/shared/definition36.cjs +30 -14
  132. package/shared/definition36.js +30 -14
  133. package/shared/definition37.cjs +33 -46
  134. package/shared/definition37.js +33 -46
  135. package/shared/definition38.cjs +31 -33
  136. package/shared/definition38.js +31 -33
  137. package/shared/definition39.cjs +13 -4
  138. package/shared/definition39.js +13 -4
  139. package/shared/definition4.cjs +23 -11
  140. package/shared/definition4.js +23 -11
  141. package/shared/definition40.cjs +19 -14
  142. package/shared/definition40.js +19 -14
  143. package/shared/definition41.cjs +534 -635
  144. package/shared/definition41.js +534 -635
  145. package/shared/definition42.cjs +674 -106
  146. package/shared/definition42.js +673 -105
  147. package/shared/definition43.cjs +122 -79
  148. package/shared/definition43.js +120 -77
  149. package/shared/definition44.cjs +72 -567
  150. package/shared/definition44.js +71 -565
  151. package/shared/definition45.cjs +520 -118
  152. package/shared/definition45.js +518 -117
  153. package/shared/definition46.cjs +117 -130
  154. package/shared/definition46.js +116 -129
  155. package/shared/definition47.cjs +152 -18
  156. package/shared/definition47.js +151 -17
  157. package/shared/definition48.cjs +20 -77
  158. package/shared/definition48.js +19 -76
  159. package/shared/definition49.cjs +52 -495
  160. package/shared/definition49.js +51 -494
  161. package/shared/definition5.cjs +20 -17
  162. package/shared/definition5.js +20 -17
  163. package/shared/definition50.cjs +525 -24
  164. package/shared/definition50.js +524 -23
  165. package/shared/definition51.cjs +28 -119
  166. package/shared/definition51.js +26 -118
  167. package/shared/definition52.cjs +113 -266
  168. package/shared/definition52.js +113 -265
  169. package/shared/definition53.cjs +285 -245
  170. package/shared/definition53.js +285 -245
  171. package/shared/definition54.cjs +285 -751
  172. package/shared/definition54.js +284 -750
  173. package/shared/definition55.cjs +828 -99
  174. package/shared/definition55.js +827 -98
  175. package/shared/definition56.cjs +126 -77
  176. package/shared/definition56.js +125 -76
  177. package/shared/definition57.cjs +125 -71
  178. package/shared/definition57.js +124 -70
  179. package/shared/definition58.cjs +73 -287
  180. package/shared/definition58.js +74 -288
  181. package/shared/definition59.cjs +298 -40
  182. package/shared/definition59.js +297 -39
  183. package/shared/definition6.cjs +3 -4
  184. package/shared/definition6.js +3 -4
  185. package/shared/definition60.cjs +24 -1784
  186. package/shared/definition60.js +23 -1783
  187. package/shared/definition61.cjs +1819 -11
  188. package/shared/definition61.js +1818 -11
  189. package/shared/definition7.cjs +6 -4
  190. package/shared/definition7.js +6 -4
  191. package/shared/definition8.cjs +25 -18
  192. package/shared/definition8.js +25 -18
  193. package/shared/definition9.cjs +6 -9
  194. package/shared/definition9.js +6 -9
  195. package/shared/icon.cjs +7 -2
  196. package/shared/icon.js +7 -2
  197. package/shared/index2.cjs +1 -1
  198. package/shared/index2.js +1 -1
  199. package/shared/key-codes2.cjs +8 -0
  200. package/shared/key-codes2.js +5 -1
  201. package/shared/localization/Locale.d.ts +2 -0
  202. package/shared/patterns/index.d.ts +0 -1
  203. package/shared/presentationDate.cjs +126 -78
  204. package/shared/presentationDate.js +126 -78
  205. package/shared/slider.template.cjs +71 -0
  206. package/shared/slider.template.js +67 -0
  207. package/shared/text-anchor.template.cjs +30 -35
  208. package/shared/text-anchor.template.js +30 -35
  209. package/shared/text-field.cjs +1 -1
  210. package/shared/text-field.js +1 -1
  211. package/side-drawer/index.cjs +1 -1
  212. package/side-drawer/index.js +1 -1
  213. package/slider/index.cjs +2 -1
  214. package/slider/index.js +2 -1
  215. package/split-button/index.cjs +1 -1
  216. package/split-button/index.js +1 -1
  217. package/styles/core/all.css +1 -1
  218. package/styles/core/theme.css +1 -1
  219. package/styles/core/typography.css +1 -1
  220. package/styles/fonts/spezia-variable.css +39 -13
  221. package/styles/tokens/theme-dark.css +4 -4
  222. package/styles/tokens/theme-light.css +4 -4
  223. package/styles/tokens/vivid-2-compat.css +4 -2
  224. package/switch/index.cjs +1 -1
  225. package/switch/index.js +1 -1
  226. package/tab/index.cjs +1 -1
  227. package/tab/index.js +1 -1
  228. package/tab-panel/index.cjs +1 -1
  229. package/tab-panel/index.js +1 -1
  230. package/tabs/index.cjs +3 -3
  231. package/tabs/index.js +3 -3
  232. package/tag/index.cjs +1 -1
  233. package/tag/index.js +1 -1
  234. package/tag-group/index.cjs +1 -1
  235. package/tag-group/index.js +1 -1
  236. package/text-area/index.cjs +1 -1
  237. package/text-area/index.js +1 -1
  238. package/text-field/index.cjs +1 -4
  239. package/text-field/index.js +1 -4
  240. package/time-picker/index.cjs +4 -7
  241. package/time-picker/index.js +4 -7
  242. package/toggletip/index.cjs +3 -3
  243. package/toggletip/index.js +3 -3
  244. package/tooltip/index.cjs +3 -3
  245. package/tooltip/index.js +3 -3
  246. package/tree-item/index.cjs +1 -1
  247. package/tree-item/index.js +1 -1
  248. package/tree-view/index.cjs +1 -1
  249. package/tree-view/index.js +1 -1
  250. package/vivid.api.json +117 -1
  251. package/focus/index.cjs +0 -7
  252. package/focus/index.js +0 -5
  253. package/lib/focus/definition.d.ts +0 -3
  254. package/lib/focus/focus.d.ts +0 -3
  255. package/lib/focus/focus.template.d.ts +0 -4
  256. package/lib/popup/popup.d.ts +0 -21
  257. package/shared/focus.cjs +0 -8
  258. package/shared/focus.js +0 -6
  259. package/shared/focus2.cjs +0 -11
  260. package/shared/focus2.js +0 -9
  261. package/shared/patterns/focus.d.ts +0 -3
@@ -8,7 +8,7 @@
8
8
  "declarations": [
9
9
  {
10
10
  "kind": "class",
11
- "description": "Base class for accordion",
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": "Base class for action-group",
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": "Base class for alert",
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 | null"
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 | null"
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": "Base class for appearance-ui",
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": "Base class for audio-player",
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 | null"
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 | null"
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 | null"
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 | null"
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": "Base class for badge",
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": "Base class for banner",
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 | null"
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 | null"
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": "Base class for breadcrumb",
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": "Base class for breadcrumb-item",
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": "Base class for button",
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": "Base class for calendar",
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": "Base class for calendar-event",
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": "Base class for card",
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": "Base class for checkbox",
3864
+ "description": "",
3787
3865
  "name": "Checkbox",
3788
3866
  "cssProperties": [
3789
3867
  {
@@ -3897,6 +3975,18 @@
3897
3975
  "superclass": {
3898
3976
  "name": "FoundationCheckbox",
3899
3977
  "package": "@microsoft/fast-foundation"
3978
+ },
3979
+ "vividComponent": {
3980
+ "public": true,
3981
+ "name": "checkbox",
3982
+ "vueModels": [
3983
+ {
3984
+ "name": "modelValue",
3985
+ "attributeName": "current-checked",
3986
+ "eventName": "change",
3987
+ "valueMapping": "(event.target as HTMLInputElement).checked"
3988
+ }
3989
+ ]
3900
3990
  }
3901
3991
  }
3902
3992
  ],
@@ -3952,7 +4042,7 @@
3952
4042
  "declarations": [
3953
4043
  {
3954
4044
  "kind": "class",
3955
- "description": "Base class for combobox",
4045
+ "description": "",
3956
4046
  "name": "Combobox",
3957
4047
  "cssProperties": [
3958
4048
  {
@@ -4011,6 +4101,18 @@
4011
4101
  "superclass": {
4012
4102
  "name": "FoundationCombobox",
4013
4103
  "package": "@microsoft/fast-foundation"
4104
+ },
4105
+ "vividComponent": {
4106
+ "public": true,
4107
+ "name": "combobox",
4108
+ "vueModels": [
4109
+ {
4110
+ "name": "modelValue",
4111
+ "attributeName": "current-value",
4112
+ "eventName": "change",
4113
+ "valueMapping": "(event.target as HTMLInputElement).value"
4114
+ }
4115
+ ]
4014
4116
  }
4015
4117
  }
4016
4118
  ],
@@ -4035,7 +4137,7 @@
4035
4137
  "type": {
4036
4138
  "text": "array"
4037
4139
  },
4038
- "default": "[combobox, ...iconRegistries, ...popupRegistries, ...focusRegistries, ...listboxOptionRegistries]"
4140
+ "default": "[\n\tcombobox,\n\t...iconRegistries,\n\t...popupRegistries,\n\t...listboxOptionRegistries,\n]"
4039
4141
  },
4040
4142
  {
4041
4143
  "kind": "variable",
@@ -4082,7 +4184,7 @@
4082
4184
  "declarations": [
4083
4185
  {
4084
4186
  "kind": "class",
4085
- "description": "Base class for data-grid",
4187
+ "description": "",
4086
4188
  "name": "DataGridCell",
4087
4189
  "cssProperties": [
4088
4190
  {
@@ -4097,6 +4199,14 @@
4097
4199
  "name": "--vvd-data-grid-cell-cta-primary-increment",
4098
4200
  "default": "var(--vvd-color-cta-600)"
4099
4201
  },
4202
+ {
4203
+ "name": "--vvd-data-grid-cell-cta-firm",
4204
+ "default": "var(--vvd-color-cta-600)"
4205
+ },
4206
+ {
4207
+ "name": "--vvd-data-grid-cell-cta-soft",
4208
+ "default": "var(--vvd-color-cta-100)"
4209
+ },
4100
4210
  {
4101
4211
  "name": "--vvd-data-grid-cell-cta-faint",
4102
4212
  "default": "var(--vvd-color-cta-50)"
@@ -4121,6 +4231,14 @@
4121
4231
  "name": "--vvd-data-grid-cell-accent-primary-increment",
4122
4232
  "default": "var(--vvd-color-neutral-800)"
4123
4233
  },
4234
+ {
4235
+ "name": "--vvd-data-grid-cell-accent-firm",
4236
+ "default": "var(--vvd-color-canvas-text)"
4237
+ },
4238
+ {
4239
+ "name": "--vvd-data-grid-cell-accent-soft",
4240
+ "default": "var(--vvd-color-neutral-100)"
4241
+ },
4124
4242
  {
4125
4243
  "name": "--vvd-data-grid-cell-accent-faint",
4126
4244
  "default": "var(--vvd-color-neutral-50)"
@@ -4245,6 +4363,10 @@
4245
4363
  "superclass": {
4246
4364
  "name": "FoundationDataGridCell",
4247
4365
  "package": "@microsoft/fast-foundation"
4366
+ },
4367
+ "vividComponent": {
4368
+ "public": true,
4369
+ "name": "data-grid-cell"
4248
4370
  }
4249
4371
  }
4250
4372
  ],
@@ -4265,7 +4387,7 @@
4265
4387
  "declarations": [
4266
4388
  {
4267
4389
  "kind": "class",
4268
- "description": "Base class for data-grid",
4390
+ "description": "",
4269
4391
  "name": "DataGridRow",
4270
4392
  "cssProperties": [
4271
4393
  {
@@ -4280,10 +4402,18 @@
4280
4402
  "name": "--vvd-data-grid-row-cta-primary-increment",
4281
4403
  "default": "var(--vvd-color-cta-600)"
4282
4404
  },
4405
+ {
4406
+ "name": "--vvd-data-grid-row-cta-firm",
4407
+ "default": "var(--vvd-color-cta-600)"
4408
+ },
4283
4409
  {
4284
4410
  "name": "--vvd-data-grid-row-cta-faint",
4285
4411
  "default": "var(--vvd-color-cta-50)"
4286
4412
  },
4413
+ {
4414
+ "name": "--vvd-data-grid-row-cta-soft",
4415
+ "default": "var(--vvd-color-cta-100)"
4416
+ },
4287
4417
  {
4288
4418
  "name": "--vvd-data-grid-row-cta-pale",
4289
4419
  "default": "var(--vvd-color-cta-300)"
@@ -4304,10 +4434,18 @@
4304
4434
  "name": "--vvd-data-grid-row-accent-primary-increment",
4305
4435
  "default": "var(--vvd-color-neutral-800)"
4306
4436
  },
4437
+ {
4438
+ "name": "--vvd-data-grid-row-accent-firm",
4439
+ "default": "var(--vvd-color-canvas-text)"
4440
+ },
4307
4441
  {
4308
4442
  "name": "--vvd-data-grid-row-accent-faint",
4309
4443
  "default": "var(--vvd-color-neutral-50)"
4310
4444
  },
4445
+ {
4446
+ "name": "--vvd-data-grid-row-accent-soft",
4447
+ "default": "var(--vvd-color-neutral-100)"
4448
+ },
4311
4449
  {
4312
4450
  "name": "--vvd-data-grid-row-accent-pale",
4313
4451
  "default": "var(--vvd-color-neutral-300)"
@@ -4355,6 +4493,10 @@
4355
4493
  "superclass": {
4356
4494
  "name": "FoundationDataGridRow",
4357
4495
  "package": "@microsoft/fast-foundation"
4496
+ },
4497
+ "vividComponent": {
4498
+ "public": true,
4499
+ "name": "data-grid-row"
4358
4500
  }
4359
4501
  }
4360
4502
  ],
@@ -4377,9 +4519,9 @@
4377
4519
  "kind": "variable",
4378
4520
  "name": "DataGridCellSortStates",
4379
4521
  "type": {
4380
- "text": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other'\n}"
4522
+ "text": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other',\n}"
4381
4523
  },
4382
- "default": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other'\n}",
4524
+ "default": "{\n\tnone: 'none',\n\tascending: 'ascending',\n\tdescending: 'descending',\n\tother: 'other',\n}",
4383
4525
  "description": "Enumerates the data grid auto generated header options\ndefault option generates a non-sticky header row",
4384
4526
  "privacy": "public"
4385
4527
  },
@@ -4499,7 +4641,7 @@
4499
4641
  },
4500
4642
  {
4501
4643
  "kind": "class",
4502
- "description": "Base class for data-grid",
4644
+ "description": "",
4503
4645
  "name": "DataGrid",
4504
4646
  "slots": [
4505
4647
  {
@@ -4574,7 +4716,7 @@
4574
4716
  "type": {
4575
4717
  "text": "object"
4576
4718
  },
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}\n\t}"
4719
+ "default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t}"
4578
4720
  },
4579
4721
  {
4580
4722
  "kind": "field",
@@ -4628,6 +4770,10 @@
4628
4770
  "superclass": {
4629
4771
  "name": "FoundationDataGrid",
4630
4772
  "package": "@microsoft/fast-foundation"
4773
+ },
4774
+ "vividComponent": {
4775
+ "public": true,
4776
+ "name": "data-grid"
4631
4777
  }
4632
4778
  }
4633
4779
  ],
@@ -4672,7 +4818,7 @@
4672
4818
  "type": {
4673
4819
  "text": "array"
4674
4820
  },
4675
- "default": "[dataGridCell, dataGridRow, dataGrid, ...iconRegistries]"
4821
+ "default": "[\n\tdataGridCell,\n\tdataGridRow,\n\tdataGrid,\n\t...iconRegistries,\n]"
4676
4822
  },
4677
4823
  {
4678
4824
  "kind": "variable",
@@ -4966,6 +5112,18 @@
4966
5112
  "name": "DatePickerBase",
4967
5113
  "module": "/libs/components/src/shared/date-picker/date-picker-base"
4968
5114
  },
5115
+ "vividComponent": {
5116
+ "public": true,
5117
+ "name": "date-picker",
5118
+ "vueModels": [
5119
+ {
5120
+ "name": "modelValue",
5121
+ "attributeName": "value",
5122
+ "eventName": "input",
5123
+ "valueMapping": "(event.target as HTMLInputElement).value"
5124
+ }
5125
+ ]
5126
+ },
4969
5127
  "attributes": [
4970
5128
  {
4971
5129
  "type": {
@@ -5085,7 +5243,7 @@
5085
5243
  "declarations": [
5086
5244
  {
5087
5245
  "kind": "class",
5088
- "description": "Base class for date-range-picker",
5246
+ "description": "",
5089
5247
  "name": "DateRangePicker",
5090
5248
  "members": [
5091
5249
  {
@@ -5492,6 +5650,24 @@
5492
5650
  "superclass": {
5493
5651
  "name": "DatePickerBase",
5494
5652
  "module": "/libs/components/src/shared/date-picker/date-picker-base"
5653
+ },
5654
+ "vividComponent": {
5655
+ "public": true,
5656
+ "name": "date-range-picker",
5657
+ "vueModels": [
5658
+ {
5659
+ "name": "start",
5660
+ "attributeName": "current-start",
5661
+ "eventName": "input:start",
5662
+ "valueMapping": "(event.target as any).start"
5663
+ },
5664
+ {
5665
+ "name": "end",
5666
+ "attributeName": "current-end",
5667
+ "eventName": "input:end",
5668
+ "valueMapping": "(event.target as any).end"
5669
+ }
5670
+ ]
5495
5671
  }
5496
5672
  }
5497
5673
  ],
@@ -5590,7 +5766,7 @@
5590
5766
  },
5591
5767
  {
5592
5768
  "kind": "class",
5593
- "description": "Base class for dialog",
5769
+ "description": "",
5594
5770
  "name": "Dialog",
5595
5771
  "slots": [
5596
5772
  {
@@ -5673,7 +5849,7 @@
5673
5849
  "kind": "field",
5674
5850
  "name": "dismissButtonAriaLabel",
5675
5851
  "type": {
5676
- "text": "string | null"
5852
+ "text": "| string\n\t\t| null"
5677
5853
  },
5678
5854
  "default": "null"
5679
5855
  },
@@ -5812,7 +5988,7 @@
5812
5988
  {
5813
5989
  "name": "dismiss-button-aria-label",
5814
5990
  "type": {
5815
- "text": "string | null"
5991
+ "text": "| string\n\t\t| null"
5816
5992
  },
5817
5993
  "default": "null",
5818
5994
  "fieldName": "dismissButtonAriaLabel"
@@ -5829,6 +6005,10 @@
5829
6005
  "superclass": {
5830
6006
  "name": "FoundationElement",
5831
6007
  "package": "@microsoft/fast-foundation"
6008
+ },
6009
+ "vividComponent": {
6010
+ "public": true,
6011
+ "name": "dialog"
5832
6012
  }
5833
6013
  }
5834
6014
  ],
@@ -5890,11 +6070,15 @@
5890
6070
  "declarations": [
5891
6071
  {
5892
6072
  "kind": "class",
5893
- "description": "Base class for divider",
6073
+ "description": "",
5894
6074
  "name": "Divider",
5895
6075
  "superclass": {
5896
6076
  "name": "FoundationDivider",
5897
6077
  "package": "@microsoft/fast-foundation"
6078
+ },
6079
+ "vividComponent": {
6080
+ "public": true,
6081
+ "name": "divider"
5898
6082
  }
5899
6083
  }
5900
6084
  ],
@@ -5942,7 +6126,7 @@
5942
6126
  "declarations": [
5943
6127
  {
5944
6128
  "kind": "class",
5945
- "description": "Base class for elevation",
6129
+ "description": "",
5946
6130
  "name": "Elevation",
5947
6131
  "slots": [
5948
6132
  {
@@ -5991,6 +6175,9 @@
5991
6175
  "superclass": {
5992
6176
  "name": "FoundationElement",
5993
6177
  "package": "@microsoft/fast-foundation"
6178
+ },
6179
+ "vividComponent": {
6180
+ "name": "elevation"
5994
6181
  }
5995
6182
  }
5996
6183
  ],
@@ -6107,6 +6294,10 @@
6107
6294
  "superclass": {
6108
6295
  "name": "FoundationElement",
6109
6296
  "package": "@microsoft/fast-foundation"
6297
+ },
6298
+ "vividComponent": {
6299
+ "public": true,
6300
+ "name": "empty-state"
6110
6301
  }
6111
6302
  }
6112
6303
  ],
@@ -6183,7 +6374,7 @@
6183
6374
  "declarations": [
6184
6375
  {
6185
6376
  "kind": "class",
6186
- "description": "Base class for fab",
6377
+ "description": "",
6187
6378
  "name": "Fab",
6188
6379
  "cssProperties": [
6189
6380
  {
@@ -6299,6 +6490,10 @@
6299
6490
  "superclass": {
6300
6491
  "name": "FoundationButton",
6301
6492
  "package": "@microsoft/fast-foundation"
6493
+ },
6494
+ "vividComponent": {
6495
+ "public": true,
6496
+ "name": "fab"
6302
6497
  }
6303
6498
  }
6304
6499
  ],
@@ -6398,7 +6593,7 @@
6398
6593
  "declarations": [
6399
6594
  {
6400
6595
  "kind": "class",
6401
- "description": "File-picker component",
6596
+ "description": "",
6402
6597
  "name": "FilePicker",
6403
6598
  "members": [
6404
6599
  {
@@ -6674,6 +6869,10 @@
6674
6869
  "superclass": {
6675
6870
  "name": "FormAssociatedFilePicker",
6676
6871
  "module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
6872
+ },
6873
+ "vividComponent": {
6874
+ "public": true,
6875
+ "name": "file-picker"
6677
6876
  }
6678
6877
  }
6679
6878
  ],
@@ -6694,71 +6893,6 @@
6694
6893
  "declarations": [],
6695
6894
  "exports": []
6696
6895
  },
6697
- {
6698
- "kind": "javascript-module",
6699
- "path": "libs/components/src/lib/focus/definition.ts",
6700
- "declarations": [
6701
- {
6702
- "kind": "variable",
6703
- "name": "focusDefinition",
6704
- "description": "Represents a focus custom element.\nfocus is a label that holds small amounts of information.\nA focus can be used to display unread notifications, or to label a block of text.\nFocuss don’t work for navigation because they can't include a hyperlink."
6705
- },
6706
- {
6707
- "kind": "variable",
6708
- "name": "registerFocus",
6709
- "description": "Registers the focus component",
6710
- "parameters": [
6711
- {
6712
- "description": "the prefix to use for the component name",
6713
- "name": "prefix"
6714
- }
6715
- ]
6716
- }
6717
- ],
6718
- "exports": [
6719
- {
6720
- "kind": "js",
6721
- "name": "focusDefinition",
6722
- "declaration": {
6723
- "name": "focusDefinition",
6724
- "module": "libs/components/src/lib/focus/definition.ts"
6725
- }
6726
- },
6727
- {
6728
- "kind": "js",
6729
- "name": "registerFocus",
6730
- "declaration": {
6731
- "name": "registerFocus",
6732
- "module": "libs/components/src/lib/focus/definition.ts"
6733
- }
6734
- }
6735
- ]
6736
- },
6737
- {
6738
- "kind": "javascript-module",
6739
- "path": "libs/components/src/lib/focus/focus.ts",
6740
- "declarations": [
6741
- {
6742
- "kind": "class",
6743
- "description": "Base class for focus",
6744
- "name": "Focus",
6745
- "superclass": {
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
6896
  {
6763
6897
  "kind": "javascript-module",
6764
6898
  "path": "libs/components/src/lib/header/definition.ts",
@@ -6805,7 +6939,7 @@
6805
6939
  "declarations": [
6806
6940
  {
6807
6941
  "kind": "class",
6808
- "description": "Base class for header",
6942
+ "description": "",
6809
6943
  "name": "Header",
6810
6944
  "slots": [
6811
6945
  {
@@ -6865,6 +6999,10 @@
6865
6999
  "superclass": {
6866
7000
  "name": "FoundationElement",
6867
7001
  "package": "@microsoft/fast-foundation"
7002
+ },
7003
+ "vividComponent": {
7004
+ "public": true,
7005
+ "name": "header"
6868
7006
  }
6869
7007
  }
6870
7008
  ],
@@ -7060,6 +7198,10 @@
7060
7198
  "superclass": {
7061
7199
  "name": "FoundationElement",
7062
7200
  "package": "@microsoft/fast-foundation"
7201
+ },
7202
+ "vividComponent": {
7203
+ "public": true,
7204
+ "name": "icon"
7063
7205
  }
7064
7206
  }
7065
7207
  ],
@@ -7160,7 +7302,7 @@
7160
7302
  "declarations": [
7161
7303
  {
7162
7304
  "kind": "class",
7163
- "description": "Base class for layout\n\n[--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.",
7305
+ "description": "[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],\nminmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.",
7164
7306
  "name": "Layout",
7165
7307
  "slots": [
7166
7308
  {
@@ -7260,6 +7402,10 @@
7260
7402
  "superclass": {
7261
7403
  "name": "FoundationElement",
7262
7404
  "package": "@microsoft/fast-foundation"
7405
+ },
7406
+ "vividComponent": {
7407
+ "public": true,
7408
+ "name": "layout"
7263
7409
  }
7264
7410
  }
7265
7411
  ],
@@ -7328,7 +7474,7 @@
7328
7474
  "declarations": [
7329
7475
  {
7330
7476
  "kind": "class",
7331
- "description": "Base class for listbox",
7477
+ "description": "",
7332
7478
  "name": "Listbox",
7333
7479
  "cssProperties": [
7334
7480
  {
@@ -7444,6 +7590,9 @@
7444
7590
  "superclass": {
7445
7591
  "name": "FoundationListboxElement",
7446
7592
  "package": "@microsoft/fast-foundation"
7593
+ },
7594
+ "vividComponent": {
7595
+ "name": "listbox"
7447
7596
  }
7448
7597
  }
7449
7598
  ],
@@ -7512,7 +7661,7 @@
7512
7661
  "declarations": [
7513
7662
  {
7514
7663
  "kind": "class",
7515
- "description": "Base class for menu",
7664
+ "description": "",
7516
7665
  "name": "Menu",
7517
7666
  "slots": [
7518
7667
  {
@@ -7650,12 +7799,23 @@
7650
7799
  },
7651
7800
  {
7652
7801
  "kind": "field",
7653
- "name": "#updateClickOutsideListener",
7802
+ "name": "#updateClickOutsideListeners",
7654
7803
  "privacy": "private"
7655
7804
  },
7656
7805
  {
7657
7806
  "kind": "field",
7658
- "name": "#closeOnClickOutside",
7807
+ "name": "#wasOpenBeforeClick",
7808
+ "privacy": "private",
7809
+ "default": "new WeakMap<Event, boolean>()"
7810
+ },
7811
+ {
7812
+ "kind": "field",
7813
+ "name": "#onClickOutsideCapture",
7814
+ "privacy": "private"
7815
+ },
7816
+ {
7817
+ "kind": "field",
7818
+ "name": "#onClickOutside",
7659
7819
  "privacy": "private"
7660
7820
  },
7661
7821
  {
@@ -7718,6 +7878,10 @@
7718
7878
  "superclass": {
7719
7879
  "name": "FastMenu",
7720
7880
  "package": "@microsoft/fast-foundation"
7881
+ },
7882
+ "vividComponent": {
7883
+ "public": true,
7884
+ "name": "menu"
7721
7885
  }
7722
7886
  }
7723
7887
  ],
@@ -7794,9 +7958,41 @@
7794
7958
  },
7795
7959
  {
7796
7960
  "kind": "class",
7797
- "description": "Base class for menu-item",
7961
+ "description": "",
7798
7962
  "name": "MenuItem",
7799
7963
  "cssProperties": [
7964
+ {
7965
+ "name": "--vvd-menu-item-cta-primary",
7966
+ "default": "var(--vvd-color-cta-500)"
7967
+ },
7968
+ {
7969
+ "name": "--vvd-menu-item-cta-primary-text",
7970
+ "default": "var(--vvd-color-canvas)"
7971
+ },
7972
+ {
7973
+ "name": "--vvd-menu-item-cta-primary-increment",
7974
+ "default": "var(--vvd-color-cta-600)"
7975
+ },
7976
+ {
7977
+ "name": "--vvd-menu-item-cta-firm",
7978
+ "default": "var(--vvd-color-cta-600)"
7979
+ },
7980
+ {
7981
+ "name": "--vvd-menu-item-cta-faint",
7982
+ "default": "var(--vvd-color-cta-50)"
7983
+ },
7984
+ {
7985
+ "name": "--vvd-menu-item-cta-soft",
7986
+ "default": "var(--vvd-color-cta-100)"
7987
+ },
7988
+ {
7989
+ "name": "--vvd-menu-item-cta-pale",
7990
+ "default": "var(--vvd-color-cta-300)"
7991
+ },
7992
+ {
7993
+ "name": "--vvd-menu-item-cta-dim",
7994
+ "default": "var(--vvd-color-cta-200)"
7995
+ },
7800
7996
  {
7801
7997
  "name": "--vvd-menu-item-accent-primary",
7802
7998
  "default": "var(--vvd-color-canvas-text)"
@@ -7809,6 +8005,10 @@
7809
8005
  "name": "--vvd-menu-item-accent-primary-increment",
7810
8006
  "default": "var(--vvd-color-neutral-800)"
7811
8007
  },
8008
+ {
8009
+ "name": "--vvd-menu-item-accent-firm",
8010
+ "default": "var(--vvd-color-canvas-text)"
8011
+ },
7812
8012
  {
7813
8013
  "name": "--vvd-menu-item-accent-faint",
7814
8014
  "default": "var(--vvd-color-neutral-50)"
@@ -7859,6 +8059,15 @@
7859
8059
  "description": "Indicates the menu item's secondary text.",
7860
8060
  "privacy": "public"
7861
8061
  },
8062
+ {
8063
+ "kind": "field",
8064
+ "name": "connotation",
8065
+ "type": {
8066
+ "text": "MenuItemConnotation | undefined"
8067
+ },
8068
+ "description": "The connotation the fab should have.",
8069
+ "privacy": "public"
8070
+ },
7862
8071
  {
7863
8072
  "kind": "field",
7864
8073
  "name": "checkTrailing",
@@ -7928,6 +8137,14 @@
7928
8137
  "description": "Indicates the menu item's secondary text.",
7929
8138
  "fieldName": "textSecondary"
7930
8139
  },
8140
+ {
8141
+ "name": "connotation",
8142
+ "type": {
8143
+ "text": "MenuItemConnotation | undefined"
8144
+ },
8145
+ "description": "The connotation the fab should have.",
8146
+ "fieldName": "connotation"
8147
+ },
7931
8148
  {
7932
8149
  "name": "check-trailing",
7933
8150
  "type": {
@@ -7949,6 +8166,18 @@
7949
8166
  "superclass": {
7950
8167
  "name": "FastMenuItem",
7951
8168
  "package": "@microsoft/fast-foundation"
8169
+ },
8170
+ "vividComponent": {
8171
+ "public": true,
8172
+ "name": "menu-item",
8173
+ "vueModels": [
8174
+ {
8175
+ "name": "modelValue",
8176
+ "attributeName": "checked",
8177
+ "eventName": "change",
8178
+ "valueMapping": "(event.target as HTMLInputElement).checked"
8179
+ }
8180
+ ]
7952
8181
  }
7953
8182
  }
7954
8183
  ],
@@ -8017,7 +8246,7 @@
8017
8246
  "declarations": [
8018
8247
  {
8019
8248
  "kind": "class",
8020
- "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
8249
+ "description": "",
8021
8250
  "name": "Nav",
8022
8251
  "slots": [
8023
8252
  {
@@ -8028,6 +8257,10 @@
8028
8257
  "superclass": {
8029
8258
  "name": "FoundationElement",
8030
8259
  "package": "@microsoft/fast-foundation"
8260
+ },
8261
+ "vividComponent": {
8262
+ "public": true,
8263
+ "name": "nav"
8031
8264
  }
8032
8265
  }
8033
8266
  ],
@@ -8088,7 +8321,7 @@
8088
8321
  "declarations": [
8089
8322
  {
8090
8323
  "kind": "class",
8091
- "description": "A Nav Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .",
8324
+ "description": "",
8092
8325
  "name": "NavDisclosure",
8093
8326
  "cssProperties": [
8094
8327
  {
@@ -8201,6 +8434,10 @@
8201
8434
  "superclass": {
8202
8435
  "name": "FoundationElement",
8203
8436
  "package": "@microsoft/fast-foundation"
8437
+ },
8438
+ "vividComponent": {
8439
+ "public": true,
8440
+ "name": "nav-disclosure"
8204
8441
  }
8205
8442
  }
8206
8443
  ],
@@ -8318,6 +8555,10 @@
8318
8555
  "name": "TextAnchor",
8319
8556
  "module": "/libs/components/src/lib/text-anchor/text-anchor"
8320
8557
  },
8558
+ "vividComponent": {
8559
+ "public": true,
8560
+ "name": "nav-item"
8561
+ },
8321
8562
  "attributes": [
8322
8563
  {
8323
8564
  "name": "text",
@@ -8399,7 +8640,7 @@
8399
8640
  "declarations": [
8400
8641
  {
8401
8642
  "kind": "class",
8402
- "description": "Base class for note",
8643
+ "description": "",
8403
8644
  "name": "Note",
8404
8645
  "cssProperties": [
8405
8646
  {
@@ -8511,6 +8752,10 @@
8511
8752
  "superclass": {
8512
8753
  "name": "FoundationElement",
8513
8754
  "package": "@microsoft/fast-foundation"
8755
+ },
8756
+ "vividComponent": {
8757
+ "public": true,
8758
+ "name": "note"
8514
8759
  }
8515
8760
  }
8516
8761
  ],
@@ -8540,7 +8785,7 @@
8540
8785
  "type": {
8541
8786
  "text": "array"
8542
8787
  },
8543
- "default": "[numberFieldDefinition(), ...buttonRegistries, ...dividerRegistries]"
8788
+ "default": "[\n\tnumberFieldDefinition(),\n\t...buttonRegistries,\n\t...dividerRegistries,\n]"
8544
8789
  },
8545
8790
  {
8546
8791
  "kind": "variable",
@@ -8609,7 +8854,7 @@
8609
8854
  "declarations": [
8610
8855
  {
8611
8856
  "kind": "class",
8612
- "description": "Base class for number-field",
8857
+ "description": "",
8613
8858
  "name": "NumberField",
8614
8859
  "cssProperties": [
8615
8860
  {
@@ -8650,7 +8895,7 @@
8650
8895
  "kind": "field",
8651
8896
  "name": "incrementButtonAriaLabel",
8652
8897
  "type": {
8653
- "text": "string | null"
8898
+ "text": "| string\n\t\t| null"
8654
8899
  },
8655
8900
  "default": "null"
8656
8901
  },
@@ -8658,7 +8903,7 @@
8658
8903
  "kind": "field",
8659
8904
  "name": "decrementButtonAriaLabel",
8660
8905
  "type": {
8661
- "text": "string | null"
8906
+ "text": "| string\n\t\t| null"
8662
8907
  },
8663
8908
  "default": "null"
8664
8909
  },
@@ -8719,7 +8964,7 @@
8719
8964
  {
8720
8965
  "name": "increment-button-aria-label",
8721
8966
  "type": {
8722
- "text": "string | null"
8967
+ "text": "| string\n\t\t| null"
8723
8968
  },
8724
8969
  "default": "null",
8725
8970
  "fieldName": "incrementButtonAriaLabel"
@@ -8727,7 +8972,7 @@
8727
8972
  {
8728
8973
  "name": "decrement-button-aria-label",
8729
8974
  "type": {
8730
- "text": "string | null"
8975
+ "text": "| string\n\t\t| null"
8731
8976
  },
8732
8977
  "default": "null",
8733
8978
  "fieldName": "decrementButtonAriaLabel"
@@ -8757,6 +9002,18 @@
8757
9002
  "superclass": {
8758
9003
  "name": "FastNumberField",
8759
9004
  "package": "@microsoft/fast-foundation"
9005
+ },
9006
+ "vividComponent": {
9007
+ "public": true,
9008
+ "name": "number-field",
9009
+ "vueModels": [
9010
+ {
9011
+ "name": "modelValue",
9012
+ "attributeName": "current-value",
9013
+ "eventName": "input",
9014
+ "valueMapping": "(event.target as HTMLInputElement).value"
9015
+ }
9016
+ ]
8760
9017
  }
8761
9018
  }
8762
9019
  ],
@@ -8817,7 +9074,7 @@
8817
9074
  "declarations": [
8818
9075
  {
8819
9076
  "kind": "class",
8820
- "description": "Base class for option",
9077
+ "description": "",
8821
9078
  "name": "ListboxOption",
8822
9079
  "cssProperties": [
8823
9080
  {
@@ -8832,6 +9089,10 @@
8832
9089
  "name": "--vvd-option-accent-primary-increment",
8833
9090
  "default": "var(--vvd-color-neutral-800)"
8834
9091
  },
9092
+ {
9093
+ "name": "--vvd-option-accent-firm",
9094
+ "default": "var(--vvd-color-canvas-text)"
9095
+ },
8835
9096
  {
8836
9097
  "name": "--vvd-option-accent-faint",
8837
9098
  "default": "var(--vvd-color-neutral-50)"
@@ -8903,6 +9164,10 @@
8903
9164
  "superclass": {
8904
9165
  "name": "FoundationListboxOption",
8905
9166
  "package": "@microsoft/fast-foundation"
9167
+ },
9168
+ "vividComponent": {
9169
+ "public": true,
9170
+ "name": "option"
8906
9171
  }
8907
9172
  }
8908
9173
  ],
@@ -8978,7 +9243,7 @@
8978
9243
  "declarations": [
8979
9244
  {
8980
9245
  "kind": "class",
8981
- "description": "Base class for pagination",
9246
+ "description": "",
8982
9247
  "name": "Pagination",
8983
9248
  "members": [
8984
9249
  {
@@ -9154,6 +9419,10 @@
9154
9419
  "superclass": {
9155
9420
  "name": "FoundationElement",
9156
9421
  "package": "@microsoft/fast-foundation"
9422
+ },
9423
+ "vividComponent": {
9424
+ "public": true,
9425
+ "name": "pagination"
9157
9426
  }
9158
9427
  }
9159
9428
  ],
@@ -9227,281 +9496,12 @@
9227
9496
  {
9228
9497
  "kind": "javascript-module",
9229
9498
  "path": "libs/components/src/lib/popup/popup.ts",
9230
- "declarations": [
9231
- {
9232
- "kind": "class",
9233
- "description": "Base class for popup",
9234
- "name": "Popup",
9235
- "slots": [
9236
- {
9237
- "description": "Default slot.",
9238
- "name": ""
9239
- }
9240
- ],
9241
- "members": [
9242
- {
9243
- "kind": "field",
9244
- "name": "#middleware",
9245
- "privacy": "private",
9246
- "type": {
9247
- "text": "Array<any>"
9248
- },
9249
- "readonly": true
9250
- },
9251
- {
9252
- "kind": "field",
9253
- "name": "#cleanup",
9254
- "privacy": "private",
9255
- "type": {
9256
- "text": "() => void | undefined"
9257
- }
9258
- },
9259
- {
9260
- "kind": "field",
9261
- "name": "popupEl",
9262
- "type": {
9263
- "text": "HTMLElement"
9264
- }
9265
- },
9266
- {
9267
- "kind": "field",
9268
- "name": "arrowEl",
9269
- "type": {
9270
- "text": "HTMLElement"
9271
- }
9272
- },
9273
- {
9274
- "kind": "field",
9275
- "name": "open",
9276
- "type": {
9277
- "text": "boolean"
9278
- },
9279
- "default": "false",
9280
- "description": "indicates whether the popup is open",
9281
- "privacy": "public"
9282
- },
9283
- {
9284
- "kind": "method",
9285
- "name": "openChanged",
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
- ]
9305
- },
9306
- {
9307
- "kind": "field",
9308
- "name": "dismissible",
9309
- "type": {
9310
- "text": "boolean"
9311
- },
9312
- "default": "false",
9313
- "description": "adds close button to the popup",
9314
- "privacy": "public"
9315
- },
9316
- {
9317
- "kind": "field",
9318
- "name": "arrow",
9319
- "type": {
9320
- "text": "boolean"
9321
- },
9322
- "default": "false",
9323
- "description": "adds small triangle to indicate the trigger element",
9324
- "privacy": "public"
9325
- },
9326
- {
9327
- "kind": "field",
9328
- "name": "alternate",
9329
- "type": {
9330
- "text": "boolean"
9331
- },
9332
- "default": "false",
9333
- "description": "set the color-scheme to dark",
9334
- "privacy": "public"
9335
- },
9336
- {
9337
- "kind": "field",
9338
- "name": "placement",
9339
- "type": {
9340
- "text": "Placement | undefined"
9341
- },
9342
- "description": "the placement of the popup",
9343
- "privacy": "public"
9344
- },
9345
- {
9346
- "kind": "field",
9347
- "name": "strategy",
9348
- "type": {
9349
- "text": "Strategy | undefined"
9350
- },
9351
- "default": "'fixed'",
9352
- "description": "the strategy of the popup",
9353
- "privacy": "public"
9354
- },
9355
- {
9356
- "kind": "field",
9357
- "name": "anchor",
9358
- "type": {
9359
- "text": "HTMLElement | undefined"
9360
- },
9361
- "description": "The element to anchor the popup to.",
9362
- "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
- }
9435
- ],
9436
- "attributes": [
9437
- {
9438
- "type": {
9439
- "text": "boolean"
9440
- },
9441
- "default": "false",
9442
- "description": "indicates whether the popup is open",
9443
- "fieldName": "open"
9444
- },
9445
- {
9446
- "type": {
9447
- "text": "boolean"
9448
- },
9449
- "default": "false",
9450
- "description": "adds close button to the popup",
9451
- "fieldName": "dismissible"
9452
- },
9453
- {
9454
- "type": {
9455
- "text": "boolean"
9456
- },
9457
- "default": "false",
9458
- "description": "adds small triangle to indicate the trigger element",
9459
- "fieldName": "arrow"
9460
- },
9461
- {
9462
- "type": {
9463
- "text": "boolean"
9464
- },
9465
- "default": "false",
9466
- "description": "set the color-scheme to dark",
9467
- "fieldName": "alternate"
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"
9483
- }
9484
- ],
9485
- "superclass": {
9486
- "name": "FoundationElement",
9487
- "package": "@microsoft/fast-foundation"
9488
- }
9489
- }
9490
- ],
9491
- "exports": [
9492
- {
9493
- "kind": "js",
9494
- "name": "Popup",
9495
- "declaration": {
9496
- "name": "Popup",
9497
- "module": "libs/components/src/lib/popup/popup.ts"
9498
- }
9499
- }
9500
- ]
9501
- },
9502
- {
9503
- "kind": "javascript-module",
9504
- "path": "libs/components/src/lib/progress/definition.ts",
9499
+ "declarations": [],
9500
+ "exports": []
9501
+ },
9502
+ {
9503
+ "kind": "javascript-module",
9504
+ "path": "libs/components/src/lib/progress/definition.ts",
9505
9505
  "declarations": [
9506
9506
  {
9507
9507
  "kind": "variable",
@@ -9561,7 +9561,7 @@
9561
9561
  "declarations": [
9562
9562
  {
9563
9563
  "kind": "class",
9564
- "description": "Base class for progress",
9564
+ "description": "",
9565
9565
  "name": "Progress",
9566
9566
  "cssProperties": [
9567
9567
  {
@@ -9672,6 +9672,10 @@
9672
9672
  "superclass": {
9673
9673
  "name": "BaseProgress",
9674
9674
  "package": "@microsoft/fast-foundation"
9675
+ },
9676
+ "vividComponent": {
9677
+ "public": true,
9678
+ "name": "progress"
9675
9679
  }
9676
9680
  }
9677
9681
  ],
@@ -9740,7 +9744,7 @@
9740
9744
  "declarations": [
9741
9745
  {
9742
9746
  "kind": "class",
9743
- "description": "Base class for progress-ring",
9747
+ "description": "",
9744
9748
  "name": "ProgressRing",
9745
9749
  "cssProperties": [
9746
9750
  {
@@ -9811,6 +9815,10 @@
9811
9815
  "superclass": {
9812
9816
  "name": "BaseProgress",
9813
9817
  "package": "@microsoft/fast-foundation"
9818
+ },
9819
+ "vividComponent": {
9820
+ "public": true,
9821
+ "name": "progress-ring"
9814
9822
  }
9815
9823
  }
9816
9824
  ],
@@ -9871,7 +9879,7 @@
9871
9879
  "declarations": [
9872
9880
  {
9873
9881
  "kind": "class",
9874
- "description": "Base class for radio",
9882
+ "description": "",
9875
9883
  "name": "Radio",
9876
9884
  "cssProperties": [
9877
9885
  {
@@ -9947,141 +9955,721 @@
9947
9955
  "type": {
9948
9956
  "text": "RadioConnotation | undefined"
9949
9957
  },
9950
- "description": "The connotation the radioButton should have.",
9951
- "privacy": "public"
9952
- }
9953
- ],
9954
- "attributes": [
9958
+ "description": "The connotation the radioButton should have.",
9959
+ "privacy": "public"
9960
+ }
9961
+ ],
9962
+ "attributes": [
9963
+ {
9964
+ "name": "aria-label",
9965
+ "type": {
9966
+ "text": "string | null"
9967
+ },
9968
+ "default": "null",
9969
+ "fieldName": "ariaLabel"
9970
+ },
9971
+ {
9972
+ "name": "label",
9973
+ "type": {
9974
+ "text": "string | undefined"
9975
+ },
9976
+ "description": "Indicates the radio's label.",
9977
+ "fieldName": "label"
9978
+ },
9979
+ {
9980
+ "name": "connotation",
9981
+ "type": {
9982
+ "text": "RadioConnotation | undefined"
9983
+ },
9984
+ "description": "The connotation the radioButton should have.",
9985
+ "fieldName": "connotation"
9986
+ }
9987
+ ],
9988
+ "superclass": {
9989
+ "name": "FastRadio",
9990
+ "package": "@microsoft/fast-foundation"
9991
+ },
9992
+ "vividComponent": {
9993
+ "public": true,
9994
+ "name": "radio"
9995
+ }
9996
+ }
9997
+ ],
9998
+ "exports": [
9999
+ {
10000
+ "kind": "js",
10001
+ "name": "Radio",
10002
+ "declaration": {
10003
+ "name": "Radio",
10004
+ "module": "libs/components/src/lib/radio/radio.ts"
10005
+ }
10006
+ }
10007
+ ]
10008
+ },
10009
+ {
10010
+ "kind": "javascript-module",
10011
+ "path": "libs/components/src/lib/radio-group/definition.ts",
10012
+ "declarations": [
10013
+ {
10014
+ "kind": "variable",
10015
+ "name": "radioGroupDefinition",
10016
+ "description": "The radio-group element is a custom element that is used to display a group of radio buttons."
10017
+ },
10018
+ {
10019
+ "kind": "variable",
10020
+ "name": "registerRadioGroup",
10021
+ "description": "Registers the radio-group elements with the design system.",
10022
+ "parameters": [
10023
+ {
10024
+ "description": "the prefix to use for the component name",
10025
+ "name": "prefix"
10026
+ }
10027
+ ]
10028
+ }
10029
+ ],
10030
+ "exports": [
10031
+ {
10032
+ "kind": "js",
10033
+ "name": "radioGroupDefinition",
10034
+ "declaration": {
10035
+ "name": "radioGroupDefinition",
10036
+ "module": "libs/components/src/lib/radio-group/definition.ts"
10037
+ }
10038
+ },
10039
+ {
10040
+ "kind": "js",
10041
+ "name": "registerRadioGroup",
10042
+ "declaration": {
10043
+ "name": "registerRadioGroup",
10044
+ "module": "libs/components/src/lib/radio-group/definition.ts"
10045
+ }
10046
+ }
10047
+ ]
10048
+ },
10049
+ {
10050
+ "kind": "javascript-module",
10051
+ "path": "libs/components/src/lib/radio-group/radio-group.ts",
10052
+ "declarations": [
10053
+ {
10054
+ "kind": "class",
10055
+ "description": "",
10056
+ "name": "RadioGroup",
10057
+ "slots": [
10058
+ {
10059
+ "description": "Default slot.",
10060
+ "name": ""
10061
+ }
10062
+ ],
10063
+ "members": [
10064
+ {
10065
+ "kind": "field",
10066
+ "name": "label",
10067
+ "type": {
10068
+ "text": "string | undefined"
10069
+ },
10070
+ "description": "Indicates the group's label.",
10071
+ "privacy": "public"
10072
+ }
10073
+ ],
10074
+ "attributes": [
10075
+ {
10076
+ "name": "label",
10077
+ "type": {
10078
+ "text": "string | undefined"
10079
+ },
10080
+ "description": "Indicates the group's label.",
10081
+ "fieldName": "label"
10082
+ }
10083
+ ],
10084
+ "superclass": {
10085
+ "name": "FastRadioGroup",
10086
+ "package": "@microsoft/fast-foundation"
10087
+ },
10088
+ "vividComponent": {
10089
+ "public": true,
10090
+ "name": "radio-group",
10091
+ "vueModels": [
10092
+ {
10093
+ "name": "modelValue",
10094
+ "attributeName": "value",
10095
+ "eventName": "change",
10096
+ "valueMapping": "(event.target as HTMLInputElement).value"
10097
+ }
10098
+ ]
10099
+ }
10100
+ }
10101
+ ],
10102
+ "exports": [
10103
+ {
10104
+ "kind": "js",
10105
+ "name": "RadioGroup",
10106
+ "declaration": {
10107
+ "name": "RadioGroup",
10108
+ "module": "libs/components/src/lib/radio-group/radio-group.ts"
10109
+ }
10110
+ }
10111
+ ]
10112
+ },
10113
+ {
10114
+ "kind": "javascript-module",
10115
+ "path": "libs/components/src/lib/range-slider/definition.ts",
10116
+ "declarations": [
10117
+ {
10118
+ "kind": "variable",
10119
+ "name": "rangeSliderDefinition"
10120
+ },
10121
+ {
10122
+ "kind": "variable",
10123
+ "name": "registerRangeSlider",
10124
+ "description": "Registers the range-slider element with the design system.",
10125
+ "parameters": [
10126
+ {
10127
+ "description": "the prefix to use for the component name",
10128
+ "name": "prefix"
10129
+ }
10130
+ ]
10131
+ }
10132
+ ],
10133
+ "exports": [
10134
+ {
10135
+ "kind": "js",
10136
+ "name": "rangeSliderDefinition",
10137
+ "declaration": {
10138
+ "name": "rangeSliderDefinition",
10139
+ "module": "libs/components/src/lib/range-slider/definition.ts"
10140
+ }
10141
+ },
10142
+ {
10143
+ "kind": "js",
10144
+ "name": "registerRangeSlider",
10145
+ "declaration": {
10146
+ "name": "registerRangeSlider",
10147
+ "module": "libs/components/src/lib/range-slider/definition.ts"
10148
+ }
10149
+ }
10150
+ ]
10151
+ },
10152
+ {
10153
+ "kind": "javascript-module",
10154
+ "path": "libs/components/src/lib/range-slider/locale.ts",
10155
+ "declarations": [],
10156
+ "exports": []
10157
+ },
10158
+ {
10159
+ "kind": "javascript-module",
10160
+ "path": "libs/components/src/lib/range-slider/range-slider.form-associated.ts",
10161
+ "declarations": [
10162
+ {
10163
+ "kind": "class",
10164
+ "description": "",
10165
+ "name": "FormAssociatedRangeSlider",
10166
+ "members": [
10167
+ {
10168
+ "kind": "field",
10169
+ "name": "proxy"
10170
+ }
10171
+ ],
10172
+ "mixins": [
10173
+ {
10174
+ "name": "FormAssociated",
10175
+ "package": "@microsoft/fast-foundation"
10176
+ }
10177
+ ],
10178
+ "superclass": {
10179
+ "name": "_RangeSlider",
10180
+ "module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
10181
+ }
10182
+ }
10183
+ ],
10184
+ "exports": [
10185
+ {
10186
+ "kind": "js",
10187
+ "name": "FormAssociatedRangeSlider",
10188
+ "declaration": {
10189
+ "name": "FormAssociatedRangeSlider",
10190
+ "module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
10191
+ }
10192
+ }
10193
+ ]
10194
+ },
10195
+ {
10196
+ "kind": "javascript-module",
10197
+ "path": "libs/components/src/lib/range-slider/range-slider.ts",
10198
+ "declarations": [
10199
+ {
10200
+ "kind": "class",
10201
+ "description": "Base class for range-slider",
10202
+ "name": "RangeSlider",
10203
+ "cssProperties": [
10204
+ {
10205
+ "name": "--vvd-slider-cta-primary",
10206
+ "default": "var(--vvd-color-cta-500)"
10207
+ },
10208
+ {
10209
+ "name": "--vvd-slider-accent-primary",
10210
+ "default": "var(--vvd-color-canvas-text)"
10211
+ }
10212
+ ],
10213
+ "members": [
10214
+ {
10215
+ "kind": "field",
10216
+ "name": "#isInternalValueUpdate",
10217
+ "privacy": "private",
10218
+ "type": {
10219
+ "text": "boolean"
10220
+ },
10221
+ "default": "false"
10222
+ },
10223
+ {
10224
+ "kind": "field",
10225
+ "name": "start",
10226
+ "type": {
10227
+ "text": "string"
10228
+ },
10229
+ "default": "''",
10230
+ "description": "The start value of the range."
10231
+ },
10232
+ {
10233
+ "kind": "field",
10234
+ "name": "initialStart",
10235
+ "type": {
10236
+ "text": "| string\n\t\t| undefined"
10237
+ },
10238
+ "description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
10239
+ },
10240
+ {
10241
+ "kind": "field",
10242
+ "name": "currentStart",
10243
+ "type": {
10244
+ "text": "string"
10245
+ },
10246
+ "description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
10247
+ },
10248
+ {
10249
+ "kind": "field",
10250
+ "name": "startAsNumber",
10251
+ "type": {
10252
+ "text": "number"
10253
+ },
10254
+ "description": "The start property, typed as a number.",
10255
+ "privacy": "public"
10256
+ },
10257
+ {
10258
+ "kind": "field",
10259
+ "name": "end",
10260
+ "type": {
10261
+ "text": "string"
10262
+ },
10263
+ "default": "''",
10264
+ "description": "The end value of the range."
10265
+ },
10266
+ {
10267
+ "kind": "field",
10268
+ "name": "initialEnd",
10269
+ "type": {
10270
+ "text": "string | undefined"
10271
+ },
10272
+ "description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set."
10273
+ },
10274
+ {
10275
+ "kind": "field",
10276
+ "name": "currentEnd",
10277
+ "type": {
10278
+ "text": "string"
10279
+ },
10280
+ "description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
10281
+ },
10282
+ {
10283
+ "kind": "field",
10284
+ "name": "endAsNumber",
10285
+ "description": "The end property, typed as a number.",
10286
+ "privacy": "public"
10287
+ },
10288
+ {
10289
+ "kind": "method",
10290
+ "name": "#updateValues",
10291
+ "parameters": [
10292
+ {
10293
+ "name": "{ start, end }",
10294
+ "type": {
10295
+ "text": "{ start?: string; end?: string }"
10296
+ }
10297
+ },
10298
+ {
10299
+ "name": "emitEvents",
10300
+ "default": "true",
10301
+ "type": {
10302
+ "text": "boolean"
10303
+ }
10304
+ }
10305
+ ]
10306
+ },
10307
+ {
10308
+ "kind": "field",
10309
+ "name": "min",
10310
+ "type": {
10311
+ "text": "number"
10312
+ },
10313
+ "default": "0",
10314
+ "description": "The minimum value of the range.",
10315
+ "privacy": "public"
10316
+ },
10317
+ {
10318
+ "kind": "field",
10319
+ "name": "max",
10320
+ "type": {
10321
+ "text": "number"
10322
+ },
10323
+ "default": "10",
10324
+ "description": "The maximum value of the range.",
10325
+ "privacy": "public"
10326
+ },
10327
+ {
10328
+ "kind": "field",
10329
+ "name": "step",
10330
+ "type": {
10331
+ "text": "number"
10332
+ },
10333
+ "default": "1",
10334
+ "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
10335
+ "privacy": "public"
10336
+ },
10337
+ {
10338
+ "kind": "method",
10339
+ "name": "#applyStep",
10340
+ "parameters": [
10341
+ {
10342
+ "name": "thumb",
10343
+ "type": {
10344
+ "text": "'start' | 'end'"
10345
+ }
10346
+ },
10347
+ {
10348
+ "name": "direction",
10349
+ "type": {
10350
+ "text": "Direction"
10351
+ }
10352
+ }
10353
+ ]
10354
+ },
10355
+ {
10356
+ "kind": "field",
10357
+ "name": "orientation",
10358
+ "type": {
10359
+ "text": "Orientation"
10360
+ },
10361
+ "description": "The orientation of the slider.",
10362
+ "privacy": "public"
10363
+ },
10364
+ {
10365
+ "kind": "field",
10366
+ "name": "ariaStartLabel",
10367
+ "type": {
10368
+ "text": "string | null"
10369
+ },
10370
+ "default": "null",
10371
+ "description": "Aria label for the start thumb",
10372
+ "privacy": "public"
10373
+ },
10374
+ {
10375
+ "kind": "field",
10376
+ "name": "ariaEndLabel",
10377
+ "type": {
10378
+ "text": "string | null"
10379
+ },
10380
+ "default": "null",
10381
+ "description": "Aria label for the end thumb",
10382
+ "privacy": "public"
10383
+ },
10384
+ {
10385
+ "kind": "field",
10386
+ "name": "markers",
10387
+ "type": {
10388
+ "text": "boolean"
10389
+ },
10390
+ "default": "false",
10391
+ "description": "Display markers on/off",
10392
+ "privacy": "public"
10393
+ },
10394
+ {
10395
+ "kind": "field",
10396
+ "name": "connotation",
10397
+ "type": {
10398
+ "text": "RangeSliderConnotation | undefined"
10399
+ },
10400
+ "description": "The connotation of the component",
10401
+ "privacy": "public"
10402
+ },
10403
+ {
10404
+ "kind": "field",
10405
+ "name": "valueTextFormatter",
10406
+ "type": {
10407
+ "text": "(value: string) => string"
10408
+ },
10409
+ "description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
10410
+ "privacy": "public"
10411
+ },
10412
+ {
10413
+ "kind": "method",
10414
+ "name": "#updateFormValue"
10415
+ },
10416
+ {
10417
+ "kind": "method",
10418
+ "name": "formResetCallback"
10419
+ },
10420
+ {
10421
+ "kind": "field",
10422
+ "name": "#thumbs",
10423
+ "privacy": "private",
10424
+ "readonly": true
10425
+ },
10426
+ {
10427
+ "kind": "field",
10428
+ "name": "#thumbConstraints",
10429
+ "privacy": "private",
10430
+ "readonly": true
10431
+ },
10432
+ {
10433
+ "kind": "field",
10434
+ "name": "#draggingThumb",
10435
+ "privacy": "private",
10436
+ "type": {
10437
+ "text": "false | 'start' | 'end'"
10438
+ },
10439
+ "default": "false"
10440
+ },
10441
+ {
10442
+ "kind": "method",
10443
+ "name": "#updateThumbPositions"
10444
+ },
10445
+ {
10446
+ "kind": "method",
10447
+ "name": "#thumbTrackEndOffset",
10448
+ "parameters": [
10449
+ {
10450
+ "name": "value",
10451
+ "type": {
10452
+ "text": "number"
10453
+ }
10454
+ }
10455
+ ]
10456
+ },
10457
+ {
10458
+ "kind": "method",
10459
+ "name": "#calculateValueFromMouseEvent",
10460
+ "parameters": [
10461
+ {
10462
+ "name": "e",
10463
+ "type": {
10464
+ "text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
10465
+ }
10466
+ }
10467
+ ]
10468
+ },
10469
+ {
10470
+ "kind": "method",
10471
+ "name": "#roundToNearestStep",
10472
+ "parameters": [
10473
+ {
10474
+ "name": "thumb",
10475
+ "type": {
10476
+ "text": "'start' | 'end'"
10477
+ }
10478
+ },
10479
+ {
10480
+ "name": "value",
10481
+ "type": {
10482
+ "text": "number"
10483
+ }
10484
+ }
10485
+ ]
10486
+ },
10487
+ {
10488
+ "kind": "method",
10489
+ "name": "#registerThumbListeners"
10490
+ },
10491
+ {
10492
+ "kind": "method",
10493
+ "name": "#unregisterThumbListeners"
10494
+ },
10495
+ {
10496
+ "kind": "field",
10497
+ "name": "#onThumbMousedown",
10498
+ "privacy": "private"
10499
+ },
10500
+ {
10501
+ "kind": "field",
10502
+ "name": "#onThumbKeydown",
10503
+ "privacy": "private"
10504
+ },
10505
+ {
10506
+ "kind": "method",
10507
+ "name": "#registerDragHandlers"
10508
+ },
10509
+ {
10510
+ "kind": "method",
10511
+ "name": "#unregisterDragListeners"
10512
+ },
10513
+ {
10514
+ "kind": "field",
10515
+ "name": "#onDragMove",
10516
+ "privacy": "private"
10517
+ },
10518
+ {
10519
+ "kind": "field",
10520
+ "name": "#onDragEnd",
10521
+ "privacy": "private"
10522
+ },
10523
+ {
10524
+ "kind": "field",
10525
+ "name": "proxy",
10526
+ "inheritedFrom": {
10527
+ "name": "FormAssociatedRangeSlider",
10528
+ "module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
10529
+ }
10530
+ }
10531
+ ],
10532
+ "events": [
10533
+ {
10534
+ "description": "Event emitted when the start value changes",
10535
+ "name": "input:start"
10536
+ },
10537
+ {
10538
+ "description": "Event emitted when the end value changes",
10539
+ "name": "input:end"
10540
+ }
10541
+ ],
10542
+ "attributes": [
10543
+ {
10544
+ "name": "start",
10545
+ "type": {
10546
+ "text": "| string\n\t\t| undefined"
10547
+ },
10548
+ "description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
10549
+ "fieldName": "initialStart"
10550
+ },
10551
+ {
10552
+ "name": "current-start",
10553
+ "type": {
10554
+ "text": "string"
10555
+ },
10556
+ "description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
10557
+ "fieldName": "currentStart"
10558
+ },
10559
+ {
10560
+ "name": "end",
10561
+ "type": {
10562
+ "text": "string | undefined"
10563
+ },
10564
+ "description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
10565
+ "fieldName": "initialEnd"
10566
+ },
10567
+ {
10568
+ "name": "current-end",
10569
+ "type": {
10570
+ "text": "string"
10571
+ },
10572
+ "description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
10573
+ "fieldName": "currentEnd"
10574
+ },
10575
+ {
10576
+ "type": {
10577
+ "text": "number"
10578
+ },
10579
+ "default": "0",
10580
+ "description": "The minimum value of the range.",
10581
+ "fieldName": "min"
10582
+ },
10583
+ {
10584
+ "type": {
10585
+ "text": "number"
10586
+ },
10587
+ "default": "10",
10588
+ "description": "The maximum value of the range.",
10589
+ "fieldName": "max"
10590
+ },
10591
+ {
10592
+ "type": {
10593
+ "text": "number"
10594
+ },
10595
+ "default": "1",
10596
+ "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
10597
+ "fieldName": "step"
10598
+ },
10599
+ {
10600
+ "name": "orientation",
10601
+ "type": {
10602
+ "text": "Orientation"
10603
+ },
10604
+ "description": "The orientation of the slider.",
10605
+ "fieldName": "orientation"
10606
+ },
10607
+ {
10608
+ "name": "aria-start-label",
10609
+ "type": {
10610
+ "text": "string | null"
10611
+ },
10612
+ "default": "null",
10613
+ "description": "Aria label for the start thumb",
10614
+ "fieldName": "ariaStartLabel"
10615
+ },
9955
10616
  {
9956
- "name": "aria-label",
10617
+ "name": "aria-end-label",
9957
10618
  "type": {
9958
10619
  "text": "string | null"
9959
10620
  },
9960
10621
  "default": "null",
9961
- "fieldName": "ariaLabel"
10622
+ "description": "Aria label for the end thumb",
10623
+ "fieldName": "ariaEndLabel"
9962
10624
  },
9963
10625
  {
9964
- "name": "label",
9965
10626
  "type": {
9966
- "text": "string | undefined"
10627
+ "text": "boolean"
9967
10628
  },
9968
- "description": "Indicates the radio's label.",
9969
- "fieldName": "label"
10629
+ "default": "false",
10630
+ "description": "Display markers on/off",
10631
+ "fieldName": "markers"
9970
10632
  },
9971
10633
  {
9972
10634
  "name": "connotation",
9973
10635
  "type": {
9974
- "text": "RadioConnotation | undefined"
10636
+ "text": "RangeSliderConnotation | undefined"
9975
10637
  },
9976
- "description": "The connotation the radioButton should have.",
10638
+ "description": "The connotation of the component",
9977
10639
  "fieldName": "connotation"
9978
10640
  }
9979
10641
  ],
9980
10642
  "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": [
10011
- {
10012
- "description": "the prefix to use for the component name",
10013
- "name": "prefix"
10014
- }
10015
- ]
10016
- }
10017
- ],
10018
- "exports": [
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": [
10046
- {
10047
- "description": "Default slot.",
10048
- "name": ""
10049
- }
10050
- ],
10051
- "members": [
10052
- {
10053
- "kind": "field",
10054
- "name": "label",
10055
- "type": {
10056
- "text": "string | undefined"
10057
- },
10058
- "description": "Indicates the group's label.",
10059
- "privacy": "public"
10060
- }
10061
- ],
10062
- "attributes": [
10063
- {
10064
- "name": "label",
10065
- "type": {
10066
- "text": "string | undefined"
10643
+ "name": "FormAssociatedRangeSlider",
10644
+ "module": "/libs/components/src/lib/range-slider/range-slider.form-associated"
10645
+ },
10646
+ "vividComponent": {
10647
+ "name": "range-slider",
10648
+ "public": true,
10649
+ "vueModels": [
10650
+ {
10651
+ "name": "start",
10652
+ "attributeName": "current-start",
10653
+ "eventName": "input:start",
10654
+ "valueMapping": "(event.target as any).start"
10067
10655
  },
10068
- "description": "Indicates the group's label.",
10069
- "fieldName": "label"
10070
- }
10071
- ],
10072
- "superclass": {
10073
- "name": "FastRadioGroup",
10074
- "package": "@microsoft/fast-foundation"
10656
+ {
10657
+ "name": "end",
10658
+ "attributeName": "current-end",
10659
+ "eventName": "input:end",
10660
+ "valueMapping": "(event.target as any).end"
10661
+ }
10662
+ ]
10075
10663
  }
10076
10664
  }
10077
10665
  ],
10078
10666
  "exports": [
10079
10667
  {
10080
10668
  "kind": "js",
10081
- "name": "RadioGroup",
10669
+ "name": "RangeSlider",
10082
10670
  "declaration": {
10083
- "name": "RadioGroup",
10084
- "module": "libs/components/src/lib/radio-group/radio-group.ts"
10671
+ "name": "RangeSlider",
10672
+ "module": "libs/components/src/lib/range-slider/range-slider.ts"
10085
10673
  }
10086
10674
  }
10087
10675
  ]
@@ -10148,7 +10736,7 @@
10148
10736
  "declarations": [
10149
10737
  {
10150
10738
  "kind": "class",
10151
- "description": "Base class for select",
10739
+ "description": "",
10152
10740
  "name": "Select",
10153
10741
  "cssProperties": [
10154
10742
  {
@@ -10284,6 +10872,18 @@
10284
10872
  "superclass": {
10285
10873
  "name": "FoundationSelect",
10286
10874
  "package": "@microsoft/fast-foundation"
10875
+ },
10876
+ "vividComponent": {
10877
+ "public": true,
10878
+ "name": "select",
10879
+ "vueModels": [
10880
+ {
10881
+ "name": "modelValue",
10882
+ "attributeName": "current-value",
10883
+ "eventName": "input",
10884
+ "valueMapping": "(event.target as HTMLInputElement).value"
10885
+ }
10886
+ ]
10287
10887
  }
10288
10888
  }
10289
10889
  ],
@@ -10343,7 +10943,7 @@
10343
10943
  "declarations": [
10344
10944
  {
10345
10945
  "kind": "class",
10346
- "description": "Base class for selectable-box",
10946
+ "description": "",
10347
10947
  "name": "SelectableBox",
10348
10948
  "cssProperties": [
10349
10949
  {
@@ -10529,6 +11129,10 @@
10529
11129
  "superclass": {
10530
11130
  "name": "FoundationElement",
10531
11131
  "package": "@microsoft/fast-foundation"
11132
+ },
11133
+ "vividComponent": {
11134
+ "public": true,
11135
+ "name": "selectable-box"
10532
11136
  }
10533
11137
  }
10534
11138
  ],
@@ -10589,7 +11193,7 @@
10589
11193
  "declarations": [
10590
11194
  {
10591
11195
  "kind": "class",
10592
- "description": "Base class for side-drawer",
11196
+ "description": "",
10593
11197
  "name": "SideDrawer",
10594
11198
  "slots": [
10595
11199
  {
@@ -10708,6 +11312,10 @@
10708
11312
  "superclass": {
10709
11313
  "name": "FoundationElement",
10710
11314
  "package": "@microsoft/fast-foundation"
11315
+ },
11316
+ "vividComponent": {
11317
+ "public": true,
11318
+ "name": "side-drawer"
10711
11319
  }
10712
11320
  }
10713
11321
  ],
@@ -10776,7 +11384,7 @@
10776
11384
  "declarations": [
10777
11385
  {
10778
11386
  "kind": "class",
10779
- "description": "Base class for slider",
11387
+ "description": "",
10780
11388
  "name": "Slider",
10781
11389
  "cssProperties": [
10782
11390
  {
@@ -10862,6 +11470,18 @@
10862
11470
  "superclass": {
10863
11471
  "name": "FastSlider",
10864
11472
  "package": "@microsoft/fast-foundation"
11473
+ },
11474
+ "vividComponent": {
11475
+ "public": true,
11476
+ "name": "slider",
11477
+ "vueModels": [
11478
+ {
11479
+ "name": "modelValue",
11480
+ "attributeName": "current-value",
11481
+ "eventName": "change",
11482
+ "valueMapping": "(event.target as HTMLInputElement).value"
11483
+ }
11484
+ ]
10865
11485
  }
10866
11486
  }
10867
11487
  ],
@@ -10947,7 +11567,7 @@
10947
11567
  "declarations": [
10948
11568
  {
10949
11569
  "kind": "class",
10950
- "description": "Base class for split button",
11570
+ "description": "",
10951
11571
  "name": "SplitButton",
10952
11572
  "cssProperties": [
10953
11573
  {
@@ -11218,7 +11838,7 @@
11218
11838
  "kind": "field",
11219
11839
  "name": "indicatorAriaLabel",
11220
11840
  "type": {
11221
- "text": "string | null"
11841
+ "text": "| string\n\t\t| null"
11222
11842
  },
11223
11843
  "default": "null",
11224
11844
  "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
@@ -11321,7 +11941,7 @@
11321
11941
  {
11322
11942
  "name": "indicator-aria-label",
11323
11943
  "type": {
11324
- "text": "string | null"
11944
+ "text": "| string\n\t\t| null"
11325
11945
  },
11326
11946
  "default": "null",
11327
11947
  "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
@@ -11331,6 +11951,10 @@
11331
11951
  "superclass": {
11332
11952
  "name": "FoundationElement",
11333
11953
  "package": "@microsoft/fast-foundation"
11954
+ },
11955
+ "vividComponent": {
11956
+ "public": true,
11957
+ "name": "split-button"
11334
11958
  }
11335
11959
  }
11336
11960
  ],
@@ -11399,7 +12023,7 @@
11399
12023
  "declarations": [
11400
12024
  {
11401
12025
  "kind": "class",
11402
- "description": "Base class for switch",
12026
+ "description": "",
11403
12027
  "name": "Switch",
11404
12028
  "cssProperties": [
11405
12029
  {
@@ -11540,6 +12164,18 @@
11540
12164
  "superclass": {
11541
12165
  "name": "FoundationSwitch",
11542
12166
  "package": "@microsoft/fast-foundation"
12167
+ },
12168
+ "vividComponent": {
12169
+ "public": true,
12170
+ "name": "switch",
12171
+ "vueModels": [
12172
+ {
12173
+ "name": "modelValue",
12174
+ "attributeName": "current-checked",
12175
+ "eventName": "change",
12176
+ "valueMapping": "(event.target as HTMLInputElement).checked"
12177
+ }
12178
+ ]
11543
12179
  }
11544
12180
  }
11545
12181
  ],
@@ -11616,7 +12252,7 @@
11616
12252
  "declarations": [
11617
12253
  {
11618
12254
  "kind": "class",
11619
- "description": "Base class for tab",
12255
+ "description": "",
11620
12256
  "name": "Tab",
11621
12257
  "cssProperties": [
11622
12258
  {
@@ -11763,6 +12399,10 @@
11763
12399
  "superclass": {
11764
12400
  "name": "FoundationTab",
11765
12401
  "package": "@microsoft/fast-foundation"
12402
+ },
12403
+ "vividComponent": {
12404
+ "public": true,
12405
+ "name": "tab"
11766
12406
  }
11767
12407
  }
11768
12408
  ],
@@ -11823,7 +12463,7 @@
11823
12463
  "declarations": [
11824
12464
  {
11825
12465
  "kind": "class",
11826
- "description": "Base class for tab-panel",
12466
+ "description": "",
11827
12467
  "name": "TabPanel",
11828
12468
  "slots": [
11829
12469
  {
@@ -11834,6 +12474,10 @@
11834
12474
  "superclass": {
11835
12475
  "name": "FoundationTabPanel",
11836
12476
  "package": "@microsoft/fast-foundation"
12477
+ },
12478
+ "vividComponent": {
12479
+ "public": true,
12480
+ "name": "tab-panel"
11837
12481
  }
11838
12482
  }
11839
12483
  ],
@@ -11902,7 +12546,7 @@
11902
12546
  },
11903
12547
  {
11904
12548
  "kind": "class",
11905
- "description": "Base class for tabs",
12549
+ "description": "",
11906
12550
  "name": "Tabs",
11907
12551
  "cssProperties": [
11908
12552
  {
@@ -12071,6 +12715,10 @@
12071
12715
  "superclass": {
12072
12716
  "name": "FoundationTabs",
12073
12717
  "package": "@microsoft/fast-foundation"
12718
+ },
12719
+ "vividComponent": {
12720
+ "public": true,
12721
+ "name": "tabs"
12074
12722
  }
12075
12723
  }
12076
12724
  ],
@@ -12163,7 +12811,7 @@
12163
12811
  "declarations": [
12164
12812
  {
12165
12813
  "kind": "class",
12166
- "description": "Base class for tag.",
12814
+ "description": "",
12167
12815
  "name": "Tag",
12168
12816
  "cssProperties": [
12169
12817
  {
@@ -12411,6 +13059,10 @@
12411
13059
  "superclass": {
12412
13060
  "name": "FoundationElement",
12413
13061
  "package": "@microsoft/fast-foundation"
13062
+ },
13063
+ "vividComponent": {
13064
+ "public": true,
13065
+ "name": "tag"
12414
13066
  }
12415
13067
  }
12416
13068
  ],
@@ -12470,7 +13122,7 @@
12470
13122
  "declarations": [
12471
13123
  {
12472
13124
  "kind": "class",
12473
- "description": "Base class for tag-group",
13125
+ "description": "",
12474
13126
  "name": "TagGroup",
12475
13127
  "slots": [
12476
13128
  {
@@ -12501,6 +13153,10 @@
12501
13153
  "superclass": {
12502
13154
  "name": "FoundationElement",
12503
13155
  "package": "@microsoft/fast-foundation"
13156
+ },
13157
+ "vividComponent": {
13158
+ "public": true,
13159
+ "name": "tag-group"
12504
13160
  }
12505
13161
  }
12506
13162
  ],
@@ -12561,7 +13217,7 @@
12561
13217
  "declarations": [
12562
13218
  {
12563
13219
  "kind": "class",
12564
- "description": "Base class for text-anchor",
13220
+ "description": "",
12565
13221
  "name": "TextAnchor",
12566
13222
  "slots": [
12567
13223
  {
@@ -12593,6 +13249,9 @@
12593
13249
  "superclass": {
12594
13250
  "name": "Anchor",
12595
13251
  "package": "@microsoft/fast-foundation"
13252
+ },
13253
+ "vividComponent": {
13254
+ "name": "text-anchor"
12596
13255
  }
12597
13256
  }
12598
13257
  ],
@@ -12661,7 +13320,7 @@
12661
13320
  "declarations": [
12662
13321
  {
12663
13322
  "kind": "class",
12664
- "description": "Base class for text-area",
13323
+ "description": "",
12665
13324
  "name": "TextArea",
12666
13325
  "cssProperties": [
12667
13326
  {
@@ -12793,6 +13452,18 @@
12793
13452
  "superclass": {
12794
13453
  "name": "FoundationTextArea",
12795
13454
  "package": "@microsoft/fast-foundation"
13455
+ },
13456
+ "vividComponent": {
13457
+ "public": true,
13458
+ "name": "text-area",
13459
+ "vueModels": [
13460
+ {
13461
+ "name": "modelValue",
13462
+ "attributeName": "current-value",
13463
+ "eventName": "input",
13464
+ "valueMapping": "(event.target as HTMLInputElement).value"
13465
+ }
13466
+ ]
12796
13467
  }
12797
13468
  }
12798
13469
  ],
@@ -12995,6 +13666,18 @@
12995
13666
  "superclass": {
12996
13667
  "name": "FoundationTextfield",
12997
13668
  "package": "@microsoft/fast-foundation"
13669
+ },
13670
+ "vividComponent": {
13671
+ "public": true,
13672
+ "name": "text-field",
13673
+ "vueModels": [
13674
+ {
13675
+ "name": "modelValue",
13676
+ "attributeName": "current-value",
13677
+ "eventName": "input",
13678
+ "valueMapping": "(event.target as HTMLInputElement).value"
13679
+ }
13680
+ ]
12998
13681
  }
12999
13682
  }
13000
13683
  ],
@@ -13097,13 +13780,17 @@
13097
13780
  "declarations": [
13098
13781
  {
13099
13782
  "kind": "class",
13100
- "description": "Base class for time-picker",
13783
+ "description": "",
13101
13784
  "name": "TimePicker",
13102
13785
  "cssProperties": [
13103
13786
  {
13104
13787
  "name": "--vvd-time-picker-accent-primary",
13105
13788
  "default": "var(--vvd-color-canvas-text)"
13106
13789
  },
13790
+ {
13791
+ "name": "--vvd-time-picker-accent-firm",
13792
+ "default": "var(--vvd-color-canvas-text)"
13793
+ },
13107
13794
  {
13108
13795
  "name": "--vvd-time-picker-accent-faint",
13109
13796
  "default": "var(--vvd-color-neutral-50)"
@@ -13336,6 +14023,18 @@
13336
14023
  "superclass": {
13337
14024
  "name": "FormAssociatedTimePicker",
13338
14025
  "module": "/libs/components/src/lib/time-picker/time-picker.form-associated"
14026
+ },
14027
+ "vividComponent": {
14028
+ "public": true,
14029
+ "name": "time-picker",
14030
+ "vueModels": [
14031
+ {
14032
+ "name": "modelValue",
14033
+ "attributeName": "current-value",
14034
+ "eventName": "input",
14035
+ "valueMapping": "(event.target as HTMLInputElement).value"
14036
+ }
14037
+ ]
13339
14038
  }
13340
14039
  }
13341
14040
  ],
@@ -13396,7 +14095,7 @@
13396
14095
  "declarations": [
13397
14096
  {
13398
14097
  "kind": "class",
13399
- "description": "Base class for toggletip",
14098
+ "description": "",
13400
14099
  "name": "Toggletip",
13401
14100
  "slots": [
13402
14101
  {
@@ -13577,6 +14276,10 @@
13577
14276
  "superclass": {
13578
14277
  "name": "FoundationElement",
13579
14278
  "package": "@microsoft/fast-foundation"
14279
+ },
14280
+ "vividComponent": {
14281
+ "public": true,
14282
+ "name": "toggletip"
13580
14283
  }
13581
14284
  }
13582
14285
  ],
@@ -13637,7 +14340,7 @@
13637
14340
  "declarations": [
13638
14341
  {
13639
14342
  "kind": "class",
13640
- "description": "Base class for tooltip",
14343
+ "description": "",
13641
14344
  "name": "Tooltip",
13642
14345
  "slots": [
13643
14346
  {
@@ -13740,6 +14443,10 @@
13740
14443
  "superclass": {
13741
14444
  "name": "FoundationElement",
13742
14445
  "package": "@microsoft/fast-foundation"
14446
+ },
14447
+ "vividComponent": {
14448
+ "public": true,
14449
+ "name": "tooltip"
13743
14450
  }
13744
14451
  }
13745
14452
  ],
@@ -13799,7 +14506,7 @@
13799
14506
  "declarations": [
13800
14507
  {
13801
14508
  "kind": "class",
13802
- "description": "Base class for tree-item",
14509
+ "description": "",
13803
14510
  "name": "TreeItem",
13804
14511
  "cssProperties": [
13805
14512
  {
@@ -13857,6 +14564,10 @@
13857
14564
  "superclass": {
13858
14565
  "name": "FastTreeItem",
13859
14566
  "package": "@microsoft/fast-foundation"
14567
+ },
14568
+ "vividComponent": {
14569
+ "public": true,
14570
+ "name": "tree-item"
13860
14571
  }
13861
14572
  }
13862
14573
  ],
@@ -13916,7 +14627,7 @@
13916
14627
  "declarations": [
13917
14628
  {
13918
14629
  "kind": "class",
13919
- "description": "Base class for Tree View",
14630
+ "description": "",
13920
14631
  "name": "TreeView",
13921
14632
  "slots": [
13922
14633
  {
@@ -13927,6 +14638,10 @@
13927
14638
  "superclass": {
13928
14639
  "name": "FastTreeView",
13929
14640
  "package": "@microsoft/fast-foundation"
14641
+ },
14642
+ "vividComponent": {
14643
+ "public": true,
14644
+ "name": "tree-view"
13930
14645
  }
13931
14646
  }
13932
14647
  ],
@@ -13941,6 +14656,115 @@
13941
14656
  }
13942
14657
  ]
13943
14658
  },
14659
+ {
14660
+ "kind": "javascript-module",
14661
+ "path": "libs/components/src/lib/range-slider/utils/lerp.ts",
14662
+ "declarations": [
14663
+ {
14664
+ "kind": "function",
14665
+ "name": "lerp",
14666
+ "parameters": [
14667
+ {
14668
+ "name": "a",
14669
+ "type": {
14670
+ "text": "number"
14671
+ }
14672
+ },
14673
+ {
14674
+ "name": "b",
14675
+ "type": {
14676
+ "text": "number"
14677
+ }
14678
+ },
14679
+ {
14680
+ "name": "value",
14681
+ "type": {
14682
+ "text": "number"
14683
+ }
14684
+ }
14685
+ ],
14686
+ "description": "Linearly interpolates between two values."
14687
+ },
14688
+ {
14689
+ "kind": "function",
14690
+ "name": "inverseLerp",
14691
+ "parameters": [
14692
+ {
14693
+ "name": "a",
14694
+ "type": {
14695
+ "text": "number"
14696
+ }
14697
+ },
14698
+ {
14699
+ "name": "b",
14700
+ "type": {
14701
+ "text": "number"
14702
+ }
14703
+ },
14704
+ {
14705
+ "name": "value",
14706
+ "type": {
14707
+ "text": "number"
14708
+ }
14709
+ }
14710
+ ],
14711
+ "description": "Returns the fraction of a value between a and b."
14712
+ }
14713
+ ],
14714
+ "exports": [
14715
+ {
14716
+ "kind": "js",
14717
+ "name": "lerp",
14718
+ "declaration": {
14719
+ "name": "lerp",
14720
+ "module": "libs/components/src/lib/range-slider/utils/lerp.ts"
14721
+ }
14722
+ },
14723
+ {
14724
+ "kind": "js",
14725
+ "name": "inverseLerp",
14726
+ "declaration": {
14727
+ "name": "inverseLerp",
14728
+ "module": "libs/components/src/lib/range-slider/utils/lerp.ts"
14729
+ }
14730
+ }
14731
+ ]
14732
+ },
14733
+ {
14734
+ "kind": "javascript-module",
14735
+ "path": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts",
14736
+ "declarations": [
14737
+ {
14738
+ "kind": "function",
14739
+ "name": "roundToStepValue",
14740
+ "parameters": [
14741
+ {
14742
+ "name": "value",
14743
+ "type": {
14744
+ "text": "number"
14745
+ }
14746
+ },
14747
+ {
14748
+ "name": "step",
14749
+ "type": {
14750
+ "text": "number"
14751
+ }
14752
+ }
14753
+ ],
14754
+ "description": "Rounds a value to the nearest step value. Handles decimal rounding."
14755
+ }
14756
+ ],
14757
+ "exports": [
14758
+ {
14759
+ "kind": "js",
14760
+ "name": "roundToStepValue",
14761
+ "declaration": {
14762
+ "name": "roundToStepValue",
14763
+ "module": "libs/components/src/lib/range-slider/utils/roundToStepValue.ts"
14764
+ }
14765
+ }
14766
+ ]
14767
+ },
13944
14768
  {
13945
14769
  "kind": "javascript-module",
13946
14770
  "path": "libs/components/src/lib/time-picker/time/picker.ts",
@@ -14306,6 +15130,10 @@
14306
15130
  "name": "--vvd-date-picker-accent-primary",
14307
15131
  "default": "var(--vvd-color-canvas-text)"
14308
15132
  },
15133
+ {
15134
+ "name": "--vvd-date-picker-accent-firm",
15135
+ "default": "var(--vvd-color-canvas-text)"
15136
+ },
14309
15137
  {
14310
15138
  "name": "--vvd-date-picker-accent-faint",
14311
15139
  "default": "var(--vvd-color-neutral-50)"