@vonage/vivid-react 3.1.1 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +4 -4
- package/package.json +2 -2
- package/types/index.d.ts +6 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +2 -0
- package/v3/VwcButton/index.js +20 -1
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.js +3 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.js +3 -1
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +3 -1
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.js +6 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.js +3 -1
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +3 -0
- package/v3/VwcDialog/index.js +39 -17
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.d.ts +4 -0
- package/v3/VwcEmptyState/index.js +121 -1
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/package.json +2 -2
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +2 -0
- package/v3/VwcMenuItem/index.js +23 -2
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.js +3 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.js +3 -1
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -0
- package/v3/VwcRangeSlider/index.js +98 -10
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSelect/index.js +3 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +23 -0
- package/v3/VwcSlider/index.js +61 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.js +27 -1
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.js +3 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +3 -1
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +3 -1
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/package.json +2 -2
|
@@ -449,13 +449,17 @@ Code in this file were generated using following JSON:
|
|
|
449
449
|
{
|
|
450
450
|
"name": "start",
|
|
451
451
|
"attributeName": "start",
|
|
452
|
-
"
|
|
452
|
+
"eventNames": [
|
|
453
|
+
"input:start"
|
|
454
|
+
],
|
|
453
455
|
"valueMapping": "(event.target as any).start"
|
|
454
456
|
},
|
|
455
457
|
{
|
|
456
458
|
"name": "end",
|
|
457
459
|
"attributeName": "end",
|
|
458
|
-
"
|
|
460
|
+
"eventNames": [
|
|
461
|
+
"input:end"
|
|
462
|
+
],
|
|
459
463
|
"valueMapping": "(event.target as any).end"
|
|
460
464
|
}
|
|
461
465
|
]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-range-picker",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialPad/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dial-pad",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialog/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
11
11
|
* @param {| string
|
|
12
12
|
| null} dismissButtonAriaLabel **attribute** `dismiss-button-aria-label`
|
|
13
13
|
* @param {boolean} noLightDismiss **attribute** `no-light-dismiss`
|
|
14
|
+
* @param {boolean} modal - Controls whether the dialog is modal. **attribute** `modal`
|
|
14
15
|
* @param {string} returnValue
|
|
15
16
|
*/
|
|
16
17
|
declare const VwcDialog: {
|
|
@@ -20,6 +21,7 @@ declare const VwcDialog: {
|
|
|
20
21
|
id?: string | undefined;
|
|
21
22
|
style?: React.CSSProperties | undefined;
|
|
22
23
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
24
|
+
onOpen?: ((event: SyntheticEvent) => void) | undefined;
|
|
23
25
|
onClose?: ((event: SyntheticEvent) => void) | undefined;
|
|
24
26
|
open?: boolean | undefined;
|
|
25
27
|
icon?: string | undefined;
|
|
@@ -30,6 +32,7 @@ declare const VwcDialog: {
|
|
|
30
32
|
ariaLabel?: string | null | undefined;
|
|
31
33
|
dismissButtonAriaLabel?: any;
|
|
32
34
|
noLightDismiss?: boolean | undefined;
|
|
35
|
+
modal?: boolean | undefined;
|
|
33
36
|
returnValue?: string | undefined;
|
|
34
37
|
}): JSX.Element;
|
|
35
38
|
displayName: string;
|
package/v3/VwcDialog/index.js
CHANGED
|
@@ -102,12 +102,12 @@ Code in this file were generated using following JSON:
|
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"kind": "field",
|
|
105
|
-
"name": "
|
|
106
|
-
"privacy": "private",
|
|
105
|
+
"name": "modal",
|
|
107
106
|
"type": {
|
|
108
107
|
"text": "boolean"
|
|
109
108
|
},
|
|
110
|
-
"default": "false"
|
|
109
|
+
"default": "false",
|
|
110
|
+
"description": "Controls whether the dialog is modal."
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"kind": "field",
|
|
@@ -146,26 +146,29 @@ Code in this file were generated using following JSON:
|
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"kind": "method",
|
|
149
|
-
"name": "
|
|
150
|
-
"parameters": [
|
|
151
|
-
{
|
|
152
|
-
"name": "show",
|
|
153
|
-
"type": {
|
|
154
|
-
"text": "boolean"
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
]
|
|
149
|
+
"name": "show"
|
|
158
150
|
},
|
|
159
151
|
{
|
|
160
152
|
"kind": "method",
|
|
161
|
-
"name": "
|
|
153
|
+
"name": "showModal"
|
|
162
154
|
},
|
|
163
155
|
{
|
|
164
156
|
"kind": "method",
|
|
165
|
-
"name": "
|
|
157
|
+
"name": "#closeDialog"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"kind": "method",
|
|
161
|
+
"name": "#showDialog"
|
|
166
162
|
}
|
|
167
163
|
],
|
|
168
164
|
"events": [
|
|
165
|
+
{
|
|
166
|
+
"type": {
|
|
167
|
+
"text": "CustomEvent<undefined>"
|
|
168
|
+
},
|
|
169
|
+
"description": "The `open` event fires when the dialog opens.",
|
|
170
|
+
"name": "open"
|
|
171
|
+
},
|
|
169
172
|
{
|
|
170
173
|
"type": {
|
|
171
174
|
"text": "CustomEvent<string>"
|
|
@@ -242,6 +245,14 @@ Code in this file were generated using following JSON:
|
|
|
242
245
|
},
|
|
243
246
|
"default": "false",
|
|
244
247
|
"fieldName": "noLightDismiss"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"type": {
|
|
251
|
+
"text": "boolean"
|
|
252
|
+
},
|
|
253
|
+
"default": "false",
|
|
254
|
+
"description": "Controls whether the dialog is modal.",
|
|
255
|
+
"fieldName": "modal"
|
|
245
256
|
}
|
|
246
257
|
],
|
|
247
258
|
"superclass": {
|
|
@@ -250,7 +261,18 @@ Code in this file were generated using following JSON:
|
|
|
250
261
|
},
|
|
251
262
|
"vividComponent": {
|
|
252
263
|
"public": true,
|
|
253
|
-
"name": "dialog"
|
|
264
|
+
"name": "dialog",
|
|
265
|
+
"vueModels": [
|
|
266
|
+
{
|
|
267
|
+
"name": "open",
|
|
268
|
+
"attributeName": "open",
|
|
269
|
+
"eventNames": [
|
|
270
|
+
"open",
|
|
271
|
+
"close"
|
|
272
|
+
],
|
|
273
|
+
"valueMapping": "(event.target as any).open"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
254
276
|
}
|
|
255
277
|
}
|
|
256
278
|
*/
|
|
@@ -260,9 +282,9 @@ import { registerDialog } from '@vonage/vivid'
|
|
|
260
282
|
registerDialog('vvd3')
|
|
261
283
|
|
|
262
284
|
const VwcDialog = wrapper(`vvd3-dialog`, {
|
|
263
|
-
events: [{"name":"close","propName":"onClose"}],
|
|
285
|
+
events: [{"name":"close","propName":"onClose"},{"name":"open","propName":"onOpen"}],
|
|
264
286
|
attributes: [],
|
|
265
|
-
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'noLightDismiss', 'returnValue']
|
|
287
|
+
properties: ['open', 'icon', 'iconPlacement', 'subtitle', 'headline', 'fullWidthBody', 'ariaLabel', 'dismissButtonAriaLabel', 'noLightDismiss', 'modal', 'returnValue']
|
|
266
288
|
})
|
|
267
289
|
|
|
268
290
|
VwcDialog.displayName = 'VwcDialog'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dialog",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** An empty state element. Used when there is no data to display to the user.
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/empty-state
|
|
4
|
+
* @param {EmptyStateConnotation | undefined} connotation - The connotation the empty state should have. **attribute** `connotation`
|
|
4
5
|
* @param {string | undefined} headline - An optional headline for the empty state. **attribute** `headline`
|
|
5
6
|
* @param {string | undefined} icon - Icon for the empty state. **attribute** `icon`
|
|
7
|
+
* @param {EmptyStateIconDecoration | undefined} iconDecoration - option to a new design for the icon circle **attribute** `icon-decoration`
|
|
6
8
|
*/
|
|
7
9
|
declare const VwcEmptyState: {
|
|
8
10
|
(props: {
|
|
@@ -11,8 +13,10 @@ declare const VwcEmptyState: {
|
|
|
11
13
|
id?: string | undefined;
|
|
12
14
|
style?: React.CSSProperties | undefined;
|
|
13
15
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
16
|
+
connotation?: any;
|
|
14
17
|
headline?: string | undefined;
|
|
15
18
|
icon?: string | undefined;
|
|
19
|
+
iconDecoration?: any;
|
|
16
20
|
}): JSX.Element;
|
|
17
21
|
displayName: string;
|
|
18
22
|
};
|
|
@@ -7,6 +7,92 @@ Code in this file were generated using following JSON:
|
|
|
7
7
|
"kind": "class",
|
|
8
8
|
"description": "An empty state element. Used when there is no data to display to the user.",
|
|
9
9
|
"name": "EmptyState",
|
|
10
|
+
"cssProperties": [
|
|
11
|
+
{
|
|
12
|
+
"name": "--vvd-empty-state-cta-firm-all",
|
|
13
|
+
"default": "var(--vvd-color-cta-600)"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--vvd-empty-state-cta-dim",
|
|
17
|
+
"default": "var(--vvd-color-cta-200)"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "--vvd-empty-state-cta-faint",
|
|
21
|
+
"default": "var(--vvd-color-cta-50)"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-empty-state-success-firm-all",
|
|
25
|
+
"default": "var(--vvd-color-success-600)"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "--vvd-empty-state-success-dim",
|
|
29
|
+
"default": "var(--vvd-color-success-200)"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--vvd-empty-state-success-faint",
|
|
33
|
+
"default": "var(--vvd-color-success-50)"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "--vvd-empty-state-alert-firm-all",
|
|
37
|
+
"default": "var(--vvd-color-alert-600)"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "--vvd-empty-state-alert-dim",
|
|
41
|
+
"default": "var(--vvd-color-alert-200)"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "--vvd-empty-state-alert-faint",
|
|
45
|
+
"default": "var(--vvd-color-alert-50)"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "--vvd-empty-state-warning-firm-all",
|
|
49
|
+
"default": "var(--vvd-color-warning-600)"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "--vvd-empty-state-warning-dim",
|
|
53
|
+
"default": "var(--vvd-color-warning-200)"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-empty-state-warning-faint",
|
|
57
|
+
"default": "var(--vvd-color-warning-50)"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "--vvd-empty-state-information-firm-all",
|
|
61
|
+
"default": "var(--vvd-color-information-600)"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "--vvd-empty-state-information-dim",
|
|
65
|
+
"default": "var(--vvd-color-information-200)"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "--vvd-empty-state-information-faint",
|
|
69
|
+
"default": "var(--vvd-color-information-50)"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "--vvd-empty-state-announcement-firm-all",
|
|
73
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "--vvd-empty-state-announcement-dim",
|
|
77
|
+
"default": "var(--vvd-color-announcement-200)"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "--vvd-empty-state-announcement-faint",
|
|
81
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "--vvd-empty-state-accent-firm-all",
|
|
85
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--vvd-empty-state-accent-dim",
|
|
89
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "--vvd-empty-state-accent-faint",
|
|
93
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
10
96
|
"slots": [
|
|
11
97
|
{
|
|
12
98
|
"description": "The default slot controls the body text of the empty state",
|
|
@@ -22,6 +108,15 @@ Code in this file were generated using following JSON:
|
|
|
22
108
|
}
|
|
23
109
|
],
|
|
24
110
|
"members": [
|
|
111
|
+
{
|
|
112
|
+
"kind": "field",
|
|
113
|
+
"name": "connotation",
|
|
114
|
+
"type": {
|
|
115
|
+
"text": "EmptyStateConnotation | undefined"
|
|
116
|
+
},
|
|
117
|
+
"description": "The connotation the empty state should have.",
|
|
118
|
+
"privacy": "public"
|
|
119
|
+
},
|
|
25
120
|
{
|
|
26
121
|
"kind": "field",
|
|
27
122
|
"name": "headline",
|
|
@@ -39,9 +134,26 @@ Code in this file were generated using following JSON:
|
|
|
39
134
|
},
|
|
40
135
|
"description": "Icon for the empty state.",
|
|
41
136
|
"privacy": "public"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"kind": "field",
|
|
140
|
+
"name": "iconDecoration",
|
|
141
|
+
"type": {
|
|
142
|
+
"text": "EmptyStateIconDecoration | undefined"
|
|
143
|
+
},
|
|
144
|
+
"description": "option to a new design for the icon circle",
|
|
145
|
+
"privacy": "public"
|
|
42
146
|
}
|
|
43
147
|
],
|
|
44
148
|
"attributes": [
|
|
149
|
+
{
|
|
150
|
+
"name": "connotation",
|
|
151
|
+
"type": {
|
|
152
|
+
"text": "EmptyStateConnotation | undefined"
|
|
153
|
+
},
|
|
154
|
+
"description": "The connotation the empty state should have.",
|
|
155
|
+
"fieldName": "connotation"
|
|
156
|
+
},
|
|
45
157
|
{
|
|
46
158
|
"name": "headline",
|
|
47
159
|
"type": {
|
|
@@ -57,6 +169,14 @@ Code in this file were generated using following JSON:
|
|
|
57
169
|
},
|
|
58
170
|
"description": "Icon for the empty state.",
|
|
59
171
|
"fieldName": "icon"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "icon-decoration",
|
|
175
|
+
"type": {
|
|
176
|
+
"text": "EmptyStateIconDecoration | undefined"
|
|
177
|
+
},
|
|
178
|
+
"description": "option to a new design for the icon circle",
|
|
179
|
+
"fieldName": "iconDecoration"
|
|
60
180
|
}
|
|
61
181
|
],
|
|
62
182
|
"superclass": {
|
|
@@ -77,7 +197,7 @@ registerEmptyState('vvd3')
|
|
|
77
197
|
const VwcEmptyState = wrapper(`vvd3-empty-state`, {
|
|
78
198
|
events: [],
|
|
79
199
|
attributes: [],
|
|
80
|
-
properties: ['headline', 'icon']
|
|
200
|
+
properties: ['connotation', 'headline', 'icon', 'iconDecoration']
|
|
81
201
|
})
|
|
82
202
|
|
|
83
203
|
VwcEmptyState.displayName = 'VwcEmptyState'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-empty-state",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-file-picker",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-number-field",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-range-slider",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-time-picker",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-header",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcIcon/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-icon",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-layout",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcMenu/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.4.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -8,6 +8,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
8
8
|
* @param {CheckAppearance | undefined} checkedAppearance - Controls the appearance of the check indicator. **attribute** `check-appearance`
|
|
9
9
|
* @param {HTMLElement[] | undefined} trailingMetaSlottedContent
|
|
10
10
|
* @param updateSubmenu
|
|
11
|
+
* @param handleMenuItemKeyDown
|
|
11
12
|
* @param {string | undefined} icon
|
|
12
13
|
*/
|
|
13
14
|
declare const VwcMenuItem: {
|
|
@@ -26,6 +27,7 @@ declare const VwcMenuItem: {
|
|
|
26
27
|
checkedAppearance?: any;
|
|
27
28
|
trailingMetaSlottedContent?: any;
|
|
28
29
|
updateSubmenu?: any;
|
|
30
|
+
handleMenuItemKeyDown?: any;
|
|
29
31
|
icon?: string | undefined;
|
|
30
32
|
}): JSX.Element;
|
|
31
33
|
displayName: string;
|
package/v3/VwcMenuItem/index.js
CHANGED
|
@@ -162,9 +162,28 @@ Code in this file were generated using following JSON:
|
|
|
162
162
|
"kind": "method",
|
|
163
163
|
"name": "#expandedChange"
|
|
164
164
|
},
|
|
165
|
+
{
|
|
166
|
+
"kind": "field",
|
|
167
|
+
"name": "#handleMenuItemKeyDown",
|
|
168
|
+
"privacy": "private"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"kind": "field",
|
|
172
|
+
"name": "#syntheticClickEvents",
|
|
173
|
+
"privacy": "private",
|
|
174
|
+
"default": "new WeakSet<Event>()"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"kind": "method",
|
|
178
|
+
"name": "#emitSyntheticClick"
|
|
179
|
+
},
|
|
165
180
|
{
|
|
166
181
|
"kind": "field",
|
|
167
182
|
"name": "updateSubmenu"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"kind": "field",
|
|
186
|
+
"name": "handleMenuItemKeyDown"
|
|
168
187
|
}
|
|
169
188
|
],
|
|
170
189
|
"events": [
|
|
@@ -237,7 +256,9 @@ Code in this file were generated using following JSON:
|
|
|
237
256
|
{
|
|
238
257
|
"name": "modelValue",
|
|
239
258
|
"attributeName": "checked",
|
|
240
|
-
"
|
|
259
|
+
"eventNames": [
|
|
260
|
+
"change"
|
|
261
|
+
],
|
|
241
262
|
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
242
263
|
}
|
|
243
264
|
]
|
|
@@ -252,7 +273,7 @@ registerMenuItem('vvd3')
|
|
|
252
273
|
const VwcMenuItem = wrapper(`vvd3-menu-item`, {
|
|
253
274
|
events: [{"name":"change","propName":"onChange"},{"name":"expanded-change","propName":"onExpandedChange"}],
|
|
254
275
|
attributes: [],
|
|
255
|
-
properties: ['text', 'textSecondary', 'connotation', 'checkTrailing', 'checkedAppearance', 'trailingMetaSlottedContent', 'updateSubmenu', 'icon']
|
|
276
|
+
properties: ['text', 'textSecondary', 'connotation', 'checkTrailing', 'checkedAppearance', 'trailingMetaSlottedContent', 'updateSubmenu', 'handleMenuItemKeyDown', 'icon']
|
|
256
277
|
})
|
|
257
278
|
|
|
258
279
|
VwcMenuItem.displayName = 'VwcMenuItem'
|