@vonage/vivid 4.5.0 → 4.7.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 (173) hide show
  1. package/custom-elements.json +947 -79
  2. package/elevation/index.cjs +1 -1
  3. package/elevation/index.js +1 -1
  4. package/index.cjs +62 -56
  5. package/index.js +20 -19
  6. package/lib/components.d.ts +1 -0
  7. package/lib/dialog/dialog.d.ts +0 -1
  8. package/lib/menu/menu.d.ts +2 -1
  9. package/lib/number-field/number-field.d.ts +3 -1
  10. package/lib/searchable-select/definition.d.ts +4 -0
  11. package/lib/searchable-select/locale.d.ts +9 -0
  12. package/lib/searchable-select/option-tag.d.ts +14 -0
  13. package/lib/searchable-select/option-tag.template.d.ts +4 -0
  14. package/lib/searchable-select/searchable-select.d.ts +29 -0
  15. package/lib/searchable-select/searchable-select.form-associated.d.ts +10 -0
  16. package/lib/searchable-select/searchable-select.template.d.ts +4 -0
  17. package/lib/select/select.d.ts +3 -1
  18. package/lib/tab/locale.d.ts +3 -0
  19. package/lib/tab/tab.d.ts +5 -1
  20. package/lib/tag/definition.d.ts +1 -0
  21. package/lib/text-field/text-field.d.ts +3 -1
  22. package/locales/de-DE.cjs +24 -0
  23. package/locales/de-DE.js +24 -0
  24. package/locales/en-GB.cjs +24 -0
  25. package/locales/en-GB.js +24 -0
  26. package/locales/en-US.cjs +24 -0
  27. package/locales/en-US.js +24 -0
  28. package/locales/ja-JP.cjs +24 -0
  29. package/locales/ja-JP.js +24 -0
  30. package/locales/zh-CN.cjs +24 -0
  31. package/locales/zh-CN.js +24 -0
  32. package/package.json +1 -1
  33. package/popup/index.cjs +1 -1
  34. package/popup/index.js +1 -1
  35. package/searchable-select/index.cjs +5 -0
  36. package/searchable-select/index.js +3 -0
  37. package/select/index.cjs +1 -1
  38. package/select/index.js +1 -1
  39. package/selectable-box/index.cjs +1 -1
  40. package/selectable-box/index.js +1 -1
  41. package/shared/definition11.cjs +1 -1
  42. package/shared/definition11.js +1 -1
  43. package/shared/definition14.cjs +1 -1
  44. package/shared/definition14.js +1 -1
  45. package/shared/definition16.cjs +1 -1
  46. package/shared/definition16.js +1 -1
  47. package/shared/definition18.cjs +2 -2
  48. package/shared/definition18.js +2 -2
  49. package/shared/definition19.cjs +2 -2
  50. package/shared/definition19.js +2 -2
  51. package/shared/definition20.cjs +14 -34
  52. package/shared/definition20.js +14 -34
  53. package/shared/definition21.cjs +2 -19
  54. package/shared/definition21.js +2 -19
  55. package/shared/definition26.cjs +1 -1
  56. package/shared/definition26.js +1 -1
  57. package/shared/definition29.cjs +4 -0
  58. package/shared/definition29.js +4 -0
  59. package/shared/definition30.cjs +2 -1
  60. package/shared/definition30.js +2 -1
  61. package/shared/definition35.cjs +12 -7
  62. package/shared/definition35.js +12 -7
  63. package/shared/definition36.cjs +50 -207
  64. package/shared/definition36.js +51 -207
  65. package/shared/definition4.cjs +1 -1
  66. package/shared/definition4.js +1 -1
  67. package/shared/definition42.cjs +1 -1
  68. package/shared/definition42.js +1 -1
  69. package/shared/definition43.cjs +1018 -647
  70. package/shared/definition43.js +1014 -644
  71. package/shared/definition44.cjs +723 -112
  72. package/shared/definition44.js +722 -111
  73. package/shared/definition45.cjs +121 -80
  74. package/shared/definition45.js +119 -78
  75. package/shared/definition46.cjs +81 -614
  76. package/shared/definition46.js +80 -612
  77. package/shared/definition47.cjs +608 -114
  78. package/shared/definition47.js +606 -113
  79. package/shared/definition48.cjs +116 -134
  80. package/shared/definition48.js +115 -133
  81. package/shared/definition49.cjs +149 -19
  82. package/shared/definition49.js +148 -18
  83. package/shared/definition5.cjs +1 -1
  84. package/shared/definition5.js +1 -1
  85. package/shared/definition50.cjs +21 -82
  86. package/shared/definition50.js +20 -81
  87. package/shared/definition51.cjs +77 -539
  88. package/shared/definition51.js +76 -538
  89. package/shared/definition52.cjs +568 -28
  90. package/shared/definition52.js +567 -27
  91. package/shared/definition53.cjs +28 -123
  92. package/shared/definition53.js +26 -122
  93. package/shared/definition54.cjs +115 -295
  94. package/shared/definition54.js +114 -294
  95. package/shared/definition55.cjs +251 -311
  96. package/shared/definition55.js +251 -311
  97. package/shared/definition56.cjs +299 -780
  98. package/shared/definition56.js +298 -779
  99. package/shared/definition57.cjs +800 -102
  100. package/shared/definition57.js +799 -101
  101. package/shared/definition58.cjs +92 -63
  102. package/shared/definition58.js +91 -62
  103. package/shared/definition59.cjs +117 -75
  104. package/shared/definition59.js +116 -74
  105. package/shared/definition60.cjs +70 -285
  106. package/shared/definition60.js +71 -286
  107. package/shared/definition61.cjs +274 -66146
  108. package/shared/definition61.js +273 -66145
  109. package/shared/definition62.cjs +66160 -27
  110. package/shared/definition62.js +66158 -25
  111. package/shared/definition63.cjs +24 -1952
  112. package/shared/definition63.js +23 -1950
  113. package/shared/definition64.cjs +1976 -0
  114. package/shared/definition64.js +1971 -0
  115. package/shared/listbox-option.cjs +204 -0
  116. package/shared/listbox-option.js +201 -0
  117. package/shared/listbox.cjs +3 -3
  118. package/shared/listbox.js +1 -1
  119. package/shared/localization/Locale.d.ts +4 -0
  120. package/shared/presentationDate.cjs +2 -2
  121. package/shared/presentationDate.js +2 -2
  122. package/shared/scrollIntoView.cjs +51 -0
  123. package/shared/scrollIntoView.js +49 -0
  124. package/shared/slider.template.cjs +1 -1
  125. package/shared/slider.template.js +1 -1
  126. package/shared/text-field.cjs +1 -1
  127. package/shared/text-field.js +1 -1
  128. package/shared/utils/scrollIntoView.d.ts +1 -0
  129. package/side-drawer/index.cjs +1 -1
  130. package/side-drawer/index.js +1 -1
  131. package/slider/index.cjs +1 -1
  132. package/slider/index.js +1 -1
  133. package/split-button/index.cjs +1 -1
  134. package/split-button/index.js +1 -1
  135. package/styles/core/all.css +1 -1
  136. package/styles/core/theme.css +1 -1
  137. package/styles/core/typography.css +1 -1
  138. package/styles/tokens/theme-dark.css +4 -4
  139. package/styles/tokens/theme-light.css +4 -4
  140. package/styles/tokens/vivid-2-compat.css +1 -1
  141. package/switch/index.cjs +1 -1
  142. package/switch/index.js +1 -1
  143. package/tab/index.cjs +1 -1
  144. package/tab/index.js +1 -1
  145. package/tab-panel/index.cjs +1 -1
  146. package/tab-panel/index.js +1 -1
  147. package/tabs/index.cjs +1 -1
  148. package/tabs/index.js +1 -1
  149. package/tag/index.cjs +1 -1
  150. package/tag/index.js +1 -1
  151. package/tag-group/index.cjs +1 -1
  152. package/tag-group/index.js +1 -1
  153. package/text-area/index.cjs +1 -1
  154. package/text-area/index.js +1 -1
  155. package/text-field/index.cjs +1 -1
  156. package/text-field/index.js +1 -1
  157. package/time-picker/index.cjs +1 -1
  158. package/time-picker/index.js +1 -1
  159. package/toggletip/index.cjs +1 -1
  160. package/toggletip/index.js +1 -1
  161. package/tooltip/index.cjs +1 -1
  162. package/tooltip/index.js +1 -1
  163. package/tree-item/index.cjs +1 -1
  164. package/tree-item/index.js +1 -1
  165. package/tree-view/index.cjs +1 -1
  166. package/tree-view/index.js +1 -1
  167. package/video-player/index.cjs +1 -1
  168. package/video-player/index.js +1 -1
  169. package/vivid.api.json +295 -0
  170. package/api-extractor.json +0 -25
  171. package/shared/dialog-polyfill.esm.cjs +0 -862
  172. package/shared/dialog-polyfill.esm.js +0 -858
  173. package/tsdoc-metadata.json +0 -11
