@vonage/vivid-react 2.10.98 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) 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 +5 -38
  62. package/package.json +2 -2
  63. package/types/index.d.ts +43 -3
  64. package/v3/VwcAccordion/index.js +9 -0
  65. package/v3/VwcAccordion/package.json +2 -2
  66. package/v3/VwcAccordionItem/index.d.ts +2 -1
  67. package/v3/VwcAccordionItem/index.js +14 -5
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.js +14 -0
  71. package/v3/VwcAlert/package.json +2 -2
  72. package/v3/VwcAppearanceUi/index.js +28 -0
  73. package/v3/VwcAppearanceUi/package.json +2 -2
  74. package/v3/VwcAudioPlayer/index.d.ts +18 -0
  75. package/v3/VwcAudioPlayer/index.js +167 -1
  76. package/v3/VwcAudioPlayer/package.json +2 -2
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/index.js +32 -0
  79. package/v3/VwcBadge/package.json +2 -2
  80. package/v3/VwcBanner/index.d.ts +2 -2
  81. package/v3/VwcBanner/index.js +2 -2
  82. package/v3/VwcBanner/package.json +2 -2
  83. package/v3/VwcBreadcrumb/package.json +2 -2
  84. package/v3/VwcBreadcrumbItem/package.json +2 -2
  85. package/v3/VwcButton/index.js +52 -0
  86. package/v3/VwcButton/package.json +2 -2
  87. package/v3/VwcCalendar/package.json +2 -2
  88. package/v3/VwcCalendarEvent/package.json +2 -2
  89. package/v3/VwcCard/package.json +2 -2
  90. package/v3/VwcCheckbox/index.d.ts +1 -1
  91. package/v3/VwcCheckbox/index.js +12 -2
  92. package/v3/VwcCheckbox/package.json +2 -2
  93. package/v3/VwcCombobox/index.d.ts +4 -0
  94. package/v3/VwcCombobox/index.js +47 -16
  95. package/v3/VwcCombobox/package.json +2 -2
  96. package/v3/VwcDataGrid/index.js +3 -0
  97. package/v3/VwcDataGrid/package.json +2 -2
  98. package/v3/VwcDataGridCell/index.d.ts +1 -0
  99. package/v3/VwcDataGridCell/index.js +14 -1
  100. package/v3/VwcDataGridCell/package.json +2 -2
  101. package/v3/VwcDataGridRow/index.d.ts +1 -0
  102. package/v3/VwcDataGridRow/index.js +11 -1
  103. package/v3/VwcDataGridRow/package.json +2 -2
  104. package/v3/VwcDatePicker/index.d.ts +2 -2
  105. package/v3/VwcDatePicker/index.js +27 -10
  106. package/v3/VwcDatePicker/package.json +2 -2
  107. package/v3/VwcDatePickerBase/index.js +4 -1
  108. package/v3/VwcDatePickerBase/package.json +2 -2
  109. package/v3/VwcDateRangePicker/index.d.ts +2 -1
  110. package/v3/VwcDateRangePicker/index.js +27 -4
  111. package/v3/VwcDateRangePicker/package.json +2 -2
  112. package/v3/VwcDialPad/index.d.ts +27 -0
  113. package/v3/VwcDialPad/index.js +97 -3
  114. package/v3/VwcDialPad/package.json +2 -2
  115. package/v3/VwcDialog/index.js +4 -1
  116. package/v3/VwcDialog/package.json +2 -2
  117. package/v3/VwcDivider/package.json +2 -2
  118. package/v3/VwcElevation/package.json +2 -2
  119. package/v3/VwcEmptyState/package.json +2 -2
  120. package/v3/VwcFab/index.js +24 -0
  121. package/v3/VwcFab/package.json +2 -2
  122. package/v3/VwcFilePicker/index.js +15 -0
  123. package/v3/VwcFilePicker/package.json +2 -2
  124. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  125. package/v3/VwcFormAssociatedNumberField/index.d.ts +17 -0
  126. package/v3/VwcFormAssociatedNumberField/index.js +41 -0
  127. package/v3/VwcFormAssociatedNumberField/package.json +11 -0
  128. package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
  129. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  130. package/v3/VwcHeader/package.json +2 -2
  131. package/v3/VwcIcon/index.d.ts +12 -1
  132. package/v3/VwcIcon/index.js +2 -3
  133. package/v3/VwcIcon/package.json +2 -2
  134. package/v3/VwcLayout/package.json +2 -2
  135. package/v3/VwcListbox/package.json +2 -2
  136. package/v3/VwcMenu/index.d.ts +7 -2
  137. package/v3/VwcMenu/index.js +41 -35
  138. package/v3/VwcMenu/package.json +2 -2
  139. package/v3/VwcMenuItem/index.d.ts +1 -0
  140. package/v3/VwcMenuItem/index.js +17 -1
  141. package/v3/VwcMenuItem/package.json +2 -2
  142. package/v3/VwcNav/package.json +2 -2
  143. package/v3/VwcNavDisclosure/index.d.ts +4 -0
  144. package/v3/VwcNavDisclosure/index.js +90 -1
  145. package/v3/VwcNavDisclosure/package.json +2 -2
  146. package/v3/VwcNavItem/index.js +52 -0
  147. package/v3/VwcNavItem/package.json +2 -2
  148. package/v3/VwcNote/index.js +12 -0
  149. package/v3/VwcNote/package.json +2 -2
  150. package/v3/VwcNumberField/index.d.ts +25 -1
  151. package/v3/VwcNumberField/index.js +286 -23
  152. package/v3/VwcNumberField/package.json +2 -2
  153. package/v3/VwcOption/package.json +2 -2
  154. package/v3/VwcPagination/index.js +3 -0
  155. package/v3/VwcPagination/package.json +2 -2
  156. package/v3/VwcProgress/package.json +2 -2
  157. package/v3/VwcProgressRing/index.js +7 -7
  158. package/v3/VwcProgressRing/package.json +2 -2
  159. package/v3/VwcRadio/index.js +9 -0
  160. package/v3/VwcRadio/package.json +2 -2
  161. package/v3/VwcRadioGroup/index.js +9 -0
  162. package/v3/VwcRadioGroup/package.json +2 -2
  163. package/v3/VwcRangeSlider/index.d.ts +2 -1
  164. package/v3/VwcRangeSlider/index.js +24 -7
  165. package/v3/VwcRangeSlider/package.json +2 -2
  166. package/v3/VwcSelect/index.d.ts +1 -0
  167. package/v3/VwcSelect/index.js +48 -2
  168. package/v3/VwcSelect/package.json +2 -2
  169. package/v3/VwcSelectableBox/index.js +3 -0
  170. package/v3/VwcSelectableBox/package.json +2 -2
  171. package/v3/VwcSideDrawer/index.js +6 -0
  172. package/v3/VwcSideDrawer/package.json +2 -2
  173. package/v3/VwcSlider/index.d.ts +4 -1
  174. package/v3/VwcSlider/index.js +21 -3
  175. package/v3/VwcSlider/package.json +2 -2
  176. package/v3/VwcSplitButton/index.js +38 -0
  177. package/v3/VwcSplitButton/package.json +2 -2
  178. package/v3/VwcSwitch/index.d.ts +1 -1
  179. package/v3/VwcSwitch/index.js +10 -1
  180. package/v3/VwcSwitch/package.json +2 -2
  181. package/v3/VwcTab/index.d.ts +2 -2
  182. package/v3/VwcTab/index.js +10 -10
  183. package/v3/VwcTab/package.json +2 -2
  184. package/v3/VwcTabPanel/package.json +2 -2
  185. package/v3/VwcTabs/index.js +12 -3
  186. package/v3/VwcTabs/package.json +2 -2
  187. package/v3/VwcTag/index.d.ts +3 -1
  188. package/v3/VwcTag/index.js +17 -1
  189. package/v3/VwcTag/package.json +2 -2
  190. package/v3/VwcTagGroup/package.json +2 -2
  191. package/v3/VwcTextAnchor/package.json +2 -2
  192. package/v3/VwcTextArea/index.d.ts +1 -0
  193. package/v3/VwcTextArea/index.js +11 -2
  194. package/v3/VwcTextArea/package.json +2 -2
  195. package/v3/VwcTextField/index.d.ts +1 -0
  196. package/v3/VwcTextField/index.js +35 -2
  197. package/v3/VwcTextField/package.json +2 -2
  198. package/v3/VwcTimePicker/index.d.ts +1 -0
  199. package/v3/VwcTimePicker/index.js +12 -2
  200. package/v3/VwcTimePicker/package.json +2 -2
  201. package/v3/VwcToggletip/package.json +2 -2
  202. package/v3/VwcTooltip/package.json +2 -2
  203. package/v3/VwcTreeItem/index.d.ts +3 -1
  204. package/v3/VwcTreeItem/index.js +21 -1
  205. package/v3/VwcTreeItem/package.json +2 -2
  206. package/v3/VwcTreeView/package.json +2 -2
  207. package/v3/VwcVideoPlayer/index.js +9 -0
  208. package/v3/VwcVideoPlayer/package.json +2 -2
