@vonage/vivid-react 2.10.77 → 2.10.79
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 +13 -4
- 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 +2 -0
- package/v3/VwcAlert/index.js +18 -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/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/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 -4
- package/v3/VwcDialog/index.js +17 -38
- 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/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/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +2 -0
- package/v3/VwcSplitButton/index.js +11 -1
- 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 +1 -1
- package/v3/VwcTooltip/index.js +15 -90
- 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-checkbox",
|
|
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-combobox",
|
|
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,7 +1,8 @@
|
|
|
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
|
|
4
4
|
* @param {DataGridSelectionMode | undefined} selectionMode - Indicates the selection mode. **attribute** `selection-mode`
|
|
5
|
+
* @param toggleGeneratedHeader
|
|
5
6
|
*/
|
|
6
7
|
declare const VwcDataGrid: {
|
|
7
8
|
(props: {
|
|
@@ -10,7 +11,9 @@ declare const VwcDataGrid: {
|
|
|
10
11
|
id?: string | undefined;
|
|
11
12
|
style?: React.CSSProperties | undefined;
|
|
12
13
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
14
|
+
onCellClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
13
15
|
selectionMode?: any;
|
|
16
|
+
toggleGeneratedHeader?: any;
|
|
14
17
|
}): JSX.Element;
|
|
15
18
|
displayName: string;
|
|
16
19
|
};
|
package/v3/VwcDataGrid/index.js
CHANGED
|
@@ -73,6 +73,15 @@ Code in this file were generated using following JSON:
|
|
|
73
73
|
"name": "#handleRowSelection",
|
|
74
74
|
"privacy": "private"
|
|
75
75
|
},
|
|
76
|
+
{
|
|
77
|
+
"kind": "field",
|
|
78
|
+
"name": "#changeHandler",
|
|
79
|
+
"privacy": "private",
|
|
80
|
+
"type": {
|
|
81
|
+
"text": "object"
|
|
82
|
+
},
|
|
83
|
+
"default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\t(dataGrid as any).toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}"
|
|
84
|
+
},
|
|
76
85
|
{
|
|
77
86
|
"kind": "field",
|
|
78
87
|
"name": "#setSelectedState",
|
|
@@ -100,6 +109,16 @@ Code in this file were generated using following JSON:
|
|
|
100
109
|
}
|
|
101
110
|
}
|
|
102
111
|
]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"kind": "field",
|
|
115
|
+
"name": "toggleGeneratedHeader"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"events": [
|
|
119
|
+
{
|
|
120
|
+
"description": "Event that fires when a cell is clicked",
|
|
121
|
+
"name": "cell-click"
|
|
103
122
|
}
|
|
104
123
|
],
|
|
105
124
|
"attributes": [
|
|
@@ -124,9 +143,9 @@ import { registerDataGrid } from '@vonage/vivid'
|
|
|
124
143
|
registerDataGrid('vvd3')
|
|
125
144
|
|
|
126
145
|
const VwcDataGrid = wrapper(`vvd3-data-grid`, {
|
|
127
|
-
events: [],
|
|
146
|
+
events: [{"name":"cell-click","propName":"onCellClick"}],
|
|
128
147
|
attributes: [],
|
|
129
|
-
properties: ['selectionMode']
|
|
148
|
+
properties: ['selectionMode', 'toggleGeneratedHeader']
|
|
130
149
|
})
|
|
131
150
|
|
|
132
151
|
VwcDataGrid.displayName = 'VwcDataGrid'
|
|
@@ -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
|
@@ -9,9 +9,8 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
9
9
|
* @param {boolean} fullWidthBody **attribute** `full-width-body`
|
|
10
10
|
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
11
11
|
* @param {string | null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
|
|
12
|
+
* @param {boolean} noLightDismiss **attribute** `no-light-dismiss`
|
|
12
13
|
* @param {string} returnValue
|
|
13
|
-
* @param {HTMLElement[] | undefined} footerSlottedContent
|
|
14
|
-
* @param {HTMLElement[] | undefined} actionItemsSlottedContent
|
|
15
14
|
*/
|
|
16
15
|
declare const VwcDialog: {
|
|
17
16
|
(props: {
|
|
@@ -29,9 +28,8 @@ declare const VwcDialog: {
|
|
|
29
28
|
fullWidthBody?: boolean | undefined;
|
|
30
29
|
ariaLabel?: string | null | undefined;
|
|
31
30
|
dismissButtonAriaLabel?: string | null | undefined;
|
|
31
|
+
noLightDismiss?: boolean | undefined;
|
|
32
32
|
returnValue?: string | undefined;
|
|
33
|
-
footerSlottedContent?: any;
|
|
34
|
-
actionItemsSlottedContent?: any;
|
|
35
33
|
}): JSX.Element;
|
|
36
34
|
displayName: string;
|
|
37
35
|
};
|
package/v3/VwcDialog/index.js
CHANGED
|
@@ -92,6 +92,14 @@ Code in this file were generated using following JSON:
|
|
|
92
92
|
},
|
|
93
93
|
"default": "null"
|
|
94
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"kind": "field",
|
|
97
|
+
"name": "noLightDismiss",
|
|
98
|
+
"type": {
|
|
99
|
+
"text": "boolean"
|
|
100
|
+
},
|
|
101
|
+
"default": "false"
|
|
102
|
+
},
|
|
95
103
|
{
|
|
96
104
|
"kind": "field",
|
|
97
105
|
"name": "#modal",
|
|
@@ -108,11 +116,6 @@ Code in this file were generated using following JSON:
|
|
|
108
116
|
"text": "string"
|
|
109
117
|
}
|
|
110
118
|
},
|
|
111
|
-
{
|
|
112
|
-
"kind": "field",
|
|
113
|
-
"name": "modal",
|
|
114
|
-
"readonly": true
|
|
115
|
-
},
|
|
116
119
|
{
|
|
117
120
|
"kind": "field",
|
|
118
121
|
"name": "#dialogElement",
|
|
@@ -127,24 +130,6 @@ Code in this file were generated using following JSON:
|
|
|
127
130
|
"privacy": "private",
|
|
128
131
|
"readonly": true
|
|
129
132
|
},
|
|
130
|
-
{
|
|
131
|
-
"kind": "method",
|
|
132
|
-
"name": "openChanged",
|
|
133
|
-
"parameters": [
|
|
134
|
-
{
|
|
135
|
-
"name": "oldValue",
|
|
136
|
-
"type": {
|
|
137
|
-
"text": "boolean"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "newValue",
|
|
142
|
-
"type": {
|
|
143
|
-
"text": "boolean"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
]
|
|
147
|
-
},
|
|
148
133
|
{
|
|
149
134
|
"kind": "field",
|
|
150
135
|
"name": "#handleScrimClick",
|
|
@@ -178,20 +163,6 @@ Code in this file were generated using following JSON:
|
|
|
178
163
|
{
|
|
179
164
|
"kind": "method",
|
|
180
165
|
"name": "showModal"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"kind": "field",
|
|
184
|
-
"name": "footerSlottedContent",
|
|
185
|
-
"type": {
|
|
186
|
-
"text": "HTMLElement[] | undefined"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"kind": "field",
|
|
191
|
-
"name": "actionItemsSlottedContent",
|
|
192
|
-
"type": {
|
|
193
|
-
"text": "HTMLElement[] | undefined"
|
|
194
|
-
}
|
|
195
166
|
}
|
|
196
167
|
],
|
|
197
168
|
"events": [
|
|
@@ -260,6 +231,14 @@ Code in this file were generated using following JSON:
|
|
|
260
231
|
},
|
|
261
232
|
"default": "null",
|
|
262
233
|
"fieldName": "dismissButtonAriaLabel"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "no-light-dismiss",
|
|
237
|
+
"type": {
|
|
238
|
+
"text": "boolean"
|
|
239
|
+
},
|
|
240
|
+
"default": "false",
|
|
241
|
+
"fieldName": "noLightDismiss"
|
|
263
242
|
}
|
|
264
243
|
],
|
|
265
244
|
"superclass": {
|
|
@@ -276,7 +255,7 @@ registerDialog('vvd3')
|
|
|
276
255
|
const VwcDialog = wrapper(`vvd3-dialog`, {
|
|
277
256
|
events: [{"name":"close","propName":"onClose"}],
|
|
278
257
|
attributes: [],
|
|
279
|
-
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', '
|
|
258
|
+
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'noLightDismiss', 'returnValue']
|
|
280
259
|
})
|
|
281
260
|
|
|
282
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;
|