@vonage/vivid 3.52.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/README.md +1 -1
  2. package/accordion/index.cjs +1 -1
  3. package/accordion/index.js +1 -1
  4. package/accordion-item/index.cjs +1 -1
  5. package/accordion-item/index.js +1 -1
  6. package/alert/index.cjs +3 -3
  7. package/alert/index.js +3 -3
  8. package/audio-player/index.cjs +3 -3
  9. package/audio-player/index.js +3 -3
  10. package/avatar/index.cjs +1 -1
  11. package/avatar/index.js +1 -1
  12. package/badge/index.cjs +1 -1
  13. package/badge/index.js +1 -1
  14. package/banner/index.cjs +2 -2
  15. package/banner/index.js +2 -2
  16. package/breadcrumb-item/index.cjs +1 -1
  17. package/breadcrumb-item/index.js +1 -1
  18. package/button/index.cjs +2 -2
  19. package/button/index.js +2 -2
  20. package/card/index.cjs +2 -2
  21. package/card/index.js +2 -2
  22. package/checkbox/index.cjs +3 -2
  23. package/checkbox/index.js +3 -2
  24. package/combobox/index.cjs +5 -5
  25. package/combobox/index.js +5 -5
  26. package/custom-elements.json +717 -4
  27. package/data-grid/index.cjs +1 -1
  28. package/data-grid/index.js +1 -1
  29. package/date-picker/index.cjs +7 -6
  30. package/date-picker/index.js +7 -6
  31. package/date-range-picker/index.cjs +7 -6
  32. package/date-range-picker/index.js +7 -6
  33. package/dial-pad/index.cjs +33 -0
  34. package/dial-pad/index.js +31 -0
  35. package/dialog/index.cjs +4 -4
  36. package/dialog/index.js +4 -4
  37. package/divider/index.cjs +1 -1
  38. package/divider/index.js +1 -1
  39. package/elevation/index.cjs +1 -1
  40. package/elevation/index.js +1 -1
  41. package/empty-state/index.cjs +2 -2
  42. package/empty-state/index.js +2 -2
  43. package/fab/index.cjs +2 -2
  44. package/fab/index.js +2 -2
  45. package/file-picker/index.cjs +4 -3
  46. package/file-picker/index.js +4 -3
  47. package/header/index.cjs +2 -2
  48. package/header/index.js +2 -2
  49. package/icon/index.cjs +1 -1
  50. package/icon/index.js +1 -1
  51. package/index.cjs +132 -122
  52. package/index.js +46 -43
  53. package/layout/index.cjs +1 -1
  54. package/layout/index.js +1 -1
  55. package/lib/components.d.ts +2 -0
  56. package/lib/dial-pad/definition.d.ts +3 -0
  57. package/lib/dial-pad/dial-pad.d.ts +14 -0
  58. package/lib/dial-pad/dial-pad.template.d.ts +4 -0
  59. package/lib/dial-pad/locale.d.ts +18 -0
  60. package/lib/enums.d.ts +6 -0
  61. package/lib/text-anchor/definition.d.ts +1 -0
  62. package/lib/text-anchor/text-anchor.d.ts +5 -0
  63. package/lib/video-player/definition.d.ts +3 -0
  64. package/lib/video-player/locale.d.ts +1 -0
  65. package/lib/video-player/video-player.d.ts +17 -0
  66. package/lib/video-player/video-player.template.d.ts +4 -0
  67. package/listbox/index.cjs +2 -2
  68. package/listbox/index.js +2 -2
  69. package/locales/en-GB.cjs +30 -0
  70. package/locales/en-GB.js +30 -0
  71. package/locales/en-US.cjs +198 -0
  72. package/locales/en-US.js +198 -0
  73. package/locales/ja-JP.cjs +197 -0
  74. package/locales/ja-JP.js +197 -0
  75. package/locales/zh-CN.cjs +199 -0
  76. package/locales/zh-CN.js +199 -0
  77. package/menu/index.cjs +6 -6
  78. package/menu/index.js +6 -6
  79. package/menu-item/index.cjs +2 -2
  80. package/menu-item/index.js +2 -2
  81. package/nav/index.cjs +1 -1
  82. package/nav/index.js +1 -1
  83. package/nav-disclosure/index.cjs +2 -2
  84. package/nav-disclosure/index.js +2 -2
  85. package/nav-item/index.cjs +2 -2
  86. package/nav-item/index.js +2 -2
  87. package/note/index.cjs +2 -2
  88. package/note/index.js +2 -2
  89. package/number-field/index.cjs +5 -4
  90. package/number-field/index.js +5 -4
  91. package/option/index.cjs +2 -2
  92. package/option/index.js +2 -2
  93. package/package.json +1 -1
  94. package/pagination/index.cjs +3 -3
  95. package/pagination/index.js +3 -3
  96. package/popup/index.cjs +4 -4
  97. package/popup/index.js +4 -4
  98. package/progress/index.cjs +1 -1
  99. package/progress/index.js +1 -1
  100. package/progress-ring/index.cjs +1 -1
  101. package/progress-ring/index.js +1 -1
  102. package/radio/index.cjs +1 -1
  103. package/radio/index.js +1 -1
  104. package/radio-group/index.cjs +1 -1
  105. package/radio-group/index.js +1 -1
  106. package/range-slider/index.cjs +2 -2
  107. package/range-slider/index.js +2 -2
  108. package/select/index.cjs +7 -6
  109. package/select/index.js +7 -6
  110. package/selectable-box/index.cjs +5 -4
  111. package/selectable-box/index.js +5 -4
  112. package/shared/applyMixinsWithObservables.cjs +15 -0
  113. package/shared/applyMixinsWithObservables.js +13 -0
  114. package/shared/definition.cjs +1 -1
  115. package/shared/definition.js +1 -1
  116. package/shared/definition11.cjs +3 -3
  117. package/shared/definition11.js +3 -3
  118. package/shared/definition14.cjs +2 -2
  119. package/shared/definition14.js +2 -2
  120. package/shared/definition15.cjs +8 -9
  121. package/shared/definition15.js +8 -9
  122. package/shared/definition16.cjs +3 -3
  123. package/shared/definition16.js +3 -3
  124. package/shared/definition17.cjs +2 -2
  125. package/shared/definition17.js +3 -3
  126. package/shared/definition18.cjs +3 -3
  127. package/shared/definition18.js +3 -3
  128. package/shared/definition19.cjs +3 -3
  129. package/shared/definition19.js +3 -3
  130. package/shared/definition20.cjs +186 -227
  131. package/shared/definition20.js +181 -222
  132. package/shared/definition21.cjs +264 -67
  133. package/shared/definition21.js +263 -65
  134. package/shared/definition22.cjs +66 -57
  135. package/shared/definition22.js +64 -56
  136. package/shared/definition23.cjs +42 -76
  137. package/shared/definition23.js +41 -75
  138. package/shared/definition24.cjs +70 -2402
  139. package/shared/definition24.js +69 -2401
  140. package/shared/definition25.cjs +2402 -46
  141. package/shared/definition25.js +2401 -45
  142. package/shared/definition26.cjs +63 -30
  143. package/shared/definition26.js +62 -29
  144. package/shared/definition27.cjs +28 -56
  145. package/shared/definition27.js +27 -55
  146. package/shared/definition28.cjs +35 -881
  147. package/shared/definition28.js +34 -879
  148. package/shared/definition29.cjs +893 -60
  149. package/shared/definition29.js +893 -61
  150. package/shared/definition30.cjs +68 -86
  151. package/shared/definition30.js +67 -85
  152. package/shared/definition31.cjs +86 -21
  153. package/shared/definition31.js +86 -21
  154. package/shared/definition32.cjs +24 -12
  155. package/shared/definition32.js +23 -11
  156. package/shared/definition33.cjs +11 -50
  157. package/shared/definition33.js +10 -49
  158. package/shared/definition34.cjs +26 -515
  159. package/shared/definition34.js +26 -515
  160. package/shared/definition35.cjs +448 -194
  161. package/shared/definition35.js +448 -192
  162. package/shared/definition36.cjs +256 -202
  163. package/shared/definition36.js +253 -201
  164. package/shared/definition37.cjs +204 -65
  165. package/shared/definition37.js +203 -63
  166. package/shared/definition38.cjs +63 -57
  167. package/shared/definition38.js +60 -55
  168. package/shared/definition39.cjs +65 -432
  169. package/shared/definition39.js +64 -431
  170. package/shared/definition4.cjs +2 -2
  171. package/shared/definition4.js +2 -2
  172. package/shared/definition40.cjs +441 -34
  173. package/shared/definition40.js +438 -31
  174. package/shared/definition41.cjs +34 -576
  175. package/shared/definition41.js +33 -575
  176. package/shared/definition42.cjs +531 -654
  177. package/shared/definition42.js +531 -654
  178. package/shared/definition43.cjs +690 -114
  179. package/shared/definition43.js +689 -113
  180. package/shared/definition44.cjs +124 -79
  181. package/shared/definition44.js +122 -77
  182. package/shared/definition45.cjs +78 -520
  183. package/shared/definition45.js +77 -518
  184. package/shared/definition46.cjs +520 -119
  185. package/shared/definition46.js +518 -118
  186. package/shared/definition47.cjs +118 -135
  187. package/shared/definition47.js +117 -134
  188. package/shared/definition48.cjs +151 -19
  189. package/shared/definition48.js +150 -18
  190. package/shared/definition49.cjs +21 -84
  191. package/shared/definition49.js +20 -83
  192. package/shared/definition5.cjs +1 -1
  193. package/shared/definition5.js +1 -1
  194. package/shared/definition50.cjs +52 -505
  195. package/shared/definition50.js +51 -504
  196. package/shared/definition51.cjs +526 -28
  197. package/shared/definition51.js +525 -27
  198. package/shared/definition52.cjs +28 -123
  199. package/shared/definition52.js +26 -122
  200. package/shared/definition53.cjs +110 -309
  201. package/shared/definition53.js +110 -308
  202. package/shared/definition54.cjs +255 -271
  203. package/shared/definition54.js +255 -271
  204. package/shared/definition55.cjs +262 -791
  205. package/shared/definition55.js +261 -790
  206. package/shared/definition56.cjs +818 -107
  207. package/shared/definition56.js +817 -106
  208. package/shared/definition57.cjs +85 -55
  209. package/shared/definition57.js +84 -54
  210. package/shared/definition58.cjs +125 -72
  211. package/shared/definition58.js +124 -71
  212. package/shared/definition59.cjs +72 -285
  213. package/shared/definition59.js +73 -286
  214. package/shared/definition6.cjs +1 -1
  215. package/shared/definition6.js +1 -1
  216. package/shared/definition60.cjs +298 -39
  217. package/shared/definition60.js +297 -38
  218. package/shared/definition61.cjs +65739 -1688
  219. package/shared/definition61.js +65738 -1687
  220. package/shared/definition62.cjs +50 -0
  221. package/shared/definition62.js +46 -0
  222. package/shared/definition63.cjs +1828 -0
  223. package/shared/definition63.js +1824 -0
  224. package/shared/definition7.cjs +2 -2
  225. package/shared/definition7.js +2 -2
  226. package/shared/definition8.cjs +2 -2
  227. package/shared/definition8.js +2 -2
  228. package/shared/definition9.cjs +1 -1
  229. package/shared/definition9.js +1 -1
  230. package/shared/enums.cjs +8 -0
  231. package/shared/enums.js +8 -1
  232. package/shared/index2.cjs +66 -37
  233. package/shared/index2.js +66 -37
  234. package/shared/key-codes2.js +1 -1
  235. package/shared/listbox.cjs +1 -1
  236. package/shared/listbox.js +1 -1
  237. package/shared/localization/Locale.d.ts +4 -0
  238. package/shared/patterns/form-elements/form-elements.d.ts +2 -3
  239. package/shared/presentationDate.cjs +16 -5
  240. package/shared/presentationDate.js +16 -5
  241. package/shared/text-anchor.cjs +6 -0
  242. package/shared/text-anchor.js +6 -0
  243. package/shared/text-anchor.template.cjs +6 -1
  244. package/shared/text-anchor.template.js +6 -1
  245. package/shared/text-field.cjs +1 -1
  246. package/shared/text-field.js +1 -1
  247. package/shared/utils/applyMixinsWithObservables.d.ts +1 -0
  248. package/side-drawer/index.cjs +1 -1
  249. package/side-drawer/index.js +1 -1
  250. package/slider/index.cjs +1 -1
  251. package/slider/index.js +1 -1
  252. package/split-button/index.cjs +2 -2
  253. package/split-button/index.js +2 -2
  254. package/style.css +1 -0
  255. package/styles/core/all.css +1 -1
  256. package/styles/core/theme.css +1 -1
  257. package/styles/core/typography.css +1 -1
  258. package/styles/tokens/theme-dark.css +4 -4
  259. package/styles/tokens/theme-light.css +4 -4
  260. package/styles/tokens/vivid-2-compat.css +1 -1
  261. package/switch/index.cjs +2 -2
  262. package/switch/index.js +2 -2
  263. package/tab/index.cjs +2 -2
  264. package/tab/index.js +2 -2
  265. package/tab-panel/index.cjs +1 -1
  266. package/tab-panel/index.js +1 -1
  267. package/tabs/index.cjs +4 -4
  268. package/tabs/index.js +4 -4
  269. package/tag/index.cjs +2 -2
  270. package/tag/index.js +2 -2
  271. package/tag-group/index.cjs +1 -1
  272. package/tag-group/index.js +1 -1
  273. package/text-area/index.cjs +4 -3
  274. package/text-area/index.js +4 -3
  275. package/text-field/index.cjs +4 -3
  276. package/text-field/index.js +4 -3
  277. package/time-picker/index.cjs +8 -7
  278. package/time-picker/index.js +8 -7
  279. package/toggletip/index.cjs +5 -5
  280. package/toggletip/index.js +5 -5
  281. package/tooltip/index.cjs +5 -5
  282. package/tooltip/index.js +5 -5
  283. package/tree-item/index.cjs +2 -2
  284. package/tree-item/index.js +2 -2
  285. package/tree-view/index.cjs +1 -1
  286. package/tree-view/index.js +1 -1
  287. package/video-player/index.cjs +17 -0
  288. package/video-player/index.js +15 -0
  289. package/vivid.api.json +311 -0
