@vonage/vivid-react 2.10.83 → 2.10.85

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 (271) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDialog/package.json +1 -1
  21. package/VwcDrawer/package.json +1 -1
  22. package/VwcDropdown/package.json +1 -1
  23. package/VwcElevation/package.json +1 -1
  24. package/VwcEmptyState/package.json +1 -1
  25. package/VwcExpansionPanel/package.json +1 -1
  26. package/VwcFab/package.json +1 -1
  27. package/VwcFilePicker/package.json +1 -1
  28. package/VwcFormfield/package.json +1 -1
  29. package/VwcHelperMessage/package.json +1 -1
  30. package/VwcIcon/package.json +1 -1
  31. package/VwcIconButton/package.json +1 -1
  32. package/VwcIconButtonToggle/package.json +1 -1
  33. package/VwcKeypad/package.json +1 -1
  34. package/VwcLayout/package.json +1 -1
  35. package/VwcLinearProgress/package.json +1 -1
  36. package/VwcList/package.json +1 -1
  37. package/VwcListExpansionPanel/package.json +1 -1
  38. package/VwcListItem/package.json +1 -1
  39. package/VwcMenu/package.json +1 -1
  40. package/VwcNotchedOutline/package.json +1 -1
  41. package/VwcNote/package.json +1 -1
  42. package/VwcPagination/package.json +1 -1
  43. package/VwcPopup/package.json +1 -1
  44. package/VwcRadio/package.json +1 -1
  45. package/VwcRadioListItem/package.json +1 -1
  46. package/VwcSchemeSelect/package.json +1 -1
  47. package/VwcScrubBar/package.json +1 -1
  48. package/VwcSelect/package.json +1 -1
  49. package/VwcSideDrawer/package.json +1 -1
  50. package/VwcSlider/package.json +1 -1
  51. package/VwcSnackbar/package.json +1 -1
  52. package/VwcSurface/package.json +1 -1
  53. package/VwcSwitch/package.json +1 -1
  54. package/VwcTab/package.json +1 -1
  55. package/VwcTabBar/package.json +1 -1
  56. package/VwcTag/package.json +1 -1
  57. package/VwcText/package.json +1 -1
  58. package/VwcTextarea/package.json +1 -1
  59. package/VwcTextfield/package.json +1 -1
  60. package/VwcThemeSwitch/package.json +1 -1
  61. package/VwcTooltip/package.json +1 -1
  62. package/VwcTopAppBar/package.json +1 -1
  63. package/VwcTopAppBarFixed/package.json +1 -1
  64. package/index.js +5 -5
  65. package/package.json +2 -2
  66. package/types/index.d.ts +64 -19
  67. package/v3/VwcAccordion/index.d.ts +1 -1
  68. package/v3/VwcAccordion/index.js +5 -1
  69. package/v3/VwcAccordion/package.json +2 -2
  70. package/v3/VwcAccordionItem/index.js +4 -0
  71. package/v3/VwcAccordionItem/package.json +2 -2
  72. package/v3/VwcActionGroup/index.d.ts +1 -1
  73. package/v3/VwcActionGroup/index.js +5 -1
  74. package/v3/VwcActionGroup/package.json +2 -2
  75. package/v3/VwcAlert/index.d.ts +4 -3
  76. package/v3/VwcAlert/index.js +7 -3
  77. package/v3/VwcAlert/package.json +2 -2
  78. package/v3/VwcAppearanceUi/index.d.ts +1 -1
  79. package/v3/VwcAppearanceUi/index.js +32 -1
  80. package/v3/VwcAppearanceUi/package.json +2 -2
  81. package/v3/VwcAudioPlayer/index.d.ts +7 -5
  82. package/v3/VwcAudioPlayer/index.js +9 -5
  83. package/v3/VwcAudioPlayer/package.json +2 -2
  84. package/v3/VwcAvatar/index.js +12 -0
  85. package/v3/VwcAvatar/package.json +2 -2
  86. package/v3/VwcBadge/index.d.ts +1 -1
  87. package/v3/VwcBadge/index.js +12 -8
  88. package/v3/VwcBadge/package.json +2 -2
  89. package/v3/VwcBanner/index.d.ts +4 -3
  90. package/v3/VwcBanner/index.js +7 -3
  91. package/v3/VwcBanner/package.json +2 -2
  92. package/v3/VwcBreadcrumb/index.d.ts +1 -1
  93. package/v3/VwcBreadcrumb/index.js +5 -1
  94. package/v3/VwcBreadcrumb/package.json +2 -2
  95. package/v3/VwcBreadcrumbItem/index.d.ts +1 -1
  96. package/v3/VwcBreadcrumbItem/index.js +5 -1
  97. package/v3/VwcBreadcrumbItem/package.json +2 -2
  98. package/v3/VwcButton/index.d.ts +17 -1
  99. package/v3/VwcButton/index.js +144 -2
  100. package/v3/VwcButton/package.json +2 -2
  101. package/v3/VwcCalendar/index.d.ts +1 -1
  102. package/v3/VwcCalendar/index.js +5 -1
  103. package/v3/VwcCalendar/package.json +2 -2
  104. package/v3/VwcCalendarEvent/index.d.ts +1 -1
  105. package/v3/VwcCalendarEvent/index.js +5 -1
  106. package/v3/VwcCalendarEvent/package.json +2 -2
  107. package/v3/VwcCard/index.d.ts +1 -1
  108. package/v3/VwcCard/index.js +5 -1
  109. package/v3/VwcCard/package.json +2 -2
  110. package/v3/VwcCheckbox/index.d.ts +1 -1
  111. package/v3/VwcCheckbox/index.js +19 -1
  112. package/v3/VwcCheckbox/package.json +2 -2
  113. package/v3/VwcCombobox/index.d.ts +1 -1
  114. package/v3/VwcCombobox/index.js +13 -1
  115. package/v3/VwcCombobox/package.json +2 -2
  116. package/v3/VwcDataGrid/index.d.ts +1 -1
  117. package/v3/VwcDataGrid/index.js +6 -2
  118. package/v3/VwcDataGrid/package.json +2 -2
  119. package/v3/VwcDataGridCell/index.d.ts +1 -1
  120. package/v3/VwcDataGridCell/index.js +21 -1
  121. package/v3/VwcDataGridCell/package.json +2 -2
  122. package/v3/VwcDataGridRow/index.d.ts +1 -1
  123. package/v3/VwcDataGridRow/index.js +21 -1
  124. package/v3/VwcDataGridRow/package.json +2 -2
  125. package/v3/VwcDatePicker/index.js +18 -0
  126. package/v3/VwcDatePicker/package.json +2 -2
  127. package/v3/VwcDatePickerBase/index.js +4 -0
  128. package/v3/VwcDatePickerBase/package.json +2 -2
  129. package/v3/VwcDateRangePicker/index.d.ts +1 -1
  130. package/v3/VwcDateRangePicker/index.js +25 -1
  131. package/v3/VwcDateRangePicker/package.json +2 -2
  132. package/v3/VwcDialPad/index.d.ts +106 -0
  133. package/v3/VwcDialPad/index.js +285 -0
  134. package/v3/{VwcPopup → VwcDialPad}/package.json +3 -3
  135. package/v3/VwcDialog/index.d.ts +4 -3
  136. package/v3/VwcDialog/index.js +7 -3
  137. package/v3/VwcDialog/package.json +2 -2
  138. package/v3/VwcDivider/index.d.ts +1 -1
  139. package/v3/VwcDivider/index.js +5 -1
  140. package/v3/VwcDivider/package.json +2 -2
  141. package/v3/VwcElevation/index.d.ts +1 -1
  142. package/v3/VwcElevation/index.js +4 -1
  143. package/v3/VwcElevation/package.json +2 -2
  144. package/v3/VwcEmptyState/index.js +4 -0
  145. package/v3/VwcEmptyState/package.json +2 -2
  146. package/v3/VwcFab/index.d.ts +1 -1
  147. package/v3/VwcFab/index.js +5 -1
  148. package/v3/VwcFab/package.json +2 -2
  149. package/v3/VwcFilePicker/index.d.ts +1 -1
  150. package/v3/VwcFilePicker/index.js +11 -1
  151. package/v3/VwcFilePicker/package.json +2 -2
  152. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  153. package/v3/{VwcFocus → VwcFormAssociatedRangeSlider}/index.d.ts +6 -5
  154. package/v3/VwcFormAssociatedRangeSlider/index.js +41 -0
  155. package/v3/VwcFormAssociatedRangeSlider/package.json +11 -0
  156. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  157. package/v3/VwcHeader/index.d.ts +1 -1
  158. package/v3/VwcHeader/index.js +5 -1
  159. package/v3/VwcHeader/package.json +2 -2
  160. package/v3/VwcIcon/index.js +4 -0
  161. package/v3/VwcIcon/package.json +2 -2
  162. package/v3/VwcLayout/index.d.ts +1 -3
  163. package/v3/VwcLayout/index.js +5 -1
  164. package/v3/VwcLayout/package.json +2 -2
  165. package/v3/VwcListbox/index.d.ts +1 -1
  166. package/v3/VwcListbox/index.js +4 -1
  167. package/v3/VwcListbox/package.json +2 -2
  168. package/v3/VwcMenu/index.d.ts +1 -1
  169. package/v3/VwcMenu/index.js +22 -3
  170. package/v3/VwcMenu/package.json +2 -2
  171. package/v3/VwcMenuItem/index.d.ts +3 -1
  172. package/v3/VwcMenuItem/index.js +67 -2
  173. package/v3/VwcMenuItem/package.json +2 -2
  174. package/v3/VwcNav/index.d.ts +1 -2
  175. package/v3/VwcNav/index.js +5 -1
  176. package/v3/VwcNav/package.json +2 -2
  177. package/v3/VwcNavDisclosure/index.d.ts +1 -2
  178. package/v3/VwcNavDisclosure/index.js +5 -1
  179. package/v3/VwcNavDisclosure/package.json +2 -2
  180. package/v3/VwcNavItem/index.d.ts +4 -0
  181. package/v3/VwcNavItem/index.js +55 -1
  182. package/v3/VwcNavItem/package.json +2 -2
  183. package/v3/VwcNote/index.d.ts +1 -1
  184. package/v3/VwcNote/index.js +5 -1
  185. package/v3/VwcNote/package.json +2 -2
  186. package/v3/VwcNumberField/index.d.ts +7 -5
  187. package/v3/VwcNumberField/index.js +23 -5
  188. package/v3/VwcNumberField/package.json +2 -2
  189. package/v3/VwcOption/index.d.ts +1 -1
  190. package/v3/VwcOption/index.js +9 -1
  191. package/v3/VwcOption/package.json +2 -2
  192. package/v3/VwcPagination/index.d.ts +1 -1
  193. package/v3/VwcPagination/index.js +5 -1
  194. package/v3/VwcPagination/package.json +2 -2
  195. package/v3/VwcProgress/index.d.ts +1 -1
  196. package/v3/VwcProgress/index.js +5 -1
  197. package/v3/VwcProgress/package.json +2 -2
  198. package/v3/VwcProgressRing/index.d.ts +1 -1
  199. package/v3/VwcProgressRing/index.js +5 -1
  200. package/v3/VwcProgressRing/package.json +2 -2
  201. package/v3/VwcRadio/index.d.ts +1 -1
  202. package/v3/VwcRadio/index.js +5 -1
  203. package/v3/VwcRadio/package.json +2 -2
  204. package/v3/VwcRadioGroup/index.d.ts +1 -1
  205. package/v3/VwcRadioGroup/index.js +13 -1
  206. package/v3/VwcRadioGroup/package.json +2 -2
  207. package/v3/VwcRangeSlider/index.d.ts +65 -0
  208. package/v3/VwcRangeSlider/index.js +486 -0
  209. package/v3/{VwcFocus → VwcRangeSlider}/package.json +3 -3
  210. package/v3/VwcSelect/index.d.ts +1 -1
  211. package/v3/VwcSelect/index.js +17 -1
  212. package/v3/VwcSelect/package.json +2 -2
  213. package/v3/VwcSelectableBox/index.d.ts +1 -1
  214. package/v3/VwcSelectableBox/index.js +8 -4
  215. package/v3/VwcSelectableBox/package.json +2 -2
  216. package/v3/VwcSideDrawer/index.d.ts +1 -1
  217. package/v3/VwcSideDrawer/index.js +5 -1
  218. package/v3/VwcSideDrawer/package.json +2 -2
  219. package/v3/VwcSlider/index.d.ts +1 -1
  220. package/v3/VwcSlider/index.js +13 -1
  221. package/v3/VwcSlider/package.json +2 -2
  222. package/v3/VwcSplitButton/index.d.ts +4 -3
  223. package/v3/VwcSplitButton/index.js +7 -3
  224. package/v3/VwcSplitButton/package.json +2 -2
  225. package/v3/VwcSwitch/index.d.ts +11 -1
  226. package/v3/VwcSwitch/index.js +30 -2
  227. package/v3/VwcSwitch/package.json +2 -2
  228. package/v3/VwcTab/index.d.ts +1 -1
  229. package/v3/VwcTab/index.js +5 -1
  230. package/v3/VwcTab/package.json +2 -2
  231. package/v3/VwcTabPanel/index.d.ts +1 -1
  232. package/v3/VwcTabPanel/index.js +5 -1
  233. package/v3/VwcTabPanel/package.json +2 -2
  234. package/v3/VwcTabs/index.d.ts +1 -1
  235. package/v3/VwcTabs/index.js +5 -1
  236. package/v3/VwcTabs/package.json +2 -2
  237. package/v3/VwcTag/index.d.ts +1 -1
  238. package/v3/VwcTag/index.js +8 -4
  239. package/v3/VwcTag/package.json +2 -2
  240. package/v3/VwcTagGroup/index.d.ts +1 -1
  241. package/v3/VwcTagGroup/index.js +5 -1
  242. package/v3/VwcTagGroup/package.json +2 -2
  243. package/v3/VwcTextAnchor/index.d.ts +5 -1
  244. package/v3/VwcTextAnchor/index.js +39 -2
  245. package/v3/VwcTextAnchor/package.json +2 -2
  246. package/v3/VwcTextArea/index.d.ts +1 -1
  247. package/v3/VwcTextArea/index.js +19 -1
  248. package/v3/VwcTextArea/package.json +2 -2
  249. package/v3/VwcTextField/index.js +16 -0
  250. package/v3/VwcTextField/package.json +2 -2
  251. package/v3/VwcTimePicker/index.d.ts +1 -1
  252. package/v3/VwcTimePicker/index.js +23 -1
  253. package/v3/VwcTimePicker/package.json +2 -2
  254. package/v3/VwcToggletip/index.d.ts +1 -1
  255. package/v3/VwcToggletip/index.js +9 -1
  256. package/v3/VwcToggletip/package.json +2 -2
  257. package/v3/VwcTooltip/index.d.ts +1 -1
  258. package/v3/VwcTooltip/index.js +11 -1
  259. package/v3/VwcTooltip/package.json +2 -2
  260. package/v3/VwcTreeItem/index.d.ts +1 -1
  261. package/v3/VwcTreeItem/index.js +5 -1
  262. package/v3/VwcTreeItem/package.json +2 -2
  263. package/v3/VwcTreeView/index.d.ts +1 -1
  264. package/v3/VwcTreeView/index.js +5 -1
  265. package/v3/VwcTreeView/package.json +2 -2
  266. package/v3/VwcVideoPlayer/index.d.ts +30 -0
  267. package/v3/VwcVideoPlayer/index.js +212 -0
  268. package/v3/VwcVideoPlayer/package.json +11 -0
  269. package/v3/VwcFocus/index.js +0 -29
  270. package/v3/VwcPopup/index.d.ts +0 -33
  271. package/v3/VwcPopup/index.js +0 -279
