@vonage/vivid-react 2.10.72 → 2.10.74
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 +8 -8
- package/package.json +16 -10
- package/types/index.d.ts +42 -6
- package/v3/VwcAccordion/index.d.ts +2 -1
- package/v3/VwcAccordion/index.js +1 -1
- 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/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/index.d.ts +4 -1
- package/v3/VwcCheckbox/index.js +18 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +2 -1
- package/v3/VwcCombobox/index.js +1 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +1 -1
- package/v3/VwcDataGrid/index.js +4 -1
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +4 -3
- package/v3/VwcDataGridCell/index.js +15 -3
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -1
- package/v3/VwcDataGridRow/index.js +4 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +6 -6
- package/v3/VwcDatePicker/index.js +161 -100
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.d.ts +29 -0
- package/v3/VwcDatePickerBase/index.js +248 -0
- package/v3/VwcDatePickerBase/package.json +11 -0
- package/v3/VwcDateRangePicker/index.d.ts +56 -0
- package/v3/VwcDateRangePicker/index.js +444 -0
- package/v3/VwcDateRangePicker/package.json +11 -0
- package/v3/VwcDialog/index.d.ts +2 -0
- package/v3/VwcDialog/index.js +18 -2
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +4 -2
- package/v3/VwcFilePicker/index.js +62 -20
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/{VwcFormAssociatedDatePicker → VwcFormAssociatedFilePicker}/index.d.ts +4 -6
- package/v3/VwcFormAssociatedFilePicker/index.js +44 -0
- package/v3/VwcFormAssociatedFilePicker/package.json +11 -0
- 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 -0
- package/v3/VwcMenu/index.js +5 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +6 -1
- package/v3/VwcMenuItem/index.js +38 -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.d.ts +7 -1
- package/v3/VwcNumberField/index.js +34 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/{VwcListboxOption → VwcOption}/index.d.ts +3 -3
- package/v3/{VwcListboxOption → VwcOption}/index.js +5 -5
- package/v3/{VwcListboxOption → VwcOption}/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +5 -3
- package/v3/VwcProgress/index.js +29 -4
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +2 -0
- package/v3/VwcProgressRing/index.js +17 -1
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +4 -1
- package/v3/VwcRadio/index.js +18 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +2 -1
- package/v3/VwcRadioGroup/index.js +1 -1
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +2 -1
- package/v3/VwcSelect/index.js +1 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +30 -0
- package/v3/VwcSelectableBox/index.js +197 -0
- package/v3/VwcSelectableBox/package.json +11 -0
- package/v3/VwcSideDrawer/index.d.ts +3 -1
- package/v3/VwcSideDrawer/index.js +11 -1
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +6 -0
- package/v3/VwcSlider/index.js +60 -1
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +2 -1
- package/v3/VwcSplitButton/index.js +1 -1
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +3 -2
- package/v3/VwcSwitch/index.js +5 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +2 -1
- package/v3/VwcTab/index.js +1 -1
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +2 -1
- package/v3/VwcTabs/index.js +1 -1
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +2 -1
- package/v3/VwcTagGroup/index.js +21 -1
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +3 -2
- package/v3/VwcTextArea/index.js +12 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +2 -2
- package/v3/VwcTextField/index.js +25 -1
- package/v3/VwcTextField/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/VwcFormAssociatedDatePicker/index.js +0 -52
- package/v3/VwcFormAssociatedDatePicker/package.json +0 -11
|
@@ -77,6 +77,16 @@ Code in this file were generated using following JSON:
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
],
|
|
80
|
+
"events": [
|
|
81
|
+
{
|
|
82
|
+
"description": "Fired when the side drawer is closed.",
|
|
83
|
+
"name": "close"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"description": "Fired when the side drawer is opened.",
|
|
87
|
+
"name": "open"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
80
90
|
"attributes": [
|
|
81
91
|
{
|
|
82
92
|
"type": {
|
|
@@ -123,7 +133,7 @@ import { registerSideDrawer } from '@vonage/vivid'
|
|
|
123
133
|
registerSideDrawer('vvd3')
|
|
124
134
|
|
|
125
135
|
const VwcSideDrawer = wrapper(`vvd3-side-drawer`, {
|
|
126
|
-
events: [],
|
|
136
|
+
events: [{"name":"open","propName":"onOpen"},{"name":"close","propName":"onClose"}],
|
|
127
137
|
attributes: [],
|
|
128
138
|
properties: ['alternate', 'modal', 'open', 'trailing']
|
|
129
139
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-side-drawer",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSlider/index.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for slider
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/slider
|
|
4
|
+
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
|
+
* @param {string | null} ariaValuetext **attribute** `aria-valuetext`
|
|
4
6
|
* @param {boolean} markers - Display markers on/off **attribute** `markers`
|
|
7
|
+
* @param {SliderConnotation | undefined} connotation - slider connotation **attribute** `connotation`
|
|
5
8
|
*/
|
|
6
9
|
declare const VwcSlider: {
|
|
7
10
|
(props: {
|
|
@@ -10,7 +13,10 @@ declare const VwcSlider: {
|
|
|
10
13
|
id?: string | undefined;
|
|
11
14
|
style?: React.CSSProperties | undefined;
|
|
12
15
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
16
|
+
ariaLabel?: string | null | undefined;
|
|
17
|
+
ariaValuetext?: string | null | undefined;
|
|
13
18
|
markers?: boolean | undefined;
|
|
19
|
+
connotation?: any;
|
|
14
20
|
}): JSX.Element;
|
|
15
21
|
displayName: string;
|
|
16
22
|
};
|
package/v3/VwcSlider/index.js
CHANGED
|
@@ -7,7 +7,33 @@ Code in this file were generated using following JSON:
|
|
|
7
7
|
"kind": "class",
|
|
8
8
|
"description": "Base class for slider",
|
|
9
9
|
"name": "Slider",
|
|
10
|
+
"cssProperties": [
|
|
11
|
+
{
|
|
12
|
+
"name": "--vvd-slider-cta-primary",
|
|
13
|
+
"default": "var(--vvd-color-cta-500)"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--vvd-slider-accent-primary",
|
|
17
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
10
20
|
"members": [
|
|
21
|
+
{
|
|
22
|
+
"kind": "field",
|
|
23
|
+
"name": "ariaLabel",
|
|
24
|
+
"type": {
|
|
25
|
+
"text": "string | null"
|
|
26
|
+
},
|
|
27
|
+
"default": "null"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"kind": "field",
|
|
31
|
+
"name": "ariaValuetext",
|
|
32
|
+
"type": {
|
|
33
|
+
"text": "string | null"
|
|
34
|
+
},
|
|
35
|
+
"default": "null"
|
|
36
|
+
},
|
|
11
37
|
{
|
|
12
38
|
"kind": "field",
|
|
13
39
|
"name": "markers",
|
|
@@ -17,9 +43,34 @@ Code in this file were generated using following JSON:
|
|
|
17
43
|
"default": "false",
|
|
18
44
|
"description": "Display markers on/off",
|
|
19
45
|
"privacy": "public"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"kind": "field",
|
|
49
|
+
"name": "connotation",
|
|
50
|
+
"type": {
|
|
51
|
+
"text": "SliderConnotation | undefined"
|
|
52
|
+
},
|
|
53
|
+
"description": "slider connotation",
|
|
54
|
+
"privacy": "public"
|
|
20
55
|
}
|
|
21
56
|
],
|
|
22
57
|
"attributes": [
|
|
58
|
+
{
|
|
59
|
+
"name": "aria-label",
|
|
60
|
+
"type": {
|
|
61
|
+
"text": "string | null"
|
|
62
|
+
},
|
|
63
|
+
"default": "null",
|
|
64
|
+
"fieldName": "ariaLabel"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "aria-valuetext",
|
|
68
|
+
"type": {
|
|
69
|
+
"text": "string | null"
|
|
70
|
+
},
|
|
71
|
+
"default": "null",
|
|
72
|
+
"fieldName": "ariaValuetext"
|
|
73
|
+
},
|
|
23
74
|
{
|
|
24
75
|
"type": {
|
|
25
76
|
"text": "boolean"
|
|
@@ -27,6 +78,14 @@ Code in this file were generated using following JSON:
|
|
|
27
78
|
"default": "false",
|
|
28
79
|
"description": "Display markers on/off",
|
|
29
80
|
"fieldName": "markers"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "connotation",
|
|
84
|
+
"type": {
|
|
85
|
+
"text": "SliderConnotation | undefined"
|
|
86
|
+
},
|
|
87
|
+
"description": "slider connotation",
|
|
88
|
+
"fieldName": "connotation"
|
|
30
89
|
}
|
|
31
90
|
],
|
|
32
91
|
"superclass": {
|
|
@@ -43,7 +102,7 @@ registerSlider('vvd3')
|
|
|
43
102
|
const VwcSlider = wrapper(`vvd3-slider`, {
|
|
44
103
|
events: [],
|
|
45
104
|
attributes: [],
|
|
46
|
-
properties: ['markers']
|
|
105
|
+
properties: ['ariaLabel', 'ariaValuetext', 'markers', 'connotation']
|
|
47
106
|
})
|
|
48
107
|
|
|
49
108
|
VwcSlider.displayName = 'VwcSlider'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for split button
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/split-button
|
|
4
4
|
* @param {HTMLButtonElement} _action - Action HTML button element
|
|
@@ -21,6 +21,7 @@ declare const VwcSplitButton: {
|
|
|
21
21
|
id?: string | undefined;
|
|
22
22
|
style?: React.CSSProperties | undefined;
|
|
23
23
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
24
|
+
onClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
24
25
|
_action?: any;
|
|
25
26
|
_indicator?: any;
|
|
26
27
|
connotation?: any;
|
|
@@ -301,7 +301,7 @@ import { registerSplitButton } from '@vonage/vivid'
|
|
|
301
301
|
registerSplitButton('vvd3')
|
|
302
302
|
|
|
303
303
|
const VwcSplitButton = wrapper(`vvd3-split-button`, {
|
|
304
|
-
events: [],
|
|
304
|
+
events: [{"name":"click","propName":"onClick"}],
|
|
305
305
|
attributes: [],
|
|
306
306
|
properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded']
|
|
307
307
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-button",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSwitch/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for switch
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
|
|
4
4
|
* @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
|
|
5
|
-
* @param {SwitchConnotation | undefined} connotation
|
|
5
|
+
* @param {SwitchConnotation | undefined} connotation - Indicates the switch's connotation. **attribute** `connotation`
|
|
6
6
|
*/
|
|
7
7
|
declare const VwcSwitch: {
|
|
8
8
|
(props: {
|
|
@@ -11,6 +11,7 @@ declare const VwcSwitch: {
|
|
|
11
11
|
id?: string | undefined;
|
|
12
12
|
style?: React.CSSProperties | undefined;
|
|
13
13
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
14
|
+
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
14
15
|
label?: string | undefined;
|
|
15
16
|
connotation?: any;
|
|
16
17
|
}): JSX.Element;
|
package/v3/VwcSwitch/index.js
CHANGED
|
@@ -120,7 +120,9 @@ Code in this file were generated using following JSON:
|
|
|
120
120
|
"name": "connotation",
|
|
121
121
|
"type": {
|
|
122
122
|
"text": "SwitchConnotation | undefined"
|
|
123
|
-
}
|
|
123
|
+
},
|
|
124
|
+
"description": "Indicates the switch's connotation.",
|
|
125
|
+
"privacy": "public"
|
|
124
126
|
}
|
|
125
127
|
],
|
|
126
128
|
"attributes": [
|
|
@@ -137,6 +139,7 @@ Code in this file were generated using following JSON:
|
|
|
137
139
|
"type": {
|
|
138
140
|
"text": "SwitchConnotation | undefined"
|
|
139
141
|
},
|
|
142
|
+
"description": "Indicates the switch's connotation.",
|
|
140
143
|
"fieldName": "connotation"
|
|
141
144
|
}
|
|
142
145
|
],
|
|
@@ -152,7 +155,7 @@ import { registerSwitch } from '@vonage/vivid'
|
|
|
152
155
|
registerSwitch('vvd3')
|
|
153
156
|
|
|
154
157
|
const VwcSwitch = wrapper(`vvd3-switch`, {
|
|
155
|
-
events: [],
|
|
158
|
+
events: [{"name":"change","propName":"onChange"}],
|
|
156
159
|
attributes: [],
|
|
157
160
|
properties: ['label', 'connotation']
|
|
158
161
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTab/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for tab
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tab
|
|
4
4
|
* @param {TabConnotation | undefined} connotation - The connotation the tab should have. **attribute** `connotation`
|
|
@@ -14,6 +14,7 @@ declare const VwcTab: {
|
|
|
14
14
|
id?: string | undefined;
|
|
15
15
|
style?: React.CSSProperties | undefined;
|
|
16
16
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
17
|
+
onClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
17
18
|
connotation?: any;
|
|
18
19
|
shape?: any;
|
|
19
20
|
label?: string | undefined;
|
package/v3/VwcTab/index.js
CHANGED
|
@@ -161,7 +161,7 @@ import { registerTab } from '@vonage/vivid'
|
|
|
161
161
|
registerTab('vvd3')
|
|
162
162
|
|
|
163
163
|
const VwcTab = wrapper(`vvd3-tab`, {
|
|
164
|
-
events: [],
|
|
164
|
+
events: [{"name":"click","propName":"onClick"}],
|
|
165
165
|
attributes: [],
|
|
166
166
|
properties: ['connotation', 'shape', 'label', 'tabIndex', 'ariaSelected']
|
|
167
167
|
})
|
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.40.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.40.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.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTabs/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for tabs
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tabs
|
|
4
4
|
* @param {HTMLElement | undefined} tablist
|
|
@@ -11,6 +11,7 @@ declare const VwcTabs: {
|
|
|
11
11
|
id?: string | undefined;
|
|
12
12
|
style?: React.CSSProperties | undefined;
|
|
13
13
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
14
|
+
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
14
15
|
tablist?: any;
|
|
15
16
|
connotation?: any;
|
|
16
17
|
}): JSX.Element;
|
package/v3/VwcTabs/index.js
CHANGED
|
@@ -147,7 +147,7 @@ import { registerTabs } from '@vonage/vivid'
|
|
|
147
147
|
registerTabs('vvd3')
|
|
148
148
|
|
|
149
149
|
const VwcTabs = wrapper(`vvd3-tabs`, {
|
|
150
|
-
events: [],
|
|
150
|
+
events: [{"name":"change","propName":"onChange"}],
|
|
151
151
|
attributes: [],
|
|
152
152
|
properties: ['tablist', 'connotation']
|
|
153
153
|
})
|
package/v3/VwcTabs/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tabs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTag/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for tag-group
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tag-group
|
|
4
|
-
|
|
4
|
+
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
*/
|
|
6
6
|
declare const VwcTagGroup: {
|
|
7
7
|
(props: {
|
|
@@ -10,6 +10,7 @@ declare const VwcTagGroup: {
|
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
style?: React.CSSProperties | undefined;
|
|
12
12
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
ariaLabel?: string | null | undefined;
|
|
13
14
|
}): JSX.Element;
|
|
14
15
|
displayName: string;
|
|
15
16
|
};
|
package/v3/VwcTagGroup/index.js
CHANGED
|
@@ -13,6 +13,26 @@ Code in this file were generated using following JSON:
|
|
|
13
13
|
"name": ""
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
+
"members": [
|
|
17
|
+
{
|
|
18
|
+
"kind": "field",
|
|
19
|
+
"name": "ariaLabel",
|
|
20
|
+
"type": {
|
|
21
|
+
"text": "string | null"
|
|
22
|
+
},
|
|
23
|
+
"default": "null"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"attributes": [
|
|
27
|
+
{
|
|
28
|
+
"name": "aria-label",
|
|
29
|
+
"type": {
|
|
30
|
+
"text": "string | null"
|
|
31
|
+
},
|
|
32
|
+
"default": "null",
|
|
33
|
+
"fieldName": "ariaLabel"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
16
36
|
"superclass": {
|
|
17
37
|
"name": "FoundationElement",
|
|
18
38
|
"package": "@microsoft/fast-foundation"
|
|
@@ -27,7 +47,7 @@ registerTagGroup('vvd3')
|
|
|
27
47
|
const VwcTagGroup = wrapper(`vvd3-tag-group`, {
|
|
28
48
|
events: [],
|
|
29
49
|
attributes: [],
|
|
30
|
-
properties: []
|
|
50
|
+
properties: ['ariaLabel']
|
|
31
51
|
})
|
|
32
52
|
|
|
33
53
|
VwcTagGroup.displayName = 'VwcTagGroup'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-anchor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for text-area
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/text-area
|
|
4
|
-
* @param {TextAreaWrap | undefined} wrap
|
|
4
|
+
* @param {TextAreaWrap | undefined} wrap - The wrap attribute **attribute** `wrap`
|
|
5
5
|
*/
|
|
6
6
|
declare const VwcTextArea: {
|
|
7
7
|
(props: {
|
|
@@ -10,6 +10,7 @@ declare const VwcTextArea: {
|
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
style?: React.CSSProperties | undefined;
|
|
12
12
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
13
14
|
wrap?: any;
|
|
14
15
|
}): JSX.Element;
|
|
15
16
|
displayName: string;
|
package/v3/VwcTextArea/index.js
CHANGED
|
@@ -87,6 +87,16 @@ Code in this file were generated using following JSON:
|
|
|
87
87
|
"name": "wrap",
|
|
88
88
|
"type": {
|
|
89
89
|
"text": "TextAreaWrap | undefined"
|
|
90
|
+
},
|
|
91
|
+
"description": "The wrap attribute",
|
|
92
|
+
"privacy": "public"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"kind": "field",
|
|
96
|
+
"name": "#reflectToTextArea",
|
|
97
|
+
"privacy": "private",
|
|
98
|
+
"type": {
|
|
99
|
+
"text": "Reflector<this, HTMLTextAreaElement> | undefined"
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
],
|
|
@@ -96,6 +106,7 @@ Code in this file were generated using following JSON:
|
|
|
96
106
|
"type": {
|
|
97
107
|
"text": "TextAreaWrap | undefined"
|
|
98
108
|
},
|
|
109
|
+
"description": "The wrap attribute",
|
|
99
110
|
"fieldName": "wrap"
|
|
100
111
|
}
|
|
101
112
|
],
|
|
@@ -111,7 +122,7 @@ import { registerTextArea } from '@vonage/vivid'
|
|
|
111
122
|
registerTextArea('vvd3')
|
|
112
123
|
|
|
113
124
|
const VwcTextArea = wrapper(`vvd3-text-area`, {
|
|
114
|
-
events: [],
|
|
125
|
+
events: [{"name":"input","propName":"onInput"}],
|
|
115
126
|
attributes: [],
|
|
116
127
|
properties: ['wrap']
|
|
117
128
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-area",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for text-field
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/text-field
|
|
4
4
|
* @param {TextFieldAppearance | undefined} appearance **attribute** `appearance`
|
|
@@ -16,13 +16,13 @@ declare const VwcTextField: {
|
|
|
16
16
|
id?: string | undefined;
|
|
17
17
|
style?: React.CSSProperties | undefined;
|
|
18
18
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
|
+
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
19
20
|
appearance?: any;
|
|
20
21
|
shape?: any;
|
|
21
22
|
autoComplete?: string | undefined;
|
|
22
23
|
leadingActionItemsSlottedContent?: any;
|
|
23
24
|
placeholder?: string | undefined;
|
|
24
25
|
label?: string | undefined;
|
|
25
|
-
onInput?: any;
|
|
26
26
|
}): JSX.Element;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
package/v3/VwcTextField/index.js
CHANGED
|
@@ -119,6 +119,30 @@ Code in this file were generated using following JSON:
|
|
|
119
119
|
"type": {
|
|
120
120
|
"text": "HTMLElement[] | undefined"
|
|
121
121
|
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"kind": "method",
|
|
125
|
+
"name": "#handleLabelChange",
|
|
126
|
+
"parameters": [
|
|
127
|
+
{
|
|
128
|
+
"name": "labelEl",
|
|
129
|
+
"type": {
|
|
130
|
+
"text": "HTMLLabelElement"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "field",
|
|
137
|
+
"name": "#reflectToInput",
|
|
138
|
+
"privacy": "private",
|
|
139
|
+
"type": {
|
|
140
|
+
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"kind": "method",
|
|
145
|
+
"name": "focus"
|
|
122
146
|
}
|
|
123
147
|
],
|
|
124
148
|
"attributes": [
|
|
@@ -156,7 +180,7 @@ import { registerTextField } from '@vonage/vivid'
|
|
|
156
180
|
registerTextField('vvd3')
|
|
157
181
|
|
|
158
182
|
const VwcTextField = wrapper(`vvd3-text-field`, {
|
|
159
|
-
events: [],
|
|
183
|
+
events: [{"name":"input","propName":"onInput"}],
|
|
160
184
|
attributes: [],
|
|
161
185
|
properties: ['appearance', 'shape', 'autoComplete', 'leadingActionItemsSlottedContent', 'placeholder', 'label', 'onInput']
|
|
162
186
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-toggletip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|