@@ -50,47 +50,85 @@ Code in this file were generated using following JSON:
50
50
  "members": [
51
51
  {
52
52
  "kind": "field",
53
- "name": "incrementButtonAriaLabel",
53
+ "name": "readOnly",
54
54
  "type": {
55
- "text": "| string\n\t\t| null"
55
+ "text": "boolean"
56
56
  },
57
- "default": "null"
57
+ "default": "false",
58
+ "description": "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.",
59
+ "privacy": "public"
58
60
  },
59
61
  {
60
62
  "kind": "field",
61
- "name": "decrementButtonAriaLabel",
63
+ "name": "autofocus",
62
64
  "type": {
63
- "text": "| string\n\t\t| null"
65
+ "text": "boolean"
64
66
  },
65
- "default": "null"
67
+ "default": "false",
68
+ "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
69
+ "privacy": "public"
66
70
  },
67
71
  {
68
72
  "kind": "field",
69
- "name": "appearance",
73
+ "name": "placeholder",
70
74
  "type": {
71
- "text": "NumberFieldAppearance | undefined"
72
- }
75
+ "text": "string"
76
+ },
77
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
78
+ "privacy": "public"
73
79
  },
74
80
  {
75
81
  "kind": "field",
76
- "name": "shape",
82
+ "name": "list",
77
83
  "type": {
78
- "text": "NumberFieldShape | undefined"
79
- }
84
+ "text": "string"
85
+ },
86
+ "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
87
+ "privacy": "public"
80
88
  },
