@vonage/vivid-react 3.2.0 → 3.3.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 +6 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/package.json +2 -2
- 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/index.d.ts +2 -0
- package/v3/VwcButton/index.js +20 -1
- 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/index.js +3 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.js +3 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +3 -1
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.js +6 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.js +3 -1
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +3 -0
- package/v3/VwcDialog/index.js +39 -17
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.d.ts +4 -0
- package/v3/VwcEmptyState/index.js +121 -1
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/package.json +2 -2
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedTimePicker/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/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +2 -0
- package/v3/VwcMenuItem/index.js +23 -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/index.js +3 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/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/index.js +3 -1
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -0
- package/v3/VwcRangeSlider/index.js +98 -10
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSelect/index.js +3 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +9 -2
- package/v3/VwcSlider/index.js +61 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.js +27 -1
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- 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 +3 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +3 -1
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +3 -1
- package/v3/VwcTimePicker/package.json +2 -2
- 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
- package/v3/VwcVideoPlayer/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu-item",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.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": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-disclosure",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-nav-item",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.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": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -430,7 +430,9 @@ Code in this file were generated using following JSON:
|
|
|
430
430
|
{
|
|
431
431
|
"name": "modelValue",
|
|
432
432
|
"attributeName": "value",
|
|
433
|
-
"
|
|
433
|
+
"eventNames": [
|
|
434
|
+
"input"
|
|
435
|
+
],
|
|
434
436
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
435
437
|
}
|
|
436
438
|
]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-number-field",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox-option",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-pagination",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-progress",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-progress-ring",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.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": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-radio-group",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -28,6 +28,7 @@ and don't support IDL attribute binding. **attribute** `current-end`
|
|
|
28
28
|
* @param {string | null} ariaEndLabel - Aria label for the end thumb **attribute** `aria-end-label`
|
|
29
29
|
* @param {boolean} markers - Display markers on/off **attribute** `markers`
|
|
30
30
|
* @param {RangeSliderConnotation | undefined} connotation - The connotation of the component **attribute** `connotation`
|
|
31
|
+
* @param {boolean} pin - Show current values on the thumbs. **attribute** `pin`
|
|
31
32
|
* @param {(value: string) => string} valueTextFormatter - Custom function that generates a string for the component's "aria-valuetext" attribute based on the current value.
|
|
32
33
|
* @param proxy
|
|
33
34
|
*/
|
|
@@ -58,6 +59,7 @@ declare const VwcRangeSlider: {
|
|
|
58
59
|
ariaEndLabel?: string | null | undefined;
|
|
59
60
|
markers?: boolean | undefined;
|
|
60
61
|
connotation?: any;
|
|
62
|
+
pin?: boolean | undefined;
|
|
61
63
|
valueTextFormatter?: any;
|
|
62
64
|
proxy?: any;
|
|
63
65
|
}): JSX.Element;
|
|
@@ -204,6 +204,16 @@ Code in this file were generated using following JSON:
|
|
|
204
204
|
"description": "The connotation of the component",
|
|
205
205
|
"privacy": "public"
|
|
206
206
|
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "field",
|
|
209
|
+
"name": "pin",
|
|
210
|
+
"type": {
|
|
211
|
+
"text": "boolean"
|
|
212
|
+
},
|
|
213
|
+
"default": "false",
|
|
214
|
+
"description": "Show current values on the thumbs.",
|
|
215
|
+
"privacy": "public"
|
|
216
|
+
},
|
|
207
217
|
{
|
|
208
218
|
"kind": "field",
|
|
209
219
|
"name": "valueTextFormatter",
|
|
@@ -234,13 +244,38 @@ Code in this file were generated using following JSON:
|
|
|
234
244
|
"readonly": true
|
|
235
245
|
},
|
|
236
246
|
{
|
|
237
|
-
"kind": "
|
|
238
|
-
"name": "#
|
|
239
|
-
"
|
|
240
|
-
|
|
241
|
-
|
|
247
|
+
"kind": "method",
|
|
248
|
+
"name": "#getThumbId",
|
|
249
|
+
"return": {
|
|
250
|
+
"type": {
|
|
251
|
+
"text": "ThumbId"
|
|
252
|
+
}
|
|
242
253
|
},
|
|
243
|
-
"
|
|
254
|
+
"parameters": [
|
|
255
|
+
{
|
|
256
|
+
"name": "thumb",
|
|
257
|
+
"type": {
|
|
258
|
+
"text": "HTMLElement"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"kind": "method",
|
|
265
|
+
"name": "#getThumbIdFromEvent",
|
|
266
|
+
"return": {
|
|
267
|
+
"type": {
|
|
268
|
+
"text": "ThumbId"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"parameters": [
|
|
272
|
+
{
|
|
273
|
+
"name": "e",
|
|
274
|
+
"type": {
|
|
275
|
+
"text": "Event"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
]
|
|
244
279
|
},
|
|
245
280
|
{
|
|
246
281
|
"kind": "method",
|
|
@@ -277,7 +312,7 @@ Code in this file were generated using following JSON:
|
|
|
277
312
|
{
|
|
278
313
|
"name": "thumb",
|
|
279
314
|
"type": {
|
|
280
|
-
"text": "
|
|
315
|
+
"text": "ThumbId"
|
|
281
316
|
}
|
|
282
317
|
},
|
|
283
318
|
{
|
|
@@ -288,6 +323,27 @@ Code in this file were generated using following JSON:
|
|
|
288
323
|
}
|
|
289
324
|
]
|
|
290
325
|
},
|
|
326
|
+
{
|
|
327
|
+
"kind": "field",
|
|
328
|
+
"name": "#isNonVisibleFocus",
|
|
329
|
+
"privacy": "private",
|
|
330
|
+
"type": {
|
|
331
|
+
"text": "boolean"
|
|
332
|
+
},
|
|
333
|
+
"default": "false"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"kind": "method",
|
|
337
|
+
"name": "#focusThumbNonVisibly",
|
|
338
|
+
"parameters": [
|
|
339
|
+
{
|
|
340
|
+
"name": "thumb",
|
|
341
|
+
"type": {
|
|
342
|
+
"text": "HTMLElement"
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
},
|
|
291
347
|
{
|
|
292
348
|
"kind": "method",
|
|
293
349
|
"name": "#registerThumbListeners"
|
|
@@ -296,6 +352,26 @@ Code in this file were generated using following JSON:
|
|
|
296
352
|
"kind": "method",
|
|
297
353
|
"name": "#unregisterThumbListeners"
|
|
298
354
|
},
|
|
355
|
+
{
|
|
356
|
+
"kind": "field",
|
|
357
|
+
"name": "#onThumbFocus",
|
|
358
|
+
"privacy": "private"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "field",
|
|
362
|
+
"name": "#onThumbBlur",
|
|
363
|
+
"privacy": "private"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"kind": "field",
|
|
367
|
+
"name": "#onMouseOver",
|
|
368
|
+
"privacy": "private"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"kind": "field",
|
|
372
|
+
"name": "#onMouseOut",
|
|
373
|
+
"privacy": "private"
|
|
374
|
+
},
|
|
299
375
|
{
|
|
300
376
|
"kind": "field",
|
|
301
377
|
"name": "#onThumbMousedown",
|
|
@@ -461,6 +537,14 @@ Code in this file were generated using following JSON:
|
|
|
461
537
|
},
|
|
462
538
|
"description": "The connotation of the component",
|
|
463
539
|
"fieldName": "connotation"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"type": {
|
|
543
|
+
"text": "boolean"
|
|
544
|
+
},
|
|
545
|
+
"default": "false",
|
|
546
|
+
"description": "Show current values on the thumbs.",
|
|
547
|
+
"fieldName": "pin"
|
|
464
548
|
}
|
|
465
549
|
],
|
|
466
550
|
"superclass": {
|
|
@@ -474,13 +558,17 @@ Code in this file were generated using following JSON:
|
|
|
474
558
|
{
|
|
475
559
|
"name": "start",
|
|
476
560
|
"attributeName": "start",
|
|
477
|
-
"
|
|
561
|
+
"eventNames": [
|
|
562
|
+
"input:start"
|
|
563
|
+
],
|
|
478
564
|
"valueMapping": "(event.target as any).start"
|
|
479
565
|
},
|
|
480
566
|
{
|
|
481
567
|
"name": "end",
|
|
482
568
|
"attributeName": "end",
|
|
483
|
-
"
|
|
569
|
+
"eventNames": [
|
|
570
|
+
"input:end"
|
|
571
|
+
],
|
|
484
572
|
"valueMapping": "(event.target as any).end"
|
|
485
573
|
}
|
|
486
574
|
]
|
|
@@ -495,7 +583,7 @@ registerRangeSlider('vvd3')
|
|
|
495
583
|
const VwcRangeSlider = wrapper(`vvd3-range-slider`, {
|
|
496
584
|
events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"},{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
|
|
497
585
|
attributes: [],
|
|
498
|
-
properties: ['start', 'initialStart', 'currentStart', 'startAsNumber', 'end', 'initialEnd', 'currentEnd', 'endAsNumber', 'min', 'max', 'step', 'orientation', 'ariaStartLabel', 'ariaEndLabel', 'markers', 'connotation', 'valueTextFormatter', 'proxy']
|
|
586
|
+
properties: ['start', 'initialStart', 'currentStart', 'startAsNumber', 'end', 'initialEnd', 'currentEnd', 'endAsNumber', 'min', 'max', 'step', 'orientation', 'ariaStartLabel', 'ariaEndLabel', 'markers', 'connotation', 'pin', 'valueTextFormatter', 'proxy']
|
|
499
587
|
})
|
|
500
588
|
|
|
501
589
|
VwcRangeSlider.displayName = 'VwcRangeSlider'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-range-slider",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSelect/index.js
CHANGED
|
@@ -199,7 +199,9 @@ Code in this file were generated using following JSON:
|
|
|
199
199
|
{
|
|
200
200
|
"name": "modelValue",
|
|
201
201
|
"attributeName": "value",
|
|
202
|
-
"
|
|
202
|
+
"eventNames": [
|
|
203
|
+
"input"
|
|
204
|
+
],
|
|
203
205
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
204
206
|
}
|
|
205
207
|
]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-select",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-selectable-box",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-side-drawer",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSlider/index.d.ts
CHANGED
|
@@ -4,15 +4,19 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
4
4
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
* @param {string | null} ariaValuetext **attribute** `aria-valuetext`
|
|
6
6
|
* @param {boolean} markers - Display markers on/off **attribute** `markers`
|
|
7
|
+
* @param {boolean} pin - Show current value on the thumb. **attribute** `pin`
|
|
7
8
|
* @param {SliderConnotation | undefined} connotation - slider connotation **attribute** `connotation`
|
|
8
9
|
* @param {(value: string) => string} valueTextFormatter - Custom function that generates a string for the component's "aria-valuetext" attribute based on the current value.
|
|
10
|
+
* @param handleMouseDown
|
|
11
|
+
* @param handleThumbMouseDown
|
|
12
|
+
* @param keypressHandler
|
|
9
13
|
* @param {number} min
|
|
10
14
|
* @param {number} max
|
|
11
15
|
* @param {number} step
|
|
12
16
|
* @param {string} orientation
|
|
13
17
|
* @param {boolean} markers **attribute** `markers`
|
|
14
18
|
* @param {string} connotation **attribute** `connotation`
|
|
15
|
-
* @param {boolean} pin
|
|
19
|
+
* @param {boolean} pin **attribute** `pin`
|
|
16
20
|
* @param {boolean} disabled
|
|
17
21
|
* @param {string} value
|
|
18
22
|
*/
|
|
@@ -27,13 +31,16 @@ declare const VwcSlider: {
|
|
|
27
31
|
ariaLabel?: string | null | undefined;
|
|
28
32
|
ariaValuetext?: string | null | undefined;
|
|
29
33
|
markers?: boolean | undefined;
|
|
34
|
+
pin?: boolean | undefined;
|
|
30
35
|
connotation?: any;
|
|
31
36
|
valueTextFormatter?: any;
|
|
37
|
+
handleMouseDown?: any;
|
|
38
|
+
handleThumbMouseDown?: any;
|
|
39
|
+
keypressHandler?: any;
|
|
32
40
|
min?: number | undefined;
|
|
33
41
|
max?: number | undefined;
|
|
34
42
|
step?: number | undefined;
|
|
35
43
|
orientation?: string | undefined;
|
|
36
|
-
pin?: boolean | undefined;
|
|
37
44
|
disabled?: boolean | undefined;
|
|
38
45
|
value?: string | undefined;
|
|
39
46
|
}): JSX.Element;
|
package/v3/VwcSlider/index.js
CHANGED
|
@@ -44,6 +44,16 @@ Code in this file were generated using following JSON:
|
|
|
44
44
|
"description": "Display markers on/off",
|
|
45
45
|
"privacy": "public"
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
"kind": "field",
|
|
49
|
+
"name": "pin",
|
|
50
|
+
"type": {
|
|
51
|
+
"text": "boolean"
|
|
52
|
+
},
|
|
53
|
+
"default": "false",
|
|
54
|
+
"description": "Show current value on the thumb.",
|
|
55
|
+
"privacy": "public"
|
|
56
|
+
},
|
|
47
57
|
{
|
|
48
58
|
"kind": "field",
|
|
49
59
|
"name": "connotation",
|
|
@@ -61,6 +71,45 @@ Code in this file were generated using following JSON:
|
|
|
61
71
|
},
|
|
62
72
|
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
63
73
|
"privacy": "public"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"kind": "field",
|
|
77
|
+
"name": "#isNonVisibleFocus",
|
|
78
|
+
"privacy": "private",
|
|
79
|
+
"type": {
|
|
80
|
+
"text": "boolean"
|
|
81
|
+
},
|
|
82
|
+
"default": "false"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"kind": "method",
|
|
86
|
+
"name": "#registerThumbListeners"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"kind": "method",
|
|
90
|
+
"name": "#unregisterThumbListeners"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "field",
|
|
94
|
+
"name": "#onMouseOver",
|
|
95
|
+
"privacy": "private"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"kind": "field",
|
|
99
|
+
"name": "#onMouseOut",
|
|
100
|
+
"privacy": "private"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"kind": "field",
|
|
104
|
+
"name": "handleMouseDown"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"kind": "field",
|
|
108
|
+
"name": "handleThumbMouseDown"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"kind": "field",
|
|
112
|
+
"name": "keypressHandler"
|
|
64
113
|
}
|
|
65
114
|
],
|
|
66
115
|
"events": [
|
|
@@ -97,6 +146,14 @@ Code in this file were generated using following JSON:
|
|
|
97
146
|
"description": "Display markers on/off",
|
|
98
147
|
"fieldName": "markers"
|
|
99
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"type": {
|
|
151
|
+
"text": "boolean"
|
|
152
|
+
},
|
|
153
|
+
"default": "false",
|
|
154
|
+
"description": "Show current value on the thumb.",
|
|
155
|
+
"fieldName": "pin"
|
|
156
|
+
},
|
|
100
157
|
{
|
|
101
158
|
"name": "connotation",
|
|
102
159
|
"type": {
|
|
@@ -117,7 +174,9 @@ Code in this file were generated using following JSON:
|
|
|
117
174
|
{
|
|
118
175
|
"name": "modelValue",
|
|
119
176
|
"attributeName": "value",
|
|
120
|
-
"
|
|
177
|
+
"eventNames": [
|
|
178
|
+
"change"
|
|
179
|
+
],
|
|
121
180
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
122
181
|
}
|
|
123
182
|
]
|
|
@@ -132,7 +191,7 @@ registerSlider('vvd3')
|
|
|
132
191
|
const VwcSlider = wrapper(`vvd3-slider`, {
|
|
133
192
|
events: [{"name":"change","propName":"onChange"}],
|
|
134
193
|
attributes: [],
|
|
135
|
-
properties: ['ariaLabel', 'ariaValuetext', 'markers', 'connotation', 'valueTextFormatter', 'min', 'max', 'step', 'orientation', 'markers', 'connotation', 'pin', 'disabled', 'value']
|
|
194
|
+
properties: ['ariaLabel', 'ariaValuetext', 'markers', 'pin', 'connotation', 'valueTextFormatter', 'handleMouseDown', 'handleThumbMouseDown', 'keypressHandler', 'min', 'max', 'step', 'orientation', 'markers', 'connotation', 'pin', 'disabled', 'value']
|
|
136
195
|
})
|
|
137
196
|
|
|
138
197
|
VwcSlider.displayName = 'VwcSlider'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-button",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.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": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSwitch/index.js
CHANGED
|
@@ -80,6 +80,30 @@ Code in this file were generated using following JSON:
|
|
|
80
80
|
"name": "--vvd-switch-success-fierce",
|
|
81
81
|
"default": "var(--vvd-color-success-700)"
|
|
82
82
|
},
|
|
83
|
+
{
|
|
84
|
+
"name": "--vvd-switch-announcement-primary-text",
|
|
85
|
+
"default": "var(--vvd-color-canvas)"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--vvd-switch-announcement-primary",
|
|
89
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "--vvd-switch-announcement-primary-increment",
|
|
93
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "--vvd-switch-announcement-firm",
|
|
97
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "--vvd-switch-announcement-intermediate",
|
|
101
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "--vvd-switch-announcement-fierce",
|
|
105
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
106
|
+
},
|
|
83
107
|
{
|
|
84
108
|
"name": "--vvd-switch-accent-primary-text",
|
|
85
109
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -163,7 +187,9 @@ Code in this file were generated using following JSON:
|
|
|
163
187
|
{
|
|
164
188
|
"name": "modelValue",
|
|
165
189
|
"attributeName": "checked",
|
|
166
|
-
"
|
|
190
|
+
"eventNames": [
|
|
191
|
+
"change"
|
|
192
|
+
],
|
|
167
193
|
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
168
194
|
}
|
|
169
195
|
]
|