@vonage/vivid-react 2.10.63 → 2.10.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -54
- package/VwcAccordion/package.json +2 -2
- package/VwcActionGroup/package.json +2 -2
- package/VwcBadge/package.json +2 -2
- package/VwcBanner/package.json +2 -2
- package/VwcButton/package.json +2 -2
- package/VwcButtonToggleGroup/package.json +2 -2
- package/VwcCalendar/package.json +2 -2
- package/VwcCalendarEvent/package.json +2 -2
- package/VwcCard/package.json +2 -2
- package/VwcCarousel/package.json +2 -2
- package/VwcCarouselItem/package.json +2 -2
- package/VwcCheckListItem/package.json +2 -2
- package/VwcCheckbox/package.json +2 -2
- package/VwcChip/package.json +2 -2
- package/VwcChipSet/package.json +2 -2
- package/VwcCircularProgress/package.json +2 -2
- package/VwcDataGrid/package.json +2 -2
- package/VwcDataGridColumn/package.json +2 -2
- package/VwcDatepicker/package.json +2 -2
- package/VwcDialog/package.json +2 -2
- package/VwcDrawer/package.json +2 -2
- package/VwcDropdown/package.json +2 -2
- package/VwcElevation/package.json +2 -2
- package/VwcEmptyState/package.json +2 -2
- package/VwcExpansionPanel/package.json +2 -2
- package/VwcFab/package.json +2 -2
- package/VwcFilePicker/package.json +2 -2
- package/VwcFormfield/package.json +2 -2
- package/VwcHelperMessage/package.json +2 -2
- package/VwcIcon/package.json +2 -2
- package/VwcIconButton/package.json +2 -2
- package/VwcIconButtonToggle/package.json +2 -2
- package/VwcKeypad/package.json +2 -2
- package/VwcLayout/package.json +2 -2
- package/VwcLinearProgress/package.json +2 -2
- package/VwcList/package.json +2 -2
- package/VwcListExpansionPanel/package.json +2 -2
- package/VwcListItem/package.json +2 -2
- package/VwcMenu/package.json +2 -2
- package/VwcNotchedOutline/package.json +2 -2
- package/VwcNote/package.json +2 -2
- package/VwcPagination/package.json +2 -2
- package/VwcPopup/package.json +2 -2
- package/VwcRadio/package.json +2 -2
- package/VwcRadioListItem/package.json +2 -2
- package/VwcSchemeSelect/package.json +2 -2
- package/VwcSelect/package.json +2 -2
- package/VwcSideDrawer/package.json +2 -2
- package/VwcSlider/package.json +2 -2
- package/VwcSnackbar/package.json +2 -2
- package/VwcSurface/package.json +2 -2
- package/VwcSwitch/package.json +2 -2
- package/VwcTab/package.json +2 -2
- package/VwcTabBar/package.json +2 -2
- package/VwcTag/package.json +2 -2
- package/VwcText/package.json +2 -2
- package/VwcTextarea/package.json +2 -2
- package/VwcTextfield/package.json +2 -2
- package/VwcThemeSwitch/package.json +2 -2
- package/VwcTooltip/package.json +2 -2
- package/VwcTopAppBar/package.json +2 -2
- package/VwcTopAppBarFixed/package.json +2 -2
- package/index.js +5 -5
- package/package.json +58 -58
- package/types/index.d.ts +38 -4
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.d.ts +2 -2
- package/v3/VwcActionGroup/index.js +5 -3
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +3 -1
- package/v3/VwcAlert/index.js +15 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -2
- package/v3/VwcBanner/index.js +17 -15
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +2 -0
- package/v3/VwcButton/index.js +16 -1
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.js +2 -13
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.js +13 -0
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +2 -0
- package/v3/VwcDataGridCell/index.js +17 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +27 -0
- package/v3/VwcDatePicker/index.js +201 -0
- package/v3/VwcDatePicker/package.json +11 -0
- package/v3/VwcDialog/index.d.ts +4 -1
- package/v3/VwcDialog/index.js +19 -2
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +28 -0
- package/v3/VwcFilePicker/index.js +258 -0
- package/v3/VwcFilePicker/package.json +11 -0
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.d.ts +2 -0
- package/v3/VwcIcon/index.js +14 -1
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/index.d.ts +3 -0
- package/v3/VwcLayout/index.js +1 -4
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcListboxOption/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +10 -10
- package/v3/VwcMenu/index.js +150 -36
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.js +6 -0
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +4 -1
- package/v3/VwcNavDisclosure/index.js +32 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +19 -9
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +3 -1
- package/v3/VwcPagination/index.js +22 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +2 -0
- package/v3/VwcRadio/index.js +56 -7
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +7 -5
- package/v3/VwcSelect/index.js +47 -12
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +39 -0
- package/v3/VwcSplitButton/index.js +311 -0
- package/v3/VwcSplitButton/package.json +11 -0
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +2 -0
- package/v3/VwcTab/index.js +18 -1
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.js +16 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.js +6 -0
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/index.js +10 -0
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTab/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import React, { ReactNode } from 'react';
|
|
|
2
2
|
/** Base class for tab
|
|
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
|
+
* @param {TabShape | undefined} shape - The shape the tab should have. **attribute** `shape`
|
|
5
6
|
* @param {string | undefined} label - Indicates the tab's label. **attribute** `label`
|
|
6
7
|
* @param {any} tabIndex **attribute** `tabIndex`
|
|
7
8
|
* @param {string | null} ariaSelected **attribute** `aria-selected`
|
|
@@ -14,6 +15,7 @@ declare const VwcTab: {
|
|
|
14
15
|
style?: React.CSSProperties | undefined;
|
|
15
16
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
16
17
|
connotation?: any;
|
|
18
|
+
shape?: any;
|
|
17
19
|
label?: string | undefined;
|
|
18
20
|
tabIndex?: any;
|
|
19
21
|
ariaSelected?: string | null | undefined;
|
package/v3/VwcTab/index.js
CHANGED
|
@@ -67,6 +67,15 @@ Code in this file were generated using following JSON:
|
|
|
67
67
|
"description": "The connotation the tab should have.",
|
|
68
68
|
"privacy": "public"
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
"kind": "field",
|
|
72
|
+
"name": "shape",
|
|
73
|
+
"type": {
|
|
74
|
+
"text": "TabShape | undefined"
|
|
75
|
+
},
|
|
76
|
+
"description": "The shape the tab should have.",
|
|
77
|
+
"privacy": "public"
|
|
78
|
+
},
|
|
70
79
|
{
|
|
71
80
|
"kind": "field",
|
|
72
81
|
"name": "label",
|
|
@@ -102,6 +111,14 @@ Code in this file were generated using following JSON:
|
|
|
102
111
|
"description": "The connotation the tab should have.",
|
|
103
112
|
"fieldName": "connotation"
|
|
104
113
|
},
|
|
114
|
+
{
|
|
115
|
+
"name": "shape",
|
|
116
|
+
"type": {
|
|
117
|
+
"text": "TabShape | undefined"
|
|
118
|
+
},
|
|
119
|
+
"description": "The shape the tab should have.",
|
|
120
|
+
"fieldName": "shape"
|
|
121
|
+
},
|
|
105
122
|
{
|
|
106
123
|
"name": "label",
|
|
107
124
|
"type": {
|
|
@@ -140,7 +157,7 @@ registerTab('vvd3')
|
|
|
140
157
|
const VwcTab = wrapper(`vvd3-tab`, {
|
|
141
158
|
events: [],
|
|
142
159
|
attributes: [],
|
|
143
|
-
properties: ['connotation', 'label', 'tabIndex', 'ariaSelected']
|
|
160
|
+
properties: ['connotation', 'shape', 'label', 'tabIndex', 'ariaSelected']
|
|
144
161
|
})
|
|
145
162
|
|
|
146
163
|
VwcTab.displayName = 'VwcTab'
|
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.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab-panel",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTabs/index.js
CHANGED
|
@@ -102,13 +102,27 @@ Code in this file were generated using following JSON:
|
|
|
102
102
|
"kind": "method",
|
|
103
103
|
"name": "#updateTabsConnotation"
|
|
104
104
|
},
|
|
105
|
+
{
|
|
106
|
+
"kind": "field",
|
|
107
|
+
"name": "#tabListWrapper",
|
|
108
|
+
"privacy": "private",
|
|
109
|
+
"readonly": true
|
|
110
|
+
},
|
|
105
111
|
{
|
|
106
112
|
"kind": "method",
|
|
107
|
-
"name": "#
|
|
113
|
+
"name": "#scrollToIndex",
|
|
114
|
+
"parameters": [
|
|
115
|
+
{
|
|
116
|
+
"name": "index",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "number"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
]
|
|
108
122
|
},
|
|
109
123
|
{
|
|
110
124
|
"kind": "method",
|
|
111
|
-
"name": "#
|
|
125
|
+
"name": "#patchActiveID"
|
|
112
126
|
}
|
|
113
127
|
],
|
|
114
128
|
"attributes": [
|
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.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
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.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTagGroup/index.js
CHANGED
|
@@ -7,6 +7,12 @@ Code in this file were generated using following JSON:
|
|
|
7
7
|
"kind": "class",
|
|
8
8
|
"description": "Base class for tag-group",
|
|
9
9
|
"name": "TagGroup",
|
|
10
|
+
"slots": [
|
|
11
|
+
{
|
|
12
|
+
"description": "The content of the tag-group.",
|
|
13
|
+
"name": ""
|
|
14
|
+
}
|
|
15
|
+
],
|
|
10
16
|
"superclass": {
|
|
11
17
|
"name": "FoundationElement",
|
|
12
18
|
"package": "@microsoft/fast-foundation"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-anchor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-area",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcToggletip/index.js
CHANGED
|
@@ -7,6 +7,16 @@ Code in this file were generated using following JSON:
|
|
|
7
7
|
"kind": "class",
|
|
8
8
|
"description": "Base class for toggletip",
|
|
9
9
|
"name": "Toggletip",
|
|
10
|
+
"slots": [
|
|
11
|
+
{
|
|
12
|
+
"description": "The content to display in the toggletip.",
|
|
13
|
+
"name": ""
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"description": "The content to display in the toggletip action items.",
|
|
17
|
+
"name": "action-items"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
10
20
|
"members": [
|
|
11
21
|
{
|
|
12
22
|
"kind": "field",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-toggletip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-view",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|