@vonage/vivid-react 2.10.76 → 2.10.78
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 +29 -8
- 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 +4 -0
- package/v3/VwcAlert/index.js +39 -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/index.d.ts +29 -0
- package/v3/VwcAudioPlayer/index.js +150 -0
- package/v3/VwcAudioPlayer/package.json +11 -0
- package/v3/VwcAvatar/index.js +8 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +24 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -0
- package/v3/VwcBanner/index.js +17 -1
- 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/index.d.ts +2 -0
- package/v3/VwcCard/index.js +18 -1
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +3 -0
- package/v3/VwcCheckbox/index.js +24 -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 -8
- package/v3/VwcDialog/index.js +11 -64
- 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/index.js +18 -18
- 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/index.d.ts +5 -5
- package/v3/VwcSelectableBox/index.js +51 -38
- 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 +6 -0
- package/v3/VwcSplitButton/index.js +95 -2
- 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 +0 -2
- package/v3/VwcTooltip/index.js +16 -91
- 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/index.js
CHANGED
|
@@ -8,65 +8,65 @@ Code in this file were generated using following JSON:
|
|
|
8
8
|
"description": "Base class for note",
|
|
9
9
|
"name": "Note",
|
|
10
10
|
"cssProperties": [
|
|
11
|
-
{
|
|
12
|
-
"name": "--vvd-note-success-primary",
|
|
13
|
-
"default": "var(--vvd-color-success-500)"
|
|
14
|
-
},
|
|
15
11
|
{
|
|
16
12
|
"name": "--vvd-note-success-intermediate",
|
|
17
13
|
"default": "var(--vvd-color-success-500)"
|
|
18
14
|
},
|
|
19
15
|
{
|
|
20
|
-
"name": "--vvd-note-success-
|
|
16
|
+
"name": "--vvd-note-success-faint",
|
|
21
17
|
"default": "var(--vvd-color-success-50)"
|
|
22
18
|
},
|
|
23
19
|
{
|
|
24
|
-
"name": "--vvd-note-
|
|
25
|
-
"default": "var(--vvd-color-
|
|
20
|
+
"name": "--vvd-note-success-fierce",
|
|
21
|
+
"default": "var(--vvd-color-success-700)"
|
|
26
22
|
},
|
|
27
23
|
{
|
|
28
24
|
"name": "--vvd-note-information-intermediate",
|
|
29
25
|
"default": "var(--vvd-color-information-500)"
|
|
30
26
|
},
|
|
31
27
|
{
|
|
32
|
-
"name": "--vvd-note-information-
|
|
28
|
+
"name": "--vvd-note-information-faint",
|
|
33
29
|
"default": "var(--vvd-color-information-50)"
|
|
34
30
|
},
|
|
35
31
|
{
|
|
36
|
-
"name": "--vvd-note-
|
|
37
|
-
"default": "var(--vvd-color-
|
|
32
|
+
"name": "--vvd-note-information-fierce",
|
|
33
|
+
"default": "var(--vvd-color-information-700)"
|
|
38
34
|
},
|
|
39
35
|
{
|
|
40
36
|
"name": "--vvd-note-alert-intermediate",
|
|
41
37
|
"default": "var(--vvd-color-alert-500)"
|
|
42
38
|
},
|
|
43
39
|
{
|
|
44
|
-
"name": "--vvd-note-alert-
|
|
40
|
+
"name": "--vvd-note-alert-faint",
|
|
45
41
|
"default": "var(--vvd-color-alert-50)"
|
|
46
42
|
},
|
|
47
43
|
{
|
|
48
|
-
"name": "--vvd-note-
|
|
49
|
-
"default": "var(--vvd-color-
|
|
44
|
+
"name": "--vvd-note-alert-fierce",
|
|
45
|
+
"default": "var(--vvd-color-alert-700)"
|
|
50
46
|
},
|
|
51
47
|
{
|
|
52
48
|
"name": "--vvd-note-warning-intermediate",
|
|
53
49
|
"default": "var(--vvd-color-warning-300)"
|
|
54
50
|
},
|
|
55
51
|
{
|
|
56
|
-
"name": "--vvd-note-warning-
|
|
52
|
+
"name": "--vvd-note-warning-faint",
|
|
57
53
|
"default": "var(--vvd-color-warning-50)"
|
|
58
54
|
},
|
|
59
55
|
{
|
|
60
|
-
"name": "--vvd-note-
|
|
61
|
-
"default": "var(--vvd-color-
|
|
56
|
+
"name": "--vvd-note-warning-fierce",
|
|
57
|
+
"default": "var(--vvd-color-warning-700)"
|
|
62
58
|
},
|
|
63
59
|
{
|
|
64
60
|
"name": "--vvd-note-accent-intermediate",
|
|
65
61
|
"default": "var(--vvd-color-neutral-500)"
|
|
66
62
|
},
|
|
67
63
|
{
|
|
68
|
-
"name": "--vvd-note-accent-
|
|
69
|
-
"default": "var(--vvd-color-
|
|
64
|
+
"name": "--vvd-note-accent-faint",
|
|
65
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "--vvd-note-accent-fierce",
|
|
69
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
70
70
|
}
|
|
71
71
|
],
|
|
72
72
|
"slots": [
|
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
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for selectable-box
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/selectable-box
|
|
4
|
+
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
4
5
|
* @param {boolean} checked - Controls the checked state of the box **attribute** `checked`
|
|
5
|
-
* @param {boolean} clickable -
|
|
6
|
+
* @param {boolean} clickable - DEPRECATED: Replaced by the clickable-box prop **attribute** `clickable`
|
|
7
|
+
* @param {boolean} clickableBox - Makes the entire selectable box clickable **attribute** `clickable-box`
|
|
6
8
|
* @param {SelectableBoxConnotation | undefined} connotation - The connotation the selectable box should have. **attribute** `connotation`
|
|
7
|
-
* @param {string | null} controlAriaLabel - Adds an accessible label to selectable box **attribute** `control-aria-label`
|
|
8
|
-
* @param {string | null} controlAriaLabelledby - Links a piece of content as an accessible label **attribute** `control-aria-labelledby`
|
|
9
9
|
* @param {SelectableBoxControlType | undefined} controlType - The type of control the box should have: checkbox or radio. **attribute** `control-type`
|
|
10
10
|
* @param {boolean} tight - Removes the padding around the box's slot content **attribute** `tight`
|
|
11
11
|
*/
|
|
@@ -17,11 +17,11 @@ declare const VwcSelectableBox: {
|
|
|
17
17
|
style?: React.CSSProperties | undefined;
|
|
18
18
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
19
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
20
|
+
ariaLabel?: string | null | undefined;
|
|
20
21
|
checked?: boolean | undefined;
|
|
21
22
|
clickable?: boolean | undefined;
|
|
23
|
+
clickableBox?: boolean | undefined;
|
|
22
24
|
connotation?: any;
|
|
23
|
-
controlAriaLabel?: string | null | undefined;
|
|
24
|
-
controlAriaLabelledby?: string | null | undefined;
|
|
25
25
|
controlType?: any;
|
|
26
26
|
tight?: boolean | undefined;
|
|
27
27
|
}): JSX.Element;
|