@vonage/vivid-react 2.10.93 → 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.
- package/README.md +0 -3
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +5 -38
- package/package.json +2 -5
- package/types/index.d.ts +43 -3
- package/v3/VwcAccordion/index.js +9 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +2 -1
- package/v3/VwcAccordionItem/index.js +14 -5
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.js +14 -0
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.js +28 -0
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +18 -0
- package/v3/VwcAudioPlayer/index.js +167 -1
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +32 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -2
- package/v3/VwcBanner/index.js +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +2 -0
- package/v3/VwcButton/index.js +53 -1
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +1 -1
- package/v3/VwcCheckbox/index.js +12 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +4 -0
- package/v3/VwcCombobox/index.js +47 -16
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.js +3 -0
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -0
- package/v3/VwcDataGridCell/index.js +14 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -0
- package/v3/VwcDataGridRow/index.js +11 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +2 -2
- package/v3/VwcDatePicker/index.js +27 -10
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +4 -1
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +2 -1
- package/v3/VwcDateRangePicker/index.js +27 -4
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +27 -0
- package/v3/VwcDialPad/index.js +97 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.js +4 -1
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +24 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.js +15 -0
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/index.d.ts +17 -0
- package/v3/VwcFormAssociatedNumberField/index.js +41 -0
- package/v3/VwcFormAssociatedNumberField/package.json +11 -0
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.d.ts +12 -1
- package/v3/VwcIcon/index.js +2 -3
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +7 -2
- package/v3/VwcMenu/index.js +41 -35
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +1 -0
- package/v3/VwcMenuItem/index.js +17 -1
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +4 -0
- package/v3/VwcNavDisclosure/index.js +90 -1
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +52 -0
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +12 -0
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +25 -1
- package/v3/VwcNumberField/index.js +286 -23
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/index.js +3 -0
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.js +7 -7
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.js +9 -0
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.js +9 -0
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -1
- package/v3/VwcRangeSlider/index.js +24 -7
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +1 -0
- package/v3/VwcSelect/index.js +48 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.js +3 -0
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.js +6 -0
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +4 -1
- package/v3/VwcSlider/index.js +21 -3
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +38 -0
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +1 -1
- package/v3/VwcSwitch/index.js +10 -1
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +2 -2
- package/v3/VwcTab/index.js +10 -10
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.js +12 -3
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +3 -1
- package/v3/VwcTag/index.js +17 -1
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -0
- package/v3/VwcTextArea/index.js +11 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +1 -0
- package/v3/VwcTextField/index.js +35 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +1 -0
- package/v3/VwcTimePicker/index.js +12 -2
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +3 -1
- package/v3/VwcTreeItem/index.js +21 -1
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.js +9 -0
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/VwcDialog/index.d.ts +0 -40
- package/VwcDialog/index.js +0 -135
- package/VwcDialog/package.json +0 -11
- package/VwcDrawer/index.d.ts +0 -20
- package/VwcDrawer/index.js +0 -80
- package/VwcDrawer/package.json +0 -11
- package/VwcSideDrawer/index.d.ts +0 -22
- package/VwcSideDrawer/index.js +0 -73
- package/VwcSideDrawer/package.json +0 -11
package/v3/VwcDialPad/index.js
CHANGED
|
@@ -102,7 +102,7 @@ registerDialPad('vvd3')
|
|
|
102
102
|
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
103
103
|
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
104
104
|
attributes: [],
|
|
105
|
-
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
|
|
105
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel']
|
|
106
106
|
})
|
|
107
107
|
|
|
108
108
|
VwcDialPad.displayName = 'VwcDialPad'
|
|
@@ -122,6 +122,16 @@ export default VwcDialPad
|
|
|
122
122
|
"description": "Indicates the disabled state of the dial-pad.",
|
|
123
123
|
"privacy": "public"
|
|
124
124
|
},
|
|
125
|
+
{
|
|
126
|
+
"kind": "field",
|
|
127
|
+
"name": "pending",
|
|
128
|
+
"type": {
|
|
129
|
+
"text": "boolean"
|
|
130
|
+
},
|
|
131
|
+
"default": "false",
|
|
132
|
+
"description": "Indicates the pending state of the dial-pad.",
|
|
133
|
+
"privacy": "public"
|
|
134
|
+
},
|
|
125
135
|
{
|
|
126
136
|
"kind": "field",
|
|
127
137
|
"name": "callActive",
|
|
@@ -141,34 +151,85 @@ export default VwcDialPad
|
|
|
141
151
|
"default": "false",
|
|
142
152
|
"description": "Indicates the no-call state of the dial-pad.",
|
|
143
153
|
"privacy": "public"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"kind": "field",
|
|
157
|
+
"name": "noInput",
|
|
158
|
+
"type": {
|
|
159
|
+
"text": "boolean"
|
|
160
|
+
},
|
|
161
|
+
"default": "false",
|
|
162
|
+
"description": "Indicates the no-input state of the dial-pad.",
|
|
163
|
+
"privacy": "public"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"kind": "field",
|
|
167
|
+
"name": "endCallButtonLabel",
|
|
168
|
+
"type": {
|
|
169
|
+
"text": "| string\n\t\t| null"
|
|
170
|
+
},
|
|
171
|
+
"default": "null",
|
|
172
|
+
"privacy": "public",
|
|
173
|
+
"description": ""
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"kind": "field",
|
|
177
|
+
"name": "callButtonLabel",
|
|
178
|
+
"type": {
|
|
179
|
+
"text": "string | null"
|
|
180
|
+
},
|
|
181
|
+
"default": "null",
|
|
182
|
+
"privacy": "public",
|
|
183
|
+
"description": ""
|
|
144
184
|
}
|
|
145
185
|
],
|
|
146
186
|
"events": [
|
|
147
187
|
{
|
|
188
|
+
"type": {
|
|
189
|
+
"text": "CustomEvent<undefined>"
|
|
190
|
+
},
|
|
148
191
|
"description": "Emitted when the text field value changes",
|
|
149
192
|
"name": "change"
|
|
150
193
|
},
|
|
151
194
|
{
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "CustomEvent<undefined>"
|
|
197
|
+
},
|
|
152
198
|
"description": "Emitted when the text field value changes",
|
|
153
199
|
"name": "input"
|
|
154
200
|
},
|
|
155
201
|
{
|
|
202
|
+
"type": {
|
|
203
|
+
"text": "CustomEvent<undefined>"
|
|
204
|
+
},
|
|
156
205
|
"description": "Emitted when the text field loses focus",
|
|
157
206
|
"name": "blur"
|
|
158
207
|
},
|
|
159
208
|
{
|
|
209
|
+
"type": {
|
|
210
|
+
"text": "CustomEvent<undefined>"
|
|
211
|
+
},
|
|
160
212
|
"description": "Emitted when the text field receives focus",
|
|
161
213
|
"name": "focus"
|
|
162
214
|
},
|
|
163
215
|
{
|
|
216
|
+
"type": {
|
|
217
|
+
"text": "CustomEvent<HTMLElement>"
|
|
218
|
+
},
|
|
164
219
|
"description": "Emitted when a digit button is clicked",
|
|
165
220
|
"name": "keypad-click"
|
|
166
221
|
},
|
|
167
222
|
{
|
|
223
|
+
"type": {
|
|
224
|
+
"text": "CustomEvent<undefined>"
|
|
225
|
+
},
|
|
168
226
|
"description": "Emitted when the call button is clicked",
|
|
169
227
|
"name": "dial"
|
|
170
228
|
},
|
|
171
229
|
{
|
|
230
|
+
"type": {
|
|
231
|
+
"text": "CustomEvent<undefined>"
|
|
232
|
+
},
|
|
172
233
|
"description": "Emitted when the end call button is clicked",
|
|
173
234
|
"name": "end-call"
|
|
174
235
|
}
|
|
@@ -214,7 +275,7 @@ registerDialPad('vvd3')
|
|
|
214
275
|
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
215
276
|
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
216
277
|
attributes: [],
|
|
217
|
-
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
|
|
278
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel']
|
|
218
279
|
})
|
|
219
280
|
|
|
220
281
|
VwcDialPad.displayName = 'VwcDialPad'
|
|
@@ -232,6 +293,14 @@ export default VwcDialPad
|
|
|
232
293
|
"description": "Indicates the disabled state of the dial-pad.",
|
|
233
294
|
"fieldName": "disabled"
|
|
234
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"type": {
|
|
298
|
+
"text": "boolean"
|
|
299
|
+
},
|
|
300
|
+
"default": "false",
|
|
301
|
+
"description": "Indicates the pending state of the dial-pad.",
|
|
302
|
+
"fieldName": "pending"
|
|
303
|
+
},
|
|
235
304
|
{
|
|
236
305
|
"name": "call-active",
|
|
237
306
|
"type": {
|
|
@@ -249,6 +318,31 @@ export default VwcDialPad
|
|
|
249
318
|
"default": "false",
|
|
250
319
|
"description": "Indicates the no-call state of the dial-pad.",
|
|
251
320
|
"fieldName": "noCall"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "no-input",
|
|
324
|
+
"type": {
|
|
325
|
+
"text": "boolean"
|
|
326
|
+
},
|
|
327
|
+
"default": "false",
|
|
328
|
+
"description": "Indicates the no-input state of the dial-pad.",
|
|
329
|
+
"fieldName": "noInput"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "end-call-button-label",
|
|
333
|
+
"type": {
|
|
334
|
+
"text": "| string\n\t\t| null"
|
|
335
|
+
},
|
|
336
|
+
"default": "null",
|
|
337
|
+
"fieldName": "endCallButtonLabel"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "call-button-label",
|
|
341
|
+
"type": {
|
|
342
|
+
"text": "string | null"
|
|
343
|
+
},
|
|
344
|
+
"default": "null",
|
|
345
|
+
"fieldName": "callButtonLabel"
|
|
252
346
|
}
|
|
253
347
|
],
|
|
254
348
|
"superclass": {
|
|
@@ -277,7 +371,7 @@ registerDialPad('vvd3')
|
|
|
277
371
|
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
278
372
|
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
279
373
|
attributes: [],
|
|
280
|
-
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'callActive', 'noCall']
|
|
374
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel']
|
|
281
375
|
})
|
|
282
376
|
|
|
283
377
|
VwcDialPad.displayName = 'VwcDialPad'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dial-pad",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialog/index.js
CHANGED
|
@@ -167,7 +167,10 @@ Code in this file were generated using following JSON:
|
|
|
167
167
|
],
|
|
168
168
|
"events": [
|
|
169
169
|
{
|
|
170
|
-
"
|
|
170
|
+
"type": {
|
|
171
|
+
"text": "CustomEvent<string>"
|
|
172
|
+
},
|
|
173
|
+
"description": "The `close` event fires when the dialog closes (either via user interaction or via the API). It returns the return value inside the event's details property.",
|
|
171
174
|
"name": "close"
|
|
172
175
|
}
|
|
173
176
|
],
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dialog",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-empty-state",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFab/index.js
CHANGED
|
@@ -55,6 +55,30 @@ Code in this file were generated using following JSON:
|
|
|
55
55
|
{
|
|
56
56
|
"name": "--vvd-fab-cta-firm",
|
|
57
57
|
"default": "var(--vvd-color-cta-600)"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "--vvd-fab-announcement-primary",
|
|
61
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "--vvd-fab-announcement-primary-text",
|
|
65
|
+
"default": "var(--vvd-color-canvas)"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "--vvd-fab-announcement-primary-increment",
|
|
69
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "--vvd-fab-announcement-contrast",
|
|
73
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "--vvd-fab-announcement-fierce",
|
|
77
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "--vvd-fab-announcement-firm",
|
|
81
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
58
82
|
}
|
|
59
83
|
],
|
|
60
84
|
"slots": [
|
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -223,6 +223,18 @@ Code in this file were generated using following JSON:
|
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "method",
|
|
228
|
+
"name": "#formatNumbersInMessage",
|
|
229
|
+
"parameters": [
|
|
230
|
+
{
|
|
231
|
+
"name": "message",
|
|
232
|
+
"type": {
|
|
233
|
+
"text": "string"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
},
|
|
226
238
|
{
|
|
227
239
|
"kind": "field",
|
|
228
240
|
"name": "autoDiscover",
|
|
@@ -245,6 +257,9 @@ Code in this file were generated using following JSON:
|
|
|
245
257
|
],
|
|
246
258
|
"events": [
|
|
247
259
|
{
|
|
260
|
+
"type": {
|
|
261
|
+
"text": "CustomEvent<undefined>"
|
|
262
|
+
},
|
|
248
263
|
"description": "Emitted when a file is added or removed.",
|
|
249
264
|
"name": "change"
|
|
250
265
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-file-picker",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
/** VwcFormAssociatedNumberField
|
|
3
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/form-associated-number-field
|
|
4
|
+
* @param proxy
|
|
5
|
+
*/
|
|
6
|
+
declare const VwcFormAssociatedNumberField: {
|
|
7
|
+
(props: {
|
|
8
|
+
children?: ReactNode;
|
|
9
|
+
slot?: string | undefined;
|
|
10
|
+
id?: string | undefined;
|
|
11
|
+
style?: React.CSSProperties | undefined;
|
|
12
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
proxy?: any;
|
|
14
|
+
}): JSX.Element;
|
|
15
|
+
displayName: string;
|
|
16
|
+
};
|
|
17
|
+
export default VwcFormAssociatedNumberField;
|
|
@@ -0,0 +1,41 @@
|
|
|
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": "",
|
|
9
|
+
"name": "FormAssociatedNumberField",
|
|
10
|
+
"members": [
|
|
11
|
+
{
|
|
12
|
+
"kind": "field",
|
|
13
|
+
"name": "proxy"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"mixins": [
|
|
17
|
+
{
|
|
18
|
+
"name": "FormAssociated",
|
|
19
|
+
"package": "@microsoft/fast-foundation"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"superclass": {
|
|
23
|
+
"name": "_NumberField",
|
|
24
|
+
"module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
*/
|
|
28
|
+
import wrapper from '@vonage/vivid-react-wrapper'
|
|
29
|
+
import { registerFormAssociatedNumberField } from '@vonage/vivid'
|
|
30
|
+
|
|
31
|
+
registerFormAssociatedNumberField('vvd3')
|
|
32
|
+
|
|
33
|
+
const VwcFormAssociatedNumberField = wrapper(`vvd3-form-associated-number-field`, {
|
|
34
|
+
events: [],
|
|
35
|
+
attributes: [],
|
|
36
|
+
properties: ['proxy']
|
|
37
|
+
})
|
|
38
|
+
|
|
39
|
+
VwcFormAssociatedNumberField.displayName = 'VwcFormAssociatedNumberField'
|
|
40
|
+
|
|
41
|
+
export default VwcFormAssociatedNumberField
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-range-slider",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-time-picker",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-header",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcIcon/index.d.ts
CHANGED
|
@@ -2,7 +2,18 @@ import React, { ReactNode } from 'react';
|
|
|
2
2
|
/** VwcIcon
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/icon
|
|
4
4
|
* @param {IconConnotation | undefined} connotation - The connotation the icon should have. **attribute** `connotation`
|
|
5
|
-
* @param {
|
|
5
|
+
* @param {| -6
|
|
6
|
+
| -5
|
|
7
|
+
| -4
|
|
8
|
+
| -3
|
|
9
|
+
| -2
|
|
10
|
+
| -1
|
|
11
|
+
| 0
|
|
12
|
+
| 1
|
|
13
|
+
| 2
|
|
14
|
+
| 3
|
|
15
|
+
| 4
|
|
16
|
+
| 5 | undefined} size **attribute** `size`
|
|
6
17
|
* @param {boolean} iconLoaded
|
|
7
18
|
* @param {string | undefined} name - Indicates which icon to resolve. **attribute** `name`
|
|
8
19
|
*/
|
package/v3/VwcIcon/index.js
CHANGED
|
@@ -53,7 +53,7 @@ Code in this file were generated using following JSON:
|
|
|
53
53
|
"kind": "field",
|
|
54
54
|
"name": "size",
|
|
55
55
|
"type": {
|
|
56
|
-
"text": "-6
|
|
56
|
+
"text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
{
|
|
@@ -94,9 +94,8 @@ Code in this file were generated using following JSON:
|
|
|
94
94
|
"fieldName": "connotation"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
"name": "size",
|
|
98
97
|
"type": {
|
|
99
|
-
"text": "-6
|
|
98
|
+
"text": "| -6\n\t\t| -5\n\t\t| -4\n\t\t| -3\n\t\t| -2\n\t\t| -1\n\t\t| 0\n\t\t| 1\n\t\t| 2\n\t\t| 3\n\t\t| 4\n\t\t| 5 | undefined"
|
|
100
99
|
},
|
|
101
100
|
"fieldName": "size"
|
|
102
101
|
},
|
package/v3/VwcIcon/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-icon",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-layout",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox",
|
|
3
|
-
"version": "
|
|
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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcMenu/index.d.ts
CHANGED
|
@@ -3,11 +3,13 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/menu
|
|
4
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
* @param {Placement | undefined} placement - placement of the menu **attribute** `placement`
|
|
6
|
-
* @param {
|
|
7
|
-
|
|
6
|
+
* @param {'auto' | 'legacy' | 'off' | undefined} trigger - Controls how the menu opens and closes itself. **attribute** `trigger`
|
|
7
|
+
* @param {boolean} autoDismiss - indicates whether the menu will automatically close when focus moves away from it. **attribute** `auto-dismiss`
|
|
8
8
|
* @param {boolean} open - indicates whether the menu is open **attribute** `open`
|
|
9
|
+
* @param _onFocusout
|
|
9
10
|
* @param {HTMLElement[] | undefined} actionItemsSlottedContent
|
|
10
11
|
* @param handleFocusOut
|
|
12
|
+
* @param domChildren
|
|
11
13
|
*/
|
|
12
14
|
declare const VwcMenu: {
|
|
13
15
|
(props: {
|
|
@@ -20,10 +22,13 @@ declare const VwcMenu: {
|
|
|
20
22
|
onClose?: ((event: SyntheticEvent) => void) | undefined;
|
|
21
23
|
ariaLabel?: string | null | undefined;
|
|
22
24
|
placement?: any;
|
|
25
|
+
trigger?: any;
|
|
23
26
|
autoDismiss?: boolean | undefined;
|
|
24
27
|
open?: boolean | undefined;
|
|
28
|
+
_onFocusout?: any;
|
|
25
29
|
actionItemsSlottedContent?: any;
|
|
26
30
|
handleFocusOut?: any;
|
|
31
|
+
domChildren?: any;
|
|
27
32
|
}): JSX.Element;
|
|
28
33
|
displayName: string;
|
|
29
34
|
};
|