@vonage/vivid-react 3.5.2 → 4.0.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 +46 -7
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +2 -0
- package/v3/VwcAccordionItem/index.js +85 -1
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.js +28 -0
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAudioPlayer/index.js +53 -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/index.js +29 -0
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.js +42 -0
- 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.js +13 -0
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.js +51 -4
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcColorPicker/index.d.ts +61 -0
- package/v3/VwcColorPicker/index.js +651 -0
- package/v3/VwcColorPicker/package.json +11 -0
- package/v3/VwcCombobox/index.js +138 -0
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcContextualHelp/index.d.ts +22 -0
- package/v3/VwcContextualHelp/index.js +130 -0
- package/v3/VwcContextualHelp/package.json +11 -0
- package/v3/VwcDataGrid/index.js +2 -11
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +5 -3
- package/v3/VwcDataGridCell/index.js +17 -25
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +3 -1
- package/v3/VwcDataGridRow/index.js +21 -21
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +14 -1
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDateRangePicker/index.js +21 -1
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDateTimePicker/index.js +15 -2
- package/v3/VwcDateTimePicker/package.json +2 -2
- package/v3/VwcDelegateAriaBehavior/index.js +5 -58
- package/v3/VwcDelegateAriaBehavior/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +6 -0
- package/v3/VwcDialPad/index.js +27 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.js +50 -0
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +1 -1
- package/v3/VwcDivider/index.js +0 -8
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.js +28 -0
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +42 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFeedbackMessage/index.d.ts +0 -2
- package/v3/VwcFeedbackMessage/index.js +1 -13
- package/v3/VwcFeedbackMessage/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +5 -7
- package/v3/VwcFilePicker/index.js +55 -290
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcHostSemanticsBehavior/index.js +11 -27
- package/v3/VwcHostSemanticsBehavior/package.json +2 -2
- package/v3/VwcIcon/index.js +22 -0
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcImagePlaceholder/package.json +2 -2
- package/v3/VwcInlineTimePicker/index.d.ts +0 -2
- package/v3/VwcInlineTimePicker/index.js +1 -13
- package/v3/VwcInlineTimePicker/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.js +74 -0
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -0
- package/v3/VwcMenu/index.js +48 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +1 -1
- package/v3/VwcMenuItem/index.js +50 -8
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcMenubar/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.js +65 -0
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +44 -0
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.js +68 -0
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +3 -1
- package/v3/VwcOption/index.js +43 -1
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/package.json +2 -2
- package/v3/VwcPagination/index.js +66 -1
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPickerField/index.d.ts +0 -2
- package/v3/VwcPickerField/index.js +41 -14
- package/v3/VwcPickerField/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/VwcProseMirrorFacade/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +0 -2
- package/v3/VwcRadio/index.js +38 -17
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.js +75 -0
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcRichTextEditor/package.json +2 -2
- package/v3/VwcSearchableSelect/index.d.ts +6 -0
- package/v3/VwcSearchableSelect/index.js +90 -1
- package/v3/VwcSearchableSelect/package.json +2 -2
- package/v3/VwcSelect/index.js +106 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +2 -2
- package/v3/VwcSelectableBox/index.js +65 -19
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSimpleColorPicker/index.d.ts +48 -0
- package/v3/VwcSimpleColorPicker/index.js +500 -0
- package/v3/VwcSimpleColorPicker/package.json +11 -0
- package/v3/VwcSlider/index.js +52 -0
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +89 -0
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.js +51 -0
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.js +44 -0
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.js +4 -0
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.js +114 -4
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextArea/index.js +33 -0
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +40 -0
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +15 -2
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.js +35 -3
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.js +28 -0
- 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
- package/v3/VwcVisuallyHidden/package.json +2 -2
- package/v3/VwcVividElement/index.d.ts +0 -2
- package/v3/VwcVividElement/index.js +36 -13
- package/v3/VwcVividElement/package.json +2 -2
- package/v3/VwcVividFoundationButton/package.json +2 -2
- package/v3/VwcVvdHexInput/index.d.ts +16 -0
- package/v3/VwcVvdHexInput/index.js +43 -0
- package/v3/VwcVvdHexInput/package.json +11 -0
- package/v3/VwcVvdHexPicker/index.d.ts +16 -0
- package/v3/VwcVvdHexPicker/index.js +43 -0
- package/v3/VwcVvdHexPicker/package.json +11 -0
|
@@ -227,7 +227,7 @@ Code in this file were generated using following JSON:
|
|
|
227
227
|
"name": "#localeChangeObserver",
|
|
228
228
|
"privacy": "private",
|
|
229
229
|
"type": {
|
|
230
|
-
"text": "
|
|
230
|
+
"text": "ExpressionNotifier"
|
|
231
231
|
},
|
|
232
232
|
"inheritedFrom": {
|
|
233
233
|
"name": "PickerField",
|
|
@@ -788,6 +788,26 @@ Code in this file were generated using following JSON:
|
|
|
788
788
|
"valueMapping": "event.currentTarget.end"
|
|
789
789
|
}
|
|
790
790
|
]
|
|
791
|
+
},
|
|
792
|
+
"vividTesting": {
|
|
793
|
+
"selectors": [],
|
|
794
|
+
"actions": [
|
|
795
|
+
{
|
|
796
|
+
"name": "selectDateRange",
|
|
797
|
+
"args": [
|
|
798
|
+
"selectDateRange"
|
|
799
|
+
]
|
|
800
|
+
}
|
|
801
|
+
],
|
|
802
|
+
"queries": [
|
|
803
|
+
{
|
|
804
|
+
"name": "range",
|
|
805
|
+
"args": [
|
|
806
|
+
"range"
|
|
807
|
+
]
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"refs": []
|
|
791
811
|
}
|
|
792
812
|
}
|
|
793
813
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-range-picker",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -169,7 +169,7 @@ Code in this file were generated using following JSON:
|
|
|
169
169
|
"name": "#clockChangeObserver",
|
|
170
170
|
"privacy": "private",
|
|
171
171
|
"type": {
|
|
172
|
-
"text": "
|
|
172
|
+
"text": "ExpressionNotifier"
|
|
173
173
|
},
|
|
174
174
|
"inheritedFrom": {
|
|
175
175
|
"name": "TimeSelectionPicker",
|
|
@@ -287,7 +287,7 @@ Code in this file were generated using following JSON:
|
|
|
287
287
|
"name": "#localeChangeObserver",
|
|
288
288
|
"privacy": "private",
|
|
289
289
|
"type": {
|
|
290
|
-
"text": "
|
|
290
|
+
"text": "ExpressionNotifier"
|
|
291
291
|
},
|
|
292
292
|
"inheritedFrom": {
|
|
293
293
|
"name": "PickerField",
|
|
@@ -866,6 +866,19 @@ Code in this file were generated using following JSON:
|
|
|
866
866
|
"valueMapping": "event.currentTarget.value"
|
|
867
867
|
}
|
|
868
868
|
]
|
|
869
|
+
},
|
|
870
|
+
"vividTesting": {
|
|
871
|
+
"selectors": [],
|
|
872
|
+
"actions": [
|
|
873
|
+
{
|
|
874
|
+
"name": "selectDateTime",
|
|
875
|
+
"args": [
|
|
876
|
+
"selectDateTime"
|
|
877
|
+
]
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"queries": [],
|
|
881
|
+
"refs": []
|
|
869
882
|
}
|
|
870
883
|
}
|
|
871
884
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-time-picker",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -28,38 +28,25 @@ Code in this file were generated using following JSON:
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"kind": "field",
|
|
31
|
-
"name": "
|
|
31
|
+
"name": "target",
|
|
32
32
|
"type": {
|
|
33
|
-
"text": "
|
|
33
|
+
"text": "HTMLElement | null"
|
|
34
34
|
},
|
|
35
35
|
"privacy": "private",
|
|
36
|
-
"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"kind": "field",
|
|
40
|
-
"name": "source",
|
|
41
|
-
"type": {
|
|
42
|
-
"text": "DelegatesAriaElement | null"
|
|
43
|
-
},
|
|
44
|
-
"privacy": "private",
|
|
45
|
-
"default": "null"
|
|
36
|
+
"default": "target"
|
|
46
37
|
},
|
|
47
38
|
{
|
|
48
39
|
"kind": "method",
|
|
49
40
|
"name": "bind",
|
|
50
41
|
"parameters": [
|
|
51
42
|
{
|
|
52
|
-
"name": "
|
|
43
|
+
"name": "controller",
|
|
53
44
|
"type": {
|
|
54
|
-
"text": "
|
|
45
|
+
"text": "ViewController"
|
|
55
46
|
}
|
|
56
47
|
}
|
|
57
48
|
]
|
|
58
49
|
},
|
|
59
|
-
{
|
|
60
|
-
"kind": "method",
|
|
61
|
-
"name": "unbind"
|
|
62
|
-
},
|
|
63
50
|
{
|
|
64
51
|
"kind": "field",
|
|
65
52
|
"name": "bindingBehaviours",
|
|
@@ -94,19 +81,6 @@ Code in this file were generated using following JSON:
|
|
|
94
81
|
}
|
|
95
82
|
]
|
|
96
83
|
},
|
|
97
|
-
{
|
|
98
|
-
"kind": "method",
|
|
99
|
-
"name": "releasePropertyBindings",
|
|
100
|
-
"privacy": "private",
|
|
101
|
-
"parameters": [
|
|
102
|
-
{
|
|
103
|
-
"name": "source",
|
|
104
|
-
"type": {
|
|
105
|
-
"text": "DelegatesAriaElement"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
84
|
{
|
|
111
85
|
"kind": "method",
|
|
112
86
|
"name": "startForwardingPropertiesToTarget",
|
|
@@ -132,19 +106,6 @@ Code in this file were generated using following JSON:
|
|
|
132
106
|
}
|
|
133
107
|
]
|
|
134
108
|
},
|
|
135
|
-
{
|
|
136
|
-
"kind": "method",
|
|
137
|
-
"name": "stopForwardingPropertiesToTarget",
|
|
138
|
-
"privacy": "private",
|
|
139
|
-
"parameters": [
|
|
140
|
-
{
|
|
141
|
-
"name": "source",
|
|
142
|
-
"type": {
|
|
143
|
-
"text": "DelegatesAriaElement"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
]
|
|
147
|
-
},
|
|
148
109
|
{
|
|
149
110
|
"kind": "field",
|
|
150
111
|
"name": "onSourceAriaPropertyChanged",
|
|
@@ -174,20 +135,6 @@ Code in this file were generated using following JSON:
|
|
|
174
135
|
}
|
|
175
136
|
}
|
|
176
137
|
]
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"kind": "method",
|
|
180
|
-
"name": "mitigateAccessibilityIssues",
|
|
181
|
-
"privacy": "private",
|
|
182
|
-
"parameters": [
|
|
183
|
-
{
|
|
184
|
-
"name": "source",
|
|
185
|
-
"type": {
|
|
186
|
-
"text": "AriaMixinElement"
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
],
|
|
190
|
-
"description": "Sets role to presentation unless there are properties present that prohibit it.\nUsing role=\"presentation\" will cause non-global states or properties to be ignored.\nSee: https://www.w3.org/TR/wai-aria-1.3/#conflict_resolution_presentation_none"
|
|
191
138
|
}
|
|
192
139
|
]
|
|
193
140
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-delegate-aria-behavior",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialPad/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
13
13
|
* @param {| string
|
|
14
14
|
| null} endCallButtonLabel **attribute** `end-call-button-label`
|
|
15
15
|
* @param {string | null} callButtonLabel **attribute** `call-button-label`
|
|
16
|
+
* @param {string | null} deleteAriaLabel - The aria-label for the delete button **attribute** `delete-aria-label`
|
|
16
17
|
* @param {boolean} autofocus - Indicates that this element should get focus after the page finishes loading. **attribute** `autofocus`
|
|
17
18
|
* @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
|
|
18
19
|
It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
|
|
@@ -43,6 +44,7 @@ declare const VwcDialPad: {
|
|
|
43
44
|
noInput?: boolean | undefined;
|
|
44
45
|
endCallButtonLabel?: any;
|
|
45
46
|
callButtonLabel?: string | null | undefined;
|
|
47
|
+
deleteAriaLabel?: string | null | undefined;
|
|
46
48
|
autofocus?: boolean | undefined;
|
|
47
49
|
VIVID_VERSION?: string | undefined;
|
|
48
50
|
componentName?: string | undefined;
|
|
@@ -64,6 +66,7 @@ export default VwcDialPad;
|
|
|
64
66
|
* @param {| string
|
|
65
67
|
| null} endCallButtonLabel **attribute** `end-call-button-label`
|
|
66
68
|
* @param {string | null} callButtonLabel **attribute** `call-button-label`
|
|
69
|
+
* @param {string | null} deleteAriaLabel - The aria-label for the delete button **attribute** `delete-aria-label`
|
|
67
70
|
* @param {boolean} autofocus - Indicates that this element should get focus after the page finishes loading. **attribute** `autofocus`
|
|
68
71
|
* @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
|
|
69
72
|
It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
|
|
@@ -94,6 +97,7 @@ declare const VwcDialPad: {
|
|
|
94
97
|
noInput?: boolean | undefined;
|
|
95
98
|
endCallButtonLabel?: any;
|
|
96
99
|
callButtonLabel?: string | null | undefined;
|
|
100
|
+
deleteAriaLabel?: string | null | undefined;
|
|
97
101
|
autofocus?: boolean | undefined;
|
|
98
102
|
VIVID_VERSION?: string | undefined;
|
|
99
103
|
componentName?: string | undefined;
|
|
@@ -115,6 +119,7 @@ export default VwcDialPad;
|
|
|
115
119
|
* @param {| string
|
|
116
120
|
| null} endCallButtonLabel **attribute** `end-call-button-label`
|
|
117
121
|
* @param {string | null} callButtonLabel **attribute** `call-button-label`
|
|
122
|
+
* @param {string | null} deleteAriaLabel - The aria-label for the delete button **attribute** `delete-aria-label`
|
|
118
123
|
* @param {boolean} autofocus - Indicates that this element should get focus after the page finishes loading. **attribute** `autofocus`
|
|
119
124
|
* @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
|
|
120
125
|
It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
|
|
@@ -145,6 +150,7 @@ declare const VwcDialPad: {
|
|
|
145
150
|
noInput?: boolean | undefined;
|
|
146
151
|
endCallButtonLabel?: any;
|
|
147
152
|
callButtonLabel?: string | null | undefined;
|
|
153
|
+
deleteAriaLabel?: string | null | undefined;
|
|
148
154
|
autofocus?: boolean | undefined;
|
|
149
155
|
VIVID_VERSION?: string | undefined;
|
|
150
156
|
componentName?: string | undefined;
|
package/v3/VwcDialPad/index.js
CHANGED
|
@@ -102,7 +102,7 @@ registerDialPad('vvd3')
|
|
|
102
102
|
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
103
103
|
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
104
104
|
attributes: [],
|
|
105
|
-
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel', 'autofocus', 'VIVID_VERSION', 'componentName']
|
|
105
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel', 'deleteAriaLabel', 'autofocus', 'VIVID_VERSION', 'componentName']
|
|
106
106
|
})
|
|
107
107
|
|
|
108
108
|
VwcDialPad.displayName = 'VwcDialPad'
|
|
@@ -182,6 +182,21 @@ export default VwcDialPad
|
|
|
182
182
|
"privacy": "public",
|
|
183
183
|
"description": ""
|
|
184
184
|
},
|
|
185
|
+
{
|
|
186
|
+
"kind": "field",
|
|
187
|
+
"name": "deleteAriaLabel",
|
|
188
|
+
"type": {
|
|
189
|
+
"text": "string | null"
|
|
190
|
+
},
|
|
191
|
+
"default": "null",
|
|
192
|
+
"description": "The aria-label for the delete button",
|
|
193
|
+
"privacy": "public"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"kind": "method",
|
|
197
|
+
"name": "_clearLongPressTimer",
|
|
198
|
+
"privacy": "private"
|
|
199
|
+
},
|
|
185
200
|
{
|
|
186
201
|
"kind": "field",
|
|
187
202
|
"name": "autofocus",
|
|
@@ -325,7 +340,7 @@ registerDialPad('vvd3')
|
|
|
325
340
|
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
326
341
|
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
327
342
|
attributes: [],
|
|
328
|
-
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel', 'autofocus', 'VIVID_VERSION', 'componentName']
|
|
343
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel', 'deleteAriaLabel', 'autofocus', 'VIVID_VERSION', 'componentName']
|
|
329
344
|
})
|
|
330
345
|
|
|
331
346
|
VwcDialPad.displayName = 'VwcDialPad'
|
|
@@ -396,6 +411,15 @@ export default VwcDialPad
|
|
|
396
411
|
"default": "null",
|
|
397
412
|
"fieldName": "callButtonLabel"
|
|
398
413
|
},
|
|
414
|
+
{
|
|
415
|
+
"name": "delete-aria-label",
|
|
416
|
+
"type": {
|
|
417
|
+
"text": "string | null"
|
|
418
|
+
},
|
|
419
|
+
"default": "null",
|
|
420
|
+
"description": "The aria-label for the delete button",
|
|
421
|
+
"fieldName": "deleteAriaLabel"
|
|
422
|
+
},
|
|
399
423
|
{
|
|
400
424
|
"name": "autofocus",
|
|
401
425
|
"type": {
|
|
@@ -440,7 +464,7 @@ registerDialPad('vvd3')
|
|
|
440
464
|
const VwcDialPad = wrapper(`vvd3-dial-pad`, {
|
|
441
465
|
events: [{"name":"end-call","propName":"onEndCall"},{"name":"dial","propName":"onDial"},{"name":"keypad-click","propName":"onKeypadClick"},{"name":"focus","propName":"onFocus"},{"name":"blur","propName":"onBlur"},{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
442
466
|
attributes: [],
|
|
443
|
-
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel', 'autofocus', 'VIVID_VERSION', 'componentName']
|
|
467
|
+
properties: ['helperText', 'placeholder', 'value', 'pattern', 'disabled', 'pending', 'callActive', 'noCall', 'noInput', 'endCallButtonLabel', 'callButtonLabel', 'deleteAriaLabel', 'autofocus', 'VIVID_VERSION', 'componentName']
|
|
444
468
|
})
|
|
445
469
|
|
|
446
470
|
VwcDialPad.displayName = 'VwcDialPad'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dial-pad",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDialog/index.js
CHANGED
|
@@ -406,6 +406,56 @@ Code in this file were generated using following JSON:
|
|
|
406
406
|
"valueMapping": "event.currentTarget.open"
|
|
407
407
|
}
|
|
408
408
|
]
|
|
409
|
+
},
|
|
410
|
+
"vividTesting": {
|
|
411
|
+
"selectors": [
|
|
412
|
+
{
|
|
413
|
+
"name": "byHeadline",
|
|
414
|
+
"args": [
|
|
415
|
+
"byHeadline"
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
],
|
|
419
|
+
"actions": [
|
|
420
|
+
{
|
|
421
|
+
"name": "dismiss",
|
|
422
|
+
"args": [
|
|
423
|
+
"click",
|
|
424
|
+
"#dismissButton"
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"queries": [
|
|
429
|
+
{
|
|
430
|
+
"name": "open",
|
|
431
|
+
"args": [
|
|
432
|
+
"open",
|
|
433
|
+
"true"
|
|
434
|
+
]
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "closed",
|
|
438
|
+
"args": [
|
|
439
|
+
"open",
|
|
440
|
+
"false"
|
|
441
|
+
]
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "headline",
|
|
445
|
+
"args": [
|
|
446
|
+
"headline"
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"refs": [
|
|
451
|
+
{
|
|
452
|
+
"name": "dismissButton",
|
|
453
|
+
"args": [
|
|
454
|
+
"shadow",
|
|
455
|
+
".dismiss-button"
|
|
456
|
+
]
|
|
457
|
+
}
|
|
458
|
+
]
|
|
409
459
|
}
|
|
410
460
|
}
|
|
411
461
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dialog",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcDivider/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** VwcDivider
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/divider
|
|
4
|
-
* @param {DividerRole} role - The role of the element. This property will be removed
|
|
4
|
+
* @param {DividerRole} role - The role of the element. This property will be removed
|
|
5
5
|
* @param {Orientation} orientation - The orientation of the divider. **attribute** `orientation`
|
|
6
6
|
* @param {DividerAppearance | undefined} appearance - The appearance of the divider. **attribute** `appearance`
|
|
7
7
|
* @param {'host'} _vividAriaBehaviour
|
package/v3/VwcDivider/index.js
CHANGED
|
@@ -86,14 +86,6 @@ Code in this file were generated using following JSON:
|
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"attributes": [
|
|
89
|
-
{
|
|
90
|
-
"name": "role",
|
|
91
|
-
"type": {
|
|
92
|
-
"text": "DividerRole"
|
|
93
|
-
},
|
|
94
|
-
"description": "The role of the element. This property will be removed",
|
|
95
|
-
"fieldName": "role"
|
|
96
|
-
},
|
|
97
89
|
{
|
|
98
90
|
"name": "orientation",
|
|
99
91
|
"type": {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -20,6 +20,10 @@ Code in this file were generated using following JSON:
|
|
|
20
20
|
"name": "--vvd-empty-state-cta-faint",
|
|
21
21
|
"default": "var(--vvd-color-cta-50)"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--vvd-empty-state-cta-primary",
|
|
25
|
+
"default": "var(--vvd-color-cta-500)"
|
|
26
|
+
},
|
|
23
27
|
{
|
|
24
28
|
"name": "--vvd-empty-state-success-firm-all",
|
|
25
29
|
"default": "var(--vvd-color-success-600)"
|
|
@@ -32,6 +36,10 @@ Code in this file were generated using following JSON:
|
|
|
32
36
|
"name": "--vvd-empty-state-success-faint",
|
|
33
37
|
"default": "var(--vvd-color-success-50)"
|
|
34
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"name": "--vvd-empty-state-success-primary",
|
|
41
|
+
"default": "var(--vvd-color-success-500)"
|
|
42
|
+
},
|
|
35
43
|
{
|
|
36
44
|
"name": "--vvd-empty-state-alert-firm-all",
|
|
37
45
|
"default": "var(--vvd-color-alert-600)"
|
|
@@ -44,6 +52,10 @@ Code in this file were generated using following JSON:
|
|
|
44
52
|
"name": "--vvd-empty-state-alert-faint",
|
|
45
53
|
"default": "var(--vvd-color-alert-50)"
|
|
46
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "--vvd-empty-state-alert-primary",
|
|
57
|
+
"default": "var(--vvd-color-alert-500)"
|
|
58
|
+
},
|
|
47
59
|
{
|
|
48
60
|
"name": "--vvd-empty-state-warning-firm-all",
|
|
49
61
|
"default": "var(--vvd-color-warning-600)"
|
|
@@ -56,6 +68,10 @@ Code in this file were generated using following JSON:
|
|
|
56
68
|
"name": "--vvd-empty-state-warning-faint",
|
|
57
69
|
"default": "var(--vvd-color-warning-50)"
|
|
58
70
|
},
|
|
71
|
+
{
|
|
72
|
+
"name": "--vvd-empty-state-warning-primary",
|
|
73
|
+
"default": "var(--vvd-color-warning-300)"
|
|
74
|
+
},
|
|
59
75
|
{
|
|
60
76
|
"name": "--vvd-empty-state-information-firm-all",
|
|
61
77
|
"default": "var(--vvd-color-information-600)"
|
|
@@ -68,6 +84,10 @@ Code in this file were generated using following JSON:
|
|
|
68
84
|
"name": "--vvd-empty-state-information-faint",
|
|
69
85
|
"default": "var(--vvd-color-information-50)"
|
|
70
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--vvd-empty-state-information-primary",
|
|
89
|
+
"default": "var(--vvd-color-information-500)"
|
|
90
|
+
},
|
|
71
91
|
{
|
|
72
92
|
"name": "--vvd-empty-state-announcement-firm-all",
|
|
73
93
|
"default": "var(--vvd-color-announcement-600)"
|
|
@@ -80,6 +100,10 @@ Code in this file were generated using following JSON:
|
|
|
80
100
|
"name": "--vvd-empty-state-announcement-faint",
|
|
81
101
|
"default": "var(--vvd-color-announcement-50)"
|
|
82
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"name": "--vvd-empty-state-announcement-primary",
|
|
105
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
106
|
+
},
|
|
83
107
|
{
|
|
84
108
|
"name": "--vvd-empty-state-accent-firm-all",
|
|
85
109
|
"default": "var(--vvd-color-neutral-600)"
|
|
@@ -91,6 +115,10 @@ Code in this file were generated using following JSON:
|
|
|
91
115
|
{
|
|
92
116
|
"name": "--vvd-empty-state-accent-faint",
|
|
93
117
|
"default": "var(--vvd-color-neutral-50)"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "--vvd-empty-state-accent-primary",
|
|
121
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
94
122
|
}
|
|
95
123
|
],
|
|
96
124
|
"slots": [
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-empty-state",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFab/index.js
CHANGED
|
@@ -115,6 +115,19 @@ Code in this file were generated using following JSON:
|
|
|
115
115
|
"description": "Indicates the fab's label.",
|
|
116
116
|
"privacy": "public"
|
|
117
117
|
},
|
|
118
|
+
{
|
|
119
|
+
"kind": "method",
|
|
120
|
+
"name": "clickHandler",
|
|
121
|
+
"parameters": [
|
|
122
|
+
{
|
|
123
|
+
"name": "event",
|
|
124
|
+
"type": {
|
|
125
|
+
"text": "Event"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"description": "Handles click events.\nPrevents interaction when disabled."
|
|
130
|
+
},
|
|
118
131
|
{
|
|
119
132
|
"kind": "field",
|
|
120
133
|
"name": "iconTrailing",
|
|
@@ -826,6 +839,35 @@ Code in this file were generated using following JSON:
|
|
|
826
839
|
"vividComponent": {
|
|
827
840
|
"public": true,
|
|
828
841
|
"name": "fab"
|
|
842
|
+
},
|
|
843
|
+
"vividTesting": {
|
|
844
|
+
"selectors": [
|
|
845
|
+
{
|
|
846
|
+
"name": "byLabel",
|
|
847
|
+
"args": [
|
|
848
|
+
"byLabel"
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
],
|
|
852
|
+
"actions": [
|
|
853
|
+
{
|
|
854
|
+
"name": "click",
|
|
855
|
+
"args": [
|
|
856
|
+
"click",
|
|
857
|
+
"#control"
|
|
858
|
+
]
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"queries": [],
|
|
862
|
+
"refs": [
|
|
863
|
+
{
|
|
864
|
+
"name": "control",
|
|
865
|
+
"args": [
|
|
866
|
+
"shadow",
|
|
867
|
+
"button.control"
|
|
868
|
+
]
|
|
869
|
+
}
|
|
870
|
+
]
|
|
829
871
|
}
|
|
830
872
|
}
|
|
831
873
|
*/
|
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.5.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": "
|
|
9
|
+
"@vonage/vivid": "5.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -5,7 +5,6 @@ import React, { ReactNode } from 'react';
|
|
|
5
5
|
* @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
|
|
6
6
|
It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
|
|
7
7
|
* @param {string} componentName - Core component name, without prefix
|
|
8
|
-
* @param {boolean} specialHandling
|
|
9
8
|
* @param {VividAriaBehaviour} _vividAriaBehaviour
|
|
10
9
|
*/
|
|
11
10
|
declare const VwcFeedbackMessage: {
|
|
@@ -18,7 +17,6 @@ declare const VwcFeedbackMessage: {
|
|
|
18
17
|
type?: any;
|
|
19
18
|
VIVID_VERSION?: string | undefined;
|
|
20
19
|
componentName?: string | undefined;
|
|
21
|
-
specialHandling?: boolean | undefined;
|
|
22
20
|
_vividAriaBehaviour?: any;
|
|
23
21
|
}): JSX.Element;
|
|
24
22
|
displayName: string;
|