@@ -3913,6 +3913,12 @@
3913
3913
  "default": "var(--vvd-color-canvas-text)"
3914
3914
  }
3915
3915
  ],
3916
+ "slots": [
3917
+ {
3918
+ "description": "Describes how to use the checkbox. Alternative to the `helper-text` attribute.",
3919
+ "name": "helper-text"
3920
+ }
3921
+ ],
3916
3922
  "members": [
3917
3923
  {
3918
3924
  "kind": "field",
@@ -4883,6 +4889,12 @@
4883
4889
  "kind": "class",
4884
4890
  "description": "Single date picker component.",
4885
4891
  "name": "DatePicker",
4892
+ "slots": [
4893
+ {
4894
+ "description": "Describes how to use the date-picker. Alternative to the `helper-text` attribute.",
4895
+ "name": "helper-text"
4896
+ }
4897
+ ],
4886
4898
  "members": [
4887
4899
  {
4888
4900
  "kind": "method",
@@ -5245,6 +5257,12 @@
5245
5257
  "kind": "class",
5246
5258
  "description": "",
5247
5259
  "name": "DateRangePicker",
5260
+ "slots": [
5261
+ {
5262
+ "description": "Describes how to use the date-range-picker. Alternative to the `helper-text` attribute.",
5263
+ "name": "helper-text"
5264
+ }
5265
+ ],
5248
5266
  "members": [
5249
5267
  {
5250
5268
  "kind": "field",
@@ -5721,6 +5739,300 @@
5721
5739
  }
5722
5740
  ]
5723
5741
  },
5742
+ {
5743
+ "kind": "javascript-module",
5744
+ "path": "libs/components/src/lib/dial-pad/definition.ts",
5745
+ "declarations": [
5746
+ {
5747
+ "kind": "variable",
5748
+ "name": "dialPadDefinition"
5749
+ },
5750
+ {
5751
+ "kind": "variable",
5752
+ "name": "registerDialPad",
5753
+ "description": "Registers the dial-pad element with the design system.",
5754
+ "parameters": [
5755
+ {
5756
+ "description": "the prefix to use for the component name",
5757
+ "name": "prefix"
5758
+ }
5759
+ ]
5760
+ }
5761
+ ],
5762
+ "exports": [
5763
+ {
5764
+ "kind": "js",
5765
+ "name": "dialPadDefinition",
5766
+ "declaration": {
5767
+ "name": "dialPadDefinition",
5768
+ "module": "libs/components/src/lib/dial-pad/definition.ts"
5769
+ }
5770
+ },
5771
+ {
5772
+ "kind": "js",
5773
+ "name": "registerDialPad",
5774
+ "declaration": {
5775
+ "name": "registerDialPad",
5776
+ "module": "libs/components/src/lib/dial-pad/definition.ts"
5777
+ }
5778
+ }
5779
+ ]
5780
+ },
5781
+ {
5782
+ "kind": "javascript-module",
5783
+ "path": "libs/components/src/lib/dial-pad/dial-pad.ts",
5784
+ "declarations": [
5785
+ {
5786
+ "kind": "class",
5787
+ "description": "Base class for dial-pad",
5788
+ "name": "DialPad",
5789
+ "cssProperties": [
5790
+ {
5791
+ "name": "--vvd-dial-pad-accent-contrast",
5792
+ "default": "var(--vvd-color-neutral-800)"
5793
+ },
5794
+ {
5795
+ "name": "--vvd-dial-pad-accent-soft",
5796
+ "default": "var(--vvd-color-neutral-100)"
5797
+ },
5798
+ {
5799
+ "name": "--vvd-dial-pad-accent-pale",
5800
+ "default": "var(--vvd-color-neutral-300)"
5801
+ },
5802
+ {
5803
+ "name": "--vvd-dial-pad-accent-fierce",
5804
+ "default": "var(--vvd-color-neutral-700)"
5805
+ },
5806
+ {
5807
+ "name": "--vvd-dial-pad-accent-firm-all",
5808
+ "default": "var(--vvd-color-neutral-600)"
5809
+ },
5810
+ {
5811
+ "name": "--vvd-dial-pad-accent-faint",
5812
+ "default": "var(--vvd-color-neutral-50)"
5813
+ },
5814
+ {
5815
+ "name": "--vvd-dial-pad-accent-dim",
5816
+ "default": "var(--vvd-color-neutral-200)"
5817
+ }
5818
+ ],
5819
+ "members": [
5820
+ {
5821
+ "kind": "field",
5822
+ "name": "helperText",
5823
+ "type": {
5824
+ "text": "string | null"
5825
+ },
5826
+ "default": "null",
5827
+ "description": "Indicates the helper-text's text.",
5828
+ "privacy": "public"
5829
+ },
5830
+ {
5831
+ "kind": "field",
5832
+ "name": "placeholder",
5833
+ "type": {
5834
+ "text": "string | null"
5835
+ },
5836
+ "default": "null",
5837
+ "description": "Indicates the placeholder's text.",
5838
+ "privacy": "public"
5839
+ },
5840
+ {
5841
+ "kind": "field",
5842
+ "name": "value",
5843
+ "type": {
5844
+ "text": "string"
5845
+ },
5846
+ "default": "''",
5847
+ "description": "Indicates the value's text.",
5848
+ "privacy": "public"
5849
+ },
5850
+ {
5851
+ "kind": "method",
5852
+ "name": "valueChanged",
5853
+ "parameters": [
5854
+ {
5855
+ "name": "_oldValue",
5856
+ "type": {
5857
+ "text": "string"
5858
+ }
5859
+ },
5860
+ {
5861
+ "name": "newValue",
5862
+ "type": {
5863
+ "text": "string"
5864
+ }
5865
+ }
5866
+ ]
5867
+ },
5868
+ {
5869
+ "kind": "field",
5870
+ "name": "pattern",
5871
+ "type": {
5872
+ "text": "string"
5873
+ },
5874
+ "default": "'^[0-9#*]*$'",
5875
+ "description": "Indicates the dial pad's pattern.",
5876
+ "privacy": "public"
5877
+ },
5878
+ {
5879
+ "kind": "field",
5880
+ "name": "disabled",
5881
+ "type": {
5882
+ "text": "boolean"
5883
+ },
5884
+ "default": "false",
5885
+ "description": "Indicates the disabled state of the dial-pad.",
5886
+ "privacy": "public"
5887
+ },
5888
+ {
5889
+ "kind": "field",
5890
+ "name": "callActive",
5891
+ "type": {
5892
+ "text": "boolean"
5893
+ },
5894
+ "default": "false",
5895
+ "description": "Indicates the active state of the dial-pad.",
5896
+ "privacy": "public"
5897
+ },
5898
+ {
5899
+ "kind": "field",
5900
+ "name": "noCall",
5901
+ "type": {
5902
+ "text": "boolean"
5903
+ },
5904
+ "default": "false",
5905
+ "description": "Indicates the no-call state of the dial-pad.",
5906
+ "privacy": "public"
5907
+ }
5908
+ ],
5909
+ "events": [
5910
+ {
5911
+ "description": "Emitted when the text field value changes",
5912
+ "name": "change"
5913
+ },
5914
+ {
5915
+ "description": "Emitted when the text field value changes",
5916
+ "name": "input"
5917
+ },
5918
+ {
5919
+ "description": "Emitted when the text field loses focus",
5920
+ "name": "blur"
5921
+ },
5922
+ {
5923
+ "description": "Emitted when the text field receives focus",
5924
+ "name": "focus"
5925
+ },
5926
+ {
5927
+ "description": "Emitted when a digit button is clicked",
5928
+ "name": "keypad-click"
5929
+ },
5930
+ {
5931
+ "description": "Emitted when the call button is clicked",
5932
+ "name": "dial"
5933
+ },
5934
+ {
5935
+ "description": "Emitted when the end call button is clicked",
5936
+ "name": "end-call"
5937
+ }
5938
+ ],
5939
+ "attributes": [
5940
+ {
5941
+ "name": "helper-text",
5942
+ "type": {
5943
+ "text": "string | null"
5944
+ },
5945
+ "default": "null",
5946
+ "description": "Indicates the helper-text's text.",
5947
+ "fieldName": "helperText"
5948
+ },
5949
+ {
5950
+ "name": "placeholder",
5951
+ "type": {
5952
+ "text": "string | null"
5953
+ },
5954
+ "default": "null",
5955
+ "description": "Indicates the placeholder's text.",
5956
+ "fieldName": "placeholder"
5957
+ },
5958
+ {
5959
+ "type": {
5960
+ "text": "string"
5961
+ },
5962
+ "default": "''",
5963
+ "description": "Indicates the value's text.",
5964
+ "fieldName": "value"
5965
+ },
5966
+ {
5967
+ "type": {
5968
+ "text": "string"
5969
+ },
5970
+ "default": "'^[0-9#*]*$'",
5971
+ "description": "Indicates the dial pad's pattern.",
5972
+ "fieldName": "pattern"
5973
+ },
5974
+ {
5975
+ "type": {
5976
+ "text": "boolean"
5977
+ },
5978
+ "default": "false",
5979
+ "description": "Indicates the disabled state of the dial-pad.",
5980
+ "fieldName": "disabled"
5981
+ },
5982
+ {
5983
+ "name": "call-active",
5984
+ "type": {
5985
+ "text": "boolean"
5986
+ },
5987
+ "default": "false",
5988
+ "description": "Indicates the active state of the dial-pad.",
5989
+ "fieldName": "callActive"
5990
+ },
5991
+ {
5992
+ "name": "no-call",
5993
+ "type": {
5994
+ "text": "boolean"
5995
+ },
5996
+ "default": "false",
5997
+ "description": "Indicates the no-call state of the dial-pad.",
5998
+ "fieldName": "noCall"
5999
+ }
6000
+ ],
6001
+ "superclass": {
6002
+ "name": "FoundationElement",
6003
+ "package": "@microsoft/fast-foundation"
6004
+ },
6005
+ "vividComponent": {
6006
+ "public": true,
6007
+ "name": "dial-pad",
6008
+ "vueModels": [
6009
+ {
6010
+ "name": "modelValue",
6011
+ "attributeName": "value",
6012
+ "eventName": "input",
6013
+ "valueMapping": "(event.target as any).value"
6014
+ }
6015
+ ]
6016
+ }
6017
+ }
6018
+ ],
6019
+ "exports": [
6020
+ {
6021
+ "kind": "js",
6022
+ "name": "DialPad",
6023
+ "declaration": {
6024
+ "name": "DialPad",
6025
+ "module": "libs/components/src/lib/dial-pad/dial-pad.ts"
6026
+ }
6027
+ }
6028
+ ]
6029
+ },
6030
+ {
6031
+ "kind": "javascript-module",
6032
+ "path": "libs/components/src/lib/dial-pad/locale.ts",
6033
+ "declarations": [],
6034
+ "exports": []
6035
+ },
5724
6036
  {
5725
6037
  "kind": "javascript-module",
5726
6038
  "path": "libs/components/src/lib/dialog/definition.ts",
@@ -6595,6 +6907,12 @@
6595
6907
  "kind": "class",
6596
6908
  "description": "",
6597
6909
  "name": "FilePicker",
6910
+ "slots": [
6911
+ {
6912
+ "description": "Describes how to use the file-picker. Alternative to the `helper-text` attribute.",
6913
+ "name": "helper-text"
6914
+ }
6915
+ ],
6598
6916
  "members": [
6599
6917
  {
6600
6918
  "kind": "field",
@@ -8549,6 +8867,32 @@
8549
8867
  "name": "TextAnchor",
8550
8868
  "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
8551
8869
  }
8870
+ },
8871
+ {
8872
+ "kind": "field",
8873
+ "name": "connotation",
8874
+ "type": {
8875
+ "text": "TextAnchorConnotation | undefined"
8876
+ },
8877
+ "description": "The connotation Text-Anchor should have.",
8878
+ "privacy": "public",
8879
+ "inheritedFrom": {
8880
+ "name": "TextAnchor",
8881
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
8882
+ }
8883
+ },
8884
+ {
8885
+ "kind": "field",
8886
+ "name": "appearance",
8887
+ "type": {
8888
+ "text": "TextAnchorAppearance | undefined"
8889
+ },
8890
+ "description": "The appearance Text-Anchor should have.",
8891
+ "privacy": "public",
8892
+ "inheritedFrom": {
8893
+ "name": "TextAnchor",
8894
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
8895
+ }
8552
8896
  }
8553
8897
  ],
8554
8898
  "superclass": {
@@ -8561,12 +8905,36 @@
8561
8905
  },
8562
8906
  "attributes": [
8563
8907
  {
8564
- "name": "text",
8908
+ "name": "text",
8909
+ "type": {
8910
+ "text": "string | undefined"
8911
+ },
8912
+ "description": "Indicates the text anchor's text.",
8913
+ "fieldName": "text",
8914
+ "inheritedFrom": {
8915
+ "name": "TextAnchor",
8916
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
8917
+ }
8918
+ },
8919
+ {
8920
+ "name": "connotation",
8921
+ "type": {
8922
+ "text": "TextAnchorConnotation | undefined"
8923
+ },
8924
+ "description": "The connotation Text-Anchor should have.",
8925
+ "fieldName": "connotation",
8926
+ "inheritedFrom": {
8927
+ "name": "TextAnchor",
8928
+ "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
8929
+ }
8930
+ },
8931
+ {
8932
+ "name": "appearance",
8565
8933
  "type": {
8566
- "text": "string | undefined"
8934
+ "text": "TextAnchorAppearance | undefined"
8567
8935
  },
8568
- "description": "Indicates the text anchor's text.",
8569
- "fieldName": "text",
8936
+ "description": "The appearance Text-Anchor should have.",
8937
+ "fieldName": "appearance",
8570
8938
  "inheritedFrom": {
8571
8939
  "name": "TextAnchor",
8572
8940
  "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
@@ -8890,6 +9258,12 @@
8890
9258
  "default": "var(--vvd-color-neutral-100)"
8891
9259
  }
8892
9260
  ],
9261
+ "slots": [
9262
+ {
9263
+ "description": "Describes how to use the number-field. Alternative to the `helper-text` attribute.",
9264
+ "name": "helper-text"
9265
+ }
9266
+ ],
8893
9267
  "members": [
8894
9268
  {
8895
9269
  "kind": "field",
@@ -10776,6 +11150,10 @@
10776
11150
  {
10777
11151
  "description": "Slot to add meta content to the select control.",
10778
11152
  "name": "meta"
11153
+ },
11154
+ {
11155
+ "description": "Describes how to use the select. Alternative to the `helper-text` attribute.",
11156
+ "name": "helper-text"
10779
11157
  }
10780
11158
  ],
10781
11159
  "members": [
@@ -13193,6 +13571,22 @@
13193
13571
  }
13194
13572
  ],
13195
13573
  "exports": [
13574
+ {
13575
+ "kind": "js",
13576
+ "name": "TextAnchorConnotation",
13577
+ "declaration": {
13578
+ "name": "TextAnchorConnotation",
13579
+ "module": "./text-anchor"
13580
+ }
13581
+ },
13582
+ {
13583
+ "kind": "js",
13584
+ "name": "TextAnchorAppearance",
13585
+ "declaration": {
13586
+ "name": "TextAnchorAppearance",
13587
+ "module": "./text-anchor"
13588
+ }
13589
+ },
13196
13590
  {
13197
13591
  "kind": "js",
13198
13592
  "name": "textAnchorDefinition",
@@ -13234,6 +13628,24 @@
13234
13628
  },
13235
13629
  "description": "Indicates the text anchor's text.",
13236
13630
  "privacy": "public"
13631
+ },
13632
+ {
13633
+ "kind": "field",
13634
+ "name": "connotation",
13635
+ "type": {
13636
+ "text": "TextAnchorConnotation | undefined"
13637
+ },
13638
+ "description": "The connotation Text-Anchor should have.",
13639
+ "privacy": "public"
13640
+ },
13641
+ {
13642
+ "kind": "field",
13643
+ "name": "appearance",
13644
+ "type": {
13645
+ "text": "TextAnchorAppearance | undefined"
13646
+ },
13647
+ "description": "The appearance Text-Anchor should have.",
13648
+ "privacy": "public"
13237
13649
  }
13238
13650
  ],
13239
13651
  "attributes": [
@@ -13244,6 +13656,22 @@
13244
13656
  },
13245
13657
  "description": "Indicates the text anchor's text.",
13246
13658
  "fieldName": "text"
13659
+ },
13660
+ {
13661
+ "name": "connotation",
13662
+ "type": {
13663
+ "text": "TextAnchorConnotation | undefined"
13664
+ },
13665
+ "description": "The connotation Text-Anchor should have.",
13666
+ "fieldName": "connotation"
13667
+ },
13668
+ {
13669
+ "name": "appearance",
13670
+ "type": {
13671
+ "text": "TextAnchorAppearance | undefined"
13672
+ },
13673
+ "description": "The appearance Text-Anchor should have.",
13674
+ "fieldName": "appearance"
13247
13675
  }
13248
13676
  ],
13249
13677
  "superclass": {
@@ -13420,6 +13848,12 @@
13420
13848
  "default": "var(--vvd-color-neutral-100)"
13421
13849
  }
13422
13850
  ],
