@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
|
@@ -886,6 +886,10 @@ Code in this file were generated using following JSON:
|
|
|
886
886
|
}
|
|
887
887
|
],
|
|
888
888
|
"mixins": [
|
|
889
|
+
{
|
|
890
|
+
"name": "WithContextualHelp",
|
|
891
|
+
"module": "/src/shared/patterns"
|
|
892
|
+
},
|
|
889
893
|
{
|
|
890
894
|
"name": "WithFeedback",
|
|
891
895
|
"module": "/src/shared/feedback/mixins"
|
|
@@ -944,6 +948,70 @@ Code in this file were generated using following JSON:
|
|
|
944
948
|
"valueMapping": "event.currentTarget.valueAsNumber"
|
|
945
949
|
}
|
|
946
950
|
]
|
|
951
|
+
},
|
|
952
|
+
"vividTesting": {
|
|
953
|
+
"selectors": [],
|
|
954
|
+
"actions": [
|
|
955
|
+
{
|
|
956
|
+
"name": "fill",
|
|
957
|
+
"args": [
|
|
958
|
+
"fill",
|
|
959
|
+
"#control"
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "clear",
|
|
964
|
+
"args": [
|
|
965
|
+
"clear",
|
|
966
|
+
"#control"
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "clickIncrement",
|
|
971
|
+
"args": [
|
|
972
|
+
"clickButton",
|
|
973
|
+
"#incrementButton"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "clickDecrement",
|
|
978
|
+
"args": [
|
|
979
|
+
"clickButton",
|
|
980
|
+
"#decrementButton"
|
|
981
|
+
]
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
"queries": [
|
|
985
|
+
{
|
|
986
|
+
"name": "valueAsNumber",
|
|
987
|
+
"args": [
|
|
988
|
+
"valueAsNumber"
|
|
989
|
+
]
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"refs": [
|
|
993
|
+
{
|
|
994
|
+
"name": "control",
|
|
995
|
+
"args": [
|
|
996
|
+
"shadow",
|
|
997
|
+
"input.control"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "incrementButton",
|
|
1002
|
+
"args": [
|
|
1003
|
+
"shadowButton",
|
|
1004
|
+
"#add"
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "decrementButton",
|
|
1009
|
+
"args": [
|
|
1010
|
+
"shadowButton",
|
|
1011
|
+
"#subtract"
|
|
1012
|
+
]
|
|
1013
|
+
}
|
|
1014
|
+
]
|
|
947
1015
|
}
|
|
948
1016
|
}
|
|
949
1017
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-number-field",
|
|
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/VwcOption/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ Implements https://www.w3.org/TR/wai-aria-1.1/#option | ARIA option .
|
|
|
4
4
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/option
|
|
5
5
|
* @param {boolean | undefined} checked - The checked state is used when the parent listbox is in multiple selection mode.
|
|
6
6
|
To avoid accessibility conflicts, the checked state should not be present in
|
|
7
|
-
single selection mode.
|
|
7
|
+
single selection mode. **attribute** `checked`
|
|
8
8
|
* @param {boolean} defaultSelected - The defaultSelected state of the option. **attribute** `selected`
|
|
9
9
|
* @param {boolean} disabled - The disabled state of the option. **attribute** `disabled`
|
|
10
10
|
* @param selectedAttribute
|
|
@@ -14,6 +14,7 @@ single selection mode.
|
|
|
14
14
|
* @param {string} label
|
|
15
15
|
* @param {string | undefined} _text **attribute** `text`
|
|
16
16
|
* @param text
|
|
17
|
+
* @param {string | undefined} textSecondary **attribute** `text-secondary`
|
|
17
18
|
* @param {string | undefined} matchedText - Text to highlighted as matching a search query. **attribute** `matched-text`
|
|
18
19
|
* @param {OptionTagConnotation | undefined} tagConnotation - When displayed as a tag, the connotation of the tag. **attribute** `tag-connotation`
|
|
19
20
|
* @param proxy
|
|
@@ -41,6 +42,7 @@ declare const VwcOption: {
|
|
|
41
42
|
label?: string | undefined;
|
|
42
43
|
_text?: string | undefined;
|
|
43
44
|
text?: any;
|
|
45
|
+
textSecondary?: string | undefined;
|
|
44
46
|
matchedText?: string | undefined;
|
|
45
47
|
tagConnotation?: any;
|
|
46
48
|
proxy?: any;
|
package/v3/VwcOption/index.js
CHANGED
|
@@ -45,6 +45,10 @@ Code in this file were generated using following JSON:
|
|
|
45
45
|
{
|
|
46
46
|
"description": "The preferred way to add an icon to the component.",
|
|
47
47
|
"name": "icon"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"description": "For additional elements at the end of the Option.",
|
|
51
|
+
"name": "trailing-meta"
|
|
48
52
|
}
|
|
49
53
|
],
|
|
50
54
|
"members": [
|
|
@@ -163,6 +167,15 @@ Code in this file were generated using following JSON:
|
|
|
163
167
|
"kind": "field",
|
|
164
168
|
"name": "text"
|
|
165
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"kind": "field",
|
|
172
|
+
"name": "textSecondary",
|
|
173
|
+
"type": {
|
|
174
|
+
"text": "string | undefined"
|
|
175
|
+
},
|
|
176
|
+
"privacy": "public",
|
|
177
|
+
"description": ""
|
|
178
|
+
},
|
|
166
179
|
{
|
|
167
180
|
"kind": "field",
|
|
168
181
|
"name": "form",
|
|
@@ -267,6 +280,14 @@ Code in this file were generated using following JSON:
|
|
|
267
280
|
}
|
|
268
281
|
],
|
|
269
282
|
"attributes": [
|
|
283
|
+
{
|
|
284
|
+
"name": "checked",
|
|
285
|
+
"type": {
|
|
286
|
+
"text": "boolean | undefined"
|
|
287
|
+
},
|
|
288
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
289
|
+
"fieldName": "checked"
|
|
290
|
+
},
|
|
270
291
|
{
|
|
271
292
|
"name": "selected",
|
|
272
293
|
"type": {
|
|
@@ -315,6 +336,13 @@ Code in this file were generated using following JSON:
|
|
|
315
336
|
},
|
|
316
337
|
"fieldName": "_text"
|
|
317
338
|
},
|
|
339
|
+
{
|
|
340
|
+
"name": "text-secondary",
|
|
341
|
+
"type": {
|
|
342
|
+
"text": "string | undefined"
|
|
343
|
+
},
|
|
344
|
+
"fieldName": "textSecondary"
|
|
345
|
+
},
|
|
318
346
|
{
|
|
319
347
|
"name": "matched-text",
|
|
320
348
|
"type": {
|
|
@@ -374,6 +402,20 @@ Code in this file were generated using following JSON:
|
|
|
374
402
|
"vividComponent": {
|
|
375
403
|
"public": true,
|
|
376
404
|
"name": "option"
|
|
405
|
+
},
|
|
406
|
+
"vividTesting": {
|
|
407
|
+
"selectors": [],
|
|
408
|
+
"actions": [
|
|
409
|
+
{
|
|
410
|
+
"name": "click",
|
|
411
|
+
"args": [
|
|
412
|
+
"click",
|
|
413
|
+
"#locator"
|
|
414
|
+
]
|
|
415
|
+
}
|
|
416
|
+
],
|
|
417
|
+
"queries": [],
|
|
418
|
+
"refs": []
|
|
377
419
|
}
|
|
378
420
|
}
|
|
379
421
|
*/
|
|
@@ -385,7 +427,7 @@ registerOption('vvd3')
|
|
|
385
427
|
const VwcOption = wrapper(`vvd3-option`, {
|
|
386
428
|
events: [],
|
|
387
429
|
attributes: [],
|
|
388
|
-
properties: ['checked', 'defaultSelected', 'disabled', 'selectedAttribute', 'selected', 'value', '_label', 'label', '_text', 'text', 'matchedText', 'tagConnotation', 'proxy', '_vividAriaBehaviour', 'iconTrailing', 'icon', 'VIVID_VERSION', 'componentName']
|
|
430
|
+
properties: ['checked', 'defaultSelected', 'disabled', 'selectedAttribute', 'selected', 'value', '_label', 'label', '_text', 'text', 'textSecondary', 'matchedText', 'tagConnotation', 'proxy', '_vividAriaBehaviour', 'iconTrailing', 'icon', 'VIVID_VERSION', 'componentName']
|
|
389
431
|
})
|
|
390
432
|
|
|
391
433
|
VwcOption.displayName = 'VwcOption'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox-option",
|
|
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-option-tag",
|
|
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
|
}
|
|
@@ -231,7 +231,72 @@ Code in this file were generated using following JSON:
|
|
|
231
231
|
},
|
|
232
232
|
"vividComponent": {
|
|
233
233
|
"public": true,
|
|
234
|
-
"name": "pagination"
|
|
234
|
+
"name": "pagination",
|
|
235
|
+
"vueModels": [
|
|
236
|
+
{
|
|
237
|
+
"name": "modelValue",
|
|
238
|
+
"propName": "selectedIndex",
|
|
239
|
+
"eventNames": [
|
|
240
|
+
"pagination-change"
|
|
241
|
+
],
|
|
242
|
+
"valueMapping": "event.currentTarget.selectedIndex"
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"vividTesting": {
|
|
247
|
+
"selectors": [],
|
|
248
|
+
"actions": [
|
|
249
|
+
{
|
|
250
|
+
"name": "clickNext",
|
|
251
|
+
"args": [
|
|
252
|
+
"click",
|
|
253
|
+
"#nextButton"
|
|
254
|
+
]
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "clickPrev",
|
|
258
|
+
"args": [
|
|
259
|
+
"click",
|
|
260
|
+
"#prevButton"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "clickPageIndex",
|
|
265
|
+
"args": [
|
|
266
|
+
"clickPaginationPage"
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"queries": [
|
|
271
|
+
{
|
|
272
|
+
"name": "total",
|
|
273
|
+
"args": [
|
|
274
|
+
"total"
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "selectedPage",
|
|
279
|
+
"args": [
|
|
280
|
+
"paginationSelectedPage"
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"refs": [
|
|
285
|
+
{
|
|
286
|
+
"name": "nextButton",
|
|
287
|
+
"args": [
|
|
288
|
+
"shadow",
|
|
289
|
+
".next-button"
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "prevButton",
|
|
294
|
+
"args": [
|
|
295
|
+
"shadow",
|
|
296
|
+
".prev-button"
|
|
297
|
+
]
|
|
298
|
+
}
|
|
299
|
+
]
|
|
235
300
|
}
|
|
236
301
|
}
|
|
237
302
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-pagination",
|
|
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
|
}
|
|
@@ -18,7 +18,6 @@ only when the `value` property has not been explicitly set. **attribute** `value
|
|
|
18
18
|
* @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
|
|
19
19
|
It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
|
|
20
20
|
* @param {string} componentName - Core component name, without prefix
|
|
21
|
-
* @param {boolean} specialHandling
|
|
22
21
|
* @param {VividAriaBehaviour} _vividAriaBehaviour
|
|
23
22
|
*/
|
|
24
23
|
declare const VwcPickerField: {
|
|
@@ -41,7 +40,6 @@ declare const VwcPickerField: {
|
|
|
41
40
|
required?: boolean | undefined;
|
|
42
41
|
VIVID_VERSION?: string | undefined;
|
|
43
42
|
componentName?: string | undefined;
|
|
44
|
-
specialHandling?: boolean | undefined;
|
|
45
43
|
_vividAriaBehaviour?: any;
|
|
46
44
|
}): JSX.Element;
|
|
47
45
|
displayName: string;
|
|
@@ -42,7 +42,7 @@ Code in this file were generated using following JSON:
|
|
|
42
42
|
"name": "#localeChangeObserver",
|
|
43
43
|
"privacy": "private",
|
|
44
44
|
"type": {
|
|
45
|
-
"text": "
|
|
45
|
+
"text": "ExpressionNotifier"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
{
|
|
@@ -357,18 +357,6 @@ Code in this file were generated using following JSON:
|
|
|
357
357
|
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
|
-
{
|
|
361
|
-
"kind": "field",
|
|
362
|
-
"name": "specialHandling",
|
|
363
|
-
"type": {
|
|
364
|
-
"text": "boolean"
|
|
365
|
-
},
|
|
366
|
-
"default": "false",
|
|
367
|
-
"inheritedFrom": {
|
|
368
|
-
"name": "VividElement",
|
|
369
|
-
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
360
|
{
|
|
373
361
|
"kind": "field",
|
|
374
362
|
"name": "_vividAriaBehaviour",
|
|
@@ -508,6 +496,10 @@ Code in this file were generated using following JSON:
|
|
|
508
496
|
}
|
|
509
497
|
],
|
|
510
498
|
"mixins": [
|
|
499
|
+
{
|
|
500
|
+
"name": "WithContextualHelp",
|
|
501
|
+
"module": "/src/shared/patterns"
|
|
502
|
+
},
|
|
511
503
|
{
|
|
512
504
|
"name": "WithFeedback",
|
|
513
505
|
"module": "/src/shared/feedback/mixins"
|
|
@@ -536,6 +528,41 @@ Code in this file were generated using following JSON:
|
|
|
536
528
|
"superclass": {
|
|
537
529
|
"name": "VividElement",
|
|
538
530
|
"module": "/src/shared/foundation/vivid-element/vivid-element"
|
|
531
|
+
},
|
|
532
|
+
"vividTesting": {
|
|
533
|
+
"selectors": [],
|
|
534
|
+
"actions": [
|
|
535
|
+
{
|
|
536
|
+
"name": "clear",
|
|
537
|
+
"args": [
|
|
538
|
+
"clearPicker"
|
|
539
|
+
]
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"queries": [],
|
|
543
|
+
"refs": [
|
|
544
|
+
{
|
|
545
|
+
"name": "control",
|
|
546
|
+
"args": [
|
|
547
|
+
"shadowTextField",
|
|
548
|
+
"[data-vvd-component=text-field].control"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "pickerButton",
|
|
553
|
+
"args": [
|
|
554
|
+
"shadowButton",
|
|
555
|
+
"#picker-button"
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "clearButton",
|
|
560
|
+
"args": [
|
|
561
|
+
"shadowButton",
|
|
562
|
+
"#clear-button"
|
|
563
|
+
]
|
|
564
|
+
}
|
|
565
|
+
]
|
|
539
566
|
}
|
|
540
567
|
}
|
|
541
568
|
*/
|
|
@@ -547,7 +574,7 @@ registerPickerField('vvd3')
|
|
|
547
574
|
const VwcPickerField = wrapper(`vvd3-picker-field`, {
|
|
548
575
|
events: [],
|
|
549
576
|
attributes: [],
|
|
550
|
-
properties: ['readOnly', 'value', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', '
|
|
577
|
+
properties: ['readOnly', 'value', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', '_vividAriaBehaviour']
|
|
551
578
|
})
|
|
552
579
|
|
|
553
580
|
VwcPickerField.displayName = 'VwcPickerField'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-picker-field",
|
|
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/VwcPopup/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-popup",
|
|
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-progress",
|
|
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-progress-ring",
|
|
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-prose-mirror-facade",
|
|
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/VwcRadio/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** VwcRadio
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/radio
|
|
4
|
-
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
4
|
* @param {RadioConnotation | undefined} connotation - The connotation the radioButton should have. **attribute** `connotation`
|
|
6
5
|
* @param {boolean} readOnly - When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information. **attribute** `readonly`
|
|
7
6
|
* @param {boolean} checked - The current checkedness of the element. **attribute** `current-checked`
|
|
@@ -32,7 +31,6 @@ declare const VwcRadio: {
|
|
|
32
31
|
style?: React.CSSProperties | undefined;
|
|
33
32
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
34
33
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
35
|
-
ariaLabel?: string | null | undefined;
|
|
36
34
|
connotation?: any;
|
|
37
35
|
readOnly?: boolean | undefined;
|
|
38
36
|
checked?: boolean | undefined;
|
package/v3/VwcRadio/index.js
CHANGED
|
@@ -58,14 +58,6 @@ Code in this file were generated using following JSON:
|
|
|
58
58
|
}
|
|
59
59
|
],
|
|
60
60
|
"members": [
|
|
61
|
-
{
|
|
62
|
-
"kind": "field",
|
|
63
|
-
"name": "ariaLabel",
|
|
64
|
-
"type": {
|
|
65
|
-
"text": "string | null"
|
|
66
|
-
},
|
|
67
|
-
"default": "null"
|
|
68
|
-
},
|
|
69
61
|
{
|
|
70
62
|
"kind": "field",
|
|
71
63
|
"name": "connotation",
|
|
@@ -465,14 +457,6 @@ Code in this file were generated using following JSON:
|
|
|
465
457
|
}
|
|
466
458
|
],
|
|
467
459
|
"attributes": [
|
|
468
|
-
{
|
|
469
|
-
"name": "aria-label",
|
|
470
|
-
"type": {
|
|
471
|
-
"text": "string | null"
|
|
472
|
-
},
|
|
473
|
-
"default": "null",
|
|
474
|
-
"fieldName": "ariaLabel"
|
|
475
|
-
},
|
|
476
460
|
{
|
|
477
461
|
"name": "connotation",
|
|
478
462
|
"type": {
|
|
@@ -622,6 +606,43 @@ Code in this file were generated using following JSON:
|
|
|
622
606
|
"vividComponent": {
|
|
623
607
|
"public": true,
|
|
624
608
|
"name": "radio"
|
|
609
|
+
},
|
|
610
|
+
"vividTesting": {
|
|
611
|
+
"selectors": [],
|
|
612
|
+
"actions": [
|
|
613
|
+
{
|
|
614
|
+
"name": "check",
|
|
615
|
+
"args": [
|
|
616
|
+
"click",
|
|
617
|
+
"#control"
|
|
618
|
+
]
|
|
619
|
+
}
|
|
620
|
+
],
|
|
621
|
+
"queries": [
|
|
622
|
+
{
|
|
623
|
+
"name": "checked",
|
|
624
|
+
"args": [
|
|
625
|
+
"checked",
|
|
626
|
+
"true"
|
|
627
|
+
]
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "unchecked",
|
|
631
|
+
"args": [
|
|
632
|
+
"checked",
|
|
633
|
+
"false"
|
|
634
|
+
]
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"refs": [
|
|
638
|
+
{
|
|
639
|
+
"name": "control",
|
|
640
|
+
"args": [
|
|
641
|
+
"shadow",
|
|
642
|
+
".control"
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
]
|
|
625
646
|
}
|
|
626
647
|
}
|
|
627
648
|
*/
|
|
@@ -633,7 +654,7 @@ registerRadio('vvd3')
|
|
|
633
654
|
const VwcRadio = wrapper(`vvd3-radio`, {
|
|
634
655
|
events: [{"name":"change","propName":"onChange"}],
|
|
635
656
|
attributes: [],
|
|
636
|
-
properties: ['
|
|
657
|
+
properties: ['connotation', 'readOnly', 'checked', 'dirtyChecked', 'errorText', 'validate', 'label', 'defaultChecked', 'checkedAttribute', 'currentChecked', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
|
|
637
658
|
})
|
|
638
659
|
|
|
639
660
|
VwcRadio.displayName = 'VwcRadio'
|
package/v3/VwcRadio/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-radio",
|
|
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-radio-group",
|
|
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
|
}
|