@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/VwcNav/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": "Nav",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -16,6 +16,10 @@ Code in this file were generated using following JSON:
|
|
|
16
16
|
"superclass": {
|
|
17
17
|
"name": "FoundationElement",
|
|
18
18
|
"package": "@microsoft/fast-foundation"
|
|
19
|
+
},
|
|
20
|
+
"vividComponent": {
|
|
21
|
+
"public": true,
|
|
22
|
+
"name": "nav"
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
*/
|
package/v3/VwcNav/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav",
|
|
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,6 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
2
|
+
/** VwcNavDisclosure
|
|
4
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/nav-disclosure
|
|
5
4
|
* @param {HTMLDetailsElement} details
|
|
6
5
|
* @param {string | undefined} label **attribute** `label`
|
|
@@ -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": "NavDisclosure",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -118,6 +118,10 @@ Code in this file were generated using following JSON:
|
|
|
118
118
|
"superclass": {
|
|
119
119
|
"name": "FoundationElement",
|
|
120
120
|
"package": "@microsoft/fast-foundation"
|
|
121
|
+
},
|
|
122
|
+
"vividComponent": {
|
|
123
|
+
"public": true,
|
|
124
|
+
"name": "nav-disclosure"
|
|
121
125
|
}
|
|
122
126
|
}
|
|
123
127
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-disclosure",
|
|
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/VwcNavItem/index.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ import React, { ReactNode } from 'react';
|
|
|
3
3
|
Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
4
4
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/nav-item
|
|
5
5
|
* @param {string | undefined} text - Indicates the text anchor's text. **attribute** `text`
|
|
6
|
+
* @param {TextAnchorConnotation | undefined} connotation - The connotation Text-Anchor should have. **attribute** `connotation`
|
|
7
|
+
* @param {TextAnchorAppearance | undefined} appearance - The appearance Text-Anchor should have. **attribute** `appearance`
|
|
6
8
|
*/
|
|
7
9
|
declare const VwcNavItem: {
|
|
8
10
|
(props: {
|
|
@@ -12,6 +14,8 @@ declare const VwcNavItem: {
|
|
|
12
14
|
style?: React.CSSProperties | undefined;
|
|
13
15
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
14
16
|
text?: string | undefined;
|
|
17
|
+
connotation?: any;
|
|
18
|
+
appearance?: any;
|
|
15
19
|
}): JSX.Element;
|
|
16
20
|
displayName: string;
|
|
17
21
|
};
|
package/v3/VwcNavItem/index.js
CHANGED
|
@@ -56,12 +56,42 @@ Code in this file were generated using following JSON:
|
|
|
56
56
|
"name": "TextAnchor",
|
|
57
57
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
58
58
|
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"kind": "field",
|
|
62
|
+
"name": "connotation",
|
|
63
|
+
"type": {
|
|
64
|
+
"text": "TextAnchorConnotation | undefined"
|
|
65
|
+
},
|
|
66
|
+
"description": "The connotation Text-Anchor should have.",
|
|
67
|
+
"privacy": "public",
|
|
68
|
+
"inheritedFrom": {
|
|
69
|
+
"name": "TextAnchor",
|
|
70
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"kind": "field",
|
|
75
|
+
"name": "appearance",
|
|
76
|
+
"type": {
|
|
77
|
+
"text": "TextAnchorAppearance | undefined"
|
|
78
|
+
},
|
|
79
|
+
"description": "The appearance Text-Anchor should have.",
|
|
80
|
+
"privacy": "public",
|
|
81
|
+
"inheritedFrom": {
|
|
82
|
+
"name": "TextAnchor",
|
|
83
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
84
|
+
}
|
|
59
85
|
}
|
|
60
86
|
],
|
|
61
87
|
"superclass": {
|
|
62
88
|
"name": "TextAnchor",
|
|
63
89
|
"module": "/libs/components/src/lib/text-anchor/text-anchor"
|
|
64
90
|
},
|
|
91
|
+
"vividComponent": {
|
|
92
|
+
"public": true,
|
|
93
|
+
"name": "nav-item"
|
|
94
|
+
},
|
|
65
95
|
"attributes": [
|
|
66
96
|
{
|
|
67
97
|
"name": "text",
|
|
@@ -74,6 +104,30 @@ Code in this file were generated using following JSON:
|
|
|
74
104
|
"name": "TextAnchor",
|
|
75
105
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
76
106
|
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "connotation",
|
|
110
|
+
"type": {
|
|
111
|
+
"text": "TextAnchorConnotation | undefined"
|
|
112
|
+
},
|
|
113
|
+
"description": "The connotation Text-Anchor should have.",
|
|
114
|
+
"fieldName": "connotation",
|
|
115
|
+
"inheritedFrom": {
|
|
116
|
+
"name": "TextAnchor",
|
|
117
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "appearance",
|
|
122
|
+
"type": {
|
|
123
|
+
"text": "TextAnchorAppearance | undefined"
|
|
124
|
+
},
|
|
125
|
+
"description": "The appearance Text-Anchor should have.",
|
|
126
|
+
"fieldName": "appearance",
|
|
127
|
+
"inheritedFrom": {
|
|
128
|
+
"name": "TextAnchor",
|
|
129
|
+
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
130
|
+
}
|
|
77
131
|
}
|
|
78
132
|
]
|
|
79
133
|
}
|
|
@@ -86,7 +140,7 @@ registerNavItem('vvd3')
|
|
|
86
140
|
const VwcNavItem = wrapper(`vvd3-nav-item`, {
|
|
87
141
|
events: [],
|
|
88
142
|
attributes: [],
|
|
89
|
-
properties: ['text']
|
|
143
|
+
properties: ['text', 'connotation', 'appearance']
|
|
90
144
|
})
|
|
91
145
|
|
|
92
146
|
VwcNavItem.displayName = 'VwcNavItem'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-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/VwcNote/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcNote
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/note
|
|
4
4
|
* @param {string | undefined} headline - Indicates the note's headline text **attribute** `headline`
|
|
5
5
|
* @param {NoteConnotation | undefined} connotation **attribute** `connotation`
|
package/v3/VwcNote/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": "Note",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -117,6 +117,10 @@ Code in this file were generated using following JSON:
|
|
|
117
117
|
"superclass": {
|
|
118
118
|
"name": "FoundationElement",
|
|
119
119
|
"package": "@microsoft/fast-foundation"
|
|
120
|
+
},
|
|
121
|
+
"vividComponent": {
|
|
122
|
+
"public": true,
|
|
123
|
+
"name": "note"
|
|
120
124
|
}
|
|
121
125
|
}
|
|
122
126
|
*/
|
package/v3/VwcNote/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-note",
|
|
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,10 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcNumberField
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/number-field
|
|
4
|
-
* @param {
|
|
5
|
-
|
|
4
|
+
* @param {| string
|
|
5
|
+
| null} incrementButtonAriaLabel **attribute** `increment-button-aria-label`
|
|
6
|
+
* @param {| string
|
|
7
|
+
| null} decrementButtonAriaLabel **attribute** `decrement-button-aria-label`
|
|
6
8
|
* @param {NumberFieldAppearance | undefined} appearance **attribute** `appearance`
|
|
7
9
|
* @param {NumberFieldShape | undefined} shape **attribute** `shape`
|
|
8
10
|
* @param {string | undefined} autoComplete **attribute** `autoComplete`
|
|
@@ -16,8 +18,8 @@ declare const VwcNumberField: {
|
|
|
16
18
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
17
19
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
18
20
|
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
19
|
-
incrementButtonAriaLabel?:
|
|
20
|
-
decrementButtonAriaLabel?:
|
|
21
|
+
incrementButtonAriaLabel?: any;
|
|
22
|
+
decrementButtonAriaLabel?: any;
|
|
21
23
|
appearance?: any;
|
|
22
24
|
shape?: any;
|
|
23
25
|
autoComplete?: string | undefined;
|
|
@@ -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": "NumberField",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -41,12 +41,18 @@ Code in this file were generated using following JSON:
|
|
|
41
41
|
"default": "var(--vvd-color-neutral-100)"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
|
+
"slots": [
|
|
45
|
+
{
|
|
46
|
+
"description": "Describes how to use the number-field. Alternative to the `helper-text` attribute.",
|
|
47
|
+
"name": "helper-text"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
44
50
|
"members": [
|
|
45
51
|
{
|
|
46
52
|
"kind": "field",
|
|
47
53
|
"name": "incrementButtonAriaLabel",
|
|
48
54
|
"type": {
|
|
49
|
-
"text": "string
|
|
55
|
+
"text": "| string\n\t\t| null"
|
|
50
56
|
},
|
|
51
57
|
"default": "null"
|
|
52
58
|
},
|
|
@@ -54,7 +60,7 @@ Code in this file were generated using following JSON:
|
|
|
54
60
|
"kind": "field",
|
|
55
61
|
"name": "decrementButtonAriaLabel",
|
|
56
62
|
"type": {
|
|
57
|
-
"text": "string
|
|
63
|
+
"text": "| string\n\t\t| null"
|
|
58
64
|
},
|
|
59
65
|
"default": "null"
|
|
60
66
|
},
|
|
@@ -115,7 +121,7 @@ Code in this file were generated using following JSON:
|
|
|
115
121
|
{
|
|
116
122
|
"name": "increment-button-aria-label",
|
|
117
123
|
"type": {
|
|
118
|
-
"text": "string
|
|
124
|
+
"text": "| string\n\t\t| null"
|
|
119
125
|
},
|
|
120
126
|
"default": "null",
|
|
121
127
|
"fieldName": "incrementButtonAriaLabel"
|
|
@@ -123,7 +129,7 @@ Code in this file were generated using following JSON:
|
|
|
123
129
|
{
|
|
124
130
|
"name": "decrement-button-aria-label",
|
|
125
131
|
"type": {
|
|
126
|
-
"text": "string
|
|
132
|
+
"text": "| string\n\t\t| null"
|
|
127
133
|
},
|
|
128
134
|
"default": "null",
|
|
129
135
|
"fieldName": "decrementButtonAriaLabel"
|
|
@@ -153,6 +159,18 @@ Code in this file were generated using following JSON:
|
|
|
153
159
|
"superclass": {
|
|
154
160
|
"name": "FastNumberField",
|
|
155
161
|
"package": "@microsoft/fast-foundation"
|
|
162
|
+
},
|
|
163
|
+
"vividComponent": {
|
|
164
|
+
"public": true,
|
|
165
|
+
"name": "number-field",
|
|
166
|
+
"vueModels": [
|
|
167
|
+
{
|
|
168
|
+
"name": "modelValue",
|
|
169
|
+
"attributeName": "current-value",
|
|
170
|
+
"eventName": "input",
|
|
171
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
172
|
+
}
|
|
173
|
+
]
|
|
156
174
|
}
|
|
157
175
|
}
|
|
158
176
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-number-field",
|
|
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/VwcOption/index.d.ts
CHANGED
package/v3/VwcOption/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": "ListboxOption",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -20,6 +20,10 @@ Code in this file were generated using following JSON:
|
|
|
20
20
|
"name": "--vvd-option-accent-primary-increment",
|
|
21
21
|
"default": "var(--vvd-color-neutral-800)"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-option-accent-firm",
|
|
25
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
26
|
+
},
|
|
23
27
|
{
|
|
24
28
|
"name": "--vvd-option-accent-faint",
|
|
25
29
|
"default": "var(--vvd-color-neutral-50)"
|
|
@@ -91,6 +95,10 @@ Code in this file were generated using following JSON:
|
|
|
91
95
|
"superclass": {
|
|
92
96
|
"name": "FoundationListboxOption",
|
|
93
97
|
"package": "@microsoft/fast-foundation"
|
|
98
|
+
},
|
|
99
|
+
"vividComponent": {
|
|
100
|
+
"public": true,
|
|
101
|
+
"name": "option"
|
|
94
102
|
}
|
|
95
103
|
}
|
|
96
104
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox-option",
|
|
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
|
+
/** VwcPagination
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/pagination
|
|
4
4
|
* @param {PaginationSize | undefined} size - The size the pagination should have. **attribute** `size`
|
|
5
5
|
* @param {PaginationShape | undefined} shape - The shape the pagination should have. **attribute** `shape`
|
|
@@ -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": "Pagination",
|
|
10
10
|
"members": [
|
|
11
11
|
{
|
|
@@ -181,6 +181,10 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
"superclass": {
|
|
182
182
|
"name": "FoundationElement",
|
|
183
183
|
"package": "@microsoft/fast-foundation"
|
|
184
|
+
},
|
|
185
|
+
"vividComponent": {
|
|
186
|
+
"public": true,
|
|
187
|
+
"name": "pagination"
|
|
184
188
|
}
|
|
185
189
|
}
|
|
186
190
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-pagination",
|
|
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
|
+
/** VwcProgress
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/progress
|
|
4
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
* @param {ProgressShape | undefined} shape - Indicates the progress' shape. **attribute** `shape`
|
package/v3/VwcProgress/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": "Progress",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -116,6 +116,10 @@ Code in this file were generated using following JSON:
|
|
|
116
116
|
"superclass": {
|
|
117
117
|
"name": "BaseProgress",
|
|
118
118
|
"package": "@microsoft/fast-foundation"
|
|
119
|
+
},
|
|
120
|
+
"vividComponent": {
|
|
121
|
+
"public": true,
|
|
122
|
+
"name": "progress"
|
|
119
123
|
}
|
|
120
124
|
}
|
|
121
125
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-progress",
|
|
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
|
+
/** VwcProgressRing
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/progress-ring
|
|
4
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
* @param {ProgressRingConnotation | undefined} connotation **attribute** `connotation`
|
|
@@ -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": "ProgressRing",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -76,6 +76,10 @@ Code in this file were generated using following JSON:
|
|
|
76
76
|
"superclass": {
|
|
77
77
|
"name": "BaseProgress",
|
|
78
78
|
"package": "@microsoft/fast-foundation"
|
|
79
|
+
},
|
|
80
|
+
"vividComponent": {
|
|
81
|
+
"public": true,
|
|
82
|
+
"name": "progress-ring"
|
|
79
83
|
}
|
|
80
84
|
}
|
|
81
85
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-progress-ring",
|
|
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/VwcRadio/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcRadio
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/radio
|
|
4
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
* @param {string | undefined} label - Indicates the radio's label. **attribute** `label`
|
package/v3/VwcRadio/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": "Radio",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -114,6 +114,10 @@ Code in this file were generated using following JSON:
|
|
|
114
114
|
"superclass": {
|
|
115
115
|
"name": "FastRadio",
|
|
116
116
|
"package": "@microsoft/fast-foundation"
|
|
117
|
+
},
|
|
118
|
+
"vividComponent": {
|
|
119
|
+
"public": true,
|
|
120
|
+
"name": "radio"
|
|
117
121
|
}
|
|
118
122
|
}
|
|
119
123
|
*/
|
package/v3/VwcRadio/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-radio",
|
|
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
|
+
/** VwcRadioGroup
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/radio-group
|
|
4
4
|
* @param {string | undefined} label - Indicates the group's label. **attribute** `label`
|
|
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": "RadioGroup",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -37,6 +37,18 @@ Code in this file were generated using following JSON:
|
|
|
37
37
|
"superclass": {
|
|
38
38
|
"name": "FastRadioGroup",
|
|
39
39
|
"package": "@microsoft/fast-foundation"
|
|
40
|
+
},
|
|
41
|
+
"vividComponent": {
|
|
42
|
+
"public": true,
|
|
43
|
+
"name": "radio-group",
|
|
44
|
+
"vueModels": [
|
|
45
|
+
{
|
|
46
|
+
"name": "modelValue",
|
|
47
|
+
"attributeName": "value",
|
|
48
|
+
"eventName": "change",
|
|
49
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
50
|
+
}
|
|
51
|
+
]
|
|
40
52
|
}
|
|
41
53
|
}
|
|
42
54
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-radio-group",
|
|
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
|
}
|