81
89
  {
82
90
  "kind": "field",
83
- "name": "autoComplete",
91
+ "name": "maxlength",
84
92
  "type": {
85
- "text": "string | undefined"
86
- }
93
+ "text": "number"
94
+ },
95
+ "description": "The maximum number of characters a user can enter.",
96
+ "privacy": "public"
97
+ },
98
+ {
99
+ "kind": "field",
100
+ "name": "minlength",
101
+ "type": {
102
+ "text": "number"
103
+ },
104
+ "description": "The minimum number of characters a user can enter.",
105
+ "privacy": "public"
106
+ },
107
+ {
108
+ "kind": "field",
109
+ "name": "size",
110
+ "type": {
111
+ "text": "number"
112
+ },
113
+ "description": "Sets the width of the element to a specified number of characters.",
114
+ "privacy": "public"
115
+ },
116
+ {
117
+ "kind": "field",
118
+ "name": "step",
119
+ "type": {
120
+ "text": "number"
121
+ },
122
+ "default": "1",
123
+ "description": "Amount to increment or decrement the value by",
124
+ "privacy": "public"
87
125
  },
88
126
  {
89
127
  "kind": "method",
90
128
  "name": "stepChanged",
91
129
  "parameters": [
92
130
  {
93
- "name": "_previous",
131
+ "name": "_",
94
132
  "type": {
95
133
  "text": "number"
96
134
  }
@@ -103,21 +141,246 @@ Code in this file were generated using following JSON:
103
141
  }
104
142
  ]
105
143
  },
144
+ {
145
+ "kind": "field",
146
+ "name": "max",
147
+ "type": {
148
+ "text": "number"
149
+ },
150
+ "description": "The maximum the value can be",
151
+ "privacy": "public"
152
+ },
153
+ {
154
+ "kind": "field",
155
+ "name": "min",
156
+ "type": {
157
+ "text": "number"
158
+ },
159
+ "description": "The minimum the value can be",
160
+ "privacy": "public"
161
+ },
162
+ {
163
+ "kind": "field",
164
+ "name": "valueAsNumber",
165
+ "type": {
166
+ "text": "number"
167
+ },
168
+ "description": "The value property, typed as a number.",
169
+ "privacy": "public"
170
+ },
106
171
  {
107
172
  "kind": "method",
108
- "name": "stepUp"
173
+ "name": "#valueToPresentationValue",
174
+ "return": {
175
+ "type": {
176
+ "text": "string"
177
+ }
178
+ },
179
+ "parameters": [
180
+ {
181
+ "name": "value",
182
+ "type": {
183
+ "text": "string"
184
+ }
185
+ }
186
+ ]
109
187
  },
