@vonage/vivid-react 3.3.0 → 3.3.1
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 +255 -30
- package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +122 -0
- package/v3/VwcARIAGlobalStatesAndProperties/index.js +352 -0
- package/v3/VwcARIAGlobalStatesAndProperties/package.json +11 -0
- package/v3/VwcAccordion/index.d.ts +7 -1
- package/v3/VwcAccordion/index.js +142 -3
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +6 -0
- package/v3/VwcAccordionItem/index.js +62 -3
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.js +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +10 -14
- package/v3/VwcAlert/index.js +28 -25
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAnchor/index.d.ts +33 -0
- package/v3/VwcAnchor/index.js +173 -0
- package/v3/{VwcAppearanceUi → VwcAnchor}/package.json +3 -3
- package/v3/VwcAudioPlayer/index.js +2 -2
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.js +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +58 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.js +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/index.d.ts +24 -0
- package/v3/VwcBaseProgress/index.js +108 -0
- package/v3/VwcBaseProgress/package.json +11 -0
- package/v3/VwcBreadcrumb/index.js +62 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.js +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +22 -3
- package/v3/VwcButton/index.js +350 -5
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.js +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.js +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.js +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +8 -1
- package/v3/VwcCheckbox/index.js +64 -3
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +26 -0
- package/v3/VwcCombobox/index.js +283 -3
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +29 -2
- package/v3/VwcDataGrid/index.js +286 -8
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +10 -2
- package/v3/VwcDataGridCell/index.js +143 -23
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +16 -0
- package/v3/VwcDataGridRow/index.js +168 -3
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +39 -0
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +27 -0
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.js +39 -0
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDelegatesARIAButton/index.d.ts +19 -0
- package/v3/VwcDelegatesARIAButton/index.js +63 -0
- package/v3/VwcDelegatesARIAButton/package.json +11 -0
- package/v3/VwcDelegatesARIALink/index.d.ts +17 -0
- package/v3/VwcDelegatesARIALink/index.js +46 -0
- package/v3/VwcDelegatesARIALink/package.json +11 -0
- package/v3/VwcDelegatesARIAListbox/index.d.ts +23 -0
- package/v3/VwcDelegatesARIAListbox/index.js +63 -0
- package/v3/VwcDelegatesARIAListbox/package.json +11 -0
- package/v3/VwcDelegatesARIAListboxOption/index.d.ts +23 -0
- package/v3/VwcDelegatesARIAListboxOption/index.js +97 -0
- package/v3/VwcDelegatesARIAListboxOption/package.json +11 -0
- package/v3/VwcDelegatesARIASelect/index.d.ts +17 -0
- package/v3/VwcDelegatesARIASelect/index.js +70 -0
- package/v3/VwcDelegatesARIASelect/package.json +11 -0
- package/v3/VwcDelegatesARIATextbox/index.d.ts +16 -0
- package/v3/VwcDelegatesARIATextbox/index.js +59 -0
- package/v3/VwcDelegatesARIATextbox/package.json +11 -0
- package/v3/VwcDialPad/index.js +2 -2
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +8 -1
- package/v3/VwcDialog/index.js +85 -5
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +4 -1
- package/v3/VwcDivider/index.js +41 -3
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +2 -0
- package/v3/VwcElevation/index.js +17 -3
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.js +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +20 -0
- package/v3/VwcFab/index.js +353 -3
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +8 -0
- package/v3/VwcFilePicker/index.js +181 -1
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedCheckbox/index.d.ts +17 -0
- package/v3/VwcFormAssociatedCheckbox/index.js +41 -0
- package/v3/VwcFormAssociatedCheckbox/package.json +11 -0
- package/v3/VwcFormAssociatedFilePicker/index.js +1 -1
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/index.js +1 -1
- package/v3/VwcFormAssociatedNumberField/package.json +2 -2
- package/v3/VwcFormAssociatedRadio/index.d.ts +19 -0
- package/v3/VwcFormAssociatedRadio/index.js +64 -0
- package/v3/VwcFormAssociatedRadio/package.json +11 -0
- package/v3/VwcFormAssociatedRangeSlider/index.js +1 -1
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSearchableSelect/index.js +41 -0
- package/v3/VwcFormAssociatedSearchableSelect/package.json +11 -0
- package/v3/VwcFormAssociatedSelect/index.d.ts +27 -0
- package/v3/VwcFormAssociatedSelect/index.js +164 -0
- package/v3/VwcFormAssociatedSelect/package.json +11 -0
- package/v3/VwcFormAssociatedSlider/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSlider/index.js +41 -0
- package/v3/VwcFormAssociatedSlider/package.json +11 -0
- package/v3/VwcFormAssociatedSwitch/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSwitch/index.js +41 -0
- package/v3/VwcFormAssociatedSwitch/package.json +11 -0
- package/v3/VwcFormAssociatedTextArea/index.d.ts +17 -0
- package/v3/VwcFormAssociatedTextArea/index.js +41 -0
- package/v3/VwcFormAssociatedTextArea/package.json +11 -0
- package/v3/VwcFormAssociatedTextField/index.d.ts +17 -0
- package/v3/VwcFormAssociatedTextField/index.js +41 -0
- package/v3/VwcFormAssociatedTextField/package.json +11 -0
- package/v3/VwcFormAssociatedTimePicker/index.js +1 -1
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/index.js +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.js +15 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcInlineTimePicker/index.d.ts +27 -0
- package/v3/VwcInlineTimePicker/index.js +125 -0
- package/v3/VwcInlineTimePicker/package.json +11 -0
- package/v3/VwcLayout/index.js +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +10 -6
- package/v3/VwcListbox/index.js +51 -76
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -4
- package/v3/VwcMenu/index.js +148 -11
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +8 -4
- package/v3/VwcMenuItem/index.js +83 -17
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.js +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.js +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +2 -0
- package/v3/VwcNumberField/index.js +18 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +24 -5
- package/v3/VwcOption/index.js +199 -12
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/index.d.ts +25 -0
- package/v3/VwcOptionTag/index.js +109 -0
- package/v3/VwcOptionTag/package.json +11 -0
- package/v3/VwcPagination/index.js +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +8 -0
- package/v3/VwcProgress/index.js +79 -4
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +8 -0
- package/v3/VwcProgressRing/index.js +84 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +8 -0
- package/v3/VwcRadio/index.js +93 -3
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +11 -0
- package/v3/VwcRadioGroup/index.js +177 -3
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSearchableSelect/index.d.ts +46 -0
- package/v3/VwcSearchableSelect/index.js +551 -0
- package/v3/VwcSearchableSelect/package.json +11 -0
- package/v3/VwcSelect/index.d.ts +20 -0
- package/v3/VwcSelect/index.js +205 -3
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.js +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +1 -0
- package/v3/VwcSideDrawer/index.js +10 -3
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +22 -16
- package/v3/VwcSlider/index.js +292 -21
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +10 -1
- package/v3/VwcSwitch/index.js +66 -3
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +4 -0
- package/v3/VwcTab/index.js +61 -3
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.js +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +11 -1
- package/v3/VwcTabs/index.js +284 -34
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.js +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.js +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/index.js +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +27 -0
- package/v3/VwcTextArea/index.js +226 -3
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +28 -2
- package/v3/VwcTextField/index.js +221 -3
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +17 -0
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.js +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.js +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +6 -0
- package/v3/VwcTreeItem/index.js +107 -3
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +5 -1
- package/v3/VwcTreeView/index.js +124 -3
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.js +2 -2
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVividElement/index.d.ts +16 -0
- package/v3/VwcVividElement/index.js +30 -0
- package/v3/VwcVividElement/package.json +11 -0
- package/v3/VwcVividFoundationButton/index.d.ts +36 -0
- package/v3/VwcVividFoundationButton/index.js +296 -0
- package/v3/VwcVividFoundationButton/package.json +11 -0
- package/v3/VwcAppearanceUi/index.d.ts +0 -29
- package/v3/VwcAppearanceUi/index.js +0 -559
package/v3/VwcSlider/index.js
CHANGED
|
@@ -18,6 +18,242 @@ Code in this file were generated using following JSON:
|
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"members": [
|
|
21
|
+
{
|
|
22
|
+
"kind": "field",
|
|
23
|
+
"name": "readOnly",
|
|
24
|
+
"type": {
|
|
25
|
+
"text": "boolean"
|
|
26
|
+
},
|
|
27
|
+
"description": "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.",
|
|
28
|
+
"privacy": "public"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"kind": "field",
|
|
32
|
+
"name": "valueAsNumber",
|
|
33
|
+
"type": {
|
|
34
|
+
"text": "number"
|
|
35
|
+
},
|
|
36
|
+
"description": "The value property, typed as a number.",
|
|
37
|
+
"privacy": "public"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"kind": "field",
|
|
41
|
+
"name": "valueTextFormatter",
|
|
42
|
+
"type": {
|
|
43
|
+
"text": "(value: string) => string"
|
|
44
|
+
},
|
|
45
|
+
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
46
|
+
"privacy": "public"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"kind": "field",
|
|
50
|
+
"name": "min",
|
|
51
|
+
"type": {
|
|
52
|
+
"text": "number"
|
|
53
|
+
},
|
|
54
|
+
"default": "0",
|
|
55
|
+
"description": "The minimum allowed value.",
|
|
56
|
+
"privacy": "public"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "field",
|
|
60
|
+
"name": "max",
|
|
61
|
+
"type": {
|
|
62
|
+
"text": "number"
|
|
63
|
+
},
|
|
64
|
+
"default": "10",
|
|
65
|
+
"description": "The maximum allowed value.",
|
|
66
|
+
"privacy": "public"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"kind": "field",
|
|
70
|
+
"name": "step",
|
|
71
|
+
"type": {
|
|
72
|
+
"text": "number"
|
|
73
|
+
},
|
|
74
|
+
"default": "1",
|
|
75
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
76
|
+
"privacy": "public"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"kind": "field",
|
|
80
|
+
"name": "orientation",
|
|
81
|
+
"type": {
|
|
82
|
+
"text": "Orientation"
|
|
83
|
+
},
|
|
84
|
+
"description": "The orientation of the slider.",
|
|
85
|
+
"privacy": "public"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"kind": "field",
|
|
89
|
+
"name": "mode",
|
|
90
|
+
"type": {
|
|
91
|
+
"text": "SliderMode"
|
|
92
|
+
},
|
|
93
|
+
"description": "The selection mode.",
|
|
94
|
+
"privacy": "public"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind": "method",
|
|
98
|
+
"name": "increment",
|
|
99
|
+
"return": {
|
|
100
|
+
"type": {
|
|
101
|
+
"text": "void"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"description": "Increment the value by the step",
|
|
105
|
+
"privacy": "public"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"kind": "method",
|
|
109
|
+
"name": "decrement",
|
|
110
|
+
"return": {
|
|
111
|
+
"type": {
|
|
112
|
+
"text": "void"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"description": "Decrement the value by the step",
|
|
116
|
+
"privacy": "public"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"kind": "field",
|
|
120
|
+
"name": "keypressHandler",
|
|
121
|
+
"privacy": "protected"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"kind": "method",
|
|
125
|
+
"name": "setThumbPositionForOrientation",
|
|
126
|
+
"privacy": "public",
|
|
127
|
+
"return": {
|
|
128
|
+
"type": {
|
|
129
|
+
"text": "void"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"parameters": [
|
|
133
|
+
{
|
|
134
|
+
"name": "_",
|
|
135
|
+
"type": {
|
|
136
|
+
"text": "Direction"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"description": "writing mode",
|
|
141
|
+
"name": "direction"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"description": "Places the thumb based on the current value"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"kind": "method",
|
|
148
|
+
"name": "#thumbTrackEndOffset",
|
|
149
|
+
"parameters": [
|
|
150
|
+
{
|
|
151
|
+
"name": "value",
|
|
152
|
+
"type": {
|
|
153
|
+
"text": "number"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"kind": "method",
|
|
160
|
+
"name": "updateStepMultiplier",
|
|
161
|
+
"privacy": "private",
|
|
162
|
+
"return": {
|
|
163
|
+
"type": {
|
|
164
|
+
"text": "void"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"description": "Update the step multiplier used to ensure rounding errors from steps that\nare not whole numbers"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"kind": "field",
|
|
171
|
+
"name": "setupTrackConstraints",
|
|
172
|
+
"privacy": "private"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"kind": "field",
|
|
176
|
+
"name": "setupListeners",
|
|
177
|
+
"privacy": "private"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"kind": "field",
|
|
181
|
+
"name": "midpoint",
|
|
182
|
+
"type": {
|
|
183
|
+
"text": "string"
|
|
184
|
+
},
|
|
185
|
+
"privacy": "private",
|
|
186
|
+
"readonly": true
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"kind": "method",
|
|
190
|
+
"name": "setupDefaultValue",
|
|
191
|
+
"privacy": "private",
|
|
192
|
+
"return": {
|
|
193
|
+
"type": {
|
|
194
|
+
"text": "void"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"kind": "field",
|
|
200
|
+
"name": "handleThumbMouseDown",
|
|
201
|
+
"privacy": "private",
|
|
202
|
+
"description": "Handle mouse moves during a thumb drag operation\nIf the event handler is null it removes the events"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"kind": "field",
|
|
206
|
+
"name": "handleMouseMove",
|
|
207
|
+
"privacy": "private",
|
|
208
|
+
"description": "Handle mouse moves during a thumb drag operation"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"kind": "method",
|
|
212
|
+
"name": "#calculateValueFromMouseEvent",
|
|
213
|
+
"parameters": [
|
|
214
|
+
{
|
|
215
|
+
"name": "e",
|
|
216
|
+
"type": {
|
|
217
|
+
"text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"kind": "field",
|
|
224
|
+
"name": "handleWindowMouseUp",
|
|
225
|
+
"privacy": "private",
|
|
226
|
+
"description": "Handle a window mouse up during a drag operation"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "field",
|
|
230
|
+
"name": "stopDragging",
|
|
231
|
+
"privacy": "private"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"kind": "field",
|
|
235
|
+
"name": "handleMouseDown",
|
|
236
|
+
"privacy": "private",
|
|
237
|
+
"parameters": [
|
|
238
|
+
{
|
|
239
|
+
"description": "MouseEvent or null. If there is no event handler it will remove the events",
|
|
240
|
+
"name": "e"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"description": ""
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"kind": "method",
|
|
247
|
+
"name": "#roundToNearestStep",
|
|
248
|
+
"parameters": [
|
|
249
|
+
{
|
|
250
|
+
"name": "value",
|
|
251
|
+
"type": {
|
|
252
|
+
"text": "number"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
]
|
|
256
|
+
},
|
|
21
257
|
{
|
|
22
258
|
"kind": "field",
|
|
23
259
|
"name": "ariaLabel",
|
|
@@ -63,15 +299,6 @@ Code in this file were generated using following JSON:
|
|
|
63
299
|
"description": "slider connotation",
|
|
64
300
|
"privacy": "public"
|
|
65
301
|
},
|
|
66
|
-
{
|
|
67
|
-
"kind": "field",
|
|
68
|
-
"name": "valueTextFormatter",
|
|
69
|
-
"type": {
|
|
70
|
-
"text": "(value: string) => string"
|
|
71
|
-
},
|
|
72
|
-
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
73
|
-
"privacy": "public"
|
|
74
|
-
},
|
|
75
302
|
{
|
|
76
303
|
"kind": "field",
|
|
77
304
|
"name": "#isNonVisibleFocus",
|
|
@@ -101,15 +328,11 @@ Code in this file were generated using following JSON:
|
|
|
101
328
|
},
|
|
102
329
|
{
|
|
103
330
|
"kind": "field",
|
|
104
|
-
"name": "
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "field",
|
|
112
|
-
"name": "keypressHandler"
|
|
331
|
+
"name": "proxy",
|
|
332
|
+
"inheritedFrom": {
|
|
333
|
+
"name": "FormAssociatedSlider",
|
|
334
|
+
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
335
|
+
}
|
|
113
336
|
}
|
|
114
337
|
],
|
|
115
338
|
"events": [
|
|
@@ -122,6 +345,54 @@ Code in this file were generated using following JSON:
|
|
|
122
345
|
}
|
|
123
346
|
],
|
|
124
347
|
"attributes": [
|
|
348
|
+
{
|
|
349
|
+
"name": "readonly",
|
|
350
|
+
"type": {
|
|
351
|
+
"text": "boolean"
|
|
352
|
+
},
|
|
353
|
+
"description": "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.",
|
|
354
|
+
"fieldName": "readOnly"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"type": {
|
|
358
|
+
"text": "number"
|
|
359
|
+
},
|
|
360
|
+
"default": "0",
|
|
361
|
+
"description": "The minimum allowed value.",
|
|
362
|
+
"fieldName": "min"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"type": {
|
|
366
|
+
"text": "number"
|
|
367
|
+
},
|
|
368
|
+
"default": "10",
|
|
369
|
+
"description": "The maximum allowed value.",
|
|
370
|
+
"fieldName": "max"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"type": {
|
|
374
|
+
"text": "number"
|
|
375
|
+
},
|
|
376
|
+
"default": "1",
|
|
377
|
+
"description": "Value to increment or decrement via arrow keys, mouse click or drag.",
|
|
378
|
+
"fieldName": "step"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "orientation",
|
|
382
|
+
"type": {
|
|
383
|
+
"text": "Orientation"
|
|
384
|
+
},
|
|
385
|
+
"description": "The orientation of the slider.",
|
|
386
|
+
"fieldName": "orientation"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "mode",
|
|
390
|
+
"type": {
|
|
391
|
+
"text": "SliderMode"
|
|
392
|
+
},
|
|
393
|
+
"description": "The selection mode.",
|
|
394
|
+
"fieldName": "mode"
|
|
395
|
+
},
|
|
125
396
|
{
|
|
126
397
|
"name": "aria-label",
|
|
127
398
|
"type": {
|
|
@@ -164,8 +435,8 @@ Code in this file were generated using following JSON:
|
|
|
164
435
|
}
|
|
165
436
|
],
|
|
166
437
|
"superclass": {
|
|
167
|
-
"name": "
|
|
168
|
-
"
|
|
438
|
+
"name": "FormAssociatedSlider",
|
|
439
|
+
"module": "/libs/components/src/lib/slider/slider.form-associated"
|
|
169
440
|
},
|
|
170
441
|
"vividComponent": {
|
|
171
442
|
"public": true,
|
|
@@ -191,7 +462,7 @@ registerSlider('vvd3')
|
|
|
191
462
|
const VwcSlider = wrapper(`vvd3-slider`, {
|
|
192
463
|
events: [{"name":"change","propName":"onChange"}],
|
|
193
464
|
attributes: [],
|
|
194
|
-
properties: ['
|
|
465
|
+
properties: ['readOnly', 'valueAsNumber', 'valueTextFormatter', 'min', 'max', 'step', 'orientation', 'mode', 'ariaLabel', 'ariaValuetext', 'markers', 'pin', 'connotation', 'proxy', 'min', 'max', 'step', 'orientation', 'markers', 'connotation', 'pin', 'disabled', 'value']
|
|
195
466
|
})
|
|
196
467
|
|
|
197
468
|
VwcSlider.displayName = 'VwcSlider'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "4.4
|
|
3
|
+
"version": "4.14.4",
|
|
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.4
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -425,8 +425,8 @@ Code in this file were generated using following JSON:
|
|
|
425
425
|
}
|
|
426
426
|
],
|
|
427
427
|
"superclass": {
|
|
428
|
-
"name": "
|
|
429
|
-
"
|
|
428
|
+
"name": "VividElement",
|
|
429
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
430
430
|
},
|
|
431
431
|
"vividComponent": {
|
|
432
432
|
"public": true,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-button",
|
|
3
|
-
"version": "4.4
|
|
3
|
+
"version": "4.14.4",
|
|
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.4
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSwitch/index.d.ts
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** VwcSwitch
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
|
|
4
|
+
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
4
5
|
* @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
|
|
5
6
|
* @param {SwitchConnotation | undefined} connotation - Indicates the switch's connotation. **attribute** `connotation`
|
|
7
|
+
* @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`
|
|
8
|
+
* @param {boolean} defaultChecked
|
|
9
|
+
* @param checked
|
|
10
|
+
* @param proxy
|
|
6
11
|
* @param {boolean} checked
|
|
7
12
|
* @param {boolean} readonly
|
|
8
13
|
* @param {boolean} disabled
|
|
@@ -18,9 +23,13 @@ declare const VwcSwitch: {
|
|
|
18
23
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
24
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
20
25
|
onClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
26
|
+
ariaLabel?: string | null | undefined;
|
|
21
27
|
label?: string | undefined;
|
|
22
28
|
connotation?: any;
|
|
23
|
-
|
|
29
|
+
readOnly?: boolean | undefined;
|
|
30
|
+
defaultChecked?: boolean | undefined;
|
|
31
|
+
checked?: any;
|
|
32
|
+
proxy?: any;
|
|
24
33
|
readonly?: boolean | undefined;
|
|
25
34
|
disabled?: boolean | undefined;
|
|
26
35
|
value?: string | undefined;
|
package/v3/VwcSwitch/index.js
CHANGED
|
@@ -130,6 +130,14 @@ Code in this file were generated using following JSON:
|
|
|
130
130
|
}
|
|
131
131
|
],
|
|
132
132
|
"members": [
|
|
133
|
+
{
|
|
134
|
+
"kind": "field",
|
|
135
|
+
"name": "ariaLabel",
|
|
136
|
+
"type": {
|
|
137
|
+
"text": "string | null"
|
|
138
|
+
},
|
|
139
|
+
"default": "null"
|
|
140
|
+
},
|
|
133
141
|
{
|
|
134
142
|
"kind": "field",
|
|
135
143
|
"name": "label",
|
|
@@ -147,6 +155,45 @@ Code in this file were generated using following JSON:
|
|
|
147
155
|
},
|
|
148
156
|
"description": "Indicates the switch's connotation.",
|
|
149
157
|
"privacy": "public"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"kind": "field",
|
|
161
|
+
"name": "readOnly",
|
|
162
|
+
"type": {
|
|
163
|
+
"text": "boolean"
|
|
164
|
+
},
|
|
165
|
+
"description": "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.",
|
|
166
|
+
"privacy": "public"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"kind": "method",
|
|
170
|
+
"name": "updateForm",
|
|
171
|
+
"privacy": "private",
|
|
172
|
+
"return": {
|
|
173
|
+
"type": {
|
|
174
|
+
"text": "void"
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"kind": "field",
|
|
180
|
+
"name": "defaultChecked",
|
|
181
|
+
"type": {
|
|
182
|
+
"text": "boolean"
|
|
183
|
+
},
|
|
184
|
+
"default": "!!this.checkedAttribute"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"kind": "field",
|
|
188
|
+
"name": "checked"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"kind": "field",
|
|
192
|
+
"name": "proxy",
|
|
193
|
+
"inheritedFrom": {
|
|
194
|
+
"name": "FormAssociatedSwitch",
|
|
195
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
196
|
+
}
|
|
150
197
|
}
|
|
151
198
|
],
|
|
152
199
|
"events": [
|
|
@@ -159,6 +206,14 @@ Code in this file were generated using following JSON:
|
|
|
159
206
|
}
|
|
160
207
|
],
|
|
161
208
|
"attributes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "aria-label",
|
|
211
|
+
"type": {
|
|
212
|
+
"text": "string | null"
|
|
213
|
+
},
|
|
214
|
+
"default": "null",
|
|
215
|
+
"fieldName": "ariaLabel"
|
|
216
|
+
},
|
|
162
217
|
{
|
|
163
218
|
"name": "label",
|
|
164
219
|
"type": {
|
|
@@ -174,11 +229,19 @@ Code in this file were generated using following JSON:
|
|
|
174
229
|
},
|
|
175
230
|
"description": "Indicates the switch's connotation.",
|
|
176
231
|
"fieldName": "connotation"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "readonly",
|
|
235
|
+
"type": {
|
|
236
|
+
"text": "boolean"
|
|
237
|
+
},
|
|
238
|
+
"description": "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.",
|
|
239
|
+
"fieldName": "readOnly"
|
|
177
240
|
}
|
|
178
241
|
],
|
|
179
242
|
"superclass": {
|
|
180
|
-
"name": "
|
|
181
|
-
"
|
|
243
|
+
"name": "FormAssociatedSwitch",
|
|
244
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
182
245
|
},
|
|
183
246
|
"vividComponent": {
|
|
184
247
|
"public": true,
|
|
@@ -204,7 +267,7 @@ registerSwitch('vvd3')
|
|
|
204
267
|
const VwcSwitch = wrapper(`vvd3-switch`, {
|
|
205
268
|
events: [{"name":"change","propName":"onChange"},{"name":"click","propName":"onClick"}],
|
|
206
269
|
attributes: [],
|
|
207
|
-
properties: ['label', 'connotation', 'checked', 'readonly', 'disabled', 'value', 'name']
|
|
270
|
+
properties: ['ariaLabel', 'label', 'connotation', 'readOnly', 'defaultChecked', 'checked', 'proxy', 'checked', 'readonly', 'disabled', 'value', 'name']
|
|
208
271
|
})
|
|
209
272
|
|
|
210
273
|
VwcSwitch.displayName = 'VwcSwitch'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "4.4
|
|
3
|
+
"version": "4.14.4",
|
|
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.4
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTab/index.d.ts
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** VwcTab
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tab
|
|
4
|
+
* @param {boolean} disabled - When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information. **attribute** `disabled`
|
|
4
5
|
* @param {TabConnotation | undefined} connotation - The connotation the tab should have. **attribute** `connotation`
|
|
5
6
|
* @param {TabShape | undefined} shape - The shape the tab should have. **attribute** `shape`
|
|
6
7
|
* @param {string | undefined} label - Indicates the tab's label. **attribute** `label`
|
|
8
|
+
* @param {boolean} removable - Indicates the tab's label. **attribute** `removable`
|
|
7
9
|
* @param {number} tabIndex **attribute** `tabIndex`
|
|
8
10
|
* @param {string | null} ariaSelected **attribute** `aria-selected`
|
|
9
11
|
*/
|
|
@@ -15,9 +17,11 @@ declare const VwcTab: {
|
|
|
15
17
|
style?: React.CSSProperties | undefined;
|
|
16
18
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
17
19
|
onClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
20
|
+
disabled?: boolean | undefined;
|
|
18
21
|
connotation?: any;
|
|
19
22
|
shape?: any;
|
|
20
23
|
label?: string | undefined;
|
|
24
|
+
removable?: boolean | undefined;
|
|
21
25
|
tabIndex?: number | undefined;
|
|
22
26
|
ariaSelected?: string | null | undefined;
|
|
23
27
|
}): JSX.Element;
|
package/v3/VwcTab/index.js
CHANGED
|
@@ -64,6 +64,15 @@ Code in this file were generated using following JSON:
|
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
66
|
"members": [
|
|
67
|
+
{
|
|
68
|
+
"kind": "field",
|
|
69
|
+
"name": "disabled",
|
|
70
|
+
"type": {
|
|
71
|
+
"text": "boolean"
|
|
72
|
+
},
|
|
73
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
74
|
+
"privacy": "public"
|
|
75
|
+
},
|
|
67
76
|
{
|
|
68
77
|
"kind": "field",
|
|
69
78
|
"name": "connotation",
|
|
@@ -91,6 +100,16 @@ Code in this file were generated using following JSON:
|
|
|
91
100
|
"description": "Indicates the tab's label.",
|
|
92
101
|
"privacy": "public"
|
|
93
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"kind": "field",
|
|
105
|
+
"name": "removable",
|
|
106
|
+
"type": {
|
|
107
|
+
"text": "boolean"
|
|
108
|
+
},
|
|
109
|
+
"default": "false",
|
|
110
|
+
"description": "Indicates the tab's label.",
|
|
111
|
+
"privacy": "public"
|
|
112
|
+
},
|
|
94
113
|
{
|
|
95
114
|
"kind": "field",
|
|
96
115
|
"name": "tabIndex",
|
|
@@ -106,9 +125,40 @@ Code in this file were generated using following JSON:
|
|
|
106
125
|
"text": "string | null"
|
|
107
126
|
},
|
|
108
127
|
"default": "null"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"kind": "method",
|
|
131
|
+
"name": "_handleCloseClick",
|
|
132
|
+
"parameters": [
|
|
133
|
+
{
|
|
134
|
+
"name": "e",
|
|
135
|
+
"type": {
|
|
136
|
+
"text": "Event"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"kind": "method",
|
|
143
|
+
"name": "_onKeyDown",
|
|
144
|
+
"parameters": [
|
|
145
|
+
{
|
|
146
|
+
"name": "e",
|
|
147
|
+
"type": {
|
|
148
|
+
"text": "KeyboardEvent"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
]
|
|
109
152
|
}
|
|
110
153
|
],
|
|
111
154
|
"attributes": [
|
|
155
|
+
{
|
|
156
|
+
"type": {
|
|
157
|
+
"text": "boolean"
|
|
158
|
+
},
|
|
159
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
160
|
+
"fieldName": "disabled"
|
|
161
|
+
},
|
|
112
162
|
{
|
|
113
163
|
"name": "connotation",
|
|
114
164
|
"type": {
|
|
@@ -133,6 +183,14 @@ Code in this file were generated using following JSON:
|
|
|
133
183
|
"description": "Indicates the tab's label.",
|
|
134
184
|
"fieldName": "label"
|
|
135
185
|
},
|
|
186
|
+
{
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "boolean"
|
|
189
|
+
},
|
|
190
|
+
"default": "false",
|
|
191
|
+
"description": "Indicates the tab's label.",
|
|
192
|
+
"fieldName": "removable"
|
|
193
|
+
},
|
|
136
194
|
{
|
|
137
195
|
"type": {
|
|
138
196
|
"text": "number"
|
|
@@ -150,8 +208,8 @@ Code in this file were generated using following JSON:
|
|
|
150
208
|
}
|
|
151
209
|
],
|
|
152
210
|
"superclass": {
|
|
153
|
-
"name": "
|
|
154
|
-
"
|
|
211
|
+
"name": "VividElement",
|
|
212
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
155
213
|
},
|
|
156
214
|
"vividComponent": {
|
|
157
215
|
"public": true,
|
|
@@ -167,7 +225,7 @@ registerTab('vvd3')
|
|
|
167
225
|
const VwcTab = wrapper(`vvd3-tab`, {
|
|
168
226
|
events: [{"name":"click","propName":"onClick"}],
|
|
169
227
|
attributes: [],
|
|
170
|
-
properties: ['connotation', 'shape', 'label', 'tabIndex', 'ariaSelected']
|
|
228
|
+
properties: ['disabled', 'connotation', 'shape', 'label', 'removable', 'tabIndex', 'ariaSelected']
|
|
171
229
|
})
|
|
172
230
|
|
|
173
231
|
VwcTab.displayName = 'VwcTab'
|
package/v3/VwcTab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab",
|
|
3
|
-
"version": "4.4
|
|
3
|
+
"version": "4.14.4",
|
|
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.4
|
|
9
|
+
"@vonage/vivid": "4.14.4"
|
|
10
10
|
}
|
|
11
11
|
}
|