@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
|
@@ -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": "SideDrawer",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -124,6 +124,10 @@ Code in this file were generated using following JSON:
|
|
|
124
124
|
"superclass": {
|
|
125
125
|
"name": "FoundationElement",
|
|
126
126
|
"package": "@microsoft/fast-foundation"
|
|
127
|
+
},
|
|
128
|
+
"vividComponent": {
|
|
129
|
+
"public": true,
|
|
130
|
+
"name": "side-drawer"
|
|
127
131
|
}
|
|
128
132
|
}
|
|
129
133
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-side-drawer",
|
|
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/VwcSlider/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcSlider
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/slider
|
|
4
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
* @param {string | null} ariaValuetext **attribute** `aria-valuetext`
|
package/v3/VwcSlider/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": "Slider",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -91,6 +91,18 @@ Code in this file were generated using following JSON:
|
|
|
91
91
|
"superclass": {
|
|
92
92
|
"name": "FastSlider",
|
|
93
93
|
"package": "@microsoft/fast-foundation"
|
|
94
|
+
},
|
|
95
|
+
"vividComponent": {
|
|
96
|
+
"public": true,
|
|
97
|
+
"name": "slider",
|
|
98
|
+
"vueModels": [
|
|
99
|
+
{
|
|
100
|
+
"name": "modelValue",
|
|
101
|
+
"attributeName": "current-value",
|
|
102
|
+
"eventName": "change",
|
|
103
|
+
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
94
106
|
}
|
|
95
107
|
}
|
|
96
108
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
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
|
+
/** VwcSplitButton
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/split-button
|
|
4
4
|
* @param {HTMLButtonElement} _action - Action HTML button element
|
|
5
5
|
* @param {HTMLButtonElement} _indicator - Indicator HTML button element
|
|
@@ -13,7 +13,8 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
13
13
|
* @param {boolean} disabled - Indicates if the button is disabled. **attribute** `disabled`
|
|
14
14
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
15
15
|
* @param {string | null} ariaExpanded **attribute** `aria-expanded`
|
|
16
|
-
* @param {
|
|
16
|
+
* @param {| string
|
|
17
|
+
| null} indicatorAriaLabel - Defines a string value that labels the indicator element.
|
|
17
18
|
|
|
18
19
|
https://www.w3.org/TR/wai-aria-1.1/#aria-label **attribute** `indicator-aria-label`
|
|
19
20
|
*/
|
|
@@ -39,7 +40,7 @@ declare const VwcSplitButton: {
|
|
|
39
40
|
disabled?: boolean | undefined;
|
|
40
41
|
ariaLabel?: string | null | undefined;
|
|
41
42
|
ariaExpanded?: string | null | undefined;
|
|
42
|
-
indicatorAriaLabel?:
|
|
43
|
+
indicatorAriaLabel?: any;
|
|
43
44
|
}): JSX.Element;
|
|
44
45
|
displayName: string;
|
|
45
46
|
};
|
|
@@ -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": "SplitButton",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -276,7 +276,7 @@ Code in this file were generated using following JSON:
|
|
|
276
276
|
"kind": "field",
|
|
277
277
|
"name": "indicatorAriaLabel",
|
|
278
278
|
"type": {
|
|
279
|
-
"text": "string
|
|
279
|
+
"text": "| string\n\t\t| null"
|
|
280
280
|
},
|
|
281
281
|
"default": "null",
|
|
282
282
|
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
@@ -379,7 +379,7 @@ Code in this file were generated using following JSON:
|
|
|
379
379
|
{
|
|
380
380
|
"name": "indicator-aria-label",
|
|
381
381
|
"type": {
|
|
382
|
-
"text": "string
|
|
382
|
+
"text": "| string\n\t\t| null"
|
|
383
383
|
},
|
|
384
384
|
"default": "null",
|
|
385
385
|
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
@@ -389,6 +389,10 @@ Code in this file were generated using following JSON:
|
|
|
389
389
|
"superclass": {
|
|
390
390
|
"name": "FoundationElement",
|
|
391
391
|
"package": "@microsoft/fast-foundation"
|
|
392
|
+
},
|
|
393
|
+
"vividComponent": {
|
|
394
|
+
"public": true,
|
|
395
|
+
"name": "split-button"
|
|
392
396
|
}
|
|
393
397
|
}
|
|
394
398
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-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
|
}
|
package/v3/VwcSwitch/index.d.ts
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcSwitch
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
|
|
4
4
|
* @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
|
|
5
5
|
* @param {SwitchConnotation | undefined} connotation - Indicates the switch's connotation. **attribute** `connotation`
|
|
6
|
+
* @param {boolean} checked
|
|
7
|
+
* @param {boolean} readonly
|
|
8
|
+
* @param {boolean} disabled
|
|
9
|
+
* @param {string | undefined} value
|
|
10
|
+
* @param {string | undefined} name
|
|
6
11
|
*/
|
|
7
12
|
declare const VwcSwitch: {
|
|
8
13
|
(props: {
|
|
@@ -14,6 +19,11 @@ declare const VwcSwitch: {
|
|
|
14
19
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
15
20
|
label?: string | undefined;
|
|
16
21
|
connotation?: any;
|
|
22
|
+
checked?: boolean | undefined;
|
|
23
|
+
readonly?: boolean | undefined;
|
|
24
|
+
disabled?: boolean | undefined;
|
|
25
|
+
value?: string | undefined;
|
|
26
|
+
name?: string | undefined;
|
|
17
27
|
}): JSX.Element;
|
|
18
28
|
displayName: string;
|
|
19
29
|
};
|
package/v3/VwcSwitch/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": "Switch",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -28,6 +28,10 @@ Code in this file were generated using following JSON:
|
|
|
28
28
|
"name": "--vvd-switch-cta-intermediate",
|
|
29
29
|
"default": "var(--vvd-color-cta-500)"
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--vvd-switch-cta-fierce",
|
|
33
|
+
"default": "var(--vvd-color-cta-700)"
|
|
34
|
+
},
|
|
31
35
|
{
|
|
32
36
|
"name": "--vvd-switch-alert-primary-text",
|
|
33
37
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -48,6 +52,10 @@ Code in this file were generated using following JSON:
|
|
|
48
52
|
"name": "--vvd-switch-alert-intermediate",
|
|
49
53
|
"default": "var(--vvd-color-alert-500)"
|
|
50
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-switch-alert-fierce",
|
|
57
|
+
"default": "var(--vvd-color-alert-700)"
|
|
58
|
+
},
|
|
51
59
|
{
|
|
52
60
|
"name": "--vvd-switch-success-primary-text",
|
|
53
61
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -68,6 +76,10 @@ Code in this file were generated using following JSON:
|
|
|
68
76
|
"name": "--vvd-switch-success-intermediate",
|
|
69
77
|
"default": "var(--vvd-color-success-500)"
|
|
70
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"name": "--vvd-switch-success-fierce",
|
|
81
|
+
"default": "var(--vvd-color-success-700)"
|
|
82
|
+
},
|
|
71
83
|
{
|
|
72
84
|
"name": "--vvd-switch-accent-primary-text",
|
|
73
85
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -87,6 +99,10 @@ Code in this file were generated using following JSON:
|
|
|
87
99
|
{
|
|
88
100
|
"name": "--vvd-switch-accent-intermediate",
|
|
89
101
|
"default": "var(--vvd-color-neutral-500)"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "--vvd-switch-accent-fierce",
|
|
105
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
90
106
|
}
|
|
91
107
|
],
|
|
92
108
|
"members": [
|
|
@@ -130,6 +146,18 @@ Code in this file were generated using following JSON:
|
|
|
130
146
|
"superclass": {
|
|
131
147
|
"name": "FoundationSwitch",
|
|
132
148
|
"package": "@microsoft/fast-foundation"
|
|
149
|
+
},
|
|
150
|
+
"vividComponent": {
|
|
151
|
+
"public": true,
|
|
152
|
+
"name": "switch",
|
|
153
|
+
"vueModels": [
|
|
154
|
+
{
|
|
155
|
+
"name": "modelValue",
|
|
156
|
+
"attributeName": "current-checked",
|
|
157
|
+
"eventName": "change",
|
|
158
|
+
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
133
161
|
}
|
|
134
162
|
}
|
|
135
163
|
*/
|
|
@@ -141,7 +169,7 @@ registerSwitch('vvd3')
|
|
|
141
169
|
const VwcSwitch = wrapper(`vvd3-switch`, {
|
|
142
170
|
events: [{"name":"change","propName":"onChange"}],
|
|
143
171
|
attributes: [],
|
|
144
|
-
properties: ['label', 'connotation']
|
|
172
|
+
properties: ['label', 'connotation', 'checked', 'readonly', 'disabled', 'value', 'name']
|
|
145
173
|
})
|
|
146
174
|
|
|
147
175
|
VwcSwitch.displayName = 'VwcSwitch'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
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/VwcTab/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcTab
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tab
|
|
4
4
|
* @param {TabConnotation | undefined} connotation - The connotation the tab should have. **attribute** `connotation`
|
|
5
5
|
* @param {TabShape | undefined} shape - The shape the tab should have. **attribute** `shape`
|
package/v3/VwcTab/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": "Tab",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -152,6 +152,10 @@ Code in this file were generated using following JSON:
|
|
|
152
152
|
"superclass": {
|
|
153
153
|
"name": "FoundationTab",
|
|
154
154
|
"package": "@microsoft/fast-foundation"
|
|
155
|
+
},
|
|
156
|
+
"vividComponent": {
|
|
157
|
+
"public": true,
|
|
158
|
+
"name": "tab"
|
|
155
159
|
}
|
|
156
160
|
}
|
|
157
161
|
*/
|
package/v3/VwcTab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab",
|
|
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/VwcTabPanel/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": "TabPanel",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -16,6 +16,10 @@ Code in this file were generated using following JSON:
|
|
|
16
16
|
"superclass": {
|
|
17
17
|
"name": "FoundationTabPanel",
|
|
18
18
|
"package": "@microsoft/fast-foundation"
|
|
19
|
+
},
|
|
20
|
+
"vividComponent": {
|
|
21
|
+
"public": true,
|
|
22
|
+
"name": "tab-panel"
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab-panel",
|
|
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/VwcTabs/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcTabs
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tabs
|
|
4
4
|
* @param {HTMLElement | undefined} tablist
|
|
5
5
|
* @param {TabsConnotation | undefined} connotation - The connotation the tabs should have. **attribute** `connotation`
|
package/v3/VwcTabs/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": "Tabs",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -174,6 +174,10 @@ Code in this file were generated using following JSON:
|
|
|
174
174
|
"superclass": {
|
|
175
175
|
"name": "FoundationTabs",
|
|
176
176
|
"package": "@microsoft/fast-foundation"
|
|
177
|
+
},
|
|
178
|
+
"vividComponent": {
|
|
179
|
+
"public": true,
|
|
180
|
+
"name": "tabs"
|
|
177
181
|
}
|
|
178
182
|
}
|
|
179
183
|
*/
|
package/v3/VwcTabs/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tabs",
|
|
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/VwcTag/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcTag
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tag
|
|
4
4
|
* @param {TagConnotation | undefined} connotation - The connotation the tag should have. **attribute** `connotation`
|
|
5
5
|
* @param {TagShape | undefined} shape - The shape the tag should have. **attribute** `shape`
|
package/v3/VwcTag/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": "Tag",
|
|
10
10
|
"cssProperties": [
|
|
11
11
|
{
|
|
@@ -25,7 +25,7 @@ Code in this file were generated using following JSON:
|
|
|
25
25
|
"default": "var(--vvd-color-cta-700)"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"name": "--vvd-tag-cta-firm",
|
|
28
|
+
"name": "--vvd-tag-cta-firm-all",
|
|
29
29
|
"default": "var(--vvd-color-cta-600)"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
@@ -53,8 +53,8 @@ Code in this file were generated using following JSON:
|
|
|
53
53
|
"default": "var(--vvd-color-neutral-700)"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"name": "--vvd-tag-accent-firm",
|
|
57
|
-
"default": "var(--vvd-color-
|
|
56
|
+
"name": "--vvd-tag-accent-firm-all",
|
|
57
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"name": "--vvd-tag-accent-faint",
|
|
@@ -253,6 +253,10 @@ Code in this file were generated using following JSON:
|
|
|
253
253
|
"superclass": {
|
|
254
254
|
"name": "FoundationElement",
|
|
255
255
|
"package": "@microsoft/fast-foundation"
|
|
256
|
+
},
|
|
257
|
+
"vividComponent": {
|
|
258
|
+
"public": true,
|
|
259
|
+
"name": "tag"
|
|
256
260
|
}
|
|
257
261
|
}
|
|
258
262
|
*/
|
package/v3/VwcTag/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag",
|
|
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/VwcTagGroup/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": "TagGroup",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -36,6 +36,10 @@ Code in this file were generated using following JSON:
|
|
|
36
36
|
"superclass": {
|
|
37
37
|
"name": "FoundationElement",
|
|
38
38
|
"package": "@microsoft/fast-foundation"
|
|
39
|
+
},
|
|
40
|
+
"vividComponent": {
|
|
41
|
+
"public": true,
|
|
42
|
+
"name": "tag-group"
|
|
39
43
|
}
|
|
40
44
|
}
|
|
41
45
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag-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
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
/**
|
|
2
|
+
/** VwcTextAnchor
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/text-anchor
|
|
4
4
|
* @param {string | undefined} text - Indicates the text anchor's text. **attribute** `text`
|
|
5
|
+
* @param {TextAnchorConnotation | undefined} connotation - The connotation Text-Anchor should have. **attribute** `connotation`
|
|
6
|
+
* @param {TextAnchorAppearance | undefined} appearance - The appearance Text-Anchor should have. **attribute** `appearance`
|
|
5
7
|
*/
|
|
6
8
|
declare const VwcTextAnchor: {
|
|
7
9
|
(props: {
|
|
@@ -11,6 +13,8 @@ declare const VwcTextAnchor: {
|
|
|
11
13
|
style?: React.CSSProperties | undefined;
|
|
12
14
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
15
|
text?: string | undefined;
|
|
16
|
+
connotation?: any;
|
|
17
|
+
appearance?: any;
|
|
14
18
|
}): JSX.Element;
|
|
15
19
|
displayName: string;
|
|
16
20
|
};
|
|
@@ -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": "TextAnchor",
|
|
10
10
|
"slots": [
|
|
11
11
|
{
|
|
@@ -22,6 +22,24 @@ Code in this file were generated using following JSON:
|
|
|
22
22
|
},
|
|
23
23
|
"description": "Indicates the text anchor's text.",
|
|
24
24
|
"privacy": "public"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"kind": "field",
|
|
28
|
+
"name": "connotation",
|
|
29
|
+
"type": {
|
|
30
|
+
"text": "TextAnchorConnotation | undefined"
|
|
31
|
+
},
|
|
32
|
+
"description": "The connotation Text-Anchor should have.",
|
|
33
|
+
"privacy": "public"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"kind": "field",
|
|
37
|
+
"name": "appearance",
|
|
38
|
+
"type": {
|
|
39
|
+
"text": "TextAnchorAppearance | undefined"
|
|
40
|
+
},
|
|
41
|
+
"description": "The appearance Text-Anchor should have.",
|
|
42
|
+
"privacy": "public"
|
|
25
43
|
}
|
|
26
44
|
],
|
|
27
45
|
"attributes": [
|
|
@@ -32,11 +50,30 @@ Code in this file were generated using following JSON:
|
|
|
32
50
|
},
|
|
33
51
|
"description": "Indicates the text anchor's text.",
|
|
34
52
|
"fieldName": "text"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "connotation",
|
|
56
|
+
"type": {
|
|
57
|
+
"text": "TextAnchorConnotation | undefined"
|
|
58
|
+
},
|
|
59
|
+
"description": "The connotation Text-Anchor should have.",
|
|
60
|
+
"fieldName": "connotation"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "appearance",
|
|
64
|
+
"type": {
|
|
65
|
+
"text": "TextAnchorAppearance | undefined"
|
|
66
|
+
},
|
|
67
|
+
"description": "The appearance Text-Anchor should have.",
|
|
68
|
+
"fieldName": "appearance"
|
|
35
69
|
}
|
|
36
70
|
],
|
|
37
71
|
"superclass": {
|
|
38
72
|
"name": "Anchor",
|
|
39
73
|
"package": "@microsoft/fast-foundation"
|
|
74
|
+
},
|
|
75
|
+
"vividComponent": {
|
|
76
|
+
"name": "text-anchor"
|
|
40
77
|
}
|
|
41
78
|
}
|
|
42
79
|
*/
|
|
@@ -48,7 +85,7 @@ registerTextAnchor('vvd3')
|
|
|
48
85
|
const VwcTextAnchor = wrapper(`vvd3-text-anchor`, {
|
|
49
86
|
events: [],
|
|
50
87
|
attributes: [],
|
|
51
|
-
properties: ['text']
|
|
88
|
+
properties: ['text', 'connotation', 'appearance']
|
|
52
89
|
})
|
|
53
90
|
|
|
54
91
|
VwcTextAnchor.displayName = 'VwcTextAnchor'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-anchor",
|
|
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
|
+
/** VwcTextArea
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/text-area
|
|
4
4
|
* @param {TextAreaWrap | undefined} wrap - The wrap attribute **attribute** `wrap`
|
|
5
5
|
*/
|