package/vivid.api.json CHANGED
@@ -5333,6 +5333,101 @@
5333
5333
  "endIndex": 9
5334
5334
  }
5335
5335
  },
5336
+ {
5337
+ "kind": "Function",
5338
+ "canonicalReference": "@vonage/vivid!optionTagDefinition:function(1)",
5339
+ "docComment": "",
5340
+ "excerptTokens": [
5341
+ {
5342
+ "kind": "Content",
5343
+ "text": "optionTagDefinition: (overrideDefinition?: "
5344
+ },
5345
+ {
5346
+ "kind": "Content",
5347
+ "text": "import(\"@microsoft/fast-foundation\")."
5348
+ },
5349
+ {
5350
+ "kind": "Reference",
5351
+ "text": "OverrideFoundationElementDefinition",
5352
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
5353
+ },
5354
+ {
5355
+ "kind": "Content",
5356
+ "text": "<"
5357
+ },
5358
+ {
5359
+ "kind": "Reference",
5360
+ "text": "FoundationElementDefinition",
5361
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
5362
+ },
5363
+ {
5364
+ "kind": "Content",
5365
+ "text": "> | undefined"
5366
+ },
5367
+ {
5368
+ "kind": "Content",
5369
+ "text": ") => "
5370
+ },
5371
+ {
5372
+ "kind": "Content",
5373
+ "text": "import(\"@microsoft/fast-foundation\")."
5374
+ },
5375
+ {
5376
+ "kind": "Reference",
5377
+ "text": "FoundationElementRegistry",
5378
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
5379
+ },
5380
+ {
5381
+ "kind": "Content",
5382
+ "text": "<"
5383
+ },
5384
+ {
5385
+ "kind": "Reference",
5386
+ "text": "FoundationElementDefinition",
5387
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
5388
+ },
5389
+ {
5390
+ "kind": "Content",
5391
+ "text": ", import(\"@microsoft/fast-element\")."
5392
+ },
5393
+ {
5394
+ "kind": "Reference",
5395
+ "text": "Constructable",
5396
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
5397
+ },
5398
+ {
5399
+ "kind": "Content",
5400
+ "text": "<import(\"@microsoft/fast-foundation\")."
5401
+ },
5402
+ {
5403
+ "kind": "Reference",
5404
+ "text": "FoundationElement",
5405
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
5406
+ },
5407
+ {
5408
+ "kind": "Content",
5409
+ "text": ">>"
5410
+ }
5411
+ ],
5412
+ "fileUrlPath": "../../dist/libs/components/lib/searchable-select/definition.d.ts",
5413
+ "returnTypeTokenRange": {
5414
+ "startIndex": 7,
5415
+ "endIndex": 16
5416
+ },
5417
+ "releaseTag": "Public",
5418
+ "overloadIndex": 1,
5419
+ "parameters": [
5420
+ {
5421
+ "parameterName": "overrideDefinition",
5422
+ "parameterTypeTokenRange": {
5423
+ "startIndex": 1,
5424
+ "endIndex": 6
5425
+ },
5426
+ "isOptional": true
5427
+ }
5428
+ ],
5429
+ "name": "optionTagDefinition"
5430
+ },
5336
5431
  {
5337
5432
  "kind": "Function",
5338
5433
  "canonicalReference": "@vonage/vivid!paginationDefinition:function(1)",
@@ -8280,6 +8375,52 @@
8280
8375
  ],