13851
+ "slots": [
13852
+ {
13853
+ "description": "Describes how to use the text-area. Alternative to the `helper-text` attribute.",
13854
+ "name": "helper-text"
13855
+ }
13856
+ ],
13423
13857
  "members": [
13424
13858
  {
13425
13859
  "kind": "field",
@@ -13584,6 +14018,10 @@
13584
14018
  {
13585
14019
  "description": "Used to add action items to the end of the text-field.",
13586
14020
  "name": "action-items"
14021
+ },
14022
+ {
14023
+ "description": "Describes how to use the text-field. Alternative to the `helper-text` attribute.",
14024
+ "name": "helper-text"
13587
14025
  }
13588
14026
  ],
13589
14027
  "members": [
@@ -13808,6 +14246,12 @@
13808
14246
  "default": "var(--vvd-color-neutral-300)"
13809
14247
  }
13810
14248
  ],
14249
+ "slots": [
14250
+ {
14251
+ "description": "Describes how to use the time-picker. Alternative to the `helper-text` attribute.",
14252
+ "name": "helper-text"
14253
+ }
14254
+ ],
13811
14255
  "members": [
13812
14256
  {
13813
14257
  "kind": "field",
@@ -14656,6 +15100,275 @@
14656
15100
  }
14657
15101
  ]
