@vonage/vivid-react 3.5.0 → 3.5.2

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 (182) 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/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +12 -2
  64. package/v3/VwcAccordion/package.json +2 -2
  65. package/v3/VwcAccordionItem/package.json +2 -2
  66. package/v3/VwcActionGroup/package.json +2 -2
  67. package/v3/VwcAlert/package.json +2 -2
  68. package/v3/VwcAudioPlayer/index.d.ts +2 -0
  69. package/v3/VwcAudioPlayer/index.js +54 -14
  70. package/v3/VwcAudioPlayer/package.json +2 -2
  71. package/v3/VwcAvatar/package.json +2 -2
  72. package/v3/VwcBadge/package.json +2 -2
  73. package/v3/VwcBanner/package.json +2 -2
  74. package/v3/VwcBaseProgress/package.json +2 -2
  75. package/v3/VwcBreadcrumb/package.json +2 -2
  76. package/v3/VwcBreadcrumbItem/package.json +2 -2
  77. package/v3/VwcButton/index.d.ts +8 -8
  78. package/v3/VwcButton/index.js +1 -1
  79. package/v3/VwcButton/package.json +2 -2
  80. package/v3/VwcCalendar/package.json +2 -2
  81. package/v3/VwcCalendarEvent/package.json +2 -2
  82. package/v3/VwcCard/package.json +2 -2
  83. package/v3/VwcCheckbox/index.d.ts +14 -14
  84. package/v3/VwcCheckbox/index.js +1 -1
  85. package/v3/VwcCheckbox/package.json +2 -2
  86. package/v3/VwcCombobox/package.json +2 -2
  87. package/v3/VwcDataGrid/index.d.ts +2 -0
  88. package/v3/VwcDataGrid/index.js +26 -1
  89. package/v3/VwcDataGrid/package.json +2 -2
  90. package/v3/VwcDataGridCell/index.d.ts +2 -1
  91. package/v3/VwcDataGridCell/index.js +1 -1
  92. package/v3/VwcDataGridCell/package.json +2 -2
  93. package/v3/VwcDataGridRow/package.json +2 -2
  94. package/v3/VwcDatePicker/index.d.ts +2 -2
  95. package/v3/VwcDatePicker/index.js +1 -1
  96. package/v3/VwcDatePicker/package.json +2 -2
  97. package/v3/VwcDateRangePicker/package.json +2 -2
  98. package/v3/VwcDateTimePicker/package.json +2 -2
  99. package/v3/VwcDelegateAriaBehavior/package.json +2 -2
  100. package/v3/VwcDialPad/package.json +2 -2
  101. package/v3/VwcDialog/package.json +2 -2
  102. package/v3/VwcDivider/index.d.ts +3 -1
  103. package/v3/VwcDivider/index.js +34 -7
  104. package/v3/VwcDivider/package.json +2 -2
  105. package/v3/VwcElevation/package.json +2 -2
  106. package/v3/VwcEmptyState/index.d.ts +4 -4
  107. package/v3/VwcEmptyState/index.js +1 -1
  108. package/v3/VwcEmptyState/package.json +2 -2
  109. package/v3/VwcFab/package.json +2 -2
  110. package/v3/VwcFeedbackMessage/package.json +2 -2
  111. package/v3/VwcFilePicker/package.json +2 -2
  112. package/v3/VwcHeader/package.json +2 -2
  113. package/v3/VwcHostSemanticsBehavior/package.json +2 -2
  114. package/v3/VwcIcon/package.json +2 -2
  115. package/v3/VwcImagePlaceholder/index.d.ts +28 -0
  116. package/v3/VwcImagePlaceholder/index.js +116 -0
  117. package/v3/VwcImagePlaceholder/package.json +11 -0
  118. package/v3/VwcInlineTimePicker/package.json +2 -2
  119. package/v3/VwcLayout/package.json +2 -2
  120. package/v3/VwcListbox/package.json +2 -2
  121. package/v3/VwcMenu/package.json +2 -2
  122. package/v3/VwcMenuItem/index.d.ts +2 -2
  123. package/v3/VwcMenuItem/index.js +1 -1
  124. package/v3/VwcMenuItem/package.json +2 -2
  125. package/v3/{VwcMenuBar → VwcMenubar}/index.d.ts +4 -4
  126. package/v3/{VwcMenuBar → VwcMenubar}/index.js +4 -6
  127. package/v3/{VwcMenuBar → VwcMenubar}/package.json +3 -3
  128. package/v3/VwcNav/package.json +2 -2
  129. package/v3/VwcNavDisclosure/package.json +2 -2
  130. package/v3/VwcNavItem/package.json +2 -2
  131. package/v3/VwcNote/package.json +2 -2
  132. package/v3/VwcNumberField/package.json +2 -2
  133. package/v3/VwcOption/index.d.ts +6 -8
  134. package/v3/VwcOption/index.js +24 -48
  135. package/v3/VwcOption/package.json +2 -2
  136. package/v3/VwcOptionTag/package.json +2 -2
  137. package/v3/VwcPagination/package.json +2 -2
  138. package/v3/VwcPickerField/package.json +2 -2
  139. package/v3/VwcPopup/package.json +2 -2
  140. package/v3/VwcProgress/package.json +2 -2
  141. package/v3/VwcProgressRing/package.json +2 -2
  142. package/v3/VwcProseMirrorFacade/index.js +14 -1
  143. package/v3/VwcProseMirrorFacade/package.json +2 -2
  144. package/v3/VwcRadio/package.json +2 -2
  145. package/v3/VwcRadioGroup/package.json +2 -2
  146. package/v3/VwcRangeSlider/package.json +2 -2
  147. package/v3/VwcRichTextEditor/package.json +2 -2
  148. package/v3/VwcSearchableSelect/package.json +2 -2
  149. package/v3/VwcSelect/index.d.ts +22 -22
  150. package/v3/VwcSelect/index.js +1 -1
  151. package/v3/VwcSelect/package.json +2 -2
  152. package/v3/VwcSelectableBox/package.json +2 -2
  153. package/v3/VwcSideDrawer/package.json +2 -2
  154. package/v3/VwcSlider/index.d.ts +17 -17
  155. package/v3/VwcSlider/index.js +1 -1
  156. package/v3/VwcSlider/package.json +2 -2
  157. package/v3/VwcSplitButton/package.json +2 -2
  158. package/v3/VwcSwitch/index.d.ts +10 -10
  159. package/v3/VwcSwitch/index.js +1 -1
  160. package/v3/VwcSwitch/package.json +2 -2
  161. package/v3/VwcTab/package.json +2 -2
  162. package/v3/VwcTabPanel/package.json +2 -2
  163. package/v3/VwcTabs/package.json +2 -2
  164. package/v3/VwcTag/package.json +2 -2
  165. package/v3/VwcTagGroup/package.json +2 -2
  166. package/v3/VwcTextArea/package.json +2 -2
  167. package/v3/VwcTextField/index.d.ts +21 -21
  168. package/v3/VwcTextField/index.js +1 -1
  169. package/v3/VwcTextField/package.json +2 -2
  170. package/v3/VwcTimePicker/package.json +2 -2
  171. package/v3/VwcToggletip/index.d.ts +2 -2
  172. package/v3/VwcToggletip/index.js +1 -1
  173. package/v3/VwcToggletip/package.json +2 -2
  174. package/v3/VwcTooltip/index.d.ts +2 -2
  175. package/v3/VwcTooltip/index.js +5 -1
  176. package/v3/VwcTooltip/package.json +2 -2
  177. package/v3/VwcTreeItem/package.json +2 -2
  178. package/v3/VwcTreeView/package.json +2 -2
  179. package/v3/VwcVideoPlayer/package.json +2 -2
  180. package/v3/VwcVisuallyHidden/package.json +2 -2
  181. package/v3/VwcVividElement/package.json +2 -2
  182. package/v3/VwcVividFoundationButton/package.json +2 -2
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-option-tag",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-pagination",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-picker-field",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-popup",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress-ring",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -44,6 +44,15 @@ Code in this file were generated using following JSON:
44
44
  "name": "#handleChangeEvent",