8281
8376
  "name": "registerRangeSlider"
8282
8377
  },
8378
+ {
8379
+ "kind": "Function",
8380
+ "canonicalReference": "@vonage/vivid!registerSearchableSelect:function(1)",
8381
+ "docComment": "",
8382
+ "excerptTokens": [
8383
+ {
8384
+ "kind": "Content",
8385
+ "text": "registerSearchableSelect: (prefix?: "
8386
+ },
8387
+ {
8388
+ "kind": "Content",
8389
+ "text": "string"
8390
+ },
8391
+ {
8392
+ "kind": "Content",
8393
+ "text": ") => "
8394
+ },
8395
+ {
8396
+ "kind": "Content",
8397
+ "text": "import(\"@microsoft/fast-foundation\")."
8398
+ },
8399
+ {
8400
+ "kind": "Reference",
8401
+ "text": "DesignSystem",
8402
+ "canonicalReference": "@microsoft/fast-foundation!DesignSystem:interface"
8403
+ }
8404
+ ],
8405
+ "fileUrlPath": "../../dist/libs/components/lib/searchable-select/definition.d.ts",
8406
+ "returnTypeTokenRange": {
8407
+ "startIndex": 3,
8408
+ "endIndex": 5
8409
+ },
8410
+ "releaseTag": "Public",
8411
+ "overloadIndex": 1,
8412
+ "parameters": [
8413
+ {
8414
+ "parameterName": "prefix",
8415
+ "parameterTypeTokenRange": {
8416
+ "startIndex": 1,
8417
+ "endIndex": 2
8418
+ },
8419
+ "isOptional": true
8420
+ }
8421
+ ],
8422
+ "name": "registerSearchableSelect"
8423
+ },
8283
8424
  {
8284
8425
  "kind": "Function",
8285
8426
  "canonicalReference": "@vonage/vivid!registerSelect:function(1)",
@@ -9280,6 +9421,101 @@
9280
9421
  "endIndex": 11
9281
9422
  }
