@vonage/vivid-react 2.10.84 → 2.10.86

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 +2 -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
@@ -0,0 +1,65 @@
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
+ /** Base class for range-slider
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/range-slider
4
+ * @param {string} start - The start value of the range.
5
+ * @param {| string
6
+ | undefined} initialStart - The initial start value. This value sets the `start` property
7
+ only when the `start` property has not been explicitly set. **attribute** `start`
8
+ * @param {string} currentStart - The current start value of the element. This property serves as a mechanism
9
+ to set the `start` property through both property assignment and the
10
+ .setAttribute() method. This is useful for setting the field's value
11
+ in UI libraries that bind data through the .setAttribute() API
12
+ and don't support IDL attribute binding. **attribute** `current-start`
13
+ * @param {number} startAsNumber - The start property, typed as a number.
14
+ * @param {string} end - The end value of the range.
15
+ * @param {string | undefined} initialEnd - The initial end value. This value sets the `end` property
16
+ only when the `end` property has not been explicitly set. **attribute** `end`
17
+ * @param {string} currentEnd - The current end value of the element. This property serves as a mechanism
18
+ to set the `end` property through both property assignment and the
19
+ .setAttribute() method. This is useful for setting the field's value
20
+ in UI libraries that bind data through the .setAttribute() API
21
+ and don't support IDL attribute binding. **attribute** `current-end`
22
+ * @param endAsNumber - The end property, typed as a number.
23
+ * @param {number} min - The minimum value of the range. **attribute** `min`
24
+ * @param {number} max - The maximum value of the range. **attribute** `max`
25
+ * @param {number} step - Value to increment or decrement via arrow keys, mouse click or drag. **attribute** `step`
26
+ * @param {Orientation} orientation - The orientation of the slider. **attribute** `orientation`
27
+ * @param {string | null} ariaStartLabel - Aria label for the start thumb **attribute** `aria-start-label`
28
+ * @param {string | null} ariaEndLabel - Aria label for the end thumb **attribute** `aria-end-label`
29
+ * @param {boolean} markers - Display markers on/off **attribute** `markers`
30
+ * @param {RangeSliderConnotation | undefined} connotation - The connotation of the component **attribute** `connotation`
31
+ * @param {(value: string) => string} valueTextFormatter - Custom function that generates a string for the component's "aria-valuetext" attribute based on the current value.
32
+ * @param proxy
33
+ */
34
+ declare const VwcRangeSlider: {
35
+ (props: {
36
+ (event: SyntheticEvent): void;
37
+ (event: SyntheticEvent): void;
38
+ children?: ReactNode;
39
+ slot?: string | undefined;
40
+ id?: string | undefined;
41
+ style?: React.CSSProperties | undefined;
42
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
43
+ onInput: start | null;
44
+ start?: string | undefined;
45
+ initialStart?: any;
46
+ currentStart?: string | undefined;
47
+ startAsNumber?: number | undefined;
48
+ end?: string | undefined;
49
+ initialEnd?: string | undefined;
50
+ currentEnd?: string | undefined;
51
+ endAsNumber?: any;
52
+ min?: number | undefined;
53
+ max?: number | undefined;
54
+ step?: number | undefined;
55
+ orientation?: any;
56
+ ariaStartLabel?: string | null | undefined;
57
+ ariaEndLabel?: string | null | undefined;
58
+ markers?: boolean | undefined;
59
+ connotation?: any;
60
+ valueTextFormatter?: any;
61
+ proxy?: any;
62
+ }): JSX.Element;
63
+ displayName: string;
64
+ };
65
+ export default VwcRangeSlider;
@@ -0,0 +1,486 @@
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 range-slider",
9
+ "name": "RangeSlider",
10
+ "cssProperties": [
11
+ {
12
+ "name": "--vvd-slider-cta-primary",
13
+ "default": "var(--vvd-color-cta-500)"
14
+ },
15
+ {
16
+ "name": "--vvd-slider-accent-primary",
17
+ "default": "var(--vvd-color-canvas-text)"
18
+ }
19
+ ],
20
+ "members": [
21
+ {
22
+ "kind": "field",
23
+ "name": "#isInternalValueUpdate",
24
+ "privacy": "private",
25
+ "type": {
26
+ "text": "boolean"
27
+ },
28
+ "default": "false"
29
+ },
30
+ {
31
+ "kind": "field",
32
+ "name": "start",
33
+ "type": {
34
+ "text": "string"
35
+ },
36
+ "default": "''",
37
+ "description": "The start value of the range."
38
+ },
39
+ {
40
+ "kind": "field",
41
+ "name": "initialStart",
42
+ "type": {
43
+ "text": "| string\n\t\t| undefined"
44
+ },
45
+ "description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
46
+ },
47
+ {
48
+ "kind": "field",
49
+ "name": "currentStart",
50
+ "type": {
51
+ "text": "string"
52
+ },
53
+ "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."
54
+ },
55
+ {
56
+ "kind": "field",
57
+ "name": "startAsNumber",
58
+ "type": {
59
+ "text": "number"
60
+ },
61
+ "description": "The start property, typed as a number.",
62
+ "privacy": "public"
63
+ },
64
+ {
65
+ "kind": "field",
66
+ "name": "end",
67
+ "type": {
68
+ "text": "string"
69
+ },
70
+ "default": "''",
71
+ "description": "The end value of the range."
72
+ },
73
+ {
74
+ "kind": "field",
75
+ "name": "initialEnd",
76
+ "type": {
77
+ "text": "string | undefined"
78
+ },
79
+ "description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set."
80
+ },
81
+ {
82
+ "kind": "field",
83
+ "name": "currentEnd",
84
+ "type": {
85
+ "text": "string"
86
+ },
87
+ "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."
88
+ },
89
+ {
90
+ "kind": "field",
91
+ "name": "endAsNumber",
92
+ "description": "The end property, typed as a number.",
93
+ "privacy": "public"
94
+ },
95
+ {
96
+ "kind": "method",
97
+ "name": "#updateValues",
98
+ "parameters": [
99
+ {
100
+ "name": "{ start, end }",
101
+ "type": {
102
+ "text": "{ start?: string; end?: string }"
103
+ }
104
+ },
105
+ {
106
+ "name": "emitEvents",
107
+ "default": "true",
108
+ "type": {
109
+ "text": "boolean"
110
+ }
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "kind": "field",
116
+ "name": "min",
117
+ "type": {
118
+ "text": "number"
119
+ },
120
+ "default": "0",
121
+ "description": "The minimum value of the range.",
122
+ "privacy": "public"
123
+ },
124
+ {
125
+ "kind": "field",
126
+ "name": "max",
127
+ "type": {
128
+ "text": "number"
129
+ },
130
+ "default": "10",
131
+ "description": "The maximum value of the range.",
132
+ "privacy": "public"
133
+ },
134
+ {
135
+ "kind": "field",
136
+ "name": "step",
137
+ "type": {
138
+ "text": "number"
139
+ },
140
+ "default": "1",
141
+ "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
142
+ "privacy": "public"
143
+ },
144
+ {
145
+ "kind": "method",
146
+ "name": "#applyStep",
147
+ "parameters": [
148
+ {
149
+ "name": "thumb",
150
+ "type": {
151
+ "text": "'start' | 'end'"
152
+ }
153
+ },
154
+ {
155
+ "name": "direction",
156
+ "type": {
157
+ "text": "Direction"
158
+ }
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "kind": "field",
164
+ "name": "orientation",
165
+ "type": {
166
+ "text": "Orientation"
167
+ },
168
+ "description": "The orientation of the slider.",
169
+ "privacy": "public"
170
+ },
171
+ {
172
+ "kind": "field",
173
+ "name": "ariaStartLabel",
174
+ "type": {
175
+ "text": "string | null"
176
+ },
177
+ "default": "null",
178
+ "description": "Aria label for the start thumb",
179
+ "privacy": "public"
180
+ },
181
+ {
182
+ "kind": "field",
183
+ "name": "ariaEndLabel",
184
+ "type": {
185
+ "text": "string | null"
186
+ },
187
+ "default": "null",
188
+ "description": "Aria label for the end thumb",
189
+ "privacy": "public"
190
+ },
191
+ {
192
+ "kind": "field",
193
+ "name": "markers",
194
+ "type": {
195
+ "text": "boolean"
196
+ },
197
+ "default": "false",
198
+ "description": "Display markers on/off",
199
+ "privacy": "public"
200
+ },
201
+ {
202
+ "kind": "field",
203
+ "name": "connotation",
204
+ "type": {
205
+ "text": "RangeSliderConnotation | undefined"
206
+ },
207
+ "description": "The connotation of the component",
208
+ "privacy": "public"
209
+ },
210
+ {
211
+ "kind": "field",
212
+ "name": "valueTextFormatter",
213
+ "type": {
214
+ "text": "(value: string) => string"
215
+ },
216
+ "description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
217
+ "privacy": "public"
218
+ },
219
+ {
220
+ "kind": "method",
221
+ "name": "#updateFormValue"
222
+ },
223
+ {
224
+ "kind": "method",
225
+ "name": "formResetCallback"
226
+ },
227
+ {
228
+ "kind": "field",
229
+ "name": "#thumbs",
230
+ "privacy": "private",
231
+ "readonly": true
232
+ },
233
+ {
234
+ "kind": "field",
235
+ "name": "#thumbConstraints",
236
+ "privacy": "private",
237
+ "readonly": true
238
+ },
239
+ {
240
+ "kind": "field",
241
+ "name": "#draggingThumb",
242
+ "privacy": "private",
243
+ "type": {
244
+ "text": "false | 'start' | 'end'"
245
+ },
246
+ "default": "false"
247
+ },
248
+ {
249
+ "kind": "method",
250
+ "name": "#updateThumbPositions"
251
+ },
252
+ {
253
+ "kind": "method",
254
+ "name": "#thumbTrackEndOffset",
255
+ "parameters": [
256
+ {
257
+ "name": "value",
258
+ "type": {
259
+ "text": "number"
260
+ }
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "kind": "method",
266
+ "name": "#calculateValueFromMouseEvent",
267
+ "parameters": [
268
+ {
269
+ "name": "e",
270
+ "type": {
271
+ "text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
272
+ }
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "kind": "method",
278
+ "name": "#roundToNearestStep",
279
+ "parameters": [
280
+ {
281
+ "name": "thumb",
282
+ "type": {
283
+ "text": "'start' | 'end'"
284
+ }
285
+ },
286
+ {
287
+ "name": "value",
288
+ "type": {
289
+ "text": "number"
290
+ }
291
+ }
292
+ ]
293
+ },
294
+ {
295
+ "kind": "method",
296
+ "name": "#registerThumbListeners"
297
+ },
298
+ {
299
+ "kind": "method",
300
+ "name": "#unregisterThumbListeners"
301
+ },
302
+ {
303
+ "kind": "field",
304
+ "name": "#onThumbMousedown",
305
+ "privacy": "private"
306
+ },
307
+ {
308
+ "kind": "field",
309
+ "name": "#onThumbKeydown",
310
+ "privacy": "private"
311
+ },
312
+ {
313
+ "kind": "method",
314
+ "name": "#registerDragHandlers"
315
+ },
316
+ {
317
+ "kind": "method",
318
+ "name": "#unregisterDragListeners"
319
+ },
320
+ {
321
+ "kind": "field",
322
+ "name": "#onDragMove",
323
+ "privacy": "private"
324
+ },
325
+ {
326
+ "kind": "field",
327
+ "name": "#onDragEnd",
328
+ "privacy": "private"
329
+ },
330
+ {
331
+ "kind": "field",
332
+ "name": "proxy",
333
+ "inheritedFrom": {
334
+ "name": "FormAssociatedRangeSlider",
335
+ "module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
336
+ }
337
+ }
338
+ ],
339
+ "events": [
340
+ {
341
+ "description": "Event emitted when the start value changes",
342
+ "name": "input:start"
343
+ },
344
+ {
345
+ "description": "Event emitted when the end value changes",
346
+ "name": "input:end"
347
+ }
348
+ ],
349
+ "attributes": [
350
+ {
351
+ "name": "start",
352
+ "type": {
353
+ "text": "| string\n\t\t| undefined"
354
+ },
355
+ "description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
356
+ "fieldName": "initialStart"
357
+ },
358
+ {
359
+ "name": "current-start",
360
+ "type": {
361
+ "text": "string"
362
+ },
363
+ "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.",
364
+ "fieldName": "currentStart"
365
+ },
366
+ {
367
+ "name": "end",
368
+ "type": {
369
+ "text": "string | undefined"
370
+ },
371
+ "description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
372
+ "fieldName": "initialEnd"
373
+ },
374
+ {
375
+ "name": "current-end",
376
+ "type": {
377
+ "text": "string"
378
+ },
379
+ "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.",
380
+ "fieldName": "currentEnd"
381
+ },
382
+ {
383
+ "type": {
384
+ "text": "number"
385
+ },
386
+ "default": "0",
387
+ "description": "The minimum value of the range.",
388
+ "fieldName": "min"
389
+ },
390
+ {
391
+ "type": {
392
+ "text": "number"
393
+ },
394
+ "default": "10",
395
+ "description": "The maximum value of the range.",
396
+ "fieldName": "max"
397
+ },
398
+ {
399
+ "type": {
400
+ "text": "number"
401
+ },
402
+ "default": "1",
403
+ "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
404
+ "fieldName": "step"
405
+ },
406
+ {
407
+ "name": "orientation",
408
+ "type": {
409
+ "text": "Orientation"
410
+ },
411
+ "description": "The orientation of the slider.",
412
+ "fieldName": "orientation"
413
+ },
414
+ {
415
+ "name": "aria-start-label",
416
+ "type": {
417
+ "text": "string | null"
418
+ },
419
+ "default": "null",
420
+ "description": "Aria label for the start thumb",
421
+ "fieldName": "ariaStartLabel"
422
+ },
423
+ {
424
+ "name": "aria-end-label",
425
+ "type": {
426
+ "text": "string | null"
427
+ },
428
+ "default": "null",
429
+ "description": "Aria label for the end thumb",
430
+ "fieldName": "ariaEndLabel"
431
+ },
432
+ {
433
+ "type": {
434
+ "text": "boolean"
435
+ },
436
+ "default": "false",
437
+ "description": "Display markers on/off",
438
+ "fieldName": "markers"
439
+ },
440
+ {
441
+ "name": "connotation",
442
+ "type": {
443
+ "text": "RangeSliderConnotation | undefined"
444
+ },
445
+ "description": "The connotation of the component",
446
+ "fieldName": "connotation"
447
+ }
448
+ ],
449
+ "superclass": {
450
+ "name": "FormAssociatedRangeSlider",
451
+ "module": "/libs/components/src/lib/range-slider/range-slider.form-associated"
452
+ },
453
+ "vividComponent": {
454
+ "name": "range-slider",
455
+ "public": true,
456
+ "vueModels": [
457
+ {
458
+ "name": "start",
459
+ "attributeName": "current-start",
460
+ "eventName": "input:start",
461
+ "valueMapping": "(event.target as any).start"
462
+ },
463
+ {
464
+ "name": "end",
465
+ "attributeName": "current-end",
466
+ "eventName": "input:end",
467
+ "valueMapping": "(event.target as any).end"
468
+ }
469
+ ]
470
+ }
471
+ }
472
+ */
473
+ import wrapper from '@vonage/vivid-react-wrapper'
474
+ import { registerRangeSlider } from '@vonage/vivid'
475
+
476
+ registerRangeSlider('vvd3')
477
+
478
+ const VwcRangeSlider = wrapper(`vvd3-range-slider`, {
479
+ events: [{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
480
+ attributes: [],
481
+ properties: ['start', 'initialStart', 'currentStart', 'startAsNumber', 'end', 'initialEnd', 'currentEnd', 'endAsNumber', 'min', 'max', 'step', 'orientation', 'ariaStartLabel', 'ariaEndLabel', 'markers', 'connotation', 'valueTextFormatter', 'proxy']
482
+ })
483
+
484
+ VwcRangeSlider.displayName = 'VwcRangeSlider'
485
+
486
+ export default VwcRangeSlider
@@ -1,11 +1,11 @@
1
1
  {
2
- "name": "@vonage/vivid-react-vvd3-focus",
3
- "version": "3.50.1",
2
+ "name": "@vonage/vivid-react-vvd3-range-slider",
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 select
2
+ /** VwcSelect
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/select
4
4
  * @param {SelectAppearance | undefined} appearance - The appearance attribute. **attribute** `appearance`
5
5
  * @param {SelectShape | undefined} shape - The shape attribute. **attribute** `shape`
@@ -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 select",
8
+ "description": "",
9
9
  "name": "Select",
10
10
  "cssProperties": [
11
11
  {
@@ -45,6 +45,10 @@ Code in this file were generated using following JSON:
45
45
  {
46
46
  "description": "Slot to add meta content to the select control.",
47
47
  "name": "meta"
48
+ },
49
+ {
50
+ "description": "Describes how to use the select. Alternative to the `helper-text` attribute.",
51
+ "name": "helper-text"
48
52
  }
49
53
  ],
50
54
  "members": [
@@ -141,6 +145,18 @@ Code in this file were generated using following JSON:
141
145
  "superclass": {
142
146
  "name": "FoundationSelect",
143
147
  "package": "@microsoft/fast-foundation"
148
+ },
149
+ "vividComponent": {
150
+ "public": true,
151
+ "name": "select",
152
+ "vueModels": [
153
+ {
154
+ "name": "modelValue",
155
+ "attributeName": "current-value",
156
+ "eventName": "input",
157
+ "valueMapping": "(event.target as HTMLInputElement).value"
158
+ }
159
+ ]
144
160
  }
145
161
  }
146
162
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-select",
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 selectable-box
2
+ /** VwcSelectableBox
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/selectable-box
4
4
  * @param {string | null} ariaLabel **attribute** `aria-label`
5
5
  * @param {boolean} checked - Controls the checked state of the box **attribute** `checked`
@@ -5,11 +5,11 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for selectable-box",
8
+ "description": "",
9
9
  "name": "SelectableBox",
10
10
  "cssProperties": [
11
11
  {
12
- "name": "--vvd-selectable-box-cta-firm",
12
+ "name": "--vvd-selectable-box-cta-firm-all",
13
13
  "default": "var(--vvd-color-cta-600)"
14
14
  },
15
15
  {
@@ -29,8 +29,8 @@ Code in this file were generated using following JSON:
29
29
  "default": "var(--vvd-color-cta-100)"
30
30
  },
31
31
  {
32
- "name": "--vvd-selectable-box-accent-firm",
33
- "default": "var(--vvd-color-canvas-text)"
32
+ "name": "--vvd-selectable-box-accent-firm-all",
33
+ "default": "var(--vvd-color-neutral-600)"
34
34
  },
35
35
  {
36
36
  "name": "--vvd-selectable-box-accent-pale",
@@ -191,6 +191,10 @@ Code in this file were generated using following JSON:
191
191
  "superclass": {
192
192
  "name": "FoundationElement",
193
193
  "package": "@microsoft/fast-foundation"
194
+ },
195
+ "vividComponent": {
196
+ "public": true,
197
+ "name": "selectable-box"
194
198
  }
195
199
  }
196
200
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-selectable-box",
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 side-drawer
2
+ /** VwcSideDrawer
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/side-drawer
4
4
  * @param {boolean} alternate - applies scheme alternate region **attribute** `alternate`
5
5
  * @param {boolean} modal - sets the side drawer's type to modal **attribute** `modal`