@vonage/vivid-react 3.5.2 → 4.0.0
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/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/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 +46 -7
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +2 -0
- package/v3/VwcAccordionItem/index.js +85 -1
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.js +28 -0
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAudioPlayer/index.js +53 -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/index.js +29 -0
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.js +42 -0
- 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.js +13 -0
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.js +51 -4
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcColorPicker/index.d.ts +61 -0
- package/v3/VwcColorPicker/index.js +651 -0
- package/v3/VwcColorPicker/package.json +11 -0
- package/v3/VwcCombobox/index.js +138 -0
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcContextualHelp/index.d.ts +22 -0
- package/v3/VwcContextualHelp/index.js +130 -0
- package/v3/VwcContextualHelp/package.json +11 -0
- package/v3/VwcDataGrid/index.js +2 -11
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +5 -3
- package/v3/VwcDataGridCell/index.js +17 -25
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +3 -1
- package/v3/VwcDataGridRow/index.js +21 -21
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +14 -1
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDateRangePicker/index.js +21 -1
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDateTimePicker/index.js +15 -2
- package/v3/VwcDateTimePicker/package.json +2 -2
- package/v3/VwcDelegateAriaBehavior/index.js +5 -58
- package/v3/VwcDelegateAriaBehavior/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +6 -0
- package/v3/VwcDialPad/index.js +27 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.js +50 -0
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +1 -1
- package/v3/VwcDivider/index.js +0 -8
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.js +28 -0
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +42 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFeedbackMessage/index.d.ts +0 -2
- package/v3/VwcFeedbackMessage/index.js +1 -13
- package/v3/VwcFeedbackMessage/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +5 -7
- package/v3/VwcFilePicker/index.js +55 -290
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcHostSemanticsBehavior/index.js +11 -27
- package/v3/VwcHostSemanticsBehavior/package.json +2 -2
- package/v3/VwcIcon/index.js +22 -0
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcImagePlaceholder/package.json +2 -2
- package/v3/VwcInlineTimePicker/index.d.ts +0 -2
- package/v3/VwcInlineTimePicker/index.js +1 -13
- package/v3/VwcInlineTimePicker/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.js +74 -0
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -0
- package/v3/VwcMenu/index.js +48 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +1 -1
- package/v3/VwcMenuItem/index.js +50 -8
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcMenubar/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.js +65 -0
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +44 -0
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.js +68 -0
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +3 -1
- package/v3/VwcOption/index.js +43 -1
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/package.json +2 -2
- package/v3/VwcPagination/index.js +66 -1
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPickerField/index.d.ts +0 -2
- package/v3/VwcPickerField/index.js +41 -14
- package/v3/VwcPickerField/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/VwcProseMirrorFacade/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +0 -2
- package/v3/VwcRadio/index.js +38 -17
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.js +75 -0
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcRichTextEditor/package.json +2 -2
- package/v3/VwcSearchableSelect/index.d.ts +6 -0
- package/v3/VwcSearchableSelect/index.js +90 -1
- package/v3/VwcSearchableSelect/package.json +2 -2
- package/v3/VwcSelect/index.js +106 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +2 -2
- package/v3/VwcSelectableBox/index.js +65 -19
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSimpleColorPicker/index.d.ts +48 -0
- package/v3/VwcSimpleColorPicker/index.js +500 -0
- package/v3/VwcSimpleColorPicker/package.json +11 -0
- package/v3/VwcSlider/index.js +52 -0
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +89 -0
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.js +51 -0
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.js +44 -0
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.js +4 -0
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.js +114 -4
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextArea/index.js +33 -0
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +40 -0
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +15 -2
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.js +35 -3
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.js +28 -0
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVisuallyHidden/package.json +2 -2
- package/v3/VwcVividElement/index.d.ts +0 -2
- package/v3/VwcVividElement/index.js +36 -13
- package/v3/VwcVividElement/package.json +2 -2
- package/v3/VwcVividFoundationButton/package.json +2 -2
- package/v3/VwcVvdHexInput/index.d.ts +16 -0
- package/v3/VwcVvdHexInput/index.js +43 -0
- package/v3/VwcVvdHexInput/package.json +11 -0
- package/v3/VwcVvdHexPicker/index.d.ts +16 -0
- package/v3/VwcVvdHexPicker/index.js +43 -0
- package/v3/VwcVvdHexPicker/package.json +11 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-audio-player",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-avatar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBadge/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-badge",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBanner/index.js
CHANGED
|
@@ -260,6 +260,35 @@ Code in this file were generated using following JSON:
|
|
|
260
260
|
"vividComponent": {
|
|
261
261
|
"public": true,
|
|
262
262
|
"name": "banner"
|
|
263
|
+
},
|
|
264
|
+
"vividTesting": {
|
|
265
|
+
"selectors": [
|
|
266
|
+
{
|
|
267
|
+
"name": "byText",
|
|
268
|
+
"args": [
|
|
269
|
+
"byText"
|
|
270
|
+
]
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"actions": [
|
|
274
|
+
{
|
|
275
|
+
"name": "dismiss",
|
|
276
|
+
"args": [
|
|
277
|
+
"clickButton",
|
|
278
|
+
"#dismissButton"
|
|
279
|
+
]
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"queries": [],
|
|
283
|
+
"refs": [
|
|
284
|
+
{
|
|
285
|
+
"name": "dismissButton",
|
|
286
|
+
"args": [
|
|
287
|
+
"shadowButton",
|
|
288
|
+
".dismiss-button"
|
|
289
|
+
]
|
|
290
|
+
}
|
|
291
|
+
]
|
|
263
292
|
}
|
|
264
293
|
}
|
|
265
294
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-banner",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-base-progress",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb-item",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcButton/index.js
CHANGED
|
@@ -290,6 +290,19 @@ Code in this file were generated using following JSON:
|
|
|
290
290
|
"description": "Indicates the button's label.",
|
|
291
291
|
"privacy": "public"
|
|
292
292
|
},
|
|
293
|
+
{
|
|
294
|
+
"kind": "method",
|
|
295
|
+
"name": "clickHandler",
|
|
296
|
+
"parameters": [
|
|
297
|
+
{
|
|
298
|
+
"name": "event",
|
|
299
|
+
"type": {
|
|
300
|
+
"text": "Event"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"description": "Handles click events.\nPrevents interaction when disabled or pending."
|
|
305
|
+
},
|
|
293
306
|
{
|
|
294
307
|
"kind": "field",
|
|
295
308
|
"name": "iconTrailing",
|
|
@@ -1246,6 +1259,35 @@ Code in this file were generated using following JSON:
|
|
|
1246
1259
|
"vividComponent": {
|
|
1247
1260
|
"public": true,
|
|
1248
1261
|
"name": "button"
|
|
1262
|
+
},
|
|
1263
|
+
"vividTesting": {
|
|
1264
|
+
"selectors": [
|
|
1265
|
+
{
|
|
1266
|
+
"name": "byLabel",
|
|
1267
|
+
"args": [
|
|
1268
|
+
"byLabel"
|
|
1269
|
+
]
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"actions": [
|
|
1273
|
+
{
|
|
1274
|
+
"name": "click",
|
|
1275
|
+
"args": [
|
|
1276
|
+
"click",
|
|
1277
|
+
"#control"
|
|
1278
|
+
]
|
|
1279
|
+
}
|
|
1280
|
+
],
|
|
1281
|
+
"queries": [],
|
|
1282
|
+
"refs": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "control",
|
|
1285
|
+
"args": [
|
|
1286
|
+
"shadow",
|
|
1287
|
+
"button.control"
|
|
1288
|
+
]
|
|
1289
|
+
}
|
|
1290
|
+
]
|
|
1249
1291
|
}
|
|
1250
1292
|
}
|
|
1251
1293
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-button",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-calendar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-calendar-event",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcCard/index.js
CHANGED
|
@@ -454,6 +454,19 @@ Code in this file were generated using following JSON:
|
|
|
454
454
|
"vividComponent": {
|
|
455
455
|
"public": true,
|
|
456
456
|
"name": "card"
|
|
457
|
+
},
|
|
458
|
+
"vividTesting": {
|
|
459
|
+
"selectors": [],
|
|
460
|
+
"actions": [],
|
|
461
|
+
"queries": [
|
|
462
|
+
{
|
|
463
|
+
"name": "headline",
|
|
464
|
+
"args": [
|
|
465
|
+
"headline"
|
|
466
|
+
]
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"refs": []
|
|
457
470
|
}
|
|
458
471
|
}
|
|
459
472
|
*/
|
package/v3/VwcCard/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-card",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcCheckbox/index.js
CHANGED
|
@@ -104,10 +104,6 @@ Code in this file were generated using following JSON:
|
|
|
104
104
|
"description": "The indeterminate state of the control.",
|
|
105
105
|
"privacy": "public"
|
|
106
106
|
},
|
|
107
|
-
{
|
|
108
|
-
"kind": "method",
|
|
109
|
-
"name": "ariaCheckedChanged"
|
|
110
|
-
},
|
|
111
107
|
{
|
|
112
108
|
"kind": "field",
|
|
113
109
|
"name": "_vividAriaBehaviour",
|
|
@@ -700,6 +696,57 @@ Code in this file were generated using following JSON:
|
|
|
700
696
|
"valueMapping": "event.currentTarget.checked"
|
|
701
697
|
}
|
|
702
698
|
]
|
|
699
|
+
},
|
|
700
|
+
"vividTesting": {
|
|
701
|
+
"selectors": [],
|
|
702
|
+
"actions": [
|
|
703
|
+
{
|
|
704
|
+
"name": "check",
|
|
705
|
+
"args": [
|
|
706
|
+
"check",
|
|
707
|
+
"#control"
|
|
708
|
+
]
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"name": "uncheck",
|
|
712
|
+
"args": [
|
|
713
|
+
"uncheck",
|
|
714
|
+
"#control"
|
|
715
|
+
]
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"queries": [
|
|
719
|
+
{
|
|
720
|
+
"name": "checked",
|
|
721
|
+
"args": [
|
|
722
|
+
"checkedState",
|
|
723
|
+
"\"checked\""
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "unchecked",
|
|
728
|
+
"args": [
|
|
729
|
+
"checkedState",
|
|
730
|
+
"\"unchecked\""
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "indeterminate",
|
|
735
|
+
"args": [
|
|
736
|
+
"checkedState",
|
|
737
|
+
"\"indeterminate\""
|
|
738
|
+
]
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"refs": [
|
|
742
|
+
{
|
|
743
|
+
"name": "control",
|
|
744
|
+
"args": [
|
|
745
|
+
"shadow",
|
|
746
|
+
"div.control"
|
|
747
|
+
]
|
|
748
|
+
}
|
|
749
|
+
]
|
|
703
750
|
}
|
|
704
751
|
}
|
|
705
752
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-checkbox",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
|
+
/** VwcColorPicker
|
|
3
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/color-picker
|
|
4
|
+
* @param {string} placeholder - Sets the placeholder value of the element, generally used to provide a hint to the user. **attribute** `placeholder`
|
|
5
|
+
* @param {string | undefined} savedColorsKey - Sets the localStorage saved colors key explicitly. **attribute** `saved-colors-key`
|
|
6
|
+
* @param {boolean} disableSavedColors - Disables the saving colors functionality **attribute** `disable-saved-colors`
|
|
7
|
+
* @param {number} maxSwatches - Limits number of swatches that can be saved. **attribute** `max-swatches`
|
|
8
|
+
* @param {string | undefined} helperText - Provides additional information to help the user enter the correct information.
|
|
9
|
+
To add HTML to the helper text, use the helper-text slot instead. **attribute** `helper-text`
|
|
10
|
+
* @param {string | undefined} errorText - Provides a custom error message. Any current error state will be overridden. **attribute** `error-text`
|
|
11
|
+
* @param validate
|
|
12
|
+
* @param {string | undefined} successText - Provides a custom success message. Any current error state will be overridden. **attribute** `success-text`
|
|
13
|
+
* @param {'delegate'} _vividAriaBehaviour
|
|
14
|
+
* @param {boolean} open - Indicates whether the popup is open **attribute** `open`
|
|
15
|
+
* @param {ColorSwatch[]} swatches - List of color swatches, has to be an array of objects
|
|
16
|
+
|
|
17
|
+
### Examples
|
|
18
|
+
* @param {string | undefined} label - The label for the form element. **attribute** `label`
|
|
19
|
+
* @param {string} value - The current value of the element. **attribute** `current-value`
|
|
20
|
+
* @param currentValue
|
|
21
|
+
* @param {string} initialValue - The default value of the element. This value sets the `value` property
|
|
22
|
+
only when the `value` property has not been explicitly set. **attribute** `value`
|
|
23
|
+
* @param {boolean} disabled - Sets the element's disabled state. A disabled element will not be included during form submission. **attribute** `disabled`
|
|
24
|
+
* @param {string} name - The name of the element. This element's value will be surfaced during form submission under the provided name. **attribute** `name`
|
|
25
|
+
* @param {boolean} required - Require the field to be completed prior to form submission. **attribute** `required`
|
|
26
|
+
* @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
|
|
27
|
+
It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
|
|
28
|
+
* @param {string} componentName - Core component name, without prefix
|
|
29
|
+
*/
|
|
30
|
+
declare const VwcColorPicker: {
|
|
31
|
+
(props: {
|
|
32
|
+
children?: ReactNode;
|
|
33
|
+
slot?: string | undefined;
|
|
34
|
+
id?: string | undefined;
|
|
35
|
+
style?: React.CSSProperties | undefined;
|
|
36
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
37
|
+
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
38
|
+
placeholder?: string | undefined;
|
|
39
|
+
savedColorsKey?: string | undefined;
|
|
40
|
+
disableSavedColors?: boolean | undefined;
|
|
41
|
+
maxSwatches?: number | undefined;
|
|
42
|
+
helperText?: string | undefined;
|
|
43
|
+
errorText?: string | undefined;
|
|
44
|
+
validate?: any;
|
|
45
|
+
successText?: string | undefined;
|
|
46
|
+
_vividAriaBehaviour?: any;
|
|
47
|
+
open?: boolean | undefined;
|
|
48
|
+
swatches?: any[] | undefined;
|
|
49
|
+
label?: string | undefined;
|
|
50
|
+
value?: string | undefined;
|
|
51
|
+
currentValue?: any;
|
|
52
|
+
initialValue?: string | undefined;
|
|
53
|
+
disabled?: boolean | undefined;
|
|
54
|
+
name?: string | undefined;
|
|
55
|
+
required?: boolean | undefined;
|
|
56
|
+
VIVID_VERSION?: string | undefined;
|
|
57
|
+
componentName?: string | undefined;
|
|
58
|
+
}): JSX.Element;
|
|
59
|
+
displayName: string;
|
|
60
|
+
};
|
|
61
|
+
export default VwcColorPicker;
|