9282
9423
  },
9424
+ {
9425
+ "kind": "Function",
9426
+ "canonicalReference": "@vonage/vivid!searchableSelectDefinition:function(1)",
9427
+ "docComment": "",
9428
+ "excerptTokens": [
9429
+ {
9430
+ "kind": "Content",
9431
+ "text": "searchableSelectDefinition: (overrideDefinition?: "
9432
+ },
9433
+ {
9434
+ "kind": "Content",
9435
+ "text": "import(\"@microsoft/fast-foundation\")."
9436
+ },
9437
+ {
9438
+ "kind": "Reference",
9439
+ "text": "OverrideFoundationElementDefinition",
9440
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
9441
+ },
9442
+ {
9443
+ "kind": "Content",
9444
+ "text": "<"
9445
+ },
9446
+ {
9447
+ "kind": "Reference",
9448
+ "text": "FoundationElementDefinition",
9449
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
9450
+ },
9451
+ {
9452
+ "kind": "Content",
9453
+ "text": "> | undefined"
9454
+ },
9455
+ {
9456
+ "kind": "Content",
9457
+ "text": ") => "
9458
+ },
9459
+ {
9460
+ "kind": "Content",
9461
+ "text": "import(\"@microsoft/fast-foundation\")."
9462
+ },
9463
+ {
9464
+ "kind": "Reference",
9465
+ "text": "FoundationElementRegistry",
9466
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
9467
+ },
9468
+ {
9469
+ "kind": "Content",
9470
+ "text": "<"
9471
+ },
9472
+ {
9473
+ "kind": "Reference",
9474
+ "text": "FoundationElementDefinition",
9475
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
9476
+ },
9477
+ {
9478
+ "kind": "Content",
9479
+ "text": ", import(\"@microsoft/fast-element\")."
9480
+ },
9481
+ {
9482
+ "kind": "Reference",
9483
+ "text": "Constructable",
9484
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
9485
+ },
9486
+ {
9487
+ "kind": "Content",
9488
+ "text": "<import(\"@microsoft/fast-foundation\")."
9489
+ },
9490
+ {
9491
+ "kind": "Reference",
9492
+ "text": "FoundationElement",
9493
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
9494
+ },
9495
+ {
9496
+ "kind": "Content",
9497
+ "text": ">>"
9498
+ }
9499
+ ],
9500
+ "fileUrlPath": "../../dist/libs/components/lib/searchable-select/definition.d.ts",
9501
+ "returnTypeTokenRange": {
9502
+ "startIndex": 7,
9503
+ "endIndex": 16
9504
+ },
9505
+ "releaseTag": "Public",
9506
+ "overloadIndex": 1,
9507
+ "parameters": [
9508
+ {
9509
+ "parameterName": "overrideDefinition",
9510
+ "parameterTypeTokenRange": {
9511
+ "startIndex": 1,
9512
+ "endIndex": 6
9513
+ },
9514
+ "isOptional": true
9515
+ }
9516
+ ],
9517
+ "name": "searchableSelectDefinition"
9518
+ },
9283
9519
  {
9284
9520
  "kind": "Function",
9285
9521
  "canonicalReference": "@vonage/vivid!selectableBoxDefinition:function(1)",
@@ -11404,6 +11640,65 @@
11404
11640
  ],
