@vonage/vivid-react 2.10.83 → 2.10.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/VwcDialog/package.json +1 -1
- package/VwcDrawer/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/VwcSideDrawer/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 -5
- package/package.json +2 -2
- package/types/index.d.ts +64 -19
- package/v3/VwcAccordion/index.d.ts +1 -1
- package/v3/VwcAccordion/index.js +5 -1
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.js +4 -0
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.d.ts +1 -1
- package/v3/VwcActionGroup/index.js +5 -1
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +4 -3
- package/v3/VwcAlert/index.js +7 -3
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.d.ts +1 -1
- package/v3/VwcAppearanceUi/index.js +32 -1
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +7 -5
- package/v3/VwcAudioPlayer/index.js +9 -5
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.js +12 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.d.ts +1 -1
- package/v3/VwcBadge/index.js +12 -8
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +4 -3
- package/v3/VwcBanner/index.js +7 -3
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/index.d.ts +1 -1
- package/v3/VwcBreadcrumb/index.js +5 -1
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.d.ts +1 -1
- package/v3/VwcBreadcrumbItem/index.js +5 -1
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +17 -1
- package/v3/VwcButton/index.js +144 -2
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.d.ts +1 -1
- package/v3/VwcCalendar/index.js +5 -1
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.d.ts +1 -1
- package/v3/VwcCalendarEvent/index.js +5 -1
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +1 -1
- package/v3/VwcCard/index.js +5 -1
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +1 -1
- package/v3/VwcCheckbox/index.js +19 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +1 -1
- package/v3/VwcCombobox/index.js +13 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +1 -1
- package/v3/VwcDataGrid/index.js +6 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -1
- package/v3/VwcDataGridCell/index.js +21 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -1
- package/v3/VwcDataGridRow/index.js +21 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +18 -0
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +4 -0
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +1 -1
- package/v3/VwcDateRangePicker/index.js +25 -1
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +106 -0
- package/v3/VwcDialPad/index.js +285 -0
- package/v3/{VwcPopup → VwcDialPad}/package.json +3 -3
- package/v3/VwcDialog/index.d.ts +4 -3
- package/v3/VwcDialog/index.js +7 -3
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +1 -1
- package/v3/VwcDivider/index.js +5 -1
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +1 -1
- package/v3/VwcElevation/index.js +4 -1
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.js +4 -0
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +1 -1
- package/v3/VwcFab/index.js +5 -1
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +1 -1
- package/v3/VwcFilePicker/index.js +11 -1
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/{VwcFocus → VwcFormAssociatedRangeSlider}/index.d.ts +6 -5
- package/v3/VwcFormAssociatedRangeSlider/index.js +41 -0
- package/v3/VwcFormAssociatedRangeSlider/package.json +11 -0
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/index.d.ts +1 -1
- package/v3/VwcHeader/index.js +5 -1
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.js +4 -0
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/index.d.ts +1 -3
- package/v3/VwcLayout/index.js +5 -1
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +1 -1
- package/v3/VwcListbox/index.js +4 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +1 -1
- package/v3/VwcMenu/index.js +22 -3
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +3 -1
- package/v3/VwcMenuItem/index.js +67 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.d.ts +1 -2
- package/v3/VwcNav/index.js +5 -1
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +1 -2
- package/v3/VwcNavDisclosure/index.js +5 -1
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.d.ts +4 -0
- package/v3/VwcNavItem/index.js +55 -1
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.d.ts +1 -1
- package/v3/VwcNote/index.js +5 -1
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +7 -5
- package/v3/VwcNumberField/index.js +23 -5
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +1 -1
- package/v3/VwcOption/index.js +9 -1
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +1 -1
- package/v3/VwcPagination/index.js +5 -1
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +1 -1
- package/v3/VwcProgress/index.js +5 -1
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +1 -1
- package/v3/VwcProgressRing/index.js +5 -1
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +1 -1
- package/v3/VwcRadio/index.js +5 -1
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +1 -1
- package/v3/VwcRadioGroup/index.js +13 -1
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +65 -0
- package/v3/VwcRangeSlider/index.js +486 -0
- package/v3/{VwcFocus → VwcRangeSlider}/package.json +3 -3
- package/v3/VwcSelect/index.d.ts +1 -1
- package/v3/VwcSelect/index.js +17 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +1 -1
- package/v3/VwcSelectableBox/index.js +8 -4
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +1 -1
- package/v3/VwcSideDrawer/index.js +5 -1
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +1 -1
- package/v3/VwcSlider/index.js +13 -1
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +4 -3
- package/v3/VwcSplitButton/index.js +7 -3
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +11 -1
- package/v3/VwcSwitch/index.js +30 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +1 -1
- package/v3/VwcTab/index.js +5 -1
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.d.ts +1 -1
- package/v3/VwcTabPanel/index.js +5 -1
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +1 -1
- package/v3/VwcTabs/index.js +5 -1
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +1 -1
- package/v3/VwcTag/index.js +8 -4
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +1 -1
- package/v3/VwcTagGroup/index.js +5 -1
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/index.d.ts +5 -1
- package/v3/VwcTextAnchor/index.js +39 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -1
- package/v3/VwcTextArea/index.js +19 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +16 -0
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +1 -1
- package/v3/VwcTimePicker/index.js +23 -1
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +1 -1
- package/v3/VwcToggletip/index.js +9 -1
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +1 -1
- package/v3/VwcTooltip/index.js +11 -1
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +1 -1
- package/v3/VwcTreeItem/index.js +5 -1
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +1 -1
- package/v3/VwcTreeView/index.js +5 -1
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.d.ts +30 -0
- package/v3/VwcVideoPlayer/index.js +212 -0
- package/v3/VwcVideoPlayer/package.json +11 -0
- package/v3/VwcFocus/index.js +0 -29
- package/v3/VwcPopup/index.d.ts +0 -33
- package/v3/VwcPopup/index.js +0 -279
package/v3/VwcButton/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Button",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -208,6 +208,16 @@ Code in this file were generated using following JSON:
|
|
|
208
208
|
"description": "Displays the button in pending state.",
|
|
209
209
|
"privacy": "public"
|
|
210
210
|
},
|
|
211
|
+
{
|
|
212
|
+
"kind": "field",
|
|
213
|
+
"name": "active",
|
|
214
|
+
"type": {
|
|
215
|
+
"text": "boolean"
|
|
216
|
+
},
|
|
217
|
+
"default": "false",
|
|
218
|
+
"description": "Displays the button in active state.",
|
|
219
|
+
"privacy": "public"
|
|
220
|
+
},
|
|
211
221
|
{
|
|
212
222
|
"kind": "field",
|
|
213
223
|
"name": "label",
|
|
@@ -216,6 +226,69 @@ Code in this file were generated using following JSON:
|
|
|
216
226
|
},
|
|
217
227
|
"description": "Indicates the button's label.",
|
|
218
228
|
"privacy": "public"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"kind": "field",
|
|
232
|
+
"name": "href",
|
|
233
|
+
"type": {
|
|
234
|
+
"text": "string | undefined"
|
|
235
|
+
},
|
|
236
|
+
"description": "Indicates the button's href.",
|
|
237
|
+
"privacy": "public"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"kind": "field",
|
|
241
|
+
"name": "download",
|
|
242
|
+
"type": {
|
|
243
|
+
"text": "string | undefined"
|
|
244
|
+
},
|
|
245
|
+
"description": "Indicates the button's download.",
|
|
246
|
+
"privacy": "public"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"kind": "field",
|
|
250
|
+
"name": "hreflang",
|
|
251
|
+
"type": {
|
|
252
|
+
"text": "string | undefined"
|
|
253
|
+
},
|
|
254
|
+
"description": "Indicates the button's hreflang.",
|
|
255
|
+
"privacy": "public"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"kind": "field",
|
|
259
|
+
"name": "ping",
|
|
260
|
+
"type": {
|
|
261
|
+
"text": "string | undefined"
|
|
262
|
+
},
|
|
263
|
+
"description": "Indicates the button's ping.",
|
|
264
|
+
"privacy": "public"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"kind": "field",
|
|
268
|
+
"name": "referrerpolicy",
|
|
269
|
+
"type": {
|
|
270
|
+
"text": "string | undefined"
|
|
271
|
+
},
|
|
272
|
+
"description": "Indicates the button's referrerpolicy.",
|
|
273
|
+
"privacy": "public"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"kind": "field",
|
|
277
|
+
"name": "rel",
|
|
278
|
+
"type": {
|
|
279
|
+
"text": "string | undefined"
|
|
280
|
+
},
|
|
281
|
+
"description": "Indicates the button's rel.",
|
|
282
|
+
"privacy": "public"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"kind": "field",
|
|
286
|
+
"name": "target",
|
|
287
|
+
"type": {
|
|
288
|
+
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
289
|
+
},
|
|
290
|
+
"description": "Indicates the target's rel.",
|
|
291
|
+
"privacy": "public"
|
|
219
292
|
}
|
|
220
293
|
],
|
|
221
294
|
"attributes": [
|
|
@@ -276,6 +349,15 @@ Code in this file were generated using following JSON:
|
|
|
276
349
|
"description": "Displays the button in pending state.",
|
|
277
350
|
"fieldName": "pending"
|
|
278
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"name": "active",
|
|
354
|
+
"type": {
|
|
355
|
+
"text": "boolean"
|
|
356
|
+
},
|
|
357
|
+
"default": "false",
|
|
358
|
+
"description": "Displays the button in active state.",
|
|
359
|
+
"fieldName": "active"
|
|
360
|
+
},
|
|
279
361
|
{
|
|
280
362
|
"name": "label",
|
|
281
363
|
"type": {
|
|
@@ -283,11 +365,71 @@ Code in this file were generated using following JSON:
|
|
|
283
365
|
},
|
|
284
366
|
"description": "Indicates the button's label.",
|
|
285
367
|
"fieldName": "label"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "href",
|
|
371
|
+
"type": {
|
|
372
|
+
"text": "string | undefined"
|
|
373
|
+
},
|
|
374
|
+
"description": "Indicates the button's href.",
|
|
375
|
+
"fieldName": "href"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "download",
|
|
379
|
+
"type": {
|
|
380
|
+
"text": "string | undefined"
|
|
381
|
+
},
|
|
382
|
+
"description": "Indicates the button's download.",
|
|
383
|
+
"fieldName": "download"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"name": "hreflang",
|
|
387
|
+
"type": {
|
|
388
|
+
"text": "string | undefined"
|
|
389
|
+
},
|
|
390
|
+
"description": "Indicates the button's hreflang.",
|
|
391
|
+
"fieldName": "hreflang"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "ping",
|
|
395
|
+
"type": {
|
|
396
|
+
"text": "string | undefined"
|
|
397
|
+
},
|
|
398
|
+
"description": "Indicates the button's ping.",
|
|
399
|
+
"fieldName": "ping"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "referrerpolicy",
|
|
403
|
+
"type": {
|
|
404
|
+
"text": "string | undefined"
|
|
405
|
+
},
|
|
406
|
+
"description": "Indicates the button's referrerpolicy.",
|
|
407
|
+
"fieldName": "referrerpolicy"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "rel",
|
|
411
|
+
"type": {
|
|
412
|
+
"text": "string | undefined"
|
|
413
|
+
},
|
|
414
|
+
"description": "Indicates the button's rel.",
|
|
415
|
+
"fieldName": "rel"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "target",
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
421
|
+
},
|
|
422
|
+
"description": "Indicates the target's rel.",
|
|
423
|
+
"fieldName": "target"
|
|
286
424
|
}
|
|
287
425
|
],
|
|
288
426
|
"superclass": {
|
|
289
427
|
"name": "FoundationButton",
|
|
290
428
|
"package": "@microsoft/fast-foundation"
|
|
429
|
+
},
|
|
430
|
+
"vividComponent": {
|
|
431
|
+
"public": true,
|
|
432
|
+
"name": "button"
|
|
291
433
|
}
|
|
292
434
|
}
|
|
293
435
|
*/
|
|
@@ -299,7 +441,7 @@ registerButton('vvd3')
|
|
|
299
441
|
const VwcButton = wrapper(`vvd3-button`, {
|
|
300
442
|
events: [{"name":"click","propName":"onClick"}],
|
|
301
443
|
attributes: [],
|
|
302
|
-
properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'label', 'icon']
|
|
444
|
+
properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'active', 'label', 'href', 'download', 'hreflang', 'ping', 'referrerpolicy', 'rel', 'target', 'icon']
|
|
303
445
|
})
|
|
304
446
|
|
|
305
447
|
VwcButton.displayName = 'VwcButton'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-button",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcCalendar
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/calendar
|
|
4
4
|
* @param {Date | string | undefined} datetime - The date within a week of choice.
|
|
5
5
|
Accepts any parameter acceptable by the `Date()` constructor. **attribute** `datetime`
|
package/v3/VwcCalendar/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Calendar",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -194,6 +194,10 @@ Code in this file were generated using following JSON:
|
|
|
194
194
|
"superclass": {
|
|
195
195
|
"name": "FoundationElement",
|
|
196
196
|
"package": "@microsoft/fast-foundation"
|
|
197
|
+
},
|
|
198
|
+
"vividComponent": {
|
|
199
|
+
"public": true,
|
|
200
|
+
"name": "calendar"
|
|
197
201
|
}
|
|
198
202
|
}
|
|
199
203
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-calendar",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcCalendarEvent
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/calendar-event
|
|
4
4
|
* @param {string | undefined} heading - the heading of the event **attribute** `heading`
|
|
5
5
|
* @param {string | undefined} description - the description of the event **attribute** `description`
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "CalendarEvent",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -245,6 +245,10 @@ Code in this file were generated using following JSON:
|
|
|
245
245
|
"superclass": {
|
|
246
246
|
"name": "FoundationElement",
|
|
247
247
|
"package": "@microsoft/fast-foundation"
|
|
248
|
+
},
|
|
249
|
+
"vividComponent": {
|
|
250
|
+
"public": true,
|
|
251
|
+
"name": "calendar-event"
|
|
248
252
|
}
|
|
249
253
|
}
|
|
250
254
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-calendar-event",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcCard/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcCard
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/card
|
|
4
4
|
* @param {CardAppearance | undefined} appearance - The appearance the card should have. **attribute** `appearance`
|
|
5
5
|
* @param {string | undefined} headline - the text of the card heading
|
package/v3/VwcCard/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Card",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -152,6 +152,10 @@ Code in this file were generated using following JSON:
|
|
|
152
152
|
"superclass": {
|
|
153
153
|
"name": "FoundationElement",
|
|
154
154
|
"package": "@microsoft/fast-foundation"
|
|
155
|
+
},
|
|
156
|
+
"vividComponent": {
|
|
157
|
+
"public": true,
|
|
158
|
+
"name": "card"
|
|
155
159
|
}
|
|
156
160
|
}
|
|
157
161
|
*/
|
package/v3/VwcCard/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-card",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcCheckbox
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/checkbox
|
|
4
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
* @param {string | null} tabindex **attribute** `tabindex`
|
package/v3/VwcCheckbox/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Checkbox",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -57,6 +57,12 @@ Code in this file were generated using following JSON:
|
|
|
57
57
|
"default": "var(--vvd-color-canvas-text)"
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
|
+
"slots": [
|
|
61
|
+
{
|
|
62
|
+
"description": "Describes how to use the checkbox. Alternative to the `helper-text` attribute.",
|
|
63
|
+
"name": "helper-text"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
60
66
|
"members": [
|
|
61
67
|
{
|
|
62
68
|
"kind": "field",
|
|
@@ -119,6 +125,18 @@ Code in this file were generated using following JSON:
|
|
|
119
125
|
"superclass": {
|
|
120
126
|
"name": "FoundationCheckbox",
|
|
121
127
|
"package": "@microsoft/fast-foundation"
|
|
128
|
+
},
|
|
129
|
+
"vividComponent": {
|
|
130
|
+
"public": true,
|
|
131
|
+
"name": "checkbox",
|
|
132
|
+
"vueModels": [
|
|
133
|
+
{
|
|
134
|
+
"name": "modelValue",
|
|
135
|
+
"attributeName": "current-checked",
|
|
136
|
+
"eventName": "change",
|
|
137
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
122
140
|
}
|
|
123
141
|
}
|
|
124
142
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-checkbox",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcCombobox
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/combobox
|
|
4
4
|
* @param {PopupPlacement | undefined} placement - the placement of the combobox
|
|
5
5
|
|
package/v3/VwcCombobox/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Combobox",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -64,6 +64,18 @@ Code in this file were generated using following JSON:
|
|
|
64
64
|
"superclass": {
|
|
65
65
|
"name": "FoundationCombobox",
|
|
66
66
|
"package": "@microsoft/fast-foundation"
|
|
67
|
+
},
|
|
68
|
+
"vividComponent": {
|
|
69
|
+
"public": true,
|
|
70
|
+
"name": "combobox",
|
|
71
|
+
"vueModels": [
|
|
72
|
+
{
|
|
73
|
+
"name": "modelValue",
|
|
74
|
+
"attributeName": "current-value",
|
|
75
|
+
"eventName": "change",
|
|
76
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
67
79
|
}
|
|
68
80
|
}
|
|
69
81
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-combobox",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcDataGrid
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid
|
|
4
4
|
* @param {DataGridSelectionMode | undefined} selectionMode - Indicates the selection mode. **attribute** `selection-mode`
|
|
5
5
|
* @param toggleGeneratedHeader
|
package/v3/VwcDataGrid/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "DataGrid",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -80,7 +80,7 @@ Code in this file were generated using following JSON:
|
|
|
80
80
|
"type": {
|
|
81
81
|
"text": "object"
|
|
82
82
|
},
|
|
83
|
-
"default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t}
|
|
83
|
+
"default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t}"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"kind": "field",
|
|
@@ -134,6 +134,10 @@ Code in this file were generated using following JSON:
|
|
|
134
134
|
"superclass": {
|
|
135
135
|
"name": "FoundationDataGrid",
|
|
136
136
|
"package": "@microsoft/fast-foundation"
|
|
137
|
+
},
|
|
138
|
+
"vividComponent": {
|
|
139
|
+
"public": true,
|
|
140
|
+
"name": "data-grid"
|
|
137
141
|
}
|
|
138
142
|
}
|
|
139
143
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcDataGridCell
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid-cell
|
|
4
4
|
* @param {string | null} ariaSelected - Indicates the selected status. **attribute** `aria-selected`
|
|
5
5
|
* @param {string | null} ariaSort - Indicates the sort status. **attribute** `aria-sort`
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "DataGridCell",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -20,6 +20,14 @@ Code in this file were generated using following JSON:
|
|
|
20
20
|
"name": "--vvd-data-grid-cell-cta-primary-increment",
|
|
21
21
|
"default": "var(--vvd-color-cta-600)"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-data-grid-cell-cta-firm",
|
|
25
|
+
"default": "var(--vvd-color-cta-600)"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "--vvd-data-grid-cell-cta-soft",
|
|
29
|
+
"default": "var(--vvd-color-cta-100)"
|
|
30
|
+
},
|
|
23
31
|
{
|
|
24
32
|
"name": "--vvd-data-grid-cell-cta-faint",
|
|
25
33
|
"default": "var(--vvd-color-cta-50)"
|
|
@@ -44,6 +52,14 @@ Code in this file were generated using following JSON:
|
|
|
44
52
|
"name": "--vvd-data-grid-cell-accent-primary-increment",
|
|
45
53
|
"default": "var(--vvd-color-neutral-800)"
|
|
46
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-data-grid-cell-accent-firm",
|
|
57
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "--vvd-data-grid-cell-accent-soft",
|
|
61
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
62
|
+
},
|
|
47
63
|
{
|
|
48
64
|
"name": "--vvd-data-grid-cell-accent-faint",
|
|
49
65
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -168,6 +184,10 @@ Code in this file were generated using following JSON:
|
|
|
168
184
|
"superclass": {
|
|
169
185
|
"name": "FoundationDataGridCell",
|
|
170
186
|
"package": "@microsoft/fast-foundation"
|
|
187
|
+
},
|
|
188
|
+
"vividComponent": {
|
|
189
|
+
"public": true,
|
|
190
|
+
"name": "data-grid-cell"
|
|
171
191
|
}
|
|
172
192
|
}
|
|
173
193
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-cell",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcDataGridRow
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid-row
|
|
4
4
|
* @param {string | null} ariaSelected - Indicates the selected status. **attribute** `aria-selected`
|
|
5
5
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "DataGridRow",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -20,10 +20,18 @@ Code in this file were generated using following JSON:
|
|
|
20
20
|
"name": "--vvd-data-grid-row-cta-primary-increment",
|
|
21
21
|
"default": "var(--vvd-color-cta-600)"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-data-grid-row-cta-firm",
|
|
25
|
+
"default": "var(--vvd-color-cta-600)"
|
|
26
|
+
},
|
|
23
27
|
{
|
|
24
28
|
"name": "--vvd-data-grid-row-cta-faint",
|
|
25
29
|
"default": "var(--vvd-color-cta-50)"
|
|
26
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--vvd-data-grid-row-cta-soft",
|
|
33
|
+
"default": "var(--vvd-color-cta-100)"
|
|
34
|
+
},
|
|
27
35
|
{
|
|
28
36
|
"name": "--vvd-data-grid-row-cta-pale",
|
|
29
37
|
"default": "var(--vvd-color-cta-300)"
|
|
@@ -44,10 +52,18 @@ Code in this file were generated using following JSON:
|
|
|
44
52
|
"name": "--vvd-data-grid-row-accent-primary-increment",
|
|
45
53
|
"default": "var(--vvd-color-neutral-800)"
|
|
46
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-data-grid-row-accent-firm",
|
|
57
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
58
|
+
},
|
|
47
59
|
{
|
|
48
60
|
"name": "--vvd-data-grid-row-accent-faint",
|
|
49
61
|
"default": "var(--vvd-color-neutral-50)"
|
|
50
62
|
},
|
|
63
|
+
{
|
|
64
|
+
"name": "--vvd-data-grid-row-accent-soft",
|
|
65
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
66
|
+
},
|
|
51
67
|
{
|
|
52
68
|
"name": "--vvd-data-grid-row-accent-pale",
|
|
53
69
|
"default": "var(--vvd-color-neutral-300)"
|
|
@@ -95,6 +111,10 @@ Code in this file were generated using following JSON:
|
|
|
95
111
|
"superclass": {
|
|
96
112
|
"name": "FoundationDataGridRow",
|
|
97
113
|
"package": "@microsoft/fast-foundation"
|
|
114
|
+
},
|
|
115
|
+
"vividComponent": {
|
|
116
|
+
"public": true,
|
|
117
|
+
"name": "data-grid-row"
|
|
98
118
|
}
|
|
99
119
|
}
|
|
100
120
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-row",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.53.0"
|
|
10
10
|
}
|
|
11
11
|
}
|