110
188
  {
111
189
  "kind": "method",
112
- "name": "stepDown",
190
+ "name": "#inputToPresentationValue",
113
191
  "return": {
114
192
  "type": {
115
- "text": "void"
193
+ "text": "string"
116
194
  }
195
+ },
196
+ "parameters": [
197
+ {
198
+ "name": "input",
199
+ "type": {
200
+ "text": "string"
201
+ }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "kind": "method",
207
+ "name": "#presentationValueToValue",
208
+ "return": {
209
+ "type": {
210
+ "text": "string"
211
+ }
212
+ },
213
+ "parameters": [
214
+ {
215
+ "name": "presentationValue",
216
+ "type": {
217
+ "text": "string"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ {
223
+ "kind": "method",
224
+ "name": "validate",
225
+ "description": "{@inheritDoc (FormAssociated:interface).validate}"
226
+ },
227
+ {
228
+ "kind": "method",
229
+ "name": "stepUp",
230
+ "description": "Increments the value using the step value",
231
+ "privacy": "public"
232
+ },
233
+ {
234
+ "kind": "method",
235
+ "name": "stepDown",
236
+ "description": "Decrements the value using the step value",
237
+ "privacy": "public"
238
+ },
239
+ {
240
+ "kind": "method",
241
+ "name": "select",
242
+ "description": "Selects all the text in the number field",
243
+ "privacy": "public"
244
+ },
245
+ {
246
+ "kind": "field",
247
+ "name": "incrementButtonAriaLabel",
248
+ "type": {
249
+ "text": "| string\n\t\t| null"
250
+ },
251
+ "default": "null"
252
+ },
253
+ {
254
+ "kind": "field",
255
+ "name": "decrementButtonAriaLabel",
256
+ "type": {
257
+ "text": "| string\n\t\t| null"
258
+ },
259
+ "default": "null"
260
+ },
261
+ {
262
+ "kind": "field",
263
+ "name": "appearance",
264
+ "type": {
265
+ "text": "NumberFieldAppearance | undefined"
117
266
  }
267
+ },
268
+ {
269
+ "kind": "field",
270
+ "name": "shape",
271
+ "type": {
272
+ "text": "NumberFieldShape | undefined"
273
+ }
274
+ },
275
+ {
276
+ "kind": "field",
277
+ "name": "autoComplete",
278
+ "type": {
279
+ "text": "string | undefined"
280
+ }
281
+ },
282
+ {
283
+ "kind": "field",
284
+ "name": "proxy",
285
+ "inheritedFrom": {
286
+ "name": "FormAssociatedNumberField",
287
+ "module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
288
+ }
289
+ }
290
+ ],
291
+ "events": [
292
+ {
293
+ "type": {
294
+ "text": "CustomEvent<undefined>"
295
+ },
296
+ "description": "Fires a custom 'input' event when the value has changed",
297
+ "name": "input"
298
+ },
299
+ {
300
+ "type": {
301
+ "text": "CustomEvent<undefined>"
302
+ },
303
+ "description": "Fires a custom 'change' event when the value has changed",
304
+ "name": "change"
118
305
  }
119
306
  ],
120
307
  "attributes": [
308
+ {
309
+ "name": "readonly",
310
+ "type": {
311
+ "text": "boolean"
312
+ },
313
+ "default": "false",
314
+ "description": "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.",
315
+ "fieldName": "readOnly"
316
+ },
317
+ {
318
+ "type": {
319
+ "text": "boolean"
320
+ },
321
+ "default": "false",
322
+ "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
323
+ "fieldName": "autofocus"
324
+ },
325
+ {
326
+ "name": "placeholder",
327
+ "type": {
328
+ "text": "string"
329
+ },
330
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
331
+ "fieldName": "placeholder"
332
+ },
333
+ {
334
+ "name": "list",
335
+ "type": {
336
+ "text": "string"
337
+ },
338
+ "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
339
+ "fieldName": "list"
340
+ },
341
+ {
342
+ "type": {
343
+ "text": "number"
344
+ },
345
+ "description": "The maximum number of characters a user can enter.",
346
+ "fieldName": "maxlength"
347
+ },
348
+ {
349
+ "type": {
350
+ "text": "number"
351
+ },
352
+ "description": "The minimum number of characters a user can enter.",
353
+ "fieldName": "minlength"
354
+ },
355
+ {
356
+ "type": {
357
+ "text": "number"
358
+ },
359
+ "description": "Sets the width of the element to a specified number of characters.",
360
+ "fieldName": "size"
361
+ },
362
+ {
363
+ "type": {
364
+ "text": "number"
365
+ },
366
+ "default": "1",
367
+ "description": "Amount to increment or decrement the value by",
368
+ "fieldName": "step"
369
+ },
370
+ {
371
+ "type": {
372
+ "text": "number"
373
+ },
374
+ "description": "The maximum the value can be",
375
+ "fieldName": "max"
376
+ },
377
+ {
378
+ "type": {
379
+ "text": "number"
380
+ },
381
+ "description": "The minimum the value can be",
382
+ "fieldName": "min"
383
+ },
121
384
  {
122
385
  "name": "increment-button-aria-label",
123
386
  "type": {
@@ -157,8 +420,8 @@ Code in this file were generated using following JSON:
157
420
  }
158
421
  ],
159
422
  "superclass": {
160
- "name": "FastNumberField",
161
- "package": "@microsoft/fast-foundation"
423
+ "name": "FormAssociatedNumberField",
424
+ "module": "/libs/components/src/lib/number-field/number-field.form-associated"
162
425
  },
163
426
  "vividComponent": {
164
427
  "public": true,
@@ -166,7 +429,7 @@ Code in this file were generated using following JSON:
166
429
  "vueModels": [
167
430
  {
168
431
  "name": "modelValue",
169
- "attributeName": "current-value",
432
+ "attributeName": "value",
170
433
  "eventName": "input",
171
434
  "valueMapping": "(event.target as HTMLInputElement).value"
172
435
  }
@@ -182,7 +445,7 @@ registerNumberField('vvd3')
182
445
  const VwcNumberField = wrapper(`vvd3-number-field`, {
183
446
  events: [{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
184
447
  attributes: [],
185
- properties: ['incrementButtonAriaLabel', 'decrementButtonAriaLabel', 'appearance', 'shape', 'autoComplete']
448
+ properties: ['readOnly', 'autofocus', 'placeholder', 'list', 'maxlength', 'minlength', 'size', 'step', 'max', 'min', 'valueAsNumber', 'incrementButtonAriaLabel', 'decrementButtonAriaLabel', 'appearance', 'shape', 'autoComplete', 'proxy']
186
449
  })
187
450
 
188
451
  VwcNumberField.displayName = 'VwcNumberField'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-number-field",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -133,6 +133,9 @@ Code in this file were generated using following JSON:
133
133
  ],
134
134
  "events": [
135
135
  {
136
+ "type": {
137
+ "text": "CustomEvent<{selectedIndex: number, total: number, oldIndex: number}>"
138
+ },
136
139
  "description": "Fires when the page changes.",
137
140
  "name": "pagination-change"
138
141
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-pagination",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -9,19 +9,19 @@ Code in this file were generated using following JSON:
9
9
  "name": "ProgressRing",
10
10
  "cssProperties": [
11
11
  {
12
- "name": "--vvd-progress-ring-cta-primary",
13
- "default": "var(--vvd-color-cta-500)"
12
+ "name": "--vvd-progress-ring-cta-firm",
13
+ "default": "var(--vvd-color-cta-600)"
14
14
  },
15
15
  {
16
- "name": "--vvd-progress-ring-alert-primary",
17
- "default": "var(--vvd-color-alert-500)"
16
+ "name": "--vvd-progress-ring-alert-firm",
17
+ "default": "var(--vvd-color-alert-600)"
18
18
  },
19
19
  {
20
- "name": "--vvd-progress-ring-success-primary",
21
- "default": "var(--vvd-color-success-500)"
20
+ "name": "--vvd-progress-ring-success-firm",
21
+ "default": "var(--vvd-color-success-600)"
22
22
  },
23
23
  {
24
- "name": "--vvd-progress-ring-accent-primary",
24
+ "name": "--vvd-progress-ring-accent-firm",
25
25
  "default": "var(--vvd-color-canvas-text)"
26
26
  }
27
27
  ],
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress-ring",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -85,6 +85,15 @@ Code in this file were generated using following JSON:
85
85
  "privacy": "public"
86
86
  }
87
87
  ],
88
+ "events": [
89
+ {
90
+ "type": {
91
+ "text": "CustomEvent<undefined>"
92
+ },
93
+ "description": "Fires a custom 'change' event when the value changes",
94
+ "name": "change"
95
+ }
96
+ ],
88
97
  "attributes": [
89
98
  {
90
99
  "name": "aria-label",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -24,6 +24,15 @@ Code in this file were generated using following JSON:
24
24
  "privacy": "public"
25
25
  }
26
26
  ],
27
+ "events": [
28
+ {
29
+ "type": {
30
+ "text": "CustomEvent<undefined>"
31
+ },
32
+ "description": "Fires a custom 'change' event when the value changes",
33
+ "name": "change"
34
+ }
35
+ ],
27
36
  "attributes": [
28
37
  {
29
38
  "name": "label",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio-group",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -40,7 +40,8 @@ declare const VwcRangeSlider: {
40
40
  id?: string | undefined;
41
41
  style?: React.CSSProperties | undefined;
42
42
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
43
- onInput: start | null;
43
+ onInput?: start | null;
44
+ onChange?: ((event: SyntheticEvent) => void) | undefined;
44
45
  start?: string | undefined;
45
46
  initialStart?: any;
46
47
  currentStart?: string | undefined;
@@ -104,10 +104,7 @@ Code in this file were generated using following JSON:
104
104
  },
105
105
  {
106
106
  "name": "emitEvents",
107
- "default": "true",
108
- "type": {
109
- "text": "boolean"
110
- }
107
+ "default": "true"
111
108
  }
112
109
  ]
113
110
  },
@@ -338,12 +335,32 @@ Code in this file were generated using following JSON:
338
335
  ],
339
336
  "events": [
340
337
  {
338
+ "type": {
339
+ "text": "CustomEvent<undefined>"
340
+ },
341
341
  "description": "Event emitted when the start value changes",
342
342
  "name": "input:start"
343
343
  },
344
344
  {
345
+ "type": {
346
+ "text": "CustomEvent<undefined>"
347
+ },
345
348
  "description": "Event emitted when the end value changes",
346
349
  "name": "input:end"
350
+ },
351
+ {
352
+ "type": {
353
+ "text": "CustomEvent<undefined>"
354
+ },
355
+ "description": "Event emitted when either the start or end value changes.",
356
+ "name": "input"
357
+ },
358
+ {
359
+ "type": {
360
+ "text": "CustomEvent<undefined>"
361
+ },
362
+ "description": "Event emitted when either the start or end value changes.",
363
+ "name": "change"
347
364
  }
348
365
  ],
349
366
  "attributes": [
@@ -456,13 +473,13 @@ Code in this file were generated using following JSON:
456
473
  "vueModels": [
457
474
  {
458
475
  "name": "start",
459
- "attributeName": "current-start",
476
+ "attributeName": "start",
460
477
  "eventName": "input:start",
461
478
  "valueMapping": "(event.target as any).start"
462
479
  },
463
480
  {
464
481
  "name": "end",
465
- "attributeName": "current-end",
482
+ "attributeName": "end",
466
483
  "eventName": "input:end",
467
484
  "valueMapping": "(event.target as any).end"
468
485
  }
@@ -476,7 +493,7 @@ import { registerRangeSlider } from '@vonage/vivid'
476
493
  registerRangeSlider('vvd3')
477
494
 
478
495
  const VwcRangeSlider = wrapper(`vvd3-range-slider`, {
479
- events: [{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
496
+ events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"},{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
480
497
  attributes: [],
481
498
  properties: ['start', 'initialStart', 'currentStart', 'startAsNumber', 'end', 'initialEnd', 'currentEnd', 'endAsNumber', 'min', 'max', 'step', 'orientation', 'ariaStartLabel', 'ariaEndLabel', 'markers', 'connotation', 'valueTextFormatter', 'proxy']
482
499
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-range-slider",
3
- "version": "3.53.0",
3
+ "version": "4.1.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.53.0"
9
+ "@vonage/vivid": "4.1.0"
10
10
  }
11
11
  }
@@ -13,6 +13,7 @@ declare const VwcSelect: {
13
13
  id?: string | undefined;
14
14
  style?: React.CSSProperties | undefined;
15
15
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
16
+ onInput?: ((event: SyntheticEvent) => void) | undefined;
16
17
  onChange?: ((event: SyntheticEvent) => void) | undefined;
17
18
  appearance?: any;
18
19
  shape?: any;