@vonage/vivid-react 2.10.84 → 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 +1 -1
- package/v3/VwcSwitch/index.js +29 -1
- 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/VwcElevation/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": "Elevation",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -54,6 +54,9 @@ Code in this file were generated using following JSON:
|
|
|
54
54
|
"superclass": {
|
|
55
55
|
"name": "FoundationElement",
|
|
56
56
|
"package": "@microsoft/fast-foundation"
|
|
57
|
+
},
|
|
58
|
+
"vividComponent": {
|
|
59
|
+
"name": "elevation"
|
|
57
60
|
}
|
|
58
61
|
}
|
|
59
62
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
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,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-empty-state",
|
|
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/VwcFab/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcFab
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/fab
|
|
4
4
|
* @param {FabConnotation | undefined} connotation - The connotation the fab should have. **attribute** `connotation`
|
|
5
5
|
* @param {FABSize | undefined} size - The size the FAB should have. **attribute** `size`
|
package/v3/VwcFab/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": "Fab",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -121,6 +121,10 @@ Code in this file were generated using following JSON:
|
|
|
121
121
|
"superclass": {
|
|
122
122
|
"name": "FoundationButton",
|
|
123
123
|
"package": "@microsoft/fast-foundation"
|
|
124
|
+
},
|
|
125
|
+
"vividComponent": {
|
|
126
|
+
"public": true,
|
|
127
|
+
"name": "fab"
|
|
124
128
|
}
|
|
125
129
|
}
|
|
126
130
|
*/
|
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
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
|
+
/** VwcFilePicker
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/file-picker
|
|
4
4
|
* @param {number | undefined} maxFiles - The max files that can be selected. **attribute** `max-files`
|
|
5
5
|
* @param {number} maxFileSize - The max file size that can be selected. **attribute** `max-file-size`
|
|
@@ -5,8 +5,14 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "FilePicker",
|
|
10
|
+
"slots": [
|
|
11
|
+
{
|
|
12
|
+
"description": "Describes how to use the file-picker. Alternative to the `helper-text` attribute.",
|
|
13
|
+
"name": "helper-text"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
10
16
|
"members": [
|
|
11
17
|
{
|
|
12
18
|
"kind": "field",
|
|
@@ -281,6 +287,10 @@ Code in this file were generated using following JSON:
|
|
|
281
287
|
"superclass": {
|
|
282
288
|
"name": "FormAssociatedFilePicker",
|
|
283
289
|
"module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
|
|
290
|
+
},
|
|
291
|
+
"vividComponent": {
|
|
292
|
+
"public": true,
|
|
293
|
+
"name": "file-picker"
|
|
284
294
|
}
|
|
285
295
|
}
|
|
286
296
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-file-picker",
|
|
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,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
|
|
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,16 +1,17 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* For more info on this Vivid element please visit https://vivid.deno.dev/components/
|
|
4
|
-
|
|
2
|
+
/** VwcFormAssociatedRangeSlider
|
|
3
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/form-associated-range-slider
|
|
4
|
+
* @param proxy
|
|
5
5
|
*/
|
|
6
|
-
declare const
|
|
6
|
+
declare const VwcFormAssociatedRangeSlider: {
|
|
7
7
|
(props: {
|
|
8
8
|
children?: ReactNode;
|
|
9
9
|
slot?: string | undefined;
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
style?: React.CSSProperties | undefined;
|
|
12
12
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
proxy?: any;
|
|
13
14
|
}): JSX.Element;
|
|
14
15
|
displayName: string;
|
|
15
16
|
};
|
|
16
|
-
export default
|
|
17
|
+
export default VwcFormAssociatedRangeSlider;
|
|
@@ -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": "FormAssociatedRangeSlider",
|
|
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": "_RangeSlider",
|
|
24
|
+
"module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
*/
|
|
28
|
+
import wrapper from '@vonage/vivid-react-wrapper'
|
|
29
|
+
import { registerFormAssociatedRangeSlider } from '@vonage/vivid'
|
|
30
|
+
|
|
31
|
+
registerFormAssociatedRangeSlider('vvd3')
|
|
32
|
+
|
|
33
|
+
const VwcFormAssociatedRangeSlider = wrapper(`vvd3-form-associated-range-slider`, {
|
|
34
|
+
events: [],
|
|
35
|
+
attributes: [],
|
|
36
|
+
properties: ['proxy']
|
|
37
|
+
})
|
|
38
|
+
|
|
39
|
+
VwcFormAssociatedRangeSlider.displayName = 'VwcFormAssociatedRangeSlider'
|
|
40
|
+
|
|
41
|
+
export default VwcFormAssociatedRangeSlider
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-time-picker",
|
|
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/VwcHeader/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcHeader
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/header
|
|
4
4
|
* @param {boolean} elevationShadow - header elevation shadow **attribute** `elevation-shadow`
|
|
5
5
|
* @param {boolean} alternate - applies scheme alternate to header region **attribute** `alternate`
|
package/v3/VwcHeader/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": "Header",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -65,6 +65,10 @@ Code in this file were generated using following JSON:
|
|
|
65
65
|
"superclass": {
|
|
66
66
|
"name": "FoundationElement",
|
|
67
67
|
"package": "@microsoft/fast-foundation"
|
|
68
|
+
},
|
|
69
|
+
"vividComponent": {
|
|
70
|
+
"public": true,
|
|
71
|
+
"name": "header"
|
|
68
72
|
}
|
|
69
73
|
}
|
|
70
74
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-header",
|
|
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/VwcIcon/index.js
CHANGED
package/v3/VwcIcon/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-icon",
|
|
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/VwcLayout/index.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
|
|
4
|
-
[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
|
|
2
|
+
/** [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
|
|
5
3
|
minmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.
|
|
6
4
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/layout
|
|
7
5
|
* @param {Gutters | undefined} gutters - sets the initial preferred margin from predefined available options **attribute** `gutters`
|
package/v3/VwcLayout/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": "[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],\nminmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.",
|
|
9
9
|
"name": "Layout",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -105,6 +105,10 @@ Code in this file were generated using following JSON:
|
|
|
105
105
|
"superclass": {
|
|
106
106
|
"name": "FoundationElement",
|
|
107
107
|
"package": "@microsoft/fast-foundation"
|
|
108
|
+
},
|
|
109
|
+
"vividComponent": {
|
|
110
|
+
"public": true,
|
|
111
|
+
"name": "layout"
|
|
108
112
|
}
|
|
109
113
|
}
|
|
110
114
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-layout",
|
|
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/VwcListbox/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcListbox
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/listbox
|
|
4
4
|
* @param {LisboxAppearance | undefined} appearance - The appearance the listbox should have. **attribute** `appearance`
|
|
5
5
|
* @param {'horizontal' | 'vertical' | undefined} orientation - The direction the listbox options should flow. **attribute** `orientation`
|
package/v3/VwcListbox/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": "Listbox",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -121,6 +121,9 @@ Code in this file were generated using following JSON:
|
|
|
121
121
|
"superclass": {
|
|
122
122
|
"name": "FoundationListboxElement",
|
|
123
123
|
"package": "@microsoft/fast-foundation"
|
|
124
|
+
},
|
|
125
|
+
"vividComponent": {
|
|
126
|
+
"name": "listbox"
|
|
124
127
|
}
|
|
125
128
|
}
|
|
126
129
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox",
|
|
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/VwcMenu/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcMenu
|
|
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`
|
package/v3/VwcMenu/index.js
CHANGED
|
@@ -5,13 +5,17 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "Menu",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
12
12
|
"description": "Default slot.",
|
|
13
13
|
"name": ""
|
|
14
14
|
},
|
|
15
|
+
{
|
|
16
|
+
"description": "Used to set the anchor element for the menu.",
|
|
17
|
+
"name": "anchor"
|
|
18
|
+
},
|
|
15
19
|
{
|
|
16
20
|
"description": "Used to add additional content to the top of the menu.",
|
|
17
21
|
"name": "header"
|
|
@@ -139,12 +143,23 @@ Code in this file were generated using following JSON:
|
|
|
139
143
|
},
|
|
140
144
|
{
|
|
141
145
|
"kind": "field",
|
|
142
|
-
"name": "#
|
|
146
|
+
"name": "#updateClickOutsideListeners",
|
|
147
|
+
"privacy": "private"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"kind": "field",
|
|
151
|
+
"name": "#wasOpenBeforeClick",
|
|
152
|
+
"privacy": "private",
|
|
153
|
+
"default": "new WeakMap<Event, boolean>()"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"kind": "field",
|
|
157
|
+
"name": "#onClickOutsideCapture",
|
|
143
158
|
"privacy": "private"
|
|
144
159
|
},
|
|
145
160
|
{
|
|
146
161
|
"kind": "field",
|
|
147
|
-
"name": "#
|
|
162
|
+
"name": "#onClickOutside",
|
|
148
163
|
"privacy": "private"
|
|
149
164
|
},
|
|
150
165
|
{
|
|
@@ -207,6 +222,10 @@ Code in this file were generated using following JSON:
|
|
|
207
222
|
"superclass": {
|
|
208
223
|
"name": "FastMenu",
|
|
209
224
|
"package": "@microsoft/fast-foundation"
|
|
225
|
+
},
|
|
226
|
+
"vividComponent": {
|
|
227
|
+
"public": true,
|
|
228
|
+
"name": "menu"
|
|
210
229
|
}
|
|
211
230
|
}
|
|
212
231
|
*/
|
package/v3/VwcMenu/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu",
|
|
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,8 +1,9 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcMenuItem
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/menu-item
|
|
4
4
|
* @param {string | undefined} text - Indicates the menu item's text. **attribute** `text`
|
|
5
5
|
* @param {string | undefined} textSecondary - Indicates the menu item's secondary text. **attribute** `text-secondary`
|
|
6
|
+
* @param {MenuItemConnotation | undefined} connotation - The connotation the fab should have. **attribute** `connotation`
|
|
6
7
|
* @param {boolean} checkTrailing - Controls the placement of the menu item's checkmark or radio icon. **attribute** `check-trailing`
|
|
7
8
|
* @param {CheckAppearance | undefined} checkedAppearance - Controls the appearance of the check indicator. **attribute** `check-appearance`
|
|
8
9
|
* @param {HTMLElement[] | undefined} trailingMetaSlottedContent
|
|
@@ -19,6 +20,7 @@ declare const VwcMenuItem: {
|
|
|
19
20
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
20
21
|
text?: string | undefined;
|
|
21
22
|
textSecondary?: string | undefined;
|
|
23
|
+
connotation?: any;
|
|
22
24
|
checkTrailing?: boolean | undefined;
|
|
23
25
|
checkedAppearance?: any;
|
|
24
26
|
trailingMetaSlottedContent?: any;
|
package/v3/VwcMenuItem/index.js
CHANGED
|
@@ -5,9 +5,41 @@
|
|
|
5
5
|
Code in this file were generated using following JSON:
|
|
6
6
|
{
|
|
7
7
|
"kind": "class",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "",
|
|
9
9
|
"name": "MenuItem",
|
|
10
10
|
"cssProperties": [
|
|
11
|
+
{
|
|
12
|
+
"name": "--vvd-menu-item-cta-primary",
|
|
13
|
+
"default": "var(--vvd-color-cta-500)"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--vvd-menu-item-cta-primary-text",
|
|
17
|
+
"default": "var(--vvd-color-canvas)"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "--vvd-menu-item-cta-primary-increment",
|
|
21
|
+
"default": "var(--vvd-color-cta-600)"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-menu-item-cta-firm",
|
|
25
|
+
"default": "var(--vvd-color-cta-600)"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "--vvd-menu-item-cta-faint",
|
|
29
|
+
"default": "var(--vvd-color-cta-50)"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--vvd-menu-item-cta-soft",
|
|
33
|
+
"default": "var(--vvd-color-cta-100)"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "--vvd-menu-item-cta-pale",
|
|
37
|
+
"default": "var(--vvd-color-cta-300)"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "--vvd-menu-item-cta-dim",
|
|
41
|
+
"default": "var(--vvd-color-cta-200)"
|
|
42
|
+
},
|
|
11
43
|
{
|
|
12
44
|
"name": "--vvd-menu-item-accent-primary",
|
|
13
45
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -20,6 +52,10 @@ Code in this file were generated using following JSON:
|
|
|
20
52
|
"name": "--vvd-menu-item-accent-primary-increment",
|
|
21
53
|
"default": "var(--vvd-color-neutral-800)"
|
|
22
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-menu-item-accent-firm",
|
|
57
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
58
|
+
},
|
|
23
59
|
{
|
|
24
60
|
"name": "--vvd-menu-item-accent-faint",
|
|
25
61
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -70,6 +106,15 @@ Code in this file were generated using following JSON:
|
|
|
70
106
|
"description": "Indicates the menu item's secondary text.",
|
|
71
107
|
"privacy": "public"
|
|
72
108
|
},
|
|
109
|
+
{
|
|
110
|
+
"kind": "field",
|
|
111
|
+
"name": "connotation",
|
|
112
|
+
"type": {
|
|
113
|
+
"text": "MenuItemConnotation | undefined"
|
|
114
|
+
},
|
|
115
|
+
"description": "The connotation the fab should have.",
|
|
116
|
+
"privacy": "public"
|
|
117
|
+
},
|
|
73
118
|
{
|
|
74
119
|
"kind": "field",
|
|
75
120
|
"name": "checkTrailing",
|
|
@@ -139,6 +184,14 @@ Code in this file were generated using following JSON:
|
|
|
139
184
|
"description": "Indicates the menu item's secondary text.",
|
|
140
185
|
"fieldName": "textSecondary"
|
|
141
186
|
},
|
|
187
|
+
{
|
|
188
|
+
"name": "connotation",
|
|
189
|
+
"type": {
|
|
190
|
+
"text": "MenuItemConnotation | undefined"
|
|
191
|
+
},
|
|
192
|
+
"description": "The connotation the fab should have.",
|
|
193
|
+
"fieldName": "connotation"
|
|
194
|
+
},
|
|
142
195
|
{
|
|
143
196
|
"name": "check-trailing",
|
|
144
197
|
"type": {
|
|
@@ -160,6 +213,18 @@ Code in this file were generated using following JSON:
|
|
|
160
213
|
"superclass": {
|
|
161
214
|
"name": "FastMenuItem",
|
|
162
215
|
"package": "@microsoft/fast-foundation"
|
|
216
|
+
},
|
|
217
|
+
"vividComponent": {
|
|
218
|
+
"public": true,
|
|
219
|
+
"name": "menu-item",
|
|
220
|
+
"vueModels": [
|
|
221
|
+
{
|
|
222
|
+
"name": "modelValue",
|
|
223
|
+
"attributeName": "checked",
|
|
224
|
+
"eventName": "change",
|
|
225
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
226
|
+
}
|
|
227
|
+
]
|
|
163
228
|
}
|
|
164
229
|
}
|
|
165
230
|
*/
|
|
@@ -171,7 +236,7 @@ registerMenuItem('vvd3')
|
|
|
171
236
|
const VwcMenuItem = wrapper(`vvd3-menu-item`, {
|
|
172
237
|
events: [{"name":"change","propName":"onChange"}],
|
|
173
238
|
attributes: [],
|
|
174
|
-
properties: ['text', 'textSecondary', 'checkTrailing', 'checkedAppearance', 'trailingMetaSlottedContent', 'updateSubmenu', 'icon']
|
|
239
|
+
properties: ['text', 'textSecondary', 'connotation', 'checkTrailing', 'checkedAppearance', 'trailingMetaSlottedContent', 'updateSubmenu', 'icon']
|
|
175
240
|
})
|
|
176
241
|
|
|
177
242
|
VwcMenuItem.displayName = 'VwcMenuItem'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu-item",
|
|
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/VwcNav/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
2
|
+
/** VwcNav
|
|
4
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/nav
|
|
5
4
|
|
|
6
5
|
*/
|