@vonage/vivid-react 2.10.76 → 2.10.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDialog/package.json +1 -1
- package/VwcDrawer/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSideDrawer/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +4 -4
- package/package.json +2 -2
- package/types/index.d.ts +29 -8
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +4 -0
- package/v3/VwcAlert/index.js +39 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.d.ts +29 -0
- package/v3/VwcAppearanceUi/index.js +528 -0
- package/v3/VwcAppearanceUi/package.json +11 -0
- package/v3/VwcAudioPlayer/index.d.ts +29 -0
- package/v3/VwcAudioPlayer/index.js +150 -0
- package/v3/VwcAudioPlayer/package.json +11 -0
- package/v3/VwcAvatar/index.js +8 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +24 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -0
- package/v3/VwcBanner/index.js +17 -1
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +2 -0
- package/v3/VwcCard/index.js +18 -1
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +3 -0
- package/v3/VwcCheckbox/index.js +24 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +4 -1
- package/v3/VwcDataGrid/index.js +21 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -0
- package/v3/VwcDataGridCell/index.js +9 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +2 -1
- package/v3/VwcDataGridRow/index.js +7 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +2 -8
- package/v3/VwcDialog/index.js +11 -64
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -2
- package/v3/VwcMenu/index.js +29 -69
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +18 -18
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/index.d.ts +1 -1
- package/v3/VwcPopup/index.js +6 -11
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +0 -4
- package/v3/VwcSelect/index.js +1 -15
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +5 -5
- package/v3/VwcSelectableBox/index.js +51 -38
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +6 -0
- package/v3/VwcSplitButton/index.js +95 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +2 -0
- package/v3/VwcTabs/index.js +18 -1
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.js +1 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +0 -2
- package/v3/VwcToggletip/index.js +17 -59
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +0 -2
- package/v3/VwcTooltip/index.js +16 -91
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -13,6 +13,7 @@ declare const VwcDataGridCell: {
|
|
|
13
13
|
style?: React.CSSProperties | undefined;
|
|
14
14
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
15
15
|
onSort?: ((event: SyntheticEvent) => void) | undefined;
|
|
16
|
+
onCellClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
16
17
|
ariaSelected?: string | null | undefined;
|
|
17
18
|
ariaSort?: string | null | undefined;
|
|
18
19
|
updateCellStyle?: any;
|
|
@@ -120,6 +120,10 @@ Code in this file were generated using following JSON:
|
|
|
120
120
|
}
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"kind": "method",
|
|
125
|
+
"name": "#getColumnDataKey"
|
|
126
|
+
},
|
|
123
127
|
{
|
|
124
128
|
"kind": "field",
|
|
125
129
|
"name": "updateCellStyle"
|
|
@@ -129,6 +133,10 @@ Code in this file were generated using following JSON:
|
|
|
129
133
|
{
|
|
130
134
|
"description": "Event that fires when a sortable column header is clicked",
|
|
131
135
|
"name": "sort"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"description": "Event that fires when a cell is clicked",
|
|
139
|
+
"name": "cell-click"
|
|
132
140
|
}
|
|
133
141
|
],
|
|
134
142
|
"attributes": [
|
|
@@ -163,7 +171,7 @@ import { registerDataGridCell } from '@vonage/vivid'
|
|
|
163
171
|
registerDataGridCell('vvd3')
|
|
164
172
|
|
|
165
173
|
const VwcDataGridCell = wrapper(`vvd3-data-grid-cell`, {
|
|
166
|
-
events: [{"name":"sort","propName":"onSort"}],
|
|
174
|
+
events: [{"name":"cell-click","propName":"onCellClick"},{"name":"sort","propName":"onSort"}],
|
|
167
175
|
attributes: [],
|
|
168
176
|
properties: ['ariaSelected', 'ariaSort', 'updateCellStyle']
|
|
169
177
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-cell",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for data-grid
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid-row
|
|
4
4
|
* @param {string | null} ariaSelected - Indicates the selected status. **attribute** `aria-selected`
|
|
@@ -10,6 +10,7 @@ declare const VwcDataGridRow: {
|
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
style?: React.CSSProperties | undefined;
|
|
12
12
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
onCellClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
13
14
|
ariaSelected?: string | null | undefined;
|
|
14
15
|
}): JSX.Element;
|
|
15
16
|
displayName: string;
|
|
@@ -69,6 +69,12 @@ Code in this file were generated using following JSON:
|
|
|
69
69
|
"privacy": "public"
|
|
70
70
|
}
|
|
71
71
|
],
|
|
72
|
+
"events": [
|
|
73
|
+
{
|
|
74
|
+
"description": "Event that fires when a cell is clicked",
|
|
75
|
+
"name": "cell-click"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
72
78
|
"attributes": [
|
|
73
79
|
{
|
|
74
80
|
"name": "aria-selected",
|
|
@@ -92,7 +98,7 @@ import { registerDataGridRow } from '@vonage/vivid'
|
|
|
92
98
|
registerDataGridRow('vvd3')
|
|
93
99
|
|
|
94
100
|
const VwcDataGridRow = wrapper(`vvd3-data-grid-row`, {
|
|
95
|
-
events: [],
|
|
101
|
+
events: [{"name":"cell-click","propName":"onCellClick"}],
|
|
96
102
|
attributes: [],
|
|
97
103
|
properties: ['ariaSelected']
|
|
98
104
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-row",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker-base",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-range-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialog/index.d.ts
CHANGED
|
@@ -7,13 +7,10 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
7
7
|
* @param {string | undefined} subtitle **attribute** `subtitle`
|
|
8
8
|
* @param {string | undefined} headline **attribute** `headline`
|
|
9
9
|
* @param {boolean} fullWidthBody **attribute** `full-width-body`
|
|
10
|
-
* @param {string | null} ariaLabelledBy **attribute** `aria-labelledby`
|
|
11
10
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
12
|
-
* @param {string | null} ariaDescribedBy **attribute** `aria-describedby`
|
|
13
11
|
* @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
|
|
12
|
+
* @param {boolean} noLightDismiss **attribute** `no-light-dismiss`
|
|
14
13
|
* @param {string} returnValue
|
|
15
|
-
* @param {HTMLElement[] | undefined} footerSlottedContent
|
|
16
|
-
* @param {HTMLElement[] | undefined} actionItemsSlottedContent
|
|
17
14
|
*/
|
|
18
15
|
declare const VwcDialog: {
|
|
19
16
|
(props: {
|
|
@@ -29,13 +26,10 @@ declare const VwcDialog: {
|
|
|
29
26
|
subtitle?: string | undefined;
|
|
30
27
|
headline?: string | undefined;
|
|
31
28
|
fullWidthBody?: boolean | undefined;
|
|
32
|
-
ariaLabelledBy?: string | null | undefined;
|
|
33
29
|
ariaLabel?: string | null | undefined;
|
|
34
|
-
ariaDescribedBy?: string | null | undefined;
|
|
35
30
|
dismissButtonAriaLabel?: string | null | undefined;
|
|
31
|
+
noLightDismiss?: boolean | undefined;
|
|
36
32
|
returnValue?: string | undefined;
|
|
37
|
-
footerSlottedContent?: any;
|
|
38
|
-
actionItemsSlottedContent?: any;
|
|
39
33
|
}): JSX.Element;
|
|
40
34
|
displayName: string;
|
|
41
35
|
};
|
package/v3/VwcDialog/index.js
CHANGED
|
@@ -76,14 +76,6 @@ Code in this file were generated using following JSON:
|
|
|
76
76
|
},
|
|
77
77
|
"default": "false"
|
|
78
78
|
},
|
|
79
|
-
{
|
|
80
|
-
"kind": "field",
|
|
81
|
-
"name": "ariaLabelledBy",
|
|
82
|
-
"type": {
|
|
83
|
-
"text": "string | null"
|
|
84
|
-
},
|
|
85
|
-
"default": "null"
|
|
86
|
-
},
|
|
87
79
|
{
|
|
88
80
|
"kind": "field",
|
|
89
81
|
"name": "ariaLabel",
|
|
@@ -94,7 +86,7 @@ Code in this file were generated using following JSON:
|
|
|
94
86
|
},
|
|
95
87
|
{
|
|
96
88
|
"kind": "field",
|
|
97
|
-
"name": "
|
|
89
|
+
"name": "dismissButtonAriaLabel",
|
|
98
90
|
"type": {
|
|
99
91
|
"text": "string | null"
|
|
100
92
|
},
|
|
@@ -102,11 +94,11 @@ Code in this file were generated using following JSON:
|
|
|
102
94
|
},
|
|
103
95
|
{
|
|
104
96
|
"kind": "field",
|
|
105
|
-
"name": "
|
|
97
|
+
"name": "noLightDismiss",
|
|
106
98
|
"type": {
|
|
107
|
-
"text": "
|
|
99
|
+
"text": "boolean"
|
|
108
100
|
},
|
|
109
|
-
"default": "
|
|
101
|
+
"default": "false"
|
|
110
102
|
},
|
|
111
103
|
{
|
|
112
104
|
"kind": "field",
|
|
@@ -124,11 +116,6 @@ Code in this file were generated using following JSON:
|
|
|
124
116
|
"text": "string"
|
|
125
117
|
}
|
|
126
118
|
},
|
|
127
|
-
{
|
|
128
|
-
"kind": "field",
|
|
129
|
-
"name": "modal",
|
|
130
|
-
"readonly": true
|
|
131
|
-
},
|
|
132
119
|
{
|
|
133
120
|
"kind": "field",
|
|
134
121
|
"name": "#dialogElement",
|
|
@@ -143,24 +130,6 @@ Code in this file were generated using following JSON:
|
|
|
143
130
|
"privacy": "private",
|
|
144
131
|
"readonly": true
|
|
145
132
|
},
|
|
146
|
-
{
|
|
147
|
-
"kind": "method",
|
|
148
|
-
"name": "openChanged",
|
|
149
|
-
"parameters": [
|
|
150
|
-
{
|
|
151
|
-
"name": "oldValue",
|
|
152
|
-
"type": {
|
|
153
|
-
"text": "boolean"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "newValue",
|
|
158
|
-
"type": {
|
|
159
|
-
"text": "boolean"
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
]
|
|
163
|
-
},
|
|
164
133
|
{
|
|
165
134
|
"kind": "field",
|
|
166
135
|
"name": "#handleScrimClick",
|
|
@@ -194,20 +163,6 @@ Code in this file were generated using following JSON:
|
|
|
194
163
|
{
|
|
195
164
|
"kind": "method",
|
|
196
165
|
"name": "showModal"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"kind": "field",
|
|
200
|
-
"name": "footerSlottedContent",
|
|
201
|
-
"type": {
|
|
202
|
-
"text": "HTMLElement[] | undefined"
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"kind": "field",
|
|
207
|
-
"name": "actionItemsSlottedContent",
|
|
208
|
-
"type": {
|
|
209
|
-
"text": "HTMLElement[] | undefined"
|
|
210
|
-
}
|
|
211
166
|
}
|
|
212
167
|
],
|
|
213
168
|
"events": [
|
|
@@ -261,14 +216,6 @@ Code in this file were generated using following JSON:
|
|
|
261
216
|
"default": "false",
|
|
262
217
|
"fieldName": "fullWidthBody"
|
|
263
218
|
},
|
|
264
|
-
{
|
|
265
|
-
"name": "aria-labelledby",
|
|
266
|
-
"type": {
|
|
267
|
-
"text": "string | null"
|
|
268
|
-
},
|
|
269
|
-
"default": "null",
|
|
270
|
-
"fieldName": "ariaLabelledBy"
|
|
271
|
-
},
|
|
272
219
|
{
|
|
273
220
|
"name": "aria-label",
|
|
274
221
|
"type": {
|
|
@@ -278,20 +225,20 @@ Code in this file were generated using following JSON:
|
|
|
278
225
|
"fieldName": "ariaLabel"
|
|
279
226
|
},
|
|
280
227
|
{
|
|
281
|
-
"name": "aria-
|
|
228
|
+
"name": "dismiss-button-aria-label",
|
|
282
229
|
"type": {
|
|
283
230
|
"text": "string | null"
|
|
284
231
|
},
|
|
285
232
|
"default": "null",
|
|
286
|
-
"fieldName": "
|
|
233
|
+
"fieldName": "dismissButtonAriaLabel"
|
|
287
234
|
},
|
|
288
235
|
{
|
|
289
|
-
"name": "
|
|
236
|
+
"name": "no-light-dismiss",
|
|
290
237
|
"type": {
|
|
291
|
-
"text": "
|
|
238
|
+
"text": "boolean"
|
|
292
239
|
},
|
|
293
|
-
"default": "
|
|
294
|
-
"fieldName": "
|
|
240
|
+
"default": "false",
|
|
241
|
+
"fieldName": "noLightDismiss"
|
|
295
242
|
}
|
|
296
243
|
],
|
|
297
244
|
"superclass": {
|
|
@@ -308,7 +255,7 @@ registerDialog('vvd3')
|
|
|
308
255
|
const VwcDialog = wrapper(`vvd3-dialog`, {
|
|
309
256
|
events: [{"name":"close","propName":"onClose"}],
|
|
310
257
|
attributes: [],
|
|
311
|
-
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', '
|
|
258
|
+
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'noLightDismiss', 'returnValue']
|
|
312
259
|
})
|
|
313
260
|
|
|
314
261
|
VwcDialog.displayName = 'VwcDialog'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dialog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-empty-state",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-file-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFocus/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-focus",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-header",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcIcon/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-icon",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-layout",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcMenu/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for menu
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/menu
|
|
4
|
+
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
4
5
|
* @param {Placement | undefined} placement - placement of the menu **attribute** `placement`
|
|
5
|
-
* @param {AnchorType} anchor - id or direct reference to the menu's anchor element **attribute** `anchor`
|
|
6
6
|
* @param {boolean} autoDismiss - indicates whether the menu will automatically close when
|
|
7
7
|
the user clicks outside the menu **attribute** `auto-dismiss`
|
|
8
8
|
* @param {boolean} open - indicates whether the menu is open **attribute** `open`
|
|
@@ -18,8 +18,8 @@ declare const VwcMenu: {
|
|
|
18
18
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
19
|
onOpen?: ((event: SyntheticEvent) => void) | undefined;
|
|
20
20
|
onClose?: ((event: SyntheticEvent) => void) | undefined;
|
|
21
|
+
ariaLabel?: string | null | undefined;
|
|
21
22
|
placement?: any;
|
|
22
|
-
anchor?: any;
|
|
23
23
|
autoDismiss?: boolean | undefined;
|
|
24
24
|
open?: boolean | undefined;
|
|
25
25
|
actionItemsSlottedContent?: any;
|