@vonage/vivid-react 3.2.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 +260 -29
- 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 +24 -3
- package/v3/VwcButton/index.js +369 -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 +67 -4
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +26 -0
- package/v3/VwcCombobox/index.js +286 -4
- 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 +42 -1
- 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 +45 -2
- 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 +5 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +11 -1
- package/v3/VwcDialog/index.js +122 -20
- 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.d.ts +4 -0
- package/v3/VwcEmptyState/index.js +123 -3
- 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 -2
- package/v3/VwcMenuItem/index.js +93 -6
- 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 +21 -2
- 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 +180 -4
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -0
- package/v3/VwcRangeSlider/index.js +98 -10
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/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 +208 -4
- 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 +24 -11
- package/v3/VwcSlider/index.js +338 -8
- 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 +93 -4
- 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 +229 -4
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +28 -2
- package/v3/VwcTextField/index.js +224 -4
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +20 -1
- 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",
|
|
@@ -44,6 +280,16 @@ Code in this file were generated using following JSON:
|
|
|
44
280
|
"description": "Display markers on/off",
|
|
45
281
|
"privacy": "public"
|
|
46
282
|
},
|
|
283
|
+
{
|
|
284
|
+
"kind": "field",
|
|
285
|
+
"name": "pin",
|
|
286
|
+
"type": {
|
|
287
|
+
"text": "boolean"
|
|
288
|
+
},
|
|
289
|
+
"default": "false",
|
|
290
|
+
"description": "Show current value on the thumb.",
|
|
291
|
+
"privacy": "public"
|
|
292
|
+
},
|
|
47
293
|
{
|
|
48
294
|
"kind": "field",
|
|
49
295
|
"name": "connotation",
|
|
@@ -55,12 +301,38 @@ Code in this file were generated using following JSON:
|
|
|
55
301
|
},
|
|
56
302
|
{
|
|
57
303
|
"kind": "field",
|
|
58
|
-
"name": "
|
|
304
|
+
"name": "#isNonVisibleFocus",
|
|
305
|
+
"privacy": "private",
|
|
59
306
|
"type": {
|
|
60
|
-
"text": "
|
|
307
|
+
"text": "boolean"
|
|
61
308
|
},
|
|
62
|
-
"
|
|
63
|
-
|
|
309
|
+
"default": "false"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"kind": "method",
|
|
313
|
+
"name": "#registerThumbListeners"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"kind": "method",
|
|
317
|
+
"name": "#unregisterThumbListeners"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"kind": "field",
|
|
321
|
+
"name": "#onMouseOver",
|
|
322
|
+
"privacy": "private"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"kind": "field",
|
|
326
|
+
"name": "#onMouseOut",
|
|
327
|
+
"privacy": "private"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"kind": "field",
|
|
331
|
+
"name": "proxy",
|
|
332
|
+
"inheritedFrom": {
|
|
333
|
+
"name": "FormAssociatedSlider",
|
|
334
|
+
"module": "libs/components/src/lib/slider/slider.form-associated.ts"
|
|
335
|
+
}
|
|
64
336
|
}
|
|
65
337
|
],
|
|
66
338
|
"events": [
|
|
@@ -73,6 +345,54 @@ Code in this file were generated using following JSON:
|
|
|
73
345
|
}
|
|
74
346
|
],
|
|
75
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
|
+
},
|
|
76
396
|
{
|
|
77
397
|
"name": "aria-label",
|
|
78
398
|
"type": {
|
|
@@ -97,6 +417,14 @@ Code in this file were generated using following JSON:
|
|
|
97
417
|
"description": "Display markers on/off",
|
|
98
418
|
"fieldName": "markers"
|
|
99
419
|
},
|
|
420
|
+
{
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "boolean"
|
|
423
|
+
},
|
|
424
|
+
"default": "false",
|
|
425
|
+
"description": "Show current value on the thumb.",
|
|
426
|
+
"fieldName": "pin"
|
|
427
|
+
},
|
|
100
428
|
{
|
|
101
429
|
"name": "connotation",
|
|
102
430
|
"type": {
|
|
@@ -107,8 +435,8 @@ Code in this file were generated using following JSON:
|
|
|
107
435
|
}
|
|
108
436
|
],
|
|
109
437
|
"superclass": {
|
|
110
|
-
"name": "
|
|
111
|
-
"
|
|
438
|
+
"name": "FormAssociatedSlider",
|
|
439
|
+
"module": "/libs/components/src/lib/slider/slider.form-associated"
|
|
112
440
|
},
|
|
113
441
|
"vividComponent": {
|
|
114
442
|
"public": true,
|
|
@@ -117,7 +445,9 @@ Code in this file were generated using following JSON:
|
|
|
117
445
|
{
|
|
118
446
|
"name": "modelValue",
|
|
119
447
|
"attributeName": "value",
|
|
120
|
-
"
|
|
448
|
+
"eventNames": [
|
|
449
|
+
"change"
|
|
450
|
+
],
|
|
121
451
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
122
452
|
}
|
|
123
453
|
]
|
|
@@ -132,7 +462,7 @@ registerSlider('vvd3')
|
|
|
132
462
|
const VwcSlider = wrapper(`vvd3-slider`, {
|
|
133
463
|
events: [{"name":"change","propName":"onChange"}],
|
|
134
464
|
attributes: [],
|
|
135
|
-
properties: ['ariaLabel', 'ariaValuetext', 'markers', 'connotation', '
|
|
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']
|
|
136
466
|
})
|
|
137
467
|
|
|
138
468
|
VwcSlider.displayName = 'VwcSlider'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "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.
|
|
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.
|
|
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.
|
|
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
|
@@ -80,6 +80,30 @@ Code in this file were generated using following JSON:
|
|
|
80
80
|
"name": "--vvd-switch-success-fierce",
|
|
81
81
|
"default": "var(--vvd-color-success-700)"
|
|
82
82
|
},
|
|
83
|
+
{
|
|
84
|
+
"name": "--vvd-switch-announcement-primary-text",
|
|
85
|
+
"default": "var(--vvd-color-canvas)"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "--vvd-switch-announcement-primary",
|
|
89
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "--vvd-switch-announcement-primary-increment",
|
|
93
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "--vvd-switch-announcement-firm",
|
|
97
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "--vvd-switch-announcement-intermediate",
|
|
101
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "--vvd-switch-announcement-fierce",
|
|
105
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
106
|
+
},
|
|
83
107
|
{
|
|
84
108
|
"name": "--vvd-switch-accent-primary-text",
|
|
85
109
|
"default": "var(--vvd-color-canvas)"
|
|
@@ -106,6 +130,14 @@ Code in this file were generated using following JSON:
|
|
|
106
130
|
}
|
|
107
131
|
],
|
|
108
132
|
"members": [
|
|
133
|
+
{
|
|
134
|
+
"kind": "field",
|
|
135
|
+
"name": "ariaLabel",
|
|
136
|
+
"type": {
|
|
137
|
+
"text": "string | null"
|
|
138
|
+
},
|
|
139
|
+
"default": "null"
|
|
140
|
+
},
|
|
109
141
|
{
|
|
110
142
|
"kind": "field",
|
|
111
143
|
"name": "label",
|
|
@@ -123,6 +155,45 @@ Code in this file were generated using following JSON:
|
|
|
123
155
|
},
|
|
124
156
|
"description": "Indicates the switch's connotation.",
|
|
125
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
|
+
}
|
|
126
197
|
}
|
|
127
198
|
],
|
|
128
199
|
"events": [
|
|
@@ -135,6 +206,14 @@ Code in this file were generated using following JSON:
|
|
|
135
206
|
}
|
|
136
207
|
],
|
|
137
208
|
"attributes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "aria-label",
|
|
211
|
+
"type": {
|
|
212
|
+
"text": "string | null"
|
|
213
|
+
},
|
|
214
|
+
"default": "null",
|
|
215
|
+
"fieldName": "ariaLabel"
|
|
216
|
+
},
|
|
138
217
|
{
|
|
139
218
|
"name": "label",
|
|
140
219
|
"type": {
|
|
@@ -150,11 +229,19 @@ Code in this file were generated using following JSON:
|
|
|
150
229
|
},
|
|
151
230
|
"description": "Indicates the switch's connotation.",
|
|
152
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"
|
|
153
240
|
}
|
|
154
241
|
],
|
|
155
242
|
"superclass": {
|
|
156
|
-
"name": "
|
|
157
|
-
"
|
|
243
|
+
"name": "FormAssociatedSwitch",
|
|
244
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
158
245
|
},
|
|
159
246
|
"vividComponent": {
|
|
160
247
|
"public": true,
|
|
@@ -163,7 +250,9 @@ Code in this file were generated using following JSON:
|
|
|
163
250
|
{
|
|
164
251
|
"name": "modelValue",
|
|
165
252
|
"attributeName": "checked",
|
|
166
|
-
"
|
|
253
|
+
"eventNames": [
|
|
254
|
+
"change"
|
|
255
|
+
],
|
|
167
256
|
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
168
257
|
}
|
|
169
258
|
]
|
|
@@ -178,7 +267,7 @@ registerSwitch('vvd3')
|
|
|
178
267
|
const VwcSwitch = wrapper(`vvd3-switch`, {
|
|
179
268
|
events: [{"name":"change","propName":"onChange"},{"name":"click","propName":"onClick"}],
|
|
180
269
|
attributes: [],
|
|
181
|
-
properties: ['label', 'connotation', 'checked', 'readonly', 'disabled', 'value', 'name']
|
|
270
|
+
properties: ['ariaLabel', 'label', 'connotation', 'readOnly', 'defaultChecked', 'checked', 'proxy', 'checked', 'readonly', 'disabled', 'value', 'name']
|
|
182
271
|
})
|
|
183
272
|
|
|
184
273
|
VwcSwitch.displayName = 'VwcSwitch'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "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.
|
|
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;
|