11405
11641
  "name": "tagGroupDefinition"
11406
11642
  },
11643
+ {
11644
+ "kind": "Variable",
11645
+ "canonicalReference": "@vonage/vivid!tagRegistries:var",
11646
+ "docComment": "",
11647
+ "excerptTokens": [
11648
+ {
11649
+ "kind": "Content",
11650
+ "text": "tagRegistries: "
11651
+ },
11652
+ {
11653
+ "kind": "Content",
11654
+ "text": "import(\"@microsoft/fast-foundation\")."
11655
+ },
11656
+ {
11657
+ "kind": "Reference",
11658
+ "text": "FoundationElementRegistry",
11659
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
11660
+ },
11661
+ {
11662
+ "kind": "Content",
11663
+ "text": "<"
11664
+ },
11665
+ {
11666
+ "kind": "Reference",
11667
+ "text": "FoundationElementDefinition",
11668
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
11669
+ },
11670
+ {
11671
+ "kind": "Content",
11672
+ "text": ", import(\"@microsoft/fast-element\")."
11673
+ },
11674
+ {
11675
+ "kind": "Reference",
11676
+ "text": "Constructable",
11677
+ "canonicalReference": "@microsoft/fast-element!Constructable:type"
11678
+ },
11679
+ {
11680
+ "kind": "Content",
11681
+ "text": "<import(\"@microsoft/fast-foundation\")."
11682
+ },
11683
+ {
11684
+ "kind": "Reference",
11685
+ "text": "FoundationElement",
11686
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
11687
+ },
11688
+ {
11689
+ "kind": "Content",
11690
+ "text": ">>[]"
11691
+ }
11692
+ ],
11693
+ "fileUrlPath": "../../dist/libs/components/lib/tag/definition.d.ts",
11694
+ "isReadonly": true,
11695
+ "releaseTag": "Public",
11696
+ "name": "tagRegistries",
11697
+ "variableTypeTokenRange": {
11698
+ "startIndex": 1,
11699
+ "endIndex": 10
11700
+ }
11701
+ },
11407
11702
  {
11408
11703
  "kind": "TypeAlias",
11409
11704
  "canonicalReference": "@vonage/vivid!TagShape:type",
@@ -1,25 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "projectFolder": "../../../libs/components",
4
- "mainEntryPointFilePath": "index.d.ts",
5
- "docModel": {
6
- "enabled": true,
7
- "apiJsonFilePath": "<unscopedPackageName>.api.json"
8
- },
9
- "dtsRollup": {
10
- "enabled": false
11
- },
12
- "apiReport": {
13
- "enabled": false
14
- },
15
- "messages": {
16
- "extractorMessageReporting": {
17
- "ae-missing-release-tag": {
18
- "logLevel": "none"
19
- },
20
- "ae-forgotten-export": {
21
- "logLevel": "none"
22
- }
23
- }
24
- }
25
- }