@@ -7,6 +7,12 @@ Code in this file were generated using following JSON:
7
7
  "kind": "class",
8
8
  "description": "Single date picker component.",
9
9
  "name": "DatePicker",
10
+ "slots": [
11
+ {
12
+ "description": "Describes how to use the date-picker. Alternative to the `helper-text` attribute.",
13
+ "name": "helper-text"
14
+ }
15
+ ],
10
16
  "members": [
11
17
  {
12
18
  "kind": "method",
@@ -236,6 +242,18 @@ Code in this file were generated using following JSON:
236
242
  "name": "DatePickerBase",
237
243
  "module": "/libs/components/src/shared/date-picker/date-picker-base"
238
244
  },
245
+ "vividComponent": {
246
+ "public": true,
247
+ "name": "date-picker",
248
+ "vueModels": [
249
+ {
250
+ "name": "modelValue",
251
+ "attributeName": "value",
252
+ "eventName": "input",
253
+ "valueMapping": "(event.target as HTMLInputElement).value"
254
+ }
255
+ ]
256
+ },
239
257
  "attributes": [
240
258
  {
241
259
  "type": {
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker",
3
- "version": "3.50.1",
3
+ "version": "3.53.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -12,6 +12,10 @@ Code in this file were generated using following JSON:
12
12
  "name": "--vvd-date-picker-accent-primary",
13
13
  "default": "var(--vvd-color-canvas-text)"
14
14
  },
15
+ {
16
+ "name": "--vvd-date-picker-accent-firm",
17
+ "default": "var(--vvd-color-canvas-text)"
18
+ },
15
19
  {
16
20
  "name": "--vvd-date-picker-accent-faint",
17
21
  "default": "var(--vvd-color-neutral-50)"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker-base",
3
- "version": "3.50.1",
3
+ "version": "3.53.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
- /** Base class for date-range-picker
2
+ /** VwcDateRangePicker
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/date-range-picker
4
4
  * @param {string} initialStart - The initial start value. This value sets the `start` property
5
5
  only when the `start` property has not been explicitly set. **attribute** `start`
@@ -5,8 +5,14 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for date-range-picker",
8
+ "description": "",
9
9
  "name": "DateRangePicker",
10
+ "slots": [
11
+ {
12
+ "description": "Describes how to use the date-range-picker. Alternative to the `helper-text` attribute.",
13
+ "name": "helper-text"
14
+ }
15
+ ],
10
16
  "members": [
11
17
  {
12
18
  "kind": "field",
@@ -412,6 +418,24 @@ Code in this file were generated using following JSON:
412
418
  "superclass": {
413
419
  "name": "DatePickerBase",
414
420
  "module": "/libs/components/src/shared/date-picker/date-picker-base"
421
+ },
422
+ "vividComponent": {
423
+ "public": true,
424
+ "name": "date-range-picker",
425
+ "vueModels": [
426
+ {
427
+ "name": "start",
428
+ "attributeName": "current-start",
429
+ "eventName": "input:start",
430
+ "valueMapping": "(event.target as any).start"
431
+ },
432
+ {
433
+ "name": "end",
434
+ "attributeName": "current-end",
435
+ "eventName": "input:end",
436
+ "valueMapping": "(event.target as any).end"
437
+ }
438
+ ]
415
439
  }
416
440
  }
417
441
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-range-picker",
3
- "version": "3.50.1",
3
+ "version": "3.53.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -0,0 +1,106 @@
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
+ /** Base class for dial-pad
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/dial-pad
4
+ * @param {string | null} helperText - Indicates the helper-text's text. **attribute** `helper-text`
5
+ * @param {string | null} placeholder - Indicates the placeholder's text. **attribute** `placeholder`
6
+ * @param {string} value - Indicates the value's text. **attribute** `value`
7
+ * @param {string} pattern - Indicates the dial pad's pattern. **attribute** `pattern`
8
+ * @param {boolean} disabled - Indicates the disabled state of the dial-pad. **attribute** `disabled`
9
+ * @param {boolean} callActive - Indicates the active state of the dial-pad. **attribute** `call-active`
10
+ * @param {boolean} noCall - Indicates the no-call state of the dial-pad. **attribute** `no-call`
11
+ */
12
+ declare const VwcDialPad: {
13
+ (props: {
14
+ children?: ReactNode;
15
+ slot?: string | undefined;
16
+ id?: string | undefined;
17
+ style?: React.CSSProperties | undefined;
18
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
19
+ onChange?: ((event: SyntheticEvent) => void) | undefined;
20
+ onInput?: ((event: SyntheticEvent) => void) | undefined;
21
+ onBlur?: ((event: SyntheticEvent) => void) | undefined;
22
+ onFocus?: ((event: SyntheticEvent) => void) | undefined;
23
+ onKeypadClick?: ((event: SyntheticEvent) => void) | undefined;
24
+ onDial?: ((event: SyntheticEvent) => void) | undefined;
25
+ onEndCall?: ((event: SyntheticEvent) => void) | undefined;
26
+ helperText?: string | null | undefined;
27
+ placeholder?: string | null | undefined;
28
+ value?: string | undefined;
29
+ pattern?: string | undefined;
30
+ disabled?: boolean | undefined;
31
+ callActive?: boolean | undefined;
32
+ noCall?: boolean | undefined;
33
+ }): JSX.Element;
34
+ displayName: string;
35
+ };
36
+ export default VwcDialPad;
37
+ /** Base class for dial-pad
38
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/dial-pad
39
+ * @param {string | null} helperText - Indicates the helper-text's text. **attribute** `helper-text`
40
+ * @param {string | null} placeholder - Indicates the placeholder's text. **attribute** `placeholder`
41
+ * @param {string} value - Indicates the value's text. **attribute** `value`
42
+ * @param {string} pattern - Indicates the dial pad's pattern. **attribute** `pattern`
43
+ * @param {boolean} disabled - Indicates the disabled state of the dial-pad. **attribute** `disabled`
44
+ * @param {boolean} callActive - Indicates the active state of the dial-pad. **attribute** `call-active`
45
+ * @param {boolean} noCall - Indicates the no-call state of the dial-pad. **attribute** `no-call`
46
+ */
47
+ declare const VwcDialPad: {
48
+ (props: {
49
+ children?: ReactNode;
50
+ slot?: string | undefined;
51
+ id?: string | undefined;
52
+ style?: React.CSSProperties | undefined;
53
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
54
+ onChange?: ((event: SyntheticEvent) => void) | undefined;
55
+ onInput?: ((event: SyntheticEvent) => void) | undefined;
56
+ onBlur?: ((event: SyntheticEvent) => void) | undefined;
57
+ onFocus?: ((event: SyntheticEvent) => void) | undefined;
58
+ onKeypadClick?: ((event: SyntheticEvent) => void) | undefined;
59
+ onDial?: ((event: SyntheticEvent) => void) | undefined;
60
+ onEndCall?: ((event: SyntheticEvent) => void) | undefined;
61
+ helperText?: string | null | undefined;
62
+ placeholder?: string | null | undefined;
63
+ value?: string | undefined;
64
+ pattern?: string | undefined;
65
+ disabled?: boolean | undefined;
66
+ callActive?: boolean | undefined;
67
+ noCall?: boolean | undefined;
68
+ }): JSX.Element;
69
+ displayName: string;
70
+ };
71
+ export default VwcDialPad;
72
+ /** Base class for dial-pad
73
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/dial-pad
74
+ * @param {string | null} helperText - Indicates the helper-text's text. **attribute** `helper-text`
75
+ * @param {string | null} placeholder - Indicates the placeholder's text. **attribute** `placeholder`
76
+ * @param {string} value - Indicates the value's text. **attribute** `value`
77
+ * @param {string} pattern - Indicates the dial pad's pattern. **attribute** `pattern`
78
+ * @param {boolean} disabled - Indicates the disabled state of the dial-pad. **attribute** `disabled`
79
+ * @param {boolean} callActive - Indicates the active state of the dial-pad. **attribute** `call-active`
80
+ * @param {boolean} noCall - Indicates the no-call state of the dial-pad. **attribute** `no-call`
81
+ */
82
+ declare const VwcDialPad: {
83
+ (props: {
84
+ children?: ReactNode;
85
+ slot?: string | undefined;
86
+ id?: string | undefined;
87
+ style?: React.CSSProperties | undefined;
88
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
89
+ onChange?: ((event: SyntheticEvent) => void) | undefined;
90
+ onInput?: ((event: SyntheticEvent) => void) | undefined;
91
+ onBlur?: ((event: SyntheticEvent) => void) | undefined;
92
+ onFocus?: ((event: SyntheticEvent) => void) | undefined;
93
+ onKeypadClick?: ((event: SyntheticEvent) => void) | undefined;
94
+ onDial?: ((event: SyntheticEvent) => void) | undefined;
95
+ onEndCall?: ((event: SyntheticEvent) => void) | undefined;
96
+ helperText?: string | null | undefined;
97
+ placeholder?: string | null | undefined;
98
+ value?: string | undefined;
99
+ pattern?: string | undefined;
100
+ disabled?: boolean | undefined;
101
+ callActive?: boolean | undefined;
102
+ noCall?: boolean | undefined;
103
+ }): JSX.Element;
104
+ displayName: string;
105
+ };
106
+ export default VwcDialPad;
@@ -0,0 +1,285 @@
1
+ /*
2
+ * DO NOT EDIT THIS FILE. IT IS GENERATED
3
+ */
4
+ /*
5
+ Code in this file were generated using following JSON:
6
+ {
7
+ "kind": "class",
8
+ "description": "Base class for dial-pad",
9
+ "name": "DialPad",
10
+ "cssProperties": [
11
+ {
12
+ "name": "--vvd-dial-pad-accent-contrast",
13
+ "default": "var(--vvd-color-neutral-800)"
14
+ },
15
+ {
16
+ "name": "--vvd-dial-pad-accent-soft",
17
+ "default": "var(--vvd-color-neutral-100)"
18
+ },
19
+ {
20
+ "name": "--vvd-dial-pad-accent-pale",
21
+ "default": "var(--vvd-color-neutral-300)"
22
+ },
23
+ {
24
+ "name": "--vvd-dial-pad-accent-fierce",
25
+ "default": "var(--vvd-color-neutral-700)"
26
+ },
27
+ {
28
+ "name": "--vvd-dial-pad-accent-firm-all",
29
+ "default": "var(--vvd-color-neutral-600)"
30
+ },
31
+ {
32
+ "name": "--vvd-dial-pad-accent-faint",
33
+ "default": "var(--vvd-color-neutral-50)"
34
+ },
35
+ {
36
+ "name": "--vvd-dial-pad-accent-dim",
37
+ "default": "var(--vvd-color-neutral-200)"
38
+ }
39
+ ],
40
+ "members": [
41
+ {
42
+ "kind": "field",
43
+ "name": "helperText",
44
+ "type": {
45
+ "text": "string | null"
46
+ },
47
+ "default": "null",
48
+ "description": "Indicates the helper-text's text.",
49
+ "privacy": "public"
50
+ },
51
+ {
52
+ "kind": "field",
53
+ "name": "placeholder",
54
+ "type": {
55
+ "text": "string | null"
56
+ },
57
+ "default": "null",
58
+ "description": "Indicates the placeholder's text.",
59
+ "privacy": "public"
60
+ },
61
+ {
62
+ "kind": "field",
63
+ "name": "value",
64
+ "type": {
65
+ "text": "string"
66
+ },
67
+ "default": "''",
68
+ "description": "Indicates the value's text.",
69
+ "privacy": "public"
70
+ },
71
+ {
72
+ "kind": "method",
73
+ "name": "valueChanged",
74
+ "parameters": [
75
+ {
76
+ "name": "_oldValue",
77
+ "type": {
78
+ "text": "string"
79
+ }
80
+ },
81
+ {
82
+ "name": "newValue",
83
+ "type": {
84
+ "text": "string"
85
+ }
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "kind": "field",
91
+ "name": "pattern",
92
+ "type": {
93
+ "text": "string"
94
+ },
95
+ "default": "'^[0-9#*]*
96
+ */
97
+ import wrapper from '@vonage/vivid-react-wrapper'
98
+ import { registerDialPad } from '@vonage/vivid'
99
+
100
+ registerDialPad('vvd3')
101
+
102
+ const VwcDialPad = wrapper(`vvd3-dial-pad`, {
103
+ events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
104
+ attributes: [],
105
+ properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
106
+ })
107
+
108
+ VwcDialPad.displayName = 'VwcDialPad'
109
+
110
+ export default VwcDialPad
111
+ ",
112
+ "description": "Indicates the dial pad's pattern.",
113
+ "privacy": "public"
114
+ },
115
+ {
116
+ "kind": "field",
117
+ "name": "disabled",
118
+ "type": {
119
+ "text": "boolean"
120
+ },
121
+ "default": "false",
122
+ "description": "Indicates the disabled state of the dial-pad.",
123
+ "privacy": "public"
124
+ },
125
+ {
126
+ "kind": "field",
127
+ "name": "callActive",
128
+ "type": {
129
+ "text": "boolean"
130
+ },
131
+ "default": "false",
132
+ "description": "Indicates the active state of the dial-pad.",
133
+ "privacy": "public"
134
+ },
135
+ {
136
+ "kind": "field",
137
+ "name": "noCall",
138
+ "type": {
139
+ "text": "boolean"
140
+ },
141
+ "default": "false",
142
+ "description": "Indicates the no-call state of the dial-pad.",
143
+ "privacy": "public"
144
+ }
145
+ ],
146
+ "events": [
147
+ {
148
+ "description": "Emitted when the text field value changes",
149
+ "name": "change"
150
+ },
151
+ {
152
+ "description": "Emitted when the text field value changes",
153
+ "name": "input"
154
+ },
155
+ {
156
+ "description": "Emitted when the text field loses focus",
157
+ "name": "blur"
158
+ },
159
+ {
160
+ "description": "Emitted when the text field receives focus",
161
+ "name": "focus"
162
+ },
163
+ {
164
+ "description": "Emitted when a digit button is clicked",
165
+ "name": "keypad-click"
166
+ },
167
+ {
168
+ "description": "Emitted when the call button is clicked",
169
+ "name": "dial"
170
+ },
171
+ {
172
+ "description": "Emitted when the end call button is clicked",
173
+ "name": "end-call"
174
+ }
175
+ ],
176
+ "attributes": [
177
+ {
178
+ "name": "helper-text",
179
+ "type": {
180
+ "text": "string | null"
181
+ },
182
+ "default": "null",
183
+ "description": "Indicates the helper-text's text.",
184
+ "fieldName": "helperText"
185
+ },
186
+ {
187
+ "name": "placeholder",
188
+ "type": {
189
+ "text": "string | null"
190
+ },
191
+ "default": "null",
192
+ "description": "Indicates the placeholder's text.",
193
+ "fieldName": "placeholder"
194
+ },
195
+ {
196
+ "type": {
197
+ "text": "string"
198
+ },
199
+ "default": "''",
200
+ "description": "Indicates the value's text.",
201
+ "fieldName": "value"
202
+ },
203
+ {
204
+ "type": {
205
+ "text": "string"
206
+ },
207
+ "default": "'^[0-9#*]*
208
+ */
209
+ import wrapper from '@vonage/vivid-react-wrapper'
210
+ import { registerDialPad } from '@vonage/vivid'
211
+
212
+ registerDialPad('vvd3')
213
+
214
+ const VwcDialPad = wrapper(`vvd3-dial-pad`, {
215
+ events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
216
+ attributes: [],
217
+ properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
218
+ })
219
+
220
+ VwcDialPad.displayName = 'VwcDialPad'
221
+
222
+ export default VwcDialPad
223
+ ",
224
+ "description": "Indicates the dial pad's pattern.",
225
+ "fieldName": "pattern"
226
+ },
227
+ {
228
+ "type": {
229
+ "text": "boolean"
230
+ },
231
+ "default": "false",
232
+ "description": "Indicates the disabled state of the dial-pad.",
233
+ "fieldName": "disabled"
234
+ },
235
+ {
236
+ "name": "call-active",
237
+ "type": {
238
+ "text": "boolean"
239
+ },
240
+ "default": "false",
241
+ "description": "Indicates the active state of the dial-pad.",
242
+ "fieldName": "callActive"
243
+ },
244
+ {
245
+ "name": "no-call",
246
+ "type": {
247
+ "text": "boolean"
248
+ },
249
+ "default": "false",
250
+ "description": "Indicates the no-call state of the dial-pad.",
251
+ "fieldName": "noCall"
252
+ }
253
+ ],
254
+ "superclass": {
255
+ "name": "FoundationElement",
256
+ "package": "@microsoft/fast-foundation"
257
+ },
258
+ "vividComponent": {
259
+ "public": true,
260
+ "name": "dial-pad",
261
+ "vueModels": [
262
+ {
263
+ "name": "modelValue",
264
+ "attributeName": "value",
265
+ "eventName": "input",
266
+ "valueMapping": "(event.target as any).value"
267
+ }
268
+ ]
269
+ }
270
+ }
271
+ */
272
+ import wrapper from '@vonage/vivid-react-wrapper'
273
+ import { registerDialPad } from '@vonage/vivid'
274
+
275
+ registerDialPad('vvd3')
276
+
277
+ const VwcDialPad = wrapper(`vvd3-dial-pad`, {
278
+ events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
279
+ attributes: [],
280
+ properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
281
+ })
282
+
283
+ VwcDialPad.displayName = 'VwcDialPad'
284
+
285
+ export default VwcDialPad
@@ -1,11 +1,11 @@
1
1
  {
2
- "name": "@vonage/vivid-react-vvd3-popup",
3
- "version": "3.50.1",
2
+ "name": "@vonage/vivid-react-vvd3-dial-pad",
3
+ "version": "3.53.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
- /** Base class for dialog
2
+ /** VwcDialog
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/dialog
4
4
  * @param {boolean} open - Indicates dialog's state **attribute** `open`
5
5
  * @param {string | undefined} icon **attribute** `icon`
@@ -8,7 +8,8 @@ import React, { ReactNode, SyntheticEvent } from 'react';
8
8
  * @param {string | undefined} headline **attribute** `headline`
9
9
  * @param {boolean} fullWidthBody **attribute** `full-width-body`
10
10
  * @param {string | null} ariaLabel **attribute** `aria-label`
11
- * @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
11
+ * @param {| string
12
+ | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
12
13
  * @param {boolean} noLightDismiss **attribute** `no-light-dismiss`
13
14
  * @param {string} returnValue
14
15
  */
@@ -27,7 +28,7 @@ declare const VwcDialog: {
27
28
  headline?: string | undefined;
28
29
  fullWidthBody?: boolean | undefined;
29
30
  ariaLabel?: string | null | undefined;
30
- dismissButtonAriaLabel?: string | null | undefined;
31
+ dismissButtonAriaLabel?: any;
31
32
  noLightDismiss?: boolean | undefined;
32
33
  returnValue?: string | undefined;
33
34
  }): JSX.Element;
@@ -5,7 +5,7 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for dialog",
8
+ "description": "",
9
9
  "name": "Dialog",
10
10
  "slots": [
11
11
  {
@@ -88,7 +88,7 @@ Code in this file were generated using following JSON:
88
88
  "kind": "field",
89
89
  "name": "dismissButtonAriaLabel",
90
90
  "type": {
91
- "text": "string | null"
91
+ "text": "| string\n\t\t| null"
92
92
  },
93
93
  "default": "null"
94
94
  },
@@ -227,7 +227,7 @@ Code in this file were generated using following JSON:
227
227
  {
228
228
  "name": "dismiss-button-aria-label",
229
229
  "type": {
230
- "text": "string | null"
230
+ "text": "| string\n\t\t| null"
231
231
  },
232
232
  "default": "null",
233
233
  "fieldName": "dismissButtonAriaLabel"
@@ -244,6 +244,10 @@ Code in this file were generated using following JSON:
244
244
  "superclass": {
245
245
  "name": "FoundationElement",
246
246
  "package": "@microsoft/fast-foundation"
247
+ },
248
+ "vividComponent": {
249
+ "public": true,
250
+ "name": "dialog"
247
251
  }
248
252
  }
249
253
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "3.50.1",
3
+ "version": "3.53.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for divider
2
+ /** VwcDivider
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/divider
4
4
 
5
5
  */
@@ -5,11 +5,15 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for divider",
8
+ "description": "",
9
9
  "name": "Divider",
10
10
  "superclass": {
11
11
  "name": "FoundationDivider",
12
12
  "package": "@microsoft/fast-foundation"
13
+ },
14
+ "vividComponent": {
15
+ "public": true,
16
+ "name": "divider"
13
17
  }
14
18
  }
15
19
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "3.50.1",
3
+ "version": "3.53.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "3.50.1"
9
+ "@vonage/vivid": "3.53.0"
10
10
  }
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- /** Base class for elevation
2
+ /** VwcElevation
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/elevation
4
4
  * @param {0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined} dp - Indicates the elevation's dp. **attribute** `dp`
5
5
  * @param {boolean | undefined} noShadow - toggles the elevation's shadow. **attribute** `no-shadow`