@vonage/vivid-react 2.10.62 → 2.10.64
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/README.md +54 -54
- package/VwcAccordion/package.json +2 -2
- package/VwcActionGroup/package.json +2 -2
- package/VwcBadge/package.json +2 -2
- package/VwcBanner/package.json +2 -2
- package/VwcButton/package.json +2 -2
- package/VwcButtonToggleGroup/package.json +2 -2
- package/VwcCalendar/package.json +2 -2
- package/VwcCalendarEvent/package.json +2 -2
- package/VwcCard/package.json +2 -2
- package/VwcCarousel/package.json +2 -2
- package/VwcCarouselItem/package.json +2 -2
- package/VwcCheckListItem/package.json +2 -2
- package/VwcCheckbox/package.json +2 -2
- package/VwcChip/package.json +2 -2
- package/VwcChipSet/package.json +2 -2
- package/VwcCircularProgress/package.json +2 -2
- package/VwcDataGrid/package.json +2 -2
- package/VwcDataGridColumn/package.json +2 -2
- package/VwcDatepicker/package.json +2 -2
- package/VwcDialog/package.json +2 -2
- package/VwcDrawer/package.json +2 -2
- package/VwcDropdown/package.json +2 -2
- package/VwcElevation/package.json +2 -2
- package/VwcEmptyState/package.json +2 -2
- package/VwcExpansionPanel/package.json +2 -2
- package/VwcFab/package.json +2 -2
- package/VwcFilePicker/package.json +2 -2
- package/VwcFormfield/package.json +2 -2
- package/VwcHelperMessage/package.json +2 -2
- package/VwcIcon/package.json +2 -2
- package/VwcIconButton/package.json +2 -2
- package/VwcIconButtonToggle/package.json +2 -2
- package/VwcKeypad/package.json +2 -2
- package/VwcLayout/package.json +2 -2
- package/VwcLinearProgress/package.json +2 -2
- package/VwcList/package.json +2 -2
- package/VwcListExpansionPanel/package.json +2 -2
- package/VwcListItem/package.json +2 -2
- package/VwcMenu/package.json +2 -2
- package/VwcNotchedOutline/package.json +2 -2
- package/VwcNote/package.json +2 -2
- package/VwcPagination/package.json +2 -2
- package/VwcPopup/package.json +2 -2
- package/VwcRadio/package.json +2 -2
- package/VwcRadioListItem/package.json +2 -2
- package/VwcSchemeSelect/package.json +2 -2
- package/VwcSelect/package.json +2 -2
- package/VwcSideDrawer/package.json +2 -2
- package/VwcSlider/package.json +2 -2
- package/VwcSnackbar/package.json +2 -2
- package/VwcSurface/package.json +2 -2
- package/VwcSwitch/package.json +2 -2
- package/VwcTab/package.json +2 -2
- package/VwcTabBar/package.json +2 -2
- package/VwcTag/package.json +2 -2
- package/VwcText/package.json +2 -2
- package/VwcTextarea/package.json +2 -2
- package/VwcTextfield/package.json +2 -2
- package/VwcThemeSwitch/package.json +2 -2
- package/VwcTooltip/package.json +2 -2
- package/VwcTopAppBar/package.json +2 -2
- package/VwcTopAppBarFixed/package.json +2 -2
- package/index.js +7 -6
- package/package.json +58 -58
- package/types/index.d.ts +38 -4
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.d.ts +2 -2
- package/v3/VwcActionGroup/index.js +5 -3
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +3 -1
- package/v3/VwcAlert/index.js +15 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -2
- package/v3/VwcBanner/index.js +17 -15
- 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 +16 -1
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.js +2 -13
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.js +13 -0
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +2 -0
- package/v3/VwcDataGridCell/index.js +17 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +27 -0
- package/v3/VwcDatePicker/index.js +201 -0
- package/v3/VwcDatePicker/package.json +11 -0
- package/v3/VwcDialog/index.d.ts +4 -1
- package/v3/VwcDialog/index.js +19 -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 +28 -0
- package/v3/VwcFilePicker/index.js +258 -0
- package/v3/VwcFilePicker/package.json +11 -0
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.d.ts +2 -0
- package/v3/VwcIcon/index.js +14 -1
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/index.d.ts +3 -0
- package/v3/VwcLayout/index.js +1 -4
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcListboxOption/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +10 -10
- package/v3/VwcMenu/index.js +150 -36
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.js +6 -0
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +4 -1
- package/v3/VwcNavDisclosure/index.js +32 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +19 -9
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +3 -1
- package/v3/VwcPagination/index.js +22 -2
- package/v3/VwcPagination/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/VwcRadio/index.d.ts +2 -0
- package/v3/VwcRadio/index.js +56 -7
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +7 -5
- package/v3/VwcSelect/index.js +47 -12
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +39 -0
- package/v3/VwcSplitButton/index.js +311 -0
- package/v3/VwcSplitButton/package.json +11 -0
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +2 -0
- package/v3/VwcTab/index.js +18 -1
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.js +16 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.js +6 -0
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/index.js +10 -0
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.64",
|
|
4
4
|
"description": "Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -27,64 +27,64 @@
|
|
|
27
27
|
"CLI"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@vonage/vivid": "3.
|
|
30
|
+
"@vonage/vivid": "3.32.0",
|
|
31
31
|
"@vonage/vivid-react-wrapper": "1.2.9",
|
|
32
|
-
"@vonage/vvd-context": "2.
|
|
33
|
-
"@vonage/vvd-core": "2.
|
|
34
|
-
"@vonage/vvd-fonts": "2.
|
|
35
|
-
"@vonage/vwc-accordion": "2.
|
|
36
|
-
"@vonage/vwc-action-group": "2.
|
|
37
|
-
"@vonage/vwc-badge": "2.
|
|
38
|
-
"@vonage/vwc-banner": "2.
|
|
39
|
-
"@vonage/vwc-button": "2.
|
|
40
|
-
"@vonage/vwc-button-toggle-group": "2.
|
|
41
|
-
"@vonage/vwc-calendar": "2.
|
|
42
|
-
"@vonage/vwc-card": "2.
|
|
43
|
-
"@vonage/vwc-carousel": "2.
|
|
44
|
-
"@vonage/vwc-checkbox": "2.
|
|
45
|
-
"@vonage/vwc-chips": "2.
|
|
46
|
-
"@vonage/vwc-circular-progress": "2.
|
|
47
|
-
"@vonage/vwc-data-grid": "2.
|
|
48
|
-
"@vonage/vwc-datepicker": "2.
|
|
49
|
-
"@vonage/vwc-dialog": "2.
|
|
50
|
-
"@vonage/vwc-drawer": "2.
|
|
51
|
-
"@vonage/vwc-dropdown": "2.
|
|
52
|
-
"@vonage/vwc-elevation": "2.
|
|
53
|
-
"@vonage/vwc-empty-state": "2.
|
|
54
|
-
"@vonage/vwc-expansion-panel": "2.
|
|
55
|
-
"@vonage/vwc-fab": "2.
|
|
56
|
-
"@vonage/vwc-file-picker": "2.
|
|
57
|
-
"@vonage/vwc-formfield": "2.
|
|
58
|
-
"@vonage/vwc-helper-message": "2.
|
|
59
|
-
"@vonage/vwc-icon": "2.
|
|
60
|
-
"@vonage/vwc-icon-button": "2.
|
|
61
|
-
"@vonage/vwc-icon-button-toggle": "2.
|
|
62
|
-
"@vonage/vwc-keypad": "2.
|
|
63
|
-
"@vonage/vwc-layout": "2.
|
|
64
|
-
"@vonage/vwc-linear-progress": "2.
|
|
65
|
-
"@vonage/vwc-list": "2.
|
|
66
|
-
"@vonage/vwc-menu": "2.
|
|
67
|
-
"@vonage/vwc-notched-outline": "2.
|
|
68
|
-
"@vonage/vwc-note": "2.
|
|
69
|
-
"@vonage/vwc-pagination": "2.
|
|
70
|
-
"@vonage/vwc-popup": "2.
|
|
71
|
-
"@vonage/vwc-radio": "2.
|
|
72
|
-
"@vonage/vwc-scheme-select": "2.
|
|
73
|
-
"@vonage/vwc-select": "2.
|
|
74
|
-
"@vonage/vwc-side-drawer": "2.
|
|
75
|
-
"@vonage/vwc-slider": "2.
|
|
76
|
-
"@vonage/vwc-snackbar": "2.
|
|
77
|
-
"@vonage/vwc-surface": "2.
|
|
78
|
-
"@vonage/vwc-switch": "2.
|
|
79
|
-
"@vonage/vwc-tab-bar": "2.
|
|
80
|
-
"@vonage/vwc-tags": "2.
|
|
81
|
-
"@vonage/vwc-text": "2.
|
|
82
|
-
"@vonage/vwc-textarea": "2.
|
|
83
|
-
"@vonage/vwc-textfield": "2.
|
|
84
|
-
"@vonage/vwc-theme-switch": "2.
|
|
85
|
-
"@vonage/vwc-tooltip": "2.
|
|
86
|
-
"@vonage/vwc-top-app-bar": "2.
|
|
87
|
-
"@vonage/vwc-top-app-bar-fixed": "2.
|
|
32
|
+
"@vonage/vvd-context": "2.43.2",
|
|
33
|
+
"@vonage/vvd-core": "2.43.2",
|
|
34
|
+
"@vonage/vvd-fonts": "2.43.2",
|
|
35
|
+
"@vonage/vwc-accordion": "2.43.2",
|
|
36
|
+
"@vonage/vwc-action-group": "2.43.2",
|
|
37
|
+
"@vonage/vwc-badge": "2.43.2",
|
|
38
|
+
"@vonage/vwc-banner": "2.43.2",
|
|
39
|
+
"@vonage/vwc-button": "2.43.2",
|
|
40
|
+
"@vonage/vwc-button-toggle-group": "2.43.2",
|
|
41
|
+
"@vonage/vwc-calendar": "2.43.2",
|
|
42
|
+
"@vonage/vwc-card": "2.43.2",
|
|
43
|
+
"@vonage/vwc-carousel": "2.43.2",
|
|
44
|
+
"@vonage/vwc-checkbox": "2.43.2",
|
|
45
|
+
"@vonage/vwc-chips": "2.43.2",
|
|
46
|
+
"@vonage/vwc-circular-progress": "2.43.2",
|
|
47
|
+
"@vonage/vwc-data-grid": "2.43.2",
|
|
48
|
+
"@vonage/vwc-datepicker": "2.43.2",
|
|
49
|
+
"@vonage/vwc-dialog": "2.43.2",
|
|
50
|
+
"@vonage/vwc-drawer": "2.43.2",
|
|
51
|
+
"@vonage/vwc-dropdown": "2.43.2",
|
|
52
|
+
"@vonage/vwc-elevation": "2.43.2",
|
|
53
|
+
"@vonage/vwc-empty-state": "2.43.2",
|
|
54
|
+
"@vonage/vwc-expansion-panel": "2.43.2",
|
|
55
|
+
"@vonage/vwc-fab": "2.43.2",
|
|
56
|
+
"@vonage/vwc-file-picker": "2.43.2",
|
|
57
|
+
"@vonage/vwc-formfield": "2.43.2",
|
|
58
|
+
"@vonage/vwc-helper-message": "2.43.2",
|
|
59
|
+
"@vonage/vwc-icon": "2.43.2",
|
|
60
|
+
"@vonage/vwc-icon-button": "2.43.2",
|
|
61
|
+
"@vonage/vwc-icon-button-toggle": "2.43.2",
|
|
62
|
+
"@vonage/vwc-keypad": "2.43.2",
|
|
63
|
+
"@vonage/vwc-layout": "2.43.2",
|
|
64
|
+
"@vonage/vwc-linear-progress": "2.43.2",
|
|
65
|
+
"@vonage/vwc-list": "2.43.2",
|
|
66
|
+
"@vonage/vwc-menu": "2.43.2",
|
|
67
|
+
"@vonage/vwc-notched-outline": "2.43.2",
|
|
68
|
+
"@vonage/vwc-note": "2.43.2",
|
|
69
|
+
"@vonage/vwc-pagination": "2.43.2",
|
|
70
|
+
"@vonage/vwc-popup": "2.43.2",
|
|
71
|
+
"@vonage/vwc-radio": "2.43.2",
|
|
72
|
+
"@vonage/vwc-scheme-select": "2.43.2",
|
|
73
|
+
"@vonage/vwc-select": "2.43.2",
|
|
74
|
+
"@vonage/vwc-side-drawer": "2.43.2",
|
|
75
|
+
"@vonage/vwc-slider": "2.43.2",
|
|
76
|
+
"@vonage/vwc-snackbar": "2.43.2",
|
|
77
|
+
"@vonage/vwc-surface": "2.43.2",
|
|
78
|
+
"@vonage/vwc-switch": "2.43.2",
|
|
79
|
+
"@vonage/vwc-tab-bar": "2.43.2",
|
|
80
|
+
"@vonage/vwc-tags": "2.43.2",
|
|
81
|
+
"@vonage/vwc-text": "2.43.2",
|
|
82
|
+
"@vonage/vwc-textarea": "2.43.2",
|
|
83
|
+
"@vonage/vwc-textfield": "2.43.2",
|
|
84
|
+
"@vonage/vwc-theme-switch": "2.43.2",
|
|
85
|
+
"@vonage/vwc-tooltip": "2.43.2",
|
|
86
|
+
"@vonage/vwc-top-app-bar": "2.43.2",
|
|
87
|
+
"@vonage/vwc-top-app-bar-fixed": "2.43.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@babel/core": "^7.15.5",
|
package/types/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare namespace JSX {
|
|
|
18
18
|
"shape": ActionGroupShape | undefined;
|
|
19
19
|
"appearance": ActionGroupAppearance | undefined;
|
|
20
20
|
"tight": boolean;
|
|
21
|
-
"role": string |
|
|
21
|
+
"role": string | null;
|
|
22
22
|
"aria-label": string | null;
|
|
23
23
|
}>;
|
|
24
24
|
"vvd3-alert": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
@@ -46,11 +46,11 @@ declare namespace JSX {
|
|
|
46
46
|
"text": string | undefined;
|
|
47
47
|
}>;
|
|
48
48
|
"vvd3-banner": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
49
|
+
"role": string | null;
|
|
49
50
|
"action-href": string | undefined;
|
|
50
51
|
"action-text": string | undefined;
|
|
51
52
|
"removable": boolean;
|
|
52
53
|
"aria-live": any;
|
|
53
|
-
"role": string | undefined;
|
|
54
54
|
"text": string | undefined;
|
|
55
55
|
"connotation": BannerConnotation | undefined;
|
|
56
56
|
}>;
|
|
@@ -61,6 +61,7 @@ declare namespace JSX {
|
|
|
61
61
|
"text": string | undefined;
|
|
62
62
|
}>;
|
|
63
63
|
"vvd3-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
64
|
+
"title": string;
|
|
64
65
|
"connotation": ButtonConnotation | undefined;
|
|
65
66
|
"shape": ButtonShape | undefined;
|
|
66
67
|
"appearance": ButtonAppearance | undefined;
|
|
@@ -99,6 +100,7 @@ declare namespace JSX {
|
|
|
99
100
|
}>;
|
|
100
101
|
"vvd3-data-grid-cell": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
101
102
|
"aria-selected": string | null;
|
|
103
|
+
"aria-sort": string | null;
|
|
102
104
|
}>;
|
|
103
105
|
"vvd3-data-grid-row": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
104
106
|
"aria-selected": string | null;
|
|
@@ -106,6 +108,14 @@ declare namespace JSX {
|
|
|
106
108
|
"vvd3-data-grid": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
107
109
|
"selection-mode": DataGridSelectionMode | undefined;
|
|
108
110
|
}>;
|
|
111
|
+
"vvd3-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
112
|
+
"label": string | undefined;
|
|
113
|
+
"helper-text": string | undefined;
|
|
114
|
+
"error-text": string | undefined;
|
|
115
|
+
"value": DateStr | null;
|
|
116
|
+
"disabled": boolean;
|
|
117
|
+
"readonly": boolean;
|
|
118
|
+
}>;
|
|
109
119
|
"vvd3-dialog": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
110
120
|
"open": boolean;
|
|
111
121
|
"icon": string | undefined;
|
|
@@ -133,6 +143,13 @@ declare namespace JSX {
|
|
|
133
143
|
"size": FABSize | undefined;
|
|
134
144
|
"label": string | undefined;
|
|
135
145
|
}>;
|
|
146
|
+
"vvd3-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
147
|
+
"label": string | undefined;
|
|
148
|
+
"max-files": number | undefined;
|
|
149
|
+
"max-file-size": number;
|
|
150
|
+
"accept": string | undefined;
|
|
151
|
+
"size": FileUploaderSize | undefined;
|
|
152
|
+
}>;
|
|
136
153
|
"vvd3-focus": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
137
154
|
|
|
138
155
|
}>;
|
|
@@ -156,10 +173,10 @@ declare namespace JSX {
|
|
|
156
173
|
"appearance": LisboxAppearance | undefined;
|
|
157
174
|
}>;
|
|
158
175
|
"vvd3-menu": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
159
|
-
"open": boolean;
|
|
160
176
|
"placement": Placement | undefined;
|
|
161
|
-
"anchor":
|
|
177
|
+
"anchor": AnchorType;
|
|
162
178
|
"auto-dismiss": boolean;
|
|
179
|
+
"open": boolean;
|
|
163
180
|
}>;
|
|
164
181
|
"vvd3-menu-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
165
182
|
"text": string | undefined;
|
|
@@ -171,6 +188,7 @@ declare namespace JSX {
|
|
|
171
188
|
"vvd3-nav-disclosure": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
172
189
|
"label": string | undefined;
|
|
173
190
|
"open": boolean;
|
|
191
|
+
"aria-current": string | null;
|
|
174
192
|
}>;
|
|
175
193
|
"vvd3-nav-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
176
194
|
"text": string | undefined;
|
|
@@ -190,6 +208,7 @@ declare namespace JSX {
|
|
|
190
208
|
}>;
|
|
191
209
|
"vvd3-pagination": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
192
210
|
"size": PaginationSize | undefined;
|
|
211
|
+
"shape": PaginationShape | undefined;
|
|
193
212
|
"nav-icons": boolean;
|
|
194
213
|
"total": number;
|
|
195
214
|
"selected-index": number | undefined;
|
|
@@ -214,6 +233,7 @@ declare namespace JSX {
|
|
|
214
233
|
}>;
|
|
215
234
|
"vvd3-radio": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
216
235
|
"label": string | undefined;
|
|
236
|
+
"connotation": RadioConnotation | undefined;
|
|
217
237
|
}>;
|
|
218
238
|
"vvd3-radio-group": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
219
239
|
"label": string | undefined;
|
|
@@ -222,6 +242,7 @@ declare namespace JSX {
|
|
|
222
242
|
"appearance": SelectAppearance | undefined;
|
|
223
243
|
"shape": SelectShape | undefined;
|
|
224
244
|
"fixed-dropdown": boolean;
|
|
245
|
+
"placeholder": string | undefined;
|
|
225
246
|
}>;
|
|
226
247
|
"vvd3-side-drawer": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
227
248
|
"alternate": boolean;
|
|
@@ -232,12 +253,25 @@ declare namespace JSX {
|
|
|
232
253
|
"vvd3-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
233
254
|
"markers": boolean;
|
|
234
255
|
}>;
|
|
256
|
+
"vvd3-split-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
257
|
+
"connotation": SplitButtonConnotation | undefined;
|
|
258
|
+
"shape": SplitButtonShape | undefined;
|
|
259
|
+
"appearance": SplitButtonAppearance | undefined;
|
|
260
|
+
"size": SplitButtonSize | undefined;
|
|
261
|
+
"label": string | undefined;
|
|
262
|
+
"icon": string | undefined;
|
|
263
|
+
"split-indicator": string;
|
|
264
|
+
"disabled": boolean;
|
|
265
|
+
"aria-label": string | null;
|
|
266
|
+
"aria-expanded": string | null;
|
|
267
|
+
}>;
|
|
235
268
|
"vvd3-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
236
269
|
"label": string | undefined;
|
|
237
270
|
"connotation": SwitchConnotation | undefined;
|
|
238
271
|
}>;
|
|
239
272
|
"vvd3-tab": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
240
273
|
"connotation": TabConnotation | undefined;
|
|
274
|
+
"shape": TabShape | undefined;
|
|
241
275
|
"label": string | undefined;
|
|
242
276
|
"tabIndex": any;
|
|
243
277
|
"aria-selected": string | null;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-accordion",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-accordion-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -4,7 +4,7 @@ import React, { ReactNode } from 'react';
|
|
|
4
4
|
* @param {ActionGroupShape | undefined} shape - The shape the ActionGroup should have. **attribute** `shape`
|
|
5
5
|
* @param {ActionGroupAppearance | undefined} appearance - The appearance the ActionGroup should have. **attribute** `appearance`
|
|
6
6
|
* @param {boolean} tight - Indicates whether action group should have padding. **attribute** `tight`
|
|
7
|
-
* @param {string |
|
|
7
|
+
* @param {string | null} role **attribute** `role`
|
|
8
8
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
9
9
|
*/
|
|
10
10
|
declare const VwcActionGroup: {
|
|
@@ -17,7 +17,7 @@ declare const VwcActionGroup: {
|
|
|
17
17
|
shape?: any;
|
|
18
18
|
appearance?: any;
|
|
19
19
|
tight?: boolean | undefined;
|
|
20
|
-
role?: string | undefined;
|
|
20
|
+
role?: string | null | undefined;
|
|
21
21
|
ariaLabel?: string | null | undefined;
|
|
22
22
|
}): JSX.Element;
|
|
23
23
|
displayName: string;
|
|
@@ -64,8 +64,9 @@ Code in this file were generated using following JSON:
|
|
|
64
64
|
"kind": "field",
|
|
65
65
|
"name": "role",
|
|
66
66
|
"type": {
|
|
67
|
-
"text": "string |
|
|
68
|
-
}
|
|
67
|
+
"text": "string | null"
|
|
68
|
+
},
|
|
69
|
+
"default": "null"
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
"kind": "field",
|
|
@@ -104,8 +105,9 @@ Code in this file were generated using following JSON:
|
|
|
104
105
|
{
|
|
105
106
|
"name": "role",
|
|
106
107
|
"type": {
|
|
107
|
-
"text": "string |
|
|
108
|
+
"text": "string | null"
|
|
108
109
|
},
|
|
110
|
+
"default": "null",
|
|
109
111
|
"fieldName": "role"
|
|
110
112
|
},
|
|
111
113
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-action-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcAlert/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 alert
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/alert
|
|
4
4
|
* @param {boolean} removable - if the alert is removable
|
|
@@ -21,6 +21,8 @@ declare const VwcAlert: {
|
|
|
21
21
|
id?: string | undefined;
|
|
22
22
|
style?: React.CSSProperties | undefined;
|
|
23
23
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
24
|
+
onOpen?: ((event: SyntheticEvent) => void) | undefined;
|
|
25
|
+
onClose?: ((event: SyntheticEvent) => void) | undefined;
|
|
24
26
|
removable?: boolean | undefined;
|
|
25
27
|
placement?: any;
|
|
26
28
|
headline?: string | undefined;
|
package/v3/VwcAlert/index.js
CHANGED
|
@@ -50,6 +50,10 @@ Code in this file were generated using following JSON:
|
|
|
50
50
|
}
|
|
51
51
|
],
|
|
52
52
|
"slots": [
|
|
53
|
+
{
|
|
54
|
+
"description": "The main content of the alert.",
|
|
55
|
+
"name": "main"
|
|
56
|
+
},
|
|
53
57
|
{
|
|
54
58
|
"description": "Add action items to alert using this slot.",
|
|
55
59
|
"name": "action-items"
|
|
@@ -178,6 +182,16 @@ Code in this file were generated using following JSON:
|
|
|
178
182
|
"privacy": "private"
|
|
179
183
|
}
|
|
180
184
|
],
|
|
185
|
+
"events": [
|
|
186
|
+
{
|
|
187
|
+
"description": "Fired when the alert is opened",
|
|
188
|
+
"name": "open"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"description": "Fired when the alert is closed",
|
|
192
|
+
"name": "close"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
181
195
|
"attributes": [
|
|
182
196
|
{
|
|
183
197
|
"type": {
|
|
@@ -256,7 +270,7 @@ import { registerAlert } from '@vonage/vivid'
|
|
|
256
270
|
registerAlert('vvd3')
|
|
257
271
|
|
|
258
272
|
const VwcAlert = wrapper(`vvd3-alert`, {
|
|
259
|
-
events: [],
|
|
273
|
+
events: [{"name":"close","propName":"onClose"},{"name":"open","propName":"onOpen"}],
|
|
260
274
|
attributes: [],
|
|
261
275
|
properties: ['removable', 'placement', 'headline', 'text', 'icon', 'timeoutms', 'connotation', 'open']
|
|
262
276
|
})
|
package/v3/VwcAlert/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-alert",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-avatar",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.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.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcBanner/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for banner
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/banner
|
|
4
|
+
* @param {string | null} role **attribute** `role`
|
|
4
5
|
* @param {string | undefined} actionHref **attribute** `action-href`
|
|
5
6
|
* @param {string | undefined} actionText **attribute** `action-text`
|
|
6
7
|
* @param {boolean} removable **attribute** `removable`
|
|
7
8
|
* @param {any} ariaLive **attribute** `aria-live`
|
|
8
|
-
* @param {string | undefined} role **attribute** `role`
|
|
9
9
|
* @param {string | undefined} text **attribute** `text`
|
|
10
10
|
* @param {BannerConnotation | undefined} connotation **attribute** `connotation`
|
|
11
11
|
*/
|
|
@@ -16,11 +16,11 @@ declare const VwcBanner: {
|
|
|
16
16
|
id?: string | undefined;
|
|
17
17
|
style?: React.CSSProperties | undefined;
|
|
18
18
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
|
+
role?: string | null | undefined;
|
|
19
20
|
actionHref?: string | undefined;
|
|
20
21
|
actionText?: string | undefined;
|
|
21
22
|
removable?: boolean | undefined;
|
|
22
23
|
ariaLive?: any;
|
|
23
|
-
role?: string | undefined;
|
|
24
24
|
text?: string | undefined;
|
|
25
25
|
connotation?: any;
|
|
26
26
|
}): JSX.Element;
|
package/v3/VwcBanner/index.js
CHANGED
|
@@ -56,6 +56,14 @@ Code in this file were generated using following JSON:
|
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"members": [
|
|
59
|
+
{
|
|
60
|
+
"kind": "field",
|
|
61
|
+
"name": "role",
|
|
62
|
+
"type": {
|
|
63
|
+
"text": "string | null"
|
|
64
|
+
},
|
|
65
|
+
"default": "null"
|
|
66
|
+
},
|
|
59
67
|
{
|
|
60
68
|
"kind": "field",
|
|
61
69
|
"name": "actionHref",
|
|
@@ -85,13 +93,6 @@ Code in this file were generated using following JSON:
|
|
|
85
93
|
"text": "any"
|
|
86
94
|
}
|
|
87
95
|
},
|
|
88
|
-
{
|
|
89
|
-
"kind": "field",
|
|
90
|
-
"name": "role",
|
|
91
|
-
"type": {
|
|
92
|
-
"text": "string | undefined"
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
96
|
{
|
|
96
97
|
"kind": "field",
|
|
97
98
|
"name": "text",
|
|
@@ -132,6 +133,14 @@ Code in this file were generated using following JSON:
|
|
|
132
133
|
}
|
|
133
134
|
],
|
|
134
135
|
"attributes": [
|
|
136
|
+
{
|
|
137
|
+
"name": "role",
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "string | null"
|
|
140
|
+
},
|
|
141
|
+
"default": "null",
|
|
142
|
+
"fieldName": "role"
|
|
143
|
+
},
|
|
135
144
|
{
|
|
136
145
|
"name": "action-href",
|
|
137
146
|
"type": {
|
|
@@ -160,13 +169,6 @@ Code in this file were generated using following JSON:
|
|
|
160
169
|
},
|
|
161
170
|
"fieldName": "ariaLive"
|
|
162
171
|
},
|
|
163
|
-
{
|
|
164
|
-
"name": "role",
|
|
165
|
-
"type": {
|
|
166
|
-
"text": "string | undefined"
|
|
167
|
-
},
|
|
168
|
-
"fieldName": "role"
|
|
169
|
-
},
|
|
170
172
|
{
|
|
171
173
|
"name": "text",
|
|
172
174
|
"type": {
|
|
@@ -196,7 +198,7 @@ registerBanner('vvd3')
|
|
|
196
198
|
const VwcBanner = wrapper(`vvd3-banner`, {
|
|
197
199
|
events: [],
|
|
198
200
|
attributes: [],
|
|
199
|
-
properties: ['actionHref', 'actionText', 'removable', 'ariaLive', '
|
|
201
|
+
properties: ['role', 'actionHref', 'actionText', 'removable', 'ariaLive', 'text', 'connotation']
|
|
200
202
|
})
|
|
201
203
|
|
|
202
204
|
VwcBanner.displayName = 'VwcBanner'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-banner",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-breadcrumb-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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.32.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcButton/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for button
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/button
|
|
4
|
+
* @param {string} title **attribute** `title`
|
|
4
5
|
* @param {ButtonConnotation | undefined} connotation - The connotation the button should have. **attribute** `connotation`
|
|
5
6
|
* @param {ButtonShape | undefined} shape - The shape the button should have. **attribute** `shape`
|
|
6
7
|
* @param {ButtonAppearance | undefined} appearance - The appearance the button should have. **attribute** `appearance`
|
|
@@ -17,6 +18,7 @@ declare const VwcButton: {
|
|
|
17
18
|
style?: React.CSSProperties | undefined;
|
|
18
19
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
20
|
onClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
21
|
+
title?: string | undefined;
|
|
20
22
|
connotation?: any;
|
|
21
23
|
shape?: any;
|
|
22
24
|
appearance?: any;
|
package/v3/VwcButton/index.js
CHANGED
|
@@ -138,6 +138,14 @@ Code in this file were generated using following JSON:
|
|
|
138
138
|
}
|
|
139
139
|
],
|
|
140
140
|
"members": [
|
|
141
|
+
{
|
|
142
|
+
"kind": "field",
|
|
143
|
+
"name": "title",
|
|
144
|
+
"type": {
|
|
145
|
+
"text": "string"
|
|
146
|
+
},
|
|
147
|
+
"default": "''"
|
|
148
|
+
},
|
|
141
149
|
{
|
|
142
150
|
"kind": "field",
|
|
143
151
|
"name": "connotation",
|
|
@@ -205,6 +213,13 @@ Code in this file were generated using following JSON:
|
|
|
205
213
|
}
|
|
206
214
|
],
|
|
207
215
|
"attributes": [
|
|
216
|
+
{
|
|
217
|
+
"type": {
|
|
218
|
+
"text": "string"
|
|
219
|
+
},
|
|
220
|
+
"default": "''",
|
|
221
|
+
"fieldName": "title"
|
|
222
|
+
},
|
|
208
223
|
{
|
|
209
224
|
"name": "connotation",
|
|
210
225
|
"type": {
|
|
@@ -278,7 +293,7 @@ registerButton('vvd3')
|
|
|
278
293
|
const VwcButton = wrapper(`vvd3-button`, {
|
|
279
294
|
events: [{"name":"click","propName":"onClick"}],
|
|
280
295
|
attributes: [],
|
|
281
|
-
properties: ['connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'label']
|
|
296
|
+
properties: ['title', 'connotation', 'shape', 'appearance', 'size', 'stacked', 'pending', 'label']
|
|
282
297
|
})
|
|
283
298
|
|
|
284
299
|
VwcButton.displayName = 'VwcButton'
|