14658
15102
  },
15103
+ {
15104
+ "kind": "javascript-module",
15105
+ "path": "libs/components/src/lib/video-player/definition.ts",
15106
+ "declarations": [
15107
+ {
15108
+ "kind": "variable",
15109
+ "name": "videoPlayerDefinition"
15110
+ },
15111
+ {
15112
+ "kind": "variable",
15113
+ "name": "registerVideoPlayer",
15114
+ "description": "Registers the video-player element with the design system.",
15115
+ "parameters": [
15116
+ {
15117
+ "description": "the prefix to use for the component name",
15118
+ "name": "prefix"
15119
+ }
15120
+ ]
15121
+ }
15122
+ ],
15123
+ "exports": [
15124
+ {
15125
+ "kind": "js",
15126
+ "name": "videoPlayerDefinition",
15127
+ "declaration": {
15128
+ "name": "videoPlayerDefinition",
15129
+ "module": "libs/components/src/lib/video-player/definition.ts"
15130
+ }
15131
+ },
15132
+ {
15133
+ "kind": "js",
15134
+ "name": "registerVideoPlayer",
15135
+ "declaration": {
15136
+ "name": "registerVideoPlayer",
15137
+ "module": "libs/components/src/lib/video-player/definition.ts"
15138
+ }
15139
+ }
15140
+ ]
15141
+ },
15142
+ {
15143
+ "kind": "javascript-module",
15144
+ "path": "libs/components/src/lib/video-player/locale.ts",
15145
+ "declarations": [],
15146
+ "exports": []
15147
+ },
15148
+ {
15149
+ "kind": "javascript-module",
15150
+ "path": "libs/components/src/lib/video-player/video-player.ts",
15151
+ "declarations": [
15152
+ {
15153
+ "kind": "variable",
15154
+ "name": "DEFAULT_PLAYBACK_RATES",
15155
+ "type": {
15156
+ "text": "string"
15157
+ },
15158
+ "default": "'0.5, 1, 1.5, 2'"
15159
+ },
15160
+ {
15161
+ "kind": "class",
15162
+ "description": "Base class for video-player",
15163
+ "name": "VideoPlayer",
15164
+ "slots": [
15165
+ {
15166
+ "description": "Default slot",
15167
+ "name": ""
15168
+ }
15169
+ ],
15170
+ "members": [
15171
+ {
15172
+ "kind": "field",
15173
+ "name": "poster",
15174
+ "type": {
15175
+ "text": "string | undefined"
15176
+ },
15177
+ "description": "Reference to an image which is displayed before the video is played",
15178
+ "privacy": "public"
15179
+ },
15180
+ {
15181
+ "kind": "field",
15182
+ "name": "src",
15183
+ "type": {
15184
+ "text": "string | undefined"
15185
+ },
15186
+ "description": "URL of a video file",
15187
+ "privacy": "public"
15188
+ },
15189
+ {
15190
+ "kind": "field",
15191
+ "name": "autoplay",
15192
+ "type": {
15193
+ "text": "boolean"
15194
+ },
15195
+ "default": "false",
15196
+ "description": "Allows the video will play automatically (muted)",
15197
+ "privacy": "public"
15198
+ },
15199
+ {
15200
+ "kind": "field",
15201
+ "name": "loop",
15202
+ "type": {
15203
+ "text": "boolean"
15204
+ },
15205
+ "default": "false",
15206
+ "description": "Allows the video to loop back to the beginning when finished",
15207
+ "privacy": "public"
15208
+ },
15209
+ {
15210
+ "kind": "field",
15211
+ "name": "playbackRates",
15212
+ "type": {
15213
+ "text": "string"
15214
+ },
15215
+ "default": "'0.5, 1, 1.5, 2'",
15216
+ "description": "Sets the available playback rates. When an empty string, no choices will be available",
15217
+ "privacy": "public"
15218
+ },
15219
+ {
15220
+ "kind": "field",
15221
+ "name": "skipBy",
15222
+ "type": {
15223
+ "text": "MediaSkipBy"
15224
+ },
15225
+ "description": "Allows the video to loop back to the beginning when finished",
15226
+ "privacy": "public"
15227
+ },
15228
+ {
15229
+ "kind": "field",
15230
+ "name": "#noSourceErrorElement",
15231
+ "privacy": "private",
15232
+ "readonly": true
15233
+ },
15234
+ {
15235
+ "kind": "method",
15236
+ "name": "#disposePlayer"
15237
+ },
15238
+ {
15239
+ "kind": "method",
15240
+ "name": "#setupVideoElement"
15241
+ },
15242
+ {
15243
+ "kind": "field",
15244
+ "name": "#controlElement",
15245
+ "privacy": "private",
15246
+ "readonly": true
15247
+ },
15248
+ {
15249
+ "kind": "method",
15250
+ "name": "#hideNoSourceError",
15251
+ "parameters": [
15252
+ {
15253
+ "name": "show",
15254
+ "default": "true"
15255
+ }
15256
+ ]
15257
+ },
15258
+ {
15259
+ "kind": "method",
15260
+ "name": "#setupVideoPlayer",
15261
+ "parameters": [
15262
+ {
15263
+ "name": "settings",
15264
+ "type": {
15265
+ "text": "any"
15266
+ }
15267
+ }
15268
+ ]
15269
+ },
15270
+ {
15271
+ "kind": "method",
15272
+ "name": "#setupPlayerEvents"
15273
+ }
15274
+ ],
15275
+ "events": [
15276
+ {
15277
+ "description": "Fired when the video is played",
15278
+ "name": "play"
15279
+ },
15280
+ {
15281
+ "description": "Fired when the video is paused",
15282
+ "name": "pause"
15283
+ },
15284
+ {
15285
+ "description": "Fired when the video is ended",
15286
+ "name": "ended"
15287
+ }
15288
+ ],
15289
+ "attributes": [
15290
+ {
15291
+ "name": "poster",
15292
+ "type": {
15293
+ "text": "string | undefined"
15294
+ },
15295
+ "description": "Reference to an image which is displayed before the video is played",
15296
+ "fieldName": "poster"
15297
+ },
15298
+ {
15299
+ "name": "src",
15300
+ "type": {
15301
+ "text": "string | undefined"
15302
+ },
15303
+ "description": "URL of a video file",
15304
+ "fieldName": "src"
15305
+ },
15306
+ {
15307
+ "type": {
15308
+ "text": "boolean"
15309
+ },
15310
+ "default": "false",
15311
+ "description": "Allows the video will play automatically (muted)",
15312
+ "fieldName": "autoplay"
15313
+ },
15314
+ {
15315
+ "type": {
15316
+ "text": "boolean"
15317
+ },
15318
+ "default": "false",
15319
+ "description": "Allows the video to loop back to the beginning when finished",
15320
+ "fieldName": "loop"
15321
+ },
15322
+ {
15323
+ "name": "playback-rates",
15324
+ "type": {
15325
+ "text": "string"
15326
+ },
15327
+ "default": "DEFAULT_PLAYBACK_RATES",
15328
+ "description": "Sets the available playback rates. When an empty string, no choices will be available",
15329
+ "resolveInitializer": {
15330
+ "module": "libs/components/src/lib/video-player/video-player.ts"
15331
+ },
15332
+ "fieldName": "playbackRates"
15333
+ },
15334
+ {
15335
+ "name": "skip-by",
15336
+ "type": {
15337
+ "text": "MediaSkipBy"
15338
+ },
15339
+ "description": "Allows the video to loop back to the beginning when finished",
15340
+ "fieldName": "skipBy"
15341
+ }
15342
+ ],
15343
+ "superclass": {
15344
+ "name": "FoundationElement",
15345
+ "package": "@microsoft/fast-foundation"
15346
+ },
15347
+ "vividComponent": {
15348
+ "public": true,
15349
+ "name": "video-player"
15350
+ }
15351
+ }
15352
+ ],
15353
+ "exports": [
15354
+ {
15355
+ "kind": "js",
15356
+ "name": "DEFAULT_PLAYBACK_RATES",
15357
+ "declaration": {
15358
+ "name": "DEFAULT_PLAYBACK_RATES",
15359
+ "module": "libs/components/src/lib/video-player/video-player.ts"
15360
+ }
15361
+ },
15362
+ {
15363
+ "kind": "js",
15364
+ "name": "VideoPlayer",
15365
+ "declaration": {
15366
+ "name": "VideoPlayer",
15367
+ "module": "libs/components/src/lib/video-player/video-player.ts"
15368
+ }
15369
+ }
15370
+ ]
15371
+ },
14659
15372
  {
14660
15373
  "kind": "javascript-module",
14661
15374
  "path": "libs/components/src/lib/range-slider/utils/lerp.ts",