@vonage/vivid-react 2.10.77 → 2.10.79
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 +4 -4
- package/package.json +2 -2
- package/types/index.d.ts +13 -4
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +2 -0
- package/v3/VwcAlert/index.js +18 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.d.ts +29 -0
- package/v3/VwcAppearanceUi/index.js +528 -0
- package/v3/VwcAppearanceUi/package.json +11 -0
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/package.json +2 -2
- 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.d.ts +4 -1
- package/v3/VwcDataGrid/index.js +21 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -0
- package/v3/VwcDataGridCell/index.js +9 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +2 -1
- package/v3/VwcDataGridRow/index.js +7 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +2 -4
- package/v3/VwcDialog/index.js +17 -38
- 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/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -2
- package/v3/VwcMenu/index.js +29 -69
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/index.d.ts +1 -1
- package/v3/VwcPopup/index.js +6 -11
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +0 -4
- package/v3/VwcSelect/index.js +1 -15
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +2 -0
- package/v3/VwcSplitButton/index.js +11 -1
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +2 -0
- package/v3/VwcTabs/index.js +18 -1
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.js +1 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +0 -2
- package/v3/VwcToggletip/index.js +17 -59
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +1 -1
- package/v3/VwcTooltip/index.js +15 -90
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
package/v3/VwcMenu/index.js
CHANGED
|
@@ -24,26 +24,12 @@ Code in this file were generated using following JSON:
|
|
|
24
24
|
"members": [
|
|
25
25
|
{
|
|
26
26
|
"kind": "field",
|
|
27
|
-
"name": "
|
|
28
|
-
"privacy": "private",
|
|
27
|
+
"name": "ariaLabel",
|
|
29
28
|
"type": {
|
|
30
|
-
"text": "
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"kind": "field",
|
|
35
|
-
"name": "#anchorEl",
|
|
36
|
-
"privacy": "private",
|
|
37
|
-
"type": {
|
|
38
|
-
"text": "HTMLElement | null"
|
|
29
|
+
"text": "string | null"
|
|
39
30
|
},
|
|
40
31
|
"default": "null"
|
|
41
32
|
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "field",
|
|
44
|
-
"name": "#observeMissingAnchor",
|
|
45
|
-
"privacy": "private"
|
|
46
|
-
},
|
|
47
33
|
{
|
|
48
34
|
"kind": "field",
|
|
49
35
|
"name": "placement",
|
|
@@ -54,39 +40,6 @@ Code in this file were generated using following JSON:
|
|
|
54
40
|
"description": "placement of the menu",
|
|
55
41
|
"privacy": "public"
|
|
56
42
|
},
|
|
57
|
-
{
|
|
58
|
-
"kind": "field",
|
|
59
|
-
"name": "anchor",
|
|
60
|
-
"type": {
|
|
61
|
-
"text": "AnchorType"
|
|
62
|
-
},
|
|
63
|
-
"default": "''",
|
|
64
|
-
"description": "id or direct reference to the menu's anchor element",
|
|
65
|
-
"privacy": "public"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"kind": "method",
|
|
69
|
-
"name": "anchorChanged",
|
|
70
|
-
"return": {
|
|
71
|
-
"type": {
|
|
72
|
-
"text": "void"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"parameters": [
|
|
76
|
-
{
|
|
77
|
-
"name": "_",
|
|
78
|
-
"type": {
|
|
79
|
-
"text": "AnchorType"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "newValue",
|
|
84
|
-
"type": {
|
|
85
|
-
"text": "AnchorType"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
43
|
{
|
|
91
44
|
"kind": "field",
|
|
92
45
|
"name": "autoDismiss",
|
|
@@ -100,20 +53,10 @@ Code in this file were generated using following JSON:
|
|
|
100
53
|
{
|
|
101
54
|
"kind": "method",
|
|
102
55
|
"name": "autoDismissChanged",
|
|
103
|
-
"return": {
|
|
104
|
-
"type": {
|
|
105
|
-
"text": "void"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
56
|
"parameters": [
|
|
109
57
|
{
|
|
110
58
|
"name": "oldValue",
|
|
111
|
-
"
|
|
112
|
-
"text": "boolean"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"name": "newValue",
|
|
59
|
+
"optional": true,
|
|
117
60
|
"type": {
|
|
118
61
|
"text": "boolean"
|
|
119
62
|
}
|
|
@@ -165,6 +108,18 @@ Code in this file were generated using following JSON:
|
|
|
165
108
|
}
|
|
166
109
|
]
|
|
167
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"kind": "method",
|
|
113
|
+
"name": "#updateAnchor",
|
|
114
|
+
"parameters": [
|
|
115
|
+
{
|
|
116
|
+
"name": "a",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "HTMLElement"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
168
123
|
{
|
|
169
124
|
"kind": "method",
|
|
170
125
|
"name": "#cleanupAnchor",
|
|
@@ -182,6 +137,11 @@ Code in this file were generated using following JSON:
|
|
|
182
137
|
"name": "#openIfClosed",
|
|
183
138
|
"privacy": "private"
|
|
184
139
|
},
|
|
140
|
+
{
|
|
141
|
+
"kind": "field",
|
|
142
|
+
"name": "#updateClickOutsideListener",
|
|
143
|
+
"privacy": "private"
|
|
144
|
+
},
|
|
185
145
|
{
|
|
186
146
|
"kind": "field",
|
|
187
147
|
"name": "#closeOnClickOutside",
|
|
@@ -211,20 +171,20 @@ Code in this file were generated using following JSON:
|
|
|
211
171
|
],
|
|
212
172
|
"attributes": [
|
|
213
173
|
{
|
|
174
|
+
"name": "aria-label",
|
|
214
175
|
"type": {
|
|
215
|
-
"text": "
|
|
176
|
+
"text": "string | null"
|
|
216
177
|
},
|
|
217
|
-
"default": "
|
|
218
|
-
"
|
|
219
|
-
"fieldName": "placement"
|
|
178
|
+
"default": "null",
|
|
179
|
+
"fieldName": "ariaLabel"
|
|
220
180
|
},
|
|
221
181
|
{
|
|
222
182
|
"type": {
|
|
223
|
-
"text": "
|
|
183
|
+
"text": "Placement | undefined"
|
|
224
184
|
},
|
|
225
|
-
"default": "''",
|
|
226
|
-
"description": "
|
|
227
|
-
"fieldName": "
|
|
185
|
+
"default": "'bottom'",
|
|
186
|
+
"description": "placement of the menu",
|
|
187
|
+
"fieldName": "placement"
|
|
228
188
|
},
|
|
229
189
|
{
|
|
230
190
|
"name": "auto-dismiss",
|
|
@@ -258,7 +218,7 @@ registerMenu('vvd3')
|
|
|
258
218
|
const VwcMenu = wrapper(`vvd3-menu`, {
|
|
259
219
|
events: [{"name":"close","propName":"onClose"},{"name":"open","propName":"onOpen"}],
|
|
260
220
|
attributes: [],
|
|
261
|
-
properties: ['
|
|
221
|
+
properties: ['ariaLabel', 'placement', 'autoDismiss', 'open', 'actionItemsSlottedContent', 'handleFocusOut']
|
|
262
222
|
})
|
|
263
223
|
|
|
264
224
|
VwcMenu.displayName = 'VwcMenu'
|
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.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
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.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-disclosure",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
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.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-number-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox-option",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-pagination",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcPopup/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import React, { ReactNode } from 'react';
|
|
|
9
9
|
* @param {boolean} alternate - set the color-scheme to dark **attribute** `alternate`
|
|
10
10
|
* @param {Placement | undefined} placement - the placement of the popup **attribute** `placement`
|
|
11
11
|
* @param {Strategy | undefined} strategy - the strategy of the popup **attribute** `strategy`
|
|
12
|
-
* @param {
|
|
12
|
+
* @param {HTMLElement | undefined} anchor - The element to anchor the popup to.
|
|
13
13
|
*/
|
|
14
14
|
declare const VwcPopup: {
|
|
15
15
|
(props: {
|
package/v3/VwcPopup/index.js
CHANGED
|
@@ -131,11 +131,15 @@ Code in this file were generated using following JSON:
|
|
|
131
131
|
"kind": "field",
|
|
132
132
|
"name": "anchor",
|
|
133
133
|
"type": {
|
|
134
|
-
"text": "
|
|
134
|
+
"text": "HTMLElement | undefined"
|
|
135
135
|
},
|
|
136
|
-
"description": "
|
|
136
|
+
"description": "The element to anchor the popup to.",
|
|
137
137
|
"privacy": "public"
|
|
138
138
|
},
|
|
139
|
+
{
|
|
140
|
+
"kind": "method",
|
|
141
|
+
"name": "#updateAutoUpdate"
|
|
142
|
+
},
|
|
139
143
|
{
|
|
140
144
|
"kind": "method",
|
|
141
145
|
"name": "updatePosition",
|
|
@@ -183,7 +187,6 @@ Code in this file were generated using following JSON:
|
|
|
183
187
|
"type": {
|
|
184
188
|
"text": "HTMLElement | null"
|
|
185
189
|
},
|
|
186
|
-
"description": "Gets the anchor element by id",
|
|
187
190
|
"readonly": true
|
|
188
191
|
},
|
|
189
192
|
{
|
|
@@ -252,14 +255,6 @@ Code in this file were generated using following JSON:
|
|
|
252
255
|
"default": "'fixed'",
|
|
253
256
|
"description": "the strategy of the popup",
|
|
254
257
|
"fieldName": "strategy"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "anchor",
|
|
258
|
-
"type": {
|
|
259
|
-
"text": "string | HTMLElement | undefined"
|
|
260
|
-
},
|
|
261
|
-
"description": "ID reference to element in the popup’s owner document or HTMLElement.",
|
|
262
|
-
"fieldName": "anchor"
|
|
263
258
|
}
|
|
264
259
|
],
|
|
265
260
|
"superclass": {
|
package/v3/VwcPopup/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-popup",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-progress",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-progress-ring",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
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.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-radio-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSelect/index.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for select
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/select
|
|
4
|
-
* @param {Popup} _popup
|
|
5
|
-
* @param {HTMLElement} _anchor
|
|
6
4
|
* @param {SelectAppearance | undefined} appearance - The appearance attribute. **attribute** `appearance`
|
|
7
5
|
* @param {SelectShape | undefined} shape - The shape attribute. **attribute** `shape`
|
|
8
6
|
* @param {boolean} fixedDropdown - The fixed-dropdown attribute. **attribute** `fixed-dropdown`
|
|
@@ -16,8 +14,6 @@ declare const VwcSelect: {
|
|
|
16
14
|
style?: React.CSSProperties | undefined;
|
|
17
15
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
18
16
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
19
|
-
_popup?: any;
|
|
20
|
-
_anchor?: any;
|
|
21
17
|
appearance?: any;
|
|
22
18
|
shape?: any;
|
|
23
19
|
fixedDropdown?: boolean | undefined;
|
package/v3/VwcSelect/index.js
CHANGED
|
@@ -72,20 +72,6 @@ Code in this file were generated using following JSON:
|
|
|
72
72
|
}
|
|
73
73
|
],
|
|
74
74
|
"members": [
|
|
75
|
-
{
|
|
76
|
-
"kind": "field",
|
|
77
|
-
"name": "_popup",
|
|
78
|
-
"type": {
|
|
79
|
-
"text": "Popup"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"kind": "field",
|
|
84
|
-
"name": "_anchor",
|
|
85
|
-
"type": {
|
|
86
|
-
"text": "HTMLElement"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
75
|
{
|
|
90
76
|
"kind": "field",
|
|
91
77
|
"name": "appearance",
|
|
@@ -190,7 +176,7 @@ registerSelect('vvd3')
|
|
|
190
176
|
const VwcSelect = wrapper(`vvd3-select`, {
|
|
191
177
|
events: [{"name":"change","propName":"onChange"}],
|
|
192
178
|
attributes: [],
|
|
193
|
-
properties: ['
|
|
179
|
+
properties: ['appearance', 'shape', 'fixedDropdown', 'placeholder']
|
|
194
180
|
})
|
|
195
181
|
|
|
196
182
|
VwcSelect.displayName = 'VwcSelect'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-select",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-selectable-box",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-side-drawer",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -24,6 +24,8 @@ declare const VwcSplitButton: {
|
|
|
24
24
|
id?: string | undefined;
|
|
25
25
|
style?: React.CSSProperties | undefined;
|
|
26
26
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
27
|
+
onActionClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
28
|
+
onIndicatorClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
27
29
|
onClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
28
30
|
_action?: any;
|
|
29
31
|
_indicator?: any;
|
|
@@ -279,6 +279,16 @@ Code in this file were generated using following JSON:
|
|
|
279
279
|
"privacy": "public"
|
|
280
280
|
}
|
|
281
281
|
],
|
|
282
|
+
"events": [
|
|
283
|
+
{
|
|
284
|
+
"description": "Event emitted when the action button is clicked",
|
|
285
|
+
"name": "action-click"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"description": "Event emitted when the indicator button is clicked",
|
|
289
|
+
"name": "indicator-click"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
282
292
|
"attributes": [
|
|
283
293
|
{
|
|
284
294
|
"name": "connotation",
|
|
@@ -384,7 +394,7 @@ import { registerSplitButton } from '@vonage/vivid'
|
|
|
384
394
|
registerSplitButton('vvd3')
|
|
385
395
|
|
|
386
396
|
const VwcSplitButton = wrapper(`vvd3-split-button`, {
|
|
387
|
-
events: [{"name":"click","propName":"onClick"}],
|
|
397
|
+
events: [{"name":"click","propName":"onClick"},{"name":"indicator-click","propName":"onIndicatorClick"},{"name":"action-click","propName":"onActionClick"}],
|
|
388
398
|
attributes: [],
|
|
389
399
|
properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded', 'indicatorAriaLabel']
|
|
390
400
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-button",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
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.46.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.46.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.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTabs/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
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`
|
|
6
|
+
* @param {Gutters | undefined} gutters - sets the initial preferred margin from predefined available options **attribute** `gutters`
|
|
6
7
|
*/
|
|
7
8
|
declare const VwcTabs: {
|
|
8
9
|
(props: {
|
|
@@ -14,6 +15,7 @@ declare const VwcTabs: {
|
|
|
14
15
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
15
16
|
tablist?: any;
|
|
16
17
|
connotation?: any;
|
|
18
|
+
gutters?: any;
|
|
17
19
|
}): JSX.Element;
|
|
18
20
|
displayName: string;
|
|
19
21
|
};
|