45
45
  "privacy": "private"
46
46
  },
47
+ {
48
+ "kind": "field",
49
+ "name": "#vwcPrefix",
50
+ "privacy": "private",
51
+ "type": {
52
+ "text": "string"
53
+ },
54
+ "default": "'vwc'"
55
+ },
47
56
  {
48
57
  "kind": "method",
49
58
  "name": "init",
@@ -53,6 +62,10 @@ Code in this file were generated using following JSON:
53
62
  "type": {
54
63
  "text": "HTMLElement"
55
64
  }
65
+ },
66
+ {
67
+ "name": "vwcPrefix",
68
+ "default": "'vwc'"
56
69
  }
57
70
  ]
58
71
  },
@@ -204,7 +217,7 @@ Code in this file were generated using following JSON:
204
217
  },
205
218
  "parameters": [
206
219
  {
207
- "name": "{\n\t\tfile,\n\t\tposition,\n\t\talt,\n\t}",
220
+ "name": "{\n\t\tfile,\n\t\tposition,\n\t\talt,\n\t\terror,\n\t}",
208
221
  "type": {
209
222
  "text": "RichTextEditorInlineImageProps"
210
223
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-prose-mirror-facade",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio-group",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-range-slider",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-rich-text-editor",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-searchable-select",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,17 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcSelect
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/select
4
+ * @param {boolean | undefined} disabled **attribute** `disabled`
5
+ * @param {string | undefined} errorText **attribute** `error-text`
6
+ * @param {string | undefined} helperText **attribute** `helper-text`
7
+ * @param {string | undefined} icon **attribute** `icon`
8
+ * @param {boolean | undefined} iconTrailing **attribute** `icon-trailing`
9
+ * @param {string | undefined} initialValue **attribute** `value`
10
+ * @param {string | undefined} label **attribute** `label`
11
+ * @param {string | undefined} name **attribute** `name`
12
+ * @param {boolean | undefined} required **attribute** `required`
13
+ * @param {string | undefined} successText **attribute** `success-text`
14
+ * @param {string | undefined} value **attribute** `current-value`
4
15
  * @param {boolean} multiple - Indicates if the listbox is in multi-selection mode. **attribute** `multiple`
5
16
  * @param {boolean} open - The open attribute. **attribute** `open`
6
17
  * @param {SelectSize | undefined} scale - The size the select should have. **attribute** `scale`
@@ -31,17 +42,6 @@ only when the `value` property has not been explicitly set. **attribute** `value
31
42
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
32
43
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
33
44
  * @param {string} componentName - Core component name, without prefix
34
- * @param {boolean | undefined} disabled **attribute** `disabled`
35
- * @param {string | undefined} errorText **attribute** `error-text`
36
- * @param {string | undefined} helperText **attribute** `helper-text`
37
- * @param {string | undefined} icon **attribute** `icon`
38
- * @param {boolean | undefined} iconTrailing **attribute** `icon-trailing`
39
- * @param {string | undefined} initialValue **attribute** `value`
40
- * @param {string | undefined} label **attribute** `label`
41
- * @param {string | undefined} name **attribute** `name`
42
- * @param {boolean | undefined} required **attribute** `required`
43
- * @param {string | undefined} successText **attribute** `success-text`
44
- * @param {string | undefined} value **attribute** `current-value`
45
45
  */
46
46
  declare const VwcSelect: {
47
47
  (props: {
@@ -52,6 +52,17 @@ declare const VwcSelect: {
52
52
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
53
53
  onInput?: ((event: SyntheticEvent) => void) | undefined;
54
54
  onChange?: ((event: SyntheticEvent) => void) | undefined;
55
+ disabled?: any;
56
+ errorText?: string | undefined;
57
+ helperText?: string | undefined;
58
+ icon?: string | undefined;
59
+ iconTrailing?: any;
60
+ initialValue?: string | undefined;
61
+ label?: string | undefined;
62
+ name?: string | undefined;
63
+ required?: any;
64
+ successText?: string | undefined;
65
+ value?: string | undefined;
55
66
  multiple?: boolean | undefined;
56
67
  open?: boolean | undefined;
57
68
  scale?: any;
@@ -59,20 +70,9 @@ declare const VwcSelect: {
59
70
  shape?: any;
60
71
  fixedDropdown?: boolean | undefined;
61
72
  placeholder?: string | undefined;
62
- helperText?: string | undefined;
63
- errorText?: string | undefined;
64
73
  validate?: any;
65
- successText?: string | undefined;
66
- label?: string | undefined;
67
74
  _vividAriaBehaviour?: any;
68
- iconTrailing?: boolean | undefined;
69
- icon?: string | undefined;
70
- value?: string | undefined;
71
75
  currentValue?: any;
72
- initialValue?: string | undefined;
73
- disabled?: boolean | undefined;
74
- name?: string | undefined;
75
- required?: boolean | undefined;
76
76
  options?: any[] | undefined;
77
77
  selectedIndex?: number | undefined;
78
78
  selectedOptions?: any[] | undefined;
@@ -878,7 +878,7 @@ registerSelect('vvd3')
878
878
  const VwcSelect = wrapper(`vvd3-select`, {
879
879
  events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"}],
880
880
  attributes: [],
881
- properties: ['multiple', 'open', 'scale', 'appearance', 'shape', 'fixedDropdown', 'placeholder', 'helperText', 'errorText', 'validate', 'successText', 'label', '_vividAriaBehaviour', 'iconTrailing', 'icon', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'options', 'selectedIndex', 'selectedOptions', 'slottedOptionFilter', 'VIVID_VERSION', 'componentName', 'disabled', 'errorText', 'helperText', 'icon', 'iconTrailing', 'initialValue', 'label', 'name', 'required', 'successText', 'value']
881
+ properties: ['disabled', 'errorText', 'helperText', 'icon', 'iconTrailing', 'initialValue', 'label', 'name', 'required', 'successText', 'value', 'multiple', 'open', 'scale', 'appearance', 'shape', 'fixedDropdown', 'placeholder', 'helperText', 'errorText', 'validate', 'successText', 'label', '_vividAriaBehaviour', 'iconTrailing', 'icon', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'options', 'selectedIndex', 'selectedOptions', 'slottedOptionFilter', 'VIVID_VERSION', 'componentName']
882
882
  })
883
883
 
884
884
  VwcSelect.displayName = 'VwcSelect'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-select",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-selectable-box",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-side-drawer",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,15 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcSlider
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/slider
4
+ * @param {number} min **attribute** `min`
5
+ * @param {number} max **attribute** `max`
6
+ * @param {number} step **attribute** `step`
7
+ * @param {string} orientation **attribute** `orientation`
8
+ * @param {boolean} markers **attribute** `markers`
9
+ * @param {string} connotation **attribute** `connotation`
10
+ * @param {boolean} pin **attribute** `pin`
11
+ * @param {boolean} disabled **attribute** `disabled`
12
+ * @param {string} value **attribute** `current-value`
4
13
  * @param {boolean} readOnly - When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information. **attribute** `readonly`
5
14
  * @param {number} valueAsNumber - The value property, typed as a number.
6
15
  * @param {(value: string) => string} valueTextFormatter - Custom function that generates a string for the component's "aria-valuetext" attribute based on the current value.
@@ -23,15 +32,6 @@ only when the `value` property has not been explicitly set. **attribute** `value
23
32
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
24
33
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
25
34
  * @param {string} componentName - Core component name, without prefix
26
- * @param {number} min **attribute** `min`
27
- * @param {number} max **attribute** `max`
28
- * @param {number} step **attribute** `step`
29
- * @param {string} orientation **attribute** `orientation`
30
- * @param {boolean} markers **attribute** `markers`
31
- * @param {string} connotation **attribute** `connotation`
32
- * @param {boolean} pin **attribute** `pin`
33
- * @param {boolean} disabled **attribute** `disabled`
34
- * @param {string} value **attribute** `current-value`
35
35
  */
36
36
  declare const VwcSlider: {
37
37
  (props: {
@@ -41,22 +41,22 @@ declare const VwcSlider: {
41
41
  style?: React.CSSProperties | undefined;
42
42
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
43
43
  onChange?: ((event: SyntheticEvent) => void) | undefined;
44
- readOnly?: boolean | undefined;
45
- valueAsNumber?: number | undefined;
46
- valueTextFormatter?: any;
47
44
  min?: number | undefined;
48
45
  max?: number | undefined;
49
46
  step?: number | undefined;
50
- orientation?: any;
51
- mode?: any;
47
+ orientation?: string | undefined;
52
48
  markers?: boolean | undefined;
49
+ connotation?: string | undefined;
53
50
  pin?: boolean | undefined;
54
- connotation?: any;
55
- _vividAriaBehaviour?: any;
51
+ disabled?: boolean | undefined;
56
52
  value?: string | undefined;
53
+ readOnly?: boolean | undefined;
54
+ valueAsNumber?: number | undefined;
55
+ valueTextFormatter?: any;
56
+ mode?: any;
57
+ _vividAriaBehaviour?: any;
57
58
  currentValue?: any;
58
59
  initialValue?: string | undefined;
59
- disabled?: boolean | undefined;
60
60
  name?: string | undefined;
61
61
  required?: boolean | undefined;
62
62
  VIVID_VERSION?: string | undefined;
@@ -705,7 +705,7 @@ registerSlider('vvd3')
705
705
  const VwcSlider = wrapper(`vvd3-slider`, {
706
706
  events: [{"name":"change","propName":"onChange"}],
707
707
  attributes: [],
708
- properties: ['readOnly', 'valueAsNumber', 'valueTextFormatter', 'min', 'max', 'step', 'orientation', 'mode', 'markers', 'pin', 'connotation', '_vividAriaBehaviour', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', 'min', 'max', 'step', 'orientation', 'markers', 'connotation', 'pin', 'disabled', 'value']
708
+ properties: ['min', 'max', 'step', 'orientation', 'markers', 'connotation', 'pin', 'disabled', 'value', 'readOnly', 'valueAsNumber', 'valueTextFormatter', 'min', 'max', 'step', 'orientation', 'mode', 'markers', 'pin', 'connotation', '_vividAriaBehaviour', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
709
709
  })
710
710
 
711
711
  VwcSlider.displayName = 'VwcSlider'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-slider",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-split-button",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,6 +1,11 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcSwitch
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
4
+ * @param {boolean} checked **attribute** `current-checked`
5
+ * @param {boolean} readonly
6
+ * @param {boolean} disabled **attribute** `disabled`
7
+ * @param {string | undefined} value **attribute** `current-value`
8
+ * @param {string | undefined} name **attribute** `name`
4
9
  * @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
5
10
  * @param {SwitchConnotation | undefined} connotation - Indicates the switch's connotation. **attribute** `connotation`
6
11
  * @param {boolean} readOnly - When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information. **attribute** `readonly`
@@ -20,11 +25,6 @@ only when the `value` property has not been explicitly set. **attribute** `value
20
25
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
21
26
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
22
27
  * @param {string} componentName - Core component name, without prefix
23
- * @param {boolean} checked **attribute** `current-checked`
24
- * @param {boolean} readonly
25
- * @param {boolean} disabled **attribute** `disabled`
26
- * @param {string | undefined} value **attribute** `current-value`
27
- * @param {string | undefined} name **attribute** `name`
28
28
  */
29
29
  declare const VwcSwitch: {
30
30
  (props: {
@@ -35,23 +35,23 @@ declare const VwcSwitch: {
35
35
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
36
36
  onChange?: ((event: SyntheticEvent) => void) | undefined;
37
37
  onClick?: ((event: SyntheticEvent) => void) | undefined;
38
+ checked?: boolean | undefined;
39
+ readonly?: boolean | undefined;
40
+ disabled?: boolean | undefined;
41
+ value?: string | undefined;
42
+ name?: string | undefined;
38
43
  label?: string | undefined;
39
44
  connotation?: any;
40
45
  readOnly?: boolean | undefined;
41
- checked?: boolean | undefined;
42
46
  _vividAriaBehaviour?: any;
43
47
  defaultChecked?: boolean | undefined;
44
48
  checkedAttribute?: any;
45
49
  currentChecked?: any;
46
- value?: string | undefined;
47
50
  currentValue?: any;
48
51
  initialValue?: string | undefined;
49
- disabled?: boolean | undefined;
50
- name?: string | undefined;
51
52
  required?: boolean | undefined;
52
53
  VIVID_VERSION?: string | undefined;
53
54
  componentName?: string | undefined;
54
- readonly?: boolean | undefined;
55
55
  }): JSX.Element;
56
56
  displayName: string;
57
57
  };
@@ -563,7 +563,7 @@ registerSwitch('vvd3')
563
563
  const VwcSwitch = wrapper(`vvd3-switch`, {
564
564
  events: [{"name":"change","propName":"onChange"},{"name":"click","propName":"onClick"}],
565
565
  attributes: [],
566
- properties: ['label', 'connotation', 'readOnly', 'checked', '_vividAriaBehaviour', 'defaultChecked', 'checkedAttribute', 'currentChecked', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', 'checked', 'readonly', 'disabled', 'value', 'name']
566
+ properties: ['checked', 'readonly', 'disabled', 'value', 'name', 'label', 'connotation', 'readOnly', 'checked', '_vividAriaBehaviour', 'defaultChecked', 'checkedAttribute', 'currentChecked', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
567
567
  })
568
568
 
569
569
  VwcSwitch.displayName = 'VwcSwitch'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-group",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-area",
3
- "version": "4.28.0",
3
+ "version": "4.29.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": "4.28.0"
9
+ "@vonage/vivid": "4.29.0"
10
10
  }
11
11
  }